/* ============================================
   ASTEL FORCE TAX OFFICE — style.css
   ============================================ */

:root {
  --c-white: #FFFFFF;
  --c-cream: #FAF7F1;
  --c-navy: #263E8F;
  --c-navy-dark: #1B2E6E;
  --c-navy-soft: #3D54A0;
  --c-pink: #F7D7DE;
  --c-pink-border: #F5B8C8;
  --c-pink-deep: #E8A8B7;
  --c-orange: #F28A2E;
  --c-orange-dark: #D9731A;
  --c-gold: #A88A3A;
  --c-gold-light: #C9A856;
  --c-yellow: #FFF200;
  --c-text: #1C2440;
  --c-text-soft: #4A5470;
  --c-text-mute: #7A8197;
  --c-border: #E6E2D6;
  --c-border-light: #EFEAE0;

  --ff-base: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;

  --max-w: 1100px;
  --gap-section: 96px;
  --r-card: 18px;
  --r-large: 24px;

  --shadow-card: 0 4px 18px rgba(38, 62, 143, 0.08);
  --shadow-soft: 0 2px 10px rgba(28, 36, 64, 0.06);
  --shadow-cta: 0 8px 24px rgba(38, 62, 143, 0.22);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--ff-base);
  font-size: 18px;
  line-height: 1.85;
  color: var(--c-text);
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 500;
}

/* Prevent orphan/widow chars on last line (Japanese-friendly).
   Use 'balance' for short text (headings, leads) to evenly distribute lines,
   'pretty' for longer paragraphs to fix only the last lines.
   Supported in Chrome 117+, Safari 17.4+, Firefox 124+. Older browsers ignore. */
p, dd, li, .sub, blockquote {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6, .heading, .lead {
  text-wrap: balance;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--c-white);
  border-bottom: 1px solid var(--c-border-light);
  box-shadow: var(--shadow-soft);
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 8px 24px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.brand .brand-name {
  margin-left: -11px;
}

.brand-mark {
  width: 72px;
  height: 72px;
  background: url("uploads/logo.png") center/contain no-repeat;
  flex-shrink: 0;
  color: transparent;
  font-size: 0;
}
.site-header .brand-name .ja {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.site-header .brand-name .en {
  font-size: 11px;
  margin-top: 3px;
  white-space: nowrap;
}
.site-header .header-tel .num,
.site-header .header-tel .label,
.site-header .header-tel .hours,
.site-header .header-cta,
.site-header .header-line {
  white-space: nowrap;
}

.brand-name {
  line-height: 1.2;
}
.brand-name .ja {
  font-size: 16px;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: 0.02em;
}
.brand-name .en {
  font-size: 11px;
  font-weight: 600;
  color: var(--c-gold);
  letter-spacing: 0.06em;
  margin-top: 2px;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-tel {
  text-align: right;
  line-height: 1.15;
}
.header-tel .label {
  font-size: 11px;
  color: var(--c-text-mute);
  letter-spacing: 0.08em;
}
.header-tel .num {
  font-size: 24px;
  font-weight: 800;
  color: var(--c-navy);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.header-tel .num::before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--c-orange);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A18 18 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57a1 1 0 0 1-.24 1.02l-2.21 2.2z'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A18 18 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57a1 1 0 0 1-.24 1.02l-2.21 2.2z'/></svg>") center/contain no-repeat;
}
.header-tel .hours {
  font-size: 11px;
  color: var(--c-text-mute);
  margin-top: 2px;
}

.header-cta {
  background: var(--c-navy);
  color: var(--c-white);
  padding: 11px 22px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 12px rgba(38, 62, 143, 0.28);
}
.header-cta:hover { background: var(--c-navy-dark); transform: translateY(-1px); }
.header-cta::before {
  content: "▶";
  font-size: 11px;
  color: var(--c-orange);
}

.header-line {
  background: #06C755;
  color: var(--c-white);
  padding: 11px 22px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 12px rgba(6, 199, 85, 0.28);
}
.header-line:hover { background: #05a647; transform: translateY(-1px); }
.header-line::before {
  content: "";
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 6C24 6 6 23 6 44c0 14 10 26 24 32l-3 14 16-13c30 0 49-14 49-33C92 23 76 6 50 6z' fill='white'/%3E%3Ctext x='50' y='56' font-family='Helvetica Neue, Arial Black, sans-serif' font-weight='900' font-size='30' fill='%2306C755' text-anchor='middle' letter-spacing='-1.2'%3ELINE%3C/text%3E%3C/svg%3E") center/contain no-repeat;
}

.main-nav {
  border-top: 1px solid var(--c-border-light);
  background: var(--c-white);
}
.main-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}
.main-nav li {
  flex: 1;
  text-align: center;
  border-left: 1px solid var(--c-border-light);
}
.main-nav li:last-child { border-right: 1px solid var(--c-border-light); }
.main-nav a {
  display: block;
  padding: 12px 8px 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  letter-spacing: 0.04em;
  position: relative;
  transition: color .2s;
}
.main-nav a small {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: var(--c-gold);
  letter-spacing: 0.18em;
  margin-top: 2px;
}
.main-nav a:hover { color: var(--c-navy); }
.main-nav a:hover::after,
.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 36px; height: 3px;
  background: var(--c-orange);
}

/* Highlighted nav item — 相続税シミュレーション */
.main-nav li.nav-highlight {
  flex: 0 0 auto;
}
.main-nav li.nav-highlight a {
  background: var(--c-orange);
  color: var(--c-white);
  font-weight: 800;
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 16px;
}
.main-nav li.nav-highlight a small {
  color: rgba(255, 255, 255, 0.88);
}
.main-nav li.nav-highlight a:hover {
  background: var(--c-orange-dark);
  color: var(--c-white);
}
.main-nav li.nav-highlight a:hover::after,
.main-nav li.nav-highlight a.active::after { display: none; }
.main-nav li.nav-highlight a::before {
  content: "↗";
  font-size: 11px;
  margin-right: 4px;
  display: inline-block;
}

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  background: var(--c-navy);
  border-radius: 8px;
  color: var(--c-white);
  font-size: 22px;
  align-items: center;
  justify-content: center;
}

/* ============================================
   FV / HERO
   ============================================ */
.fv {
  position: relative;
  background: linear-gradient(180deg, var(--c-pink) 0%, #FCEAEF 60%, var(--c-cream) 100%);
  overflow: hidden;
  padding-bottom: 40px;
}

.fv-strip {
  background: var(--c-navy);
  color: var(--c-white);
  text-align: center;
  padding: 9px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.fv-strip .accent { color: var(--c-yellow); }

.fv-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 8px 24px 0;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}

.fv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--c-white);
  padding: 7px 16px 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  border: 2px solid var(--c-pink-border);
  margin-bottom: 12px;
}
.fv-eyebrow .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-orange);
}

.fv-title {
  font-size: 46px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--c-navy);
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.fv-title .marker {
  background: linear-gradient(transparent 60%, var(--c-yellow) 60%);
  padding: 0 4px;
}
.fv-title .small {
  display: block;
  font-size: 19px;
  color: var(--c-text);
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.fv-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-text);
  margin-bottom: 14px;
  max-width: 540px;
}

