/* Page-specific styles: 3pun-lite-sharoshi. */

    .global-nav a:hover{color:var(--navy)}
    .nav-toggle{display:none}
    .breadcrumb a{color:var(--navy-dark);font-weight:700}

    /* ===== FV ===== */
    .hero{
      position:relative;
      overflow:hidden;
      color:var(--ink);
      background:
        radial-gradient(circle at 78% 18%, rgba(201,169,97,.22), transparent 46%),
        linear-gradient(135deg,#fbf6ea 0%, #fdfcfa 55%, #f5ead8 100%);
      padding:56px 0 48px;
    }
    .hero::after{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(135deg,transparent 0 40%,rgba(201,169,97,.05) 40% 60%,transparent 60%),
        linear-gradient(315deg,transparent 0 46%,rgba(201,169,97,.06) 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;
    }
    /* PC: タイトルを左上に置き、その下に料金（左）と利用手順（右）を配置する */
    @media (min-width:1025px){
      .hero-inner{
        grid-template-columns:.84fr 1.16fr;
        column-gap:44px;
        row-gap:18px;
        align-items:start;
      }
      .hero-copy{display:contents}
      .hero-kicker{
        grid-column:1/-1;
        grid-row:1;
        justify-self:start;
        margin-bottom:0;
      }
      .hero-copy h1{
        grid-column:1/-1;
        grid-row:2;
        max-width:900px;
        margin:0 0 6px;
        font-size:clamp(32px,3vw,40px);
      }
      .hero-visual{grid-column:1;grid-row:3 / span 2;align-self:start}
      .hero-demo{grid-column:2;grid-row:3;margin-bottom:0}
      .hero-note{grid-column:2;grid-row:4}
    }
    .hero-kicker{
      display:inline-block;
      margin:0 0 14px;
      padding:6px 18px;
      background:#fff;
      border:1px solid rgba(201,169,97,.7);
      border-radius:999px;
      color:var(--gold-dark);
      font-size:14px;
      font-weight:900;
      letter-spacing:.05em;
    }
    .hero-copy h1{
      margin:0 0 18px;
      font-size:clamp(26px,3.4vw,40px);
      line-height:1.4;
      font-weight:900;
      color:var(--navy);
    }
    .hero-copy h1 .accent{color:var(--gold-dark);white-space:nowrap}
    .hero-sub{
      margin:0 0 18px;
      padding:18px 22px;
      background:#fff;
      border:1px solid #e8dfc9;
      border-radius:12px;
      box-shadow:0 8px 24px rgba(26,35,50,.06);
    }
    .hero-sub p{margin:0;font-size:clamp(16px,2vw,20px);font-weight:800;line-height:1.7}
    .hero-sub__lead{
      margin-top:10px !important;
      font-size:clamp(14px,1.6vw,16px) !important;
      font-weight:800 !important;
      color:var(--navy);
    }
    .hero-sub__lead .arrow{color:var(--gold-dark);font-weight:900;margin:0 2px}
    .hero-sub__lead .dir-sp{display:none}
    /* FVデモ図：ミニタイムカード＋カメラ＋3ステップ */
    .hero-demo{
      margin:0 0 18px;
      padding:18px 20px 14px;
      background:#fff;
      border:1px solid #e8dfc9;
      border-radius:12px;
      box-shadow:0 8px 24px rgba(26,35,50,.06);
    }
    .hero-demo__row{display:flex;align-items:center;gap:22px}
    .tc-mock{
      position:relative;
      flex-shrink:0;
      width:150px;
      padding:10px 12px 12px;
      background:#fff;
      border:1px solid #e2e6ec;
      border-radius:10px;
      box-shadow:0 6px 16px rgba(26,35,50,.1);
      transform:rotate(-2deg);
    }
    .tc-mock__title{text-align:center;font-size:11px;font-weight:900;color:var(--muted);margin-bottom:6px}
    .tc-mock__line{height:5px;border-radius:3px;background:#e8e8e8;margin-bottom:4px}
    .tc-mock__line.w1{width:75%}
    .tc-mock__line.w2{width:50%;margin-bottom:8px}
    .tc-mock__grid{display:grid;grid-template-columns:1fr 1fr;gap:4px}
    .tc-mock__label{font-size:10px;color:#9aa3ad;text-align:center;font-weight:700}
    .tc-mock__time{
      padding:3px 0;
      background:var(--gold-pale);
      color:var(--navy);
      font-size:11.5px;
      font-weight:900;
      text-align:center;
      border-radius:4px;
    }
    .tc-mock__cam{
      position:absolute;
      right:-14px;bottom:-14px;
      width:44px;height:44px;
      display:grid;place-items:center;
      background:linear-gradient(180deg,var(--gold),var(--gold-dark));
      color:#fff;
      border:3px solid #fff;
      border-radius:50%;
      box-shadow:0 5px 12px rgba(26,35,50,.25);
    }
    .tc-mock__cam svg{width:20px;height:20px}
    .hero-demo__steps{
      flex:1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:4px;
      margin:0;padding:0;list-style:none;
      text-align:center;
      font-size:11.5px;
      font-weight:900;
      color:var(--navy);
      line-height:1.4;
    }
    .hero-demo__steps li{display:flex;flex-direction:column;align-items:center;gap:5px}
    .hero-demo__steps .num{
      width:34px;height:34px;
      display:grid;place-items:center;
      border-radius:50%;
      background:var(--gold-pale);
      border:2px solid rgba(166,137,72,.45);
      color:var(--gold-dark);
      font-size:15px;
    }
    .hero-demo__steps .last .num{
      background:linear-gradient(180deg,var(--navy),var(--navy-dark));
      border-color:var(--navy-dark);
      color:#fff;
    }
    .hero-demo__steps .arr{color:var(--gold-dark);font-size:20px;font-weight:900}
    .hero-demo__caption{
      margin:14px 0 0;
      padding-top:12px;
      border-top:1px dashed #e5dcc7;
      font-size:13px;
      font-weight:700;
      color:#4a5568;
      line-height:1.75;
    }
    .hero-demo__caption strong{color:var(--navy)}

    .hero-note{
      margin:0;
      padding:12px 16px;
      background:#fff;
      border-left:4px solid var(--gold);
      border-radius:6px;
      font-size:13px;
      line-height:1.7;
      color:#4a5568;
    }
    .hero-note strong{color:var(--navy)}

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

    .hero-card{
      position:relative;
      background:#fff;
      color:var(--ink);
      border:1px solid #e5d9c0;
      border-radius:18px;
      padding:30px 28px 26px;
      box-shadow:0 20px 45px -12px rgba(26,35,50,.16);
    }
    .hero-card__count{margin:0 0 4px;text-align:center;font-size:15px;font-weight:800;color:var(--navy-dark)}
    .hero-card__count strong{font-size:21px}
    .hero-card__price{
      margin:0;
      display:flex;align-items:baseline;justify-content:center;gap:4px;
      font-size:18px;font-weight:800;color:var(--navy-deep);
      line-height:1;
    }
    .hero-card__price .num{
      color:#e75424;
      font-size:62px;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .hero-card hr{border:0;border-top:1px solid #d9d4c8;margin:18px 0 14px}
    .hero-card__includes{
      margin:0;padding:0;list-style:none;
      display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;
      font-size:13.5px;font-weight:800;color:#22382f;
    }
    .hero-card__includes li::before{content:"✓";color:var(--navy);font-weight:900;margin-right:6px}
    .hero-card__includes li.wide{grid-column:1/-1}
    .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)}
    .worry-card.is-fit .mark{background:var(--gold-pale);color:var(--gold-dark)}

    /* ===== 早わかり ===== */
    .quick{padding:64px 0;background:#fff}
    .quick-card .icon{
      width:64px;height:64px;
      display:grid;place-items:center;
      border-radius:50%;
      background:var(--tint);
      color:var(--navy);
      margin-bottom:14px;
    }
    .quick-card .label{
      display:inline-block;
      margin-bottom:10px;
      padding:2px 12px;
      background:#fef3eb;
      color:#ff6a1a;
      font-size:12px;
      font-weight:900;
      border-radius:999px;
    }

    /* ===== 3ステップ ===== */
    .steps{padding:64px 0;background:var(--tint)}
    .steps-lead{text-align:center;margin:-16px 0 30px;color:var(--muted);font-weight:700;font-size:14px}
    .steps-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:10px;align-items:stretch}
    .step-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:12px;
      padding:26px 20px;
      text-align:center;
      box-shadow:var(--shadow);
    }
    .step-card .num{
      width:52px;height:52px;
      margin:0 auto 12px;
      display:grid;place-items:center;
      border-radius:50%;
      background:#fff;
      border:2px solid rgba(26,35,50,.4);
      color:var(--navy);
      font-size:22px;font-weight:900;
    }
    .step-card.is-last .num{background:linear-gradient(180deg,var(--navy),var(--navy-dark));border-color:var(--navy-dark);color:#fff}
    .step-card h3{margin:0 0 8px;font-size:17px;font-weight:900}
    .step-card p{margin:0;font-size:13.5px;color:#3c4650;font-weight:600;line-height:1.75}
    .step-arrow{display:grid;place-items:center;color:var(--navy);font-size:26px;font-weight:900}

    /* ===== 含まれるもの ===== */
    .included{
      position:relative;
      padding:64px 0;
      background:#f8f0df;
    }
    .included-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .included-item{
      display:flex;align-items:center;gap:12px;
      padding:16px 18px;
      background:#fff;
      border:1px solid #e8dcc3;
      border-radius:10px;
      box-shadow:0 6px 16px rgba(26,35,50,.05);
      font-size:15px;font-weight:700;
    }
    .included-item.wide{grid-column:1/-1}
    .included-item .tag{
      flex-shrink:0;
      padding:3px 10px;
      background:var(--navy);
      color:#fff;
      font-size:12px;
      font-weight:900;
      border-radius:5px;
    }

    /* ===== 安い理由 ===== */
    .why{padding:64px 0;background:#fff}
    .why-list{display:grid;gap:22px;max-width:820px;margin-inline:auto}
    .why-item{
      display:grid;grid-template-columns:64px 1fr;gap:20px;align-items:start;
      padding:22px 24px;
      background:var(--base);
      border:1px solid var(--line);
      border-radius:12px;
    }
    .why-item .icon{
      width:64px;height:64px;
      display:grid;place-items:center;
      border-radius:50%;
      background:var(--tint);
      color:var(--navy);
    }
    .why-item .icon svg{width:32px;height:32px}
    .why-item h3{margin:2px 0 6px;font-size:17px;font-weight:900}
    .why-item p{margin:0;font-size:14px;color:#3c4650;font-weight:600;line-height:1.8}

    /* ===== できること／できないこと ===== */
    .scope{padding:64px 0;background:var(--base)}
    .scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:920px;margin-inline:auto}
    .scope-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      padding:26px;
      box-shadow:var(--shadow);
    }
    .scope-card h3{
      margin:0 0 6px;
      font-size:17px;
      font-weight:900;
    }
    .scope-card .cap{margin:0 0 16px;font-size:12.5px;font-weight:700;color:var(--muted)}
    .scope-card ul{margin:0;padding:0;list-style:none;display:grid;gap:9px;font-size:14px;font-weight:700;color:#2c3a33}
    .scope-card li{display:flex;gap:9px;align-items:flex-start;line-height:1.65}
    .scope-card .ok{color:var(--navy);font-weight:900;flex-shrink:0}
    .scope-card .ng{color:#d64545;font-weight:900;flex-shrink:0}
    .scope-card li a{color:var(--navy-dark);text-decoration:underline;font-weight:900}
    .scope-card--out{background:#fffdf8;border-color:#e5d8c4}
    .scope-note{max-width:920px;margin:16px auto 0;text-align:center;font-size:12.5px;color:var(--muted);font-weight:700}

    .worry-note{margin:16px 0 0;text-align:center;font-size:12.5px;color:var(--muted);font-weight:700}

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

    /* ===== 料金 ===== */
    .price{padding:64px 0;background:#fff}
    .price-context{
      max-width:680px;
      margin:0 auto 40px;
      padding:22px 26px;
      background:var(--base);
      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-dark)}
    .price-card{
      max-width:640px;
      margin-inline:auto;
      background:#fff;
      border:2px solid rgba(26,35,50,.35);
      border-radius:16px;
      overflow:hidden;
      box-shadow:0 20px 50px -10px rgba(10,40,30,.22);
    }
    .price-card__plan{margin:0 0 6px;font-size:13px;font-weight:900;color:var(--muted);letter-spacing:.04em}
    .price-card__price{display:flex;align-items:baseline;justify-content:center;gap:6px;line-height:1;margin-bottom:14px}
    .price-card__price .yen{font-size:22px;font-weight:900}
    .price-card__price .num{font-size:64px;font-weight:900;color:#e75424;letter-spacing:-.03em}
    .price-card__cap{
      display:inline-block;
      margin:0 0 24px;
      padding:8px 22px;
      background:var(--tint);
      border-radius:999px;
      font-size:15px;
      font-weight:900;
      color:var(--navy-deep);
    }
    .price-card__table dt{color:var(--muted)}
    .price-card__table dd{margin:0;font-weight:900}

    /* ===== クロスセル（開業パック・助成金） ===== */
    .cross{padding:64px 0;background:var(--base)}
    .cross-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
    .cross-card{
      display:flex;flex-direction:column;
      padding:28px 26px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      box-shadow:var(--shadow);
    }
    .cross-card .badge{
      align-self:flex-start;
      display:inline-flex;align-items:center;gap:8px;
      padding:3px 14px;
      border:1px solid var(--line);
      border-radius:999px;
      background:var(--base);
      font-size:12px;font-weight:800;
    }
    .cross-card .badge::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--navy)}
    .cross-card h3{margin:14px 0 4px;font-size:20px;font-weight:900}
    .cross-card .price-line{margin:0 0 10px;font-size:14px;font-weight:800;color:var(--muted)}
    .cross-card .price-line strong{font-size:26px;color:var(--navy-deep)}
    .cross-card p{margin:0 0 12px;font-size:13.5px;color:#3c4650;font-weight:600;line-height:1.8}
    .cross-card ul{margin:0 0 16px;padding:0;list-style:none;font-size:13.5px;font-weight:700;color:#2c3a33}
    .cross-card ul li{padding:4px 0 4px 20px;position:relative}
    .cross-card ul li::before{content:"・";position:absolute;left:4px;color:var(--navy)}
    .cross-card .foot{margin-top:auto;font-size:11.5px;color:var(--muted);font-weight:600;line-height:1.7}

    /* ===== 思想（紙タイムカード） ===== */
    .philosophy{padding:64px 0;background:#fff}
    .philosophy-inner{
      max-width:720px;margin-inline:auto;
      padding-left:24px;
      border-left:4px solid var(--navy);
    }
    .philosophy-inner h2{margin:0 0 18px;font-size:clamp(20px,2.6vw,26px);font-weight:900;line-height:1.55}
    .philosophy-inner p{margin:0 0 14px;font-size:14.5px;font-weight:600;color:#2c3a33;line-height:1.95}
    .philosophy-inner p.em{font-weight:900;color:var(--navy-deep)}
    .philosophy-inner p.small{font-size:12.5px;color:var(--muted)}

    /* ===== 流れ ===== */
    .flow{padding:64px 0;background:var(--tint)}
    .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(--navy);
      border-radius:50%;
      color:var(--navy);
      font-size:19px;font-weight:900;
      margin-top:6px;
    }
    .flow-item.is-last .num{background:linear-gradient(180deg,var(--navy),var(--navy-dark));color:#fff}
    .flow-item .body{
      flex:1;
      background:#fff;
      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:#fff}
    .faq-item{
      background:var(--base);
      border:1px solid var(--line);
      border-radius:10px;
      padding:0 20px;
      transition:.2s ease;
    }
    .faq-item:hover{border-color:rgba(26,35,50,.5)}
    .faq-item summary::after{content:"▼";color:var(--navy);font-size:12px;transition:.2s}
    .faq-item .answer{
      margin:0 0 18px;
      padding:2px 0 0 16px;
      border-left:3px solid rgba(26,35,50,.35);
      font-size:14px;font-weight:600;color:#3c4650;line-height:1.85;
    }

    /* ===== 無料相談で分かること ===== */
    .knows{padding:64px 0;background:var(--tint)}
    .knows-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:12px;
      padding:24px 22px;
      text-align:center;
      box-shadow:var(--shadow);
    }
    .contact-check{
      max-width:480px;
      margin:0 auto 26px;
      padding:20px 26px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.24);
      border-radius:12px;
      backdrop-filter:blur(4px);
    }
    .contact-check ul{margin:0;padding:0;list-style:none;font-size:15px;font-weight:800;display:grid;gap:8px}
    .contact-check li::before{content:"✓";color:var(--gold);font-weight:900;margin-right:10px}
    .contact-lead{margin:0 auto 34px;max-width:560px;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 #d5cfc2;
      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,.14);
    }
    .form-agree a{color:var(--navy-dark);text-decoration:underline}

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

    /* ===== レスポンシブ ===== */
    @media (max-width:1024px){
      .hero-inner{grid-template-columns:1fr;gap:32px}
      .hero-sub__lead .dir-pc{display:none}
      .hero-sub__lead .dir-sp{display:inline}
      .hero-badge{top:16px;right:16px;width:92px;height:92px;font-size:12px}
      .hero-card{max-width:520px;margin-inline:auto}
      .quick-grid{grid-template-columns:1fr 1fr}
      .steps-grid{grid-template-columns:1fr;gap:6px}
      .step-arrow{transform:rotate(90deg);padding:2px 0}
      .cross-grid{grid-template-columns: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-kicker{
        max-width:calc(100% - 96px);
        padding:6px 10px;
        font-size:clamp(8.5px,2.45vw,10.5px);
        letter-spacing:0;
      }
      .hero-badge{top:18px;right:16px;width:82px;height:82px;font-size:10.5px;line-height:1.35}
      .hero-actions .btn{width:100%;min-width:0}
      .hero-demo__row{flex-direction:column;gap:24px}
      .tc-mock{width:170px}
      .hero-demo__steps{width:100%}
      .worry-grid,.quick-grid,.included-grid,.knows-grid,.scope-grid{grid-template-columns:1fr}
      .included-item.wide{grid-column:auto}
      .why-item{grid-template-columns:52px 1fr;gap:14px}
      .why-item .icon{width:52px;height:52px}
      .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}
      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}
    }
