:root {
  --ink: #112a26;
  --ink-soft: #36534d;
  --forest: #0e3f36;
  --forest-deep: #092f29;
  --mint: #bdf4c8;
  --mint-bright: #85eba5;
  --cream: #f5f2e9;
  --paper: #fffdf7;
  --line: #d9dfd8;
  --warning: #e67842;
  --shadow: 0 24px 70px rgba(10, 47, 40, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Noto Sans JP", sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { width: min(1280px, calc(100% - 40px)); height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(17,42,38,.09); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: .02em; }
.brand small { margin-left: 3px; color: var(--ink-soft); font-size: 10px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--forest); color: var(--mint); font-size: 15px; }
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
nav a:not(.nav-cta):hover { color: #23735f; }
.nav-cta { padding: 10px 18px; border-radius: 999px; background: var(--ink); color: white; }

.hero { min-height: 750px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; padding-block: 90px 112px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #347a66; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.04em; line-height: 1.35; }
h1 { margin-bottom: 26px; font-size: clamp(42px, 5vw, 66px); }
h1 em { color: #267c64; font-style: normal; }
h2 { margin-bottom: 22px; font-size: clamp(32px, 4vw, 52px); }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 8px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: #fff; box-shadow: 0 12px 30px rgba(14,63,54,.18); }
.button-primary:hover { background: var(--forest-deep); }
.button-ghost { border: 1px solid var(--line); background: transparent; }
.microcopy { margin: 18px 0 0; color: #6b7b76; font-size: 12px; }

.hero-visual { position: relative; overflow: hidden; padding: 18px; border: 1px solid rgba(14,63,54,.12); border-radius: 18px; background: #f7faf7; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-visual::before { content: ""; position: absolute; inset: -60% 25% auto -25%; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(133,235,165,.24), transparent 66%); }
.visual-topbar { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 2px 2px 15px; color: #6a7c76; font-size: 11px; }
.traffic-lights { display: flex; gap: 5px; }
.traffic-lights i { width: 7px; height: 7px; border-radius: 50%; background: #cbd5d0; }
/* 実際の顧客向けダッシュボード(DashboardPage)の再現。配色・構成を実画面に合わせる */
.app-frame { position: relative; overflow: hidden; border: 1px solid #e5e9f0; border-radius: 12px; background: #f5f7fa; box-shadow: 0 10px 30px rgba(23,32,51,.1); }
.app-topbar { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 10px 13px; background: #fff; border-bottom: 1px solid #e5e9f0; }
.app-brand { display: flex; align-items: center; gap: 7px; color: #172033; font-size: 11px; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.app-brand i { flex: 0 0 auto; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; background: linear-gradient(145deg, #2759d7, #5d7ee7); color: #fff; font-style: normal; font-size: 11px; }
.app-actions { display: flex; gap: 5px; font-size: 8px; white-space: nowrap; }
.app-actions b { padding: 4px 8px; border: 1px solid #b9c7ec; border-radius: 6px; color: #2759d7; background: #fff; font-weight: 700; }
.app-actions em { padding: 4px 8px; border: 1px solid #e5e9f0; border-radius: 6px; color: #4f5b70; font-style: normal; font-weight: 600; }
.app-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 11px 13px 0; }
.app-kpis > div { padding: 11px 12px; background: #fff; border: 1px solid #e5e9f0; border-radius: 9px; }
.app-kpis span { display: block; color: #697386; font-size: 8px; font-weight: 700; }
.app-kpis strong { display: block; margin-top: 5px; font-family: "DM Sans", sans-serif; font-size: 21px; font-weight: 800; line-height: 1; letter-spacing: -.03em; color: #172033; }
.app-kpis small { margin-left: 3px; color: #697386; font-size: 9px; font-weight: 600; }
.app-panel { margin: 11px 13px; background: #fff; border: 1px solid #e5e9f0; border-radius: 9px; overflow: hidden; }
.app-panel:last-of-type { margin-bottom: 13px; }
.app-panel-head { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; border-bottom: 1px solid #e5e9f0; }
.app-panel-head b { color: #172033; font-size: 10px; }
.app-panel-head span { color: #697386; font-size: 8px; }
.app-quality { display: flex; align-items: center; gap: 12px; padding: 9px 12px; }
.app-quality strong { font-family: "DM Sans", sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -.03em; color: #19a974; }
.app-quality strong small { margin-left: 2px; font-size: 10px; }
.app-quality span { color: #697386; font-size: 8px; line-height: 1.6; }
.app-table { width: 100%; border-collapse: collapse; font-size: 8.5px; }
.app-table th { padding: 6px 10px; color: #697386; background: #fafbfc; text-align: left; font-size: 7px; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.app-table td { padding: 7px 10px; border-top: 1px solid #edf0f4; color: #172033; vertical-align: middle; }
.app-table .num { text-align: right; font-family: "DM Sans", sans-serif; white-space: nowrap; }
.app-kpis em { display: block; margin-top: 5px; color: #98a2b3; font-style: normal; font-size: 7.5px; font-weight: 600; }
.app-status { display: flex; align-items: center; gap: 8px; padding: 9px 12px; }
.app-flag { flex: 0 0 auto; padding: 3px 7px; border-radius: 99px; background: #fdecec; color: #b42318; font-size: 7px; font-weight: 700; white-space: nowrap; }
.app-status > span { color: #98a2b3; font-size: 7.5px; line-height: 1.55; }
/* 工数が増えた案件は注意色。原価の見え方として増加を目立たせる。 */
.app-table .up { color: #c2410c; }
.app-table .down { color: #19a974; }
.app-burn { display: inline-flex; align-items: center; justify-content: flex-end; gap: 6px; }
.app-burn i { font-style: normal; color: #697386; }
.app-burn .app-track { width: 38px; }
.app-track.warn span { background: linear-gradient(90deg, #d9541f, #f0956a); }
.app-table td b { display: block; font-size: 9px; }
.app-table td i { display: block; margin-top: 1px; color: #697386; font-style: normal; font-size: 7px; }
.app-badge { display: inline-flex; padding: 2px 6px; border-radius: 99px; color: #355196; background: #edf2ff; font-size: 7px; font-weight: 700; white-space: nowrap; }
.app-track { width: 56px; height: 5px; border-radius: 99px; background: #edf0f5; overflow: hidden; }
.app-track span { display: block; width: var(--w); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2759d7, #6c8beb); }
.visual-caption { position: relative; margin: 11px 3px 0; color: #6a7c76; font-size: 10px; line-height: 1.55; }

.problem-band { padding: 105px 0; background: var(--forest-deep); color: #fff; }
.problem-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.problem-list { display: grid; gap: 0; }
.problem-list article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.15); }
.problem-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.problem-list article > span { color: var(--mint); font-family: "DM Sans", sans-serif; font-size: 12px; }
.problem-list h3 { margin-bottom: 7px; font-size: 18px; }
.problem-list p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }

.how { padding-block: 130px; }
.section-heading { max-width: 690px; margin-bottom: 60px; }
.section-heading > p:last-child { color: var(--ink-soft); }
.section-heading.compact { margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.step-icon { width: 52px; height: 52px; margin-bottom: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: #2c765f; font-family: "DM Sans", sans-serif; font-weight: 700; }
.steps h3 { margin-bottom: 12px; font-size: 21px; }
.steps p { color: var(--ink-soft); font-size: 14px; }
.steps small { color: #39866d; font-size: 11px; font-weight: 600; }

.decision { padding-bottom: 130px; }
.decision-card { padding: 72px; border-radius: 18px; background: var(--forest); color: #fff; }
.decision-card > h2 { max-width: 680px; }
.decision-points { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.15); }
.decision-points div { padding: 26px 24px 0 0; }
.decision-points div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.15); }
.decision-points b { color: var(--mint); font-size: 17px; }
.decision-points p { margin: 9px 0 0; color: rgba(255,255,255,.67); font-size: 13px; }

.security { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; padding-block: 120px; border-top: 1px solid var(--line); }
.security-content > p { color: var(--ink-soft); }
.security-content ul { padding: 0; margin: 30px 0 0; list-style: none; }
.security-content li { padding: 15px 0; border-top: 1px solid var(--line); font-size: 14px; }
.security-content li:last-child { border-bottom: 1px solid var(--line); }
.security-content li span { margin-right: 10px; color: #278264; font-weight: 700; }
.security-content li a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(17,42,38,.22); }
.security-content li a:hover { color: #23735f; }
.security-content .microcopy { margin-top: 22px; }
.security-content .microcopy a { color: #23735f; font-weight: 700; }

.poc { padding-block: 120px; }
.poc-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.poc-summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.poc-summary div { padding: 24px 18px; }
.poc-summary div + div { border-left: 1px solid #d6d8cd; }
.poc-summary span, .poc-summary strong { display: block; }
.poc-summary span { margin-bottom: 7px; color: #74817c; font-size: 11px; }
.poc-summary strong { font-size: 17px; }
.poc ol { padding: 0; margin: 0; list-style: none; }
.poc li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 21px 0; border-top: 1px solid var(--line); }
.poc li:last-child { border-bottom: 1px solid var(--line); }
.poc li > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: #e2f6e7; color: #25775c; font-family: "DM Sans", sans-serif; font-weight: 700; }
.poc li p { margin: 4px 0 0; color: var(--ink-soft); font-size: 13px; }

.contact { padding-block: 110px; background: var(--forest-deep); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.67); }
.contact-note { margin-top: 40px; display: flex; gap: 16px; align-items: center; }
.contact-note > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(189,244,200,.4); border-radius: 50%; color: var(--mint); font-family: "DM Sans", sans-serif; font-size: 18px; font-weight: 700; }
.contact-note p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.contact-note b { color: #fff; }
form { padding: 34px; border-radius: 14px; background: #fff; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
form label { display: block; margin-bottom: 15px; font-size: 12px; font-weight: 600; }
form label > span { margin-left: 4px; color: #d55c3a; font-size: 9px; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #d8dfda; border-radius: 6px; outline: none; background: #fafcf9; color: var(--ink); font-size: 13px; }
input:focus, select:focus, textarea:focus { border-color: #3b896f; box-shadow: 0 0 0 3px rgba(59,137,111,.1); }
textarea { min-height: 100px; resize: vertical; }
.consent { display: flex; gap: 9px; align-items: flex-start; font-weight: 400; }
.consent input { width: 16px; margin: 3px 0 0; }
.consent span { margin: 0; color: #526761; font-size: 11px; }
.form-note { margin: 4px 0 0; color: #526761; font-size: 11px; }
.form-note a { color: inherit; }
.honeypot { position: absolute !important; left: -9999px !important; }
.button-light { width: 100%; background: var(--forest); color: #fff; }
.button-light:disabled { cursor: wait; opacity: .62; }
.form-status { min-height: 1.5em; margin: 12px 0 0; color: #267b5f; font-size: 12px; text-align: center; }
.form-status.error { color: #c45336; }

footer { min-height: 110px; padding: 28px max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
footer p { margin: 0; color: #73817c; font-size: 11px; }
footer p a:hover, .policy a:not(.brand) { color: #23735f; text-decoration: underline; }
.policy { max-width: 820px; padding-block: 88px 112px; }
.policy h1 { font-size: clamp(38px, 5vw, 54px); }
.policy h2 { margin: 54px 0 14px; font-size: 24px; letter-spacing: -.02em; }
.policy section > p { color: var(--ink-soft); }
.policy ul { margin: 14px 0 0; padding-left: 20px; color: var(--ink-soft); }
.policy li { margin-bottom: 9px; }
.policy li b { color: var(--ink); }
/* スコープ名が長く、狭い画面で横スクロールを起こすため折り返す。 */
.policy code { font-size: .92em; overflow-wrap: anywhere; }
.policy-date { margin-top: 56px; color: #73817c; font-size: 13px; }

.faq { max-width: 880px; padding-block: 88px 112px; }
.faq h1 { font-size: clamp(38px, 5vw, 54px); }
.faq > p { color: var(--ink-soft); }
.faq > p a { color: #23735f; text-decoration: underline; }
.faq-group { margin-top: 66px; }
.faq-group > h2 { margin-bottom: 6px; font-size: 23px; letter-spacing: -.02em; }
.faq-group > p { margin: 0 0 20px; color: var(--ink-soft); font-size: 14px; }
.faq-item { padding: 24px 0; border-top: 1px solid var(--line); }
.faq-group > .faq-item:last-of-type { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin-bottom: 10px; font-size: 17px; letter-spacing: -.01em; }
.faq-item p { margin: 0; color: var(--ink-soft); font-size: 14.5px; }
.faq-item p + p { margin-top: 11px; }
.faq-item b { color: var(--ink); }
.faq-cta { margin-top: 76px; padding: 38px; border-radius: 14px; background: var(--cream); }
.faq-cta h2 { margin-bottom: 9px; font-size: 22px; letter-spacing: -.02em; }
.faq-cta p { margin: 0 0 22px; color: var(--ink-soft); font-size: 14px; }

@media (max-width: 900px) {
  .hero, .problem-grid, .security, .poc-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .problem-grid, .security, .poc-grid, .contact-grid { gap: 48px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 0; }
  .step-icon { margin-bottom: 30px; }
  .decision-points { grid-template-columns: 1fr 1fr; }
  .decision-points div:nth-child(3) { padding-left: 0; border-left: 0; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  .site-header { width: calc(100% - 28px); }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 13px; }
  h1 { font-size: 39px; }
  h2 { font-size: 32px; }
  .hero { min-height: 0; padding-block: 64px 84px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-visual { padding: 10px; transform: none; }
  .app-kpis { grid-template-columns: 1fr 1fr; }
  .app-kpis > div:last-child { grid-column: 1 / -1; }
  .app-actions b { display: none; }
  .app-table th:nth-child(3), .app-table td:nth-child(3) { display: none; }
  .problem-band, .how, .security, .poc, .contact { padding-block: 80px; }
  .decision { padding-bottom: 80px; }
  .decision-card { padding: 38px 24px; }
  .decision-points { grid-template-columns: 1fr; }
  .decision-points div + div { padding-left: 0; border-left: 0; }
  .poc-summary { grid-template-columns: 1fr; }
  .poc-summary div + div { border-top: 1px solid #d6d8cd; border-left: 0; }
  .form-row { grid-template-columns: 1fr; }
  form { padding: 24px 18px; }
  footer { gap: 20px; flex-direction: column; justify-content: center; }
}

/* 業務量調査LP。見出しが既存LPより長いため、列幅に収まる大きさへ落とす。 */
.survey-hero h1 { font-size: clamp(32px, 3.6vw, 48px); }

/* 何が分かるかを数字で見せる一覧。 */
.breakdown { padding: 34px 38px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.breakdown-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.breakdown-head b { font-size: 15px; }
.breakdown-head span { color: #74817c; font-size: 11px; }
.breakdown ul { padding: 0; margin: 0; list-style: none; }
.breakdown li { padding: 15px 0; border-bottom: 1px solid #eef1ec; }
.breakdown li:last-child { border-bottom: 0; }
.breakdown-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 9px; font-size: 14px; }
.breakdown-row b { font-weight: 600; }
.breakdown-row span { color: #25775c; font-family: "DM Sans", sans-serif; font-weight: 700; }
.breakdown-bar { height: 7px; border-radius: 99px; background: #eaf4ec; }
.breakdown-bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #2d8a6a, #85eba5); }
.breakdown-sub { margin: 9px 0 0; padding-left: 14px; border-left: 2px solid #e2f6e7; color: var(--ink-soft); font-size: 12px; }
.breakdown-note { margin: 18px 0 0; color: #74817c; font-size: 11px; }

/* 調査の進め方。3ヶ月の流れを1本の線で示す。 */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.15); }
.timeline div { padding: 26px 24px 0 0; }
.timeline div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.15); }
.timeline small { display: block; margin-bottom: 8px; color: var(--mint); font-family: "DM Sans", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.timeline b { font-size: 16px; }
.timeline p { margin: 8px 0 0; color: rgba(255,255,255,.67); font-size: 13px; }

.price-card { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 34px 38px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.price-card b { display: block; margin-bottom: 6px; font-size: 20px; }
.price-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.price-card strong { font-size: clamp(30px, 4vw, 40px); letter-spacing: -.03em; white-space: nowrap; }
.price-card strong small { font-size: 15px; font-weight: 600; }
.option-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.option-list div { padding: 22px 24px; border: 1px solid var(--line); border-radius: 12px; }
.option-list b { display: block; margin-bottom: 6px; font-size: 14px; }
.option-list p { margin: 0; color: var(--ink-soft); font-size: 13px; }

@media (max-width: 960px) {
  .timeline, .option-list { grid-template-columns: 1fr 1fr; }
  .breakdown, .price-card { padding: 26px 22px; }
  .price-card { grid-template-columns: 1fr; }
}

/* 手段の比較。星取表は横に長くなるため、狭い画面では表だけ横スクロールさせる。 */
.matrix-scroll { overflow-x: auto; }
.matrix { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 13px; }
.matrix th, .matrix td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.matrix thead th { padding-bottom: 14px; color: #74817c; font-size: 11px; font-weight: 600; }
.matrix thead th.is-ours { color: var(--ink); font-size: 14px; }
.matrix tbody th { width: 128px; color: var(--ink-soft); font-weight: 600; }
.matrix td { color: var(--ink-soft); }
.matrix .is-ours { background: #f2f9f3; }
.matrix tbody tr:last-child th, .matrix tbody tr:last-child td { border-bottom: 0; }
.matrix b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; }
.matrix .is-ours b { color: #1d6e53; }
.matrix-note { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.matrix-note div { padding: 22px 24px; border-left: 3px solid #e2e7e1; }
.matrix-note div:first-child { border-left-color: var(--warning); }
.matrix-note b { display: block; margin-bottom: 6px; font-size: 14px; }
.matrix-note p { margin: 0; color: var(--ink-soft); font-size: 13px; }

@media (max-width: 760px) {
  .matrix-note { grid-template-columns: 1fr; }
}