.fv-badges {
  display: flex;
  gap: 22px;
  margin-bottom: 14px;
  flex-wrap: nowrap;
  align-items: center;
}
.fv-badge-img {
  width: 128px;
  height: 128px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .fv-badges { gap: 16px; }
  .fv-badge-img { width: 150px; height: 150px; }
}
.medal {
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 6px 14px rgba(168, 138, 58, 0.32));
}
.medal-disc {
  position: relative;
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'><g fill='%23A88A3A' stroke='%23876727' stroke-width='0.6'><g transform='translate(120 130)'><g transform='rotate(0)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-22)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-44)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-66)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-88)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-110)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-132)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g></g><g transform='translate(120 130) scale(-1 1)'><g transform='rotate(0)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-22)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-44)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-66)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-88)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-110)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g><g transform='rotate(-132)'><ellipse cx='-60' cy='5' rx='14' ry='5.5'/></g></g></g><g transform='translate(120 38)' fill='%23A88A3A' stroke='%23876727' stroke-width='0.6'><path d='M -16 8 L -10 -4 L -4 6 L 0 -8 L 4 6 L 10 -4 L 16 8 Z'/><circle cx='-10' cy='-4' r='2.2'/><circle cx='0' cy='-8' r='2.4'/><circle cx='10' cy='-4' r='2.2'/></g></svg>");
  background-size: 100% 100%;
}
.medal-num {
  position: relative;
  text-align: center;
  color: #A88A3A;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 16px;
}
.medal-num small.eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 4px;
  color: #876727;
}
.medal-num strong {
  font-size: 34px;
  font-weight: 900;
  font-family: Georgia, "Times New Roman", serif;
  color: #876727;
}
.medal-num strong em {
  font-size: 13px;
  font-style: normal;
  font-family: var(--ff-base);
  font-weight: 800;
  margin-left: 1px;
}
.medal-ribbon {
  position: relative;
  margin-top: -10px;
  background: linear-gradient(180deg, #F5BCC6 0%, #E89AAA 100%);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.28em;
  padding: 9px 18px;
  text-align: center;
  white-space: nowrap;
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 50%, 100% 100%, 0 100%, 12px 50%);
  box-shadow: 0 3px 8px rgba(217, 101, 122, 0.28);
  z-index: 2;
}
/* (ribbon styles defined above) */

.fv-price {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  padding: 10px 18px;
  margin: 0 0 12px;
  background: var(--c-white);
  border: 1px solid var(--c-border-light);
  border-left: 4px solid var(--c-navy);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(38, 62, 143, 0.06);
  flex-wrap: wrap;
}
.fv-price-label {
  font-size: 12px;
  color: var(--c-text-mute);
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.fv-price-num {
  font-size: 26px;
  font-weight: 800;
  color: var(--c-navy);
  letter-spacing: -0.01em;
  line-height: 1;
}
.fv-price-unit {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text-soft);
  margin-left: 4px;
  letter-spacing: 0;
}
.fv-price-note {
  font-size: 12px;
  color: var(--c-text-soft);
  font-weight: 500;
  padding-left: 14px;
  margin-left: 2px;
  border-left: 1px solid var(--c-border-light);
  position: relative;
  top: -2px;
}

.fv-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: 12px;
  transition: transform .15s ease, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--c-navy);
  color: var(--c-white);
  padding: 22px 32px;
  font-size: 18px;
  box-shadow: var(--shadow-cta);
}
.btn-primary:hover { background: var(--c-navy-dark); }
.btn-primary::after {
  content: "›";
  font-size: 22px;
  font-weight: 400;
  margin-left: 4px;
  line-height: 1;
  transition: transform .25s ease;
}
.btn-primary:hover::after { transform: translateX(4px); }

.btn-outline {
  background: var(--c-white);
  color: var(--c-navy);
  padding: 22px 30px;
  font-size: 17px;
  border: 2px solid var(--c-navy);
}
.btn-outline:hover { background: var(--c-navy); color: var(--c-white); }

.btn-orange {
  background: var(--c-orange);
  color: var(--c-white);
  padding: 22px 32px;
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(242, 138, 46, 0.32);
}
.btn-orange:hover { background: var(--c-orange-dark); }

