@charset "UTF-8";

/*下記記グローバルナビゲーション!*/

/* ===========================
   レスポンシブ改行制御
   =========================== */
/* PC版のみ表示される改行 */
.br-pc {
  display: inline;
}

/* モバイル版のみ表示される改行 */
.br-sp {
  display: none;
}

/* タブレット・スマホ (768px以下) */
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }
}

/* 横スクロール防止 */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0 auto;
  text-align: center;
}

body > * {
  text-align: left;
}

/* トップにpadding挿入 */
main {
  padding-top: calc(var(--nav-height) + 200px); /* ヘッダー+ちょい余白 */
}

/* 個別記事ページのpadding削除 */
body.single main {
  padding-top: 0;
}

/* 固定ページのpadding削除 */
body.page main {
  padding-top: 0;
}

/* 個別記事ページのヒーローセクションの下パディング削除 */
body.single #post-hero {
  padding-bottom: 0;
  min-height: auto;
}

/* 前のページ・次のページナビゲーション */
.post-prev-next {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
  gap: 20px;
}

.prev-post,
.next-post {
  flex: 1;
}

.prev-post {
  text-align: left;
}

.next-post {
  text-align: right;
}

.post-prev-next a,
.post-navigation .back-button {
  display: inline-block;
  padding: 12px 30px;
  color: #4da8da;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.post-prev-next a:hover,
.post-navigation .back-button:hover {
  color: #3a8ab8;
  text-decoration: underline;
}

.post-navigation {
  text-align: center;
  margin: 20px 0 40px;
}

/* 個別記事ページの本文左揃え */
.post-content {
  text-align: left;
}

/* ページネーション */
.pagination {
  text-align: center;
  margin: 40px 0;
}

.pagination .page-numbers {
  display: inline-flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination .page-numbers li {
  display: inline-block;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

.pagination .page-numbers a:hover {
  background-color: #4da8da;
  color: #fff;
  border-color: #4da8da;
}

.pagination .page-numbers .current {
  background-color: #4da8da;
  color: #fff;
  border-color: #4da8da;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: auto;
  height: 55px;
  /*ロゴとグローバルナビ調節用*/
  padding-left: 7%;
  padding-top: 18px;
  margin-bottom: -4px;
}

.logo-title {
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: -25px;
}

* {
  box-sizing: border-box;
}

ul.gnav-navi-1 {
  background: transparent;
  text-align: right;
  padding-right: 10%;
  margin-top: -50px;
  /*ロゴとグローバルナビ調節用*/
}

ul.gnav-navi-1 li {
  display: inline-block;
}

ul.gnav-navi-1 li a {
  display: block;
  margin-left: -8px;
  margin-right: -8px;
  padding: 24px;
  text-decoration: none;
}

ul.gnav-navi-1 a::first-line {
  font-size: 14px;
}

/*上記グローバルナビゲーション!*/

/*下記フッター*/

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #cecece;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid transparent;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer {
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  font-size: 14px;
  background: transparent;
  display: block;
  width: 100%;
  height: auto;
  text-align: left !important;
  font-weight: 50 !important;
  color: #e6e6e6;
}

.footer__navi li {
  display: flex;
  align-items: center;
  min-height: 35px;
  width: 100%;
  max-width: 400px;
}

.footer__navi-heading {
  text-align: left !important;
  margin-bottom: -10px;
}

/* menu-heading クラスのリンクを無効化 */
.footer__navi .menu-heading > a {
  pointer-events: none;
  cursor: default;
}

/* メニュー項目を見出しとして表示 */
.footer__navi .menu-item.footer-category > a {
  pointer-events: auto;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  width: 400px;
}

.footer__navi .menu-item.footer-category > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__navi .menu-item.footer-category > a::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2.5px solid #4da8da;
  border-right: 2.5px solid #4da8da;
  transform: translate(-50%, -50%) rotate(45deg);
}

.footer__navi .menu-item.footer-category > a:hover {
  color: #ffffff;
}

.copyright {
  text-align: center;
  font-size: 10px;
  color: #e9e9e9;
  padding-bottom: 5px;
  padding-top: 20px;
}

.footer-center {
  margin-left: auto;
  margin-right: auto;
}

.footer-menus-wrapper {
  display: flex;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.footer-menu-left {
  flex: 2;
}

.footer-menu-right {
  flex: 1;
}

.md-flex {
  display: flex;
}

.md-justify-between {
  justify-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.footer__navi {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 0.5rem 30px;
  grid-auto-columns: minmax(0, 1fr);
}

/* ナビゲーションページ遷移 */

/* 固定ヘッダー対応のスクロールマージン */
#about-title,
#teacher-title,
#price-title,
#map-title,
#contact-title {
  scroll-margin-top: 160px;
}

/* PCの設定 */
@media (min-width: 1060px) {
  .delete-sp {
    display: none;
  }
  .delete-pc {
    display: none;
  }

  /* フッターの設定 */
  .other-footer-pc {
    padding-left: 50px;
  }

}

/* タブレットの設定 */

@media screen and (min-width:900px) and (max-width:1059px) {

  .delete-tb {
    display: none;
  }

  .other-footer-pc {
    padding-left: 50px;
  }

}

/* モバイルの設定 */
@media (max-width: 899px) {

  .delete-mb {
    display: none;
  }

}

/* モバイルの設定 */
@media (max-width: 899px) {

  .delete-mb {
    display: none;
  }


  /* ハンバーガーメニュー */

  .logo2 img {
    text-align: center;
    width: auto;
    height: 60px;
    padding-top: 10px;
  }

  .logo-block {
    display: block;
    width: 100%;
    height: 70px;
    background-color: transparent;
  }


  [type="checkbox"]:checked,
  [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  .menu-icon:checked+label,
  .menu-icon:not(:checked)+label {
    position: fixed;
    bottom: 40px;
    right: 55px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
  }

  .menu-icon:checked+label:before,
  .menu-icon:not(:checked)+label:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    z-index: 20;
    top: 0;
    left: 0;
    margin-left: 5px;
    border-top: 2px solid #ececee;
    border-bottom: 2px solid #ececee;
    transition: border-width 100ms 1500ms ease,
      top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
      height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
      background-color 200ms ease,
      transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:checked+label:after,
  .menu-icon:not(:checked)+label:after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    z-index: 20;
    top: 12px;
    right: 4px;
    left: 4.75px;
    background-color: #ececee;
    margin-top: -1px;
    transition: width 100ms 1750ms ease,
      right 100ms 1750ms ease,
      margin-top 100ms ease,
      transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:checked+label:before {
    top: 10px;
    transform: rotate(45deg);
    height: 2px;
    background-color: #ececee;
    border-width: 0;
    transition: border-width 100ms 340ms ease,
      top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      background-color 200ms 500ms ease,
      transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:checked+label:after {
    width: 30px;
    margin-top: 0;
    right: 0;
    transform: rotate(-45deg);
    transition: width 100ms ease,
      right 100ms ease,
      margin-top 100ms 500ms ease,
      transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav {
    position: fixed;
    bottom: 23px;
    right: 50px;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 #3d315a;
    background-color: #111111;
    animation: border-transform 7s linear infinite;
    transition: top 50ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
      right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 250ms 1100ms ease,
      width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
      height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  @keyframes border-transform {

    0%,
    100% {
      border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
      border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
      border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
      border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
      border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
      border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
      border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
  }

  .menu-icon:checked~.nav {
    animation-play-state: paused;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 200%;
    height: 200%;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
      right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 250ms 700ms ease,
      width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
      height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav ul {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
    list-style: none;
  }

  .nav ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 250ms linear;
  }

  .nav ul li:nth-child(1) {
    transition-delay: 200ms;
  }

  .nav ul li:nth-child(2) {
    transition-delay: 150ms;
  }

  .nav ul li:nth-child(3) {
    transition-delay: 100ms;
  }

  .nav ul li:nth-child(4) {
    transition-delay: 50ms;
  }

  .nav ul li a {
    font-size: 9vh;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
    display: inline-block;
    position: relative;
    color: #ececee;
    transition: all 250ms linear;
  }

  .nav ul li a:hover {
    text-decoration: none;
    color: #3f3f3f;
  }

  .nav ul li a:hover:after {
    width: 100%;
  }

  .menu-icon:checked~.nav ul li {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 350ms ease,
      transform 250ms ease;
  }

  .menu-icon:checked~.nav ul li:nth-child(1) {
    transition-delay: 1400ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(2) {
    transition-delay: 1480ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(3) {
    transition-delay: 1560ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(4) {
    transition-delay: 1640ms;
  }

  .menu-icon:checked+label,
  .menu-icon:not(:checked)+label {
    right: 55px;
  }

  .logo {
    left: 30px;
  }

  .nav {
    right: 30px;
  }

  .nav ul li a {
    font-size: 3.5vh;
  }


  /* ここからフッター */

  .accordion {
    width: 100%;
  }

  /* inputのチェックボックスを非表示 */
  .accordion-hidden {
    display: none;
  }

  /* 見出しボタン部分 */
  .accordion-open {
    display: block;
    padding: 10px 80px 10px 10px;
    background: #151515;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
  }

  /* ＋アイコン */
  .accordion-open::before,
  .accordion-open::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
  }

  /* アイコンのー */
  .accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }

  /* アコーディオンが開いたらーに */
  .accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
  }

  /* アコーディオン中身部分 */
  .accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
    cursor: pointer;
  }

  /* チェックボックスにチェックが入ったら中身部分を表示する */
  .accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px;
  }

  /* ↑ここまで共通 */

}



/* グラフ */
.card-header {
  padding-bottom: 50px;
}

.timeline-wrap {
  padding: 6vh 5vw;
}

.wrap2 {
  max-width: 1260px;
  margin: 32px auto;
}

.wrap2 {
  position: relative;
  height: 800px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 130px;
  border-radius: 10px;
}

.panel2 {
  width: min(1280px, 100%);
  background: var(--panel-bg);
}

.chartBox {
  height: 560px;
  width: auto;
  position: relative;
}

.note {
  position: absolute;
  bottom: 10px;
  right: 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  text-align: right;
  pointer-events: none;
}



.pc {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-heading: "Playfair Display", serif;
  --font-body: "Noto Sans JP", sans-serif;
  --color-text: #fff;
  --color-link: #1c3faa;
  --color-bg: #000000;
  --color-navy: #1f1f3a;
  --color-grad-start: #b84bff;
  --color-mid: #29abe2;
  --color-grad-end: #5a8aff;
  --nav-height: 60px;
}

html {
  font-size: 90%;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.8;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: block;
  color: var(--color-text);
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

main {
  overflow: hidden;
}

section {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  max-width: 100%;
}

section:nth-child(n+3) {
  margin-top: 64px;
}

section h2 {
  font-size: 68px;
  font-family: 'Mohave', sans-serif;
  background-image: linear-gradient(to right, #565cff, #29abe2, #ff7d7d, #f44a9b, #29abe2, #565cff);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 16s ease-in infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

h1,
h2 {
  font-size: 68px;
  font-family: 'Mohave', sans-serif;
  color: var(--color-text);
  margin-bottom: 16px;
}

h3 {
  font-size: 24px;
  color: var(--color-bg);
}

p {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: left;
}

/* すべてのサブタイトルを中央揃え */
[class$="-subtitle"],
[class*="-subtitle "] {
  text-align: center;
}

.white {
  color: var(--color-text);
  /* margin-top: 64px; */
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.cards .card {
  background: #fff;
  color: var(--color-bg);
  padding: 24px;
  border-radius: 8px;
  width: 200px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--color-bg);
  z-index: 100;
}

header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
}

header .header-inner .logo {
  font-weight: bold;
  font-size: 24px;
  color: var(--color-text);
}

header .header-inner #nav .nav-inner .hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  cursor: pointer;
}

header .header-inner #nav .nav-inner .hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

header .header-inner #nav .nav-inner .hamburger-menu__bar:first-child {
  top: 16px;
}

header .header-inner #nav .nav-inner .hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

header .header-inner #nav .nav-inner .hamburger-menu__bar:last-child {
  top: 32px;
}

header .header-inner #nav .nav-inner .hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

header .header-inner #nav .nav-inner .hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

header .header-inner #nav .nav-inner .hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

header .header-inner #nav .nav-inner .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

header .header-inner #nav .nav-inner .navigation {
  display: none;
  background: var(--color-bg);
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  overflow: scroll;
  z-index: 9999;
}

header .header-inner #nav .nav-inner .navigation__list {
  text-align: center;
  list-style: none;
  padding: 0 0 12px 0;
  margin: 0;
}

header .header-inner #nav .nav-inner .navigation__list .navigation__list-item .navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 12px 0 0 0;
  transition: 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  header .header-inner #nav .nav-inner .navigation__list .navigation__list-item .navigation__link:hover {
    background: #333;
  }
}

header .header-inner #nav .nav-inner .navigation__list .navigation__list-item:first-child {
  margin-top: 10px;
  border-top: solid 1px var(--color-text);
}

/* ===== HERO（中央揃えで見出し直下にサブ） ===== */
#hero {
  height: 100vh;
  display: flex;
  flex-direction: column;        /* 縦積みに変更 */
  justify-content: center;       /* 縦方向センター */
  align-items: center;           /* 横方向センター */
  text-align: center;
  gap: 12px;                     /* h1とサブの間隔を一定に */
}

#hero h1 {
  margin: 0;                     /* デフォルト余白を除去 */
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1;
  background-image: linear-gradient(
    to right,
    #565cff,
    #29abe2,
    #ff7d7d,
    #f44a9b,
    #29abe2,
    #565cff
  );
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 16s ease-in infinite;
}

/* サブテキスト（例: <p class="hero-sub">） */
#hero .hero-sub {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.4;
  color: var(--color-text, #fff);
  opacity: 0.9;
}

/* ===== Index Section (目次) ===== */
#index {
  padding: 0;
  margin: 0;
}

#index .index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

#index .index-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#index .index-item {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 16px;
}

#index .index-number {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 900;
  color: var(--color-grad-start);
  min-width: 50px;
}

@media (max-width: 768px) {
  #index .index-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #index .index-item {
    font-size: clamp(1rem, 3.5vw, 1.2rem);
  }
}

/* ===== School Overview Section (スクール概要) ===== */
#school-overview {
  padding: 100px 0;
}

#school-overview .overview-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.9;
  margin-bottom: 60px;
  text-align: center;
}

#school-overview .comparison-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#school-overview .comparison-block h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  margin-bottom: 30px;
  text-align: center;
}

#school-overview .comparison-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

#school-overview .flow-item {
  text-align: center;
  flex: 1;
  min-width: 150px;
  max-width: 250px;
}

#school-overview .flow-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#school-overview .flow-icon img {
  max-width: 100%;
  height: auto;
}

#school-overview .flow-arrow {
  font-size: 2rem;
  color: var(--color-text);
  font-weight: bold;
}

#school-overview .flow-item p {
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  line-height: 1.6;
}

@media (max-width: 768px) {
  #school-overview .comparison-flow {
    flex-direction: column;
    gap: 15px;
  }

  #school-overview .flow-arrow {
    transform: rotate(90deg);
    font-size: 1.5rem;
  }

  #school-overview .flow-item {
    max-width: 100%;
  }
}

/* ====== レイアウトの基準値（PC最大時の見た目をキープ） ====== */
:root{
  --card-w: 360px;                 /* 理想のカード幅（PC最大時の見た目） */
  --gap:30px;   /* 行間・列間の両方に使用 */
}

/* 3枚横並び（幅に応じて自動折返し） */
#about .target__cards{
  display: grid;
  /* 可能な限りカード幅を --card-w に保ち、入らなくなったら折り返す */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--card-w)), 1fr));
  gap: var(--gap);
  justify-content: center;         /* 余白が出るときは中央寄せに */
  align-content: start;
  margin-top: clamp(8px, 1.6vw, 20px); /* （保険）見出しとの間隔 */
}

/* カード本体 */
#about .target__cards .target__card{
  width: 100%;
  max-width: var(--card-w);        /* どれだけ広くても見た目サイズを超えない */
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 22px;
  padding:32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:16px;
  min-height: 260px;
  box-sizing: border-box;
}

