:root {
  --navy: #03172f;
  --navy-2: #07284d;
  --blue: #0878f7;
  --blue-2: #0a56d8;
  --cyan: #20d3e6;
  --ink: #10233f;
  --muted: #5b6d84;
  --line: #dce7f2;
  --soft: #f5f9fd;
  --soft-blue: #edf6ff;
  --white: #ffffff;
  --navy-deep: #020e1f;
  --navy-panel: #0a2c55;
  --soft-2: #e9f2fa;
  --alert: #d14d65;
  --alert-soft: #fdeef1;
  --ok: #17a673;
  --ink-2: #33475f;
  --grid-line: rgba(40,119,190,.14);
  /* 2カラム時のコピー列幅は概ね (100vw - 44px) * 0.52 - 12px。
     最長の文節「時間がかかっていませんか？」13文字が .br-pc の行内に
     収まる上限が およそ 列幅/12.55 なので、3.5vw / 上限48px に抑える。
     60px だと 1440px 幅でも行が溢れて5行に割れる。 */
  --fs-hero: clamp(30px, 3.5vw, 48px);
  /* モバイルは vw 追従。.nb の nowrap を維持したまま最長句（13文字）が
     320px 幅でも収まるサイズに落とす。38px 固定だと語中で折れる。 */
  --fs-hero-m: clamp(21px, 7vw, 32px);
  --fs-h2: clamp(28px, 3.2vw, 40px);
  --fs-h3: 20px;
  --fs-lead: 18px;
  --fs-body: 16px;
  --fs-small: 14px;
  --fs-cap: 13px;
  --fs-eyebrow: 12px;
  --sp-1: 8px;
  --sp-2: 16px;
  --sp-3: 24px;
  --sp-4: 32px;
  --sp-5: 48px;
  --sp-6: 64px;
  --sp-7: 96px;
  --sp-8: 128px;
  --measure: 40em;
  --r-s: 8px;
  --r-m: 12px;
  --r-l: 16px;
  --r-xl: 24px;
  --shadow-1: 0 4px 16px rgba(19,55,93,.08);
  --shadow-2: 0 20px 50px rgba(19,55,93,.14);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: var(--fs-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.9;
  letter-spacing: .015em;
  word-break: auto-phrase;
}
/* 「アニメーションを入れない」の制約は SVG 図版に対するもので、UIの挙動は対象外。
   ナビのアンカー移動とボタンのホバーは戻す。
   prefers-reduced-motion を尊重する形にしてある。 */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .primary-button { transition: transform .2s ease, box-shadow .2s ease; }
}
.primary-button:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
a { color: inherit; }
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue-2);
  outline-offset: 4px;
}
.hero-shell a:focus-visible,
.variant-strip a:focus-visible,
#consultation a:focus-visible,
.booking-section a:focus-visible,
.footer a:focus-visible,
.thank-you a:focus-visible {
  outline-color: var(--cyan);
}
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.hero-shell {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(10, 120, 247, .35), transparent 29%),
    radial-gradient(circle at 9% 84%, rgba(32, 211, 230, .16), transparent 34%),
    linear-gradient(135deg, var(--navy-deep) 0%, #031b39 55%, #061d35 100%);
}
.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.header {
  position: relative;
  z-index: 3;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: flex; align-items: center; gap: var(--sp-2); text-decoration: none; }
