/* =====================================================================
   LP-00007 補助金サポートラボ — design.json のトークンを :root に展開
   デザインの唯一の正: _input/refs/design-target.png（724x2172 → 1.66倍）
   ===================================================================== */
:root {
  --c-navy: #35425A;
  --c-navy-deep: #2B3850;
  --c-navy-table: #3A4A72;
  --c-ink: #262F44;
  --c-text: #3C4353;
  --c-text-soft: #5C6474;
  --c-line: #DEE4EC;
  --c-line-soft: #E9EDF3;
  --c-bg-soft: #F7F9FB;
  --c-bg-cool: #F0F3F7;
  --c-bg-note: #EDF1F7;
  --c-white: #FFFFFF;
  --c-card: #FDFDFE;
  --c-gold: #E8B33E;
  --c-hero-a: #FDFEFE;
  --c-hero-b: #F3F6F8;
  --sh-card: 0 4px 14px rgba(38, 47, 68, 0.06);
  --sh-col: 0 6px 18px rgba(38, 47, 68, 0.14);
  --sh-cta: 0 6px 16px rgba(38, 47, 68, 0.22);
  --f-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --f-sans: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --w-container: 1160px;
  /* モーション用（実値は app.js がインラインで上書き） */
  --d: 0s;
  --dur: 14s;
  --delay: 0s;
  --tx: -160px;
  --ty: -90px;
  --rot: 35deg;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-serif);
  color: var(--c-text);
  background: var(--c-white);
  font-size: 15px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: var(--w-container); margin: 0 auto; padding: 0 32px; }
strong { font-weight: 700; }

/* ---------- 共通パーツ ---------- */
.sec-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--c-ink);
  text-align: center;
  line-height: 1.6;
}
.check-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 15.5px;
  line-height: 1.85;
}
.check-list .ck {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  color: var(--c-navy);
}

/* LINE系ボタン（HTML実装・テキストは画像に焼かない） */
.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--c-navy);
  color: var(--c-white);
  font-family: var(--f-sans);
  font-weight: 700;
  border-radius: 999px;
  box-shadow: var(--sh-cta);
  transition: opacity 0.2s, transform 0.2s;
}
.btn-line:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-line .lbl { display: inline-block; text-align: center; }
.btn-line .lbl strong { font-size: 1.18em; }
.btn-line .line-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.btn-line .line-badge img { display: block; width: 34px; height: auto; }
.header .btn-line .line-badge img { width: 28px; }
.final-card .btn-line .line-badge img { width: 50px; }
.btn-line .arrow { margin-left: auto; flex: none; }
/* ワイドCTA（サブバー/ベネフィット/声）は文言を中央揃えにし、
   LINEアイコンと矢印は左右端へ固定する */
.subbar .btn-line,
.benefit .btn-line,
.voice-cta .btn-line {
  position: relative;
  justify-content: center;
  padding-left: 76px;
  padding-right: 60px;
}
.subbar .btn-line .line-badge,
.benefit .btn-line .line-badge,
.voice-cta .btn-line .line-badge {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.subbar .btn-line .arrow,
.benefit .btn-line .arrow,
.voice-cta .btn-line .arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}

/* ---------- ヘッダー ---------- */
.header {
  background: var(--c-white);
  height: 100px;
  display: flex;
  align-items: center;
}
.header .container {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-logo { display: flex; align-items: center; gap: 14px; }
.header-logo img { height: 46px; width: auto; }
.logo-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: var(--c-ink);
  white-space: nowrap;
}
.logo-text small {
  font-family: var(--f-sans);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: var(--c-text-soft);
}
.header-nav {
  display: flex;
  gap: 52px;
  margin-left: auto;
  margin-right: 48px;
}
.header-nav a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--c-ink);
  font-weight: 500;
}
.header-nav a:hover { opacity: 0.65; }
.header .btn-line {
  height: 48px;
  padding: 0 26px;
  font-size: 14.5px;
  letter-spacing: 0.04em;
  gap: 10px;
  box-shadow: none;
}

