/* ============================================================
   ナスマモ LP — style.css  v0.4
   LP演出・強弱・視線誘導 強化版
============================================================ */

/* ─── Tokens ─── */
:root {
  --c-base:       #F7FAFD;
  --c-sky:        #EDF4FB;
  --c-sky-deep:   #DDE9F5;
  --c-warm:       #FFF3F0;
  --c-navy:       #1E3048;
  --c-navy-lt:    #334E6A;
  --c-steel:      #5A7898;
  --c-muted:      #8EAABB;
  --c-blue:       #3C63A0;
  --c-blue-lt:    #4A72B8;
  --c-blue-bg:    #E6EFFA;
  --c-blue-pale:  #F0F5FC;
  --c-coral:      #C86050;
  --c-coral-lt:   #FAEBE8;
  --c-coral-mid:  #E8978B;
  --c-green:      #06C755;
  --c-white:      #FFFFFF;
  --c-border:     #D0E4F0;
  --c-border-lt:  #E4F0F8;
  --c-gold:       #B8860B;

  --r:      16px;
  --r-sm:   10px;
  --r-xs:   6px;
  --sh-xs:  0 1px 8px rgba(20,50,90,.06);
  --sh:     0 3px 20px rgba(20,50,90,.10);
  --sh-md:  0 6px 32px rgba(20,50,90,.14);
  --sh-lg:  0 12px 48px rgba(20,50,90,.18);
  --sh-up:  0 -2px 20px rgba(20,50,90,.08);

  --font:   'Noto Sans JP','Hiragino Sans','Yu Gothic',sans-serif;
  --mw:     640px;
  --mw-xl:  1020px;
  --pad:    20px;
  --sec-py: 88px;
}

/* ─── Reset ─── */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; font-size:16px; }
body {
  font-family:var(--font);
  color:var(--c-navy);
  background:var(--c-base);
  line-height:1.85;
  -webkit-font-smoothing:antialiased;
  overflow-wrap:break-word;
}
img { max-width:100%; height:auto; display:block; }
a { color:inherit; text-decoration:none; }
ul { list-style:none; }
button { font:inherit; border:none; cursor:pointer; }

/* ─── Layout ─── */
.wrap     { max-width:var(--mw); margin:0 auto; padding:0 var(--pad); }
.wrap--xl { max-width:var(--mw-xl); margin:0 auto; padding:0 var(--pad); }
.sec      { padding:var(--sec-py) 0; }
.sec--sky   { background:var(--c-sky); }
.sec--warm  { background:var(--c-warm); }
.sec--white { background:var(--c-white); }
.t-center   { text-align:center; }

/* ─── Animation ─── */
.fade { opacity:0; transform:translateY(18px); transition:.7s ease; }
.fade.on { opacity:1; transform:translateY(0); }
.fade-d1 { transition-delay:.07s; }
.fade-d2 { transition-delay:.14s; }
.fade-d3 { transition-delay:.21s; }

/* ─── Typography ─── */
.eyebrow {
  display:inline-block;
  font-size:11px; font-weight:700;
  letter-spacing:.18em; text-transform:uppercase;
  color:var(--c-steel); margin-bottom:12px;
}
.eyebrow--blue  { color:var(--c-blue); }
.eyebrow--coral { color:var(--c-coral); }
.eyebrow--white { color:rgba(255,255,255,.6); }

/* ─── Buttons ─── */
.btn {
  display:inline-flex; align-items:center;
  justify-content:center; gap:8px;
  border-radius:50px; font-weight:700; line-height:1;
  transition:.22s ease; cursor:pointer;
}
.btn--primary {
  background:var(--c-blue); color:#fff;
  font-size:15px; padding:14px 32px;
}
.btn--primary:hover {
  background:#2E549A;
  box-shadow:0 6px 22px rgba(60,99,160,.36);
  transform:translateY(-1px);
}
.btn--line {
  background:var(--c-green); color:#fff;
  font-size:16px; padding:18px 44px;
  box-shadow:0 4px 22px rgba(6,199,85,.28);
  letter-spacing:.02em;
}
.btn--line:hover {
  background:#04b34a;
  box-shadow:0 8px 28px rgba(6,199,85,.38);
  transform:translateY(-2px);
}

/* ─── Card base ─── */
.card { background:var(--c-white); border-radius:var(--r); box-shadow:var(--sh); }