/* figure レイヤーの余白リセット */
#about .target__cards .target__card figure{
  margin: 0;
  padding: 0;
}

/* アイコン（カード幅に対する相対＋上限でPC比率を維持） */
#about .target__cards .target__card .card__img{
  width: min(38%, 140px);          /* PCの見た目に近い比率＋上限 */
  margin: 0 auto;
}
#about .target__cards .target__card .card__img img{
  display: block;
  width: 100%;
  height: auto;
}

/* タイトル（白固定） */
#about .target__cards .target__card .card__title{
  color: #fff !important;
  font-weight: 800;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem); /* PC最大値を上限に固定 */
  margin: 0;
  letter-spacing: .02em;
}

/* 説明（任意） */
#about .target__cards .target__card .card__text{
  color: rgba(255,255,255,.9);
  font-size: clamp(.9rem, 1.6vw, 1rem);   /* PC最大時のサイズを上限に */
  line-height: 1.7;
  margin: 0;
}

/* 見出し下のスペース */
#about h3.white{
  padding-top: 50px;
  margin-bottom: clamp(10px, 4vw, 40px) !important;
}

/* ====== ブレークポイント最小限（文字は読みやすく少しだけ縮小） ====== */
@media (max-width: 768px){
  /* 列指定は不要：auto-fit + minmax が自動で 1 列にする */
  #about .target__cards{ gap: 20px; }
  #about .target__cards .target__card .card__img{
    width: min(44%, 120px);        /* モバイルは少しだけ相対比率を上げて視認性UP */
  }
  #about .target__cards .target__card .card__title{
    font-size: clamp(1rem, 4vw, 1.4rem);
  }
  #about .target__cards .target__card .card__text{
    font-size: clamp(.9rem, 3.6vw, .98rem);
  }
}

/* アコーディオン共通設定 */
#teacher .teacher-inner img {
  width: 230px;
  border-radius: 1000px;
  max-width: 300px;
  margin-top: 64px;
}

#teacher .teacher-inner .accordion {
  width: 100%;
  margin: 20px auto;
  text-align: left;
  /* active時のアイコン回転だけ CSS で */
}

#teacher .teacher-inner .accordion .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* コンテンツは JavaScript で高さを設定するので、
  CSS ではトランジションだけ指定 */
}

#teacher .teacher-inner .accordion .accordion-item .accordion-title {
  cursor: pointer;
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  color: var(--white);
}

#teacher .teacher-inner .accordion .accordion-item .accordion-title::after {
  content: "＋";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  transition: transform 0.3s;
}

#teacher .teacher-inner .accordion .accordion-item.active .accordion-title::after {
  transform: rotate(45deg);
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.4s ease, padding 0.4s ease;
  /* Inner content adjustments */
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .project-lists h4 {
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .project-lists ul li {
  margin-bottom: 8px;
  list-style: disc inside;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper {
  display: flex;
  margin-bottom: 64px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule {
  width: 300px;
  text-align: left;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: visible;
  cursor: pointer;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule .timeline {
  margin-top: 28px;
  overflow: hidden;
  transition: max-height 1s ease, padding 1s ease;
  padding-left: 24px;
  position: relative;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 2px;
  background-color: #999;
  z-index: 0;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule.active .timeline {
  max-height: 1000px;
  padding-bottom: 1rem;
  overflow: visible;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule .point {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 12px;
  text-align: left;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule .point::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0.3em;
  width: 15px;
  height: 15px;
  background-color: #29abe2;
  border-radius: 50%;
  z-index: 10;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule .point .month {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule .point .desc {
  color: #ccc;
  font-size: 0.95rem;
}

#teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule:first-child {
  border-top: none;
}

@media screen and (min-width: 768px) {
  #teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  #teacher .teacher-inner .accordion .accordion-item .accordion-content .schedule-wrapper .schedule {
    flex: 1;
  }
}

#teacher .teacher-inner .accordion .accordion-item:first-child {
  border-top: none;
}

#teacher .teacher-inner .accordion .accordion-item.active .schedule .timeline {
  max-height: 1000px;
  padding-bottom: 1rem;
  overflow: visible;
}

#teacher .teacher-inner .accordion .accordion-item.active .schedule .schedule-title::after {
  transform: rotate(45deg);
}

#teacher .teacher-inner .accordion .accordion-item.active .accordion-title::after {
  transform: rotate(45deg);
}

#teacher .teacher-inner .accordion .num {
  font-weight: 700;
  color: var(--color-grad-end);
}

#teacher .teacher-inner .accordion .skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 24px;
}

#teacher .teacher-inner .accordion .skill-tags span {
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
}

#teacher .teacher-inner p {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-grad-end);
}

[class$=__steps] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 56px;
  margin-top: 72px;
}

@media (max-width: 600px) {
  [class$=__steps] {
    grid-template-columns: 1fr;
  }
}

#business .step,
#teaching-out .step {
  display: grid;
  gap: 16px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid var(--color-text);
  position: relative;
  /* number badge */
}

#business .step .step__number,
#teaching-out .step .step__number {
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

#business .step .step__img,
#teaching-out .step .step__img {
  margin: 32px auto 16px;
  width: 120px;
  height: 120px;
}

#business .step .step__img img,
#teaching-out .step .step__img img {
  max-width: 100%;
  height: auto;
}

#business .step .step__title,
#teaching-out .step .step__title {
  font-size: 1.1rem;
  color: var(--color-text);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#business .step .step__desc,
#teaching-out .step .step__desc {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--color-text);
  text-align: center;
}

#business .caption,
#teaching-out .caption {
  width: 100%;
  margin: 64px auto 0;
}

#business .step,
#teaching-out .step {
  border-top: 32px solid transparent;
}

#business .step--1,
#teaching-out .step--1 {
  border-color: #b84bff;
}

#business .step--1 .step__number,
#teaching-out .step--1 .step__number {
  background: #b84bff;
}

#business .step--2,
#teaching-out .step--2 {
  border-color: #29abe2;
}

#business .step--2 .step__number,
#teaching-out .step--2 .step__number {
  background: #29abe2;
}

#business .step--3,
#teaching-out .step--3 {
  border-color: #ff7d7d;
}

#business .step--3 .step__number,
#teaching-out .step--3 .step__number {
  background: #ff7d7d;
}

#business .step--4,
#teaching-out .step--4 {
  border-color: #f44a9b;
}

#business .step--4 .step__number,
#teaching-out .step--4 .step__number {
  background: #f44a9b;
}

#price {
  color: #fff;
  padding: 4rem 1rem;
}

#price h2 {
  margin-bottom: 2rem;
}

#price .swiper {
  padding-bottom: 3rem;
}

#price .swiper-slide {
  display: flex;
  justify-content: center;
}

#price .plan-card {
  border: 1px solid var(--color-mid);
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}

#price .plan-card .card__circle {
  width: 100%;
  height: 100px;
  position: relative;
  border-bottom: 1px solid var(--color-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#price .plan-card .card__circle .circle__label {
  font-size: 1rem;
}

#price .plan-card .card__circle .circle__jp {
  display: inline-block;
  width: 160px;
  margin-top: 8px;
  padding: 4px;
  border-radius: 24px;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--color-text);
  text-align: center;
}

#price .plan-card .card__circle .circle__jp.standard {
  background: #3378b0;
}

#price .plan-card .card__circle .circle__jp.premium {
  background: #b3894a;
}

#price .plan-card .card__circle .circle__jp:not(.standard):not(.premium) {
  background: #50add6;
}

#price .plan-card .price {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 16px 0;
  background-image: linear-gradient(to right, #565cff, #29abe2, #ff7d7d, #f44a9b, #29abe2, #565cff);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientAnimation 16s ease-in infinite;
}

#price .plan-card .tax-excluded {
  font-size: 1rem;
  margin-left: 4px;
  vertical-align: baseline;
}

#price .plan-card .plan-features {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
  width: 100%;
}

#price .plan-card .plan-features li {
  font-size: 0.95rem;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  text-align: left;
  opacity: 0.85;
}

#price .plan-card .plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--color-grad-start, #b84bff);
  border-radius: 50%;
}

#price .swiper-pagination {
  text-align: center;
}

#price .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s;
}

#price .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-mid);
  opacity: 1;
  transform: scale(1.2);
}

/* @keyframes gradientAnimation は924行目に定義済み（重複削除） */

#change .change-inner {
  text-align: center;
}

#change .change-inner .feature-section {
  margin-top: 64px;
}

#change .change-inner .feature-section .features-swiper {
  position: relative;
  padding-bottom: 50px;
  overflow: visible;
}

#change .change-inner .feature-section .features-swiper .swiper-button-prev {
  top: 75px;
}

#change .change-inner .feature-section .features-swiper .swiper-button-next {
  top: 75px;
}

#change .change-inner .feature-section .features-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#change .change-inner .feature-section .features-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #1e90ff;
  opacity: 0.3;
}

#change .change-inner .feature-section .features-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

#change .change-inner .feature-section .features-swiper .feature-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid white;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  color: #fff;
  width: 80%;
  height: 220px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

#change .change-inner .feature-section .features-swiper .feature-box .feature-icon {
  margin: 32px auto 16px;
  width: 120px;
  height: 120px;
}

#change .change-inner .feature-section .features-swiper .feature-box p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.6;
}

#change .change-inner .schedule-wrapper {
  display: flex;
  margin-top: 60px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}

#change .change-inner .schedule-wrapper .schedule {
  width: 300px;
  text-align: left;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: visible;
  cursor: pointer;
}

#change .change-inner .schedule-wrapper .schedule .schedule-title {
  display: flex;
  align-items: center;
  padding-top: 60px;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}

#change .change-inner .schedule-wrapper .schedule .schedule-title span {
  text-align: left;
}

#change .change-inner .schedule-wrapper .schedule .schedule-title::after {
  content: "＋";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  transition: transform 0.3s;
}

#change .change-inner .schedule-wrapper .schedule .timeline {
  margin-top: 28px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease, padding 1s ease;
  padding-left: 24px;
  position: relative;
}

#change .change-inner .schedule-wrapper .schedule .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 2px;
  background-color: #999;
  z-index: 0;
}

#change .change-inner .schedule-wrapper .schedule.active .timeline {
  max-height: 600px;
  padding-bottom: 1rem;
  overflow: visible;
}

#change .change-inner .schedule-wrapper .schedule.active .schedule-title::after {
  transform: rotate(45deg);
}

#change .change-inner .schedule-wrapper .schedule .point {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 12px;
  text-align: left;
}

#change .change-inner .schedule-wrapper .schedule .point::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0.3em;
  width: 15px;
  height: 15px;
  background-color: #29abe2;
  border-radius: 50%;
  z-index: 10;
}

#change .change-inner .schedule-wrapper .schedule .point .month {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
}

#change .change-inner .schedule-wrapper .schedule .point .desc {
  color: #ccc;
  font-size: 0.95rem;
}

#change .change-inner .schedule-wrapper .schedule:first-child {
  border-top: none;
}

@media screen and (min-width: 768px) {
  #change .change-inner .schedule-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  #change .change-inner .schedule-wrapper .schedule {
    flex: 1;
  }

  #change .change-inner .schedule-wrapper .schedule .timeline {
    max-height: none !important;
    padding-bottom: 0 !important;
    overflow: visible;
  }
}

#testimonials .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 64px;
}

#testimonials .cards .card {
  background: #fff;
  color: #000;
  padding: 24px;
  border-radius: 8px;
  width: 280px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#testimonials .cards .card p {
  font-style: italic;
}

#testimonials .cards .author {
  text-align: right;
  font-weight: 700;
  margin-top: 12px;
}

#map {
  text-align: center;
}

#map .positioning-map {
  position: relative;
  max-width: 300px;
  height: 350px;
  margin: 64px auto;
  /* 軸線 */
  /* 社名バブル */
  /* 軸ラベル */
}

#map .positioning-map .axis.horizontal {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

#map .positioning-map .axis.vertical {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}

#map .positioning-map .company {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

#map .positioning-map .company.redu {
  width: 90px;
  height: 90px;
  color: var(--color-text);
  border: 1px solid #fff;
  background-image: linear-gradient(to right, rgba(86, 92, 255, 0.7), rgba(41, 171, 226, 0.7), rgba(255, 125, 125, 0.7), rgba(244, 74, 155, 0.7), rgba(41, 171, 226, 0.7), rgba(86, 92, 255, 0.7));
  background-size: 600% 600%;
  -webkit-text-fill-color: var(--color-text);
  animation: gradientAnimation 16s ease-in infinite;
  right: 8%;
  top: 30px;
}

#map .positioning-map .company.c {
  border: 1px solid #fff;
  left: 15%;
  top: 90px;
}

#map .positioning-map .company.d {
  border: 1px solid #fff;
  left: 20%;
  top: 240px;
}

#map .positioning-map .company.b {
  border: 1px solid #fff;
  right: 23%;
  top: 200px;
}

#map .positioning-map .label {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

#map .positioning-map .label.x-left {
  left: -2.5em;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

#map .positioning-map .label.x-right {
  right: -2.5em;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

#map .positioning-map .label.y-top {
  left: 50%;
  top: -2.5em;
  transform: translateX(-50%);
}

#map .positioning-map .label.y-bottom {
  left: 50%;
  bottom: -2.5em;
  transform: translateX(-50%);
}

#map .comparison-section {
  background-color: transparent;
  color: #fff;
  padding: 2rem 1rem;
}

#map .comparison-section .comparison-wrapper {
  overflow-x: auto;
}

#map .comparison-section .comparison-wrapper .comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

#map .comparison-section .comparison-wrapper .comparison-table thead .redu {
  background-image: linear-gradient(to right, rgba(86, 92, 255, 0.7), rgba(41, 171, 226, 0.7), rgba(255, 125, 125, 0.7), rgba(244, 74, 155, 0.7), rgba(41, 171, 226, 0.7), rgba(86, 92, 255, 0.7));
  background-size: 600% 600%;
  -webkit-text-fill-color: var(--color-text);
  animation: gradientAnimation 16s ease-in infinite;
}

#map .comparison-section .comparison-wrapper .comparison-table th,
#map .comparison-section .comparison-wrapper .comparison-table td {
  border: 1px solid #444;
  padding: 1rem;
  text-align: left;
  font-size: 0.9rem;
}

#map .comparison-section .comparison-wrapper .comparison-table th.redu {
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2;
}

#map .comparison-section .comparison-wrapper .comparison-table td.redu {
  font-size: 1.1rem;
}

#map .comparison-section .comparison-wrapper .comparison-table td {
  background: #111;
}

#map .comparison-section .comparison-wrapper .comparison-table .redu {
  background-image: linear-gradient(to right, rgba(86, 92, 255, 0.5), rgba(41, 171, 226, 0.5), rgba(255, 125, 125, 0.5), rgba(244, 74, 155, 0.5), rgba(41, 171, 226, 0.5), rgba(86, 92, 255, 0.5));
  background-size: 600% 600%;
  -webkit-text-fill-color: var(--color-text);
  animation: gradientAnimation 16s ease-in infinite;
  font-weight: bold;
}

#map .comparison-pc {
  display: none;
}

#map .comparison-sp {
  display: block;
  padding: 2rem 1rem;
}

#map .comparison-sp .sp-table {
  margin-bottom: 24px;
}

#map .comparison-sp .sp-table .table-title {
  border: 1px solid #444;
  padding: 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}

#map .comparison-sp .sp-table:first-child .table-title {
  background-image: linear-gradient(to right, rgba(86, 92, 255, 0.7), rgba(41, 171, 226, 0.7), rgba(255, 125, 125, 0.7), rgba(244, 74, 155, 0.7), rgba(41, 171, 226, 0.7), rgba(86, 92, 255, 0.7));
  background-size: 600% 600%;
  -webkit-text-fill-color: var(--color-text);
  animation: gradientAnimation 16s ease-in infinite;
  border: 1px solid #444;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: bold;
}

#map .comparison-sp .sp-table-inner {
  width: 100%;
  border-collapse: collapse;
}