/* ---------- ヒーロー ---------- */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--c-hero-a) 0%, var(--c-hero-b) 100%);
  overflow: hidden;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  padding-top: 96px;
  padding-bottom: 88px;
}
.hero-title {
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: var(--c-ink);
}
.hero-lead {
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.15;
  color: var(--c-text);
}
.hero-badges {
  display: flex;
  gap: 44px;
  margin-top: 60px;
}
.hero-badge {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
}
.hero-badge img { height: 40px; width: auto; max-width: 62px; object-fit: contain; }
.hero-badge p {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--c-ink);
}

/* ---------- サブバー（FV直下CTA） ---------- */
.subbar {
  background: var(--c-white);
  padding: 40px 0;
}
.subbar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
.subbar-note { font-size: 14px; letter-spacing: 0.06em; color: var(--c-text); }
.subbar .btn-line {
  height: 58px;
  padding: 0 34px;
  font-size: 16.5px;
  letter-spacing: 0.06em;
  min-width: 530px;
}
.subbar-micro { font-size: 13px; color: var(--c-text-soft); letter-spacing: 0.04em; }

/* ---------- お悩み ---------- */
.worry {
  background: var(--c-bg-soft);
  padding: 110px 0 116px;
}
.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
  margin-top: 72px;
}
.worry-col { text-align: center; }
.worry-col img { height: 112px; width: auto; margin: 0 auto 38px; }
.worry-col ul { text-align: left; display: grid; gap: 20px; }
.worry-col li {
  position: relative;
  padding-left: 18px;
  font-size: 14.5px;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
.worry-col li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--c-navy);
}
.worry-note {
  margin: 76px auto 0;
  max-width: 950px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: 10px;
  padding: 26px 40px;
  text-align: center;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.worry-note strong { color: var(--c-ink); }

/* ---------- 対象になる制度 ---------- */
.seido { padding: 120px 0 104px; background: var(--c-white); }
.seido-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.seido-title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.95;
  color: var(--c-ink);
}
.seido-lead {
  margin-top: 34px;
  font-size: 14.5px;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.seido-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.seido-item { text-align: center; }
.seido-photo {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}
.seido-cap {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: var(--c-ink);
  margin-top: 14px;
  white-space: nowrap;
  min-height: 45px; /* 2行分を確保して下の説明文の開始位置を揃える */
}
.seido-item .desc {
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: var(--c-text);
  text-align: center;
}
.seido-note {
  margin-top: 64px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--c-text-soft);
}

/* ---------- ベネフィット ---------- */
.benefit { position: relative; background: var(--c-white); }
.benefit-grid {
  display: grid;
  grid-template-columns: 43% minmax(0, 1fr);
  align-items: stretch;
}
.benefit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.benefit-body { padding: 88px 0 88px 72px; max-width: 700px; }
.benefit-title {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--c-ink);
}
.benefit-body .check-list { margin-top: 40px; }
.benefit-note {
  background: var(--c-bg-note);
  padding: 30px 40px;
  text-align: center;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.03em;
  margin-top: 22px;
}
.benefit-note strong { color: var(--c-ink); }
.benefit .btn-line {
  margin-top: 40px;
  width: 100%;
  height: 60px;
  font-size: 16.5px;
  letter-spacing: 0.08em;
  padding: 0 30px;
}

/* ---------- 比較 ---------- */
.compare { position: relative; padding: 120px 0 110px; background: var(--c-white); }
.compare-deco {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 195px;
  pointer-events: none;
  z-index: 1;
}
.compare-table-wrap { margin-top: 66px; overflow-x: auto; }
.compare-table {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  min-width: 760px;
}
.compare-table th,
.compare-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--c-line-soft);
  text-align: left;
  letter-spacing: 0.04em;
  background: var(--c-white);
}
.compare-table thead th {
  text-align: center;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
  background: var(--c-bg-soft);
}
.compare-table .col-label { width: 18%; font-weight: 700; color: var(--c-ink); }
.compare-table .col-hero { width: 34%; }
.compare-table thead .col-hero {
  background: var(--c-navy-table);
  color: var(--c-white);
  border-radius: 10px 10px 0 0;
  font-size: 15.5px;
  letter-spacing: 0.08em;
  border-bottom: none;
}
.compare-table thead .col-hero .crown { color: var(--c-gold); margin-right: 8px; }
.compare-table td.col-hero {
  font-weight: 700;
  color: var(--c-ink);
  background: var(--c-card);
  border-left: 1px solid var(--c-line);
  border-right: 1px solid var(--c-line);
}
/* サポートラボ列だけ左右に影を落とす（上下ににじませない） */
.compare-table thead .col-hero,
.compare-table td.col-hero {
  position: relative;
  z-index: 1;
  box-shadow:
    -12px 0 16px -8px rgba(38, 47, 68, 0.22),
    12px 0 16px -8px rgba(38, 47, 68, 0.22);
}
.compare-table th.col-label,
.compare-table td.col-label {
  border-right: 1px solid var(--c-line-soft);
}
.compare-table tr:last-child td.col-hero { border-bottom: 1px solid var(--c-line); }
.compare-note {
  max-width: 1060px;
  margin: 52px auto 0;
  font-size: 14.5px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}
