@charset "UTF-8";
/* ============================================================
   鈴木静香様 LP  /  static build
   デザイン基準幅 900px。1rem = 10 デザインpx として全体をスケール。
   ============================================================ */

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { display: block; max-width: 100%; height: auto; border: 0; }
a { color: inherit; text-decoration: none; }

/* ---------- tokens ---------- */
:root {
  --page: min(100vw, 900px);       /* JS が clientWidth ベースで上書き */
  --navy: #283C7E;
  --navy-mid: #6F88DA;
  --navy-pale: #8A9EE1;
  --ink: #111112;
  --ink-body: #1C1B1B;
  --pink: #CF7171;
  --pink-line: #E7B8B8;
  --brown: #58483E;
  --paper: #F9F9F9;
}

html {
  font-size: calc(var(--page) / 90);   /* 1rem = 10 design px */
  -webkit-text-size-adjust: 100%;
}
body {
  background: #fff;
  color: var(--ink-body);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  line-height: 2.25;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.lp {
  width: var(--page);
  max-width: 900px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px; margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); clip-path: inset(50%);
  overflow: hidden; white-space: nowrap;
}

/* ---------- 共通 ---------- */
.sec { position: relative; overflow: hidden; }
.inner { padding-inline: 6.5rem; position: relative; z-index: 2; }
.photo { line-height: 0; }
.photo img { width: 100%; }

.body-txt { font-size: 4rem; line-height: 2.25; color: var(--ink-body); }
.body-txt + .body-txt { margin-top: 9rem; }
.body-txt--center { text-align: center; }
.body-txt--pink { color: var(--pink); font-weight: 500; }

/* 見出し（濃紺・太明朝） */
.ttl-navy { font-size: 5rem; font-weight: 700; line-height: 1.4; color: var(--navy); }

/* 見出し（黒明朝＋筆ライン） */
.ttl-brush {
  position: relative;
  display: block;
  text-align: center;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1.34;
  color: var(--ink);
}
.ttl-brush__txt { position: relative; z-index: 2; }
.sec--greeting .ttl-brush__img { width: 49.6rem;  bottom: -5.1rem;  margin-left: 0; }
.sec--steps    .ttl-brush__img { width: 51.35rem; bottom: -4rem;    margin-left: -1rem; }
.sec--story    .ttl-brush__img { width: 45.65rem; bottom: -7.55rem; margin-left: 0.5rem; }
.sec--bonus    .ttl-brush__img { width: 40.5rem;  bottom: -4.95rem; margin-left: 0.25rem; }
.ttl-brush__img {
  position: absolute;
  left: 50%;
  max-width: none;
  transform: translateX(-50%);
  z-index: 1; pointer-events: none;
}

/* 小見出し（濃紺・点線下線） */
.eyebrow {
  font-size: 4.73rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--navy);
  text-align: center;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: 0;
  border-bottom: 0.4rem dotted var(--navy);
}

/* リード（濃紺・太明朝） */
.lead-navy { font-size: 5rem; font-weight: 700; line-height: 2.02; color: var(--navy); }

/* イラスト */
.ill { display: flex; justify-content: center; }
.ill--worry  { margin: 2.8rem 0 7.1rem; }
.ill--worry img  { width: 58.8rem; }
.ill--greeting { margin: 12.8rem 0 8.2rem; }
.ill--greeting img { width: 57rem; }

/* お金の棚卸しマーク＋テキスト */
.mark-row { position: relative; }
.mark-row__txt { width: 41.5rem; }
.mark-row__txt { font-size: 4rem; line-height: 2.25; }
.mark-row__img { position: absolute; width: 46.5rem; max-width: none; }

/* ---------- CTA ---------- */
.cta { text-align: center; position: relative; z-index: 3; }
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81.8rem;
  max-width: 100%;
  height: 11rem;
  margin-inline: auto;
  background: var(--brown);
  color: #fff;
  font-size: 5.7rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  transition: opacity .25s ease, transform .2s ease;
}
.btn:hover, .btn:focus-visible { opacity: .85; }
.btn:active { transform: translateY(0.2rem); }
.btn__note {
  margin-top: 1.9rem;
  font-size: 3.26rem;
  line-height: 1.5;
  color: var(--brown);
  text-align: center;
}

/* ============================================================
   ファーストビュー
   ============================================================ */
.fv { position: relative; line-height: 0; }
.fv__img { width: 100%; }
.fv__cta { position: absolute; left: 0; right: 0; bottom: 2.57%; line-height: 2.25; }

/* ============================================================
   お悩み
   ============================================================ */
.sec--worry {
  padding: 16.4rem 0 11.1rem;
  background: url("../img/bg-worry.jpg") no-repeat center top / 100% 100%;
}
.sec--worry .inner { padding-left: 6.4rem; padding-right: 5.6rem; }
.sec--worry .ttl-navy { padding-left: 0; }
.sec--worry .ill { margin-left: -1.5rem; }

