/*
Theme Name: Salud
Theme URI: https://salud-web.jp/
Author: 株式会社Salud
Description: 補助金・融資・WEB・AI のワンストップ支援。TOPデザイン案 v16（青×緑・One-Stop 図解・SWOT 診断連携）をベースにしたフルスクラッチテーマ。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: salud
*/

  :root {
    --ink: #353333;
    --ink-2: #5e6b70;
    --ink-3: #8a979c;
    --ground: #ffffff;
    --cream: #fbfdfe;
    --tint: #f0f8fd; --green: #56b53a; --green-deep: #3f9427;
    --tint-2: #dceefb;
    --line: #e2e9ee;
    --teal: #1e9de3;
    --teal-deep: #1479b3;
    --teal-dark: #0d4d75;
    --teal-soft: #8fd0f0;
    --yellow: #ffd93b;
    --yellow-deep: #e0b414;
    --orange: #f0a03c;
    --red: #e05252;
    --line-green: #06c755;
    --radius: 20px;
    --shadow-sm: 0 2px 10px rgba(13, 107, 125, .07);
    --shadow-md: 0 6px 24px rgba(13, 107, 125, .13);
    --font-jp: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", YuGothic, "Noto Sans JP", Meiryo, sans-serif;
    --font-serif: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    --font-en: "Avenir Next", "Segoe UI", Verdana, sans-serif;
    --font-script: "Segoe Script", "Bradley Hand", "Comic Sans MS", cursive;
  }
  * { box-sizing: border-box; }
  body { background-image: linear-gradient(rgba(20,60,90,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(20,60,90,.045) 1px, transparent 1px); background-size: 56px 56px; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0; background: var(--ground); color: var(--ink);
    font-family: var(--font-jp); font-feature-settings: "palt";
    font-size: 17px; line-height: 2; letter-spacing: .03em;
    -webkit-font-smoothing: antialiased;
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .rv, .hero-copy, .hero-visual { transition: none !important; animation: none !important; opacity: 1 !important; transform: none !important; }
    .wiggle, .pulse { animation: none !important; }
  }
  a { color: inherit; text-decoration: none; }
  a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 6px; }
  .wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
  section { padding: 52px 0; }
  .trio { grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 900px) { .trio { grid-template-columns: 1fr; } }
  .num { font-variant-numeric: tabular-nums; }

  .sec-en { font-family: var(--font-en); font-size: clamp(32px, 4.8vw, 60px); font-weight: 800; letter-spacing: -.015em; line-height: .95; margin: 0 0 14px; }
  .sec-en b { background: linear-gradient(92deg, var(--teal-deep), var(--teal) 55%, #4db8f0); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; }

  /* ---------- marquee ---------- */
  .marq { overflow: hidden; padding: 16px 0; background: #fff; border-bottom: 1px solid var(--line); }
  .marq-track { display: flex; gap: 56px; white-space: nowrap; width: max-content; animation: marq 30s linear infinite; }
  .marq-track span {
    font-weight: 800; font-size: clamp(22px, 3.2vw, 34px); letter-spacing: .02em;
    color: transparent; -webkit-text-stroke: 1.5px var(--teal-soft); flex: none;
  }
  .marq-track span.fill { color: var(--teal); -webkit-text-stroke: 0; }
  @keyframes marq { to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .marq-track { animation: none; } }

  /* ---------- statement ---------- */
  .statement { text-align: center; padding: 56px 0; background: #fff; position: relative; overflow: hidden; }
  .statement .bg-en {
    position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none;
    font-family: var(--font-en); font-weight: 800; font-size: clamp(90px, 17vw, 230px); line-height: 1;
    color: transparent; -webkit-text-stroke: 1px var(--tint-2); letter-spacing: -.02em; user-select: none;
  }
  .statement p { position: relative; font-family: var(--font-serif); font-weight: 700; font-size: clamp(28px, 4.6vw, 52px); line-height: 1.8; letter-spacing: .06em; margin: 0; text-wrap: balance; }
  .statement .sub { font-family: var(--font-jp); font-size: clamp(15px, 1.8vw, 17.5px); color: var(--ink-2); font-weight: 600; margin-top: 26px; line-height: 2.2; letter-spacing: .04em; }

  /* ---------- scroll indicator ---------- */
  .sem-notice {
    display: inline-flex; align-items: center; gap: 12px; margin-top: 16px;
    background: #fff; border: 1px solid var(--line); border-radius: 99px;
    padding: 10px 22px; font-size: 14px; font-weight: 700; box-shadow: var(--shadow-sm);
    transition: transform .18s ease, border-color .18s ease; position: relative;
  }
  .sem-notice:hover { transform: translateY(-2px); border-color: var(--teal-soft); }
  .sem-notice .lbl { font-size: 11px; font-weight: 800; color: #fff; background: var(--red); border-radius: 99px; padding: 3px 12px; letter-spacing: .08em; }
  .sem-notice .d { color: var(--red); font-family: var(--font-en); font-weight: 800; }
  .sem-notice .go2 { color: var(--teal); font-weight: 800; }
  .scroll-ind { position: absolute; left: 24px; bottom: 20px; display: flex; align-items: center; gap: 10px; font-family: var(--font-en); font-size: 11.5px; font-weight: 700; letter-spacing: .3em; color: var(--ink-3); text-transform: uppercase; }
  .scroll-ind::after { content: ""; width: 56px; height: 1.5px; background: var(--teal); animation: scrl 2s ease-in-out infinite; transform-origin: left; }
  @keyframes scrl { 0% { transform: scaleX(0); } 55% { transform: scaleX(1); } 100% { transform: scaleX(1); opacity: 0; } }
  @media (prefers-reduced-motion: reduce) { .scroll-ind::after { animation: none; } }
  .sec-ja { margin: 0; font-size: 15px; font-weight: 700; color: var(--ink-2); display: flex; align-items: center; gap: 10px; }
  .sec-ja::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--teal); }
  .sec-head { margin-bottom: 32px; }
  .sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
  .lede { font-size: 17px; color: var(--ink-2); max-width: 42em; margin: 14px 0 0; }
  .marker { background: linear-gradient(transparent 62%, var(--yellow) 62%, var(--yellow) 94%, transparent 94%); }
  .more-link { font-size: 15px; font-weight: 700; color: var(--teal); white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; }
  .more-link::after { content: "→"; transition: transform .2s ease; }
  .more-link:hover::after { transform: translateX(4px); }

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 16px 32px; border-radius: 999px;
    font-size: 16px; font-weight: 800; letter-spacing: .05em;
    border: 0; cursor: pointer; font-family: inherit;
    transition: transform .18s ease, box-shadow .18s ease; position: relative;
  }
  .btn:hover { transform: translateY(-2px); }
  .btn-primary { background: linear-gradient(135deg, var(--green), #6cc94b); color: #fff; box-shadow: 0 5px 0 var(--green-deep); }
  .btn-yellow { background: linear-gradient(135deg, var(--teal), #4db8f0); color: #fff; box-shadow: 0 5px 0 var(--teal-deep); }
  .diag-card .btn-yellow { background: #fff; color: var(--teal-deep); box-shadow: 0 5px 0 rgba(0,0,0,.18); }
  .btn-ghost-w { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.65); }
  .btn-ghost { background: #fff; color: var(--teal-deep); border: 2px solid var(--tint-2); box-shadow: 0 4px 0 var(--tint-2); }
  .btn-line { background: var(--line-green); color: #fff; box-shadow: 0 5px 0 #05a648; }
  .btn-xl { padding: 22px 46px; font-size: 19px; }
  @keyframes wiggle { 0%,100% { transform: rotate(0); } 20% { transform: rotate(-2.5deg); } 40% { transform: rotate(2.5deg); } 60% { transform: rotate(-1.5deg); } 80% { transform: rotate(1.5deg); } }
  .wiggle { animation: wiggle 2.6s ease-in-out infinite; animation-delay: 1.2s; }

  /* ---------- header ---------- */
  header {
    position: fixed; inset: 0 0 auto 0; z-index: 100;
    background: rgba(255,255,255,.93);
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
  }
  .nav { display: flex; align-items: center; gap: 32px; height: 72px; }
  .logo { display: flex; align-items: center; gap: 10px; }
  .logo img { height: 46px; width: auto; }
  .logo .lg-txt { font-size: 17.5px; font-weight: 800; color: #14507e; letter-spacing: .03em; }
  .nav-links { display: flex; gap: 26px; margin: 0 auto; padding: 0; list-style: none; }
  .nav-links a { font-size: 15px; font-weight: 600; color: var(--ink-2); }
  .nav-links a:hover { color: var(--teal); }
  .nav-cta { display: flex; align-items: center; gap: 18px; }
  .nav-login { font-size: 14.5px; font-weight: 700; color: var(--ink-2); }
  .nav-cta .btn { padding: 11px 24px; font-size: 14.5px; }
  @media (max-width: 900px) { .nav-links, .nav-login { display: none; } }

  /* ---------- hero (案B: 左コピー×右診断カード) ---------- */
  .hero {
    position: relative; overflow: hidden; color: var(--ink);
    background:
      radial-gradient(720px 480px at 88% 10%, rgba(30,157,227,.10), transparent 68%),
      radial-gradient(560px 420px at 8% 92%, rgba(86,181,58,.09), transparent 66%),
      linear-gradient(168deg, rgba(255,255,255,.6) 0%, rgba(240,248,253,.6) 100%);
    padding: 100px 0 48px;
  }
  .hero::before {
    content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .7;
    background: linear-gradient(rgba(39,149,171,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(39,149,171,.09) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(800px 600px at 75% 40%, #000, transparent 75%);
    mask-image: radial-gradient(800px 600px at 75% 40%, #000, transparent 75%);
  }
  .hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; align-items: center; position: relative; }
  .hero-copy { opacity: 0; transform: translateY(16px); transition: opacity .7s ease .1s, transform .7s ease .1s; }
  .hero-copy.on { opacity: 1; transform: none; }
  .tag-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
  .tag { font-size: 13px; font-weight: 800; letter-spacing: .06em; background: var(--tint-2); color: var(--teal-deep); border-radius: 99px; padding: 5px 16px; }
  .tag.hot { background: var(--yellow); color: #453604; }
  .cert-band { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1.5px solid var(--teal); color: var(--teal-deep); border-radius: 10px; padding: 8px 18px; font-size: 13.5px; font-weight: 800; letter-spacing: .04em; margin-bottom: 18px; box-shadow: 0 2px 10px rgba(13,107,125,.10); }
  .cert-band .ic { display: flex; width: 20px; height: 20px; border-radius: 50%; background: var(--teal); color: #fff; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }
  .hero-checks { display: flex; gap: 20px; flex-wrap: wrap; margin: 0 0 32px; font-size: 14.5px; font-weight: 700; color: var(--ink-2); }
  .hero-checks span::before { content: "✓"; color: var(--teal); font-weight: 900; margin-right: 7px; }
  .h1-gothic { font-family: var(--font-jp); font-weight: 800; line-height: 1.45; letter-spacing: .015em; font-size: clamp(36px, 4.6vw, 54px); }
  .h1-gothic .g { background: linear-gradient(92deg, var(--green-deep), var(--green) 55%, #7ccf5a); -webkit-background-clip: text; background-clip: text; color: transparent; }
  h1 {
    font-family: var(--font-serif);
    font-size: clamp(33px, 4.4vw, 50px); font-weight: 700;
    line-height: 1.55; letter-spacing: .04em; margin: 0 0 22px;
  }
  .script { font-family: var(--font-script); color: var(--teal); }
  .blob { position: absolute; border-radius: 50%; pointer-events: none; }
  .blob-1 { width: 540px; height: 540px; right: -150px; top: -170px; background: radial-gradient(circle, var(--tint-2) 0%, transparent 66%); }
  .blob-2 { width: 380px; height: 380px; left: -160px; bottom: -120px; background: radial-gradient(circle, #fdf3cf 0%, transparent 64%); }
  .crumb { font-size: 13.5px; color: var(--ink-3); margin: 0 0 20px; position: relative; }
  .crumb a { color: var(--teal); font-weight: 700; }
  h1 .mk { background: linear-gradient(transparent 64%, var(--yellow) 64%, var(--yellow) 94%, transparent 94%); }
  .hero-sub { font-size: 17px; color: var(--ink-2); margin: 0 0 30px; max-width: 29em; }
  .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
  .hero-note { font-size: 13.5px; color: var(--ink-3); margin-top: 18px; }
  .mini-stats { display: flex; gap: 26px; margin-top: 26px; flex-wrap: wrap; }
  .ms { border-left: 2px solid var(--green); padding-left: 14px; }
  .ms .v { font-family: var(--font-en); font-size: 26px; font-weight: 800; line-height: 1.3; color: var(--green-deep); }
  .ms .v small { font-size: .55em; }
  .ms .k { font-size: 12.5px; font-weight: 700; color: var(--ink-3); }
  .hero-visual { position: relative; height: 410px; opacity: 0; transform: translateY(20px); transition: opacity .8s ease .35s, transform .8s ease .35s; }
  .hero-visual.on { opacity: 1; transform: none; }
  .fcard { position: absolute; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 40px rgba(13, 107, 125, .16); padding: 22px 24px; }
  .fcard .cap { font-size: 12px; font-weight: 800; letter-spacing: .14em; color: var(--teal); margin-bottom: 10px; }
  .fcB1 { top: 6px; right: 4%; width: 305px; transform: rotate(1.6deg); z-index: 3; }
  .fcB1 .row { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; font-weight: 700; }
  .fcB1 .pct { color: var(--teal); font-size: 23px; font-weight: 800; font-family: var(--font-en); }
  .fcB1 .bar { height: 8px; border-radius: 99px; background: var(--tint); margin: 8px 0 14px; overflow: hidden; }
  .fcB1 .bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--teal), var(--teal-soft)); }
  .fcB2 { top: 216px; left: 0; width: 285px; transform: rotate(-2deg); z-index: 4; }
  .fcB2 .chip-ok { display: inline-block; font-size: 11.5px; font-weight: 800; color: #0c7a43; background: #e7f7ee; border-radius: 99px; padding: 4px 14px; margin-bottom: 10px; }
  .fcB2 .amount { font-family: var(--font-en); font-size: 30px; font-weight: 800; }
  .fcB2 .cap2 { font-size: 12px; color: var(--ink-3); }
  .fcB3 { bottom: -6px; right: 10%; width: 250px; transform: rotate(1deg); z-index: 2; }
  .fcB3 .drow { display: flex; justify-content: space-between; font-size: 13.5px; font-weight: 700; padding: 7px 0; border-bottom: 1px dashed var(--line); }
  .fcB3 .drow b { color: var(--red); font-family: var(--font-en); }
  @media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } .hero-visual { height: 420px; max-width: 480px; } }

  /* ---------- purpose chooser ---------- */
  .chooser { position: relative; z-index: 5; }
  .chooser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: -38px; }
  .choice {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 18px 20px 14px; box-shadow: var(--shadow-md);
    display: flex; flex-direction: column;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .choice:hover { transform: translateY(-3px); border-color: var(--teal-soft); }
  .choice .q { font-size: 12px; font-weight: 800; color: var(--ink-3); letter-spacing: .08em; }
  .choice .t { font-size: 16px; font-weight: 800; line-height: 1.6; margin: 2px 0 8px; flex: 1; }
  .choice .a { font-size: 13.5px; color: var(--teal); font-weight: 800; }
  .choice.hot { background: var(--yellow); border-color: var(--yellow); }
  .choice.hot .q { color: #7a6410; }
  .choice.hot .a { color: #453604; }
  @media (max-width: 900px) { .chooser-grid { grid-template-columns: 1fr 1fr; } }

  /* ---------- seminar+blog duo ---------- */
  .duo { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
  .duo .sem + .sem { margin-top: 14px; }
  .brows { border-top: 1px solid var(--line); margin-bottom: 14px; }
  .brow { display: flex; gap: 14px; align-items: baseline; padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 15.5px; font-weight: 700; line-height: 1.8; }
  .brow .bd { font-size: 13px; color: var(--ink-3); font-weight: 600; white-space: nowrap; }
  .brow:hover { color: var(--teal-deep); }
  @media (max-width: 820px) { .duo { grid-template-columns: 1fr; } }

  /* ---------- deadline ticker ---------- */
  .ticker { background: #fff8dc; border-bottom: 1px solid #f0e3a8; padding: 13px 0; }
  .ticker-row { display: flex; align-items: center; gap: 18px; overflow-x: auto; white-space: nowrap; }
  .ticker-label { font-size: 12px; font-weight: 800; color: var(--red); border: 1.5px solid var(--red); border-radius: 6px; padding: 2px 10px; flex: none; }
  .ticker-item { font-size: 14.5px; font-weight: 700; color: #6b5a12; }
  .ticker-item b { color: var(--red); font-family: var(--font-en); }
  .ticker-item + .ticker-item { border-left: 1px solid #ecdc9a; padding-left: 18px; }

  /* ---------- reveal ---------- */
  .rv { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
  .rv.on { opacity: 1; transform: none; }

  /* ---------- value ---------- */
  .intro-catch { font-size: clamp(26px, 3.6vw, 38px); font-weight: 800; line-height: 1.6; letter-spacing: .03em; margin: 0 0 18px; text-wrap: balance; }
  .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
  .value { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); }
  .value .ic { width: 58px; height: 58px; border-radius: 50%; background: var(--tint); display: grid; place-items: center; margin-bottom: 18px; }
  .value .ic svg { stroke: var(--teal); }
  .value h3 { font-size: 20px; font-weight: 700; margin: 0 0 10px; }
  .value p { font-size: 15.5px; color: var(--ink-2); margin: 0; }
  @media (max-width: 820px) { .value-grid { grid-template-columns: 1fr; } }

  /* ---------- category LP hub ---------- */
  .cat-section { background: var(--tint); border-radius: 48px 48px 0 0; }
  .cat-group-label { display: flex; align-items: center; gap: 14px; font-size: 17px; font-weight: 800; margin: 46px 0 20px; }
  .cat-group-label:first-of-type { margin-top: 0; }
  .cat-group-label .gl-num { font-family: var(--font-en); color: var(--teal); font-size: 26px; }
  .cat-group-label::after { content: ""; flex: 1; height: 1px; background: var(--line); }
  .cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
  .cat-card {
    background: #fff; border-radius: 14px; padding: 15px 16px 13px;
    box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 4px;
    border: 1px solid var(--line);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--teal-soft); }
  .cat-card .nm { font-size: 15px; font-weight: 800; line-height: 1.5; }
  .cat-card .mx { font-size: 13.5px; font-weight: 700; color: var(--teal-deep); }
  .cat-card .mx b { font-family: var(--font-en); font-size: 17px; }
  .cat-card .go { font-size: 13px; font-weight: 700; color: var(--teal); margin-top: 6px; }
  .cat-card.wide .nm { font-size: 15px; }
  @media (max-width: 900px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) { .cat-grid { grid-template-columns: 1fr; } }

  /* ---------- diag band ---------- */
  .diag { background: linear-gradient(180deg, #f2fafc, var(--tint-2)); padding: 56px 0 68px; }
  .diag-card {
    background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 62%, #4db8f0 100%); color: #fff;
    border-radius: 28px; box-shadow: var(--shadow-md);
    padding: 44px 48px; text-align: center; position: relative; overflow: hidden;
  }
  .diag-card::before { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; background: rgba(255, 217, 59, .1); right: -110px; top: -150px; }
  .diag-card::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.06); left: -90px; bottom: -120px; }
  .diag-card h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; line-height: 1.6; margin: 0 0 12px; position: relative; }
  .diag-card h2 .hl { color: var(--yellow); }
  .diag-card p { color: #cfe6ec; font-size: 16.5px; margin: 0 auto 34px; max-width: 34em; position: relative; }
  .diag-card .note { display: block; font-size: 12px; color: #a9cfd8; margin-top: 16px; }

  /* ---------- works ---------- */
  .works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .work { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px; }
  .chips { display: flex; gap: 8px; flex-wrap: wrap; }
  .chip { font-size: 12.5px; font-weight: 700; border-radius: 99px; padding: 4px 13px; background: var(--tint); color: var(--teal-deep); }
  .chip-ind { background: #f4f1e8; color: #7a6a35; }
  .work .big { font-size: 31px; font-weight: 800; line-height: 1.2; color: var(--teal-deep); font-family: var(--font-en); }
  .work .big small { display: block; font-family: var(--font-jp); font-size: 12px; font-weight: 700; color: var(--ink-3); margin-bottom: 6px; }
  .work .quote { font-size: 15px; color: var(--ink-2); background: var(--cream); border-radius: 12px; padding: 14px 16px; flex: 1; }
  .work .co { font-size: 13.5px; font-weight: 700; color: var(--ink-3); }
  @media (max-width: 820px) { .works-grid { grid-template-columns: 1fr; } }

  /* ---------- price ---------- */
  .price-section { background: var(--cream); }
  .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 10px; }
  .price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 30px; text-align: center; box-shadow: var(--shadow-sm); position: relative; }
  .price-card .ttl { font-size: 15.5px; font-weight: 800; color: var(--ink-2); margin-bottom: 10px; }
  .price-card .val { font-family: var(--font-en); font-size: 42px; font-weight: 800; color: var(--teal-deep); line-height: 1.1; }
  .price-card .val small { font-size: .42em; font-family: var(--font-jp); font-weight: 800; }
  .price-card .cap { font-size: 14px; color: var(--ink-3); margin-top: 10px; }
  .price-card.hot { border: 2px solid var(--yellow); }
  .price-card.hot::before { content: "不採択なら"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--yellow); color: #453604; font-size: 11.5px; font-weight: 800; border-radius: 99px; padding: 3px 16px; }
  @media (max-width: 820px) { .price-grid { grid-template-columns: 1fr; } }

  /* ---------- flow ---------- */
  .flow-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
  .flow { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 18px; box-shadow: var(--shadow-sm); position: relative; }
  .flow .st { font-family: var(--font-en); font-size: 13px; font-weight: 800; color: var(--teal); letter-spacing: .1em; }
  .flow h3 { font-size: 16.5px; font-weight: 800; margin: 4px 0 6px; }
  .flow p { font-size: 14px; color: var(--ink-2); margin: 0; line-height: 1.8; }
  .flow:not(:last-child)::after { content: "→"; position: absolute; right: -14px; top: 50%; transform: translateY(-50%); color: var(--teal-soft); font-weight: 800; z-index: 1; }
  @media (max-width: 900px) { .flow-grid { grid-template-columns: 1fr; } .flow:not(:last-child)::after { content: "↓"; right: auto; left: 50%; top: auto; bottom: -22px; transform: translateX(-50%); } .flow-grid { row-gap: 26px; } }

  /* ---------- voices ---------- */
  .voices { background: var(--cream); }
  .voice-rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(340px, 78vw); gap: 20px; overflow-x: auto; padding: 4px 4px 20px; scroll-snap-type: x mandatory; }
  .voice { scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
  .voice .stars { color: var(--orange); font-size: 14px; letter-spacing: 3px; margin-bottom: 12px; }
  .voice p { font-size: 14px; color: var(--ink-2); margin: 0 0 18px; }
  .voice .who { display: flex; align-items: center; gap: 12px; }
  .voice .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--tint-2); display: grid; place-items: center; font-size: 13px; font-weight: 800; color: var(--teal-deep); }
  .voice .who b { display: block; font-size: 13.5px; line-height: 1.5; }
  .voice .who span { font-size: 12px; color: var(--ink-3); }

  /* ---------- seminar / blog ---------- */
  .sem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .sem { display: flex; gap: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
  .sem .date { text-align: center; min-width: 74px; background: var(--cream); border-radius: 14px; padding: 14px 10px; align-self: flex-start; }
  .sem .date .d { font-family: var(--font-en); font-size: 28px; font-weight: 800; line-height: 1.1; color: var(--teal-deep); }
  .sem .date .m { font-family: var(--font-en); font-size: 11px; font-weight: 800; color: var(--teal); letter-spacing: .12em; }
  .sem .date .w { font-size: 11px; color: var(--ink-3); }
  .sem h3 { font-size: 17px; font-weight: 700; margin: 8px 0; line-height: 1.7; }
  .sem .meta { font-size: 12.5px; color: var(--ink-3); }
  .sem .apply { font-size: 13px; font-weight: 700; color: var(--teal); }
  @media (max-width: 820px) { .sem-grid { grid-template-columns: 1fr; } }

  .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .post { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
  .post:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .post .thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--tint), var(--tint-2)); display: grid; place-items: center; }
  .post .thumb span { font-family: var(--font-script); font-size: 17px; color: var(--teal-soft); }
  .post .body { padding: 22px 24px 26px; }
  .post .meta { display: flex; gap: 12px; align-items: center; font-size: 12px; color: var(--ink-3); margin-bottom: 10px; }
  .post h3 { font-size: 15px; font-weight: 700; line-height: 1.7; margin: 0; }
  @media (max-width: 820px) { .blog-grid { grid-template-columns: 1fr; } }

  /* ---------- FAQ ---------- */
  .faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
  details { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
  summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 26px; font-size: 17px; font-weight: 700; }
  summary::-webkit-details-marker { display: none; }
  summary .q { color: var(--teal); font-weight: 800; margin-right: 4px; font-family: var(--font-en); }
  summary .pm { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--tint); display: grid; place-items: center; font-size: 15px; color: var(--teal-deep); transition: transform .2s ease; }
  details[open] .pm { transform: rotate(45deg); }
  details .a { padding: 0 56px 24px 26px; font-size: 15.5px; color: var(--ink-2); }

  /* ---------- final ---------- */
  .final { text-align: center; padding: 130px 0; background: linear-gradient(140deg, var(--teal-dark), var(--teal-deep)); color: #fff; }
  .final h2 { font-size: clamp(28px, 4.6vw, 44px); font-weight: 800; line-height: 1.55; margin: 0 0 14px; }
  .final .lede { margin: 0 auto 42px; text-align: center; color: #cfe6ec; }
  .final-ctas { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
  .final .tel { font-size: 15px; color: #cfe6ec; }
  .final .tel b { font-family: var(--font-en); font-size: 24px; font-weight: 800; margin: 0 6px; color: #fff; }

  footer { background: var(--teal-dark); color: #cfe6ec; padding: 76px 0 0; font-size: 14.5px; }
  .ft-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 60px; }
  .ft-brand .logo { display: inline-flex; align-items: center; gap: 10px; background: #fff; border-radius: 14px; padding: 10px 18px; }
  .ft-brand .logo img { height: 38px; width: auto; }
  .ft-brand .logo .lg-txt { font-size: 14.5px; font-weight: 800; color: #14507e; }
  .ft-brand p { margin: 14px 0 22px; max-width: 24em; }
  .ft-col h4 { color: #fff; font-family: var(--font-en); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 18px; }
  .ft-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
  .ft-col a:hover { color: #fff; }
  .ft-diag { display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-weight: 700; }
  .ft-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: #9cc4cf; }
  .ft-sns { display: flex; gap: 18px; }
  @media (max-width: 820px) { .ft-grid { grid-template-columns: 1fr 1fr; } }

  /* ワンストップ（戦略実行支援）セクション */
  .onestop { position: relative; overflow: hidden; }
  .onestop .bg-word { position: absolute; right: -24px; top: 4px; font-family: var(--font-en);
    font-weight: 800; font-size: clamp(84px, 11vw, 150px); line-height: 1; letter-spacing: -.02em;
    color: transparent; -webkit-text-stroke: 1px var(--tint-2); pointer-events: none; user-select: none; }
  .os-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 56px; align-items: center; position: relative; }
  .os-catch { font-size: clamp(24px, 3vw, 33px); font-weight: 800; line-height: 1.75; margin: 0 0 14px; letter-spacing: .02em; }
  .os-catch .x { font-family: var(--font-en); background: linear-gradient(92deg, var(--green-deep), var(--green) 60%, #7ccf5a);
    -webkit-background-clip: text; background-clip: text; color: transparent; }
  .os-lede { font-size: 15.5px; color: var(--ink-2); margin: 0; max-width: 36em; }
  .os-list { margin: 26px 0 28px; }
  .os-item { display: flex; gap: 18px; align-items: baseline; padding: 13px 2px; border-top: 1px solid var(--line); }
  .os-item:last-child { border-bottom: 1px solid var(--line); }
  .os-item .no { font-family: var(--font-en); font-weight: 800; color: var(--teal); font-size: 13px; letter-spacing: .12em; }
  .os-item .t { font-size: 15.5px; font-weight: 800; }
  .os-item .d { font-size: 12.5px; color: var(--ink-3); font-weight: 600; margin-left: auto; text-align: right; }
  .os-svg { width: 100%; height: auto; display: block; }
  @media (max-width: 900px) { .os-grid { grid-template-columns: 1fr; } }

  /* SWOT 診断バンド */
  .swot-row { display: flex; gap: 10px; justify-content: center; margin: 22px 0 6px; }
  .swot-row .sw { display: flex; flex-direction: column; align-items: center; justify-content: center;
    width: 74px; height: 64px; border-radius: 12px; font-family: var(--font-en);
    font-size: 22px; font-weight: 800; color: #fff; line-height: 1.15;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); }
  .swot-row .sw small { font-size: 11px; font-weight: 700; font-family: var(--font-jp); }
  .swot-row .s4 { background: rgba(255,217,59,.22); border-color: rgba(255,217,59,.55); }
  .swot-gift { font-size: 14.5px; font-weight: 800; color: #fff; margin-bottom: 20px; }
  .swot-gift b { background: linear-gradient(transparent 62%, rgba(255,217,59,.85) 62%, rgba(255,217,59,.85) 94%, transparent 94%); padding: 0 2px; }

  /* 専門家カード */
  .exp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .exp { background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 24px 18px 20px; text-align: center; box-shadow: var(--shadow-sm); }
  .exp img { width: 104px; height: 104px; border-radius: 50%; object-fit: cover;
    border: 3px solid var(--tint-2); margin-bottom: 10px; }
  .exp .chip2 { display: inline-block; font-size: 11px; font-weight: 800; color: var(--teal-deep);
    background: var(--tint-2); border-radius: 99px; padding: 3px 13px; margin-bottom: 7px; }
  .exp h4 { font-size: 17px; font-weight: 800; margin: 0 0 7px; letter-spacing: .06em; }
  .exp p { font-size: 12.5px; color: var(--ink-2); margin: 0; line-height: 1.85; text-align: left; }
  @media (max-width: 900px) { .exp-grid { grid-template-columns: repeat(2, 1fr); } }

  /* 補助金の窓口 メディアPRバンド */
  .media-band { padding: 12px 0 44px; }
  .media-card { background: linear-gradient(120deg, #fff6fa 0%, #ffe9f2 100%);
    border: 1px solid #f6d2e1; border-radius: 24px; padding: 30px 40px;
    display: flex; align-items: center; gap: 36px; flex-wrap: wrap; box-shadow: var(--shadow-sm); }
  .media-card .mk { flex-shrink: 0; }
  .media-card .lb { font-family: var(--font-en); font-size: 11px; font-weight: 800;
    letter-spacing: .22em; color: #d63d75; margin-bottom: 6px; }
  .media-card h3 { font-size: clamp(19px, 2.4vw, 24px); font-weight: 800; margin: 0 0 8px; line-height: 1.6; }
  .media-card h3 b { color: #d63d75; }
  .media-card p { font-size: 14.5px; color: var(--ink-2); margin: 0; max-width: 36em; }
  .media-card .btn-pink { background: linear-gradient(120deg, #e0457b, #ec6f9b); color: #fff;
    box-shadow: 0 5px 0 #b7285c; margin-left: auto; }
  @media (max-width: 900px) { .media-card .btn-pink { margin-left: 0; } }

  /* 追従CTA（公式LINE + 補助金相談） */
  .follow-cta { position: fixed; right: 20px; bottom: 20px; z-index: 90;
    display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
  .follow-cta a { display: inline-flex; align-items: center; gap: 9px; border-radius: 99px;
    font-weight: 800; color: #fff; transition: transform .18s ease; white-space: nowrap; }
  .follow-cta a:hover { transform: translateY(-2px); }
  .fc-line { background: var(--line-green); font-size: 13.5px; padding: 12px 22px;
    box-shadow: 0 10px 26px rgba(6, 199, 85, .35); }
  .fc-diag { background: linear-gradient(120deg, var(--teal-deep), var(--teal) 60%, #4db8f0);
    font-size: 15px; padding: 15px 26px; box-shadow: 0 12px 30px rgba(13, 107, 125, .35); }
  .mobile-bar {
    position: fixed; inset: auto 0 0 0; z-index: 95; display: none;
    background: rgba(255,255,255,.95); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px;
  }
  .mobile-bar .btn { flex: 1; padding: 13px 10px; font-size: 14.5px; }
  @media (max-width: 720px) {
    .mobile-bar.show { display: flex; }
    .follow-cta { display: none; }
    section { padding: 76px 0; }
  }

/* ============================================================
   ブログ・記事・固定ページ（WordPress標準投稿で更新）
   ============================================================ */
.article-head { padding: 118px 0 0; }
.article-wrap { max-width: 760px; }
.article-meta { font-size: 13.5px; color: var(--ink-3); font-weight: 700; letter-spacing: .04em; margin: 0 0 10px; }
.article-meta .cat { color: var(--teal-deep); }
.article-title { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; line-height: 1.55; letter-spacing: .02em; margin: 0 0 18px; }
.article-thumb { width: 100%; border-radius: 16px; margin: 8px 0 28px; }
.article-lead { font-size: 16px; color: var(--ink-2); background: var(--tint); border-left: 4px solid var(--teal); border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 0 0 30px; }

/* 本文タイポグラフィ（読みやすさ＝UX / 構造が明確＝AIO） */
.article-body { font-size: 16.5px; line-height: 2.05; color: var(--ink); }
.article-body > * + * { margin-top: 1.3em; }
.article-body h2 { font-size: 24px; font-weight: 800; line-height: 1.5; margin: 1.9em 0 .2em; padding: 12px 0 12px 16px; border-left: 5px solid var(--teal); background: linear-gradient(90deg, var(--tint), transparent); }
.article-body h3 { font-size: 20px; font-weight: 800; line-height: 1.55; margin: 1.7em 0 .2em; color: var(--teal-deep); }
.article-body h4 { font-size: 17px; font-weight: 800; margin: 1.4em 0 .2em; }
.article-body a { color: var(--teal-deep); text-decoration: underline; text-underline-offset: 3px; }
.article-body ul, .article-body ol { padding-left: 1.4em; }
.article-body li { margin: .5em 0; }
.article-body ul li::marker { color: var(--teal); }
.article-body img { max-width: 100%; height: auto; border-radius: 12px; }
.article-body blockquote { border-left: 4px solid var(--teal-soft); background: var(--cream); border-radius: 0 12px 12px 0; padding: 14px 20px; color: var(--ink-2); }
.article-body table { width: 100%; border-collapse: collapse; font-size: 15px; overflow-x: auto; display: block; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; }
.article-body thead th { background: var(--tint-2); color: var(--teal-dark); font-weight: 800; }
.article-body strong { font-weight: 800; }
.article-body code { background: var(--tint); border-radius: 5px; padding: 2px 7px; font-size: .92em; }

/* 監修者 */
.article-author { display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px 22px; margin: 40px 0 0; box-shadow: var(--shadow-sm); }
.article-author img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid var(--tint-2); }
.article-author .r { font-size: 12px; font-weight: 800; color: var(--teal-deep); }
.article-author .n { font-size: 16px; font-weight: 800; }
.article-author .b { font-size: 13px; color: var(--ink-2); margin: 4px 0 0; }

/* 記事末の診断CTA */
.article-cta { text-align: center; background: linear-gradient(135deg, var(--teal-deep), var(--teal) 62%, #4db8f0); color: #fff; border-radius: 22px; padding: 40px 28px; margin: 48px 0 0; }
.article-cta h3 { font-size: 22px; font-weight: 800; margin: 0 0 8px; }
.article-cta p { font-size: 14.5px; opacity: .92; margin: 0 0 20px; }

/* ブログ一覧グリッド（カード） */
.blog-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.blog-card .thumb { aspect-ratio: 16/9; background: var(--tint-2); object-fit: cover; width: 100%; }
.blog-card .body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.blog-card .bd { font-size: 12.5px; color: var(--ink-3); font-weight: 700; }
.blog-card .ttl { font-size: 16px; font-weight: 800; line-height: 1.6; }
.blog-card .ex { font-size: 13px; color: var(--ink-2); margin: 0; }
.blog-pager { display: flex; gap: 10px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.blog-pager .page-numbers { padding: 9px 15px; border-radius: 10px; border: 1px solid var(--line); font-weight: 700; color: var(--ink-2); }
.blog-pager .page-numbers.current { background: var(--teal); color: #fff; border-color: var(--teal); }
@media (max-width: 820px) { .blog-list { grid-template-columns: 1fr; } }


  /* 会社概要テーブル */
  .info-table { width: 100%; border-collapse: collapse; font-size: 15px; }
  .info-table th, .info-table td { text-align: left; vertical-align: top; padding: 18px 20px; border-bottom: 1px solid var(--line); line-height: 1.9; }
  .info-table th { width: 180px; font-weight: 800; color: var(--teal-deep); background: var(--tint); white-space: nowrap; }
  .info-table a { color: var(--teal-deep); font-weight: 700; }
  @media (max-width: 640px) { .info-table th, .info-table td { display: block; width: auto; border: none; padding: 6px 4px; } .info-table th { background: none; color: var(--teal-deep); padding-top: 16px; } .info-table tr { border-bottom: 1px solid var(--line); display: block; padding: 4px 0 12px; } }

/* ===== お問い合わせフォーム（Contact Form 7） ===== */
.mailform {
  max-width: 640px; background: #fff; border: 1px solid var(--line); border-radius: 22px;
  padding: 46px 44px; box-shadow: 0 20px 60px rgba(13, 74, 110, .10);
}
@media (max-width: 640px) { .mailform { padding: 30px 22px; border-radius: 16px; } }
.mailform dl { display: block; margin: 0 0 28px; }
.mailform dl:last-of-type { margin-bottom: 0; }
.mailform dt {
  display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14.5px;
  color: var(--ink); margin: 0 0 10px; padding-top: 0;
}
.mailform dt p { margin: 0; }
.mailform dt .required, .mailform dt .free {
  font-size: 11px; font-weight: 800; padding: 3px 11px; border-radius: 6px;
  white-space: nowrap; letter-spacing: .03em; line-height: 1.6;
}
.mailform dt .required { background: var(--red); color: #fff; }
.mailform dt .free { background: var(--tint); color: var(--ink-3); border: 1px solid var(--line); }
.mailform dd { margin: 0; }
.mailform input[type="text"], .mailform input[type="email"], .mailform input[type="tel"], .mailform textarea {
  width: 100%; box-sizing: border-box; padding: 14px 16px; border: 1.5px solid transparent; border-radius: 10px;
  font-family: inherit; font-size: 15.5px; color: var(--ink); background: var(--tint);
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.mailform input::placeholder, .mailform textarea::placeholder { color: var(--ink-3); }
.mailform input:focus, .mailform textarea:focus {
  outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(30, 157, 227, .12);
}
.mailform textarea { min-height: 150px; resize: vertical; }
.mailform .quiz {
  margin: 0 0 30px; padding: 16px 18px; background: var(--tint); border-radius: 12px;
  font-size: 13.5px; font-weight: 700; color: var(--ink-2); line-height: 1.7;
}
.mailform .quiz input[type="text"] { width: 120px; margin-top: 8px; background: #fff; }
.mailform input[type="submit"] {
  display: block; width: 100%; background: linear-gradient(135deg, var(--teal), #4db8f0); color: #fff;
  font-weight: 800; font-size: 16.5px; letter-spacing: .02em; border: none; border-radius: 12px;
  padding: 17px 24px; cursor: pointer; box-shadow: 0 5px 0 var(--teal-deep);
  transition: transform .12s ease, box-shadow .12s ease;
}
.mailform input[type="submit"]:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--teal-deep); }
.mailform input[type="submit"]:disabled { opacity: .55; cursor: default; transform: none; box-shadow: 0 5px 0 var(--teal-deep); }
.mailform .wpcf7-not-valid-tip { display: block; color: var(--red); font-size: 12.5px; font-weight: 700; margin-top: 6px; }
.mailform input.wpcf7-not-valid, .mailform textarea.wpcf7-not-valid { border-color: var(--red); background: #fff; }
.wpcf7 form .wpcf7-response-output { border-radius: 12px; padding: 14px 18px; margin: 24px 0 0; font-size: 14.5px; font-weight: 700; border: 1.5px solid var(--line); }
.wpcf7 form.sent .wpcf7-response-output { border-color: var(--teal); color: var(--teal-deep); background: var(--tint); }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--red); color: var(--red); background: #fdf2f2;
}