.compare-note strong { color: var(--c-ink); }

/* ---------- お客様の声 ---------- */
.voice { padding: 120px 0 0; background: var(--c-white); }
/* スタッガード・カルーセル（互い違いに傾いたカード列・中央がネイビーで浮く） */
.voice-stage {
  position: relative;
  height: 620px;
  overflow: hidden;
  margin-top: 64px;
  background: var(--c-bg-soft);
}
.stgr-card {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  padding: 30px 28px;
  background: var(--c-card);
  border: 1px solid var(--c-line);
  transition: all 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 44px, 100% 100%, 0 100%);
}
.stgr-card:hover { border-color: var(--c-navy-table); }
.stgr-fold {
  position: absolute;
  right: -1px;
  top: 43px;
  width: 63px;
  height: 1px;
  background: var(--c-line);
  transform-origin: top right;
  transform: rotate(45deg);
}
.stgr-card .face {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 14px;
}
.stgr-card .v-amount {
  font-family: var(--f-sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--c-navy-table);
}
.stgr-card .v-name {
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--c-ink);
  margin: 3px 0 10px;
}
.stgr-card .v-body {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.01em;
  color: var(--c-text);
}
.stgr-card.is-center {
  background: var(--c-navy);
  border-color: var(--c-navy);
  box-shadow: 0 22px 44px rgba(38, 47, 68, 0.3);
}
.stgr-card.is-center:hover { border-color: var(--c-navy); }
.stgr-card.is-center .stgr-fold { background: rgba(255, 255, 255, 0.35); }
.stgr-card.is-center .v-amount { color: #BFCCE2; }
.stgr-card.is-center .v-name { color: var(--c-white); }
.stgr-card.is-center .v-body { color: rgba(255, 255, 255, 0.92); }
.voice-nav {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 20;
}
.voice-nav-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--c-line);
  background: var(--c-white);
  color: var(--c-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
.voice-nav-btn:hover {
  background: var(--c-navy);
  color: var(--c-white);
  border-color: var(--c-navy);
}
.voice-prev svg { transform: scaleX(-1); }
.voice-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 76px 0 96px;
}
.voice-cta .btn-line {
  height: 60px;
  min-width: 640px;
  font-size: 17px;
  letter-spacing: 0.08em;
  padding: 0 36px;
}
.voice-cta-micro { font-size: 13px; line-height: 2; color: var(--c-text-soft); letter-spacing: 0.03em; }

/* ---------- 費用（リスクリバーサル） ---------- */
.cost {
  position: relative;
  background: var(--c-bg-soft);
  padding: 104px 0 108px;
  overflow: hidden;
}
.cost-deco {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 215px;
  pointer-events: none;
}
.cost-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 84px;
  align-items: start;
  position: relative;
}
.cost-title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.85;
  color: var(--c-ink);
}
.cost-flow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 56px;
}
.cost-step { text-align: center; flex: 1; }
.cost-step img {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  padding: 12px;
  object-fit: contain;
}
.br-sp { display: none; }
.cost-step p {
  margin-top: 10px;
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-ink);
  letter-spacing: 0;
  white-space: nowrap;
}
.cost-flow .fa {
  color: var(--c-navy);
  font-family: var(--f-sans);
  font-weight: 700;
  margin-top: 24px;
  flex: none;
}
.cost-checks { padding-top: 8px; max-width: 470px; }