/* ════════════════════════════════════════
   HEADER
════════════════════════════════════════ */
/* LP強調ライン */
.site-header-bar {
  height:3px;
  background:linear-gradient(90deg, var(--c-blue) 0%, #6BAAD8 50%, var(--c-coral-mid) 100%);
}
.site-header {
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:transparent;
}
.header-in {
  display:flex; align-items:center; justify-content:space-between;
  max-width:var(--mw-xl); margin:0 auto;
  padding:11px var(--pad);
}
/* 白の線画ロゴ：背景・ボックスなしでブランドサインとして配置する */
.site-logo {
  display:block;
  width:26px; height:30px;
  filter: drop-shadow(0 1px 4px rgba(40,70,110,.25));
}
.header-line {
  display:inline-flex; align-items:center; gap:6px;
  background:var(--c-green); color:#fff;
  font-size:13px; font-weight:700;
  padding:9px 20px; border-radius:24px;
  transition:.2s ease;
}
.header-line:hover {
  background:#04b34a;
  box-shadow:0 3px 12px rgba(6,199,85,.3);
}


/* ════════════════════════════════════════
   ① FV
════════════════════════════════════════ */
.fv {
  background:
    radial-gradient(ellipse 80% 60% at 70% 30%, rgba(180,210,240,.28) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(200,112,96,.08) 0%, transparent 55%),
    linear-gradient(150deg, #D6E9F8 0%, #E6F2FA 30%, var(--c-base) 65%);
  padding:68px 0 80px;
  position:relative; overflow:hidden;
}

/* 装飾サークル */
.fv-circle {
  position:absolute; border-radius:50%;
  pointer-events:none;
}
.fv-circle--1 {
  width:500px; height:500px;
  top:-200px; right:-150px;
  background:rgba(74,114,184,.06);
  border:1px solid rgba(74,114,184,.1);
}
.fv-circle--2 {
  width:280px; height:280px;
  bottom:-80px; left:-80px;
  background:rgba(200,96,80,.05);
  border:1px solid rgba(200,96,80,.08);
}
.fv-circle--3 {
  width:150px; height:150px;
  top:40px; left:30%;
  background:rgba(74,114,184,.04);
}

.fv-layout {
  max-width:var(--mw-xl); margin:0 auto;
  padding:0 var(--pad);
  display:flex; flex-direction:column;
  gap:44px; align-items:center;
  position:relative; z-index:1; text-align:center;
}

.fv-text { max-width:600px; }

/* ブランドチップ */
.fv-brand-chip {
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(60,99,160,.2);
  border-radius:24px;
  padding:7px 16px 7px 10px;
  margin-bottom:20px;
  box-shadow:var(--sh-xs);
}
.fv-brand-dot {
  width:8px; height:8px; border-radius:50%;
  background:linear-gradient(135deg, var(--c-blue), #5A90C8);
}
.fv-brand-text {
  font-size:12px; font-weight:700;
  color:var(--c-blue); letter-spacing:.12em;
}

/* ラベル */
.fv-label {
  font-size:12px; color:var(--c-steel);
  letter-spacing:.06em; margin-bottom:16px;
}

/* 主役ヘッドライン */
.fv-headline {
  font-size:clamp(32px,8.5vw,50px);
  font-weight:700;
  line-height:1.32; color:var(--c-navy);
  letter-spacing:-.03em; margin-bottom:0;
}
.fv-headline-accent {
  color:var(--c-blue);
  display:inline;
}

/* 感情サブコピー */
.fv-sub-wrap {
  margin:22px 0 30px;
  padding:18px 22px;
  background:rgba(255,255,255,.75);
  border-radius:var(--r-sm);
  border-left:3px solid var(--c-coral-mid);
  text-align:left;
  backdrop-filter:blur(4px);
}
.fv-sub-main {
  font-size:15px; font-weight:700;
  color:var(--c-navy); line-height:1.7; margin-bottom:6px;
}
.fv-sub-body {
  font-size:13px; color:var(--c-steel); line-height:1.75;
}

/* 強みバッジ（3色） */
.fv-badges {
  display:flex; flex-wrap:wrap;
  gap:8px; justify-content:center; margin-bottom:30px;
}
.fv-badge {
  display:inline-flex; align-items:center; gap:8px;
  border-radius:12px;
  padding:10px 16px;
  font-size:13px; font-weight:700;
  white-space:nowrap;
  box-shadow:var(--sh-xs);
  border:1.5px solid transparent;
}
.fv-badge-icon {
  width:30px; height:30px; border-radius:8px;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
/* Badge 1: blue（有休） */
.fv-badge--blue {
  background:var(--c-blue); color:#fff;
  border-color:var(--c-blue);
}
.fv-badge--blue .fv-badge-icon { background:rgba(255,255,255,.2); }
/* Badge 2: coral（弁護士） */
.fv-badge--coral {
  background:var(--c-coral-lt);
  color:var(--c-coral);
  border-color:var(--c-coral-mid);
}
.fv-badge--coral .fv-badge-icon { background:rgba(200,96,80,.1); }
/* Badge 3: green（看護師） */
.fv-badge--human {
  background:#EBF7EF;
  color:#2D7A3A;
  border-color:#A8D8B0;
}
.fv-badge--human .fv-badge-icon { background:rgba(45,122,58,.1); }

/* CTA */
.fv-cta-area { display:flex; flex-direction:column; align-items:center; gap:12px; }
.fv-note { font-size:12px; color:var(--c-muted); }

/* ビジュアル右 */
.fv-visual {
  width:100%; max-width:400px;
  border-radius:24px;
  background:linear-gradient(145deg,#BFDBF0 0%,#C8E0F2 40%,#B8D4EC 100%);
  position:relative; overflow:hidden;
  min-height:240px;
  display:flex; align-items:center; justify-content:center;
  box-shadow:var(--sh-md);
}
.fv-visual-ring {
  position:absolute; border-radius:50%;
  border:1px solid rgba(255,255,255,.4);
}
.fv-visual-ring--1 { width:220px; height:220px; top:-80px; right:-60px; }
.fv-visual-ring--2 { width:140px; height:140px; bottom:-40px; left:-30px; }
.fv-visual-inner {
  position:relative; z-index:1;
  display:flex; flex-direction:column;
  align-items:center; gap:12px; padding:36px;
  text-align:center;
}
.fv-visual-icon {
  width:68px; height:68px; border-radius:50%;
  background:rgba(255,255,255,.65);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 2px 12px rgba(60,99,160,.15);
}
.fv-visual-caption { font-size:12px; color:rgba(30,48,72,.5); line-height:1.7; }


/* ════════════════════════════════════════
   ② 状況カード（1強 + 3補助）
════════════════════════════════════════ */
/* ════════════════════════════════════════
   ② 状況セクション 専用スタイル
════════════════════════════════════════ */

/* セクション背景：淡いブルー〜白のグラデーション */
.sec--situ {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(ellipse 55% 40% at 85% 15%, rgba(200,112,96,.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 10% 85%, rgba(74,111,165,.08) 0%, transparent 55%),
    linear-gradient(160deg, #EEF4FB 0%, #F8FAFC 70%);
}
/* ドットパターン */
.sec--situ::before {
  content:'';
  position:absolute; inset:0;
  background-image:radial-gradient(rgba(176,196,216,.3) 1.2px, transparent 1.2px);
  background-size:22px 22px;
  pointer-events:none; z-index:0;
}
/* 線画モチーフ装飾 */
.situ-bg-deco {
  position:absolute; inset:0;
  pointer-events:none;
  z-index:0;
  opacity:0.09;
}
.situ-bg-deco svg {
  width:100%; height:100%;
}
.sec--situ > .wrap { position:relative; z-index:1; }

/* 見出しバッジ（吹き出し風） */
/* アイブロウ見出し（高級ブランド風・ゴールドライン） */
.situ-eyebrow {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:11px;
  font-weight:500;
  letter-spacing:.22em;
  color:var(--c-navy-lt);
  margin-bottom:18px;
}
/* 左側：ゴールドのアクセントライン */
.situ-eyebrow::before {
  content:'';
  flex-shrink:0;
  width:30px; height:1.5px;
  background:linear-gradient(to right, rgba(184,134,11,.3), #B8860B);
}
/* 右側：フェードアウトするライン */
.situ-eyebrow::after {
  content:'';
  flex-shrink:0;
  width:20px; height:1px;
  background:linear-gradient(to right, rgba(184,134,11,.5), transparent);
}

/* 見出しアクセントライン（ゴールドに変更） */
.situ-main-title {
  display:block;
}
.situ-main-title::after {
  content:'';
  display:block;
  width:40px; height:2px;
  background:linear-gradient(to right, #B8860B, rgba(184,134,11,.2));
  border-radius:1px;
  margin-top:10px;
}

/* グリッド */
.situ-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:20px;
}

/* 5枚目（2列に余る1枚）を中央寄せ */
.situ-card:last-child:nth-child(odd) {
  grid-column:1 / -1;
  justify-self:center;
  width:calc((100% - 14px) / 2);
}

/* カードベース：全カード統一・ゴールド＋ネイビー＋淡ブルーのみ */
.situ-card {
  /* 薄いグラデーション背景（白→極薄ブルー） */
  background:linear-gradient(155deg, #FFFFFF 0%, #F6FAFD 100%);
  border-radius:16px;
  /* 柔らかい多重シャドウ */
  box-shadow:
    0 2px 8px rgba(30,60,100,.06),
    0 6px 24px rgba(30,60,100,.08);
  padding:24px 16px 20px;
  display:flex; flex-direction:column;
  align-items:center; gap:12px;
  text-align:center;
  /* 全カード共通：細いゴールドライン */
  border-top:2px solid rgba(184,134,11,.55);
  transition:.24s ease;
  position:relative; overflow:hidden;
}
/* カード上部：薄いゴールドグロー */
.situ-card::before {
  content:'';
  position:absolute; top:0; left:0; right:0;
  height:48px;
  background:linear-gradient(to bottom, rgba(184,134,11,.05), transparent);
  pointer-events:none; z-index:0;
}
/* カード右下：超薄い透かし装飾（質感） */
.situ-card::after {
  content:'';
  position:absolute; bottom:-18px; right:-18px;
  width:72px; height:72px;
  border-radius:50%;
  background:rgba(74,111,165,.04);
  border:1.5px solid rgba(74,111,165,.07);
  pointer-events:none;
}
.situ-card:hover {
  box-shadow:
    0 4px 16px rgba(30,60,100,.10),
    0 10px 36px rgba(30,60,100,.12);
  transform:translateY(-3px);
}

/* アイコン（丸背景付き）：全カード統一 淡ブルー */
.situ-illus { flex-shrink:0; position:relative; z-index:1; }
.situ-illus-bg {
  width:72px; height:72px;
  border-radius:50%;
  background:#EAF2FA;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 2px 10px rgba(30,60,100,.07);
}

/* テキスト */
.situ-text {
  font-size:13px; font-weight:500;
  line-height:1.8; color:var(--c-navy);
  flex-grow:1; position:relative; z-index:1;
}

/* カードタグ：全カード統一 ゴールド */
.situ-tag {
  display:inline-block;
  font-size:10px; font-weight:700;
  letter-spacing:.08em;
  padding:3px 11px; border-radius:10px;
  position:relative; z-index:1;
  background:linear-gradient(135deg, #FBF6E8, #F4EAD0);
  color:#7A5C00;
  border:1px solid rgba(184,134,11,.22);
}


/* ════════════════════════════════════════
   ③ 安心ひとこと
════════════════════════════════════════ */
/* ── ③ 安心カードセクション ── */
.reassure-sec {
  padding:var(--sec-py) 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%,  rgba(255,255,255,.35) 0%, transparent 65%),
    radial-gradient(ellipse 45% 40% at 90% 90%,  rgba(74,111,165,.07) 0%, transparent 55%),
    linear-gradient(160deg, #EEF4FB 0%, #F4F8FD 55%, #F8FAFC 100%);
}

/* 白いカード */
.reassure-card {
  background:#FFFFFF;
  border-radius:20px;
  position: relative;
  overflow: hidden;
  border-top:2px solid rgba(184,134,11,.45);
  box-shadow:
    0 2px 8px rgba(30,60,100,.05),
    0 8px 32px rgba(30,60,100,.09);
  /* margin-top:-25px でカード全体を25px上へ、padding-top補填でテキスト位置を維持 */
  margin-top: -25px;
  padding:175px 24px 28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
}

/* 文字背面の白フェード（z-index 1：イラストとテキストの間） */
.reassure-card::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 55px;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,.5) 42%, rgba(255,255,255,.94) 68%);
  z-index: 1;
  pointer-events: none;
}

/* イラスト：高さ・overflow制限なし（PNG全体を表示、カードの overflow:hidden で外枠を制御） */
.reassure-illus-wrap {
  position: absolute;
  top: 0; left: 0; right: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}

/* イラスト本体：表示はJSのmask-imageアニメーションで制御 */
.reassure-illus {
  width: 130%;
  height: auto;
  display: block;
  opacity: 0.92;
  user-select: none;
  will-change: mask-image;
}

/* 動きを減らす設定：mask-imageを除去して即時表示 */
@media (prefers-reduced-motion: reduce) {
  .reassure-illus {
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}

/* 引用テキストエリア */
.reassure-quote-area {
  width:100%;
  position:relative;
  z-index: 2;
}

/* 装飾引用符（大きな薄い " ） */
.reassure-deco-q {
  position:absolute;
  top:-16px; left:-4px;
  font-size:100px;
  line-height:1;
  font-family:Georgia, 'Times New Roman', serif;
  font-weight:700;
  color:rgba(74,111,165,.07);
  pointer-events:none;
  user-select:none;
  aria-hidden:true;
}

/* 引用文本体 */
.reassure-quote {
  font-size:clamp(17px,4.5vw,22px);
  font-weight:700;
  line-height:1.9;
  color:var(--c-navy);
  position:relative; z-index:1;
  padding-top:8px;
}
/* 「わがまま」強調アンダーライン（ゴールド） */
.reassure-quote em {
  font-style:normal;
  text-decoration-line:underline;
  text-decoration-color:rgba(184,134,11,.55);
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}

/* ゴールド仕切り線 */
.reassure-gold-line {
  width:40px; height:1.5px;
  background:linear-gradient(to right, rgba(184,134,11,.3), #B8860B, rgba(184,134,11,.3));
  border-radius:1px;
  margin:16px 0;
}

/* 補足文 */
.reassure-sub {
  font-size:14px; line-height:1.95;
  color:var(--c-steel);
}

/* PC：余白拡張 */
@media(min-width:640px) {
  .reassure-card {
    gap:32px;
    margin-top: -25px;
    padding:175px 36px 28px;
  }
}


/* ════════════════════════════════════════
   ④ 有休消化（リデザイン）
════════════════════════════════════════ */

/* セクション背景＋薄い透かし装飾 */
.sec--paidleave {
  position:relative; overflow:hidden;
  background:
    radial-gradient(ellipse 65% 50% at 50% 0%,  rgba(255,255,255,.28) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 90% 85%,  rgba(74,111,165,.06) 0%, transparent 55%),
    var(--c-sky);
}
/* 透かし①：右下の回転した角丸正方形 */
.sec--paidleave::before {
  content:''; position:absolute;
  bottom:-50px; right:-50px;
  width:220px; height:220px; border-radius:40px;
  border:2px solid rgba(74,111,165,.07);
  transform:rotate(18deg);
  pointer-events:none;
}
/* 透かし②：右下の小さい同心 */
.sec--paidleave::after {
  content:''; position:absolute;
  bottom:-20px; right:-20px;
  width:130px; height:130px; border-radius:26px;
  border:1.5px solid rgba(184,134,11,.07);
  transform:rotate(18deg);
  pointer-events:none;
}

/* バッジ（FVと世界観統一） */
.pl-badge {
  display:inline-flex; align-items:center; gap:6px;
  background:var(--c-white);
  border:1px solid rgba(184,134,11,.3);
  border-radius:10px;
  padding:5px 14px 5px 10px;
  font-size:12px; font-weight:700;
  color:var(--c-navy-lt);
  box-shadow:var(--sh-xs);
  margin-bottom:14px;
}
.pl-badge-icon {
  width:22px; height:22px; border-radius:6px;
  background:var(--c-blue-bg);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}

/* アイブロウ（共感セクションと統一） */
.pl-eyebrow {
  display:flex; align-items:center; gap:12px;
  font-size:11px; font-weight:500;
  letter-spacing:.22em; color:var(--c-navy-lt);
  margin-bottom:16px;
}
.pl-eyebrow::before {
  content:''; flex-shrink:0;
  width:30px; height:1.5px;
  background:linear-gradient(to right, rgba(184,134,11,.3), #B8860B);
}
.pl-eyebrow::after {
  content:''; flex-shrink:0;
  width:20px; height:1px;
  background:linear-gradient(to right, rgba(184,134,11,.5), transparent);
}

/* メイン見出し：余白を大きく、主役として */
.pl-headline {
  font-size:clamp(28px,7.5vw,42px);
  font-weight:700; line-height:1.2;
  color:var(--c-navy);
  letter-spacing:-.025em;
  margin-bottom:36px;   /* 見出しの下に余白を十分取る */
}
.pl-headline .pl-line2 {
  display:block; color:var(--c-blue);
}

/* 本文 */
.pl-body-text {
  font-size:15px; line-height:1.95; color:var(--c-steel);
  margin-bottom:28px;   /* カードとの間隔を広く */
}

/* ── 宣言カード（タイポグラフィで見せる） ── */
.pl-card {
  background:linear-gradient(145deg, #FFFFFF 0%, #F4F8FD 100%);
  border-radius:var(--r);
  border:1px solid rgba(30,60,110,.08);
  box-shadow:0 20px 50px rgba(20,40,80,.08);
  padding:32px 28px 30px;
  position:relative; z-index:1;
  overflow:hidden;
}

/* 透かし文字（装飾のみ・読ませない） */
.pl-card-watermark {
  position:absolute;
  bottom:-12px; right:-2px;
  font-size:clamp(56px,14vw,88px);
  font-weight:900;
  letter-spacing:5px;
  color:var(--c-navy);
  opacity:.07;
  pointer-events:none;
  user-select:none;
  white-space:normal;   /* 2行表示 */
  line-height:0.88;
  text-align:right;
  z-index:0;
}

/* カード上部ゴールドライン */
.pl-card-gold-line {
  width:48px; height:2px;
  background:linear-gradient(to right, rgba(184,134,11,.4), #B8860B);
  border-radius:1px;
  margin-bottom:18px;
  position:relative; z-index:1;
}

/* メインメッセージ（主役） */
.pl-card-message {
  font-size:clamp(19px,5vw,24px);
  font-weight:700;
  line-height:1.7;
  color:var(--c-navy);
  margin-bottom:18px;
  position:relative; z-index:1;
}

/* 補足説明 */
.pl-card-detail {
  font-size:14px; line-height:1.95;
  color:var(--c-steel);
  position:relative; z-index:1;
}


/* ════════════════════════════════════════
   ⑤ 壁セクション
════════════════════════════════════════ */
.wall-sec {
  padding:var(--sec-py) 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(74,114,184,.12) 0%, transparent 70%),
    linear-gradient(160deg, #182840 0%, var(--c-navy) 100%);
  position:relative; overflow:hidden;
}

/* 底辺ライン */
.wall-sec::after {
  content:'';
  position:absolute; bottom:0; left:0; right:0;
  height:4px;
  background:linear-gradient(90deg, var(--c-blue), #6BAAD8);
}

/* 背景透かし NEGOTIATION */
.wall-sec::before {
  content:'NEGOTIATION';
  position:absolute;
  top:50%; right:-20px;
  transform:translateY(-50%);
  font-size:clamp(80px,18vw,150px);
  font-weight:900;
  letter-spacing:6px;
  color:#FFFFFF;
  opacity:.04;
  pointer-events:none;
  user-select:none;
  white-space:nowrap;
  line-height:1;
  z-index:0;
}

/* 右下ラインアート（人物→壁→突破）*/
.wall-art {
  position:absolute;
  bottom:32px; right:20px;
  opacity:.05;
  pointer-events:none;
  z-index:0;
}

.wall-inner {
  max-width:var(--mw); margin:0 auto;
  padding:0 var(--pad); text-align:center;
  position:relative; z-index:1;
}
.wall-emo {
  font-size:clamp(20px,5.5vw,30px);
  font-weight:700; line-height:1.65;
  color:rgba(255,255,255,.95); margin-bottom:28px;
}
.wall-emo-line { display:block; }
.wall-body {
  font-size:15px; line-height:2;
  color:rgba(255,255,255,.55); margin-bottom:10px;
}

/* 延長したゴールドライン */
.wall-hr {
  width:80px; height:2px; border:none;
  background:linear-gradient(90deg, transparent, #B8860B, #6BAAD8, transparent);
  margin:34px auto;
}

/* ─── タイポグラフィ主役ブロック ─── */
.wall-contrast {
  margin-bottom:20px;
}
.wall-contrast-item {
  display:block;
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.01em;
}
.wall-contrast-item--sm {
  font-size:clamp(16px,4vw,20px);
  color:rgba(255,255,255,.65);
  margin-bottom:8px;
}
.wall-contrast-item--neq {
  font-size:clamp(28px,8vw,48px);
  color:rgba(130,180,255,.7);
  margin:6px 0;
  font-family:Georgia, serif;
  font-style:normal;
}
.wall-contrast-item--lg {
  font-size:clamp(22px,6vw,34px);
  color:#FFFFFF;
  margin-top:8px;
}

/* 補足文（タイポグラフィの下） */
.wall-sub-text {
  font-size:13px; line-height:1.9;
  color:rgba(255,255,255,.45);
  margin-top:0;
}

/* アイブロウ（ゴールドライン左右・他セクションと統一） */
.wall-eyebrow {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  font-size:12px;
  font-weight:500;
  letter-spacing:.22em;
  color:rgba(255,255,255,.75);
  margin-bottom:26px;
}
/* 左ゴールドライン */
.wall-eyebrow::before {
  content:''; flex-shrink:0;
  width:30px; height:1.5px;
  background:linear-gradient(to right, rgba(184,134,11,.3), #B8860B);
}
/* 右ゴールドライン */
.wall-eyebrow::after {
  content:''; flex-shrink:0;
  width:30px; height:1.5px;
  background:linear-gradient(to left, rgba(184,134,11,.3), #B8860B);
}


/* ════════════════════════════════════════
   ⑥ 比較表
════════════════════════════════════════ */
.comp-intro { font-size:15px; line-height:1.9; color:var(--c-steel); margin-bottom:28px; }

.comp-block {
  border-radius:var(--r);
  overflow:hidden;
  box-shadow:var(--sh-md);
  background:var(--c-white);
  border:1px solid var(--c-border);
}

/* ヘッダー */
.comp-head {
  display:grid; grid-template-columns:1fr 1fr 1fr;
}
.comp-head-cell {
  padding:16px 12px; text-align:center;
  font-size:13px; font-weight:700;
}
.comp-head-cell--nm {
  background:linear-gradient(135deg, var(--c-blue) 0%, #5280C0 100%);
  color:#fff;
  display:flex; align-items:center; justify-content:center; gap:7px;
}
.comp-head-logo { height:22px; width:auto; border-radius:4px; opacity:.9; }
.comp-head-cell--oth {
  background:#EBF0F5; color:var(--c-steel);
}
.comp-head-cell--feat {
  background:var(--c-base);
  border-right:1px solid var(--c-border-lt);
  font-size:11px; color:var(--c-muted); letter-spacing:.08em;
}

/* 行 */
.comp-row {
  display:grid; grid-template-columns:1fr 1fr 1fr;
  align-items:stretch;
  border-top:1px solid var(--c-border-lt);
  transition:.2s ease;
}
.comp-row:hover { background:rgba(60,99,160,.02); }

/* KEY行（最重要2行） */
.comp-row--key {
  background:rgba(60,99,160,.03);
}
.comp-row--key .comp-cell--nm {
  background:rgba(60,99,160,.08);
}

.comp-cell {
  padding:12px 10px;
  min-height:52px;
  display:flex; align-items:center; justify-content:center;
  font-size:13px; text-align:center; line-height:1.5;
}
.comp-cell--feat {
  justify-content:flex-start; text-align:left;
  padding-left:14px;
  color:var(--c-navy-lt); font-weight:500;
  border-right:1px solid var(--c-border-lt);
  gap:8px;
}
.comp-feat-icon {
  width:28px; height:28px; border-radius:7px;
  background:var(--c-blue-bg);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.comp-cell--nm { background:rgba(60,99,160,.03); color:var(--c-blue); font-weight:700; }
.comp-cell--oth { color:var(--c-muted); }

/* チェック・バツ（大きく・はっきりと） */
.comp-ok {
  font-size:22px; color:var(--c-blue); font-weight:700;
  display:flex; align-items:center; justify-content:center;
}
.comp-no { font-size:18px; color:#C0D0DC; }

/* 重要行のハイライト表示 */
.comp-key-block {
  display:flex; flex-direction:column; align-items:center; gap:4px;
}
.comp-key-tag {
  display:inline-block;
  background:var(--c-blue); color:#fff;
  font-size:10px; font-weight:700;
  letter-spacing:.08em; padding:2px 8px;
  border-radius:8px;
}
.comp-key-body {
  font-size:12px; font-weight:700; color:var(--c-blue); line-height:1.4;
}
.comp-key-sub { font-size:11px; color:var(--c-steel); }
.comp-no-block { display:flex; flex-direction:column; align-items:center; gap:3px; }
.comp-no-label { font-size:11px; color:var(--c-muted); }

/* 比較下の補足 */
.comp-note {
  margin-top:18px; padding:14px 16px;
  background:var(--c-blue-pale);
  border-radius:var(--r-sm);
  font-size:12px; line-height:1.85; color:var(--c-steel);
  border-left:3px solid var(--c-blue);
}

/* ════════════════════════════════════════
   ⑥ 3列比較テーブル（cmp-* = 新スタイル）
   Mobile: 行ヘッダー＋3セル縦配置
   Desktop: 4列グリッド
════════════════════════════════════════ */
/* ════════════════════════════════════════
   ⑥ 比較カード（cvcmp-* ）
   スマホ優先・縦並び・1項目1カード
════════════════════════════════════════ */

/* グリッド：モバイル1列 / デスクトップ2列 */
.cvcmp-grid {
  display:flex; flex-direction:column; gap:16px;
}
@media(min-width:640px) {
  .cvcmp-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
}

/* 比較カード本体 */
.cvcmp-card {
  background:var(--c-white);
  border-radius:var(--r);
  box-shadow:var(--sh);
  overflow:hidden;
  border:1px solid #C8D8E8;
}

/* 項目名ヘッダー */
.cvcmp-topic {
  padding:13px 16px;
  font-size:14px; font-weight:700; color:var(--c-navy);
  background:#EEF4FA;
  border-bottom:2px solid #C8D8E8;
  display:flex; align-items:center; gap:8px;
}
.cvcmp-topic-ico {
  width:24px; height:24px; border-radius:7px;
  background:var(--c-blue-bg);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}

/* 3サービス縦並び */
.cvcmp-services { display:flex; flex-direction:column; }

/* 各サービス行 */
/* ── 各サービス行の共通ベース ── */
.cvcmp-service {
  display:grid;
  grid-template-columns:92px 28px 1fr;
  column-gap:6px;
  align-items:center;
  padding:10px 14px;
  border-bottom:1px solid #DCE8F0;
  position:relative;
}
.cvcmp-service:last-child { border-bottom:none; }

/* ── 一般的な退職代行 ＆ 弁護士事務所 = 統一（白/極薄グレー） ── */
.cvcmp-service--oth,
.cvcmp-service--law {
  background:#F6F8FA;
  padding:12px 14px;
  min-height:68px;
}
.cvcmp-service--oth .cvcmp-svc-label,
.cvcmp-service--law .cvcmp-svc-label { color:#4A6070; }

.cvcmp-service--oth .cvcmp-svc-text,
.cvcmp-service--law .cvcmp-svc-text  { color:#3D5060; font-size:13px; }

.cvcmp-service--oth .cvcmp-ok,
.cvcmp-service--oth .cvcmp-star,
.cvcmp-service--law .cvcmp-ok,
.cvcmp-service--law .cvcmp-star { color:#5580A0; font-size:17px; }

.cvcmp-service--oth .cvcmp-tri,
.cvcmp-service--law .cvcmp-tri  { color:#7A94A8; }

.cvcmp-service--oth .cvcmp-no,
.cvcmp-service--law .cvcmp-no   { color:#A0B4C4; }

/* ── ナスマモ = ブランドブルー（独立・一段上の強調カード） ── */
.cvcmp-service--nm {
  background:linear-gradient(135deg, #2A5090 0%, #3C6AB0 100%);
  padding:18px 16px 16px;
  min-height:80px;
  position:relative;
}
/* 上部ゴールドライン */
.cvcmp-service--nm::before {
  content:'';
  position:absolute; top:0; left:0; right:0; height:2px;
  background:linear-gradient(to right, rgba(184,134,11,.35), #B8860B, rgba(184,134,11,.35));
}
.cvcmp-service--nm .cvcmp-svc-label {
  color:rgba(255,255,255,.65);
  font-size:11px;
}
.cvcmp-service--nm .cvcmp-svc-text {
  color:#FFFFFF;
  font-size:14px;
  font-weight:500;
  line-height:1.6;
}
.cvcmp-service--nm .cvcmp-ok   { color:#FFE068; font-size:22px; font-weight:900; }
.cvcmp-service--nm .cvcmp-star { color:#FFE068; font-size:26px; font-weight:900; }
.cvcmp-service--nm .cvcmp-tri,
.cvcmp-service--nm .cvcmp-no   { color:rgba(255,255,255,.45); }

/* ── KEYラベル非表示（カード自体で目立たせる） ── */
.cvcmp-key-tag { display:none; }

/* ── サービス名ラベル（共通デフォルト） ── */
.cvcmp-svc-label {
  font-size:11px; font-weight:700;
  color:var(--c-steel); letter-spacing:.04em;
  line-height:1.3;
}

/* ── 評価エリア ── */
.cvcmp-svc-val { display:contents; }
.cvcmp-svc-text { font-size:13px; line-height:1.65; color:var(--c-navy-lt); }

/* ── マーク（デフォルト） ── */
.cvcmp-ok   { font-size:18px; color:#1E5AAA; font-weight:700; line-height:1.1; text-align:center; align-self:center; }
.cvcmp-star { font-size:22px; color:#1E5AAA; font-weight:900; line-height:1;   text-align:center; align-self:center; }
.cvcmp-tri  { font-size:15px; color:#8A9EAE; line-height:1.1; text-align:center; align-self:center; }
.cvcmp-no   { font-size:16px; color:#C0CED8; line-height:1;   text-align:center; align-self:center; }

/* 比較表注記 */
.cvcmp-note {
  margin-top:12px;
  font-size:11px; color:var(--c-steel);
  text-align:right;
}

/* 旧 .cmp-block は残すが使われなくなる */
.cmp-block {
  border-radius:var(--r); overflow:hidden;
  box-shadow:var(--sh-md);
  border:2px solid #B8C8DC;
}

/* ─── ヘッダー行 ─── */
.cmp-head {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  /* ヘッダー下部に明確な区切り線 */
  border-bottom:2px solid #B8C8DC;
}
.cmp-head-blank { display:none; }
.cmp-head-col {
  padding:13px 8px; text-align:center;
  font-size:12px; font-weight:700; line-height:1.4;
}
/* 列間区切り線 */
.cmp-head-col + .cmp-head-col { border-left:1.5px solid rgba(0,0,0,.10); }
.cmp-head-col--oth { background:#DDE6EF; color:#4A5E72; }
.cmp-head-col--law { background:#E2E2EE; color:#4A4A6A; }
.cmp-head-col--nm  {
  background:linear-gradient(135deg, #2E5898 0%, #4A72B8 100%);
  color:#fff;
  display:flex; flex-direction:column; align-items:center; gap:4px;
}
.cmp-head-logo { height:20px; border-radius:3px; opacity:.9; }

/* ─── データ行 ─── */
.cmp-row {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-template-areas:
    "feat feat feat"
    "oth  law  nm";
  /* 行間区切りを濃く */
  border-top:1.5px solid #C8D8E8;
}

/* 行ごとの奇偶背景（ゼブラ） */
.cmp-row:nth-child(even) .cmp-feature { background:#EEF4FA; }
.cmp-row:nth-child(odd)  .cmp-feature { background:#F5F9FD; }
.cmp-row:nth-child(even) .cmp-cell--oth { background:#F4F8FC; }
.cmp-row:nth-child(odd)  .cmp-cell--oth { background:#FAFCFE; }
.cmp-row:nth-child(even) .cmp-cell--law { background:#F2F2F8; }
.cmp-row:nth-child(odd)  .cmp-cell--law { background:#F8F8FC; }

/* ナスマモ列は常に淡ブルー（奇偶問わず固定） */
.cmp-cell--nm { background:#E4EFF8 !important; }

/* KEY行：さらに強調 */
.cmp-row--key .cmp-feature    { background:#DDE9F5 !important; }
.cmp-row--key .cmp-cell--oth  { background:#EAF0F7 !important; }
.cmp-row--key .cmp-cell--law  { background:#EAEBF4 !important; }
.cmp-row--key .cmp-cell--nm   { background:#D4E6F6 !important; }

/* ─── 項目名エリア ─── */
.cmp-feature {
  grid-area:feat;
  padding:10px 12px 8px;
  font-size:12px; font-weight:700; color:var(--c-navy);
  display:flex; align-items:center; gap:7px;
  border-bottom:1.5px solid #C8D8E8;
}
.cmp-feat-ico {
  width:22px; height:22px; border-radius:6px;
  background:var(--c-blue-bg);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}

/* ─── セル ─── */
.cmp-cell {
  padding:12px 6px;
  display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  gap:3px; text-align:center;
  position:relative;
  /* セル間の縦区切り線 */
  border-left:1px solid #C8D8E8;
}
.cmp-cell--oth { grid-area:oth; border-left:none; }
.cmp-cell--law { grid-area:law; }
.cmp-cell--nm  { grid-area:nm; }

/* ─── マーク ─── */
.cmp-ok   { font-size:18px; color:#1E5AAA; font-weight:700; line-height:1; }
.cmp-star { font-size:22px; color:#1E5AAA; font-weight:900; line-height:1; }
.cmp-tri  { font-size:14px; color:#8A9EAE; line-height:1; }
.cmp-no   { font-size:16px; color:#C0CED8; line-height:1; }
.cmp-note { font-size:10px; color:var(--c-steel); line-height:1.4; }
.cmp-key-tag {
  font-size:9px; font-weight:700;
  background:#1E5AAA; color:#fff;
  padding:1px 7px; border-radius:6px;
  letter-spacing:.04em;
}

/* ─── デスクトップ：4列グリッド ─── */
@media(min-width:640px) {
  .cmp-head {
    grid-template-columns:1.7fr 1fr 1fr 1.3fr;
  }
  .cmp-head-blank {
    display:block;
    background:#EEF4FA;
    border-right:1.5px solid #B8C8DC;
  }
  .cmp-row {
    grid-template-columns:1.7fr 1fr 1fr 1.3fr;
    grid-template-areas:"feat oth law nm";
  }
  .cmp-feature {
    border-bottom:none;
    border-right:1px solid var(--c-border-lt);
    padding:14px 14px;
  }
  .cmp-cell { padding:14px 10px; }
  .cmp-note { font-size:11px; }
}


/* ════════════════════════════════════════
   ⑦ できること
════════════════════════════════════════ */
.feature-grid {
  display:flex; flex-direction:column; gap:12px; margin-top:8px;
}
.feature-card {
  display:flex; flex-direction:column; gap:8px;
  padding:20px 22px;
  position:relative; overflow:hidden;
}
.feat-icon {
  width:44px; height:44px; border-radius:12px;
  background:var(--c-blue-bg);
  display:flex; align-items:center; justify-content:center;
}
.feature-card h3 {
  font-size:17px; font-weight:700;
  line-height:1.45; color:var(--c-navy);
}
.feature-card p { font-size:14px; line-height:1.9; color:var(--c-steel); }

/* カード内コンテンツを背景番号の前面に */
.feature-card h3,
.feature-card p { position:relative; z-index:1; }

/* ── h3上のゴールドライン ── */
.feature-card h3::before {
  content:'';
  display:block;
  width:44px; height:1.5px;
  background:linear-gradient(90deg, #B8860B 0%, rgba(184,134,11,.2) 100%);
  border-radius:1px;
  margin-bottom:10px;
}

/* ── カード背景番号：右上に大きく・極薄 ── */
.feature-card::before {
  content: attr(data-num);
  position:absolute;
  top:-10px; right:14px;
  font-size:130px; font-weight:800;
  line-height:1;
  letter-spacing:-0.04em;
  color: var(--c-navy);
  opacity:.05;
  pointer-events:none;
  z-index:0;
  font-family: 'Inter', 'DM Sans', sans-serif;
}

/* ── カード背景アイコン（モチーフ・各カード固有）
     番号（右上）とは別レイヤーで右中央〜右下に大きく見切れる ── */
.feature-card--nurse::after,
.feature-card--calendar::after,
.feature-card--shield::after {
  content:'';
  position:absolute;
  /* 右端から50pxはみ出す・カード高さ42%の位置から開始 → 下半分に集中 */
  right:-50px; top:42%;
  width:195px; height:195px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  pointer-events:none;
  z-index:0;
  opacity:.05;
}
/* ハート：看護師対応 */
.feature-card--nurse::after {
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 28 A22 22 0 0 1 92 28 C92 54 50 82 50 82 C50 82 8 54 8 28 A22 22 0 0 1 50 28' stroke='%233C63A0' stroke-width='4.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* カレンダー：有休サポート */
.feature-card--calendar::after {
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='15' width='80' height='72' rx='8' stroke='%233C63A0' stroke-width='4.5'/%3E%3Cpath d='M10 33h80' stroke='%233C63A0' stroke-width='4.5'/%3E%3Cpath d='M30 8v14M70 8v14' stroke='%233C63A0' stroke-width='4.5' stroke-linecap='round'/%3E%3Cpath d='M26 58l12 12 24-22' stroke='%233C63A0' stroke-width='4.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* シールド：法的サポート */
.feature-card--shield::after {
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 6L12 22v28c0 22 16 40 38 46 22-6 38-24 38-46V22L50 6Z' stroke='%233C63A0' stroke-width='4.5' stroke-linejoin='round'/%3E%3Cpath d='M35 50l12 12 20-20' stroke='%233C63A0' stroke-width='4.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ── カテゴリラベル ── */
.feat-label {
  display:inline-block;
  font-size:9px; font-weight:700;
  letter-spacing:.14em;
  color: var(--c-blue);
  background:rgba(74,111,165,.08);
  padding:2px 8px;
  border-radius:20px;
  margin-bottom:4px;
}


/* ════════════════════════════════════════
   ⑧ プラン
════════════════════════════════════════ */

/* セクション位置コンテキスト（PRICE透かし用） */
.sec--plan { position:relative; }
/* wrapをPRICE透かしの前面に保つ */
.sec--plan > .wrap { position:relative; z-index:1; }
/* セクション右下：PRICE背景透かし文字 */
.sec--plan::after {
  content:'PRICE';
  position:absolute;
  right:20px; bottom:24px;
  font-size:76px; font-weight:800;
  letter-spacing:.1em; line-height:1;
  color:var(--c-navy);
  opacity:.04;
  pointer-events:none; z-index:0;
  font-family:'Inter','DM Sans',sans-serif;
}

/* セクション導入 */
.plan-main-title {
  font-size:clamp(24px,6.5vw,36px);
  font-weight:700; line-height:1.25;
  color:var(--c-navy);
  letter-spacing:-.025em;
  margin-bottom:14px;
}
/* 大見出し下のゴールドアクセントライン */
.plan-main-title::after {
  content:'';
  display:block;
  width:48px; height:1.5px;
  background:linear-gradient(90deg, #B8860B 0%, rgba(184,134,11,.2) 100%);
  margin-top:14px;
  border-radius:1px;
}
.plan-intro {
  font-size:15px; line-height:1.95;
  color:var(--c-steel);
  margin-bottom:36px;
}

/* プランカード上部の対象説明文 */
.plan-for {
  font-size:11px; letter-spacing:.04em;
  color:var(--c-muted); line-height:1.5;
  margin-bottom:8px;
}
/* STANDARDカード上部：ごく薄いブルーグラデーション */
.plan-card--std::before {
  content:'';
  position:absolute;
  top:0; left:0; right:0;
  height:22%;
  background:linear-gradient(to bottom, #F0F6FF 0%, rgba(240,246,255,0) 100%);
  border-radius:var(--r) var(--r) 0 0;
  pointer-events:none;
  z-index:0;
}
/* STANDARDのplan-forはやや視認性を上げる */
.plan-card--std .plan-for {
  color:var(--c-steel);
  position:relative; z-index:1;
}

/* STANDARDカード背景文字 */
.plan-std-wm {
  position:absolute;
  right:10px; top:14px;
  font-size:44px; font-weight:800;
  letter-spacing:.08em; line-height:1;
  color:var(--c-navy);
  opacity:.04;
  pointer-events:none; z-index:0;
  font-family:'Inter','DM Sans',sans-serif;
  white-space:nowrap;
}
/* STANDARDカード内コンテンツを透かし文字の前面へ */
.plan-card--std .plan-for,
.plan-card--std .plan-head,
.plan-card--std .plan-items { position:relative; z-index:1; }

.plan-grid {
  display:flex; flex-direction:column; gap:16px; margin-top:0;
}
.plan-card { position:relative; padding:32px 26px; }
.plan-card--std { border:2px solid var(--c-blue); }

.plan-badge {
  position:absolute; top:-12px; left:20px;
  background:linear-gradient(135deg, var(--c-blue), var(--c-blue-lt));
  color:#fff;
  font-size:11px; font-weight:700;
  padding:4px 14px; border-radius:12px;
  letter-spacing:.06em;
  box-shadow:0 2px 8px rgba(60,99,160,.3);
}

.plan-head {
  padding-bottom:18px; margin-bottom:20px;
  border-bottom:1px solid var(--c-border-lt);
}
.plan-name {
  font-size:11px; font-weight:700; letter-spacing:.2em;
  color:var(--c-steel); margin-bottom:10px;
}
.plan-price {
  font-size:34px; font-weight:300;
  color:var(--c-navy); letter-spacing:-.04em; line-height:1;
}
.plan-price sup { font-size:16px; font-weight:500; vertical-align:super; }
.plan-price small {
  font-size:12px; font-weight:400;
  color:var(--c-muted); letter-spacing:0; margin-left:4px;
}

.plan-items { display:flex; flex-direction:column; gap:12px; }
.plan-items li {
  font-size:14px; line-height:1.6;
  padding-left:22px; position:relative; color:var(--c-navy);
}
.plan-items li::before {
  content:'✓'; position:absolute; left:0;
  color:var(--c-blue); font-size:13px; font-weight:700; top:1px;
}
.plan-items li span {
  display:block; font-size:11px; color:var(--c-muted); margin-top:3px;
}

.plan-note {
  margin-top:20px; padding:14px 16px;
  background:var(--c-sky); border-radius:var(--r-sm);
  font-size:12px; line-height:1.85; color:var(--c-steel);
}
.lawyer-aside {
  margin-top:14px; padding:14px 16px;
  background:var(--c-blue-pale); border-radius:var(--r-sm);
  font-size:12px; line-height:1.85; color:var(--c-steel);
  border-left:3px solid var(--c-blue);
  display:flex; gap:10px; align-items:flex-start;
}
.lawyer-aside svg { flex-shrink:0; margin-top:2px; color:var(--c-blue); }


/* ════════════════════════════════════════
   ⑨ FAQ
════════════════════════════════════════ */
.faq-wrap {
  border-radius:var(--r); overflow:hidden;
  background:var(--c-white); box-shadow:var(--sh); margin-top:8px;
}
.faq-item { border-bottom:1px solid var(--c-border-lt); }
.faq-item:last-child { border-bottom:none; }
.faq-q {
  display:flex; justify-content:space-between;
  align-items:center; gap:12px;
  padding:20px 22px; cursor:pointer;
  font-size:15px; font-weight:700;
  line-height:1.6; color:var(--c-navy);
  list-style:none;
}
.faq-q::-webkit-details-marker { display:none; }
.faq-toggle {
  width:28px; height:28px; flex-shrink:0;
  border-radius:50%; border:1.5px solid var(--c-border);
  display:flex; align-items:center; justify-content:center;
  color:var(--c-steel); font-size:18px; font-weight:300;
  transition:.24s ease; line-height:1;
}
details[open] .faq-toggle {
  transform:rotate(45deg);
  border-color:var(--c-blue); color:var(--c-blue);
  background:var(--c-blue-pale);
}
.faq-a { padding:0 22px 20px; font-size:14px; line-height:1.95; color:var(--c-steel); }


/* ════════════════════════════════════════
   ⑩ 代表紹介
════════════════════════════════════════ */

/* ── 引用カード（淡いブルー・大引用符） ── */
.profile-quote {
  position:relative;
  background:var(--c-blue-bg);
  border-radius:var(--r);
  padding:26px 22px 22px 44px;
  margin-bottom:32px;
  box-shadow:var(--sh-xs);
}
.profile-quote::before {
  content:'\201C';
  position:absolute;
  top:8px; left:12px;
  font-size:56px; font-weight:700;
  color:var(--c-blue); opacity:.2;
  line-height:1;
  font-family:Georgia,'Times New Roman',serif;
}
.profile-quote p {
  font-size:clamp(15px,4vw,19px); font-weight:700;
  line-height:1.8; color:var(--c-navy);
}

/* ── セクション見出し強調 ── */
.profile-sec-title {
  font-size:clamp(22px,5.5vw,30px) !important;
  margin-bottom:28px;
}

/* ── 写真＋プロフィール横並び ── */
.profile-header {
  display:flex; flex-direction:row;
  align-items:center; gap:60px;
  margin-bottom:28px;
  position:relative;
}
/* ── ボタニカル背景モチーフ（葉・茎 / 3〜5%透明） ── */
.profile-header::before {
  content:'';
  position:absolute;
  left:-10px; top:50%; transform:translateY(-50%);
  width:160px; height:160px;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 170 Q65 140 90 110 Q115 80 140 40' stroke='%233C63A0' stroke-width='1.3'/%3E%3Cpath d='M62 148 Q38 130 36 105 Q56 112 62 140 Z' stroke='%233C63A0' stroke-width='1'/%3E%3Cpath d='M86 118 Q110 104 116 78 Q98 86 84 112 Z' stroke='%233C63A0' stroke-width='1'/%3E%3Cpath d='M106 90 Q84 72 84 46 Q103 58 106 84 Z' stroke='%233C63A0' stroke-width='1'/%3E%3Cpath d='M122 62 Q148 50 150 24 Q130 32 120 56 Z' stroke='%233C63A0' stroke-width='1'/%3E%3C/svg%3E");
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  opacity:.05;
  pointer-events:none;
  z-index:-1;
}

/* ── 写真装飾（背景円弧のみ） ── */
.profile-photo-outer {
  position:relative; flex-shrink:0;
  width:110px; height:110px;
  display:flex; align-items:center; justify-content:center;
  overflow:visible;
}
/* 背景に配置する円弧SVG */
.profile-arc-deco {
  position:absolute;
  top:50%; left:50%;
  transform:translate(-50%,-50%);
  width:220px; height:220px;
  pointer-events:none;
  z-index:0;
}
.profile-photo-outer .profile-photo-wrap { position:relative; z-index:1; }

/* ── 写真本体 ── */
.profile-photo-wrap {
  width:110px; height:110px; border-radius:50%;
  overflow:hidden; background:var(--c-sky); flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  border:2px solid #fff;
  box-shadow:0 2px 12px rgba(60,99,160,.10);
}
.profile-photo-wrap.no-photo::after { content:'photo'; font-size:11px; color:var(--c-muted); }
.profile-photo { width:100%; height:100%; object-fit:cover; object-position:center top; }

/* ── プロフィール情報カード ── */
.profile-info { flex:1; padding-top:6px; }
/* 名前が主役・ラベルは補足 */
.profile-name {
  font-size:17px; font-weight:700;
  color:var(--c-navy); letter-spacing:.04em;
  line-height:1.2; margin-bottom:4px;
}
.profile-title-label {
  font-size:9px; font-weight:500; letter-spacing:.22em;
  color:var(--c-coral-mid); margin-bottom:10px;
}
.profile-tags { list-style:none; display:flex; flex-direction:column; gap:3px; }
.profile-tags li {
  font-size:11px; line-height:1.5; color:var(--c-steel);
  padding-left:14px; position:relative;
}
.profile-tags li::before {
  content:'—'; position:absolute; left:0; top:1px;
  color:var(--c-blue); font-size:9px; font-weight:700;
}

/* ── メッセージ本文 ── */
.profile-text { display:flex; flex-direction:column; }
/* 本文導入アクセントライン */
.profile-msg--emph::before {
  content:'';
  display:block;
  width:44px; height:1.5px;
  background:linear-gradient(90deg, #B8860B 0%, rgba(184,134,11,.2) 100%);
  border-radius:1px;
  margin-bottom:14px;
}
.profile-msg--emph {
  font-size:15px; font-weight:700;
  color:var(--c-navy); line-height:1.9; margin-bottom:14px;
}
.profile-msg { font-size:15px; line-height:1.95; color:var(--c-steel); margin-bottom:14px; }
.profile-msg:last-of-type { margin-bottom:0; }
.profile-ig {
  display:inline-flex; align-items:center; gap:6px;
  font-size:12px; color:var(--c-steel); margin-top:18px;
  border:1px solid var(--c-border); padding:7px 16px;
  border-radius:20px; transition:.2s; align-self:flex-start;
}
.profile-ig:hover { color:var(--c-navy); border-color:var(--c-blue); }

/* ── サイン風署名 ── */
.profile-sign {
  font-family:'Hiragino Mincho ProN','Yu Mincho','游明朝',Georgia,serif;
  font-size:14px; font-style:italic; font-weight:300;
  color:var(--c-navy); opacity:.65;
  letter-spacing:.1em;
  margin-top:10px; margin-bottom:0;
}

/* ── 代表紹介セクション：背景装飾（FV統一） ── */
.sec--sky[aria-labelledby="profile-title"] {
  background:
    /* 写真エリアのソフトグロー（左上） */
    radial-gradient(ellipse 52% 42% at 5% 26%, rgba(60,99,160,.12) 0%, transparent 65%),
    /* 右下：大きな同心円グロー */
    radial-gradient(circle 300px at 104% 104%, rgba(60,99,160,.10) 0%, rgba(60,99,160,.04) 42%, transparent 68%),
    /* 右下：小さな集中グロー */
    radial-gradient(circle 150px at 102% 102%, rgba(60,99,160,.13) 0%, rgba(60,99,160,.05) 48%, transparent 68%),
    /* ベースグラデーション */
    linear-gradient(to bottom, #EEF5FB 0%, #F7FAFC 100%);
  position:relative;
  overflow:hidden;
}
/* コンテンツを装飾レイヤーの前面に */
.sec--sky[aria-labelledby="profile-title"] > .wrap {
  position:relative; z-index:1;
}
/* 大きな円弧ライン（左上・写真背後） */
.sec--sky[aria-labelledby="profile-title"]::before {
  content:'';
  position:absolute;
  top:-130px; left:-130px;
  width:540px; height:540px;
  border-radius:50%;
  border:1.5px solid rgba(60,99,160,.10);
  pointer-events:none; z-index:0;
}
/* 右下：2重の円リング（border + outline） */
.sec--sky[aria-labelledby="profile-title"]::after {
  content:'';
  position:absolute;
  bottom:-80px; right:-80px;
  width:240px; height:240px;
  border-radius:50%;
  border:1.5px solid rgba(60,99,160,.12);
  outline:1.5px solid rgba(60,99,160,.07);
  outline-offset:55px;
  pointer-events:none; z-index:0;
}


/* ════════════════════════════════════════
   ⑪ LINE CTA
════════════════════════════════════════ */
.cta-sec {
  padding:var(--sec-py) 0;
  background:
    /* ① タイトル背後のソフトライト（1.5〜2倍強化） */
    radial-gradient(ellipse 72% 56% at 50% 33%, rgba(255,255,255,.42) 0%, transparent 68%),
    /* ③ LINEボタン周辺のごく薄いゴールド光 */
    radial-gradient(ellipse 46% 30% at 50% 68%, rgba(184,134,11,.06) 0%, transparent 60%),
    /* 右上ブルーグロー（強化） */
    radial-gradient(ellipse 70% 55% at 75% 8%, rgba(60,99,160,.14) 0%, transparent 58%),
    /* 左下ブルーグロー */
    radial-gradient(ellipse 55% 45% at 15% 92%, rgba(60,99,160,.10) 0%, transparent 55%),
    /* ベース */
    linear-gradient(150deg, #E8F2FB 0%, #EEF5FB 55%, #F4F8FC 100%);
  position:relative; overflow:hidden;
}
/* ② 右上から画面外起点の大きな円弧（FV統一） */
.cta-sec::before {
  content:''; position:absolute;
  top:-160px; right:-160px;
  width:580px; height:580px; border-radius:50%;
  border:1.5px solid rgba(60,99,160,.10);
  pointer-events:none;
}
/* ② 左下から入る円弧（奥行き） */
.cta-sec::after {
  content:''; position:absolute;
  bottom:-120px; left:-120px;
  width:380px; height:380px; border-radius:50%;
  border:1px solid rgba(60,99,160,.07);
  pointer-events:none;
}
/* アイブロウ見出しを中央揃えに */
.cta-inner .pl-eyebrow { justify-content:center; }
.cta-inner { text-align:center; position:relative; z-index:1; }

.cta-title {
  font-size:clamp(22px,6vw,32px); font-weight:700;
  line-height:1.45; color:var(--c-navy); margin-bottom:16px;
}
.cta-voice {
  font-size:15px; line-height:2;
  color:var(--c-steel); margin-bottom:34px;
}
.cta-voice strong { color:var(--c-navy); font-weight:700; }
.cta-note { font-size:12px; color:var(--c-muted); margin-top:14px; }


/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
.site-footer {
  background:linear-gradient(155deg, #1A2C44 0%, var(--c-navy) 100%);
  color:rgba(255,255,255,.55); padding:48px var(--pad) 32px;
}
.footer-in {
  max-width:var(--mw-xl); margin:0 auto;
  display:flex; flex-direction:column; gap:20px;
}
.footer-brand { display:flex; align-items:center; gap:10px; }
.footer-logo { height:32px; width:auto; border-radius:6px; opacity:.7; }
.footer-tag { font-size:12px; color:rgba(255,255,255,.32); }
.footer-info { font-size:12px; color:rgba(255,255,255,.32); line-height:1.8; }
.footer-nav { display:flex; flex-wrap:wrap; gap:6px 20px; align-items:center; }
.footer-link {
  font-size:12px; color:rgba(255,255,255,.48);
  display:flex; align-items:center; gap:5px; transition:.2s;
}
.footer-link:hover { color:rgba(255,255,255,.85); }
.footer-copy {
  font-size:11px; color:rgba(255,255,255,.2);
  border-top:1px solid rgba(255,255,255,.07); padding-top:18px;
}


/* ════════════════════════════════════════
   DESKTOP  ≥ 768px
════════════════════════════════════════ */
@media(min-width:768px){
  :root { --mw:680px; --sec-py:100px; }

  /* FV 2カラム */
  .fv-layout {
    flex-direction:row; align-items:center;
    justify-content:space-between;
    gap:52px; text-align:left;
  }
  .fv-text { max-width:500px; }
  .fv-badges { justify-content:flex-start; }
  .fv-cta-area { align-items:flex-start; }
  .fv-visual { flex:0 0 360px; min-height:340px; }
  .fv-sub-wrap { text-align:left; }

  /* 機能カード横並び */
  .feature-grid { flex-direction:row; flex-wrap:wrap; }
  .feature-card { flex:1 1 180px; }

  /* プラン横並び */
  .plan-grid { flex-direction:row; }
  .plan-card { flex:1; }

  /* 代表紹介：デスクトップで写真を拡大 */
  .profile-photo-outer { width:140px; height:140px; }
  .profile-photo-wrap { width:140px; height:140px; }
  .profile-arc-deco { width:260px; height:260px; }
  .profile-header { gap:72px; margin-bottom:36px; }

  .sec-title { font-size:27px; }
  /* デスクトップでは5枚目の中央寄せを解除（auto配置に戻す） */
  .situ-card:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: auto;
    width: auto;
  }
}
/* ===== FV B案：ロゴ背景色版 ===== */

/* ── ベース：ロゴ背景色 + 透明な光の層で高級感を演出 ── */
.fv-b {
  position: relative;
  overflow: hidden;
  padding: 64px 18px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.6) 0%, rgba(214,233,250,.42) 45%, rgba(255,255,255,.58) 100%),
    url('../images/fv-paidleave-bg.jpg') center / cover no-repeat;
}

/* ── 傾斜ゾーン：削除（白い三角を非表示にしてFVと次セクションをシンプルに接続） ── */
.fv-b-slope {
  display: none;
}

/* ── 内側コンテンツ ── */
.fv-b-inner {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0 auto;
  padding-bottom: 36px;
}

/* ── ヘッダー行：ロゴ中央 ── */
.fv-b-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}

/* ロゴラップ：四角い背景を完全に消す */
.fv-b-logo-wrap {
  width: 100px;
  height: auto;
  overflow: visible;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  flex-shrink: 0;
  /* エンブレムの視覚的重心に合わせて中央位置を微調整 */
  transform: translateX(4px);
}
/* ロゴ画像：SVGクロマキー + multiply で四角背景を除去 */
.fv-b-logo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
  /* ① SVGフィルターで背景色ピクセルを透明化 */
  filter: url(#logo-chroma);
  /* ② multiply で残った淡い背景色を背景に溶け込ませる */
  mix-blend-mode: multiply;
  opacity: 0.97;
}

/* ── リボン ── */
.fv-b-ribbon {
  width: fit-content;
  margin: 0 auto 26px;
  padding: 10px 20px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff3bc 0%, #f7cf62 100%);
  color: #2E3E56;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}

/* ── 見出し（明るい背景用：濃いネイビー） ── */
.fv-b-title {
  margin: 0;
  color: #2C3E5A;
  font-size: clamp(34px, 9vw, 46px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -.04em;
  text-align: center;
}
/* アクセント：シールドブルー */
.fv-b-title span { color: #3C63A0; }

/* ── キャッチコピー ── */
.fv-b-copy {
  margin: 20px 0 24px;
  color: rgba(44,62,90,.82);
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

/* ── ビジュアルエリア（楕円バッジを中央に） ── */
.fv-b-visual {
  position: relative;
  height: 190px;
  margin: 0 -18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── バッジ：楕円・中央揃え・装飾付き ── */
.fv-b-badge {
  position: relative;
  width: 220px; height: 108px;
  border-radius: 999px;          /* 楕円 */
  background: linear-gradient(145deg, #3D4F6B 0%, #2C3E58 100%);
  color: #fff;
  border: 2.5px solid #f7cf62;
  box-shadow:
    0 14px 32px rgba(15,40,70,.32),
    inset 0 0 0 6px rgba(247,207,98,.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
  z-index: 2;
}
/* 内側点線リング */
.fv-b-badge::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 999px;
  border: 1px dashed rgba(247,207,98,.38);
  pointer-events: none;
}
/* 上部の星飾り */
.fv-b-badge::after {
  content: "✦  ✦  ✦";
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  color: #f7cf62;
  letter-spacing: 6px;
  white-space: nowrap;
}

.fv-b-badge small {
  font-size: 10px;
  opacity: .75;
  margin-bottom: 4px;
  display: block;
}
.fv-b-badge strong {
  font-size: 17px;
  color: #ffd85f;
  font-weight: 900;
  line-height: 1.2;
}
.fv-b-badge span {
  font-size: 11px;
  font-weight: 700;
}

/* ── 強みカード3枚 ── */
.fv-b-cards {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.fv-b-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  padding: 16px 17px;
  border-radius: 16px;
  background: #F6F9FC;
  border: 1px solid rgba(170, 195, 220, .45);
  box-shadow: 0 8px 24px rgba(20,50,90,.03);
}
.fv-b-card strong {
  display: block;
  color: #1E3048;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 3px;
}
.fv-b-card p {
  color: #6d86a0;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.fv-b-icon {
  width: 44px; height: 44px;
  border-radius: 13px;
  background: #e7f0fb;
  color: #3c63a0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
}
.fv-b-card-coral .fv-b-icon { background:#fae8e4; color:#c86050; }
.fv-b-card-green  .fv-b-icon { background:#e8f8ee; color:#15964c; }

/* ── メインCTA ── */
.fv-b-main-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px auto 0;
  width: min(100%, 360px);
  padding: 18px 24px;
  border-radius: 999px;
  background: #06C755;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(6,199,85,.32);
}

.fv-b-note {
  margin-top: 13px;
  text-align: center;
  color: rgba(44,62,90,.58);
  font-size: 12px;
  font-weight: 700;
}