.worry-card {
  position: relative; z-index: 2;
  width: 83.2rem;
  margin: 13.6rem auto 0;
  padding: 2.1rem 0 1.2rem;
  background: #fff;
  box-shadow: 0 0.5rem 2rem rgba(40,60,126,.06);
}
.check-list { padding-inline: 3.6rem; }
.check-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 17.1rem;
  padding-left: 11rem;
  padding-right: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--navy);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 2.6rem; top: 50%;
  width: 5.6rem; height: 4.6rem;
  margin-top: -2.3rem;
  background: url("../img/checkbox.png") no-repeat center / contain;
}
.check-list li + li {
  background-image: radial-gradient(circle at 50% 50%, var(--pink-line) 0 0.24rem, transparent 0.26rem);
  background-size: 1.1rem 0.55rem;
  background-position: 0 0;
  background-repeat: repeat-x;
}

.worry-lead { margin-top: 11.9rem; }
.worry-body { margin-top: 9.8rem; }

/* ============================================================
   講師あいさつ
   ============================================================ */
.sec--greeting {
  padding: 20rem 0 11.4rem;
  background: url("../img/bg-greeting.jpg") no-repeat center top / 100% 100%;
}
.sec--greeting .inner { padding-left: 7rem; padding-right: 5.2rem; }
.sec--greeting .ttl-brush,
.sec--greeting .ill { margin-left: -1.8rem; }
.sec--greeting .lead-navy { margin-top: 17.5rem; font-size: 5rem; line-height: 2; }
.greet-body { margin-top: 9.85rem; }
.greet-p4 { width: 78rem; }   /* デザインの改行位置を保持するため折り返し幅を固定 */
.sec--greeting .body-txt--pink { font-size: 4rem; line-height: 2.25; font-weight: 700; margin-top: 8.9rem; margin-right: 0.6rem; }
.sec--greeting .mark-row { margin-top: 9rem; }
.sec--greeting .mark-row__img { top: -5.78rem; right: -5.15rem; }

/* ============================================================
   大切にしている3つのこと
   ============================================================ */
.sec--values {
  padding-bottom: 14.4rem;
  background: url("../img/bg-values.jpg") no-repeat center top / 100% 100%;
}
.sec--values__head { padding-top: 19.63rem; padding-bottom: 20.04rem; }
.sec--values .eyebrow { margin-bottom: 6.48rem; }
.sec--values .ttl-brush__img { width: 36.2rem; bottom: -4.64rem; margin-left: -0.2rem; }