/* ---------- ご利用の流れ ---------- */
.steps { padding: 120px 0 100px; background: var(--c-white); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 66px;
}
.step-card {
  position: relative;
  background: var(--c-card);
  border: 1px solid var(--c-line-soft);
  border-radius: 10px;
  box-shadow: var(--sh-card);
  padding: 20px 14px 22px;
  text-align: center;
}
.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 46%;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--c-line);
  border-right: 2px solid var(--c-line);
  transform: rotate(45deg);
  z-index: 1;
}
.step-card .step-no {
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--c-navy-table);
}
.step-card h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--c-ink);
  margin-top: 6px;
  line-height: 1.5;
}
.step-card .you {
  margin-top: 14px;
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--c-text);
}
.step-card .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--c-navy-table);
  margin: 12px auto;
}
.step-card .we {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--c-ink);
}
.steps-note {
  margin-top: 56px;
  text-align: center;
  font-size: 13.5px;
  letter-spacing: 0.05em;
  color: var(--c-text);
}

/* ---------- FAQ ---------- */
.faq { position: relative; padding: 104px 0 120px; background: var(--c-white); }
.faq-deco {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 240px;
  pointer-events: none;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.faq-col { display: grid; gap: 18px; }
.faq-item {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 8px;
  box-shadow: var(--sh-card);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  font-family: var(--f-sans);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--c-ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .q-mark { color: var(--c-navy-table); font-weight: 700; flex: none; }
.faq-item .plus {
  margin-left: auto;
  flex: none;
  color: var(--c-text-soft);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-item[open] .plus { transform: rotate(45deg); }
.faq-item .answer {
  padding: 0 20px 18px 46px;
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--c-text);
}

/* ---------- 締めCTA ---------- */
.final {
  background: var(--c-bg-cool);
  padding: 116px 0;
  position: relative;
  overflow: hidden;
}
.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px 430px;
  gap: 44px;
  align-items: center;
}
.final-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.95;
  color: var(--c-ink);
  white-space: nowrap;
}
.final-checks { margin-top: 40px; }
.final-checks li { font-size: 15px; margin-bottom: 12px; }
.final-urgency {
  margin-top: 22px;
  font-size: 13.5px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: var(--c-text-soft);
}
.final-photo img { width: 100%; height: auto; }
.final-card {
  background: var(--c-white);
  border-radius: 16px;
  box-shadow: var(--sh-card);
  padding: 34px 34px 30px;
  text-align: center;
}
.final-card .card-title {
  font-family: var(--f-sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--c-ink);
}
.final-card .btn-line {
  margin-top: 22px;
  width: 100%;
  min-height: 92px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding: 16px 28px;
  text-align: left;
}
.final-card .btn-line .line-badge { width: 52px; height: 52px; }
.final-micro {
  margin-top: 16px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--c-text-soft);
}

/* ---------- フッター ---------- */
.footer { background: var(--c-white); padding: 44px 0; }
.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo img { height: 44px; }

/* =====================================================================
   モーション（app.jsと連動 / prefers-reduced-motion時は全停止）
   ===================================================================== */

/* ① ヒーロー ロードシーケンス */
.anim-ready .hero-title,
.anim-ready .hero-lead,
.anim-ready .hero-badge {
  opacity: 0;
  transform: translateY(26px);
}
.anim-ready .hero-photo {
  opacity: 0;
  transform: scale(1.045) translateX(14px);
}
.anim-go .hero-title { animation: rise 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s forwards; }
.anim-go .hero-lead { animation: rise 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.32s forwards; }
.anim-go .hero-badge:nth-child(1) { animation: rise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.52s forwards; }
.anim-go .hero-badge:nth-child(2) { animation: rise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.64s forwards; }
.anim-go .hero-badge:nth-child(3) { animation: rise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.76s forwards; }
.anim-go .hero-photo { animation: photo-in 1.5s ease 0.05s forwards; }
@keyframes rise {
  to { opacity: 1; transform: none; }
}
@keyframes photo-in {
  to { opacity: 1; transform: none; }
}
/* ② スクロール出現 */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s ease var(--d, 0s),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) var(--d, 0s);
  will-change: opacity, transform;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* ③ 舞う綿毛 */
