/* Page-specific styles: bcp. */

    section[id]{scroll-margin-top:86px}
    .global-nav a:hover{color:var(--gold-dark)}
    .breadcrumb a{color:var(--gold-dark);font-weight:700}

    /* ===== FV（ダーク：制度対応の信頼感） ===== */
    .hero{
      position:relative;
      overflow:hidden;
      color:#fff;
      background:
        radial-gradient(circle at 78% 18%, rgba(201,169,97,.2), transparent 44%),
        linear-gradient(135deg,#2d3e50 0%, var(--navy) 55%, var(--navy-dark) 100%);
      padding:56px 0 48px;
    }
    .hero::after{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(135deg,transparent 0 40%,rgba(255,255,255,.035) 40% 60%,transparent 60%),
        linear-gradient(315deg,transparent 0 46%,rgba(255,255,255,.04) 46% 64%,transparent 64%);
      pointer-events:none;
    }
    .hero-inner{
      position:relative;z-index:1;
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:44px;
      align-items:center;
    }
    .hero-kicker{
      display:inline-block;
      margin:0 0 14px;
      padding:6px 18px;
      background:rgba(201,169,97,.14);
      border:1px solid rgba(201,169,97,.6);
      border-radius:999px;
      color:var(--gold);
      font-size:13.5px;
      font-weight:900;
      letter-spacing:.04em;
    }
    .hero-copy h1{
      margin:0 0 18px;
      font-size:clamp(25px,3.2vw,38px);
      line-height:1.5;
      font-weight:900;
      text-shadow:0 2px 12px rgba(0,0,0,.25);
    }
    .hero-copy h1 .accent{color:var(--gold)}
    .hero-sub{
      margin:0 0 18px;
      padding:18px 22px;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.22);
      border-radius:12px;
      backdrop-filter:blur(4px);
    }
    .hero-sub p{margin:0;font-size:clamp(15px,1.8vw,18px);font-weight:800;line-height:1.85}
    .hero-sub .pain{color:rgba(255,255,255,.86)}
    .hero-sub .answer{margin-top:10px;color:#fff}
    .hero-sub .answer strong{color:var(--gold)}
    .hero-note{
      margin:0;
      padding:12px 16px;
      background:rgba(255,255,255,.08);
      border-left:4px solid var(--gold);
      border-radius:6px;
      font-size:13px;
      line-height:1.7;
      color:rgba(255,255,255,.88);
    }
    .hero-note strong{color:#fff}

    .hero-badge{
      position:absolute;
      top:26px;right:24px;
      width:108px;height:108px;
      display:grid;place-items:center;
      text-align:center;
      background:var(--gold);
      color:var(--navy-dark);
      font-size:12.5px;
      font-weight:900;
      line-height:1.5;
      border-radius:50%;
      transform:rotate(10deg);
      box-shadow:0 6px 18px rgba(0,0,0,.3);
      z-index:5;
    }

    .hero-card{
      position:relative;
      background:#fff;
      color:var(--ink);
      border-radius:18px;
      padding:30px 28px 26px;
      box-shadow:0 20px 50px -10px rgba(0,0,0,.35);
    }
    .hero-card__price{
      margin:0;
      display:flex;align-items:baseline;justify-content:center;gap:4px;
      font-size:16px;font-weight:800;color:var(--navy-deep);
      line-height:1;
      flex-wrap:wrap;
    }
    .hero-card__price .num{
      color:#e75424;
      font-size:52px;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .hero-card__monthly{
      margin:8px 0 0;
      text-align:center;
      font-size:14px;
      font-weight:900;
      color:var(--navy);
    }
    .hero-card__monthly strong{font-size:20px;color:#e75424}
    .hero-card hr{border:0;border-top:1px solid #d9d4c8;margin:16px 0 14px}
    .hero-card__includes{
      margin:0;padding:0;list-style:none;
      display:grid;grid-template-columns:1fr;gap:7px;
      font-size:13.5px;font-weight:800;color:#2c3644;
    }
    .hero-card__includes li::before{content:"✓";color:var(--gold-dark);font-weight:900;margin-right:8px}
    .hero-card__note{
      margin:16px -28px -26px;
      padding:10px 16px;
      background:var(--gold-pale);
      color:#4a3d20;
      font-size:12.5px;
      font-weight:800;
      text-align:center;
      border-radius:0 0 18px 18px;
    }

    /* ===== 共感 ===== */
    .worry{padding:64px 0;background:var(--base)}
    .worry-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
    .worry-card{
      display:flex;gap:12px;align-items:flex-start;
      padding:22px 22px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:12px;
      box-shadow:var(--shadow);
      font-size:15px;font-weight:700;line-height:1.75;
    }
    .worry-card .mark{
      flex-shrink:0;
      width:26px;height:26px;
      display:grid;place-items:center;
      border-radius:50%;
      font-weight:900;font-size:14px;
      background:#fdecec;color:#d64545;
      margin-top:2px;
    }
    .worry-card.is-fit{border-color:rgba(166,137,72,.6);background:#fffdf8}
    .worry-card.is-fit .mark{background:var(--gold-pale);color:var(--gold-dark)}
    .worry-card.is-fit.wide{grid-column:1/-1}
    .worry-card p{margin:0}
    .worry-card p strong{color:var(--navy)}

    /* ===== 立場表明 ===== */
    .stance{padding:64px 0;background:#fff}
    .stance-inner{
      max-width:720px;margin-inline:auto;
      padding-left:24px;
      border-left:4px solid var(--gold);
    }
    .stance-inner h2{margin:0 0 18px;font-size:clamp(20px,2.6vw,26px);font-weight:900;line-height:1.55}
    .stance-inner p{margin:0 0 14px;font-size:14.5px;font-weight:600;color:#2c3644;line-height:1.95}
    .stance-inner p.em{font-weight:900;color:var(--navy)}
    .stance-inner ul{
      margin:0 0 14px;padding:16px 20px;
      list-style:none;
      display:grid;gap:6px;
      background:var(--base);
      border:1px solid var(--line);
      border-radius:10px;
      font-size:13.5px;font-weight:700;color:#2c3644;line-height:1.75;
    }
    .stance-inner ul li{padding-left:18px;position:relative}
    .stance-inner ul li::before{content:"✓";position:absolute;left:0;color:var(--gold-dark);font-weight:900}

    /* ===== 4つの価値 ===== */
    .quick{padding:64px 0;background:var(--tint)}
    .quick-card .icon{
      width:64px;height:64px;
      display:grid;place-items:center;
      border-radius:50%;
      background:var(--gold-pale);
      color:var(--gold-dark);
      margin-bottom:14px;
    }

    /* ===== オプションA/B ===== */
    .opt{padding:64px 0;background:#fff}
    .opt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1080px;margin-inline:auto}
    .opt-card{
      display:flex;flex-direction:column;
      padding:28px 26px;
      background:var(--base);
      border:1px solid var(--line);
      border-radius:14px;
      box-shadow:var(--shadow);
    }
    .opt-card .badge{
      align-self:flex-start;
      display:inline-flex;align-items:center;justify-content:center;
      width:32px;height:32px;
      background:linear-gradient(180deg,var(--navy),var(--navy-dark));
      color:var(--gold);
      font-size:16px;font-weight:900;
      border-radius:50%;
      margin-bottom:12px;
    }
    .opt-card h3{margin:0 0 12px;font-size:19px;font-weight:900;color:var(--navy)}
    .opt-card ul{margin:0 0 16px;padding:0;list-style:none;display:grid;gap:7px;font-size:14px;font-weight:700;color:#2c3644}
    .opt-card ul li{padding-left:22px;position:relative;line-height:1.65}
    .opt-card ul li::before{content:"✓";position:absolute;left:0;color:var(--gold-dark);font-weight:900}
    .opt-card .foot{
      margin-top:auto;
      padding:10px 14px;
      background:var(--gold-pale);
      border-radius:8px;
      font-size:13px;
      font-weight:800;
      color:#4a3d20;
      text-align:center;
    }
    .opt-donut{
      display:flex;align-items:center;gap:14px;
      margin:0 0 16px;
    }
    .opt-donut .pie{
      width:86px;height:86px;
      border-radius:50%;
      background:conic-gradient(var(--gold) 0 68%, #cdd5df 68% 100%);
      position:relative;
      flex-shrink:0;
    }
    .opt-donut .pie::after{
      content:"";
      position:absolute;inset:22px;
      background:var(--base);
      border-radius:50%;
    }
    .opt-donut .legend{font-size:12.5px;font-weight:800;color:#2c3644;line-height:1.8}
    .opt-donut .legend .dot{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:6px;vertical-align:-1px}
    .opt-price{
      max-width:920px;
      margin:22px auto 0;
      padding:16px 22px;
      background:linear-gradient(90deg,var(--navy),var(--navy-dark));
      color:#fff;
      border-radius:12px;
      display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;
      font-size:15px;font-weight:900;text-align:center;
    }
    .opt-price strong{font-size:24px;color:var(--gold)}
    .opt-price small{font-size:12px;font-weight:700;color:rgba(255,255,255,.8);width:100%}

    /* ===== 顧客の声 ===== */
    .voice{padding:64px 0;background:var(--tint)}
    .voice-card{
      max-width:760px;
      margin-inline:auto;
      padding:34px 36px 28px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      box-shadow:var(--shadow);
      position:relative;
    }
    .voice-profile{
      display:flex;
      align-items:center;
      gap:22px;
      margin:0 0 22px;
      padding-bottom:20px;
      border-bottom:1px solid var(--line);
    }
    .voice-photo{
      position:relative;
      flex-shrink:0;
      width:104px;height:104px;
      display:grid;place-items:center;
      background:linear-gradient(180deg,#eef1f5,#e2e7ee);
      border:2px solid var(--gold);
      border-radius:50%;
      color:#aab3bf;
    }
    .voice-photo svg{width:48px;height:48px}
    .voice-photo__note{
      position:absolute;
      bottom:12px;
      font-size:10px;
      font-weight:700;
      color:#98a1ad;
    }
    .voice-card .voice-org{margin:0 0 4px;font-size:13.5px;font-weight:800;color:var(--muted);letter-spacing:.02em}
    .voice-card .voice-name{
      margin:0;
      font-size:clamp(23px,3.2vw,30px);
      font-weight:900;
      color:var(--navy);
      letter-spacing:.05em;
      line-height:1.35;
    }
    .voice-card .voice-role{
      display:inline-block;
      margin:8px 0 0;
      padding:3px 14px;
      background:var(--gold-pale);
      color:var(--gold-dark);
      font-size:12px;
      font-weight:900;
      border-radius:999px;
    }
    .voice-card h3{
      margin:0 0 16px;
      font-size:clamp(18px,2.4vw,22px);
      font-weight:900;
      color:var(--navy);
      line-height:1.6;
    }
    .voice-card p{margin:0;font-size:14.5px;font-weight:600;color:#2c3644;line-height:1.95}
    .voice-note{max-width:760px;margin:12px auto 0;text-align:right;font-size:11.5px;color:var(--muted);font-weight:600}

    /* ===== 比較表 ===== */
    .compare{padding:64px 0;background:#fff}
    .compare thead th.is-self{background:var(--gold-dark)}
    .compare tbody th{background:#f7f4ec;font-weight:900;text-align:left;width:140px}

    /* ===== 料金 ===== */
    .price{padding:64px 0;background:var(--base)}
    .price-context{
      max-width:680px;
      margin:0 auto 40px;
      padding:22px 26px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:12px;
      font-size:14.5px;
      font-weight:600;
      color:#3c4650;
      line-height:1.85;
    }
    .price-context strong{color:var(--navy)}
    .price-card{
      max-width:640px;
      margin-inline:auto;
      background:#fff;
      border:2px solid rgba(166,137,72,.45);
      border-radius:16px;
      overflow:hidden;
      box-shadow:0 20px 50px -10px rgba(15,20,35,.18);
    }
    .price-card__row{
      display:flex;align-items:baseline;justify-content:center;gap:8px;
      line-height:1;
      flex-wrap:wrap;
    }
    .price-card__row .label{font-size:15px;font-weight:900;color:var(--navy)}
    .price-card__row .num{font-size:52px;font-weight:900;color:#e75424;letter-spacing:-.03em}
    .price-card__row .yen{font-size:16px;font-weight:900;color:var(--navy-deep)}
    .price-card__row + .price-card__row{margin-top:16px}
    .price-card__row.monthly .num{font-size:40px}
    .price-card__cap{
      display:inline-block;
      margin:20px 0 24px;
      padding:8px 22px;
      background:var(--gold-pale);
      border-radius:999px;
      font-size:13.5px;
      font-weight:900;
      color:var(--navy-deep);
      line-height:1.6;
    }
    .price-card__table dt{color:var(--muted);flex-shrink:0}
    .price-card__table dd{margin:0;font-weight:900;text-align:right}

    /* 早期特典テーブル */
    .early{
      max-width:640px;
      margin:26px auto 0;
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .early__head{
      padding:10px;
      background:var(--gold-dark);
      color:#fff;
      text-align:center;
      font-size:14px;
      font-weight:900;
      letter-spacing:.05em;
    }
    .early table{width:100%;border-collapse:collapse;font-size:13.5px}
    .early th,.early td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:center;line-height:1.55;font-weight:700}
    .early thead th{background:#f7f4ec;font-weight:900;font-size:12.5px}
    .early tbody tr:last-child td{border-bottom:0}
    .early td strong{font-size:17px;font-weight:900;color:#e75424}
    .early td.best{background:#faf4e6}
    .early__note{padding:10px 16px 14px;font-size:11.5px;color:var(--muted);font-weight:600;line-height:1.7}

    /* ===== 流れ ===== */
    .flow{padding:64px 0;background:#fff}
    .flow-list{display:grid;gap:18px;max-width:760px;margin-inline:auto}
    .flow-item{display:flex;gap:18px;align-items:flex-start}
    .flow-item .num{
      flex-shrink:0;
      width:48px;height:48px;
      display:grid;place-items:center;
      background:#fff;
      border:2px solid var(--gold-dark);
      border-radius:50%;
      color:var(--gold-dark);
      font-size:19px;font-weight:900;
      margin-top:6px;
    }
    .flow-item.is-last .num{background:linear-gradient(180deg,var(--navy),var(--navy-dark));border-color:var(--navy-dark);color:#fff}
    .flow-item .body{
      flex:1;
      background:var(--base);
      border:1px solid var(--line);
      border-radius:12px;
      padding:18px 22px;
      box-shadow:var(--shadow);
    }
    .flow-item h3{margin:0 0 4px;font-size:17px;font-weight:900}
    .flow-item p{margin:0;font-size:14px;color:#3c4650;font-weight:600;line-height:1.8}

    /* ===== FAQ ===== */
    .faq{padding:64px 0;background:var(--tint)}
    .faq-item{
      background:#fff;
      border:1px solid var(--line);
      border-radius:10px;
      padding:0 20px;
      transition:.2s ease;
    }
    .faq-item:hover{border-color:rgba(166,137,72,.6)}
    .faq-item summary::after{content:"▼";color:var(--gold-dark);font-size:12px;transition:.2s;flex-shrink:0}
    .faq-item .answer{
      margin:0 0 18px;
      padding:2px 0 0 16px;
      border-left:3px solid rgba(166,137,72,.45);
      font-size:14px;font-weight:600;color:#3c4650;line-height:1.85;
    }

    /* ===== 無料相談で分かること ===== */
    .knows{padding:64px 0;background:#fff}
    .knows-card{
      background:var(--base);
      border:1px solid var(--line);
      border-radius:12px;
      padding:24px 22px;
      text-align:center;
      box-shadow:var(--shadow);
    }
    .contact-lead{margin:0 auto 34px;max-width:600px;text-align:center;font-size:14.5px;font-weight:700;color:rgba(255,255,255,.9);line-height:1.9}
    .form-group input,.form-group select,.form-group textarea{
      width:100%;
      padding:11px 12px;
      background:var(--base);
      border:1px solid #d5d3cd;
      border-radius:8px;
      font-family:inherit;
      font-size:15px;
      color:var(--ink);
    }
    .form-group input:focus,.form-group select:focus,.form-group textarea:focus{
      outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(26,35,50,.12);
    }
    .form-agree a{color:var(--gold-dark);text-decoration:underline}

    /* ===== フッター ===== */
    .site-footer{
      background:linear-gradient(120deg,#182024,#0c1013);
      color:#fff;
      padding:44px 0 20px;
    }

    /* ===== レスポンシブ ===== */
    @media (max-width:1024px){
      .hero-inner{grid-template-columns:1fr;gap:32px}
      .hero-badge{top:16px;right:16px;width:94px;height:94px;font-size:11.5px}
      .hero-card{max-width:520px;margin-inline:auto}
      .quick-grid,.opt-grid{grid-template-columns:1fr 1fr}
      .global-nav{display:none}
    }
    @media (max-width:640px){
      .container{width:calc(100% - 32px)}
      .brand-logo{width:160px;max-height:44px}
      .header-tel{display:none}
      .header-cta{font-size:12.5px;padding:10px 14px;margin-left:auto}
      .hero{padding:40px 0 36px}
      .hero-actions .btn{width:100%;min-width:0}
      .worry-grid,.quick-grid,.opt-grid,.knows-grid{grid-template-columns:1fr}
      .worry-card.is-fit.wide{grid-column:auto}
      .form-2col{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .cta-band__body{flex-direction:column;gap:18px}
      .price-card__body{padding:26px 20px 24px}
      .hero-card__note{margin:16px -20px -26px}
      .hero-card{padding:26px 20px 26px}
      .voice-card{padding:28px 22px 24px}
      .voice-profile{gap:14px}
      .voice-photo{width:76px;height:76px}
      .voice-photo svg{width:36px;height:36px}
      .voice-photo__note{bottom:7px}
      body{padding-bottom:64px}
      .sticky-footer{
        position:fixed;bottom:0;left:0;right:0;z-index:999;
        display:flex;
        box-shadow:0 -2px 12px rgba(0,0,0,.18);
      }
      .sticky-footer a{
        flex:1;
        display:flex;flex-direction:column;align-items:center;justify-content:center;
        padding:10px 4px;
        font-weight:900;line-height:1.3;text-align:center;
      }
      .sticky-footer .tel{background:var(--navy-deep);color:#fff;font-size:16px}
      .sticky-footer .tel small{font-size:10px;font-weight:700;opacity:.85}
      .sticky-footer .cta{background:var(--orange-grad);color:#fff;font-size:14px}
    }
