@charset "UTF-8";

:root {
  --blue: #0b4a91;
  --blue-dark: #073268;
  --blue-soft: #eaf2fb;
  --orange: #f13a16;
  --orange-dark: #d72d0d;
  --cream: #fff8ef;
  --ink: #10151d;
  --muted: #596273;
  --line: #d9e0e9;
  --panel: #f7f9fc;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(18, 39, 68, 0.12);
  --radius: 8px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-kerning: normal;
  line-break: strict;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.lp {
  width: 100%;
  max-width: 420px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-header {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 13px;
  background: var(--white);
  border-bottom: 1px solid #cfd6de;
}
.brand { display: flex; align-items: center; gap: 6px; text-decoration: none; min-width: 0; }
.brand-logo { width: 46px; height: 30px; flex: 0 0 auto; object-fit: contain; object-position: left center; font-size: 0; }
.brand-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; line-height: 1.1; white-space: nowrap; }
.brand-copy strong { font-size: 15px; font-weight: 900; letter-spacing: .01em; }
.brand-copy small { margin-top: 2px; font-size: 7px; font-weight: 700; letter-spacing: 0; }
.header-free {
  min-width: 74px;
  padding: 5px 8px 4px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #adb8c5;
  border-radius: 6px;
  line-height: 1.05;
}
.header-free small { display: block; font-size: 7.5px; font-weight: 800; line-height: 1.2; letter-spacing: 0; }
.header-free strong { color: var(--orange); font-size: 15px; line-height: 1.05; letter-spacing: 0; }

.hero { position: relative; min-height: 396px; overflow: hidden; color: var(--ink); background: #17212c; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 100% center; }
.hero-shade { position: absolute; inset: 0; background: rgba(4, 13, 24, .06); }
.hero-copy { position: relative; z-index: 2; padding: 118px 12px 0; }
.hero-copy span {
  display: table;
  margin: 0 0 5px;
  padding: 2px 7px 3px;
  background: rgba(255,255,255,.96);
  font-size: 21px;
  font-weight: 950;
  line-height: 1.28;
  letter-spacing: .025em;
  box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
.hero-metrics {
  position: absolute;
  z-index: 2;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.metric-card {
  height: 100px;
  padding: 8px 7px 7px;
  text-align: center;
  background: rgba(255,255,255,.97);
  border: 1px solid #79a7da;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.metric-card small { display: block; min-height: 13px; font-size: 9px; font-weight: 800; line-height: 1.25; }
.metric-card p { margin: -1px 0 -3px; color: var(--orange); line-height: 1; }
.metric-card p strong { padding-right: 5px; font-size: 56px; font-weight: 950; letter-spacing: -.06em; }
.metric-card p b { font-size: 22px; }
.metric-card > span { display: block; font-size: 8px; font-weight: 800; line-height: 1.25; }

.hero-cues { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 0 3px; color: #df2d45; background: #fff; }
.hero-cues i { font-size: 38px; line-height: 1; transform: translateY(6px); }

.block { padding: 18px 14px; }
.block-tight { padding: 10px 14px 15px; }
.numbered-section.block { padding: 10px 14px 12px; }
.numbered-section.block-tight { padding: 9px 14px 11px; }
.problem { padding: 0; overflow: hidden; }
.problem h1, .comparison h2 { margin: 0 0 8px; font-size: 19px; line-height: 1.45; letter-spacing: .02em; }
.problem h1 { width: 300px; margin-bottom: 6px; font-size: 15px; line-height: 1.35; letter-spacing: 0; white-space: normal; }
.problem h1 em { color: var(--orange); font-style: normal; }
.problem-layout { position: relative; min-height: 175px; padding: 18px 19px 8px; overflow: hidden; background: #fff; }
.problem-banner { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; left: auto; width: calc(100% + 18px); height: 100%; object-fit: cover; object-position: right center; filter: grayscale(1) brightness(1.08) contrast(.92); transform: translate(0, 16px) scale(1.02); transform-origin: right center; }
.problem-layout::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #fff 0%, #fff 58%, rgba(255,255,255,.9) 63%, rgba(255,255,255,0) 70%); pointer-events: none; }
.problem-copy { position: relative; z-index: 2; width: 68%; }
.problem-layout p { margin: 0 0 9px; font-size: 11px; line-height: 1.45; }
.problem .check-list li { margin: 4px 0; line-height: 1.4; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; margin: 5px 0; padding-left: 17px; font-size: 10.5px; font-weight: 700; line-height: 1.45; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--orange); font-size: 13px; font-weight: 950; }

.urgency-block {
  padding: 17px 20px 15px;
  text-align: center;
  background: var(--cream);
  border-top: 1px solid #f2ded1;
  border-bottom: 1px solid #f2ded1;
}
.urgency-lead { margin: 0; color: var(--blue-dark); font-size: 17px; font-weight: 900; line-height: 1.45; letter-spacing: .01em; }
.urgency-lead strong { color: var(--orange); font-size: 22px; }
.urgency-copy { margin: 9px 0 0; font-size: 10.5px; font-weight: 700; line-height: 1.65; }
.urgency-action { margin: 8px 0 0; font-size: 11px; font-weight: 900; line-height: 1.55; }
.urgency-note { display: inline-block; margin: 9px 0 0; padding: 2px 10px; color: var(--orange); background: #fff; border: 1px solid #f3a18f; border-radius: 999px; font-size: 10px; font-weight: 900; line-height: 1.5; }

.comparison { border-top: 1px solid var(--line); }
.comparison h2 { text-align: center; }
.comparison-grid { position: relative; display: grid; grid-template-columns: 42% 54%; gap: 4%; }
.compare-card { display: grid; grid-template-columns: 38% 62%; grid-template-rows: 24px 104px; overflow: hidden; border: 1px solid #bbc7d4; border-radius: 6px; background: #fff; }
.compare-card h3 { grid-column: 1 / -1; margin: 0; padding: 4px 8px; color: #fff; font-size: 11px; line-height: 1.35; letter-spacing: .03em; }
.compare-card h3 small { font-size: 8px; font-weight: 600; }
.compare-before h3 { background: #7c8590; }
.compare-after h3 { background: var(--blue); }
.compare-card img { width: 100%; height: 104px; object-fit: cover; }
.compare-before img { filter: grayscale(1); object-position: 70% center; }
.compare-after img { object-position: 72% center; }
.compare-card ul { list-style: none; height: 104px; display: flex; flex-direction: column; justify-content: space-evenly; margin: 0; padding: 4px 4px 4px 14px; min-height: 0; }
.compare-card li { position: relative; margin: 0 0 3px; font-size: 7.5px; line-height: 1.3; letter-spacing: 0; }
.compare-card li::before { position: absolute; left: -10px; top: 0; font-weight: 900; }
.compare-before li::before { content: "−"; color: #6b7480; }
.compare-after li::before { content: "✓"; color: var(--blue); }
.compare-arrow { position: absolute; z-index: 3; left: 44%; top: 59%; transform: translate(-50%,-50%); width: 24px; height: 24px; display: grid; place-items: center; color: var(--blue); background: #fff; border-radius: 50%; font-size: 17px; }

.cta {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 14px 0 0;
  padding: 11px 16px;
  color: #fff;
  background: var(--orange);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 3px 0 var(--orange-dark);
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.cta:hover { background: #ff431d; transform: translateY(-1px); }
.cta:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #77a9e1; outline-offset: 2px; }
.cta i { position: absolute; right: 16px; margin: 0; font-size: 18px; }

.numbered-section { border-top: 1px solid #d5dce5; }
.section-title { display: flex; align-items: center; gap: 6px; margin-bottom: 9px; padding-bottom: 3px; border-bottom: 1px solid #8eb0d6; }
.section-title > span { min-width: 23px; height: 20px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 4px; font-size: 11px; font-weight: 900; }
.section-title h2 { margin: 0; font-size: 13px; line-height: 1.4; letter-spacing: 0; }
.section-title > small { margin-left: auto; font-size: 8px; color: var(--muted); }

.story-card { display: grid; grid-template-columns: 40% minmax(0,1fr); gap: 9px; align-items: center; }
.story-card img { width: 100%; height: 118px; object-fit: cover; object-position: 40% center; border-radius: 5px; }
.story-card strong { display: block; font-size: 10px; line-height: 1.45; letter-spacing: 0; line-break: strict; }
.story-card p { margin: 4px 0 3px; font-size: 9.5px; font-weight: 700; line-height: 1.45; letter-spacing: 0; line-break: strict; }
.story-card small { font-size: 8px; color: var(--muted); }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.review-grid article { min-height: 122px; display: flex; flex-direction: column; padding: 8px; border: 1px solid #d3d9e1; border-radius: 7px; background: #fff; }
.stars { color: var(--orange); font-size: 12px; letter-spacing: .04em; }
.review-grid p { min-height: 66px; margin: 5px 0 6px; font-size: 9.5px; font-weight: 700; line-height: 1.55; letter-spacing: 0; line-break: strict; }
.review-grid small { display: block; margin-top: auto; font-size: 8px; line-height: 1.4; color: #555e6c; }
.review-note { margin: 5px 0 0; text-align: right; font-size: 7px; color: #707987; }

.service-heading { padding: 4px 0 12px; text-align: center; }
.service-heading strong { display: block; font-size: 29px; line-height: 1.25; letter-spacing: .04em; }
.service-heading p { margin: 4px 0 0; font-size: 10.5px; font-weight: 800; line-height: 1.5; letter-spacing: 0; }
.utility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.utility-grid article { min-height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 7px 3px; border: 1px solid #cbd6e3; border-radius: 6px; text-align: center; }
.utility-grid i { color: var(--blue); font-size: 33px; line-height: 1; }
.utility-icon { width: 33px; height: 33px; object-fit: contain; }
.utility-grid strong { margin-top: 6px; font-size: 11px; line-height: 1.4; letter-spacing: 0; }
.utility-grid small { margin-top: 3px; font-size: 8px; line-height: 1.45; color: #4f5865; }

.flow-figure { margin: 0; }
[aria-labelledby="flow-title"] { padding: 3px 14px 2px; }
[aria-labelledby="flow-title"] .section-title { margin-bottom: 4px; }
.flow-track { display: grid; grid-template-columns: 1fr 24px 1fr 24px 1.2fr; align-items: center; gap: 4px; margin: 0 7px; }
.flow-track > i { color: var(--blue); text-align: center; font-size: 18px; }
.flow-node { min-width: 0; text-align: center; }
.flow-node img { width: 100%; height: 64px; object-fit: contain; }
.flow-node span { display: block; margin-top: 0; font-size: 10px; font-weight: 800; line-height: 1.4; white-space: nowrap; }

.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0; padding: 0; }
[aria-labelledby="steps-title"] { padding: 4px 14px; }
.steps li { min-height: 52px; display: flex; gap: 5px; padding: 5px; border: 1px solid #cbd6e3; border-radius: 7px; }
.steps li > b { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--blue); border-radius: 50%; font-size: 12px; }
.steps strong { display: block; font-size: 10px; line-height: 1.4; }
.steps small { display: block; margin-top: 2px; font-size: 8.5px; line-height: 1.45; }

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.trust-grid article { min-height: 82px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 6px 2px; border: 1px solid #cbd6e3; border-radius: 6px; text-align: center; }
.trust-grid i { color: var(--blue); font-size: 25px; line-height: 1; }
.trust-grid strong { min-height: 22px; margin-top: 4px; font-size: 8.5px; line-height: 1.3; letter-spacing: 0; }
.trust-grid small { margin-top: 2px; font-size: 7.5px; line-height: 1.35; color: #5e6774; white-space: nowrap; }

.limitations.numbered-section.block { padding: 8px 14px 9px; }
.limitations-layout { display: grid; grid-template-columns: 1.9fr 1fr; gap: 6px; padding: 6px; background: #fbf8f4; border-radius: 6px; }
.limitations-layout p { margin: 0 0 3px; font-size: 8.5px; font-weight: 700; line-height: 1.35; letter-spacing: 0; }
.limitations-layout ul { margin: 0; padding-left: 13px; padding-top: 10px; }
.limitations-layout li { margin: 1px 0; font-size: 7px; line-height: 1.3; letter-spacing: 0; }
.limitations-layout img { width: 100%; height: 88px; min-height: 88px; object-fit: cover; border-radius: 4px; }

.offer-card { padding: 9px; background: var(--cream); border: 1.5px solid var(--orange); border-radius: 7px; }
.offer-card > .cta { margin-top: 8px; }
.offer-utilities { width: 66%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.offer-utilities span { min-height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 4px 2px 5px; background: #fff; border: 1px solid #d7dee7; border-radius: 5px; font-size: 7px; font-weight: 800; line-height: 1.1; }
.offer-utilities i { height: 23px; display: grid; place-items: center; color: var(--blue); font-size: 23px; line-height: 1; }
.offer-icon { display: block; width: 23px; height: 23px; object-fit: contain; }
.offer-caption { display: block; width: 66%; margin-top: 3px; text-align: center; font-size: 9px; font-weight: 800; }
.offer-zero { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: -61px; margin-left: 70%; padding-right: 4px; }
.offer-zero p { margin: 0; color: var(--orange); white-space: nowrap; line-height: 1; }
.offer-zero strong { padding-right: 8px; font-size: 64px; letter-spacing: -.08em; }
.offer-zero b { font-size: 22px; }

.faq-list details { overflow: hidden; margin: 3px 0; border: 1px solid #d8dee7; border-radius: 5px; background: #fff; }
.faq-list summary { list-style: none; position: relative; min-height: 25px; padding: 5px 30px; font-size: 9px; font-weight: 800; line-height: 1.35; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "Q."; position: absolute; left: 9px; color: var(--blue); }
.faq-list summary > i { position: absolute; top: 50%; right: 9px; transform: translateY(-50%); font-size: 10px; line-height: 1; transition: transform .18s ease; }
.faq-list details[open] summary > i { transform: translateY(-50%) rotate(180deg); }
.faq-list details p { margin: 0; padding: 0 11px 10px 30px; color: #485261; font-size: 8.5px; }

.survey { padding: 8px 14px; background: #fff; }
.survey .section-title, .consultation .section-title { height: auto; min-height: 20px; margin-bottom: 7px; padding-bottom: 2px; }
.survey .section-title > span, .consultation .section-title > span { min-width: 22px; height: 20px; font-size: 11px; }
.survey .section-title h2, .consultation .section-title h2 { font-size: 13px; }
.section-title-wide > small { font-size: 7px; }
.survey-fields { display: grid; grid-template-columns: 1fr; gap: 8px; padding: 8px 10px 10px; background: var(--panel); border: 1px solid #cfd9e5; border-radius: 6px; }
.survey-field { display: block; color: #1f2732; font-size: 10px; font-weight: 800; line-height: 1.5; letter-spacing: 0; }
.survey-field span { display: block; margin-bottom: 5px; }
.survey-field b { font-size: 10.5px; }
.survey-field select { width: 100%; height: 36px; margin: 0; padding: 6px 9px; color: #1e2631; background: #fff; border: 1px solid #c8d2dd; border-radius: 4px; font-size: 10px; }

.consultation { padding: 0 14px 8px; border-top: 0; }
#consultation-form { padding: 10px 12px 12px; background: #fff; border: 1px solid #d4dce6; border-radius: 7px; }
.form-stack { display: grid; grid-template-columns: 1fr; gap: 8px; }
.form-stack label { display: block; margin: 0; font-size: 10px; font-weight: 700; line-height: 1.5; letter-spacing: 0; }
input, select { width: 100%; height: 23px; display: block; margin-top: 3px; padding: 4px 7px; color: #1e2631; background: #fff; border: 1px solid #c8d2dd; border-radius: 4px; font-size: 8px; }
.form-stack input { height: 36px; margin-top: 4px; padding: 7px 9px; font-size: 10px; }
.form-stack input[type="date"],
.form-stack input[type="datetime-local"] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 36px;
  padding: 7px 9px;
  line-height: 20px;
  -webkit-appearance: none;
  appearance: none;
}
.form-stack input[type="date"]::-webkit-date-and-time-value,
.form-stack input[type="datetime-local"]::-webkit-date-and-time-value { min-height: 20px; text-align: left; }
.form-stack select { width: 100%; height: 36px; margin-top: 4px; padding: 7px 9px; color: #1e2631; background: #fff; border: 1px solid #c8d2dd; border-radius: 4px; font-size: 10px; }
.form-stack textarea { width: 100%; min-height: 64px; display: block; margin-top: 4px; padding: 7px 9px; resize: vertical; color: #1e2631; background: #fff; border: 1px solid #c8d2dd; border-radius: 4px; font-size: 10px; line-height: 1.5; }
.form-conditional { padding: 8px; background: #f6f9fd; border: 1px solid #d5dfeb; border-radius: 5px; }
.form-checks { display: grid; gap: 5px; margin: 0; padding: 8px 9px 9px; border: 1px solid #cfd9e5; border-radius: 5px; }
.form-checks legend { padding: 0 4px; font-size: 10px; font-weight: 700; line-height: 1.4; }
.form-checks label { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; }
.form-checks input { width: 12px; height: 12px; flex: 0 0 auto; margin: 0; }
input::placeholder { color: #9aa4b0; }
.privacy { display: flex !important; align-items: center; gap: 5px; margin: 8px 0 3px !important; font-size: 10px !important; line-height: 1.4; }
.privacy input { width: 10px; height: 10px; display: inline-block; margin: 0; }
.privacy a { color: var(--blue); }
.submit-cta { width: 100%; min-height: 40px; margin: 8px 0 0; padding: 7px 12px; font-size: 13px; box-shadow: none; }
.submit-cta i { right: 12px; font-size: 14px; }
.form-note { margin: 5px 0 0; text-align: center; font-size: 8px; line-height: 1.45; color: #596273; }
.form-result { min-height: 0; margin: 7px 0 0; text-align: center; font-size: 9px; font-weight: 700; }
.form-result:empty { display: none; }
.form-result.is-success { padding: 8px; color: #0b6b39; background: #e9f8f0; border-radius: 5px; }

.closing { position: relative; min-height: 84px; overflow: hidden; color: #fff; background: #071321; }
.closing img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 75% center; opacity: .58; }
.closing div { position: relative; z-index: 1; width: 67%; padding: 10px 14px; }
.closing h2 { margin: 0 0 3px; font-size: 20px; }
.closing-points { margin: 0; padding: 0; list-style: none; }
.closing-points li { display: flex; gap: 3px; margin: 1px 0; font-size: 8px; font-weight: 700; line-height: 1.4; }
.closing-points i { flex: 0 0 auto; color: #fff; font-size: 11px; line-height: 1.15; }

footer { padding: 6px 14px; text-align: center; background: #fff; }
footer p { margin: 0; font-size: 9px; line-height: 1.4; }
footer strong { display: block; margin-top: 2px; font-size: 10px; line-height: 1.4; }
footer small { display: block; margin-top: 10px; color: #69727e; font-size: 7px; }

@media (max-width: 460px) {
  body { background: #fff; }
  .lp { margin: 0; border: 0; border-radius: 0; box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta { transition: none; }
}
