/* ======================================================
   094 SAMPLE 会計事務所 — 税理士・会計事務所
   数字の、その先へ。
   Palette: navy #122A43 / white / accent blue #2F6DB3 / gold #C2A35A / gray #5B6B7B
   Font: Archivo (EN) × Noto Sans JP × Inter (UI)
   [方針] reveal は最初から CSS-only（JS非依存・絶対に消えない）
   差別化: 092和明朝/093花丸ゴシック と全変更。ネイビー×白のシャープ・グリッド線・データ
   ====================================================== */

:root {
  --navy:     #122A43;
  --navy-2:   #1B3A5B;
  --ink:      #15212E;
  --ink-soft: #3D4A57;   /* 本文・はっきり */
  --blue:     #2F6DB3;
  --blue-2:   #245A97;
  --gold:     #C2A35A;
  --gray:     #5B6B7B;
  --line:     #DDE4EB;
  --bg:       #FFFFFF;
  --bg-2:     #F4F7FA;
  --bg-navy:  #122A43;

  --font-en: 'Archivo', 'Arial', sans-serif;
  --font-jp: 'Noto Sans JP', sans-serif;
  --font-ui: 'Inter', sans-serif;

  --container: 1200px;
  --gap: clamp(88px, 11vw, 150px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-jp);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.85;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }

