@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  color: #1b435d;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
body * {
  box-sizing: border-box;
}

a {
  color: #1b435d;
  text-decoration: none;
}

a:hover {
  color: #fea225;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.4;
}

h4, h5, h6 {
  margin-bottom: 0.5em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.6em 0.8em;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
/* --------------------------------------------
 * 　基本設定
 * -------------------------------------------- */
/* レイアウト横幅*/
.blContainer {
  width: 96%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 480px) {
  .blContainer {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.footContainer {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

/* 固定ページ幅*/
.page-main {
  margin-top: 10px;
}

/* --------------------------------------------
 * 　管理バー非表示
 * -------------------------------------------- */
@media screen and (max-width: 834px) {
  #wpadminbar {
    display: none;
  }
  html {
    margin-top: 0 !important;
  }
  body.admin-bar {
    margin-top: 0 !important;
  }
}
/* --------------------------------------------
 * 　GO TOP
 * -------------------------------------------- */
#go_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

/* ボタン */
.go-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #fea225;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.go-top__arrow {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.go-top__text {
  display: block;
  font-size: 16px;
}
.go-top:hover {
  background-color: #fff;
  color: #fea225;
  border: 2px solid #fea225;
}

/* --------------------------------------------
 * 　サイトロゴ
 * -------------------------------------------- */
.siteTitle {
  display: block;
}
.siteTitle__tagLine {
  font-size: 1rem;
  text-align: center;
}
.siteTitle__logo {
  text-align: center;
}
.siteTitle__logo img {
  width: 150px;
}

.siteLogoFooter {
  display: block;
  margin: auto;
}
.siteLogoFooter img {
  text-align: center;
  width: 180px;
}

.siteLogoSP {
  text-align: center;
}
.siteLogoSP img {
  width: 200px;
}

/* --------------------------------------------
 * 　サイト名
 * -------------------------------------------- */
/* フロントサイト名 */
.siteNameText {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #fea225;
  font-weight: bold;
  white-space: nowrap;
}

/* メニュー用 */
.siteNameMenu,
.siteNameMenu a {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #fea225;
  font-weight: bold;
  white-space: nowrap;
}
.siteNameMenu:hover,
.siteNameMenu a:hover {
  color: #FFCC66;
}

/* --------------------------------------------
 * 　パンくずリスト
 * -------------------------------------------- */
.breadcrumb__inner {
  margin-top: 40px;
  margin-bottom: 40px;
}
.breadcrumb__inner span,
.breadcrumb__inner span a {
  font-size: 0.9rem;
  color: #697b86;
}

/* --------------------------------------------
 * 　ページナビゲーション　シングルページ
 * -------------------------------------------- */
.post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
  padding: 20px 0;
}

.nav-previous,
.nav-next {
  width: 48%;
}

.nav-previous a,
.nav-next a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  gap: 12px;
}

.nav-previous a:hover,
.nav-next a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.nav-previous a {
  flex-direction: row;
  text-align: left;
}

.nav-next a {
  flex-direction: row-reverse;
  text-align: right;
}

.nav-thumb img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.nav-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.nav-label {
  font-size: 12px;
}

.nav-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-word;
}

@media (max-width: 768px) {
  .post-navigation {
    flex-direction: column;
    align-items: stretch;
  }
  .nav-previous,
.nav-next {
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-previous a {
    justify-content: flex-start;
    text-align: left;
  }
  .nav-next a {
    justify-content: flex-end;
    text-align: right;
  }
}
/* --------------------------------------------
 * 　ページナビゲーション　カテゴリ一覧ページ
 * -------------------------------------------- */
.navigation {
  text-align: center;
  margin: 2em 0;
}

.navigation .nav-links {
  display: inline-flex;
  gap: 0.5em;
  flex-wrap: wrap;
  justify-content: center;
}

.navigation .page-numbers {
  display: inline-block;
  padding: 0.5em 0.9em;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  color: #fea225;
  border: 2px solid #fea225;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.navigation .page-numbers:hover {
  background-color: #fea225;
  color: #fff;
}

.navigation .page-numbers.current {
  background-color: #fea225;
  color: #fff;
  cursor: default;
}

/* --------------------------------------------
 * 　基本角丸ボタン
 * -------------------------------------------- */
.buttonOcal {
  display: block;
  width: 300px;
  margin: 2em auto;
  padding: 12px 20px;
  border-radius: 30px;
  text-align: center;
  background-color: #fea225;
  color: #fff;
  border: 2px solid #fea225;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.buttonOcal p {
  padding: 0;
  margin: 0;
}

.buttonOcal a {
  color: #fff;
}

.buttonOcal:hover {
  background-color: #fff;
  color: #fea225;
}

.buttonOcal:hover a {
  color: #fea225;
}

.button-wrapper {
  display: flex;
  margin: 0 auto 2em;
}

/* --------------------------------------------
 * 　角丸戻るボタン
 * -------------------------------------------- */
.buttonOcal_back {
  color: #fff;
  background-color: #1b435d;
  border: 2px solid #1b435d;
}

.buttonOcal_back a {
  color: #fff;
}

.buttonOcal_back:hover a {
  color: #1b435d;
}

.buttonOcal_back:hover {
  background-color: #fff;
  color: #1b435d;
}

@media screen and (max-width: 480px) {
  .buttonOcal {
    width: 90%;
  }
}
/* --------------------------------------------
 * 　ミニボタン
 * -------------------------------------------- */
.buttonMini {
  display: inline-block;
  padding: 0.6em 2.5em 0.6em 2em;
  border: 1px solid #1b435d;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  line-height: 1.4;
  transition: all ease 0.15s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 2em;
  width: 150px;
}

.buttonMini:hover {
  background: #9AB7C7;
  border-color: #1b435d;
  color: #fff;
}

/* --------------------------------------------
 * 　モアボタン
 * -------------------------------------------- */
.moreButton {
  display: block;
  padding: 0.6em 2em;
  border: 1px solid #ff6900;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  line-height: 1.4;
  transition: all ease 0.15s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 2em;
  width: 150px;
  text-align: center;
  margin: 2em auto;
}

.moreButton a {
  color: #ff6900;
  text-decoration: none;
}

.moreButton:hover a {
  color: #fff;
}

.moreButton:hover {
  background: #fea225;
  color: #fff;
}

/*************************************/
/* フロントページ　サイドボタン */
/*************************************/
/* PC版非表示 */
.buttonFixed {
  display: none;
}

/* スマホ版 */
@media screen and (max-width: 480px) {
  .buttonFixed {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 999;
  }
  .buttonFixed a {
    color: #fff;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  .buttonFixed_contact {
    background-color: #fea225;
    padding: 10px 5px 10px 7px;
  }
  .buttonFixed_entry {
    background-color: #ff6900;
    padding: 24px 5px 24px 7px;
  }
  .home-text p {
    position: fixed;
    color: #fea225;
    font-weight: bold;
  }
}
/* --------------------------------------------
 * 　新着マーク
 * -------------------------------------------- */
.newMark {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  background-color: #e60033;
  color: #fff;
  font-size: 0.75em;
  border-radius: 4px;
  font-weight: bold;
}

/* --------------------------------------------
 * 　フロントページ　PRコーナー
 * -------------------------------------------- */
.prInner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 2em 0 0 0;
}
.prInner__title {
  display: flex;
  background: #1b435d;
  padding: 0.5em 1em 0 1em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  max-width: 90%;
}
.prInner__title p {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
.prInner__list {
  background-color: #fff;
  border: 6px solid #1b435d;
  border-radius: 16px;
  padding: 1em;
  max-width: 800px;
  width: 100%;
  margin: 0;
  font-weight: bold;
}
.prInner__list ul {
  padding: 0.5em 0.5em 0.5em 1em;
  font-size: 1.1rem;
  margin: 0 !important;
}
.prInner__list ul li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1em;
  list-style-type: none;
}
.prInner__list ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
  position: absolute;
  left: -0.5em;
  top: 0.4em;
  font-size: 1.2em;
  color: #1b435d;
}

@media screen and (max-width: 480px) {
  .prInner {
    margin: 0 0 1em 0;
  }
  .prInner ul {
    font-size: 1rem;
  }
  .prInner__list {
    padding: 0.5em;
  }
  .prInner__title {
    padding: 0.5em 0.5em 0 0.5em;
  }
  .prInner__title p {
    font-size: 1.1rem;
  }
}
/* --------------------------------------------
 * 　カテゴリ一覧　記事カード
 * -------------------------------------------- */
