@charset "UTF-8";

:root {
  --blue: #0754a0;
  --blue-dark: #063d7a;
  --navy: #052f63;
  --cyan: #08a8e3;
  --line: #06c755;
  --ink: #102945;
  --muted: #5f7186;
  --pale: #f2f8fd;
  --border: #dce8f3;
  --white: #fff;
  --shadow: 0 18px 45px rgba(6, 61, 122, .1);
  --radius: 16px;
  --container: 1120px;
  --container-wide: 1360px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--cyan); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--navy); line-height: 1.35; letter-spacing: .02em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 40px), var(--container-wide)); margin-inline: auto; }
.screen-reader-text,
.skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 12px 20px; background: #fff; color: var(--navy); box-shadow: var(--shadow); }
.icon { width: 1.5em; height: 1.5em; flex: 0 0 auto; }
.mobile-only { display: none; }
.center { text-align: center; }

/* Buttons */
.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 28px;
  border: 2px solid transparent;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(4, 47, 99, .18); color: inherit; }
.button-small { min-height: 42px; padding: 9px 16px; font-size: 13px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); }
.button-primary:hover { color: #fff; }
.button-line { color: #fff; background: var(--line); }
.button-line::before { content: "LINE"; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--line); background: #fff; font-size: 8px; font-weight: 900; }
.button-line:hover { color: #fff; background: #05ad4a; }
.button-white { color: var(--blue); background: #fff; }
.button-outline { color: var(--blue); background: #fff; border-color: var(--blue); }
.button-block { width: 100%; }
.text-link { display: inline-block; margin-top: 24px; font-weight: 800; border-bottom: 1px solid currentColor; }

/* Header */
.site-header { position: sticky; z-index: 1000; top: 0; width: 100%; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,84,160,.08); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 6px 25px rgba(4,47,99,.1); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 24px; }
.site-branding { flex: 0 0 210px; }
.brand-logo, .custom-logo-link { display: inline-flex; align-items: center; }
.brand-logo img, .custom-logo { width: auto; max-width: 205px; max-height: 58px; object-fit: contain; }
.primary-nav { margin-left: auto; }
.nav-list, .primary-nav .menu { display: flex; align-items: center; gap: clamp(14px, 1.55vw, 26px); margin: 0; padding: 0; list-style: none; }
.nav-list a, .primary-nav .menu a { position: relative; display: block; padding: 26px 0; color: var(--ink); font-size: 13px; font-weight: 750; white-space: nowrap; }
.nav-list a::after, .primary-nav .menu a::after { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-list a:hover::after, .primary-nav .menu a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 8px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 6px 0; background: var(--navy); transition: transform .2s, opacity .2s; }

/* Hero */
.hero { position: relative; min-height: 650px; overflow: hidden; background-image: var(--hero-image); background-position: center; background-size: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 38%, rgba(255,255,255,.38) 61%, rgba(255,255,255,.05) 100%); }
.hero-inner { position: relative; z-index: 1; display: flex; min-height: 650px; align-items: center; }
.hero-content { width: min(780px, 68%); padding: 58px 0; }
.hero-kicker { display: inline-block; margin-bottom: 16px; padding: 5px 14px; color: var(--blue); background: #e8f5fc; border-left: 4px solid var(--cyan); font-weight: 800; letter-spacing: .05em; }
.hero h1 { margin-bottom: 12px; font-size: clamp(42px, 3.7vw, 58px); font-weight: 900; letter-spacing: -.035em; line-height: 1.22; }
.hero h1 span { color: var(--blue); white-space: nowrap; }
.hero-lead { margin-bottom: 14px; color: var(--blue-dark); font-size: 24px; font-weight: 800; line-height: 1.45; }
.hero-audience { display: inline-block; margin-bottom: 24px; padding: 7px 18px; color: #fff; background: var(--blue-dark); border-radius: 5px; font-weight: 800; }
.hero-badges { display: flex; gap: 12px; margin-bottom: 25px; }
.hero-badge { display: flex; width: 118px; height: 102px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: var(--blue); background: rgba(255,255,255,.92); border: 1px solid rgba(7,84,160,.12); border-radius: 50%; box-shadow: 0 7px 25px rgba(6,61,122,.09); font-size: 13px; font-weight: 800; line-height: 1.35; text-align: center; }
.hero-badge .icon { width: 32px; height: 32px; }
.hero-buttons { display: flex; gap: 12px; }
.hero-buttons .button { min-width: 190px; }

/* Shared sections */
.section { padding: 100px 0; }
.section-heading { max-width: 790px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .area-content h2 { margin-bottom: 16px; font-size: clamp(30px, 3.2vw, 46px); font-weight: 900; letter-spacing: -.025em; }
.section-heading p:last-child { color: var(--muted); font-size: 17px; }
.eyebrow { margin-bottom: 8px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .2em; }
.eyebrow-light { color: #8edfff; }
.section-heading-light h2, .section-heading-light p { color: #fff; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Problems */
.concerns { background: var(--pale); }
.concern-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.concern-card { min-height: 190px; padding: 28px 18px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(6,61,122,.06); text-align: center; }
.concern-card .icon { width: 46px; height: 46px; margin: 0 auto 18px; color: var(--blue); }
.concern-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.concern-card strong { color: var(--navy); }
.solution-strip { display: flex; max-width: 650px; align-items: center; justify-content: center; gap: 8px; margin: 40px auto 0; padding: 15px 28px; color: #fff; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); border-radius: 999px; }
.solution-strip strong { color: #9ee5ff; font-size: 19px; }

/* Price */
.price-section { background: #fff; }
.price-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.price-card { position: relative; padding: 26px 10px 24px; text-align: center; }
.price-card + .price-card { border-left: 1px solid var(--border); }
.price-card h3 { margin: 0 0 18px; padding-bottom: 14px; border-bottom: 2px solid #acd6f2; font-size: 17px; }
.price-card .price { margin: 0; color: var(--blue-dark); font-size: clamp(27px, 2.15vw, 37px); font-weight: 900; letter-spacing: -.04em; line-height: 1.2; }
.price-card .price span { font-size: .5em; }
.price-card .price small { font-size: .38em; letter-spacing: 0; }
.price-card > p:last-child { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.price-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

/* Services */
.service-section { background: var(--pale); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card { position: relative; overflow: hidden; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.service-image { aspect-ratio: 4/3; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-body { position: relative; padding: 30px 26px 32px; }
.service-number { position: absolute; top: -20px; right: 22px; display: grid; width: 50px; height: 50px; place-items: center; color: #fff; background: var(--blue); border: 4px solid #fff; border-radius: 50%; font-weight: 900; }
.service-body h3 { margin-bottom: 10px; font-size: 22px; }
.service-body p { margin: 0; color: var(--muted); }
.process-flow { display: flex; max-width: 780px; align-items: center; justify-content: space-between; margin: 55px auto 0; }
.process-flow div { display: flex; min-width: 160px; flex-direction: column; align-items: center; gap: 8px; color: var(--blue); text-align: center; }
.process-flow .icon { width: 44px; height: 44px; }
.process-flow span { color: var(--cyan); font-size: 34px; font-weight: 400; }

/* Reasons */
.reasons-section { background: linear-gradient(135deg, #042f64 0%, #0754a0 100%); }
.reason-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: rgba(255,255,255,.18); border-radius: var(--radius); overflow: hidden; }
.reason-card { min-height: 230px; padding: 28px 16px; color: #fff; background: rgba(4,47,99,.76); text-align: center; }
.reason-card .icon { width: 44px; height: 44px; margin: 0 auto 16px; color: #8edfff; }
.reason-card h3 { margin-bottom: 10px; color: #fff; font-size: 17px; }
.reason-card p { margin: 0; color: #cee5f7; font-size: 13px; line-height: 1.7; }

/* Works */
.works-section { background: #fff; }
.works-grid, .archive-works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.works-grid-fallback { grid-template-columns: repeat(2, 1fr); max-width: 930px; margin-inline: auto; }
.work-card { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.work-card a { display: block; color: inherit; }
.work-card > img, .work-card a > img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.work-card .icon { width: 100%; height: 220px; padding: 70px; color: #a9cde7; background: var(--pale); }
.work-body { padding: 24px; }
.work-area { display: inline-block; margin-bottom: 8px; padding: 3px 10px; color: var(--blue); background: #e8f5fc; border-radius: 99px; font-size: 12px; font-weight: 800; }
.work-body h2, .work-body h3 { margin-bottom: 9px; font-size: 21px; }
.work-body p { margin: 0; color: var(--muted); font-size: 14px; }
.works-section .button { margin-top: 42px; }

/* Area */
.area-section { background: var(--pale); }
.area-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.area-visual { display: flex; justify-content: center; }
.map-shape { display: grid; width: 240px; height: 330px; place-items: center; color: #fff; background: linear-gradient(160deg, #b6e3f7, #26a8de 45%, #0754a0); clip-path: polygon(38% 0, 58% 6%, 52% 20%, 70% 32%, 58% 43%, 70% 56%, 57% 67%, 68% 82%, 48% 100%, 31% 89%, 36% 72%, 18% 59%, 30% 44%, 21% 29%); filter: drop-shadow(0 18px 20px rgba(7,84,160,.2)); }
.map-shape span { transform: rotate(-90deg); font-size: 17px; font-weight: 900; letter-spacing: .25em; }
.area-content h2 { margin-bottom: 22px; }
.area-label { display: inline-block; margin-bottom: 13px; padding: 4px 13px; color: var(--blue); border: 1px solid var(--blue); border-radius: 99px; font-size: 12px; font-weight: 800; }
.area-list { line-height: 2.1; }

/* Corporate */
.corporate-section { background: #fff; }
.corporate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.corporate-card { padding: 32px 22px; border: 1px solid var(--border); border-top: 4px solid var(--cyan); border-radius: var(--radius); text-align: center; }
.corporate-card .icon { width: 48px; height: 48px; margin: 0 auto 17px; color: var(--blue); }
.corporate-card h3 { margin-bottom: 10px; font-size: 18px; }
.corporate-card p { margin: 0; color: var(--muted); font-size: 14px; }

/* CTA / Footer */
.final-cta { padding: 65px 0 55px; color: #fff; background: linear-gradient(120deg, #063d7a, #0754a0); text-align: center; }
.final-cta h2 { margin-bottom: 8px; color: #fff; font-size: clamp(30px, 3.2vw, 46px); }
.final-cta > .container > p:not(.eyebrow) { color: #d4e8f8; }
.cta-buttons { display: flex; justify-content: center; gap: 16px; margin: 28px 0 20px; }
.cta-buttons .button { min-width: 260px; }
.cta-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 31px; font-weight: 850; letter-spacing: .07em; line-height: 1; }
.cta-phone:hover { color: #9ee5ff; }
.cta-hours { display: block; margin-top: 12px; color: #c9e1f5; font-size: 12px; }
.site-footer { color: #cbddee; background: #042a57; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; padding-top: 50px; padding-bottom: 45px; }
.footer-logo { display: inline-flex; margin-bottom: 16px; padding: 10px 14px; background: #fff; border-radius: 5px; }
.footer-logo .brand-logo img, .footer-logo .custom-logo { max-width: 190px; max-height: 48px; }
.footer-brand p { margin: 3px 0; font-size: 13px; }
.footer-menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 25px; margin: 0; padding: 5px 0 0; list-style: none; }
.footer-menu a { color: #dceafa; font-size: 14px; }
.copyright { padding: 15px 0; color: #91adca; background: #03244a; font-size: 11px; text-align: center; }
.mobile-contact { display: none; }

/* Content templates */
.page-hero { padding: 82px 0; color: #fff; background: linear-gradient(125deg, var(--navy), var(--blue)); text-align: center; }
.page-hero h1 { max-width: 900px; margin: 0 auto; color: #fff; font-size: clamp(34px, 4vw, 54px); }
.page-hero > .container > p:last-child { margin: 16px auto 0; color: #d9ebf9; }
.article-hero time { display: block; margin-top: 16px; color: #cae2f5; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 55px; padding-top: 80px; padding-bottom: 100px; }
.prose-content { max-width: 850px; margin-inline: auto; padding-top: 80px; padding-bottom: 100px; }
.content-layout .prose-content { padding: 0; }
.prose-content > * { max-width: 100%; }
.prose-content h2 { margin-top: 2.2em; padding: 14px 18px; color: #fff; background: var(--blue); border-radius: 6px; }
.prose-content h3 { margin-top: 2em; padding-bottom: 8px; border-bottom: 3px solid var(--cyan); }
.prose-content p, .prose-content li { line-height: 2; }
.page-featured-image { width: 100%; margin-bottom: 40px; border-radius: var(--radius); }
.post-list { display: grid; gap: 25px; }
.post-card { display: grid; grid-template-columns: 250px 1fr; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); }
.post-card-image { display: grid; min-height: 200px; place-items: center; overflow: hidden; background: var(--pale); }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.post-card-image .icon { width: 60px; height: 60px; color: #9ccce9; }
.post-card-body { padding: 24px; }
.post-card-body time { color: var(--muted); font-size: 12px; }
.post-card-body h2 { margin: 5px 0 8px; font-size: 22px; }
.post-card-body p { margin: 0; color: var(--muted); font-size: 14px; }
.sidebar .widget { margin-bottom: 24px; padding: 25px; background: var(--pale); border-radius: var(--radius); }
.widget-title { margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--cyan); font-size: 20px; }
.widget ul { margin: 0; padding-left: 20px; }
.search-form { display: flex; }
.search-field { width: 100%; padding: 10px; border: 1px solid var(--border); }
.search-submit { color: #fff; background: var(--blue); border: 0; }
.archive-works-grid { padding-top: 80px; padding-bottom: 100px; }
.error-page { min-height: 60vh; padding-top: 120px; padding-bottom: 120px; text-align: center; }
.error-page h1 { font-size: clamp(32px, 5vw, 55px); }
.pagination .nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.pagination .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 10px; background: var(--pale); border-radius: 5px; }
.pagination .current { color: #fff; background: var(--blue); }
.alignwide { width: min(1200px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

@media (max-width: 1180px) {
  .header-inner { gap: 15px; }
  .site-branding { flex-basis: 180px; }
  .brand-logo img, .custom-logo { max-width: 175px; }
  .header-actions .button-line { display: none; }
  .nav-list, .primary-nav .menu { gap: 13px; }
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .reason-card { min-height: 205px; }
}

@media (max-width: 980px) {
  body { padding-bottom: 64px; }
  .header-inner { min-height: 70px; }
  .site-branding { flex: 1; }
  .brand-logo img, .custom-logo { max-width: 180px; max-height: 53px; }
  .menu-toggle { display: block; order: 3; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 999; top: 70px; right: 0; bottom: 0; width: min(86vw, 390px); padding: 20px 28px; background: #fff; box-shadow: -15px 20px 40px rgba(4,47,99,.18); transform: translateX(105%); transition: transform .3s ease; }
  .primary-nav.is-open { transform: none; }
  .nav-list, .primary-nav .menu { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a, .primary-nav .menu a { padding: 15px 3px; border-bottom: 1px solid var(--border); font-size: 15px; }
  .nav-list a::after, .primary-nav .menu a::after { display: none; }
  .header-actions { margin-left: auto; }
  .header-actions .button { display: none; }
  .hero, .hero-inner { min-height: 600px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 53%, rgba(255,255,255,.22) 100%); }
  .hero-content { width: 76%; }
  .hero h1 { font-size: clamp(38px, 6vw, 54px); }
  .concern-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(3, 1fr); border: 0; gap: 14px; box-shadow: none; overflow: visible; }
  .price-card { border: 1px solid var(--border) !important; border-radius: 12px; box-shadow: 0 8px 22px rgba(6,61,122,.06); }
  .service-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .service-card { display: grid; grid-template-columns: 45% 55%; }
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .corporate-grid { grid-template-columns: repeat(2, 1fr); }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .works-grid, .archive-works-grid { grid-template-columns: repeat(2, 1fr); }
  .mobile-contact { position: fixed; z-index: 950; right: 0; bottom: 0; left: 0; display: flex; height: 64px; align-items: center; justify-content: center; gap: 10px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); font-size: 17px; font-weight: 900; box-shadow: 0 -5px 20px rgba(4,47,99,.2); }
  .mobile-contact:hover { color: #fff; }
}

@media (max-width: 700px) {
  .container, .container-wide { width: min(calc(100% - 30px), var(--container)); }
  .mobile-only { display: block; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .area-content h2 { font-size: 29px; }
  .section-heading p:last-child { font-size: 15px; }
  .hero { min-height: auto; background-position: 65% center; }
  .hero-inner { min-height: 660px; align-items: flex-end; padding-top: 220px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 55%, rgba(255,255,255,.15) 100%); }
  .hero-content { width: 100%; padding: 35px 0 45px; text-align: center; }
  .hero-kicker { margin-bottom: 12px; font-size: 12px; }
  .hero h1 { font-size: clamp(31px, 9vw, 42px); line-height: 1.3; }
  .hero h1 span { white-space: normal; }
  .hero-lead { font-size: 19px; }
  .hero-audience { margin-bottom: 18px; font-size: 12px; }
  .hero-badges { justify-content: center; gap: 7px; }
  .hero-badge { width: 92px; height: 84px; font-size: 11px; }
  .hero-badge .icon { width: 25px; height: 25px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-buttons .button { min-width: 0; min-height: 50px; padding: 11px 8px; font-size: 14px; }
  .concern-grid { gap: 10px; }
  .concern-card { min-height: 165px; padding: 22px 10px; font-size: 13px; }
  .concern-card .icon { width: 38px; height: 38px; }
  .solution-strip { display: block; border-radius: 12px; text-align: center; }
  .solution-strip span, .solution-strip strong { display: block; }
  .price-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .price-card { padding: 20px 8px; }
  .price-card:last-child { grid-column: 1 / -1; }
  .price-card h3 { font-size: 14px; }
  .price-card .price { font-size: 28px; }
  .service-card { display: block; }
  .service-body { padding: 26px 22px 28px; }
  .process-flow { align-items: flex-start; gap: 3px; }
  .process-flow div { min-width: 0; flex: 1; font-size: 11px; }
  .process-flow .icon { width: 34px; height: 34px; }
  .process-flow span { padding-top: 10px; font-size: 20px; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-card { min-height: 205px; padding: 24px 12px; }
  .works-grid, .works-grid-fallback, .archive-works-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .map-shape { width: 140px; height: 190px; }
  .area-list { font-size: 14px; line-height: 2; }
  .corporate-grid { grid-template-columns: 1fr; gap: 12px; }
  .corporate-card { display: grid; grid-template-columns: 50px 1fr; column-gap: 12px; padding: 22px; text-align: left; }
  .corporate-card .icon { grid-row: 1 / 3; width: 42px; height: 42px; margin: 0; }
  .corporate-card h3 { margin: 0; }
  .corporate-card p { margin-top: 4px; }
  .cta-buttons { display: grid; gap: 10px; }
  .cta-buttons .button { min-width: 0; }
  .cta-phone { font-size: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 42px; }
  .footer-menu { grid-template-columns: repeat(2, 1fr); }
  .page-hero { padding: 60px 0; }
  .content-layout, .prose-content { padding-top: 55px; padding-bottom: 70px; }
  .post-card { grid-template-columns: 1fr; }
  .post-card-image { min-height: 180px; }
  .sidebar { grid-template-columns: 1fr; }
  .prose-content h2 { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