.fv-art {
  position: relative;
}
.fv-badges-overlay {
  display: none;
}
.fv-photo {
  aspect-ratio: 4 / 5;
  background: transparent;
  position: relative;
  overflow: visible;
}
.fv-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Directional fade — only the left edge dissolves into pink BG.
     Right side (where people are) stays at 100% opacity, so faces aren't washed out.
     Bottom gets a subtle fade too, top stays sharp (it's hidden behind the header strip area). */
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 28%),
    linear-gradient(to left, transparent 0%, #000 10%),
    linear-gradient(to top, transparent 0%, #000 18%),
    linear-gradient(to bottom, transparent 0%, #000 14%);
  mask-image:
    linear-gradient(to right, transparent 0%, #000 28%),
    linear-gradient(to left, transparent 0%, #000 10%),
    linear-gradient(to top, transparent 0%, #000 18%),
    linear-gradient(to bottom, transparent 0%, #000 14%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}

/* ============================================
   DIAGNOSIS BANNER
   ============================================ */
.diag-banner {
  background: var(--c-cream);
  padding: 56px 0;
}
.diag-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 40px 52px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF9F1 100%);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(38, 62, 143, 0.08), 0 2px 6px rgba(38, 62, 143, 0.04);
  border: 1px solid rgba(242, 138, 46, 0.30);
}
/* One subtle accent: 4px orange stripe at top */
.diag-inner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--c-orange);
}
.diag-text .heading {
  font-size: 36px;
  font-weight: 900;
  color: var(--c-navy);
  line-height: 1.35;
  margin-bottom: 12px;
  letter-spacing: 0.005em;
}
.diag-text .heading .marker {
  background: linear-gradient(transparent 60%, var(--c-yellow) 60%);
  padding: 0 4px;
}
.diag-text .sub {
  font-size: 16px;
  color: var(--c-text-soft);
  font-weight: 500;
  line-height: 1.75;
}
.diag-inner .btn-orange {
  font-size: 17px;
  padding: 22px 34px;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(242, 138, 46, 0.30);
}
.diag-inner .btn-orange::after {
  content: "›";
  font-size: 22px;
  margin-left: 6px;
  font-weight: 400;
  line-height: 1;
  transition: transform .25s ease;
}
.diag-inner .btn-orange:hover::after { transform: translateX(4px); }

/* ============================================
   SECTION COMMON
   ============================================ */
section.block { padding: var(--gap-section) 0; }
section.block.alt { background: var(--c-cream); }

.section-head {
  text-align: center;
  margin-bottom: 56px;
}
.section-head .en {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-gold);
  letter-spacing: 0.24em;
  margin-bottom: 14px;
}
.section-head h2 {
  font-size: 38px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.section-head h2 .marker {
  background: linear-gradient(transparent 60%, var(--c-yellow) 60%);
  padding: 0 4px;
}
.section-head .lead {
  margin-top: 18px;
  font-size: 16px;
  color: var(--c-text-soft);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   REASONS (5 cards stacked)
   ============================================ */
.reasons-list {
  display: grid;
  gap: 28px;
}
.reason-card {
  background: var(--c-white);
  border: 3px solid var(--c-pink-border);
  border-radius: var(--r-large);
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  align-items: center;
  box-shadow: var(--shadow-card);
  position: relative;
  transition: transform .25s ease, box-shadow .25s;
}
.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(38, 62, 143, 0.14);
}
.reason-num {
  width: 110px;
  height: 110px;
  border-radius: 22px;
  background: var(--c-pink);
  color: var(--c-navy);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-weight: 900;
  position: relative;
}
.reason-num small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
.reason-num span {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.reason-body h3 {
  font-size: 26px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.4;
  margin-bottom: 10px;
}
.reason-body h3 .marker {
  background: linear-gradient(transparent 65%, var(--c-yellow) 65%);
  padding: 0 2px;
}
.reason-body p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--c-text-soft);
}
.reason-icon {
  width: 80px; height: 80px;
  border-radius: 16px;
  background: var(--c-cream);
  display: grid; place-items: center;
  color: var(--c-navy);
  font-weight: 900;
  font-size: 28px;
  border: 1px solid var(--c-border);
}

/* ============================================
   CASES (こんな方へ) 2x2
   ============================================ */
.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.case-card {
  background: var(--c-white);
  border-radius: var(--r-card);
  padding: 32px 28px;
  border: 2px solid var(--c-border-light);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: border-color .2s, box-shadow .2s;
}
.case-card:hover {
  border-color: var(--c-pink-border);
  box-shadow: var(--shadow-card);
}
.case-icon {
  width: 84px; height: 84px;
  border-radius: 16px;
  background: var(--c-pink);
  color: var(--c-navy);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-weight: 900;
}
.case-icon small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: 0.18em;
  margin-bottom: 4px;
}
.case-icon span {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.case-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: var(--c-text);
  line-height: 1.55;
  margin-bottom: 8px;
}
.case-card h3 .check::before {
  content: "✓ ";
  color: var(--c-orange);
  font-weight: 900;
  margin-right: 4px;
}
.case-card p {
  font-size: 14px;
  color: var(--c-text-soft);
  line-height: 1.8;
}

/* ============================================
   FLOW (5 steps horizontal)
   ============================================ */
.flow-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
}
.flow-step {
  background: var(--c-white);
  border-radius: var(--r-card);
  padding: 28px 18px;
  text-align: center;
  border: 2px solid var(--c-border-light);
  position: relative;
}
.flow-step:not(:last-child)::after {
  content: "▶";
  position: absolute;
  right: -14px; top: 50%;
  transform: translateY(-50%);
  color: var(--c-orange);
  font-size: 18px;
  font-weight: 900;
  z-index: 2;
}
.flow-num {
  display: inline-block;
  background: var(--c-navy);
  color: var(--c-white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.flow-step h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.45;
  margin-bottom: 10px;
}
.flow-step p {
  font-size: 13px;
  color: var(--c-text-soft);
  line-height: 1.75;
}
.flow-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--c-cream);
  display: grid; place-items: center;
  margin: 0 auto 14px;
  font-size: 22px;
  color: var(--c-navy);
  font-weight: 900;
  border: 2px solid var(--c-pink-border);
}

/* ============================================
   PRICE TABLE
   ============================================ */
.price-table {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  background: var(--c-white);
  border-radius: var(--r-large);
  overflow: hidden;
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-card);
  border-collapse: separate;
  border-spacing: 0;
}
.price-table thead th {
  background: var(--c-navy);
  color: var(--c-white);
  padding: 14px 24px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: left;
  font-size: 15px;
}
.price-table thead th:last-child { text-align: right; }
.price-table tbody td {
  padding: 14px 24px;
  border-top: 1px solid var(--c-border-light);
  font-size: 16px;
  vertical-align: middle;
}
.price-table tbody tr:first-child td { border-top: none; }
.price-table tbody td:first-child {
  font-weight: 800;
  color: var(--c-text);
  width: 36%;
}
.price-table tbody td:last-child {
  text-align: right;
  font-weight: 800;
  color: var(--c-navy);
  font-size: 22px;
  white-space: nowrap;
}
.price-table tbody td .desc {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text-soft);
  margin-top: 6px;
  line-height: 1.7;
}
.price-table tbody td .pill {
  display: inline-block;
  background: var(--c-pink);
  color: var(--c-navy);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  margin-right: 8px;
  vertical-align: middle;
  letter-spacing: 0.06em;
}
.price-table tbody td .free {
  color: var(--c-orange);
}

.price-note {
  margin-top: 18px;
  font-size: 13px;
  color: var(--c-text-mute);
  text-align: right;
}

/* Index page PRICE summary card */
.price-summary {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 36px;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-large);
  padding: 36px 40px;
  box-shadow: var(--shadow-card);
}
.price-summary-main {
  border-right: 1px solid var(--c-border-light);
  padding-right: 36px;
}
.price-summary-label {
  font-size: 13px;
  color: var(--c-text-mute);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.price-summary-amount {
  font-size: 14px;
  color: var(--c-navy);
  line-height: 1;
}
.price-summary-amount strong {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-right: 4px;
  font-family: Georgia, "Times New Roman", serif;
}
.price-summary-amount small {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-text-soft);
}
.price-summary-example {
  font-size: 12px;
  color: var(--c-text-soft);
  margin-top: 14px;
  line-height: 1.7;
}
.price-summary-points {
  list-style: none;
  padding: 0;
  margin: 0;
  align-self: center;
}
.price-summary-points li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.7;
}
.price-summary-points li:last-child { margin-bottom: 0; }
.price-summary-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--c-orange);
  font-weight: 900;
}
@media (max-width: 720px) {
  .price-summary {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 20px;
  }
  .price-summary-main {
    border-right: none;
    border-bottom: 1px solid var(--c-border-light);
    padding-right: 0;
    padding-bottom: 20px;
  }
  .price-summary-amount strong { font-size: 36px; }
  .price-summary-points li { font-size: 14px; }
}

/* Index page price callout (customer's direct quote) */
.price-callout {
  background: var(--c-cream);
  border-left: 4px solid var(--c-orange);
  padding: 28px 32px;
  border-radius: 8px;
  max-width: 820px;
  margin: 0 auto;
}
.price-callout h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.price-callout p {
  font-size: 15px;
  color: var(--c-text-soft);
  line-height: 1.95;
  margin: 0;
}
@media (max-width: 720px) {
  .price-callout {
    padding: 22px 22px;
  }
  .price-callout h3 { font-size: 19px; }
  .price-callout p { font-size: 14px; line-height: 1.85; }
}

/* ============================================
   PROFILE / REPRESENTATIVE
   ============================================ */