.cardList {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.entryCard {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid #ffb774;
  padding: 1rem;
  background: #fff;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}
.entryCard:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.entryCard__thumb {
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  padding: 0.5em;
}
.entryCard__thumb img {
  margin: auto;
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.entryCard:hover .entryCard__thumb img {
  transform: scale(1.05);
}
.entryCard__title {
  font-size: 1.1rem;
  margin: 1em 0;
  line-height: 1.2;
}
.entryCard__excerpt {
  font-size: 0.9rem;
  color: #1b435d;
}

@media (max-width: 768px) {
  .cardList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cardList {
    grid-template-columns: 1fr;
  }
}
/* --------------------------------------------
 * 　シンプルカード　SES
 * -------------------------------------------- */
.simpleCard {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 10px;
  margin: 0 0 4em 0;
  width: 100%;
}
.simpleCard li {
  flex: 0 0 calc((100% - 20px) / 3);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #fea225;
  border-radius: 8px;
  text-align: center;
  padding: 1em;
  line-height: 1.2;
  margin: 0;
  position: relative;
}
.simpleCard__number {
  color: #9AB7C7;
  font-weight: bold;
  font-size: 6rem;
  margin-bottom: 10px;
  line-height: 1;
  display: block;
}
.simpleCard__title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.simpleCard__text {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .simpleCard {
    flex-direction: column;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
/* --------------------------------------------
 * 　一体型カード
/* --------------------------------------------
/* コンテナ　外枠*/
.combiCard {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 0.5em 0 !important;
  margin: 0 !important;
  gap: 10px;
  list-style: none;
}

/* タイトル一体型カード*/
.combiCard li {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 300px;
  border: 2px solid #fea225;
  border-radius: 16px;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
  word-wrap: break-word;
}

.combiCard_col2 {
  flex: 0 1 calc((100% - 10px) / 2);
}

.combiCard_col3 {
  flex: 0 1 calc((100% - 20px) / 3);
}

.combiCard_col4 {
  flex: 0 1 calc((100% - 30px) / 4);
}

.combiCard_height400 {
  height: 400px;
}

.combiCard__title {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #fea225;
  width: 100%;
  display: flex;
  height: 46px;
  padding: 0 0.5em 0 0.5em !important;
}

.combiCard__title h3 {
  font-weight: bold;
  font-size: 1.1rem !important;
  line-height: 1.1;
  color: #fff;
  margin: auto !important;
  border: none !important;
  text-align: center;
  padding: 0 !important;
}

.combiCard__item {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.combiCard__desc {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
}

.combiCard__item p {
  white-space: pre-line; /* 改行*/
  display: block;
  text-align: left;
  padding: 1em;
}

.combiCard__item p.value {
  font-size: 4em; /* 数字大*/
  line-height: 1;
  font-weight: bold;
  padding: 10px 0 0 0;
  margin: 0;
  text-align: center;
}

.combiCard__item p.unit {
  font-size: 1rem; /* 単位*/
  font-weight: bold;
  margin-bottom: 0;
  padding: 2px;
  text-align: center;
}

.combiCard__item p.comment {
  font-size: 1rem;
  padding: 1em;
  line-height: 1.5;
  margin: 0 0 auto 0;
}

.combiCard__image {
  display: flex;
  padding: 1em;
}

.combiCard__image img {
  margin: 0 auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.combiCard__excerpt {
  overflow: hidden;
}

.combiCard__excerpt p {
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  white-space: normal !important;
}

.combiCard__thumb {
  flex: 0 1 150px;
  padding: 0.5em;
}

.combiCard__thumb img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.combiCard__thumb:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .combiCard {
    margin-top: 0.6em;
  }
  .combiCard li {
    flex: 0 1 calc((100% - 10px) / 2);
  }
  .combiCard__item p.value {
    font-size: 2rem;
    padding: 0.4em;
    margin: 0;
  }
  .combiCard__item p.unit {
    padding: 0;
    margin: 0;
  }
  .combiCard__image img {
    height: 120px;
  }
  .combiCard__excerpt p.value {
    font-size: 2rem;
    padding: 0.4em;
    margin: 0;
  }
  .combiCard__excerpt p.unit {
    padding: 0;
    margin: 0;
  }
  .combiCard__excerpt p {
    font-size: 0.8rem;
    line-height: normal;
  }
  .combiCard__thumb {
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  .combiCard {
    margin-left: 0;
  }
  .combiCard li {
    flex: 0 0 100%;
  }
  .combiCard__item p {
    line-height: 1.5;
    display: inline-block;
  }
  .combiCard__excerpt {
    margin: 0;
  }
  .combiCard__excerpt p {
    line-height: 1.5;
    display: inline-block;
  }
}
/* --------------------------------------------
 * 　インタビュー　スワイプ
 * -------------------------------------------- */
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px !important;
}

.swiper-container { /* Swiper全体の幅 */
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.interview-row {
  height: 400px;
}

.benefit-row {
  height: 350px;
}

.event-row {
  height: 350px;
}

.nfo-row {
  height: 300px;
}

.swiper-slide {
  width: 100% !important;
}

/* インタビュー全体の枠 高さはrowで指定*/
.swiper-box {
  width: 100%;
  display: flex;
  gap: 1em;
  padding: 1em;
  align-items: flex-start;
  border: 2px solid #fea225;
  border-radius: 16px;
  background: #fff;
  margin: 0;
  padding: 0;
  flex-direction: row;
  overflow-y: auto;
}

.swiper-box::-webkit-scrollbar {
  width: 6px;
}

.swiper-box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.swiper-box h3 {
  font-weight: bold;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 0 5px 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  box-shadow: none;
  border-bottom: 4px dotted #ffb774 !important;
}

/* 左：写真などを配置 */
.swiper-photo {
  flex: 0 0 calc(33.333% - 10px);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
  justify-content: center;
}

.photoFrame {
  border: 6px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: inline-block;
  max-width: 300px;
}

.photoFrame img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.profile-card {
  padding: 0.5em;
  margin-top: 0.5em;
  font-weight: bold;
  display: block;
}

/* 右：インタビュー内容 */
.swiper-content {
  flex: 0 0 calc(66.666% - 10px);
  width: 100%;
  text-align: left;
  padding: 0.5em 0;
  font-size: 1em;
}

/* 右：インタビュー内容改行 */
.swiper-content p {
  white-space: pre-line;
}

/* --------------------------------------------
 * 　スワイプ自動
 * -------------------------------------------- */
.swiper-wrapper {
  background: #fff;
}

.swiper-auto { /* Swiper全体の幅　サイズはsizeで指定 */
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  width: 100%;
}

.info-size { /* インフォのサイズ */
  overflow: visible;
  width: 400px;
  height: 300px;
  margin: 0 auto;
}

.info-box {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.info-box__content h3 {
  margin: 0 !important;
  padding: 0 0.5em !important;
  border: none !important;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.info-box__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.info-box__content p {
  font-size: 0.9em;
  position: absolute;
  background: #fea225;
  color: #fff;
  bottom: 5px;
  padding: 0.5em;
  right: 0;
}

/* 左：写真などを配置 */
.info-box__image {
  height: 300px;
  width: 400px;
  display: flex;
  flex-direction: column;
}

.info-box__image img {
  -o-object-fit: none;
     object-fit: none;
}

.event-size { /* イベントのサイズ */
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.office-size { /* オフィスのサイズ */
  width: 500px;
  height: auto;
  margin: 0;
}

.office-frame {
  filter: sepia(40%) saturate(1.2) contrast(0.8) brightness(1.1);
}

/* インタビュー全体の枠 高さはrowで指定*/
.event-box {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 0.5em;
  margin: 1em;
  /* background: #c4c0fe; */
}

.event-box h3 {
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none;
  width: 100%;
  /* background: #c6e2f0; */
}

.event-box__content {
  padding: 0.5em 1em 1em 1em;
  display: flex;
  flex-direction: column;
  /* background: #f4a300; */
}

.event-box__content p {
  margin-top: 1px;
  font-size: 0.9rem;
  line-height: 1.1;
}

/* 左：写真などを配置 */
.event-box__image {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}

.event-frame {
  border-top: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: inline-block;
}

.event-frame img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media (max-width: 810px) {
  .swiper-auto {
    width: 100%;
    max-width: 400px;
  }
  .swiper-photo {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .swiper-auto {
    height: 350px;
  }
  .swiper-box {
    gap: 0;
    flex-direction: column;
    align-items: center;
  }
  .swiper-photo,
.swiper-content {
    flex: none;
    width: 100%;
    height: auto;
  }
  .swiper-content {
    padding-top: 0.5em;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
  }
  .swiper-content p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .profile-card {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .interview-row {
    height: 800px;
  }
  .benefit-row {
    height: 550px;
  }
  .event-row {
    height: 350px;
  }
  .job {
    margin-bottom: 2em;
  }
}
@media (max-width: 480px) {
  .swiper-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .interview-row {
    height: 600px;
  }
  .benefit-row {
    height: 550px;
  }
  .event-row {
    height: 350px;
  }
  .swiper-content p {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* --------------------------------------------
 * 　インタビュー　スワイプボタン
 * -------------------------------------------- */
.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em;
  gap: 1em;
  padding: 1em;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 60px;
  background: #fea225;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev {
  left: 0 !important;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}
.swiper-button-next {
  right: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}
.swiper-button-prev::after {
  text-align: left;
  padding-left: 5px;
}
.swiper-button-next::after {
  text-align: right;
  padding-right: 5px;
}
/* --------------------------------------------
 * 　吹き出し
 * -------------------------------------------- */
.balloon-box {
  display: flex;
  flex-direction: column;
  margin: 2em 0 0 0 !important;
  padding: 1em;
  border-radius: 10px;
  border: 4px dashed #fea225 !important;
}
.balloon-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.balloon-text {
  background: #f0f8ff;
  padding: 1em;
  border-radius: 10px;
  position: relative;
  max-width: 100%;
  flex: 1;
}
.balloon-text::before {
  content: "";
  position: absolute;
  top: 1em;
  left: -10px;
  border: 10px solid transparent;
  border-right-color: #f0f8ff;
}
/* --------------------------------------------
 * 　ベアボックス
 * -------------------------------------------- */
.bear-box {
  border: 5px dotted #fea225;
  border-radius: 30px;
  padding: 120px 1.5em 1em 1.5em;
  background: #fff;
  margin: 1em !important;
  background-image: url("../img/ftbear.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100px !important;
}

@media screen and (max-width: 834px) {
  .bear-box {
    background-size: 80px !important;
    padding: 90px 1.5em 1em 1.5em;
  }
}
/* --------------------------------------------
 * 　info ボックス
 * -------------------------------------------- */
.box-info {
  border: 5px double #9CDBDC;
  padding: 1em 1.5em 1em 1.5em;
  background: #fff;
  margin: 1em 3em !important;
}
@media screen and (max-width: 834px) {
  .box-info{
    margin: 1em !important;
   }
}
@media screen and (max-width: 768px) {
  .box-info{
    margin: 1em 0 !important;
   }
}
/* --------------------------------------------
 * 　マーカー
 * -------------------------------------------- */
.marker-yellow,
.is-style-marker-yellow {
  background: linear-gradient(transparent 60%, #fff59d 60%);
  font-weight: bold;
}
.marker-orange,
.is-style-marker-orange {
  background: linear-gradient(transparent 60%, #FFD54F 60%);
  font-weight: bold;
}
.marker-pink,
.is-style-marker-pink {
  background: linear-gradient(transparent 60%, #f8bbd0 60%);
  font-weight: bold;
}
.marker-blue,
.is-style-marker-blue {
  background: linear-gradient(transparent 60%, #b3e5fc 60%);
  font-weight: bold;
}
.under-yellow {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(to bottom, rgba(255, 235, 59, 0.5) 0%, rgba(255, 235, 59, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 100%;
  margin: 0 auto;
}
.frontHero {
  background: #fff;
}
.colorOrange {
  color: #fea225;
}
.colorWhite {
  color: #fff;
}
.bold-red {
  font-weight: bold;
  color: red;
}
.red {
  color: red;
}

/* --------------------------------------------
 * 　フッター下部固定
 * -------------------------------------------- */
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/*************************************/
/* PCのみ改行 */
.only-pc {
  display: block;
}

@media screen and (max-width: 480px) {
  .only-pc {
    display: none;
  }
}
/*************************************/
/* モバイルのみ改行 */
.only-mb {
  display: none;
}

@media screen and (max-width: 480px) {
  .only-mb {
    display: block;
  }
}
/* --------------------------------------------
 * 　フォーム7 テーブルデザイン調整
 * -------------------------------------------- */
table.CF7_table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  font-size: 1rem !important;
}

table.CF7_table tr {
  border-top: 1px solid #9AB7C7;
  border-bottom: 1px solid #9AB7C7;
  line-height: 4;
}

table.CF7_table td,
table.CF7_table th {
  background: #fff;
  padding: 1.2em 1.2em;
  border: none;
  min-width: 20em;
  vertical-align: middle;
}

table.CF7_table th {
  font-weight: bold;
  background: #fff;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

.CF7_table input,
.CF7_table textarea {
  border: 1px solid #9AB7C7;
  margin-top: 0.1em;
  line-height: 1.5;
}

.CF7_table ::-moz-placeholder {
  color: #797979;
}

.CF7_table ::placeholder {
  color: #797979;
}

span.wpcf7-checkbox .wpcf7-list-item {
  margin-top: 5px;
  display: block;
}

.CF7_req {
  font-size: 0.9rem;
  padding: 5px;
  background: #fea225;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

.CF7_unreq {
  font-size: 0.9rem;
  padding: 5px;
  background: #9AB7C7;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

.wpcf7 input.wpcf7-submit {
  background-color: #1b435d;
  border: 2px solid #1b435d;
  width: 80%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  border-radius: 0.5em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #9AB7C7;
  color: #1b435d;
  transition: all 0.3s ease;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

@media screen and (max-width: 768px) { /* タブレット版以下 */
  table.CF7_table {
    width: 95%;
    background: #fff !important;
  }
  table.CF7_table td,
table.CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
    padding: 0.8em 0;
    background: #fff !important;
  }
  table.CF7_table td {
    margin-bottom: 1em;
    background: #fff !important;
  }
  table.CF7_table tr {
    border-bottom: 2px dotted #9AB7C7;
    border-top: none !important;
    background: #fff !important;
  }
}
/* --------------------------------------------
 * 　固定ページ タイトル
 * -------------------------------------------- */
/* 固定ページ h1 */
.page .entry-title,
.archive-title {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

/* 固定ページ h2 */
body.page:not(.home) h2 {
  font-size: 2rem;
  font-weight: bold;
  background: none;
  color: #1b435d !important;
  margin: 0.5em 0 0.5em 0;
  padding: 0.2em 0 0.1em 0;
  position: relative;
}

body.page:not(.home) h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #1b435d 6ch, #9AB7C7 6ch, #9AB7C7 100%);
}

/* orange Ver */
body.page:not(.home) h2.orangeTitle {
  color: #fea225 !important;
}

body.page:not(.home) h2.orangeTitle::after {
  background: linear-gradient(to right, #fea225 6ch, rgba(254, 182, 131, 0.662745098) 6ch, #ffe0c0 100%);
}

@media screen and (max-width: 834px) {
  body.page:not(.home) h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 0.4em 0 0.4em 0;
  }
}
@media screen and (max-width: 480px) {
  body.page:not(.home) h2 {
    font-size: 1.2rem;
    padding: 0.4em 0 0.4em 0;
  }
}
/* 固定ページ h3*/
body.page:not(.home) h3 {
  font-size: 1.4rem;
  margin-left: 0;
  margin-bottom: 0.5em;
  border-left: solid 10px #FFCC66;
  padding-left: 0.5em;
}

/* h2の直後のh3だけマージンを打ち消す */
body.page:not(.home) h2 + h3,
body.page:not(.home) h2 + .wp-block-columns h3 {
  margin-top: 0;
}

/* orange Ver */
body.page:not(.home) h3.orangeTitle {
  color: #fea225;
  border-left: solid 10px #FFCC66;
}

@media screen and (max-width: 834px) {
  body.page:not(.home) h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  body.page:not(.home) h3 {
    font-size: 1.1rem;
  }
}
/* --------------------------------------------
 * 　投稿ページ 書式
 * -------------------------------------------- */
.entry-content {
  line-height: 1.8;
  font-size: 1rem;
  word-break: break-word;
}

/* 投稿ページ h1 */
.single .entry-title,
.article .entry-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em 0.1em;
  background: #f4f4f4;
  border-left: solid 5px #1b435d;
  border-bottom: solid 3px #d7d7d7;
}

@media screen and (max-width: 834px) {
  .single .entry-title,
.article .entry-title {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0.3em 0.2em 0.1em;
  }
}
@media screen and (max-width: 480px) {
  .single .entry-title,
.article .entry-title {
    font-size: 1.4rem;
  }
}
/* 投稿ページ h2 */
.single .entry-content h2 {
  font-size: 1.6rem;
  font-weight: bold;
  background: #ffb774;
  padding: 0.2em 0.2em 0.1em 0.5em;
  margin-bottom: 0.5em;
}

.single .entry-content h2:not(:first-child) {
  margin-top: 2em;
}

@media screen and (max-width: 834px) {
  .single .entry-content h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .single .entry-content h2 {
    font-size: 1.2rem;
  }
}
/* 投稿ページ h3 */
.single .entry-content h3 {
  font-size: 1.4rem;
  font-weight: bold;
  border-left: 10px solid #ffb774;
  padding: 0.2em 0.2em 0.1em 0.5em;
  border-bottom: 1px dotted #ffb774;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

/* h2の直後のh3だけマージンを打ち消す */
.single .entry-content h2 + h3,
.single .entry-content h2 + .wp-block-columns h3 {
  margin-top: 0;
}

@media screen and (max-width: 834px) {
  .single .entry-content h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .single .entry-content h3 {
    font-size: 1.1rem;
  }
}
/* ブロック要素の下にマージン */
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content blockquote,
.entry-content table,
.entry-content figure {
  margin-bottom: 2em;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

/* リスト */
.entry-content ul,
.entry-content ol {
  margin: 1em 0 1em 1.5em;
  padding-left: 1em;
}

.entry-content li {
  margin-bottom: 0.5em;
}

/* 画像 */
.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 引用 */
.entry-content blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  color: #666;
  margin: 1.5em 0;
  font-style: italic;
}

/* テーブル */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}

.entry-content th,
.entry-content td {
  border: 1px solid #ccc;
  padding: 0.75em;
  text-align: left;
}

.wp-block-separator {
  display: block;
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
  max-width: none;
  margin: 2em 0;
}

.wp-block-separator.has-alpha-channel-opacity {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 100% !important;
  max-width: none;
  margin: 2em 0;
}

/* --------------------------------------------
 * 　フロントページ　キービジュアル
 * -------------------------------------------- */
.keytop {
  display: flex;
  position: relative;
  z-index: 1;
  background-image: url("../img/keytop.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 95%;
  max-width: 1156px;
  overflow: hidden;
  aspect-ratio: 7/6;
  flex-direction: column;
  opacity: 0;
  -webkit-animation: fadeUp 2.5s ease-out forwards;
          animation: fadeUp 2.5s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.keytop__catch { /* テキスト キャッチ */
  display: block;
  position: absolute;
  right: 0;
  top: 6%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 3rem);
  color: #1b435d;
  z-index: 2;
}
.keytop img {
  width: 100%;
  height: auto;
  display: block;
}
.keytop__image img {
  width: 100%;
  height: auto;
  display: block;
}
.keytop__logo {
  position: absolute;
  z-index: 3;
  width: 40%;
  max-width: 350px;
  top: 24px;
  left: 20px;
  opacity: 0;
  -webkit-animation: fadeZoom 1.5s ease-out forwards;
          animation: fadeZoom 1.5s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.keytop__logo img {
  max-width: 350px;
  height: auto;
  display: block;
}
.keytop__kumo1 { /* 雲 キャッチ */
  width: 20%;
  max-width: 250px;
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateX(50%);
  z-index: 10;
  opacity: 0;
  -webkit-animation: fadeZoom 1.5s ease-out forwards;
          animation: fadeZoom 1.5s ease-out forwards;
}
.keytop__kumo1 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.keytop__kumo2 { /* 雲 問合せ */
  width: 15%;
  max-width: 140px;
  position: absolute;
  top: 40%;
  left: 70%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: fadeZoom 1.5s ease-out forwards, floaty 2.5s ease-in-out 3s infinite;
          animation: fadeZoom 1.5s ease-out forwards, floaty 2.5s ease-in-out 3s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.keytop__kumo2 img {
  max-width: 140px;
  height: auto;
  display: block;
}
.keytop__kumo2 :hover img {
  transform: scale(1.2);
  transition: all ease 0.2s;
}
.keytop__kumo3 { /* 雲 採用 */
  width: 15%;
  max-width: 140px;
  position: absolute;
  top: 20%;
  left: 48%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: fadeZoom 1.5s ease-out forwards, floaty 2.5s ease-in-out 3s infinite;
          animation: fadeZoom 1.5s ease-out forwards, floaty 2.5s ease-in-out 3s infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.keytop__kumo3 img {
  max-width: 140px;
  height: auto;
  display: block;
}
.keytop__kumo3 :hover img {
  transform: scale(1.2);
  transition: all ease 0.2s;
}
.keytop__kumo4 { /* 雲 開発事例 */
  width: 15%;
  max-width: 140px;
  position: absolute;
  top: 35%;
  left: 25%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: fadeZoom 1.5s ease-out forwards, floaty 3.5s ease-in-out 4s infinite;
          animation: fadeZoom 1.5s ease-out forwards, floaty 3.5s ease-in-out 4s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.keytop__kumo4 img {
  max-width: 140px;
  height: auto;
  display: block;
}
.keytop__kumo4 :hover img {
  transform: scale(1.2);
  transition: all ease 0.2s;
}
.keytop__kumo5 { /* 雲 会社概要 */
  width: 15%;
  max-width: 140px;
  position: absolute;
  top: 25%;
  left: 3%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: fadeZoom 1.5s ease-out forwards, floaty 2.5s ease-in-out 3s infinite;
          animation: fadeZoom 1.5s ease-out forwards, floaty 2.5s ease-in-out 3s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.keytop__kumo5 img {
  max-width: 140px;
  height: auto;
  display: block;
}
.keytop__kumo5 :hover img {
  transform: scale(1.2);
  transition: all ease 0.2s;
}
.keytop__0kumo1 { /* ぷかぷか雲 */
  width: 10%;
  max-width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(50%);
  z-index: 10;
  opacity: 0;
  -webkit-animation: fadeZoom 2s ease-out forwards;
          animation: fadeZoom 2s ease-out forwards;
}
.keytop__0kumo1 img {
  max-width: 100px;
  height: auto;
  display: block;
}
.keytop__0kumo2 { /* ぷかぷか雲 */
  width: 10%;
  max-width: 80px;
  position: absolute;
  top: 18%;
  right: 5%;
  transform: translateX(50%);
  z-index: 10;
  opacity: 0;
  -webkit-animation: fadeZoom 2.5s ease-out forwards;
          animation: fadeZoom 2.5s ease-out forwards;
}
.keytop__0kumo2 img {
  max-width: 80px;
  height: auto;
  display: block;
}

/************************************
** 端末別設定
************************************/
@media screen and (max-width: 1023px) {
  .keytop {
    height: auto;
  }
  .keytop__catch { /* テキスト キャッチ */
    top: 4%;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
  }
  .keytop__logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
  .keytop__logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .keytop__kumo5 {
    left: 2%;
  }
}
@media screen and (max-width: 834px) {
  .keytop__logo {
    top: 3%;
    inset-inline: 0;
    max-width: 300px;
  }
  .keytop__catch { /* テキスト キャッチ */
    font-size: clamp(1.2rem, 4vw, 1.6rem);
  }
  .keytop__kumo1 { /* 雲 キャッチ */
    width: 30%;
    max-width: 160px;
    top: 2%;
    left: 65%;
  }
  .keytop__kumo1 img {
    max-width: 160px;
    height: auto;
  }
  .keytop__kumo5 { /* 雲 会社概要 */
    width: 30%;
    max-width: 100px;
    top: 24%;
    left: 4%;
  }
  .keytop__kumo5 img {
    max-width: 100px;
    height: auto;
  }
  .keytop__kumo4 { /* 雲 開発事例 */
    width: 30%;
    max-width: 100px;
    top: 30%;
    left: 25%;
  }
  .keytop__kumo4 img {
    max-width: 100px;
    height: auto;
  }
  .keytop__kumo3 { /* 雲 採用 */
    width: 30%;
    max-width: 100px;
    top: 18%;
    left: 60%;
  }
  .keytop__kumo3 img {
    max-width: 100px;
    height: auto;
  }
  .keytop__kumo2 { /* 雲 お問合せ */
    width: 30%;
    max-width: 100px;
    top: 40%;
    left: 75%;
  }
  .keytop__kumo2 img {
    max-width: 100px;
    height: auto;
  }
  .keytop__0kumo1 { /* ぷかぷか雲 */
    top: 38%;
    left: 1%;
    width: 20%;
    max-width: 70px;
  }
  .keytop__0kumo1 img {
    max-width: 70px;
    height: auto;
  }
  .keytop__0kumo2 {
    top: 15%;
    right: 2%;
    width: 25%;
    max-width: 60px;
  }
  .keytop__0kumo2 img {
    max-width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 680px) {
  .keytop__logo {
    width: 35%;
    top: 3%;
    max-width: 250px;
  }
  .keytop__catch {
    font-size: clamp(0.6rem, 4vw, 1.4rem);
  }
}
@media screen and (max-width: 480px) {
  .keytop {
    background-image: url("../img/keytop_m.png");
    background-size: cover;
    width: 100%;
    height: calc(100vw + 150px);
    margin: 0;
  }
  .keytop__catch { /* テキスト キャッチ */
    white-space: nowrap;
    font-size: clamp(1rem, 5vw, 1.8rem);
    top: 30%;
    right: 50%;
    transform: translateX(55%);
  }
  .keytop__logo {
    width: 70%;
    max-width: 250px;
    top: 0;
    margin: auto;
  }
  .keytop__logo img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .keytop__kumo1 { /* 雲 キャッチ */
    left: 30%;
    top: 15%;
    width: 60%;
    max-width: 170px;
    -webkit-animation: fadeZoom 1s ease-out forwards, floaty 2.5s ease-in-out 2s infinite;
            animation: fadeZoom 1s ease-out forwards, floaty 2.5s ease-in-out 2s infinite;
  }
  .keytop__kumo1 img {
    max-width: 170px;
    height: auto;
  }
  .keytop__0kumo1 { /* ぷかぷか雲 */
    display: block;
    top: 20%;
    left: 3%;
    width: 20%;
    max-width: 80px;
    -webkit-animation: fadeZoom 2.5s ease-out forwards, floaty 2.5s ease-in-out 3s infinite;
            animation: fadeZoom 2.5s ease-out forwards, floaty 2.5s ease-in-out 3s infinite;
  }
  .keytop__0kumo1 img {
    max-width: 80px;
    height: auto;
  }
  .keytop__0kumo2 {
    display: block;
    top: 10%;
    left: 80%;
    width: 35%;
    max-width: 60px;
    -webkit-animation: fadeZoom 2.5s ease-out forwards, floaty 3.5s ease-in-out 4s infinite;
            animation: fadeZoom 2.5s ease-out forwards, floaty 3.5s ease-in-out 4s infinite;
  }
  .keytop__0kumo2 img {
    max-width: 60px;
    height: auto;
  }
  .keytop__kumo5,
.keytop__kumo4,
.keytop__kumo3,
.keytop__kumo2 {
    display: none;
  }
  .frontSection-wrapper {
    margin-top: 0;
  }
}
/*************************************/
/* フロントページ　キービジュアル動き */
/*************************************/
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ロゴ動き */
@-webkit-keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* 雲動き */
@-webkit-keyframes floaty {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floaty {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fuwafuwa {
  -webkit-animation: floaty 3s ease-in-out infinite;
          animation: floaty 3s ease-in-out infinite;
}

/*************************************/
/*　スライドインアニメ
/*************************************/
@-webkit-keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 左からスライドインCSS */
.slide-in {
  opacity: 0;
  transform: translateX(-90vw);
  -webkit-animation: slideIn 0.4s ease-out forwards;
          animation: slideIn 0.4s ease-out forwards;
}

/* 右からスライドインCSS */
.slide-in-right {
  opacity: 0;
  transform: translateX(90vw);
  -webkit-animation: slideIn 0.4s ease-out forwards;
          animation: slideIn 0.4s ease-out forwards;
}

/* 右からスライドインCSS　時間差 */
.slide-in-right2 {
  opacity: 0;
  transform: translateX(90vw);
  -webkit-animation: slideIn 0.6s ease-out forwards;
          animation: slideIn 0.6s ease-out forwards;
}

/* スクロールで左からスライドインJavaScript */
.slide-in-on-scroll {
  opacity: 0;
  transform: translateX(-90vw);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.slide-in-on-scroll.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* ▼ 大画面（1200px〜）では距離を固定（左右どちらも） */
@media (min-width: 1200px) {
  .slide-in,
.slide-in-on-scroll {
    transform: translateX(-600px);
  }
  .slide-in-right {
    transform: translateX(600px); /* ← 右からの距離も対称に */
  }
}
/* --------------------------------------------
 * 　ヘッダー　グローバルメニュー
 * -------------------------------------------- */
body.home .siteNameMenu { /* フロント　サイト名非表示 */
  display: none;
}
.headerPC {
  background-color: #fff;
  border-top: 5px solid #fea225;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}
.headerPC__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerPC__siteName {
  margin-left: 0;
  font-size: 18px;
}
.headerPC__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.header-menu-items {
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
}
.header-menu-items .menu-item {
  width: 120px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.header-menu-items .menu-item a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
}
.header-menu-items .menu-item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 6px;
  background-color: #FFCC66;
  transition: 0.2s ease;
  transform: translateX(-50%);
}

.header-menu-items .menu-item a:hover::after {
  width: 100px;
}

body.home .headerPC { /* PCサイズはフロントヘッダー非表示 */
  display: none;
}

@media (min-width: 481px) {
  .headerSP { /* PCではハンバーガーとスマホメニューを非表示 */
    display: none;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .headerPC__inner {
    flex-direction: column;
    justify-content: center;
  }
  .headerPC__siteName {
    margin-top: 10px;
  }
  .header-menu-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-menu-items .menu-item {
    width: 50%;
    max-width: none;
  }
  .header-menu-items .menu-item a {
    width: 100%;
    padding: 12px 0;
  }
  .header-menu-items .menu-item:last-child a {
    width: auto;
  }
}
@media (max-width: 480px) {
  /* PCメニューを非表示 */
  .headerPC {
    display: none;
  }
  /* SPヘッダー全体 */
  .headerSP {
    border-top: 5px solid #fea225;
    background: #fff;
    position: relative;
    z-index: 1000;
  }
  .headerSP__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10px;
  }
  .headerSP__siteName {
    display: block;
    font-size: 20px;
    margin-top: auto;
    margin-bottom: auto;
  }
  body:not(.home) .headerSP__inner {
    justify-content: space-between;
  }
  body.home .headerSP__inner {
    justify-content: end;
  }
  /* ハンバーガー表示 */
  .hamburger {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 53px;
    cursor: pointer;
    background: #fea225;
  }
  .hamburger__menuText {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }
  .hamburger__button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding: 4px 10px;
  }
  .hamburger__line { /* ✕ 三本線 */
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }
  /* ✕ アニメーション */
  .hamburger.active .hamburger__button .hamburger__line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.active .hamburger__button .hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger__button .hamburger__line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  /* スマホメニュー */
  .sp-nav {
    display: block;
    position: absolute;
    top: 100%; /* ← ヘッダーの下に表示 */
    left: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: 0.3s ease;
    z-index: 999;
  }
  .sp-nav.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .sp-menu-items {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    border-bottom: 5px solid #fea225;
  }
  .sp-menu-items .menu-item {
    background: #fff;
  }
  .sp-menu-items .menu-item:hover {
    background: #fea225;
  }
  .sp-menu-items .menu-item a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fea225;
    border-bottom: 1px dotted #fea225;
    margin: 0;
    padding: 10px 0 10px 0;
    text-decoration: none;
  }
  .sp-menu-items .menu-item a:hover {
    color: #fff;
  }
}
@media (max-width: 300px) {
  .headerSP__siteName {
    font-size: 18px;
  }
}
/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
.footer {
  background-color: #fff;
  border-top: 5px solid #fea225;
  height: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__inner {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.footer__siteInfo {
  display: flex;
  padding: 1em 0;
  justify-content: center;
}
.footer__cr {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #f5f5f5;
}

.siteNameFooter {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #1b435d;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.2rem;
}

.siteInfo {
  font-size: 1rem;
  padding-left: 20px;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.siteLogo {
  text-align: center;
}

.footerMenu {
  align-items: center;
}

.footer-menu-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.footer-menu-items .menu-item {
  padding: 0 10px;
  position: relative;
  font-weight: bold;
}

.footer-menu-items .menu-item::after {
  content: "|";
  position: absolute;
  right: -6px;
  top: 0;
}

.footer-menu-items .menu-item:last-child::after {
  content: "";
}

@media screen and (max-width: 834px) {
  .footer__inner {
    justify-content: center;
  }
  .footer__siteInfo {
    flex-direction: column;
  }
  .siteNameFooter {
    margin-top: 20px;
  }
  .siteInfo {
    padding-left: 0;
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    margin-bottom: 0;
  }
  .footer__cr {
    padding-bottom: 30px;
  }
  .footer__inner {
    margin-top: 0;
  }
  .siteInfo {
    font-size: 0.9rem;
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
  .siteNameFooter {
    font-size: 1.1rem;
    margin-top: 0;
  }
  .footer-menu-items {
    margin: 0;
    padding: 0;
    gap: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu-items .menu-item {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* 右側のアイテム（2個目、4個目…）には右ボーダーを消す */
  .footer-menu-items .menu-item:nth-child(2n) {
    border-right: none;
  }
  .footer-menu-items .menu-item::after {
    content: none;
  }
}
/* --------------------------------------------
 * 　フロントページ　基本セクション設定
 * -------------------------------------------- */
.frontSection__heading {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 1.5em;
}
.frontSection h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 0;
}
.frontSection h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0.5em;
}
.frontSection h3::before, .frontSection h3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 1px;
  background-color: #1b435d;
  margin: 0 5px;
}
.frontSection__titleEN {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: -10px 0 1em 0;
}
.frontSection__titleJP {
  margin-bottom: 10px;
  line-height: 1.2;
}
.frontSection__catch {
  text-align: center;
  font-size: 1.8rem;
  width: 100%;
  margin: 0;
}
.frontSection__catch span {
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 70%, #fff9cc 70%);
  padding: 0 0.2em;
}

.frontSection_message {
  background-color: #fff;
  padding-bottom: 20px;
}

.frontSection_news {
  background-color: #9CDBDC;
  padding: 20px 0;
}

.frontSection_ses {
  background-color: #FFCC66;
  padding: 20px 0;
}

.frontSection_service {
  background-color: #9CDBDC;
  padding: 20px 0;
}

.frontSection_recruit {
  background-color: #FFCC66;
  padding: 20px 0;
}

.frontSection_access {
  background-color: #9CDBDC;
  padding: 20px 0;
}

.frontSection_privacy {
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .frontSection h3 {
    font-size: 1.8rem;
  }
  .frontSection__titleEN {
    font-size: 4.5rem;
  }
  .frontSection__catch {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .frontSection h3 {
    font-size: 1.6rem;
  }
  .frontSection__titleEN {
    font-size: 4rem;
  }
  .frontSection__catch {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .frontSection__heading {
    margin-bottom: 1em;
  }
  .frontSection__message {
    margin-top: 15px;
  }
  .frontSection__titleEN {
    font-size: 3rem;
  }
  .frontSection__catch {
    font-size: 1.2rem;
  }
  .frontSection h2 {
    font-size: 1rem;
  }
  .frontSection h3 {
    font-size: 1.4rem;
  }
}
/* --------------------------------------------
 * 　フロントページ　サイト名
 * -------------------------------------------- */
.siteNameWrapper {
  width: 100%;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .siteNameWrapper {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .siteNameWrapper {
    font-size: 1.4rem;
    margin-top: 0.7em;
    margin-bottom: 0.5em;
  }
}
/* --------------------------------------------
 * 　フロントページ　メッセージ
 * -------------------------------------------- */
.frontMessage {
  padding-bottom: 20px;
}
.frontMessage__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1em;
}

.messageContent {
  display: flex;
  flex-direction: row;
  margin: 0 0.5em;
}
.messageContent__textArea {
  flex: 1 1 auto;
  font-size: 1.1rem;
  padding: 0 1em 0 1em;
}
.messageContent__textArea p {
  margin-bottom: 0.5em;
}
.messageContent__imageArea {
  flex: 0 0 auto;
  margin: auto;
  padding: 10px;
}
.messageContent__imageArea img {
  width: 150px;
}
.messageContent__ceo {
  display: block;
  text-align: center;
}
.messageContent__name {
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
  font-family: "Klee One", "Sawarabi Mincho", "Noto Serif JP", "serif";
}
.messageContent__position {
  font-size: 0.9rem;
  color: #333;
  font-weight: bold;
  font-family: "Klee One", "Sawarabi Mincho", "Noto Serif JP", "serif";
}

.frontSectionBlock {
  padding-bottom: 20px;
}
.frontSectionBlock__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1em;
}
.frontSectionBlock__heading {
  display: flex;
  flex-direction: column;
}

.frontContent {
  display: flex;
  flex-direction: row;
}
.frontContent__textArea {
  flex: 1 1 60%;
  font-size: 1.1rem;
  padding: 0;
}
.frontContent__imageArea {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1em;
}
.frontContent__imageArea img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 400px;
  display: block;
}

@media screen and (max-width: 834px) {
  .messageContent {
    flex-direction: column;
  }
  .messageContent__imageArea {
    flex: 1 1 100%;
    margin: auto;
  }
  .messageContent__textArea {
    font-size: 1rem;
  }
  .frontContent {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .messageContent {
    margin: 0;
  }
}
/* --------------------------------------------
 * 　フロントページ　新着情報
 * -------------------------------------------- */
.frontNews {
  padding-bottom: 20px;
}
.frontNews__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1em;
}

.newsList {
  list-style: none;
  width: 100%;
  padding: 1em;
  margin: 0 1em 30px 1em;
  background: #d1f5f6;
  border-radius: 20px;
  overflow: hidden;
}
.newsList li {
  margin-top: 0;
  border-bottom: 3px dotted #9CDBDC;
  padding: 0.5em;
}
.newsList__item {
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  gap: 0.6em;
  flex-wrap: wrap;
  align-items: center;
}
.newsList__item a {
  display: block;
  color: inherit;
}
.newsList__title {
  font-weight: bold;
}
.newsList__date {
  flex: 0 0 110px;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .newsList {
    margin: 0 10px 30px 10px;
  }
}
/* --------------------------------------------
 * 　フロントページ　地図
 * -------------------------------------------- */
.mapInner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.mapInner img a {
  text-align: center;
}

.accessInner {
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: space-between;
}

/* --------------------------------------------
 * 　フロントページ　オフィス風景
 * -------------------------------------------- */
.photoInner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 2em;
}
.photoInner__box {
  flex: 0 0 calc(33.333% - 13.33px);
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .photoInner {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .photoInner__box {
    max-width: 330px;
  }
  .photoInner__box img {
    aspect-ratio: 4/3;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
/* --------------------------------------------
 * 　フロントページ　プライバシーマーク
 * -------------------------------------------- */
.privacyInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1em;
}
.privacyInner__textArea {
  flex: 1;
  padding-right: 20px;
  text-align: right;
  line-height: 1.2;
}
.privacyInner__textArea p {
  font-size: 1rem;
}
.privacyInner__textArea p a {
  color: red;
  font-weight: bold;
}
.privacyInner__imageArea {
  flex: 0 0 auto;
  width: 100px;
  margin: 10px;
}
.privacyInner__imageArea a {
  display: block;
}
.privacyInner__imageArea img {
  width: 100%;
  max-width: 160px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .privacyInner {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .privacyInner__textArea {
    flex: 1;
    text-align: left;
    padding: 0;
  }
  .privacyInner__textArea p {
    font-size: 0.9rem;
  }
}
/* --------------------------------------------
 * 　固定ページ　英語タイトル
 * -------------------------------------------- */
.en-title {
  font-size: 5rem;
  color: #9AB7C7;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  margin-top: -6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .en-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .en-title {
    font-size: 40px;
  }
}
/* --------------------------------------------
 * 　固定ページ 日本語タイトル
 * -------------------------------------------- */
.page .entry-title,
.archive-title,
.category-title {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

/* --------------------------------------------
 * 　お知らせ　カテゴリ一覧表示
 * -------------------------------------------- */
body.category-information .entry-row-wrap {
  display: block !important;
}

body.category-information .entry-row {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

body.category-information .list {
  row-gap: 0;
}

.entry-row-information {
  border-bottom: 1px solid #9AB7C7;
  padding: 0.5rem 0;
}

.entry-row-information .entry-title {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  font-weight: bold;
}

.entry-row-information .entry-date {
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.3rem;
}

.entry-row-information .entry-excerpt {
  font-size: 0.95rem;
  color: #444;
}

.entry-row-information .entry-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.entry-row-information .entry-category {
  background: #eef6fb;
  font-size: 0.8rem;
  padding: 0.3em 0.6em;
  border-radius: 3px;
  border: 1px solid #9AB7C7;
  color: #1b435d;
  text-decoration: none;
}

.entry-row-information .entry-category:hover {
  background: #eef6fb;
  border-color: #9AB7C7;
  color: #1b435d;
  text-decoration: none;
}

/* --------------------------------------------
 * 　サブページ　HEROエリア
 * -------------------------------------------- */
/* 画像ズーム効果*/
.zoom-in {
  overflow: hidden;
}

.zoom-in img {
  transform: scale(0.5);
  -webkit-animation: zoomIn 0.8s ease forwards;
          animation: zoomIn 0.8s ease forwards;
}

/* ズームインのアニメーション定義 */
@-webkit-keyframes zoomIn {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
/* -------------------------------------------- */
/* サブページHero*/
.subHero {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
  align-items: center !important;
}
.subHero__imageArea {
  flex: 1 1 50%;
  padding: 1em;
}
.subHero__messageArea {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}
.subHero__catch {
  text-align: left;
  margin-bottom: 0.5em;
  font-size: 2.5rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.2em 0;
  line-height: 1.5;
}
.subHero__read {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  margin: 0 0 0.8em 0;
}

@media screen and (max-width: 1023px) {
  .subHero__catch {
    font-size: 2rem;
  }
  .subHero__read {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .subHero {
    flex-direction: column;
  }
  .subHero__imageArea {
    flex: 1 1 100%;
    max-width: 400px;
    margin: auto;
  }
  .subHero__messageArea {
    flex: 1 1 100%;
    padding-top: 0;
  }
  .subHero__catch {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.2em 0.5em;
  }
  .subHero__read {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .subHero__catch {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  .subHero__read {
    font-size: 1rem;
    line-height: 1.6;
  }
}
/* --------------------------------------------
/* サブページ　セクション*/
.subSection {
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
  background: #fff;
}

.page-container .subSection:last-of-type {
  margin-bottom: 0;
}

/* --------------------------------------------
 * 　会社概要ページ
 * -------------------------------------------- */
/* テーブルデザイン */
body.page-id-56 .wp-block-table {
  width: 75%;
  border-collapse: collapse;
  background-color: #fff;
  margin: 0 auto;
  font-size: 1.2rem !important;
}

body.page-id-56 .wp-block-table th,
body.page-id-56 .wp-block-table td {
  padding: 1em;
  border: none;
  background-color: #fff;
}

body.page-id-56 .wp-block-table tr {
  border-top: 1px solid #9AB7C7;
  border-bottom: 1px solid #9AB7C7;
  margin-bottom: 20px;
}

body.page-id-56 .wp-block-table th {
  background-color: #fff !important;
  font-weight: bold;
}

body.page-id-56 .wp-block-table strong {
  white-space: nowrap;
}

@media (max-width: 1023px) {
  body.page-id-56 .wp-block-table {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  body.page-id-56 .wp-block-table th,
body.page-id-56 .wp-block-table td {
    display: block;
    width: 100%;
    padding: 1em 0 0.5em 0;
  }
  body.page-id-56 .wp-block-table tr {
    display: table-row;
  }
}
@media screen and (max-width: 480px) {
  body.page-id-56 .wp-block-table {
    font-size: 1rem !important;
  }
}
/* --------------------------------------------
 * 　事業概要　SES　H3見出し
 * -------------------------------------------- */
.serviceTitle {
  font-size: 3.5rem !important;
  color: rgba(254, 182, 131, 0.662745098);
  padding-top: 0;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin: 0.5em 0 !important;
  text-align: center;
  font-weight: bold;
  border-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .serviceTitle {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .serviceTitle {
    font-size: 2rem !important;
  }
}
/* --------------------------------------------
 * 　事業概要　SES　実績
 * -------------------------------------------- */
.achievementCard__title {
  margin-top: 40px;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.achievementCard__content,
.achievementCard__work,
.achievementCard__skill {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1em;
  text-align: left;
}

.achievementCard__skill strong,
.achievementCard__content strong {
  padding: 0.1em 0.3em 0.1em 0.3em;
  background: #d5e8f3;
  margin-right: auto;
  font-weight: bold;
}

.achievementCard__type {
  background: #1b435d;
  border: 1px solid #1b435d;
  color: #fff;
  padding: 0.4em 0.8em 0.5em 0.8em;
  font-size: 0.9rem;
  line-height: 1.2;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 8px 0 0 0;
}

/*--------------------------------------------
 * 　事業概要　SES　グラフ
 * -------------------------------------------- */
.chartInner {
  display: flex;
  width: 100%;
  padding: 0 0 1em 0;
}
.chartInner__chart {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.chartInner__skill {
  padding: 1em;
  flex: 1 1 400px;
  margin-top: auto;
  margin-bottom: auto;
}
.chartInner__skill ul {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .chartInner {
    flex-direction: column;
    align-items: center;
  }
  .chartInner__skill {
    flex: 1 1 100%;
  }
  #engineerChart {
    width: 100% !important;
    height: auto !important;
    max-width: 400px;
  }
}
/* --------------------------------------------
 * 　採用情報ページ
 * -------------------------------------------- */
/* 採用　福利厚生info*/
.careerInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  justify-items: center;
  align-items: center;
  overflow: hidden;
  padding: 1em;
}
.careerInfo p {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}
.careerInfo__pr {
  position: relative;
  padding: 0.5em 1em 1em 1em;
  margin-top: 3em;
  border-radius: 10px;
  border: 3px solid #ffb774;
  background-color: #ffb774;
  color: #fff;
}
.careerInfo__pr p {
  line-height: 1.5;
}
.careerInfo__pr::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 3px solid #1b435d;
  content: "";
}
.careerInfo__prtext {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 !important;
  line-height: 1.4;
}
.careerInfo__contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}
.careerInfo__massage {
  display: flex;
  flex: 1 1 40%;
  background: #f7f092;
  align-items: center;
}
.careerInfo__image {
  height: auto;
  flex: 1 1 30%;
  text-align: center;
}
.careerInfo__image img {
  max-width: 230px;
}
.careerInfo__MBimage {
  height: auto;
  flex: 0 1 30%;
  text-align: center;
}
.careerInfo__label {
  display: inline-flex;
  -webkit-animation: scrollLeft 30s linear infinite;
          animation: scrollLeft 30s linear infinite;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.careerInfo__label li {
  background: #1b435d;
  padding: 0.2em 0.4em;
  white-space: nowrap;
  margin: 0 1em 0 0;
  line-height: 1.5;
}

ul.careerInfo__label {
  margin: 0 !important;
  padding: 0 !important;
}

.careerInfo__MBimage { /* PCのみ非表示 */
  display: none;
  max-width: 300px;
  margin: 0 auto;
}

.margin-top {
  margin-top: 15px;
}

.label-marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

/* アニメーション定義 */
@-webkit-keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.careerInfo__title {
  font-weight: bold !important;
  font-size: 1.1rem !important;
  margin: 0 0 0.5em 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .careerInfo__MBimage {
    display: block;
  }
  .careerInfo__image {
    display: none;
  }
  .margin-top {
    margin-top: 0;
  }
  .careerInfo__contents {
    margin-top: 0;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    /* background: #cce4f0; */
    align-items: center;
  }
  .careerInfo__point {
    align-content: center;
  }
  .careerInfo__massage {
    width: 100%;
    margin: 0;
  }
  .careerInfo__pr {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .margin-top {
    margin-top: 0;
  }
  .careerInfo {
    padding: 0;
  }
  .careerInfo__point {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .careerInfo__point li {
    margin-bottom: 20px !important;
  }
  .careerInfo__massage {
    font-size: 1rem;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .careerInfo__massage p {
    font-size: 1rem;
  }
  .careerInfo__image img {
    max-height: 180px;
  }
}
/* --------------------------------------------
 * 福利厚生
 * -------------------------------------------- */
.benefitCard {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  gap: 10px;
}
.benefitCard li {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 2px solid #fea225;
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  margin: 0 !important;
}
.benefitCard__title {
  display: flex;
  flex: 0 0 10%;
  flex-direction: column;
}
.benefitCard__title h3 {
  font-size: 1.2em;
  position: relative;
  font-weight: bold;
  color: #fea225;
  margin: 0 !important;
  padding: 0 0 0.5em 1.2em !important;
  border-left: none !important;
}
.benefitCard__title h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5b8";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
.benefitCard__item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  line-height: 1.6;
  text-align: left;
  height: auto;
  width: 100%;
}
.benefitCard__item p {
  white-space: pre-line; /* 内容改行 */
  font-size: 1rem;
  vertical-align: top;
}
.benefitCard__desc {
  flex: 1 1 auto;
  line-height: 1.6;
  margin: 0;
}
.benefitCard__image {
  display: flex;
  flex: 0 0 15%;
  float: right;
  margin: 0 auto;
  height: auto;
}
.benefitCard__image img {
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 480px) {
  .benefitCard__item {
    flex-direction: column;
    width: 100%;
  }
  .benefitCard__image {
    flex: 0 0 10%;
    float: right;
    margin: 0 auto;
    height: auto;
  }
  .benefitCard__image img {
    max-height: 150px;
  }
  .benefitCard__title h3 {
    font-size: 1.1rem !important;
  }
}
/* --------------------------------------------
 * 　エントリーフロー　ボックス
 * -------------------------------------------- */
.entryFlow {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 2em 0 2em 0;
  counter-reset: step;
  position: relative;
}
.entryFlow > li {
  position: relative;
  flex: 1 1 0;
  background-color: #fff7cc;
  border: 2px solid #fea225;
  border-radius: 8px;
  text-align: center;
  padding: 1.5em 1em 1em;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 10px;
  counter-increment: step;
}
.entryFlow > li::before {
  content: counter(step);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fea225;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.1rem;
}
.entryFlow > li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #fea225;
}
.entryFlow > li > ul {
  padding-left: 0;
  margin-left: 0;
}
.entryFlow > li > ul > li {
  list-style: none;
  font-weight: normal;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .entryFlow {
    flex-direction: column;
    align-items: stretch;
  }
  .entryFlow > li {
    margin: 0 0 2em 0;
  }
  .entryFlow > li::before {
    top: -16px;
    left: 10px;
    transform: none;
  }
  .entryFlow > li:not(:last-child)::after {
    content: "↓";
    top: auto;
    bottom: -1.8em;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    font-size: 1.2rem;
  }
}
/* --------------------------------------------
 * 　事業概要　FMP
 * -------------------------------------------- */
.fmCard__title {
  font-weight: bold;
}
.fmCard__content {
  margin-top: 20px;
  text-align: left;
  margin-bottom: auto;
  line-height: 1.5;
}
.fmCard__button {
  text-align: center;
}

/* --------------------------------------------
 * 　課題悩み
 * -------------------------------------------- */
.problem-section,
.solution-section,
.flow-section {
  width: 100%;
  height: auto;
  margin: 0.5em 0 2em 0;
}

.problemList {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.problemCard {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  justify-content: left;
  padding: 0;
  margin: 2px;
  min-width: 0;
}
.problemCard h3 {
  font-weight: bold;
  border: none;
  font-size: 1.1rem !important;
  margin: 0 0 0.2em 0 !important;
  padding: 0 !important;
}
.problemCard__desc {
  display: flex;
  align-items: flex-start;
  padding: 0;
  width: auto;
}
.problemCard__desc p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.5;
}
.problemCard__image {
  display: block;
  margin: 0;
  width: 200px;
  height: auto;
}
.problemCard__image img {
  display: block;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
  border: none;
}

@media (max-width: 768px) {
  .problemCard {
    flex-direction: column;
  }
  .problemCard__desc {
    margin-left: 100px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .problemList {
    flex-direction: column;
    padding: 0;
  }
  .problemCard {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .problemCard h3 {
    font-size: 1rem !important;
    padding: 0.2em !important;
    margin: 0 !important;
  }
  .problemCard__desc {
    margin-left: auto;
    margin-right: 10px;
  }
  .point-marker {
    font-size: 1.1rem;
  }
}
/* --------------------------------------------
 * 　課題悩み　吹き出し
 * -------------------------------------------- */
.speechBubble {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #ffb774;
  border-radius: 10px;
  border: 2px solid #ffb774;
}
.speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffb774;
}
.speechBubble p {
  margin: 0;
  padding: 0;
}
.speechBubble h3 {
  border-left: none !important;
}

/* --------------------------------------------
 * 　課題解決
 * -------------------------------------------- */
.solutionInner {
  display: flex;
}
.solutionInner__desc {
  text-align: left;
  flex: 1 1 auto;
  font-size: 1.1rem;
}
.solutionInner__image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em;
}
.solutionInner__image img {
  width: auto;
  max-width: 300px;
}

.solutionList {
  padding: 0.5em 0 0.5em 1.5em;
  margin-bottom: 1em;
  list-style: none;
  font-weight: bold;
}
.solutionList > li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
}
.solutionList > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f14a";
  position: absolute;
  left: -0.5em;
  top: 0.4em;
  font-size: 1.2em;
}

/* -------------------------------------------- */
@media (max-width: 768px) {
  .solutionInner {
    flex-direction: column-reverse;
  }
  .solutionInner__image {
    padding: 0;
  }
  .solutionInner__desc {
    font-size: 1rem;
  }
}
/* --------------------------------------------
 * 　中央寄せコンテナ
 * -------------------------------------------- */
.centerContainer {
  text-align: center;
}

.centerContainer .pagenation ul {
  display: inline-block;
}

/* --------------------------------------------
 * 　プライバシーポリシー　ページ
 * -------------------------------------------- */
body.page-id-2 h3 {
  margin-left: 0 !important;
  border-left: solid 10px #9AB7C7 !important;
  padding-left: 0.5em !important;
}

body.page-id-2 ol {
  margin-left: 0 !important;
}

body.page-id-2 ul,
body.page-id-2 ol ul {
  list-style: none;
  padding-left: 1.5em !important;
}

body.page-id-2 ul ul,
body.page-id-2 ol ul ul {
  padding-left: 2em !important;
}

body.page-id-2 .wp-block-list ul > li:last-child {
  margin-bottom: 1em;
}

body.page-id-2 .wp-block-table {
  width: 90%;
  margin-bottom: 2em;
  border-collapse: collapse;
}

body.page-id-2 .wp-block-table {
  width: 90%;
  margin: 0 auto 2em auto;
  border-collapse: collapse;
}

body.page-id-2 .wp-block-table th,
body.page-id-2 .wp-block-table td {
  border: 1px solid #9AB7C7;
}

body.page-id-2 .wp-block-table thead th {
  background-color: #f0f0f0;
}

body.page-id-2 .wp-block-table tbody td {
  background-color: #fff;
}

body.page-id-2 .is-style-information-box {
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 480px) {
  body.page-id-2 p {
    line-height: 1.6;
  }
  body.page-id-2 ul,
body.page-id-2 ol ul {
    padding-left: 0.5em !important;
  }
  body.page-id-2 ul ul,
body.page-id-2 ol ul ul {
    padding-left: 1.5em !important;
  }
}
/* --------------------------------------------
 * 　サービスの流れ
 * -------------------------------------------- */
.flowInner {
  padding: 1em 0 0 0;
  width: 100%;
  margin: 0;
  display: flex;
}

.flowBox {
  justify-content: center;
  width: 100%;
  padding: 0 1em 0 1em;
  margin: 0;
}

.flowBox > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flowBox > li:not(:last-child) {
  padding-bottom: 10px;
}

.flowBox > li .flowBox__number {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #9CDBDC;
  color: #fff;
  position: absolute;
  left: 0;
}

.flowBox > li:not(:last-child)::before {
  content: "";
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% + 30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flowBox > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  text-align: left;
}

.flowBox > li dl dd {
  margin-left: 0;
  margin-top: 0;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .flowBox {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .flowBox > li dl dt {
    font-size: 1.2em;
  }
}