:root {
  --green: #145f4a;
  --green-dark: #0c4738;
  --green-soft: #eaf4ef;
  --teal: #168a8a;
  --blue: #174d74;
  --cream: #faf7ef;
  --orange: #d96516;
  --orange-dark: #a94306;
  --orange-soft: #fff0e2;
  --line-green: #087d3c;
  --text: #232d29;
  --muted: #52615b;
  --border: #cbd9d2;
  --white: #ffffff;
  --shadow: 0 12px 30px rgb(20 68 54 / 10%);
  --radius: 18px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body, button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green-dark); text-underline-offset: 0.22em; }
p, ul, ol { margin-top: 0; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }
h1, h2, h3 { margin-top: 0; line-height: 1.35; letter-spacing: 0.015em; }
h1 { font-size: clamp(2.25rem, 5vw, 4rem); }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.45rem); }
h3 { font-size: clamp(1.17rem, 2vw, 1.38rem); }
button, a, summary, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid #f0b54c; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 18px; background: #fff; color: var(--green-dark); border: 2px solid var(--green-dark); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 50; background: rgb(255 255 255 / 97%); border-bottom: 1px solid var(--border); }
.header-main { min-height: 108px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; color: inherit; text-decoration: none; line-height: 1.15; min-width: 200px; }
.brand-name { width: max-content; position: relative; font-size: 1.55rem; font-weight: 900; letter-spacing: 0.08em; color: var(--green-dark); }
.brand-name::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--green), var(--teal)); transform: rotate(-1deg); }
.brand-service { margin-top: 10px; color: var(--blue); font-size: 0.88rem; font-weight: 800; }
.brand-tagline { margin-top: 5px; color: var(--muted); font-size: 0.64rem; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 20px; }
.desktop-nav a { color: var(--text); text-decoration: none; font-size: 0.82rem; font-weight: 800; padding-block: 10px; }
.desktop-nav a:hover { color: var(--green); text-decoration: underline; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.25; white-space: nowrap; }
.header-phone > span { font-size: 0.72rem; font-weight: 800; color: var(--green-dark); }
.header-phone > a:not(.button) { font-size: 1.15rem; font-weight: 900; text-decoration: none; color: var(--text); letter-spacing: 0.03em; }
.header-call { min-height: 42px !important; padding: 8px 20px !important; margin-top: 5px; font-size: 0.78rem !important; }
.mobile-menu { display: none; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid transparent; border-radius: 999px; padding: 12px 28px; font-weight: 900; text-decoration: none; line-height: 1.35; text-align: center; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button-call { color: #fff; background: var(--orange); border-color: var(--orange); box-shadow: 0 8px 18px rgb(217 101 22 / 22%); }
.button-call:hover { color: #fff; background: var(--orange-dark); border-color: var(--orange-dark); }
.button-line { color: #fff; background: var(--line-green); border-color: var(--line-green); }
.button-line:hover { color: #fff; background: #05672f; border-color: #05672f; }
.button-secondary { color: var(--green-dark); background: #fff; border-color: var(--green); }
.button-secondary:hover { color: #fff; background: var(--green); }
.button-large { min-height: 68px; padding-inline: 42px; font-size: 1.12rem; }
.button-small { min-height: 50px; padding: 10px 24px; font-size: 0.9rem; }
.button-disabled { color: #fff; background: #737f7a; border-color: #737f7a; cursor: not-allowed; box-shadow: none; }
.button-disabled:hover { transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 900; }
.text-link::after { content: "→"; }

.breadcrumbs { padding-block: 16px; font-size: 0.8rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #829089; }

.home-hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #fbf8f0 0%, #f5fbf7 58%, #e4f1ea 100%); border-bottom: 1px solid #dbe7e1; }
.home-hero::before { content: ""; position: absolute; width: 450px; height: 450px; border-radius: 50%; right: -170px; top: -180px; background: rgb(22 138 138 / 8%); }
.home-hero-grid { min-height: 740px; display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(340px, 0.86fr); gap: 52px; align-items: center; padding-block: 64px 72px; position: relative; }
.eyebrow { margin-bottom: 10px; color: var(--green); font-size: 0.88rem; font-weight: 900; letter-spacing: 0.08em; }
.hero-copy h1 { margin-bottom: 24px; color: var(--green-dark); font-size: clamp(2.7rem, 5vw, 4.5rem); }
.hero-copy h1 span { display: block; color: var(--orange-dark); }
.hero-lead { max-width: 720px; font-size: 1.12rem; font-weight: 650; }
.hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 30px 0; }
.hero-points > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 16px 18px; background: rgb(255 255 255 / 88%); border: 1px solid #c8dad1; border-radius: 15px; box-shadow: 0 8px 18px rgb(33 81 65 / 7%); }
.hero-points span { font-size: 0.78rem; font-weight: 800; color: var(--muted); }
.hero-points strong { display: block; color: var(--green-dark); font-size: clamp(1.25rem, 2.4vw, 1.75rem); line-height: 1.35; }
.hero-points small { display: inline; font-size: 0.68em; }
.hero-contact { display: flex; flex-direction: column; align-items: flex-start; }
.hero-contact > p:first-child { margin: 0; font-size: 0.8rem; font-weight: 800; }
.hero-phone { display: block; color: var(--text); font-size: clamp(2.25rem, 5.5vw, 4.25rem); font-weight: 950; letter-spacing: 0.02em; text-decoration: none; line-height: 1.2; white-space: nowrap; font-variant-numeric: tabular-nums; }
.photo-free { margin: 12px 0 10px; max-width: 620px; color: var(--green-dark); font-size: 0.88rem; font-weight: 800; }
.hero-callback { max-width: 620px; margin: 0 0 10px; color: var(--muted); }
.hero-person { align-self: stretch; display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-photo-frame { overflow: hidden; aspect-ratio: 1 / 1; border-radius: 28px 28px 140px 28px; background: #dbeae4; box-shadow: var(--shadow); border: 7px solid #fff; }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-person-label { width: calc(100% - 34px); margin: -38px 0 0 17px; position: relative; padding: 17px 20px; background: var(--green-dark); color: #fff; border-radius: 14px; box-shadow: var(--shadow); }
.hero-person-label span, .hero-person-label strong { display: block; }
.hero-person-label span { font-size: 0.72rem; }
.hero-person-label strong { font-size: 1.05rem; }
.hero-exception { margin: 15px 18px 0; color: var(--muted); font-size: 0.76rem; line-height: 1.65; }

#home-area, #find-service, #manager-message, #unavailable-work { scroll-margin-top: 120px; }
.home-area-strip { padding-block: 34px; color: #fff; background: var(--green-dark); }
.home-area-inner { display: grid; grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr); gap: 24px 38px; align-items: center; }
.home-area-heading .eyebrow { color: #ffd6b7; }
.home-area-heading h2 { margin-bottom: 0; color: #fff; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.home-area-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.home-area-list strong { min-height: 60px; display: grid; place-items: center; padding: 10px 14px; border: 1px solid rgb(255 255 255 / 42%); border-radius: 10px; background: rgb(255 255 255 / 8%); text-align: center; }
.home-area-note { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 18px; border-top: 1px solid rgb(255 255 255 / 28%); }
.home-area-note p { margin: 0; font-size: 0.86rem; }
.home-area-note .text-link { flex: 0 0 auto; color: #fff; }

.page-hero { background: linear-gradient(135deg, #f9f7ef, #e8f3ed); border-bottom: 1px solid var(--border); }
.page-hero-inner { padding-block: 68px 72px; }
.page-hero h1 { max-width: 900px; margin-bottom: 20px; color: var(--green-dark); }
.page-lead { max-width: 820px; font-size: 1.06rem; }
.section { padding-block: 76px; }
.section-cream { background: var(--cream); }
.section-soft-green { background: var(--green-soft); }
.section-phone { background: var(--green-dark); }
.section-title { max-width: 850px; margin: 0 auto 38px; text-align: center; }
.section-title h2 { margin-bottom: 0; color: var(--green-dark); }
.center-copy { max-width: 820px; margin: 30px auto 0; text-align: center; }
.center-actions { display: flex; justify-content: center; gap: 16px; margin-top: 28px; }

.finder-block + .finder-block { margin-top: 52px; padding-top: 48px; border-top: 2px solid #d9e4de; }
.finder-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.finder-heading > span { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: 1.25rem; font-weight: 950; }
.finder-heading h3 { margin-bottom: 2px; color: var(--green-dark); font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
.finder-heading p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.purpose-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.purpose-card { min-height: 148px; display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 4px 16px; padding: 20px; color: var(--text); background: #fff; border: 2px solid #c8d8d0; border-radius: 15px; text-decoration: none; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.purpose-card:hover { border-color: var(--orange); transform: translateY(-2px); box-shadow: var(--shadow); }
.purpose-short { grid-row: 1 / 3; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 17px; font-size: 0.8rem; font-weight: 900; }
.purpose-card strong { align-self: end; color: var(--green-dark); line-height: 1.5; }
.purpose-link { align-self: start; color: var(--orange-dark); font-size: 0.78rem; font-weight: 900; }
.purpose-link::after { content: " →"; }
.place-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.place-card { padding: 22px; background: #fff; border: 1px solid var(--border); border-top: 6px solid var(--teal); border-radius: 14px; }
.place-card h4 { min-height: 3.1em; margin: 0 0 10px; color: var(--green-dark); font-size: 1.05rem; line-height: 1.5; }
.place-card ul { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.place-card a { min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 7px 2px; border-top: 1px solid #e0e8e4; font-weight: 800; text-decoration: none; }
.place-card a::after { content: "→"; margin-left: auto; color: var(--orange-dark); }
.place-card a:hover { text-decoration: underline; }
.finder-help { max-width: 850px; margin: 34px auto 0; padding: 17px 20px; border-left: 6px solid var(--orange); border-radius: 8px; background: var(--orange-soft); font-weight: 750; text-align: center; }

.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-grid li { position: relative; padding: 20px 20px 20px 58px; background: #fff; border: 1px solid var(--border); border-radius: 13px; font-weight: 750; }
.check-grid li::before, .check-list li::before { content: "✓"; position: absolute; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-weight: 900; }
.check-grid li::before { left: 18px; top: 20px; width: 28px; height: 28px; font-size: 0.8rem; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 42px; }
.check-list li::before { left: 0; top: 0.22em; width: 27px; height: 27px; font-size: 0.75rem; }
.wide-list { max-width: 880px; margin-inline: auto; }
.plain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.plain-grid li { min-height: 74px; display: flex; align-items: center; padding: 14px 18px; background: #fff; border: 1px solid var(--border); border-left: 6px solid var(--green); border-radius: 10px; font-weight: 800; }

.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.value-card { padding: 28px 24px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }
.value-card > span { color: var(--orange); font-size: 1.7rem; font-weight: 950; line-height: 1; }
.value-card h3 { min-height: 3.25em; margin: 15px 0 10px; color: var(--green-dark); }
.value-card p { font-size: 0.9rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid #c4d8ce; border-radius: var(--radius); box-shadow: 0 8px 20px rgb(31 72 59 / 6%); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: var(--green); font-size: 0.84rem; font-weight: 900; }
.service-card h3 { margin: 20px 0 12px; color: var(--green-dark); }
.service-card p { flex: 1; font-size: 0.92rem; }
.service-price { display: block; margin: 4px 0 14px; color: var(--orange-dark); font-size: 1.15rem; }
.two-column-copy { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: start; }
.two-column-copy h2 { color: var(--green-dark); }

.manager-card { display: grid; grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr); gap: 48px; align-items: center; overflow: hidden; padding: 34px; background: var(--green-soft); border: 1px solid #bad2c6; border-radius: 24px; }
.manager-photo { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 18px; background: #d6e8df; }
.manager-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.manager-card h2 { color: var(--green-dark); }
.manager-card-compact { grid-template-columns: 220px 1fr; }

.manager-story { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 52px; align-items: center; }
.manager-story-figure { margin: 0; }
.manager-story-photo { overflow: hidden; aspect-ratio: 16 / 9; border: 7px solid #fff; border-radius: 24px; background: var(--green-soft); box-shadow: var(--shadow); }
.manager-story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.manager-story-figure figcaption { width: calc(100% - 32px); margin: -25px 16px 0; position: relative; padding: 12px 16px; color: #fff; background: var(--green-dark); border-radius: 10px; font-size: 0.86rem; font-weight: 900; text-align: center; }
.manager-story-copy h2 { color: var(--green-dark); }
.manager-story-copy .signature { margin-top: 24px; }
.manager-story-copy .button { margin-top: 4px; }

.cost-box { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 38px; align-items: center; padding: 38px; background: #fff; border: 2px solid var(--green); border-radius: 22px; box-shadow: var(--shadow); }
.cost-zero { text-align: center; padding: 24px; background: var(--green-soft); border-radius: 16px; }
.cost-zero span, .cost-zero del, .cost-zero strong, .cost-zero small { display: block; }
.cost-zero span { font-weight: 850; }
.cost-zero del { margin-top: 6px; color: var(--muted); font-size: 1rem; font-weight: 800; text-decoration-thickness: 2px; }
.cost-zero strong { color: var(--orange-dark); font-size: clamp(3.5rem, 8vw, 5.5rem); line-height: 1.15; }
.cost-zero small { margin-top: 6px; color: var(--green-dark); font-size: 0.88rem; font-weight: 900; }
.cost-box h2 { color: var(--green-dark); font-size: 1.6rem; }
.base-price-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; max-width: 950px; margin-inline: auto; border: 2px solid var(--green); border-radius: 20px; }
.base-price-card > div { padding: 32px; text-align: center; background: #fff; }
.base-price-card > div + div { border-left: 2px solid var(--green); }
.base-price-card p { margin-bottom: 6px; color: var(--green-dark); font-weight: 900; }
.base-price-card strong { display: block; font-size: 1.25rem; }
.base-price-card strong span { color: var(--orange-dark); font-size: clamp(2rem, 4vw, 3.4rem); white-space: nowrap; }
.base-price-card small { font-size: 0.78em; }
.price-sections { display: grid; gap: 76px; }
.price-section { scroll-margin-top: 24px; }
.price-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.price-item { min-height: 106px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; background: #fff; border: 1px solid #bed4c8; border-radius: 13px; }
.price-item h3 { margin-bottom: 3px; font-size: 1rem; }
.price-item p { margin-bottom: 0; color: var(--muted); font-size: 0.82rem; }
.price-item > strong { color: var(--orange-dark); font-size: 1.18rem; white-space: nowrap; text-align: right; }
.section-note { max-width: 880px; margin: 22px auto 0; padding: 18px 22px; background: rgb(255 255 255 / 70%); border-left: 5px solid var(--green); border-radius: 8px; font-size: 0.9rem; }

.work-scope-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.work-scope-card { padding: 30px; background: #fff; border: 1px solid var(--border); border-radius: 18px; }
.work-scope-card h3 { margin-bottom: 18px; color: var(--green-dark); }
.work-scope-card ul { display: grid; gap: 10px; margin: 0 0 22px; padding-left: 1.35em; }
.work-scope-card p { padding-top: 18px; border-top: 1px solid var(--border); font-size: 0.9rem; }
.work-scope-unavailable { border-top: 7px solid var(--orange); }
.work-scope-review { border-top: 7px solid var(--teal); }

.prose-block { max-width: 960px; }
.prose-block > p, .prose-block > ul, .prose-block > ol, .prose-block > .notice { max-width: 850px; margin-left: auto; margin-right: auto; }
.notice { padding: 24px 28px; border: 2px solid var(--green); border-radius: 15px; background: var(--green-soft); }
.notice-orange { border-color: var(--orange); background: var(--orange-soft); }
.notice-blue { border-color: var(--blue); background: #edf5fb; }
.notice h2 { color: var(--green-dark); font-size: 1.45rem; }
.step-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.step-list li { min-height: 190px; padding: 22px 18px; background: #fff; border: 1px solid var(--border); border-radius: 15px; }
.step-list li > span { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }
.step-list p { font-size: 0.9rem; }
.service-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.service-footer-note { color: #fff; text-align: center; font-weight: 800; }

.phone-panel { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr); gap: 44px; align-items: center; padding: 40px; color: #fff; border: 1px solid rgb(255 255 255 / 28%); border-radius: 24px; background: rgb(255 255 255 / 7%); }
.phone-panel h2 { color: #fff; }
.phone-panel-kicker { color: #ffd6b7; font-weight: 900; }
.callback-note { margin-top: 18px; font-size: 0.82rem; color: #e5f1ed; }
.phone-panel-actions { display: flex; flex-direction: column; align-items: stretch; text-align: center; }
.phone-panel-actions > span { font-size: 0.8rem; font-weight: 800; }
.phone-panel .phone-number { color: #fff; font-size: clamp(2.15rem, 4.3vw, 3.35rem); font-weight: 950; line-height: 1.25; text-decoration: none; white-space: nowrap; font-variant-numeric: tabular-nums; }
.phone-panel .button-line { margin-top: 10px; align-self: center; width: auto; }

.faq-list { display: grid; gap: 12px; max-width: 920px; margin-inline: auto; }
.faq-list details { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 13px; }
.faq-list summary { position: relative; min-height: 66px; display: flex; align-items: center; padding: 16px 60px 16px 26px; color: var(--green-dark); font-weight: 900; cursor: pointer; }
.faq-list summary::after { content: "+"; position: absolute; right: 24px; font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 26px 22px; margin: 0; }

.about-profile { display: grid; grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr); gap: 54px; align-items: center; }
.about-photo { overflow: hidden; aspect-ratio: 1 / 1; border-radius: 26px; background: var(--green-soft); box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-profile h2 { color: var(--green-dark); }
.signature { color: var(--green-dark); font-size: 1.15rem; font-weight: 900; }
.area-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.area-grid div { min-height: 110px; display: grid; place-items: center; padding: 20px; color: #fff; background: var(--green); border-radius: 16px; font-size: 1.12rem; font-weight: 900; text-align: center; }
.area-detail-group + .area-detail-group { margin-top: 44px; }
.area-detail-group h3 { margin-bottom: 8px; color: var(--green-dark); font-size: 1.45rem; }
.area-detail-group > p { margin: 0 0 20px; }
.area-town-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.area-town-grid li { min-height: 58px; display: grid; place-items: center; padding: 12px 10px; border: 1px solid var(--border); border-radius: 11px; background: #fff; color: var(--green-dark); font-weight: 850; text-align: center; }

.contact-method { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr); gap: 48px; align-items: center; padding: 34px; border: 1px solid var(--border); border-radius: 22px; background: #fff; }
.contact-phone-card { border: 3px solid var(--orange); }
.method-number { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 12px; color: #fff; background: var(--green); border-radius: 50%; font-weight: 900; }
.contact-method h2, .contact-form-heading h2 { color: var(--green-dark); }
.contact-phone-action { display: flex; flex-direction: column; align-items: center; padding: 30px 24px; background: var(--orange-soft); border-radius: 16px; text-align: center; }
.contact-phone-action > span { font-weight: 800; }
.contact-phone-action > a:not(.button) { color: var(--text); font-size: clamp(2rem, 4vw, 3rem); font-weight: 950; text-decoration: none; white-space: nowrap; }
.contact-phone-action small { margin-top: 8px; color: var(--green-dark); font-weight: 800; }
.qr-card { max-width: 280px; margin-inline: auto; padding: 20px; background: #fff; border: 1px solid var(--border); border-radius: 16px; text-align: center; }
.qr-card img { width: 220px; height: 220px; margin-inline: auto; }
.qr-card p { margin-top: 10px; font-size: 0.78rem; }
.contact-form-heading { display: flex; gap: 18px; align-items: flex-start; max-width: 900px; margin: 0 auto 30px; }
.contact-form { max-width: 900px; margin-inline: auto; padding: 34px; background: var(--cream); border: 1px solid var(--border); border-radius: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; font-weight: 850; }
.contact-form label span { width: max-content; padding: 1px 7px; color: #fff; background: var(--orange-dark); border-radius: 5px; font-size: 0.66rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 52px; padding: 10px 13px; border: 2px solid #7e9188; border-radius: 8px; background: #fff; color: var(--text); }
.contact-form textarea { resize: vertical; }
.contact-form small { color: var(--muted); font-weight: 500; }
.form-wide { grid-column: 1 / -1; }
.contact-form fieldset { margin: 26px 0 0; padding: 18px; border: 1px solid var(--border); border-radius: 10px; }
.contact-form fieldset label { display: inline-flex; flex-direction: row; align-items: center; margin-right: 24px; }
.contact-form fieldset input { width: 22px; min-height: 22px; }
.form-status { margin: 24px 0; padding: 15px 18px; background: var(--orange-soft); border-left: 5px solid var(--orange); border-radius: 7px; }
.empty-state { max-width: 760px; margin-inline: auto; padding: 64px 30px; border: 2px dashed var(--border); border-radius: 22px; background: var(--cream); text-align: center; }
.empty-icon { width: 84px; height: 84px; display: grid; place-items: center; margin: 0 auto 22px; color: #fff; background: var(--green); border-radius: 26px; font-weight: 900; }

.site-footer { padding-bottom: 0; color: #edf5f1; background: #123c31; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 54px; padding-block: 62px 50px; }
.footer-brand { margin-bottom: 8px; color: #fff; font-size: 1.4rem; font-weight: 900; }
.footer-phone-label { margin-top: 22px; margin-bottom: 0; font-size: 0.78rem; }
.footer-phone { display: block; color: #fff; font-size: 1.9rem; font-weight: 950; text-decoration: none; white-space: nowrap; }
.footer-nav, .footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a, .footer-links a { color: #fff; }
.footer-heading { color: #fff; font-weight: 900; }
.footer-note { margin-top: 18px; font-size: 0.8rem; }
.footer-bottom { padding-block: 18px; background: #0b2e25; font-size: 0.76rem; }
.mobile-contact { display: none; }

@media (max-width: 1100px) {
  .header-main { grid-template-columns: auto 1fr auto; gap: 18px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 8px 15px; border: 2px solid var(--green); border-radius: 10px; color: var(--green-dark); background: #fff; font-weight: 900; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: calc(100% + 10px); width: min(340px, calc(100vw - 32px)); display: flex; flex-direction: column; padding: 10px; background: #fff; border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); }
  .mobile-menu nav a { min-height: 48px; display: flex; align-items: center; padding: 8px 12px; color: var(--text); text-decoration: none; font-weight: 800; border-bottom: 1px solid #e2ebe6; }
  .value-grid, .purpose-grid, .place-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 760px); }
  .header-main { min-height: 92px; grid-template-columns: 1fr auto; }
  .header-phone { display: none; }
  .home-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 52px 60px; }
  .hero-person { max-width: 560px; margin-inline: auto; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cost-box, .manager-card, .manager-story, .about-profile, .contact-method, .work-scope-grid { grid-template-columns: 1fr; }
  .home-area-inner { grid-template-columns: 1fr; }
  .home-area-note { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .manager-photo { max-height: 430px; }
  .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-town-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .phone-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-bottom: 92px; }
  body { font-size: 17px; line-height: 1.78; padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .site-header { position: sticky; top: 0; }
  .header-main { min-height: 78px; }
  .brand { min-width: 0; }
  .brand-name { font-size: 1.25rem; }
  .brand-service { font-size: 0.75rem; }
  .brand-tagline { display: none; }
  .mobile-menu summary { min-height: 46px; font-size: 0.82rem; }
  .home-hero-grid { gap: 38px; }
  .hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .hero-lead { font-size: 1rem; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-points > div { min-height: 92px; }
  .hero-phone { font-size: clamp(2.1rem, 10.5vw, 3rem); }
  .button-large { width: 100%; min-height: 62px; padding-inline: 22px; }
  .hero-contact .button-line { align-self: stretch; }
  .hero-photo-frame { border-radius: 22px 22px 95px 22px; }
  .page-hero-inner { padding-block: 46px 50px; }
  .page-hero h1 { font-size: clamp(2rem, 9.6vw, 3rem); }
  .section { padding-block: 56px; }
  .section-title { margin-bottom: 28px; text-align: left; }
  .section-title h2 { font-size: clamp(1.55rem, 7.2vw, 2.15rem); }
  .center-copy { text-align: left; }
  .center-actions { flex-direction: column; }
  .check-grid, .value-grid, .service-grid, .purpose-grid, .place-grid, .plain-grid, .base-price-card, .price-list, .form-grid, .two-column-copy, .work-scope-grid { grid-template-columns: 1fr; }
  .home-area-list { grid-template-columns: 1fr 1fr; }
  .finder-heading { align-items: flex-start; }
  .finder-help { text-align: left; }
  .value-card h3 { min-height: 0; }
  .service-card { padding: 24px; }
  .plain-grid li { min-height: 64px; }
  .manager-card { gap: 28px; padding: 22px; }
  .manager-card-compact { grid-template-columns: 1fr; }
  .cost-box { gap: 25px; padding: 22px; }
  .cost-zero { padding: 18px; }
  .base-price-card > div { padding: 24px 16px; }
  .base-price-card > div + div { border-left: 0; border-top: 2px solid var(--green); }
  .price-item { min-height: 0; display: block; padding: 19px; }
  .price-item > strong { display: block; margin-top: 10px; font-size: 1.28rem; text-align: left; }
  .step-list { grid-template-columns: 1fr; }
  .step-list li { min-height: 0; display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: start; }
  .step-list li > span { margin: 0; }
  .step-list p { font-size: 0.96rem; }
  .phone-panel { padding: 25px 20px; text-align: left; }
  .phone-panel-actions { align-items: stretch; }
  .phone-panel .phone-number { font-size: clamp(2rem, 10vw, 2.75rem); text-align: center; }
  .phone-panel .button-line { width: 100%; }
  .about-photo { max-width: 520px; }
  .area-grid { grid-template-columns: 1fr 1fr; }
  .area-grid div { min-height: 88px; font-size: 0.96rem; }
  .contact-method { gap: 26px; padding: 22px; }
  .contact-phone-action > a:not(.button) { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .contact-form { padding: 22px 18px; }
  .form-wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > :first-child { grid-column: auto; }
  .mobile-contact { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; height: calc(76px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 7fr 3fr; padding-bottom: env(safe-area-inset-bottom); background: #fff; box-shadow: 0 -6px 22px rgb(0 0 0 / 16%); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-weight: 900; }
  .mobile-call { flex-direction: column; background: var(--orange); line-height: 1.2; }
  .mobile-call span { font-size: 0.72rem; }
  .mobile-call strong { font-size: 1.18rem; letter-spacing: 0.02em; white-space: nowrap; }
  .mobile-line { padding: 8px; background: var(--line-green); font-size: 0.8rem; text-align: center; }
}

@media (max-width: 430px) {
  :root { --shell: calc(100% - 24px); }
  body { font-size: 16.5px; }
  .brand-name { font-size: 1.12rem; }
  .brand-service { font-size: 0.68rem; }
  .hero-phone { font-size: clamp(1.95rem, 10.2vw, 2.55rem); }
  .home-area-list { grid-template-columns: 1fr; }
  .purpose-card { grid-template-columns: 52px minmax(0, 1fr); padding: 18px; }
  .purpose-short { width: 52px; height: 52px; }
  .area-grid { grid-template-columns: 1fr; }
  .area-town-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phone-panel .phone-number { font-size: clamp(1.88rem, 9.6vw, 2.35rem); }
  .footer-phone { font-size: 1.72rem; }
  .mobile-contact { grid-template-columns: 72fr 28fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@media print {
  body { padding: 0; color: #000; background: #fff; font-size: 11pt; }
  .mobile-contact, .mobile-menu, .header-phone, .button { display: none !important; }
  .site-header { position: static; }
  .header-main { min-height: auto; padding-block: 12px; }
  .section { padding-block: 26px; }
  .home-hero, .page-hero, .home-area-strip, .section-cream, .section-soft-green, .section-phone { color: #000; background: #fff !important; }
  .phone-panel, .home-area-list strong, .area-grid div { color: #000; background: #fff; border: 1px solid #333; }
  .home-area-heading h2, .home-area-note .text-link, .phone-panel h2, .phone-panel .phone-number { color: #000; }
  .service-card, .value-card, .purpose-card, .place-card, .price-item, .manager-card, .manager-story, .work-scope-card, .cost-box, .notice { break-inside: avoid; box-shadow: none; }
  a { color: #000; text-decoration: none; }
}
