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

    :root {
      --red: #E60013;
      --text: #595757;
      --page-width: 1440px;
    }

    body {
      font-family: 'Noto Sans JP', sans-serif;
      background: #fff;
      color: var(--text);
      overflow-x: hidden;
    }

    p { color: #1a1a1a; }

    /* SP専用改行：PCは非表示、SPで表示 */
    br.sp { display: none; }

    /* ── PAGE HEADER (shared) ── */
    .page-header{width:100%;background:#fff;display:flex;align-items:stretch;overflow:hidden;position:relative;}
    .photo-wrap{flex:0 0 55%;position:relative;}
    .photo-inner{width:90%;margin:0 auto;clip-path:inset(0 100% 100% 0);animation:revealTopLeft .9s .1s cubic-bezier(.76,0,.24,1) forwards;}
    @keyframes revealTopLeft{0%{clip-path:inset(0 100% 100% 0);}100%{clip-path:inset(0 0% 0% 0);}}
    .photo-inner img{width:100%;height:auto;display:block;}
    .text-side{flex:1;display:flex;flex-direction:column;justify-content:center;padding:0 60px 0 100px;text-align:left;position:relative;opacity:0;transform:translateX(20px);animation:slideIn .6s .85s cubic-bezier(.22,1,.36,1) forwards;}
    .heading{font-family:'Poppins',sans-serif;font-size:clamp(28px,4.5vw,58px);font-weight:100;color:#1a1a1a;line-height:1.1;}
    .heading .accent{color:var(--red);}
    .sub{font-size:16px;font-weight:300;letter-spacing:.12em;color:#666;}
    .dot{display:none;}
    @keyframes dotPop{to{opacity:1;}}
    @keyframes slideIn{to{opacity:1;transform:translateX(0);}}

    /* ===== SCROLL REVEAL 共通 ===== */
    .reveal-section{
      opacity:0;
      transform:translateY(60px);
      will-change:opacity,transform;
    }
    .reveal-section.is-visible{
      animation:fadeUpSlow 1.6s .1s ease-out forwards;
    }
    @keyframes fadeUpSlow{
      0%{opacity:0;transform:translateY(60px);}
      60%{opacity:1;transform:translateY(12px);}
      100%{opacity:1;transform:translateY(0);}
    }

    /* ─────────────────────────────
       HEADER
    ───────────────────────────── */
    .site-header {
      width: 100%;
      max-width: var(--page-width);
      margin: 0 auto;
      height: 86px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 46px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }

    .logo-icon {
      width: 46px;
      height: auto;
    }

    .logo-wordmark {
      display: flex;
      flex-direction: column;
      line-height: 1.1;
    }

    .logo-wordmark .kuru {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #111;
      letter-spacing: 0.02em;
    }

    .logo-wordmark .inc {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 11px;
      font-weight: 400;
      color: #111;
    }

    .hamburger {
      display: flex;
      flex-direction: column;
      gap: 6px;
      cursor: pointer;
      background: none;
      border: none;
      padding: 4px;
    }

    .hamburger span {
      display: block;
      width: 28px;
      height: 1.5px;
      background: #111;
    }

    /* ─────────────────────────────
       HERO
    ───────────────────────────── */
    .hero {
      position: relative;
      width: 100%;
      max-width: var(--page-width);
      margin: 0 auto;
      height: 560px;
      overflow: hidden;
    }

    /* 左：波型マスクの人物写真 */
    .hero-photo-wrap {
      position: absolute;
      left: -3px;
      top: 0;
      width: 611px;
      height: 560px;
      -webkit-mask-image: url('https://www.figma.com/api/mcp/asset/5c540067-e428-40bb-bcda-a98c81b7506c');
      mask-image: url('https://www.figma.com/api/mcp/asset/5c540067-e428-40bb-bcda-a98c81b7506c');
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: 3px 80px;
      mask-position: 3px 80px;
      -webkit-mask-size: 607.84px 340.44px;
      mask-size: 607.84px 340.44px;
    }

    .hero-photo-wrap img {
      position: absolute;
      width: 99.96%;
      height: 130.65%;
      top: -11.58%;
      left: 0.04%;
      object-fit: cover;
    }

    /* 右：見出し */
    .hero-heading {
      position: absolute;
      left: 821px;
      top: 173px;
    }

    .hero-heading-en {
      font-family: 'Poppins', sans-serif;
      font-weight: 100;
      font-size: 69.884px;
      line-height: 1;
      color: #000;
    }

    .hero-heading-en .red {
      color: var(--red);
    }

    .hero-heading-ja {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-size: 22.712px;
      color: var(--text);
      margin-top: 4px;
    }

    .hero-dot {
      position: absolute;
      left: 1260px;
      top: 287px;
      width: 14px;
      height: 14px;
      background: var(--red);
    }

    /* ─────────────────────────────
       MEMBERS SECTION
    ───────────────────────────── */
    .inner {
      max-width: 1160px;
      margin: 0 auto;
      padding: 0 60px;
    }

    .members-section {
      width: 100%;
      max-width: var(--page-width);
      margin: 0 auto;
      padding-bottom: 100px;
    }

    /* セクション見出し */
    .sec-head {
      margin-bottom: 56px;
    }

    .sec-head h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 100;
      font-size: 50px;
      line-height: 1;
      color: #000;
    }

    .sec-head h2 .r {
      color: var(--red);
    }

    .sec-head .ja {
      font-size: 16px;
      color: #595757;
      margin-top: 6px;
      font-weight: 300;
    }

    /* カードグリッド */
    .member-cards {
      width: 100%;
      max-width: 1026px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: clamp(24px, 4vw, 96px);
    }

    .member-card {
      width: min(278px, 100%);
      flex: 0 1 188px;
      display: flex;
      flex-direction: column;
    }

    /* 人物ポートレート */
    .portrait-wrap {
      position: relative;
      width: 278px;
      height: 299px;
      overflow: hidden;
    }

    /* カード背景フレーム */
    .portrait-frame {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: top;
      z-index: 0;
    }

    /* マスク付き人物写真 */
    .portrait-photo-wrap {
      position: absolute;
      z-index: 1;
    }

    .portrait-photo-wrap img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* 名札デザイン */
    .portrait-nametag {
      position: absolute;
      z-index: 2;
    }

    .portrait-nametag img {
      display: block;
      width: 100%;
      height: 100%;
    }

    /* カード1（左）固有配置 */
    .card-1 .portrait-frame {
      object-position: 6px 23px;
    }

    .card-1 .portrait-nametag {
      left: 10px;
      bottom: 48px;
      width: 179px;
      height: 47px;
    }

    /* カード2（中央）固有配置 */
    .card-2 .portrait-frame {
      object-position: 2px 18px;
    }



    .card-2 .portrait-nametag {
      left: 0;
      bottom: 58px;
      width: 187px;
      height: 84px;
    }

    /* カード3（右）固有配置 */
    .card-3 .portrait-frame {
      object-position: 0px 38px;
    }

    .card-3 .portrait-nametag {
      left: 0;
      bottom: 62px;
      width: 167px;
      height: 49px;
    }

    /* 役職・名前エリア（テキスト） */
    .member-info {
      margin-top: 16px;
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .member-info-role {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      color: var(--text);
    }

    .member-info-name-row {
      display: flex;
      gap: 10px;
      margin-top: 6px;
    }

    .member-info-name {
      margin-top: 0;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: 0.02em;
      color: #111;
    }

    /* 名前横：アウトラインの丸＋矢印（詳細ページへ） */
    .member-detail-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      border: 1px solid #1a1a1a;
      border-radius: 50%;
      background: transparent;
      color: var(--red);
      text-decoration: none;
      transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .member-detail-btn:link,
    .member-detail-btn:visited {
      color: var(--red);
    }

    .member-detail-btn:hover {
      background: #fbfbfb;
      color: rgba(230, 0, 19, 0.65);
      border-color: #e9e9e9;
    }

    .member-detail-btn:focus-visible {
      outline: 2px solid var(--red);
      outline-offset: 2px;
    }

    .member-detail-btn-icon {
      display: block;
    }

    /* カルーセルボタン（PCでは非表示） */
    .carousel-btn {
      display: none;
    }

    /* ─────────────────────────────
       CULTURE SECTION
    ───────────────────────────── */
    .culture-section {
      width: 100%;
      max-width: var(--page-width);
      margin: 0 auto;
      padding: 60px 0 100px;
    }

    .culture-section .sec-head {
      margin-bottom: 24px;
    }

    .culture-desc {
      padding-left: 0;
      padding-right: 0;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: var(--text);
      line-height: 24px;
    }

    .culture-grid {
      margin-top: 38px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 34px;
    }

    .culture-card {
      display: flex;
      flex-direction: column;
    }

    .culture-card-link {
      display: block;
      color: inherit;
      text-decoration: none;
    }

    .culture-card-link:hover .culture-card-title {
      text-decoration: underline;
      text-underline-offset: 0.15em;
    }

    .culture-card-link:focus-visible {
      outline: 2px solid var(--red);
      outline-offset: 4px;
    }

    .culture-thumb {
      width: 100%;
      aspect-ratio: 504 / 270;
      background: #d9d9d9;
      overflow: hidden;
    }

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

    .culture-card-title {
      margin-top: 18px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.6;
      color: #4f4f4f;
      letter-spacing: 0.01em;
      word-break: break-word;
    }

    .culture-tag {
      display: inline-block;
      margin-right: 8px;
      padding: 0px 10px;
      border: none;
      border-radius: 2px;
      background: #ababab;
      color: #ffffff;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.6;
      vertical-align: baseline;
      margin-bottom: 6px;
    }

    /* ─────────────────────────────
       MOBILE
    ───────────────────────────── */
    @media (max-width: 768px) {
      br.sp { display: inline; }
      .site-header {
        padding: 0 20px;
        height: 70px;
      }

      .hero {
        max-width: 100%;
        height: auto;
        overflow: visible;
      }

      .hero-heading {
        position: relative;
        left: auto;
        top: auto;
        padding: 28px 20px 0;
      }

      .hero-heading-en {
        font-size: 56px;
        letter-spacing: 0.01em;
      }

      .hero-heading-ja {
        font-size: 18px;
        margin-top: 10px;
      }

      .hero-dot {
        position: absolute;
        left: auto;
        right: 20px;
        top: 78px;
        width: 14px;
        height: 14px;
      }

      .hero-photo-wrap {
        position: relative;
        left: auto;
        top: auto;
        width: calc(100% - 20px);
        height: 360px;
        margin: 24px 0 0 20px;
        overflow: hidden;
        -webkit-mask-image: none;
        mask-image: none;
        border-top-left-radius: 6px;
        border-top-right-radius: 240px 170px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
      }

      .hero-photo-wrap img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .members-section {
        max-width: 100%;
        padding: 40px 0;
      }

      .culture-section {
        max-width: 100%;
        padding: 40px 0px;
      }

      .culture-desc {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        line-height: 1.8;
      }

      .culture-grid {
        margin-top: 24px;
        grid-template-columns: 1fr;
        gap: 26px;
      }

      .culture-card-title {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.8;
      }

      .culture-tag {
        font-size: 12px;
      }

      .inner {
        padding: 0 32px;
      }

      .sec-head {
        margin-bottom: 14px;
      }

      .sec-head h2 {
        font-size: 40px;
      }

      .sec-head .ja {
        font-size: 13px;
      }

      .member-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        max-width: none;
        margin: 0;
        padding: 0;
      }

      .member-card {
        width: 100%;
        max-width: 380px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
      }

      /* 2人目だけ左右反転（スクショの構成） */
      .member-card:nth-child(even) {
        flex-direction: row-reverse;
      }

      .carousel-btn {
        display: none !important;
      }

      .portrait-wrap {
        width: 52%;
        max-width: 210px;
        height: auto;
        aspect-ratio: 278 / 299;
        flex: 0 0 auto;
      }

      .member-info {
        margin-top: 0;
        flex: 1;
        min-width: 0;
      }

      .member-info-role {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 3px;
      }

      .member-info-name-row {
        margin-top: 4px;
        gap: 8px;
      }

      .member-info-name {
        font-size: 16px;
        margin-top: 0px;
      }

      .member-detail-btn {
        width: 24px;
        height: 24px;
      }

      .member-detail-btn-icon {
        width: 9px;
        height: 9px;
      }

      .portrait-photo-wrap,
      .portrait-nametag {
        transform-origin: left top;
      }
    }

    /* PC: h2 font-size unified across pages */
    @media (min-width: 769px) {
      h2 { font-size: 50px; }
    }

    /* Mobile: h1 font-size unified across pages */
    @media (max-width: 768px) {
      .sub { font-size: 13px; margin-top: 5px; }
      h1 { font-size: 40px !important; }
    }

    @media(max-width:600px){
      .page-header{flex-direction:column-reverse;}
      .photo-wrap{flex:none;width:100%;}
      .photo-inner{width:100%;animation:revealTopLeft .9s .2s cubic-bezier(.76,0,.24,1) forwards;}
      .text-side{padding:28px 24px;text-align:left;transform:translateY(16px);animation:slideInY .6s .55s cubic-bezier(.22,1,.36,1) forwards;}
      @keyframes slideInY{to{opacity:1;transform:translateY(0);}}
      .dot{bottom:20px;right:20px;}
      .heading{font-size:32px;}
      .sec-head h2{font-size:40px;}
      .inner{padding:0 20px;}

      .culture-card-title {
        font-size: 13px;
      }

    }

    @media (max-width: 768px) {
      .photo-inner img { width: 90%; }
    }
  