:root {
  --bg: #fff8f5;
  --blush: #fdf0eb;
  --white: #ffffff;
  --ink: #351817;
  --muted: #625653;
  --peach: #e7a48d;
  --peach-light: #f1d5ca;
  --green: #008b75;
  --green-deep: #007b67;
  --dark: #351312;
  --line: #efd4ca;
  --shadow: 0 12px 24px rgba(67, 37, 31, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #ececec; }
body {
  margin: 0;
  color: var(--ink);
  background: #ececec;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
a { color: inherit; }
.site-shell {
  width: min(100%, 780px);
  margin: 0 auto;
  background: var(--white);
  overflow: hidden;
}
.section { position: relative; padding: 74px 0; }
.section.white { background: var(--white); }
.section.blush { background: var(--blush); }
.content { width: min(100% - 32px, 660px); margin: 0 auto; position: relative; z-index: 1; }
h1, h2 { font-family: "Noto Serif CJK JP", "Yu Mincho", serif; letter-spacing: 0.02em; margin: 0; text-align: center; font-weight: 700; }
h1 { font-size: clamp(31px, 8.5vw, 54px); line-height: 1.48; }
h2 { font-size: clamp(25px, 6.4vw, 40px); line-height: 1.55; }
.section[data-section="2"] h2 { font-size: clamp(23px, 5.8vw, 38px); }
h3, p { margin-top: 0; }
.centered { text-align: center; }
.strong { font-weight: 700; }
.muted { color: var(--muted); font-size: 15px; line-height: 2; }
.eyebrow { color: var(--peach); text-align: center; letter-spacing: 0.22em; font-size: 11px; font-weight: 700; margin-bottom: 12px; }
.mini-rule { width: 34px; height: 1px; background: var(--peach); margin: 22px auto 32px; }
.section-divider { height: 1px; background: var(--line); margin: 32px 0 34px; }

.hero { background: radial-gradient(circle at 85% 8%, #fff 0, #fff4f0 20%, transparent 40%), linear-gradient(180deg, #fff9f7 0%, #fdf0eb 100%); padding-top: 42px; padding-bottom: 60px; }
.hero-content { display: flex; flex-direction: column; align-items: center; }
.pill { display: inline-block; border: 1px solid var(--peach); border-radius: 999px; padding: 5px 14px; font-size: 13px; font-weight: 700; margin: 0 0 22px; background: rgba(255,255,255,.72); }
.hero-lead { text-align: center; font-weight: 700; font-size: 16px; line-height: 1.9; margin-bottom: 10px; }
.info-box { width: 100%; background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 9px; padding: 14px 18px; margin: 17px 0; font-size: 15px; box-shadow: 0 8px 20px rgba(79,47,40,.05); }
.info-box.compact { max-width: 570px; }
.cta { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; width: 100%; min-height: 76px; border-radius: 999px; background: linear-gradient(180deg, #07947c, var(--green)); color: white; text-decoration: none; text-align: center; padding: 12px 20px; box-shadow: var(--shadow); margin-top: 24px; }
.cta-primary { display: block; font-weight: 700; font-size: 16px; line-height: 1.35; }
.cta-secondary { display: block; color: rgba(255,255,255,.94); font-weight: 500; font-size: 14px; line-height: 1.35; }
.cta:focus-visible { outline: 3px solid rgba(0,139,117,.35); outline-offset: 4px; }
.cta-note { color: var(--muted); text-align: center; font-size: 14px; line-height: 1.7; margin: 12px 0 0; }
.orb { position: absolute; border: 1px solid rgba(231,164,141,.45); border-radius: 50%; pointer-events: none; }
.orb-a { width: 160px; height: 160px; top: -105px; right: -85px; }
.orb-b { width: 110px; height: 110px; bottom: 25px; left: -75px; }

.concerns { list-style: none; padding: 0; margin: 0 0 32px; border-top: 1px solid var(--line); }
.concerns li { position: relative; padding: 13px 8px 13px 21px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.concerns li::before { content: ""; position: absolute; left: 2px; top: 25px; width: 6px; height: 6px; border-radius: 50%; background: var(--peach); }
.callout { border-left: 3px solid var(--peach); background: var(--blush); padding: 18px 20px; }
.callout-title { font-weight: 700; font-size: 17px; line-height: 1.65; margin-bottom: 10px; }
.callout p:last-child { color: var(--muted); font-size: 15px; line-height: 1.9; margin-bottom: 0; }

.simple-steps { position: relative; display: grid; gap: 12px; }
.simple-steps::before { content: ""; position: absolute; left: 19px; top: 22px; bottom: 22px; width: 1px; background: var(--line); }
.simple-step { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 8px; align-items: center; min-height: 64px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 9px 16px 9px 0; box-shadow: 0 8px 18px rgba(84,48,39,.04); }
.simple-step span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--blush); font-family: "Noto Serif CJK JP", serif; font-size: 22px; z-index: 1; }
.simple-step strong { font-size: 14px; line-height: 1.55; }
.section-ending { font-size: 15px; line-height: 1.8; margin-bottom: 0; }

.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.service-item > span { color: var(--peach); font-family: "Noto Serif CJK JP", serif; font-size: 14px; }
.service-item strong { font-size: 15px; line-height: 1.65; }
.service-item p { color: var(--muted); font-size: 15px; line-height: 1.85; margin: 8px 0 0; }

.timeline { position: relative; display: grid; gap: 22px; margin-bottom: 22px; }
.timeline::before { content: ""; position: absolute; left: 13px; top: 15px; bottom: 40px; width: 1px; background: #e9c5b7; }
.timeline-item { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 10px; }
.timeline-item > span { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--dark); font-size: 12px; font-weight: 700; z-index: 1; }
.timeline-item strong { font-size: 15px; line-height: 1.6; }
.timeline-item p { color: var(--muted); font-size: 15px; line-height: 1.85; margin: 5px 0 0; }
.notice { border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.58); padding: 16px; margin-top: 28px; }
.notice h3 { font-size: 14px; margin-bottom: 7px; }
.notice p { color: var(--muted); font-size: 14px; line-height: 1.85; margin-bottom: 7px; }
.notice p:last-child { margin-bottom: 0; }

.plan-card { border: 1.5px solid var(--green); border-radius: 12px; padding: 28px 15px 16px; position: relative; background: white; }
.plan-badge { display: table; margin: 0 auto 14px; padding: 5px 13px; border-radius: 999px; color: white; background: var(--dark); font-size: 12px; font-weight: 700; }
.plan-title { text-align: center; font-size: 16px; font-weight: 700; margin-bottom: 0; }
.price { display: flex; align-items: baseline; justify-content: center; gap: 7px; margin: 2px 0 10px; }
.price strong { color: var(--green-deep); font-family: "Noto Serif CJK JP", serif; font-size: clamp(40px, 11vw, 70px); line-height: 1.2; }
.price small { font-size: 13px; }
.plan-rows { border-top: 1px solid var(--line); }
.plan-row { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(110px,.9fr); gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.65; align-items: center; }
.plan-row strong { color: var(--green-deep); text-align: right; font-size: 14px; line-height: 1.65; }
.report-detail { border-left: 3px solid var(--green); padding: 4px 0 4px 11px; margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.repair-box { border-left: 3px solid var(--green); background: var(--blush); margin: 22px 0; padding: 16px 17px; }
.repair-box h3 { color: var(--green-deep); font-size: 15px; margin-bottom: 8px; }
.repair-box p { font-size: 14px; line-height: 1.8; margin-bottom: 8px; }
.repair-box p:last-child { margin-bottom: 0; }
.section-copy { font-size: 15px; line-height: 1.9; margin: 28px 0 0; }

.security-box { margin: 0 0 22px; }
.security-list { border-top: 1px solid var(--line); }
.security-list > div { display: grid; grid-template-columns: 27px 1fr; gap: 8px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.security-list span { color: var(--peach); font-family: "Noto Serif CJK JP", serif; font-size: 13px; }
.security-list strong { font-size: 15px; line-height: 1.75; }
.security-note { margin: 25px 0 0; font-size: 14px; line-height: 1.9; }

.faq-section { padding-bottom: 52px; }
.faq { border-top: 1px solid var(--line); padding: 22px 0; }
.faq:last-child { border-bottom: 1px solid var(--line); }
.faq h3 { display: grid; grid-template-columns: 29px 1fr; gap: 8px; font-size: 14px; line-height: 1.55; margin-bottom: 14px; }
.faq h3 span { color: var(--green-deep); font-family: "Noto Serif CJK JP", serif; font-size: 17px; }
.answer { display: grid; grid-template-columns: 29px 1fr; gap: 8px; background: var(--blush); border-radius: 9px; padding: 15px 14px; }
.answer > span { color: var(--peach); font-family: "Noto Serif CJK JP", serif; font-size: 16px; }
.answer p { color: #514744; font-size: 15px; line-height: 1.9; margin-bottom: 0; }

.final-cta { background: linear-gradient(135deg, #fffaf8 0%, #fceee8 58%, #fffaf8 100%); padding-top: 68px; padding-bottom: 66px; }
.final-lead { font-size: 16px; line-height: 1.9; margin: 24px 0 0; }
.final-copy { font-size: 15px; line-height: 1.9; margin: 28px 0 0; }
.fineprint { color: var(--muted); text-align: center; font-size: 13px; line-height: 1.8; margin: 28px 0 0; }
.mobile-only-break { display: none; }
.no-wrap { white-space: nowrap; }


.footer { background: var(--dark); color: white; padding: 54px 0 60px; text-align: center; }
.footer-brand { font-size: 20px; font-weight: 700; margin-bottom: 28px; }
.footer-label { font-size: 14px; margin-bottom: 2px; }
.footer-email { display: inline-block; text-decoration: none; font-size: 14px; margin-bottom: 40px; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; }
.footer-links a { color: white; text-decoration: none; font-size: 13px; line-height: 1.6; }

@media (min-width: 600px) {
  .section { padding: 96px 0; }
  .content { width: min(100% - 80px, 660px); }
  .hero { padding-top: 70px; }
  .cta { min-height: 82px; }
  .cta-primary { font-size: 18px; }
  .cta-secondary { font-size: 14px; }
  .concerns li, .simple-step strong, .service-item strong, .timeline-item strong { font-size: 16px; }
  .service-item p, .timeline-item p, .answer p, .section-copy { font-size: 15px; }
  .repair-box p { font-size: 14px; }
  .faq h3 { font-size: 16px; }
  .notice p, .report-detail, .plan-row, .plan-row strong { font-size: 14px; }
}

@media (max-width: 599px) {
  .mobile-only-break { display: block; }
}

@media (max-width: 360px) {
  .content { width: min(100% - 24px, 660px); }
  .cta { padding-left: 14px; padding-right: 14px; }
  .cta-primary { font-size: 15px; }
  .section { padding: 62px 0; }
  .plan-row { grid-template-columns: 1fr; gap: 2px; }
  .plan-row strong { text-align: left; }
  .footer-links { flex-direction: column; }
}
