/* Vision Connect LP
   色はロゴの藍→菫→空色から。橙（ember）は「志に火がつく」瞬間だけに使う。
   書体の役割：ゴシック＝私たちの言葉／明朝＝学生の言葉／Bricolage＝数字と欧文 */

:root {
  --paper: #F5F6FB;
  --white: #FFFFFF;
  --ink: #0D0F2C;
  --ink-2: #33365A;
  --muted: #676B8A;
  --hair: rgba(13, 15, 44, .12);
  --indigo: #2B27C9;
  --violet: #9460E6;
  --sky: #A6DFF4;
  --ember: #FF5B22;
  --ember-deep: #D43C08;
  --night: #0A0C26;
  --night-2: #14173D;
  --on-night: #E9EAF7;
  --on-night-muted: #9DA1C4;

  --f-jp: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --f-voice: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --f-num: "Bricolage Grotesque", "Zen Kaku Gothic New", sans-serif;

  --gutter: clamp(20px, 5vw, 80px);
  --max: 1240px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --hd-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--hd-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--f-jp); font-size: 16px; line-height: 1.9; font-weight: 400;
  font-feature-settings: "palt"; -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote { margin: 0; padding: 0; }
h1, h2, h3, h4, .answer-lead, .issues-list li, .faq summary { word-break: auto-phrase; line-break: strict; }
ul, ol { list-style: none; }
a { color: inherit; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: calc(var(--max) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.sp { display: none; }

/* ── 共通の型 ───────────────────────── */
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .14em; color: var(--indigo); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; flex: none; }
.eyebrow .sep { width: 1px; height: 12px; background: currentColor; opacity: .4; }
/* 肩書き行の2行目。先頭の線（28px＋gap 12px）の分だけ下げて1行目の文字にそろえる */
.eyebrow-sub { flex-basis: 100%; margin-top: -4px; padding-left: 40px; font-weight: 500; letter-spacing: .1em; color: var(--muted); }
.eyebrow--light { color: var(--sky); }
.h2 { font-size: clamp(30px, 4.3vw, 58px); line-height: 1.32; font-weight: 900; letter-spacing: .01em; margin-top: 22px; text-wrap: balance; }
.h2--sm { font-size: clamp(28px, 3.4vw, 44px); }
.h3 { font-size: clamp(18px, 1.6vw, 22px); font-weight: 700; line-height: 1.5; }
.h3 small { display: block; font-size: 13px; font-weight: 500; color: var(--muted); margin-top: 4px; }
.sec { padding-block: clamp(80px, 9.5vw, 144px); }
.sec-head--wide { max-width: 860px; }
.sec-lead { margin-top: 28px; max-width: 680px; color: var(--ink-2); }
.source { font-size: 12px; line-height: 1.8; color: var(--muted); margin-top: 28px; }

.btn {
  --bg: transparent; --fg: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 60px; padding: 0 32px; border-radius: 999px; border: 1.5px solid transparent;
  background: var(--bg); color: var(--fg); font-weight: 700; font-size: 16px; letter-spacing: .04em;
  text-decoration: none; cursor: pointer; transition: transform .3s var(--ease), background .3s, box-shadow .3s, border-color .3s;
}
.btn .arw { width: 24px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .35s var(--ease); }
.btn .arw--out { width: 14px; height: 14px; }
.btn:hover .arw { transform: translateX(6px); }
.btn:hover .arw--out { transform: translate(3px, -3px); }
.btn--ember { --bg: var(--ember-deep); --fg: #fff; box-shadow: 0 14px 30px -12px rgba(212, 60, 8, .6); }
.btn--ember:hover { --bg: #BC3304; transform: translateY(-2px); box-shadow: 0 20px 36px -12px rgba(212, 60, 8, .7); }
.btn--ghost { border-color: var(--hair); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--light { --bg: #fff; --fg: var(--ink); }
.btn--light:hover { transform: translateY(-2px); }
.btn--sm { min-height: 44px; padding: 0 22px; font-size: 14px; }
.btn--lg { min-height: 68px; width: 100%; font-size: 17px; }

/* スクロールで現れる。JSが動かない環境では最初から見えている */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--rd, 0ms); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ── 左端の線 ───────────────────────── */
.rail { position: fixed; left: 26px; top: 0; bottom: 0; width: 2px; z-index: 5; pointer-events: none; display: none; }
.rail-line { position: absolute; inset: 0; background: linear-gradient(var(--sky), var(--violet) 35%, var(--indigo) 80%, var(--ember)); transform-origin: top; transform: scaleY(var(--p, 0)); opacity: .9; }
.rail[style*='--p: 0.00'] .rail-dot, .rail:not([style]) .rail-dot { opacity: 0; }
.rail-dot { position: absolute; transition: opacity .4s; left: -4px; top: calc(var(--p, 0) * 100%); width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 0 4px rgba(255, 91, 34, .18); }
@media (min-width: 1100px) { .rail { display: block; } }

/* ── ヘッダー ───────────────────────── */
.hd { position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--hd-h); display: flex; align-items: center; justify-content: space-between; padding-inline: var(--gutter); transition: background .4s, box-shadow .4s, height .4s var(--ease); }
.hd.is-stuck { background: rgba(245, 246, 251, .86); backdrop-filter: blur(14px) saturate(1.4); box-shadow: 0 1px 0 var(--hair); --hd-h: 64px; }
.hd-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--f-num); font-weight: 700; font-size: 19px; letter-spacing: -.01em; }
.hd-logo img { width: 62px; height: auto; }
.hd-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); font-size: 14px; font-weight: 500; }
.hd-nav a:not(.btn) { text-decoration: none; position: relative; padding-block: 6px; }
.hd-nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--indigo); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.hd-nav a:not(.btn):hover::after, .hd-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.hd-burger { display: none; width: 48px; height: 48px; border: 0; background: none; cursor: pointer; position: relative; }
.hd-burger i { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); transition: transform .35s var(--ease), top .35s var(--ease); }
.hd-burger i:nth-child(1) { top: 19px; } .hd-burger i:nth-child(2) { top: 28px; }
.hd-burger[aria-expanded="true"] i:nth-child(1) { top: 23px; transform: rotate(45deg); }
.hd-burger[aria-expanded="true"] i:nth-child(2) { top: 23px; transform: rotate(-45deg); }

