@charset "UTF-8";

/* ほそやITパートナーズ｜外部ライブラリ・Webフォント不要 */
:root {
  --blue: #1854b7;
  --blue-hover: #103e8d;
  --navy: #173b64;
  --ink: #23384e;
  --muted: #536779;
  --line: #d6e1ec;
  --ice: #f1f6fb;
  --green: #087d3e;
  --green-hover: #066331;
  --max-width: 1160px;
  --header-height: 88px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif; font-size: 1rem; line-height: 1.95; font-weight: 400; overflow-wrap: anywhere; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-feature-settings: "palt" 0; }
h1, h2, h3, p, figure, ul, ol, dl, dd { margin: 0; }
h1, h2, h3 { color: var(--navy); font-weight: 700; overflow-wrap: normal; line-break: strict; }
h1 { line-height: 1.65; letter-spacing: .015em; }
h2 { font-size: clamp(1.6rem, 2.5vw, 2rem); line-height: 1.65; letter-spacing: .025em; }
h3 { font-size: 1.2rem; line-height: 1.65; }
ul, ol { padding: 0; }
img { display: block; max-width: 100%; height: auto; }
svg { display: inline-block; vertical-align: middle; }
a { color: inherit; text-decoration: none; text-underline-offset: .23em; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { touch-action: manipulation; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #a76700; outline-offset: 5px; }
::selection { color: #102d50; background: #cce5ff; }
.container { width: min(calc(100% - 96px), var(--max-width)); margin-inline: auto; }
.section { padding-block: 96px; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); padding: 10px 18px; background: #fff; color: var(--blue); border: 2px solid var(--blue); }
.skip-link:focus { transform: none; }
.mobile-break { display: none; }
.eyebrow { color: var(--blue); font-size: .9375rem; font-weight: 600; line-height: 1.7; margin-bottom: 14px; display: flex; align-items: center; gap: 11px; }
.eyebrow::before { content: ""; flex: 0 0 22px; width: 22px; height: 2px; background: currentColor; }
.section-heading { margin-bottom: 42px; }
.section-heading > p:last-child:not(.eyebrow) { color: var(--muted); margin-top: 18px; }
.heading-split { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 48px; }
.heading-split > p { padding-bottom: 6px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 56px; padding: 13px 24px; border-radius: 5px; border: 1px solid transparent; font-weight: 600; line-height: 1.7; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-hover); box-shadow: 0 5px 15px rgb(24 84 183 / 16%); }
.button-line { background: var(--green); color: #fff; }
.button-line:hover { background: var(--green-hover); }
.button .icon, .text-link .icon { width: 20px; height: 20px; transition: transform .2s ease; }
.text-link { display: inline-flex; min-height: 48px; align-items: center; gap: 12px; color: var(--blue); font-weight: 600; font-size: .9375rem; }
.text-link:hover { text-decoration: underline; }

/* ヘッダー */
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 98%); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgb(23 59 100 / 9%); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 1 auto; min-width: 0; line-height: 1.45; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 8px 8px 8px 2px; background: var(--blue); color: #fff; font: 700 36px/1 Arial, sans-serif; letter-spacing: -.06em; padding-right: 3px; padding-bottom: 3px; }
.brand-mark > span { color: #91d5f4; font-size: 30px; }
.brand-name { color: var(--navy); font-weight: 700; font-size: 1.1875rem; }
.company-prefix { display: block; font-size: .75rem; font-weight: 500; margin-bottom: 2px; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .875rem; font-weight: 600; }
.main-nav > a { display: inline-flex; align-items: center; min-height: 48px; white-space: nowrap; transition: color .2s, background .2s; }
.main-nav > a:hover { color: var(--blue); }
.main-nav .nav-contact { padding: 10px 16px; background: var(--blue); border-radius: 4px; color: #fff; gap: 12px; }
.main-nav .nav-contact:hover { background: var(--blue-hover); color: #fff; }
.nav-contact .icon { width: 18px; height: 18px; transition: transform .2s ease; }
.menu-toggle { display: none; border: 0; padding: 4px; background: transparent; width: 52px; min-height: 50px; flex: 0 0 auto; }
.menu-lines { display: block; position: relative; width: 24px; height: 16px; margin: 3px auto 6px; border-block: 2px solid var(--navy); }
.menu-lines::after { content: ""; position: absolute; width: 24px; height: 2px; top: 5px; left: 0; background: var(--navy); }
.menu-label { display: block; font-size: .875rem; line-height: 1.3; }
.menu-toggle[aria-expanded="true"] .menu-lines { border: 0; }
.menu-toggle[aria-expanded="true"] .menu-lines::before, .menu-toggle[aria-expanded="true"] .menu-lines::after { content: ""; position: absolute; width: 24px; height: 2px; top: 7px; left: 0; background: var(--navy); transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines::after { transform: rotate(-45deg); }

/* トップ */
.hero { padding-top: 68px; background: linear-gradient(180deg, #fff 0%, #fff 64%, #f6f9fc 100%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr); align-items: center; gap: 32px; padding-bottom: 62px; }
.hero-copy { position: relative; z-index: 1; }
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 { font-size: clamp(1.75rem, 3vw, 2.625rem); margin-bottom: 26px; }
.hero h1 > span { display: block; }
.hero-emphasis { color: var(--blue); }
.hero-intro { line-height: 2; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 26px; margin-top: 29px; }
.hero-art { margin-right: -20px; position: relative; }
.hero-art img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 62px 8px 62px 8px; transition: transform .5s ease; }
.hero-art figcaption { position: relative; margin-top: -28px; margin-left: auto; margin-right: 22px; width: fit-content; background: #fff; border-left: 3px solid var(--blue); padding: 12px 23px; line-height: 1.75; font-size: .875rem; box-shadow: 0 10px 30px rgb(23 59 100 / 7%); }
.hero-art figcaption strong { font-weight: 600; color: var(--navy); font-size: 1.05rem; }
.hero-summary { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-block: 27px; }
.hero-summary > span { display: flex; justify-content: center; align-items: center; gap: 8px; font-size: .9375rem; font-weight: 500; padding-inline: 12px; }
.hero-summary > span + span { border-left: 1px solid var(--line); }
.hero-summary .icon { color: var(--blue); width: 21px; height: 21px; }

/* よくある悩み */
.problem-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.problem { position: relative; border-top: 2px solid var(--line); padding-top: 24px; }
.problem::before { content: ""; position: absolute; left: 0; top: -2px; width: 38px; height: 2px; background: var(--blue); }
.item-number { display: block; font: 500 1rem/1.4 Arial, sans-serif; color: var(--blue); letter-spacing: .06em; margin-bottom: 14px; }
.problem h3 { margin-bottom: 16px; font-size: 1.125rem; }
.problem p { color: var(--muted); }
.problem-answer { margin-top: 45px; padding: 30px 34px; background: var(--ice); display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.6fr); gap: 32px; align-items: center; border-radius: 6px; }
.problem-answer h3 { font-size: 1.2rem; }
.answer-services { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.answer-services li { min-height: 112px; padding: 16px 10px; background: #fff; border: 1px solid #dbe6f0; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; color: var(--navy); font-weight: 600; line-height: 1.55; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.answer-service-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #e8f2fb; color: var(--blue); }
.answer-service-icon .icon { width: 23px; height: 23px; }

/* サービス：見出しと本文を大きく保った一覧 */
.services { background: var(--ice); }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 54px; }
.service { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 20px; padding-block: 32px; border-top: 1px solid #cbd9e6; }
.service-icon { display: grid; place-items: center; width: 50px; height: 50px; background: #fff; color: var(--blue); border-radius: 10px; transition: transform .24s ease, box-shadow .24s ease; }
.service-icon .icon { width: 27px; height: 27px; }
.service h3 { margin-bottom: 12px; }
.service p { color: var(--muted); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px 12px; list-style: none; margin-top: 15px; font-size: .875rem; color: #385875; }
.service-tags li + li { position: relative; padding-left: 13px; }
.service-tags li + li::before { content: ""; position: absolute; left: 0; top: .5em; height: 1em; width: 1px; background: #aebfce; }
.service-note { margin-top: 15px; padding-top: 22px; border-top: 1px solid #cbd9e6; color: var(--navy); text-align: center; }

/* 対応方針・代表紹介 */
.about { background: var(--navy); color: #dce7f3; }
.about .eyebrow { color: #a6d8fa; }
.about .section-heading h2, .about .policy-copy h3 { color: #fff; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(0, 1fr); gap: 82px; align-items: start; }
.policy-copy > p + p { margin-top: 20px; }
.policy-copy .policy-lead { color: #fff; font-size: 1.125rem; line-height: 2; margin-bottom: 26px; }
.policy-points { margin-top: 36px; border-top: 1px solid #476685; }
.policy-points > div { display: grid; grid-template-columns: 30px 1fr; gap: 6px 15px; padding-block: 20px; border-bottom: 1px solid #476685; }
.policy-points > div > span { color: #a6d8fa; font: 500 .875rem/2.25 Arial, sans-serif; }
.policy-points h3 { font-size: 1.0625rem; }
.policy-points p { grid-column: 2; font-size: .9375rem; }
.representative { background: #fff; color: var(--ink); border-radius: 6px; overflow: hidden; }
.representative-visual { min-height: 325px; background: #e1edf8; position: relative; }
.representative-nameplate { min-height: 325px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px 34px; color: var(--navy); background: linear-gradient(135deg, #ecf6ff 0%, #dceafa 100%); }
.nameplate-rule { width: 38px; height: 3px; background: var(--blue); margin-bottom: 24px; }
.representative-nameplate > p { font-size: 1.125rem; font-weight: 600; line-height: 1.9; }
.representative-nameplate > div { margin-top: 23px; }
.representative-nameplate > div > span { display: block; font-size: .875rem; }
.representative-nameplate strong { display: block; font-size: 1.8rem; letter-spacing: .13em; font-weight: 500; line-height: 1.7; margin-top: 3px; }
.nameplate-company { font-size: .8125rem; margin-top: 24px; }
.representative-visual.has-photo { aspect-ratio: 4 / 5; min-height: 0; }
.representative-visual > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.representative-copy { padding: 29px 32px 32px; }
.representative-copy h3 { font-size: 1.125rem; margin-bottom: 14px; }
.representative-copy p { font-size: .9375rem; color: var(--muted); }
.representative-copy p + p { margin-top: 13px; }

/* 依頼方法・費用 */
.engagement-title { display: flex; flex-wrap: wrap; column-gap: .75em; }
.engagement-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.engagement-option { border: 1px solid var(--line); padding: 34px 38px; border-radius: 6px; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.engagement-option.ongoing { background: #f3f7fc; border-color: #c8d9ed; }
.option-label { font-size: .9375rem; color: var(--blue); font-weight: 500; margin-bottom: 6px; }
.engagement-option h3 { font-size: 1.4rem; margin-bottom: 16px; }
.engagement-option > p:not(.option-label) { color: var(--muted); }
.check-list { margin-top: 22px; padding-top: 19px; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding-left: 25px; }
.check-list li + li { margin-top: 8px; }
.check-list li::before { content: ""; display: block; position: absolute; left: 2px; top: .6em; width: 7px; height: 12px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(40deg); }
.second-opinion { margin-top: 28px; background: var(--ice); border-left: 3px solid var(--blue); }
.estimate-note { margin-top: 29px; padding: 23px 27px; border-left: 3px solid #7595b6; background: #f8fafc; }
.estimate-note strong { color: var(--navy); font-size: 1.0625rem; font-weight: 600; }
.estimate-note p { margin-top: 7px; color: var(--muted); }

/* 流れ・よくある質問 */
.flow-section { background: #f7f9fc; }
.flow-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; gap: 28px; }
.flow-list > li { position: relative; padding-top: 20px; border-top: 1px solid #b8cade; }
.flow-list > li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--blue); border-radius: 50%; }
.flow-number { display: block; font: 500 .9375rem/1.5 Arial, sans-serif; color: var(--blue); margin-bottom: 15px; }
.flow-list h3 { font-size: 1.125rem; margin-bottom: 13px; }
.flow-list p { font-size: .9375rem; color: var(--muted); }
.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 40px; margin-top: 72px; border-top: 1px solid var(--line); padding-top: 60px; }
.small-heading { font-size: 1.6rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 20px 40px 20px 32px; font-weight: 600; color: var(--navy); line-height: 1.8; }
summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "Q"; position: absolute; left: 0; top: 21px; color: var(--blue); font: 600 1.1rem/1.5 Arial, sans-serif; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 18px; font: 400 1.5rem/1.5 Arial, sans-serif; color: var(--blue); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary:hover { color: var(--blue); }
.faq-list details > div { padding: 0 28px 23px 32px; color: var(--muted); }
.faq-list details[open] > div { animation: details-open .3s ease both; }

/* 会社案内 */
.company-layout { display: grid; grid-template-columns: .92fr 1.4fr; gap: 64px; }
.company-layout h2 { font-size: 1.625rem; }
.company-intro { margin-top: 25px; color: var(--muted); }
.company-details { border-top: 1px solid var(--line); }
.company-details > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 20px; padding-block: 16px; border-bottom: 1px solid var(--line); }
.company-details dt { color: var(--muted); }
.company-details dd { color: var(--ink); }
.company-details a { color: var(--blue); }
.company-details a:hover { text-decoration: underline; }
.company-details .map-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 5px; font-size: .9375rem; }
.company-details .map-link .icon { width: 17px; height: 17px; transform: rotate(-45deg); }

/* 問い合わせ */
.contact-section { background: #eaf2fb; }
.contact-heading { text-align: center; margin-bottom: 40px; }
.contact-heading .eyebrow { justify-content: center; }
.contact-heading > p:last-child { margin-top: 19px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.contact-method { background: #fff; border: 1px solid #d8e4f1; border-radius: 7px; padding: 28px 23px; text-align: center; min-height: 364px; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.contact-icon { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 12px; border-radius: 50%; background: var(--ice); color: var(--blue); }
.contact-icon .icon { width: 25px; height: 25px; }
.contact-method h3 { font-size: 1.25rem; margin-bottom: 9px; }
.contact-method > p { color: var(--muted); font-size: .875rem; }
.contact-method .button { width: 100%; font-size: .9375rem; padding-inline: 18px; min-height: 51px; }
.contact-number { display: block; margin: 18px 0; font: 600 clamp(1.25rem, 2.05vw, 1.65rem)/1.5 Arial, sans-serif; letter-spacing: .02em; color: var(--navy); }
.contact-number:hover, .contact-email:hover { text-decoration: underline; }
.contact-email { display: block; font: 500 1.3125rem/1.5 Arial, sans-serif; color: var(--navy); margin: 19px 0 20px; overflow-wrap: anywhere; }
.contact-method .contact-small { font-size: .8125rem; line-height: 1.8; margin-top: 17px; }
.contact-line .contact-icon { color: var(--green); background: #eff9f3; }
.contact-line .button { margin-top: 24px; }
.copy-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2px 9px; margin-top: 13px; font-size: .875rem; }
.copy-row strong { font-weight: 600; user-select: all; }
.copy-button { display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 6px 3px; min-height: 44px; border: 0; background: transparent; color: var(--blue); font-size: .875rem; text-decoration: underline; text-underline-offset: .2em; }
.copy-button .icon { width: 15px; height: 15px; }
.copy-button:hover { color: var(--blue-hover); }
.email-copy { margin-top: 9px; }
.contact-help { text-align: left; margin-top: 9px; padding-top: 13px; border-top: 1px solid var(--line); font-size: .875rem; line-height: 1.9; }
.contact-help summary { color: var(--navy); font-weight: 500; cursor: pointer; list-style: none; position: relative; padding-right: 24px; min-height: 30px; }
.contact-help summary::after { content: "+"; position: absolute; right: 1px; top: 0; font-size: 1.1rem; }
.contact-help[open] summary::after { content: "−"; }
.contact-help p { margin-top: 10px; color: var(--muted); }
.contact-help[open] p { animation: details-open .3s ease both; }

/* フッター・補助画面 */
.site-footer { padding-block: 38px 25px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-bottom { padding-top: 27px; margin-top: 27px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8125rem; }
.footer-bottom small { font-size: .8125rem; }
.footer-bottom a:hover { text-decoration: underline; }
.back-top { display: inline-flex; align-items: center; gap: 12px; min-height: 46px; color: var(--blue); font-size: .875rem; }
.back-top .icon { transform: rotate(-90deg); width: 20px; height: 20px; }
.mobile-contact { display: none; }
.toast { position: fixed; bottom: 25px; left: 50%; transform: translateX(-50%); z-index: 60; max-width: min(560px, calc(100% - 32px)); width: max-content; background: var(--navy); color: #fff; padding: 13px 22px; border-radius: 6px; box-shadow: 0 5px 22px rgb(0 0 0 / 15%); font-size: .9375rem; line-height: 1.7; }
.copy-buffer { position: fixed; left: 0; top: 0; width: 2px; height: 2px; opacity: 0; pointer-events: none; font-size: 16px; }
.legal-page .legal-header .header-inner { min-height: 84px; }
.legal-content { max-width: 820px; }
.legal-content h1 { font-size: clamp(1.6rem, 4vw, 2.1rem); margin-bottom: 29px; }
.legal-content h2 { font-size: 1.2rem; margin-top: 32px; margin-bottom: 12px; }
.legal-content ul { margin-top: 12px; padding-left: 1.5em; }
.legal-content a:not(.button) { color: var(--blue); text-decoration: underline; }
.legal-content .button { margin-top: 36px; }
.legal-content address { font-style: normal; }

@keyframes details-open {
  from { opacity: .2; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes menu-open {
  from { opacity: .4; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); }
  .button:hover .icon, .text-link:hover .icon, .nav-contact:hover .icon { transform: translateX(4px); }
  .hero-art:hover img { transform: scale(1.012); }
  .answer-services li:hover { transform: translateY(-4px); border-color: #b8cee2; box-shadow: 0 10px 24px rgb(23 59 100 / 9%); }
  .service:hover .service-icon { transform: translateY(-4px); box-shadow: 0 8px 18px rgb(23 59 100 / 10%); }
  .engagement-option:hover, .contact-method:hover { transform: translateY(-4px); border-color: #b7cade; box-shadow: 0 14px 30px rgb(23 59 100 / 8%); }
}

/* 画面幅と文字拡大に合わせて段組みを解除する */
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .main-nav { gap: 18px; }
  .main-nav > a { font-size: .875rem; }
  .brand-name { font-size: 1.0625rem; }
  .brand-mark { width: 42px; height: 42px; }
  .hero-art { margin-right: 0; }
  .hero-layout { gap: 24px; }
  .about-layout { gap: 50px; }
  .contact-grid { gap: 16px; }
  .contact-method { padding-inline: 18px; }
  .company-layout { gap: 42px; }
}
@media (max-width: 960px) {
  :root { --header-height: 76px; }
  .container { width: calc(100% - 56px); }
  .header-inner { flex-wrap: wrap; gap: 0 20px; }
  .brand-name { font-size: 1.125rem; }
  .main-nav { width: 100%; display: flex; flex-wrap: wrap; gap: 6px 22px; padding-block: 12px 18px; }
  .main-nav > a { font-size: .9375rem; }
  .menu-ready .menu-toggle { display: block; }
  .menu-ready .main-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; max-height: calc(100dvh - 76px); overflow-y: auto; padding: 12px 28px 23px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 10px 18px rgb(23 59 100 / 8%); }
  .menu-ready .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; animation: menu-open .24s ease both; }
  .menu-ready .main-nav > a { padding: 12px 8px; border-bottom: 1px solid var(--line); white-space: normal; }
  .menu-ready .main-nav .nav-contact { margin-top: 14px; padding: 12px 16px; justify-content: space-between; }
  .section { padding-block: 76px; }
  .hero { padding-top: 50px; }
  .hero-layout { grid-template-columns: 1fr; gap: 40px; padding-bottom: 43px; }
  .hero-copy { max-width: 710px; }
  .hero h1 { font-size: clamp(1.9rem, 4.65vw, 2.625rem); }
  .hero-art { width: min(100%, 680px); justify-self: center; }
  .hero-art img { border-radius: 55px 8px 55px 8px; }
  .hero-art figcaption { margin-right: 28px; }
  .hero-summary { padding-block: 22px; }
  .hero-summary > span { font-size: .875rem; align-items: flex-start; text-align: left; gap: 6px; }
  .hero-summary .icon { margin-top: 3px; width: 18px; height: 18px; }
  .problem-list { gap: 24px; }
  .problem h3 { font-size: 1.0625rem; }
  .problem h3 br { display: none; }
  .heading-split { grid-template-columns: 1fr; gap: 16px; }
  .heading-split > p:last-child { margin-top: 0; }
  .service-list { column-gap: 30px; }
  .service { gap: 14px; grid-template-columns: 40px minmax(0, 1fr); }
  .service-icon { width: 40px; height: 40px; }
  .service-icon .icon { width: 23px; height: 23px; }
  .about-layout { gap: 32px; grid-template-columns: 1.2fr 1fr; }
  .representative-nameplate, .representative-copy { padding-inline: 24px; }
  .representative-nameplate strong { font-size: 1.6rem; }
  .engagement-option { padding: 28px; }
  .flow-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 32px; }
  .faq-layout { grid-template-columns: 1fr; gap: 25px; margin-top: 55px; padding-top: 45px; }
  .company-layout { grid-template-columns: 1fr; gap: 30px; }
  .company-intro { margin-top: 18px; }
  .contact-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; gap: 20px; }
  .contact-method { min-height: 0; padding: 28px 38px; }
  .contact-number { font-size: 1.8rem; }
  .contact-method .button { max-width: 420px; }
  .contact-help { max-width: 420px; margin-inline: auto; }
  .email-copy { display: flex; width: fit-content; margin-inline: auto; }
  .contact-email { font-size: 1.4rem; }
}
@media (max-width: 680px) {
  :root { --header-height: 72px; }
  .container { width: calc(100% - 40px); }
  body { line-height: 1.9; }
  h2 { font-size: 1.5rem; line-height: 1.7; letter-spacing: .015em; }
  h3 { font-size: 1.125rem; }
  .section { padding-block: 60px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading > p:last-child:not(.eyebrow) { margin-top: 14px; }
  .desktop-break { display: none; }
  .mobile-break { display: inline; }
  .eyebrow { font-size: .875rem; margin-bottom: 12px; }
  .brand { gap: 9px; }
  .brand-mark { width: 37px; height: 37px; font-size: 30px; border-radius: 7px 7px 7px 2px; }
  .brand-mark > span { font-size: 25px; }
  .brand-name { font-size: 1rem; }
  .company-prefix { font-size: .75rem; }
  .menu-toggle { width: 48px; }
  .header-inner { gap: 0 10px; }
  .hero { padding-top: 36px; }
  .hero .eyebrow { margin-bottom: 17px; }
  .hero h1 { font-size: clamp(1.4375rem, 5.7vw, 2rem); line-height: 1.75; letter-spacing: 0; margin-bottom: 19px; }
  .hero-intro { line-height: 1.95; }
  .hero-actions { gap: 12px 20px; margin-top: 22px; }
  .hero-actions .button { padding: 12px 19px; gap: 18px; }
  .hero-actions .text-link { font-size: .875rem; gap: 8px; }
  .hero-layout { gap: 26px; padding-bottom: 27px; }
  .hero-art img { border-radius: 36px 6px 36px 6px; }
  .hero-art figcaption { margin-top: -21px; margin-right: 12px; padding: 9px 18px; font-size: .8125rem; }
  .hero-art figcaption strong { font-size: .9375rem; }
  .hero-summary { grid-template-columns: 1fr; gap: 9px; padding-block: 21px; }
  .hero-summary > span { justify-content: flex-start; padding: 0; font-size: .875rem; }
  .hero-summary > span + span { border: 0; }
  .problem-list { grid-template-columns: 1fr; gap: 27px; }
  .problem { padding-top: 20px; display: grid; grid-template-columns: 30px minmax(0, 1fr); column-gap: 12px; }
  .item-number { margin: 4px 0 0; font-size: .875rem; }
  .problem h3 { font-size: 1.125rem; margin-bottom: 10px; }
  .problem h3 br { display: inline; }
  .problem p { grid-column: 2; }
  .problem-answer { margin-top: 29px; padding: 25px 23px; grid-template-columns: 1fr; gap: 19px; }
  .problem-answer h3 { font-size: 1.125rem; }
  .answer-services { grid-template-columns: 1fr; gap: 9px; }
  .answer-services li { min-height: 0; padding: 12px 14px; flex-direction: row; justify-content: flex-start; gap: 13px; text-align: left; }
  .answer-service-icon { width: 38px; height: 38px; flex: 0 0 38px; }
  .answer-service-icon .icon { width: 21px; height: 21px; }
  .service-list { grid-template-columns: 1fr; }
  .service { padding-block: 26px; gap: 14px; }
  .service h3 { font-size: 1.125rem; }
  .service-tags { font-size: .875rem; gap: 5px 9px; }
  .service-tags li + li { padding-left: 10px; }
  .service-note { margin-top: 2px; text-align: left; }
  .about-layout { grid-template-columns: 1fr; gap: 35px; }
  .policy-copy .policy-lead { font-size: 1.0625rem; margin-bottom: 20px; }
  .policy-points { margin-top: 28px; }
  .representative { max-width: 450px; width: 100%; margin-inline: auto; }
  .representative-nameplate { padding: 28px; min-height: 310px; }
  .representative-copy { padding: 25px 28px 28px; }
  .representative-visual { min-height: 310px; }
  .representative-nameplate strong { font-size: 1.75rem; }
  .engagement-title { display: block; }
  .engagement-title > span { display: block; }
  .engagement-grid { grid-template-columns: 1fr; gap: 18px; }
  .engagement-option { padding: 27px 25px; }
  .engagement-option h3 { font-size: 1.3rem; }
  .estimate-note { padding: 21px; margin-top: 22px; }
  .estimate-note strong { font-size: 1rem; }
  .flow-list { grid-template-columns: 1fr; gap: 0; }
  .flow-list > li { border-top: 0; border-left: 1px solid #b8cade; margin-left: 13px; padding: 0 0 26px 26px; }
  .flow-list > li:last-child { padding-bottom: 0; border-left-color: transparent; }
  .flow-list > li::before { top: 7px; left: -5px; }
  .flow-number { font-size: .875rem; margin-bottom: 5px; }
  .flow-list h3 { margin-bottom: 7px; }
  .flow-list p { font-size: 1rem; }
  .faq-layout { margin-top: 41px; padding-top: 35px; }
  .small-heading { font-size: 1.5rem; }
  .faq-list summary { padding-block: 19px; padding-left: 27px; padding-right: 28px; font-size: 1rem; }
  .faq-list summary::before { top: 20px; }
  .faq-list summary::after { right: 0; }
  .faq-list details > div { padding-left: 27px; padding-right: 4px; }
  .company-layout h2 { font-size: 1.5rem; }
  .company-details > div { grid-template-columns: 76px minmax(0, 1fr); gap: 14px; padding-block: 14px; }
  .company-details dt { font-size: .9375rem; }
  .company-details dd { font-size: .9375rem; }
  .contact-heading { margin-bottom: 29px; }
  .contact-heading h2 { font-size: 1.5rem; }
  .contact-method { padding: 26px 24px; }
  .contact-number { font-size: 1.75rem; }
  .site-footer { padding-block: 30px calc(94px + env(safe-area-inset-bottom)); }
  .footer-top { align-items: flex-start; }
  .footer-top .brand { gap: 7px; }
  .footer-top .brand-name { font-size: .875rem; }
  .footer-top .brand-mark { width: 32px; height: 32px; font-size: 26px; }
  .footer-top .brand-mark > span { font-size: 21px; }
  .back-top { font-size: .8125rem; gap: 5px; max-width: 87px; line-height: 1.5; }
  .back-top .icon { width: 17px; height: 17px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 11px; padding-top: 21px; margin-top: 23px; }
  .footer-bottom small { font-size: .75rem; }
  .mobile-contact { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); position: fixed; bottom: 0; left: 0; right: 0; z-index: 25; padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; box-shadow: 0 -4px 16px rgb(23 59 100 / 7%); gap: 8px; }
  .mobile-contact > a { display: flex; justify-content: center; align-items: center; min-height: 47px; padding: 9px 5px; gap: 7px; font-size: .875rem; font-weight: 600; color: var(--blue); background: #f0f5fc; border-radius: 4px; }
  .mobile-contact .mobile-line { color: #fff; background: var(--green); }
  .mobile-contact .icon { width: 19px; height: 19px; }
  .toast { bottom: calc(82px + env(safe-area-inset-bottom)); font-size: .875rem; padding: 12px 18px; }
  .legal-page .site-footer { padding-bottom: 28px; }
  .legal-page .back-top { max-width: none; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .brand-name { font-size: .9375rem; }
  .brand-mark { width: 32px; height: 34px; }
  .hero h1 { font-size: 1.375rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .hero-actions .button { justify-content: center; }
  .hero-actions .text-link { justify-content: center; }
  .company-details > div { grid-template-columns: 1fr; gap: 3px; }
  .company-details dt { font-size: .875rem; }
  .contact-method { padding-inline: 20px; }
  .contact-number { font-size: 1.625rem; }
  .footer-top { flex-direction: column; gap: 10px; }
  .back-top { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .button, .nav-contact, .mobile-contact a { border: 1px solid ButtonText; }
  .brand-mark { border: 1px solid CanvasText; }
}
@media print {
  :root { --header-height: 0px; }
  html { scroll-behavior: auto; }
  body { color: #111; font-size: 11pt; }
  .container { width: 100%; }
  .site-header { position: static; }
  .main-nav, .menu-toggle, .mobile-contact, .toast, .copy-button, .back-top, .skip-link { display: none !important; }
  .section { padding-block: 30px; }
  .hero { padding-top: 24px; }
  .hero-layout { grid-template-columns: 1.3fr 1fr; gap: 20px; }
  .hero h1 { font-size: 20pt; }
  .hero-actions { display: none; }
  .service, .problem, .representative, .engagement-option, .contact-method { break-inside: avoid; }
  .about { background: #f2f5f8; color: #111; }
  .about .section-heading h2, .about .policy-copy h3, .policy-copy .policy-lead { color: #173b64; }
  .about .eyebrow, .policy-points > div > span { color: #1854b7; }
  .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }
  .contact-method { padding: 18px 14px; }
  .contact-number, .contact-email { font-size: 13pt; }
  .contact-method .button { display: none; }
  .contact-help { display: none; }
  .site-footer { padding-bottom: 0; }
}