/* ─── DEMO BAR ─────────────────────────────────────────── */
#demo-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1200;
  background: rgba(18,42,67,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(47,109,179,0.4);
  padding: 7px 0;
}
.demo-bar-inner {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 0.7rem; color: rgba(255,255,255,0.45);
  font-family: var(--font-ui); letter-spacing: 0.02em;
}
.demo-badge {
  font-size: 0.54rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  background: rgba(47,109,179,0.3); color: #93BCE6;
  padding: 3px 10px; flex-shrink: 0;
}
.demo-link { color: #93BCE6; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.demo-copy { color: rgba(255,255,255,0.28); font-size: 0.62rem; margin-left: 4px; }
@media (max-width: 640px) { .demo-copy { display: none; } }

/* ─── HEADER（2段：上インフォバー / 下ナビ）─────────────── */
.site-header { position: fixed; top: 36px; left: 0; right: 0; z-index: 1000; transition: transform .35s ease; }
.header-info {
  background: var(--navy);
  color: rgba(255,255,255,0.85);
  font-family: var(--font-ui); font-size: 12px; letter-spacing: 0.02em;
}
.header-info-inner {
  max-width: var(--container); margin: 0 auto; padding: 7px 28px;
  display: flex; align-items: center; justify-content: flex-end; gap: 24px;
}
.header-info .tel { font-family: var(--font-en); font-weight: 600; font-size: 14px; color: #fff; letter-spacing: 0.04em; }
.header-info .hours { color: rgba(255,255,255,0.6); }
.header-main {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-main-inner {
  max-width: var(--container); margin: 0 auto; padding: 16px 28px;
  display: flex; align-items: center; justify-content: space-between;
  transition: padding .3s ease;
}
.site-header.is-shrunk .header-main-inner { padding: 10px 28px; }
.site-header.is-shrunk .header-info { display: none; }

.site-logo { display: flex; align-items: baseline; gap: 10px; }
.site-logo .logo-en {
  font-family: var(--font-en); font-weight: 700; font-size: 22px;
  letter-spacing: 0.02em; color: var(--navy);
}
.site-logo .logo-jp { font-family: var(--font-jp); font-weight: 700; font-size: 12px; color: var(--gray); letter-spacing: 0.08em; }

.header-nav { display: flex; align-items: center; gap: 28px; font-family: var(--font-jp); font-size: 14px; font-weight: 500; }
.header-nav .mobile-nav-close, .header-nav .mobile-nav-home { display: none; }
.header-nav a { color: var(--ink-soft); transition: color .25s ease; position: relative; padding: 4px 0; }
.header-nav a:hover { color: var(--blue); }
.header-nav a::after { content:''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--blue); transition: width .3s ease; }
.header-nav a:hover::after { width: 100%; }
.header-cta {
  font-family: var(--font-jp); font-weight: 700; font-size: 13px !important;
  letter-spacing: 0.08em;
  color: #fff !important; background: var(--blue);
  padding: 14px 40px !important; border-radius: 4px; white-space: nowrap;
  transition: background .25s ease;
}
.header-cta::after { display: none !important; }
.header-cta:hover { background: var(--blue-2); color:#fff !important; }

.hamburger { display: none; width: 44px; height: 44px; background: none; border: none; cursor: pointer; position: relative; z-index: 1100; }
.hamburger span, .hamburger span::before, .hamburger span::after {
  content:''; display: block; position: absolute; width: 24px; height: 2px; background: var(--navy); left: 10px;
  transition: transform .35s ease, top .35s ease, opacity .25s ease;
}
.hamburger span { top: 21px; }
.hamburger span::before { top: -7px; }
.hamburger span::after { top: 7px; }
.hamburger.is-active span { background: transparent; }
.hamburger.is-active span::before { top: 0; transform: rotate(45deg); }
.hamburger.is-active span::after { top: 0; transform: rotate(-45deg); }

/* ─── REVEAL（CSS-only / 最初から・軽いスライド）────────── */
.reveal { opacity: 1; animation: reveal-up 0.85s cubic-bezier(.22,.65,.3,1) both; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.reveal-l { animation-name: reveal-left; }
@keyframes reveal-left { from { opacity: 0; transform: translateX(-26px); } to { opacity: 1; transform: translateX(0); } }
.reveal-up1 { animation-delay: .08s; }
.reveal-up2 { animation-delay: .16s; }
.reveal-up3 { animation-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { animation: none; opacity: 1; transform: none; } }

/* ─── HERO（センターステージ＋数字バー＋グリッド線）──────── */
.hero {
  position: relative;
  padding: calc(36px + 104px + 80px) 0 0;
  background: var(--bg-2);
  overflow: hidden;
}
.hero::before {
  content:''; position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .5; mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
}
.hero-inner { position: relative; z-index: 2; max-width: 920px; margin: 0 auto; padding: 0 28px; text-align: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-en); font-weight: 600; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 26px;
}
.hero-eyebrow::before, .hero-eyebrow::after { content:''; width: 24px; height: 1px; background: var(--blue); }
.hero h1 {
  font-family: var(--font-jp); font-weight: 700;
  font-size: clamp(34px, 6vw, 72px); line-height: 1.3; letter-spacing: 0.02em;
  color: var(--navy); margin-bottom: 28px;
}
.hero h1 .accent { color: var(--blue); }
.hero-lead { max-width: 600px; margin: 0 auto 40px; font-size: 16px; line-height: 2.05; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-prim {
  font-family: var(--font-jp); font-weight: 700; font-size: 15px;
  color: #fff; background: var(--blue); padding: 16px 36px; border-radius: 5px;
  transition: background .25s ease, transform .25s ease;
}
.btn-prim:hover { background: var(--blue-2); transform: translateY(-2px); }
.btn-ghost {
  font-family: var(--font-jp); font-weight: 700; font-size: 15px;
  color: var(--navy); background: #fff; border: 1px solid var(--line);
  padding: 16px 36px; border-radius: 5px; transition: border-color .25s ease, color .25s ease;
}
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }

/* 数字バー */
.hero-stats {
  position: relative; z-index: 2; max-width: var(--container); margin: clamp(56px,7vw,88px) auto 0; padding: 0 28px;
}
.hero-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff; border: 1px solid var(--line);
  border-radius: 8px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(18,42,67,0.08);
  transform: translateY(40px);
}
.stat-cell { padding: 32px 24px; text-align: center; border-right: 1px solid var(--line); }
.stat-cell:last-child { border-right: none; }
.stat-num { font-family: var(--font-en); font-weight: 700; font-size: clamp(30px, 3.4vw, 44px); color: var(--navy); line-height: 1; }
.stat-num .unit { font-size: 0.46em; color: var(--blue); margin-left: 3px; }
.stat-label { font-family: var(--font-jp); font-size: 12px; color: var(--gray); margin-top: 10px; letter-spacing: 0.04em; }

/* ─── SECTION 共通 ─────────────────────────────────────── */
.section { padding: var(--gap) 0; position: relative; }
.section.first { padding-top: calc(var(--gap) + 40px); }
.section-head { max-width: 680px; margin: 0 auto clamp(48px,6vw,72px); text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-en); font-weight: 600; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 16px;
}
.eyebrow::before { content:''; width: 22px; height: 1px; background: var(--blue); }
.section-title {
  font-family: var(--font-jp); font-weight: 700;
  font-size: clamp(26px, 3.6vw, 42px); line-height: 1.4; letter-spacing: 0.02em; color: var(--navy);
}
.section-desc { margin-top: 18px; font-size: 16px; line-height: 2.05; color: var(--ink-soft); }

/* ─── STRENGTH（横並びアイコン・3〜4）──────────────────── */
.strength-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.strength-cell { background: #fff; padding: 40px 36px; }
.strength-head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.strength-icon {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 6px;
  background: rgba(47,109,179,0.1); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
}
.strength-icon svg { width: 26px; height: 26px; }
.strength-num { font-family: var(--font-en); font-weight: 700; font-size: 13px; color: var(--blue); margin-left: auto; letter-spacing: 0.1em; }
.strength-cell h3 { font-family: var(--font-jp); font-weight: 700; font-size: 19px; color: var(--navy); }
.strength-cell p { font-size: 14px; line-height: 1.95; color: var(--ink-soft); }

/* ─── SERVICE（カード4）────────────────────────────────── */
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 36px; transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.service-card:hover { border-color: var(--blue); box-shadow: 0 16px 40px rgba(18,42,67,0.08); transform: translateY(-4px); }
.service-tag { font-family: var(--font-en); font-weight: 600; font-size: 12px; letter-spacing: 0.1em; color: var(--blue); text-transform: uppercase; }
.service-card h3 { font-family: var(--font-jp); font-weight: 700; font-size: 22px; color: var(--navy); margin: 10px 0 14px; }
.service-card p { font-size: 14px; line-height: 2; color: var(--ink-soft); margin-bottom: 18px; }
.service-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.service-list li { display: flex; gap: 10px; font-size: 13.5px; color: var(--ink-soft); }
.service-list li::before { content:''; flex-shrink: 0; width: 16px; height: 16px; margin-top: 3px; background: var(--blue); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 6'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 6'/%3E%3C/svg%3E") center/contain no-repeat; }

/* ─── PRICE（料金表）───────────────────────────────────── */
.price-note { text-align: center; font-size: 13px; color: var(--gray); margin-bottom: 8px; }
.price-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.price-table { width: 100%; min-width: 640px; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.price-table th, .price-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
.price-table thead th { background: var(--navy); color: #fff; font-family: var(--font-jp); font-weight: 700; font-size: 14px; }
.price-table tbody th { font-family: var(--font-jp); font-weight: 700; color: var(--navy); position: sticky; left: 0; background: #fff; z-index: 1; }
.price-table thead th:first-child { position: sticky; left: 0; z-index: 3; }
.price-table .price { font-family: var(--font-en); font-weight: 700; color: var(--blue); font-size: 16px; }
.price-table tbody tr:hover td, .price-table tbody tr:hover th { background: var(--bg-2); }

/* ─── FLOW（流れ・縦ステップ）──────────────────────────── */
.flow-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.flow-item { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); position: relative; }
.flow-item:last-child { border-bottom: none; }
.flow-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-family: var(--font-en); font-weight: 700; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.flow-item h3 { font-family: var(--font-jp); font-weight: 700; font-size: 18px; color: var(--navy); margin-bottom: 8px; }
.flow-item p { font-size: 14px; line-height: 1.95; color: var(--ink-soft); }
.flow-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px,6vw,72px); align-items: start; }
.flow-layout .flow-list { margin: 0; }
.flow-photo { position: relative; border-radius: 8px; overflow: hidden; }
.flow-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.flow-photo .frame { position: absolute; inset: -12px 12px 12px -12px; border: 1px solid var(--blue); border-radius: 8px; z-index: -1; }

/* ─── OFFICE VISUAL（フルブリード横長）──────────────────── */
.office-band { width: 100%; overflow: hidden; line-height: 0; }
.office-band img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }
@media (max-width: 768px) { .office-band img { aspect-ratio: 16 / 10; } }

/* ─── ABOUT（代表）────────────────────────────────────── */
.about-wrap { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(36px,5vw,72px); align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; border-radius: 8px; }
.about-photo .frame { position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--blue); border-radius: 8px; z-index: -1; }
.about-body p { font-size: 15px; line-height: 2.1; color: var(--ink-soft); margin-bottom: 16px; }
.about-sign { margin-top: 26px; font-family: var(--font-jp); font-weight: 700; font-size: 16px; color: var(--navy); }
.about-sign .role { display: block; font-family: var(--font-en); font-size: 12px; letter-spacing: 0.08em; color: var(--blue); margin-bottom: 4px; }

/* ─── FAQ ──────────────────────────────────────────────── */
.faq-list { max-width: 800px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; gap: 14px; align-items: flex-start; padding: 24px 4px; font-family: var(--font-jp); font-weight: 700; font-size: 16px; color: var(--navy); }
.faq-q .mark { font-family: var(--font-en); font-weight: 700; color: var(--blue); flex-shrink: 0; }
.faq-a { display: flex; gap: 14px; padding: 0 4px 24px; font-size: 14px; line-height: 2; color: var(--ink-soft); }
.faq-a .mark { font-family: var(--font-en); font-weight: 700; color: var(--gray); flex-shrink: 0; }

/* ─── CTA ──────────────────────────────────────────────── */
.cta-band { background: var(--navy); color: #fff; padding: clamp(64px,9vw,110px) 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before {
  content:''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
}
.cta-band .inner { position: relative; z-index: 2; }
.cta-band .eyebrow { color: #93BCE6; justify-content: center; }
.cta-band .eyebrow::before { background: #93BCE6; }
.cta-band h2 { font-family: var(--font-jp); font-weight: 700; font-size: clamp(26px,4vw,44px); margin-bottom: 18px; }
.cta-band p { max-width: 540px; margin: 0 auto 36px; font-size: 15px; line-height: 2; color: rgba(255,255,255,0.8); }
.cta-band .btn-prim { background: var(--blue); }
.cta-band .cta-tel { display: block; margin-top: 22px; font-family: var(--font-en); font-weight: 700; font-size: 26px; color: #fff; letter-spacing: 0.04em; }
.cta-band .cta-tel small { display: block; font-family: var(--font-jp); font-weight: 400; font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 0.04em; margin-top: 4px; }

/* ─── FOOTER ──────────────────────────────────────────── */
.site-footer { background: #0C1D2E; color: rgba(255,255,255,0.7); padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 52px; }
.footer-brand .f-logo { font-family: var(--font-en); font-weight: 700; font-size: 22px; color: #fff; margin-bottom: 4px; }
.footer-brand .f-logo-jp { font-size: 12px; color: var(--gold); letter-spacing: 0.06em; margin-bottom: 18px; }
.footer-brand p { font-size: 13px; line-height: 1.95; color: rgba(255,255,255,0.55); }
.footer-col h4 { font-family: var(--font-en); font-weight: 600; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color .25s ease; }
.footer-col a:hover { color: #93BCE6; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.1); font-family: var(--font-ui); font-size: 12px; color: rgba(255,255,255,0.4); }

/* ─── NEWS（上部）─────────────────────────────────────── */
.news-band { background: #fff; border-bottom: 1px solid var(--line); padding: 18px 0; }
.news-inner { display: flex; align-items: center; gap: 28px; }
.news-label { font-family: var(--font-en); font-weight: 600; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); flex-shrink: 0; }
.news-list { list-style: none; display: flex; gap: 28px; flex: 1; overflow: hidden; }
.news-list li { display: flex; align-items: baseline; gap: 14px; font-size: 13.5px; color: var(--ink-soft); white-space: nowrap; }
.news-list time { font-family: var(--font-en); font-size: 12px; color: var(--gray); }
.news-more { flex-shrink: 0; font-family: var(--font-jp); font-weight: 700; font-size: 13px; color: var(--blue); }

/* ─── INTERIOR PAGES ──────────────────────────────────── */
.page-hero { padding: calc(36px + 104px + 64px) 0 60px; background: var(--navy); color: #fff; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content:''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 56px 56px; }
.page-hero .inner { position: relative; z-index: 2; }
.page-hero .eyebrow { color: #93BCE6; justify-content: center; }
.page-hero .eyebrow::before { background: #93BCE6; }
.page-hero h1 { font-family: var(--font-jp); font-weight: 700; font-size: clamp(30px,5vw,54px); margin-bottom: 10px; }
.page-hero .page-sub { font-family: var(--font-en); font-size: 14px; letter-spacing: 0.06em; color: rgba(255,255,255,0.6); }

.privacy-body { max-width: 800px; margin: 0 auto; }
.privacy-body h2 { font-family: var(--font-jp); font-weight: 700; font-size: 20px; color: var(--navy); margin: 38px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--line); }
.privacy-body h2:first-child { margin-top: 0; }
.privacy-body p { font-size: 14px; line-height: 2.1; color: var(--ink-soft); margin-bottom: 14px; }
.privacy-body ul { margin: 10px 0 16px 20px; }
.privacy-body li { font-size: 14px; line-height: 2; color: var(--ink-soft); margin-bottom: 6px; }

.info-table { width: 100%; border-top: 1px solid var(--line); }
.info-table tr { border-bottom: 1px solid var(--line); }
.info-table th, .info-table td { padding: 18px 8px; text-align: left; vertical-align: top; font-size: 14px; }
.info-table th { font-family: var(--font-en); font-size: 12px; letter-spacing: 0.06em; color: var(--blue); width: 150px; font-weight: 600; text-transform: uppercase; }
.info-table td { color: var(--ink-soft); }

/* contact */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(40px,6vw,80px); }
.contact-info p { font-size: 14px; line-height: 2; color: var(--ink-soft); margin-bottom: 16px; }
.contact-info .tel-block { background: var(--bg-2); border: 1px solid var(--line); border-radius: 8px; padding: 24px; margin-top: 24px; text-align: center; }
.contact-info .tel-block .tel { font-family: var(--font-en); font-weight: 700; font-size: 26px; color: var(--navy); }
.contact-info .tel-block small { display: block; font-size: 12px; color: var(--gray); margin-top: 4px; }
.contact-info dl { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
.contact-info dt { font-family: var(--font-en); font-size: 12px; letter-spacing: 0.06em; color: var(--blue); text-transform: uppercase; margin-bottom: 4px; }
.contact-info dd { font-size: 14px; color: var(--ink); }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field label { font-family: var(--font-jp); font-weight: 700; font-size: 13px; color: var(--navy); }
.form-field label .req { color: var(--blue); margin-left: 4px; }
.form-field input, .form-field select, .form-field textarea {
  font-family: var(--font-jp); font-size: 14px; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 5px; padding: 13px 15px;
  transition: border-color .25s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--blue); }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-submit { font-family: var(--font-jp); font-weight: 700; font-size: 15px; color: #fff; background: var(--blue); border: none; border-radius: 5px; padding: 16px 44px; cursor: pointer; align-self: flex-start; margin-top: 8px; transition: background .25s ease; }
.form-submit:hover { background: var(--blue-2); }
.form-note { font-size: 12px; color: var(--gray); }

/* news list */
.news-page-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.news-page-item { display: grid; grid-template-columns: 120px 96px 1fr 20px; gap: 22px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); transition: background .25s ease; }
.news-page-item:hover { background: var(--bg-2); }
.news-page-item time { font-family: var(--font-en); font-size: 14px; color: var(--blue); }
.news-cat { font-family: var(--font-en); font-size: 11px; letter-spacing: 0.08em; color: var(--gray); border: 1px solid var(--line); border-radius: 3px; padding: 3px 10px; text-align: center; align-self: center; text-transform: uppercase; }
.news-page-item h3 { font-family: var(--font-jp); font-weight: 700; font-size: 16px; color: var(--navy); line-height: 1.6; }
.news-page-item .arrow { color: var(--blue); transition: transform .3s ease; }
.news-page-item:hover .arrow { transform: translateX(4px); }
.news-article { max-width: 760px; margin: 0 auto; }
.news-article .meta { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.news-article time { font-family: var(--font-en); font-size: 14px; color: var(--blue); }
.news-article h1 { font-family: var(--font-jp); font-weight: 700; font-size: clamp(26px,4vw,38px); line-height: 1.5; color: var(--navy); margin-bottom: 32px; }
.news-article p { font-size: 15px; line-height: 2.1; color: var(--ink-soft); margin-bottom: 20px; }
.news-article h2 { font-family: var(--font-jp); font-weight: 700; font-size: 20px; color: var(--navy); margin: 38px 0 14px; }
.news-back { display: inline-flex; align-items: center; gap: 10px; margin-top: 48px; font-family: var(--font-jp); font-weight: 700; font-size: 14px; color: var(--blue); border-bottom: 2px solid var(--blue); padding-bottom: 3px; }

/* ─── MOBILE ──────────────────────────────────────────── */
@media (max-width: 880px) {
  .header-nav { position: fixed; inset: 0; background: #fff; z-index: 1000; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 80px 36px; clip-path: inset(0 0 100% 0); transition: clip-path .5s cubic-bezier(.2,.7,.2,1); }
  .header-nav.is-open { clip-path: inset(0 0 0 0); }
  .header-nav a { font-size: 22px; opacity: 0; transform: translateY(10px); transition: opacity .4s ease, transform .4s ease; }
  .header-nav.is-open a { opacity: 1; transform: translateY(0); transition-delay: calc(var(--i,0) * 0.06s + 0.15s); }
  .header-cta { padding: 13px 26px; font-size: 15px !important; }
  .hamburger { display: block; }
  .header-nav .mobile-nav-close { display: block; position: absolute; top: 92px; right: 24px; background: none; border: none; cursor: pointer; font-family: var(--font-jp); font-weight: 700; font-size: 14px; color: var(--ink-soft); padding: 8px; }
  .header-nav .mobile-nav-home { display: block; color: var(--blue) !important; }
  .site-header.menu-active .header-main { background: #fff !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  :root { --gap: 72px; }
  .header-info-inner { justify-content: center; gap: 14px; }
  .header-info .hours { display: none; }

  .hero { padding-top: calc(36px + 96px + 56px); }
  /* スマホ：長文の中央寄せは読みにくいので左詰めに */
  .hero-inner, .section-head { text-align: left; }
  .hero-eyebrow, .section-head .eyebrow { justify-content: flex-start; }
  .hero-eyebrow::after { display: none; }
  .hero-actions { justify-content: flex-start; }
  .hero-stats-grid { grid-template-columns: 1fr 1fr; transform: translateY(36px); }
  .stat-cell:nth-child(2) { border-right: none; }
  .stat-cell:nth-child(1), .stat-cell:nth-child(2) { border-bottom: 1px solid var(--line); }

  .news-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .news-list { flex-direction: column; gap: 8px; }
  .news-list li { white-space: normal; }

  /* 1カラム原則 */
  .strength-grid, .service-grid, .about-wrap, .contact-wrap, .flow-layout { grid-template-columns: 1fr !important; }
  .flow-photo { max-width: 380px; margin: 0 auto 8px; }
  .strength-grid { gap: 1px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }

  .info-table th, .info-table td { display: block; width: 100%; padding: 6px 0; }
  .info-table th { padding-top: 14px; }

  /* price-table はスマホ横スクロール（左端見出しsticky）で維持 */
  .price-table-wrap::before { content:'← 左右にスワイプできます →'; display: block; text-align: center; font-size: 12px; color: var(--gray); margin-bottom: 8px; }

  /* contact スマホ強制1カラム */
  .form-row, [class*="form-row"] { display: block !important; grid-template-columns: 1fr !important; }
  .contact-form input, .contact-form select, .contact-form textarea, .form-row > .form-field, .form-row > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box; }
  .form-row .form-field { margin-bottom: 18px; }

  .news-page-item { grid-template-columns: 100px 1fr; grid-template-rows: auto auto; gap: 10px 16px; }
  .news-page-item time { grid-column: 1; grid-row: 1; }
  .news-cat { grid-column: 2; grid-row: 1; justify-self: start; }
  .news-page-item h3 { grid-column: 1 / -1; grid-row: 2; }
  .news-page-item .arrow { display: none; }
}

@media (max-width: 480px) {
  .hero-stats-grid { grid-template-columns: 1fr; }
  .stat-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .stat-cell:last-child { border-bottom: none; }
  .footer-grid { grid-template-columns: 1fr; }
}
