/* HP Service Theme v1.4.6 - Based on lp_v15.html (full-bleed root + qualitative BA neutral tone + dynamic slots + CF7 styling + 地方局統一 + 発明協会URL確定) */
/* Inline <style> block extracted from lp_v15.html */

    /* ============================================================
       Design Tokens (shared-styles.css)
    ============================================================ */
    :root {
      --ink: #0a0a0a;
      --ink-2: #141414;
      --ink-3: #1e1e1e;
      --line: #2a2a2a;
      --line-2: #3a3a3a;
      --paper: #f5f3ee;
      --paper-2: #eae6dc;
      --mid: #6b6560;
      --rec: #e53935;
      --rec-glow: rgba(229,57,53,.25);
      --amber: #f5a623;
      --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      --font-serif-jp: "Noto Serif JP", "Yu Mincho", serif;
      --font-mono: "JetBrains Mono", "SF Mono", Menlo, monospace;
      --font-en: "Inter", -apple-system, sans-serif;
    }

    /* Reset */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
    body {
      font-family: var(--font-jp);
      background: var(--paper);
      color: var(--ink);
      line-height: 1.75;
      overflow-x: hidden;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea { font-family: inherit; font-size: inherit; color: inherit; }
    button { cursor: pointer; border: none; background: none; }
    ul { list-style: none; }

    /* utility */
    .mono { font-family: var(--font-mono); font-feature-settings: "tnum"; }
    .jp { font-family: var(--font-jp); }
    .serif-jp { font-family: var(--font-serif-jp); }
    .en { font-family: var(--font-en); letter-spacing: 0.02em; }

    /* REC dot */
    .rec-dot {
      display: inline-block;
      width: 8px; height: 8px;
      background: var(--rec);
      border-radius: 50%;
      box-shadow: 0 0 0 2px rgba(229,57,53,.2);
      animation: rec-blink 1.4s infinite;
      flex-shrink: 0;
    }
    @keyframes rec-blink {
      0%, 100% { opacity: 1; }
      50% { opacity: .25; }
    }

    /* safe-area dotted insets (hero viewfinder) */
    .safe-area { position: relative; }
    .safe-area::before, .safe-area::after {
      content: ""; position: absolute; pointer-events: none;
    }
    .safe-area::before {
      inset: 5%;
      border: 1px dashed rgba(255,255,255,.25);
    }
    .safe-area::after {
      inset: 10%;
      border: 1px dashed rgba(255,255,255,.15);
    }

    /* placeholder boxes */
    .ph {
      background:
        repeating-linear-gradient(
          135deg,
          rgba(255,255,255,.035) 0 8px,
          rgba(255,255,255,0) 8px 16px
        ),
        #1a1a1a;
      color: rgba(255,255,255,.45);
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.06em;
      display: flex; align-items: center; justify-content: center;
      text-align: center;
      position: relative;
    }
    .ph-light {
      background:
        repeating-linear-gradient(
          135deg,
          rgba(0,0,0,.04) 0 8px,
          rgba(0,0,0,0) 8px 16px
        ),
        #e8e4d8;
      color: rgba(20,20,20,.55);
    }

    /* root layout — full-bleed (v1.4.2: removed 1440px cap for true edge-to-edge) */
    .lp-root {
      width: 100%;
      margin: 0 auto;
      background: var(--paper);
      color: var(--ink);
    }

    /* ============================================================
       01. HERO (dark)
    ============================================================ */
    .hero {
      position: relative;
      background: #000;
      color: #fff;
    }
    /* v1.4.1: hero full-bleed */
    .hero-topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 0;
      border-bottom: 1px solid #1f1f1f;
      gap: 24px;
    }
    .hero-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.2em;
      margin-left: 24px;
    }
    .hero-logo-img {
      height: 26px;
      width: auto;
      display: block;
      filter: invert(1) brightness(1.8);
    }
    .hero-nav {
      display: flex;
      gap: 30px;
      font-family: var(--font-jp);
      font-size: 13px;
      color: rgba(255,255,255,.7);
    }
    .hero-nav a:hover { color: #fff; }
    .hero-cta-top {
      background: var(--rec);
      color: #fff;
      padding: 9px 18px;
      font-family: var(--font-jp);
      font-size: 13px;
      font-weight: 700;
      transition: opacity .2s, transform .2s;
      margin-right: 24px;
    }
    .hero-cta-top:hover { opacity: .9; transform: translateY(-2px); }

    .hero-main { padding: 56px 0 72px; }
    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }
    /* v1.4.1: テキスト側のみ左余白、ビューファインダーは右端ピッタリ */
    .hero-left {
      padding-left: 32px;
    }
    .hero-viewfinder {
      margin-right: 0;
      padding-right: 0;
    }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 1px solid #2a2a2a;
      padding: 6px 14px;
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.1em;
      margin-bottom: 28px;
    }
    .hero-h1 {
      font-family: var(--font-jp);
      font-size: 68px;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -0.035em;
      margin: 0 0 24px;
    }
    .hero-lead {
      font-family: var(--font-jp);
      font-size: 16px;
      line-height: 1.9;
      color: rgba(255,255,255,.8);
      margin: 0 0 36px;
      max-width: 480px;
    }
    .hero-ctas {
      display: flex;
      gap: 12px;
      margin-bottom: 44px;
      flex-wrap: wrap;
    }
    .hero-cta-primary {
      background: var(--rec);
      color: #fff;
      padding: 16px 28px;
      font-family: var(--font-jp);
      font-weight: 700;
      font-size: 15px;
      transition: opacity .2s, transform .2s;
    }
    .hero-cta-primary:hover { opacity: .9; transform: translateY(-2px); }
    .hero-cta-line {
      color: #fff;
      padding: 16px 24px;
      font-family: var(--font-jp);
      font-weight: 700;
      font-size: 15px;
      border: 1px solid rgba(255,255,255,.3);
      transition: background .2s, transform .2s;
    }
    .hero-cta-line:hover { background: rgba(255,255,255,.05); transform: translateY(-2px); }

    .hero-kpi {
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
    }
    .hero-kpi-label {
      font-size: 10px;
      color: rgba(255,255,255,.5);
      margin-bottom: 4px;
      letter-spacing: 0.08em;
      font-family: var(--font-mono);
    }
    .hero-kpi-value {
      font-family: var(--font-mono);
      font-size: 22px;
      font-weight: 700;
    }

    /* viewfinder */
    .hero-viewfinder {
      position: relative;
      aspect-ratio: 4 / 5;
      background: #0a0a0a;
      overflow: hidden;
      border: 1px solid #1f1f1f;
    }
    .hero-vf-bg {
      position: absolute; inset: 0;
      background: radial-gradient(120% 80% at 50% 60%, #241f1a 0%, #0d0b09 55%, #000 100%);
    }
    .hero-vf-svg {
      position: absolute; inset: 0; width: 100%; height: 100%;
      z-index: 0; /* SVG fallback: behind video */
    }
    /* Hero loop video slot (v1.4.3)
       Place assets/videos/hero-loop.mp4 to activate.
       z-index: 1 = above SVG, below film grain & HUD */
    .hero-vf-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      background: #000;
    }
    .hero-vf-grain {
      position: absolute; inset: 0;
      opacity: .25;
      mix-blend-mode: overlay;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.9'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
      pointer-events: none;
      z-index: 2; /* above video */
    }
    .hero-vf-hud-top {
      position: absolute;
      top: 16px; left: 18px; right: 18px;
      display: flex;
      justify-content: space-between;
      font-family: var(--font-mono);
      font-size: 10px;
      letter-spacing: 0.06em;
      z-index: 3; /* above grain & video */
    }
    .hero-vf-hud-top .left { display: flex; gap: 14px; color: #fff; }
    .hero-vf-hud-top .right { display: flex; gap: 12px; color: rgba(255,255,255,.7); }
    .hero-vf-hud-bottom {
      position: absolute;
      bottom: 16px; left: 18px; right: 18px;
      display: flex;
      justify-content: space-between;
      font-family: var(--font-mono);
      font-size: 10px;
      color: rgba(255,255,255,.7);
      letter-spacing: 0.06em;
      z-index: 3; /* above grain & video */
    }
    .hero-vf-reticle {
      position: absolute;
      left: 62%; top: 50%;
      transform: translate(-50%, -50%);
      width: 60px; height: 60px;
      border: 1px solid rgba(255,255,255,.6);
      z-index: 3;
    }
    .hero-vf-telop {
      position: absolute;
      left: 18px; bottom: 50px;
      font-family: var(--font-mono);
      font-size: 10px;
      color: var(--rec);
      letter-spacing: 0.15em;
      z-index: 3;
    }

    /* trust strip */
    .hero-trust {
      border-top: 1px solid #1f1f1f;
      padding: 16px 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: var(--font-jp);
      font-size: 12px;
      color: rgba(255,255,255,.6);
      gap: 24px;
      flex-wrap: wrap;
    }
    .hero-trust-label {
      font-family: var(--font-mono);
      font-size: 10px;
      letter-spacing: 0.2em;
      color: var(--rec);
    }

    /* ============================================================
       Section common (B-Sec head)
    ============================================================ */
    .bsec {
      padding: 112px 64px;
      color: var(--ink);
    }
    .bsec.paper { background: var(--paper); }
    .bsec.white { background: #fff; }
    .bsec-head {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 48px;
      align-items: start;
      margin-bottom: 56px;
    }
    .bsec-head-label { padding-top: 8px; }
    .bsec-head-no {
      font-family: var(--font-mono);
      font-size: 11px;
      color: var(--rec);
      letter-spacing: 0.18em;
      margin-bottom: 4px;
    }
    .bsec-head-tag {
      font-family: var(--font-mono);
      font-size: 10px;
      color: var(--mid);
      letter-spacing: 0.15em;
    }
    .bsec-head-rule {
      width: 40px; height: 1px;
      background: var(--ink);
      margin-top: 18px;
    }
    .bsec-head-h2 {
      font-family: var(--font-jp);
      font-size: 42px;
      font-weight: 900;
      letter-spacing: -0.03em;
      margin: 0 0 14px;
      line-height: 1.2;
    }
    .bsec-head-lead {
      font-family: var(--font-jp);
      font-size: 15px;
      color: var(--mid);
      margin: 0;
      max-width: 640px;
      line-height: 1.85;
    }
    .bsec-body { margin-left: 168px; }

    /* ============================================================
       02. PAIN POINTS
    ============================================================ */
    .pain-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border: 1px solid rgba(0,0,0,.12);
    }
    .pain-card {
      padding: 32px;
      background: #fff;
    }
    .pain-card:nth-child(1), .pain-card:nth-child(2) {
      border-bottom: 1px solid rgba(0,0,0,.12);
    }
    .pain-card:nth-child(odd) {
      border-right: 1px solid rgba(0,0,0,.12);
    }
    .pain-no {
      font-family: var(--font-mono);
      font-size: 11px;
      color: var(--rec);
      letter-spacing: 0.1em;
      margin-bottom: 10px;
    }
    .pain-title {
      font-family: var(--font-jp);
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 8px;
      letter-spacing: -0.01em;
    }
    .pain-body {
      font-family: var(--font-jp);
      font-size: 13.5px;
      color: var(--mid);
      line-height: 1.75;
    }

    /* ============================================================
       03. DIFFERENTIATION
    ============================================================ */
    .diff-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 1px;
      background: rgba(0,0,0,.1);
    }
    .diff-card { background: #fff; }
    .diff-img {
      aspect-ratio: 4 / 3;
      position: relative;
    }
    .diff-img-tag {
      position: absolute;
      top: 12px; left: 14px;
      font-family: var(--font-mono);
      font-size: 10px;
      letter-spacing: 0.1em;
      color: var(--ink);
    }
    .diff-img-tc {
      position: absolute;
      bottom: 12px; right: 14px;
      font-family: var(--font-mono);
      font-size: 10px;
      color: rgba(0,0,0,.5);
    }
    .diff-text { padding: 28px 26px 32px; }
    .diff-no {
      font-family: var(--font-mono);
      font-size: 11px;
      color: var(--rec);
      letter-spacing: 0.15em;
      margin-bottom: 12px;
    }
    .diff-title {
      font-family: var(--font-jp);
      font-size: 22px;
      font-weight: 800;
      letter-spacing: -0.02em;
      margin-bottom: 12px;
      line-height: 1.4;
    }
    .diff-body {
      font-family: var(--font-jp);
      font-size: 13.5px;
      color: var(--mid);
      line-height: 1.85;
    }

    /* ============================================================
       04. WORKS
    ============================================================ */
    .works-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 1px;
      background: rgba(0,0,0,.08);
    }
    .works-card-main {
      grid-row: 1 / 3;
    }
    .works-card { background: #fff; }
    .works-img {
      aspect-ratio: 16 / 10;
      position: relative;
      overflow: hidden;
    }
    .works-img-frame {
      position: absolute; inset: 20px;
      border: 1px solid rgba(255,255,255,.2);
    }
    .works-img-case {
      position: absolute; inset: 0;
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.35);
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.15em;
    }
    .works-img-cat {
      position: absolute;
      top: 28px; left: 30px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: var(--font-mono);
      font-size: 10px;
      color: #fff;
      letter-spacing: 0.1em;
    }
    .works-img-meta {
      position: absolute;
      bottom: 28px; left: 30px; right: 30px;
      display: flex;
      justify-content: space-between;
      font-family: var(--font-mono);
      font-size: 10px;
      color: rgba(255,255,255,.55);
      letter-spacing: 0.1em;
    }
    .works-text {
      padding: 24px 28px 28px;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      border-top: 1px solid rgba(0,0,0,.08);
    }
    .works-client {
      font-family: var(--font-jp);
      font-size: 19px;
      font-weight: 800;
      letter-spacing: -0.01em;
    }
    .works-tag {
      font-family: var(--font-jp);
      font-size: 12px;
      color: var(--mid);
      margin-top: 4px;
    }
    .works-view {
      font-family: var(--font-mono);
      font-size: 11px;
      color: var(--rec);
      letter-spacing: 0.1em;
    }
    /* ============================================================
       05. BEFORE / AFTER
    ============================================================ */
    .ba-list {
      display: flex;
      flex-direction: column;
      gap: 48px;
    }
    .ba-card {
      background: #fff;
      border: 1px solid rgba(0,0,0,.1);
    }
    .ba-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border-bottom: 1px solid rgba(0,0,0,.08);
    }
    .ba-before {
      padding: 28px 32px;
      border-right: 1px solid rgba(0,0,0,.08);
      background: rgba(0,0,0,.02);
    }
    .ba-after {
      padding: 28px 32px;
      background: #fff;
    }
    .ba-label-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
    }
    .ba-label-before {
      font-family: var(--font-mono);
      font-size: 10px;
      color: var(--mid);
      letter-spacing: 0.15em;
      border: 1px solid rgba(0,0,0,.2);
      padding: 3px 10px;
    }
    .ba-take-mid {
      font-family: var(--font-mono);
      font-size: 10px;
      color: var(--mid);
    }
    .ba-take-rec {
      font-family: var(--font-mono);
      font-size: 10px;
      color: var(--rec);
    }
    .ba-label-after {
      font-family: var(--font-mono);
      font-size: 10px;
      color: #fff;
      background: var(--rec);
      letter-spacing: 0.15em;
      padding: 3px 10px;
    }
    .ba-mock-before {
      aspect-ratio: 16 / 10;
      background: #e5e1d8;
      position: relative;
      overflow: hidden;
      margin-bottom: 16px;
      filter: grayscale(.3);
    }
    .ba-mock-before .bar1 { position: absolute; top: 8px; left: 10px; right: 10px; height: 12px; background: #c9c3b6; }
    .ba-mock-before .bar2 { position: absolute; top: 26px; left: 10px; width: 60%; height: 18px; background: #b8b1a4; }
    .ba-mock-before .bar3 { position: absolute; top: 50px; left: 10px; width: 80%; height: 6px; background: #d5d0c6; }
    .ba-mock-before .bar4 { position: absolute; top: 62px; left: 10px; width: 70%; height: 6px; background: #d5d0c6; }
    .ba-mock-before .box1 { position: absolute; top: 82px; left: 10px; width: 48%; height: 36px; background: #c9c3b6; }
    .ba-mock-before .box2 { position: absolute; top: 82px; right: 10px; width: 44%; height: 36px; background: #c9c3b6; }
    .ba-mock-before .vignette { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.15) 100%); }

    .ba-mock-after {
      aspect-ratio: 16 / 10;
      background: #0a0a0a;
      position: relative;
      overflow: hidden;
      margin-bottom: 16px;
    }
    .ba-mock-after .glow { position: absolute; inset: 0; background: radial-gradient(100% 60% at 50% 60%, #231e19 0%, #0a0a0a 70%); }
    .ba-mock-after .hud { position: absolute; top: 12px; left: 14px; right: 14px; display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 8px; color: rgba(255,255,255,.6); }
    .ba-mock-after .name { position: absolute; bottom: 14px; left: 14px; font-family: var(--font-jp); color: #fff; font-size: 13px; font-weight: 800; }
    .ba-mock-after .reticle { position: absolute; bottom: 14px; right: 14px; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.5); }

    .ba-text-before {
      font-family: var(--font-jp);
      font-size: 13.5px;
      color: var(--mid);
      line-height: 1.8;
    }
    .ba-text-after {
      font-family: var(--font-jp);
      font-size: 13.5px;
      color: var(--ink-2);
      line-height: 1.8;
    }
    /* BA metric bar (v1.4.3: qualitative 4-item list) */
    .ba-metric {
      background: var(--ink);
      color: #fff;
      padding: 18px 32px;
    }
    .ba-metric-name {
      font-family: var(--font-jp);
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .ba-metric-renew {
      font-family: var(--font-mono);
      font-size: 10px;
      color: rgba(255,255,255,.5);
      letter-spacing: 0.15em;
      text-align: right;
      margin-top: 12px;
    }
    /* qualitative list variant */
    .ba-metric-qual {
      display: grid;
      grid-template-columns: 200px 1fr auto;
      gap: 24px;
      align-items: center;
      padding: 18px 32px;
    }
    .ba-metric-qual .ba-metric-name { margin-bottom: 0; }
    .ba-metric-qual .ba-metric-renew { margin-top: 0; }
    .ba-metric-list {
      list-style: none;
      display: grid;
      gap: 6px;
      margin: 0;
      padding: 0;
    }
    .ba-metric-li {
      display: grid;
      grid-template-columns: 100px 1fr 24px 1fr;
      gap: 12px;
      align-items: center;
      font-family: var(--font-mono);
      font-size: 12px;
      color: rgba(255,255,255,.92);
    }
    .ba-metric-cat {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.18em;
      color: rgba(255,255,255,.55);
    }
    .ba-metric-before {
      color: rgba(255,255,255,.55);
      font-family: var(--font-jp);
      font-size: 12.5px;
      font-weight: 400;
    }
    .ba-metric-arrow {
      color: var(--rec);
      text-align: center;
      font-weight: 700;
    }
    .ba-metric-after {
      color: #fff;
      font-family: var(--font-jp);
      font-size: 12.5px;
      font-weight: 700;
    }

    /* ============================================================
       06. COMPARISON
    ============================================================ */
    .cmp-table {
      border: 1px solid rgba(0,0,0,.12);
      background: #fff;
    }
    .cmp-head {
      display: grid;
      grid-template-columns: 220px 1fr 1fr 1fr;
      background: var(--ink);
      color: #fff;
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.1em;
    }
    .cmp-head > div {
      padding: 16px 22px;
    }
    .cmp-head > div + div {
      border-left: 1px solid rgba(255,255,255,.1);
    }
    .cmp-head .toruas {
      background: var(--rec);
    }
    .cmp-row {
      display: grid;
      grid-template-columns: 220px 1fr 1fr 1fr;
      border-top: 1px solid rgba(0,0,0,.08);
      font-family: var(--font-jp);
      font-size: 14.5px;
      transition: background .2s;
    }
    .cmp-row:hover { background: rgba(0,0,0,.02); }
    .cmp-row > div { padding: 20px 22px; }
    .cmp-row > div + div { border-left: 1px solid rgba(0,0,0,.08); }
    .cmp-row .label-cell {
      color: var(--mid);
      font-weight: 500;
      background: rgba(0,0,0,.02);
    }
    .cmp-row .data-cell {
      color: var(--ink-2);
    }
    .cmp-row .toruas-cell {
      color: var(--ink);
      font-weight: 700;
      background: rgba(229,57,53,.05);
    }

    /* ============================================================
       07. PRICING
    ============================================================ */
    .pricing-chip {
      display: inline-block;
      background: var(--ink);
      color: #fff;
      font-family: var(--font-mono);
      font-size: 12px;
      letter-spacing: 0.1em;
      padding: 10px 18px;
      margin-bottom: 28px;
    }
    .pricing-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 16px;
    }
    .pricing-card {
      background: var(--paper);
      color: var(--ink);
      padding: 36px 28px 32px;
      border: 1px solid rgba(0,0,0,.12);
      position: relative;
    }
    .pricing-card.popular {
      background: var(--ink);
      color: #fff;
      border: none;
    }
    .pricing-popular-tab {
      position: absolute;
      top: -1px; right: -1px;
      background: var(--rec);
      color: #fff;
      font-family: var(--font-mono);
      font-size: 10px;
      letter-spacing: 0.1em;
      padding: 5px 12px;
    }
    .pricing-name {
      font-family: var(--font-mono);
      font-size: 12px;
      letter-spacing: 0.22em;
      color: var(--ink);
    }
    .pricing-card.popular .pricing-name { color: var(--rec); }
    .pricing-tag {
      font-family: var(--font-jp);
      font-size: 13px;
      color: var(--mid);
      margin-top: 6px;
      margin-bottom: 22px;
    }
    .pricing-card.popular .pricing-tag { color: rgba(255,255,255,.6); }
    .pricing-old {
      font-family: var(--font-mono);
      font-size: 13px;
      color: rgba(0,0,0,.4);
      text-decoration: line-through;
    }
    .pricing-card.popular .pricing-old { color: rgba(255,255,255,.4); }
    .pricing-price {
      display: flex;
      align-items: baseline;
      gap: 6px;
    }
    .pricing-price-value {
      font-family: var(--font-mono);
      font-size: 42px;
      font-weight: 800;
      letter-spacing: -0.02em;
    }
    .pricing-price-suffix {
      font-family: var(--font-jp);
      font-size: 13px;
      color: var(--mid);
    }
    .pricing-card.popular .pricing-price-suffix { color: rgba(255,255,255,.6); }
    .pricing-divider {
      height: 1px;
      background: rgba(0,0,0,.1);
      margin: 24px 0;
    }
    .pricing-card.popular .pricing-divider { background: rgba(255,255,255,.15); }
    .pricing-items {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .pricing-items li {
      font-family: var(--font-jp);
      font-size: 13.5px;
      display: flex;
      gap: 10px;
      line-height: 1.5;
    }
    .pricing-items li::before {
      content: "▸";
      color: var(--rec);
      flex-shrink: 0;
    }
    .pricing-cta {
      margin-top: 28px;
      padding: 13px 0;
      text-align: center;
      background: var(--ink);
      color: #fff;
      font-family: var(--font-jp);
      font-weight: 700;
      font-size: 14px;
      display: block;
      transition: opacity .2s, transform .2s;
    }
    .pricing-card.popular .pricing-cta { background: var(--rec); }
    .pricing-cta:hover { opacity: .9; transform: translateY(-2px); }
    .pricing-note {
      margin-top: 24px;
      font-family: var(--font-jp);
      font-size: 12px;
      color: var(--mid);
      line-height: 1.8;
    }

    /* ============================================================
       08. FLOW
    ============================================================ */
    .flow-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 1px;
      background: rgba(0,0,0,.1);
      border: 1px solid rgba(0,0,0,.1);
    }
    .flow-step {
      background: #fff;
      padding: 32px 26px;
    }
    .flow-step-head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
    }
    .flow-no {
      font-family: var(--font-mono);
      font-size: 22px;
      font-weight: 800;
      color: var(--rec);
    }
    .flow-rule {
      flex: 1;
      height: 1px;
      background: rgba(0,0,0,.15);
    }
    .flow-title {
      font-family: var(--font-jp);
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .flow-body {
      font-family: var(--font-jp);
      font-size: 13px;
      color: var(--mid);
      line-height: 1.8;
    }

    /* ============================================================
       09. REPRESENTATIVE
    ============================================================ */
    .rep-grid {
      display: grid;
      grid-template-columns: 400px 1fr;
      gap: 48px;
    }
    .rep-portrait {
      aspect-ratio: 3 / 4;
      border: 1px solid rgba(0,0,0,.12);
      position: relative;
    }
    .rep-portrait-tag {
      position: absolute;
      top: 10px; left: 12px;
      font-family: var(--font-mono);
      font-size: 10px;
      color: var(--ink);
      letter-spacing: 0.08em;
    }
    .rep-chip {
      display: inline-block;
      border: 1px solid var(--ink);
      color: var(--ink);
      padding: 4px 12px;
      font-family: var(--font-mono);
      font-size: 10px;
      letter-spacing: 0.12em;
      margin-bottom: 20px;
    }
    .rep-name {
      font-family: var(--font-jp);
      font-size: 38px;
      font-weight: 900;
      letter-spacing: -0.02em;
    }
    .rep-name-en {
      font-family: var(--font-mono);
      font-size: 12px;
      color: var(--mid);
      letter-spacing: 0.1em;
      margin-bottom: 24px;
    }
    .rep-bio {
      font-family: var(--font-jp);
      font-size: 15px;
      color: var(--ink-2);
      line-height: 1.95;
      max-width: 640px;
    }

    /* ============================================================
       10. FAQ
    ============================================================ */
    .faq-list {
      border: 1px solid rgba(0,0,0,.1);
      background: #fff;
    }
    .faq-item {
      padding: 26px 28px;
      display: grid;
      grid-template-columns: 32px 1fr;
      gap: 20px;
    }
    .faq-item + .faq-item { border-top: 1px solid rgba(0,0,0,.1); }
    .faq-q {
      font-family: var(--font-mono);
      font-size: 14px;
      color: var(--rec);
      font-weight: 700;
    }
    .faq-q-text {
      font-family: var(--font-jp);
      font-size: 16.5px;
      font-weight: 700;
      margin-bottom: 8px;
    }
    .faq-a-text {
      font-family: var(--font-jp);
      font-size: 13.5px;
      color: var(--mid);
      line-height: 1.8;
    }

    /* ============================================================
       11. CONTACT (END CARD, dark)
    ============================================================ */
    .contact {
      background: var(--ink);
      color: #fff;
      padding: 112px 64px 96px;
    }
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
    }
    .contact-eyebrow {
      font-family: var(--font-mono);
      font-size: 11px;
      color: var(--rec);
      letter-spacing: 0.2em;
      margin-bottom: 18px;
    }
    .contact-h2 {
      font-family: var(--font-jp);
      font-size: 56px;
      font-weight: 900;
      margin: 0 0 20px;
      letter-spacing: -0.03em;
      line-height: 1.15;
    }
    .contact-lead {
      font-family: var(--font-jp);
      font-size: 15px;
      color: rgba(255,255,255,.7);
      line-height: 1.85;
      max-width: 440px;
    }
    .contact-card {
      background: #fff;
      color: var(--ink);
      padding: 36px 32px;
    }
    .contact-card-title {
      font-family: var(--font-jp);
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 18px;
    }
    .contact-fields {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .contact-field-label {
      font-size: 11px;
      color: var(--mid);
      margin-bottom: 4px;
      font-family: var(--font-jp);
      display: block;
    }
    .contact-field-label .required {
      color: var(--rec);
      margin-left: 4px;
    }
    .contact-input {
      width: 100%;
      height: 38px;
      background: rgba(0,0,0,.04);
      border: none;
      border-bottom: 1px solid rgba(0,0,0,.25);
      padding: 0 8px;
      font-family: var(--font-jp);
      font-size: 14px;
      color: var(--ink);
      transition: border-color .2s;
    }
    .contact-input:focus {
      outline: none;
      border-bottom-color: var(--rec);
    }
    .contact-error {
      display: block;
      font-family: var(--font-jp);
      font-size: 11px;
      color: var(--rec);
      margin-top: 4px;
      min-height: 14px;
    }
    .contact-submit {
      margin-top: 20px;
      width: 100%;
      background: var(--rec);
      color: #fff;
      padding: 14px;
      text-align: center;
      font-family: var(--font-jp);
      font-weight: 700;
      font-size: 15px;
      transition: opacity .2s, transform .2s;
    }
    .contact-submit:hover { opacity: .9; transform: translateY(-2px); }
    .contact-submit:disabled {
      opacity: .55;
      cursor: not-allowed;
      transform: none;
    }
    .contact-alt {
      margin-top: 16px;
      text-align: center;
      font-family: var(--font-jp);
      font-size: 12px;
      color: var(--mid);
    }
    .contact-alt a { transition: opacity .2s; }
    .contact-alt a:hover { opacity: .7; }
    .contact-alt .line-link { color: #06c755; font-weight: 700; }
    .contact-alt .tel-link { font-family: var(--font-mono); }
    .contact-thanks {
      display: none;
      padding: 32px 0;
      text-align: center;
      font-family: var(--font-jp);
    }
    .contact-thanks.show { display: block; }
    .contact-thanks h3 {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 12px;
      color: var(--ink);
    }
    .contact-thanks p {
      font-size: 13.5px;
      color: var(--mid);
      line-height: 1.8;
    }
    .contact-footer {
      border-top: 1px solid rgba(255,255,255,.1);
      margin-top: 72px;
      padding-top: 28px;
      display: flex;
      justify-content: space-between;
      font-family: var(--font-mono);
      font-size: 11px;
      color: rgba(255,255,255,.4);
      letter-spacing: 0.1em;
      flex-wrap: wrap;
      gap: 14px;
    }

    /* ============================================================
       Sticky CTA Banner
    ============================================================ */
    .sticky-cta {
      position: sticky;
      bottom: 0;
      background: var(--ink);
      color: #fff;
      padding: 12px 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: var(--font-jp);
      font-weight: 700;
      font-size: 14px;
      z-index: 50;
      border-top: 1px solid var(--rec);
      gap: 16px;
    }
    .sticky-cta-left {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .sticky-cta-mono {
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.15em;
      color: var(--rec);
    }
    .sticky-cta-rec {
      font-family: var(--font-mono);
      color: var(--rec);
    }
    .sticky-cta-btn {
      padding: 6px 14px;
      background: var(--rec);
      color: #fff;
      font-size: 13px;
      transition: opacity .2s, transform .2s;
    }
    .sticky-cta-btn:hover { opacity: .9; transform: translateY(-2px); }

    /* ============================================================
       Tablet (768〜1023px)
    ============================================================ */
    @media (max-width: 1023px) and (min-width: 768px) {
      .hero-topbar { padding: 16px 0; }
      .hero-logo { margin-left: 24px; }
      .hero-cta-top { margin-right: 24px; }
      .hero-nav { gap: 18px; }
      .hero-main { padding: 44px 0 56px; }
      .hero-left { padding-left: 36px; }
      .hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
      }
      .hero-h1 { font-size: 52px; }
      .hero-trust { padding: 18px 24px; }

      .bsec { padding: 88px 36px; }
      .bsec-body { margin-left: 120px; }
      .bsec-head { grid-template-columns: 100px 1fr; gap: 32px; margin-bottom: 44px; }
      .bsec-head-h2 { font-size: 36px; }

      .diff-grid { grid-template-columns: 1fr 1fr; }
      .pricing-grid { grid-template-columns: 1fr; gap: 14px; }
      .flow-grid { grid-template-columns: 1fr 1fr; }
      .cmp-head, .cmp-row { grid-template-columns: 160px 1fr 1fr 1fr; }
      .rep-grid { grid-template-columns: 280px 1fr; gap: 32px; }
      .contact { padding: 88px 36px 72px; }
      .contact-grid { grid-template-columns: 1fr; gap: 36px; }
      .contact-h2 { font-size: 44px; }
    }

    /* ============================================================
       Mobile (<768px)
    ============================================================ */
    @media (max-width: 767px) {
      body { line-height: 1.7; }

      /* Hero (mobile, b-mobile.jsx) */
      .hero-topbar {
        padding: 14px 0;
        border-bottom: none;
      }
      .hero-logo { font-size: 10px; margin-left: 14px; }
      .hero-logo-img { height: 22px; }
      .hero-nav { display: none; }
      .hero-cta-top {
        font-family: var(--font-mono);
        font-size: 16px;
        padding: 0;
        background: transparent;
        font-weight: 400;
        margin-right: 14px;
      }
      .hero-cta-top::after { content: "☰"; color: rgba(255,255,255,.6); }
      .hero-cta-top span, .hero-cta-top { color: transparent; font-size: 0; }
      .hero-cta-top::after { font-size: 18px; }

      .hero-main { padding: 0 0 28px; }
      .hero-left { padding-left: 18px; padding-right: 18px; }
      .hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: stretch;
      }

      /* On mobile, viewfinder appears FIRST (before copy) */
      .hero-viewfinder { order: -1; }

      .hero-eyebrow {
        padding: 4px 10px;
        font-size: 9px;
        margin-bottom: 14px;
      }
      .hero-h1 {
        font-size: 34px;
        line-height: 1.1;
        letter-spacing: -0.03em;
        margin: 0 0 14px;
      }
      .hero-lead {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 22px;
      }
      .hero-ctas {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 22px;
      }
      .hero-cta-primary,
      .hero-cta-line {
        padding: 14px;
        font-size: 14px;
        text-align: center;
        width: 100%;
      }
      .hero-kpi {
        gap: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border: 1px solid #1f1f1f;
      }
      .hero-kpi > div {
        padding: 12px 10px;
        text-align: center;
        border-right: 1px solid #1f1f1f;
      }
      .hero-kpi > div:last-child { border-right: none; }
      .hero-kpi-label { font-size: 9px; }
      .hero-kpi-value { font-size: 14px; }

      .hero-vf-hud-top { font-size: 9px; top: 10px; left: 12px; right: 12px; }
      .hero-vf-hud-top .left { gap: 8px; }
      .hero-vf-hud-top .right { gap: 8px; }
      .hero-vf-hud-bottom { font-size: 9px; bottom: 10px; left: 12px; right: 12px; }
      .hero-vf-telop { display: none; }
      .hero-vf-reticle { width: 40px; height: 40px; }

      .hero-trust {
        padding: 16px 24px;
        font-size: 11px;
        gap: 10px;
        justify-content: flex-start;
      }
      .hero-trust span { white-space: nowrap; }

      /* Sections (mobile) */
      .bsec {
        padding: 44px 18px;
      }
      .bsec-head {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 24px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,.15);
      }
      .bsec-head-label { padding-top: 0; }
      .bsec-head-rule { display: none; }
      .bsec-head-h2 {
        font-size: 24px;
        line-height: 1.25;
        margin: 0 0 4px;
      }
      .bsec-head-lead {
        font-size: 13px;
        line-height: 1.75;
      }
      .bsec-body { margin-left: 0; }

      /* Pain (mobile: list, not grid) */
      .pain-grid {
        display: block;
        border: none;
      }
      .pain-card {
        padding: 16px 0;
        border: none !important;
        border-bottom: 1px solid rgba(0,0,0,.1) !important;
        background: transparent;
      }
      .pain-card:last-child { border-bottom: none !important; }
      .pain-no {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 10px;
      }
      .pain-title {
        display: inline;
        font-size: 16px;
      }
      .pain-body {
        font-size: 12.5px;
        padding-left: 22px;
        margin-top: 6px;
      }

      /* Diff: 1 col stack */
      .diff-grid { grid-template-columns: 1fr; gap: 14px; background: transparent; }
      .diff-card { border: 1px solid rgba(0,0,0,.12); }
      .diff-img { aspect-ratio: 16 / 10; }
      .diff-img-tag { font-size: 9px; top: 8px; left: 10px; }
      .diff-img-tc { font-size: 9px; bottom: 8px; right: 10px; }
      .diff-text { padding: 16px; }
      .diff-no { font-size: 10px; margin-bottom: 8px; }
      .diff-title { font-size: 17px; margin-bottom: 8px; }
      .diff-body { font-size: 12.5px; line-height: 1.75; }

      /* Works: 1 col */
      .works-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 14px;
        background: transparent;
        border: none;
      }
      .works-card-main {
        grid-row: auto;
      }
      .works-card-main .works-img {
        min-height: 200px;
        height: auto;
        aspect-ratio: 16 / 10;
      }
      .works-card { border: 1px solid rgba(0,0,0,.1); }
      .works-img-frame { inset: 16px; }
      .works-img-cat { top: 18px; left: 20px; font-size: 9px; gap: 8px; }
      .works-img-meta { bottom: 18px; left: 20px; right: 20px; font-size: 9px; }
      .works-img-case { font-size: 10px; }
      .works-text { padding: 14px 16px; }
      .works-client { font-size: 14px; }
      .works-tag { font-size: 11px; margin-top: 2px; }
      .works-view { font-size: 10px; }

      /* Before/After: tighter */
      .ba-list { gap: 24px; }
      .ba-before, .ba-after { padding: 14px 14px 16px; }
      .ba-mock-before, .ba-mock-after { aspect-ratio: 4 / 3; margin-bottom: 10px; }
      .ba-text-before, .ba-text-after { font-size: 11px; line-height: 1.7; }
      .ba-label-before { font-size: 9px; padding: 2px 6px; letter-spacing: 0.12em; }
      .ba-label-after { font-size: 9px; padding: 3px 8px; letter-spacing: 0.12em; }
      .ba-take-mid, .ba-take-rec { display: none; }
      .ba-mock-after .name { font-size: 10px; bottom: 8px; left: 8px; }
      .ba-mock-after .reticle { display: none; }
      .ba-mock-after .hud { font-size: 7px; top: 6px; left: 8px; right: 8px; }
      .ba-metric {
        padding: 12px 16px;
      }
      .ba-metric-qual {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px 16px;
      }
      .ba-metric-renew { display: none; }
      .ba-metric-name { font-size: 12px; margin-bottom: 8px; }
      .ba-metric-li {
        grid-template-columns: 1fr;
        gap: 2px;
        padding: 8px 0;
        border-top: 1px solid rgba(255,255,255,.12);
      }
      .ba-metric-li:first-child { border-top: none; }
      .ba-metric-arrow { text-align: left; }

      /* Comparison: compressed */
      .cmp-head, .cmp-row {
        grid-template-columns: 60px 1fr 1fr 1fr;
        font-size: 11px;
      }
      .cmp-head > div { padding: 10px 8px; font-size: 9px; letter-spacing: 0.08em; }
      .cmp-row > div { padding: 11px 8px; }

      /* Pricing: 1 col */
      .pricing-chip { font-size: 11px; padding: 8px 14px; margin-bottom: 18px; }
      .pricing-grid { grid-template-columns: 1fr; gap: 12px; }
      .pricing-card { padding: 22px 20px; }
      .pricing-name { font-size: 11px; letter-spacing: 0.2em; }
      .pricing-tag { display: none; }
      .pricing-price { margin-top: 10px; }
      .pricing-price-value { font-size: 28px; }
      .pricing-old { font-size: 12px; }
      .pricing-divider { margin: 14px 0; }
      .pricing-items li { font-size: 12.5px; gap: 8px; }
      .pricing-cta { margin-top: 18px; padding: 11px 0; font-size: 13px; }
      .pricing-note { font-size: 11.5px; }

      /* Flow: 2x2 */
      .flow-grid { grid-template-columns: 1fr 1fr; }
      .flow-step { padding: 22px 18px; }
      .flow-no { font-size: 18px; }
      .flow-title { font-size: 16px; margin-bottom: 8px; }
      .flow-body { font-size: 12px; }

      /* Rep: stack */
      .rep-grid { grid-template-columns: 1fr; gap: 20px; }
      .rep-portrait { max-width: 320px; }
      .rep-name { font-size: 26px; }
      .rep-name-en { font-size: 11px; margin-bottom: 14px; }
      .rep-bio { font-size: 13px; line-height: 1.8; }

      /* FAQ */
      .faq-item {
        padding: 18px 18px;
        grid-template-columns: 24px 1fr;
        gap: 12px;
      }
      .faq-q { font-size: 13px; }
      .faq-q-text { font-size: 14.5px; margin-bottom: 6px; }
      .faq-a-text { font-size: 12.5px; line-height: 1.75; }

      /* Contact */
      .contact { padding: 48px 18px 72px; }
      .contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }
      .contact-h2 { font-size: 30px; line-height: 1.2; }
      .contact-lead { font-size: 13px; }
      .contact-card { padding: 28px 22px; }
      .contact-footer {
        margin-top: 44px;
        padding-top: 20px;
        font-size: 10px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
      }

      /* Sticky CTA: compact (b-mobile.jsx) */
      .sticky-cta {
        padding: 10px 14px;
        font-size: 11px;
      }
      .sticky-cta-mono { display: none; }
      .sticky-cta-left { gap: 6px; }
      .sticky-cta-btn {
        padding: 4px 10px;
        font-size: 11px;
      }
      .sticky-cta-full-text { display: none; }
      .sticky-cta-mobile-text { display: inline; }
    }
    @media (min-width: 768px) {
      .sticky-cta-mobile-text { display: none; }
      .sticky-cta-full-text { display: inline; }
    }

/* ============================================================
   Contact Form 7 - Custom Styling (v1.4.5)
============================================================ */
.contact-form-cf7 .wpcf7-form,
.contact-form-cf7 .cf7-field { display: block; }

.cf7-field {
  margin-bottom: 22px;
}
.cf7-field label {
  display: block;
  font-family: var(--font-jp);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink-2);
  margin-bottom: 8px;
}

/* 入力欄共通 */
.cf7-field .wpcf7-form-control-wrap { display: block; }
.cf7-field input[type="text"],
.cf7-field input[type="email"],
.cf7-field input[type="tel"],
.cf7-field select,
.cf7-field textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: var(--font-jp);
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  background: #fff;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 0;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  -webkit-appearance: none;
  appearance: none;
}
.cf7-field input::placeholder,
.cf7-field textarea::placeholder { color: rgba(0,0,0,.32); }

.cf7-field input[type="text"]:focus,
.cf7-field input[type="email"]:focus,
.cf7-field input[type="tel"]:focus,
.cf7-field select:focus,
.cf7-field textarea:focus {
  border-color: var(--ink-2);
  box-shadow: 0 0 0 3px rgba(10,10,10,.08);
}

/* select の矢印を CSS で自前化（appearance: none 対応） */
.cf7-field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%230a0a0a' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* textarea */
.cf7-field textarea {
  min-height: 120px;
  resize: vertical;
}

/* 必須マーク（CF7はラベルに自動で付けない・自前で「必須」chipにする） */
.cf7-field label[data-required]::after,
.cf7-field:has(.wpcf7-validates-as-required) label::after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--rec);
  background: rgba(229,57,53,.08);
  border: 1px solid rgba(229,57,53,.3);
  vertical-align: middle;
}