.seed {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  color: #A9B5C5;
  opacity: 0;
  animation: seed-drift var(--dur, 14s) linear var(--delay, 0s) infinite;
}
.seed svg { width: 100%; height: auto; display: block; }
@keyframes seed-drift {
  0%   { opacity: 0; transform: translate3d(0, 0, 0) rotate(0deg); }
  10%  { opacity: 0.75; }
  70%  { opacity: 0.5; }
  100% { opacity: 0; transform: translate3d(var(--tx, -160px), var(--ty, -90px), 0) rotate(var(--rot, 35deg)); }
}

/* ホバーの微アニメーション */
.btn-line .arrow svg,
.btn-line .line-badge svg { transition: transform 0.25s ease; }
.btn-line:hover .arrow svg { transform: translateX(4px); }
.voice-card,
.step-card { transition: transform 0.35s ease, box-shadow 0.35s ease; }
.voice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(38, 47, 68, 0.12);
}
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(38, 47, 68, 0.1);
}
.faq-item summary { transition: background-color 0.2s ease; }
.faq-item summary:hover { background-color: var(--c-bg-soft); }
.faq-item[open] .answer { animation: answer-in 0.35s ease; }
@keyframes answer-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}

/* キーボードフォーカス */
.btn-line:focus-visible,
.faq-item summary:focus-visible,
a:focus-visible {
  outline: 3px solid var(--c-navy-table);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .seed { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .anim-ready .hero-title,
  .anim-ready .hero-lead,
  .anim-ready .hero-badge,
  .anim-ready .hero-photo { opacity: 1; transform: none; animation: none; }
  .step-card:hover { transform: none; }
  .stgr-card { transition: none; }
}

/* =====================================================================
   レスポンシブ（スマホ 375px 基準）
   ===================================================================== */
@media (max-width: 900px) {
  body { font-size: 14px; }
  .container { padding: 0 20px; }

  .header { height: 68px; }
  .header-logo { gap: 8px; }
  .header-logo img { height: 32px; }
  .logo-text { font-size: 12px; gap: 2px; letter-spacing: 0.12em; }
  .logo-text small { font-size: 6.5px; letter-spacing: 0.2em; }
  .header-nav { display: none; }
  .header .btn-line {
    margin-left: auto;
    height: 38px;
    padding: 0 13px;
    font-size: 12px;
    gap: 7px;
    white-space: nowrap;
    flex: none;
  }
  .header .btn-line .line-badge img { width: 21px; }
  .br-sp { display: inline; }

  .hero-photo { opacity: 0.55; }
  .hero-inner { padding-top: 64px; padding-bottom: 60px; }
  .hero-title { font-size: 31px; }
  .hero-lead { font-size: 13.5px; margin-top: 20px; }
  .hero-badges { gap: 12px; margin-top: 30px; justify-content: center; }
  .hero-badge { width: 104px; height: 104px; }
  .hero-badge img { height: 32px; }
  .hero-badge p { font-size: 10.5px; }

  .subbar .container { flex-direction: column; gap: 12px; }
  .subbar .btn-line,
  .benefit .btn-line,
  .voice-cta .btn-line {
    min-width: 0;
    width: 100%;
    height: auto;
    min-height: 54px;
    padding: 13px 46px 13px 62px;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.03em;
  }
  .subbar .btn-line .line-badge,
  .benefit .btn-line .line-badge,
  .voice-cta .btn-line .line-badge { left: 16px; }
  .subbar .btn-line .arrow,
  .benefit .btn-line .arrow,
  .voice-cta .btn-line .arrow { right: 15px; }
  .subbar .btn-line .line-badge img,
  .benefit .btn-line .line-badge img,
  .voice-cta .btn-line .line-badge img { width: 28px; }

  .worry { padding: 76px 0; }
  .sec-title { font-size: 22px; }
  .worry-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; margin-top: 36px; }
  .worry-col img { height: 96px; margin-bottom: 18px; }
  .worry-note { padding: 20px 22px; font-size: 13.5px; text-align: left; }

  .seido { padding: 80px 0 68px; }
  .seido-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .seido-title { font-size: 22px; }
  .seido-items { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }

  .benefit-grid { grid-template-columns: minmax(0, 1fr); }
  .benefit-photo img { max-height: 320px; }
  .benefit-body { padding: 52px 20px 64px; }
  .benefit-title { font-size: 22px; }

  .compare { padding: 80px 0; }
  .compare-deco { display: none; }
  .compare-note { font-size: 13.5px; }

  .voice-stage { height: 480px; }
  .stgr-card { padding: 20px 18px; }
  .stgr-card .face { width: 44px; height: 44px; margin-bottom: 10px; }
  .stgr-card .v-body { font-size: 11.5px; line-height: 1.8; }
  .stgr-card .v-name { font-size: 13.5px; }
  .stgr-card .v-amount { font-size: 11px; }
  .voice-nav-btn { width: 46px; height: 46px; }
  .voice-cta { flex-direction: column; gap: 18px; padding: 56px 0 68px; }
  .voice-cta-micro { text-align: center; }

  .cost { padding: 72px 0 200px; }
  .cost-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .cost-title { font-size: 22px; }
  .cost-flow { flex-wrap: wrap; gap: 4px; }
  .cost-step img {
    width: 100%;
    max-width: 56px;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 10px;
  }
  .cost-step p { font-size: 10px; }
  .cost-deco { width: 160px; bottom: 0; }

  .steps { padding: 80px 0 68px; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .step-card:not(:last-child)::after { display: none; }
  .steps-note { text-align: left; font-size: 12.5px; }

  .faq { padding: 72px 0 84px; }
  .faq-grid { grid-template-columns: minmax(0, 1fr); }
  .faq-deco { display: none; }

  .final { padding: 76px 0; }
  .final-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .final-title { font-size: 22px; white-space: normal; }
  .final-photo { max-width: 240px; margin: 0 auto; }
  .final-card { padding: 24px 20px; }
  .final-card .btn-line { font-size: 15.5px; min-height: 76px; }

  .footer .container { padding: 8px 20px; }
  .footer-logo img { height: 36px; }
}

/* ===== プライバシーポリシー モーダル ===== */
.footer-links{margin:14px 0 0;text-align:center}
.privacy-open{background:none;border:none;cursor:pointer;font-family:var(--f-sans);font-size:.82rem;font-weight:700;color:var(--c-text-soft);text-decoration:underline;text-underline-offset:3px;padding:2px}
.privacy-open:hover{color:var(--c-gold)}
.privacy-modal{margin:auto;border:none;padding:0;width:min(760px,calc(100vw - 40px));max-height:min(82svh,900px);border-radius:14px;box-shadow:var(--sh-cta);background:var(--c-white);color:var(--c-text);font-family:var(--f-sans)}
.privacy-modal::backdrop{background:rgba(38,47,68,.6)}
.privacy-inner{padding:40px 44px 36px;overflow-y:auto;max-height:inherit}
.privacy-inner h2{font-family:var(--f-serif);font-size:1.4rem;font-weight:700;color:var(--c-ink);margin:0 0 6px}
.privacy-inner .pv-sub{font-size:.8rem;color:var(--c-text-soft);font-weight:700;margin:0 0 18px}
.privacy-inner h3{font-size:1.02rem;font-weight:700;color:var(--c-ink);margin:26px 0 8px;padding-left:12px;border-left:4px solid var(--c-gold)}
.privacy-inner h4{font-size:.92rem;font-weight:700;color:var(--c-ink);margin:16px 0 6px}
.privacy-inner p{font-size:.88rem;line-height:1.95;margin:0}
.privacy-inner p+p{margin-top:8px}
.privacy-inner ul{margin:8px 0 8px 22px;padding:0}
.privacy-inner li{font-size:.88rem;line-height:1.95}
.pv-dl{margin:8px 0}
.pv-dl dt{font-weight:700;font-size:.88rem;color:var(--c-ink);margin-top:8px}
.pv-dl dd{font-size:.88rem;line-height:1.9;margin-left:0;color:var(--c-text-soft)}
.pv-copy{margin-top:24px;font-size:.76rem;color:var(--c-text-soft)}
.privacy-close{position:sticky;top:0;float:right;width:38px;height:38px;border-radius:50%;border:none;background:var(--c-navy);color:var(--c-white);font-size:1.1rem;font-weight:700;line-height:1;cursor:pointer}
.privacy-close:hover{background:var(--c-navy-deep)}
@media (max-width:640px){.privacy-inner{padding:26px 20px 28px}}