.profile {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: flex-start;
}
.profile-photo {
  border-radius: var(--r-large);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--c-pink);
  position: relative;
}
.profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.profile-photo .nameplate {
  position: absolute;
  bottom: 18px; left: 18px;
  background: var(--c-white);
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  color: var(--c-navy);
  font-size: 15px;
  box-shadow: var(--shadow-card);
}
.profile-photo .nameplate small {
  display: block;
  font-size: 11px;
  color: var(--c-gold);
  letter-spacing: 0.16em;
  font-weight: 700;
}

.profile-body .label {
  display: inline-block;
  background: var(--c-pink);
  color: var(--c-navy);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.profile-body h3 {
  font-size: 32px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.4;
  margin-bottom: 18px;
}
.profile-body h3 .marker {
  background: linear-gradient(transparent 60%, var(--c-yellow) 60%);
}
.profile-body p {
  margin-bottom: 16px;
  line-height: 2;
  color: var(--c-text);
  font-size: 15px;
}
.profile-meta {
  margin-top: 24px;
  padding: 22px;
  background: var(--c-cream);
  border-radius: var(--r-card);
  border: 1px dashed var(--c-pink-border);
}
.profile-meta dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px 18px;
}
.profile-meta dt {
  font-size: 13px;
  font-weight: 800;
  color: var(--c-navy);
}
.profile-meta dd {
  font-size: 14px;
  color: var(--c-text-soft);
}

/* ============================================
   OFFICES (3 locations)
   ============================================ */
.offices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.office-card {
  background: var(--c-white);
  border-radius: var(--r-card);
  overflow: hidden;
  border: 1px solid var(--c-border);
  transition: transform .2s, box-shadow .2s;
}
.office-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.office-photo {
  aspect-ratio: 16/10;
  background: var(--c-cream);
  position: relative;
  overflow: hidden;
}
.office-photo img { width:100%; height:100%; object-fit:cover; }
.office-photo .tag {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--c-navy);
  color: var(--c-white);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.1em;
}
.office-body { padding: 20px 22px 22px; }
.office-body h3 {
  font-size: 19px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 8px;
}
.office-body .addr {
  font-size: 13px;
  color: var(--c-text-soft);
  line-height: 1.7;
  margin-bottom: 8px;
}
.office-body .access {
  font-size: 12px;
  color: var(--c-text-mute);
}

/* ============================================
   VOICES (testimonials)
   ============================================ */
.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.voice-card {
  background: var(--c-white);
  border-radius: var(--r-card);
  padding: 28px 26px;
  border: 2px solid var(--c-pink-border);
  position: relative;
}
.voice-card::before {
  content: "“";
  position: absolute;
  top: 8px; right: 22px;
  font-size: 80px;
  color: var(--c-pink);
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 700;
}
.voice-card .meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  position: relative;
}
.voice-card .avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--c-cream);
  object-fit: contain;
  flex-shrink: 0;
  border: 1px solid var(--c-border-light);
  padding: 4px;
}
.voice-card .who {
  font-size: 14px;
  font-weight: 800;
  color: var(--c-navy);
}
.voice-card .who small {
  display: block;
  font-size: 11px;
  color: var(--c-text-mute);
  font-weight: 600;
  margin-top: 2px;
}
.voice-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--c-text);
  line-height: 1.55;
  margin-bottom: 10px;
}
.voice-card p {
  font-size: 14px;
  color: var(--c-text-soft);
  line-height: 1.85;
}

/* ============================================
   NEWS LIST
   ============================================ */
.news-wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: start;
}
.news-side {
  position: sticky;
  top: 140px;
}
.news-side .en {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-gold);
  letter-spacing: 0.24em;
  margin-bottom: 12px;
}
.news-side h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.4;
  margin-bottom: 16px;
}
.news-side .lead {
  font-size: 14px;
  color: var(--c-text-soft);
  margin-bottom: 22px;
}
.news-side .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--c-navy);
  border-bottom: 2px solid var(--c-orange);
  padding-bottom: 4px;
}

.news-list {
  list-style: none;
  background: var(--c-white);
  border-radius: var(--r-card);
  border: 1px solid var(--c-border);
  overflow: hidden;
}
.news-item {
  display: grid;
  grid-template-columns: 110px 100px 1fr;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--c-border-light);
  align-items: center;
  transition: background .15s;
}
.news-item:last-child { border-bottom: none; }
.news-item:hover { background: var(--c-cream); }
.news-item .date {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-text-mute);
  letter-spacing: 0.04em;
}
.news-item .cat {
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  padding: 5px 0;
  border-radius: 999px;
  letter-spacing: 0.06em;
}
.news-item .cat.お知らせ { background: var(--c-pink); color: var(--c-navy); }
.news-item .cat.セミナー { background: #FFE5C9; color: var(--c-orange-dark); }
.news-item .cat.税務情報 { background: #DAE2F5; color: var(--c-navy); }
.news-item .cat.事例 { background: #FAEFD0; color: var(--c-gold); }
.news-item .title {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.6;
}
.news-item:hover .title { color: var(--c-navy); }

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
  background: linear-gradient(120deg, var(--c-navy) 0%, var(--c-navy-soft) 100%);
  color: var(--c-white);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(247, 215, 222, 0.15) 0%, transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(242, 138, 46, 0.18) 0%, transparent 30%);
}
.cta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
}
.cta-photo {
  border-radius: var(--r-card);
  overflow: hidden;
  aspect-ratio: 1;
  background: rgba(255,255,255,0.12);
  border: 3px solid rgba(255,255,255,0.2);
}
.cta-photo img { width:100%; height:100%; object-fit:cover; }

.cta-text .headline {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 8px;
}
.cta-text .headline .marker {
  background: linear-gradient(transparent 60%, var(--c-yellow) 60%);
  color: var(--c-white);
  padding: 0 4px;
}
.cta-text .sub {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  margin-bottom: 20px;
}

