:root {
  --ink: #0d1916;
  --ink-2: #172521;
  --muted: #65716d;
  --line: #d9ddd5;
  --paper: #fffef9;
  --soft: #f2f1e9;
  --lime: #c9ff3d;
  --lime-strong: #9bd820;
  --max: 1368px;
  --sans: "Noto Sans JP", sans-serif;
  --latin: "Inter", sans-serif;
  --type-caption: 11px;
  --type-body: 12px;
  --type-subhead: 16px;
  --type-metric: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--lime-strong);
  outline-offset: 4px;
}
a { color: inherit; text-decoration: none; }

.desktop-toc,
.desktop-contact-panel { display: none; }

.grow-header {
  height: 84px;
  padding: 0 28px;
  border-bottom: 1px solid #e2e5e1;
  background: rgba(249, 250, 247, 0.96);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 20;
}
.grow-logo {
  width: max-content;
  font-family: var(--latin);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.06em;
}
.grow-logo span { color: #85af14; }
.grow-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 14px;
  font-weight: 700;
}
.grow-nav a {
  padding: 31px 0 27px;
  border-bottom: 3px solid transparent;
}
.grow-nav a:hover,
.grow-nav .is-current { border-color: var(--ink); }
.grow-header-cta {
  justify-self: end;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
}
.grow-header-cta span { color: var(--lime); }