.vcard {
  --curl-w: 20rem;
  --curl-h: 21.4rem;
  position: relative;
  padding: 12.6rem 10.5rem 9.25rem 10rem;
  isolation: isolate;
}
.vcard::before {                              /* カード本体（角をめくった形にマスク） */
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, #FEFBFD 0%, #FFFBFD 40%, #FCFCFE 100%);
  -webkit-mask-image: linear-gradient(#000,#000), linear-gradient(#000,#000), url("../img/curl-mask.png");
          mask-image: linear-gradient(#000,#000), linear-gradient(#000,#000), url("../img/curl-mask.png");
  -webkit-mask-size: 100% calc(100% - var(--curl-h)), calc(100% - var(--curl-w)) var(--curl-h), var(--curl-w) var(--curl-h);
          mask-size: 100% calc(100% - var(--curl-h)), calc(100% - var(--curl-w)) var(--curl-h), var(--curl-w) var(--curl-h);
  -webkit-mask-position: left top, left bottom, right bottom;
          mask-position: left top, left bottom, right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.vcard + .vcard { margin-top: 7.3rem; }
.vcard::after {                              /* めくれた紙 */
  content: "";
  position: absolute;
  right: 0; bottom: 0;
  z-index: 1;
  width: var(--curl-w); height: var(--curl-h);
  background: url("../img/curl-flap.png") no-repeat right bottom / 100% 100%;
}
.vcard__num {
  position: absolute;
  right: 3rem; top: 3.6rem;
  font-size: 24rem;
  font-weight: 500;
  line-height: 1;
  color: #F8EFEE;
  z-index: 2;
}
.vcard__ttl {
  position: relative; z-index: 3;
  font-size: 5.14rem;
  font-weight: 700;
  line-height: 1.731;
  color: var(--pink);
}
.vcard__txt {
  position: relative; z-index: 3;
  margin-top: 5.35rem;
  font-size: 4.3rem;
  line-height: 2.56;                          /* 110 / 43 */
  text-decoration: underline;
  text-decoration-color: rgba(17,17,18,.45);
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 1.6rem;
  text-decoration-skip-ink: none;
}

/* ============================================================
   5つのステップ
   ============================================================ */
.sec--steps {
  padding: 19.39rem 0 14.2rem;
  background: url("../img/bg-steps.jpg") no-repeat center top / 100% 100%;
}
.sec--steps .eyebrow { margin-bottom: 5.94rem; font-size: 5.1rem; }
.steps-lead { margin-top: 17.8rem; width: 77.9rem; margin-left: 0.7rem; }

.steps { margin-top: 26.8rem; padding-inline: 6.1rem; position: relative; z-index: 2; }
.step { position: relative; }
.step + .step { margin-top: 13.7rem; }

.step__badge {
  position: absolute;
  left: 50%; top: 0;
  transform: translate(-50%, -48.9%);
  width: 27rem; height: 16.4rem;
  border-radius: 50%;
  background: radial-gradient(60% 60% at 50% 35%, #FBFCFE 0%, #F1F4FC 70%, #EDF1FB 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  line-height: 1;
  z-index: 3;
}
.step__badge span { font-size: 4rem; font-weight: 700; letter-spacing: .05em; color: var(--navy-mid); }
.step__badge strong { font-size: 8.6rem; font-weight: 500; color: var(--navy-mid); margin-top: .4rem; }

.step__body {
  position: relative; z-index: 2;
  padding: 12.6rem 5rem 6.8rem;
  background: #FEFDFD;
  border-radius: 2.2rem;
  box-shadow: 0 0.7rem 2.4rem rgba(40,60,126,.05);
  text-align: center;
}
.step__ttl { font-size: 5.3rem; font-weight: 700; line-height: 1.7; color: var(--navy); }
.step__txt { margin-top: 4.1rem; font-size: 4.2rem; line-height: 2.05; }

.step__icon {
  position: absolute; z-index: 4; max-width: none;
  filter: drop-shadow(0 0 1.4rem rgba(255,255,255,.95)) drop-shadow(0 0 2.8rem rgba(255,255,255,.85));
}
.step__icon--bulb   { width: 12.6rem; right: 2.5rem;  top: -10rem; }
.step__icon--sprout { width: 15.2rem; left: 1.5rem;   top: -11.5rem; }
.step__icon--heart  { width: 21.5rem; right: 1.5rem;  top: -9.5rem; }

/* ============================================================
   お客様の物語
   ============================================================ */
.sec--story { background: url("../img/bg-story.jpg") no-repeat center top / 100% 100%; }
.sec--story__head {
  padding: 19.25rem 0 11.45rem;
}
.sec--story__head .inner { padding-inline: 6.5rem; }
.story-lead { margin-top: 15.6rem; font-size: 4.5rem; line-height: 2; text-align: center; }
.sec--story > .inner { padding: 8.1rem 4.5rem 18.95rem 8.7rem; }

.voice + .voice { margin-top: 7.95rem; padding-top: 8.1rem; border-top: 0.3rem dotted var(--pink-line); }
.voice__head { display: flex; align-items: center; gap: 4.8rem; }
.voice__ava { width: 28.8rem; flex: 0 0 auto; }
.voice__name {
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1.9;
  color: var(--navy);
  text-decoration: underline;
  text-decoration-thickness: 0.25rem;
  text-underline-offset: 0.9rem;
  text-decoration-skip-ink: none;
}
.voice .body-txt { margin-top: 3rem; line-height: 2.175; max-width: 72.8rem; }

/* ============================================================
   3つの特典
   ============================================================ */
.sec--bonus {
  padding-top: 23.4rem;
  background:
    url("../img/bg-bonus.jpg") no-repeat center top / 100% 337.2rem,
    #FFFFFF;
}
.sec--bonus .inner { padding-left: 8.8rem; padding-right: 6.3rem; }
.sec--bonus .ttl-brush { margin-left: -2.5rem; }
.sec--bonus .ttl-brush__txt { display: inline-block; transform: translateX(-1.06rem); }
.sec--faq .ttl-brush__txt { display: inline-block; transform: translateX(-1.2rem); }
.bonus-cards { padding-inline: 4.25rem; position: relative; z-index: 2; }
.bonus-lead { margin-top: 15.9rem; font-size: 4.4rem; line-height: 2.045; width: 75rem; }

.bcard { position: relative; margin-top: 9.5rem; }
.bcard:first-child { margin-top: 11.45rem; }
.bcard__badge {
  position: relative; z-index: 3;
  width: fit-content; max-width: 100%;
  margin: 0 auto -5.2rem;
  padding: 2.1rem 4.4rem 2.5rem;
  border-radius: 100px;
  background: var(--pink);
  color: #fff;
  font-size: 4.05rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.bcard__badge em { font-style: normal; color: #FCF0A8; margin-right: 1.4rem; }
.bcard__body {
  position: relative; z-index: 2;
  padding: 8.4rem 3rem 6.8rem;
  background: #FEFDFD;
  border: 0.3rem solid var(--pink);
  border-radius: 2.6rem;
  text-align: center;
}
.bcard__ttl {
  display: inline;
  font-size: 4rem;
  font-weight: 700;
  line-height: 2.05;
  color: var(--pink);
  text-decoration: underline;
  text-decoration-thickness: 0.22rem;
  text-underline-offset: 0.9rem;
  text-decoration-skip-ink: none;
}
.bcard__ttl + .bcard__txt { margin-top: 3.2rem; }
.bcard__txt { font-size: 4rem; line-height: 2.1; }

/* 受け取りの流れ */
.flow {
  margin-top: 18.7rem;
  padding: 0 9rem 10.5rem 5rem;
  background: #fff;
  position: relative; z-index: 2;
}
.flow__badge {
  width: fit-content;
  margin: 0 auto;
  transform: translateY(-50%);
  padding: 1.5rem 7.45rem 1.9rem;
  border-radius: 100px;
  background: var(--navy-mid);
  color: #fff;
  font-size: 4.9rem;
  font-weight: 700;
  line-height: 1.4;
}
.flow__list { margin-top: 0.5rem; }
.flow__item { position: relative; display: flex; gap: 4.6rem; padding-bottom: 6.3rem; }
.flow__item:last-child { padding-bottom: 0; }
.flow__item::before {
  content: "";
  position: absolute;
  left: 10rem; top: 21rem; bottom: 1.5rem;
  width: 0.3rem;
  background: #B6CDF6;
}
.flow__item:last-child::before { display: none; }
.flow__step {
  flex: 0 0 auto;
  width: 20.2rem; height: 20.2rem;
  border-radius: 50%;
  background: #F1F6FD;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  line-height: 1;
}
.flow__step span { font-size: 4.2rem; font-weight: 700; letter-spacing: .05em; color: var(--navy-pale); }
.flow__step strong { font-size: 8.6rem; font-weight: 500; color: var(--navy-pale); margin-top: .4rem; }
.flow__txt {
  align-self: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.85;
  color: var(--navy);
  text-decoration: underline dotted;
  text-decoration-thickness: 0.25rem;
  text-underline-offset: 0.9rem;
  text-decoration-skip-ink: none;
}

.cta-band {
  padding: 14.7rem 0 12.1rem;
  background: url("../img/bg-ctaband.jpg") no-repeat center top / 100% 100%;
}

/* ============================================================
   FAQ
   ============================================================ */
.sec--faq {
  padding: 17.35rem 0 19.7rem;
  background: url("../img/bg-faq.jpg") no-repeat center top / 100% 100%;
}
.sec--faq .inner { padding-inline: 5rem; }
.sec--faq .ttl-brush { font-size: 6.5rem; letter-spacing: 0.1em; }
.sec--faq .ttl-brush__img { width: 32.35rem; bottom: -4.6rem; margin-left: 0.2rem; }
.faq { margin-top: 18.35rem; }
.faq__item + .faq__item { margin-top: 7.5rem; }
.faq__item { border-radius: 1.6rem; overflow: hidden; background: #fff; box-shadow: 0 0.5rem 1.8rem rgba(17,17,18,.06); }
.faq__q {
  position: relative;
  min-height: 18.6rem;
  display: flex; align-items: center;
  padding: 2.7rem 5rem 2.7rem 18.3rem;
  background: var(--navy);
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.525;
}
.faq__q::before {
  content: "Q";
  position: absolute;
  left: 6.14rem; top: 50%;
  transform: translateY(-60%);
  font-size: 8.5rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(255,255,255,.4);
}
.faq__a { padding: 4.35rem 4.6rem 3.85rem 6.2rem; font-size: 3.71rem; line-height: 2.155; }

/* ============================================================
   最後に
   ============================================================ */
.sec--last {
  padding: 34.8rem 0 7.1rem;
  background: url("../img/bg-last.jpg") no-repeat center top / 100% 100%;
}
.sec--last .inner { padding-inline: 7rem; }
.ttl-last { font-size: 5rem; line-height: 1.4; }
.last-body { margin-top: 11.4rem; }
.mark-row--last { margin-top: 9.65rem; }
.mark-row--last .mark-row__txt {
  width: 43.2rem;
  color: var(--pink);
  font-weight: 700;
  font-size: 3.9rem;
  line-height: 2.564;
  text-decoration: underline dotted;
  text-decoration-thickness: 0.25rem;
  text-underline-offset: 1rem;
  text-decoration-skip-ink: none;
}
.mark-row--last .mark-row__img { top: -15.93rem; right: -8.35rem; }

.cta--last { margin-top: 13.45rem; }
.brand { margin-top: 16.5rem; text-align: center; position: relative; z-index: 3; }
.brand img { width: 41rem; margin-inline: auto; }

/* 動きを減らす設定 */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