.cta-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.cta-tel {
  background: var(--c-white);
  border-radius: 14px;
  padding: 16px 22px;
  color: var(--c-navy);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cta-tel small {
  font-size: 11px;
  font-weight: 700;
  color: var(--c-text-mute);
  letter-spacing: 0.08em;
}
.cta-tel .num {
  font-size: 32px;
  font-weight: 900;
  color: var(--c-orange);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.cta-tel .hours {
  font-size: 11px;
  color: var(--c-text-mute);
}

.cta-form {
  background: var(--c-orange);
  color: var(--c-white);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 800;
  text-align: left;
  transition: background .2s;
}
.cta-form:hover { background: var(--c-orange-dark); }
.cta-form small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.85;
  margin-bottom: 4px;
}
.cta-form .lbl {
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cta-form .lbl::after { content: "→"; font-size: 16px; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--c-navy);
  color: rgba(255,255,255,0.85);
  padding: 64px 0 0;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}
.foot-brand .brand {
  background: var(--c-cream);
  padding: 10px 18px 10px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.foot-brand .brand .brand-name {
  margin-left: 0;
}
.foot-brand .brand-mark {
  background: url("uploads/logo.png") center/contain no-repeat;
}
.foot-brand .brand-name .ja {
  color: var(--c-navy);
  font-size: 24px;
  line-height: 1.15;
  white-space: nowrap;
}
.foot-brand .brand-name .en {
  color: var(--c-gold);
  font-size: 14px;
  margin-top: 4px;
  white-space: nowrap;
}
.foot-brand .desc {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.85;
  color: rgba(255,255,255,0.72);
}
.foot-brand .tel-block {
  margin-top: 18px;
  padding: 16px;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
}
.foot-brand .tel-block .num {
  font-size: 24px;
  font-weight: 900;
  color: var(--c-white);
  letter-spacing: 0.02em;
}
.foot-brand .tel-block small {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  margin-top: 4px;
}

.foot-col h4 {
  color: var(--c-white);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}
.foot-col h4 small {
  display: block;
  font-size: 10px;
  color: var(--c-gold-light);
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 4px;
}
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 10px; }
.foot-col a {
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .2s;
}
.foot-col a::before {
  content: "▸";
  color: var(--c-orange);
  font-size: 10px;
}
.foot-col a:hover { color: var(--c-white); }

.foot-office {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  margin-bottom: 16px;
}
.foot-office strong {
  display: block;
  color: var(--c-white);
  font-size: 14px;
  margin-bottom: 4px;
}

.foot-bottom {
  margin-top: 56px;
  padding: 22px 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}

/* ============================================
   FLOATING TEL CTA (mobile)
   ============================================ */
.float-tel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--c-navy);
  color: var(--c-white);
  display: none;
  place-items: center;
  font-size: 28px;
  z-index: 100;
  box-shadow: 0 8px 24px rgba(38, 62, 143, 0.5);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(38, 62, 143, 0.5); }
  50% { box-shadow: 0 8px 24px rgba(38, 62, 143, 0.8), 0 0 0 12px rgba(38, 62, 143, 0.0); }
}

/* ============================================
   PAGE HEADER (sub pages)
   ============================================ */
.page-head {
  background: linear-gradient(180deg, var(--c-pink) 0%, var(--c-cream) 100%);
  padding: 64px 0 56px;
  text-align: center;
  position: relative;
}
.page-head .crumb {
  font-size: 12px;
  color: var(--c-text-mute);
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.page-head .crumb a { color: var(--c-text-soft); }
.page-head .crumb a:hover { color: var(--c-navy); }
.page-head .crumb span { color: var(--c-orange); margin: 0 6px; }
.page-head .en {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-gold);
  letter-spacing: 0.24em;
  margin-bottom: 12px;
}
.page-head h1 {
  font-size: 44px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.4;
}
.page-head .lead {
  margin-top: 18px;
  font-size: 16px;
  color: var(--c-text-soft);
  text-wrap: balance;
}

/* ============================================
   SERVICE PAGE
   ============================================ */
.service-list {
  display: grid;
  gap: 28px;
}
.service-row {
  background: var(--c-white);
  border-radius: var(--r-large);
  border: 1px solid var(--c-border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.service-row:nth-child(even) { grid-template-columns: 1fr 1fr; direction: rtl; }
.service-row:nth-child(even) > * { direction: ltr; }
.service-img {
  aspect-ratio: 4/3;
  background: var(--c-cream);
  position: relative;
}
.service-img img { width:100%; height:100%; object-fit:cover; }
.service-img .num {
  position: absolute;
  top: 18px; left: 18px;
  background: var(--c-navy);
  color: var(--c-white);
  font-size: 13px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 999px;
  letter-spacing: 0.1em;
}
.service-body {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-body .tag {
  display: inline-block;
  background: var(--c-pink);
  color: var(--c-navy);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  align-self: flex-start;
}
.service-body h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1.4;
  margin-bottom: 14px;
}
.service-body p {
  font-size: 15px;
  color: var(--c-text-soft);
  line-height: 1.95;
  margin-bottom: 18px;
}
.service-body ul {
  list-style: none;
  display: grid;
  gap: 8px;
}
.service-body li {
  font-size: 14px;
  color: var(--c-text);
  font-weight: 700;
  padding-left: 24px;
  position: relative;
}
.service-body li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 1px;
  width: 18px; height: 18px;
  background: var(--c-orange);
  color: var(--c-white);
  border-radius: 50%;
  font-size: 11px;
  display: grid; place-items: center;
  font-weight: 900;
}

/* ============================================
   CONTACT FORM
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-form {
  background: var(--c-white);
  border-radius: var(--r-large);
  border: 1px solid var(--c-border);
  padding: 36px;
  box-shadow: var(--shadow-card);
}
.form-row { margin-bottom: 22px; }
.form-row label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 8px;
}
.form-row label .req {
  background: var(--c-orange);
  color: var(--c-white);
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 0.08em;
}
.form-row label .opt {
  background: var(--c-border);
  color: var(--c-text-soft);
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 0.08em;
}
.form-row input[type="checkbox"],
.form-row input[type="radio"] {
  width: auto;
  flex-shrink: 0;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--c-border);
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  background: var(--c-white);
  color: var(--c-text);
  transition: border-color .2s, box-shadow .2s;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--c-navy);
  box-shadow: 0 0 0 3px rgba(38, 62, 143, 0.12);
}
.form-row textarea { resize: vertical; min-height: 140px; }
.form-row.row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-row.row-2 > div { margin: 0; }
.form-checks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
}
.form-checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--c-text);
  margin: 0;
  white-space: nowrap;
}
.form-checks label input[type="checkbox"] { flex-shrink: 0; }
.form-submit {
  width: 100%;
  background: var(--c-navy);
  color: var(--c-white);
  padding: 22px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background .2s, transform .15s;
  box-shadow: var(--shadow-cta);
}
.form-submit:hover { background: var(--c-navy-dark); transform: translateY(-2px); }
.form-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--c-text-mute);
  line-height: 1.7;
}

.contact-side {
  display: grid;
  gap: 16px;
}
.contact-card {
  background: var(--c-cream);
  border-radius: var(--r-card);
  padding: 26px;
  border: 2px solid var(--c-border);
}
.contact-card.tel {
  background: var(--c-white);
  border: 3px solid var(--c-orange);
}
.contact-card.line {
  background: #06C755;
  color: var(--c-white);
  border-color: #06C755;
}
.contact-card .tag {
  display: inline-block;
  background: var(--c-orange);
  color: var(--c-white);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}
.contact-card.line .tag { background: var(--c-white); color: #06C755; }
.contact-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 8px;
}
.contact-card.line h3 { color: var(--c-white); }
.contact-card .num {
  font-size: 34px;
  font-weight: 900;
  color: var(--c-orange);
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 8px 0;
}
.contact-card p {
  font-size: 13px;
  color: var(--c-text-soft);
  line-height: 1.7;
}
.contact-card.line p { color: rgba(255,255,255,0.92); }
.contact-card .line-btn {
  display: inline-flex;
  margin-top: 14px;
  background: var(--c-white);
  color: #06C755;
  font-weight: 800;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
}

/* ============================================
   ACCESS / MAP
   ============================================ */
.access-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 56px;
  align-items: start;
}
.access-block:nth-child(even) {
  direction: rtl;
}
.access-block:nth-child(even) > * { direction: ltr; }