#map .comparison-sp .sp-table-inner th,
#map .comparison-sp .sp-table-inner td {
  padding: 0.75rem;
  text-align: left;
  border: 1px solid #444;
  font-size: 0.9rem;
}

#map .comparison-sp .sp-table-inner th {
  background-color: #1a1a1a;
  width: 40%;
}

#map .comparison-sp .sp-table-inner td {
  background-color: #111;
}

#map .comparison-sp .accordion .accordion-item:first-child {
  margin-top: 2rem;
}

#map .comparison-sp .accordion .accordion-item {
  border: 1px solid #444;
  margin-bottom: 1rem;
}

#map .comparison-sp .accordion .accordion-item .accordion-title {
  background: #111;
  padding: 1rem;
  cursor: pointer;
  font-weight: bold;
}

#map .comparison-sp .accordion .accordion-item .accordion-title::after {
  content: "＋";
  position: absolute;
  line-height: 1;
  right: 60px;
  font-size: 1.5rem;
  transition: transform 0.3s;
}

#map .comparison-sp .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

#map .comparison-sp .accordion .accordion-item .accordion-content.open {
  max-height: 1000px;
}

#map .comparison-sp .accordion .accordion-item.active .accordion-title::after {
  transform: rotate(45deg);
}

/* contact  */
#contact h2 {
  margin-bottom: 32px;
}

#contact #contact-form {
  max-width: 700px;
  margin: 0 auto;
}

#contact #contact-form .form-group {
  margin-bottom: 24px;
  /*内側の線*/
  /*hoverをしたら枠線が小さくなる*/
}

#contact #contact-form .form-group label {
  display: block;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
}

#contact #contact-form .form-group label span {
  color: #E74C3C;
}

#contact #contact-form .form-group input,
#contact #contact-form .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  transition: border-color 0.3s;
}

#contact #contact-form .form-group input:focus,
#contact #contact-form .form-group textarea:focus {
  outline: none;
  border-color: var(--color-link);
}

#contact #contact-form .form-group button {
  all: unset;
}

#contact #contact-form .form-group .pushcircle {
  /*周囲の線の起点とするためrelativeを指定*/
  position: relative;
  /*円の形状*/
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  text-decoration: none;
  outline: none;
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#contact #contact-form .form-group .pushcircle:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*線の形状*/
  width: 85%;
  height: 85%;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  /*アニメーションの指定*/
  transition: 0.3s ease;
}

#contact #contact-form .form-group .pushcircle:hover:after {
  transform: translate(-50%, -50%) scale(1);
  border-color: #fff;
}

.background-deco {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #000;
}

.background-deco .shape1 {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-grad-end), rgba(255, 125, 125, 0.2));
  filter: blur(30px);
  opacity: 0.2;
  mix-blend-mode: lighten;
  animation: floatMove 5s ease-in-out infinite alternate;
}

@keyframes floatMove {
  0% {
    transform: translate(100, 0) scale(1);
  }

  50% {
    transform: translate(100px, 150px) scale(1);
  }

  100% {
    transform: translate(150px, 100px) scale(0.98);
  }
}

.background-deco .shape2 {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, #EE6300, rgba(238, 99, 0, 0.2));
  filter: blur(40px);
  opacity: 0.2;
  mix-blend-mode: lighten;
  animation: floatMove2 5s ease-in-out infinite alternate;
}

@keyframes floatMove2 {
  0% {
    transform: translate(150px, 150px) scale(0.98);
  }

  50% {
    transform: translate(50px, -50px) scale(1);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

.background-deco .shape1.circle1 {
  width: 500px;
  height: 500px;
  top: 10%;
  left: 15%;
}

.background-deco .shape2.circle2 {
  width: 600px;
  height: 600px;
  bottom: 10%;
  right: 30%;
}

/* Footer */
footer {
  background: transparent;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

footer .footer-nav a {
  margin-bottom: 16px;
  color: #e6e6e6;
}

footer .footer__navi a {
  color: #e6e6e6;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .footer__navi a:hover {
  color: #4da8da;
}

.footer-padding-left {
  padding-left: 25px;
}

@media (768px <=width) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  html {
    font-size: 100%;
  }

  p {
    text-align: center;
  }

  section:nth-child(n+3) {
    margin-top: 120px;
  }

  .nav-inner.pc ul {
    display: flex;
    gap: 24px;
    font-weight: 700;
  }

  #about .target__cards .target__card {
    width: 100%;
  }

  #about .target__cards .target__card figure {
    padding: 2rem;
  }

  #about .target__cards .target__card figure .card__img {
    width: 200px;
  }

  #teacher .accordion {
    width: 80%;
  }

  #business .step,
  #teaching-out .step {
    width: 100%;
    padding: 16px;
  }

  #business .caption,
  #teaching-out .caption {
    width: 80%;
  }

  #change .change-inner {
    width: 80%;
    margin: 0 auto;
  }

  #change .change-inner #features {
    padding: 60px 0;
  }

  #change .change-inner #features .features-swiper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  #change .change-inner #features .features-swiper .feature-box {
    width: 85%;
    height: 260px;
  }

  #change .change-inner #features .features-swiper .feature-box .feature-icon {
    margin: 18px auto 16px;
  }

  #change .change-inner .schedule-wrapper .schedule {
    border-left: 2px solid #999;
    border-top: none;
    padding-left: 1.5rem;
    padding-top: 12px;
    cursor: auto;
  }

  #change .change-inner .schedule-wrapper .schedule .timeline::before {
    content: none;
  }

  #change .change-inner .schedule-wrapper .schedule .point {
    left: -42px;
  }

  #change .change-inner .schedule-wrapper .schedule .schedule-title {
    padding-top: 0;
  }

  #change .change-inner .schedule-wrapper .schedule .schedule-title .arrow {
    display: none;
  }

  #change .change-inner .schedule-wrapper .schedule .schedule-title::after {
    content: none;
  }

  #change .change-inner .schedule-wrapper .schedule .timeline {
    border-left: none;
  }

  #map {
    text-align: center;
  }

  #map .comparison-pc {
    display: block !important;
  }

  #map .positioning-map {
    max-width: 700px;
    height: 400px;
    /* 社名バブル */
  }

  #map .positioning-map .company {
    width: 80px;
    height: 80px;
  }

  #map .positioning-map .company.redu {
    width: 110px;
    height: 110px;
  }

  #map .positioning-map .company.b {
    right: 23%;
    top: 230px;
  }

  #map .positioning-map tbody tr td:first-child {
    font-weight: bold;
  }

  .comparison-sp {
    display: none !important;
  }

  .footer-nav ul {
    display: flex;
    gap: 24px;
    justify-content: center;
  }
}


/* トップのクーポンバナー（サイズ最適化版） */
:root{
  --navy: transparent;
  --navy-deep:#0f1832;
  --panel: transparent;
  --accent:#1f128e;
  --text:#ffffff;
}

/* ラッパー */
.banner-wrap{
  max-width:680px;
  margin:32px auto;
  padding:16px;
}

/* バナー本体 */
.banner{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #ffffff;
  box-sizing:border-box;
}

/* ========= 数学的にど真ん中へ配置 ========= */
.panel{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%); /* リボン無視で中央固定 */

  background:var(--panel);
  border-radius:10px;

  display:flex;
  flex-direction:column;
  align-items:center;   /* 横中央 */
  justify-content:center; /* 縦中央 */
  text-align:center;

  padding:28px;
  z-index:1;
  row-gap: clamp(8px, 1.6vh, 18px);

  width:calc(100% - 48px); /* バナー枠から24pxずつ余白確保 */
  max-width:640px;
  box-sizing:border-box;
}

/* 各行は幅100%にしてテキスト中央に */
.panel > .title,
.panel > .sub,
.panel > .price-line,
.panel > .note2{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

/* 見出し */
.title{
  font-weight:900;
  font-size:clamp(60px,3.4vw,42px);
  letter-spacing:.14em;
  margin:0;
  color:#fff;
}

/* サブ＆下線も中央 */
.sub{
  font-weight:700;
  font-size:clamp(18px,2.2vw,22px);
  color:#fff;
  margin:0;
  position:relative;
}
.sub::after{
  content:"";
  display:block;
  width:100%;
  max-width:420px;
  height:2px;
  margin:10px auto 0; /* 中央 */
  background:#fff;
  opacity:.9;
}

/* ===== 一列固定の割引表示 ===== */
.price-line{
  white-space:nowrap;
  line-height:1.05;
  margin:0;
  font-weight:900;
  display:flex;
  justify-content:center;   /* 横中央 */
  align-items:baseline;     /* ベースライン揃え */
  gap:.15em;
}
.price-line .num{
  font-size:clamp(200px,14vw,150px);
  letter-spacing:.01em;
  background-size:600% 600%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:gradientAnimation 16s ease-in infinite;
  line-height:1;
  background-color: #ff0000
}

.price-line .unit{
  font-size:2.4em;
  font-weight:800;
  letter-spacing:.02em;
  position:relative;
  top:-.06em;               /* 視覚的ベースライン補正 */
  background-image:linear-gradient(to right,#565cff,#29abe2,#ff7d7d,#f44a9b,#29abe2,#565cff);
  background-size:600% 600%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:gradientAnimation 16s ease-in infinite;
  line-height:1;
}

.price-line .off{
  font-size:2.8em;
  font-weight:900;
  letter-spacing:.06em;
  position:relative;
  top:-.04em;
  color:#fff;
  line-height:1;
}

/* 補足 */
.note2{
  margin:0;
  font-size:clamp(15px,2.2vw,22px);
  color:#fff;
  letter-spacing:.06em;
  padding-top: 20px;
}

/* リボン（中央配置には影響しない） */
.ribbon{
  position:absolute;
  width:260px;
  height:54px;
  background:var(--accent);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:18px;
  letter-spacing:.20em;
  text-transform:uppercase;
  z-index:2;
}
.ribbon.top-left{ left:-80px; top:28px; transform:rotate(-45deg); }
.ribbon.bottom-right{ right:-80px; bottom:28px; transform:rotate(-45deg); }

/* 1250px 以下 */
@media (max-width:1250px){
  .banner-wrap{ max-width:560px; padding:12px; }
  .panel{ width:calc(100% - 36px); padding:22px; }
  .title{ font-size:clamp(50px,4.2vw,36px); }
  .sub{ font-size:clamp(20px,2.6vw,20px); }
  .sub::after{ max-width:360px; }
  .price-line .num{ font-size:clamp(150px,18vw,120px); }
  .price-line .unit{ font-size:2.2em; }
  .price-line .off{ font-size:2.6em; }
  .note2{ font-size:clamp(14px,2.4vw,20px); }
  .ribbon{ width:220px; height:48px; font-size:16px; }
  .ribbon.top-left{ left:-70px; top:24px; }
  .ribbon.bottom-right{ right:-70px; bottom:24px; }
}

/* 1060px 以下 */
@media (max-width:1060px){
  .banner-wrap{ max-width:560px; padding:12px; }
  .panel{ width:calc(100% - 36px); padding:22px; }
  .title{ font-size:clamp(40px,4.2vw,36px); }
  .sub{ font-size:clamp(18px,2.6vw,20px); }
  .sub::after{ max-width:360px; }
  .price-line .num{ font-size:clamp(130px,18vw,120px); }
  .price-line .unit{ font-size:2.2em; }
  .price-line .off{ font-size:2.6em; }
  .note2{ font-size:clamp(14px,2.4vw,20px); }
  .ribbon{ width:220px; height:48px; font-size:16px; }
  .ribbon.top-left{ left:-70px; top:24px; }
  .ribbon.bottom-right{ right:-70px; bottom:24px; }
}

/* 1020px 以下 */
@media (max-width:1020px){
.banner-wrap{ max-width:560px; padding:12px; }
  .panel{ width:calc(100% - 36px); padding:22px; }
  .title{ font-size:clamp(30px,4.2vw,36px); }
  .sub{ font-size:clamp(15px,2.6vw,15px); }
  .sub::after{ max-width:360px; }
  .price-line .num{ font-size:clamp(64px,18vw,120px); }
  .price-line .unit{ font-size:2.2em; }
  .price-line .off{ font-size:2.6em; }
  .note2{ font-size:clamp(16px,2.4vw,15px); }
  .ribbon{ width:220px; height:48px; font-size:16px; }
  .ribbon.top-left{ left:-70px; top:24px; }
  .ribbon.bottom-right{ right:-70px; bottom:24px; }
}

/* 900px 以下 */
@media (max-width:899px){
  .banner-wrap{ max-width:560px; padding:12px; }
  .panel{ width:calc(100% - 36px); padding:22px; }
  .title{ font-size:clamp(50px,4.2vw,36px); }
  .sub{ font-size:clamp(20px,2.6vw,20px); }
  .sub::after{ max-width:360px; }
  .price-line .num{ font-size:clamp(150px,18vw,120px); }
  .price-line .unit{ font-size:2.2em; }
  .price-line .off{ font-size:2.6em; }
  .note2{ font-size:clamp(14px,2.4vw,20px); }
  .ribbon{ width:220px; height:48px; font-size:16px; }
  .ribbon.top-left{ left:-70px; top:24px; }
  .ribbon.bottom-right{ right:-70px; bottom:24px; }
}

/* 600px 以下 */
@media (max-width:600px){
  .banner-wrap{ max-width:480px; margin:24px auto; }
  .panel{ width:calc(100% - 28px); padding:18px; }
  .title{ font-size:clamp(50px,5.2vw,30px); }
  .sub{ font-size:clamp(14px,3.4vw,18px); }
  .sub::after{ max-width:300px; height:2px; }
  .price-line{ margin:10px 0 12px; }
  .price-line .unit{ font-size:2em; top:-.02em; }
  .price-line .off{ font-size:2.2em; top:-.02em; }
  .note2{ font-size:clamp(14px,3.2vw,18px); }
  .ribbon{ width:180px; height:40px; font-size:14px; letter-spacing:.16em; }
  .ribbon.top-left{ left:-60px; top:18px; }
  .ribbon.bottom-right{ right:-60px; bottom:18px; }
}

/* 500px 以下（あなたの指定を安全値で上書き） */
@media (max-width:500px){
  .banner-wrap{ max-width:440px; margin:20px auto; }
  .panel{ width:calc(100% - 24px); padding:16px; }
  .title{ font-size:clamp(40px, 7.2vw, 46px); }
  .sub{ font-size:clamp(13px, 3.6vw, 16px); }
  .sub::after{ max-width:220px; height:2px; }
  .price-line{ margin:10px 0 12px; }
  .price-line .num{ font-size:clamp(100px, 21vw, 100px); }
  .price-line .unit{ font-size:1.9em; top:-.02em; }
  .price-line .off{ font-size:2.1em; top:-.02em; }
  .note2{ font-size:clamp(12px, 3.2vw, 15px); }
  .ribbon{ width:170px; height:38px; font-size:13px; }
  .ribbon.top-left{ left:-56px; top:16px; }
  .ribbon.bottom-right{ right:-56px; bottom:16px; }
}

/* 400px 以下（追加） */
@media (max-width:420px){
  .banner-wrap{ max-width:360px; margin:18px auto; }
  .panel{ width:calc(100% - 20px); padding:14px; }
  .title{ font-size:clamp(22px, 7.4vw, 26px); }
  .sub{ font-size:clamp(12px, 3.8vw, 15px); }
  .sub::after{ max-width:180px; }
  .price-line .num{ font-size:clamp(44px, 22vw, 80px); }
  .price-line .unit{ font-size:1.8em; }
  .price-line .off{ font-size:2em; }
  .note2{ font-size:clamp(12px, 3.2vw, 15px); }
  .ribbon{ width:160px; height:36px; font-size:12px; }
  .ribbon.top-left{ left:-52px; top:14px; }
  .ribbon.bottom-right{ right:-52px; bottom:14px; }
}

/* 370px 以下（追加・最小端末向け） */
@media (max-width:370px){
  .banner-wrap{ max-width:340px; margin:16px auto; }
  .panel{ width:calc(100% - 16px); padding:12px; }
  .title{ font-size:clamp(24px, 7.0vw, 24px); }
  .sub{ font-size:clamp(11px, 3.8vw, 14px); }
  .sub::after{ max-width:160px; }
  .price-line{ gap:.1em; }
  .price-line .num{ font-size:clamp(40px, 22vw, 72px); }
  .price-line .unit{ font-size:1.6em; top:-.01em; }
  .price-line .off{ font-size:1.8em; top:-.01em; }
  .note2{ font-size:clamp(11px, 3.2vw, 14px); }
  .ribbon{ width:150px; height:34px; font-size:11px; }
  .ribbon.top-left{ left:-48px; top:12px; }
  .ribbon.bottom-right{ right:-48px; bottom:12px; }
}

/* グラデーションアニメ */
/* @keyframes gradientAnimation は924行目に定義済み（重複削除） */

/* トップのバナーとタイトル横並び */
/* ===============================
   横並びレイアウト用 追加CSS
   （既存CSSの最後に追記）
=================================*/
#hero-banner {
  padding: 0;
  margin: 0;
}

/* 2カラムレイアウト */
.hero-banner__grid {
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: center; /* 縦位置を揃える */
  padding-bottom: 10%;
}

/* 列共通 */
.hero-banner__col {
  min-width: 0; /* 画像や長いテキストでのはみ出し防止 */
}

/* 左カラム（ヒーロー）調整：
   既存 #hero の 100vh をここだけ無効化して高さを自然に */
#hero-banner #hero {
  height: auto !important;
  display: block;
  padding: 0;              /* 既存sectionのpaddingを打ち消し */
}
#hero-banner #hero .wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
}
#hero-banner #hero .hero-inner {
  display: grid;
  place-items: center start; /* 左寄せ中央揃え */
  min-height: 420px;         /* 見映え用の最小高さ */
  text-align: left;
}
#hero-banner #hero h1 {
  margin-bottom: 8px;
}
#hero-banner #hero span {
  font-size: clamp(14px, 2vw, 18px);
  opacity: .9;
}

