  /* ============ HEADER ============ */
  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px 16px 20px;
    max-width: 1110px;
    margin: 0 auto 0 auto;
  }

  @media (max-width: 768px) {
    .site-header {
      padding: 11px 20px 10px 20px;
    }
  }

  .site-header__logo img {
    height: auto;
    width: 272px;
  }

  .site-header__right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  @media (max-width: 768px) {
    .site-header__right {
      display: none;
    }
  }

  .font-size-ctrl {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: var(--text);
    background: #F0FAFF;
    padding: 4px 10px;
    border-radius: 4px;
  }



  .font-size-ctrl button {
    border: 1px solid var(--gray-mid);
    background: #CCCCCC;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
  }

  .font-size-ctrl button.active {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
  }

  .font-size-ctrl-m {
    padding: 0px 2px;
  }

  .font-size-ctrl-l {
    padding: 0px 12px
  }

  .header-tel {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    text-decoration: none;
  }

  /* ============ NAV ============ */
  .global-nav {
    background: var(--white);
    margin: 0 0 2.2rem 0;
  }

  @media (max-width: 768px) {
    .global-nav {
      display: none;
    }
  }

  .global-nav ul {
    display: flex;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
  }

  .global-nav ul li {
    flex: 1;
    text-align: center;
  }

  .global-nav ul li a {
    display: block;
    padding: 0 8px 0 10px;
    font-size: clamp(10px, 1.6vw, 16px) !important;
    color: var(--text);
    border-right: 1px solid var(--gray-mid);
    text-decoration: none;
    transition: all 300ms 0s ease;
  }

  .global-nav ul li:last-child a {
    border-right: none;
  }

  .global-nav ul li a .nav-en {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: clamp(6px, 1vw, 10px) !important;
    color: #CCCCCC;
    letter-spacing: 0.08em;
  }

  .global-nav ul li a:hover {
    color: var(--blue);
    transition: all 300ms 0s ease;
  }

  .global-nav ul li a:hover .nav-en {
    color: var(--blue);
    opacity: 0.6;
    transition: all 300ms 0s ease;
  }


  .global-nav-sp {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--white);
    position: fixed;
    z-index: 99999;
    width: 100%;
    bottom: 0px;
  }


  @media (max-width: 768px) {
    .global-nav-sp {
      display: flex;
    }
  }

  .nav-access {
    flex: 1.5;
  }

  .nav-tel {
    flex: 2;
  }

  .nav-access a,
  .nav-tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 8px;
    background: var(--blue);
    color: var(--white);
    border-radius: 8px;
    font-size: clamp(10px, 2vw, 16px);
    font-weight: bold;
    transition: opacity 0.2s;
    text-decoration: none;
  }

  .nav-access a:hover,
  .nav-tel a:hover {
    opacity: 0.85;
    transition: all 300ms 0s ease;
  }

  .nav-access img,
  .nav-tel img {
    flex-shrink: 0;
    filter: brightness(0) invert(1);
  }

  /* ============ ハンバーガーボタン ============ */
  .nav-menu-btn {
    flex-shrink: 0;
    margin: 0 13px 0 0;
  }

  .nav-menu-btn .drawer-hamburger {
    position: static;
    top: auto;
    right: auto;
    transform: none !important;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 2px solid var(--blue) !important;
    border-radius: 50% !important;
    background: var(--white) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    z-index: auto;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }

  .nav-menu-btn .drawer-hamburger:hover {
    background: var(--blue) !important;
    transition: all 300ms 0s ease;
  }

  /* 三本線 */
  .nav-menu-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .nav-menu-lines span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--blue);
    border-radius: 2px;
    transition: background 0.2s, transform 0.4s, opacity 0.4s;
  }

  .nav-menu-btn .drawer-hamburger:hover .nav-menu-lines span {
    background: var(--white);
    transition: all 300ms 0s ease;
  }

  /* MENU テキスト */
  .nav-menu-text {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: var(--blue);
    line-height: 1;
    transition: color 0.2s;
  }

  .nav-menu-btn .drawer-hamburger:hover .nav-menu-text {
    color: var(--white);
    transition: all 300ms 0s ease;
  }

  /* ============ drawer-open 時 ============ */

  /* ボタンが画面外に飛ぶのを無効化 */
  .drawer-right.drawer-open .nav-menu-btn .drawer-hamburger {
    transform: none !important;
  }

  /* 三本線 → × アニメーション */
  .drawer-open .nav-menu-lines span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .drawer-open .nav-menu-lines span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .drawer-open .nav-menu-lines span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }


  /* ============ GROUP ============ */
  .group-section {
    margin: 0 auto 103px auto;
    content: "";
    display: block;
    clear: both;
    width: 1300px;
    max-width: 100%;
  }


  @media (max-width: 768px) {
    .group-section {
      background: #F0FAFF;
      margin: 0 0 62px 0;
      padding: 36px 0 43px 0;
    }
  }

  .group-section .section-title {
    margin-bottom: 16px;
  }

  .group-links ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .group-links li a {
    display: block;
    transition: opacity 0.2s;
  }

  .group-links li a:hover {
    opacity: 0.8;
    transition: all 300ms 0s ease;
  }

  .group-links li img {
    display: block;
    height: 52px;
    width: auto;
  }

  /* ============ FOOTER NAV ============ */
  .footer-nav {
    display: flex;
    gap: 24px;
    padding: 12px 16px;
    font-size: 13px;
    max-width: 1130px;
    margin: 0 auto 0 auto;
    content: "";
    clear: both;
  }


  @media (max-width: 768px) {
    .footer-nav {
      padding: 24px 16px 14px 85px;
    }
  }

  .footer-nav a {
    color: var(--gray-text);
    white-space: nowrap;
    text-decoration: none;
  }

  .footer-nav a:hover {
    opacity: 0.7;
    transition: all 300ms 0s ease;
    text-decoration: none;
  }

  /* ============ FOOTER ============ */
  .footer {
    border-top: 1px solid var(--gray-mid);
    padding: 24px 16px;
    max-width: 1130px;
    margin: 0 auto 0 auto;
    content: "";
    display: block;
    clear: both;
  }


  @media (max-width: 768px) {
    .footer {
      padding: 24px 16px 82px 49px;
    }
  }

  .footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 24px;
  }

  @media (max-width: 768px) {
    .footer_logo {
      width: 100%;
    }
  }

  .footer_logo a {
    display: block;
  }

  .footer_logo img {
    height: 48px;
    width: auto;
  }

  .access {
    font-size: 12px;
    line-height: 1.8;
    color: #6C6C6C;
  }

  @media (max-width: 768px) {
    .access {
      width: 100%;
      padding: 0 0 0 43px;
    }
  }

  .access .address,
  .access .tel,
  .access .fax {
    margin: 0;
  }

  @media (max-width: 768px) {
    .access .tel {
      display: none;
    }
  }

  .copyright {
    font-size: 10px;
    color: #cccccc;
    font-style: normal;
    max-width: 960px;
    margin: 22px auto 0 auto;
    text-align: center;
  }


  .section-title {
    text-align: center;
    margin: 0 0 0.7rem 0;
  }

  .section-title-info {
    margin: 0 0 1.7rem 0;
  }

  @media screen and (max-width: 768px) {
    .section-title {
      margin: 0;
    }

    .section-title-info {
      margin: 0 0 15px 0;
    }
  }



  .section-title .en {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 15px;
    color: #ccc;
  }

  .section-title .ja {
    display: block;
    font-size: 23px;
    color: var(--blue);
    font-weight: bold;
  }