/* ==========================================================================
   v3: コーポレートサイトへ寄せる（見出し＝明朝／本文＝ゴシックのまま）
   ・コーポレート側のトークン: paper #faf6f1 / ink #34262b / sakura #cf6b8e
   ========================================================================== */
:root {
  --serif: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;

  /* コーポレートの配色に寄せる */
  --paper: #FAF6F1;
  --surface: #FDFAF6;
  --surface-raised: #FFFFFF;
  --ink: #34262B;
  --ink-dim: #7C6B70;
  --primary: #CF6B8E;
  --primary-strong: #B04E72;
  --primary-soft: #F6E3EA;
  --accent: #B39A6A;
  --accent-strong: #9A8354;
  --accent-soft: #EFE6D4;
  --border: #E7DDD2;
  --border-strong: #D3C4B6;
}

/* --- 見出しだけ明朝に。本文とUIはゴシックのまま --- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 700; /* 700のみ読み込み */
  letter-spacing: 0.04em;
}
.hero-v2 .hero-copy h1 { line-height: 1.54; font-size: clamp(26px, 2.9vw, 38px); }
.story-body h2,
.section-head h2 { line-height: 1.62; }

/* 小見出しラベルは字間を広げて静かに */
.eyebrow {
  letter-spacing: 0.18em;
  font-weight: 600;
}

/* 代表名・カード見出しも明朝 */
.story-name strong { font-family: var(--serif); letter-spacing: 0.14em; }
.hero-float strong { font-family: var(--serif); letter-spacing: 0.04em; }
.team-card figcaption { font-family: var(--serif); letter-spacing: 0.08em; font-weight: 700; }

/* 本文は少しゆったり */
.lede, p { letter-spacing: 0.02em; }
body { line-height: 1.95; }