/* ── HERO ───────────────────────── */
.hero { position: relative; padding-top: calc(var(--hd-h) + clamp(20px, 3vw, 44px)); background:
  radial-gradient(60% 50% at 88% 8%, rgba(166, 223, 244, .55), transparent 70%),
  radial-gradient(40% 40% at 4% 60%, rgba(148, 96, 230, .12), transparent 70%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.hero-h1 { margin-top: 22px; font-size: clamp(38px, 4.75vw, 74px); line-height: 1.24; font-weight: 900; letter-spacing: -.01em; }
.hero-h1 > span { display: block; white-space: nowrap; }
.hero-h1 em { font-style: normal; color: var(--ember-deep); position: relative; display: inline-block; padding-inline: .04em; }
.hero-h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: .02em; height: .1em; background: var(--ember); border-radius: 99px; transform: scaleX(0); transform-origin: left; animation: underline 1s var(--ease) 1.7s forwards; }
@keyframes underline { to { transform: scaleX(1); } }
.hero-lead { margin-top: 24px; max-width: 560px; color: var(--ink-2); font-size: clamp(15px, 1.15vw, 17px); }
.hero-cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-photo { position: relative; }
.hero-photo picture { display: block; border-radius: 28px 28px 28px 120px; overflow: hidden; aspect-ratio: 5 / 3.9; box-shadow: 0 50px 80px -40px rgba(13, 15, 44, .45); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; transform: scale(1.08); animation: settle 2.4s var(--ease) .2s forwards; }
@keyframes settle { to { transform: scale(1); } }
.hero-photo figcaption { font-size: 12px; color: var(--muted); margin-top: 12px; text-align: right; }
.js .hero-in { opacity: 0; transform: translateY(26px); animation: heroIn 1.1s var(--ease) calc(.15s + var(--d) * .11s) forwards; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* 迷いの線 → 矢印 */
.path { position: relative; height: clamp(180px, 16.5vw, 250px); margin-top: clamp(0px, 1vw, 12px); }
.path-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.path-line { fill: none; stroke: url(#pathGrad); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
/* --len は site.js が画面上の長さを測って入れる（無いときは pathLength="1" 前提の 1） */
.js .path-line { stroke-dasharray: var(--len, 1); stroke-dashoffset: var(--len, 1); animation: draw 3.2s cubic-bezier(.55, .1, .25, 1) .7s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.path-head { position: absolute; right: calc(100% - 100% * 1408 / 1440 - 22px); top: calc(100% * 166 / 300 - 20px); width: 40px; height: 40px; fill: var(--ember); }
.js .path-head { opacity: 0; transform: translateX(-24px) scale(.5); animation: head .6s var(--ease) 3.65s forwards; }
@keyframes head { to { opacity: 1; transform: none; } }
.path-cap { position: absolute; display: flex; flex-direction: column; line-height: 1.1; }
.path-cap span { font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--muted); }
.path-cap b { font-family: var(--f-num); font-weight: 700; font-size: clamp(30px, 3.6vw, 54px); letter-spacing: -.03em; margin-top: 6px; }
.path-cap b small { font-size: .45em; margin-left: 2px; }
.path-cap--pre { left: var(--gutter); top: 0; color: var(--muted); }
.path-cap--pre b { color: var(--ink-2); opacity: .55; }
.path-cap--pre b { font-size: clamp(22px, 2.3vw, 34px); margin-top: 2px; }
.path-cap--post { right: var(--gutter); top: calc(100% * 166 / 300 - clamp(86px, 8.4vw, 116px)); text-align: right; align-items: flex-end; }
.path-cap--post b { color: var(--ink); }
.path-cap--post span { color: var(--ember-deep); }
.path-note { position: absolute; right: var(--gutter); top: calc(100% * 166 / 300 + 26px); font-size: 12px; color: var(--muted); text-align: right; max-width: 34em; line-height: 1.6; }
.js .path-cap--post, .js .path-note { opacity: 0; animation: heroIn 1s var(--ease) 3.7s forwards; }

.trust { padding-block: clamp(28px, 4vw, 48px) clamp(40px, 5vw, 64px); }
.trust-list { display: grid; grid-template-columns: 1.3fr 1.5fr auto auto; gap: 0; border-top: 1px solid var(--hair); }
.trust-list > div { padding: 22px 28px 0 0; }
.trust-list > div + div { padding-left: 28px; border-left: 1px solid var(--hair); }
.trust-list dt { font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--muted); min-height: 1.9em; }
.trust-list dd { font-weight: 700; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.5; }
.trust-list dd small { display: block; font-size: 12px; font-weight: 500; color: var(--muted); }
.trust-num dd { font-family: var(--f-num); font-size: clamp(28px, 2.6vw, 40px); letter-spacing: -.03em; line-height: 1.1; white-space: nowrap; }
.trust-num dd small { display: inline; font-size: .5em; margin-left: 2px; color: var(--ink); }

/* ── ISSUES ───────────────────────── */
.issues { background: var(--white); border-radius: clamp(28px, 5vw, 72px) clamp(28px, 5vw, 72px) 0 0; }
.issues-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.issues .h2 { font-size: clamp(30px, 3.7vw, 52px); }
.issues .sec-head { position: sticky; top: calc(var(--hd-h) + 40px); }
.issues-list li { position: relative; padding: 30px 0 30px 56px; border-top: 1px solid var(--hair); font-size: clamp(17px, 1.55vw, 21px); font-weight: 500; line-height: 1.75; }
.issues-list li:last-child { border-bottom: 1px solid var(--hair); }
/* 行頭の印は「まだ向きが定まらない線」 */
.issues-list li::before { content: ""; position: absolute; left: 0; top: 38px; width: 34px; height: 18px; background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 18' fill='none' stroke='%239460E6' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M1 9c5 0 5-7 10-6s3 12-2 11S8 4 16 3s8 10 17 6'/%3E%3C/svg%3E"); }
.answer { margin-top: clamp(64px, 8vw, 120px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.answer-lead { font-size: clamp(24px, 2.9vw, 40px); font-weight: 900; line-height: 1.5; }
.answer-lead em { font-style: normal; color: var(--ember-deep); }
.answer-body { color: var(--ink-2); font-size: clamp(15px, 1.15vw, 17px); padding-top: .5em; }

/* ── RESULTS（講義ホールの暗さ）───────────────────────── */
.results { background: radial-gradient(70% 40% at 80% 0%, #1B1F5A 0%, transparent 70%), var(--night); color: var(--on-night); }
.results .eyebrow { color: var(--sky); }
.results .sec-lead { color: var(--on-night-muted); }
.results .source { color: var(--on-night-muted); border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 22px; margin-top: 56px; }

.pp { margin-top: clamp(48px, 6vw, 88px); }
.pp-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 28px; font-size: 13px; color: var(--on-night-muted); margin-bottom: 8px; }
.pp-legend span { display: inline-flex; align-items: center; gap: 10px; }
.pp-legend .pp-dot { position: static; transform: none; }
.pp-legend-note { margin-left: auto; font-size: 12px; }
.pp-row { padding: clamp(26px, 3vw, 40px) 0 clamp(20px, 2.4vw, 30px); border-top: 1px solid rgba(255, 255, 255, .1); border-radius: 4px; }
.pp-label { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.pp-q { font-size: clamp(19px, 2.1vw, 30px); font-weight: 700; line-height: 1.4; margin-left: -.5em; }
.pp-delta { font-family: var(--f-num); white-space: nowrap; color: #fff; }
.pp-delta b { font-size: clamp(30px, 3.6vw, 52px); font-weight: 700; letter-spacing: -.03em; }
.pp-delta small { font-size: 15px; margin-left: 3px; color: var(--on-night-muted); }
.pp-track { position: relative; height: 64px; margin-top: 6px; background:
  linear-gradient(90deg, rgba(255, 255, 255, .14) 1px, transparent 1px) 0 0 / 25% 100%,
  linear-gradient(rgba(255, 255, 255, .14), rgba(255, 255, 255, .14)) 0 50% / 100% 1px no-repeat; border-right: 1px solid rgba(255, 255, 255, .14); }
.pp-seg { position: absolute; top: 50%; height: 6px; margin-top: -3px; left: calc(var(--pre) * 1%); width: calc((var(--post) - var(--pre)) * 1%); border-radius: 99px; background: linear-gradient(90deg, var(--violet), #6F7BFF 60%, var(--ember)); transform-origin: left; }
.pp-dot { position: absolute; top: 50%; width: 16px; height: 16px; border-radius: 50%; transform: translate(-50%, -50%); display: inline-block; }
.pp-dot--pre { left: calc(var(--pre) * 1%); background: var(--night); border: 2px solid var(--on-night-muted); }
.pp-dot--post { left: calc(var(--post) * 1%); background: var(--ember); box-shadow: 0 0 0 5px rgba(255, 91, 34, .22), 0 0 24px rgba(255, 91, 34, .7); }
.pp-val { position: absolute; font-family: var(--f-num); font-size: 15px; font-weight: 600; transform: translateX(-50%); white-space: nowrap; }
.pp-val--pre { left: calc(var(--pre) * 1%); top: 100%; margin-top: -18px; color: var(--on-night-muted); }
.pp-val--post { left: calc(var(--post) * 1%); top: -4px; color: #fff; font-size: 17px; }
.pp-meta { font-size: 13px; color: var(--on-night-muted); margin-top: 10px; }
.pp-axis { display: flex; justify-content: space-between; font-family: var(--f-num); font-size: 11px; color: var(--on-night-muted); border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 8px; }
.js .pp .pp-seg { transform: scaleX(0); transition: transform 1.4s var(--ease) .3s; }
.js .pp .pp-dot--post, .js .pp .pp-val--post { opacity: 0; transition: opacity .5s 1.4s; }
.js .pp.is-in .pp-seg { transform: none; }
.js .pp.is-in .pp-dot--post, .js .pp.is-in .pp-val--post { opacity: 1; }
.pp-row:nth-child(2) .pp-seg { transition-delay: .5s; } .pp-row:nth-child(3) .pp-seg { transition-delay: .7s; }

.kpis { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 1px; background: rgba(255, 255, 255, .1); margin-top: clamp(56px, 7vw, 104px); border: 1px solid rgba(255, 255, 255, .1); border-radius: 24px; overflow: hidden; }
.kpi { background: var(--night); padding: clamp(24px, 2.6vw, 38px); }
.kpi--nps { background: var(--night-2); }
.kpi h3 { font-size: 13px; font-weight: 700; letter-spacing: .1em; color: var(--sky); }
.kpi-num { font-family: var(--f-num); font-size: clamp(44px, 5vw, 76px); font-weight: 700; letter-spacing: -.04em; line-height: 1.1; margin-top: 10px; color: #fff; }
.kpi-num small { font-size: .38em; margin-left: 3px; letter-spacing: 0; }
.kpi-note { font-size: 13px; line-height: 1.8; color: var(--on-night-muted); margin-top: 14px; }
.nps-bar { display: flex; gap: 2px; height: 8px; margin-top: 18px; }
.nps-bar i { flex: 0 0 auto; width: calc(var(--v) * 1% - 2px); border-radius: 4px; }
.nps-p { background: var(--ember); } .nps-n { background: #5A5F94; } .nps-d { background: #2E3263; }

.oc { margin-top: clamp(56px, 7vw, 96px); display: grid; grid-template-columns: minmax(0, .42fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 80px); }
.oc-row { display: grid; grid-template-columns: minmax(0, 1fr) clamp(90px, 22%, 240px) 4.2em; gap: 8px 20px; align-items: center; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 15px; line-height: 1.65; border-radius: 4px; }
.oc-row:last-child { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.oc-bar { height: 6px; border-radius: 3px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.oc-bar i { display: block; height: 100%; width: calc(var(--v) * 1%); border-radius: 0 3px 3px 0; background: linear-gradient(90deg, var(--violet), var(--sky)); transform-origin: left; }
.js [data-reveal] .oc-bar i { transform: scaleX(0); transition: transform 1.2s var(--ease) .3s; }
.js [data-reveal].is-in .oc-bar i { transform: none; }
.oc-val { font-family: var(--f-num); font-weight: 700; font-size: 20px; text-align: right; letter-spacing: -.02em; }
.oc-val small { font-size: .6em; margin-left: 1px; }
.oc-list--light .oc-row { border-color: var(--hair); grid-template-columns: minmax(0, 1fr) 4.2em; }
.oc-list--light .oc-bar { grid-column: 1 / -1; grid-row: 2; background: rgba(13, 15, 44, .08); }
.oc-list--light .oc-bar i { background: linear-gradient(90deg, var(--indigo), var(--violet)); }

/* ── KEYWORDS ───────────────────────── */
.kws { background: var(--night); color: var(--on-night); padding-bottom: clamp(80px, 9vw, 140px); overflow: hidden; }
.kws-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 28px; padding-bottom: 36px; }
.kws-head p { font-size: 13px; color: var(--on-night-muted); }
.kw-track { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.kw-track--b { animation-direction: reverse; animation-duration: 72s; margin-top: 6px; }
.kw-marquee:hover .kw-track { animation-play-state: paused; }
.kw-run { display: flex; flex: none; }
.kw { display: inline-flex; align-items: flex-start; padding-right: clamp(36px, 5vw, 80px); white-space: nowrap; }
.kw-word { font-family: var(--f-voice); font-weight: 700; font-size: clamp(44px, 7.4vw, 112px); line-height: 1.35; color: transparent; -webkit-text-stroke: 1px rgba(233, 234, 247, .55); transition: color .4s, -webkit-text-stroke-color .4s; }
.kw:nth-child(odd) .kw-word { color: var(--on-night); -webkit-text-stroke-color: transparent; }
.kw sup { font-family: var(--f-num); font-size: clamp(13px, 1.3vw, 18px); font-weight: 600; color: var(--ember); margin: 1.4em 0 0 8px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── VOICES ───────────────────────── */
.voices { background: var(--paper); padding-bottom: clamp(56px, 6vw, 88px); }
.vc-quotes { columns: 3; column-gap: 24px; margin-top: clamp(48px, 6vw, 80px); }
.vc-hint { display: none; font-size: 12px; color: var(--muted); margin-top: 4px; text-align: right; }
.vc-quote { break-inside: avoid; margin-bottom: 24px; background: var(--white); border-radius: 20px; padding: 30px 30px 24px; border: 1px solid var(--hair); position: relative; }
.vc-quote blockquote p { font-family: var(--f-voice); font-weight: 500; font-size: 17px; line-height: 2; letter-spacing: .02em; font-feature-settings: normal; }
.vc-quote figcaption { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 14px; border-top: 1px dashed var(--hair); font-size: 12px; color: var(--muted); }
.vc-quote-score b { font-family: var(--f-num); font-size: 15px; color: var(--ink); }
.vc-quote--change { border-top: 3px solid var(--ember); }
.vc-quote.is-featured { background: var(--ink); color: #fff; border-color: var(--ink); padding: 40px 34px 28px; }
.vc-quote.is-featured blockquote p { font-size: clamp(21px, 1.9vw, 26px); font-weight: 700; line-height: 1.85; }
.vc-quote.is-featured figcaption { color: var(--on-night-muted); border-color: rgba(255, 255, 255, .2); }
.vc-quote.is-featured .vc-quote-score b { color: #fff; }

/* ── PRESIDENT（導入大学の学長の言葉。学生と同じく他者の言葉なので明朝）── */
.president { background: var(--white); }
.pr-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.pr-photo picture { display: block; overflow: hidden; border-radius: 24px 96px 24px 24px; aspect-ratio: 4 / 3; }
.pr-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 40%; }
.pr-lead { margin-top: 26px; position: relative; }
.pr-lead::before { content: "“"; position: absolute; left: -.08em; top: -.62em; font-family: var(--f-num); font-size: 120px; line-height: 1; color: var(--indigo); opacity: .14; }
.pr-lead p { word-break: auto-phrase; text-wrap: pretty; font-family: var(--f-voice); font-weight: 700; font-size: clamp(22px, 2.3vw, 32px); line-height: 1.8; letter-spacing: .02em; font-feature-settings: normal; position: relative; }
.pr-who { margin-top: 24px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 14px; font-size: 13px; color: var(--muted); }
.pr-who b { font-size: 20px; font-weight: 900; color: var(--ink); letter-spacing: .08em; }
.pr-subs { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, .82fr); gap: 24px; margin-top: clamp(48px, 6vw, 88px); align-items: start; }
.pr-sub { background: var(--paper); border-radius: 20px; padding: 28px 28px 30px; border-top: 3px solid var(--indigo); }
.pr-sub figcaption { font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--indigo); }
.pr-sub blockquote p { font-family: var(--f-voice); font-weight: 500; font-size: 17px; line-height: 2; letter-spacing: .02em; font-feature-settings: normal; margin-top: 12px; }
.pr-group picture { display: block; overflow: hidden; border-radius: 20px; aspect-ratio: 1; }
.pr-group img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.pr-group figcaption { font-size: 12px; color: var(--muted); margin-top: 10px; line-height: 1.7; }
.president + .mid { padding-top: clamp(64px, 7vw, 104px); }

/* 途中の相談導線 */
.mid { background: var(--paper); padding-bottom: clamp(80px, 9.5vw, 144px); }
.mid-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 48px; border-top: 2px solid var(--ink); padding-top: clamp(28px, 3vw, 44px); }
.mid-in p { font-size: clamp(22px, 2.6vw, 36px); font-weight: 900; line-height: 1.5; word-break: auto-phrase; }
.mid-in small { display: block; font-size: 14px; font-weight: 400; color: var(--ink-2); margin-top: 6px; }

/* ── PROGRAM ───────────────────────── */
.program { background: var(--white); }
.layers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(48px, 6vw, 80px); align-items: end; }
.layer { border: 1px solid var(--hair); border-radius: 24px; padding: clamp(24px, 2.6vw, 36px); background: var(--paper); }
.layer:nth-child(2) { padding-bottom: clamp(44px, 5vw, 76px); }
.layer--core { padding-bottom: clamp(64px, 8vw, 120px); background: var(--ink); color: #fff; border-color: var(--ink); }
.layer-tag { font-weight: 900; font-size: clamp(34px, 4vw, 56px); line-height: 1.2; color: var(--indigo); }
.layer--core .layer-tag { color: var(--ember); }
.layer h3 { font-size: 18px; margin-top: 14px; line-height: 1.6; }
.layer p:last-child { font-size: 14.5px; margin-top: 10px; color: var(--ink-2); }
.layer--core p:last-child { color: var(--on-night-muted); }

.photos { display: grid; grid-template-columns: 1.25fr 1fr; gap: 24px; margin-top: clamp(56px, 7vw, 104px); align-items: start; }
.photo picture { display: block; overflow: hidden; border-radius: 24px; }
.photo--a picture { aspect-ratio: 16 / 10; border-radius: 24px 24px 24px 96px; }
.photo--b { margin-top: clamp(40px, 6vw, 96px); }
.photo--b picture { aspect-ratio: 4 / 3; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.photo:hover img { transform: scale(1.04); }
.photo figcaption { font-size: 13px; color: var(--muted); margin-top: 12px; }
.photo-credit { display: block; font-size: 12px; margin-top: 4px; }

.ss { margin-top: clamp(72px, 9vw, 128px); }
.ss-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 16px 32px; }
.ss-legend { display: flex; flex-wrap: wrap; gap: 6px 20px; font-size: 13px; color: var(--ink-2); }
.ss-legend li { display: flex; align-items: center; gap: 8px; }
.ss-legend li::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--k); }
.k-lecture, .ss-card--lecture { --k: var(--indigo); } .k-guest, .ss-card--guest { --k: var(--ember); }
.k-workshop, .ss-card--workshop { --k: var(--violet); } .k-video, .ss-card--video { --k: #8C90AD; }
.ss-lead { margin-top: 18px; max-width: 760px; color: var(--ink-2); font-size: 15px; }
.ss-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.ss-card { display: flex; flex-direction: column; border: 1px solid var(--hair); border-radius: 18px; padding: 20px 22px 18px; background: var(--paper); min-height: 208px; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s; }
.ss-card:hover { transform: translateY(-4px); border-color: var(--k); box-shadow: 0 20px 40px -24px rgba(13, 15, 44, .35); }
.ss-head { display: flex; justify-content: space-between; align-items: center; }
.ss-no { font-family: var(--f-num); font-weight: 700; font-size: 28px; letter-spacing: -.03em; line-height: 1; color: var(--ink); }
.ss-kind { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: var(--ink-2); }
.ss-kind::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--k); }
.ss-title { font-size: 16px; line-height: 1.6; margin-top: 14px; font-weight: 700; }
.ss-sub, .ss-guest { font-size: 13px; line-height: 1.7; color: var(--ink-2); margin-top: 4px; }
.ss-guest { color: var(--muted); }
.ss-score { margin-top: auto; padding-top: 16px; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; font-size: 11.5px; color: var(--muted); border-radius: 4px; }
.ss-score b { font-family: var(--f-num); font-size: 15px; color: var(--ink); }
.ss-score--none { display: block; }
.ss-bar { height: 4px; border-radius: 2px; background: rgba(13, 15, 44, .1); overflow: hidden; }
.ss-bar i { display: block; height: 100%; width: calc(var(--v) * 1%); background: var(--k); border-radius: 0 2px 2px 0; }
.ss-more { display: none; margin: 28px auto 0; }

/* ── STRENGTHS ───────────────────────── */
.strengths { background: var(--white); border-radius: clamp(28px, 5vw, 72px) clamp(28px, 5vw, 72px) 0 0; }
.st-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(32px, 6vw, 96px); margin-top: clamp(48px, 6vw, 80px); align-items: start; }
.st { padding: 34px 0; border-top: 1px solid var(--hair); display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 12px 32px; }
.st:last-child { border-bottom: 1px solid var(--hair); }
.st h3 { font-size: clamp(21px, 2vw, 27px); font-weight: 900; line-height: 1.5; }
.st p { color: var(--ink-2); font-size: 15px; }
.st-data { background: var(--paper); border-radius: 24px; padding: clamp(24px, 3vw, 40px); border: 1px solid var(--hair); position: sticky; top: calc(var(--hd-h) + 32px); }
.st-data .oc-list { margin-top: 18px; }
.st-data .source { margin-top: 18px; }

/* ── LECTURERS ───────────────────────── */
.lecturers { background: var(--white); }
.lc { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 6vw, 96px); align-items: center; margin-top: clamp(56px, 7vw, 104px); }
.lc--rev { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.lc--rev .lc-photo { order: 2; }
.lc-photo picture { display: block; overflow: hidden; border-radius: 200px 200px 24px 24px; aspect-ratio: 4 / 5; background: #EDE9E3; }
.lc--rev .lc-photo picture { border-radius: 24px 24px 200px 200px; }
.lc-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.lc-role { font-size: 13px; font-weight: 700; color: var(--indigo); letter-spacing: .04em; }
.lc-name { font-size: clamp(34px, 4vw, 56px); font-weight: 900; line-height: 1.3; margin-top: 8px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 18px; }
.lc-name span { font-family: var(--f-num); font-size: 15px; font-weight: 500; color: var(--muted); letter-spacing: .02em; }
.lc-name--sm { font-size: 26px; }
.lc-motto { font-family: var(--f-voice); font-weight: 700; font-size: clamp(18px, 1.7vw, 23px); margin-top: 18px; line-height: 1.7; }
.lc-fact { margin-top: 20px; display: inline-block; border: 1.5px solid var(--ink); border-radius: 999px; padding: 6px 20px; font-size: 14px; font-weight: 500; }
.lc-fact b { font-family: var(--f-num), var(--f-jp); font-size: 19px; font-weight: 800; margin-inline: 2px; }
.lc-body > p:last-child { margin-top: 22px; color: var(--ink-2); font-size: 15px; }
.lc-sub { margin-top: clamp(56px, 7vw, 96px); display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 32px; align-items: center; background: var(--paper); border-radius: 24px; padding: clamp(20px, 2.6vw, 36px); max-width: 920px; margin-inline: auto; }
.lc-sub img { border-radius: 16px; aspect-ratio: 1; object-fit: cover; object-position: top; width: 150px; }
.lc-sub p:last-child { margin-top: 10px; font-size: 14.5px; color: var(--ink-2); }

/* ── MENU ───────────────────────── */
.menu { background: var(--paper); }
.mn-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: clamp(48px, 6vw, 80px); }
.mn { background: var(--white); border: 1px solid var(--hair); border-radius: 28px; padding: clamp(28px, 3.2vw, 48px); transition: transform .5s var(--ease), box-shadow .5s; }
.mn:hover { transform: translateY(-6px); box-shadow: 0 36px 60px -36px rgba(13, 15, 44, .35); }
.mn--core { background: linear-gradient(140deg, var(--indigo), #4B35D6 55%, var(--violet)); color: #fff; border: 0; }
.mn-size { font-family: var(--f-num), var(--f-jp); font-weight: 700; font-size: 14px; letter-spacing: .06em; color: var(--indigo); display: inline-block; border-bottom: 2px solid currentColor; padding-bottom: 2px; }
.mn--core .mn-size { color: var(--sky); }
.mn h3 { font-size: clamp(22px, 2.2vw, 30px); font-weight: 900; line-height: 1.5; margin-top: 18px; }
.mn > p:not(.mn-size) { margin-top: 14px; font-size: 15px; color: var(--ink-2); }
.mn--core > p:not(.mn-size) { color: rgba(255, 255, 255, .86); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chips li { font-size: 13px; font-weight: 500; padding: 4px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--hair); }

/* ── FLOW ───────────────────────── */
.flow { background: var(--white); }
.fl { counter-reset: fl; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: clamp(48px, 6vw, 80px); position: relative; }
.fl::before { content: ""; position: absolute; left: 0; right: 12px; top: 21px; height: 2px; background: linear-gradient(90deg, var(--sky), var(--violet), var(--indigo) 80%, var(--ember)); }
.fl::after { content: ""; position: absolute; right: 0; top: 13px; border: 9px solid transparent; border-left: 14px solid var(--ember); border-right: 0; }
.fl li { counter-increment: fl; padding: 0 24px 0 0; position: relative; }
.fl li::before { content: counter(fl); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--white); border: 2px solid var(--indigo); font-family: var(--f-num); font-weight: 700; font-size: 18px; position: relative; z-index: 1; }
.fl li:last-child::before { border-color: var(--ember); }
.fl h3 { font-size: 18px; margin-top: 22px; }
.fl p { font-size: 14px; color: var(--ink-2); margin-top: 8px; line-height: 1.85; }

/* ── PODCAST ───────────────────────── */
/* 劇場の客席から舞台を見る。カバーアートの緞帳と金の額縁に色を合わせる */
.pod { background: var(--white); padding-bottom: clamp(88px, 11vw, 168px); }
.pod-in {
  --gold: #E7B86A; --cream: #F8EBD6; --cream-muted: #D9C2A4;
  position: relative; overflow: hidden; isolation: isolate; border-radius: clamp(28px, 4vw, 56px);
  background:
    radial-gradient(55% 75% at 78% 42%, rgba(255, 196, 120, .30) 0%, rgba(255, 150, 80, .10) 45%, transparent 72%),
    radial-gradient(90% 60% at 50% 110%, rgba(120, 20, 24, .55) 0%, transparent 70%),
    linear-gradient(160deg, #3A1216 0%, #24090C 55%, #180608 100%);
  color: var(--cream); padding: clamp(36px, 6vw, 88px);
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(32px, 5vw, 72px); align-items: center; max-width: var(--max);
}
/* 上端の飾り幕（バランス）。緞帳のひだを波で描く */
.pod-in::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 26px; z-index: -1;
  background:
    radial-gradient(22px 16px at 22px 0, #7A1A1F 98%, transparent 100%) 0 0 / 44px 26px repeat-x,
    linear-gradient(#5E1418, #5E1418) 0 0 / 100% 6px no-repeat;
  opacity: .9;
}
.pod-in::after { content: ""; position: absolute; left: 0; right: 0; top: 30px; height: 1px; background: linear-gradient(90deg, transparent, rgba(231, 184, 106, .55), transparent); }
.pod-in .eyebrow--light { color: var(--gold); }
.pod-in .eyebrow--light::before { background: var(--gold); }
.pod-in h2 { color: #FFF6E8; }
@media (min-width: 861px) { .pod-in h2 .nw { white-space: nowrap; } }
.pod-in p:not(.eyebrow) { color: var(--cream-muted); margin-top: 22px; max-width: 520px; }
.pod-art { position: relative; justify-self: center; width: min(100%, 400px); margin: 0; }
.pod-art img { display: block; width: 100%; height: auto; border-radius: 10px; border: 3px solid var(--gold); box-shadow: 0 0 0 8px rgba(36, 9, 12, .9), 0 0 0 9px rgba(231, 184, 106, .45), 0 30px 70px -20px rgba(0, 0, 0, .8), 0 0 120px -10px rgba(255, 180, 100, .35); transform: rotate(1.5deg); transition: transform .6s var(--ease); }
.pod-art:hover img { transform: rotate(0deg) translateY(-4px); }
/* 額縁の外側を回る電飾 */
.pod-art::before { content: ""; position: absolute; inset: -24px; border-radius: 22px; transform: rotate(1.5deg); pointer-events: none;
  background:
    radial-gradient(circle, #FFE3A8 0 2.5px, transparent 3.5px) 0 0 / 22px 22px repeat-x,
    radial-gradient(circle, #FFE3A8 0 2.5px, transparent 3.5px) 0 100% / 22px 22px repeat-x,
    radial-gradient(circle, #FFE3A8 0 2.5px, transparent 3.5px) 0 0 / 22px 22px repeat-y,
    radial-gradient(circle, #FFE3A8 0 2.5px, transparent 3.5px) 100% 0 / 22px 22px repeat-y;
  filter: drop-shadow(0 0 4px rgba(255, 210, 140, .9)); opacity: .85; }

/* 番組を聴く（YouTube／Spotify／Apple Podcast）。トップと Our Vision で共通 */
.listen { list-style: none; margin: 32px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.listen-btn { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 20px; border-radius: 999px; font-weight: 700; font-size: 14.5px; letter-spacing: .03em; text-decoration: none; border: 1.5px solid currentColor; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.listen-btn .arw { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .35s var(--ease); }
.listen-btn:hover { transform: translateY(-2px); }
.listen-btn:hover .arw { transform: translate(3px, -3px); }
.pod .listen-btn { color: var(--cream); border-color: rgba(248, 235, 214, .45); }
.pod .listen-btn:hover { border-color: var(--gold); color: #FFF6E8; }
.pod .listen-btn--yt { background: var(--cream); color: #2A0B0E; border-color: var(--cream); }
.pod .listen-btn--yt:hover { background: #FFF6E8; color: #2A0B0E; }
.way .listen { margin-top: auto; padding-top: 18px; gap: 8px; }
.way .listen-btn { min-height: 40px; padding: 0 16px; font-size: 13px; color: var(--indigo); border-color: rgba(43, 39, 201, .3); }
.way .listen-btn:hover { border-color: var(--indigo); }

/* ── FAQ ───────────────────────── */
.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(32px, 6vw, 96px); }
.faq details { border-top: 1px solid var(--hair); }
.faq details:last-child { border-bottom: 1px solid var(--hair); }
.faq summary { list-style: none; cursor: pointer; padding: 26px 56px 26px 0; font-weight: 700; font-size: clamp(16px, 1.4vw, 19px); position: relative; line-height: 1.6; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before, .faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 18px; height: 2px; background: var(--indigo); transition: transform .4s var(--ease); }
.faq summary::after { transform: rotate(90deg); }
.faq details[open] summary::after { transform: rotate(0); }
.faq details p { padding: 0 56px 30px 0; color: var(--ink-2); font-size: 15px; }

/* ── CONTACT ───────────────────────── */
.contact { background: radial-gradient(60% 60% at 0% 100%, #2B27C9 0%, transparent 70%), radial-gradient(50% 50% at 100% 0%, #3B2A8F 0%, transparent 70%), var(--night); color: var(--on-night); padding-block: clamp(88px, 11vw, 168px); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.contact-copy { position: sticky; top: calc(var(--hd-h) + 40px); }
.contact-copy > p:not(.eyebrow) { margin-top: 26px; color: #C9CCE6; max-width: 440px; }
.contact-arrow { width: min(320px, 80%); margin-top: 36px; overflow: visible; }
.ca-line { fill: none; stroke: var(--sky); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; }
.ca-head { fill: var(--ember); }
.js [data-reveal] .ca-line { stroke-dashoffset: 1; transition: stroke-dashoffset 2s var(--ease) .4s; }
.js [data-reveal].is-in .ca-line { stroke-dashoffset: 0; }
.js [data-reveal] .ca-head { opacity: 0; transition: opacity .4s 2.1s; }
.js [data-reveal].is-in .ca-head { opacity: 1; }
.contact-mail { font-size: 13px; }
.contact-mail a { font-family: var(--f-num); font-size: clamp(17px, 1.6vw, 21px); color: #fff; text-underline-offset: 5px; }

.form { background: var(--white); color: var(--ink); border-radius: 32px; padding: clamp(24px, 3.4vw, 52px); box-shadow: 0 60px 100px -50px rgba(0, 0, 0, .6); }
.form fieldset { border: 0; padding: 0; margin: 0 0 26px; min-width: 0; }
.form legend, .field label { font-size: 14px; font-weight: 700; padding: 0; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.field label em { font-style: normal; font-size: 11px; color: var(--ember-deep); border: 1px solid currentColor; border-radius: 4px; padding: 0 6px; line-height: 1.7; }
.pick { display: flex; flex-wrap: wrap; gap: 8px; }
.pick label { position: relative; cursor: pointer; }
.pick input { position: absolute; opacity: 0; inset: 0; }
.pick span { display: block; padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--hair); font-size: 14px; font-weight: 500; line-height: 1.6; transition: background .25s, color .25s, border-color .25s; }
.pick label:hover span { border-color: var(--indigo); }
.pick input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }
.pick input:focus-visible + span { outline: 3px solid var(--ember); outline-offset: 3px; }
.field { margin-bottom: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field input, .field textarea { width: 100%; font: inherit; font-size: 16px; line-height: 1.7; color: var(--ink); background: var(--paper); border: 1.5px solid transparent; border-radius: 14px; padding: 14px 18px; transition: border-color .25s, background .25s; }
.field textarea { resize: vertical; min-height: 140px; }
.field input:hover, .field textarea:hover { border-color: var(--hair); }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--indigo); background: #fff; }
.field ::placeholder { color: #9A9DB5; }
.field.is-error input { border-color: var(--ember-deep); background: #FFF5F1; }
.err { color: var(--ember-deep); font-size: 13px; margin-top: 6px; font-weight: 500; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; text-align: center; }
.form-error { color: var(--ember-deep); font-size: 13.5px; font-weight: 600; margin-top: 14px; text-align: center; }
/* botよけの隠し欄。読み上げにも視覚にも出さないが display:none は避ける */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cf-turnstile { margin: 0 0 16px; display: flex; justify-content: center; }
.cf-turnstile:empty { margin: 0; }
.form-fallback { margin-top: 4px; }
.form-done { margin-top: 24px; padding: 22px; border-radius: 18px; background: var(--paper); border: 1.5px solid var(--indigo); font-size: 14px; }
.form-done pre { font-family: var(--f-jp); white-space: pre-wrap; background: #fff; border-radius: 10px; padding: 14px; margin: 14px 0; font-size: 13px; line-height: 1.8; max-height: 220px; overflow: auto; }

/* ── FOOTER ───────────────────────── */
.ft { background: #06071A; color: var(--on-night-muted); padding-block: clamp(56px, 6vw, 88px) 28px; font-size: 14px; }
.ft-grid { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 40px clamp(32px, 5vw, 80px); }
.hd-logo--ft { color: #fff; }
.hd-logo--ft img { filter: brightness(1.5) saturate(.9); }
.ft-msg { margin-top: 20px; font-family: var(--f-voice); color: var(--on-night); font-size: 16px; }
.ft-info > div { display: grid; grid-template-columns: 5em 1fr; gap: 12px; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, .09); }
.ft-info dt { color: #6F7399; }
.ft-info dd { color: var(--on-night); }
.ft-links li + li { margin-top: 10px; }
.ft-links a, .ft-info a { text-underline-offset: 4px; text-decoration-color: rgba(255, 255, 255, .3); }
.ft-links a:hover, .ft-info a:hover { color: #fff; text-decoration-color: currentColor; }
.ft-copy { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 56px; font-size: 12px; font-family: var(--f-num), var(--f-jp); color: #6F7399; }

/* スマホの固定ボタン */
.dock { display: none; }
.tip { position: fixed; z-index: 80; pointer-events: none; background: #fff; color: var(--ink); font-size: 12.5px; line-height: 1.6; padding: 8px 12px; border-radius: 10px; box-shadow: 0 12px 30px -8px rgba(13, 15, 44, .4), 0 0 0 1px var(--hair); max-width: 280px; }

/* ── 狭い画面 ───────────────────────── */
@media (max-width: 1080px) {
  .pr-subs { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .pr-group { grid-column: 1 / -1; max-width: 420px; }
  .hd-nav { position: fixed; inset: 0; background: var(--paper); flex-direction: column; justify-content: center; gap: 22px; font-size: 20px; font-weight: 700; opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
  .hd-nav.is-open { opacity: 1; visibility: visible; }
  .hd-nav .hd-cta { margin-top: 12px; min-height: 56px; padding-inline: 36px; font-size: 16px; }
  .hd-burger { display: block; z-index: 2; }
  .hd-logo { z-index: 2; }
  .ss-list { grid-template-columns: repeat(2, 1fr); }
  .kpis { grid-template-columns: 1fr 1fr; }
  .kpi--nps { grid-column: 1 / -1; }
  .fl { grid-template-columns: 1fr; gap: 28px; }
  .fl::before { left: 21px; right: auto; top: 0; bottom: 20px; width: 2px; height: auto; background: linear-gradient(var(--sky), var(--violet), var(--indigo) 80%, var(--ember)); }
  .fl::after { display: none; }
  .fl li { padding: 0 0 0 68px; }
  .fl li::before { position: absolute; left: 0; top: 0; }
  .fl h3 { margin-top: 6px; }
}
@media (max-width: 860px) {
  :root { --hd-h: 64px; }
  .sp { display: inline; } .pc { display: none; }
  body { font-size: 15.5px; }
  .hero-grid, .issues-grid, .answer, .oc, .st-grid, .lc, .faq-grid, .contact-grid, .pod-in, .photos { grid-template-columns: minmax(0, 1fr); }
  .hero-h1 { font-size: clamp(34px, 10.4vw, 60px); }
  .hero-photo picture { aspect-ratio: 4 / 3; border-radius: 20px 20px 20px 72px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .path { height: 200px; margin-top: 20px; }
  .path-line { stroke-width: 4; }
  .path-head { width: 30px; height: 30px; top: calc(100% * 166 / 300 - 15px); right: calc(100% - 100% * 1408 / 1440 - 16px); }
  .path-cap--post { top: calc(100% * 166 / 300 - 84px); }
  .path-note { left: var(--gutter); text-align: left; top: auto; bottom: -8px; }
  .trust-list { grid-template-columns: 1fr 1fr; }
  .trust-list > div { padding: 18px 12px 0 0; }
  .trust-list > div + div { padding-left: 0; border-left: 0; }
  .trust-list > div:nth-child(2) dt { display: none; }
  .trust-list > div:nth-child(1), .trust-list > div:nth-child(2) { grid-column: 1 / -1; }
  .trust-list > div:nth-child(2) { padding-top: 6px; }
  .trust-list > div:nth-child(n+3) { border-top: 1px solid var(--hair); margin-top: 18px; }
  .issues .sec-head, .st-data, .contact-copy { position: static; }
  .issues-list li { padding-left: 46px; }
  .pp-label { flex-direction: column; gap: 0; }
  .pp-legend-note { margin-left: 0; flex-basis: 100%; }
  .pp-q { margin-left: -.5em; }
  .oc-row { grid-template-columns: minmax(0, 1fr) 4.2em; }
  .oc-row .oc-bar { grid-column: 1 / -1; grid-row: 2; }
  /* スマホでは横にめくる。縦に12件並べると、その先の内容まで届かない */
  .vc-quotes { columns: auto; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(var(--gutter) * -1); padding: 4px var(--gutter) 20px; scrollbar-width: none; align-items: stretch; }
  .vc-quotes::-webkit-scrollbar { display: none; }
  .vc-quote { flex: 0 0 84%; scroll-snap-align: center; margin-bottom: 0; display: flex; flex-direction: column; }
  .vc-quote figcaption { margin-top: auto; }
  .vc-quote blockquote { margin-bottom: 20px; }
  .vc-hint { display: block; }
  .layers { grid-template-columns: 1fr; }
  .layer:nth-child(2), .layer--core { padding-bottom: clamp(24px, 2.6vw, 36px); }
  .photo--b { margin-top: 0; }
  .ss-list { grid-template-columns: 1fr; }
  .ss-card { min-height: 0; }
  .js .ss-list:not(.is-open) .is-extra { display: none; }
  .js .ss-more { display: flex; }
  .st { grid-template-columns: 1fr; }
  .lc--rev .lc-photo { order: 0; }
  .lc--rev { grid-template-columns: minmax(0, 1fr); }
  .lc-photo { max-width: 340px; }
  .lc-sub { grid-template-columns: 88px 1fr; gap: 18px; align-items: start; }
  .lc-sub img { width: 88px; }
  .pr-grid, .pr-subs { grid-template-columns: minmax(0, 1fr); }
  .pr-subs { gap: 16px; }
  .pr-group { max-width: 420px; }
  .mn-grid { grid-template-columns: 1fr; }
  .pod-art { width: min(100%, 360px); margin-top: 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form { border-radius: 24px; }
  .ft-grid { grid-template-columns: 1fr; }
  .ft { padding-bottom: 96px; }
  .dock { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; border-radius: 999px; background: var(--ember-deep); color: #fff; font-weight: 700; text-decoration: none; box-shadow: 0 16px 36px -10px rgba(13, 15, 44, .55); transform: translateY(140%); transition: transform .5s var(--ease); }
  .dock .arw { width: 22px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .dock.is-on { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .kw-track { animation: none; flex-wrap: wrap; width: auto; }
  .kw-run[aria-hidden] { display: none; }
  .kw-run { flex-wrap: wrap; padding-inline: var(--gutter); }
}

/* ── Our Vision（/our-vision/ の別ページ）─────────────────
   トップが「実績で説得するページ」なのに対して、こちらは「立場を言い切るページ」。
   文字を大きく、要素を少なくして、読み物として成立させる。 */
.page-vision .hd-nav a[href="/our-vision/"]::after { transform: scaleX(1); transform-origin: left; }

.vs-hero {
  background:
    radial-gradient(55% 60% at 88% 0%, rgba(148, 96, 230, .45), transparent 70%),
    radial-gradient(45% 50% at 0% 90%, rgba(43, 39, 201, .55), transparent 70%), var(--night);
  color: var(--on-night);
  padding-top: calc(var(--hd-h) + clamp(56px, 9vw, 128px));
  padding-bottom: clamp(64px, 9vw, 136px);
}
.page-vision .hd:not(.is-stuck) .hd-logo, .page-vision .hd:not(.is-stuck) .hd-nav { color: var(--on-night); }
.page-vision .hd:not(.is-stuck) .hd-logo img { filter: brightness(1.5) saturate(.9); }
.page-vision .hd:not(.is-stuck) .hd-burger i { background: var(--on-night); }
/* メニューを開くと背景が明るくなるので、ロゴとボタンは濃い色へ戻す */
.page-vision .hd:not(.is-stuck) .hd-nav.is-open { color: var(--ink); }
.page-vision .hd:has(.hd-nav.is-open) .hd-logo { color: var(--ink); }
.page-vision .hd:has(.hd-nav.is-open) .hd-logo img { filter: none; }
.page-vision .hd:not(.is-stuck) .hd-nav.is-open ~ .hd-burger i { background: var(--ink); }
.vs-h1 { margin-top: 26px; font-size: clamp(38px, 6.4vw, 92px); line-height: 1.22; font-weight: 900; letter-spacing: -.01em; }
.vs-h1 > span { display: block; white-space: nowrap; }
.vs-h1 em { font-style: normal; position: relative; display: inline-block; color: #fff; }
/* 「講義会社」を線で消す。私たちの自己定義はここから始まる */
.vs-h1 em::after { content: ""; position: absolute; left: -.04em; right: -.04em; top: .52em; height: .08em; background: var(--ember); border-radius: 99px; transform: scaleX(0); transform-origin: left; animation: underline .9s var(--ease) 1.5s forwards; }
.vs-claim { margin-top: clamp(28px, 3.4vw, 44px); font-size: clamp(21px, 2.9vw, 40px); font-weight: 700; line-height: 1.6; word-break: auto-phrase; }
.vs-claim b { color: var(--sky); font-weight: 900; }
.vs-lead { margin-top: 28px; max-width: 720px; color: var(--on-night-muted); font-size: clamp(15px, 1.2vw, 17px); }
.js .vs-in { opacity: 0; transform: translateY(26px); animation: heroIn 1.1s var(--ease) calc(.15s + var(--d) * .12s) forwards; }

/* アプリとOSの2層 */
.vs-os { background: var(--white); }
.os-stack { margin-top: clamp(48px, 6vw, 80px); }
.os-layer { display: grid; grid-template-columns: minmax(0, .5fr) minmax(0, 1.2fr) minmax(0, .6fr); gap: 20px clamp(24px, 4vw, 56px); align-items: center; border-radius: 28px; padding: clamp(26px, 3.2vw, 44px); }
.os-layer--app { background: var(--paper); border: 1px solid var(--hair); }
.os-layer--os { background: var(--ink); color: #fff; border: 1px solid var(--ink); }
.os-tag { font-family: var(--f-num); font-weight: 700; font-size: clamp(30px, 3.6vw, 52px); line-height: 1.1; letter-spacing: -.02em; color: var(--indigo); }
.os-layer--os .os-tag { color: var(--ember); }
.os-tag span { display: block; font-size: 11px; letter-spacing: .16em; color: var(--muted); margin-top: 6px; }
.os-layer--os .os-tag span { color: var(--on-night-muted); }
.os-layer h3 { font-size: clamp(19px, 1.9vw, 26px); font-weight: 900; line-height: 1.5; }
.os-layer h3 + p { margin-top: 10px; font-size: 15px; color: var(--ink-2); }
.os-layer--os h3 + p { color: var(--on-night-muted); }
.os-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.os-chips li { font-size: 13px; font-weight: 700; padding: 4px 14px; border-radius: 999px; border: 1px solid var(--hair); }
.os-layer--os .os-chips li { border-color: rgba(255, 255, 255, .28); }
.os-arrow { display: grid; place-items: center; padding: 14px 0; }
.os-arrow svg { width: 24px; height: 40px; fill: none; stroke: var(--violet); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.os-note { margin-top: clamp(32px, 4vw, 56px); font-size: clamp(17px, 1.7vw, 22px); font-weight: 700; line-height: 1.8; max-width: 900px; word-break: auto-phrase; }

/* 3つの領域 */
.vs-areas { background: var(--paper); }
.ar-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(48px, 6vw, 80px); }
.ar-list li { background: var(--white); border: 1px solid var(--hair); border-radius: 24px; padding: clamp(24px, 2.8vw, 40px); }
.ar-no { font-family: var(--f-num); font-weight: 700; font-size: 15px; letter-spacing: .1em; color: var(--indigo); }
.ar-list h3 { font-size: clamp(24px, 2.4vw, 32px); font-weight: 900; margin-top: 14px; line-height: 1.4; }
.ar-list h3 + p { margin-top: 12px; font-size: 15px; color: var(--ink-2); }

/* 流儀 */
.vs-way { background: var(--white); }
.way-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: 28px; overflow: hidden; margin-top: clamp(48px, 6vw, 80px); }
.way { background: var(--white); padding: clamp(26px, 3vw, 44px); display: flex; flex-direction: column; }
.way h3 { font-size: clamp(20px, 2vw, 26px); font-weight: 900; line-height: 1.5; }
.way p { margin-top: 12px; font-size: 15px; color: var(--ink-2); }
.way-link { margin-top: auto; padding-top: 18px; }
.way-link a { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; color: var(--indigo); text-underline-offset: 5px; }
.way-link .arw { width: 22px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .35s var(--ease); }
.way-link .arw--out { width: 13px; height: 13px; }
.way-link a:hover .arw { transform: translateX(5px); }
.way-link a:hover .arw--out { transform: translate(3px, -3px); }

/* 強み */
.vs-why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); margin-top: clamp(48px, 6vw, 80px); }
.why { border-top: 2px solid var(--ink); padding-top: 22px; }
.why h3 { font-size: clamp(19px, 1.8vw, 24px); font-weight: 900; line-height: 1.5; }
.why p { margin-top: 12px; font-size: 15px; color: var(--ink-2); }
.vs-msg { margin-top: clamp(56px, 7vw, 104px); font-family: var(--f-voice); font-weight: 700; font-size: clamp(22px, 3vw, 40px); line-height: 1.8; text-align: center; letter-spacing: .02em; }

/* 相談への導線 */
.vs-cta { background: radial-gradient(60% 60% at 0% 100%, #2B27C9 0%, transparent 70%), radial-gradient(50% 50% at 100% 0%, #3B2A8F 0%, transparent 70%), var(--night); color: var(--on-night); padding-block: clamp(72px, 9vw, 128px); }
.vs-cta-in { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 32px clamp(32px, 6vw, 80px); align-items: center; }
.vs-cta-in > div > p:not(.eyebrow) { margin-top: 24px; color: #C9CCE6; max-width: 520px; }
.vs-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }

@media (max-width: 860px) {
  .vs-h1 { font-size: clamp(34px, 10.4vw, 60px); }
  .os-layer { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .ar-list, .why-grid, .way-grid, .vs-cta-in { grid-template-columns: minmax(0, 1fr); }
  .why-grid { gap: 28px; }
  .vs-cta-btns { justify-content: stretch; }
  .vs-cta-btns .btn { flex: 1 1 100%; }
}

/* ── 旧サイトから引き継いだページ（活動報告・お知らせ・会社概要・人生スベリ芸）──
   src/doc.template.html の器。読み物なので幅を絞り、装飾は最小限にする */
.page-doc { background: var(--paper); }
.doc { padding-top: calc(var(--hd-h) + clamp(32px, 5vw, 64px)); padding-bottom: clamp(72px, 9vw, 128px); }
.doc-wrap { max-width: calc(820px + var(--gutter) * 2); }
.doc-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.doc-crumbs a { color: inherit; }
.doc-h1 { margin-top: 18px; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.45; font-weight: 900; text-wrap: balance; word-break: auto-phrase; }
.doc-date { margin-top: 14px; color: var(--muted); font-size: 14px; font-variant-numeric: tabular-nums; }
.doc-lead { margin-top: 20px; color: var(--ink-2); }
.doc-lead a { color: var(--indigo); }
.doc-lead--catch { font-family: var(--f-voice); font-size: clamp(19px, 2.2vw, 26px); color: var(--ink); }
.doc-eyecatch { margin: 32px 0 0; }
.doc-eyecatch img { display: block; width: 100%; height: auto; border-radius: 16px; }

.doc-prose { margin-top: 36px; line-height: 2; overflow-wrap: anywhere; }
.doc-prose > * + * { margin-top: 1.2em; }
.doc-prose h2 { margin-top: 2.4em; font-size: clamp(21px, 2.2vw, 26px); line-height: 1.5; padding-bottom: .4em; border-bottom: 2px solid var(--ink); }
.doc-prose h3 { margin-top: 2em; font-size: clamp(18px, 1.8vw, 21px); line-height: 1.5; padding-left: .7em; border-left: 4px solid var(--indigo); }
.doc-prose ul, .doc-prose ol { padding-left: 1.4em; }
.doc-prose li + li { margin-top: .6em; }
.doc-prose img { max-width: 100%; height: auto; border-radius: 12px; }
.doc-prose figure { margin-inline: 0; }
.doc-prose a { color: var(--indigo); }
.doc-prose iframe { max-width: 100%; border: 0; }
.doc-video > div { position: relative; aspect-ratio: 16 / 9; }
.doc-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 12px; }
.doc-cast > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.doc-cast figure { margin: 0; }
.doc-cast h3 { margin-top: 12px; }
.doc-cast p { font-size: 14.5px; line-height: 1.85; }

.doc-pager { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 56px; }
.doc-pager a { display: block; padding: 18px 20px; border: 1px solid var(--hair); border-radius: 14px; background: var(--white); text-decoration: none; font-size: 14px; line-height: 1.6; transition: border-color .3s; }
.doc-pager a:hover { border-color: var(--ink); }
.doc-pager small { display: block; color: var(--muted); font-size: 12px; margin-bottom: 4px; }
.doc-pager-next { text-align: right; }
.doc-cta-box { margin-top: 40px; padding: clamp(24px, 3vw, 36px); border-radius: 20px; background: var(--ink); color: var(--on-night); }
.doc-cta-btns, .doc-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.doc-cta-box .btn--ghost { border-color: rgba(255, 255, 255, .3); --fg: #fff; }
.doc-cta { margin-top: 40px; }

.doc-cards { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
.doc-cards a { display: block; text-decoration: none; }
.doc-cards img { display: block; width: 100%; height: auto; border-radius: 12px; transition: transform .5s var(--ease); }
.doc-cards a:hover img { transform: translateY(-3px); }
.doc-cards time { display: block; margin-top: 12px; font-size: 13px; color: var(--muted); }
.doc-card-title { display: block; margin-top: 4px; font-weight: 700; line-height: 1.6; }

.doc-news { list-style: none; padding: 0; margin: 40px 0 0; border-top: 1px solid var(--hair); }
.doc-news > li { padding: 28px 0; border-bottom: 1px solid var(--hair); }
.doc-news-head { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
.doc-chip { padding: 2px 10px; border: 1px solid var(--hair); border-radius: 99px; font-size: 12px; color: var(--ink); background: var(--white); }
.doc-news h2 { margin-top: 10px; font-size: clamp(18px, 1.9vw, 22px); line-height: 1.55; }
.doc-news p { margin-top: 12px; color: var(--ink-2); }
.doc-links { margin-top: 12px; padding-left: 1.2em; }
.doc-links a { color: var(--indigo); overflow-wrap: anywhere; }

.doc-table { margin: 40px 0 0; border-top: 1px solid var(--hair); }
.doc-table > div { display: grid; grid-template-columns: 9em minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--hair); }
.doc-table dt { font-weight: 700; }
.doc-table dd { margin: 0; color: var(--ink-2); }
.doc-table a { color: var(--indigo); }

@media (max-width: 720px) {
  .doc-cast > div, .doc-cards, .doc-pager { grid-template-columns: minmax(0, 1fr); }
  .doc-pager-next { text-align: left; }
  .doc-table > div { grid-template-columns: minmax(0, 1fr); gap: 4px; }
}