/* 右カラム（バナー）調整：
   バナーを親の高さに馴染ませる */
#hero-banner .banner-wrap {
  margin: 0;                /* 既存の上下余白を打ち消し */
  padding: 0;
}
#hero-banner .banner {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 560px;
  margin-left: auto;        /* 右カラム内で右寄せしたい場合は auto に */
  margin-right: 0;
}

/* 画面幅が狭いときは縦積み（既存モバイルUXを尊重） */
@media (max-width: 899px) {
  .hero-banner__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #hero-banner #hero .hero-inner {
    min-height: 300px;
    place-items: center;
    text-align: center;
  }
  #hero-banner .banner {
    margin: 0 auto;
    max-width: 520px;
  }
}

/* タブレット中間ブレークで少しだけ詰める */
@media screen and (min-width:900px) and (max-width:1200px) {
  #hero-banner .banner {
    max-width: 520px;
  }
}

@media (max-width: 899px) {
  /* バナーをグリッド化して中央寄せ */
  #hero-banner .banner {
    display: grid;
    place-items: center;      /* 縦横ど真ん中 */
  }

  /* パネルは static に戻してズレ要因を排除 */
  #hero-banner .panel {
    position: static;         /* absolute解除 */
    top: auto;
    left: auto;
    transform: none;          /* translate解除 */

    /* 幅と余白はモバイル用に少しだけタイトに */
    width: min(520px, calc(100% - 28px));
    max-width: 100%;
    margin: 0 auto;
    padding: 18px;            /* 既存モバイル値に合わせる */
    box-sizing: border-box;
  }

  /* 念のため：リボンはそのままでもOK（配置に影響しない） */
  #hero-banner .ribbon {
    pointer-events: none;     /* タップずれ防止（任意） */
  }

  /* 既存：.banner-wrap の外側余白はモバイルで中央に寄せたいので維持 */
  #hero-banner .banner-wrap {
    margin: 0 auto;
    padding: 0;
  }

  /* 既存：バナー自体も中央に */
  #hero-banner .banner {
    margin: 0 auto;
    max-width: 520px;         /* 既存指定と整合 */
  }
}

/* 左カラムのテキストブロックと下バナーの間にスペースを追加 */
#hero-banner #hero {
  margin-bottom: 100px; /* 👈 ここでスペースを作る */
}

/* モバイル時は少し狭める */
@media (max-width: 899px) {
  #hero-banner #hero {
    margin-bottom: 100px;
  }
}

/*# sourceMappingURL=style.css.map */







/* ===== Floating LINE Contact Button ===== */
:root{
  --fab-size: 56px;
  --fab-radius: 50px;
  --fab-bg: #06C755;             /* LINEグリーン */
  --fab-shadow: 0 5px 10px rgba(6,199,85,.35);
  --fab-z: 3000;                 /* 既存の nav / モーダルより上に */
}

/* 共通スタイル（PC/タブレットでは右下） */
.fab-line{
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  display: inline-flex;
  align-items: center;
  gap: 20px;
  height: var(--fab-size);
  padding: 0 30px;
  border-radius: var(--fab-radius);
  background: var(--fab-bg);
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  box-shadow: var(--fab-shadow);
  z-index: var(--fab-z);
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;

  /* ふわっと浮くためのトランジション */
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background-color .2s ease,
    filter .25s ease;
}

.fab-line__label{
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
}

/* ホバー時にちょっと浮く */
.fab-line:hover{
  filter: brightness(1.02);
  transform: translateY(-4px) scale(1.03);   /* 浮遊感 */
  color: #fff;  /* ← フォント色を固定 */
}

/* 押してる間は少し沈む（クリック感） */
.fab-line:active{
  transform: translateY(-1px) scale(0.98);
  color: #fff;  /* ← 押下時も固定 */
}

/* キーボード操作でも浮かせる（アクセシビリティ） */
.fab-line:focus-visible{
  outline-offset: 3px;
  transform: translateY(-4px) scale(1.03);
  color: #fff;  /* ← フォーカス時も固定 */
}

/* 低モーション環境ではアニメ控えめ */
@media (prefers-reduced-motion: reduce){
  .fab-line{ transition: none; }
  .fab-line:hover,
  .fab-line:focus-visible{
    transform: none;
  }
}

/* ===== モバイル調整（~899px）：
   右下はハンバーガー（.menu-icon）と干渉するので左下に退避 */
@media (max-width: 899px){
  .fab-line{
    right: auto;
    left: clamp(14px, 4vw, 22px);
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    height: 52px;
    padding: 0 30px;
  }
  .fab-line__label{ font-size: 13px; }
  .fab-line__icon{ width: 26px; height: 26px; }
}

/* 超狭小端末（~360px）はコンパクト表示 */
@media (max-width: 360px){
  .fab-line{
    height: 48px;
    padding: 0 20px;
  }
  .fab-line__label{ font-size: 12px; }
  .fab-line__icon{ width: 24px; height: 24px; }
}

/* ====== 追従表示のための保険：Jicooウィジェット等と被る時は少し上げる ====== */
@media (min-height: 700px){
  .fab-line{
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }
}
/* ===== /Floating LINE Contact Button ===== */
/* ===== Roadmap Sections ===== */
#roadmap-lecture,
#roadmap-practice {
  padding: 100px 0;
}

.section-period {
  text-align: right;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #209BCB;
  margin-top: -40px;
  margin-bottom: 40px;
  font-weight: 600;
}

.roadmap-path {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  margin-top: 60px;
}

.roadmap-step {
  background: linear-gradient(135deg, rgba(32, 155, 203, 0.1) 0%, rgba(0, 74, 124, 0.1) 100%);
  border: 2px solid rgba(32, 155, 203, 0.3);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
}

.roadmap-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(32, 155, 203, 0.2);
  border-color: #209BCB;
}

.roadmap-step .step-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.roadmap-step h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
}

.roadmap-step p {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

/* ===== Experience Timeline ===== */
#experience-timeline {
  padding: 100px 0;
}

.timeline-visual {
  background: linear-gradient(135deg, rgba(32, 155, 203, 0.05) 0%, rgba(0, 74, 124, 0.05) 100%);
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.timeline-label {
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #209BCB;
  padding: 10px 20px;
  background: rgba(32, 155, 203, 0.1);
  border-radius: 10px;
  text-align: center;
}

.timeline-bar {
  background: linear-gradient(90deg, rgba(32, 155, 203, 0.2) 0%, rgba(0, 74, 124, 0.2) 100%);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}

.timeline-bar .timeline-text {
  font-size: clamp(0.85rem, 1.6vw, 1rem);
  color: #ffffff;
}

.timeline-markers {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 140px;
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  color: #209BCB;
  font-weight: 600;
}

.timeline-notes {
  margin-top: 40px;
  padding: 20px;
  background: rgba(32, 155, 203, 0.05);
  border-radius: 10px;
  font-size: clamp(0.85rem, 1.6vw, 0.95rem);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

/* ===== School Failures Section ===== */
#school-failures {
  padding: 100px 0;
}

.failure-content {
  text-align: center;
  margin-top: 40px;
}

.failure-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
}

.failure-subtitle {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: #209BCB;
  margin-bottom: 40px;
  font-weight: 600;
}

.failure-chart {
  max-width: 900px;
  margin: 0 auto 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
}

.failure-chart img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.failure-source {
  font-size: clamp(0.85rem, 1.6vw, 0.95rem);
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}

/* ===== Campaign Section ===== */
#first-gen-campaign {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(32, 155, 203, 0.1) 0%, rgba(238, 99, 0, 0.1) 100%);
}

.campaign-content {
  margin-top: 40px;
}

.campaign-highlight {
  text-align: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(32, 155, 203, 0.2) 0%, rgba(0, 74, 124, 0.2) 100%);
  border-radius: 20px;
  margin-bottom: 60px;
  border: 3px solid #209BCB;
}

.campaign-limit {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #EE6300;
  margin-bottom: 30px;
  font-weight: 700;
}

.campaign-price {
  font-size: clamp(3rem, 6vw, 5rem);
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 900;
}

.campaign-price .yen {
  font-size: 0.5em;
}

.campaign-or {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: rgba(255, 255, 255, 0.7);
  margin: 20px 0;
}

.campaign-monthly {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #ffffff;
  font-weight: 700;
}

.campaign-monthly .yen {
  font-size: 0.6em;
}

.campaign-comparison {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.plan-card {
  background: rgba(0, 74, 124, 0.3);
  border: 2px solid rgba(32, 155, 203, 0.5);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.plan-card.featured {
  border-color: #EE6300;
  background: linear-gradient(135deg, rgba(238, 99, 0, 0.2) 0%, rgba(0, 74, 124, 0.3) 100%);
  position: relative;
}

.plan-card h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 700;
}

.plan-features {
  margin: 30px 0;
  text-align: left;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
}

.plan-features p {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.85);
}

.plan-price {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  color: #ffffff;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.8;
}

.plan-price.original {
  color: rgba(255, 255, 255, 0.5);
}

.plan-price.special {
  color: #EE6300;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.campaign-arrow {
  font-size: 3rem;
  color: #EE6300;
  margin: 20px 0;
}

/* ===== Final Message Section ===== */
#final-message {
  padding: 100px 0;
}

.message-content {
  max-width: 800px;
  margin: 40px auto 0;
  padding: 40px;
  background: linear-gradient(135deg, rgba(32, 155, 203, 0.1) 0%, rgba(0, 74, 124, 0.1) 100%);
  border-radius: 20px;
  border: 2px solid rgba(32, 155, 203, 0.3);
}

.message-content p {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 2;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
}

.message-signature {
  text-align: right;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  color: #209BCB !important;
  font-weight: 700;
  margin-top: 40px;
}

/* ===== Responsive Styles ===== */
@media (max-width: 899px) {
  #roadmap-lecture,
  #roadmap-practice,
  #experience-timeline,
  #school-failures,
  #first-gen-campaign,
  #final-message {
    padding: 60px 0;
  }

  .roadmap-step {
    padding: 20px;
  }

  .timeline-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .timeline-markers {
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
  }

  .campaign-comparison {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .message-content {
    padding: 30px 20px;
  }
}


/* ===== Site Header ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #050D18;
  z-index: 10000;
  overflow: visible;
}

.header-container {
  max-width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.header-logo a:hover {
  opacity: 0.8;
}

.header-logo img {
  height: 50px;
  width: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
}

.contact-button-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 50px;
}

.header-menu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.header-menu a {
  color: #5eb5e0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  letter-spacing: 0.02em;
}

.header-menu a:hover {
  color: #7dc9f0;
}

/* ドロップダウンメニュー（サブメニュー） */
.header-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  min-width: 200px;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-radius: 4px;
}

.header-menu li:hover > .sub-menu {
  display: block;
}

.header-menu .sub-menu li {
  display: block;
  width: 100%;
  padding: 0;
}

.header-menu .sub-menu a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.header-menu .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #7dc9f0;
}

/* お問い合わせボタンスタイル */
.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 32px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.02em;
  white-space: nowrap;
  position: relative;
  background-clip: padding-box;
}

.contact-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(to right, #ff8844, #4da8da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.contact-button::after {
  content: '›';
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.3s ease;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.contact-button:hover {
  background: transparent;
  box-shadow: none;
}

.contact-button:hover::after {
  transform: translateX(4px);
}

/* PC版とモバイル版のボタン切り替え */
.contact-button-link-mobile {
  display: none;
}

.contact-button-link-pc {
  display: inline-block;
}

/* ハンバーガーメニューボタン（モバイルのみ） */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #ff8844;
  transition: all 0.3s ease;
  border-radius: 2px;
  position: absolute;
}

.hamburger-line:nth-child(1) {
  top: 0;
}

.hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-line:nth-child(3) {
  bottom: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #ff8844;
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background-color: #ff8844;
}

