@charset "UTF-8";
/* ============================================================
   みんなのAI相談室 LP
   デザイン言語: guga.or.jp/generativeaiexam 踏襲（DESIGN-GUIDELINE.md）
   ============================================================ */

:root {
  --white: #ffffff;
  --gray: #f2f5f9;
  --ink: #1b2e4b;
  --ink-soft: #4a5a77;
  --teal: #2f4e73;
  --teal-d: #27415f;
  --teal-l: #e0e8f1;
  --line: #d9e0ea;
  --grape: #3f6491;
  --pink: #ffee66;
  --gold: #2f4e73;
  --orange: #ffe433;
  --npink: #3f6491;
  --red: #d95757;
  --grad: linear-gradient(180deg, #ffec5c 0%, #ffe021 55%, #ffd60a 100%);
  --grad-soft: linear-gradient(92deg, rgba(255,224,20,.10), rgba(255,238,115,.14));
  --teal-grad: linear-gradient(135deg, #27415f 0%, #3f6491 100%);
  --dark-grad: linear-gradient(165deg, #12213a 0%, #1d3a5a 100%);
  --sans: "Noto Sans JP", sans-serif;
  --en: "Manrope", "Noto Sans JP", sans-serif;
  --shadow-card: 0 14px 40px rgba(23, 42, 79, .10);
  --shadow-soft: 0 8px 24px rgba(23, 42, 79, .07);
  --radius: 20px;
}

/* ============================================================
   FV v4 — 50:50 / 動く斜めレンガ / 座布団見出し
   ============================================================ */
.fv__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: max(720px, calc(100svh - 84px));
}
.fv__left {
  z-index: 2;
  padding: 98px 4.4vw 34px;
  background: var(--white);
}
.fv__circle { border-color: rgba(47, 78, 115, .10); }
.fv__circle::after { border-color: rgba(47, 78, 115, .045); }
.fv__badge {
  color: var(--white);
  background: var(--teal);
  font-size: 13px;
  letter-spacing: .055em;
  padding: 12px 20px;
  border: 0;
  border-radius: 10px;
  margin-bottom: 24px;
  box-shadow: 0 8px 18px rgba(23, 42, 79, .14);
}
.fv__badge::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: -10px;
  width: 20px;
  height: 12px;
  background: var(--teal);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.fv__ttl {
  font-size: clamp(42px, 3.15vw, 58px);
  line-height: 1.18;
  letter-spacing: -.035em;
}
.fv__ttl .plate {
  display: block;
  width: fit-content;
  margin-top: 14px;
  padding: 5px 16px 8px;
  border: 0;
  color: var(--white);
  background: #16283f;
  font-size: .82em;
  line-height: 1.2;
  box-shadow: 4px 4px 0 rgba(47, 78, 115, .42);
}
.fv__ttl .ai {
  color: #ffee66;
  text-shadow: none;
}
.fv__sub {
  width: auto;
  margin-top: 30px;
  padding-top: 0;
  border: 0;
  font-size: clamp(18px, 1.42vw, 23px);
  font-weight: 900;
  letter-spacing: .005em;
}
.fv__sub .grad-txt {
  color: transparent;
  background: var(--grad);
  box-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv__price {
  width: fit-content;
  min-width: 0;
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.fv__price-label {
  align-self: center;
  color: var(--white);
  background: var(--teal);
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.3;
  padding: 9px 12px;
  border-radius: 8px;
}
.fv__price-num { font-size: clamp(48px, 3.8vw, 62px); }
.fv__price-unit { font-size: 16px; }
.fv__price-unit small { font-size: 12px; }
.fv__trust {
  width: min(100%, 420px);
  margin-top: 5px;
  gap: 4px;
}
.fv__trust-badge {
  position: static;
  aspect-ratio: auto;
  display: block;
}
.fv__trust-badge img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fv__cta { margin-top: 8px; }
.fv__cta .btn { padding-block: 17px; }

.fv__right {
  position: relative;
  z-index: 1;
  min-width: 0;
  background: #eef3fa;
  overflow: hidden;
}
.fv__collage {
  position: absolute;
  inset: -30% -51% -30% -45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  transform: rotate(-18deg);
  transform-origin: center;
  will-change: transform;
}
.fv__track {
  display: flex;
  gap: 12px;
  width: max-content;
  will-change: transform;
  animation: fv-scroll-left 36s linear infinite alternate;
}
.fv__track--right {
  animation-name: fv-scroll-right;
  animation-delay: -13s;
}
.fv__track--slow { animation-duration: 44s; }
@keyframes fv-scroll-left {
  from { transform: translate3d(2%, 0, 0); }
  to { transform: translate3d(-15%, 0, 0); }
}
@keyframes fv-scroll-right {
  from { transform: translate3d(-15%, 0, 0); }
  to { transform: translate3d(2%, 0, 0); }
}
.fv__tile {
  position: relative;
  flex: 0 0 clamp(300px, 24vw, 430px);
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border: 7px solid var(--white);
  border-radius: 12px;
  background: var(--white);
  transform: none;
}
.fv__photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: none;
}

@media (max-width: 1023px) {
  .fv__grid {
    position: relative;
    display: block;
    min-height: 0;
    padding: 190px 0 150px;
  }
  .fv__right {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 100%;
  }
  .fv__collage {
    inset: -14% -85%;
    gap: 8px;
    transform: rotate(-18deg);
  }
  .fv__track { gap: 8px; }
  .fv__tile {
    flex-basis: clamp(240px, 40vw, 340px);
    border-width: 6px;
  }
  .fv__left {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), 700px);
    margin: 0 auto;
    padding: 54px 42px 48px;
    background: rgba(255, 255, 255, .98);
    clip-path: polygon(0 4%, 92% 4%, 100% 8%, 100% 96%, 8% 96%, 0 92%);
    box-shadow: 0 18px 50px rgba(22, 50, 59, .18);
  }
}

@media (max-width: 767px) {
  .fv__grid { padding: 165px 0 135px; }
  .fv__collage {
    inset: -8% -210%;
    gap: 7px;
  }
  .fv__track { gap: 7px; }
  .fv__tile {
    flex-basis: 230px;
    border-width: 5px;
    border-radius: 10px;
  }
  .fv__left {
    width: calc(100% - 28px);
    padding: 46px 18px 40px;
    clip-path: polygon(0 3%, 91% 3%, 100% 7%, 100% 97%, 9% 97%, 0 93%);
  }
  .fv__circle { display: none; }
  .fv__badge {
    font-size: 10px;
    padding: 9px 12px;
    margin-bottom: 18px;
  }
  .fv__badge::after {
    left: 24px;
    bottom: -8px;
    width: 16px;
    height: 9px;
  }
  .fv__ttl {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.24;
  }
  .fv__ttl .plate {
    margin-top: 11px;
    padding: 4px 10px 6px;
    border: 0;
    font-size: .76em;
  }
  .fv__sub {
    margin-top: 22px;
    padding-top: 0;
    font-size: 15.5px;
    line-height: 1.7;
  }
  .fv__price {
    width: 100%;
    margin-top: 16px;
    gap: 7px;
    padding: 0;
  }
  .fv__price-label {
    flex: 0 0 auto;
    font-size: 10px;
    padding: 7px 8px;
  }
  .fv__price-num { font-size: 40px; }
  .fv__price-unit { font-size: 12px; }
  .fv__price-unit small { font-size: 9px; }
  .fv__trust {
    width: 100%;
    margin-top: 10px;
    gap: 0;
  }
  .fv__cta { margin-top: 12px; }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .fv__ttl { font-size: 40px; }
  .fv__ttl .plate { width: min(100%, 360px); }
}

@media (prefers-reduced-motion: reduce) {
  .fv__track { animation-play-state: paused; }
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  word-break: auto-phrase;
  line-break: strict;
  overflow-wrap: break-word;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
strong { font-weight: 900; }

.container { max-width: 1120px; margin-inline: auto; padding-inline: 24px; }
.container--narrow { max-width: 920px; }

section { position: relative; padding: 104px 0; }
.sec--gray { background: var(--gray); }
.sec--dark { background: var(--dark-grad); color: var(--white); }

/* PC/SPの改行制御 */
.br-sp { display: none; }
@media (max-width: 767px) {
  .br-pc { display: none; }
  .br-sp { display: inline; }
}

/* ---------- reveal ---------- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.rv.is-in { opacity: 1; transform: none; }
.rv[data-rv-delay="1"] { transition-delay: .08s; }
.rv[data-rv-delay="2"] { transition-delay: .16s; }
.rv[data-rv-delay="3"] { transition-delay: .24s; }
.rv[data-rv-delay="4"] { transition-delay: .32s; }
.rv[data-rv-delay="5"] { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
}

/* ---------- section heading ---------- */
.sec-head { text-align: center; margin-bottom: 56px; }
.sec-head__en {
  font-family: var(--en);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .28em;
  color: var(--teal);
  display: block;
  margin-bottom: 14px;
}
.sec--dark .sec-head__en { color: #9fbadd; }
.sec-head__ttl {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: .02em;
}
.sec-head__line {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}
.sp-line { display: inline; }
.keep-word { white-space: nowrap; }
.sec-head__lead { margin-top: 22px; font-size: 16px; color: var(--ink-soft); font-weight: 500; }
.sec--dark .sec-head__lead { color: #cfdcee; }

/* 見出し内の座布団ハイライト（guga型） */
.hl-grad, .hl-teal {
  display: inline-block;
  padding: 2px 16px;
  margin: 4px 2px;
  color: var(--white);
  border-radius: 2px;
  line-height: 1.6;
}
.hl-grad { background: var(--grad); }
.hl-teal { background: var(--teal-grad); }

/* グラデ下線（ダーク面の見出し用） */
.u-gradline {
  display: inline-block;
  background-image: linear-gradient(90deg, #ffe433, #ffd60a);
  background-repeat: no-repeat;
  background-size: 100% 8px;
  background-position: 0 100%;
  padding-bottom: 10px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  border-radius: 999px;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.btn__arrow { font-family: var(--en); font-weight: 800; transition: transform .25s ease; }
.btn:hover .btn__arrow { transform: translateX(5px); }

.btn--grad {
  background: var(--grad);
  color: var(--white);
  font-size: 19px;
  padding: 22px 54px;
  box-shadow: 0 14px 34px rgba(255, 224, 20, .35);
}
.btn--grad:hover { transform: translateY(-3px); filter: brightness(1.07); box-shadow: 0 20px 44px rgba(255, 224, 20, .45); }

.btn--dark {
  background: var(--ink);
  color: var(--white);
  font-size: 16px;
  padding: 18px 40px;
  border-radius: 8px;
}
.btn--dark:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(23, 42, 79, .3); }

.btn--ghost {
  background: var(--white);
  color: var(--teal);
  border: 2px solid var(--teal);
  font-size: 15px;
  padding: 14px 34px;
}
.btn--ghost:hover { background: var(--teal-l); }

/* ---------- header ---------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(23, 42, 79, .06);
  transition: transform .28s ease, box-shadow .28s ease;
  will-change: transform;
}
.header.header--hidden { transform: translateY(calc(-100% - 2px)); }
.header__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header__logo { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 18px; line-height: 1.3; }
.header__logo-mark {
  width: 34px; height: 34px; flex: none;
  border-radius: 50%;
  background: conic-gradient(from 210deg, #ffe433, #fff7bd 40%, #2f4e73 75%, #ffe433);
  position: relative;
}
.header__logo-mark::after {
  content: "";
  position: absolute; inset: 5px;
  border-radius: 50%;
  background: var(--white);
}
.header__logo small { display: block; font-size: 10px; font-weight: 700; color: var(--teal); letter-spacing: .12em; }
.header__cta {
  background: var(--grad);
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  padding: 11px 24px;
  border-radius: 8px;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 8px 20px rgba(255, 224, 20, .3);
  transition: transform .25s ease, filter .25s ease;
}
.header__cta:hover { transform: translateY(-2px); filter: brightness(1.07); }
.header__cta small { display: block; font-size: 10px; font-weight: 700; opacity: .9; }

/* ---------- 画像プレースホルダー（後日 生成画像に差し替え） ---------- */
.imgslot {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background:
    repeating-linear-gradient(-45deg, #eef3fa 0 16px, #e5ecf7 16px 32px);
  outline: 2px dashed #9db1cd;
  outline-offset: -10px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 26px 20px;
  min-height: 160px;
}
.imgslot__inner { max-width: 34em; display: grid; justify-items: center; gap: 8px; }
.imgslot__tag {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--ink);
  color: #fff;
  font-family: var(--en);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 5px 10px;
  border-radius: 4px;
}
.imgslot__glyph { width: 34px; height: 34px; color: #7d91af; }
.imgslot__label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  color: #67789a;
}
.imgslot__desc {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.8;
  color: #4a5a77;
  white-space: nowrap;
}
.fv__tile .imgslot__desc { font-size: 11px; }
.sec--dark .imgslot {
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,.07) 0 16px, rgba(255,255,255,.03) 16px 32px);
  outline-color: rgba(255,255,255,.35);
}
.sec--dark .imgslot__glyph { color: #8fa8cc; }
.sec--dark .imgslot__label { color: #a6bcdb; }
.sec--dark .imgslot__desc { color: #d5e0f1; }

/* ---------- 生成画像 ---------- */
.generated-diagram {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.generated-diagram > img { width: 100%; height: auto; }
.generated-diagram__heading,
.generated-diagram__message,
.journey-label {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 6px 18px rgba(23, 42, 79, .12);
}
.generated-diagram__heading {
  top: 14px;
  padding: 7px 14px;
  font-size: 12px;
}
.generated-diagram__heading--left {
  left: 14px;
  color: #566380;
  background: #eef2f8;
}
.generated-diagram__heading--right {
  right: 14px;
  color: var(--white);
  background: var(--teal-grad);
}
.generated-diagram__message {
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 24px);
  padding: 7px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  font-size: 11px;
}
.generated-diagram--cause .generated-diagram__heading { top: 28px; }
.generated-diagram--cause .generated-diagram__heading--left { left: 28px; }
.generated-diagram--cause .generated-diagram__heading--right { right: 28px; }
.journey-label {
  left: 16px;
  display: grid;
  gap: 2px;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 12px;
}
.journey-label small { font-size: 10px; font-weight: 700; }
.journey-label--long {
  top: 14px;
  color: #566380;
  background: rgba(242, 244, 245, .96);
}
.journey-label--short {
  top: 59%;
  color: var(--white);
  background: var(--teal-grad);
}

/* ============================================================
   FV
   ============================================================ */
.fv {
  padding: 0;
  background: var(--white);
  overflow: hidden;
}
.fv__grid {
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  min-height: 92vh;
}
.fv__left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 118px 42px 56px 4.5vw;
}
/* 大円モチーフ */
.fv__circle {
  position: absolute;
  width: 560px; height: 560px;
  border-radius: 50%;
  border: 2px solid rgba(47, 78, 115, .055);
  left: -140px; top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.fv__circle::after {
  content: "";
  position: absolute; inset: 48px;
  border-radius: 50%;
  border: 22px solid rgba(47, 78, 115, .028);
}
.fv__badge {
  position: relative;
  align-self: flex-start;
  color: var(--teal-d);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.5;
  padding: 3px 0 3px 14px;
  margin-bottom: 24px;
}
.fv__badge::after {
  content: none;
}
.fv__ttl {
  font-size: clamp(36px, 2.85vw, 44px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: -.025em;
}
.fv__ttl .plate {
  display: block;
  width: fit-content;
  margin-top: 18px;
  padding: 2px 0 3px 16px;
  color: var(--ink);
  font-size: .76em;
  line-height: 1.25;
  white-space: nowrap;
}
.fv__ttl .ai {
  color: var(--grape);
  text-shadow: none;
}
.fv__sub {
  width: min(100%, 580px);
  margin-top: 26px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 800;
  letter-spacing: .01em;
}
.fv__sub .grad-txt {
  color: var(--grape);
  background: none;
  box-shadow: inset 0 -.42em rgba(207, 135, 164, .18);
  -webkit-text-fill-color: currentColor;
}
.fv__price {
  width: fit-content;
  min-width: 360px;
  margin-top: 18px;
  display: grid;
  gap: 3px;
  padding: 12px 18px 13px;
  border: 1px solid #f5f0cd;
  border-radius: 12px;
  background: rgba(250, 247, 239, .92);
}
.fv__price-label {
  color: var(--teal-d);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
}
.fv__price-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.fv__price-prefix {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 900;
}
.fv__price-num {
  font-family: var(--en);
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  color: var(--gold);
  letter-spacing: .01em;
}
.fv__price-unit { font-size: 15px; font-weight: 900; color: var(--ink-soft); }
.fv__price-unit small { font-size: 11px; font-weight: 700; }
.fv__trust {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  width: min(100%, 510px);
}
.fv__trust-badge {
  position: relative;
  min-width: 0;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.fv__trust-badge img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fv__award-main,
.fv__award-ribbon {
  position: absolute;
  left: 12%;
  right: 12%;
  z-index: 2;
  text-align: center;
}
.fv__award-main {
  top: 45%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  transform: translateY(-50%);
  color: var(--ink);
  line-height: 1;
  white-space: nowrap;
}
.fv__award-main strong {
  font-family: var(--serif);
  font-size: clamp(22px, 1.75vw, 29px);
  font-weight: 700;
  letter-spacing: -.03em;
}
.fv__award-main small {
  color: #2f4e73;
  font-size: clamp(8px, .58vw, 10px);
  font-weight: 800;
  letter-spacing: .08em;
}
.fv__award-main--zero strong {
  color: #2f4e73;
  font-size: clamp(32px, 2.45vw, 40px);
}
.fv__award-main--zero small {
  color: var(--ink);
  font-size: clamp(10px, .74vw, 13px);
}
.fv__award-ribbon {
  top: 76.5%;
  color: #fff;
  font-size: clamp(7px, .51vw, 9px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .055em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}
.fv__cta { margin-top: 20px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

/* FV右: 斜めコラージュ */
.fv__right { position: relative; background: var(--teal-l); overflow: hidden; }
.fv__collage {
  position: absolute;
  inset: -3% -7% -3% -7%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 8px;
  transform: rotate(-3deg) scale(.94);
  align-content: center;
  align-items: start;
}
.fv__tile {
  position: relative;
  align-self: start;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 12px;
}
.fv__tile:nth-child(3),
.fv__tile:nth-child(4) { transform: translateX(8%); }
.fv__tile:nth-child(7),
.fv__tile:nth-child(8) { transform: translateX(-8%); }
.fv__tile .imgslot { width: 100%; height: 100%; min-height: 220px; border-radius: 14px; }
.fv__photo {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: inherit;
  box-shadow: 0 14px 34px rgba(23, 42, 79, .14);
}
.fv__tile-label {
  position: absolute;
  left: 14px; bottom: 14px;
  z-index: 2;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  padding: 7px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(23, 42, 79, .16);
}

/* ============================================================
   悩み（吹き出し）
   ============================================================ */
.worry__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 22px;
}
.worry__card {
  position: relative;
  background: var(--white);
  border-radius: 14px;
  padding: 26px 22px 24px;
  box-shadow: var(--shadow-soft);
  font-weight: 700;
  font-size: 15.5px;
  line-height: 1.8;
  text-align: center;
}
.worry__card::after {
  content: "";
  position: absolute;
  bottom: -11px; left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top-color: var(--white);
  border-bottom: 0;
}
.worry__icon {
  width: 52px; height: 52px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--teal-l);
  display: grid;
  place-items: center;
  color: var(--teal);
}
.worry__icon svg { width: 26px; height: 26px; }
.worry__then {
  margin-top: 54px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}
.worry__tri {
  width: 0; height: 0;
  margin: 18px auto 26px;
  border: 26px solid transparent;
  border-top: 30px solid var(--orange);
  border-bottom: 0;
}
.worry__answer {
  text-align: center;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.75;
  position: relative;
  padding: 8px 36px;
}
.worry__answer::before, .worry__answer::after {
  content: "";
  position: absolute;
  width: 26px; height: 26px;
  border-color: #b9c5da;
  border-style: solid;
}
.worry__answer::before { left: 0; top: 0; border-width: 3px 0 0 3px; }
.worry__answer::after { right: 0; bottom: 0; border-width: 0 3px 3px 0; }

/* ============================================================
   ベン図（eラーニング × AI顧問）
   ============================================================ */
.venn { display: flex; justify-content: center; align-items: center; margin-top: 10px; }
.venn__circle {
  width: min(400px, 42vw);
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--white);
  display: grid;
  place-content: center;
  text-align: center;
  padding: 30px;
  gap: 12px;
}
.venn__circle--advisor { background: linear-gradient(135deg, #3f6491 0%, #1e3350 100%); margin-right: -7%; opacity: .96; }
.venn__circle--learn { background: linear-gradient(180deg, #ffe95c 0%, #ffd60a 100%); margin-left: -7%; }
.venn__name { font-size: clamp(22px, 2.4vw, 32px); font-weight: 900; }
.venn__en { font-family: var(--en); font-weight: 800; font-size: 12px; letter-spacing: .22em; opacity: .8; }
.venn__txt { font-size: clamp(12px, 1.15vw, 15px); font-weight: 700; line-height: 2; }
.venn__cross {
  position: relative;
  z-index: 2;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  color: var(--white);
  text-shadow: 0 2px 14px rgba(23, 50, 60, .45);
}

/* 3ステップ（学ぶ→相談する→仕事で使う） */
.steps3 { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 14px; align-items: stretch; margin-top: 64px; }
.steps3__card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 34px 26px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.steps3__img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 4px;
}
.steps3__num { font-family: var(--en); font-weight: 800; font-size: 13px; letter-spacing: .2em; color: var(--teal); }
.steps3__ttl { font-size: 24px; font-weight: 900; }
.steps3__ttl .accent { color: var(--grape); }
.steps3__txt { font-size: 14px; font-weight: 500; color: var(--ink-soft); line-height: 2; }
.steps3__arrow {
  align-self: center;
  color: var(--teal);
  font-family: var(--en);
  font-size: 30px;
  font-weight: 800;
}

/* ============================================================
   貴社のAI担当者（フロー図解）
   ============================================================ */
.role__wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.role__points { display: grid; gap: 14px; margin-top: 26px; }
.role__point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--white);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: var(--shadow-soft);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.9;
}
.role__point-num {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--teal-grad);
  color: var(--white);
  font-family: var(--en);
  font-weight: 800;
  font-size: 14px;
  display: grid;
  place-items: center;
  margin-top: 4px;
}
.role__up {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.role__up-chip {
  background: var(--dark-grad);
  color: var(--white);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 22px;
  letter-spacing: .04em;
}
.role__up-chip .en { font-family: var(--en); color: #ffee66; margin-left: 4px; }

/* ============================================================
   プラン（AI顧問 3プラン）
   ============================================================ */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.plan {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 40px 28px 30px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  border: 2px solid var(--line);
}
.plan--trial { border-color: #b8c6dc; }
.plan--advisor { border-color: #ffd60a; }
.plan--pro { border-color: #5c6f8e; }
.plan--advisor { box-shadow: 0 24px 56px rgba(255, 224, 20, .22); }
.plan__pop {
  position: absolute;
  top: -18px; left: 50%;
  transform: translateX(-50%);
  background: var(--grad);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  padding: 8px 22px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(255, 224, 20, .35);
  white-space: nowrap;
}
.plan__name { text-align: center; font-size: 22px; font-weight: 900; }
.plan__for { text-align: center; font-size: 12.5px; font-weight: 700; color: var(--ink-soft); margin-top: 4px; }
.plan__price { text-align: center; margin: 18px 0 6px; }
.plan__price .num {
  font-family: var(--en);
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  color: var(--ink);
  letter-spacing: .01em;
}
.plan--advisor .plan__price .num { color: var(--grape); }
.plan__price .yen, .plan__price .unit { font-size: 14px; font-weight: 700; color: var(--ink-soft); }
.plan__tax { text-align: center; font-size: 11.5px; color: var(--ink-soft); }
.plan__list { margin-top: 18px; display: grid; gap: 9px; padding-top: 18px; border-top: 1px dashed var(--line); }
.plan__list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.plan__list li::before {
  content: "";
  position: absolute;
  left: 2px; top: 7px;
  width: 14px; height: 8px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(-45deg);
}
.plan--advisor .plan__list li::before { border-color: var(--grape); }
.plan__msg {
  margin-top: auto;
  padding-top: 20px;
}
.plan__msg span {
  display: block;
  background: var(--teal-l);
  color: var(--teal-d);
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 12px;
}
.plan--advisor .plan__msg span { background: var(--grad-soft); color: var(--grape); }
.plan--pro .plan__msg span { background: #fdeeee; color: #b23f3f; }
.plans__note { margin-top: 26px; text-align: center; font-size: 13px; font-weight: 700; color: var(--ink-soft); }
.plans__flags { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.plans__flag {
  background: var(--white);
  border: 2px solid var(--teal);
  color: var(--teal-d);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  padding: 8px 22px;
}

/* ============================================================
   eラーニング
   ============================================================ */
.el-price { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.el-price__card {
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  text-align: center;
}
.el-price__label {
  background: var(--teal-grad);
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  padding: 10px;
  letter-spacing: .06em;
}
.el-price__label small { font-weight: 700; opacity: .85; margin-left: 6px; }
.el-price__body { padding: 22px 14px 20px; }
.el-price__num {
  font-family: var(--en);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  color: var(--gold);
}
.el-price__unit { font-size: 13px; font-weight: 700; color: var(--ink-soft); }
.el-feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 46px; }
.el-feat__card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 0 0 24px;
  text-align: center;
  overflow: hidden;
}
.el-feat__card .imgslot { border-radius: 0; min-height: 180px; }
.el-feat__img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.el-feat__ttl { font-size: 18px; font-weight: 900; margin: 18px 16px 6px; }
.el-feat__txt { font-size: 13.5px; font-weight: 500; color: var(--ink-soft); margin: 0 20px; line-height: 2; }
.el-band {
  margin-top: 46px;
  background: var(--grad);
  border-radius: 12px;
  color: var(--white);
  text-align: center;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 900;
  padding: 20px 24px;
  letter-spacing: .04em;
}

/* カリキュラム統計（ゴールド数字） */
.stats { display: flex; justify-content: center; gap: clamp(30px, 6vw, 90px); margin: 12px 0 40px; }
.stat { text-align: center; }
.stat__num {
  font-family: var(--en);
  font-weight: 800;
  font-size: clamp(52px, 6vw, 84px);
  line-height: 1;
  color: var(--gold);
}
.stat__num .unit { font-size: .45em; font-weight: 800; }
.stat__label { margin-top: 8px; font-size: 14px; font-weight: 900; color: var(--ink); }
.stat__sub { font-size: 11.5px; font-weight: 700; color: var(--ink-soft); }

/* 6大編成カード */
.curr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.curr__card {
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  padding: 24px 22px 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.curr__no {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--teal-grad);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
}
.curr__ttl { font-size: 16.5px; font-weight: 900; line-height: 1.6; }
.curr__meta { margin-top: 4px; font-size: 12px; font-weight: 700; color: var(--teal); }
.curr__txt { margin-top: 6px; font-size: 12.5px; font-weight: 500; color: var(--ink-soft); line-height: 1.9; }

/* 学習パス（ティール円） */
.path { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 54px; }
.path__item { text-align: center; position: relative; }
.path__circle {
  width: min(190px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  display: grid;
  place-content: center;
  gap: 4px;
  padding: 16px;
}
.path__num { font-family: var(--en); font-weight: 800; font-size: 26px; }
.path__num::after { content: ""; display: block; width: 22px; height: 3px; background: var(--white); margin: 6px auto 2px; }
.path__ttl { font-size: 15px; font-weight: 900; line-height: 1.5; }
.path__sub { font-size: 11px; font-weight: 700; opacity: .85; }
.path__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%; right: -14px;
  transform: translateY(-50%);
  border: 9px solid transparent;
  border-left: 12px solid var(--teal);
  border-right: 0;
}

/* ============================================================
   AIでできること
   ============================================================ */
.can { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.can__card {
  position: relative;
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.can__card .imgslot { border-radius: 16px 16px 0 0; min-height: 170px; outline-offset: -8px; }
.can__img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.can__label {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  padding: 16px 20px 0;
  text-align: left;
}
.can__label::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--pink);
}
.can__txt { padding: 6px 20px 22px; font-size: 13.5px; font-weight: 500; color: var(--ink-soft); text-align: left; line-height: 2; }

/* ============================================================
   導入の流れ（5ステップ）
   ============================================================ */
.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.flow__item { text-align: center; position: relative; }
.flow__circle {
  width: min(150px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  display: grid;
  place-content: center;
  gap: 2px;
  padding: 12px;
}
.flow__num { font-family: var(--en); font-weight: 800; font-size: 20px; }
.flow__num::after { content: ""; display: block; width: 18px; height: 2.5px; background: var(--white); margin: 5px auto 2px; }
.flow__ttl { font-size: 14.5px; font-weight: 900; }
.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 72px; right: -12px;
  border: 8px solid transparent;
  border-left: 11px solid var(--teal);
  border-right: 0;
}
.flow__txt { margin-top: 14px; font-size: 12.5px; font-weight: 500; color: var(--ink-soft); line-height: 1.9; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { display: grid; gap: 16px; }
.faq details {
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  font-size: 16px;
  font-weight: 900;
}
.faq summary::-webkit-details-marker { display: none; }
.faq__q {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--teal-grad);
  color: var(--white);
  display: grid;
  place-items: center;
  font-family: var(--en);
  font-weight: 800;
  font-size: 15px;
}
.faq__toggle {
  margin-left: auto;
  flex: none;
  width: 28px; height: 28px;
  position: relative;
  color: var(--teal);
}
.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: currentColor;
  border-radius: 2px;
}
.faq__toggle::before { width: 16px; height: 3px; }
.faq__toggle::after { width: 3px; height: 16px; transition: transform .3s ease; }
.faq details[open] .faq__toggle::after { transform: rotate(90deg); }
.faq__a {
  display: flex;
  gap: 16px;
  padding: 0 26px 24px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  line-height: 2;
}
.faq__a-mark {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--grad);
  color: var(--white);
  display: grid;
  place-items: center;
  font-family: var(--en);
  font-weight: 800;
  font-size: 15px;
}

/* ============================================================
   ダークCTA（フォーム）
   ============================================================ */
.contact__head { text-align: center; margin-bottom: 44px; }
.contact__ttl {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.7;
}
.contact__lead { margin-top: 18px; font-size: 15.5px; font-weight: 500; color: #cfdcee; }
.contact__flags { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.contact__flag {
  border: 1.5px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  color: var(--white);
  font-size: 13.5px;
  font-weight: 900;
  padding: 8px 20px;
}
.contact__form {
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
  padding: 44px 40px;
  max-width: 760px;
  margin-inline: auto;
}
.contact__form-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 18px;
}
.contact__form-ttl small { display: block; font-family: var(--en); font-weight: 800; font-size: 11px; letter-spacing: .24em; color: var(--teal); margin-bottom: 6px; }
.formrun-embed { min-height: 420px; }

/* ============================================================
   footer
   ============================================================ */
.footer { background: #122831; color: #cfdcee; padding: 52px 0 36px; font-size: 13px; }
.footer__inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: flex-start; }
.footer__brand { font-size: 17px; font-weight: 900; color: var(--white); }
.footer__brand small { display: block; font-size: 11px; font-weight: 700; color: #8fa8cc; margin-top: 4px; }
.footer__info { line-height: 2.1; }
.footer__copy { margin-top: 34px; text-align: center; font-family: var(--en); font-size: 11px; color: #7f92b0; }

/* ============================================================
   追加コンポーネント
   ============================================================ */
/* 原因セクション */
.cause__intro {
  max-width: 840px;
  margin-inline: auto;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.cause__fig--wide {
  max-width: 980px;
  margin: 40px auto 0;
}
.cause__dialogues {
  max-width: 980px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.cause__speech {
  position: relative;
  border-radius: 14px;
  padding: 26px 28px 24px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.cause__speech::before {
  content: "";
  position: absolute;
  top: -14px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 0;
}
.cause__speech--stuck {
  color: #566380;
  background: #f0f3f8;
}
.cause__speech--stuck::before {
  left: 26%;
  border-bottom-color: #f0f3f8;
}
.cause__speech--wish {
  color: var(--ink);
  background: #e9f1fb;
}
.cause__speech--wish::before {
  right: 26%;
  border-bottom-color: #e9f1fb;
}
.cause__speech-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 13px;
  border-radius: 999px;
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.cause__speech--wish .cause__speech-tag {
  color: var(--white);
  background: var(--teal);
}
.cause__speech p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}
.cause__speech strong {
  color: var(--ink);
  font-weight: 900;
}
.cause__choice {
  margin-top: 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink-soft);
}
.cause__choice strong {
  display: inline-block;
  color: var(--teal-d);
  font-size: 19px;
  font-weight: 900;
}
.cause__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.cause__list li {
  position: relative;
  background: var(--gray);
  border-radius: 10px;
  min-height: 112px;
  padding: 22px 20px 20px 48px;
  font-weight: 700;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.8;
}
.cause__list li::before {
  content: "";
  position: absolute;
  left: 18px; top: 28px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--teal);
  opacity: .25;
}
.cause__list li::after {
  content: "";
  position: absolute;
  left: 22px; top: 32px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

/* 解決宣言 */
.solution__logic {
  max-width: 780px;
  margin: 48px auto 0;
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  padding: 30px 36px;
  font-size: 15.5px;
  font-weight: 500;
  color: var(--ink-soft);
}
.solution__logic strong { color: var(--ink); }

/* 中間CTA帯 */
.cta-band {
  margin-top: 64px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 40px 32px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 16px;
}
.sec--gray .cta-band { border: none; }
.cta-band__micro { font-size: 15px; font-weight: 700; }
.cta-band__note { font-size: 12.5px; font-weight: 700; color: var(--ink-soft); }

/* 3ステップの効果 */
.steps3__result {
  margin-top: 46px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 18px;
  font-weight: 700;
}
.steps3__result .role__up { margin-top: 0; justify-content: center; }

/* 活用シーン締め */
.can__closing {
  margin-top: 44px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-soft);
  max-width: 720px;
  margin-inline: auto;
}
.can__closing a { color: var(--grape); text-decoration: underline; text-underline-offset: 3px; }

/* Before → After */
.ba { display: grid; gap: 18px; margin-bottom: 46px; }
.ba__row {
  display: grid;
  grid-template-columns: 1fr auto 1.2fr;
  gap: 16px;
  align-items: stretch;
}
.ba__before, .ba__after {
  border-radius: 12px;
  padding: 20px 22px 18px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.9;
}
.ba__before { background: rgba(255, 255, 255, .08); color: #c3d1e6; }
.ba__after { background: var(--white); color: var(--ink); box-shadow: 0 14px 34px rgba(0, 0, 0, .25); }
.ba__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  border-radius: 999px;
  padding: 3px 12px;
  margin-bottom: 8px;
}
.ba__before .ba__tag { background: rgba(255, 255, 255, .16); color: #d8e2f2; }
.ba__after .ba__tag { background: var(--grad); color: var(--white); }
.ba__arrow {
  align-self: center;
  font-family: var(--en);
  font-weight: 800;
  font-size: 26px;
  color: var(--pink);
}
.future__img { margin-bottom: 40px; }
.future__photo {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .24);
}
.future__closing {
  text-align: center;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 2.2;
  color: #e9f0fa;
}

/* 導入しやすさ */
.merit__closing { margin-top: 26px; font-size: 15px; font-weight: 700; }

/* eラーニング */
.el__new {
  display: inline-block;
  background: var(--grad);
  color: var(--white);
  font-family: var(--en);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .2em;
  border-radius: 999px;
  padding: 5px 20px;
  margin-bottom: 16px;
}
.el-curr { margin-top: 72px; }
.el-curr__ttl {
  text-align: center;
  font-size: clamp(21px, 2.2vw, 27px);
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 36px;
}
.el-sup { margin-top: 72px; }
.sup { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sup__card {
  background: var(--gray);
  border-radius: 14px;
  padding: 26px 28px 22px;
}
.sup__ttl { font-size: 16.5px; font-weight: 900; }
.sup__ttl::before {
  content: "";
  display: inline-block;
  width: 12px; height: 12px;
  border-radius: 3px;
  background: var(--teal-grad);
  margin-right: 10px;
}
.sup__txt { margin-top: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink-soft); line-height: 2; }
.el-pricing { margin-top: 72px; }

/* 向き・不向き */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.fit__card { border-radius: var(--radius); padding: 34px 30px; }
.fit__card--ng { background: #e8ecf3; }
.fit__card--ok { background: var(--white); box-shadow: var(--shadow-card); border: 2px solid var(--teal); }
.fit__ttl { text-align: center; font-size: 20px; font-weight: 900; margin-bottom: 20px; }
.fit__card--ng .fit__ttl { color: #566380; }
.fit__card--ok .fit__ttl { color: var(--teal-d); }
.fit__list { display: grid; gap: 14px; }
.fit__list li {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
.fit__list--ng li { color: #566380; }
.fit__list--ng li::before, .fit__list--ng li::after {
  content: "";
  position: absolute;
  left: 8px; top: 12px;
  width: 16px; height: 3px;
  border-radius: 2px;
  background: #566380;
}
.fit__list--ng li::before { transform: rotate(45deg); }
.fit__list--ng li::after { transform: rotate(-45deg); }
.fit__list--ok li::before {
  content: "";
  position: absolute;
  left: 4px; top: 7px;
  width: 15px; height: 9px;
  border-left: 3.5px solid var(--teal);
  border-bottom: 3.5px solid var(--teal);
  transform: rotate(-45deg);
}

/* 会社 */
.company__wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.company__txt .sec-head__ttl { text-align: left; font-size: 32px; }
.company__txt p { font-size: 15px; font-weight: 500; color: var(--ink-soft); }
.company__info { margin-top: 30px; border-top: 1px solid var(--line); }
.company__info > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 13px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.company__info dt { font-weight: 900; color: var(--teal-d); }
.company__info dd { font-weight: 500; color: var(--ink-soft); }
.company__photo {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

/* 顧問紹介 */
.prof {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 44px 48px 46px;
}
.prof__head {
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 30px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.prof__photo { width: 152px; height: 152px; object-fit: cover; border-radius: 50%; }
.prof__name { font-size: 26px; font-weight: 900; color: var(--ink); letter-spacing: .04em; }
.prof__role { margin-top: 10px; font-size: 15px; font-weight: 700; color: var(--teal); }
.prof__sep { margin: 0 6px; color: var(--line); }
.prof__lead {
  margin-top: 26px;
  font-size: 15.5px;
  font-weight: 500;
  color: var(--ink-soft);
  line-height: 2;
}
.prof__lead strong { font-weight: 900; color: var(--ink); }
.prof__cols {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.prof__ttl {
  font-size: 14px;
  font-weight: 900;
  color: var(--teal-d);
  letter-spacing: .08em;
  padding-left: 13px;
  position: relative;
}
.prof__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
}
.prof__tags { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 9px; }
.prof__tags li {
  padding: 7px 15px;
  border-radius: 999px;
  background: var(--teal-l);
  color: var(--teal-d);
  font-size: 13.5px;
  font-weight: 700;
}
.prof__awards { margin-top: 15px; display: grid; gap: 11px; }
.prof__awards li {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.75;
}
.prof__year {
  display: inline-block;
  min-width: 62px;
  margin-right: 4px;
  font-family: var(--en);
  font-weight: 800;
  color: var(--teal);
}

/* コンタクト締め */
.contact__closing {
  margin-top: 34px;
  text-align: center;
  font-size: 15.5px;
  font-weight: 900;
  color: #e9f0fa;
  letter-spacing: .04em;
}

/* ============================================================
   SP
   ============================================================ */
@media (max-width: 1023px) {
  .fv__grid { grid-template-columns: 1fr; min-height: 0; }
  .fv__left { padding: 108px 24px 50px; }
  .fv__right { min-height: 460px; }
  .role__wrap { grid-template-columns: 1fr; gap: 34px; }
  .cause__wrap { grid-template-columns: 1fr; gap: 34px; }
  .company__wrap { grid-template-columns: 1fr; gap: 34px; }
  .prof { padding: 36px 32px 38px; }
  .prof__cols { grid-template-columns: 1fr; gap: 28px; }
  .sup { grid-template-columns: 1fr; }
  .fit { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; gap: 34px; }
  .curr { grid-template-columns: repeat(2, 1fr); }
  .can { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .flow__item:nth-child(3)::after { display: none; }
}

@media (max-width: 767px) {
  body { font-size: 15px; }
  p,
  li { text-wrap: pretty; }
  section { padding: 72px 0; }

  .prof { padding: 30px 22px 32px; }
  .prof__head {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    text-align: center;
    padding-bottom: 22px;
  }
  .prof__photo { width: 128px; height: 128px; }
  .prof__name { font-size: 22px; }
  .prof__role { font-size: 14px; }
  .prof__sep { display: block; height: 0; overflow: hidden; margin: 0; }
  .prof__lead { margin-top: 22px; font-size: 15px; line-height: 1.95; }
  .prof__tags li { font-size: 13px; padding: 6px 13px; }
  .prof__awards li { font-size: 14px; }
  .container { padding-inline: 20px; }
  .sec-head { margin-bottom: 40px; }
  .sec-head__ttl {
    font-size: clamp(23px, 6.5vw, 27px);
    line-height: 1.55;
    letter-spacing: 0;
  }

  .sp-line {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
  }
  .hl-grad,
  .hl-teal {
    display: inline-block;
    white-space: nowrap;
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
  }
  .u-gradline {
    background-size: 100% 5px;
    padding-bottom: 5px;
  }
  .sec-head__ttl--steps .sec-head__line--highlight {
    display: block;
    width: max-content;
    max-width: 100%;
    padding: 2px 6px;
    font-size: clamp(19px, 5.8vw, 24px);
    letter-spacing: -.03em;
    line-height: 1.65;
    white-space: nowrap;
  }
  .hl-grad,
  .hl-teal {
    display: inline-block;
    padding: 2px 8px;
    margin: 2px 0;
    white-space: nowrap;
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
  }
  #elearning .sec-head__ttl {
    font-size: clamp(21px, 5.7vw, 24px);
  }
  .header__logo { font-size: 14px; }
  .header__logo-mark { width: 28px; height: 28px; }
  .header__cta { font-size: 12px; padding: 9px 14px; }

  .fv__left { padding: 92px 18px 36px; }
  .fv__circle { display: none; }
  .fv__badge {
    font-size: 11px;
    padding: 2px 0 2px 10px;
    border-left-width: 3px;
    margin-bottom: 18px;
  }
  .fv__ttl { font-size: clamp(28px, 8vw, 32px); line-height: 1.33; }
  .fv__ttl .plate {
    margin-top: 13px;
    padding: 2px 0 3px 11px;
    border-left-width: 4px;
    font-size: .74em;
  }
  .fv__sub {
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 15.5px;
    line-height: 1.7;
  }
  .fv__price {
    width: 100%;
    min-width: 0;
    margin-top: 15px;
    gap: 2px;
    padding: 11px 13px 12px;
  }
  .fv__price-label { font-size: 10px; padding: 0; letter-spacing: .09em; }
  .fv__price-row { gap: 5px; }
  .fv__price-prefix { font-size: 11px; }
  .fv__price-num { font-size: 38px; }
  .fv__price-unit { font-size: 12px; }
  .fv__price-unit small { font-size: 9px; }
  .fv__trust {
    width: 100%;
    margin-top: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 4px;
  }
  .fv__award-main strong { font-size: 27px; }
  .fv__award-main small { font-size: 9px; }
  .fv__award-main--zero strong { font-size: 38px; }
  .fv__award-main--zero small { font-size: 12px; }
  .fv__award-ribbon { font-size: 8px; }
  .fv__cta { flex-direction: column; align-items: stretch; text-align: center; }
  .fv__right { min-height: 460px; }
  .fv__collage { gap: 6px; inset: -2% -9%; transform: rotate(-2deg) scale(.96); }
  .fv__tile .imgslot { min-height: 0; }
  .fv__photo { min-height: 0; border-radius: 10px; }

  .worry__grid { grid-template-columns: 1fr; gap: 22px; max-width: 440px; margin-inline: auto; }
  .worry__answer { padding: 4px 20px; }
  .worry__then { font-size: 19px; }

  .venn { flex-direction: column; }
  .venn__circle {
    width: min(264px, 72vw);
    padding: 26px 22px;
    gap: 8px;
  }
  .venn__circle--advisor { margin: 0 0 -18px 0; }
  .venn__circle--learn { margin: -18px 0 0 0; }
  .venn__name {
    font-size: 23px;
    line-height: 1.35;
  }
  .venn__en { font-size: 10px; }
  .venn__txt {
    font-size: 12.5px;
    line-height: 1.7;
  }
  .venn__cross {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin: -22px 0;
    border-radius: 50%;
    background: var(--white);
    color: var(--teal-d);
    font-size: 25px;
    text-shadow: none;
    box-shadow: 0 7px 18px rgba(23, 42, 79, .18);
  }
  #steps .sec-head__line--highlight {
    width: fit-content;
    max-width: calc(100% - 8px);
    margin-inline: auto;
    padding: 0 2px 5px;
    border-bottom: 4px solid var(--pink);
    border-radius: 0;
    color: var(--teal-d);
    background: none;
    font-size: clamp(19px, 5.6vw, 23px);
    text-align: center;
  }
  #merit .sec-head__ttl {
    font-size: clamp(21px, 5.9vw, 24px);
  }
  .steps3 { grid-template-columns: 1fr; margin-top: 44px; }
  .steps3__arrow,
  .ba__arrow {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    justify-self: center;
    transform: none;
    font-size: 0;
  }
  .steps3__arrow::before,
  .ba__arrow::before {
    content: "↓";
    font-family: var(--en);
    font-size: 26px;
    line-height: 1;
  }

  .el-price { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .el-feat { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
  .stats { flex-wrap: wrap; gap: 26px 36px; }
  .curr { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .path { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .path__item:nth-child(2)::after { display: none; }
  .path__circle {
    width: min(142px, calc((100vw - 52px) / 2));
    height: min(142px, calc((100vw - 52px) / 2));
    min-height: 0;
    aspect-ratio: auto;
    padding: 12px;
    gap: 2px;
    overflow: hidden;
  }
  .path__num { font-size: 22px; }
  .path__num::after { margin: 4px auto 2px; }
  .path__ttl {
    font-size: 12.5px;
    line-height: 1.35;
    white-space: nowrap;
  }
  .path__sub { font-size: 10.5px; }

  .can { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .generated-diagram__heading { font-size: 10px; padding: 6px 10px; }
  .generated-diagram__message { font-size: 9px; }
  .journey-label { font-size: 10px; padding: 6px 10px; }
  .journey-label small { font-size: 9px; }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .flow__item:nth-child(2)::after { display: none; }
  .flow__item:nth-child(4)::after { display: none; }
  .flow__circle { width: min(130px, 100%); }
  .flow__num::after { margin: 4px auto 1px; }

  .faq summary { font-size: 14.5px; padding: 18px 18px; gap: 12px; }
  .faq__a { padding: 0 18px 20px; font-size: 13.5px; }

  .contact__form { padding: 32px 20px; }
  .footer__inner { flex-direction: column; }

  .ba { gap: 26px; }
  .ba__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .ba__row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .ba__before,
  .ba__after {
    padding: 18px 20px;
    line-height: 1.75;
  }
  .cause__intro { font-size: 14px; line-height: 1.9; text-align: left; }
  .cause__list { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
  .cause__list li { min-height: 0; padding: 16px 16px 16px 44px; }
  .cause__list li::before { top: 22px; }
  .cause__list li::after { top: 26px; }
  .cause__fig--wide { margin-top: 28px; }
  .cause__dialogues { margin-top: 22px; grid-template-columns: 1fr; gap: 24px; }
  .cause__speech { padding: 22px 16px 20px; }
  .cause__speech--stuck::before { left: 24%; }
  .cause__speech--wish::before { right: 24%; }
  .cause__speech p {
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.75;
    letter-spacing: 0;
  }
  .cause__speech-line {
    display: block;
    white-space: nowrap;
    text-align: center;
  }
  .cause__choice { margin-top: 20px; font-size: 14px; }
  .cause__choice strong { display: block; margin-top: 4px; font-size: 16px; }
  .cta-band { padding: 32px 20px; margin-top: 48px; }
  .company__txt .sec-head__ttl { font-size: 24px; }
  .company__info > div { grid-template-columns: 86px 1fr; }
  .solution__logic { padding: 24px 22px; }
  .el-curr, .el-sup, .el-pricing { margin-top: 56px; }

  .btn--grad { width: 100%; font-size: 17px; padding: 20px 30px; }
  .btn--dark { width: 100%; }
}

/* FV v4 final cascade overrides */
.fv__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: max(720px, calc(100svh - 84px));
}
.fv__left {
  z-index: 2;
  padding: 82px 4.4vw 28px;
  background: var(--white);
}
.fv__circle { border-color: rgba(47, 78, 115, .10); }
.fv__circle::after { border-color: rgba(47, 78, 115, .045); }
.fv__badge {
  color: var(--white);
  background: var(--grad);
  font-size: 13px;
  letter-spacing: .055em;
  padding: 13px 22px;
  border: 0;
  border-radius: 10px;
  margin-bottom: 24px;
  box-shadow: 0 10px 24px rgba(255, 224, 20, .22);
}
.fv__badge::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: -10px;
  width: 20px;
  height: 12px;
  background: #ffe433;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.fv__ttl {
  font-size: clamp(48px, 3.6vw, 66px);
  line-height: 1.15;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.fv__ttl .plate {
  display: block;
  width: min(100%, 440px);
  margin-top: 14px;
  padding: 5px 18px 8px;
  border: 0;
  color: var(--white);
  background: linear-gradient(135deg, #1b3350 0%, #2f4e73 55%, #3f6491 100%);
  font-size: .82em;
  line-height: 1.2;
  letter-spacing: .1em;
  box-shadow: 4px 4px 0 rgba(47, 78, 115, .42);
}
.fv__ttl .ai { color: #ffee66; text-shadow: none; }
.fv__sub {
  width: auto;
  margin-top: 30px;
  padding-top: 0;
  border: 0;
  font-size: clamp(18px, 1.42vw, 23px);
  font-weight: 900;
  letter-spacing: .005em;
}
.fv__sub .grad-txt {
  color: transparent;
  background: var(--grad);
  box-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv__price {
  width: fit-content;
  min-width: 0;
  margin-top: 18px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.fv__price-label {
  align-self: center;
  color: var(--white);
  background: var(--teal);
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.3;
  padding: 9px 12px;
  border-radius: 8px;
}
.fv__price-num { font-size: clamp(52px, 4vw, 68px); }
.fv__price-unit { font-size: 16px; }
.fv__price-unit small { font-size: 12px; }
.fv__trust {
  width: min(100%, 420px);
  margin-top: 5px;
  gap: 4px;
}
.fv__trust-badge {
  position: static;
  aspect-ratio: auto;
  display: block;
}
.fv__trust-badge img {
  position: static;
  inset: auto;
  z-index: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fv__cta { margin-top: 8px; }
.fv__cta .btn {
  font-size: 16px;
  padding: 13px 38px;
  box-shadow: 0 10px 24px rgba(255, 224, 20, .28);
}
.fv__right {
  position: relative;
  z-index: 1;
  min-width: 0;
  background: #eef3fa;
  overflow: hidden;
}
.fv__collage {
  position: absolute;
  inset: -38% -58% -38% -50%;
  display: flex;
  grid-template-columns: none;
  flex-direction: column;
  justify-content: center;
  align-content: initial;
  align-items: initial;
  gap: 6px;
  transform: rotate(-18deg);
  transform-origin: center;
}
.fv__track {
  display: flex;
  gap: 6px;
  width: max-content;
  will-change: transform;
  animation: fv-scroll-left 36s linear infinite alternate;
}
.fv__track--right {
  animation-name: fv-scroll-right;
  animation-delay: -13s;
}
.fv__track--slow { animation-duration: 44s; }
.fv__track:nth-child(5) { animation-delay: -7s; }
.fv__track:nth-child(6) { animation-delay: -19s; }
.fv__track:nth-child(7) { animation-delay: -4s; }
.fv__track:nth-child(8) { animation-delay: -25s; }
.fv__tile,
.fv__tile:nth-child(3),
.fv__tile:nth-child(4),
.fv__tile:nth-child(7),
.fv__tile:nth-child(8) {
  position: relative;
  flex: 0 0 clamp(310px, 23vw, 420px);
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border: 7px solid var(--white);
  border-radius: 12px;
  background: var(--white);
  transform: none;
}
.fv__photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: none;
}

@media (max-width: 1023px) {
  .fv__grid {
    position: relative;
    display: block;
    min-height: 0;
    padding: 190px 0 150px;
  }
  .fv__right {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 100%;
  }
  .fv__collage {
    inset: -12% -45%;
    gap: 6px;
    transform: rotate(-18deg);
  }
  .fv__track { gap: 6px; }
  .fv__tile,
  .fv__tile:nth-child(3),
  .fv__tile:nth-child(4),
  .fv__tile:nth-child(7),
  .fv__tile:nth-child(8) {
    flex-basis: clamp(270px, 46vw, 380px);
    border-width: 6px;
  }
  .fv__left {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), 700px);
    margin: 0 auto;
    padding: 54px 42px 48px;
    background: rgba(255, 255, 255, .98);
    clip-path: polygon(0 4%, 92% 4%, 100% 8%, 100% 96%, 8% 96%, 0 92%);
    box-shadow: 0 18px 50px rgba(22, 50, 59, .18);
  }
}

@media (max-width: 767px) {
  .fv__grid { padding: 132px 0 112px; }
  .fv__collage {
    inset: -10% -75%;
    gap: 5px;
  }
  .fv__track { gap: 5px; }
  .fv__tile,
  .fv__tile:nth-child(3),
  .fv__tile:nth-child(4),
  .fv__tile:nth-child(7),
  .fv__tile:nth-child(8) {
    flex-basis: 270px;
    border-width: 5px;
    border-radius: 10px;
  }
  .fv__left {
    width: calc(100% - 16px);
    padding: 46px 14px 40px;
    clip-path: polygon(0 3%, 93% 3%, 100% 6%, 100% 97%, 7% 97%, 0 94%);
  }
  .fv__circle { display: none; }
  .fv__badge {
    display: block;
    width: 100%;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    padding: 9px 12px;
    margin-bottom: 18px;
  }
  .fv__badge::after {
    left: 24px;
    bottom: -8px;
    width: 16px;
    height: 9px;
  }
  .fv__ttl {
    width: 100%;
    font-size: clamp(31px, 9.4vw, 39px);
    line-height: 1.24;
    white-space: normal;
  }
  .fv__ttl .plate {
    width: 100%;
    margin-top: 11px;
    padding: 4px 10px 6px;
    border: 0;
    font-size: .78em;
    text-align: center;
  }
  .fv__sub {
    width: 100%;
    margin-top: 22px;
    padding-top: 0;
    font-size: clamp(14px, 3.7vw, 15.5px);
    line-height: 1.7;
    white-space: normal;
  }
  .fv__price {
    width: fit-content;
    max-width: 100%;
    margin-top: 14px;
    gap: 8px;
    padding: 0;
    white-space: nowrap;
  }
  .fv__price-label {
    flex: 0 0 auto;
    font-size: 10.5px;
    padding: 8px 10px;
    border-radius: 7px;
  }
  .fv__price-num {
    font-size: clamp(44px, 12vw, 50px);
    line-height: 1;
  }
  .fv__price-unit { font-size: 12px; }
  .fv__price-unit small { font-size: 9px; }
  .fv__trust {
    width: 100%;
    margin-top: 10px;
    gap: 0;
  }
  .fv__cta { margin-top: 12px; }
  .fv__cta .btn {
    font-size: 15px;
    padding: 10px 24px;
  }
}


/* ============================================================
   紺×金 オーバーライド（金面の文字は紺に）
   ============================================================ */
.btn--grad,
.header__cta,
.hl-grad,
.el-band,
.el__new,
.plan__pop,
.ba__after .ba__tag,
.venn__circle--learn {
  color: #14304d;
}
.btn--grad .btn__arrow { color: #14304d; }
.venn__circle--learn .venn__txt { color: #14304d; }
.venn__circle--learn .venn__en { opacity: .65; }
.grad-txt {
  background: linear-gradient(transparent 58%, rgba(255, 238, 115, .35) 58%);
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: inherit;
  padding-inline: 2px;
}


/* 黄面・黄文字の可読性フィックス（最終） */
.fv__badge { color: #14304d; }
.fv__sub .grad-txt {
  color: var(--ink);
  background: linear-gradient(transparent 58%, rgba(255, 232, 58, .7) 58%);
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  padding-inline: 2px;
}


/* 2026-07-26 SPフィードバック反映 */
.venn__cross { display: none; }
.fv__badge { font-size: 15px; }
.fv__ttl .ai { color: #ffdf00; }
.plan--pro .plan__msg span { background: #27415f; color: #ffffff; }
.plan--advisor { border-width: 3px; border-color: #ffd60a; }
.plan--advisor .plan__msg span { background: rgba(255, 224, 20, .28); color: #27415f; }
@media (max-width: 767px) {
  .fv__badge { font-size: 14px; line-height: 1.6; }
}


/* SP: 2列レイアウトで行内矢印(03→04)を復活 */
@media (max-width: 767px) {
  .flow__item:nth-child(3)::after { display: block; }
}


/* 後半セクションの無機質対策 — 黄アクセント再配置 */
.flow__item:first-child .flow__circle {
  background: linear-gradient(180deg, #ffe95c 0%, #ffd60a 100%);
}
.flow__item:first-child .flow__num,
.flow__item:first-child .flow__ttl { color: #14304d; }
.flow__item:first-child .flow__num::after { background: #14304d; }
.flow__item:not(:last-child)::after { border-left-color: #ffd60a; }
.faq__q {
  background: linear-gradient(180deg, #ffe95c 0%, #ffd60a 100%);
  color: #14304d;
}
.faq__a-mark { color: #14304d; }
.company__info dt::before {
  content: "";
  display: inline-block;
  width: 9px; height: 9px;
  background: #ffd60a;
  border-radius: 2px;
  margin-right: 9px;
}
.contact__flag { border-color: rgba(255, 224, 20, .6); }
.contact__flags .contact__flag:first-child {
  background: linear-gradient(180deg, #ffe95c 0%, #ffd60a 100%);
  border-color: transparent;
  color: #14304d;
}


/* FVマーキー: 3セット複製前提の継ぎ目なし無限ループ（空白防止） */
.fv__track {
  animation: fv-scroll-left 62s linear infinite;
}
.fv__track--right {
  animation-name: fv-scroll-right;
  animation-delay: -13s;
}
.fv__track--slow { animation-duration: 78s; }
@keyframes fv-scroll-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-33.3333%, 0, 0); }
}
@keyframes fv-scroll-right {
  from { transform: translate3d(-33.3333%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}


/* ============================================================
   PC FV: 流れる写真の上にモーダル風フォーム
   ============================================================ */
@media (min-width: 1024px) {
  .fv__grid { position: relative; }
  .fv__right { position: relative; }
  .fv__right::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(18, 33, 58, .05) 0%, rgba(18, 33, 58, .22) 100%);
    z-index: 2;
    pointer-events: none;
  }
}
.fv__form-wrap {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  pointer-events: none;
  padding: 96px 3vw 40px;
}
.fv__form-card {
  pointer-events: auto;
  width: min(430px, 88%);
  max-height: min(74vh, 640px);
  overflow-y: auto;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 34px 90px rgba(10, 22, 42, .42), 0 6px 22px rgba(10, 22, 42, .22);
  padding: 26px 26px 22px;
}
.fv__form-ttl {
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.5;
}
.fv__form-ttl small {
  display: block;
  font-family: var(--en);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .24em;
  color: #3f6491;
  margin-bottom: 6px;
}
.fv__form-note {
  text-align: center;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--ink-soft);
  margin: 6px 0 10px;
}
.fv__form-card .formrun-embed { min-height: 300px; }
.fv__form-fallback { display: grid; justify-items: center; gap: 10px; padding: 18px 0 8px; }
.fv__form-fallback .btn--grad { width: 100%; font-size: 17px; padding: 18px 20px; }
.fv__form-fallback-note { font-size: 11.5px; font-weight: 700; color: var(--ink-soft); }
@media (max-width: 1023px) {
  .fv__form-wrap { display: none; }
  .fv__right::after { display: none; }
}


/* PC: 左CTAなし・バッジ拡大＋リード一文でレイアウトを充実 */
.fv__lead { display: none; }
@media (min-width: 1024px) {
  .fv__cta { display: none; }
  .fv__lead {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    color: var(--ink-soft);
  }
  .fv__price { margin-top: 22px; }
  .fv__trust {
    margin-top: 28px;
    width: min(100%, 540px);
    gap: 14px;
  }
}


/* モーダルの角をSPカード同様の斜めカットに */
.fv__form-card {
  border-radius: 0;
  box-shadow: none;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
  filter: drop-shadow(0 26px 50px rgba(10, 22, 42, .38)) drop-shadow(0 6px 16px rgba(10, 22, 42, .18));
}


/* CONTACT: formrun不達時のフォールバック */
.contact__form-fallback { display: grid; justify-items: center; gap: 8px; padding: 26px 0 14px; }
.contact__form-fallback-lead { font-size: 14.5px; font-weight: 700; color: var(--ink); text-align: center; }
.contact__form-tel {
  font-family: var(--en);
  font-size: 34px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: .02em;
}
.contact__form-fallback-note { font-size: 12.5px; font-weight: 700; color: var(--ink-soft); }


/* アドバイザー価格を他プランと同じ濃紺に */
.plan--advisor .plan__price .num { color: #2f4e73; }


/* 2026-07-26 まとめ調整 */
/* ベン図: 黄円が紺円の下に潜る問題（opacityのスタッキング）を解消 */
.venn__circle--advisor { opacity: 1; }
.venn__circle--learn { position: relative; z-index: 2; }

/* 原因カード: 中身を上下センターにして行数差の違和感を解消 */
.cause__list li {
  display: flex;
  align-items: center;
  min-height: 96px;
  padding: 18px 20px 18px 48px;
}
.cause__list li::before { top: 50%; transform: translateY(-50%); margin-top: 0; }
.cause__list li::after { top: 50%; transform: translateY(-50%); margin-top: 0; }

/* FV: メダル拡大＋間隔詰め、円モチーフを大きく */
@media (min-width: 1024px) {
  .fv__trust {
    width: min(100%, 600px);
    gap: 6px;
    margin-top: 30px;
  }
  .fv__circle {
    width: 760px;
    height: 760px;
    left: -220px;
  }
}


/* ヘッダー: ロゴ/CTAをコンテンツ（キャッチコピー）と左右揃えに */
.header__inner {
  max-width: none;
  padding: 12px max(20px, 4.4vw);
}


/* ベン図: 両円のテキストが重なり部に食い込まないよう調整（PC） */
@media (min-width: 768px) {
  .venn__circle--advisor { margin-right: -4.5%; padding-right: 56px; }
  .venn__circle--learn { margin-left: -4.5%; padding-left: 56px; }
}


/* FVテキストのレスポンシブ強化: 座布団はテキスト幅に追従・中間幅は2行化 */
.fv__ttl .plate {
  width: fit-content;
  max-width: 100%;
  padding-right: 26px;
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .fv__ttl { font-size: clamp(38px, 4.2vw, 52px); }
  .fv__ttl .br-sp { display: inline; }
}


/* バッジ間隔を詰める */
@media (min-width: 1024px) {
  .fv__trust { gap: 0; width: min(100%, 560px); }
}
@media (max-width: 767px) {
  .fv__trust { gap: 0; }
}


/* ベン図: 黄円を半透明にして重なりをブレンド表示 */
.venn__circle--learn {
  background: linear-gradient(180deg, rgba(255, 233, 92, .86) 0%, rgba(255, 214, 10, .86) 100%);
}


/* 掛け算の説明: PCは中央揃えの宣言ブロックに */
@media (min-width: 1024px) {
  .solution__logic {
    max-width: 680px;
    text-align: center;
    padding: 30px 34px;
  }
}


/* ============================================================
   中間CTA v2 — TASKUL型（オーロラ淡グラデ＋大見出し＋吹き出しバッジ）
   ============================================================ */
.cta-band {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 24px;
  background:
    radial-gradient(640px 320px at 10% 115%, rgba(255, 214, 10, .18), transparent 62%),
    radial-gradient(720px 340px at 92% -15%, rgba(63, 100, 145, .14), transparent 62%),
    radial-gradient(400px 220px at 55% 130%, rgba(255, 233, 92, .12), transparent 60%),
    var(--white);
  padding: 68px 32px 60px;
  gap: 14px;
  box-shadow: var(--shadow-card);
}
.cta-band__ttl {
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: .02em;
  color: var(--ink);
}
.cta-band__sub {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
}
.cta-band__act {
  display: grid;
  justify-items: center;
  margin-top: 14px;
}
.cta-band__bubble {
  position: relative;
  z-index: 2;
  background: var(--white);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 900;
  color: var(--ink);
  padding: 8px 20px;
  box-shadow: 0 6px 18px rgba(23, 42, 79, .16);
  margin-bottom: -10px;
}
.cta-band__bubble::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: var(--white);
  border-bottom: 0;
}
@media (max-width: 767px) {
  .cta-band { padding: 46px 20px 42px; border-radius: 18px; }
  .cta-band__act .btn--grad { width: 100%; }
}


/* ============================================================
   eラーニング料金カード v2 — アイコン＋2段構成・月額を主役に
   ============================================================ */
.el-price {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-top: 12px;
}
.el-price__card {
  position: relative;
  overflow: visible;
  text-align: left;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(23, 42, 79, .07);
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.el-price__card--main {
  border: 2px solid #2f4e73;
  box-shadow: 0 18px 44px rgba(23, 42, 79, .16);
  background:
    linear-gradient(180deg, rgba(255, 224, 20, .07) 0%, rgba(255, 255, 255, 0) 46%),
    var(--white);
}
.el-price__badge {
  position: absolute;
  top: -13px;
  left: 24px;
  background: linear-gradient(180deg, #ffec5c 0%, #ffe021 100%);
  color: #14304d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 6px 16px;
  border-radius: 2px;
  box-shadow: 0 6px 14px rgba(23, 42, 79, .18);
}
.el-price__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line);
}
.el-price__ic {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #27415f 0%, #3f6491 100%);
  color: var(--white);
}
.el-price__card--main .el-price__ic {
  background: linear-gradient(135deg, #1b3350 0%, #2f4e73 100%);
}
.el-price__ic svg { width: 21px; height: 21px; }
.el-price__meta { min-width: 0; }
.el-price__label {
  font-size: 16px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.4;
}
.el-price__per {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-soft);
  margin-top: 2px;
}
.el-price__amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: auto;
}
.el-price__num {
  font-family: var(--en);
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 800;
  line-height: 1;
  color: #2f4e73;
  letter-spacing: -.01em;
}
.el-price__card--main .el-price__num { font-size: clamp(38px, 3.4vw, 50px); }
.el-price__yen {
  font-size: 15px;
  font-weight: 900;
  color: var(--ink);
}
.el-price__tax {
  margin-left: auto;
  align-self: flex-end;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-soft);
  background: var(--gray);
  border-radius: 2px;
  padding: 3px 8px;
}
@media (max-width: 767px) {
  .el-price { grid-template-columns: 1fr; gap: 22px; max-width: 420px; }
  .el-price__card { padding: 22px 20px 20px; }
}


/* el-price ラベルの旧スタイル打ち消し（帯→プレーンテキスト） */
.el-price__label {
  background: none;
  padding: 0;
  letter-spacing: .02em;
  color: var(--ink);
}
.el-price__card .el-price__head { align-items: flex-start; }
.el-price__meta { padding-top: 2px; }


/* ============================================================
   eラーニング料金 v3 — 明細型（選択肢に見せない）
   ============================================================ */
.fee {
  max-width: 720px;
  margin: 8px auto 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 14px 38px rgba(23, 42, 79, .09);
  overflow: hidden;
}
.fee__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(135deg, #1b3350 0%, #2f4e73 55%, #3f6491 100%);
  color: var(--white);
  padding: 16px 26px;
}
.fee__head-ttl { font-size: 16px; font-weight: 900; letter-spacing: .04em; }
.fee__head-note { font-size: 11.5px; font-weight: 700; opacity: .82; }
.fee__list { display: block; }
.fee__row {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  border-bottom: 1px dashed var(--line);
}
.fee__row:last-child { border-bottom: 0; }
.fee__row--main { background: rgba(255, 224, 20, .09); }
.fee__timing {
  justify-self: start;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: .06em;
  color: var(--ink-soft);
  background: var(--gray);
  border-radius: 2px;
  padding: 5px 12px;
  white-space: nowrap;
}
.fee__timing--main {
  background: linear-gradient(180deg, #ffec5c 0%, #ffe021 100%);
  color: #14304d;
}
.fee__name {
  font-size: 16px;
  font-weight: 900;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.fee__name small { font-size: 12px; font-weight: 700; color: var(--ink-soft); }
.fee__val {
  font-size: 14px;
  font-weight: 900;
  color: var(--ink);
  white-space: nowrap;
}
.fee__val b {
  font-family: var(--en);
  font-size: 32px;
  font-weight: 800;
  color: #2f4e73;
  margin-right: 3px;
  letter-spacing: -.01em;
}
.fee__row--main .fee__val b { font-size: 40px; }
.fee__foot {
  background: var(--gray);
  padding: 16px 26px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.9;
  color: var(--ink-soft);
  text-align: center;
}
@media (max-width: 767px) {
  .fee__head { padding: 14px 18px; flex-direction: column; align-items: flex-start; gap: 2px; }
  .fee__row {
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
    padding: 18px;
  }
  .fee__timing { grid-column: 1 / -1; }
  .fee__name { font-size: 15px; }
  .fee__val b { font-size: 28px; }
  .fee__row--main .fee__val b { font-size: 34px; }
  .fee__foot { padding: 14px 18px; text-align: left; }
}


/* fee: フッター注記を撤去したので最終行の角を整える */
.fee__row:last-child { border-bottom: 0; }
.fee__list { border-bottom: 0; }


/* formrun埋め込み枠: 未表示時の最低高さ確保（フォールバック撤去に伴う） */
.fv__form-card .formrun-embed,
.contact__form .formrun-embed { min-height: 300px; }


/* ============================================================
   2026-07-26 クライアント修正
   ============================================================ */
/* H1差し替えに伴うサイズ調整（1行が長くなったため） */
.fv__ttl {
  font-size: clamp(30px, 2.55vw, 44px);
  line-height: 1.32;
  letter-spacing: -.015em;
}
.fv__ttl .plate {
  width: fit-content;
  max-width: 100%;
  font-size: 1.08em;
  margin-top: 16px;
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .fv__ttl { font-size: clamp(26px, 2.8vw, 36px); }
}
@media (max-width: 1023px) {
  .fv__ttl { font-size: clamp(24px, 5.2vw, 34px); line-height: 1.4; }
}
@media (max-width: 767px) {
  .fv__ttl { font-size: clamp(21px, 6.2vw, 27px); line-height: 1.45; }
  .fv__ttl .plate { width: 100%; font-size: 1.06em; text-align: center; }
}

/* formrun iframe: SDKが高さを通知できない場合の保険 */
.formrun-embed iframe {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
}
.fv__form-card .formrun-embed iframe { min-height: 520px; }


/* トライアル: 3ヶ月限定バッジと自動移行の注記 */
.plan--trial { position: relative; }
.plan__term {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #27415f 0%, #3f6491 100%);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  padding: 7px 18px;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(23, 42, 79, .2);
}
.plan__shift {
  margin-top: 16px;
  background: var(--gray);
  border-radius: 2px;
  padding: 12px 14px;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.85;
  color: var(--ink-soft);
}
.plans__note { line-height: 2; }


/* ============================================================
   FV左カラム リバランス（2026-07-27）
   上を詰めず下を余らせない／要素の主従を整理
   ============================================================ */
@media (min-width: 1024px) {
  /* 縦位置: 上の余白を増やして中央寄りに、下は詰める */
  .fv__left {
    justify-content: center;
    padding-top: 118px;
    padding-bottom: 56px;
  }

  /* ① 吹き出しバッジを大きく */
  .fv__badge {
    font-size: 17px;
    padding: 14px 26px;
    margin-bottom: 30px;
  }

  /* ② H1はやや小さく */
  .fv__ttl { font-size: clamp(28px, 2.32vw, 40px); }

  /* ③ 座布団「みんなのAI相談室」は大きく */
  .fv__ttl .plate {
    font-size: 1.24em;
    padding: 8px 24px 11px;
    margin-top: 20px;
  }

  /* ④ サブとリードの行間を詰めて1ブロックに見せる */
  .fv__sub { margin-top: 34px; }
  .fv__lead {
    margin-top: 8px;
    line-height: 1.7;
    font-size: 14.5px;
  }

  /* ⑤ 価格: 枠を作らずタイポで見せる（左border＋2トン面は厳禁）
        → feedback_no_left_border_box */
  .fv__price {
    margin-top: 26px;
    display: flex;
    align-items: baseline;
    gap: 14px;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    overflow: visible;
  }
  .fv__price-label {
    align-self: center;
    background: #2f4e73;
    color: var(--white);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    padding: 8px 16px;
    border-radius: 999px;
    white-space: nowrap;
  }
  .fv__price-num {
    font-size: clamp(46px, 3.7vw, 62px);
    color: #2f4e73;
    line-height: 1;
    padding: 0;
  }
  .fv__price-unit {
    font-size: 16px;
    font-weight: 900;
    color: var(--ink);
    padding: 0;
  }
  .fv__price-unit small { font-size: 12px; font-weight: 700; color: var(--ink-soft); }

  /* ⑥ メダルは価格との間を空けて締める */
  .fv__trust { margin-top: 34px; }
}


/* FV左: サブ2行を上げて行間を詰める／テキスト幅をメダル列に揃えて拡大 */
@media (min-width: 1024px) {
  .fv__sub {
    margin-top: 24px;
    font-size: clamp(20px, 1.62vw, 26px);
    line-height: 1.5;
  }
  .fv__lead {
    margin-top: 4px;
    line-height: 1.55;
    font-size: clamp(15px, 1.12vw, 17px);
  }
  .fv__ttl { font-size: clamp(30px, 2.52vw, 43px); }
  .fv__ttl .plate { font-size: 1.26em; }
  .fv__badge { font-size: clamp(15px, 1.2vw, 18px); }
  .fv__trust { width: min(100%, 560px); margin-top: 30px; }
}


/* 吹き出し尻尾: バッジ下端色と一致させて継ぎ目を消す */
.fv__badge::after {
  content: "";
  background: #ffd60a;
  bottom: -9px;
  height: 11px;
}