.access-info {
  padding: 12px 0;
}
.access-info .tag {
  display: inline-block;
  background: var(--c-pink);
  color: var(--c-navy);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.access-info h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 16px;
}
.access-info dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px 18px;
  font-size: 14px;
}
.access-info dt {
  font-weight: 800;
  color: var(--c-navy);
  border-bottom: 1px solid var(--c-border-light);
  padding-bottom: 10px;
}
.access-info dd {
  color: var(--c-text-soft);
  border-bottom: 1px solid var(--c-border-light);
  padding-bottom: 10px;
  line-height: 1.8;
}
.access-map {
  border-radius: var(--r-large);
  overflow: hidden;
  border: 1px solid var(--c-border);
  aspect-ratio: 4/3;
  background: var(--c-cream);
  position: relative;
}
.access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.access-map .pin {
  width: 56px; height: 56px;
  background: var(--c-orange);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: grid; place-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.access-map .pin::after {
  content: "";
  width: 22px; height: 22px;
  background: var(--c-white);
  border-radius: 50%;
  transform: rotate(45deg);
}
.access-map .label-chip {
  position: absolute;
  bottom: 18px; left: 18px;
  background: var(--c-white);
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--c-navy);
  box-shadow: var(--shadow-soft);
}

/* ============================================
   PRIVACY (long text)
   ============================================ */
.legal-body {
  font-size: 15px;
  line-height: 2;
  color: var(--c-text);
}
.legal-body h2 {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-navy);
  margin-top: 36px;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid var(--c-orange);
}
.legal-body p { margin-bottom: 16px; }
.legal-body ol, .legal-body ul {
  margin: 0 0 16px 22px;
}

/* ============================================
   ANIMATIONS
   ============================================ */
.anim {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}
.anim.in {
  opacity: 1;
  transform: none;
}
.anim.delay-1 { transition-delay: .1s; }
.anim.delay-2 { transition-delay: .2s; }
.anim.delay-3 { transition-delay: .3s; }
.anim.delay-4 { transition-delay: .4s; }

@media (prefers-reduced-motion: reduce) {
  .anim, .float-tel { animation: none !important; transition: none !important; }
  .anim { opacity: 1; transform: none; }
}

/* ============================================
   COLUMN (お役立ち情報)
   ============================================ */
.column-teaser {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  border-top: 1px solid var(--c-border);
  background: var(--c-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(38, 62, 143, 0.04);
}
.column-teaser .column-item {
  border-bottom: 1px solid var(--c-border-light);
}
.column-teaser .column-item:last-child {
  border-bottom: 0;
}
.column-teaser .column-item a {
  display: grid;
  grid-template-columns: 120px 95px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px 24px;
  text-decoration: none;
  color: var(--c-text);
  transition: background .2s ease, color .2s ease;
}
.column-teaser .column-item a:hover {
  background: var(--c-cream);
  color: var(--c-navy);
}
.column-teaser .cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  background: var(--c-navy);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  justify-self: start;
  width: max-content;
  max-width: 100%;
}
.column-teaser time {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: var(--c-text-soft);
  font-size: 13px;
  letter-spacing: .8px;
  font-style: italic;
}
.column-teaser .ttl {
  font-weight: 700;
  color: var(--c-navy);
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: .02em;
}
.column-more {
  text-align: right;
  margin-top: 8px;
}
.column-more a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--c-navy);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid var(--c-navy);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}
.column-more a:hover {
  color: var(--c-orange);
  border-color: var(--c-orange);
}

/* Column 一覧ページ用 */
.columns-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.column-article {
  background: var(--c-white);
  border: 1px solid var(--c-border-light);
  border-radius: 10px;
  padding: 36px 40px;
  box-shadow: 0 2px 14px rgba(38, 62, 143, 0.05);
}
.column-article .col-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.column-article .col-meta .cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  background: var(--c-navy);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
.column-article .col-meta time {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: var(--c-text-soft);
  font-size: 13px;
  letter-spacing: .8px;
  font-style: italic;
}
.column-article h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 14px;
  line-height: 1.5;
  letter-spacing: .02em;
}
.column-article .col-summary {
  color: var(--c-text-soft);
  font-size: 14px;
  line-height: 1.85;
  padding: 12px 16px;
  background: var(--c-cream);
  border-left: 3px solid var(--c-gold-light);
  border-radius: 0 4px 4px 0;
  margin-bottom: 20px;
}
.column-article .col-body {
  color: var(--c-text);
  font-size: 15px;
  line-height: 1.95;
}

/* ============================================
   COLUMN MODAL (お役立ち情報 ティーザー詳細)
   ============================================ */
.column-item-btn {
  width: 100%;
  display: grid;
  grid-template-columns: 120px 95px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px 24px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: var(--c-text);
  transition: background .2s ease, color .2s ease;
}
.column-item-btn:hover {
  background: var(--c-cream);
  color: var(--c-navy);
}
.column-item-btn:focus-visible {
  outline: 2px solid var(--c-navy);
  outline-offset: -2px;
}
.column-item-btn .cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  background: var(--c-navy);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  justify-self: start;
  width: max-content;
  max-width: 100%;
}
.column-item-btn time {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: var(--c-text-soft);
  font-size: 13px;
  letter-spacing: .8px;
  font-style: italic;
}
.column-item-btn .ttl {
  font-weight: 700;
  color: var(--c-navy);
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: .02em;
}

.column-modal {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: 720px;
  width: calc(100% - 32px);
  max-height: 90vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.column-modal::backdrop {
  background: rgba(20, 28, 50, 0.55);
  backdrop-filter: blur(2px);
}
.column-modal-inner {
  position: relative;
  background: var(--c-white);
  border-radius: 12px;
  padding: 40px 44px 36px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
  max-height: 90vh;
  overflow-y: auto;
}
.column-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: var(--c-cream);
  color: var(--c-navy);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s ease, color .2s ease;
}
.column-modal-close:hover {
  background: var(--c-navy);
  color: var(--c-white);
}
.column-modal .cm-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.column-modal .cm-cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  background: var(--c-navy);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
.column-modal .cm-date {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: var(--c-text-soft);
  font-size: 13px;
  letter-spacing: .8px;
  font-style: italic;
}
.column-modal .cm-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 14px;
  line-height: 1.5;
  letter-spacing: .02em;
}
.column-modal .cm-summary {
  color: var(--c-text-soft);
  font-size: 13.5px;
  line-height: 1.85;
  padding: 12px 16px;
  background: var(--c-cream);
  border-left: 3px solid var(--c-gold-light);
  border-radius: 0 4px 4px 0;
  margin-bottom: 18px;
}
.column-modal .cm-body {
  color: var(--c-text);
  font-size: 15px;
  line-height: 1.95;
}
.column-modal-foot {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--c-border-light);
  text-align: center;
}
.column-modal-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  background: var(--c-cream);
  border: 1px solid var(--c-border);
  border-radius: 6px;
  cursor: pointer;
  color: var(--c-navy);
  font-weight: 700;
  font-size: 14.5px;
  font-family: inherit;
  letter-spacing: .03em;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.column-modal-back:hover {
  background: var(--c-navy);
  color: var(--c-white);
  border-color: var(--c-navy);
}
.column-modal-back span {
  font-size: 16px;
  font-weight: 800;
}

