    :root {
      --yellow: #F6CA4A;
      --yellow-mid: #FAD96A;
      --yellow-light: #FEFCE6;
      --yellow-dark: #E8B830;
      --blue: #4A78F6;
      --blue-light: #6DC4F9;
      --blue-pale: #EEF3FF;
      --blue-dark: #2D5CD4;
      --green: #27a85f;
      --green-light: #eaf7f0;
      --text: #1A1A1A;
      --text-sub: #555555;
      --text-muted: #999999;
      --white: #FFFFFF;
      --border: #EDE8D6;
      --r-sm: 6px;
      --r-md: 12px;
      --r-lg: 20px;
      --r-xl: 32px;
      --sh-sm: 0 2px 12px rgba(74, 120, 246, .10);
      --sh-md: 0 6px 28px rgba(74, 120, 246, .13);
      --sh-y: 0 4px 20px rgba(246, 202, 74, .45);
      --content-w: 1180px;
    }

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

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Hiragino Sans W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .fi {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .6s ease, transform .6s ease;
    }

    .fi.on {
      opacity: 1;
      transform: none;
    }

    .fi-d1 {
      transition-delay: .1s
    }

    .fi-d2 {
      transition-delay: .2s
    }

    .fi-d3 {
      transition-delay: .3s
    }

    /* ════ HERO ════ */
    .hero-wrap {
      background: var(--white);
    }

    .hero {
      max-width: var(--content-w);
      margin: 0 auto;
      padding: 56px 32px 48px;
      display: flex;
      align-items: center;
      gap: 48px;
    }

    /* ════ SECTION COMMONS ════ */
    section {
      padding: 56px 24px;
    }

    .sec-bg {
      background: var(--yellow-light);
    }

    .sp-sec-img {
      display: none;
    }

    /* ────── Section background images (HTML img approach) ────── */
    .sec-bg-img {
      position: absolute;
      pointer-events: none;
      z-index: 0;
    }

    .sec-bg-img img {
      width: 100%;
      height: auto;
      max-width: 100%;
      display: block;
    }

    .anx-bg-img {
      top: 0;
      right: 0;
      width: min(50%, 620px);
      -webkit-mask-image:
        linear-gradient(90deg, transparent 0%, #000 18%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
      -webkit-mask-composite: source-in;
      mask-image:
        linear-gradient(90deg, transparent 0%, #000 18%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
      mask-composite: intersect;
    }

    .voice-bg-img {
      top: 0;
      right: 0;
      width: min(50%, 620px);
      -webkit-mask-image:
        linear-gradient(90deg, transparent 0%, #000 18%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
      -webkit-mask-composite: source-in;
      mask-image:
        linear-gradient(90deg, transparent 0%, #000 18%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
      mask-composite: intersect;
    }

    .inner {
      max-width: var(--content-w);
      margin: 0 auto;
    }

    .sec-h2 {
      font-size: 28px;
      font-weight: 700;
      color: #095fed;
      margin-bottom: 8px;
      line-height: 1.45;
    }

    .sec-h2 em {
      color: var(--blue);
      font-style: normal;
    }

    .sec-desc {
      font-size: 14px;
      color: var(--text-sub);
      margin-bottom: 28px;
      line-height: 1.85;
    }

    /* ════ ANXIETY ════ */
    .anx-sec {
      font-family: "Hiragino Sans W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 42%, rgba(255, 255, 255, .62) 68%, rgba(255, 255, 255, .22) 100%),
        linear-gradient(120deg, #fff 0%, #f7fbff 54%, #eef8ff 100%);
      padding: 54px 24px 58px;
      position: relative;
      overflow: hidden;
    }

    .anx-sec::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 74% 18%, rgba(109, 196, 249, .15), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .72));
      pointer-events: none;
    }

    .anx-sec .inner {
      position: relative;
      z-index: 1;
      max-width: var(--content-w);
    }


    .anx-sec .sec-h2 {
      line-height: 1.25;
      letter-spacing: .04em;
      margin-bottom: 20px;
    }

    .anx-sec .sec-h2 em {
      display: block;
      color: #1768ee;
      font-style: normal;
    }

    .anx-sec .sec-desc {
      font-size: 16px;
      color: #101827;
      font-weight: 500;
      margin-bottom: 34px;
    }

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

    .anx-sec .anxiety-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .anx-card {
      border-radius: var(--r-md);
      overflow: hidden;
      border: 1px solid var(--border);
      box-shadow: var(--sh-sm);
      background: var(--white);
    }

    .anx-sec .anx-card {
      min-height: 228px;
      border-radius: 14px;
      border: 1px solid rgba(205, 220, 246, .9);
      box-shadow: 0 14px 34px rgba(22, 82, 170, .08);
      padding: 22px 22px 24px;
      background: rgba(255, 255, 255, .9);
      backdrop-filter: blur(7px);
    }

    .anx-q {
      background: var(--yellow-light);
      padding: 13px 16px;
      font-size: 14px;
      font-weight: 700;
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }

    .anx-sec .anx-q {
      background: transparent;
      padding: 0 0 18px;
      border-bottom: 1px solid #cfe0ff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: .03em;
      color: #101827;
      gap: 16px;
    }

    .anx-sec .anx-q span {
      min-width: 0;
      flex: 1;
    }

    .anx-qm {
      background: var(--yellow);
      color: var(--text);
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 700;
      flex-shrink: 0;
      margin-top: 1px;
    }

    .anx-sec .anx-qm,
    .anx-sec .anx-am {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      font-size: 22px;
      font-weight: 700;
      font-family: "Hiragino Sans W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      margin-top: 0;
      box-shadow: 0 8px 18px rgba(17, 101, 236, .13);
    }

    .anx-sec .anx-qm {
      background: #eaf2ff;
      color: #1768ee;
    }

    .anx-a {
      background: var(--white);
      padding: 13px 16px;
      font-size: 13px;
      color: var(--text-sub);
      display: flex;
      align-items: flex-start;
      gap: 8px;
      line-height: 1.8;
    }

    .anx-sec .anx-a {
      background: transparent;
      padding: 20px 0 0;
      font-size: 15px;
      line-height: 1.82;
      color: #202a3a;
      gap: 16px;
    }

    .anx-am {
      background: var(--blue);
      color: var(--white);
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 700;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .anx-sec .anx-am {
      background: linear-gradient(180deg, #2f78f5 0%, #0e57d6 100%);
      color: #fff;
    }

    .anx-a strong {
      color: var(--blue);
    }

    .anx-sec .anx-a strong {
      color: #075fe8;
      font-weight: 700;
    }

    @media (max-width: 980px) {
      .anx-sec .anxiety-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      .sp-sec-img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 12px;
        margin: 14px 0 20px;
        opacity: .7;
      }

      .sec-bg2 .sec-bg-img,
      .anx-bg-img,
      .voice-bg-img {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .anx-sec {
        padding: 42px 16px 46px;
      }

      .anx-bg-img {
        right: -8px;
        width: min(72%, 320px);
        opacity: .45;
      }

      .anx-sec .sec-tag {
        font-size: 13px;
        margin-bottom: 16px;
      }

      .anx-sec .sec-h2 {
        margin-bottom: 16px;
      }

      .anx-sec .sec-desc {
        font-size: 14px;
        margin-bottom: 24px;
      }

      .anx-sec .anxiety-grid {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .anx-sec .anx-card {
        min-height: auto;
        padding: 20px 18px 22px;
      }

      .anx-sec .anx-q {
        font-size: 18px;
        gap: 12px;
        padding-bottom: 16px;
      }

      .anx-sec .anx-qm,
      .anx-sec .anx-am {
        width: 40px;
        height: 40px;
        font-size: 20px;
      }

      .anx-sec .anx-a {
        font-size: 14px;
        gap: 12px;
        padding-top: 16px;
      }
    }

    /* ════ VOICES ════ */
    .voice-sec {
      background: linear-gradient(120deg, #fff 0%, #f8fbff 58%, #eef7ff 100%);
      padding: 58px 24px 64px;
      position: relative;
      overflow: hidden;
    }

    .voice-sec::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 78% 8%, rgba(246, 202, 74, .12), transparent 26%),
        radial-gradient(circle at 12% 88%, rgba(74, 120, 246, .09), transparent 30%);
      pointer-events: none;
    }

    .voice-sec .inner {
      position: relative;
      z-index: 1;
      max-width: var(--content-w);
    }


    .voice-sec .sec-h2 {
      line-height: 1.28;
      letter-spacing: .04em;
      margin-bottom: 20px;
    }

    .voice-sec .sec-h2 em {
      display: block;
      color: #1768ee;
      font-style: normal;
    }

    .voice-sec .sec-desc {
      font-size: 16px;
      color: #101827;
      font-weight: 500;
      margin-bottom: 38px;
    }

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

    .voice-sec .voices-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .voice {
      background: var(--white);
      border-radius: var(--r-lg);
      border: 1px solid var(--border);
      padding: 22px 20px;
      box-shadow: var(--sh-sm);
      position: relative;
    }

    .voice-sec .voice {
      height: 100%;
      min-height: 458px;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(218, 228, 246, .9);
      border-radius: 14px;
      padding: 36px 26px 28px;
      background: rgba(255, 255, 255, .92);
      box-shadow: 0 16px 36px rgba(22, 82, 170, .09);
      backdrop-filter: blur(7px);
      box-sizing: border-box;
    }

    /*.voice::before {
      content: '"';
      position: absolute;
      top: 10px;
      left: 14px;
      font-size: 50px;
      color: var(--yellow);
      line-height: 1;
      font-family: "Hiragino Sans W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    }*/

    /*.voice-sec .voice::before {
      content: '"';
      top: 28px;
      left: 28px;
      font-size: 58px;
      line-height: .8;
      color: #f6ca4a;
      font-weight: 700;
    }*/

    .voice-body {
      font-size: 14px;
      color: var(--text);
      line-height: 1.8;
      padding-top: 16px;
      margin-bottom: 16px;
    }

    .voice-sec .voice-body {
      flex: 1;
      /*padding-top: 48px;*/
      margin-bottom: 26px;
      color: #101827;
      font-size: 17px;
      line-height: 1.95;
      letter-spacing: .02em;
    }

    .voice-body strong {
      color: var(--blue);
    }

    .voice-sec .voice-body strong {
      color: #075fe8;
      font-weight: 700;
    }

    .voice-foot {
      display: flex;
      flex-direction: column;
      gap: 8px;
      border-top: 1px solid var(--border);
      padding-top: 12px;
    }

    .voice-sec .voice-foot {
      display: grid;
      grid-template-columns: 66px 1fr;
      align-items: center;
      gap: 16px;
      border-top: 1px solid #dfe8f7;
      padding-top: 24px;
      margin-top: auto;
    }

    .voice-icon {
      grid-row: span 2;
      width: 62px;
      height: 62px;
      border-radius: 50%;
      background: #fff2bf;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .voice-icon img {
      width: 34px;
      height: 34px;
      display: block;
      object-fit: contain;
    }

    .voice-name {
      font-size: 13px;
      font-weight: 700;
    }

    .voice-sec .voice-name {
      font-size: 15px;
      color: #111;
      line-height: 1.5;
    }

    .voice-meta {
      font-size: 13px;
      color: var(--text-muted);
    }

    .voice-sec .voice-meta {
      font-size: 14px;
      color: #8d96a6;
      line-height: 1.5;
    }

    .voice-badge {
      background: var(--blue-pale);
      color: var(--blue);
      font-size: 12px;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: var(--r-sm);
      align-self: flex-start;
      line-height: 1.4;
    }

    .voice-sec .voice-badge {
      display: block;
      width: fit-content;
      margin: 0 auto 18px;
      background: #edf4ff;
      color: #1768ee;
      font-size: 18px;
      font-weight: 800;
      padding: 7px 20px;
      border-radius: 7px;
      line-height: 1.4;
      letter-spacing: .04em;
    }

    @media (max-width: 980px) {
      .voice-sec .voices-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      .voice-sec {
        padding: 42px 16px 48px;
      }

      .voice-bg-img {
        right: -8px;
        width: min(72%, 320px);
        opacity: .45;
      }

      .voice-sec .sec-h2 {
        margin-bottom: 16px;
      }

      .voice-sec .sec-desc {
        font-size: 14px;
        margin-bottom: 26px;
      }

      .voice-sec .voices-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .voice-sec .voice {
        min-height: auto;
        padding: 30px 22px 24px;
      }

      .voice-sec .voice-body {
        font-size: 15px;
        line-height: 1.9;
        /*padding-top: 42px;*/
      }
    }

    /* ════ COORDINATOR ════ */
    .coord-sec {
      background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
      padding: 58px 24px 64px;
    }

    .coord-sec .inner {
      max-width: var(--content-w);
    }

    .coord-sec .sec-h2 {
      line-height: 1.35;
      letter-spacing: .04em;
      margin-bottom: 34px;
    }

    .coord-sec .sec-h2 em {
      color: #1768ee;
      font-style: normal;
    }

    .coord-card {
      background: var(--white);
      border-radius: var(--r-lg);
      border: 1px solid var(--border);
      padding: 26px 24px;
      box-shadow: var(--sh-sm);
      margin-bottom: 16px;
    }

    .coord-sec .coord-card {
      display: grid;
      grid-template-columns: 55% 45%;
      align-items: stretch;
      border: 1px solid rgba(218, 228, 246, .95);
      border-radius: 20px;
      padding: 0;
      overflow: hidden;
      box-shadow: 0 18px 38px rgba(22, 82, 170, .08);
      margin-bottom: 38px;
      background: #fff;
      min-height: 340px;
    }

    .coord-card-photo {
      position: relative;
      background: #cdd8e8;
      overflow: hidden;
    }

    .coord-card-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
    }

    .coord-card-photo::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.55) 80%, #fff 100%);
      pointer-events: none;
    }

    .coord-sec .coord-card-body {
      padding: 48px 44px 48px 36px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .coord-main-icon {
      width: 94px;
      height: 94px;
      border-radius: 50%;
      background: #eef5ff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 4px;
    }

    .coord-main-icon img {
      width: 58px;
      height: 58px;
      display: block;
      object-fit: contain;
    }

    .coord-card-body {
      min-width: 0;
    }

    .coord-role {
      font-size: 13px;
      color: var(--blue);
      font-weight: 700;
      margin-bottom: 3px;
    }

    .coord-sec .coord-role {
      color: #1768ee;
      font-size: 21px;
      line-height: 1.5;
      letter-spacing: .04em;
      margin-bottom: 20px;
    }

    .coord-msg {
      font-size: 14px;
      color: var(--text-sub);
      line-height: 1.9;
      border-left: 3px solid var(--yellow);
      padding-left: 14px;
      margin-top: 6px;
    }

    .coord-sec .coord-msg {
      border-left: 0;
      padding-left: 0;
      margin-top: 0;
      color: #202a3a;
      font-size: 16px;
      line-height: 2.05;
      letter-spacing: .03em;
      max-width: 860px;
    }

    .guarantee-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--green-light);
      border: 1.5px solid #b2dfc7;
      color: var(--green);
      font-size: 13px;
      font-weight: 700;
      padding: 8px 16px;
      border-radius: var(--r-md);
      margin-top: 14px;
    }

    .coord-sec .guarantee-badge {
      margin-top: 30px;
      background: #ecfbf3;
      border: 1px solid #9bddbb;
      color: #14a85f;
      font-size: 15px;
      padding: 10px 22px;
      border-radius: 7px;
      letter-spacing: .03em;
    }

    .guarantee-badge::before {
      content: '✓';
      font-size: 13px;
    }

    .coord-sec .guarantee-badge::before {
      font-size: 20px;
      line-height: 1;
    }

    .coord-feats {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 10px;
    }

    .coord-sec .coord-feats {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .coord-feat {
      background: var(--white);
      border-radius: var(--r-md);
      border: 1px solid var(--border);
      padding: 14px;
    }

    .coord-sec .coord-feat {
      border: 1px solid rgba(218, 228, 246, .95);
      border-top: 3px solid #1768ee;
      border-radius: 16px;
      padding: 28px 24px 26px;
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 14px 30px rgba(22, 82, 170, .07);
    }

    .coord-feat-title {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 4px;
    }

    .coord-sec .coord-feat-title {
      color: #101827;
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 14px;
    }

    .coord-feat-sub {
      font-size: 13px;
      color: var(--text-sub);
      line-height: 1.65;
    }

    .coord-sec .coord-feat-sub {
      color: #202a3a;
      font-size: 15px;
      line-height: 1.95;
      letter-spacing: .03em;
    }


    @media (max-width: 980px) {
      .coord-sec .coord-card {
        grid-template-columns: 50% 50%;
      }

      .coord-sec .coord-feats {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .coord-sec {
        padding: 42px 16px 48px;
      }

      .coord-sec .sec-tag {
        font-size: 14px;
        margin-bottom: 18px;
      }

      .coord-sec .sec-h2 {
        margin-bottom: 24px;
      }

      .coord-sec .coord-card {
        grid-template-columns: 1fr;
        margin-bottom: 22px;
      }

      .coord-card-photo {
        height: 220px;
      }

      .coord-card-photo::after {
        background: linear-gradient(180deg, transparent 50%, rgba(255,255,255,.6) 80%, #fff 100%);
      }

      .coord-sec .coord-card-body {
        padding: 28px 20px 32px;
      }

      .coord-sec .coord-role {
        font-size: 18px;
      }

      .coord-sec .coord-msg,
      .coord-sec .coord-feat-sub {
        font-size: 14px;
        line-height: 1.9;
      }

      .coord-sec .guarantee-badge {
        font-size: 13px;
        padding: 9px 14px;
      }

      .coord-sec .coord-feat {
        min-height: auto;
        padding: 22px 20px;
      }


    }

    /* ════ FLOW ════ */
    .flow-sec {
      background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
      padding: 58px 24px 64px;
      position: relative;
      overflow: hidden;
    }

    .flow-sec::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 12% 18%, rgba(246, 202, 74, .12), transparent 26%),
        radial-gradient(circle at 88% 76%, rgba(74, 120, 246, .09), transparent 30%);
      pointer-events: none;
    }

    .flow-sec .inner {
      position: relative;
      z-index: 1;
      max-width: var(--content-w);
    }

    .flow-sec .sec-h2 {
      line-height: 1.3;
      letter-spacing: .04em;
      margin-bottom: 18px;
    }

    .flow-sec .sec-h2 em {
      color: #1768ee;
      font-style: normal;
    }

    .flow-sec .sec-desc {
      font-size: 16px;
      color: #101827;
      font-weight: 500;
      margin-bottom: 36px;
    }

    .flow-steps-wrap {
      display: flex;
      align-items: flex-start;
      gap: 0;
    }

    .flow-sec .flow-steps-wrap {
      align-items: stretch;
      gap: 12px;
    }

    .flow-step {
      flex: 1;
      text-align: center;
    }

    .flow-sec .flow-step {
      min-height: 230px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: left;
      background: rgba(255, 255, 255, .94);
      border: 1px solid rgba(218, 228, 246, .95);
      border-radius: 16px;
      padding: 26px 22px 22px;
      box-shadow: 0 14px 30px rgba(22, 82, 170, .07);
      position: relative;
    }

    .flow-step-arrow {
      display: flex;
      align-items: center;
      padding-top: 28px;
      color: var(--yellow);
      font-size: 22px;
      flex-shrink: 0;
    }

    .flow-sec .flow-step-arrow {
      align-self: center;
      width: 30px;
      height: 30px;
      padding-top: 0;
      border-radius: 50%;
      background: #edf4ff;
      color: #1768ee;
      justify-content: center;
      font-size: 24px;
      font-weight: 700;
      box-shadow: 0 8px 18px rgba(17, 101, 236, .12);
      margin: 0 -2px;
      position: relative;
      z-index: 2;
    }

    .flow-icon-wrap {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: var(--yellow-light);
      border: 2px solid var(--yellow);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px;
    }

    .flow-sec .flow-icon-wrap {
      width: 58px;
      height: 58px;
      margin: 0 0 20px;
      background: #eef5ff;
      border: 0;
      box-shadow: inset 0 0 0 1px rgba(205, 220, 246, .7);
    }

    .flow-icon-num {
      font-size: 22px;
      font-weight: 700;
      color: var(--blue);
    }

    .flow-sec .flow-icon-num {
      color: #1768ee;
      font-size: 24px;
      line-height: 1;
    }

    .flow-step-label {
      font-size: 12px;
      font-weight: 700;
      color: var(--blue);
      letter-spacing: .08em;
      margin-bottom: 4px;
    }

    .flow-sec .flow-step-label {
      color: #1768ee;
      font-size: 12px;
      margin-bottom: 8px;
    }

    .flow-step-title {
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 4px;
      line-height: 1.4;
    }

    .flow-sec .flow-step-title {
      color: #101827;
      font-size: 19px;
      line-height: 1.45;
      margin-bottom: 12px;
    }

    .flow-step-sub {
      font-size: 13px;
      color: var(--text-sub);
      line-height: 1.65;
    }

    .flow-sec .flow-step-sub {
      color: #202a3a;
      font-size: 14px;
      line-height: 1.85;
      flex: 1;
    }

    @media (max-width: 980px) {
      .flow-sec .flow-steps-wrap {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
      }

      .flow-sec .flow-step-arrow {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .flow-sec {
        padding: 34px 16px 36px;
      }

      .flow-sec .sec-h2 {
        line-height: 1.35;
        margin-bottom: 8px;
      }

      .flow-sec .sec-h2 em {
        display: inline;
      }

      .flow-sec .sec-desc {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 16px;
      }

      .flow-sec .flow-steps-wrap {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .flow-sec .flow-step {
        min-height: auto;
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr) auto;
        grid-template-areas:
          "icon label chip"
          "icon title chip"
          "icon sub sub";
        align-items: center;
        column-gap: 10px;
        row-gap: 2px;
        padding: 13px 14px;
        border-radius: 14px;
      }

      .flow-sec .flow-icon-wrap {
        grid-area: icon;
        width: 36px;
        height: 36px;
        margin: 0;
      }

      .flow-sec .flow-icon-num {
        font-size: 18px;
      }

      .flow-sec .flow-step-label {
        grid-area: label;
        font-size: 10px;
        margin-bottom: 0;
      }

      .flow-sec .flow-step-title {
        grid-area: title;
        font-size: 15px;
        line-height: 1.35;
        margin-bottom: 0;
      }

      .flow-sec .flow-step-sub {
        grid-area: sub;
        font-size: 12px;
        line-height: 1.55;
        margin-top: 4px;
      }

    }

    /* ════ HERO MV 01 CUSTOM ════ */
    .hero-wrap.mv01 {
      position: relative;
      overflow: hidden;
      background: #eef4fb;
    }

    .hero-wrap.mv01::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 38%, rgba(255, 255, 255, 0.28) 62%, transparent 82%);
      pointer-events: none;
      z-index: 1;
    }

    .hero.mv01-hero {
      position: relative;
      max-width: calc(var(--content-w) + 112px);
      min-height: 670px;
      padding: 58px 56px 42px;
      gap: 42px;
      align-items: stretch;
      z-index: 2;
    }

    .mv01-copy {
      flex: 0 0 54%;
      position: relative;
      z-index: 3;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 16px;
    }

    .mv01-balloon {
      position: relative;
      display: inline-block;
      width: fit-content;
      max-width: 520px;
      padding: 12px 34px 24px 8px;
      margin-bottom: 18px;
      color: #111;
      font-weight: 700;
      font-size: clamp(17px, 1.7vw, 21px);
      line-height: 2.05;
      letter-spacing: .04em;
    }

    .mv01-balloon .mark {
      color: var(--blue-dark);
      border-bottom: 4px solid var(--yellow);
      padding-bottom: 1px;
    }

    .mv01-title {
      margin: 0 0 24px;
      font-size: clamp(34px, 4.6vw, 50px);
      line-height: 1.35;
      font-weight: 700;
      letter-spacing: .04em;
      color: #101010;
    }

    .mv01-title .blue {
      color: #0755ce;
      font-size: 1.28em;
      line-height: 1;
      display: inline-block;
      background: linear-gradient(transparent 72%, rgba(246, 202, 74, .85) 72%);
      padding: 0 .05em;
    }

    .mv01-points {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      max-width: 660px;
      margin: 0 0 26px;
    }

    .mv01-point {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      color: #101010;
      font-weight: 700;
      font-size: 15px;
      line-height: 1.55;
    }

    .mv01-point-icon {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      border: 2px solid #0755ce;
      border-radius: 14px;
      color: #0755ce;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 23px;
      background: rgba(255, 255, 255, .75);
    }

    .mv01-actions {
      display: flex;
      flex-direction: column;
      gap: 14px;
      width: min(100%, 520px);
    }

    .mv01-main-btn,
    .mv01-sub-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      border-radius: 999px;
      min-height: 68px;
      font-weight: 700;
      text-decoration: none;
      transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    }

    .mv01-main-btn {
      background: linear-gradient(180deg, #ffd941 0%, #f7bf22 100%);
      color: #111;
      box-shadow: 0 8px 22px rgba(232, 184, 48, .42);
      border: 2px solid #efbd18;
      font-size: 19px;
    }

    .mv01-main-btn:hover,
    .mv01-sub-btn:hover {
      transform: translateY(-2px);
    }

    .mv01-main-btn .free {
      background: #fff;
      color: #0755ce;
      font-size: 14px;
      padding: 8px 12px;
      border-radius: 999px;
    }

    .mv01-main-btn .arrow,
    .mv01-sub-btn .arrow {
      font-size: 26px;
      line-height: 1;
    }

    .mv01-sub-btn {
      background: rgba(255, 255, 255, .88);
      color: #0755ce;
      border: 2px solid #0755ce;
      font-size: 18px;
      box-shadow: 0 4px 14px rgba(74, 120, 246, .08);
    }

    .mv01-visual {
      flex: 1;
      position: relative;
      min-width: 0;
      z-index: 2;
    }

    .mv01-person {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
    }

    .mv01-person img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 15%;
      display: block;
    }

    .mv01-person-sp {
      display: none;
    }

    .mv01-data-card {
      position: absolute;
      right: 0;
      bottom: 60px;
      width: min(100%, 430px);
      z-index: 2;
      background: rgba(255, 255, 255, .96);
      border-radius: 20px;
      box-shadow: 0 12px 32px rgba(45, 92, 212, .16);
      padding: 0 20px 24px;
    }

    .mv01-data-label {
      display: block;
      width: fit-content;
      margin: -23px auto 14px;
      padding: 8px 42px;
      background: linear-gradient(90deg, #0755ce, #0d63df);
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      line-height: 1.4;
      clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
      white-space: nowrap;
    }

    .mv01-data-cols {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
    }

    .mv01-data-col {
      text-align: center;
      padding: 0 14px;
    }

    .mv01-data-col+.mv01-data-col {
      border-left: 1px solid #e5e9f6;
    }

    .mv01-data-title {
      min-height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.55;
      color: #111;
    }

    .mv01-data-num {
      color: #0755ce;
      font-size: clamp(40px, 5vw, 60px);
      font-weight: 700;
      line-height: 1;
      letter-spacing: -.04em;
      font-family: "Hiragino Sans W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    }

    .mv01-data-num sup {
      font-size: .38em;
      font-family: inherit;
      margin-left: 2px;
    }

    .mv01-note {
      position: absolute;
      right: 56px;
      bottom: 12px;
      z-index: 5;
      color: rgba(255, 255, 255, .82);
      font-size: 11px;
      line-height: 1.6;
      text-align: left;
    }

    @media (max-width: 980px) {
      .hero.mv01-hero {
        min-height: auto;
        padding: 28px 18px 42px;
        display: block;
      }

      .hero-wrap.mv01 .fi {
        opacity: 1;
        transform: none;
      }

      .mv01-copy {
        flex: none;
        padding-bottom: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(136px, 46%);
        column-gap: 12px;
        align-items: stretch;
      }

      .mv01-balloon,
      .mv01-title,
      .mv01-actions {
        grid-column: 1 / -1;
      }

      .mv01-title {
        font-size: clamp(26px, 7.2vw, 32px);
        line-height: 1.36;
        letter-spacing: .01em;
        margin-bottom: 18px;
      }

      .mv01-title .blue {
        font-size: 1.16em;
        padding: 0 .02em;
      }

      .mv01-points {
        grid-column: 1;
        grid-template-columns: 1fr;
        gap: 8px;
        max-width: none;
        margin-bottom: 18px;
      }

      .mv01-point {
        width: fit-content;
        min-height: 42px;
        padding: 7px 10px 7px 7px;
        border-radius: 12px;
        background: rgba(255, 255, 255, .72);
        font-size: 14px;
        line-height: 1.45;
      }

      .mv01-point-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 10px;
        font-size: 18px;
      }

      .mv01-actions {
        width: 100%;
        gap: 10px;
      }

      .mv01-person-sp {
        grid-column: 2;
        grid-row: 3;
        display: block;
        min-height: 162px;
        height: 100%;
        margin: 0 0 18px;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(45, 92, 212, .10);
        overflow: hidden;
        position: relative;
      }

      .mv01-person-sp img {
        position: absolute;
        right: 18px;
        top: 0;
        height: 218px;
        width: auto !important;
        max-width: none;
        display: block;
      }

      .mv01-visual {
        min-height: auto;
        margin-top: 34px;
        position: relative;
      }

      .mv01-person {
        display: none;
      }

      .hero-wrap.mv01::before {
        background:
          linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .88) 56%, rgba(255, 255, 255, .78) 100%),
          linear-gradient(90deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .9) 52%, rgba(255, 255, 255, .68) 100%);
      }

      .mv01-data-card {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        width: auto;
        max-width: 100%;
        overflow: hidden;
        margin: 6px auto 0;
        border-radius: 16px;
        padding: 0 12px 22px;
        background: rgba(255, 255, 255, .98);
      }

      .mv01-note {
        display: none;
      }

      .mv01-balloon {
        max-width: 100%;
        margin-bottom: 14px;
        padding: 0;
        font-size: 13px;
        line-height: 1.75;
        letter-spacing: .02em;
      }

      .mv01-main-btn,
      .mv01-sub-btn {
        min-height: 54px;
        font-size: 14px;
        width: 100%;
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
      }

      .mv01-main-btn .free {
        font-size: 12px;
        padding: 6px 9px;
      }
    }

    @media (max-width: 520px) {
      .mv01-data-cols {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .mv01-data-col+.mv01-data-col {
        border-left: 0;
        border-top: 1px solid #e5e9f6;
        padding-top: 16px;
      }

      .mv01-data-label {
        font-size: 12px;
        padding: 6px 16px;
        margin-bottom: 18px;
        white-space: normal;
        text-align: center;
      }

      .mv01-data-title {
        min-height: auto;
        font-size: 12px;
        line-height: 1.45;
      }

      .mv01-data-num {
        font-size: 38px;
      }

      .mv01-data-col {
        min-width: 0;
        padding: 0 8px;
      }
    }

    @media (max-width:768px) {
      .hero {
        flex-direction: column;
        padding: 36px 16px 32px;
        gap: 20px;
      }

      section {
        padding: 40px 16px;
      }

      .sec-h2,
      .anx-sec .sec-h2,
      .voice-sec .sec-h2,
      .coord-sec .sec-h2,
      .flow-sec .sec-h2 {
        font-size: 20px;
        line-height: 1.38;
        letter-spacing: .01em;
        overflow-wrap: normal;
        word-break: normal;
      }

      .sec-desc {
        overflow-wrap: anywhere;
      }

      .flow-steps-wrap {
        flex-direction: column;
        align-items: center;
        gap: 12px;
      }

      .flow-sec .flow-steps-wrap {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 8px;
      }

      .flow-step-arrow {
        transform: rotate(90deg);
      }

      .data-item-stack {
        grid-template-columns: 1fr;
      }
    }
.survey-section {
  position: relative;
  padding: 96px 20px;
  background:
    radial-gradient(circle at 78% 12%, rgba(7, 85, 206, .10), transparent 34%),
    linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
  overflow: hidden;
}

.survey-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(7,85,206,.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(7,85,206,.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.survey-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.survey-head {
  margin-bottom: 34px;
}

.survey-tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 22px;
  border: 1px solid #0755ce;
  border-radius: 999px;
  color: #0755ce;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  background: rgba(255,255,255,.75);
  margin-bottom:20px;
}

.survey-title {
  margin: 14px 0 10px;
  color: #101828;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .02em;
}


.survey-lead {
  margin: 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.8;
}

.survey-main-card,
.survey-card,
.survey-bottom {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(7,85,206,.08);
  box-shadow: 0 18px 45px rgba(16, 24, 40, .08);
}

.survey-main-card {
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: center;
  gap: 40px;
  padding: 42px 56px;
  border-radius: 28px;
}

.survey-main-left {
  border-right: 1px solid rgba(7,85,206,.18);
  padding-right: 46px;
}

.survey-rank {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: #0755ce;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.survey-rank.small {
  margin-bottom: 18px;
  padding: 7px 14px;
  font-size: 12px;
}

.survey-main-left p {
  margin: 24px 0 0;
  color: #101828;
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.65;
  font-weight: 800;
}

.survey-main-num {
  color: #0755ce;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 10vw, 128px);
  line-height: 1;
  letter-spacing: -.06em;
  text-align: center;
}

.survey-main-num span,
.survey-num span {
  margin-left: 4px;
  font-size: .34em;
  letter-spacing: 0;
}

.survey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.survey-card {
  min-height: 200px;
  padding: 30px 28px;
  border-radius: 24px;
  text-align: center;
}

.survey-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #edf4ff;
  border: 1px dashed rgba(7,85,206,.24);
}

.survey-icon.large {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  margin: 4px 0 0;
}

.survey-num {
  margin: 0 0 16px;
  color: #0755ce;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: 1;
  letter-spacing: -.04em;
}

.survey-card h3 {
  margin: 0;
  color: #101828;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 800;
}

.survey-note {
  margin: 10px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

.survey-bottom {
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: 42px;
  margin-top: 26px;
  padding: 38px 48px;
  border-radius: 28px;
}

.survey-bottom-text {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-right: 40px;
  border-right: 1px solid rgba(7,85,206,.18);
}

.survey-bottom h3 {
  margin: 0 0 16px;
  color: #101828;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.55;
  font-weight: 800;
}

.survey-bottom h3 span {
  color: #0755ce;
}

.survey-bottom-text p {
  margin: 0;
  color: #344054;
  font-size: 15px;
  line-height: 1.9;
}

.survey-circle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.survey-circle-img {
  display: block;
  width: 148px;
  height: 148px;
  object-fit: contain;
  flex-shrink: 0;
}

.survey-circle-wrap p {
  margin: 0;
  color: #101828;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 800;
}

.survey-source {
  margin: 18px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .survey-section {
    padding: 72px 18px;
  }

  .survey-main-card,
  .survey-bottom {
    grid-template-columns: 1fr;
  }

  .survey-main-card {
    gap: 24px;
    padding: 32px 26px;
  }

  .survey-main-left {
    border-right: 0;
    border-bottom: 1px solid rgba(7,85,206,.18);
    padding: 0 0 26px;
  }

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

  .survey-card {
    min-height: auto;
  }

  .survey-bottom {
    padding: 30px 24px;
  }

  .survey-bottom-text {
    border-right: 0;
    border-bottom: 1px solid rgba(7,85,206,.18);
    padding: 0 0 26px;
  }
}

@media (max-width: 560px) {
  .survey-head {
    margin-bottom: 24px;
  }

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

  .survey-lead {
    font-size: 14px;
  }

  .survey-main-card {
    border-radius: 22px;
  }

  .survey-main-left p {
    font-size: 20px;
  }

  .survey-main-num {
    font-size: 76px;
  }

  .survey-num {
    font-size: 58px;
  }

  .survey-bottom-text {
    display: block;
  }

  .survey-icon.large {
    margin-bottom: 16px;
  }

  .survey-circle-wrap {
    flex-direction: column;
  }

  .survey-circle-wrap p {
    text-align: center;
    font-size: 20px;
  }
}
