:root {
  --navy: #082547;
  --navy-soft: #163858;
  --text: #1f3345;
  --teal: #078e96;
  --teal-dark: #057b84;
  --blue: #075c98;
  --pale-aqua: #edf9fa;
  --pale-blue: #eef7fc;
  --pale-beige: #fcf7ed;
  --line: #cfe3e7;
  --white: #fff;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 17px; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--sans); font-size: 18px; font-weight: 400; line-height: 1.9; line-break: strict; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
:where(h1, h2, h3) { text-wrap: balance; }
:where(p, li) { text-wrap: pretty; }
@supports (word-break: auto-phrase) {
  :where(h1, h2, h3, p, li) { word-break: auto-phrase; }
}
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.icon, .policy-icon { width: 1.5em; height: 1.5em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; background: var(--navy); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f0a92e; outline-offset: 3px; }

.site-header { position: relative; z-index: 20; height: 82px; background: rgba(255,255,255,.98); border-bottom: 1px solid #e8edef; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { color: #0a1d31; font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.15rem); font-weight: 600; letter-spacing: .12em; white-space: nowrap; line-height: 1; }
.header-brand { position: relative; overflow: hidden; width: clamp(220px, 22vw, 280px); height: 58px; flex: none; }
.header-brand img { position: absolute; top: 50%; left: -12.5%; width: 125%; max-width: none; height: auto; transform: translateY(-50%); }
.global-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); margin-left: auto; }
.global-nav a, .footer-nav a { font-weight: 700; font-size: .96rem; letter-spacing: .04em; transition: color .2s ease; }
.global-nav a:hover, .footer-nav a:hover { color: var(--teal); }
.global-nav a[aria-current="page"] { position: relative; color: var(--teal-dark); }
.global-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -28px; height: 2px; background: var(--teal); }
.header-contact { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: linear-gradient(110deg, #0aa0a0, #087d8c); border-radius: 999px; font-weight: 700; white-space: nowrap; box-shadow: 0 7px 18px rgba(8,126,140,.12); }
.header-contact .icon { width: 20px; }
.menu-button { display: none; margin-left: auto; width: 48px; height: 48px; align-items: center; justify-content: center; border: 0; color: var(--navy); background: transparent; cursor: pointer; }
.menu-button .icon { width: 28px; height: 28px; }
.menu-close { display: none; }

.hero { position: relative; overflow: hidden; padding: clamp(60px, 5vw, 72px) 0 clamp(58px, 4.75vw, 68px); background: linear-gradient(90deg, #fff 0%, #fff 52%, #f8fcfc 100%); }
.hero-grid { width: min(calc(100% - 96px), 1200px); min-height: 540px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); align-items: center; gap: 64px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 26px; color: var(--teal-dark); font-size: .94rem; font-weight: 700; letter-spacing: .08em; }

.hero h1, .section-heading h2, .intro-copy h3, .service-card h3, .policy-lead h3, .policy-list h3, .flow-step h3, .contact-panel h2 { font-family: var(--serif); font-weight: 600; color: var(--navy); }
.hero h1 { max-width: 610px; margin: 0; font-size: clamp(2.5rem, 2.9vw, 3.1rem); line-height: 1.42; letter-spacing: .018em; }
.hero h1 em { color: var(--teal); font-style: normal; }
.phrase-nowrap { white-space: nowrap; }
.hero-description { margin: 26px 0 0; padding-top: 22px; border-top: 1px dashed #bdd7dc; color: #1f3548; font-size: 1.04rem; font-weight: 500; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.hero .button { min-height: 62px; }
.button { min-height: 66px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border-radius: 999px; font-size: .9rem; font-weight: 700; letter-spacing: .03em; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button .arrow { margin-left: 5px; width: 20px; }
.button-primary { min-width: 250px; color: #fff; background: linear-gradient(115deg, #0aa1a3, #086399); box-shadow: 0 9px 24px rgba(6,102,143,.18); }
.button-secondary { color: var(--teal-dark); background: #fff; border: 1px solid var(--teal); }
.hero-features { display: flex; align-items: center; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.hero-features li { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 0 16px; font-size: .96rem; font-weight: 700; white-space: nowrap; border-right: 1px solid #d7e1e3; }
.hero-features li:first-child { padding-left: 0; }
.hero-features li:last-child { border-right: 0; padding-right: 0; }
.feature-icon { width: 40px; height: 40px; display: grid; place-items: center; color: var(--teal-dark); background: #ebf7f7; border-radius: 50%; }
.feature-icon .icon { width: 22px; height: 22px; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-visual img { position: relative; z-index: 2; width: 96%; height: auto; justify-self: end; aspect-ratio: 1.18 / 1; object-fit: cover; object-position: center; border-radius: 36px 8px 36px 8px; }
.hero-blob { position: absolute; z-index: 0; inset: -7% -8% -8% -9%; background: #edf8f8; border-radius: 50%; }
.dot-pattern { position: absolute; z-index: 1; width: 124px; height: 98px; opacity: .42; background-image: radial-gradient(#79bfc5 1.8px, transparent 1.8px); background-size: 15px 15px; }
.dots-top { top: -24px; right: -38px; }
.dots-bottom { bottom: -31px; left: 72px; }
.decor-circle { position: absolute; z-index: 1; border-radius: 50%; border: 1px solid #bfe2e4; }
.circle-one { width: 46px; height: 46px; top: 9%; left: -5%; background: rgba(229,247,248,.78); }
.circle-two { width: 18px; height: 18px; right: -1%; bottom: 21%; background: #c9ebec; border: 0; }

.section { padding: clamp(86px, 9vw, 132px) 0; }
.section-heading { text-align: center; margin-bottom: 52px; }
.heading-line { display: block; width: 48px; height: 3px; margin: 0 auto 24px; background: var(--teal); }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 3.25vw, 3rem); line-height: 1.4; letter-spacing: .08em; }
.section-heading p { margin: 13px 0 0; color: #2b4053; font-size: 1.05rem; font-weight: 500; line-height: 1.9; }
.decorate-panel { position: relative; overflow: hidden; }
.service-intro { min-height: 350px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(470px, .95fr); align-items: center; gap: 28px; padding: 50px clamp(38px, 5vw, 76px); border: 1px solid #e0eff0; border-radius: 9px; background: linear-gradient(105deg, #f7fbfb, #eff8f9 62%, #f8fbfb); }
.service-intro::before, .contact-panel::before { content: ""; position: absolute; width: 150px; height: 150px; left: -70px; bottom: -70px; border-radius: 50%; background: rgba(177,226,229,.38); }
.service-intro::after, .contact-panel::after { content: ""; position: absolute; width: 120px; height: 110px; right: -18px; bottom: -18px; opacity: .45; background-image: radial-gradient(#55b7bd 2px, transparent 2px); background-size: 13px 13px; transform: rotate(-8deg); }
.intro-copy { position: relative; z-index: 2; }
.intro-copy h3 { margin: 0; font-size: clamp(1.75rem, 2.2vw, 2.25rem); line-height: 1.65; letter-spacing: .04em; }
.intro-copy p { margin: 22px 0 0; color: #263b4d; font-size: 1.05rem; font-weight: 500; line-height: 2; }
.category-map { position: relative; z-index: 2; min-height: 260px; }
.orbit { position: absolute; inset: 12% 9%; border: 2px solid rgba(70,184,191,.35); border-radius: 50%; }
.orbit-two { inset: 18% 18%; border-style: dashed; border-width: 1px; }
.category-chip { position: absolute; min-width: 190px; min-height: 64px; padding: 12px 23px; display: flex; align-items: center; justify-content: center; gap: 13px; color: var(--navy); background: rgba(255,255,255,.98); border: 1px solid #e3eaeb; border-radius: 999px; box-shadow: 0 8px 16px rgba(23,65,76,.08); font-weight: 700; }
.category-chip .icon { width: 30px; height: 30px; color: var(--teal); }
.chip-web { top: 0; left: 35%; }
.chip-map { top: 37%; left: 2%; }
.chip-sns { top: 37%; right: 0; }
.chip-flyer { bottom: 0; left: 36%; }
.service-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 54px; }
.service-card { position: relative; min-height: 456px; padding: 70px 32px 30px; border: 1px solid var(--card-border); background: var(--card-bg); }
.service-card::before { content: ""; position: absolute; left: 24px; right: 24px; top: 18px; height: 1px; background: linear-gradient(90deg, var(--card-accent), transparent); opacity: .42; }
.card-teal { --card-bg: #f5fbfb; --card-border: #cae6e8; --card-accent: #087f8b; }
.card-beige { --card-bg: #fdf9f1; --card-border: #ead8b7; --card-accent: #ae741d; }
.card-blue { --card-bg: #f4f9fc; --card-border: #c9dfed; --card-accent: #2468a0; }
.card-number { position: absolute; top: 9px; left: 20px; color: var(--card-accent); font-family: Georgia, var(--serif); font-size: 2.75rem; font-style: italic; line-height: 1; }
.card-icon { position: absolute; top: -21px; left: 50%; width: 94px; height: 94px; display: grid; place-items: center; color: #079aa3; background: #fff; border: 1px solid #c6e5e8; border-radius: 50%; transform: translateX(-50%); }
.card-icon .icon { width: 42px; height: 42px; stroke-width: 1.2; }
.service-card h3 { margin: 20px 0 12px; color: var(--card-accent); font-size: clamp(1.35rem, 2vw, 1.7rem); text-align: center; letter-spacing: .04em; }
.service-card ul { min-height: 154px; margin: 0; padding: 22px 8px 17px 27px; color: #21384b; border-top: 1px solid color-mix(in srgb, var(--card-accent), transparent 50%); border-bottom: 1px dashed #aeb9ba; font-size: 1.03rem; font-weight: 500; line-height: 1.9; }
.service-card p { margin: 22px 8px 0; color: #2a3e50; font-size: 1.03rem; font-weight: 500; line-height: 1.9; }

.policy-section { position: relative; overflow: hidden; padding: clamp(74px, 7vw, 100px) 0; background: linear-gradient(105deg, #edf9fa, #f6fbfc 46%, #e9f7f9); }
.policy-section::before { content: ""; position: absolute; width: 260px; height: 260px; left: -135px; bottom: -130px; border: 1px solid #b8e1e4; border-radius: 50%; }
.policy-section::after { content: ""; position: absolute; width: 150px; height: 150px; right: 0; bottom: 0; background-image: radial-gradient(#5ab8be 2px, transparent 2px); background-size: 15px 15px; opacity: .35; }
.policy-section .section-heading { margin-bottom: 34px; }
.policy-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .38fr) minmax(0, .62fr); gap: clamp(42px, 6vw, 82px); }
.policy-lead { padding: 22px 54px 22px 6px; border-right: 1px dashed #93bcc0; }
.policy-lead h3 { margin: 0; font-size: clamp(2rem, 3vw, 2.85rem); line-height: 1.6; letter-spacing: .08em; }
.small-line { display: block; width: 40px; height: 3px; margin: 24px 0; background: var(--teal); }
.policy-lead p { margin: 0; color: #263c4e; font-size: 1.1rem; font-weight: 500; line-height: 2.05; }
.policy-list { margin: 0; padding: 0; list-style: none; }
.policy-list li { min-height: 118px; display: grid; grid-template-columns: 82px 1fr 70px; align-items: center; gap: 21px; padding: 15px 0; border-bottom: 1px solid #a8c5c8; }
.policy-list li:last-child { border-bottom: 0; }
.policy-number { width: 72px; height: 72px; display: grid; place-items: center; color: var(--teal); background: rgba(255,255,255,.72); border: 1px solid #acd9dc; border-radius: 50%; font-family: Georgia, var(--serif); font-size: 2rem; font-style: italic; }
.policy-list h3 { margin: 0 0 5px; font-size: 1.56rem; letter-spacing: .035em; }
.policy-list p { margin: 0; color: #263c4e; font-size: 1.04rem; font-weight: 500; line-height: 1.9; }
.policy-icon { width: 50px; height: 50px; justify-self: end; color: var(--teal-dark); stroke-width: 1.45; }

.flow-section { padding-bottom: 105px; }
.flow-list { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px; margin: 89px 0 0; padding: 0; list-style: none; }
.flow-list::before { content: ""; position: absolute; top: -30px; left: 10%; right: 10%; height: 1px; background: var(--teal); }
.flow-step { position: relative; text-align: center; }
.step-number { position: absolute; z-index: 2; top: -58px; left: 50%; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #14a2a5, #076d92); border-radius: 50%; transform: translateX(-50%); font-family: Georgia, var(--serif); font-size: 1.5rem; font-style: italic; box-shadow: 0 6px 13px rgba(7,108,143,.15); }
.step-icon { width: 154px; height: 154px; display: grid; place-items: center; margin: 17px auto 22px; color: var(--teal); border: 1px solid #b9dfe2; border-radius: 50%; background: linear-gradient(145deg, #fff, #f6fbfc); }
.step-icon .icon { width: 72px; height: 72px; stroke-width: 1.35; }
.flow-step h3 { margin: 0; font-size: 1.55rem; letter-spacing: .035em; }
.step-rule { position: relative; display: block; height: 1px; margin: 22px 0 24px; border-top: 1px dashed #8eb8bc; }
.step-rule::after { content: ""; position: absolute; top: -4px; left: 50%; width: 9px; height: 9px; background: #fff; border: 3px solid var(--teal); border-radius: 50%; transform: translateX(-50%); }
.flow-step p { margin: 0; color: #263b4d; font-size: 1.04rem; font-weight: 500; line-height: 2; }
.step-arrow { position: absolute; top: 87px; left: -42px; color: var(--teal); }
.step-arrow .icon { width: 35px; height: 35px; }

.contact-section { padding: 0 0 clamp(86px, 9vw, 130px); }
.contact-panel { padding: clamp(70px, 8vw, 108px) 30px clamp(60px, 7vw, 90px); text-align: center; border: 1px solid #d4e9eb; border-radius: 10px; background: linear-gradient(125deg, #edf9fa, #f8fcfd 52%, #edf7fb); }
.contact-panel > * { position: relative; z-index: 2; }
.contact-panel::before { width: 190px; height: 190px; }
.contact-panel::after { width: 170px; height: 150px; top: 0; bottom: auto; }
.contact-panel h2 { margin: 0; font-size: clamp(2rem, 3.45vw, 3.15rem); letter-spacing: .07em; line-height: 1.55; }
.contact-panel > p { margin: 18px 0 0; color: #263b4d; font-size: 1.08rem; font-weight: 500; line-height: 2; }
.contact-button { width: min(760px, calc(100% - 30px)); min-height: 108px; justify-content: flex-start; margin: 38px auto 0; padding: 0 54px; color: #fff; background: linear-gradient(110deg, #0aa3a8, #075996); box-shadow: 0 14px 26px rgba(13,92,127,.17); font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.55rem); letter-spacing: .06em; }
.contact-button > .icon:first-child { width: 45px; height: 45px; }
.contact-button span { margin: auto; }
.contact-button .arrow { width: 36px; height: 36px; }
.contact-panel .contact-note { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 27px; font-size: 1rem; }
.contact-note .icon { color: var(--teal); width: 25px; height: 25px; }

.subpage-hero { position: relative; overflow: hidden; min-height: 500px; background: linear-gradient(105deg, #f4fbfc 0%, #f8fcfd 55%, #eef8fa 100%); }
.subpage-hero-inner { position: relative; min-height: 500px; display: flex; align-items: center; }
.subpage-hero-copy { position: relative; z-index: 2; padding: 70px 0; }
.subpage-label { margin: 0 0 20px; color: var(--teal); font-size: .9rem; font-weight: 800; letter-spacing: .12em; }
.subpage-hero h1 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(3rem, 4vw, 4.35rem); font-weight: 600; letter-spacing: .12em; line-height: 1.35; }
.subpage-rule { display: block; width: 44px; height: 3px; margin: 25px 0 32px; background: var(--teal); }
.subpage-lead { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 600; letter-spacing: .06em; line-height: 1.6; }
.subpage-description { margin: 20px 0 0; color: #30495c; font-size: 1.05rem; font-weight: 500; line-height: 2; }
.faq-hero-description { margin-top: 0; font-size: 1.18rem; }
.subpage-decoration { position: absolute; z-index: 1; top: 0; right: 0; width: 46%; height: 100%; }
.subpage-orb { position: absolute; top: 25%; right: 14%; width: 245px; height: 245px; border-radius: 50%; background: rgba(201,237,239,.58); }
.subpage-ring { position: absolute; top: 56%; right: 36%; width: 86px; height: 86px; border: 2px solid rgba(45,168,178,.35); border-radius: 50%; }
.subpage-dots { position: absolute; top: 17%; right: 6%; width: 120px; height: 130px; opacity: .42; background-image: radial-gradient(#55b7bd 2.2px, transparent 2.2px); background-size: 15px 15px; }

.subpage-content { padding: 85px 0 115px; }
.narrow-container { max-width: 1120px; }
.subpage-section-heading { margin: 0 auto 44px; text-align: center; }
.subpage-section-heading .heading-line { margin-inline: auto; }
.subpage-section-heading h2, .service-detail-card h3, .partial-support-panel h3, .related-services-panel h3, .pricing-panel h2, .subpage-contact-panel h2, .faq-card h3 { color: var(--navy); font-family: var(--serif); font-weight: 600; }
.subpage-section-heading h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3rem); letter-spacing: .08em; line-height: 1.55; }
.subpage-section-heading p { margin: 18px 0 0; color: #536576; font-size: 1rem; font-weight: 500; line-height: 2; }

.service-detail-list { display: grid; gap: 14px; }
.service-detail-card { display: grid; grid-template-columns: 64px 104px minmax(0, 1.03fr) minmax(310px, .97fr); align-items: center; gap: 24px; min-height: 188px; padding: 28px 34px 28px 24px; border: 1px solid #aedce1; border-radius: 7px; background: linear-gradient(105deg, #f8fcfd, #fff 62%, #f8fcfd); }
.detail-number { align-self: start; color: var(--teal); font-family: Georgia, var(--serif); font-size: 2.25rem; font-style: italic; line-height: 1.2; }
.detail-icon { width: 96px; height: 96px; display: grid; place-items: center; color: var(--teal); border: 1px solid #b9dfe2; border-radius: 50%; background: #fff; }
.detail-icon .icon { width: 48px; height: 48px; stroke-width: 1.35; }
.detail-summary { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-right: 28px; border-right: 1px dashed #85c6cb; }
.detail-summary h3 { margin: 0 0 11px; font-size: 1.56rem; letter-spacing: .045em; line-height: 1.55; }
.detail-summary p { margin: 0; color: #42576a; font-size: .97rem; font-weight: 500; line-height: 1.9; }
.detail-points { margin: 0; padding: 0 0 0 24px; color: #3b5062; font-size: .96rem; font-weight: 500; line-height: 1.85; }
.detail-points li + li { margin-top: 3px; }
.service-photo-note { margin: 20px 10px 0; color: #4a5f71; font-size: .98rem; font-weight: 500; line-height: 1.9; text-align: center; }

.partial-support-panel { margin-top: 38px; padding: 58px 44px 42px; border: 1px solid #b8dfe3; border-radius: 7px; background: linear-gradient(120deg, #f4fbfc, #fff 55%, #f2f9fb); }
.partial-support-panel .subpage-section-heading { margin-bottom: 34px; }
.partial-support-panel .subpage-section-heading h2 { font-size: clamp(1.75rem, 2.6vw, 2.5rem); }
.partial-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.partial-support-grid article { padding: 4px 34px 0; text-align: center; }
.partial-support-grid article + article { border-left: 1px dashed #8ec7cb; }
.partial-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 17px; color: var(--teal); border: 1px solid #b9dfe2; border-radius: 50%; background: #fff; }
.partial-icon .icon { width: 33px; height: 33px; stroke-width: 1.4; }
.partial-support-grid h3 { margin: 0 0 10px; font-size: 1.22rem; letter-spacing: .03em; }
.partial-support-grid p { margin: 0; color: #526678; font-size: .93rem; font-weight: 500; line-height: 1.85; }

.related-services-panel { margin-top: 40px; padding: 56px 44px 42px; border: 1px solid #d4e5e7; border-radius: 7px; background: #fff; }
.related-services-panel .subpage-section-heading { margin-bottom: 32px; }
.related-services-panel .subpage-section-heading h2 { font-size: clamp(1.75rem, 2.6vw, 2.5rem); }
.related-service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; margin: 0; padding: 0; list-style: none; }
.related-service-list li { min-height: 66px; display: flex; align-items: center; gap: 13px; padding: 14px 19px; color: #30485b; background: #f5fafb; border: 1px solid #d8e9eb; border-radius: 6px; font-size: .96rem; font-weight: 700; line-height: 1.65; }
.related-service-list .icon { width: 25px; height: 25px; color: var(--teal); }
.related-services-note { margin: 27px 0 0; color: #536576; font-size: .94rem; font-weight: 500; line-height: 1.9; text-align: center; }

.pricing-panel { display: grid; grid-template-columns: minmax(210px, .34fr) minmax(0, .66fr); gap: 36px; margin-top: 28px; padding: 40px 44px; border: 1px solid #d8e5df; border-left: 5px solid #d69b2e; border-radius: 7px; background: linear-gradient(110deg, #fffdf8, #fff 46%, #f8fbfb); }
.pricing-heading { padding-right: 32px; border-right: 1px dashed #c7d7d3; }
.pricing-heading p { margin: 0 0 7px; color: #a36d14; font-family: Georgia, var(--serif); font-size: .86rem; font-weight: 700; letter-spacing: .18em; line-height: 1.4; }
.pricing-panel h2 { margin: 0; font-size: clamp(1.7rem, 2.6vw, 2.35rem); letter-spacing: .07em; line-height: 1.55; }
.pricing-copy { display: grid; align-content: center; gap: 9px; }
.pricing-copy p { margin: 0; color: #405669; font-size: .97rem; font-weight: 500; line-height: 1.9; }

.subpage-contact-panel { position: relative; overflow: hidden; margin-top: 40px; padding: 62px 30px 44px; text-align: center; border: 1px solid #b8dfe3; border-radius: 7px; background: linear-gradient(125deg, #f1fafb, #fff 54%, #eef8fb); }
.subpage-contact-panel::before { content: ""; position: absolute; width: 125px; height: 125px; left: -58px; bottom: -58px; border-radius: 50%; background: rgba(177,226,229,.38); }
.subpage-contact-panel::after { content: ""; position: absolute; top: 0; right: -8px; width: 120px; height: 105px; opacity: .38; background-image: radial-gradient(#55b7bd 2px, transparent 2px); background-size: 13px 13px; }
.subpage-contact-panel > * { position: relative; z-index: 2; }
.subpage-contact-panel .heading-line { margin-inline: auto; }
.subpage-contact-panel h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: .07em; line-height: 1.55; }
.subpage-contact-panel > p { margin: 14px 0 0; color: #405669; font-size: 1rem; font-weight: 500; line-height: 1.9; }
.subpage-contact-panel .contact-button { min-height: 88px; margin-top: 27px; font-size: clamp(1.55rem, 2.5vw, 2.1rem); }
.subpage-contact-panel .contact-note { display: flex; justify-content: center; align-items: center; gap: 9px; margin-top: 20px; font-size: .94rem; }

.faq-section .subpage-section-heading { margin-bottom: 48px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.faq-card { min-height: 315px; padding: 30px 32px 28px; border: 1px solid #9fd5da; border-radius: 7px; background: #fff; }
.faq-card-wide { grid-column: 1 / -1; min-height: 0; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); align-items: center; column-gap: 34px; }
.faq-question { display: grid; grid-template-columns: 62px minmax(0, 1fr); align-items: start; gap: 18px; min-height: 90px; padding-bottom: 22px; border-bottom: 1px dashed #44aeb5; }
.faq-mark { color: var(--teal); font-family: Georgia, var(--serif); font-size: 2rem; font-style: italic; font-weight: 600; line-height: 1; text-align: center; }
.faq-mark small { display: block; margin-top: 7px; font-size: 1.48rem; }
.faq-question h3 { margin: 4px 0 0; font-size: 1.25rem; letter-spacing: .025em; line-height: 1.75; }
.faq-answer { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 18px; padding-top: 22px; }
.answer-mark { color: var(--teal); font-family: Georgia, var(--serif); font-size: 2rem; font-style: italic; line-height: 1.3; text-align: center; }
.faq-answer p { margin: 0; color: #3d5366; font-size: .97rem; font-weight: 500; line-height: 1.95; }
.faq-card-wide .faq-question { min-height: 0; padding: 0 30px 0 0; border-right: 1px dashed #44aeb5; border-bottom: 0; }
.faq-card-wide .faq-answer { padding: 0; }
.faq-extra-note { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 28px; padding: 12px 24px; border: 1px solid #b7dde1; border-radius: 7px; background: linear-gradient(90deg, #f4fbfc, #fff, #f4fbfc); }
.faq-extra-note .partial-icon { width: 48px; height: 48px; margin: 0; }
.faq-extra-note .partial-icon .icon { width: 25px; height: 25px; }
.faq-extra-note p { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 1.25rem; font-weight: 600; letter-spacing: .05em; }

.site-footer { padding: 58px 0 22px; color: #fff; background: var(--navy); }
.footer-main { display: flex; align-items: center; gap: 64px; padding-bottom: 45px; }
.footer-brand {
  display: block;
  width: clamp(220px, 21vw, 270px);
  flex: none;
  line-height: 0;
}
.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 15px 34px; margin-left: auto; max-width: 700px; }
.footer-nav a { font-weight: 500; color: #e8f0f5; }
.footer-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); text-align: right; }
.footer-bottom small { color: #bac9d4; }

.mobile-only { display: none; }
.compact-subpage-hero, .compact-subpage-hero .subpage-hero-inner { min-height: 430px; }
.form-container { max-width: 900px; }
.form-panel { padding: clamp(36px, 5vw, 58px); border: 1px solid #b7dde1; border-radius: 8px; background: linear-gradient(125deg, #f7fcfc, #fff 56%, #f5fafc); box-shadow: 0 16px 40px rgba(21,72,88,.06); }
.required-note { margin: 0 0 30px; color: #536576; font-size: .92rem; font-weight: 500; text-align: right; }
.required-note span { color: #fff; background: var(--teal-dark); }
.contact-form { display: grid; gap: 28px; }
.form-field { display: grid; gap: 10px; }
.form-field label { color: var(--navy); font-weight: 700; letter-spacing: .03em; }
.field-badge, .required-note span { display: inline-block; margin-left: 9px; padding: 2px 9px; border-radius: 3px; font-size: .72rem; font-weight: 700; line-height: 1.6; vertical-align: .12em; }
.field-badge.required { color: #fff; background: var(--teal-dark); }
.field-badge.optional { color: #536576; background: #e9f0f2; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #9ebfc5; border-radius: 5px; color: var(--text); background: #fff; font: inherit; font-size: 1rem; line-height: 1.6; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field input { min-height: 58px; padding: 10px 15px; }
.form-field textarea { min-height: 220px; padding: 14px 15px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 0; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(7,142,150,.13); }
.field-help { margin: -3px 0 0; color: #607385; font-size: .86rem; line-height: 1.7; }
.privacy-consent { display: flex; align-items: flex-start; justify-content: center; gap: 12px; padding: 22px; border-radius: 5px; background: #eef8f9; color: #31495b; font-size: .92rem; font-weight: 500; line-height: 1.8; cursor: pointer; }
.privacy-consent input { width: 20px; height: 20px; margin: 5px 0 0; flex: none; accent-color: var(--teal); }
.privacy-consent a, .policy-document a { color: #066c82; text-decoration: underline; text-underline-offset: 3px; }
.form-submit { width: min(540px, 100%); min-height: 74px; margin: 4px auto 0; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(110deg, #0aa3a8, #075996); box-shadow: 0 12px 24px rgba(13,92,127,.17); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; letter-spacing: .06em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(13,92,127,.21); }
.form-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.form-footnote { margin: -8px 0 0; color: #607385; font-size: .82rem; line-height: 1.7; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.policy-container { max-width: 940px; }
.policy-introduction { margin: 0 0 42px; color: #354d5f; font-size: 1rem; font-weight: 500; line-height: 2; }
.policy-document { display: grid; gap: 0; border-top: 1px solid #b9d7db; }
.policy-document section { padding: 34px 4px 36px; border-bottom: 1px solid #d6e4e6; }
.policy-document h2 { margin: 0 0 16px; color: var(--navy); font-family: var(--serif); font-size: 1.42rem; font-weight: 600; letter-spacing: .035em; line-height: 1.6; }
.policy-document h2 span { margin-right: 5px; color: var(--teal); font-family: Georgia, var(--serif); font-style: italic; }
.policy-document p, .policy-document li { color: #40576a; font-size: .98rem; font-weight: 500; line-height: 2; }
.policy-document p { margin: 0; }
.policy-document ul { margin: 13px 0 0; padding-left: 1.6em; }
.policy-contact { margin: 20px 0 0; border-top: 1px solid #d2e2e4; }
.policy-contact div { display: grid; grid-template-columns: 140px minmax(0, 1fr); border-bottom: 1px solid #d2e2e4; }
.policy-contact dt, .policy-contact dd { margin: 0; padding: 13px 16px; }
.policy-contact dt { color: var(--navy); background: #f0f8f9; font-weight: 700; }
.policy-contact dd { color: #40576a; overflow-wrap: anywhere; }
.policy-date { margin: 30px 0 0; color: #5b6e7e; font-size: .9rem; text-align: right; }

.thanks-page { min-height: 100vh; background: linear-gradient(135deg, #edf9fa, #fff 52%, #eef7fb); }
.thanks-main { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; }
.thanks-card { width: min(720px, 100%); padding: clamp(45px, 8vw, 78px) clamp(26px, 7vw, 70px); border: 1px solid #b7dde1; border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 20px 60px rgba(21,72,88,.09); text-align: center; }
.thanks-icon { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 22px; color: #fff; background: linear-gradient(145deg, #0aa3a8, #075996); border-radius: 50%; }
.thanks-icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.thanks-card .subpage-label { margin-bottom: 13px; }
.thanks-card h1 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2rem, 4.4vw, 2.65rem); font-weight: 600; letter-spacing: .035em; line-height: 1.6; }
.thanks-nowrap { white-space: nowrap; }
.thanks-card > p:not(.subpage-label) { margin: 20px 0 0; color: #40576a; font-size: 1rem; font-weight: 500; line-height: 2; }
.thanks-button { width: min(360px, 100%); margin: 34px auto 0; }

@media (max-width: 1120px) {
  .global-nav { gap: 18px; }
  .header-contact { padding-inline: 17px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); gap: 48px; }
  .hero h1 { font-size: clamp(2.4rem, 3.8vw, 2.95rem); }
  .hero-actions { flex-wrap: wrap; }
  .hero-features li { padding-inline: 12px; font-size: .82rem; }
  .feature-icon { width: 38px; height: 38px; }
  .category-chip { min-width: 168px; padding-inline: 16px; }
  .policy-layout { grid-template-columns: minmax(0, .34fr) minmax(0, .66fr); gap: 38px; }
}

@media (max-width: 920px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; }
  .header-inner { gap: 16px; }
  .header-contact { margin-left: auto; min-height: 44px; padding: 0 17px; font-size: .85rem; }
  .menu-button { display: inline-flex; margin-left: 0; }
  .global-nav { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 12px 24px 26px; background: #fff; border-bottom: 1px solid #dfe9eb; box-shadow: 0 16px 28px rgba(12,41,57,.1); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .2s ease; }
  .global-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .global-nav a { padding: 14px 6px; border-bottom: 1px solid #edf1f2; }
  .global-nav a[aria-current="page"]::after { display: none; }
  .menu-button[aria-expanded="true"] .menu-open { display: none; }
  .menu-button[aria-expanded="true"] .menu-close { display: block; }
  .hero { padding: 60px 0 64px; }
  .hero-grid { width: min(calc(100% - 64px), 1200px); grid-template-columns: 1fr; min-height: 0; gap: 44px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 0; width: min(680px, 88%); margin: 12px auto 0; }
  .hero-visual img { aspect-ratio: 1.35 / 1; }
  .service-intro { grid-template-columns: 1fr; padding-block: 48px; }
  .category-map { width: min(610px, 100%); margin: 0 auto; }
  .service-cards { grid-template-columns: 1fr; gap: 48px; }
  .service-card { min-height: 0; padding: 70px 10% 34px; }
  .service-card ul { min-height: 0; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-lead { padding: 0 0 39px; border-right: 0; border-bottom: 1px dashed #93bcc0; }
  .flow-list { gap: 35px; }
  .flow-step h3 { font-size: 1.3rem; }
  .flow-step p { font-size: .98rem; }
  .step-icon { width: 130px; height: 130px; }
  .step-icon .icon { width: 60px; height: 60px; }
  .step-arrow { left: -31px; }
  .footer-main { flex-direction: column; align-items: flex-start; }
  .footer-nav { justify-content: flex-start; margin-left: 0; }
  .subpage-hero, .subpage-hero-inner { min-height: 430px; }
  .subpage-decoration { width: 50%; opacity: .85; }
  .service-detail-card { grid-template-columns: 58px 88px minmax(0, 1fr); gap: 20px; padding: 26px; }
  .detail-icon { width: 82px; height: 82px; }
  .detail-icon .icon { width: 41px; height: 41px; }
  .detail-summary { padding-right: 0; border-right: 0; }
  .detail-points { grid-column: 3; padding: 18px 0 0 24px; border-top: 1px dashed #85c6cb; }
  .faq-card { padding-inline: 25px; }
}

@media (max-width: 680px) {
  html { font-size: 16px; }
  body { font-size: 17px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .brand { font-size: 1.45rem; }
  .header-brand { width: 210px; height: 44px; }
  .header-contact { display: none; }
  .menu-button { margin-left: auto; }
  .global-nav { padding-inline: 18px; }
  .global-nav a { min-height: 52px; display: flex; align-items: center; }
  .hero { padding: 42px 0 58px; }
  .hero-grid { width: min(calc(100% - 36px), var(--container)); gap: 32px; }
  .eyebrow { margin-bottom: 22px; font-size: .84rem; line-height: 1.7; }
  
  .hero h1 { font-size: clamp(1.9rem, 9.2vw, 2.35rem); line-height: 1.5; letter-spacing: .01em; }
  .hero-description br,
  .intro-copy h3 br,
  .intro-copy p br,
  .service-card p br,
  .policy-lead h3 br,
  .policy-lead p br,
  .flow-step p br,
  .subpage-lead br,
  .subpage-section-heading p br,
  .faq-question h3 br,
  .contact-panel > p br,
  .subpage-contact-panel > p br,
  .thanks-card > p br { display: none; }
  .hero-description { margin-top: 22px; padding-top: 18px; font-size: .98rem; line-height: 1.9; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .button { width: 100%; min-height: 62px; padding-inline: 20px; }
  .hero-features { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  .hero-features li { padding: 0; border: 0; font-size: .91rem; }
  .hero-visual { width: 100%; }
  .hero-visual img { width: 100%; aspect-ratio: 1.18 / 1; border-radius: 23px 5px 23px 5px; }
  .hero-blob { inset: -4% -5%; }
  .dot-pattern { width: 92px; height: 76px; background-size: 13px 13px; }
  .dots-top { top: -16px; right: -46px; }
  .dots-bottom { bottom: -22px; left: -18px; }
  .circle-one { left: -2%; }
  .circle-two { right: 1%; }
  .section, .policy-section { padding-block: 70px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 1.85rem; line-height: 1.5; letter-spacing: .055em; }
  .section-heading p { font-size: 1rem; line-height: 1.85; }
  .heading-line { margin-bottom: 18px; }
  .service-intro { gap: 30px; padding: 34px 18px; }
  .intro-copy h3 { font-size: 1.48rem; line-height: 1.72; }
  .intro-copy p { margin-top: 17px; font-size: .98rem; line-height: 1.9; }
  .category-map { min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .orbit { display: none; }
  .category-chip,
  .chip-web,
  .chip-map,
  .chip-sns,
  .chip-flyer {
    position: static;
    min-width: 0;
    min-height: 68px;
    padding: 10px 8px;
    flex-direction: column;
    gap: 5px;
    font-size: .83rem;
    line-height: 1.4;
    text-align: center;
    transform: none;
  }
  .category-chip .icon { width: 26px; height: 26px; }
  .category-chip span { white-space: nowrap; }
  .service-cards { gap: 44px; margin-top: 48px; }
  .service-card { padding: 66px 20px 30px; }
  .service-card h3 { font-size: 1.45rem; }
  .service-card ul { padding-inline: 4px 0; padding-left: 1.45em; font-size: .98rem; }
  .service-card p { margin-inline: 4px; font-size: .98rem; }
  .policy-lead { padding-bottom: 32px; }
  .policy-lead h3 { font-size: 1.85rem; letter-spacing: .055em; }
  .policy-lead p { font-size: 1rem; line-height: 1.95; }
  .policy-list li { grid-template-columns: 62px 1fr; gap: 14px; padding-block: 24px; }
  .policy-number { width: 56px; height: 56px; font-size: 1.48rem; }
  .policy-list h3 { font-size: 1.25rem; line-height: 1.6; }
  .policy-list p { font-size: .96rem; }
  .policy-icon { display: none; }
  .flow-section { padding-bottom: 80px; }
  .flow-list { display: grid; grid-template-columns: 1fr; gap: 72px; margin-top: 70px; }
  .flow-list::before { top: -26px; bottom: 0; left: 50%; right: auto; width: 1px; height: auto; }
  .flow-step { position: relative; z-index: 1; padding: 0 10px; background: #fff; }
  .step-number { top: -48px; }
  .step-icon { margin-top: 11px; background: #fff; }
  .step-arrow { top: -58px; left: 50%; background: #fff; transform: translateX(-50%) rotate(90deg); }
  .step-arrow .icon { width: 28px; height: 28px; }
  .contact-panel { padding: 54px 17px 48px; }
  .contact-panel h2 { max-width: 15em; margin-inline: auto; font-size: clamp(1.38rem, 6.4vw, 1.62rem); line-height: 1.65; letter-spacing: .035em; }
  .contact-panel > p { font-size: .98rem; }
  .contact-button { width: 100%; min-width: 0; min-height: 72px; padding: 0 18px; display: grid; grid-template-columns: 26px minmax(0, 1fr) 22px; gap: 8px; font-size: clamp(1.08rem, 5.2vw, 1.3rem); letter-spacing: .035em; }
  .contact-button > .icon:first-child { width: 26px; height: 26px; }
  .contact-button span { min-width: 0; margin: 0; text-align: center; white-space: nowrap; }
  .contact-button .arrow { width: 22px; height: 22px; margin-left: 0; }
  .contact-panel .contact-note { align-items: flex-start; text-align: left; font-size: .95rem; line-height: 1.8; }
  .site-footer { padding-top: 48px; }
  .footer-main { gap: 32px; padding-bottom: 34px; }
  .footer-brand { width: min(245px, 76vw); }
  .footer-nav { width: 100%; display: grid; grid-template-columns: 1fr; gap: 0; }
  .footer-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .footer-bottom { text-align: left; }
  .subpage-hero, .subpage-hero-inner { min-height: 350px; }
  .subpage-hero-copy { padding: 48px 0; }
  .subpage-label { margin-bottom: 14px; font-size: .8rem; }
  .subpage-hero h1 { font-size: clamp(2rem, 10vw, 2.7rem); letter-spacing: .065em; }
  .compact-subpage-hero h1 { font-size: clamp(1.9rem, 9vw, 2.45rem); }
  .subpage-rule { margin: 20px 0 24px; }
  .subpage-lead { max-width: 86%; font-size: 1.48rem; line-height: 1.7; }
  .subpage-description { max-width: 86%; font-size: .94rem; line-height: 1.85; }
  .subpage-description br { display: none; }
  .subpage-decoration { right: -30%; width: 72%; opacity: .42; }
  .subpage-orb { top: 28%; right: 10%; width: 145px; height: 145px; }
  .subpage-ring { top: 62%; right: 44%; width: 54px; height: 54px; }
  .subpage-dots { top: 15%; right: 10%; width: 78px; height: 88px; background-size: 13px 13px; }
  .subpage-content { padding: 68px 0 84px; }
  .subpage-section-heading { margin-bottom: 34px; }
  .subpage-section-heading h2 { font-size: 1.72rem; line-height: 1.6; }
  .subpage-section-heading p { font-size: .94rem; line-height: 1.85; }
  .service-detail-list { gap: 18px; }
  .service-detail-card { grid-template-columns: 50px 76px minmax(0, 1fr); align-items: start; gap: 15px; padding: 24px 20px; }
  .detail-number { font-size: 1.65rem; }
  .detail-icon { width: 70px; height: 70px; }
  .detail-icon .icon { width: 35px; height: 35px; }
  .detail-summary { display: contents; }
  .detail-summary h3 { font-size: 1.18rem; line-height: 1.65; letter-spacing: .025em; }
  .detail-summary p { grid-column: 1 / -1; font-size: .93rem; }
  .detail-points { grid-column: 1 / -1; padding: 17px 0 0 1.45em; font-size: .93rem; }
  .service-photo-note { margin-inline: 0; text-align: left; font-size: .92rem; }
  .partial-support-panel { padding: 46px 22px 32px; }
  .partial-support-grid { grid-template-columns: 1fr; }
  .partial-support-grid article { padding: 24px 4px; }
  .partial-support-grid article + article { border-top: 1px dashed #8ec7cb; border-left: 0; }
  .related-services-panel { padding: 46px 20px 34px; }
  .related-service-list { grid-template-columns: 1fr; gap: 10px; }
  .related-service-list li { min-height: 60px; padding: 12px 15px; font-size: .93rem; }
  .related-services-note { text-align: left; }
  .related-services-note br { display: none; }
  .pricing-panel { grid-template-columns: 1fr; gap: 22px; padding: 32px 22px; }
  .pricing-heading { padding: 0 0 20px; border-right: 0; border-bottom: 1px dashed #c7d7d3; }
  .pricing-panel h2 { font-size: 1.6rem; }
  .pricing-copy p { font-size: .93rem; }
  .subpage-contact-panel { padding: 50px 17px 36px; }
  .subpage-contact-panel h2 { max-width: 15em; margin-inline: auto; font-size: clamp(1.34rem, 6.1vw, 1.58rem); line-height: 1.65; letter-spacing: .035em; }
  .subpage-contact-panel .contact-button { min-height: 72px; font-size: clamp(1.08rem, 5.2vw, 1.3rem); }
  .subpage-contact-panel .contact-note { align-items: flex-start; text-align: left; line-height: 1.75; }
  .faq-grid { grid-template-columns: 1fr; gap: 18px; }
  .faq-card, .faq-card-wide { grid-column: auto; min-height: 0; display: block; padding: 25px 20px 24px; }
  .faq-question { grid-template-columns: 52px minmax(0, 1fr); gap: 12px; min-height: 0; padding-bottom: 18px; }
  .faq-question h3 { font-size: 1.13rem; line-height: 1.7; }
  .faq-mark { font-size: 1.7rem; }
  .faq-mark small { font-size: 1.2rem; }
  .faq-answer { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding-top: 18px; }
  .faq-answer p { font-size: .93rem; }
  .faq-card-wide .faq-question { padding: 0 0 18px; border-right: 0; border-bottom: 1px dashed #44aeb5; }
  .faq-card-wide .faq-answer { padding-top: 18px; }
  .faq-extra-note { align-items: flex-start; justify-content: flex-start; padding: 18px; }
  .faq-extra-note p { font-size: 1.05rem; line-height: 1.7; }
  .compact-subpage-hero, .compact-subpage-hero .subpage-hero-inner { min-height: 330px; }
  .form-panel { padding: 30px 18px; }
  .required-note { margin-bottom: 24px; text-align: left; }
  .contact-form { gap: 24px; }
  .form-field input { min-height: 54px; }
  .privacy-consent { justify-content: flex-start; padding: 18px; }
  .form-submit { min-height: 68px; font-size: 1.25rem; }
  .policy-introduction { margin-bottom: 30px; font-size: .94rem; }
  .policy-document section { padding-block: 28px; }
  .policy-document h2 { font-size: 1.25rem; }
  .policy-document p, .policy-document li { font-size: .93rem; line-height: 1.9; }
  .mobile-only { display: inline; }
  .thanks-card { padding-inline: 18px; }
  .thanks-card h1 { font-size: clamp(1.2rem, 6.5vw, 1.8rem); letter-spacing: .02em; }
}

@media (max-width: 390px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { font-size: 1.32rem; }
  .header-brand { width: 190px; height: 40px; }
  .category-chip .icon { width: 25px; height: 25px; }
  .policy-list li { grid-template-columns: 54px 1fr; }
  .contact-button { padding-inline: 14px; }
  .service-detail-card { grid-template-columns: 42px 60px minmax(0, 1fr); gap: 10px; padding-inline: 16px; }
  .detail-icon { width: 58px; height: 58px; }
  .detail-icon .icon { width: 29px; height: 29px; }
  .detail-summary h3 { font-size: 1.12rem; }
  .form-panel { padding-inline: 16px; }
  .privacy-consent { padding: 15px; }
  .policy-contact div { grid-template-columns: 1fr; }
  .policy-contact dt, .policy-contact dd { padding: 10px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