/* ============================================
   VOICE LIST + MODAL (お客様の声 詳細)
   ============================================ */
.voice-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--c-border);
  background: var(--c-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(38, 62, 143, 0.04);
}
.voice-list .voice-row {
  border-bottom: 1px solid var(--c-border-light);
}
.voice-list .voice-row:last-child {
  border-bottom: 0;
}
.voice-row-btn {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 200px 24px;
  gap: 20px;
  align-items: center;
  padding: 22px 26px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: var(--c-text);
  transition: background .2s ease, color .2s ease;
}
.voice-row-btn:hover {
  background: var(--c-cream);
  color: var(--c-navy);
}
.voice-row-btn:focus-visible {
  outline: 2px solid var(--c-navy);
  outline-offset: -2px;
}
.voice-row-btn .ttl {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.55;
  color: var(--c-navy);
  letter-spacing: .02em;
}
.voice-row-btn .meta {
  font-size: 13px;
  color: var(--c-text-soft);
  letter-spacing: .03em;
  text-align: right;
}
.voice-row-btn .arrow {
  color: var(--c-orange);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  transition: transform .2s ease;
}
.voice-row-btn:hover .arrow {
  transform: translateX(4px);
}

/* Modal */
.voice-modal {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: 640px;
  width: calc(100% - 32px);
  max-height: 90vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.voice-modal::backdrop {
  background: rgba(20, 28, 50, 0.55);
  backdrop-filter: blur(2px);
}
.voice-modal-inner {
  position: relative;
  background: var(--c-white);
  border-radius: 12px;
  padding: 40px 44px 36px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
  max-height: 90vh;
  overflow-y: auto;
}
.voice-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: var(--c-cream);
  color: var(--c-navy);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s ease, color .2s ease;
}
.voice-modal-close:hover {
  background: var(--c-navy);
  color: var(--c-white);
}
.voice-modal .vm-meta {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--c-border-light);
}
.voice-modal .vm-who {
  font-weight: 700;
  color: var(--c-navy);
  font-size: 15px;
}
.voice-modal .vm-location {
  font-size: 13px;
  color: var(--c-text-soft);
  margin-top: 2px;
}
.voice-modal .vm-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-navy);
  margin-bottom: 18px;
  line-height: 1.5;
  letter-spacing: .02em;
}
.voice-modal .vm-body {
  color: var(--c-text);
  font-size: 15px;
  line-height: 1.95;
  margin: 0;
}
.voice-modal-foot {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--c-border-light);
  text-align: center;
}
.voice-modal-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  background: var(--c-cream);
  border: 1px solid var(--c-border);
  border-radius: 6px;
  cursor: pointer;
  color: var(--c-navy);
  font-weight: 700;
  font-size: 14.5px;
  font-family: inherit;
  letter-spacing: .03em;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.voice-modal-back:hover {
  background: var(--c-navy);
  color: var(--c-white);
  border-color: var(--c-navy);
}
.voice-modal-back span {
  font-size: 16px;
  font-weight: 800;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 980px) {
  body { font-size: 16px; }
  :root { --gap-section: 64px; }

  .header-top { flex-wrap: wrap; gap: 8px; padding: 10px 12px; }
  .site-header .brand { flex: 1 1 auto; min-width: 0; }
  .site-header .brand-mark { width: 50px; height: 50px; }
  .site-header .brand-name { min-width: 0; flex: 1 1 auto; }
  .site-header .brand-name .ja { font-size: 19px; line-height: 1.1; white-space: nowrap; overflow: hidden; }
  .site-header .brand-name .en { font-size: 9px; margin-top: 2px; white-space: nowrap; overflow: hidden; }
  .brand .brand-name { margin-left: -6px; }
  .menu-toggle { flex-shrink: 0; }
  /* Mobile: hide phone number block (still tappable via float-tel button), keep CTA buttons */
  .header-tel { display: none; }
  .header-contact {
    display: flex;
    order: 3;
    width: 100%;
    gap: 8px;
  }
  .header-cta,
  .header-line {
    flex: 1;
    padding: 12px 8px;
    font-size: 13px;
    letter-spacing: 0.02em;
    gap: 6px;
    border-radius: 10px;
    justify-content: center;
  }
  .header-cta::before { font-size: 9px; }
  .header-line::before { width: 26px; height: 26px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; padding: 8px 18px; }
  .main-nav li { border: none; border-bottom: 1px solid var(--c-border-light); flex: none; }
  .main-nav li:last-child { border-right: none; border-bottom: none; }
  .main-nav a { text-align: left; padding: 14px 4px; }

  .fv {
    padding-bottom: 36px;
  }
  .fv-strip {
    font-size: 11px;
    padding: 9px 16px;
    letter-spacing: 0.04em;
  }
  .fv-inner {
    grid-template-columns: 1fr;
    padding: 20px 20px 0;
    gap: 16px;
  }
  /* Mobile: photo first, copy below */
  .fv-art { order: 1; }
  .fv-copy { order: 2; }
  .fv-photo {
    aspect-ratio: 15 / 8;
    max-width: 420px;
    margin: 0 auto;
  }
  /* Mobile mask: PC-style 4-edge fade, but keep bottom-right (badges) crisp.
     mask-composite: intersect (source-in for webkit) so each gradient ANDs, creating
     vignette only where all four edges agree. The right & bottom fades are intentionally
     minimal so the badge corner remains opaque. */
  .fv-photo img {
    object-position: center top;
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, #000 24%),
      linear-gradient(to left, transparent 0%, #000 3%),
      linear-gradient(to top, transparent 0%, #000 3%),
      linear-gradient(to bottom, transparent 0%, #000 16%);
    mask-image:
      linear-gradient(to right, transparent 0%, #000 24%),
      linear-gradient(to left, transparent 0%, #000 3%),
      linear-gradient(to top, transparent 0%, #000 3%),
      linear-gradient(to bottom, transparent 0%, #000 16%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }
  .fv-eyebrow {
    font-size: 11px;
    padding: 7px 14px 7px 10px;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
  }
  .fv-eyebrow .dot { width: 6px; height: 6px; }
  .fv-title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .fv-title .small {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.55;
  }
  .fv-desc {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 20px;
  }
  /* Mobile: hide in-flow badges, overlay them on the photo instead */
  .fv-copy .fv-badges {
    display: none;
  }
  .fv-badges-overlay {
    display: flex;
    gap: 4px;
    position: absolute;
    bottom: 6px;
    right: 6px;
    z-index: 2;
    pointer-events: none;
  }
  .fv-badges-overlay img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
  }
  .fv-price {
    width: 100%;
    gap: 10px 14px;
    padding: 12px 16px;
    margin: 4px 0 18px;
    justify-content: flex-start;
  }
  .fv-price-num { font-size: 22px; }
  .fv-price-note {
    padding-left: 0;
    border-left: none;
    width: 100%;
  }
  .fv-ctas {
    flex-direction: column;
    gap: 10px;
  }
  .fv-ctas .btn { width: 100%; }

  .diag-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 24px;
  }
  .diag-icon { margin: 0 auto; }
  .diag-text .heading { font-size: 20px; }
  .diag-inner .btn-orange { width: 100%; padding: 18px; font-size: 16px; }

  .section-head h2 { font-size: 26px; }

  .reason-card {
    grid-template-columns: 1fr;
    padding: 24px 22px;
    gap: 16px;
  }
  .reason-num { width: 88px; height: 88px; }
  .reason-num span { font-size: 44px; }
  .reason-icon { display: none; }
  .reason-body h3 { font-size: 20px; }

  .cases-grid { grid-template-columns: 1fr; }
  .case-card { padding: 22px 18px; gap: 14px; }
  .case-icon { width: 64px; height: 64px; }
  .case-icon small { font-size: 9px; margin-bottom: 3px; }
  .case-icon span { font-size: 26px; }
  .case-card h3 { font-size: 16px; line-height: 1.5; }
  /* Callout: justify text for cleaner mobile reading */
  .price-callout p { text-align: justify; text-justify: inter-character; }

  .flow-steps { grid-template-columns: 1fr; }
  .flow-step:not(:last-child)::after {
    content: "▼";
    left: 50%; right: auto;
    top: auto; bottom: -12px;
    transform: translateX(-50%);
  }

  .price-table thead th, .price-table tbody td { padding: 14px 14px; font-size: 14px; }
  .price-table tbody td:first-child { width: auto; }
  .price-table tbody td:last-child { font-size: 16px; padding-left: 6px; }
  .price-note { text-align: left; line-height: 1.7; }

  .profile { grid-template-columns: 1fr; gap: 28px; }
  .profile-photo { max-width: 320px; }
  .profile-body h3 { font-size: 24px; }
  .profile-body p {
    font-size: 13px;
    line-height: 1.85;
  }
  /* Mobile: tighten credentials block — eliminate empty right-side space
     by inlining label/value and shrinking the box to content. */
  .profile-meta {
    padding: 14px 16px;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-meta dl {
    display: block;
    gap: 0;
    margin: 0;
  }
  .profile-meta dt {
    display: inline;
    font-size: 13px;
    font-weight: 800;
    color: var(--c-navy);
  }
  .profile-meta dt::after {
    content: "：";
    margin: 0 2px;
  }
  .profile-meta dd {
    display: inline;
    font-size: 14px;
    color: var(--c-text-soft);
    margin: 0;
  }
  .profile-meta dd::after {
    content: "";
    display: block;
    height: 6px;
  }

  .offices-grid, .voices-grid { grid-template-columns: 1fr; }

  .news-wrap { grid-template-columns: 1fr; gap: 28px; }
  .news-side { position: static; }
  .news-item { grid-template-columns: 90px 80px 1fr; gap: 10px; padding: 16px; }
  .news-item .title { font-size: 14px; }

  .cta-banner { padding: 44px 0; }
  .cta-inner { grid-template-columns: 1fr; gap: 22px; }
  .cta-photo { max-width: 180px; margin: 0 auto; }
  .cta-text .headline { font-size: 22px; text-align: center; }
  .cta-actions { grid-template-columns: 1fr; }

  .foot-grid { grid-template-columns: 1fr; gap: 36px; }
  .foot-brand {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .foot-brand .brand {
    display: flex !important;
    width: 100%;
    margin: 0 !important;
    padding: 12px 16px;
    justify-content: center;
  }
  .foot-brand .brand-mark { width: 64px; height: 64px; }
  .foot-brand .brand-name .ja { font-size: 19px; line-height: 1.15; }
  .foot-brand .brand-name .en { font-size: 11px; margin-top: 3px; }
  .foot-brand .desc {
    text-align: center !important;
    width: 100%;
    max-width: 100%;
  }
  .foot-brand .tel-block {
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .profile-photo { max-width: 320px; margin-left: auto; margin-right: auto; }

  .float-tel { display: grid; }

  .service-row,
  .service-row:nth-child(even) {
    display: block !important;
    direction: ltr !important;
  }
  .service-row > * { direction: ltr !important; }
  .service-img { aspect-ratio: 16/10; }
  .service-body { padding: 26px 22px; }
  .service-body h2 { font-size: 22px; }

  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-form { padding: 24px; }
  .form-row.row-2 { grid-template-columns: 1fr; }

  .access-block { grid-template-columns: 1fr; gap: 18px; direction: ltr !important; }

  .page-head h1 { font-size: 30px; }

  .btn-primary, .btn-outline, .btn-orange { padding: 18px 24px; font-size: 16px; width: 100%; }

  /* Column teaser - mobile */
  .column-teaser .column-item a {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 6px 12px;
    padding: 14px 16px;
  }
  .column-teaser .cat {
    grid-column: 1;
    grid-row: 1;
  }
  .column-teaser time {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    font-size: 12px;
  }
  .column-teaser .ttl {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 14px;
    line-height: 1.55;
  }

  /* Voice list - mobile */
  .voice-row-btn {
    grid-template-columns: 1fr 24px;
    grid-template-rows: auto auto;
    gap: 6px 12px;
    padding: 16px 18px;
  }
  .voice-row-btn .ttl {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: 15px;
    line-height: 1.55;
  }
  .voice-row-btn .meta {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
    font-size: 12px;
  }
  .voice-row-btn .arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  /* Column item button - mobile */
  .column-item-btn {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 6px 12px;
    padding: 14px 16px;
  }
  .column-item-btn .cat {
    grid-column: 1;
    grid-row: 1;
  }
  .column-item-btn time {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    font-size: 12px;
  }
  .column-item-btn .ttl {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 14px;
    line-height: 1.55;
  }

  /* Column modal - mobile */
  .column-modal {
    width: calc(100% - 24px);
    max-height: 92vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .column-modal-inner {
    padding: 32px 22px 26px;
  }
  .column-modal .cm-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .column-modal .cm-summary {
    font-size: 12.5px;
    padding: 10px 14px;
  }
  .column-modal .cm-body {
    font-size: 14px;
    line-height: 1.9;
  }

  /* Voice modal - mobile */
  .voice-modal {
    width: calc(100% - 24px);
    max-height: 92vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .voice-modal-inner {
    padding: 32px 22px 26px;
  }
  .voice-modal .vm-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .voice-modal .vm-body {
    font-size: 14px;
    line-height: 1.85;
  }

  /* Column article - mobile */
  .column-article {
    padding: 24px 20px;
  }
  .column-article h2 {
    font-size: 19px;
    line-height: 1.5;
  }
  .column-article .col-meta {
    gap: 10px;
    margin-bottom: 12px;
  }
  .column-article .col-summary {
    font-size: 13px;
    padding: 10px 14px;
    margin-bottom: 16px;
  }
  .column-article .col-body {
    font-size: 14px;
    line-height: 1.9;
  }
}