.grow-hero {
  min-height: 680px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 82px 34px 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, 0.88fr);
  gap: 74px;
  align-items: center;
}
.grow-eyebrow {
  margin: 0;
  color: #66748a;
  font-family: var(--latin);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.grow-hero h1 {
  margin: 24px 0 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.055em;
}
.grow-hero-sub {
  margin: 26px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--lime-strong);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.grow-hero-sub span {
  display: inline-block;
}
.grow-lead {
  max-width: 42em;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
  font-weight: 500;
}
.grow-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.grow-btn {
  min-height: 62px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease;
}
.grow-btn:hover { transform: translateY(-3px); }
.grow-btn-dark { background: var(--ink); color: #fff; }
.grow-btn-dark span { color: var(--lime); }
.grow-text-link {
  padding: 17px 0 10px;
  border-bottom: 1px solid var(--ink);
  display: inline-flex;
  gap: 52px;
  font-size: 15px;
  font-weight: 700;
}
.grow-hero-visual { position: relative; padding: 26px 22px 44px 0; }
.browser-card {
  min-height: 444px;
  border: 1px solid #cfd6d8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(16, 26, 42, 0.10);
  overflow: hidden;
  transform: rotate(1.15deg);
}
.browser-bar {
  height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid #d9dfe0;
  background: #eef1ee;
  display: flex;
  align-items: center;
  gap: 18px;
}
.browser-dots { display: flex; gap: 7px; }
.browser-dots i { width: 9px; height: 9px; border-radius: 50%; background: #bac3c3; }
.browser-bar small { color: #687487; font-family: var(--latin); font-size: 9px; }
.browser-body { padding: 54px 46px 36px; }
.new-badge {
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--lime);
  font-family: var(--latin);
  font-size: 9px;
  font-weight: 800;
}
.browser-body h2 {
  margin: 18px 0 38px;
  font-size: 30px;
  line-height: 1.42;
  letter-spacing: -0.03em;
}
.browser-list {
  padding: 17px 0;
  border-bottom: 1px solid #d3d9dc;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.browser-list span { color: #679500; font-family: var(--latin); font-weight: 700; }
.asset-card {
  position: absolute;
  right: -2px;
  bottom: 0;
  width: 160px;
  padding: 22px 24px;
  border-radius: 14px;
  background: var(--ink);
  color: white;
  box-shadow: 0 18px 36px rgba(16, 26, 42, 0.22);
}
.asset-card small { color: #8c99ad; font-family: var(--latin); font-size: 7px; letter-spacing: .14em; }
.asset-card strong { margin-top: 10px; color: var(--lime); font-family: var(--latin); font-size: 18px; display: block; }
.asset-card span { margin-top: 7px; font-size: 9px; display: block; }

.value-strip {
  min-height: 118px;
  padding: 0 max(34px, calc((100% - 1320px) / 2));
  background: var(--lime);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
}
.value-strip > div { padding: 24px 34px; display: flex; align-items: center; gap: 28px; }
.value-strip small { font-family: var(--latin); font-size: 11px; }
.value-strip p { margin: 0; display: grid; gap: 4px; }
.value-strip strong { font-size: 16px; }
.value-strip span { font-size: 11px; }
.value-strip > b { font-size: 26px; font-weight: 400; }

.promise-cards { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.promise-cards article { padding: 40px 34px; border: 1px solid var(--line); background: var(--soft); display: flex; flex-direction: column; }
.promise-cards article > small { font-family: var(--latin); font-size: 11px; letter-spacing: .12em; color: var(--muted); }
.promise-cards h3 { margin: 18px 0 0; font-size: 24px; line-height: 1.5; }
.promise-cards article > p { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.promise-cards ul { margin: 26px 0 0; padding: 0; list-style: none; }
.promise-cards li { padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; gap: 3px; }
.promise-cards li:last-child { border-bottom: 0; padding-bottom: 0; }
.promise-cards li strong { font-size: 15px; }
.promise-cards li span { font-size: 12.5px; color: var(--muted); }
.promise-cards .tap-steps { margin-top: 26px; border-top-color: var(--line); }
.promise-cards .tap-steps > div { min-height: auto; padding: 14px 0; border-bottom-color: var(--line); grid-template-columns: 40px 1fr; }
.promise-cards .tap-steps b { color: var(--muted); }
.promise-cards .tap-steps strong { font-size: 15px; }
.promise-cards .tap-steps small { font-size: 12.5px; color: var(--muted); }

.grow-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 126px 34px;
}
.grow-section-head { max-width: 650px; }
.grow-section-head h2 {
  margin: 20px 0 0;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.045em;
}
.grow-section-head > p:last-child {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}
.purpose-section {
  min-height: 720px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
  align-items: center;
}
.purpose-copy { padding-top: 56px; }
.purpose-copy p { margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 2; }
.purpose-copy .purpose-large { color: var(--ink); font-size: 25px; font-weight: 800; line-height: 1.75; }
.purpose-copy blockquote {
  margin: 36px 0;
  padding: 24px 0 24px 28px;
  border-left: 5px solid var(--lime);
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.75;
}

.dark-section {
  max-width: none;
  padding-left: max(34px, calc((100% - 1300px) / 2));
  padding-right: max(34px, calc((100% - 1300px) / 2));
  background: var(--ink);
  color: #fff;
}
.grow-section-head.light .grow-eyebrow { color: var(--lime); }
.grow-section-head.light > p:last-child { color: #aeb8c8; }
.growth-flow {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
}
.growth-flow article {
  min-height: 300px;
  padding: 34px 30px;
  border: 1px solid #3b475a;
}
.growth-flow article > span { color: var(--lime); font-family: var(--latin); font-size: 11px; letter-spacing: .14em; }
.growth-flow h3 { margin: 74px 0 0; font-size: 24px; }
.growth-flow p { margin: 16px 0 0; color: #aeb8c8; font-size: 14px; line-height: 1.9; }
.growth-flow i { width: 55px; display: grid; place-items: center; color: var(--lime); font-style: normal; }
.dark-note { margin-top: 30px; padding: 24px 30px; background: var(--lime); color: var(--ink); font-size: 14px; }

.journey-section {
  max-width: none;
  padding-left: max(34px, calc((100% - 1300px) / 2));
  padding-right: max(34px, calc((100% - 1300px) / 2));
  background: var(--lime);
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 90px;
  align-items: center;
}
.journey-copy .grow-eyebrow { color: #4d6800; }
.journey-copy h2 {
  margin: 22px 0 0;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.05em;
}
.journey-copy > p:not(.grow-eyebrow) {
  max-width: 39em;
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 1.95;
}
.journey-points {
  margin: 28px 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.journey-points span {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(16, 26, 42, .3);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
}
.journey-copy > small {
  max-width: 46em;
  margin-top: 18px;
  color: #4d5d20;
  font-size: 10px;
  line-height: 1.7;
  display: block;
}
.journey-visual { min-width: 0; }
.journey-window {
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 28px rgba(16, 26, 42, .14);
  overflow: hidden;
  transform: rotate(1deg);
}
.journey-window-head {
  min-height: 58px;
  padding: 0 22px;
  border-bottom: 1px solid #344054;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}
.journey-window-head > span { display: flex; gap: 7px; }
.journey-window-head i { width: 8px; height: 8px; border-radius: 50%; background: #556176; }
.journey-window-head small { color: #8f9aad; font-family: var(--latin); font-size: 9px; }
.journey-window-head b { color: var(--lime); font-family: var(--latin); font-size: 9px; letter-spacing: .14em; }
.journey-chat { padding: 34px 34px 26px; display: grid; gap: 12px; }
.journey-chat > small { color: #8290a5; font-family: var(--latin); font-size: 9px; letter-spacing: .12em; }
.journey-chat p {
  max-width: 82%;
  margin: 0;
  padding: 15px 18px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.7;
}
.journey-chat .from-customer { justify-self: end; background: #2d394b; }
.journey-chat .from-ai { background: var(--lime); color: var(--ink); font-weight: 700; }
.journey-status { padding: 0 34px 34px; }
.journey-status > div {
  min-height: 52px;
  border-bottom: 1px solid #344054;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
}
.journey-status b { color: var(--lime); font-family: var(--latin); font-size: 8px; letter-spacing: .12em; }
.journey-route {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
}
.journey-route > div { min-width: 0; display: flex; align-items: flex-start; gap: 10px; }
.journey-route b { font-family: var(--latin); font-size: 9px; }
.journey-route span { min-width: 0; display: grid; gap: 3px; }
.journey-route strong { font-size: 12px; }
.journey-route small { font-size: 8px; white-space: nowrap; }
.journey-route i { padding: 0 8px; font-style: normal; }

.plans-section,
.story-section { max-width: none; padding-left: max(34px, calc((100% - 1300px) / 2)); padding-right: max(34px, calc((100% - 1300px) / 2)); background: var(--soft); }
.story-flow { margin: 72px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.story-step {
  position: relative;
  padding: 40px 40px 42px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 46px;
}
.story-step::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 1;
  width: 1px;
  height: 18px;
  background: var(--line);
}
.story-step:last-child::after { display: none; }
.story-step-dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.story-step-copy { display: grid; align-content: start; gap: 0; }
.story-step-no { margin: 0; display: flex; align-items: baseline; gap: 12px; font-family: var(--latin); }
.story-step-no b { color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.story-step-dark .story-step-no b { color: #fff; }
.story-step-no small { color: #75a000; font-size: 10px; letter-spacing: .14em; }
.story-step-dark .story-step-no small { color: var(--lime); }
.story-badge {
  margin-top: 16px;
  justify-self: start;
  padding: 7px 12px;
  background: var(--lime);
  color: var(--ink);
  font-family: var(--latin);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}
.story-step h3 { margin: 18px 0 0; font-size: 27px; line-height: 1.45; }
.story-step-lead { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.story-step-dark .story-step-lead { color: #bdc5d1; }
.story-price { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.story-step-dark .story-price { border-color: #3d495a; }
.story-price > strong { display: block; font-family: var(--latin); font-size: 40px; }
.story-price > strong small { margin-left: 8px; font-family: var(--sans); font-size: 11px; font-weight: 600; color: var(--muted); }
.story-step-dark .story-price > strong small { color: #aeb8c8; }
.story-split { margin: 18px 0 0; display: grid; gap: 6px; }
.story-split b { font-size: 12px; }
.story-split em {
  color: #6b7c00;
  font-family: var(--latin);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.story-step-dark .story-split em { color: var(--lime); }
.story-step-note { margin: 20px 0 0; color: var(--muted); font-size: 11px; }
.story-items { margin: 0; padding: 0; list-style: none; align-self: center; border-top: 1px solid var(--line); }
.story-step-dark .story-items { border-color: #3d495a; }
.story-items > li {
  padding: 17px 0 17px 26px;
  border-bottom: 1px solid var(--line);
  position: relative;
  display: grid;
  gap: 5px;
}
.story-step-dark .story-items > li { border-color: #3d495a; }
.story-items > li::before { content: "✓"; position: absolute; left: 0; top: 17px; color: #75a000; font-weight: 800; }
.story-step-dark .story-items > li::before { color: var(--lime); }
.story-items strong { font-size: 15px; }
.story-items small { color: var(--muted); font-size: 12px; line-height: 1.7; }
.story-step-dark .story-items small { color: #bdc5d1; }
.story-total {
  margin-top: 30px;
  padding: 38px 40px;
  border: 1px solid var(--ink);
  border-radius: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}
.story-total-copy > small { color: #75a000; font-family: var(--latin); font-size: 10px; letter-spacing: .14em; }
.story-total-copy > strong { margin-top: 14px; display: block; font-size: 30px; line-height: 1.5; }
.story-total-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.price-footnote { margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.journey-addon {
  margin-top: 30px;
  padding: 30px 34px;
  border: 1px solid var(--ink);
  border-radius: 16px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
  align-items: center;
}
.journey-addon small { color: #789b00; font-family: var(--latin); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.journey-addon h3 { margin: 8px 0 0; font-size: 20px; }
.journey-addon p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.journey-addon > a {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.journey-addon > a span { color: var(--lime); }

.tap-section {
  max-width: none;
  padding-left: max(34px, calc((100% - 1300px) / 2));
  padding-right: max(34px, calc((100% - 1300px) / 2));
  background: var(--lime);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.tap-copy .grow-eyebrow { color: #4d6800; }
.tap-copy h2 { margin: 22px 0 0; font-size: 42px; line-height: 1.22; letter-spacing: -.045em; }
.tap-copy > p:not(.grow-eyebrow) { max-width: 36em; margin: 28px 0 34px; font-size: 15px; line-height: 1.9; }
.tap-steps { border-top: 1px solid rgba(16, 26, 42, .35); }
.tap-steps > div {
  min-height: 118px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(16, 26, 42, .35);
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
}
.tap-steps b { font-family: var(--latin); font-size: 12px; }
.tap-steps span { display: grid; gap: 5px; }
.tap-steps strong { font-size: 18px; }
.tap-steps small { font-size: 12px; }

.grow-final {
  padding: 132px 34px;
  background: var(--ink);
  color: #fff;
  text-align: center;
}
.grow-final .grow-eyebrow { color: var(--lime); }
.grow-final h2 { margin: 24px auto 0; font-size: 42px; line-height: 1.25; letter-spacing: -.05em; }
.grow-final > p:not(.grow-eyebrow) { max-width: 44em; margin: 28px auto 38px; color: #b7c0cd; font-size: 15px; line-height: 1.9; }
.grow-btn-lime { background: var(--lime); color: var(--ink); }
.grow-footer {
  padding: 64px max(34px, calc((100% - 1300px) / 2)) 36px;
  background: #0b1320;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px 70px;
  align-items: start;
}
.grow-logo-light { color: #fff; }
.grow-footer p { margin: 8px 0 0; color: #adb7c5; font-size: 13px; }
.grow-footer > div { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #303b4b; display: flex; gap: 28px; font-size: 12px; }
.grow-footer small { grid-column: 1 / -1; color: #718096; font-size: 10px; }

.grow-section-head,
.growth-flow article,
.journey-copy,
.journey-visual,
.story-step,
.story-total,
.journey-addon,
.tap-steps > div {
  opacity: 1;
  transform: none;
  transition: transform .2s ease, border-color .2s ease;
}
.is-visible { opacity: 1 !important; transform: translateY(0) !important; }
.story-step:hover { transform: translateY(-4px); }

.grow-header { grid-template-columns: 1fr auto; }
.grow-nav { display: none; }
.grow-hero { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; }
.grow-hero h1 { font-size: 48px; }
.grow-hero-visual { width: min(620px, 94%); margin: 0 auto; }
.value-strip { grid-template-columns: 1fr; padding: 18px 28px; }
.value-strip > b { display: none; }
.value-strip > div { padding: 16px 0; border-bottom: 1px solid rgba(16,26,42,.2); }
.value-strip > div:last-child { border-bottom: 0; }
.purpose-section, .tap-section { grid-template-columns: 1fr; gap: 56px; }
.journey-section { grid-template-columns: 1fr; gap: 62px; }
.purpose-section { min-height: auto; }
.purpose-copy { padding-top: 0; }
.growth-flow { grid-template-columns: 1fr; gap: 12px; }
.growth-flow i { width: auto; height: 32px; transform: rotate(90deg); }
.story-step { grid-template-columns: 1fr; gap: 34px; padding: 34px; }
.story-items { align-self: start; }
.story-total { grid-template-columns: 1fr; gap: 26px; }
.story-total > a { width: 100%; justify-content: space-between; }


.grow-header { height: 72px; padding: 0 16px; }
.grow-logo { font-size: 25px; }
.grow-header-cta { min-height: 44px; padding: 0 18px; font-size: 12px; }
.grow-hero { padding: 56px 18px 54px; gap: 48px; }
.grow-hero h1 { margin-top: 20px; font-size: 37px; line-height: 1.19; }
.grow-hero-sub { margin-top: 20px; padding-left: 14px; border-left-width: 3px; font-size: 20px; }
.grow-lead { margin-top: 24px; font-size: 15px; line-height: 1.85; }
.grow-actions { align-items: stretch; flex-direction: column; gap: 14px; }
.grow-btn { width: 100%; }
.grow-text-link { justify-content: space-between; }
.grow-hero-visual { width: 100%; padding: 0 8px 34px 0; }
.browser-card { min-height: 365px; }
.browser-body { padding: 42px 28px 26px; }
.browser-body h2 { font-size: 24px; }
.asset-card { width: 142px; right: -5px; }
.grow-section { padding: 86px 18px; }
.grow-section-head h2, .tap-copy h2 { font-size: 41px; }
.purpose-copy .purpose-large { font-size: 21px; }
.purpose-copy blockquote { padding-left: 20px; font-size: 19px; }
.dark-section, .plans-section, .story-section, .tap-section { padding-left: 18px; padding-right: 18px; }
.growth-flow article { min-height: 260px; }
.growth-flow h3 { margin-top: 50px; }
.journey-section { padding-left: 18px; padding-right: 18px; }
.journey-copy h2 { font-size: 41px; }
.journey-window { transform: none; }
.journey-chat, .journey-status { padding-left: 22px; padding-right: 22px; }
.journey-route { grid-template-columns: 1fr 1fr; gap: 18px; }
.journey-route > i { display: none; }
.journey-route > div { padding-bottom: 14px; border-bottom: 1px solid rgba(16, 26, 42, .24); }
.story-step { padding: 30px 24px 34px; }
.story-step h3 { font-size: 24px; }
.story-price > strong { font-size: 34px; }
.story-price > strong small { margin-left: 0; display: block; margin-top: 8px; }
.story-total { padding: 30px 24px; }
.story-total-copy > strong { font-size: 25px; }
.journey-addon { padding: 26px 22px; grid-template-columns: 1fr; gap: 22px; }
.journey-addon > a { width: 100%; justify-content: space-between; white-space: normal; }
.grow-final { padding: 92px 18px; }
.grow-final h2 { font-size: 40px; }
.grow-footer { padding: 52px 18px 30px; grid-template-columns: 1fr; }
.grow-footer p, .grow-footer > div, .grow-footer small { grid-column: 1; }
.grow-footer > div { flex-wrap: wrap; }


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .grow-section-head, .growth-flow article, .journey-copy, .journey-visual, .story-step, .story-total, .journey-addon, .tap-steps > div { opacity: 1; transform: none; }
}

/* Shared subpages: automation and company */
.subpage-hero {
  min-height: 690px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 34px 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
  gap: 86px;
  align-items: center;
}
.subpage-hero h1 {
  margin: 24px 0 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.06em;
}
.automation-console {
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 28px rgba(16, 26, 42, .12);
  overflow: hidden;
  transform: rotate(1deg);
}
.console-top {
  min-height: 58px;
  padding: 0 22px;
  border-bottom: 1px solid #344054;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}
.console-top > span { display: flex; gap: 7px; }
.console-top i { width: 8px; height: 8px; border-radius: 50%; background: #556176; }
.console-top small { color: #8f9aad; font-family: var(--latin); font-size: 9px; }
.console-top b { color: var(--lime); font-family: var(--latin); font-size: 9px; letter-spacing: .14em; }
.console-body { padding: 38px 34px 42px; }
.console-body > p { margin: 0 0 22px; color: #aeb8c8; font-size: 13px; }
.console-body > div {
  min-height: 58px;
  border-bottom: 1px solid #344054;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}
.console-body > div b { color: var(--lime); font-family: var(--latin); font-size: 9px; letter-spacing: .12em; }
.console-body > strong { margin-top: 34px; color: #8692a6; font-family: var(--latin); font-size: 10px; letter-spacing: .12em; display: block; }
.console-body > strong em { margin-right: 8px; color: var(--lime); font-size: 42px; font-style: normal; letter-spacing: -.04em; }
.automation-grid {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #3b475a;
  border: 1px solid #3b475a;
}
.automation-grid article { min-height: 310px; padding: 34px; background: var(--ink); display: flex; flex-direction: column; }
.automation-grid article > span, .stance-grid article > span { color: var(--lime); font-family: var(--latin); font-size: 10px; letter-spacing: .14em; }
.automation-grid h3 { margin: 62px 0 0; font-size: 26px; }
.automation-grid p { margin: 16px 0 24px; color: #aeb8c8; font-size: 14px; line-height: 1.85; }
.automation-grid article > b { margin-top: auto; color: var(--lime); font-size: 12px; }
.automation-before-after { display: grid; grid-template-columns: .85fr 1.15fr; gap: 92px; align-items: center; }
.time-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; }
.time-compare article { min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; }
.time-compare article.after { background: var(--ink); color: #fff; }
.time-compare small { color: var(--muted); font-family: var(--latin); font-size: 10px; letter-spacing: .14em; }
.time-compare .after small { color: var(--lime); }
.time-compare strong { margin-top: 68px; font-family: var(--latin); font-size: 44px; display: block; letter-spacing: -.05em; }
.time-compare p { min-height: 58px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.time-compare .after p { color: #aeb8c8; }
.time-compare article > div { height: 7px; margin-top: 28px; background: #e3e7e5; }
.time-compare article > div span { height: 100%; background: #778397; display: block; }
.time-compare .after > div { background: #354155; }
.time-compare .after > div span { background: var(--lime); }
.time-compare > i { color: #81a900; font-style: normal; }
.start-steps { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.start-steps article { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.start-steps small { color: #789b00; font-family: var(--latin); font-weight: 800; }
.start-steps h3 { margin: 70px 0 12px; font-size: 22px; }
.start-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.automation-price {
  margin-top: 22px;
  padding: 38px 42px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: center;
}
.automation-price small { color: var(--lime); font-family: var(--latin); font-size: 9px; letter-spacing: .14em; }
.automation-price h3 { margin: 9px 0 5px; font-size: 22px; }
.automation-price p { margin: 0; color: #aeb8c8; font-size: 12px; }
.automation-price > strong { font-family: var(--latin); font-size: 38px; }
.automation-price > strong span { font-family: var(--sans); font-size: 10px; }

.company-manifesto {
  min-height: 390px;
  padding: 42px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  transform: rotate(1.4deg);
  box-shadow: 0 28px 58px rgba(16, 26, 42, .16);
}
.company-manifesto small { color: var(--lime); font-family: var(--latin); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.company-manifesto p { margin: auto 0; font-size: 30px; font-weight: 800; line-height: 1.65; }
.company-manifesto span { color: #8e9aab; font-family: var(--latin); font-size: 11px; }
.company-stance { padding-top: 120px; padding-bottom: 120px; }
.stance-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3b475a; border-bottom: 1px solid #3b475a; }
.stance-grid article { min-height: 340px; padding: 34px; border-right: 1px solid #3b475a; }
.stance-grid article:last-child { border-right: 0; }
.stance-grid h3 { margin: 92px 0 16px; font-size: 25px; }
.stance-grid p { margin: 0; color: #aeb8c8; font-size: 14px; line-height: 1.9; }
.company-name-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: end; }
.company-name-section .grow-section-head { grid-row: 1 / 3; }
.name-mark { display: flex; align-items: baseline; font-family: var(--latin); font-size: 80px; font-weight: 800; letter-spacing: -.09em; line-height: .8; }
.name-mark span { display: inline-block; }
.name-mark span:nth-child(even) { transform: translateY(8px); }
.name-mark b { color: var(--lime-strong); }
.name-copy { max-width: 45em; margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.company-profile-section { display: grid; grid-template-columns: .6fr 1.4fr; gap: 100px; }
.company-profile { margin: 0; border-top: 1px solid var(--line); }
.company-profile > div { min-height: 88px; padding: 20px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 150px 1fr; align-items: start; }
.company-profile dt { color: #758198; font-size: 12px; font-weight: 700; }
.company-profile dd { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.8; }
.company-profile a { padding-bottom: 3px; border-bottom: 1px solid var(--ink); }

.subpage-hero { min-height: auto; grid-template-columns: 1fr; }
.automation-console, .company-manifesto { width: min(620px, 100%); }
.automation-before-after, .company-name-section, .company-profile-section { grid-template-columns: 1fr; gap: 56px; }
.company-name-section .grow-section-head { grid-row: auto; }
.automation-price { grid-template-columns: 1fr auto; }
.automation-price .grow-btn { grid-column: 1 / -1; }


.subpage-hero { padding: 58px 18px 56px; gap: 48px; }
.subpage-hero h1 { font-size: 47px; line-height: 1.16; }
.console-body { padding: 30px 24px 34px; }
.console-body > div { font-size: 12px; }
.automation-grid, .stance-grid, .start-steps { grid-template-columns: 1fr; }
.automation-grid article { min-height: 270px; }
.time-compare { grid-template-columns: 1fr; }
.time-compare > i { text-align: center; transform: rotate(90deg); }
.automation-price { padding: 30px 24px; grid-template-columns: 1fr; gap: 28px; }
.automation-price .grow-btn { grid-column: auto; }
.company-manifesto { min-height: 320px; padding: 30px; }
.company-manifesto p { font-size: 25px; }
.stance-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid #3b475a; }
.stance-grid article:last-child { border-bottom: 0; }
.stance-grid h3 { margin-top: 58px; }
.name-mark { font-size: 82px; }
.company-profile > div { grid-template-columns: 1fr; gap: 8px; }


/* Contact */
.contact-hero {
  min-height: 690px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 34px 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  gap: 88px;
  align-items: center;
}
.contact-hero h1 {
  margin: 24px 0 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.06em;
}
.contact-promise {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-promise span {
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
}
.contact-message {
  min-height: 430px;
  padding: 44px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 28px rgba(16, 26, 42, .12);
  display: flex;
  flex-direction: column;
  transform: rotate(1.2deg);
}
.contact-message small {
  color: var(--lime);
  font-family: var(--latin);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}
.contact-message p {
  margin: auto 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.65;
}
.contact-message span {
  color: #aeb8c8;
  font-size: 12px;
  line-height: 1.8;
}
.contact-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 126px 34px;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 96px;
  align-items: start;
}
.contact-flow {
  position: sticky;
  top: 36px;
}
.contact-flow h2 {
  margin: 20px 0 0;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.05em;
}
.contact-form {
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--soft);
}
.contact-form-head { margin-bottom: 20px; }
.contact-form-head h2 { margin: 18px 0 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.16; letter-spacing: -.055em; }
.contact-form-head .contact-intro { max-width: 700px; }
.contact-form-head .contact-intro + .contact-intro { margin-top: 4px; }
.contact-form-guide { margin: 20px 0 0; color: #50605a; font-size: 12px; font-weight: 700; line-height: 1.8; }
.contact-field { margin-top: 28px; }
.contact-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-label {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
}
.contact-label b,
.contact-label em {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-style: normal;
}
.contact-label b { background: var(--lime); }
.contact-label em { background: #e5e9e5; color: var(--muted); }
.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #cfd6d4;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-field input { height: 56px; padding: 0 17px; }
.contact-field textarea { min-height: 168px; padding: 16px 17px; line-height: 1.8; resize: vertical; }
.contact-field textarea.is-short { min-height: 112px; }
.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #789b00;
  box-shadow: 0 0 0 3px rgba(186, 243, 50, .34);
}
.contact-field input::placeholder,
.contact-field textarea::placeholder { color: #9aa3af; }
.contact-field > small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  display: block;
}
.contact-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.contact-chips label { cursor: pointer; }
.contact-chips input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.contact-chips span {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid #cfd6d4;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  transition: background .18s ease, border-color .18s ease;
}
.contact-chips input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.contact-chips input:focus-visible + span { outline: 3px solid rgba(186, 243, 50, .7); outline-offset: 2px; }
.contact-submit {
  width: 100%;
  min-height: 64px;
  margin-top: 34px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-submit span { color: var(--lime); font-size: 18px; }
.contact-submit:disabled { cursor: wait; opacity: .7; }
.contact-submit-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; line-height: 1.7; }
.contact-status { min-height: 1.8em; margin: 14px 0 0; font-size: 12px; font-weight: 800; line-height: 1.8; text-align: center; }
.contact-status.is-success { color: #486a00; }
.contact-status.is-error { color: #a22b1f; }
.contact-after-note { margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.9; }
.contact-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.contact-hero { min-height: auto; grid-template-columns: 1fr; }
.contact-message { width: min(620px, 100%); }
.contact-section { grid-template-columns: 1fr; gap: 62px; }
.contact-flow { position: static; }


.contact-hero { padding: 58px 18px 56px; gap: 48px; }
.contact-hero h1 { font-size: 47px; line-height: 1.16; }
.contact-message { min-height: 330px; padding: 30px; }
.contact-message p { font-size: 25px; }
.contact-section { padding: 86px 18px; }
.contact-flow h2 { font-size: 41px; }
.contact-form { padding: 30px 20px; }
.contact-field-row { grid-template-columns: 1fr; gap: 0; }
.contact-chips { display: grid; }
.contact-chips span { width: 100%; }


/* Roadmap (coming soon) section */
.roadmap-compare { margin-top: 70px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 26px; align-items: stretch; }
.roadmap-compare > i { align-self: center; font-style: normal; font-size: 30px; color: var(--muted); }
.roadmap-compare article { padding: 34px; border: 1px solid var(--line); background: var(--soft); }
.roadmap-compare article > small { display: flex; align-items: center; gap: 10px; font-family: var(--latin); font-size: 11px; letter-spacing: .12em; color: var(--muted); }
.roadmap-compare article > small b { padding: 4px 10px; background: var(--lime); color: var(--ink); font-size: 10px; letter-spacing: .1em; }
.roadmap-compare ul { margin: 22px 0 0; padding: 0; list-style: none; }
.roadmap-compare li { padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; gap: 3px; }
.roadmap-compare li:last-child { border-bottom: 0; padding-bottom: 0; }
.roadmap-compare li strong { font-size: 15px; }
.roadmap-compare li span { font-size: 12.5px; color: var(--muted); }
.roadmap-compare .is-coming { background: var(--paper); border: 1px dashed #a9b49f; }
.promise-cards { grid-template-columns: 1fr; gap: 14px; }
.promise-cards article { padding: 30px 24px; }
.promise-cards h3 { font-size: 21px; }
.roadmap-compare { grid-template-columns: 1fr; gap: 14px; }
.roadmap-compare > i { transform: rotate(90deg); justify-self: center; }


/* ---- proof section (hp.html) ---- */
.proof-section { padding-top: 110px; }
.proof-cases { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.proof-cases article { border: 1px solid var(--line); padding: 34px; display: flex; flex-direction: column; gap: 18px; background: var(--paper); }
.proof-case-label { font-family: var(--latin); font-size: 10px; letter-spacing: .14em; color: var(--muted); }
.proof-stats { display: flex; gap: 34px; }
.proof-stats > div { display: grid; gap: 6px; }
.proof-stats strong { font-family: var(--latin); font-size: 46px; font-weight: 800; line-height: 1; }
.proof-stats strong em { font-family: var(--sans); font-style: normal; font-size: 18px; font-weight: 700; margin-left: 2px; }
.proof-stats small { font-size: 11px; color: var(--muted); }
.proof-cases article > p { margin: 0; font-size: 14px; line-height: 1.9; color: var(--muted); }
.proof-desc { color: var(--ink) !important; }
.proof-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.proof-list li { font-size: 14px; padding-left: 20px; position: relative; }
.proof-list li::before { content: "＋"; position: absolute; left: 0; color: var(--lime-strong); font-weight: 700; }
.proof-trust { margin-top: 26px; border: 1px solid var(--line); padding: 22px 34px; display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.proof-trust > small { font-family: var(--latin); font-size: 10px; letter-spacing: .14em; color: var(--muted); }
.proof-trust-items { display: flex; gap: 40px; flex-wrap: wrap; }
.proof-trust-items > div { display: flex; align-items: center; gap: 14px; }
.proof-trust-items img { height: 26px; width: auto; }
.proof-trust-items span { font-size: 12px; color: var(--muted); }
.proof-cases { grid-template-columns: 1fr; }
.proof-trust { flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px 24px; }
.proof-trust-items { flex-direction: column; gap: 16px; }


/* ---- business-os case (automation.html) ---- */
.os-case { display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px; margin-top: 44px; align-items: start; }
.os-case-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.os-case-list li { background: var(--paper); padding: 22px 24px; display: grid; gap: 6px; }
.os-case-list strong { font-size: 15px; }
.os-case-list small { font-size: 12px; color: var(--muted); line-height: 1.7; }
.os-case-note { background: var(--ink); color: #fff; padding: 30px; display: grid; gap: 16px; justify-items: start; }
.os-case-note small { font-family: var(--latin); font-size: 10px; letter-spacing: .14em; color: var(--lime); }
.os-case-note p { margin: 0; font-size: 14px; line-height: 1.9; color: #aeb8c8; }
.os-case-note p strong { color: #fff; }
.os-case { grid-template-columns: 1fr; }
.os-case-list { grid-template-columns: 1fr; }


/* ---- company top (index.html) ---- */
.home-honest { margin: 22px 0 0; font-size: 13px; line-height: 1.9; color: var(--muted); border-left: 3px solid var(--lime-strong); padding-left: 16px; }
.home-hero .grow-actions { margin-top: 34px; }
.home-ladder-card { min-height: 390px; padding: 40px; border-radius: 18px; background: var(--ink); color: #fff; display: flex; flex-direction: column; gap: 26px; transform: rotate(1.4deg); box-shadow: 0 28px 58px rgba(16, 26, 42, .16); }
.home-ladder-card > small { color: var(--lime); font-family: var(--latin); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.home-ladder-card ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.home-ladder-card li { display: flex; gap: 16px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.home-ladder-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.home-ladder-card li b { font-family: var(--latin); font-size: 11px; color: var(--lime); margin-top: 4px; }
.home-ladder-card li span { display: grid; gap: 4px; }
.home-ladder-card li strong { font-size: 17px; }
.home-ladder-card li em { font-style: normal; font-size: 12px; color: #8e9aab; }
.home-ladder-note { font-size: 11px; color: #8e9aab; }
.home-ladder-card { width: min(620px, 100%); min-height: auto; }


/* ---- services with accordions (index.html) ---- */
.services-section { max-width: none; padding-left: max(34px, calc((100% - 1300px) / 2)); padding-right: max(34px, calc((100% - 1300px) / 2)); background: var(--soft); }
.svc-list { margin-top: 50px; display: grid; gap: 22px; }
.svc-card { background: var(--paper); border: 1px solid var(--line); }
.svc-card-head { padding: 40px; display: grid; gap: 18px; }
.svc-no { font-family: var(--latin); font-size: 10px; letter-spacing: .14em; color: var(--muted); }
.svc-card-head h3 { margin: 0; font-size: 26px; letter-spacing: -.03em; }
.svc-lead { margin: 0; font-size: 15px; line-height: 1.95; color: var(--muted); max-width: 46em; }
.svc-points { margin: 6px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.svc-points li { background: var(--paper); padding: 18px 20px; display: grid; gap: 5px; }
.svc-points strong { font-size: 15px; }
.svc-points small { font-size: 12px; color: var(--muted); }
.svc-price { margin: 0; font-size: 14px; font-weight: 700; padding: 16px 20px; background: var(--soft); border-left: 4px solid var(--lime-strong); }
.svc-detail { border-top: 1px solid var(--line); }
.svc-detail > summary { list-style: none; cursor: pointer; padding: 22px 40px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 14px; font-weight: 700; background: var(--paper); transition: background .2s ease; }
.svc-detail > summary::-webkit-details-marker { display: none; }
.svc-detail > summary::after { content: "＋"; font-size: 20px; font-weight: 400; color: var(--muted); }
.svc-detail[open] > summary::after { content: "－"; }
.svc-detail > summary:hover { background: var(--soft); }
.svc-detail > summary:focus-visible { outline: 3px solid var(--lime-strong); outline-offset: -3px; }
.svc-detail[open] > summary { border-bottom: 1px solid var(--line); }
.svc-detail-body { padding: 10px 40px 46px; }
.svc-block { padding-top: 46px; }
.svc-block + .svc-block { margin-top: 46px; border-top: 1px solid var(--line); }
.svc-block h4 { margin: 0; font-size: 21px; letter-spacing: -.03em; }
.svc-block-lead { margin: 16px 0 0; font-size: 14px; line-height: 1.95; color: var(--muted); max-width: 44em; }
.svc-block blockquote { margin: 26px 0 0; padding-left: 20px; border-left: 4px solid var(--lime-strong); font-size: 18px; font-weight: 700; line-height: 1.8; }
.svc-block .growth-flow { margin-top: 34px; }
.svc-block .growth-flow article { min-height: auto; border-color: var(--line); }
.svc-block .growth-flow article h3 { margin-top: 34px; font-size: 20px; }
.svc-block .growth-flow article > span { color: #789b00; }
.svc-block .growth-flow p { color: var(--muted); }
.svc-block .growth-flow i { color: var(--muted); }
.svc-block .story-flow, .svc-block .automation-grid, .svc-block .os-case, .svc-block .time-compare, .svc-block .start-steps, .svc-block .os-case-list { margin-top: 34px; }
.svc-block .start-steps article { min-height: auto; }
.svc-block .automation-grid article { min-height: auto; }
.svc-block .automation-grid h3 { margin-top: 34px; }
.svc-block .tap-steps { margin-top: 30px; border-top-color: var(--line); }
.svc-block .tap-steps > div { min-height: auto; padding: 20px 0; border-bottom: 1px solid var(--line); }
.svc-block .journey-points { margin-top: 26px; }
.svc-block .journey-route { margin-top: 26px; }
.svc-block .story-total { margin-top: 26px; }
.svc-block .price-footnote { margin-top: 24px; }
.svc-card-head { padding: 28px 22px; }
.svc-points { grid-template-columns: 1fr; }
.svc-detail > summary { padding: 20px 22px; }
.svc-detail-body { padding: 4px 22px 34px; }
.svc-block { padding-top: 34px; }
.svc-block + .svc-block { margin-top: 34px; }


/* ---- contact on top page ---- */
.home-contact { background: var(--soft); max-width: none; padding-left: max(34px, calc((100% - 1300px) / 2)); padding-right: max(34px, calc((100% - 1300px) / 2)); }
.home-contact.contact-section { display: block; }
.home-contact .contact-form { width: min(920px, 100%); margin-inline: auto; }
.contact-intro { margin: 24px 0 0; font-size: 15px; line-height: 1.95; color: var(--muted); }
.contact-outcomes { margin-top: 30px; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-outcomes > div { background: var(--paper); padding: 16px 20px; display: flex; align-items: center; gap: 18px; }
.contact-outcomes small { font-family: var(--latin); font-size: 10px; color: var(--muted); }
.contact-outcomes p { margin: 0; display: grid; gap: 3px; }
.contact-outcomes strong { font-size: 14px; }
.contact-outcomes span { font-size: 11px; color: var(--muted); }
.svc-tagline { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.75; letter-spacing: -.02em; color: var(--muted); }
.svc-detail-body > .svc-lead { margin-top: 0; }
.svc-detail-body > .svc-points { margin-bottom: 0; }
.svc-detail-body > .svc-price + .svc-block { margin-top: 40px; }
.svc-tagline em { display: block; font-style: normal; font-size: 13px; font-weight: 600; color: var(--muted); margin-top: 4px; }
.svc-mock { margin-top: 34px; max-width: 540px; }
.svc-mock .journey-window, .svc-mock .automation-console { transform: rotate(.6deg); }

/* ---- stance banner (company.html) ---- */
.stance-banner { max-width: none; padding: 96px max(34px, calc((100% - 1300px) / 2)); background: var(--ink); color: #fff; }
.stance-banner .grow-eyebrow { color: var(--lime); }
.stance-banner h2 { margin: 22px 0 0; font-size: 34px; font-weight: 800; line-height: 1.24; letter-spacing: -.05em; }
.stance-banner-copy { margin-top: 34px; display: grid; gap: 22px; max-width: 62em; }
.stance-banner-copy p { margin: 0; color: #aeb8c8; font-size: 14px; line-height: 2; }
.stance-banner { padding: 62px 22px; }

/* dark card: 明示指定がないと親の文字色を継承し、暗背景に暗文字で消える（実描画で検出 2026-08-18） */
.automation-grid article { color: #fff; }
.svc-block .journey-route { margin-top: 48px; }
.home-hero h1 { font-size: 26px; line-height: 1.4; }

/* ---- proof: before → after（比較構造のため横並びは可・DESIGN.md §4） ---- */
.proof-case-main { background: var(--soft); }
.proof-change { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; padding: 24px; background: var(--paper); border: 1px solid var(--line); }
.proof-change > div { display: grid; gap: 6px; }
.proof-change small { font-size: 11px; color: var(--muted); }
.proof-change strong { font-family: var(--latin); font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -.04em; color: var(--muted); }
.proof-change em { font-family: var(--sans); font-style: normal; font-size: 16px; font-weight: 700; margin-left: 2px; }
.proof-change span { font-size: 12px; color: var(--muted); line-height: 1.7; }
.proof-change .is-after strong { color: var(--ink); }
.proof-change .is-after span b { color: #4d6800; }
.proof-change > i { font-style: normal; font-size: 22px; color: var(--lime-strong); }
.proof-list b { font-weight: 800; }
.proof-note { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.8; }
.proof-change { grid-template-columns: 1fr auto 1fr; gap: 10px; padding: 20px 14px; align-items: start; }
.proof-change > div { gap: 4px; }
.proof-change > i { align-self: center; font-size: 18px; }
.proof-change strong { font-size: 34px; }
.proof-change em { font-size: 13px; }
.proof-change small { font-size: 10.5px; }
.proof-change span { font-size: 11px; line-height: 1.6; }

.profile-note { display: block; margin-top: 4px; font-size: 11px; color: var(--muted); }

/* ---- mini company profile (index.html 最下部) ---- */
.mini-profile { max-width: none; padding: 82px max(34px, calc((100% - 1300px) / 2)); display: grid; grid-template-columns: minmax(240px, .5fr) minmax(0, 1.5fr); gap: 56px; align-items: start; border-top: 1px solid var(--line); }
.mini-profile-head h2 { margin: 14px 0 18px; font-size: 26px; letter-spacing: -.03em; }
.mini-profile-list { margin: 0; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.mini-profile-list > div { background: var(--paper); padding: 16px 22px; display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 18px; align-items: baseline; }
.mini-profile-list dt { font-size: 12px; color: var(--muted); }
.mini-profile-list dd { margin: 0; font-size: 14px; line-height: 1.8; }
.mini-profile { grid-template-columns: 1fr; gap: 28px; padding: 56px 22px; }
.mini-profile-list > div { grid-template-columns: 1fr; gap: 4px; padding: 14px 18px; }


/* ---- fixed mobile-width shell (locks layout to the ≤640px mobile design at every viewport) ---- */
html {
  background: #efede9;
}
body {
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  box-shadow: 0 0 40px rgba(0, 0, 0, .08);
}

/* FV 役割分担インフォグラフィック（コメント fb-mtgiwd1o-ngua 対応） */
.fv-roles { margin: 24px 0 0; display: grid; gap: 8px; }
.fv-role { padding: 18px; border: 1px solid var(--line); background: var(--soft); display: grid; gap: 10px; }
.fv-role small { font-size: 11px; font-weight: 800; letter-spacing: .08em; color: #66748a; }
.fv-role strong { font-size: 16px; line-height: 1.5; letter-spacing: -.02em; }
.fv-chips { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.fv-chips li { padding: 6px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.fv-roles-arrow { justify-self: center; color: var(--muted); font-size: 12px; font-weight: 700; }
.fv-role.is-you { background: var(--ink); border-color: var(--ink); color: #fff; }
.fv-role.is-you small { color: var(--lime); }
.fv-role-note { margin: 0; font-size: 12.5px; line-height: 1.7; color: var(--muted); }
.fv-role.is-you .fv-role-note { color: rgba(255, 255, 255, .75); }
.promise-cards .fv-role { background: #fff; }
.promise-cards .fv-role.is-you { background: var(--ink); }
.promise-cards .fv-chips li { background: var(--soft); }
/* 「02 時間」— pecoliからオーナーへ時間を戻すキャラクターイラスト */
.time-handoff {
  margin: 26px 0 0;
  border: 1px solid var(--ink);
  background: var(--ink);
  overflow: hidden;
}
.time-handoff > img {
  width: 100%;
  height: auto;
  display: block;
}
.time-handoff-labels {
  padding: 16px;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}
.time-handoff-labels > div { display: grid; gap: 4px; }
.time-handoff-labels small {
  color: #678900;
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}
.time-handoff-labels strong { font-size: 12px; line-height: 1.5; }
.time-handoff-labels span { color: var(--muted); font-size: 9px; line-height: 1.55; }
.time-handoff-labels i { color: #668a00; font-size: 16px; font-style: normal; font-weight: 900; }
.time-handoff figcaption {
  padding: 13px 16px;
  color: #98a49f;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.time-handoff figcaption b { color: var(--lime); }

/* 集客の流れ図（インフォグラフィック） */
.flow-nodes { margin-top: 26px; display: grid; }
.flow-node { padding: 14px 16px; border: 1px solid var(--line); background: #fff; display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; }
.flow-node b { width: 26px; height: 26px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-family: var(--latin); font-size: 12px; font-weight: 800; }
.flow-node span { display: grid; gap: 4px; }
.flow-node strong { font-size: 14.5px; line-height: 1.5; }
.flow-node small { font-size: 12px; color: var(--muted); line-height: 1.6; }
.flow-arrow { justify-self: center; padding: 2px 0; color: #679500; font-size: 14px; font-weight: 800; font-style: normal; }
.flow-outcome { margin-top: 10px; padding: 13px 16px; background: var(--ink); color: var(--lime); font-size: 13.5px; font-weight: 800; text-align: center; }

/* お支払いの安心（独立セクション） */
.assure-section { background: var(--soft); }
.assure-cards { margin: 34px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.assure-cards li { padding: 20px 18px; background: var(--paper); border: 1px solid var(--line); display: grid; gap: 8px; }
.assure-cards b { width: 30px; height: 30px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-family: var(--latin); font-size: 12px; font-weight: 800; }
.assure-cards strong { font-size: 16px; line-height: 1.55; letter-spacing: -.02em; }
.assure-cards span { font-size: 13px; line-height: 1.85; color: var(--muted); }
.assure-section .price-footnote { margin-top: 20px; }

/* =========================================================
   pecoli v3 — 「本業を中心へ戻す」visual system
   ========================================================= */
.skip-link {
  position: fixed;
  left: 50%;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--lime);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  transform: translateX(-50%);
  transition: top .2s ease;
}
.skip-link:focus { top: 10px; }

.grow-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 64px;
  border-bottom-color: rgba(13, 25, 22, .12);
  background: rgba(255, 254, 249, .92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.grow-logo span { color: #77a70e; }
.grow-header-cta { display: none; }
.grow-header { grid-template-columns: auto 1fr; }
.grow-header .grow-logo {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: 124px;
}
.grow-logo img { display: block; width: 100%; height: auto; }
.grow-footer .grow-logo { width: 150px; }
.header-menu {
  grid-column: 1;
  grid-row: 1;
  position: static;
  z-index: 60;
  justify-self: start;
}
.header-menu > summary {
  width: 44px;
  height: 44px;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(201, 255, 61, .34);
  background: var(--ink);
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}
.header-menu > summary::-webkit-details-marker { display: none; }
.header-menu > summary span {
  width: 20px;
  height: 2px;
  background: #fff;
  transition: transform .22s ease, opacity .18s ease;
}
.header-menu[open] > summary span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header-menu[open] > summary span:nth-child(2) { opacity: 0; }
.header-menu[open] > summary span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.header-menu-panel {
  position: fixed;
  top: 64px;
  left: 50%;
  width: min(430px, 100%);
  height: calc(100vh - 64px);
  height: calc(100svh - 64px);
  padding: clamp(30px, 5svh, 48px) 24px 28px;
  border-top: 1px solid rgba(201, 255, 61, .24);
  background:
    radial-gradient(circle at 92% 8%, rgba(201, 255, 61, .14), transparent 31%),
    linear-gradient(155deg, #13251f 0%, #07110e 68%);
  color: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(-50%);
  overflow-y: auto;
  box-shadow: 0 24px 50px rgba(7, 17, 14, .34);
}
.header-menu-panel::before {
  content: "MENU";
  position: absolute;
  top: 14px;
  right: -8px;
  color: transparent;
  font-family: var(--latin);
  font-size: 76px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(201, 255, 61, .16);
  pointer-events: none;
}
.header-menu-title {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(18px, 3svh, 30px);
  display: grid;
  gap: 3px;
}
.header-menu-title small {
  color: var(--lime);
  font-family: var(--latin);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
}
.header-menu-title strong {
  font-family: var(--latin);
  font-size: 23px;
  letter-spacing: .08em;
}
.header-menu-links {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.header-menu-links a {
  min-height: 62px;
  padding: 10px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 14px;
}
.menu-index {
  color: var(--lime);
  font-family: var(--latin);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}
.menu-copy { display: grid; gap: 1px; }
.menu-copy small {
  color: #84938d;
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}
.menu-copy strong { font-size: 16px; line-height: 1.35; }
.menu-arrow { color: var(--lime); font-size: 18px; }
.header-menu-contact {
  position: relative;
  z-index: 1;
  min-height: 66px;
  margin-top: auto;
  padding: 0 20px;
  background: var(--lime);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 900;
}
.header-menu-contact b { font-size: 22px; }

.mini-profile-list > div,
.company-profile > div {
  grid-template-columns: minmax(94px, .34fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.mini-profile-list dt,
.company-profile dt { padding-top: 3px; }

.home-hero {
  min-height: calc(100vh - 64px);
  min-height: calc(100svh - 64px);
  padding: clamp(24px, 4svh, 42px) 18px clamp(22px, 3.5svh, 34px);
  position: relative;
  display: flex;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  border-bottom: 8px solid var(--lime);
  background:
    radial-gradient(circle at 88% 16%, rgba(201, 255, 61, .17) 0, rgba(201, 255, 61, .04) 28%, transparent 52%),
    linear-gradient(155deg, #12231e 0%, #07110e 72%);
}
.home-hero::before {
  content: none;
}
.home-hero::after {
  content: "";
  position: absolute;
  top: clamp(118px, 20svh, 190px);
  right: -68px;
  z-index: -1;
  width: 190px;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 255, 61, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(201, 255, 61, .025), 0 0 0 68px rgba(201, 255, 61, .018);
}
.home-hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-hero .grow-eyebrow { color: #668a00; }
.home-hero h1 {
  margin: 19px 0 0;
  font-size: clamp(38px, 10.4vw, 45px);
  line-height: 1.12;
  letter-spacing: -.068em;
}
.home-hero h1 span { position: relative; display: inline-block; }
.home-hero h1 span::after {
  content: "";
  position: absolute;
  left: .02em;
  right: -.02em;
  bottom: -.08em;
  z-index: -1;
  height: .22em;
  background: var(--lime);
  transform: rotate(-1.5deg);
}
.home-hero .hero-tagline {
  margin-top: auto;
  display: grid;
  gap: 8px;
}
.home-hero .hero-tagline-small {
  width: max-content;
  color: #d8e0dc;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .08em;
}
.home-hero .hero-tagline-small::after { display: none; }
.home-hero .hero-tagline-main {
  width: max-content;
  max-width: 100%;
  font-size: clamp(48px, 13.5vw, 59px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.075em;
  color: #fff;
}
.home-hero .grow-lead > span { display: block; }
.home-hero .grow-lead > span + span { margin-top: .55em; }
.home-hero .hero-tagline-main::after {
  left: -.02em;
  right: -.09em;
  bottom: -.13em;
  height: .24em;
  clip-path: polygon(0 28%, 100% 0, 98% 72%, 1% 100%);
  transform: rotate(-1.2deg);
}
.hero-declaration {
  margin: 0;
  padding: 13px 0 13px 15px;
  border-left: 4px solid var(--lime-strong);
  display: grid;
  gap: 5px;
}
.hero-declaration + .grow-eyebrow { margin-top: 26px; }
.hero-declaration small {
  color: #6c7d76;
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}
.hero-declaration strong {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -.02em;
}
.home-hero .grow-lead {
  margin-top: 28px;
  color: #bdc8c3;
  font-size: 15px;
  line-height: 1.95;
}
.home-hero .grow-lead strong { color: #fff; font-weight: 900; }
.hero-backing {
  margin-top: 24px;
  padding: 16px 0;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hero-backing > div {
  min-height: 52px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
}
.hero-backing > div + div { border-left: 1px solid var(--line); }
.hero-backing small {
  color: #6c7d76;
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .16em;
}
.hero-backing img { width: 100%; height: 25px; object-fit: contain; object-position: center; }
.home-hero .grow-actions { margin-top: 30px; }
.home-hero .grow-btn {
  width: 100%;
  min-height: 62px;
  border-radius: 0;
  justify-content: space-between;
}
.home-hero .grow-text-link { justify-content: space-between; }
.home-hero .home-honest {
  margin-top: 26px;
  padding: 0;
  border-left: 0;
  color: #718079;
  font-size: 10px;
  line-height: 1.8;
}

.focus-stage {
  position: relative;
  width: calc(100% - 14px);
  aspect-ratio: 1 / 1;
  padding: 18px;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  box-shadow: 14px 16px 0 var(--lime);
}
.focus-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: radial-gradient(rgba(255,255,255,.75) .7px, transparent .7px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.focus-stage-label {
  position: relative;
  z-index: 3;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #8c9a95;
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.focus-stage-label span { color: var(--lime); }
.focus-orbit { position: absolute; inset: 43px 11px 54px; }
.orbit-line {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(201, 255, 61, .38);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.orbit-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 18px var(--lime);
}
.orbit-line-one { width: 88%; aspect-ratio: 1; animation: orbit-spin 22s linear infinite; }
.orbit-line-two { width: 62%; aspect-ratio: 1; border-color: rgba(255,255,255,.17); animation: orbit-spin-reverse 17s linear infinite; }
.focus-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 12px rgba(201,255,61,.08), 0 0 50px rgba(201,255,61,.18);
}
.focus-core small { font-family: var(--latin); font-size: 6px; font-weight: 800; letter-spacing: .11em; }
.focus-core strong { margin-top: 4px; font-size: 35px; line-height: 1; letter-spacing: -.08em; }
.focus-core span { max-width: 11em; margin-top: 7px; font-size: 7px; font-weight: 700; }
.orbit-task {
  position: absolute;
  z-index: 2;
  padding: 6px 8px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(13,25,22,.93);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}
.task-web { left: 7%; top: 12%; color: var(--lime); }
.task-review { right: 9%; top: 5%; }
.task-booking { right: 0; top: 46%; color: var(--lime); }
.task-office { right: 13%; bottom: 7%; }
.task-system { left: 0; bottom: 17%; color: var(--lime); }
.focus-stage-footer {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 15px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: 10px;
  font-size: 9px;
}
.focus-stage-footer b { color: var(--lime); }
.focus-stage-footer span { color: #92a09b; }
.focus-stage-explain {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #5a6a63;
}
@keyframes orbit-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes orbit-spin-reverse { to { transform: translate(-50%, -50%) rotate(-360deg); } }

.hero-proofline {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--ink);
  color: #fff;
}
.hero-proofline > * {
  min-height: 96px;
  padding: 22px 18px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  display: grid;
  align-content: center;
  gap: 5px;
}
.hero-proofline > *:last-child { border-bottom: 0; }
.hero-proofline small { color: var(--lime); font-family: var(--latin); font-size: 8px; letter-spacing: .14em; }
.hero-proofline strong { font-size: 14px; }
.hero-proofline span { color: #98a49f; font-size: 10px; }

.grow-section { padding-top: 92px; padding-bottom: 92px; }
.grow-section-head h2 { font-size: 39px; line-height: 1.18; }
.promise-section { position: relative; }
.promise-section::before {
  content: "02";
  position: absolute;
  right: -8px;
  top: 48px;
  color: rgba(13,25,22,.035);
  font-family: var(--latin);
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}
.promise-cards { position: relative; }
.promise-cards article { border-radius: 0; background: var(--paper); }
.promise-cards article:first-child { border-top: 6px solid var(--lime-strong); }
.promise-cards article:last-child { border-top: 6px solid var(--ink); }

.proof-section {
  max-width: none;
  padding-left: 18px;
  padding-right: 18px;
  background: var(--ink);
  color: #fff;
}
.proof-section .grow-eyebrow { color: var(--lime); }
.proof-section .grow-section-head > p:last-child,
.proof-section .price-footnote { color: #9ba7a2; }
.proof-section .proof-cases article { border-color: #35423e; background: #14231f; }
.proof-section .proof-case-main { border-top: 6px solid var(--lime); }
.proof-section .proof-case-label,
.proof-section .proof-cases article > p,
.proof-section .proof-list li,
.proof-section .proof-note { color: #c6cec9; }
.proof-section .proof-desc { color: #fff !important; }
.proof-section .proof-change { border-color: #35423e; background: #0a1512; }
.proof-section .proof-change strong { color: #87938e; }
.proof-section .proof-change span { color: #aeb9b4; }
.proof-section .proof-change .is-after strong { color: var(--lime); }
.proof-section .proof-change .is-after span b { color: var(--lime); }
.proof-section .proof-trust { border-color: #35423e; }
.proof-section .proof-trust-items img { padding: 4px 8px; background: #fff; }
.proof-section .proof-trust-items span { color: #c6cec9; }

.services-section { background: var(--soft); }
.svc-card { border-color: #cdd2c9; box-shadow: 0 12px 40px rgba(13,25,22,.045); }
.svc-detail > summary { min-height: 66px; }
.svc-detail > summary::after { color: #5c7e00; }
.assure-section { background: var(--soft); }
.assure-section .grow-eyebrow { color: #4d6500; }
.assure-heading { white-space: nowrap; font-size: clamp(24px, 8vw, 42px); }
.assure-section .assure-heading { font-size: clamp(20px, 6.5vw, 42px); }
.assure-cards li { background: rgba(255,255,255,.76); border-color: rgba(13,25,22,.25); }
.assure-cards b { background: var(--ink); color: var(--lime); }
.purpose-section { background: var(--ink); color: #fff; }
.purpose-section .grow-eyebrow { color: var(--lime); }
.purpose-section .purpose-copy p { color: #aeb9b4; }
.purpose-section .purpose-copy .purpose-large,
.purpose-section .purpose-copy blockquote { color: #fff; }
.purpose-section .grow-text-link { border-color: var(--lime); color: #fff; }
.home-contact { background: var(--paper); }
.contact-form { border-radius: 0; }
.mobile-consult {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 60;
  width: min(430px, 100%);
  min-height: 70px;
  padding: 0 20px;
  background: var(--lime);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 -8px 30px rgba(13,25,22,.16);
  transform: translateX(-50%);
}
.mobile-consult b { font-size: 20px; }
body { padding-bottom: 70px; }

@media (min-width: 1100px) {
  html {
    background:
      radial-gradient(ellipse at 2% 18%, rgba(201, 255, 61, .94) 0, rgba(201, 255, 61, .42) 18%, transparent 41%),
      radial-gradient(ellipse at 100% 82%, rgba(11, 63, 44, .78) 0, rgba(38, 102, 75, .46) 23%, transparent 49%),
      linear-gradient(118deg, transparent 0 34%, rgba(255, 255, 255, .72) 47%, transparent 62%),
      linear-gradient(135deg, #dff49d 0%, #f4f0e8 48%, #8fb29f 100%);
    background-attachment: fixed;
  }
  .grow-header {
    position: static;
  }
  .grow-header .header-menu { display: none; }
  .mobile-consult { display: none; }
  .desktop-toc {
    position: fixed;
    top: 50%;
    right: calc(50% + 270px);
    z-index: 18;
    width: clamp(250px, calc(50vw - 290px), 320px);
    max-height: calc(100vh - 110px);
    padding: 32px 28px 26px;
    background:
      radial-gradient(circle at 100% 0, rgba(201, 255, 61, .14), transparent 38%),
      linear-gradient(155deg, #172821 0%, #08120f 72%);
    color: #fff;
    display: grid;
    overflow-y: auto;
    transform: translateY(-50%);
    box-shadow: 0 24px 60px rgba(13, 25, 22, .18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    isolation: isolate;
  }
  .desktop-toc::before {
    content: none;
  }
  .desktop-toc > p {
    margin: 0 0 18px;
    display: grid;
    gap: 2px;
  }
  .desktop-toc > p small {
    color: var(--lime);
    font-family: var(--latin);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
  }
  .desktop-toc > p strong {
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
  }
  .desktop-toc > a:not(.desktop-toc-contact) {
    min-height: 50px;
    margin: 1px -10px;
    padding: 8px 10px;
    color: #b7c2bd;
    display: grid;
    grid-template-columns: 31px 1fr;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
  }
  .desktop-toc > a:not(.desktop-toc-contact):hover,
  .desktop-toc > a:not(.desktop-toc-contact):focus-visible,
  .desktop-toc > a.is-active {
    background: rgba(201, 255, 61, .1);
    color: #fff;
    box-shadow: inset 3px 0 0 var(--lime);
  }
  .desktop-toc > a > span {
    width: 29px;
    height: 29px;
    border: 1px solid rgba(201, 255, 61, .38);
    color: var(--lime);
    font-family: var(--latin);
    font-size: 10px;
    display: grid;
    place-items: center;
    letter-spacing: .08em;
  }
  .desktop-toc > a.is-active > span {
    border-color: var(--lime);
    background: var(--lime);
    color: var(--ink);
  }
  .desktop-toc-contact {
    min-height: 62px;
    margin-top: 20px;
    padding: 0 20px;
    background: var(--lime);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
  }
  .desktop-toc-contact b { color: var(--ink); font-size: 22px; }

  .desktop-contact-panel {
    position: fixed;
    top: 50%;
    left: calc(50% + 270px);
    z-index: 18;
    width: clamp(250px, calc(50vw - 290px), 320px);
    max-height: calc(100vh - 70px);
    display: block;
    overflow-y: auto;
    transform: translateY(-50%);
    box-shadow: 0 24px 60px rgba(13, 25, 22, .12);
  }
  .desktop-contact-form {
    padding: 22px 22px 14px;
    background: var(--soft);
  }
  .desktop-contact-form header { margin-bottom: 12px; }
  .desktop-contact-form header small {
    color: #668a00;
    font-family: var(--latin);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
  }
  .desktop-contact-title {
    margin: 9px 0 7px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .desktop-contact-title > b {
    flex: 0 0 auto;
    width: 70px;
    height: 34px;
    border: 1px solid #96bd27;
    border-radius: 999px;
    background: var(--lime);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    font-family: var(--latin);
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -.06em;
  }
  .desktop-contact-title > b em { margin: 4px 0 0 2px; font-size: 8px; font-style: normal; letter-spacing: .01em; }
  .desktop-contact-form header h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.04em;
    white-space: nowrap;
  }
  .desktop-contact-form header p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.7;
  }
  .desktop-contact-form > label {
    margin-top: 8px;
    display: grid;
    gap: 6px;
    color: #46534f;
    font-size: 10px;
    font-weight: 800;
  }
  .desktop-contact-form > label > span { display: flex; align-items: center; }
  .desktop-contact-form > label b,
  .desktop-contact-form > label em {
    margin-left: 5px;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 8px;
    font-style: normal;
    font-weight: 800;
  }
  .desktop-contact-form > label b { background: var(--lime); color: var(--ink); }
  .desktop-contact-form > label em { background: #e2e7e2; color: var(--muted); }
  .desktop-contact-form input,
  .desktop-contact-form textarea {
    width: 100%;
    border: 1px solid #cdd3ce;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font: inherit;
  }
  .desktop-contact-form input { height: 38px; padding: 0 11px; }
  .desktop-contact-form textarea { min-height: 64px; padding: 9px 11px; line-height: 1.5; resize: vertical; }
  .desktop-contact-form textarea.is-compact { min-height: 64px; }
  .desktop-contact-form input:focus,
  .desktop-contact-form textarea:focus {
    border-color: #789b00;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(186, 243, 50, .3);
  }
  .desktop-contact-form > button {
    width: 100%;
    min-height: 46px;
    margin-top: 12px;
    padding: 0 16px;
    border: 0;
    background: var(--ink);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }
  .desktop-contact-form > button span { color: var(--lime); font-size: 18px; }
  .desktop-contact-form > button:disabled { cursor: wait; opacity: .7; }
  .desktop-contact-form .contact-status { margin-top: 6px; font-size: 9px; }
  .desktop-contact-note { margin: 5px 0 0; color: var(--muted); font-size: 8px; line-height: 1.5; text-align: center; }
  .desktop-contact-form > .contact-trap { position: absolute; left: -9999px; width: 1px; height: 1px; }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-line-one,
  .orbit-line-two { animation: none; }
}

/* サービス詳細：開いた瞬間に要点と料金まで見渡せる短い構成 */
.svc-detail-body.svc-compact {
  padding-top: 22px;
  display: grid;
  gap: 18px;
}
.svc-compact > * { margin: 0; }
.svc-compact .svc-lead {
  max-width: 56em;
  font-size: 13px;
  line-height: 1.8;
}
.svc-compact .svc-points {
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.svc-compact .svc-points li { padding: 14px 12px; }
.svc-compact .svc-points strong { font-size: 13px; }
.svc-compact .svc-points small { font-size: 10px; line-height: 1.5; }
.svc-compact-box {
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--soft);
  display: grid;
  gap: 11px;
}
.svc-compact-box > small {
  color: var(--muted);
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.svc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.svc-tags span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}
.svc-price-rows { border-top: 1px solid var(--line); }
.svc-price-rows > div {
  min-height: 58px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}
.svc-price-rows dt { color: var(--muted); font-size: 11px; font-weight: 700; }
.svc-price-rows dd {
  margin: 0;
  font-family: var(--latin);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-align: right;
}
.svc-price-rows dd small {
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 600;
  display: block;
}
.svc-compact-note { color: var(--muted); font-size: 11px; line-height: 1.75; }
.svc-compact-cta {
  min-height: 52px;
  padding: 0 16px;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 900;
}
.svc-compact-cta span { color: var(--lime); font-size: 16px; }
.svc-compact .automation-price { margin: 0; }

@media (max-width: 390px) {
  .svc-compact .svc-points strong { font-size: 11px; }
  .svc-compact .svc-points small { font-size: 9px; }
}

/* 独立していた会社紹介を、トップページ下部へ重複なく統合 */
.company-story {
  grid-column: 1 / -1;
  padding: clamp(26px, 5vw, 54px);
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: 18px;
}
.company-story-label {
  margin: 0;
  color: var(--lime);
  font-family: var(--latin);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}
.company-story h3 {
  max-width: 12em;
  margin: 0;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.3;
  letter-spacing: -.055em;
}
.company-story-lead {
  max-width: 52em;
  margin: 0;
  color: #bec8c3;
  font-size: 13px;
  line-height: 2;
}
.company-story-points {
  margin-top: 12px;
  border-top: 1px solid #35423e;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.company-story-points article {
  padding: 22px 18px 4px;
  border-right: 1px solid #35423e;
}
.company-story-points article:first-child { padding-left: 0; }
.company-story-points article:last-child { padding-right: 0; border-right: 0; }
.company-story-points small { color: var(--lime); font-family: var(--latin); font-size: 8px; letter-spacing: .12em; }
.company-story-points strong { margin-top: 14px; font-size: 14px; line-height: 1.55; display: block; }
.company-story-points p { margin: 9px 0 0; color: #9eaaa4; font-size: 10px; line-height: 1.8; }

@media (max-width: 620px) {
  .home-contact .contact-form { padding: 30px 22px; }
  .contact-form-head { margin-bottom: 14px; }
  .contact-form-head h2 { font-size: clamp(36px, 10.8vw, 48px); }
  .contact-form-head .contact-intro { font-size: 13px; line-height: 1.85; }
  .contact-form-guide { margin-top: 16px; }
  .company-story-points { grid-template-columns: 1fr; }
  .company-story-points article,
  .company-story-points article:first-child,
  .company-story-points article:last-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #35423e;
  }
  .company-story-points article:last-child { border-bottom: 0; }
}

/* 「凄い・早い・安い」を文章ではなく、意味の対比で見せる */
.pecoli-value-map {
  margin: 28px 0 24px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.pecoli-value-map > div {
  min-height: 116px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(92px, .36fr) 1fr;
  gap: 18px;
  align-items: center;
}
.pecoli-value-map dt { display: grid; gap: 5px; }
.pecoli-value-map dt small {
  color: #658800;
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.pecoli-value-map dt strong {
  font-size: clamp(30px, 8vw, 42px);
  line-height: 1;
  letter-spacing: -.08em;
}
.pecoli-value-map dd { margin: 0; display: grid; gap: 6px; }
.pecoli-value-map dd b { font-size: 14px; line-height: 1.5; }
.pecoli-value-map dd span { color: var(--muted); font-size: 10px; line-height: 1.75; }
@media (max-width: 370px) {
  .pecoli-value-map > div { grid-template-columns: 78px 1fr; gap: 12px; }
  .pecoli-value-map dd b { font-size: 12px; }
}

/* =========================================================
   v3 section infographics — heroの図解言語を各役割へ展開
   ========================================================= */
.case-system-map {
  margin: 22px 0;
  display: grid;
  justify-items: stretch;
  gap: 8px;
}
.case-system-map > i {
  color: var(--lime);
  font-style: normal;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.case-system-scatter,
.case-system-hub {
  padding: 16px;
  border: 1px solid #3e4d48;
}
.case-system-scatter small,
.case-system-hub small {
  display: block;
  color: #8f9d98;
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}
.case-system-scatter > div {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.case-system-scatter span {
  padding: 9px 7px;
  border: 1px solid rgba(255,255,255,.18);
  color: #c7d0cc;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.case-system-scatter span:nth-child(2),
.case-system-scatter span:nth-child(3) { transform: translateY(4px); }
.case-system-hub {
  position: relative;
  overflow: hidden;
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
  text-align: center;
}
.case-system-hub::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(13,25,22,.18);
  pointer-events: none;
}
.case-system-hub small { position: relative; color: #536d0a; }
.case-system-hub strong { position: relative; display: block; margin-top: 7px; font-size: 22px; letter-spacing: -.04em; }
.case-system-hub span { position: relative; display: block; margin-top: 6px; font-size: 11px; }
.case-system-hub b { font-weight: 900; }

.service-expansion-map {
  margin: 34px 0 24px;
  padding: 20px 16px 16px;
  background: var(--ink);
  color: #fff;
  box-shadow: 8px 9px 0 var(--lime);
}
.service-expansion-map > p { margin: 0 0 18px; display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.service-expansion-map > p span { color: var(--lime); font-family: var(--latin); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.service-expansion-map > p strong { font-size: 11px; }
.service-expansion-map ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 5px; }
.service-expansion-map li {
  min-height: 62px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.035);
}
.service-expansion-map li:nth-child(1) { width: calc(100% - 36px); }
.service-expansion-map li:nth-child(2) { width: calc(100% - 18px); }
.service-expansion-map li > b { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: var(--ink); font-family: var(--latin); font-size: 9px; }
.service-expansion-map li > span { display: grid; gap: 3px; }
.service-expansion-map li small { color: #92a19b; font-size: 9px; }
.service-expansion-map li strong { font-size: 13px; }
.service-expansion-map footer { margin-top: 14px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; font-size: 9px; }
.service-expansion-map footer span { color: #8f9d98; }
.service-expansion-map footer b { color: var(--lime); }

.assure-visual {
  margin-top: 32px;
  padding: 20px 16px 16px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: #fff;
}
.assure-price { display: grid; gap: 8px; }
.assure-price small { color: #9eaaa5; font-size: 9px; letter-spacing: .04em; }
.assure-price strong { color: var(--lime); font-family: var(--latin); font-size: 29px; line-height: 1; letter-spacing: -.045em; }
.assure-price strong span { color: #fff; font-family: var(--sans); font-size: 10px; letter-spacing: 0; }
.assure-price strong em { color: #fff; font-style: normal; font-size: 13px; letter-spacing: 0; }
.assure-months { margin-top: 18px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 3px; }
.assure-months i { height: 22px; border: 1px solid rgba(201,255,61,.55); background: rgba(201,255,61,.14); }
.assure-months i:nth-child(3n) { background: var(--lime); }
.assure-visual > p { margin: 14px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.assure-visual > p span { padding: 8px 5px; border: 1px solid rgba(255,255,255,.15); color: #c7d0cc; font-size: 8px; font-weight: 700; line-height: 1.45; text-align: center; }
.assure-cards { position: relative; }
.assure-cards::before { content: ""; position: absolute; left: 32px; top: 28px; bottom: 28px; width: 1px; background: rgba(13,25,22,.28); }
.assure-cards li { position: relative; grid-template-columns: 40px 1fr; column-gap: 10px; }
.assure-cards li b { grid-row: 1 / 3; position: relative; z-index: 1; }

.roadmap-growth {
  margin: 36px 0 0;
  padding: 16px;
  background: var(--ink);
  color: #fff;
  box-shadow: 10px 11px 0 var(--lime);
}
.roadmap-growth figcaption {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}
.roadmap-growth figcaption > span { color: var(--lime); }
.roadmap-growth figcaption > b { color: #a8b4af; font-family: var(--sans); font-weight: 700; letter-spacing: 0; }
.roadmap-growth figcaption i { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.roadmap-field {
  position: relative;
  aspect-ratio: 1 / 1.22;
  overflow: hidden;
  border: 1px dashed rgba(201,255,61,.42);
  background:
    radial-gradient(circle at 50% 60%, rgba(201,255,61,.08), transparent 42%),
    radial-gradient(rgba(255,255,255,.22) .6px, transparent .6px);
  background-size: auto, 17px 17px;
}
.roadmap-field::before,
.roadmap-field::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 60%;
  border: 1px dashed rgba(255,255,255,.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.roadmap-field::before { width: 116%; aspect-ratio: 1; }
.roadmap-field::after { width: 84%; aspect-ratio: 1; border-color: rgba(201,255,61,.35); }
.roadmap-future-label { position: absolute; left: 14px; top: 14px; z-index: 4; display: flex; align-items: center; gap: 7px; }
.roadmap-future-label span { color: #7f8e88; font-family: var(--latin); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.roadmap-future-label b { font-size: 9px; }
.roadmap-future-label em { padding: 4px 6px; background: var(--lime); color: var(--ink); font-size: 7px; font-style: normal; font-weight: 900; }
.roadmap-future {
  position: absolute;
  z-index: 3;
  min-width: 84px;
  padding: 8px 9px;
  border: 1px solid rgba(201,255,61,.42);
  background: rgba(13,25,22,.9);
  display: grid;
  gap: 2px;
}
.roadmap-future strong { font-size: 9px; }
.roadmap-future small { color: #a7b4af; font-size: 7px; }
.task-account { left: 7%; top: 18%; }
.task-mail { right: 5%; top: 25%; }
.task-deadline { left: 2%; top: 48%; }
.task-expert { right: 2%; top: 52%; }
.roadmap-current-zone {
  position: absolute;
  left: 50%;
  top: 62%;
  z-index: 1;
  width: 68%;
  aspect-ratio: 1;
  border: 1px solid rgba(201,255,61,.5);
  border-radius: 50%;
  background: rgba(201,255,61,.06);
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 40px rgba(201,255,61,.05);
}
.roadmap-current-tag {
  position: absolute;
  z-index: 4;
  padding: 6px 7px;
  border: 1px solid rgba(201,255,61,.45);
  background: #12221e;
  color: var(--lime);
  font-size: 7px;
  font-weight: 800;
  white-space: nowrap;
}
.tag-hp { left: 11%; bottom: 24%; }
.tag-voice { left: 22%; bottom: 9%; }
.tag-search { right: 5%; bottom: 19%; }
.tag-booking { right: 14%; bottom: 5%; }
.tag-auto { right: 7%; bottom: 36%; }
.roadmap-core {
  position: absolute;
  left: 50%;
  top: 62%;
  z-index: 5;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 9px rgba(201,255,61,.08), 0 0 30px rgba(201,255,61,.13);
}
.roadmap-core small { font-family: var(--latin); font-size: 6px; font-weight: 900; letter-spacing: .08em; }
.roadmap-core strong { margin-top: 4px; font-size: 20px; line-height: 1.05; letter-spacing: -.05em; }
.roadmap-core span { margin-top: 5px; font-size: 7px; font-weight: 800; }
.roadmap-growth > footer { margin-top: 13px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 12px; font-size: 8px; }
.roadmap-growth > footer b { color: var(--lime); }
.roadmap-growth > footer span { color: #899791; }
.roadmap-section .roadmap-growth + .price-footnote { margin-top: 26px; }
.roadmap-price {
  margin-top: 28px;
  padding: 22px 20px;
  border: 1px solid var(--ink);
  background: var(--lime);
  color: var(--ink);
  display: grid;
  gap: 12px;
}
.roadmap-price > small { font-family: var(--latin); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.roadmap-price > strong { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-family: var(--latin); font-size: 25px; }
.roadmap-price > strong span { font-family: var(--sans); font-size: 11px; }
.roadmap-price > strong em { margin-left: 4px; font-family: var(--sans); font-size: 8px; font-style: normal; }
.roadmap-price > p { margin: 3px 0 0; padding-top: 13px; border-top: 1px solid rgba(13,25,22,.25); font-size: 10px; font-weight: 700; line-height: 1.7; }
.workflow-support {
  margin-top: 36px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: 10px 11px 0 var(--lime);
}
.workflow-support-head { padding: 26px 22px 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.workflow-support-head > small { color: var(--lime); font-family: var(--latin); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.workflow-support-head h3 { margin: 15px 0 0; font-size: 25px; line-height: 1.35; letter-spacing: -.04em; }
.workflow-support-head p { margin: 15px 0 0; color: #b5c0bb; font-size: 12px; font-weight: 600; line-height: 1.9; }
.workflow-tags { margin: 0; padding: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.workflow-tags span { padding: 8px 11px; border: 1px solid rgba(201,255,61,.42); background: #12221e; color: #e8ede9; font-size: 10px; font-weight: 800; line-height: 1.4; }
.workflow-tags span:nth-child(4n + 1) { background: var(--lime); color: var(--ink); }
.workflow-support-foot { padding: 17px 22px; border-top: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.workflow-support-foot b { color: #aeb9b4; font-size: 9px; }
.workflow-support-foot a { color: var(--lime); font-size: 10px; font-weight: 900; white-space: nowrap; }

/* 「やりたいけど始められない」を支援へつなぐ課題マップ */
.challenge-section {
  position: relative;
  background: var(--paper);
  overflow: hidden;
}
.challenge-section .grow-section-head { position: relative; z-index: 1; }
.challenge-section .challenge-title {
  margin: 0;
  color: #66748a;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .1em;
}
.challenge-map {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  background: var(--soft);
}
.challenge-pressure {
  padding: 0;
  color: var(--ink);
}
.challenge-story {
  border: 1px solid var(--line);
  background: #fff;
}
.challenge-story-rows {
  margin: 0;
  padding: 0;
  list-style: none;
}
.challenge-story-rows li {
  min-height: 142px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 50% 50%;
}
.challenge-story-rows li:nth-child(even) {
  grid-template-columns: 50% 50%;
}
.challenge-story-rows li:nth-child(even) .challenge-person { order: 2; }
.challenge-person {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #f4f6f1;
}
.challenge-person img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.challenge-problem {
  position: relative;
  padding: 14px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  background: #fff;
}
.challenge-problem-tag {
  align-self: flex-start;
  padding: 6px 11px;
  border: 1px solid #9bcf38;
  border-radius: 999px;
  background: #d2ff58;
  color: #172010;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
}
.challenge-problem strong {
  font-size: 15px;
  line-height: 1.42;
  letter-spacing: -.035em;
}
.challenge-problem p {
  margin: 0;
  color: var(--muted);
  font-size: 8.5px;
  line-height: 1.65;
}
.challenge-story-result {
  margin: 0;
  padding: 21px 24px;
  border-top: 0;
  background: #efffc7;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}
.challenge-story-result small {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  color: #4f6808;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
.challenge-story-result strong {
  font-size: clamp(14px, 3.5vw, 17px);
  line-height: 1.45;
  letter-spacing: -.035em;
}
.challenge-story-result strong span { display: block; white-space: nowrap; }
.challenge-worry-scene {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.challenge-worry-scene > img {
  display: block;
  width: 100%;
  height: auto;
}
.challenge-worry-labels {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.challenge-worry-labels li {
  position: absolute;
  width: 43%;
  display: grid;
  gap: 3px;
  padding: 7px 9px 8px;
  border: 1px solid rgba(77,101,0,.38);
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(13,25,22,.09);
  font-size: 8.5px;
  font-weight: 900;
  line-height: 1.35;
}
.challenge-worry-labels li::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -7px;
  width: 12px;
  height: 12px;
  border-right: 1px solid rgba(77,101,0,.38);
  border-bottom: 1px solid rgba(77,101,0,.38);
  background: rgba(255,255,255,.96);
  transform: rotate(45deg);
}
.challenge-worry-labels b {
  color: #5f7d0e;
  font-size: 7px;
  letter-spacing: .1em;
}
.challenge-worry-labels .is-work { left: 3%; top: 21%; }
.challenge-worry-labels .is-priority { right: 3%; top: 37%; }
.challenge-worry-labels .is-time { left: 3%; top: 53%; }
.challenge-worry-labels .is-hiring { right: 3%; top: 68%; }
.challenge-worry-labels .is-outsource { left: 3%; top: 82%; }
.challenge-worry-labels .is-priority::after,
.challenge-worry-labels .is-hiring::after { right: 20px; left: auto; }
.challenge-worry-scene figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 13px 14px;
  background: var(--lime);
  color: var(--ink);
  box-shadow: 4px 5px 0 rgba(13,25,22,.18);
  display: grid;
  gap: 4px;
}
.challenge-worry-scene figcaption small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}
.challenge-worry-scene figcaption strong {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.035em;
}
.challenge-issues {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.challenge-issues li {
  position: relative;
  min-height: 150px;
  padding: 43px 13px 13px;
  border: 1px solid var(--line);
  background: var(--paper);
  display: flex;
  flex-direction: column;
}
.challenge-issues li > b {
  position: absolute;
  left: 13px;
  top: 12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  font-family: var(--latin);
  font-size: 8px;
}
.challenge-issues li > small {
  color: #62706a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}
.challenge-issues li > strong {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -.035em;
}
.challenge-issues li > span {
  margin-top: auto;
  padding-top: 10px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 600;
  line-height: 1.55;
}
.challenge-issues li:last-child {
  min-height: 110px;
  grid-column: 1 / -1;
  padding-right: 20px;
}
.challenge-issues-result {
  position: relative;
  margin: 12px 0 0;
  padding: 17px 16px 17px 52px;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  gap: 5px;
}
.challenge-issues-result::before {
  content: "↓";
  position: absolute;
  left: 17px;
  top: 50%;
  font-size: 22px;
  transform: translateY(-50%);
}
.challenge-issues-result small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}
.challenge-issues-result strong {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -.035em;
}
.challenge-stalled { padding: 20px 17px 24px; }
.challenge-stalled > p { margin: 0 0 16px; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.challenge-stalled > p span { color: #65736d; font-family: var(--latin); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.challenge-stalled > p b { font-size: 10px; }
.challenge-owner-scene {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f2f1e9;
}
.challenge-owner-scene::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 0;
  width: 72%;
  aspect-ratio: 1;
  border: 1px dashed rgba(13,25,22,.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.challenge-owner-scene img {
  position: absolute;
  inset: 18px 0 72px;
  z-index: 1;
  width: 100%;
  height: calc(100% - 90px);
  object-fit: contain;
}
.owner-wish {
  position: absolute;
  z-index: 3;
  min-height: 31px;
  padding: 7px 9px 7px 20px;
  border: 1px solid rgba(13,25,22,.28);
  background: rgba(255,254,249,.94);
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.45;
  box-shadow: 3px 4px 0 rgba(13,25,22,.08);
  white-space: nowrap;
}
.owner-wish i {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime-strong);
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px rgba(155,216,32,.13);
}
.wish-customers { left: 8px; top: 16px; border-color: var(--ink); background: var(--ink); color: #fff; font-size: 11px; }
.wish-customers i { background: var(--lime); }
.wish-hiring { right: 7px; top: 82px; }
.wish-sns { left: 5px; top: 162px; }
.wish-hp { right: 5px; top: 244px; }
.wish-system { left: 12px; top: 328px; }
.challenge-owner-scene figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  padding: 13px 15px;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.challenge-owner-scene figcaption small { color: var(--lime); font-family: var(--latin); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.challenge-owner-scene figcaption strong { font-size: 16px; line-height: 1.35; text-align: right; }
.challenge-transition {
  width: 36px;
  height: 36px;
  margin: 18px auto -18px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid #627d27;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
}
.challenge-solution {
  margin: 0;
  border: 1px solid #ccd4c8;
  background: linear-gradient(145deg, #fffef9 0%, #f0f4e8 100%);
  color: var(--ink);
  overflow: hidden;
  box-shadow: 10px 11px 0 rgba(201,255,61,.68);
}
.challenge-solution-head { padding: 25px 22px 22px; }
.challenge-solution-head small { color: #5f7f19; font-size: 10px; font-weight: 800; line-height: 1.7; letter-spacing: .02em; }
.challenge-solution-head h3 { margin: 13px 0 0; font-size: clamp(17px, 5.1vw, 20px); line-height: 1.45; letter-spacing: -.05em; }
.challenge-solution-head h3 span { display: block; white-space: nowrap; }
.challenge-solution-head p { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.85; }
.challenge-solution-visual { position: relative; overflow: hidden; }
.challenge-solution-visual > img { width: 100%; height: auto; display: block; }
.solution-workstreams { position: absolute; left: 12px; right: 12px; top: 12px; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.solution-workstreams > div { min-width: 0; padding: 11px 10px; border: 1px solid rgba(203,211,200,.9); display: grid; align-content: start; gap: 5px; box-shadow: 0 8px 26px rgba(13,25,22,.08); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.solution-workstreams .is-routine { background: rgba(255,255,255,.86); }
.solution-workstreams .is-growth { border-color: rgba(154,190,69,.94); background: rgba(238,251,207,.88); }
.solution-workstreams strong { font-size: clamp(8.5px, 2.6vw, 10px); line-height: 1.45; white-space: nowrap; }
.solution-workstreams ul {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}
.solution-workstreams li {
  min-width: 0;
  padding: 3px 4px;
  background: rgba(255, 255, 255, .72);
  color: #56615d;
  font-size: 6px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  text-align: center;
}
.solution-workstreams .is-growth li { background: rgba(255, 255, 255, .58); color: #4e620d; }
.challenge-solution figcaption { margin: 0; padding: 15px 17px 17px; color: #5f7f19; font-size: 10px; font-weight: 800; line-height: 1.8; }

/* 人を主役にしたFVイラスト */
.focus-stage-human { isolation: isolate; }
.focus-stage-human::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(13,25,22,.38), transparent 19%, transparent 74%, rgba(13,25,22,.92));
  pointer-events: none;
}
.focus-owner-art { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.focus-stage-human .focus-stage-label,
.focus-stage-human .focus-stage-footer { z-index: 5; }
.focus-human-labels { position: absolute; inset: 0; z-index: 4; }
.focus-stage-human .orbit-task { z-index: 4; padding: 6px 8px; border-color: rgba(255,255,255,.42); background: rgba(8,18,15,.82); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.focus-stage-human .task-web { left: 4%; top: 24%; }
.focus-stage-human .task-review { right: 4%; top: 21%; }
.focus-stage-human .task-booking { right: 0; top: 47%; }
.focus-stage-human .task-office { right: 6%; bottom: 18%; }
.focus-stage-human .task-system { left: 0; bottom: 24%; }
.focus-human-core {
  position: absolute;
  left: 50%;
  bottom: 56px;
  z-index: 5;
  min-width: 96px;
  padding: 8px 14px 9px;
  border: 1px solid var(--lime);
  background: rgba(13,25,22,.9);
  color: #fff;
  display: grid;
  justify-items: center;
  gap: 2px;
  transform: translateX(-50%);
}
.focus-human-core small { color: var(--lime); font-family: var(--latin); font-size: 6px; font-weight: 900; letter-spacing: .11em; }
.focus-human-core strong { font-size: 19px; line-height: 1; }

/* お客様の体験から次の発見までを、人の物語で見せる */
.review-story {
  position: relative;
  min-height: 560px;
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}
.review-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.review-story::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255,254,249,.34), transparent 48%);
  pointer-events: none;
}
.review-story-step {
  position: absolute;
  z-index: 3;
  max-width: 76%;
  padding: 8px 10px;
  border: 1px solid rgba(13,25,22,.2);
  background: rgba(255,254,249,.94);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 4px 5px 0 rgba(13,25,22,.08);
}
.review-story-step > b { width: 24px; height: 24px; flex: 0 0 24px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-family: var(--latin); font-size: 7px; }
.review-story-step > i { display: grid; gap: 2px; font-style: normal; }
.review-story-step strong { font-size: 10px; line-height: 1.4; }
.review-story-step small { color: var(--muted); font-size: 7px; line-height: 1.45; }
.step-experience { left: 10px; top: 27%; }
.step-trust { right: 10px; top: 54%; }
.step-discovery { left: 10px; top: 72%; }
.review-story figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  padding: 12px 14px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  text-align: right;
}
.review-story figcaption::before { content: "TRUST CYCLE"; float: left; margin-top: 5px; color: var(--lime); font-family: var(--latin); font-size: 7px; letter-spacing: .12em; }

/* FV直下：主力商品を先に示し、以降のストーリーを読みやすくする */
.offer-lineup {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 18px 64px;
}
.offer-lineup-head .grow-eyebrow { color: #668a00; }
.offer-lineup-head h2 {
  margin: 16px 0 0;
  font-size: clamp(38px, 10vw, 50px);
  line-height: 1.16;
  letter-spacing: -.055em;
}
.offer-lineup-head > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
}
.offer-lineup-grid {
  margin-top: 38px;
  border: 1px solid var(--ink);
  display: grid;
}
.offer-card {
  min-height: 210px;
  padding: 22px 20px 18px;
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  transition: background .2s ease, color .2s ease;
}
.offer-card:last-child { border-bottom: 0; }
.offer-card-no {
  color: #668a00;
  font-family: var(--latin);
  font-size: 10px;
  font-weight: 900;
}
.offer-card > div { align-self: end; }
.offer-card small {
  color: #718079;
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .15em;
}
.offer-card h3 {
  margin: 9px 0 0;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.045em;
}
.offer-card h3 span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0;
  display: block;
}
.offer-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.75;
}
.offer-card > b {
  align-self: end;
  color: #668a00;
  font-size: 19px;
}
.offer-card:hover,
.offer-card:focus-visible { background: var(--ink); color: #fff; }
.offer-card:focus-visible { outline: 4px solid var(--lime); outline-offset: -4px; }
.offer-card:hover small,
.offer-card:hover p,
.offer-card:hover h3 span,
.offer-card:focus-visible small,
.offer-card:focus-visible p,
.offer-card:focus-visible h3 span { color: #aeb9b4; }
.offer-card:hover .offer-card-no,
.offer-card:hover > b,
.offer-card:focus-visible .offer-card-no,
.offer-card:focus-visible > b { color: var(--lime); }
.offer-custom {
  min-height: 176px;
  padding: 24px 22px;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
}
.offer-custom > span { display: grid; gap: 5px; }
.offer-custom small { font-family: var(--latin); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.offer-custom strong { font-size: 21px; }
.offer-custom p { grid-column: 1 / -1; margin: 0; font-size: 11px; font-weight: 700; line-height: 1.8; }
.offer-custom > b { font-size: 21px; }

/* 主力商品は、閉じた状態で2つを素早く比較できる密度にする */
.offer-lineup .svc-list {
  margin-top: 30px;
  gap: 12px;
}
.offer-lineup .svc-card-head {
  padding: 20px 18px 18px;
  gap: 9px;
}
.offer-lineup .svc-no {
  font-size: 8px;
  letter-spacing: .11em;
}
.offer-lineup .svc-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.offer-lineup .svc-category {
  flex: 0 0 auto;
  width: max-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 900;
  letter-spacing: .08em;
}
.offer-lineup .svc-card-kicker {
  margin: 0;
  color: #5f7f19;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}
.offer-lineup .svc-card-head h3 {
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -.04em;
}
.offer-lineup .svc-tagline {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.65;
}
.offer-lineup .svc-tagline.is-one-line {
  font-size: 10px;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.offer-lineup .svc-detail > summary {
  min-height: 52px;
  padding: 13px 18px;
  font-size: 12px;
}
.offer-lineup .svc-detail > summary::after {
  font-size: 17px;
}

/* アコーディオン内部：工程・対応範囲・料金を図として読める構成 */
.offer-lineup .svc-detail[open] > summary {
  background: var(--ink);
  color: #fff;
}
.offer-lineup .svc-detail[open] > summary::after { color: var(--lime); }
.offer-lineup .svc-detail-body.svc-compact {
  padding: 18px;
  gap: 14px;
  background: #f8f8f3;
}
.offer-lineup .svc-compact .svc-lead {
  padding: 13px 14px 13px 16px;
  border-left: 4px solid var(--lime-strong);
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.8;
}
.offer-lineup .svc-compact .svc-points {
  counter-reset: service-step;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--ink);
  background: var(--ink);
  overflow: visible;
}
.offer-lineup .svc-compact .svc-points li {
  counter-increment: service-step;
  position: relative;
  min-height: 126px;
  padding: 48px 10px 12px;
  background: var(--paper);
  align-content: start;
}
.offer-lineup .svc-compact .svc-points li::before {
  content: counter(service-step, decimal-leading-zero);
  position: absolute;
  left: 10px;
  top: 10px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 900;
}
.offer-lineup .svc-compact .svc-points li:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -10px;
  top: 15px;
  z-index: 2;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  display: grid;
  place-items: center;
  font-size: 13px;
  line-height: 1;
}
.offer-lineup .svc-compact .svc-points strong {
  font-size: 12px;
  line-height: 1.4;
}
.offer-lineup .svc-compact .svc-points small {
  margin-top: 4px;
  font-size: 8px;
  line-height: 1.55;
}
.offer-lineup .svc-compact-box {
  padding: 14px;
  border: 0;
  background: #ecece5;
  gap: 10px;
}
.offer-lineup .svc-compact-box > small {
  color: var(--ink);
  font-size: 8px;
}
.offer-lineup .svc-tags { gap: 5px; }
.offer-lineup .svc-tags span {
  position: relative;
  padding: 7px 9px 7px 20px;
  border-color: #cfd3ca;
  font-size: 9px;
}
.offer-lineup .svc-tags span::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime-strong);
  transform: translateY(-50%);
}
.offer-lineup .svc-price-rows {
  border: 1px solid var(--ink);
  background: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.offer-lineup .svc-price-rows > div {
  min-height: 86px;
  padding: 13px;
  border: 0;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-content: center;
}
.offer-lineup .svc-price-rows > div:first-child {
  min-height: 96px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.offer-lineup .svc-price-rows dt { font-size: 9px; }
.offer-lineup .svc-price-rows dd {
  font-size: 18px;
  text-align: left;
}
.offer-lineup .svc-price-rows > div:first-child dd { text-align: right; }
.offer-lineup .svc-compact-note {
  padding: 12px 14px;
  border-left: 4px solid var(--lime-strong);
  background: var(--paper);
}

/* 料金はサービス横断で一か所に集約し、同じ視覚ルールで比較できるようにする */
.price-products {
  margin-top: 30px;
  border: 1px solid var(--ink);
  background: var(--ink);
  display: grid;
  gap: 1px;
}
.price-product {
  padding: 18px;
  background: var(--paper);
  color: var(--ink);
}
.price-product > header small {
  color: #4d6500;
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
}
.price-product > header h3 {
  margin: 7px 0 0;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -.04em;
}
.price-product > header p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.7;
}
.price-product .assure-visual {
  margin-top: 16px;
}
.price-product > a {
  min-height: 52px;
  margin-top: 14px;
  padding: 0 16px;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 900;
}
.price-product > a span { color: var(--lime); }
.price-product-automation > dl {
  margin-top: 16px;
  border: 1px solid var(--ink);
  background: var(--ink);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1px;
}
.price-product-automation > dl > div {
  min-height: 88px;
  padding: 13px;
  background: var(--paper);
  display: grid;
  align-content: center;
  gap: 7px;
}
.price-product-automation dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}
.price-product-automation dd {
  margin: 0;
  font-family: var(--latin);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.price-product-automation dd small {
  margin-left: 4px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 0;
}
.price-product-automation > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.7;
}
.assure-subheading {
  margin: 32px 0 14px;
  font-size: 16px;
  letter-spacing: -.03em;
}

/* 料金の特徴と金額を、流し読みでも比較できる密度に統合 */
.assure-section {
  padding-top: 72px;
  padding-bottom: 72px;
}
.price-value-strip {
  margin: 24px 0 0;
  padding: 0;
  border: 1px solid var(--ink);
  background: var(--ink);
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.price-value-strip li {
  min-width: 0;
  padding: 16px 15px;
  background: var(--paper);
  display: grid;
  align-content: start;
  gap: 6px;
  text-align: left;
}
.price-value-strip b {
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.price-value-strip strong {
  font-size: 10px;
  line-height: 1.45;
}
.price-value-strip span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.65;
}
.assure-reason {
  margin-top: 30px;
  padding: 30px 28px 28px;
  background: var(--ink);
  color: #fff;
}
.assure-reason h3 {
  margin: 0;
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.25;
  letter-spacing: -.045em;
}
.assure-reason-lead {
  max-width: 46em;
  margin: 14px 0 0;
  color: #c3ccc8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.85;
}
.assure-reason ol {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  counter-reset: reason;
}
.assure-reason li {
  min-width: 0;
  padding: 18px 20px;
  background: #1b2b26;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 5px 18px;
  counter-increment: reason;
}
.assure-reason li::before {
  content: "0" counter(reason);
  color: var(--lime);
  font-family: var(--latin);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
.assure-reason li b {
  font-size: 15px;
  line-height: 1.45;
}
.assure-reason li span {
  grid-column: 2;
  color: #aeb9b4;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
}
.assure-reason-answer {
  margin: 22px 0 0;
  padding-left: 15px;
  border-left: 4px solid var(--lime);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
}
.price-products-compact {
  margin-top: 14px;
  grid-template-columns: 1fr;
  align-items: stretch;
}
.price-products-compact .price-product {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  grid-template-rows: auto auto auto;
  column-gap: 22px;
  row-gap: 10px;
  align-items: start;
}
.price-products-compact .price-product > header {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.price-products-compact .price-product > .price-year-compare {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin-top: 0;
}
.price-year-compare {
  border: 1px solid var(--ink);
  background: var(--ink);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
}
.price-year-compare > div {
  min-width: 0;
  min-height: 0;
  padding: 17px 15px;
  background: var(--paper);
  display: grid;
  align-content: start;
  gap: 10px;
}
.price-year-compare > .is-first-year {
  background: var(--ink);
  color: #fff;
}
.price-year-compare small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
.price-year-compare .is-first-year > small {
  color: var(--lime);
}
.price-year-compare strong {
  font-family: var(--sans);
  font-size: clamp(19px, 4vw, 23px);
  line-height: 1.15;
  letter-spacing: -.045em;
}
.price-year-compare strong span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .04em;
}
.price-year-compare .is-first-year strong span {
  color: #aeb9b4;
}
.price-year-compare p {
  margin: 0;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.7;
}
.price-year-compare .price-daily {
  color: var(--ink);
  font-size: 9px;
  line-height: 1.6;
}
.price-year-compare .price-daily b {
  font-size: 12px;
}
.price-year-compare .is-first-year p {
  color: #aeb9b4;
}
.price-year-compare .is-first-year .price-daily {
  color: #fff;
}
.price-year-compare em {
  padding-top: 8px;
  border-top: 1px solid #40504b;
  color: #fff;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.price-year-automation strong {
  font-size: clamp(18px, 3.7vw, 22px);
  line-height: 1.25;
}
.price-year-compare.is-single > div {
  min-height: 220px;
  align-content: center;
}
.price-calc-note {
  margin: 12px 0 0;
  color: #40504b;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.65;
}
/* 分割・免責・更新対応を、料金表とは独立したサービス姿勢として示す */
.care-section {
  background: var(--ink);
  color: #fff;
}
.care-section .grow-eyebrow {
  color: var(--lime);
}
.care-section > .grow-section-head h2 {
  color: #fff;
  font-size: clamp(22px, 6.7vw, 29px);
  line-height: 1.2;
  letter-spacing: -.055em;
}
.care-section > .grow-section-head > p:last-child {
  color: #aeb9b4;
}
.care-principles {
  margin: 32px 0 0;
  padding: 0;
  border: 1px solid #3b4945;
  background: #3b4945;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
}
.care-principles li {
  min-width: 0;
  padding: 22px 18px;
  background: #14231f;
  display: grid;
  grid-template-columns: 44px minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: 18px;
}
.care-principles b {
  color: var(--lime);
  font-family: var(--latin);
  font-size: 10px;
  letter-spacing: .12em;
  padding-top: 3px;
}
.care-principles strong {
  font-size: 13px;
  line-height: 1.55;
}
.care-principles span {
  color: #aeb9b4;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.75;
}
.care-section > .price-footnote {
  margin-top: 17px;
  color: #8f9e99;
  font-size: 8px;
  line-height: 1.7;
}
@media (max-width: 620px) {
  .assure-reason {
    padding: 26px 20px 24px;
  }
  .assure-reason ol {
    grid-template-columns: 1fr;
  }
  .assure-reason li {
    grid-template-columns: 34px 1fr;
    gap: 4px 10px;
  }
  .assure-reason li::before {
    grid-row: 1 / span 2;
    padding-top: 3px;
  }
  .assure-reason li span {
    grid-column: 2;
  }
  .price-value-strip {
    grid-template-columns: 1fr;
  }
  .price-value-strip li {
    grid-template-columns: 76px 1fr;
    gap: 3px 12px;
  }
  .price-value-strip b {
    grid-row: 1 / span 2;
    align-self: center;
  }
  .price-value-strip span {
    grid-column: 2;
  }
  .price-products-compact .price-product {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 0;
  }
  .price-products-compact .price-product > header,
  .price-products-compact .price-product > .price-year-compare {
    grid-column: 1;
    grid-row: auto;
  }
  .price-products-compact .price-product > .price-year-compare {
    margin-top: 16px;
  }
  .care-principles {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }
  .care-principles li {
    grid-template-columns: 30px 1fr;
    gap: 7px 10px;
  }
  .care-principles b {
    grid-row: 1 / span 2;
    padding-top: 3px;
  }
  .care-principles span {
    grid-column: 2;
  }
}

/* v155: クチコミ集客は、価値から機能へ読ませる */
#service-growing-hp .svc-card-head {
  gap: 11px;
}
#service-growing-hp .svc-name-block {
  margin-top: 2px;
  display: grid;
  gap: 3px;
}
#service-growing-hp .svc-name-block small {
  color: #668a00;
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}
#service-growing-hp .svc-benefit {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: clamp(14px, 4.7vw, 20px);
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: -.055em;
  white-space: nowrap;
}
#service-growing-hp .svc-main-copy {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -.025em;
}
#service-growing-hp .svc-tagline {
  font-size: 11px;
  line-height: 1.65;
}

/* ヘッダーはロゴを左、目次を右に置き、相談導線は下部固定CTAへ一本化する */
.grow-header {
  grid-template-columns: 1fr auto;
}
.grow-header .grow-logo {
  grid-column: 1;
  justify-self: start;
  width: auto;
  font-size: 25px;
}
.grow-header .header-menu {
  grid-column: 2;
  justify-self: end;
}

/* 事例01のお客様の声は、公開前にそのまま承認を取れる確認原稿として見せる */
.proof-customer-voice {
  padding: 20px 22px 22px;
  background: var(--paper);
  display: grid;
  gap: 16px;
}
.proof-customer-voice > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.proof-customer-voice > header p {
  margin: 0;
  display: grid;
  gap: 4px;
}
.proof-customer-voice > header small {
  color: #5f7f19;
  font-family: var(--latin);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}
.proof-customer-voice > header strong {
  color: var(--ink);
  font-size: 17px;
}
.proof-customer-voice > header > b {
  padding: 7px 10px;
  background: #efffc7;
  color: #4f6808;
  font-size: 11px;
  white-space: nowrap;
}
.proof-customer-voice blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: -.025em;
}
.proof-voice-comment {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.proof-voice-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}
.proof-voice-profile > p {
  margin: 0;
  color: var(--muted);
  display: grid;
  gap: 4px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
}
.proof-voice-profile > p strong,
.proof-voice-profile > p span {
  display: block;
}
.proof-voice-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d4d9d2;
  background: #eef0eb;
  display: grid;
  place-items: center;
}
.proof-voice-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #7b8580;
  stroke-width: 2.25;
  stroke-linecap: round;
}
.proof-voice-comment blockquote {
  position: relative;
  padding: 17px 18px;
  background: #f2f4ec;
}
.proof-voice-comment blockquote::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 17px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #f2f4ec;
  border-left: 8px solid transparent;
}
.proof-voice-attribution {
  margin: 0;
  display: grid;
  gap: 4px;
}
.proof-voice-attribution strong {
  color: var(--ink);
  font-size: 14px;
}
.proof-voice-attribution span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.proof-voice-approval {
  margin-left: 62px;
  padding: 14px 16px;
  background: #f3f4ee;
  display: grid;
  gap: 7px;
}
.proof-voice-approval p {
  margin: 0;
  color: #5f7f19;
  font-size: 12px;
  font-weight: 900;
}
.proof-voice-approval ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.proof-voice-approval li {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}
.proof-voice-approval li::before {
  content: "□";
  margin-right: 8px;
  color: #668a00;
  font-weight: 900;
}
.proof-voice-approval > strong {
  padding-top: 4px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 370px) {
  .proof-customer-voice {
    padding-inline: 18px;
  }
  .proof-voice-comment {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }
  .proof-voice-icon {
    width: 42px;
    height: 42px;
  }
  .proof-voice-comment blockquote {
    padding: 15px;
    font-size: 14px;
  }
  .proof-voice-profile > p {
    font-size: 10px;
  }
}

/* サービスの意味を、カードを開く前に横長イラストで伝える */
.offer-lineup .svc-card-visual {
  margin: 0;
  padding: 0 18px 18px;
  background: var(--paper);
}
.offer-lineup .svc-card-visual img {
  width: 100%;
  aspect-ratio: 16 / 7.25;
  border: 1px solid #cdd2c9;
  display: block;
  object-fit: cover;
  object-position: center;
}
.offer-lineup .svc-story-visual {
  min-height: 0;
  aspect-ratio: 3 / 2;
  margin: 0 18px;
}
.offer-lineup .svc-story-visual .review-story-step {
  width: 44%;
  max-width: none;
}
.offer-lineup .svc-story-visual .step-experience {
  left: 50%;
  right: auto;
  top: 6%;
  transform: translateX(-50%);
}
.offer-lineup .svc-story-visual .step-trust {
  left: auto;
  right: 3%;
  top: 58%;
}
.offer-lineup .svc-story-visual .step-discovery {
  left: 3%;
  right: auto;
  top: 58%;
}
.offer-lineup .svc-story-summary {
  margin: 0 18px 18px;
  padding: 15px 17px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}
.offer-lineup .svc-story-summary small {
  color: var(--lime);
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
}
.offer-lineup .svc-story-summary strong {
  font-size: 12px;
  line-height: 1.65;
}
.offer-lineup .svc-work-catalog {
  margin: 0 18px;
  padding: 22px 18px;
  border: 1px solid #cdd2c9;
  background: linear-gradient(145deg, #fffef9, #f1f4e9);
}
.offer-lineup .svc-work-catalog > small {
  color: #5f7f19;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
.offer-lineup .svc-work-tags {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.offer-lineup .svc-work-tags span {
  position: relative;
  padding: 8px 10px 8px 22px;
  border: 1px solid #cfd3ca;
  background: var(--paper);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
}
.offer-lineup .svc-work-tags span::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime-strong);
  transform: translateY(-50%);
}
.offer-lineup .svc-work-note {
  padding: 8px 4px;
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
.offer-lineup .svc-detail-visual {
  margin: 0;
  padding: 0;
  background: transparent;
}

.challenge-section > .grow-section-head h2 {
  white-space: nowrap;
  font-size: clamp(22px, 6.7vw, 29px);
  letter-spacing: -.055em;
}

/* セクション見出しは「よくある悩み」と同じ文字スケールに統一 */
.offer-lineup-head h2,
.promise-section > .grow-section-head h2,
.proof-section > .grow-section-head h2,
.assure-section .assure-heading,
.roadmap-section > .grow-section-head h2,
.contact-form-head h2,
.purpose-section > .grow-section-head h2 {
  font-size: clamp(22px, 6.7vw, 29px);
  line-height: 1.2;
  letter-spacing: -.055em;
}

/* 導入事例テンプレート：成果 → 根拠 → 導入内容の順で読ませる */
.proof-cases {
  gap: 28px;
}
.proof-section .proof-cases .proof-case {
  padding: 0;
  border-color: #41504b;
  background: #101f1b;
  overflow: hidden;
  gap: 0;
}
.proof-section .proof-cases .proof-case-main {
  border-top: 6px solid var(--lime);
}
.proof-case-head {
  min-height: 58px;
  padding: 16px 20px;
  border-bottom: 1px solid #41504b;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 8px;
  align-items: center;
}
.proof-case-head .proof-case-label {
  color: var(--lime);
  font-size: 8px;
  font-weight: 900;
}
.proof-case-head > b {
  padding: 4px 8px;
  background: var(--lime);
  color: var(--ink);
  font-size: 8px;
  line-height: 1;
}
.proof-case-head > small {
  color: #aeb9b4;
  font-size: 9px;
  font-weight: 700;
  text-align: right;
}
.proof-result-hero {
  padding: 22px 20px;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 18px;
  align-items: center;
}
.proof-result-hero > div:first-child {
  display: grid;
  gap: 7px;
}
.proof-result-hero small {
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .1em;
}
.proof-result-hero strong {
  font-size: 12px;
  line-height: 1;
}
.proof-result-hero strong em {
  font-family: var(--latin);
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.06em;
}
.proof-result-hero h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -.035em;
}
.proof-result-hero p {
  margin: 7px 0 0;
  color: #40520a;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.65;
}
.proof-result-hero.is-system {
  background: var(--paper);
}
.proof-result-hero.is-system strong em {
  color: #587600;
  font-size: 34px;
}
.proof-result-hero.is-system p {
  color: var(--muted);
}
.proof-kpis {
  margin: 0;
  border-bottom: 1px solid #41504b;
  background: #41504b;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}
.proof-kpis > div {
  min-width: 0;
  padding: 16px 11px;
  background: #0a1512;
  display: grid;
  align-content: start;
  gap: 8px;
}
.proof-kpis dt {
  color: #8f9d98;
  font-size: 7px;
  font-weight: 800;
}
.proof-kpis dd {
  margin: 0;
  color: #d6dcd9;
  font-family: var(--latin);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}
.proof-kpis dd b {
  color: var(--lime);
}
.proof-kpis dd i {
  margin: 0 4px;
  color: #7f8d88;
  font-style: normal;
}
.proof-kpis dd small {
  margin-left: 1px;
  font-family: var(--sans);
  font-size: 7px;
}
.proof-kpis dd span {
  display: block;
  margin-top: 4px;
  color: #8f9d98;
  font-family: var(--sans);
  font-size: 7px;
}
.proof-implemented {
  padding: 22px 20px 24px;
}
.proof-implemented > small {
  color: var(--lime);
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .1em;
}
.proof-implemented h4 {
  margin: 9px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
}
.proof-implemented ol,
.proof-implemented ul {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #41504b;
}
.proof-implemented li {
  min-width: 0;
  padding: 12px 9px;
  background: #172823;
  color: #d6dcd9;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.5;
  display: grid;
  gap: 6px;
}
.proof-implemented li b {
  color: var(--lime);
  font-family: var(--latin);
  font-size: 7px;
}
.proof-implemented ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.proof-implemented ul li {
  padding-left: 20px;
  position: relative;
}
.proof-implemented ul li::before {
  content: "＋";
  position: absolute;
  left: 8px;
  color: var(--lime);
}
.proof-case .case-system-map {
  margin: 0;
  padding: 22px 20px;
  border-bottom: 1px solid #41504b;
}
.proof-section .proof-cases .proof-case > .proof-note {
  padding: 0 20px 24px;
  color: #aeb9b4;
}

/* 価格・速さ・個別対応：比較条件を明示しながら3つの価値を可視化 */
.comparison-section {
  background: var(--paper);
}
.comparison-section > .grow-section-head h2 {
  font-size: clamp(22px, 6.7vw, 29px);
  line-height: 1.2;
  letter-spacing: -.055em;
}
.value-compare-list {
  margin-top: 34px;
  display: grid;
  gap: 18px;
}
.value-compare-card {
  border: 1px solid var(--ink);
  background: var(--paper);
}
.value-compare-card > header {
  position: relative;
  padding: 20px 92px 20px 20px;
  border-bottom: 1px solid #41504b;
  background: var(--ink);
  color: #fff;
}
.value-compare-card > header small {
  color: var(--lime);
  font-family: var(--latin);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}
.value-compare-card > header > b {
  position: absolute;
  top: 18px;
  right: 18px;
  min-width: 58px;
  padding: 9px 10px;
  border: 1px solid var(--lime);
  color: var(--lime);
  font-size: 12px;
  text-align: center;
}
.value-compare-card > header h3 {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -.035em;
}
.value-compare-copy {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.75;
}
.price-evidence {
  padding: 20px;
  display: grid;
  gap: 15px;
}
.evidence-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 12px;
  align-items: end;
}
.evidence-row > span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
}
.evidence-row > strong {
  font-family: var(--latin);
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.025em;
}
.evidence-row > i {
  grid-column: 1 / -1;
  height: 12px;
  background: #dfe3dd;
  overflow: hidden;
}
.evidence-row > i b {
  display: block;
  width: 100%;
  height: 100%;
  background: #758079;
}
.evidence-row.is-pecoli > span,
.evidence-row.is-pecoli > strong {
  color: #587409;
}
.evidence-row.is-pecoli > i b {
  width: 59.2%;
  background: var(--lime);
}
.evidence-result {
  margin: 1px 0 0;
  padding: 13px 14px;
  background: #edffc0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.evidence-result strong {
  color: #405800;
  font-size: 12px;
}
.evidence-result span {
  color: #587409;
  font-size: 7px;
  font-weight: 800;
  text-align: right;
}
.hire-compare {
  margin: 0 20px 20px;
  padding-top: 18px;
  border-top: 1px solid #cbd2c9;
}
.compare-subtitle {
  margin: 0 0 12px;
  color: #587409;
  font-size: 9px;
  font-weight: 900;
}
.compare-subtitle.is-first {
  margin: 18px 20px 0;
}
.compare-subtitle.is-first + .price-evidence {
  padding-top: 13px;
}
.hire-compare-grid {
  border: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr 26px 1fr;
}
.hire-compare-grid > div {
  min-width: 0;
  padding: 15px 12px;
}
.hire-side {
  background: var(--soft);
}
.hire-compare-grid > i {
  background: var(--ink);
  color: var(--lime);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  display: grid;
  place-items: center;
}
.automation-side {
  background: var(--ink);
  color: #fff;
}
.hire-compare-grid small,
.quality-evidence small {
  display: block;
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
  line-height: 1.5;
}
.hire-compare-grid strong {
  margin-top: 8px;
  display: block;
  font-family: var(--latin);
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: -.045em;
}
.hire-compare-grid strong span {
  margin-bottom: 5px;
  display: block;
  font-family: var(--sans);
  font-size: 7px;
  letter-spacing: 0;
}
.hire-compare-grid p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 7px;
  font-weight: 700;
  line-height: 1.65;
}
.automation-side small,
.automation-side strong {
  color: var(--lime);
}
.automation-side p {
  color: #aeb9b4;
}
.hire-result {
  margin: 0;
  padding: 12px 14px;
  background: var(--lime);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.hire-result b {
  font-size: 9px;
}
.hire-result span {
  color: #486000;
  font-size: 7px;
  font-weight: 800;
  text-align: right;
}
.speed-compare {
  margin: 20px;
  display: grid;
  gap: 8px;
}
.speed-compare > div {
  padding: 16px;
  border: 1px solid #cbd2c9;
  background: var(--soft);
}
.speed-compare > .speed-pecoli {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.speed-compare small {
  color: #6a7570;
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .06em;
}
.speed-pecoli small {
  color: var(--lime);
}
.speed-compare ol {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.speed-pecoli ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.speed-compare li {
  min-width: 0;
  min-height: 48px;
  padding: 9px 6px;
  border: 1px solid #cbd2c9;
  background: var(--paper);
  font-size: 7px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  display: grid;
  place-items: center;
  position: relative;
}
.speed-compare li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -13px;
  color: #658700;
  font-size: 9px;
  transform: translateY(-50%);
}
.speed-pecoli li {
  border-color: #52615c;
  background: #172823;
  color: #fff;
}
.speed-pecoli li:last-child {
  border-color: var(--lime);
  color: var(--lime);
}
.speed-compare > i {
  color: #658700;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  display: grid;
  place-items: center;
}
.speed-promise {
  margin: 0 20px 17px;
  padding: 16px;
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: 7px;
}
.speed-promise strong {
  color: var(--lime);
  font-size: 12px;
}
.speed-promise span {
  color: #c7d0cc;
  font-size: 8px;
  font-weight: 700;
}
.quality-evidence {
  margin: 20px;
  border: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.quality-evidence > div {
  min-width: 0;
  padding: 17px 14px;
}
.quality-market {
  background: var(--soft);
}
.quality-pecoli {
  background: var(--ink);
  color: #fff;
}
.quality-evidence strong {
  margin-top: 9px;
  display: block;
  font-family: var(--latin);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -.035em;
}
.quality-pecoli small,
.quality-pecoli strong {
  color: var(--lime);
}
.quality-pecoli strong {
  font-size: 20px;
}
.quality-pecoli strong span {
  margin-right: 4px;
  color: #fff;
  font-family: var(--sans);
  font-size: 8px;
}
.quality-pecoli p {
  margin: 7px 0 0;
  color: #aeb9b4;
  font-size: 7px;
  font-weight: 800;
}
.quality-support-list {
  margin: 0 20px 17px;
  padding: 0;
  list-style: none;
  border: 1px solid #cbd2c9;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.quality-support-list li {
  min-width: 0;
  padding: 12px 8px 12px 22px;
  border-right: 1px solid #cbd2c9;
  border-bottom: 1px solid #cbd2c9;
  font-size: 7px;
  font-weight: 800;
  line-height: 1.45;
  position: relative;
}
.quality-support-list li:nth-child(2n) {
  border-right: 0;
}
.quality-support-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}
.quality-support-list li::before {
  content: "＋";
  position: absolute;
  top: 11px;
  left: 8px;
  color: #6f9205;
  font-size: 10px;
}
.comparison-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 7px;
  line-height: 1.8;
}
.comparison-note a {
  border-bottom: 1px solid #76817c;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.comparison-note span {
  padding: 0 4px;
}

/* 業務自動化で、本業へ戻せる時間を条件つきで可視化 */
.automation-time-return {
  margin: 18px;
  border: 1px solid #cbd2c9;
  background: var(--paper);
}
.automation-time-return > header {
  padding: 20px 18px 16px;
}
.automation-time-return > header small {
  color: #62830a;
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
}
.automation-time-return > header h4 {
  margin: 9px 0 0;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -.035em;
}
.automation-time-return > header p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
}
.automation-time-compare {
  margin: 0 18px;
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
}
.automation-time-compare > div {
  min-width: 0;
  padding: 15px 12px;
  border: 1px solid #cbd2c9;
  background: var(--soft);
}
.automation-time-compare > .is-after {
  border-color: #9bbc3d;
  background: #efffc8;
}
.automation-time-compare > i {
  color: #648607;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  display: grid;
  place-items: center;
}
.automation-time-compare small {
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
}
.automation-time-compare strong {
  margin-top: 9px;
  display: block;
  font-family: var(--latin);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.04em;
}
.automation-time-compare strong span {
  margin-right: 4px;
  font-family: var(--sans);
  font-size: 8px;
}
.automation-time-compare p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
}
.automation-time-result {
  margin: 14px 18px 0;
  padding: 15px;
  background: var(--lime);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  align-items: end;
}
.automation-time-result small {
  color: #4e6707;
  font-size: 7px;
  font-weight: 900;
}
.automation-time-result strong {
  font-family: var(--latin);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.035em;
}
.automation-time-result span {
  grid-column: 1 / -1;
  color: #405600;
  font-size: 8px;
  font-weight: 800;
}
.automation-time-note {
  margin: 0;
  padding: 11px 18px 17px;
  color: var(--muted);
  font-size: 7px;
  line-height: 1.65;
}

/* FV以外は明るい面で統一し、黒背景への白抜き表示を使わない */
.proof-section,
.care-section,
.purpose-section,
.grow-footer {
  background: var(--paper);
  color: var(--ink);
}
.proof-section .grow-eyebrow,
.care-section .grow-eyebrow,
.purpose-section .grow-eyebrow {
  color: #5f7f19;
}
.proof-section .grow-section-head > p:last-child,
.proof-section .price-footnote,
.care-section > .grow-section-head > p:last-child,
.care-section > .price-footnote,
.purpose-section .purpose-copy p {
  color: var(--muted);
}
.purpose-section .purpose-copy .purpose-large,
.purpose-section .purpose-copy blockquote,
.purpose-section .grow-text-link,
.care-section > .grow-section-head h2 {
  color: var(--ink);
}
.proof-section .proof-cases .proof-case {
  border-color: #cbd2c9;
  background: var(--paper);
}
.proof-case-head {
  border-bottom-color: #cbd2c9;
  background: #f2f4ec;
}
.proof-case-head .proof-case-label,
.proof-section .proof-case-label {
  color: #5f7f19;
}
.proof-case-head > small,
.proof-section .proof-case-main > p,
.proof-section .proof-cases article > p,
.proof-section .proof-list li,
.proof-section .proof-note,
.proof-section .proof-cases .proof-case > .proof-note {
  color: var(--muted);
}
.proof-result-hero.is-system {
  background: #f0f5e6;
}
.proof-kpis,
.proof-implemented ol,
.proof-implemented ul {
  border-color: #cbd2c9;
  background: #cbd2c9;
}
.proof-kpis > div,
.proof-implemented li {
  background: var(--paper);
  color: var(--ink);
}
.proof-kpis dt,
.proof-kpis dd span,
.proof-kpis dd i {
  color: var(--muted);
}
.proof-kpis dd {
  color: var(--ink);
}
.proof-kpis dd b,
.proof-implemented li b,
.proof-implemented ul li::before,
.proof-implemented > small {
  color: #668a00;
}
.proof-implemented h4 {
  color: var(--ink);
}
.proof-case .case-system-map {
  border-bottom-color: #cbd2c9;
  background: #f7f8f2;
}
.care-principles {
  border-color: #cbd2c9;
  background: #cbd2c9;
}
.care-principles li {
  background: var(--paper);
}
.care-principles b {
  color: #668a00;
}
.care-principles span {
  color: var(--muted);
}
.offer-lineup .svc-story-summary,
.offer-lineup .svc-detail[open] > summary,
.speed-promise {
  background: var(--lime);
  color: var(--ink);
}
.offer-lineup .svc-story-summary small,
.offer-lineup .svc-detail[open] > summary::after,
.speed-promise strong {
  color: #4f6808;
}
.speed-promise span {
  color: #4e610f;
}
.offer-lineup .svc-compact .svc-points,
.offer-lineup .svc-price-rows,
.price-products,
.price-value-strip,
.price-year-compare {
  background: #cbd2c9;
}
.offer-lineup .svc-compact .svc-points li::before {
  background: var(--lime);
  color: var(--ink);
}
.price-year-compare > .is-first-year {
  background: #eef8d9;
  color: var(--ink);
}
.price-year-compare > .is-first-year small,
.price-year-compare > .is-first-year em {
  color: var(--muted);
}
.value-compare-card > header {
  border-bottom-color: #a9c652;
  background: #efffc7;
  color: var(--ink);
}
.value-compare-card > header small,
.value-compare-card > header > b {
  color: #577309;
}
.value-compare-card > header > b {
  border-color: #799d12;
}
.hire-compare-grid > i {
  background: var(--lime);
  color: var(--ink);
}
.automation-side,
.speed-compare > .speed-pecoli,
.quality-pecoli {
  border-color: #a7c84a;
  background: #efffc7;
  color: var(--ink);
}
.automation-side small,
.automation-side strong,
.speed-pecoli small,
.quality-pecoli small,
.quality-pecoli strong {
  color: #587409;
}
.automation-side p,
.quality-pecoli p {
  color: var(--muted);
}
.speed-pecoli li {
  border-color: #b7c991;
  background: var(--paper);
  color: var(--ink);
}
.speed-pecoli li:last-child {
  border-color: #7c9f19;
  color: #4f6808;
}
.quality-pecoli strong span {
  color: var(--ink);
}
.challenge-owner-scene figcaption,
.review-story figcaption,
.wish-customers {
  border-color: #9cbc3e;
  background: var(--lime);
  color: var(--ink);
}
.challenge-owner-scene figcaption small,
.review-story figcaption::before {
  color: #4f6808;
}
.grow-btn-dark,
.svc-compact-cta,
.price-product > a,
.contact-submit,
.contact-chips input:checked + span {
  background: var(--lime);
  color: var(--ink);
}
.grow-btn-dark span,
.svc-compact-cta span,
.price-product > a span,
.contact-submit span {
  color: var(--ink);
}
.grow-footer p,
.grow-footer small {
  color: var(--muted);
}
.grow-footer > div {
  border-top-color: #cbd2c9;
}

/* 明るい面でも数字と見出しが沈まないコントラストへ調整 */
.price-year-compare > .is-first-year {
  border-top: 8px solid var(--lime);
  background: var(--paper);
  color: var(--ink);
}
.price-year-compare .is-first-year > small,
.price-year-compare .is-first-year strong span,
.price-year-compare .is-first-year p,
.price-year-compare .is-first-year .price-daily,
.price-year-compare > .is-first-year em {
  color: var(--ink);
}
.price-year-compare .is-first-year > small,
.price-year-compare .is-first-year strong span,
.price-year-compare > .is-first-year em {
  color: #5e6964;
}
.price-year-compare .is-first-year .price-daily {
  color: #4c6800;
}
.price-year-compare > .is-first-year em {
  border-top-color: #68736e;
}
.value-compare-card > header {
  border-top: 8px solid var(--lime);
  border-bottom-color: #cbd2c9;
  background: var(--paper);
}
.value-compare-card > header small {
  color: #4d6808;
}
.value-compare-card > header > b {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}
.automation-side,
.speed-compare > .speed-pecoli,
.quality-pecoli {
  border-color: #8eae33;
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 8px 0 0 var(--lime);
}
.automation-side small,
.speed-pecoli small,
.quality-pecoli small {
  color: #4d6808;
}
.automation-side strong,
.quality-pecoli strong {
  color: var(--ink);
}
.automation-side p,
.quality-pecoli p {
  color: #56615c;
}

/* 初年度と継続料金を横並びにし、料金カードの縦幅を抑える */
.price-year-compare {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
.price-year-compare.is-single {
  grid-template-columns: 1fr;
}
.price-year-compare > div {
  height: 100%;
}

/* 思想だけは濃色面に戻し、長いページの終盤に視覚的な区切りをつくる */
.purpose-section {
  background: var(--ink);
  color: #fff;
}
.purpose-section .grow-eyebrow {
  color: var(--lime);
}
.purpose-section .purpose-copy p {
  color: #b7c1bc;
}
.purpose-section .purpose-copy .purpose-large,
.purpose-section .purpose-copy blockquote,
.purpose-section .grow-text-link {
  color: #fff;
}

/* 削減効果と対象業務を、ひとつの説明ブロックとしてまとめる */
.offer-lineup .automation-overview {
  margin: 0 18px;
  border: 1px solid #cbd2c9;
  background: var(--paper);
}
.offer-lineup .automation-overview .automation-time-return {
  margin: 0;
  border: 0;
}
.offer-lineup .automation-overview .svc-work-catalog {
  margin: 0;
  border: 0;
  border-top: 1px solid #cbd2c9;
}

/* 料金表をカード全幅へ広げ、2期間を見切れず横並びにする */
.price-products-compact .price-product {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  row-gap: 16px;
}
.price-products-compact .price-product > header,
.price-products-compact .price-product > .price-year-compare {
  grid-column: 1 / -1;
  grid-row: auto;
}
.price-products-compact .price-product > .price-year-compare {
  margin-top: 0;
}

/* CASE 01：集客と売上の変化を、ひとつの結果面で伝える */
.proof-result-hero.proof-result-growth {
  grid-template-columns: 92px minmax(0, 1fr) 94px;
  gap: 14px;
}
.proof-result-growth .proof-primary-result,
.proof-result-growth .proof-sales-result {
  display: grid;
  align-content: center;
  gap: 7px;
}
.proof-result-growth .proof-primary-result strong em {
  font-size: 38px;
}
.proof-result-growth .proof-result-copy h3 {
  font-size: 15px;
}
.proof-result-growth .proof-sales-result {
  min-height: 92px;
  padding: 12px 10px;
  border: 1px solid rgba(13, 25, 22, .28);
  background: rgba(255, 255, 255, .72);
}
.proof-result-growth .proof-sales-result small {
  color: #4f6808;
  font-size: 6px;
  line-height: 1.45;
}
.proof-result-growth .proof-sales-result strong {
  display: block;
  color: var(--ink);
  white-space: nowrap;
}
.proof-result-growth .proof-sales-result strong em {
  font-size: 28px;
}
.proof-result-growth .proof-sales-result span {
  color: #40520a;
  font-size: 7px;
  font-weight: 900;
}
.proof-case-main .proof-implemented ol {
  margin-top: 13px;
}

@media (max-width: 370px) {
  .proof-result-hero.proof-result-growth {
    grid-template-columns: minmax(0, 1fr) 92px;
  }
  .proof-result-growth .proof-result-copy {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

/* CASE 02：画面の集約ではなく、短縮できた時間を主役にする */
.proof-result-hero.proof-result-time {
  grid-template-columns: 146px minmax(0, 1fr);
}
.proof-result-time > div:first-child {
  gap: 10px;
}
.proof-result-time strong {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.proof-result-time strong em,
.proof-result-hero.is-system.proof-result-time strong em {
  color: var(--ink);
  font-size: 25px;
  letter-spacing: -.05em;
}
.proof-result-time strong i {
  color: #6a8b18;
  font-size: 13px;
  font-style: normal;
}
.case-time-impact {
  padding: 22px 20px 24px;
  border-bottom: 1px solid #cbd2c9;
  background: var(--paper);
}
.case-time-impact > small,
.case-automation-scope > small {
  color: #5f7f19;
  font-family: var(--latin);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .1em;
}
.case-time-metrics {
  margin-top: 13px;
  border: 1px solid #cbd2c9;
  background: #cbd2c9;
  display: grid;
  gap: 1px;
}
.case-time-metrics article {
  min-width: 0;
  padding: 14px 13px;
  background: #f7f8f2;
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  align-items: center;
  gap: 5px 12px;
}
.proof-section .proof-cases .case-time-metrics article {
  border: 0;
  background: #f7f8f2;
}
.case-time-metrics article:first-child {
  box-shadow: inset 6px 0 0 var(--lime);
}
.case-time-metrics h4,
.case-time-metrics p {
  margin: 0;
}
.case-time-metrics h4 {
  grid-row: 1 / span 2;
  font-size: 10px;
  line-height: 1.45;
}
.case-time-metrics p {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 9px;
  font-weight: 800;
}
.case-time-metrics p span {
  color: var(--muted);
}
.case-time-metrics p i {
  color: #789b20;
  font-style: normal;
}
.case-time-metrics p strong {
  color: #547500;
  font-size: 14px;
  line-height: 1.2;
}
.case-time-metrics article > small {
  color: var(--muted);
  font-size: 7px;
  font-weight: 700;
  line-height: 1.5;
}
.case-automation-scope {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #cbd2c9;
  background: #f2f4ec;
}
.case-automation-scope ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.case-automation-scope li {
  min-width: 0;
  padding: 8px 8px 8px 19px;
  border: 1px solid #cbd2c9;
  background: var(--paper);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.4;
  position: relative;
}
.case-automation-scope li::before {
  content: "•";
  position: absolute;
  left: 9px;
  color: #789b20;
}
.case-automation-scope p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.65;
}

@media (max-width: 370px) {
  .proof-result-hero.proof-result-time {
    grid-template-columns: 1fr;
  }
  .case-time-metrics article {
    grid-template-columns: 88px minmax(0, 1fr);
  }
}

/* 60分→10分を、同じ尺度の横棒グラフで比較する */
.automation-time-bars {
  margin: 0 18px;
  padding: 17px 16px 15px;
  border: 1px solid #cbd2c9;
  background: #f7f8f2;
  display: grid;
  gap: 16px;
}
.automation-time-bars > div {
  min-width: 0;
}
.automation-time-bars p {
  margin: 0 0 7px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: baseline;
  gap: 8px;
}
.automation-time-bars small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
}
.automation-time-bars strong {
  color: var(--ink);
  font-family: var(--latin);
  font-size: 18px;
  line-height: 1;
}
.automation-time-bars strong span {
  margin-right: 3px;
  font-family: var(--sans);
  font-size: 7px;
}
.automation-time-bars em {
  color: var(--muted);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}
.automation-time-track {
  height: 22px;
  overflow: hidden;
  border: 1px solid #cbd2c9;
  background: #e7eae2;
}
.automation-time-track i {
  display: block;
  width: 100%;
  height: 100%;
  background: #66736d;
}
.automation-time-bars .is-after .automation-time-track i {
  width: 16.666%;
  min-width: 22px;
  background: var(--lime);
}
.automation-time-bars .is-after strong {
  color: #547500;
}
.automation-time-bars > b {
  justify-self: end;
  margin-top: -4px;
  padding: 6px 9px;
  background: var(--lime);
  color: var(--ink);
  font-size: 8px;
}

/* 事例内の業務短縮も、Before / Afterの棒グラフへ統一 */
.proof-section .proof-cases .case-time-metrics article {
  padding: 15px 14px;
  display: block;
}
.case-time-metrics h4 {
  margin-bottom: 12px;
  font-size: 11px;
}
.case-time-bar + .case-time-bar {
  margin-top: 9px;
}
.case-time-bar p {
  margin: 0 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.case-time-bar p span {
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
}
.case-time-bar p strong {
  color: var(--ink);
  font-size: 11px;
}
.case-time-bar > i {
  height: 10px;
  overflow: hidden;
  background: #e1e5de;
  display: block;
}
.case-time-bar > i b {
  width: 100%;
  height: 100%;
  background: #758079;
  display: block;
}
.case-time-bar.is-after p strong {
  color: #547500;
}
.case-time-bar.is-after > i b {
  width: 8%;
  min-width: 16px;
  background: var(--lime);
}
.case-time-metrics article:nth-child(n+2) .case-time-bar.is-after > i b {
  width: 4%;
}
.case-time-metrics article > small {
  margin-top: 9px;
  display: block;
}

/* 金額比較は、比較単位を揃えた横棒グラフとして表示 */
.comparison-bar-chart {
  padding: 16px 14px;
  border: 1px solid var(--ink);
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
}
.comparison-bar-chart > div {
  min-width: 0;
  padding: 0;
}
.comparison-bar-chart p {
  margin: 0 0 7px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
}
.comparison-bar-chart small {
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
}
.comparison-bar-chart strong {
  color: var(--ink);
  font-family: var(--latin);
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: -.035em;
  text-align: right;
}
.comparison-bar-chart strong span {
  margin-bottom: 3px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 7px;
  letter-spacing: 0;
  display: block;
}
.comparison-bar-chart > div > i {
  height: 15px;
  overflow: hidden;
  background: #e1e5de;
  display: block;
}
.comparison-bar-chart > div > i b {
  width: 100%;
  height: 100%;
  background: #758079;
  display: block;
}
.comparison-bar-chart .is-pecoli strong {
  color: #547500;
}
.comparison-bar-chart .is-pecoli > i b {
  width: 22%;
  background: var(--lime);
}
.comparison-bar-chart em {
  margin-top: 7px;
  color: var(--muted);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
  display: block;
}
.hire-bar-chart {
  border-bottom: 0;
}
.quality-evidence.comparison-bar-chart {
  grid-template-columns: 1fr;
}
.quality-evidence.comparison-bar-chart > div {
  padding: 0;
}
.quality-bar-chart .is-pecoli > i b {
  width: 0;
  min-width: 7px;
}
.quality-bar-chart .is-pecoli em {
  color: #4f6808;
  font-weight: 800;
}
.speed-compare.comparison-bar-chart {
  display: grid;
  gap: 17px;
}
.speed-compare.comparison-bar-chart > div {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}
.speed-bar-chart .is-pecoli > i b {
  width: 50%;
}
.speed-bar-chart .is-pecoli em {
  color: #4f6808;
  font-weight: 800;
}

/* CASE 01：売上を第一、レビュー増加率を第二の成果として再整理 */
.proof-result-hero.proof-result-growth {
  padding: 18px;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 10px;
  align-items: stretch;
}
.proof-result-growth .proof-sales-result,
.proof-result-growth .proof-primary-result {
  min-width: 0;
  min-height: 126px;
  padding: 14px;
  border: 1px solid rgba(13, 25, 22, .32);
  background: rgba(255, 255, 255, .7);
  display: grid;
  align-content: center;
  gap: 8px;
}
.proof-result-growth .proof-sales-result {
  border: 2px solid var(--ink);
  background: var(--paper);
}
.proof-result-growth .proof-sales-result small,
.proof-result-growth .proof-primary-result small {
  color: #4f6808;
  font-size: 6px;
  line-height: 1.45;
}
.proof-result-growth .proof-sales-result strong,
.proof-result-growth .proof-primary-result strong {
  display: flex;
  align-items: baseline;
  color: var(--ink);
  font-family: var(--latin);
  line-height: .9;
  white-space: nowrap;
}
.proof-result-growth .proof-sales-result strong span {
  margin-right: 3px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 11px;
}
.proof-result-growth .proof-sales-result strong em {
  font-size: 50px;
  letter-spacing: -.08em;
}
.proof-result-growth .proof-sales-result strong {
  font-size: 16px;
}
.proof-result-growth .proof-primary-result strong em {
  color: #547500;
  font-size: 34px;
  letter-spacing: -.06em;
}
.proof-result-growth .proof-primary-result strong {
  color: #547500;
  font-size: 12px;
}
.proof-result-growth .proof-sales-result > span,
.proof-result-growth .proof-primary-result > span {
  color: #40520a;
  font-size: 7px;
  font-weight: 900;
}
.proof-result-growth .proof-result-copy {
  grid-column: 1 / -1;
  padding: 11px 13px;
  border-top: 1px solid rgba(13, 25, 22, .28);
  background: rgba(255, 255, 255, .38);
}
.proof-result-growth .proof-result-copy p {
  margin: 0;
  color: #40520a;
  font-size: 8px;
  line-height: 1.65;
}
.proof-result-growth .proof-result-copy p strong {
  color: var(--ink);
}

@media (max-width: 370px) {
  .proof-result-hero.proof-result-growth {
    grid-template-columns: 1fr 1fr;
  }
  .proof-result-growth .proof-result-copy {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .proof-result-growth .proof-sales-result strong em {
    font-size: 42px;
  }
  .proof-result-growth .proof-primary-result strong em {
    font-size: 29px;
  }
}

/* CASE 01を成果2点＋根拠1行に絞り、スマホでも大きく読ませる */
.proof-result-hero.proof-result-growth {
  padding: 0;
  grid-template-columns: 1fr;
  gap: 0;
  background: var(--paper);
}
.proof-result-growth .proof-sales-result,
.proof-result-growth .proof-primary-result {
  min-height: 0;
  padding: 24px 22px;
  border: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px 18px;
}
.proof-result-growth .proof-sales-result {
  background: var(--lime);
}
.proof-result-growth .proof-primary-result {
  border-top: 1px solid #a8c754;
  background: #f0ffd0;
}
.proof-result-growth .proof-sales-result small,
.proof-result-growth .proof-primary-result small {
  color: #42570a;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
}
.proof-result-growth .proof-sales-result strong,
.proof-result-growth .proof-primary-result strong {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.proof-result-growth .proof-sales-result strong span {
  margin-right: 5px;
  font-size: 15px;
}
.proof-result-growth .proof-sales-result strong em {
  font-size: 60px;
}
.proof-result-growth .proof-sales-result strong {
  font-size: 22px;
}
.proof-result-growth .proof-sales-result .proof-sales-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 3px;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 900;
  line-height: 1;
}
.proof-result-growth .proof-sales-result .proof-sales-value span {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.055em;
}
.proof-result-growth .proof-sales-result .proof-sales-value em {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.06em;
}
.proof-result-growth .proof-primary-result strong span {
  margin-right: 8px;
  color: #4f6808;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 900;
}
.proof-result-growth .proof-primary-result strong em {
  font-size: 40px;
}
.proof-result-growth .proof-primary-result strong {
  font-size: 16px;
}
.proof-result-growth .proof-primary-result .proof-pace-values {
  gap: 6px;
  color: #547500;
  font-family: var(--latin);
  white-space: nowrap;
}
.proof-result-growth .proof-primary-result .proof-pace-values b {
  font-size: 19px;
  letter-spacing: -.045em;
}
.proof-result-growth .proof-primary-result .proof-pace-values i {
  color: #789b00;
  font-size: 15px;
  font-style: normal;
}
.proof-result-growth .proof-result-copy {
  padding: 20px 22px 22px;
  border-top: 1px solid #cbd2c9;
  background: var(--paper);
}
.proof-result-growth .proof-result-copy p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  color: var(--ink);
  font-size: 11px;
  line-height: 1.65;
}
.proof-result-growth .proof-result-copy p span {
  color: #547500;
  font-family: var(--latin);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

/* 実数の変化を補足ではなく、ひと目で読める第三の成果として見せる */
.proof-result-growth .proof-result-copy {
  padding: 20px 22px;
  background: var(--ink);
}
.proof-result-growth .proof-result-copy p {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px 18px;
  color: #fff;
}
.proof-result-growth .proof-result-copy p small {
  color: #cbd3cf;
  font-size: 11px;
  font-weight: 800;
}
.proof-result-growth .proof-result-copy p strong {
  grid-column: 1;
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: #fff;
  font-family: var(--latin);
  line-height: 1;
}
.proof-result-growth .proof-result-copy p strong b {
  font-size: 23px;
  letter-spacing: -.045em;
}
.proof-result-growth .proof-result-copy p strong i {
  color: var(--lime);
  font-size: 18px;
  font-style: normal;
}
.proof-result-growth .proof-result-copy p span {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 10px 12px;
  background: var(--lime);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 370px) {
  .proof-result-hero.proof-result-growth {
    grid-template-columns: 1fr;
  }
  .proof-result-growth .proof-sales-result,
  .proof-result-growth .proof-primary-result {
    padding-inline: 18px;
  }
  .proof-result-growth .proof-sales-result strong em {
    font-size: 50px;
  }
  .proof-result-growth .proof-primary-result strong em {
    font-size: 34px;
  }
  .proof-result-growth .proof-result-copy p {
    grid-template-columns: 1fr;
  }
  .proof-result-growth .proof-result-copy p span {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

/* 導入事例は罫線で分割せず、余白と面の色だけで情報を整理する */
.proof-section .proof-cases .proof-case,
.proof-section .proof-cases .proof-case-main {
  border: 0;
}
.proof-section .proof-case-head,
.proof-result-growth .proof-primary-result,
.proof-result-growth .proof-result-copy,
.proof-result-hero.proof-result-time,
.case-time-impact {
  border: 0;
}
.proof-section .proof-cases {
  gap: 34px;
}

/* CASE 02の時間比較は、変化だけを大きく見せる */
.case-time-metrics {
  margin-top: 18px;
  border: 0;
  background: transparent;
  gap: 14px;
}
.proof-section .proof-cases .case-time-metrics article,
.proof-section .proof-cases .case-time-metrics article:first-child {
  padding: 20px;
  border: 0;
  background: #f2f4ec;
  box-shadow: none;
  display: grid;
  gap: 14px;
}
.case-time-metrics h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}
.case-time-change {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.045em;
}
.case-time-change span {
  color: #68716d;
}
.case-time-change i {
  color: #789b20;
  font-size: 17px;
  font-style: normal;
}
.case-time-change strong {
  color: #547500;
}
.case-time-bars-mini {
  display: grid;
  gap: 5px;
}
.case-time-bars-mini > i {
  height: 7px;
  overflow: hidden;
  background: #dfe3dc;
  display: block;
}
.case-time-bars-mini > i b {
  width: 100%;
  height: 100%;
  background: #758079;
  display: block;
}
.case-time-bars-mini > i:last-child b {
  width: 8%;
  min-width: 18px;
  background: var(--lime);
}
.case-time-metrics article:nth-child(n+2) .case-time-bars-mini > i:last-child b {
  width: 4%;
}

/* 削減イメージは枠を重ねず、横幅いっぱいに見せる */
.offer-lineup .automation-overview {
  margin-inline: 0;
  border: 0;
  background: transparent;
}
.offer-lineup .automation-overview .automation-time-return {
  border: 0;
}
.automation-time-bars {
  margin-inline: 0;
  padding: 20px 18px;
  border: 0;
  background: #f2f4ec;
}
.automation-time-track {
  border: 0;
}
.automation-time-result {
  margin-inline: 0;
}
.offer-lineup .automation-overview .svc-work-catalog {
  border-top: 0;
}

/* 小見出し・本文・項目名・数値の4段階に整理し、入れ子の余白を減らす */
.case-time-impact {
  padding-inline: 0;
}
.case-time-impact > small,
.automation-time-return > header small {
  font-size: var(--type-caption);
}
.proof-section .proof-cases .case-time-metrics article,
.proof-section .proof-cases .case-time-metrics article:first-child {
  padding: 22px 20px;
}
.case-time-metrics h4 {
  font-size: var(--type-subhead);
}
.case-time-change {
  font-size: var(--type-metric);
}
.automation-time-return > header p,
.automation-time-bars small,
.automation-time-bars em {
  font-size: var(--type-body);
}
.automation-time-bars strong,
.automation-time-result strong {
  font-size: var(--type-metric);
}
.automation-time-bars strong span,
.automation-time-result small,
.automation-time-result span {
  font-size: var(--type-caption);
}
.automation-time-bars > b {
  font-size: var(--type-body);
}
.automation-time-note {
  font-size: 10px;
}

/* 比較セクションは線ではなく、面・余白・文字サイズで階層をつくる */
.value-compare-card {
  border: 0;
  background: #f7f8f2;
}
.value-compare-card > header {
  border-top: 0;
  border-bottom: 0;
  background: #f7f8f2;
}
.value-compare-card > header small,
.compare-subtitle,
.comparison-bar-chart small {
  font-size: var(--type-caption);
}
.value-compare-card > header > b {
  font-size: 14px;
}
.value-compare-card > header h3 {
  font-size: 22px;
}
.evidence-row > span,
.value-compare-copy,
.comparison-bar-chart em,
.speed-promise span,
.quality-support-list li {
  font-size: var(--type-body);
}
.evidence-row > strong,
.comparison-bar-chart strong {
  font-size: var(--type-metric);
}
.comparison-bar-chart strong span {
  font-size: 10px;
}
.evidence-result strong,
.speed-promise strong {
  font-size: var(--type-subhead);
}
.evidence-result span,
.hire-result span {
  font-size: var(--type-caption);
}
.hire-result b {
  font-size: 13px;
}
.hire-compare {
  border-top: 0;
}
.comparison-bar-chart {
  border: 0;
}
.hire-compare .comparison-bar-chart,
.value-compare-speed > .comparison-bar-chart,
.value-compare-quality > .comparison-bar-chart {
  padding-inline: 0;
}
.quality-support-list {
  border: 0;
  gap: 8px;
}
.quality-support-list li,
.quality-support-list li:nth-child(2n),
.quality-support-list li:nth-last-child(-n+2) {
  border: 0;
  background: var(--paper);
}
.comparison-note {
  font-size: 10px;
}

/* 内容と関係のない上端アクセント線は使わない */
.promise-cards article:first-child,
.price-year-compare > .is-first-year,
.value-compare-card > header {
  border-top: 0;
}

/* 採用との比較は横に詰めず、読む順番どおり縦に配置する */
.hire-bar-chart {
  padding-block: 20px;
  gap: 28px;
}
.hire-bar-chart > div {
  padding: 20px 18px;
  background: var(--paper);
}
.hire-bar-chart p {
  margin-bottom: 14px;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
}
.hire-bar-chart small {
  font-size: var(--type-subhead);
}
.hire-bar-chart strong {
  font-size: 28px;
  text-align: left;
}
.hire-bar-chart strong span {
  margin-bottom: 7px;
  font-size: var(--type-body);
}
.hire-bar-chart > div > i {
  height: 14px;
}
.hire-bar-chart em {
  margin-top: 12px;
  line-height: 1.7;
}
.hire-result {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.hire-result b {
  font-size: var(--type-subhead);
  line-height: 1.45;
}
.hire-result span {
  text-align: left;
}

/* 本業へ戻せる時間は、左右の情報を同じ高さの中央へ揃える */
.automation-time-result {
  min-height: 96px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label value"
    "detail value";
  align-content: center;
  align-items: center;
  column-gap: 22px;
}
.automation-time-result small {
  grid-area: label;
  align-self: end;
}
.automation-time-result strong {
  grid-area: value;
  align-self: center;
  white-space: nowrap;
}
.automation-time-result span {
  grid-area: detail;
  align-self: start;
}

/* 成果数字の単位が重ならないよう、数字の右側に明確な余白を置く */
.proof-result-growth .proof-sales-result strong {
  gap: 7px;
}
.proof-result-growth .proof-sales-result strong span {
  margin-right: 0;
}
.proof-result-growth .proof-sales-result strong em {
  margin-right: 5px;
  letter-spacing: 0;
}

/* 事例は内部を罫線で刻まず、カード全体だけを一つの枠で囲む */
.proof-section .proof-cases .proof-case,
.proof-section .proof-cases .proof-case-main {
  border: 1px solid #cbd2c9;
}

/* 安い・早い・高品質のラベルは、同じ枠線と余白で統一する */
.value-compare-card > header > b {
  min-width: 64px;
  padding: 10px 14px;
  border: 2px solid #668a00;
  background: var(--lime);
  color: var(--ink);
  line-height: 1.2;
}

/* 事例ヘッダーは、案件名まで無理なく読める文字サイズにする */
.proof-case-head {
  min-height: 72px;
  padding: 18px 22px;
  gap: 10px;
}
.proof-case-head .proof-case-label {
  font-size: 11px;
}
.proof-case-head > b {
  padding: 7px 10px;
  font-size: 11px;
}
.proof-case-head > small {
  font-size: 12px;
  line-height: 1.45;
}

/* 短縮結果に、比較尺度と自動化内容の根拠を添える */
.case-time-impact > small {
  font-size: 13px;
}
.proof-section .proof-cases .case-time-metrics article,
.proof-section .proof-cases .case-time-metrics article:first-child {
  grid-template-columns: 1fr;
  gap: 13px;
}
.case-time-metrics h4 {
  font-size: 18px;
}
.case-time-change {
  font-size: 28px;
}
.case-time-bars-mini {
  gap: 7px;
}
.case-time-bars-mini > div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}
.case-time-bars-mini > div > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.case-time-bars-mini > div > i {
  height: 8px;
  overflow: hidden;
  background: #dfe3dc;
  display: block;
}
.case-time-bars-mini > div > i b {
  width: 100%;
  height: 100%;
  background: #758079;
  display: block;
}
.case-time-bars-mini > div:last-child > i b {
  width: 8%;
  min-width: 18px;
  background: var(--lime);
}
.case-time-metrics article:nth-child(n+2) .case-time-bars-mini > div:last-child > i b {
  width: 4%;
}
.case-time-evidence {
  margin: 0;
  color: var(--muted);
  font-size: var(--type-body);
  font-weight: 700;
  line-height: 1.7;
}
.case-automation-scope > small {
  font-size: 12px;
}
.case-automation-scope li {
  font-size: 11px;
}
.case-automation-scope p {
  font-size: var(--type-body);
}

/* 価格比較は「安い・早い・高品質」の各大項目だけを枠で区切る */
.value-compare-card {
  border: 1px solid #cbd2c9;
}

/* 相談フォームは外枠を外し、入力に使える横幅を広げる */
.home-contact .contact-form {
  width: min(1040px, 100%);
  padding-inline: 24px;
  border: 0;
}
@media (max-width: 620px) {
  .home-contact .contact-form {
    padding-inline: 14px;
  }
}

/* 業務自動化の料金は固定高をやめ、内容に合わせてコンパクトにする */
.price-year-automation.is-single > div {
  min-height: 0;
  padding: 18px 20px;
  align-content: start;
  gap: 8px;
}
.price-year-automation.is-single em {
  padding-top: 0;
  border-top: 0;
}

/* 削減イメージの主見出しは、画面幅に合わせて一行で読ませる */
.automation-time-return > header h4 {
  margin-top: 0;
  font-size: clamp(14px, 4.2vw, 18px);
  letter-spacing: -.05em;
  white-space: nowrap;
}

/* 何を比較しているかを、グラフと同じ情報階層で大きく示す */
.compare-subtitle,
.compare-subtitle.is-first {
  font-size: var(--type-subhead);
  line-height: 1.45;
}

/* 採用と自動化は一つの比較面として連続させる */
.hire-bar-chart {
  gap: 0;
  background: var(--paper);
}
.hire-bar-chart > div {
  background: transparent;
}
.hire-bar-chart > .is-market {
  padding-bottom: 16px;
}
.hire-bar-chart > .is-pecoli {
  padding-top: 16px;
}

/* 工程・開発費の比較は、ラベルと数字を上下に分けて窮屈さをなくす */
.speed-bar-chart,
.quality-bar-chart {
  padding-block: 20px;
  gap: 14px;
}
.speed-bar-chart > div,
.quality-bar-chart > div {
  padding: 20px 18px;
  background: var(--paper);
}
.speed-bar-chart p,
.quality-bar-chart p {
  margin-bottom: 14px;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
}
.speed-bar-chart small,
.quality-bar-chart small {
  font-size: var(--type-subhead);
}
.speed-bar-chart strong,
.quality-bar-chart strong {
  font-size: 28px;
  line-height: 1.2;
  text-align: left;
  overflow-wrap: anywhere;
}
.speed-bar-chart strong span,
.quality-bar-chart strong span {
  margin-bottom: 7px;
  font-size: var(--type-body);
}
.speed-bar-chart > div > i,
.quality-bar-chart > div > i {
  height: 14px;
}
.speed-bar-chart em,
.quality-bar-chart em {
  margin-top: 12px;
  line-height: 1.7;
}

/* 悩みの見出しは、写真との比率を調整して必ず2行で読ませる */
.challenge-story-rows li {
  grid-template-columns: 36% 64%;
}
.challenge-story-rows li:nth-child(even) {
  grid-template-columns: 64% 36%;
}
.challenge-problem strong {
  font-size: clamp(12px, 3.5vw, 15px);
  white-space: nowrap;
}
@media (max-width: 370px) {
  .challenge-story-rows li {
    grid-template-columns: 28% 72%;
  }
  .challenge-story-rows li:nth-child(even) {
    grid-template-columns: 72% 28%;
  }
}

/* 公開後運用は棒グラフではなく、不要な待ち工程が消えるステータスで示す */
.workflow-status-compare {
  display: grid;
  gap: 16px;
  padding: 24px 20px;
  background: #f5f5ef;
}
.workflow-status-compare > div {
  padding: 20px;
  background: var(--paper);
}
.workflow-status-compare > div > p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 20px;
}
.workflow-status-compare small {
  color: #68736f;
  font-size: var(--type-subhead);
  font-weight: 800;
}
.workflow-status-compare strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}
.workflow-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.workflow-status li {
  position: relative;
  padding: 34px 5px 0;
  color: #5f6965;
  font-size: var(--type-body);
  font-weight: 800;
  text-align: center;
}
.workflow-status li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: #7d8782;
  box-shadow: 0 0 0 2px #7d8782;
  transform: translateX(-50%);
}
.workflow-status li::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #7d8782;
}
.workflow-status li:first-child::after {
  left: 50%;
  width: 50%;
}
.workflow-status li:last-child::after {
  width: 50%;
}
.workflow-status-cut {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 13px 16px;
  color: var(--ink);
  text-align: center;
}
.workflow-status-cut::before {
  content: "↓";
  color: #65830c;
  font-size: 30px;
  line-height: 1;
}
.workflow-status-cut b {
  font-size: var(--type-subhead);
}
.workflow-status-cut span {
  color: #68736f;
  font-size: var(--type-body);
  font-weight: 700;
}
.workflow-status-compare .is-pecoli {
  background: #efffc7;
}
.workflow-status-compare .is-pecoli small,
.workflow-status-compare .is-pecoli strong {
  color: #4f6808;
}
.workflow-status.is-short {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.workflow-status.is-short li {
  color: var(--ink);
}
.workflow-status.is-short li::before,
.workflow-status.is-short li::after {
  background: var(--lime);
}
.workflow-status.is-short li::before {
  box-shadow: 0 0 0 2px #709013;
}

@media (max-width: 520px) {
  .workflow-status-compare {
    padding: 18px 14px;
  }
  .workflow-status-compare > div {
    padding: 18px 14px;
  }
  .workflow-status-compare strong {
    font-size: 20px;
  }
  .workflow-status li {
    padding-inline: 2px;
    font-size: 11px;
  }
  .workflow-status-cut {
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  .workflow-status-cut::before {
    flex-basis: 100%;
  }
}

/* 比較の内側に余白を確保し、数値とバーを窮屈に見せない */
.quality-evidence.quality-bar-chart {
  padding: 22px 18px;
  border: 0;
  gap: 18px;
  background: var(--paper);
}
.quality-evidence.quality-bar-chart > div {
  padding: 24px 20px;
  background: var(--paper);
}

/* ステータスバーに残っていた旧カード装飾を外し、一本の流れに整える */
.speed-compare.workflow-status-compare {
  margin: 20px;
  padding: 0;
  gap: 14px;
  background: transparent;
}
.speed-compare.workflow-status-compare > div {
  padding: 22px 0;
  border: 0;
  background: transparent;
}
.speed-compare.workflow-status-compare > div > p {
  margin-bottom: 18px;
}
.workflow-status-compare > div > p strong {
  flex: 0 0 auto;
  font-size: 25px;
  white-space: nowrap;
}
.speed-compare.workflow-status-compare .workflow-status {
  margin: 0;
  gap: 0;
}
.speed-compare.workflow-status-compare .workflow-status li {
  min-height: 0;
  padding: 37px 2px 0;
  border: 0;
  background: transparent;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.speed-compare.workflow-status-compare .workflow-status li::before {
  top: 5px;
  width: 16px;
  height: 16px;
  border-width: 3px;
}
.speed-compare.workflow-status-compare .workflow-status li::after,
.speed-compare.workflow-status-compare .workflow-status li:not(:last-child)::after {
  content: "";
  top: 13px;
  right: auto;
  height: 3px;
  color: transparent;
  transform: none;
}
.speed-compare.workflow-status-compare .workflow-status li:first-child::after {
  left: 50%;
  width: 50%;
}
.speed-compare.workflow-status-compare .workflow-status li:not(:first-child):not(:last-child)::after {
  left: 0;
  width: 100%;
}
.speed-compare.workflow-status-compare .workflow-status li:last-child::after {
  left: 0;
  width: 50%;
}
.workflow-status-cut {
  display: block;
  padding: 14px 18px;
  background: #f2f4ec;
  text-align: center;
}
.workflow-status-cut::before {
  content: none;
}
.workflow-status-cut b,
.workflow-status-cut span {
  display: block;
}
.workflow-status-cut b {
  font-size: 17px;
}
.workflow-status-cut span {
  font-size: 12px;
}
.speed-compare.workflow-status-compare > .is-pecoli {
  padding: 24px 20px;
  background: #efffc7;
}
.speed-compare.workflow-status-compare > .speed-promise {
  margin: 0;
  padding: 16px 18px;
  background: #f2f4ec;
  color: var(--ink);
  display: grid;
  gap: 5px;
}
.speed-compare.workflow-status-compare > .speed-promise strong {
  color: var(--ink);
  font-size: 14px;
}
.speed-compare.workflow-status-compare > .speed-promise span {
  color: var(--muted);
  font-size: 10px;
}

/* 相談フォームは外側の余白をなくし、フォーム自身の余白だけに統一する */
.home-contact.contact-section {
  padding: 48px 0 64px;
}
.home-contact .contact-form {
  width: 100%;
  margin: 0;
  padding: 38px 24px;
}

@media (max-width: 370px) {
  .quality-evidence.quality-bar-chart {
    padding-inline: 14px;
  }
  .quality-evidence.quality-bar-chart > div {
    padding-inline: 16px;
  }
  .speed-compare.workflow-status-compare {
    margin-inline: 16px;
  }
  .speed-compare.workflow-status-compare .workflow-status li {
    font-size: 11px;
  }
  .home-contact .contact-form {
    padding-inline: 20px;
  }
}

/* 長い理念文も中央カラム内で読みやすく折り返す */
.purpose-section {
  padding-inline: 24px;
  overflow: hidden;
}
.purpose-section > .grow-section-head,
.purpose-section > .purpose-copy {
  min-width: 0;
  max-width: 100%;
}
.purpose-section .grow-section-head h2 {
  max-width: 100%;
  font-size: clamp(22px, 6vw, 26px);
  line-height: 1.35;
  letter-spacing: -.06em;
  white-space: normal;
  overflow-wrap: anywhere;
}
.purpose-section .purpose-copy p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

/* 項目数が増えた目次を、一画面内でも追いやすい密度に整える */
.header-menu-links a {
  min-height: 54px;
  padding-block: 7px;
}
.header-menu-links .menu-copy strong {
  font-size: 14px;
}

/* 開発費比較は、外側と内側の二重パディングを解消する */
.quality-evidence.quality-bar-chart {
  padding: 0;
  gap: 16px;
}
.quality-evidence.quality-bar-chart > div {
  padding: 22px 20px;
}

/* 寄り添う仕組みは、番号の右に見出しと説明を縦に積む */
.care-principles li {
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 7px;
  padding: 22px 18px;
}
.care-principles b {
  grid-column: 1;
  grid-row: 1 / 3;
  font-size: 12px;
}
.care-principles strong {
  grid-column: 2;
  font-size: 16px;
  line-height: 1.5;
}
.care-principles span {
  grid-column: 2;
  font-size: 12px;
  line-height: 1.7;
}

/* 無料相談の主見出しは一行で読ませる */
.contact-form-head h2 {
  font-size: clamp(22px, 6vw, 26px);
  letter-spacing: -.065em;
  white-space: nowrap;
}

/* フッターを明確な終端として見せる */
.grow-footer {
  background: #0d1916;
  color: #fff;
}
.grow-footer p {
  color: #c0cac5;
}
.grow-footer a {
  color: #fff;
}
.grow-footer small {
  color: #8f9c96;
}
.grow-footer > div {
  border-top-color: #34433e;
}

/* 事例内の時間見出しを、カード端から十分に離して配置する */
.case-time-impact {
  padding: 28px 20px 24px;
}
.case-time-impact > small {
  display: block;
  font-family: var(--sans);
  font-size: 15px;
  letter-spacing: .02em;
}

/* FVで「何をする会社か」を主見出しの直後に明示する */
.hero-service-definition {
  margin: 26px 0 0;
  padding-left: 15px;
  border-left: 4px solid var(--lime);
  color: #fff;
  font-size: clamp(17px, 4.8vw, 20px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -.035em;
}
.hero-service-definition + .grow-lead {
  margin-top: 22px;
}

/* 育つ3点セットは、アコーディオンに隠さず導入の流れまで常時見せる */
.svc-main-detail {
  padding: 28px 20px 32px;
  border-top: 1px solid #cbd2c9;
  background: var(--paper);
  display: grid;
  gap: 26px;
}
.svc-one-line {
  margin: 0 18px 20px;
  padding: 24px 20px;
  background: var(--lime);
  color: var(--ink);
  text-align: left;
  display: grid;
  justify-items: start;
  gap: 7px;
}
.svc-one-line small {
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--paper);
  color: #506909;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .06em;
}
.svc-one-line strong {
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -.035em;
}
.svc-one-line span {
  color: #506909;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.65;
}
.grow-hp-flow h4 {
  margin: 0;
  color: #56730a;
  font-size: 18px;
  letter-spacing: -.02em;
}
.grow-hp-flow ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.grow-hp-flow li {
  min-height: 64px;
  padding: 14px 4px;
  border-top: 1px solid #d3d8d0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.grow-hp-flow li b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-family: var(--latin);
  font-size: 11px;
  display: grid;
  place-items: center;
}
.grow-hp-flow li span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}
.grow-hp-flow li.is-result b {
  width: auto;
  min-width: 34px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--lime);
  font-family: var(--sans);
  font-size: 9px;
  white-space: nowrap;
}
.grow-hp-flow li.is-result {
  grid-template-columns: 54px minmax(0, 1fr);
}
/* 公開後運用も同じ4段階で並べ、不要になる中央2段階を明示する */
.speed-compare.workflow-status-compare .workflow-status.is-pecoli-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.speed-compare.workflow-status-compare .workflow-status.is-pecoli-flow li {
  color: var(--ink);
}
.speed-compare.workflow-status-compare .workflow-status.is-pecoli-flow li::before,
.speed-compare.workflow-status-compare .workflow-status.is-pecoli-flow li::after {
  background: var(--lime);
}
.speed-compare.workflow-status-compare .workflow-status.is-pecoli-flow li::before {
  box-shadow: 0 0 0 2px #709013;
}
.speed-compare.workflow-status-compare .workflow-status.is-pecoli-flow li.is-skipped {
  padding-top: 31px;
  color: #69736e;
}
.speed-compare.workflow-status-compare .workflow-status.is-pecoli-flow li.is-skipped::before {
  content: "×";
  border: 2px solid #efffc7;
  background: var(--paper);
  color: #68736f;
  font-size: 16px;
  font-weight: 900;
  line-height: 14px;
  box-shadow: 0 0 0 2px #98a09c;
}
.speed-compare.workflow-status-compare .workflow-status.is-pecoli-flow li.is-skipped::after {
  background: #98a09c;
}
.workflow-status.is-pecoli-flow li.is-skipped span {
  display: block;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.workflow-status.is-pecoli-flow li.is-skipped b {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 6px;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
}

/* 料金はサービスの内容と導入フローを理解した直後に提示する */
.service-price {
  display: grid;
  gap: 16px;
  padding-top: 6px;
}
.service-price > h4 {
  margin: 0;
  color: #56730a;
  font-size: 18px;
  letter-spacing: -.02em;
}
.service-price .price-year-compare {
  margin: 0;
}
.service-price .price-year-compare.is-single > div {
  min-height: 0;
}
.service-price-note {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
}

/* 業務自動化も、集客サービスと同じく導入後の変化を一枚絵で見せる */
.automation-story {
  background: var(--paper);
}
.automation-story-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f6f1e7;
}
.automation-story-visual > img {
  width: 100%;
  height: auto;
  display: block;
}
.automation-story-kpis {
  position: absolute;
  top: 5%;
  left: 4%;
  right: 4%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.automation-story-kpis span {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid #cbd2c9;
  background: rgba(255, 255, 255, .92);
  display: grid;
  gap: 4px;
}
.automation-story-kpis span.is-after {
  border-color: #91b52c;
  background: rgba(239, 255, 199, .94);
}
.automation-story-kpis small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.automation-story-kpis strong {
  color: var(--ink);
  font-size: clamp(18px, 4.7vw, 25px);
  line-height: 1.15;
  white-space: nowrap;
}
.automation-story-kpis > b {
  padding: 7px 9px;
  background: var(--ink);
  color: var(--lime);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
.automation-story-result {
  margin: 0;
  padding: 20px 0 0;
  background: var(--paper);
  display: grid;
  gap: 0;
}
.automation-story-message.svc-one-line {
  margin: 0 18px 20px;
}
.automation-story-time {
  margin: 0;
  padding: 20px;
  border-top: 0;
  background: var(--lime);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}
.automation-story-time small {
  color: #506909;
  font-size: 10px;
  font-weight: 900;
}
.automation-story-time strong {
  color: var(--ink);
  font-size: clamp(23px, 5.8vw, 34px);
  line-height: 1.15;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.automation-story .automation-time-note {
  padding: 13px 20px 17px;
  font-size: 10px;
}

@media (max-width: 390px) {
  .automation-story-kpis {
    left: 3%;
    right: 3%;
    gap: 5px;
  }
  .automation-story-kpis span {
    padding: 9px 8px;
  }
  .automation-story-kpis small {
    font-size: 8px;
  }
  .automation-story-kpis strong {
    font-size: 16px;
  }
  .automation-story-kpis > b {
    padding: 6px 5px;
    font-size: 9px;
  }
  .automation-story-result {
    padding-inline: 0;
  }
  .automation-story-result strong {
    font-size: 22px;
  }
}

/* 悩み一覧の結論は、狭い画面では読み切れる一段構成にする */
@media (max-width: 620px) {
  .challenge-story-result {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .challenge-story-result small {
    justify-self: start;
  }
  .challenge-story-result strong span {
    white-space: normal;
  }
}

/* v153: 結論・料金・セクション間隔の情報階層を整理 */
.challenge-story-result {
  padding: 19px 24px 21px;
  background: #f1f4eb;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 7px;
}
.challenge-story-result small {
  justify-self: start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #5f7f19;
  font-size: 10px;
}
.challenge-story-result strong {
  font-size: clamp(15px, 3.8vw, 18px);
  line-height: 1.5;
}

/* 課題解決パートも、他のセクション見出しと同じ大きさに揃える */
.challenge-solution-head h3 {
  font-size: clamp(22px, 6.7vw, 29px);
  line-height: 1.28;
}
.challenge-solution-head h3 span {
  max-width: 100%;
  white-space: normal;
}

/* 月額は金額と期間を一行で読ませ、カードの縦幅を抑える */
.price-year-compare strong {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
}
.price-year-compare strong b {
  font: inherit;
  color: inherit;
}
.price-year-compare strong span,
.price-year-compare .is-first-year strong span {
  display: inline;
  margin: 0;
  color: #5e6964;
  font-size: 9px;
  letter-spacing: 0;
  white-space: nowrap;
}

/* 導入事例の注記から比較セクションまでの余白を詰める */
#proof {
  padding-bottom: 38px;
}
#price-comparison {
  padding-top: 42px;
}

@media (max-width: 620px) {
  .challenge-story-result {
    gap: 7px;
  }
  #proof {
    padding-bottom: 30px;
  }
  #price-comparison {
    padding-top: 34px;
  }
}

/* Hero typography scales with the content column, including the desktop rail layout. */
.home-hero-copy { min-width: 0; container-type: inline-size; }
.home-hero .hero-tagline {
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.home-hero .hero-tagline-small {
  width: auto;
  max-width: 100%;
  font-size: clamp(10px, 3.15cqi, 12px);
  font-weight: 600;
  letter-spacing: .075em;
  color: #bac7bf;
}
.home-hero .hero-tagline-main {
  display: grid;
  gap: .18em;
  width: 100%;
  min-width: 0;
  font-size: clamp(28px, 12.8cqi, 51px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.055em;
}
.home-hero .hero-tagline-main::after { content: none; }
.home-hero .hero-tagline-main .hero-tagline-line {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}
.home-hero .hero-tagline-line:first-child { font-size: .82em; }
.home-hero .hero-tagline-line::after { content: none; }
 .home-hero .hero-tagline-line:last-child::after {
  content: "";
  left: -.02em;
  right: -.04em;
  bottom: .01em;
  height: .22em;
  background: var(--lime);
  clip-path: polygon(0 28%, 100% 0, 98% 72%, 1% 100%);
  transform: rotate(-1.2deg);
}
.home-hero .hero-tagline-small {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #dce5de;
  font-size: clamp(10px, 3.25cqi, 13px);
  font-weight: 600;
  letter-spacing: .025em;
}
.home-hero .hero-for {
  flex: 0 0 auto;
  padding: 5px 7px;
  border: 1px solid rgba(201, 255, 61, .6);
  color: var(--lime);
  font-family: var(--latin);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
}
.home-hero .hero-for-audience { white-space: nowrap; }
.home-hero .hero-for-audience::after, .home-hero .hero-for-divider::after { content: none; }
.home-hero .hero-for-divider { margin: 0 .28em; color: #7f9387; font-weight: 400; }
