    :root {
      --font-heading: 'Montserrat', sans-serif;
      --font-body: 'Roboto', 'Noto Sans JP', sans-serif;
      --color-bg: #ffffff;
      --color-panel: #ffffff;
      --color-border: #cccccc;
      --color-border-hover: #999999;
      --color-text: #000000;
      /* 余白の統一 */
      --space-sm: 1rem;
      /* 段落間・要素内 */
      --space-md: 1.5rem;
      /* テーブル下など */
      --space-lg: 2.5rem;
      /* ブロック間（区切り線の下〜次の見出し/本文） */
      --space-head-line: 1.25rem;
      /* 見出しと区切り線の間 */
      --space-en-ja: 0.5rem;
      /* 英字見出しと和文見出しの間 */
      --space-section: 4.5rem;
      /* セクション先頭 */
    }

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

    html {
      height: 100%;
      scroll-behavior: smooth;
    }

    body {
      height: 100%;
    }

    body {
      font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
      color: #fff;
      background: #000;
      line-height: 1.8;
      overflow-x: hidden;
      padding-top: 70px;
    }

    .wrap {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 2rem;
    }

    /* SECTION BASE */
    .section {
      padding: 6rem 0;
      border-bottom: 1px solid #333;
    }

    .section:last-child {
      border-bottom: none;
    }

    .section-label {
      font-size: 0.7rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }

    .section-title {
      font-size: 1.9rem;
      font-weight: 800;
      letter-spacing: 0.03em;
      margin-bottom: 3.5rem;
    }

    /* GREETING */
    .greeting-title {
      font-size: 2.4rem;
      font-weight: 800;
      line-height: 1.3;
      margin-bottom: 2.5rem;
      letter-spacing: 0.02em;
    }

    .greeting-body {
      font-size: 1rem;
      color: #ccc;
      max-width: 660px;
      line-height: 2.1;
    }

    .greeting-body p+p {
      margin-top: 1.2rem;
    }

    /* COMPANY PROFILE */
    .profile-table {
      width: 100%;
      border-collapse: collapse;
    }

    .profile-table tr {
      border-bottom: 1px solid #333;
    }

    .profile-table tr:first-child {
      border-top: 1px solid #333;
    }

    .profile-table th {
      text-align: left;
      padding: 1.5rem 1rem 1.5rem 0;
      font-size: 0.75rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-weight: 600;
      width: 200px;
      vertical-align: top;
    }

    .profile-table td {
      padding: 1.5rem 0;
      font-size: 0.96rem;
      color: #ddd;
      line-height: 1.9;
    }

    /* BUSINESS */
    .business-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border-top: 1px solid #333;
    }

    .business-item {
      padding: 2.8rem 2.5rem 2.8rem 0;
      border-bottom: 1px solid #333;
    }

    .business-item:nth-child(even) {
      padding-left: 2.5rem;
      padding-right: 0;
      border-left: 1px solid #333;
    }

    .business-item:nth-last-child(-n+2) {
      border-bottom: none;
    }

    .business-num {
      font-size: 0.68rem;
      letter-spacing: 0.18em;
      margin-bottom: 1rem;
    }

    .business-item h3 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 0.9rem;
      letter-spacing: 0.02em;
      color: #fff;
    }

    .business-item p {
      font-size: 0.88rem;
      line-height: 1.95;
    }

    /* GOVERNANCE */
    .governance-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border-top: 1px solid #333;
      margin-bottom: 3rem;
    }

    .governance-item {
      padding: 2.5rem 2rem 2.5rem 0;
      border-right: 1px solid #333;
    }

    .governance-item:last-child {
      border-right: none;
      padding-left: 2rem;
      padding-right: 0;
    }

    .governance-item:nth-child(2) {
      padding-left: 2rem;
    }

    .governance-num {
      font-size: 0.68rem;
      letter-spacing: 0.18em;
      color: #444;
      margin-bottom: 1rem;
    }

    .governance-item h3 {
      font-size: 1.15rem;
      font-weight: 800;
      margin-bottom: 0.8rem;
      color: #fff;
    }

    .governance-item p {
      font-size: 0.86rem;
      line-height: 1.9;
    }

    .governance-desc {
      font-size: 0.92rem;
      color: #aaa;
      line-height: 2.1;
      max-width: 700px;
      padding-top: 2.5rem;
      border-top: 1px solid #333;
    }

    .governance-body {
      font-size: 1rem;
      color: #ccc;
      max-width: 720px;
      line-height: 2.1;
    }

    .governance-body p + p {
      margin-top: 1.2rem;
    }

    /* PC時のみ改行（SPでは非表示にして自然折返し） */
    @media (max-width: 768px) {
      .pc-br {
        display: none;
      }
    }

    /* CONTACT */

    .contact-email {
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      border-bottom: 2px solid #fff;
      padding-bottom: 0.2rem;
      transition: opacity 0.2s;
    }

    .contact-email:hover {
      opacity: 0.35;
    }

    .contact-note {
      margin-top: 1.4rem;
      font-size: 0.78rem;
      color: #444;
    }

    /* FOOTER */
    footer {
      border-top: 1px solid #333;
      padding: 2.5rem 2rem 2rem;
      font-size: 0.76rem;
      letter-spacing: 0.06em;
    }

    .footer-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1.2rem;
    }

    .footer-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 1.6rem;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-nav a {
      color: #aaa;
      text-decoration: none;
      font-size: 0.78rem;
      letter-spacing: 0.08em;
      transition: color 0.2s;
    }

    .footer-nav a:hover {
      color: #fff;
    }

    .footer-copyright {
      color: #666;
      font-size: 0.72rem;
      letter-spacing: 0.1em;
    }

    @media (max-width: 640px) {
      .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    }

    @media (max-width: 768px) {
      .greeting-title {
        font-size: 1.7rem;
      }

      .section-title {
        font-size: 1.5rem;
      }

      .business-grid {
        grid-template-columns: 1fr;
      }

      .business-item:nth-child(even) {
        padding-left: 0;
        border-left: none;
      }

      .business-item:nth-last-child(-n+2) {
        border-bottom: 1px solid #333;
      }

      .business-item:last-child {
        border-bottom: none;
      }

      .governance-grid {
        grid-template-columns: 1fr;
      }

      .governance-item {
        border-right: none;
        border-bottom: 1px solid #333;
        padding: 2rem 0 !important;
      }

      .governance-item:last-child {
        border-bottom: none;
      }

      .profile-table th {
        width: 120px;
      }
    }

    /* MAIN VISUAL（動画のみ・ループ再生） */
    .main-visual {
      position: relative;
      width: 100%;
      height: 67.2vw;
      /* 56vw × 1.2 */
      max-height: 84vh;
      /* 70vh × 1.2 */
      min-height: 336px;
      /* 280px × 1.2 */
      overflow: hidden;
      background: #000;
    }

    .main-visual__video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 0.35s ease;
      will-change: opacity;
    }

    .main-visual__video.is-active {
      opacity: 1;
    }

    /* メインビジュアル直下：黒グラデーション（フルワイド・重ねて表示） */
    .main-visual-gradient {
      width: 100%;
      height: 14rem;
      margin-top: -14rem;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
      pointer-events: none;
      position: relative;
      z-index: 2;
    }

    .main-visual__catch {
      position: absolute;
      left: 2.5rem;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      margin: 0;
      font-size: clamp(1.5rem, 3.5vw, 2.8rem);
      font-weight: 700;
      letter-spacing: 0.06em;
      line-height: 1.5;
      color: #fff;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    }

    /* SP・タブレット：キャッチャー右端よせ・「新たなものがたりが、」で改行 */
    @media (max-width: 1024px) {
      .main-visual__catch .catch-br {
        display: block;
      }
    }

    /* 960px以上：メインビジュアル（動画）をセンター配置 */
    @media (min-width: 960px) {
      .main-visual__video {
        object-position: center center;
      }
    }

    @media (min-width: 1025px) {
      .main-visual__catch .catch-br {
        display: none;
      }
    }

    /* 959px以下：動画を右端スタートで表示 */
    @media (max-width: 959px) {
      .main-visual__video {
        object-position: right center;
      }
    }

    /* ===== ヘッダー（黒背景・白文字・ロゴは黒で目立たせる） ===== */
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 5;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #ffffff;
      color: #000000;
    }

    .header.is-scrolled {
      background: rgba(255, 255, 255, 0.98);
      backdrop-filter: blur(12px);
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    }

    .header-inner {
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .header .logo {
      flex: none;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: bold;
      font-size: 18px;
      letter-spacing: 0.02em;
      color: #000000;
      text-decoration: none;
    }

    .header-logo-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      flex-shrink: 0;
      animation: logo-spin 10s linear infinite;
      background: #ffffff;
      border-radius: 50%;
      padding: 2px;
    }

    .header-logo-icon svg,
    .header-logo-icon img {
      width: 100%;
      height: 100%;
      display: block;
    }

    /* ロゴはSVGのインライン指定・currentColorをそのまま使用（元の色） */
    @keyframes logo-spin {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }

    .header .nav {
      display: flex;
      flex-direction: row;
      gap: 24px;
      align-items: center;
    }

    /* PC ヘッダーナビ（768px以上で表示） */
    .header-pc-nav {
      display: none;
    }

    .header-right {
      display: flex;
      align-items: center;
      gap: 2rem;
    }

    .header-sns {
      display: none;
      align-items: center;
      gap: 1rem;
    }

    .header-sns a {
      color: #000;
      font-size: 1.05rem;
      line-height: 1;
      transition: opacity 0.2s;
    }

    .header-sns a:hover {
      opacity: 0.5;
    }

    @media (min-width: 768px) {
      .header-pc-nav {
        display: flex;
        align-items: center;
        gap: 2rem;
      }

      .header-pc-nav a {
        color: #000;
        text-decoration: none;
        font-size: 0.85rem;
        font-weight: 500;
        letter-spacing: 0.08em;
        transition: opacity 0.2s;
      }

      .header-pc-nav a:hover {
        opacity: 0.5;
      }

      .header-sns {
        display: flex;
      }

      /* PC では SP メニュー一式を非表示 */
      .spNav,
      .site-header__circle-bg,
      .navsp {
        display: none !important;
      }
    }

    /* SP ハンバーガー内 SNS */
    .site-header__nav-sns {
      display: flex;
      gap: 1.4rem;
      margin: 2.5rem 0 0;
      padding-left: 4px;
    }

    .site-header__nav-sns a {
      color: #fff;
      font-size: 1.4rem;
      line-height: 1;
      transition: opacity 0.2s;
    }

    .site-header__nav-sns a:hover {
      opacity: 0.7;
    }

    /* フッター SNS */
    .footer-sns {
      display: flex;
      align-items: center;
      gap: 1.2rem;
    }

    .footer-sns a {
      color: #aaa;
      font-size: 1.05rem;
      line-height: 1;
      transition: color 0.2s;
    }

    .footer-sns a:hover {
      color: #fff;
    }

    /* ===== ハンバーガーボタン（全幅常時表示・参考: code - コピー） ===== */
    .spNav {
      position: fixed;
      z-index: 200;
      top: 10px;
      right: 20px;
      left: auto;
      width: 50px;
      height: 50px;
      cursor: pointer;
    }

    .spNav .spNav-line {
      position: absolute;
      height: 4px;
      right: 0;
      border-radius: 10px;
      background-color: #000;
      transform-origin: center center;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .spNav .spNav-line:first-child {
      top: 16px;
      width: 30px;
    }

    .spNav .spNav-line:last-child {
      top: 30px;
      width: 20px;
    }

    .spNav.act .spNav-line:first-child {
      width: 35%;
      top: 50%;
      transform: rotate(45deg);
      background-color: #fff;
    }

    .spNav.act .spNav-line:last-child {
      width: 35%;
      top: 50%;
      transform: rotate(-45deg);
      background-color: #fff;
    }

    /* 丸背景（メニュー展開時） */
    .site-header__circle-bg {
      position: fixed;
      z-index: 99;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      top: -150px;
      right: -150px;
      left: auto;
      background-color: rgba(0, 0, 0, 0.95);
      transition: transform 0.6s ease-in-out;
      pointer-events: none;
    }

    .site-header__circle-bg.act {
      transform: scale(50);
    }

    /* フルスクリーンスライドメニュー */
    .navsp {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0;
    }

    .navsp.act {
      z-index: 101;
      width: 100%;
      height: 100%;
      opacity: 1;
    }

    .site-header__nav-list {
      position: relative;
      z-index: -1;
      top: 0;
      left: 0;
      /* overflow: hidden;
      overflow-y: auto; */
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 20% 5% 1rem;
      opacity: 0;
      transition: opacity 0.5s ease-in-out 0s;
      -webkit-overflow-scrolling: touch;
      display: flex;
      flex-direction: column;
    }

    .site-header__nav-list.act {
      z-index: 100;
      background-color: #000;
      opacity: 1;
    }

    .site-header__nav-title {
      font-size: 1.1rem;
      font-weight: 400;
      color: #fff;
      letter-spacing: 0.05em;
      margin: 0 0 6%;
      padding: 0;
    }

    .site-header__nav-contact {
      background: rgba(255, 255, 255, 0.1);
      margin-bottom: 8%;
      border-radius: 4px;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .site-header__nav-contact a {
      display: block;
      padding: 12px 20px;
      text-align: center;
      text-decoration: none;
      color: #fff;
    }

    .site-header__nav-contact-en {
      display: block;
      font-size: 1.25rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      margin-bottom: 0.25em;
    }

    .site-header__nav-contact-jp {
      display: block;
      font-size: 0.95rem;
      font-weight: 500;
    }

    .site-header__nav-list-menu {
      list-style: none;
      margin: 0 0 4%;
      padding: 0 0 0 4px;
    }

    .site-header__nav-list-menu li {
      margin: 0 0 3%;
      padding-left: 1.4em;
      position: relative;
      font-size: 1rem;
      font-weight: 500;
    }

    .site-header__nav-list-menu li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.65em;
      width: 0.6em;
      height: 1px;
      background: #fff;
    }

    .site-header__nav-list-menu a {
      color: #fff;
      text-decoration: none;
    }

    .site-header__nav-list-menu a:hover {
      opacity: 0.85;
    }

    body.act, html.act {
      overflow: hidden;
    }

    /* ===== お問い合わせフォーム（ダークテーマ） ===== */
    .contact-form-msg {
      padding: 12px 16px;
      margin-bottom: 1.5rem;
      border-radius: 6px;
      font-size: 14px;
      line-height: 1.5;
    }

    .contact-form-msg.is-success {
      background: rgba(0, 128, 0, 0.2);
      color: #8f8;
      border: 1px solid rgba(0, 255, 0, 0.3);
    }

    .contact-form-msg.is-error {
      background: rgba(180, 0, 0, 0.2);
      color: #f88;
      border: 1px solid rgba(255, 100, 100, 0.3);
    }

    .contact-form {
      max-width: 560px;
      margin-top: 1rem;
    }

    .contact-form-row {
      margin-bottom: 1.25rem;
    }

    .contact-form-label {
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #ccc;
      margin-bottom: 0.35rem;
    }

    .contact-form-label .required {
      color: #f66;
      font-size: 12px;
      font-weight: 400;
    }

    .contact-form-input,
    .contact-form-select,
    .contact-form-textarea {
      width: 100%;
      padding: 10px 14px;
      font-size: 16px;
      line-height: 1.5;
      color: #fff;
      background: #1a1a1a;
      border: 1px solid #444;
      border-radius: 6px;
      font-family: inherit;
      box-sizing: border-box;
    }

    .contact-form-input::placeholder,
    .contact-form-textarea::placeholder {
      color: #888;
    }

    .contact-form-input:focus,
    .contact-form-select:focus,
    .contact-form-textarea:focus {
      outline: none;
      border-color: #666;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08);
    }

    .contact-form-select option {
      background: #1a1a1a;
      color: #fff;
    }

    .contact-form-textarea {
      resize: vertical;
      min-height: 120px;
    }

    .contact-form-submit {
      margin-top: 1.5rem;
      margin-bottom: 0;
    }

    .contact-form-btn {
      display: inline-block;
      padding: 12px 32px;
      font-size: 16px;
      font-weight: 700;
      color: #000;
      background: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-family: inherit;
      transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    }

    .contact-form-btn:hover {
      opacity: 0.9;
    }

    .contact-form-btn:active {
      transform: scale(0.98);
    }

    @media (max-width: 768px) {

      .contact-form-input,
      .contact-form-select,
      .contact-form-textarea {
        font-size: 16px;
      }
    }

    /* 確認画面・完了画面 */
    .sendmail-page {
      min-height: calc(100vh - 70px - 60px);
      display: flex;
      align-items: flex-start;
    }

    .confirm-table {
      width: 100%;
      max-width: 560px;
      margin-top: 1.5rem;
      border-collapse: collapse;
    }

    .confirm-table th,
    .confirm-table td {
      padding: 12px 16px;
      border-bottom: 1px solid #333;
      text-align: left;
      vertical-align: top;
      font-size: 14px;
    }

    .confirm-table th {
      width: 160px;
      color: #aaa;
      font-weight: 700;
      white-space: nowrap;
    }

    .confirm-table td {
      color: #fff;
    }

    .confirm-message {
      white-space: pre-wrap;
      word-break: break-word;
    }

    .confirm-actions {
      margin-top: 2rem;
      max-width: 560px;
    }

    .confirm-btn-group {
      display: flex;
      gap: 1rem;
      justify-content: center;
    }

    .contact-form-btn.is-back {
      background: transparent;
      color: #fff;
      border: 1px solid #666;
    }

    .contact-form-btn.is-back:hover {
      border-color: #999;
    }

    .complete-box {
      max-width: 560px;
      text-align: center;
      margin-top: 1rem;
    }

    .complete-box p {
      margin-bottom: 1rem;
      line-height: 1.8;
    }

    .complete-message {
      font-size: 18px;
      font-weight: 700;
    }

    .error-message {
      font-size: 18px;
      font-weight: 700;
      color: #f88;
    }

    .complete-btn-wrap {
      margin-top: 2rem;
    }

    .complete-btn-wrap .contact-form-btn {
      text-decoration: none;
      display: inline-block;
    }

    @media (max-width: 768px) {
      .confirm-table th {
        display: block;
        width: 100%;
        padding-bottom: 4px;
        border-bottom: none;
      }
      .confirm-table td {
        display: block;
        padding-top: 0;
      }
    }

    /* reCAPTCHA バッジを非表示 */
    .grecaptcha-badge {
      visibility: hidden !important;
    }

    /* ===== SUB PAGE HERO ===== */
    .subpage-hero {
      position: relative;
      padding: 5rem 2rem 4rem;
      border-bottom: 1px solid #333;
      background: #000;
    }

    .subpage-hero__inner {
      max-width: 1100px;
      margin: 0 auto;
    }

    .subpage-hero__label {
      font-size: 0.7rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #aaa;
      margin-bottom: 0.6rem;
    }

    .subpage-hero__title {
      font-size: clamp(1.8rem, 5vw, 2.8rem);
      font-weight: 800;
      letter-spacing: 0.04em;
      margin-bottom: 1.2rem;
      line-height: 1.3;
    }

    .subpage-hero__desc {
      font-size: 0.95rem;
      color: #bbb;
      line-height: 1.95;
      max-width: 720px;
    }

    @media (max-width: 768px) {
      .subpage-hero {
        padding: 4rem 1.5rem 3rem;
      }
    }

    /* ===== READ MORE LINK ===== */
    .section-link-wrap {
      margin-top: 2.5rem;
    }

    .section-link {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      padding: 0.8rem 1.6rem;
      font-size: 0.85rem;
      letter-spacing: 0.08em;
      color: #fff;
      text-decoration: none;
      border: 1px solid #555;
      border-radius: 4px;
      transition: background 0.2s, border-color 0.2s;
    }

    .section-link:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: #888;
    }

    .section-link__arrow {
      display: inline-block;
      transition: transform 0.2s;
    }

    .section-link:hover .section-link__arrow {
      transform: translateX(4px);
    }

    /* ===== MESSAGE BLOCK (代表挨拶) ===== */
    .message-block {
      display: grid;
      grid-template-columns: minmax(200px, 280px) 1fr;
      gap: 3rem;
      align-items: start;
    }

    .message-block__photo {
      width: 100%;
      aspect-ratio: 3 / 4;
      background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .message-block__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .message-block__photo-initial {
      font-family: var(--font-heading), 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 300;
      color: #555;
      letter-spacing: 0.08em;
    }

    .message-block__body p {
      font-size: 0.95rem;
      color: #ccc;
      line-height: 2;
    }

    .message-block__body p + p {
      margin-top: 1.2rem;
    }

    .message-block__sign {
      margin-bottom: 1rem;
    }

    .message-block__name-en {
      display: block;
      font-size: 0.78rem;
      letter-spacing: 0.16em;
      color: #888;
    }

    .message-block__name-ja {
      display: block;
      font-size: 1.5rem;
      font-weight: 700;
      margin-top: 0.4rem;
      color: #fff;
    }

    @media (max-width: 768px) {
      .message-block {
        grid-template-columns: 1fr;
        gap: 2rem;
      }
      .message-block__photo {
        max-width: 240px;
        margin: 0 auto;
      }
    }

    /* ===== MEMBER GRID ===== */
    .member-group {
      margin-bottom: 4rem;
    }

    .member-group:last-child {
      margin-bottom: 0;
    }

    .member-group__title {
      font-size: 1.1rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      margin-bottom: 1.6rem;
      color: #fff;
    }

    .member-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 2.5rem 1.5rem;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .member-card {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      font-family: inherit;
      text-align: left;
      color: #fff;
      transition: opacity 0.2s;
    }

    .member-card:hover {
      opacity: 0.78;
    }

    .member-card__photo {
      position: relative;
      width: 100%;
      aspect-ratio: 3 / 4;
      background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .member-card__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .member-card__photo-initial {
      font-family: var(--font-heading), 'Montserrat', sans-serif;
      font-size: 2.8rem;
      font-weight: 300;
      color: #555;
      letter-spacing: 0.06em;
    }

    .member-card__name {
      margin-top: 1rem;
    }

    .member-card__name-en {
      display: block;
      font-size: 0.74rem;
      letter-spacing: 0.1em;
      color: #999;
    }

    .member-card__name-ja {
      display: block;
      margin-top: 0.3rem;
      font-size: 1rem;
      font-weight: 700;
      color: #fff;
    }

    /* SP: スタッフカードを代表挨拶の写真サイズ（240px）に合わせて中央寄せ */
    @media (max-width: 768px) {
      .member-grid {
        grid-template-columns: 1fr;
      }
      .member-card {
        display: block;
        width: 100%;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
      }
    }

    /* ===== MEMBER MODAL ===== */
    .member-modal {
      position: fixed;
      inset: 0;
      z-index: 300;
      background: rgba(0, 0, 0, 0.85);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
    }

    .member-modal.is-visible {
      opacity: 1;
      pointer-events: auto;
    }

    .member-modal__content {
      position: relative;
      width: 100%;
      max-width: 880px;
      max-height: 90vh;
      overflow-y: auto;
      background: #111;
      border: 1px solid #333;
      border-radius: 8px;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    @media (min-width: 768px) {
      .member-modal__content {
        flex-direction: row;
        padding: 3rem;
        gap: 2.5rem;
      }
    }

    .member-modal__close {
      position: absolute;
      top: 0.8rem;
      right: 0.8rem;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      border: none;
      background: #2a2a2a;
      color: #fff;
      font-size: 1.4rem;
      line-height: 1;
      cursor: pointer;
      z-index: 1;
    }

    .member-modal__close:hover {
      background: #3a3a3a;
    }

    .member-modal__img {
      flex: none;
      width: 100%;
      max-width: 280px;
      margin: 0 auto;
    }

    @media (min-width: 768px) {
      .member-modal__img {
        margin: 0;
      }
    }

    .member-modal__img-inner {
      width: 100%;
      aspect-ratio: 3 / 4;
      background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .member-modal__img-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .member-modal__img-initial {
      font-family: var(--font-heading), 'Montserrat', sans-serif;
      font-size: 3.4rem;
      font-weight: 300;
      color: #555;
      letter-spacing: 0.06em;
    }

    .member-modal__info {
      flex: 1;
      min-width: 0;
    }

    .member-modal__role {
      font-size: 0.78rem;
      letter-spacing: 0.14em;
      color: #aaa;
      margin-bottom: 0.6rem;
    }

    .member-modal__name-en {
      font-size: 1.4rem;
      letter-spacing: 0.06em;
      color: #fff;
      line-height: 1.3;
    }

    .member-modal__name-ja {
      font-size: 1rem;
      font-weight: 700;
      margin-top: 0.3rem;
      margin-bottom: 1.5rem;
      color: #fff;
    }

    .member-modal__desc {
      font-size: 0.9rem;
      line-height: 1.95;
      color: #ccc;
      white-space: pre-line;
    }

    .member-modal__desc .career-label {
      display: block;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.16em;
      color: #888;
      margin-bottom: 0.6rem;
    }

    body.modal-open,
    html.modal-open {
      overflow: hidden;
    }

    /* ===== PRIVACY POLICY ===== */
    .privacy-body {
      max-width: 800px;
      font-size: 0.93rem;
      color: #ccc;
      line-height: 2;
    }

    .privacy-body h2 {
      font-size: 1.1rem;
      font-weight: 800;
      margin-top: 2.5rem;
      margin-bottom: 0.8rem;
      color: #fff;
      letter-spacing: 0.04em;
    }

    .privacy-body h2:first-child {
      margin-top: 0;
    }

    .privacy-body p {
      margin-bottom: 1rem;
    }

    .privacy-body ul {
      list-style: disc;
      padding-left: 1.5rem;
      margin-bottom: 1rem;
    }

    .privacy-body ul li {
      margin-bottom: 0.4rem;
    }

    .privacy-body .privacy-meta {
      margin-top: 3rem;
      padding-top: 1.5rem;
      border-top: 1px solid #333;
      font-size: 0.85rem;
      color: #888;
    }

    /* ===== SECTION-TITLE ALT (sub-section heading inside subpage) ===== */
    .sub-section-label {
      font-size: 0.7rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #aaa;
      margin-bottom: 0.6rem;
    }

    .sub-section-title {
      font-size: 1.5rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      margin-bottom: 2rem;
      color: #fff;
    }