/* モバイルレスポンシブ対応 */
@media (max-width: 899px) {
  .hamburger-menu {
    display: flex !important;
  }

  .header-nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #004A7C;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 20px 60px;
    gap: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 9999;
  }

  .header-nav.active {
    transform: translateX(0);
    z-index: 9999;
  }

  .header-menu {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .header-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .header-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px 0;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    position: relative;
  }

  .header-menu a::after {
    content: '›';
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
  }

  .contact-button-link-pc {
    display: none !important;
  }

  .contact-button-link-mobile {
    display: block !important;
    margin-top: auto;
    width: auto;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact-button {
    width: 240px !important;
    height: 40px !important;
    justify-content: center;
    padding: 0 !important;
    background: #ffffff !important;
    color: #004A7C !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 50px;
    position: relative;
    display: inline-flex !important;
    align-items: center;
  }

  .contact-button::before {
    display: none !important;
  }

  .contact-button::after {
    content: '›' !important;
    font-size: 24px !important;
    color: #004A7C !important;
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    font-weight: 300 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center;
    height: 16px;
  }

  .header-menu .sub-menu {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .header-menu .menu-item-has-children.submenu-open > .sub-menu {
    max-height: 500px;
  }

  .header-menu .sub-menu li {
    border-bottom: none;
  }

  .header-menu .sub-menu a {
    padding: 15px 0;
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .header-menu .sub-menu a::after {
    display: none;
  }
}

/* ===== Company Overview Section ===== */
.company-overview {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.company-title {
  font-size: 68px;
  font-weight: 900;
  font-style: italic;
  font-family: 'Mohave', sans-serif;
  background: linear-gradient(90deg, #c49b6a 0%, #c8a478 25%, #6db3d8 50%, #7ec4e6 75%, #8cd0f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: skewX(-5deg);
  line-height: 1;
}

.company-subtitle {
  font-size: 1.6rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.title-underline {
  width: 80px;
  height: 3px;
  background: #ff8844;
  margin: 0 auto 40px;
}

.company-tagline {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: 500;
}

.company-content {
  text-align: left;
  margin-bottom: 60px;
}

.company-content p {
  font-size: 1rem;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 24px;
}

.company-section-title {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .company-overview {
    padding: 40px 20px;
  }

  .company-title {
    font-size: 2rem;
  }

  .company-subtitle {
    font-size: 1rem;
  }

  .company-tagline {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .company-content p {
    font-size: 0.9rem;
  }

  .company-section-title {
    font-size: 1.1rem;
  }
}

/* ===== Our Promise Section ===== */
.our-promise-section {
  padding: 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.promise-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 0 !important;
  text-align: center;
}

.promise-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Mohave', sans-serif;
  background: linear-gradient(90deg, #c49b6a 0%, #6db3d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}

.promise-subtitle {
  font-size: 1.3rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.promise-content {
  margin-top: 60px;
}

.promise-content p {
  font-size: 1.1rem;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 20px;
}

.promise-tagline {
  margin-top: 40px;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .our-promise-section {
    padding: 60px 0;
  }

  .promise-inner {
    padding: 40px 20px;
  }

  .promise-title {
    font-size: 2rem;
  }

  .promise-subtitle {
    font-size: 1rem;
  }

  .promise-content p {
    font-size: 1rem;
  }

  .promise-tagline {
    font-size: 1rem;
  }
}

/* ===== Service Section ===== */
.service-section {
  padding: 80px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.service-section .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.service-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Mohave', sans-serif;
  background: linear-gradient(90deg, #c49b6a 0%, #6db3d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}

.service-subtitle {
  font-size: 1.3rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

/* PC版: グリッド表示 */
@media (min-width: 900px) {
  .service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 80px;
  }
}

/* モバイル版: Swiper表示 */
@media (max-width: 899px) {
  .service-grid {
    margin-top: 40px;
    position: static !important;
    padding: 60px 0;
    padding-bottom: 0;
    margin: 0 auto;
    overflow: hidden !important;
  }
}

.service-card {
  background: rgba(10, 20, 35, 0.6);
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 50px 35px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-clip: padding-box;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(to right, #ff8844, #4da8da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.service-card:hover {
  background: rgba(15, 25, 40, 0.7);
  transform: translateY(-3px);
}

.service-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
}

.service-icon img {
  width: 100%;
  height: auto;
}

.service-card-title {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-description {
  font-size: 16px;
  color: #b8b8b8;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-height: 120px;
  flex-grow: 1;
}

.service-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 50px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  width: 350px;
  max-width: 350px;
  justify-content: center;
  position: relative;
}

.service-button::after {
  content: '›';
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
  position: absolute;
  right: 30px;
}

.service-button:hover {
  background: #005a9c;
}

.service-button:hover::after {
  transform: translateX(5px);
}

/* PC版: グリッド表示 */
@media (min-width: 900px) {
  .service-swiper {
    display: grid !important;
  }

  .service-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .service-swiper .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }

  .service-swiper .swiper-pagination {
    display: none;
  }
}

/* モバイル版: Swiper表示 */
@media (max-width: 899px) {
  .service-card {
    padding: 50px 40px;
    width: 100%;
  }

  .service-title {
    font-size: 2rem;
  }

  .service-subtitle {
    font-size: 1rem;
  }

  /* Swiper Pagination */
  .service-pagination {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 60px !important;
  }

  .service-pagination .swiper-pagination-bullet {
    background: #4da8da !important;
    opacity: 0.5 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px !important;
  }

  .service-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
  }
}

/* ヘッダー固定のためのbody余白調整 */
body {
  padding-top: 80px;
}

/* メインコンテンツのpadding調整 */
main {
  padding-top: 0 !important;
}

/* ===== Responsive Header ===== */
@media (max-width: 1200px) {
  .header-container {
    padding: 0 40px;
  }
  
  .header-menu {
    gap: 30px;
  }
  
  .header-menu a {
    font-size: 14px;
  }
  
  .contact-button {
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media (max-width: 899px) {
  .site-header.delete-mb {
    display: none;
  }
  
  body {
    padding-top: 0;
  }
  
  main {
    padding-top: calc(var(--nav-height) + 200px) !important;
  }
}

@media (max-width: 768px) {
  .header-container {
    padding: 0 20px;
  }
  
  .header-logo img {
    height: 50px;
  }
  
  .header-menu {
    gap: 20px;
  }
  
  .header-menu a {
    font-size: 13px;
  }
  
  .contact-button {
    padding: 8px 20px;
    font-size: 13px;
  }
}



/* Aoyama Advanced Technology Research Institute Section */
.aoyama-section {
  padding: 80px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.aoyama-inner {
  text-align: center;
}

.aoyama-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  background: linear-gradient(90deg, #EE6300 0%, #4da8da 50%, #EE6300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  line-height: 1.3;
}

.aoyama-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.aoyama-content {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
}

.aoyama-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 18px;
}

.aoyama-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.aoyama-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 50px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.aoyama-button::after {
  content: "›";
  font-size: 22px;
  transition: transform 0.3s ease;
}

.aoyama-button:hover {
  background: #005a9c;
}

.aoyama-button:hover::after {
  transform: translateX(5px);
}

/* Knowledge Section */
.knowledge-section {
  padding: 80px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.knowledge-inner {
  text-align: center;
}

.knowledge-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  background: linear-gradient(90deg, #EE6300 0%, #4da8da 50%, #EE6300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.knowledge-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.knowledge-content {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
}

.knowledge-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 18px;
}

.knowledge-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.knowledge-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 50px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.knowledge-button::after {
  content: "›";
  font-size: 22px;
  transition: transform 0.3s ease;
}

.knowledge-button:hover {
  background: #005a9c;
}

.knowledge-button:hover::after {
  transform: translateX(5px);
}

/* News Section */
.news-section {
  padding: 0 0 80px;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.news-inner {
  text-align: center;
}

.news-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  background: linear-gradient(90deg, #EE6300 0%, #4da8da 50%, #EE6300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.news-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.news-list {
  max-width: 900px;
  margin: 60px auto;
  text-align: left;
}

.news-item {
  display: flex;
  gap: 30px;
  padding: 6.67px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #cccccc;
}

.news-date {
  flex-shrink: 0;
  font-size: 1rem;
  color: #fff;
  min-width: 120px;
}

.news-text {
  font-size: 1rem;
  line-height: 1.6;
}

.news-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

.news-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 50px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.news-button::after {
  content: "›";
  font-size: 22px;
  transition: transform 0.3s ease;
}

.news-button:hover {
  background: #005a9c;
}

.news-button:hover::after {
  transform: translateX(5px);
}

/* Contact Us Section */
.contact-us-section {
  padding: 80px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.contact-us-inner {
  text-align: center;
}

.contact-us-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  background: linear-gradient(90deg, #EE6300 0%, #4da8da 50%, #EE6300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.contact-us-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.contact-us-content {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
}

.contact-us-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  text-align: center;
}

.contact-us-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.contact-us-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 50px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-us-button::after {
  content: "›";
  font-size: 22px;
  transition: transform 0.3s ease;
}

.contact-us-button:hover {
  background: #005a9c;
}

.contact-us-button:hover::after {
  transform: translateX(5px);
}

/* Career Support Page Styles */

/* Career Hero Section */
.career-hero-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 100px !important;
  min-height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
}

.career-hero-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.career-hero-content {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.career-hero-image {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-hero-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: contain;
}

.career-hero-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: left;
  width: 100%;
}

.career-hero-subtitle {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  font-weight: 300;
  opacity: 0.9;
  text-align: left;
  width: 100%;
}

.career-hero-button-wrapper {
  text-align: center;
  width: 100%;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .career-hero-section {
    padding-bottom: 50px !important;
  }

  .career-hero-inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .career-hero-content,
  .career-hero-image {
    max-width: 100%;
  }

  .career-hero-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .career-hero-subtitle {
    text-align: center;
  }

  .career-hero-button-wrapper {
    text-align: center;
  }
}

.career-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 60px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.career-hero-button::after {
  content: "›";
  font-size: 24px;
  transition: transform 0.3s ease;
}

.career-hero-button:hover {
  background: #005a9c;
}

.career-hero-button:hover::after {
  transform: translateX(5px);
}

/* Career Services Section */
.career-services-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.career-services-inner {
  text-align: center;
}

.career-services-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  background: linear-gradient(90deg, #EE6300 0%, #4da8da 50%, #EE6300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  line-height: 1.3;
}

.career-services-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.career-services-content {
  max-width: 900px;
  margin: 50px auto;
  text-align: center;
}

.career-services-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 5px;
}

/* 7 Reasons Section */
.seven-reasons-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.seven-reasons-inner {
  text-align: center;
}

.seven-reasons-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.seven-reasons-title .orange-text {
  color: #EE6300;
}

.seven-reasons-title .blue-text {
  color: #4da8da;
}

.seven-reasons-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  max-width: 900px;
  margin: 60px auto 0;
  text-align: left;
}

.reason-card {
  background: transparent;
  padding: 30px 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.reason-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4da8da;
  margin-bottom: 10px;
  font-style: italic;
}

.reason-title {
  font-size: 20px;
  font-weight: 600;
  color: #4da8da;
  margin-bottom: 10px;
  line-height: 1.5;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.reason-divider {
  width: 100%;
  height: 1px;
  background: rgba(150, 150, 150, 0.5);
  margin-top: auto;
  margin-bottom: 0;
}

.reason-description {
  font-size: 16px;
  color: #cccccc;
  line-height: 1.8;
  flex-grow: 1;
  text-align: left;
}

@media (max-width: 1024px) {
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .seven-reasons-title {
    font-size: 2.5rem;
  }

  .reasons-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .reason-card {
    padding: 0 !important;
  }
}

/* Career Case Studies Section */
.career-case-studies-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.career-case-studies-inner {
  text-align: center;
  overflow: visible !important;
}

.career-case-studies-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.career-case-studies-title .orange-text {
  color: #EE6300;
}

.career-case-studies-title .blue-text {
  color: #4da8da;
}

.career-case-studies-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.career-case-studies-swiper {
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
  max-width: 750px;
  overflow: visible !important;
}

.career-case-studies-swiper .swiper-slide {
  height: auto;
  opacity: 0 !important;
  pointer-events: none;
}

.career-case-studies-swiper .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}

.career-case-card {
  background: rgba(10, 20, 35, 0.6);
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 50px 40px;
  min-height: 380px;
  background-clip: padding-box;
  position: relative;
}

.career-case-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(to right, #ff8844, #4da8da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.career-case-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}

.career-case-content {
  text-align: left;
}

.career-case-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 18px;
  text-align: left;
}

.career-case-studies-prev,
.career-case-studies-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
  margin-top: 0 !important;
  width: 60px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.career-case-studies-prev {
  left: -100px !important;
}

.career-case-studies-next {
  right: -100px !important;
}

.career-case-studies-prev::after,
.career-case-studies-next::after {
  content: '' !important;
  width: 55px;
  height: 55px;
  border-right: 2px solid #EE6300;
  border-bottom: 2px solid #EE6300;
  position: absolute;
  top: 50%;
  left: 50%;
}

.career-case-studies-prev::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.career-case-studies-next::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.career-case-studies-prev:hover,
.career-case-studies-next:hover {
  opacity: 0.7;
}

.career-case-studies-pagination {
  position: relative !important;
  margin-top: 60px;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  visibility: visible !important;
}

.career-case-studies-pagination .swiper-pagination-bullet {
  background: #4da8da !important;
  opacity: 0.5 !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px !important;
}

.career-case-studies-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #4da8da !important;
}

@media (min-width: 769px) {
  .career-case-studies-swiper .swiper-button-prev,
  .career-case-studies-swiper .swiper-button-next {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 899px) {
  .career-case-studies-title {
    font-size: 2.5rem;
  }

  .career-case-studies-prev,
  .career-case-studies-next {
    display: none !important;
  }

  .career-case-card {
    padding: 30px 20px;
  }

  .career-case-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .career-case-card {
    padding: 30px 25px;
  }
}

/* Career Contact Section */
.career-contact-section {
  padding: 80px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.career-contact-inner {
  text-align: center;
}

.career-contact-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  background: linear-gradient(90deg, #EE6300 0%, #4da8da 50%, #EE6300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.career-contact-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.career-contact-content {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
}

.career-contact-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
}

.career-contact-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.career-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 50px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.career-contact-button::after {
  content: "›";
  font-size: 22px;
  transition: transform 0.3s ease;
}

.career-contact-button:hover {
  background: #005a9c;
}

.career-contact-button:hover::after {
  transform: translateX(5px);
}

/* Service Delivery Process Section */
.service-process-section {
  padding: 100px 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-color: transparent;
}

.service-process-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.service-process-title {
  font-family: "Mohave", sans-serif;
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.service-process-title .orange-text {
  color: #EE6300;
}

.service-process-title .blue-text {
  color: #4da8da;
}

.service-process-subtitle {
  font-size: 1rem;
  color: #cccccc;
  margin-bottom: 20px;
}

/* Unified Process Styles - All process sections share these common styles */
.process-list,
.executive-process-list,
.headhunting-process-list,
.investment-process-steps {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
  position: relative;
}

.process-item,
.executive-process-item,
.headhunting-process-item,
.investment-process-step {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  text-align: left;
  position: relative;
}

.process-item:not(:last-child)::before,
.executive-process-item:not(:last-child)::before,
.headhunting-process-item:not(:last-child)::before,
.investment-process-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 60px;
  bottom: -60px;
  width: 2px;
  background: #CACACA;
}

.process-number,
.executive-process-number,
.headhunting-process-number,
.investment-process-number {
  flex-shrink: 0;
  position: relative;
}

.process-number .number-circle,
.executive-process-number .number-circle,
.headhunting-process-number .number-circle,
.investment-process-number .number-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4da8da 0%, #2b6a8f 100%);
  border-radius: 50%;
  font-family: 'Bebas Neue', sans-serif;
  color: #ffffff;
  line-height: 1;
  padding: 5px;
}

.process-number .step-text,
.executive-process-number .step-text,
.headhunting-process-number .step-text,
.investment-process-number .step-text {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.process-number .step-number,
.executive-process-number .step-number,
.headhunting-process-number .step-number,
.investment-process-number .step-number {
  font-size: 28px;
  font-weight: bold;
}

.process-content,
.executive-process-content,
.headhunting-process-content,
.investment-process-content {
  flex: 1;
}

.process-title,
.executive-process-title,
.headhunting-process-title,
.investment-process-step-title {
  font-family: 'Mohave', sans-serif;
  font-size: 1.5rem;
  color: #4da8da;
  margin-bottom: 15px;
  text-align: left;
}

.process-description,
.executive-process-description,
.headhunting-process-description,
.investment-process-step-description {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  text-align: left;
}

@media (max-width: 899px) {
  .service-process-title {
    font-size: 32px !important;
  }

  .service-process-subtitle {
    font-size: 14px !important;
  }
}

/* Q&A Section */
.qa-section {
  padding: 80px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.qa-inner {
  text-align: center;
}

.qa-title {
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  background: linear-gradient(90deg, #EE6300 0%, #4da8da 50%, #EE6300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.qa-q-letter {
  font-size: 68px;
}

.qa-ampersand {
  font-size: 50px;
}

.qa-a-letter {
  font-size: 68px;
}

.qa-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.qa-accordion {
  max-width: 900px;
  margin: 60px auto 0;
}

.qa-item {
  margin-bottom: 30px;
}

.qa-checkbox {
  display: none;
}

.qa-question {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  background: linear-gradient(90deg, #1a5a7f 0%, #004a6f 100%);
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.qa-question:hover {
  background: linear-gradient(90deg, #206a8f 0%, #005a7f 100%);
}

.qa-q {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
  font-family: "Mohave", sans-serif;
}

.qa-question-text {
  flex: 1;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
}

.qa-icon {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.qa-checkbox:checked + .qa-question .qa-icon {
  transform: rotate(45deg);
}

.qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 25px;
  background: linear-gradient(90deg, #1a5a7f 0%, #004a6f 100%);
  border-radius: 0 0 25px 25px;
  margin-top: -25px;
  padding-top: 25px;
}

.qa-checkbox:checked ~ .qa-answer {
  max-height: 500px;
  padding: 25px 25px 20px 25px;
}

.qa-answer p {
  font-size: 16px;
  color: #a8c5d9;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}

/* Responsive Styles */
@media (max-width: 768px) {

  .qa-question {
    padding: 15px 20px;
  }

  .qa-q {
    font-size: 18px;
  }

  .qa-question-text {
    font-size: 14px;
  }
}

/* Executive Research Page */
.executive-hero-section,
.startup-hero-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 100px !important;
  min-height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
}

.executive-hero-inner,
.startup-hero-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.executive-hero-content,
.startup-hero-content {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.executive-hero-image,
.startup-hero-image {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.executive-hero-image img,
.startup-hero-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: contain;
}

.executive-hero-title,
.startup-hero-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: left;
  width: 100%;
}

.executive-hero-subtitle,
.startup-hero-subtitle {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 0px;
  letter-spacing: 0.2em;
  font-weight: 300;
  opacity: 0.9;
  text-align: left;
  width: 100%;
}

.executive-hero-button-wrapper,
.startup-hero-button-wrapper {
  text-align: center;
  width: 100%;
  padding-top: 50px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .executive-hero-section,
  .startup-hero-section {
    padding-bottom: 50px !important;
    padding-top: 100px !important;
  }

  .executive-hero-title,
  .startup-hero-title,
  .career-hero-title {
    font-size: 1.75rem;
  }

  .executive-hero-inner,
  .startup-hero-inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .executive-hero-content,
  .executive-hero-image,
  .startup-hero-content,
  .startup-hero-image {
    max-width: 100%;
  }

  .executive-hero-title,
  .startup-hero-title {
    text-align: center;
  }

  .executive-hero-subtitle,
  .startup-hero-subtitle {
    text-align: center;
    margin: 0;
  }

  .executive-hero-button-wrapper,
  .startup-hero-button-wrapper {
    text-align: center;
  }
}

.executive-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 60px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.executive-hero-button::after {
  content: "›";
  font-size: 24px;
  transition: transform 0.3s ease;
}

.executive-hero-button:hover {
  background: #005a9c;
}

.executive-hero-button:hover::after {
  transform: translateX(5px);
}

/* Differences Between Services Section */
.differences-section {
  padding: 80px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.differences-inner {
  text-align: center;
}

.differences-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.differences-title .orange-text {
  color: #EE6300;
}

.differences-title .blue-text {
  color: #4da8da;
}

.differences-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.differences-intro {
  max-width: 900px;
  margin: 60px auto 80px;
  text-align: center;
}

.differences-intro p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
}

.service-explanation {
  max-width: 900px;
  margin: 60px auto;
  text-align: center;
}

.service-explanation-title {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.service-explanation-subtitle {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.service-explanation-content {
  text-align: left;
}

.service-explanation-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
}

/* Comparison Table */
.comparison-table {
  max-width: 900px;
  margin: 80px auto 0;
  overflow-x: auto;
  padding-bottom: 50px;
}

.comparison-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #555;
}

.comparison-table thead th {
  background: linear-gradient(90deg, #2a6fa0 0%, #1a5a7f 100%);
  color: #ffffff;
  padding: 15px;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.comparison-table thead th:first-child {
  background: transparent;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.comparison-table thead th:last-child {
  border-right: none;
}

.comparison-table tbody td {
  padding: 15px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  color: #cccccc;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.6;
  background: transparent;
}

.comparison-table tbody td:last-child {
  border-right: none;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody td.table-label {
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 0.85rem;
}

.comparison-table tbody tr:hover td {
  background: rgba(77, 168, 218, 0.05);
}

/* モバイル専用カード表示 */
.comparison-cards-mobile {
  display: none;
}

.comparison-card {
  margin-bottom: 30px;
  border: 1px solid #555;
  border-radius: 8px;
  overflow: hidden;
}

.comparison-card-header {
  background: linear-gradient(90deg, #2a6fa0 0%, #1a5a7f 100%);
  color: #ffffff;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.comparison-card-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-card-table tbody tr {
  display: grid;
  grid-template-columns: 40% 60%;
  border-bottom: 1px solid #555;
}

.comparison-card-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-card-table td {
  padding: 18px 8px;
  color: #cccccc;
  font-size: 14px;
  line-height: 1.8;
  background: transparent;
  border-right: 1px solid #555;
}

.comparison-card-table td:last-child {
  border-right: none;
}

.comparison-card-table td.table-label {
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 899px) {
  .comparison-table-pc {
    display: none;
  }

  .comparison-cards-mobile {
    display: block;
    max-width: 100%;
    margin: 40px 20px 0;
  }
}

/* Executive 7 Reasons Section */
.executive-seven-reasons-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.executive-seven-reasons-inner {
  text-align: center;
}

.executive-seven-reasons-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.executive-seven-reasons-title .orange-text {
  color: #EE6300;
}

.executive-seven-reasons-title .blue-text {
  color: #4da8da;
}

.executive-seven-reasons-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.executive-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  max-width: 900px;
  margin: 60px auto 0;
  text-align: left;
}

.executive-reason-card {
  background: transparent;
  padding: 30px 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.executive-reason-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4da8da;
  margin-bottom: 10px;
  font-style: italic;
}

.executive-reason-title {
  font-size: 20px;
  font-weight: 600;
  color: #4da8da;
  margin-bottom: 10px;
  line-height: 1.5;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.executive-reason-divider {
  width: 100%;
  height: 1px;
  background: rgba(150, 150, 150, 0.5);
  margin-top: auto;
  margin-bottom: 0;
}

.executive-reason-description {
  font-size: 16px;
  color: #cccccc;
  line-height: 1.8;
  flex-grow: 1;
  text-align: left;
}

@media (max-width: 1024px) {
  .executive-reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .executive-seven-reasons-title {
    font-size: 2.5rem;
  }

  .executive-reasons-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Primary Recruitment Support Services Section */
.primary-services-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.primary-services-inner {
  text-align: center;
  overflow: visible !important;
}

.primary-services-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.primary-services-title .orange-text {
  color: #EE6300;
}

.primary-services-title .blue-text {
  color: #4da8da;
}

.primary-services-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.primary-services-slider-wrapper {
  position: relative;
  overflow: visible !important;
}

.primary-services-swiper {
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
  max-width: 750px;
  overflow: visible !important;
}

.primary-services-swiper .swiper-slide {
  height: auto;
  opacity: 0 !important;
  pointer-events: none;
}

.primary-services-swiper .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}

.primary-service-card {
  background: rgba(10, 20, 35, 0.6);
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 50px 40px;
  min-height: 380px;
  background-clip: padding-box;
  position: relative;
}

.primary-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(to right, #ff8844, #4da8da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.primary-service-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.primary-service-description {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  text-align: left;
}

.primary-services-prev,
.primary-services-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
  margin-top: 0 !important;
  width: 60px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.primary-services-prev {
  left: -100px !important;
}

.primary-services-next {
  right: -100px !important;
}

.primary-services-prev::after,
.primary-services-next::after {
  content: '' !important;
  width: 55px;
  height: 55px;
  border-right: 2px solid #EE6300;
  border-bottom: 2px solid #EE6300;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-button-prev.primary-services-prev::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.swiper-button-next.primary-services-next::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.primary-services-prev:hover,
.primary-services-next:hover {
  opacity: 0.7;
}

.primary-services-swiper .swiper-button-prev,
.primary-services-swiper .swiper-button-next {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.primary-services-pagination {
  position: relative !important;
  margin-top: 60px;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.primary-services-pagination .swiper-pagination-bullet {
  background: #4da8da !important;
  opacity: 0.5 !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px !important;
}

.primary-services-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #4da8da !important;
}

@media (max-width: 899px) {
  .primary-service-card {
    padding: 30px 20px;
  }
}

/* Fee Policy Section */
.fee-policy-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.fee-policy-inner {
  max-width: 900px;
  margin: 0 auto;
}

.fee-policy-block {
  text-align: center;
  margin-bottom: 120px;
}

.fee-policy-block:last-child {
  margin-bottom: 0;
}

.fee-policy-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.fee-policy-title .orange-text {
  color: #EE6300;
}

.fee-policy-title .blue-text {
  color: #4da8da;
}

.fee-policy-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.fee-policy-content {
  margin-top: 60px;
  text-align: center;
}

.fee-policy-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 5px;
}

/* Executive Search Service Delivery Process Section */
.executive-service-process-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.executive-service-process-inner {
  text-align: center;
}

.executive-service-process-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.executive-service-process-title .orange-text {
  color: #EE6300;
}

.executive-service-process-title .blue-text {
  color: #4da8da;
}

.executive-service-process-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

/* Removed - Now using unified process styles at line ~5306 */

/* Headhunting Service Delivery Process Section */
.headhunting-service-process-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.headhunting-service-process-inner {
  text-align: center;
}

.headhunting-service-process-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.headhunting-service-process-title .orange-text {
  color: #EE6300;
}

.headhunting-service-process-title .blue-text {
  color: #4da8da;
}

.headhunting-service-process-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

/* Removed - Now using unified process styles at line ~5306 */

/* Support Cases Section */
.support-cases-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.support-cases-inner {
  text-align: center;
  overflow: visible !important;
}

.support-cases-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.support-cases-title .blue-text {
  color: #4da8da;
}

.support-cases-title .orange-text {
  color: #EE6300;
}

.support-cases-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.support-cases-swiper {
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
  max-width: 750px;
  overflow: visible !important;
}

.support-cases-swiper .swiper-slide {
  height: auto;
  opacity: 0 !important;
  pointer-events: none;
}

.support-cases-swiper .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}

.support-case-card {
  background: rgba(10, 20, 35, 0.6);
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 50px 40px;
  background-clip: padding-box;
  position: relative;
  width: 100%;
}

.support-case-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(to right, #ff8844, #4da8da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.support-case-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.support-case-content {
  text-align: left;
}

.support-case-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  text-align: left;
}

.support-cases-prev,
.support-cases-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
  margin-top: 0 !important;
  width: 60px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.support-cases-prev {
  left: -100px !important;
}

.support-cases-next {
  right: -100px !important;
}

.support-cases-prev::after,
.support-cases-next::after {
  content: '' !important;
  width: 55px;
  height: 55px;
  border-right: 2px solid #EE6300;
  border-bottom: 2px solid #EE6300;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-button-prev.support-cases-prev::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.swiper-button-next.support-cases-next::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.support-cases-prev:hover,
.support-cases-next:hover {
  opacity: 0.7;
}

.support-cases-swiper .swiper-button-prev,
.support-cases-swiper .swiper-button-next {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.support-cases-prev-2,
.support-cases-next-2 {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
  margin-top: 0 !important;
  width: 55px !important;
  height: 55px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.support-cases-prev-2 {
  left: -100px !important;
}

.support-cases-next-2 {
  right: -100px !important;
}

.support-cases-prev-2::after,
.support-cases-next-2::after {
  content: '' !important;
  width: 55px;
  height: 55px;
  border-right: 2px solid #EE6300;
  border-bottom: 2px solid #EE6300;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-button-prev.support-cases-prev-2::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.swiper-button-next.support-cases-next-2::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.support-cases-prev-2:hover,
.support-cases-next-2:hover {
  opacity: 0.7;
}

.support-cases-swiper-2 .swiper-button-prev,
.support-cases-swiper-2 .swiper-button-next {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.support-cases-pagination {
  position: relative !important;
  margin-top: 60px;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.support-cases-pagination .swiper-pagination-bullet {
  background: #4da8da !important;
  opacity: 0.5 !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px !important;
}

.support-cases-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #4da8da !important;
}

.support-cases-pagination-2 {
  position: relative !important;
  margin-top: 60px;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.support-cases-pagination-2 .swiper-pagination-bullet {
  background: #4da8da !important;
  opacity: 0.5 !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px !important;
}

.support-cases-pagination-2 .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #4da8da !important;
}

@media (max-width: 899px) {
  .support-case-card {
    padding: 30px 20px;
  }

  .support-case-content p {
    text-align: left;
  }
}

/* Executive Q&A Section */
.executive-qa-section {
  padding: 80px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.executive-qa-inner {
  text-align: center;
}

.executive-qa-title {
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  background: linear-gradient(90deg, #EE6300 0%, #4da8da 50%, #EE6300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.executive-qa-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.executive-qa-accordion {
  max-width: 900px;
  margin: 60px auto 0;
}

.executive-qa-item {
  margin-bottom: 30px;
}

.executive-qa-checkbox {
  display: none;
}

.executive-qa-question {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  background: linear-gradient(90deg, #1a5a7f 0%, #004a6f 100%);
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.executive-qa-question:hover {
  background: linear-gradient(90deg, #206a8f 0%, #005a7f 100%);
}

.executive-qa-q {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
  font-family: "Mohave", sans-serif;
}

.executive-qa-question-text {
  flex: 1;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
}

.executive-qa-icon {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.executive-qa-icon::before {
  content: '+';
}

.executive-qa-checkbox:checked + .executive-qa-question .executive-qa-icon::before {
  content: '−';
}

.executive-qa-checkbox:checked + .executive-qa-question .executive-qa-icon {
  transform: rotate(0deg);
}

.executive-qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 25px;
  background: linear-gradient(90deg, #1a5a7f 0%, #004a6f 100%);
  border-radius: 0 0 25px 25px;
  margin-top: -25px;
  padding-top: 25px;
}

.executive-qa-checkbox:checked ~ .executive-qa-answer {
  max-height: 500px;
  padding: 25px 25px 20px 25px;
}

.executive-qa-answer p {
  font-size: 16px;
  color: #a8c5d9;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}

/* Startup Investment Page */
.startup-hero-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 100px !important;
  min-height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
}

.startup-hero-inner {
  text-align: center;
}

@media (min-width: 769px) {
  .startup-hero-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.3;
  }
}

@media (min-width: 769px) {
  .startup-hero-subtitle {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 0px;
    letter-spacing: 0.2em;
    font-weight: 300;
    opacity: 0.9;
  }
}

.startup-hero-button-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.startup-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 60px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.startup-hero-button::after {
  content: "›";
  font-size: 24px;
  transition: transform 0.3s ease;
}

.startup-hero-button:hover {
  background: #005a9c;
}

.startup-hero-button:hover::after {
  transform: translateX(5px);
}

/* Investing in Startups Section */
.investing-startups-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.investing-startups-inner {
  text-align: center;
}

.investing-startups-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.investing-startups-title .orange-text {
  color: #EE6300;
}

.investing-startups-title .blue-text {
  color: #4da8da;
}

.investing-startups-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.investing-startups-content {
  max-width: 900px;
  margin: 60px auto 0;
  text-align: center;
}

.investing-startups-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 5px;
}

/* Investment Performance Section */
.investment-performance-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.investment-performance-inner {
  text-align: center;
  overflow: visible !important;
}

.investment-performance-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #EE6300;
}

.investment-performance-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.investment-performance-swiper {
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
  max-width: 750px;
  overflow: visible !important;
}

.investment-performance-swiper .swiper-slide {
  height: auto;
  opacity: 0 !important;
  pointer-events: none;
}

.investment-performance-swiper .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}

.investment-case-card {
  background: rgba(10, 20, 35, 0.6);
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 50px 40px;
  background-clip: padding-box;
  position: relative;
}

.investment-case-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(to right, #ff8844, #4da8da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.investment-case-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.investment-case-content {
  text-align: left;
}

.investment-case-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  text-align: left;
}

.investment-performance-prev,
.investment-performance-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
  margin-top: 0 !important;
  width: 60px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.investment-performance-prev {
  left: -100px !important;
}

.investment-performance-next {
  right: -100px !important;
}

.investment-performance-prev::after,
.investment-performance-next::after {
  content: '' !important;
  width: 55px;
  height: 55px;
  border-right: 2px solid #EE6300;
  border-bottom: 2px solid #EE6300;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-button-prev.investment-performance-prev::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.swiper-button-next.investment-performance-next::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.investment-performance-prev:hover,
.investment-performance-next:hover {
  opacity: 0.7;
}

.investment-performance-swiper .swiper-button-prev,
.investment-performance-swiper .swiper-button-next {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.investment-performance-pagination {
  position: relative !important;
  margin-top: 60px;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.investment-performance-pagination .swiper-pagination-bullet {
  background: #4da8da !important;
  opacity: 0.5 !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px !important;
}

.investment-performance-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #4da8da !important;
}

/* Investment Process Section */
.investment-process-section {
  padding: 100px 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-color: transparent;
}

.investment-process-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.investment-process-title {
  font-family: "Mohave", sans-serif;
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.investment-process-subtitle {
  font-size: 1rem;
  color: #cccccc;
  margin-bottom: 20px;
}

.investment-process-intro {
  margin: 60px 0;
  text-align: left;
}

.investment-process-intro p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  text-align: left;
}

/* Removed - Now using unified process styles at line ~5306 */

/* Customer Feedback Section */
.customer-feedback-section {
  padding: 100px 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-color: transparent;
}

.customer-feedback-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.customer-feedback-title {
  font-family: "Mohave", sans-serif;
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.customer-feedback-subtitle {
  font-size: 1rem;
  color: #cccccc;
  margin-bottom: 20px;
}

.customer-feedback-swiper {
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
  max-width: 750px;
  overflow: visible !important;
}

.customer-feedback-swiper .swiper-slide {
  height: auto;
  opacity: 0 !important;
  pointer-events: none;
}

.customer-feedback-swiper .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}

.feedback-card {
  background: rgba(10, 20, 35, 0.6);
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 50px 40px;
  min-height: 380px;
  background-clip: padding-box;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.feedback-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(to right, #ff8844, #4da8da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.feedback-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.feedback-content {
  text-align: left;
}

.feedback-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
}

.customer-feedback-prev,
.customer-feedback-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 100 !important;
  margin-top: 0 !important;
  width: 60px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.customer-feedback-prev {
  left: -100px !important;
}

.customer-feedback-next {
  right: -100px !important;
}

.customer-feedback-prev::after,
.customer-feedback-next::after {
  content: '' !important;
  width: 55px;
  height: 55px;
  border-right: 2px solid #EE6300;
  border-bottom: 2px solid #EE6300;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-button-prev.customer-feedback-prev::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.swiper-button-next.customer-feedback-next::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.customer-feedback-prev:hover,
.customer-feedback-next:hover {
  opacity: 0.7;
}

.customer-feedback-swiper .swiper-button-prev,
.customer-feedback-swiper .swiper-button-next {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.customer-feedback-pagination {
  position: relative !important;
  margin-top: 60px;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.customer-feedback-pagination .swiper-pagination-bullet {
  background: #4da8da !important;
  opacity: 0.5 !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px !important;
}

.customer-feedback-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #4da8da !important;
}

/* ===== M&A Page Styles ===== */

/* M&A Support Section */
.ma-support-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ma-support-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ma-support-title {
  font-family: "Mohave", sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.ma-support-title .orange-text {
  color: #ffffff;
  font-style: normal;
}

.ma-support-title .white-text {
  color: #ffffff;
  font-style: normal;
}

.ma-support-title .blue-text {
  color: #4da8da;
  font-style: italic;
}

.ma-support-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.ma-support-content {
  margin-top: 40px;
  text-align: left;
}

.ma-support-heading {
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0.05em;
}

.ma-support-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 15px;
}

.ma-support-content p:last-child {
  margin-bottom: 0;
}

.ma-support-subtitle-secondary {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.ma-support-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.ma-support-list li {
  font-size: 1rem;
  color: #f0f0f0;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.ma-support-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #ffffff;
  font-weight: bold;
}

.ma-support-list li:last-child {
  margin-bottom: 0;
}

.ma-support-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}

.ma-support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background: #004A7C;
  border: none;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}

.ma-support-button:hover {
  background: #003A5F;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 74, 124, 0.4);
}

.ma-support-button .button-arrow {
  margin-left: 8px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}

.ma-support-button:hover .button-arrow {
  transform: translateY(-2px) translateX(3px);
}

/* Mission Why Section */
.mission-why-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.mission-why-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.mission-why-title {
  font-family: "Mohave", sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.mission-why-title .orange-text {
  color: #d4a574;
  font-style: italic;
}

.mission-why-title .blue-text {
  color: #4da8da;
  font-style: italic;
}

.mission-why-content {
  margin-top: 40px;
  text-align: left;
}

.mission-why-text {
  font-size: 1rem;
  line-height: 2;
  color: #cccccc;
  margin-bottom: 20px;
}

.mission-why-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.mission-why-content {
  margin-top: 60px;
  text-align: left;
}

.mission-why-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
}

/* Target Individuals Section */
.target-individuals-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.target-individuals-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.target-individuals-title {
  font-family: "Mohave", sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.target-individuals-title .orange-text {
  color: #d4a574;
  font-style: italic;
}

.target-individuals-title .blue-text {
  color: #4da8da;
  font-style: italic;
}

.target-individuals-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.target-individuals-content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
}

.target-column {
  padding: 30px;
  border-bottom: 2px solid #4da8da;
}

.target-column-title {
  font-size: 1.3rem;
  color: #4da8da;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

.target-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.target-list li {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.target-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #cccccc;
}

/* Value Proposition Section */
.value-proposition-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.value-proposition-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.value-proposition-title {
  font-family: "Mohave", sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.value-proposition-title .orange-text {
  color: #d4a574;
  font-style: italic;
}

.value-proposition-title .blue-text {
  color: #4da8da;
  font-style: italic;
}

.value-proposition-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.value-proposition-content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
}

.value-column {
  padding: 30px;
  border-bottom: 2px solid #4da8da;
}

.value-column-title {
  font-size: 1.3rem;
  color: #4da8da;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

.value-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.value-list li {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.value-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #cccccc;
}

/* Fee Structure Section */
.fee-structure-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.fee-structure-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.fee-structure-title {
  font-family: "Mohave", sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.fee-structure-title .orange-text {
  color: #d4a574;
  font-style: italic;
}

.fee-structure-title .blue-text {
  color: #4da8da;
  font-style: italic;
}

.fee-structure-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.fee-structure-content {
  margin-top: 60px;
  text-align: left;
}

.fee-intro {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin-bottom: 20px;
}

.fee-types {
  margin: 40px 0;
}

.fee-type {
  margin-bottom: 30px;
  text-align: center;
}

.fee-type-title {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.fee-type-description {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  text-align: center;
}

.fee-table-wrapper {
  margin: 40px 0;
}

.fee-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #555;
  margin-bottom: 15px;
}

.fee-table thead th {
  background: linear-gradient(90deg, #2a6fa0 0%, #1a5a7f 100%);
  color: #ffffff;
  padding: 15px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.fee-table thead th:last-child {
  border-right: none;
}

.fee-table tbody td {
  padding: 15px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  color: #cccccc;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
  background: transparent;
}

.fee-table tbody td:last-child {
  border-right: none;
}

.fee-table tbody tr:last-child td {
  border-bottom: none;
}

.fee-note {
  font-size: 0.9rem;
  color: #999;
  text-align: center;
}

.fee-other {
  margin-top: 40px;
  text-align: center;
}

.fee-other-title {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.fee-other-description {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  text-align: center;
}

/* Research About Section */
.research-about-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}

.research-about-title .orange-text {
  color: #EE6300;
}

.research-about-title .blue-text {
  color: #4da8da;
}

/* On Insight Section */
.on-insight-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 100px !important;
}

.on-insight-inner {
  text-align: center;
}

.on-insight-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.on-insight-title .green-text {
  color: #9dd9a3;
}

.on-insight-title .orange-text {
  color: #EE6300;
}

.on-insight-title .blue-text {
  color: #4da8da;
}

.on-insight-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.on-insight-content {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

.on-insight-content p {
  font-size: 0.95rem;
  line-height: 2;
  color: #cccccc;
  margin-bottom: 20px;
  text-align: left !important;
}

.on-insight-section .signature {
  text-align: left !important;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #999;
  line-height: 1.8;
}

.on-insight-content .signature {
  text-align: left !important;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #999;
  line-height: 1.8;
}

.on-insight-signature {
  text-align: right !important;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #999;
  line-height: 1.8;
}

/* Regarding Synergy Section */
.regarding-synergy-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.regarding-synergy-inner {
  text-align: center;
}

.regarding-synergy-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.regarding-synergy-title .orange-text {
  color: #EE6300;
}

.regarding-synergy-title .blue-text {
  color: #4da8da;
}

.regarding-synergy-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.regarding-synergy-content {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

.regarding-synergy-content p {
  font-size: 0.95rem;
  line-height: 2;
  color: #cccccc;
  margin-bottom: 20px;
  text-align: left !important;
}

/* Corporate Philosophy Section */
.corporate-philosophy-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.corporate-philosophy-inner {
  text-align: center;
}

.corporate-philosophy-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.corporate-philosophy-title .white-text {
  color: #ffffff;
}

.corporate-philosophy-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.corporate-philosophy-content {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

.philosophy-headline {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}

.philosophy-subtitle-en {
  color: #999;
  font-weight: 400;
}

/* PC版のみ表示される改行 */
.br-pc {
  display: inline;
}

/* モバイル版のみ表示される改行 */
.br-mobile {
  display: none;
}

@media (max-width: 899px) {
  .br-pc {
    display: none;
  }

  .br-mobile {
    display: inline;
  }
}

.corporate-philosophy-content p {
  font-size: 0.95rem;
  line-height: 2;
  color: #cccccc;
  margin-bottom: 20px;
  text-align: left !important;
}

/* Mission Vision Value Section */
.mission-vision-value-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.mission-vision-value-inner {
  text-align: center;
}

.mission-vision-value-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.mission-vision-value-title .green-text {
  color: #9dd9a3;
}

.mission-vision-value-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.mvv-accordion {
  max-width: 1100px;
  margin: 60px auto 0;
  position: relative;
  border-radius: 20px;
  padding: 20px 40px;
  background: transparent;
  overflow: hidden;
}

.mvv-accordion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(90deg, #EE6300 0%, #AFCDBB 33%, #209BCB 66%, #004A7C 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.mvv-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mvv-item:last-child {
  border-bottom: none;
}

.mvv-checkbox {
  display: none;
}

.mvv-question {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  cursor: default;
  position: relative;
  pointer-events: none;
}

.mvv-label {
  min-width: 150px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}

.mvv-label-en {
  font-size: 0.85rem;
  font-weight: 400;
  color: #999;
  display: block;
  margin-top: 5px;
}

.mvv-text {
  flex: 1;
  font-size: 0.95rem;
  color: #cccccc;
  text-align: left;
  padding: 0 20px;
  line-height: 1.8;
}

.mvv-text-en {
  font-size: 0.8rem;
  color: #999;
  display: block;
  margin-top: 8px;
}

.mvv-icon {
  width: 30px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
}

.mvv-icon::before,
.mvv-icon::after {
  content: '';
  position: absolute;
  background-color: #4da8da;
  transition: transform 0.3s;
}

.mvv-icon::before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mvv-icon::after {
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mvv-checkbox:checked + .mvv-question .mvv-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mvv-answer p {
  color: #cccccc;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 899px) {
  .mvv-accordion {
    max-width: 100%;
    padding: 0 20px;
    margin: 40px auto 0;
    background: rgba(10, 20, 35, 0.6);
    border: 2px solid transparent;
    border-radius: 20px;
    position: relative;
    background-clip: padding-box;
  }

  .mvv-accordion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(to right, #ff8844, #4da8da);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  .mvv-item {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
  }

  .mvv-item:last-child {
    border-bottom: none;
  }

  .mvv-question {
    display: block;
    padding: 30px 20px 60px 20px;
    text-align: center;
    cursor: default;
    pointer-events: none;
    position: relative;
  }

  .mvv-label {
    min-width: auto;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .mvv-label-en {
    font-size: 12px;
    margin-top: 5px;
  }

  .mvv-text {
    display: block;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }

  .mvv-text-en {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.8;
    padding-bottom: 20px;
  }

  .mvv-icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
  }

  .mvv-icon::before {
    width: 30px;
    height: 3px;
  }

  .mvv-icon::after {
    width: 3px;
    height: 30px;
  }
}

/* Contact Form Section */
.contact-form-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.contact-form-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.contact-form-title {
  font-family: "Mohave", sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.contact-form-title .orange-text {
  color: #d4a574;
  font-style: italic;
}

.contact-form-title .blue-text {
  color: #4da8da;
  font-style: italic;
}

.contact-form-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.contact-form-intro {
  font-size: 1rem;
  color: #cccccc;
  line-height: 2;
  margin: 40px 0;
  text-align: center;
}

.contact-form-wrapper {
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #444;
  border-radius: 10px;
  padding: 40px;
}

/* Contact Form 7 Styling */
.contact-form-wrapper .wpcf7-form {
  text-align: left;
}

/* Form row layout */
.contact-form-wrapper .form-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
}

.contact-form-wrapper .form-row:last-of-type {
  border-bottom: none;
}

/* Label column */
.contact-form-wrapper .form-label {
  position: relative;
  width: 280px;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 400;
  padding-right: 60px;
}

.contact-form-wrapper .form-label p {
  margin: 0;
  padding: 0;
}

/* Required badge */
.contact-form-wrapper .badge-required {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: #ffffff;
  color: #000000;
  font-size: 0.9rem;
  padding: 2px 10px;
  border-radius: 3px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

/* Input column */
.contact-form-wrapper .form-input {
  width: 100%;
}

.contact-form-wrapper .form-input p {
  margin: 0;
  padding: 0;
}

.contact-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  width: 100%;
  padding: 10px 15px;
  background: linear-gradient(180deg, rgba(70, 70, 70, 0.6) 0%, rgba(40, 40, 40, 0.8) 100%);
  border: 1px solid #555;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.95rem;
  font-family: inherit;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper input[type="tel"]:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  outline: none;
  border-color: #777;
  background: linear-gradient(180deg, rgba(80, 80, 80, 0.6) 0%, rgba(50, 50, 50, 0.8) 100%);
}

.contact-form-wrapper textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form-wrapper .wpcf7-checkbox,
.contact-form-wrapper .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-form-wrapper .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
}

.contact-form-wrapper .wpcf7-list-item-label {
  font-size: 0.85rem;
  color: #dddddd;
  margin-left: 5px;
}

.contact-form-wrapper input[type="checkbox"],
.contact-form-wrapper input[type="radio"] {
  width: auto;
  margin: 0;
  margin-right: 5px;
}

.contact-form-wrapper .wpcf7-acceptance {
  margin: 30px 0;
  grid-template-columns: 1fr;
  border-bottom: none;
  padding-bottom: 0;
}

.contact-form-wrapper .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-form-wrapper .wpcf7-acceptance label > span:first-child::after {
  display: none;
}

.contact-form-wrapper .wpcf7-submit {
  background: #004A7C;
  color: #ffffff;
  border: none;
  padding: 15px 50px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 20px auto 0;
}

.contact-form-wrapper .wpcf7-submit:hover {
  background: #003d66;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 74, 124, 0.4);
}

.contact-form-wrapper .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 0.85rem;
  margin-top: 5px;
}

/* Captcha field - smaller width */
.contact-form-wrapper .captcha-field {
  max-width: 200px !important;
}

/* Submit button wrapper */
.contact-form-wrapper .form-submit {
  margin-top: 30px;
  text-align: center;
}

.contact-form-wrapper .wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}

.contact-form-wrapper .wpcf7-validation-errors {
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid #ff6b6b;
  color: #ff6b6b;
}

.contact-form-wrapper .wpcf7-mail-sent-ok {
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid #4caf50;
  color: #4caf50;
}

/* Mobile responsive for contact form */
@media (max-width: 899px) {
  .contact-form-wrapper {
    margin: 40px 20px 0 !important;
    padding: 30px 20px !important;
    background: rgba(10, 20, 35, 0.6) !important;
    border: 2px solid transparent !important;
    border-radius: 20px !important;
    position: relative;
    background-clip: padding-box !important;
  }

  .contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(to right, #ff8844, #4da8da);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  .contact-form-wrapper .form-row {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    padding: 25px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    align-items: flex-start !important;
  }

  .contact-form-wrapper .form-row:first-child {
    padding-top: 0 !important;
  }

  .contact-form-wrapper .form-row:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }

  .contact-form-wrapper .form-label {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 15px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: relative !important;
  }

  .contact-form-wrapper .form-label span:first-child {
    flex: 1;
    line-height: 1.4 !important;
    padding: 2px 0 !important;
  }

  .contact-form-wrapper .badge-required {
    position: static !important;
    transform: none !important;
    margin-left: 10px;
    flex-shrink: 0;
    top: auto !important;
    right: auto !important;
  }

  .contact-form-wrapper .form-input {
    width: 100% !important;
  }

  .contact-form-wrapper .wpcf7-checkbox {
    display: flex !important;
    flex-direction: column;
    gap: 15px !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
  }

  .contact-form-wrapper .wpcf7-list-item {
    margin: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
    display: block !important;
  }

  .contact-form-wrapper .wpcf7-list-item label {
    display: flex !important;
    align-items: center !important;
    cursor: pointer;
    gap: 10px !important;
  }

  .contact-form-wrapper .wpcf7-list-item label input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    flex-shrink: 0 !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    position: static !important;
    cursor: pointer !important;
    z-index: 1 !important;
  }

  .contact-form-wrapper .wpcf7-list-item-label {
    font-size: 1rem !important;
    color: #ffffff !important;
    margin: 0 !important;
    margin-left: 0 !important;
    flex: 1 !important;
  }

  .contact-form-wrapper .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
  }
}

/* ===================================
   News Page Styles
   =================================== */

.news-section {
  padding: 0 0 100px;
}

.news-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.news-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: var(--font-heading);
}

.news-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.news-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.news-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.news-item {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 30px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  align-items: center;
  transition: background 0.3s ease;
}

.news-item-link:hover .news-item {
  background: rgba(255, 255, 255, 0.02);
}

.news-image {
  width: 160px;
  height: 110px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-image-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-date {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  font-family: 'Courier New', monospace;
}

.news-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}

.news-excerpt {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
}

.news-link {
  display: inline-flex;
  align-items: center;
  color: #29abe2;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: right;
  justify-self: end;
}

.news-link:hover {
  color: #5a8aff;
  transform: translateX(5px);
}

.no-news {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 60px 0;
  font-size: 1.1rem;
}

/* Responsive Design for M&A Page */
@media (max-width: 768px) {
  .ma-support-title,
  .mission-why-title {
    font-size: 2.5rem;
  }

  .ma-support-buttons {
    flex-direction: column;
    gap: 20px;
  }

  .ma-support-button {
    font-size: 1.1rem;
  }

  .contact-form-wrapper {
    padding: 20px;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .news-image {
    width: 100%;
    height: 200px;
  }
}

/* Company Overview Section */
.company-overview-section {
  padding: 100px 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.company-overview-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.company-overview-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}

.company-overview-title .white-text {
  color: #ffffff;
}

.company-overview-subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #999;
  letter-spacing: 0.15em;
}

.company-overview-list {
  margin-top: 50px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 20px 40px;
  border-radius: 20px;
  background: transparent;
}

.company-overview-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(90deg, #EE6300 0%, #AFCDBB 33%, #209BCB 66%, #004A7C 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.overview-item {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 40px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.overview-item:last-of-type {
  border-bottom: none;
}

.overview-label {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
}

.overview-value {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
}

.label-en {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  font-weight: 300;
}

.value-en {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  font-weight: 300;
}

.overview-note {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 899px) {
  .company-overview-list {
    max-width: 100%;
    padding: 30px 20px;
    margin: 40px 20px 0;
    background: rgba(10, 20, 35, 0.6);
    border: 2px solid transparent;
    border-radius: 20px;
    background-clip: padding-box;
  }

  .company-overview-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(to right, #ff8844, #4da8da);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  .overview-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .overview-item:last-of-type {
    border-bottom: none;
  }

  .overview-label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .label-en {
    font-size: 12px;
  }

  .overview-value {
    font-size: 14px;
  }

  .value-en {
    font-size: 12px;
  }

  .overview-note {
    font-size: 12px;
    margin-top: 20px;
  }
}

/* Executive Introduction Section */
.executive-intro-section {
  padding: 100px 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.executive-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.executive-intro-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}

.executive-intro-title .white-text {
  color: #ffffff;
}

.executive-intro-subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #999;
  letter-spacing: 0.15em;
}

.executive-accordion {
  max-width: 1100px;
  margin: 60px auto 0;
}

.executive-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.executive-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.executive-checkbox {
  display: none;
}

.executive-question {
  display: grid;
  grid-template-columns: 200px 1fr 40px;
  gap: 40px;
  align-items: center;
  padding: 30px 0;
  cursor: default;
}

.executive-name {
  text-align: left;
}

.name-ja {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.name-en {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.executive-title-text {
  text-align: left;
}

.title-ja {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}

.title-en {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.executive-icon {
  width: 40px;
  height: 40px;
  position: relative;
  flex-shrink: 0;
}

.executive-icon::before,
.executive-icon::after {
  content: '';
  position: absolute;
  background-color: #4da8da;
}

.executive-icon::before {
  width: 24px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.executive-icon::after {
  width: 2px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.executive-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 0;
  color: #cccccc;
  font-size: 14px;
  line-height: 1.8;
}

.executive-checkbox:checked ~ .executive-answer {
  max-height: 1000px;
  padding: 0 0 30px 0;
}

.executive-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 899px) {
  .executive-accordion {
    max-width: 100%;
    margin: 40px 20px 0;
    padding: 0;
  }

  .executive-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .executive-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .executive-question {
    display: block;
    padding: 30px 0 60px 0;
    text-align: left;
    position: relative;
    cursor: default;
    pointer-events: none;
  }

  .executive-name {
    margin-bottom: 15px;
  }

  .name-ja {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .name-en {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
  }

  .executive-title-text {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .title-ja {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .title-en {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
  }

  .executive-icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
  }

  .executive-icon::before {
    width: 30px;
    height: 3px;
  }

  .executive-icon::after {
    width: 3px;
    height: 30px;
  }

  .executive-hero-button-wrapper {
    text-align: center;
    margin-top: 40px;
    padding-top: 50px;
  }

  .executive-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    background: #004A7C;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: none;
  }

  .executive-hero-button::after {
    content: '›';
    margin-left: 10px;
    font-size: 24px;
  }
}

.executive-view-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 60px;
  background: #004A7C;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.executive-view-button::after {
  content: "›";
  font-size: 24px;
  transition: transform 0.3s ease;
}

.executive-view-button:hover {
  background: #005a9c;
}

.executive-view-button:hover::after {
  transform: translateX(5px);
}

.executive-view-button .button-arrow {
  display: none;
}

/* Contact Section */
.contact-section {
  padding: 100px 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.contact-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}

.contact-title .white-text {
  color: #ffffff;
}

.contact-subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #999;
  letter-spacing: 0.15em;
}

.contact-text {
  font-size: 16px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.contact-button-wrapper {
  text-align: center;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 60px;
  background: transparent;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-button::after {
  content: "›";
  font-size: 24px;
  transition: transform 0.3s ease;
}

.contact-button:hover {
  background: transparent;
}

.contact-button:hover::after {
  transform: translateX(5px);
}

.contact-button .button-arrow {
  display: none;
}

/* プラグインのフッタータブメニューを非表示 */
#MESY_FTMFM_footer-tab-menu-all-wrapper,
#MESY_FTMFM_footer_bar-wrapper,
#MESY_FTMFM_contents-mask {
  display: none !important;
}

/* モバイルフッターの表示設定 */
@media (max-width: 899px) {
  .footer-mobile.delete-pc.delete-tb {
    display: block !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px !important;
    font-weight: normal !important;
  }

  /* PC版フッターを非表示 */
  .footer.delete-mb {
    display: none !important;
  }

  .footer-mobile > div {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .footer-mobile .mt_S {
    margin-bottom: 20px;
  }

  .footer-mobile .footer__navi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 5px;
    grid-auto-flow: dense;
  }

  .footer-mobile .footer__navi li {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }

  .footer-mobile .footer__navi a {
    font-size: 12px !important;
  }

  .footer-mobile .footer__navi .menu-item.footer-category > a {
    padding-left: 20px !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  .footer-mobile .footer__navi .menu-item.footer-category > a::before {
    width: 16px !important;
    height: 16px !important;
  }

  .footer-mobile .footer__navi .menu-item.footer-category > a::after {
    left: 6.5px !important;
    width: 5px !important;
    height: 5px !important;
    border-top: 2px solid #4da8da !important;
    border-right: 2px solid #4da8da !important;
  }

  /* 短いテキスト（10文字以下）は横並び（grid 1列分） */
  .footer-mobile .footer__navi li.short-text {
    grid-column: span 1;
  }

  /* 長いテキスト（11文字以上）は1行全体を使用（grid 2列分） */
  .footer-mobile .footer__navi li.long-text {
    grid-column: span 2;
  }

  /* entry-titleをモバイルで非表示 */
  .entry-title {
    display: none !important;
  }

  /* executive-qa-subtitleを中央寄せ */
  .executive-qa-subtitle {
    text-align: center !important;
  }

  /* ========================================
     モバイル版フォントサイズ統一設定
     ======================================== */

  /* h2 → 32px */
  h2,
  .company-title,
  .promise-title,
  .service-title,
  .news-title,
  .career-services-title,
  .seven-reasons-title,
  .differences-title,
  .ma-support-title,
  .research-about-title,
  .corporate-philosophy-title,
  .team-title,
  .contact-hero-title,
  .career-timeline-title,
  .interview-title,
  .news-detail-title {
    font-size: 32px !important;
  }

  /* pタグ → 14px */
  p,
  .company-content p,
  .promise-content p,
  .career-services-content p,
  .service-explanation-content p,
  .career-hero-description,
  .differences-content p,
  .ma-support-content p,
  .team-intro,
  .research-about-description,
  .research-services-content p,
  .corporate-philosophy-content p,
  .contact-info p,
  .news-description,
  .news-detail-content p,
  .interview-content p {
    font-size: 12px !important;
  }

  /* h3 → 20px */
  h3,
  .reason-title,
  .process-title,
  .service-card-title,
  .case-study-title,
  .news-card-title,
  .team-member-name,
  .contact-subtitle {
    font-size: 18px !important;
  }

  /* サブタイトル → 14px */
  .company-subtitle,
  .promise-subtitle,
  .service-subtitle,
  .executive-hero-subtitle,
  .ma-support-subtitle-secondary,
  .career-hero-subtitle,
  .differences-subtitle,
  .research-about-subtitle,
  .corporate-philosophy-subtitle {
    font-size: 14px !important;
  }

  /* ボタンの文字サイズ → 16px */
  button,
  .contact-button,
  .service-button,
  .view-all-button,
  .career-hero-button,
  .cta-button,
  input[type="submit"],
  input[type="button"],
  .btn,
  .button {
    font-size: 16px !important;
  }

  /* main要素の上部パディングを0に */
  main {
    padding-top: 0 !important;
  }

  /* サービスカードの横幅調整 */
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .service-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .service-section * {
    box-sizing: border-box !important;
  }

  .service-section .wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  .service-grid {
    padding: 0 !important;
    margin: 0 !important;
    gap: 20px !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .service-card {
    padding: 30px 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    position: relative !important;
    background-clip: padding-box !important;
    border: 2px solid transparent !important;
  }

  .service-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 25px !important;
    padding: 2px !important;
    background: linear-gradient(to right, #ff8844, #4da8da) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    pointer-events: none !important;
  }

  .service-card-title {
    font-size: 20px !important;
    min-height: auto !important;
    margin-bottom: 15px !important;
    max-width: 100% !important;
  }

  .service-icon {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 20px !important;
  }

  .service-description {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }

  .service-button {
    width: 100% !important;
    max-width: 280px !important;
    padding: 8px 40px 8px 20px !important;
    font-size: 16px !important;
    position: relative;
  }

  .service-button::after {
    right: 20px !important;
    font-size: 20px !important;
  }

  /* knowledge-buttonsを縦並びに */
  .knowledge-buttons {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }

  /* ヘッダーの横幅調整 */
  .site-header {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
  }

  .header-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
  }

  .header-nav {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .header-nav.active {
    transform: translateX(0) !important;
  }

  .header-nav > * {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .header-menu {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
  }

  .header-menu li,
  .header-menu a {
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
  }
}

/* Language Switcher - Polylang */
.language-switcher {
  display: inline-block;
  margin-left: 20px;
}

.language-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.language-switcher li {
  display: inline-block;
}

.language-switcher a {
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
  border: 2px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
}

.language-switcher a:hover {
  background-color: #4da8da;
  color: #fff;
  border-color: #4da8da;
}

.language-switcher .current-lang a {
  background-color: #4da8da;
  color: #fff;
  border-color: #4da8da;
}

/* Mobile Language Switcher */
@media (max-width: 768px) {
  .language-switcher {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .language-switcher ul {
    justify-content: center;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .language-switcher li {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .language-switcher a {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* モバイル版: Target Individuals & Value Proposition を縦並びに */
@media (max-width: 899px) {
  .target-individuals-content,
  .value-proposition-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* スクロールトップボタンを非表示 */
#scrollUp {
  display: none !important;
}

/* モバイル版の横幅修正 */
@media (max-width: 768px) {
  * {
    box-sizing: border-box !important;
  }

  html {
    overflow-x: hidden !important;
    width: 100% !important;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  section {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wrapper {
    width: 95% !important;
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  /* Swiperスライダーのはみ出し防止 */

  /* メイン要素のはみ出し防止 */
  main {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  /* WordPress管理バーの横幅制限 */
  #wpadminbar {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
}

/* ===========================
   Privacy Policy Section
   =========================== */
.page-contents + .entry-header,
.page-contents ~ .entry-header,
article:has(.page-contents) .entry-header,
article:has(.page-contents) .entry-title {
  display: none !important;
}

.page-contents {
  padding: 100px 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-contents .content-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-contents h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
}

.page-contents h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #EE6300 0%, #209BCB 50%, #004A7C 100%);
}

.page-contents h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid #209BCB;
  line-height: 1.6;
}

.page-contents p {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #cccccc;
  margin-bottom: 20px;
  text-align: left;
}

.page-contents ul.list-disc {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}

.page-contents ul.list-disc li {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #cccccc;
  padding-left: 25px;
  margin-bottom: 12px;
  position: relative;
}

.page-contents ul.list-disc li::before {
  content: '●';
  position: absolute;
  left: 0;
  color: #209BCB;
  font-size: 0.7rem;
  top: 0.4em;
}

/* Mobile adjustments */
@media (max-width: 899px) {
  .page-contents {
    padding: 60px 0;
  }

  .page-contents .content-inner {
    padding: 0 25px;
  }

  .page-contents h2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .page-contents h3 {
    font-size: 1.1rem;
    margin-top: 30px;
    padding-left: 12px;
    border-left-width: 3px;
  }

  .page-contents p {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .page-contents ul.list-disc li {
    font-size: 0.9rem;
    padding-left: 20px;
  }
}

/* ===========================
   Sitemap Page Section
   =========================== */
.sitemap-content-section {
  padding: 100px 0;
  margin: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sitemap-content-inner {
  text-align: center;
}

.sitemap-content-title {
  font-size: 68px;
  font-weight: 700;
  font-style: italic;
  font-family: "Mohave", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.sitemap-content-title .white-text {
  color: #ffffff;
}

.sitemap-content-subtitle {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.sitemap-grid {
  max-width: 1100px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 60px;
  text-align: left;
}

.sitemap-category {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sitemap-category:last-child,
.sitemap-category:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}

.sitemap-category-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.sitemap-category-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sitemap-category-title a:hover {
  color: #209BCB;
}

.sitemap-category-heading {
  color: #ffffff;
}

/* Footer menu heading */
.footer-menu-heading {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.footer-menu-heading-spacer {
  height: 41px;
  margin-bottom: 15px;
}

.sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-item {
  margin-bottom: 3px;
}

.sitemap-link {
  font-size: 0.85rem;
  font-weight: 400;
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.8;
}

.sitemap-link:hover {
  color: #209BCB;
  text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 899px) {
  .sitemap-content-section {
    padding: 60px 0;
  }

  .sitemap-content-title {
    font-size: 48px;
  }

  .sitemap-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 40px 20px 0;
  }

  .sitemap-category {
    padding-bottom: 25px;
  }

  .sitemap-category-title {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .sitemap-link {
    font-size: 0.8rem;
  }
}