/* --- ボタン類は必ずゴシック（可読性とタップの明快さを守る） --- */
.btn, .btn-line, .btn-sub, .hero-badges, .story-tags, .faq-q, .quiz-card button {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

/* --- ヒーローの背景を桜寄りに --- */
.hero-v2 {
  background:
    radial-gradient(1100px 620px at 82% -12%, #FBE9EE 0%, rgba(251,233,238,0) 62%),
    radial-gradient(760px 520px at 4% 108%, #F6EEE2 0%, rgba(246,238,226,0) 60%),
    var(--paper);
}
.hero-v2::after {
  background: linear-gradient(180deg, rgba(250,246,241,0) 0%, var(--paper) 100%);
}

/* 見出しのマーカーを細く上品に */
.hero-v2 .hero-copy h1 em {
  background: linear-gradient(180deg, transparent 66%, var(--accent-soft) 66%);
}

@media (max-width: 860px) {
  /* 「妊活体/質」のような不自然な折り返しを避けるため少し小さく */
  .hero-v2 .hero-copy h1 { font-size: 23px; line-height: 1.62; letter-spacing: 0.01em; }
}

/* リード文の強調は落ち着いた色で（見出しと競合させない） */
.lede strong { color: var(--ink); font-weight: 700; }

/* 社名の由来（折りたたみ） */
.story-more {
  margin-top: 20px;
  padding: 14px 18px;
  background: rgba(255,255,255,.6);
  border: 1px dashed var(--border-strong);
  border-radius: 14px;
}
.story-more summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .06em;
  color: var(--primary-strong);
}
.story-more p { margin: 10px 0 0; font-size: 13.5px; line-height: 1.85; color: var(--ink-dim); }
.story-more strong { color: var(--ink); }

.story-name-origin {
  margin-top: 22px;
  padding: 16px 18px;
  background: rgba(255,255,255,.6);
  border: 1px dashed var(--border-strong);
  border-radius: 14px;
}
.story-name-origin span {
  display: block;
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .08em;
  margin-bottom: 6px;
}
.story-name-origin p { margin: 0; font-size: 13.5px; line-height: 1.85; color: var(--ink-dim); }
.story-name-origin strong { color: var(--ink); }

/* --- 通われた方の声 --- */
.voices-section { padding: 76px 0; background: var(--surface); }
.voices {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px;
}
.voice {
  margin: 0; background: var(--surface-raised);
  border: 1px solid var(--border); border-radius: 16px;
  padding: 26px 28px 22px;
  display: flex; flex-direction: column;
}
.voice blockquote { margin: 0; flex: 1; }
.voice p { font-size: 14px; line-height: 1.9; margin: 0 0 14px; }
.voice p:last-child { margin-bottom: 0; }
.voice .v-why { color: var(--ink-dim); }
.voice .v-change {
  padding-left: 14px;
  border-left: 2px solid var(--primary-soft);
}
.voice .v-word { font-weight: 500; }
.voice strong { color: var(--primary-strong); font-weight: 700; }
.voice figcaption {
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid var(--border);
  font-family: var(--serif); font-size: 14px;
  letter-spacing: .08em; color: var(--ink-dim);
}
.voices-note {
  margin-top: 26px; text-align: center;
  font-size: 12.5px; line-height: 1.9; color: var(--ink-dim);
}
@media (max-width: 860px) {
  .voices-section { padding: 52px 0; }
  .voices { grid-template-columns: 1fr; gap: 16px; }
  .voice { padding: 22px 20px 20px; }
}

/* --- 相談会ブロック --- */
.seminar-block { background: var(--surface); padding: 72px 0; }
.seminar-block .info-list { margin-top: 28px; }

/* ==========================================================================
   ヒーロー再構築（2026-09-16）
   ツールの説明ではなく「誰が迎えるか」を見せる。
   ========================================================================== */

/* 見出しを一段大きく、ゆったり */
.hero-v2 .hero-copy h1 {
  font-size: clamp(26px, 2.8vw, 35px);
  line-height: 1.6;
}
.hero-v2 .hero-copy .lede { margin-top: 22px; }

/* 施術写真の下に、スタッフの顔を重ねる */
.hero-visual { padding-bottom: 46px; }
.hero-people {
  position: absolute;
  left: -14px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px 12px 12px;
  background: var(--surface-raised);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 16px 38px -20px rgba(61, 43, 30, 0.42);
  max-width: calc(100% - 20px);
}
.hero-people img {
  width: 108px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center 16%;
  flex-shrink: 0;
}
.hero-people-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hero-people-txt strong {
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 0.04em;
  color: var(--ink);
  line-height: 1.5;
}
.hero-people-txt span {
  font-size: 12px;
  color: var(--ink-dim);
  line-height: 1.6;
}

@media (max-width: 860px) {
  .hero-visual { padding-bottom: 40px; }
  .hero-people { left: 0; gap: 11px; padding: 10px 16px 10px 10px; }
  .hero-people img { width: 86px; height: 58px; }
  .hero-people-txt strong { font-size: 13.5px; }
  .hero-people-txt span { font-size: 11px; }
}
@media (max-width: 400px) {
  .hero-people-txt span { display: none; }
}

/* --- モバイル最優先の組み直し（2026-09-16）
       求人サイトで確定した方針＝「写真を上・人物先行」に合わせる。
       これまでは写真が見出しと本文の間に割り込んでいた。 --- */
@media (max-width: 860px) {
  /* 写真を先頭へ。人の顔を最初に見せる */
  .hero-v2 .hero-visual { order: 0; margin: 0 0 24px; padding-bottom: 38px; }
  .hero-v2 .eyebrow { order: 1; }
  .hero-v2 .hero-copy h1 { order: 2; font-size: 22px; line-height: 1.66; margin-bottom: 16px; }
  .hero-v2 .lede { order: 3; font-size: 15px; margin-bottom: 22px; }
  .hero-v2 .hero-cta { order: 4; }
  .hero-v2 .hero-badges { order: 5; margin-top: 18px; }

  /* 見出し・ラベルの折り返しを整える */
  .hero-v2 .eyebrow { font-size: 11px; letter-spacing: 0.1em; }
  .hero-v2 .hero-copy h1 { letter-spacing: 0.02em; }

  /* ヘッダーは縦に割れさせない */
  .site-header .wrap { gap: 10px; padding-top: 11px; padding-bottom: 11px; }
  .site-header .btn { padding: 10px 14px; font-size: 12.5px; white-space: nowrap; }
  .brand { gap: 6px; }
  .brand small { white-space: nowrap; font-size: 10.5px; }
  .brand-logo { height: 26px; }
}
@media (max-width: 380px) {
  .brand small { display: none; }
  .site-header .btn { padding: 9px 12px; font-size: 12px; }
}