/* 送信ボタン */
.contact-form-cf7 .wpcf7-submit {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 16px 24px;
  background: var(--rec);
  color: #fff;
  font-family: var(--font-jp);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: opacity .2s, transform .2s;
}
.contact-form-cf7 .wpcf7-submit:hover {
  opacity: .9;
  transform: translateY(-2px);
}
.contact-form-cf7 .wpcf7-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
}

/* スピナー */
.contact-form-cf7 .wpcf7-spinner {
  margin-left: 10px;
  vertical-align: middle;
}

/* バリデーションエラー */
.contact-form-cf7 .wpcf7-not-valid {
  border-color: var(--rec) !important;
  box-shadow: 0 0 0 3px rgba(229,57,53,.12) !important;
}
.contact-form-cf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-family: var(--font-jp);
  font-size: 11.5px;
  color: var(--rec);
}
.contact-form-cf7 .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  font-family: var(--font-jp);
  font-size: 13px;
  border-radius: 0 !important;
}
.contact-form-cf7 .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-cf7 .wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid var(--rec) !important;
  background: rgba(229,57,53,.06);
  color: var(--rec);
}
.contact-form-cf7 .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #2e7d32 !important;
  background: rgba(46,125,50,.06);
  color: #2e7d32;
}

/* モバイル */
@media (max-width: 767px) {
  .cf7-field { margin-bottom: 18px; }
  .cf7-field input[type="text"],
  .cf7-field input[type="email"],
  .cf7-field input[type="tel"],
  .cf7-field select,
  .cf7-field textarea {
    padding: 10px 12px;
    font-size: 14px;
  }
}