.brand img { width: 54px; height: 44px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-word { font-size: var(--fs-h3); font-weight: 900; letter-spacing: .08em; }
.brand-sub { margin-top: var(--sp-1); font-size: var(--fs-body); font-weight: 700; color: #77e9f4; letter-spacing: .08em; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: var(--sp-3); font-size: var(--fs-small); font-weight: 700; }
.nav a { text-decoration: none; color: rgba(255,255,255,.84); }
.nav a:hover { color: #fff; }
.nav-cta { padding: var(--sp-1) var(--sp-2); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-m); white-space: nowrap; }
.hero {
  position: relative;
  z-index: 2;
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: var(--sp-3);
  align-items: center;
  padding: var(--sp-7) 0;
}
/* min-width:0 がないと grid item の既定 min-width:auto (=min-content) が
   fr 比率に優先し、長い見出しがカラム幅を押し広げてしまう。 */
.hero-copy { max-width: 760px; min-width: 0; }
.hero > .hero-visual { min-width: 0; }
.hero-kicker { margin-top: var(--sp-3); font-size: var(--fs-lead); font-weight: 700; color: rgba(255,255,255,.84); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: var(--sp-2) 0 var(--sp-3);
  font-size: var(--fs-hero);
  line-height: 1.35;
  letter-spacing: -.035em;
  font-weight: 860;
  text-wrap: balance;
}
h1 .accent { color: #52def0; }
/* 改行制御は PC と モバイルで別の仕組みを使う。両方を同時に効かせない。
   PC : .br-pc で改行位置を固定する（.nb は無効）
   SP : .nb の文節 nowrap で自然改行させる（.br-pc は無効）
   ※ PCで .nb を効かせると H1 の min-content が 748px まで膨らみ、
     hero の grid `1.08fr .92fr` が破綻して図版カラムが 375px に潰れる。 */
.br-pc { display: initial; }
.lead {
  max-width: var(--measure);
  margin-bottom: var(--sp-4);
  color: rgba(255,255,255,.84);
  font-size: var(--fs-lead);
  line-height: 1.9;
}
.lead strong { color: #fff; }
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  min-height: 58px;
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-m);
  color: #fff;
  text-decoration: none;
  font-size: var(--fs-body);
  font-weight: 800;
  background: var(--blue-2);
  box-shadow: var(--shadow-1);
  white-space: nowrap;
}
.primary-button:hover { box-shadow: var(--shadow-2); }
.arrow { font-size: var(--fs-h3); line-height: 1; }
.hero-notes { display: flex; flex-wrap: wrap; gap: var(--sp-1); margin-top: var(--sp-3); }
.hero-notes span { padding: var(--sp-1); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-s); font-size: var(--fs-eyebrow); color: rgba(255,255,255,.60); }
/* ICP（対象企業の定義）が確定していないため、2026-07-29 に該当の <p class="target-note">
   をヒーローから一旦削除した。定義が固まったら <p> を戻すだけで復活するよう、
   スタイル定義はあえて残してある。 */
.target-note { margin: var(--sp-3) 0 0; color: rgba(255,255,255,.60); font-size: var(--fs-cap); line-height: 1.9; }
.hero-visual {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-xl);
  background: linear-gradient(145deg, rgba(10, 48, 88, .86), rgba(2, 21, 46, .84));
  box-shadow: var(--shadow-2);
  padding: var(--sp-3);
}
.hero-diagram { display: block; width: 100%; height: auto; }
.hero-diagram--mobile { display: none; }
.visual-outcome { margin-top: var(--sp-1); padding: var(--sp-3); border-radius: var(--r-l); background: rgba(5, 105, 218, .16); border: 1px solid rgba(255,255,255,.12); }
.visual-outcome small { display: block; color: #61dce9; font-weight: 800; letter-spacing: .10em; }
.visual-outcome strong { display: block; margin-top: var(--sp-1); font-size: var(--fs-h3); line-height: 1.5; }
.visual-outcome em { color: #62e2ef; font-style: normal; }
.visual-outcome p { margin: var(--sp-1) 0 0; color: rgba(255,255,255,.60); font-size: var(--fs-eyebrow); line-height: 1.5; }

.variant-strip { padding: var(--sp-6) 0; border-top: 1px solid var(--cyan); background: var(--navy-2); color: #fff; }
.variant-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: var(--sp-6); align-items: center; }
.kicker, .eyebrow { margin-bottom: var(--sp-2); color: var(--blue-2); font-family: "Inter", sans-serif; font-size: var(--fs-eyebrow); font-weight: 700; font-feature-settings: "tnum"; letter-spacing: .16em; text-transform: uppercase; }
.variant-copy .kicker { color: #55dce6; }
.variant-copy h2 { margin-bottom: var(--sp-2); font-size: var(--fs-h2); line-height: 1.35; letter-spacing: -.02em; text-wrap: balance; }
.variant-copy p { margin-bottom: 0; color: rgba(255,255,255,.84); }
.problem-visual { min-width: 0; }
.problem-timeline { display: block; width: 100%; height: auto; }
.problem-timeline-mobile { display: none; }
.problem-timeline-mobile ol { display: grid; gap: var(--sp-2); margin: 0; padding: 0; list-style: none; counter-reset: timeline; }
.problem-timeline-mobile li { position: relative; padding: var(--sp-2) var(--sp-2) var(--sp-2) var(--sp-5); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-m); color: rgba(255,255,255,.84); background: var(--navy-deep); font-size: var(--fs-small); counter-increment: timeline; }
.problem-timeline-mobile li::before { content: counter(timeline, decimal-leading-zero); position: absolute; left: var(--sp-2); color: var(--cyan); font-family: "Inter", sans-serif; font-weight: 700; }
.problem-timeline-mobile strong, .problem-timeline-mobile span { display: block; }
.problem-timeline-mobile strong { color: var(--cyan); }
.problem-timeline-mobile p { margin: var(--sp-2) 0 0; color: rgba(255,255,255,.84); font-size: var(--fs-small); }
.problem-checklist { display: grid; gap: var(--sp-1); margin: var(--sp-2) 0 0; padding: 0; list-style: none; }
.problem-checklist li { position: relative; padding-left: var(--sp-4); color: var(--cyan); font-size: var(--fs-small); }
.problem-checklist li::before { content: "✓"; position: absolute; left: var(--sp-1); color: var(--cyan); font-weight: 900; }

.section { padding: var(--sp-7) 0; }
#why, #outcome { padding-top: var(--sp-8); padding-bottom: var(--sp-8); }
.section.soft { background: var(--soft); }
.section.soft-2 { background: var(--soft-2); }
.section-head { max-width: var(--measure); margin-bottom: var(--sp-5); }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section h2 { margin-bottom: var(--sp-3); font-size: var(--fs-h2); line-height: 1.35; letter-spacing: -.025em; text-wrap: balance; }
.section-head p, .section p { color: var(--muted); }
.section-head p, .disconnect-copy p, .small-start > div:first-child > p, .about-copy p, .consult-copy p, .booking-copy p { max-width: var(--measure); }
.disconnect-wrap { display: grid; grid-template-columns: .92fr 1.08fr; gap: var(--sp-6); align-items: center; }
.disconnect-copy p { font-size: var(--fs-body); }
.callout { margin-top: var(--sp-3); padding: var(--sp-2) var(--sp-3); border-left: 4px solid var(--blue); border-radius: 0 var(--r-m) var(--r-m) 0; background: var(--white); box-shadow: var(--shadow-1); font-weight: 700; line-height: 1.9; }
.disconnect-diagram { margin: 0; padding: var(--sp-3); border-radius: var(--r-xl); background: #fff; box-shadow: var(--shadow-2); }
.key-map { display: block; width: 100%; height: auto; }
.key-map-mobile { display: none; }
.key-map-mobile__sources { display: grid; gap: var(--sp-2); }
.key-map-mobile__source { padding: var(--sp-2); border: 1px solid var(--line); border-radius: var(--r-m); }
.key-map-mobile__source strong, .key-map-mobile__source code { display: block; }
.key-map-mobile__source strong { color: var(--navy-2); }
.key-map-mobile__source code { margin-top: var(--sp-1); color: var(--muted); font-family: "Inter", sans-serif; font-size: var(--fs-small); }
.key-map-mobile__mismatch { margin: var(--sp-2) 0; padding: var(--sp-2); border: 2px dashed var(--alert); border-radius: var(--r-m); color: var(--alert); font-size: var(--fs-h3); font-weight: 700; line-height: 1.5; text-align: center; }
.key-map-mobile__result { padding: var(--sp-2); border-radius: var(--r-m); color: var(--cyan); background: var(--navy-2); font-weight: 700; text-align: center; }
.disconnect-diagram .callout { margin-top: var(--sp-2); box-shadow: none; }

.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-2); padding-top: calc(var(--sp-3) + var(--fs-lead)); }
.steps::before { content: ""; position: absolute; top: var(--fs-h3); left: 12.5%; right: 12.5%; border-top: 2px solid var(--blue); }
.step { position: relative; z-index: 1; padding: var(--sp-4) var(--sp-3) var(--sp-3); border: 1px solid var(--line); border-radius: var(--r-l); background: #fff; box-shadow: var(--shadow-1); }
.step::before { content: attr(data-step); position: absolute; top: -43px; left: 50%; display: grid; place-items: center; width: calc(var(--sp-3) + var(--fs-lead)); height: calc(var(--sp-3) + var(--fs-lead)); transform: translateX(-50%); border-radius: 50%; color: #fff; background: var(--blue-2); font-family: "Inter", sans-serif; font-size: var(--fs-eyebrow); font-feature-settings: "tnum"; font-weight: 700; }
.step-icon { display: block; width: 45px; height: 45px; margin-bottom: var(--sp-2); padding: 10px; border-radius: var(--r-m); color: var(--blue); background: var(--soft-blue); fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { margin-bottom: var(--sp-2); font-size: var(--fs-h3); line-height: 1.35; }
.step p { margin-bottom: 0; font-size: var(--fs-cap); line-height: 1.9; }
.step-flow-note { width: 100%; margin-top: var(--sp-3); padding: var(--sp-2) var(--sp-3); border-left: 4px solid var(--blue); border-radius: 0 var(--r-m) var(--r-m) 0; color: #325271; background: var(--soft-blue); }
.step-flow-note span { color: var(--blue-2); font-weight: 800; }

.time-use-chart { display: block; width: 100%; max-width: 930px; height: auto; margin: 0 auto var(--sp-4); }
.time-use-chart-mobile { display: none; }
.time-use-chart-mobile__row + .time-use-chart-mobile__row { margin-top: var(--sp-3); }
.time-use-chart-mobile__row strong { display: block; margin-bottom: var(--sp-1); font-size: var(--fs-small); }
.time-use-chart-mobile__bar { display: flex; height: var(--sp-4); overflow: hidden; border-radius: var(--r-s); }
.time-use-chart-mobile__prep { background: var(--muted); }
.time-use-chart-mobile__analysis { background: var(--cyan); }
.time-use-chart-mobile__row:first-child .time-use-chart-mobile__prep { flex: 5; }
.time-use-chart-mobile__row:first-child .time-use-chart-mobile__analysis { flex: 1; }
.time-use-chart-mobile__row:nth-child(2) .time-use-chart-mobile__prep { flex: 1; }
.time-use-chart-mobile__row:nth-child(2) .time-use-chart-mobile__analysis { flex: 4; }
.time-use-chart-mobile__legend { display: grid; gap: var(--sp-1); margin-top: var(--sp-2); color: var(--muted); font-size: var(--fs-small); }
.time-use-chart-mobile__legend span::before { content: ""; display: inline-block; width: var(--sp-2); height: var(--sp-2); margin-right: var(--sp-1); border-radius: 4px; vertical-align: -2px; background: var(--muted); }
.time-use-chart-mobile__legend span:last-child::before { background: var(--cyan); }
.ba-grid { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; max-width: 930px; margin: 0 auto; }
.ba-card { padding: var(--sp-4); border-radius: var(--r-l); background: #fff; box-shadow: var(--shadow-1); }
.ba-card.before { border-top: 5px solid #8ba0b8; }
.ba-card.after { border-top: 5px solid var(--blue); }
.ba-label { margin-bottom: var(--sp-2); color: #536b83; font-family: "Inter", sans-serif; font-size: var(--fs-eyebrow); font-feature-settings: "tnum"; font-weight: 700; letter-spacing: .15em; }
.after .ba-label { color: var(--blue-2); }
.ba-card h3 { font-size: var(--fs-h3); line-height: 1.35; }
.ba-list { list-style: none; padding: 0; margin: var(--sp-3) 0 0; }
.ba-list li { position: relative; padding: var(--sp-1) 0 var(--sp-1) var(--sp-4); border-bottom: 1px solid var(--line); color: #50657b; font-size: var(--fs-small); }
.ba-list li::before { content: "•"; position: absolute; left: 7px; color: var(--blue); font-size: var(--fs-h3); top: 4px; }
.before .ba-list li::before { color: #97a7b8; }
.ba-arrow { text-align: center; color: var(--blue); font-size: var(--fs-h2); font-weight: 700; }

.small-start { display: grid; grid-template-columns: .88fr 1.12fr; gap: var(--sp-6); align-items: center; }
.scope-diagram { display: block; width: 100%; height: auto; }
.scope-flow { display: none; gap: var(--sp-2); }
.scope-item { display: grid; grid-template-columns: 55px 1fr; gap: var(--sp-2); align-items: center; padding: var(--sp-2); border: 1px solid var(--line); border-radius: var(--r-l); background: #fff; box-shadow: var(--shadow-1); }
.scope-num { display: grid; place-items: center; width: 49px; height: 49px; border-radius: var(--r-m); color: #fff; font-family: "Inter", sans-serif; font-size: var(--fs-eyebrow); font-feature-settings: "tnum"; font-weight: 700; background: var(--blue-2); }
.scope-item strong, .scope-item span { display: block; }
.scope-item strong { font-size: var(--fs-body); }
.scope-item span { margin-top: var(--sp-1); color: var(--muted); font-size: var(--fs-cap); }

.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-2); }
.fit-card { position: relative; padding: var(--sp-3) var(--sp-3) var(--sp-3) var(--sp-6); border-radius: var(--r-l); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-1); }
.fit-check { position: absolute; top: var(--r-m); left: var(--fs-small); color: var(--blue); font-size: var(--fs-h3); font-weight: 900; line-height: 1; }
.fit-icon { position: absolute; top: calc(var(--sp-3) + var(--fs-cap)); left: var(--sp-2); display: block; width: 24px; height: 24px; color: var(--blue); fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.fit-card h3 { margin-bottom: var(--sp-1); font-size: var(--fs-body); line-height: 1.35; }
.fit-card p { margin-bottom: 0; font-size: var(--fs-cap); line-height: 1.9; }
.fit-guidance { margin: var(--sp-3) 0 0; text-align: center; font-weight: 700; }
#target { padding-bottom: 0; }
.target-photo { position: relative; height: 280px; margin-top: var(--sp-6); overflow: hidden; }
.target-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 35%, var(--navy-deep) 100%); opacity: .72; pointer-events: none; }
.target-photo picture, .target-photo img { width: 100%; height: 100%; }
.target-photo img { object-fit: cover; }

#consultation { color: #fff; background: var(--navy-deep); }
.consultation-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: var(--sp-6); align-items: center; }
.consult-copy .kicker { color: var(--cyan); }
.consult-copy h2 { font-size: var(--fs-h2); }
.consult-copy p { color: rgba(255,255,255,.84); }
.consult-actions { display: flex; align-items: center; gap: var(--sp-3); margin-top: var(--sp-4); }
.notes { color: rgba(255,255,255,.60); font-size: var(--fs-eyebrow); }
.agenda-visual { min-width: 0; padding: var(--sp-2); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-xl); background: var(--navy-2); }
.agenda-diagram { display: block; width: 100%; height: auto; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: var(--sp-6); align-items: center; }
.about-photo { overflow: hidden; border-radius: var(--r-l); }
.about-photo picture, .about-photo img { display: block; width: 100%; height: 100%; }
.about-photo img { aspect-ratio: 4 / 3; object-fit: cover; }
.about-copy h2 { max-width: 700px; }
.about-operator { font-weight: 700; }
.principles { display: flex; flex-wrap: wrap; gap: var(--sp-2); margin-top: var(--sp-3); }
.principles span { padding: var(--sp-1) var(--sp-2); border: 1px solid var(--line); border-radius: var(--r-s); color: #315779; background: #fff; font-size: var(--fs-eyebrow); font-weight: 700; }

.faq-list { max-width: 920px; margin: 0 auto; display: grid; gap: var(--sp-5); }
.faq-category h3 { margin-bottom: var(--sp-2); color: var(--muted); font-family: "Inter", sans-serif; font-size: var(--fs-eyebrow); font-weight: 700; letter-spacing: .12em; }
.faq-group { display: grid; gap: var(--sp-2); }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-m); background: #fff; overflow: hidden; }
.faq-item summary { position: relative; cursor: pointer; list-style: none; padding: var(--sp-3) var(--sp-6) var(--sp-3) var(--sp-3); font-weight: 800; line-height: 1.6; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 23px; top: 18px; color: var(--blue); font-size: var(--fs-h3); font-weight: 500; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 var(--sp-3) var(--sp-3); color: var(--muted); font-size: var(--fs-small); line-height: 1.9; }

.booking-section { background: var(--navy-deep); color: #fff; }
.booking-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: var(--sp-5); align-items: start; }
.booking-copy .eyebrow { color: #56dfeb; }
.booking-copy .booking-claim { margin: var(--sp-2) 0 var(--sp-3); color: #fff; font-size: var(--fs-lead); font-weight: 800; line-height: 1.6; }
.booking-copy h2 { font-size: var(--fs-h2); }
.booking-copy p { color: rgba(255,255,255,.84); }
.booking-points { display: grid; gap: var(--sp-2); margin-top: var(--sp-3); }
.booking-point { display: flex; gap: var(--sp-2); align-items: flex-start; color: rgba(255,255,255,.84); font-size: var(--fs-small); }
.booking-point::before { content: "✓"; color: #59e1ed; font-weight: 900; }
.footer { padding: var(--sp-4) 0; color: rgba(255,255,255,.60); background: var(--navy-deep); font-size: var(--fs-eyebrow); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: var(--sp-3); }
.footer-brand { display: flex; align-items: center; gap: var(--sp-1); color: #fff; font-weight: 850; letter-spacing: .07em; }
.footer-brand img { width: 35px; }

.thank-you { min-height: 100vh; display: grid; place-items: center; padding: var(--sp-4); color: #fff; background: radial-gradient(circle at 70% 15%, rgba(15,128,238,.32), transparent 32%), linear-gradient(135deg, #021126, #052b52); }
.thank-you-card { width: min(720px, 100%); padding: var(--sp-5); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-xl); background: rgba(255,255,255,.07); box-shadow: var(--shadow-2); text-align: center; }
.thank-you-logo { width: 95px; margin: 0 auto var(--sp-3); }
.thank-you-card h1 { font-size: var(--fs-hero); }
.thank-you-card p { color: rgba(255,255,255,.84); }
.next-box { margin: var(--sp-4) 0; padding: var(--sp-3); border-radius: var(--r-l); background: rgba(255,255,255,.07); text-align: left; }
.next-box strong { display: block; margin-bottom: var(--sp-1); }
.next-box ul { margin: 0; padding-left: var(--sp-3); color: rgba(255,255,255,.84); }
.secondary-link { color: #69e4ee; font-weight: 800; }

@media (max-width: 980px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: var(--sp-6); }
  .hero-copy { max-width: none; }
  /* 1カラムになりコピーが全幅を使えるので、H1 の上限を戻す */
  h1 { font-size: clamp(32px, 5vw, 52px); }
  .hero-visual { max-width: 720px; }
  .variant-grid, .disconnect-wrap, .small-start, .consultation-grid, .about-grid, .booking-grid { grid-template-columns: 1fr; }
  .about-photo img { aspect-ratio: 16 / 9; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: var(--sp-6); }
  .steps::before { display: none; }
  .step::after { content: ""; position: absolute; z-index: -1; top: calc(var(--sp-1) - var(--sp-1) - var(--fs-small) - var(--sp-1)); left: -9px; right: -9px; border-top: 2px solid var(--blue); }
  .fit-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .header { min-height: 78px; }
  .brand img { width: 43px; height: 36px; }
  .brand-word { font-size: var(--fs-h3); }
  .brand-sub { font-size: var(--fs-eyebrow); margin-top: var(--sp-1); }
  .nav-cta { padding: var(--sp-1); font-size: var(--fs-eyebrow); }
  .hero { gap: var(--sp-5); padding: var(--sp-5) 0 var(--sp-6); }
  .hero-kicker { font-size: var(--fs-body); }
  h1 { font-size: var(--fs-hero-m); line-height: 1.4; }
  /* PC用の固定改行を解除し、代わりに .nb の文節 nowrap を有効化する。
     これで意味の切れ目でだけ折り返る。 */
  .br-pc { display: none; }
  .nb { white-space: nowrap; }
  .lead { font-size: var(--fs-body); line-height: 1.9; }
  .primary-button { width: 100%; font-size: var(--fs-small); padding-left: var(--sp-2); padding-right: var(--sp-2); }
  .hero-visual { padding: var(--sp-1); }
  .hero-diagram--desktop { display: none; }
  .hero-diagram--mobile { display: block; }
  .visual-outcome strong { font-size: var(--fs-lead); }
  .variant-strip, .section, #why, #outcome { padding: var(--sp-6) 0; }
  .problem-timeline, .key-map, .time-use-chart { display: none; }
  .problem-timeline-mobile, .key-map-mobile, .time-use-chart-mobile { display: block; }
  .time-use-chart-mobile { margin-bottom: var(--sp-4); }
  .disconnect-diagram { padding: var(--sp-1); }
  .steps { grid-template-columns: 1fr; gap: var(--sp-2); padding: 0 0 0 calc(var(--sp-4) + var(--fs-small)); }
  .steps::before { display: block; top: 0; bottom: 0; left: var(--fs-h3); right: auto; border-top: 0; border-left: 2px solid var(--blue); }
  .step::before { top: var(--sp-3); left: -47px; transform: none; }
  .step::after { display: none; }
  .fit-grid { grid-template-columns: 1fr; }
  .ba-grid { grid-template-columns: 1fr; gap: var(--sp-2); }
  .ba-arrow { transform: rotate(90deg); }
  .scope-diagram { display: none; }
  .scope-flow { display: grid; }
  .target-photo { height: 180px; margin-top: var(--sp-5); }
  .consult-actions { flex-direction: column; align-items: stretch; text-align: center; }
  .agenda-visual { padding: 0; overflow: hidden; }
  .agenda-diagram { width: 156%; max-width: none; margin-left: -28%; }
  .faq-item summary { padding-left: var(--sp-2); }
  .footer-inner { flex-direction: column; text-align: center; }
  .thank-you-card { padding: var(--sp-4) var(--sp-3); }
}


/* Google Calendar booking */
.google-booking-card {
  min-height: calc(var(--sp-8) + var(--sp-8) + var(--sp-8) + var(--sp-8) + var(--sp-1));
  border-radius: var(--r-xl);
  padding: clamp(var(--sp-4), 4vw, var(--sp-5));
  background:
    radial-gradient(circle at 85% 12%, rgba(31, 196, 225, .18), transparent 34%),
    linear-gradient(145deg, #ffffff, #eef7ff);
  color: var(--ink);
  box-shadow: var(--shadow-2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--sp-4);
}
.google-booking-main { display: flex; align-items: center; gap: clamp(var(--sp-3), 3vw, var(--sp-5)); width: 100%; }
.google-booking-icon {
  flex: 0 0 calc(var(--sp-7) + var(--sp-2));
  width: calc(var(--sp-7) + var(--sp-2));
  height: calc(var(--sp-7) + var(--sp-2));
  border-radius: var(--r-xl);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-1);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #173f78;
  font-family: "Inter", sans-serif;
  font-size: var(--fs-h2);
  font-feature-settings: "tnum";
  font-weight: 850;
}
.google-booking-icon::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: calc(var(--fs-small) + var(--fs-cap));
  background: linear-gradient(90deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc04 50% 75%, #ea4335 75%);
}
.google-booking-icon span { transform: translateY(calc(var(--fs-lead) - var(--sp-1))); }
.google-booking-content { flex: 1; }
.google-booking-label {
  color: var(--blue-2);
  font-family: "Inter", sans-serif;
  font-size: var(--fs-eyebrow);
  font-feature-settings: "tnum";
  font-weight: 700;
  letter-spacing: .14em;
}
.google-booking-content h3 {
  margin: var(--sp-1) 0 var(--sp-2);
  font-size: var(--fs-h2);
  line-height: 1.35;
}
.google-booking-content p {
  margin: 0 0 var(--sp-3);
  color: var(--muted);
  line-height: 1.9;
}
.google-booking-button { display: inline-flex; width: auto; }
.google-booking-note {
  margin-top: var(--sp-2);
  color: var(--muted);
  font-size: var(--fs-eyebrow);
}
.booking-flow { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; margin: 0; padding: var(--sp-3) 0 0; border-top: 1px solid var(--muted); list-style: none; }
.booking-flow li { position: relative; display: grid; grid-template-rows: auto 1fr; justify-items: center; gap: var(--sp-1); padding: 0 var(--sp-1); color: var(--muted); font-size: var(--fs-cap); font-weight: 700; line-height: 1.5; text-align: center; }
.booking-flow li:not(:last-child)::after { content: "→"; position: absolute; top: 8px; right: -7px; color: var(--blue); font-family: "Inter", sans-serif; }
.booking-flow span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--navy-2); background: var(--cyan); font-family: "Inter", sans-serif; font-size: var(--fs-eyebrow); font-feature-settings: "tnum"; }
@media (max-width: 720px) {
  .google-booking-card { min-height: 0; }
  .google-booking-main { flex-direction: column; align-items: flex-start; }
  .google-booking-icon { width: calc(var(--sp-5) + var(--sp-3) + var(--fs-small)); height: calc(var(--sp-5) + var(--sp-3) + var(--fs-small)); flex-basis: calc(var(--sp-5) + var(--sp-3) + var(--fs-small)); font-size: var(--fs-h2); border-radius: var(--r-l); }
  .google-booking-icon::before { height: calc(var(--fs-small) + var(--sp-1)); }
  .google-booking-button { width: 100%; }
  .booking-flow { grid-template-columns: repeat(2, 1fr); gap: var(--sp-3) 0; }
  .booking-flow li:nth-child(2)::after { display: none; }
}
