:root{
  --navy:#3f4c47;
  --navy-2:#2f3935;
  --green:#7f9888;
  --green-dark:#5f7869;
  --green-soft:#eef2ed;
  --paper:#f5f1e9;
  --paper-2:#fbfaf7;
  --tan:#b9a58d;
  --tan-soft:#eee6db;
  --ink:#2f3a36;
  --muted:#6b746f;
  --line:#d8ddd8;
  --white:#fff;
  --shadow:0 10px 28px rgba(39,56,61,.07);
  --max:1180px;
}

/* 2026-07-30 business, area and office refinements */
.site-footer::before{background:#78658f!important}
.business-hero__grid{grid-template-columns:minmax(0,850px);justify-content:center}
.business-hero__copy{text-align:center}
.business-hero__copy h1{font-size:clamp(42px,5.2vw,72px)}
.business-work-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px 0 0;padding:0;list-style:none}
.business-work-list li{padding:22px 18px;border-radius:16px;background:#fff;font-size:21px;font-weight:700;text-align:center;box-shadow:0 10px 26px rgba(35,56,46,.08)}
.business-step-mark{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--business-main);color:#fff;letter-spacing:.06em}
.business-insurance-note{margin-top:24px;padding:22px;border-left:4px solid var(--business-main);background:#edf4ef}
.business-insurance-note a{display:inline-block;margin-left:.4em;color:#355f47;font-weight:700;text-decoration:underline}
.area-main{background:#f7f4ee}
.area-main .section-head{max-width:900px;margin-bottom:54px}
.service-area-map{padding:42px;border-radius:28px;background:#fff;box-shadow:0 18px 50px rgba(42,47,44,.08)}
.service-area-map__title{margin:0 0 30px;font-size:22px;font-weight:700;text-align:center}
.service-area-map__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.map-region{text-align:center}
.map-region h2{margin:22px 0 8px;font-family:"Noto Serif JP",serif;font-size:28px}
.map-region p{margin:0;color:var(--muted);line-height:1.9}
.map-shape{position:relative;height:250px;display:grid;place-items:center}
.map-shape::before{content:"";position:absolute;inset:8px 15%;background:#9a88ad;clip-path:polygon(29% 5%,66% 12%,91% 35%,81% 69%,60% 96%,25% 86%,5% 54%,15% 27%);filter:drop-shadow(0 10px 12px rgba(70,53,86,.16))}
.map-region--saitama .map-shape::before{background:linear-gradient(to bottom,#9a88ad 0 42%,#e5e0e9 42% 100%);clip-path:polygon(14% 8%,88% 4%,96% 34%,77% 58%,86% 92%,24% 96%,7% 62%)}
.map-region--tochigi .map-shape::before{background:linear-gradient(135deg,#9a88ad 0 58%,#e5e0e9 58% 100%);clip-path:polygon(39% 3%,73% 13%,92% 42%,73% 91%,35% 96%,11% 64%,18% 25%)}
.map-shape span{position:relative;z-index:1;padding:8px 15px;border-radius:999px;background:#fff;color:#554465;font-weight:700;box-shadow:0 4px 12px rgba(40,30,50,.15)}
.service-area-map__note{margin:32px 0 0;padding-top:24px;border-top:1px solid #ded8e3;color:var(--muted);font-size:15px;text-align:center}
.area-contact,.office-contact{background:#efe9f3}
.office-profile{background:#f7f4ee}
.office-profile__grid{display:grid;grid-template-columns:330px minmax(0,1fr);gap:7vw;align-items:start;max-width:1080px}
.office-profile figure{margin:0}
.office-profile figure img{width:100%;height:auto;border-radius:22px}
.office-profile h1{margin:12px 0 30px;font-family:"Noto Serif JP",serif;font-size:clamp(46px,5vw,68px);font-weight:500}
.office-profile p{font-size:18px;line-height:2}
.office-profile__intro{font-size:23px!important;font-weight:600}
.profile-qualification-label{margin:16px 0 10px!important;color:#78658f;font-size:15px!important;font-weight:700;letter-spacing:.12em}
.profile-qualifications{display:flex;flex-wrap:wrap;gap:8px 10px;margin:0 0 22px;padding:0;list-style:none}
.profile-qualifications li{padding:7px 11px;border-radius:999px;background:#ece6f0;color:#4f405c;font-size:14px;font-weight:600}
.service-area-map--image{margin:0;padding:26px}
.service-area-map--image img{display:block;width:100%;height:auto;border-radius:16px}
.service-area-map--image figcaption{margin-top:20px;color:var(--muted);font-size:16px;line-height:1.8;text-align:center}
@media(max-width:900px){
  .business-work-list,.service-area-map__grid{grid-template-columns:1fr}
  .service-area-map{padding:30px 22px}
  .map-shape{height:190px}
  .map-shape::before{inset:5px 25%}
  .office-profile__grid{grid-template-columns:260px minmax(0,1fr);gap:36px}
}
@media(max-width:700px){
  .business-hero__copy{text-align:left}
  .business-hero__copy h1{font-size:clamp(31px,8.2vw,42px)}
  .business-hero__copy .no-break{white-space:normal}
  .business-hero__lead .scope-copy-line{display:block}
  .business-work-list li{font-size:19px}
  .area-main .section-title{font-size:clamp(31px,8vw,42px)}
  .area-main .line{display:block}
  .service-area-map{border-radius:18px}
  .office-profile__grid{grid-template-columns:1fr}
  .office-profile figure{max-width:260px;margin:0 auto}
  .office-profile h1{font-size:44px;text-align:center}
  .office-profile .eyebrow{text-align:center}
  .office-profile__intro{font-size:20px!important}
  .profile-qualification-label{text-align:left!important}
  .profile-qualifications{justify-content:flex-start}
}
@media(max-width:480px){
  .business-hero__copy h1{font-size:29px}
  .business-hero__lead{font-size:17px}
  .service-area-map{padding:26px 16px}
  .map-shape{height:160px}
  .map-region h2{font-size:25px}
  .consultation-contact__copy h2{font-size:34px}
  .office-profile figure{max-width:220px}
  .office-profile h1{font-size:38px}
}

/* v24: inspection hero spacing and stacked inspection overview */
.inspection-body .page-hero__content{min-width:0}
.inspection-body .page-hero__grid{
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:60px;
}
.inspection-body .page-hero .eyebrow{font-size:19px}
.inspection-body .page-hero h1{
  font-size:clamp(38px,4vw,52px);
  line-height:1.46;
  letter-spacing:.015em;
  word-break:keep-all;
  line-break:strict;
}
.inspection-body .page-hero h1 .line{display:block}
.inspection-body .page-hero figure{min-height:520px}
.inspection-body .page-hero figure img{object-position:56% center}
.inspection-intro{display:block}
.inspection-intro>div{max-width:1040px}
.inspection-intro>.check-list{
  max-width:1040px;
  margin-top:54px;
}
.inspection-body .inspection-what-title{
  font-size:clamp(34px,4vw,48px);
  line-height:1.58;
  word-break:keep-all;
  line-break:strict;
}
.scope-copy-line,.scope-copy-note{display:block}
.scope-copy-note{margin-top:.55em;font-size:.92em}

.inspection-report__grid{
  display:grid;
  grid-template-columns:minmax(560px,1.16fr) minmax(360px,.84fr);
  gap:76px;
  align-items:center;
}
.report-mockup{
  position:relative;
  min-height:610px;
  isolation:isolate;
}
.report-page{
  position:absolute;
  width:310px;
  overflow:hidden;
  border:1px solid #c5d5e1;
  border-radius:3px;
  background:#fff;
  box-shadow:0 24px 44px rgba(31,63,86,.18);
}
.report-page img{width:100%;height:auto}
.report-page--left{left:0;top:88px;z-index:1;transform:rotate(-4deg)}
.report-page--right{right:0;top:112px;z-index:2;transform:rotate(5deg)}
.report-page--front{left:29%;top:5px;z-index:3;transform:rotate(1deg)}
.report-sheet{
  position:absolute;
  width:290px;
  min-height:410px;
  padding:23px;
  overflow:hidden;
  border:1px solid #c5d5e1;
  border-radius:3px;
  background:#fff;
  color:#27343b;
  box-shadow:0 24px 44px rgba(31,63,86,.18);
  font-family:"Noto Sans JP",sans-serif;
}
.report-sheet--cover{left:0;top:84px;z-index:1;transform:rotate(-4deg)}
.report-sheet--detail{left:28%;top:8px;z-index:3;transform:rotate(1.5deg)}
.report-sheet--summary{right:0;top:112px;z-index:2;transform:rotate(5deg)}
.report-sheet__brand{display:flex;align-items:center;gap:8px;color:#234b69;font-size:11px;font-weight:700}
.report-sheet__brand img{width:32px;height:32px;object-fit:contain}
.report-sheet--cover>p{margin:38px 0 5px;color:#3b74a3;font-size:11px;letter-spacing:.18em;text-align:center}
.report-sheet--cover h3{margin:0;color:#234b69;font-family:"Noto Serif JP",serif;font-size:29px;font-weight:500;line-height:1.55;text-align:center}
.report-sheet--cover>span{display:block;width:max-content;margin:17px auto 20px;padding:6px 17px;background:#285a82;color:#fff;font-size:10px}
.report-sheet__cover-photo{width:100%;height:126px;object-fit:cover}
.report-sheet header{margin:-23px -23px 20px;padding:14px 17px;display:flex;justify-content:space-between;align-items:center;background:#285a82;color:#fff}
.report-sheet header b{font-size:14px}
.report-sheet header span{font-size:9px}
.report-sheet__status{padding:11px;border:1px solid #c9d9e5;background:#edf4f9}
.report-sheet__status strong,.report-sheet__status span{display:block}
.report-sheet__status strong{color:#234b69;font-size:11px}
.report-sheet__status span{margin-top:4px;font-size:9px}
.report-sheet__photos{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:9px}
.report-sheet__photos figure{margin:0}
.report-sheet__photos img{width:100%;height:88px;object-fit:cover}
.report-sheet__photos figcaption{margin-top:5px;color:#285a82;font-size:8px;font-weight:700}
.report-sheet__comment{margin:16px 0 0;padding-top:13px;border-top:1px solid #c9d9e5;font-size:9px;line-height:1.8}
.report-sheet--summary ul{margin:0;padding:0;display:grid;gap:9px;list-style:none}
.report-sheet--summary li{padding:8px 0;display:grid;grid-template-columns:12px 1fr;gap:8px;border-bottom:1px solid #d9e3ea;font-size:10px}
.report-sheet--summary i{width:11px;height:11px;border:2px solid #3b74a3;border-radius:50%}
.report-sheet__mini-photo{margin-top:18px}
.report-sheet__mini-photo img{width:100%;height:104px;object-fit:cover}
.report-sheet--summary>p{margin:13px 0 0;font-size:9px;line-height:1.75}
.inspection-report__copy{position:relative;z-index:4}
.report-sample-note{margin:20px 0 0;color:#5b6870;font-size:13px;line-height:1.8}

.price-extra-notice{margin-top:30px}
.price-extra-notice>p{margin:10px 0 0}
.price-extra-notice ul{margin:13px 0 0;padding-left:1.4em}
.price-extra-notice li+li{margin-top:6px}

.inspection-flow__steps{
  margin:58px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  list-style:none;
}
.inspection-flow__steps li{
  position:relative;
  min-width:0;
  padding:26px 22px 28px;
  border-top:4px solid var(--inspection-main);
  background:#fff;
  box-shadow:0 12px 26px rgba(38,74,100,.08);
}
.inspection-flow__steps li:not(:last-child)::after{
  content:"";
  position:absolute;
  top:52px;
  right:-23px;
  width:16px;
  height:16px;
  border-top:3px solid var(--inspection-main);
  border-right:3px solid var(--inspection-main);
  transform:rotate(45deg);
}
.inspection-flow__steps b{display:block;color:var(--inspection-button);font-size:14px;letter-spacing:.16em}
.inspection-flow__mark,
.inspection-flow__icon{
  width:56px;
  height:56px;
  margin:17px 0 20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--inspection-bg);
  color:#234b69;
  font-family:"Noto Serif JP",serif;
  font-size:22px;
  font-weight:700;
}
.inspection-flow__icon.material-symbols-rounded{
  font-family:"Material Symbols Rounded";
  font-size:30px;
  font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;
}
.inspection-flow__steps h3{margin:0;color:#234b69;font-size:22px;line-height:1.55}
.inspection-flow__steps p{margin:12px 0 0;color:#4d5d67;font-size:17px;line-height:1.9}

.inspection-contact{
  padding:92px 0;
  border-top:6px solid var(--inspection-main);
  background:#dcebf5;
  color:var(--ink);
}
.inspection-contact .consultation-contact__copy h2{color:#234b69}
.inspection-contact .consultation-contact__copy>p{font-size:18px;line-height:1.9}
.inspection-contact .consultation-direct a:first-child{border-left-color:var(--inspection-main)}
.inspection-contact .consultation-direct a:last-child{border-left-color:var(--inspection-button)}
.inspection-contact .mail-contact-form input:focus,
.inspection-contact .mail-contact-form select:focus,
.inspection-contact .mail-contact-form textarea:focus{
  outline-color:rgba(59,116,163,.36);
  border-color:var(--inspection-button);
}
.inspection-contact .mail-contact-form__submit{background:var(--inspection-button)}
.inspection-contact .mail-contact-form__submit:hover,
.inspection-contact .mail-contact-form__submit:focus-visible{background:#1f4d70}
.contact-value-image{
  width:auto;
  max-width:100%;
  height:31px;
  object-fit:contain;
  object-position:left center;
}
.contact-value-image--email{height:29px}
.consultation-direct a .contact-value-image{margin-top:7px}
.footer-contact--large a:has(.contact-value-image){
  display:inline-flex;
  max-width:min(100%,420px);
  vertical-align:middle;
}
.footer-contact--large .contact-value-image{height:25px}
.footer-contact--large .contact-value-image--email{height:23px}
.office-data .contact-value-image{height:27px}
.privacy-contact-image{
  display:inline-flex;
  max-width:100%;
  vertical-align:middle;
}
.privacy-contact-image .contact-value-image{height:25px}
.inspection-body .site-footer::before{background:var(--inspection-main)}

@media(max-width:1080px){
  .inspection-body .page-hero__grid{grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);gap:42px}
  .inspection-body .page-hero h1{font-size:44px}
  .inspection-body .page-hero figure{min-height:480px}
  .inspection-report__grid{grid-template-columns:1fr;gap:42px}
  .report-mockup{width:min(100%,720px);margin-inline:auto}
  .inspection-flow__steps{grid-template-columns:1fr 1fr}
  .inspection-flow__steps li:nth-child(2)::after{display:none}
}

@media(max-width:820px){
  .inspection-body .page-hero__grid{grid-template-columns:1fr}
  .inspection-body .page-hero figure{min-height:420px}
}

@media(max-width:620px){
  .inspection-body .page-hero__grid{grid-template-columns:1fr}
  .inspection-body .page-hero h1{font-size:33px;line-height:1.58}
  .inspection-body .page-hero h1 .line .no-break{display:block}
  .inspection-body .inspection-what-title{font-size:31px;line-height:1.7}
  .inspection-intro>.check-list{margin-top:38px}
  .report-mockup{
    min-height:0;
    padding:14px 4px 34px;
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(245px,78vw);
    gap:15px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
  }
  .report-page{
    position:relative;
    inset:auto;
    width:auto;
    transform:none;
    scroll-snap-align:start;
  }
  .report-page--front{order:1}
  .report-page--left{order:2}
  .report-page--right{order:3}
  .report-sheet{
    position:relative;
    inset:auto;
    width:auto;
    min-height:380px;
    transform:none;
    scroll-snap-align:start;
  }
  .inspection-flow__steps{grid-template-columns:1fr;gap:18px}
  .inspection-flow__steps li:not(:last-child)::after{
    top:auto;
    right:calc(50% - 8px);
    bottom:-13px;
    transform:rotate(135deg);
  }
  .inspection-flow__steps li:nth-child(2)::after{display:block}
  .inspection-flow__steps p{font-size:16px}
  .inspection-contact{padding:72px 0}
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;color:var(--ink);background:var(--paper-2);font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;font-size:17px;line-height:1.8;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;width:100%;height:auto}
a{color:inherit}
button,input,textarea,select{font:inherit}
figure{margin:0}
.skip-link{position:fixed;left:12px;top:-80px;z-index:1000;padding:10px 16px;border-radius:8px;background:var(--navy);color:#fff}
.skip-link:focus{top:12px}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.eyebrow{margin:0 0 16px;color:var(--green-dark);font-size:14px;font-weight:700;letter-spacing:.12em}
.eyebrow--light{color:#dce9df}
.section{padding:104px 0}
.section--paper{background:var(--paper)}
.section--green{background:var(--green-soft)}
.section--navy{background:var(--navy);color:#fff}
.section-head{max-width:820px}
.section-head--center{margin-inline:auto;text-align:center}
.section-title{margin:0;color:var(--navy);font-size:clamp(34px,4.5vw,58px);font-weight:600;line-height:1.42;letter-spacing:.01em;word-break:auto-phrase;line-break:strict}
.section-title--small{font-size:clamp(30px,3.7vw,46px)}
.section--navy .section-title{color:#fff}
.section-lead{max-width:760px;margin:22px 0 0;color:var(--muted);font-size:18px}
.section--navy .section-lead{color:#dce5e8}
.line{display:block;word-break:auto-phrase;line-break:strict}
.nowrap{white-space:nowrap}
.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-weight:700;text-decoration-thickness:1px;text-underline-offset:6px}
.text-link::after{content:"→"}

/* Header */
.utility-bar{background:var(--navy);color:#fff}
.utility-inner{width:min(calc(100% - 48px),var(--max));min-height:35px;margin:auto;display:flex;justify-content:flex-end;align-items:center}
.utility-inner a{font-size:13px;text-decoration:none;letter-spacing:.04em}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(39,56,61,.10);backdrop-filter:blur(12px)}
.header-inner{width:min(calc(100% - 48px),var(--max));min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none}
.brand-logo{width:62px;height:62px;object-fit:contain}
.brand-copy{display:grid;line-height:1.35}
.brand-copy strong{color:var(--navy);font-size:18px;letter-spacing:.04em}
.brand-copy small{color:var(--muted);font-size:12px}
.global-nav{display:flex;align-items:center;gap:25px}
.global-nav a{font-size:14px;font-weight:600;text-decoration:none}
.global-nav a:hover,.global-nav a:focus-visible{color:var(--green-dark)}
.global-nav .nav-contact{padding:11px 18px;border-radius:999px;background:var(--navy);color:#fff}
.menu-button{display:none;width:48px;height:48px;border:0;background:transparent;color:var(--navy);cursor:pointer}
.menu-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.menu-button i,.menu-button i::before,.menu-button i::after{display:block;width:27px;height:2px;background:currentColor;transition:.2s}
.menu-button i{position:relative;margin:auto}
.menu-button i::before,.menu-button i::after{position:absolute;left:0;content:""}
.menu-button i::before{top:-8px}.menu-button i::after{top:8px}
.menu-button[aria-expanded="true"] i{background:transparent}
.menu-button[aria-expanded="true"] i::before{top:0;transform:rotate(45deg)}
.menu-button[aria-expanded="true"] i::after{top:0;transform:rotate(-45deg)}

/* Buttons */
.button-row{margin-top:34px;display:flex;flex-wrap:wrap;gap:12px}
.button{min-height:54px;padding:13px 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--navy);border-radius:999px;background:var(--navy);color:#fff;font-weight:700;text-decoration:none;box-shadow:0 10px 22px rgba(39,56,61,.12);transition:.2s}
.button::after{content:"→"}
.button:hover{transform:translateY(-2px)}
.button--green{border-color:var(--green-dark);background:var(--green-dark)}
.button--light{border-color:#fff;background:#fff;color:var(--navy)}
.button--outline{background:transparent;color:var(--navy);box-shadow:none}
.section--navy .button--outline{border-color:#fff;color:#fff}

/* Home */
.home-hero{padding:62px 0 72px;background:linear-gradient(135deg,var(--paper-2),var(--paper))}
.home-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:70px;align-items:center}
.home-hero h1{margin:0;color:var(--navy);font-size:clamp(44px,5.8vw,72px);font-weight:600;line-height:1.3;letter-spacing:.01em;word-break:auto-phrase;line-break:strict}
.home-hero__lead{max-width:670px;margin:26px 0 0;color:var(--ink);font-size:20px;font-weight:500}
.home-hero__sub{max-width:640px;margin:14px 0 0;color:var(--muted)}
.home-hero figure{position:relative;min-height:580px;overflow:hidden;border-radius:30px 4px 30px 4px;box-shadow:var(--shadow)}
.home-hero figure img{position:absolute;inset:0;height:100%;object-fit:cover}
.hero-note{margin-top:28px;display:flex;flex-wrap:wrap;gap:8px}
.hero-note span{padding:8px 12px;border-radius:999px;background:#fff;color:var(--green-dark);font-size:13px;font-weight:700}
.trust-strip{padding:25px 0;background:var(--navy);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.24)}
.trust-grid div{padding:9px 26px;background:var(--navy)}
.trust-grid strong{display:block;font-size:15px}
.trust-grid span{display:block;margin-top:2px;color:#d9e5e9;font-size:13px}
.worry-grid{margin-top:44px;display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.worry-card{padding:25px;border:1px solid var(--line);border-radius:18px;background:#fff}
.worry-card b{color:var(--tan);font-size:13px}
.worry-card h3{margin:10px 0 0;color:var(--navy);font-size:20px}
.worry-card p{margin:9px 0 0;color:var(--muted);font-size:15px}
.service-grid{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.service-card{overflow:hidden;border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.service-card figure{aspect-ratio:16/9;overflow:hidden}
.service-card figure img{height:100%;object-fit:cover}
.service-card__body{padding:34px}
.service-label{color:var(--green-dark);font-size:14px;font-weight:700}
.service-card h3{margin:9px 0 0;color:var(--navy);font-size:clamp(28px,3vw,40px);line-height:1.4}
.service-card p{margin:15px 0 0;color:var(--muted)}
.service-price{margin-top:21px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:baseline;gap:10px}
.service-price strong{color:var(--navy);font-size:23px}
.choice-panel{margin-top:46px;display:grid;grid-template-columns:1fr 1fr;gap:15px}
.choice-panel article{padding:28px;border-radius:18px;background:#fff}
.choice-panel h3{margin:0;color:var(--navy);font-size:22px}
.choice-panel p{margin:10px 0 0;color:var(--muted)}
.credentials{margin-top:45px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.credentials article{padding:29px;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:rgba(255,255,255,.06)}
.credentials b{color:#dbc59f;font-size:13px}
.credentials h3{margin:10px 0 0;color:#fff;font-size:21px}
.credentials p{margin:7px 0 0;color:#dce5e8;font-size:15px}
.area-panel{margin-top:40px;padding:30px;border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.area-list{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px;list-style:none}
.area-list li{padding:11px 17px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-weight:700}
.area-panel p{margin:18px 0 0;color:var(--muted)}
.steps{margin:44px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;list-style:none}
.steps li{position:relative;padding:28px;border-radius:18px;background:#fff}
.steps b{color:var(--tan);font-size:14px}
.steps h3{margin:9px 0 0;color:var(--navy);font-size:21px}
.steps p{margin:8px 0 0;color:var(--muted);font-size:15px}
.pro-banner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.pro-banner h2{margin:0;color:#fff;font-size:clamp(30px,4vw,48px)}
.pro-banner p{max-width:740px;margin:14px 0 0;color:#dce5e8}

/* Page hero and shared cards */
.breadcrumb{width:min(calc(100% - 48px),var(--max));margin:18px auto 0}
.breadcrumb ol{margin:0;padding:0;display:flex;gap:9px;list-style:none;color:var(--muted);font-size:13px}
.breadcrumb li+li::before{margin-right:9px;content:"/"}
.page-hero{padding:55px 0 84px}
.page-hero--paper{background:var(--paper)}
.page-hero--navy{background:var(--navy);color:#fff}
.page-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);gap:68px;align-items:center}
.page-hero h1{margin:0;color:var(--navy);font-size:clamp(40px,5.4vw,66px);font-weight:600;line-height:1.35}
.page-hero--navy h1{color:#fff}
.page-hero__lead{margin:24px 0 0;color:var(--muted);font-size:19px}
.page-hero--navy .page-hero__lead{color:#dce5e8}
.page-hero figure{position:relative;min-height:500px;overflow:hidden;border-radius:26px 4px 26px 4px;box-shadow:var(--shadow)}
.page-hero figure img{position:absolute;inset:0;height:100%;object-fit:cover}
.fact-list{margin:28px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px;list-style:none}
.fact-list li{padding:8px 13px;border-radius:999px;background:#fff;color:var(--green-dark);font-size:13px;font-weight:700}
.page-hero--navy .fact-list li{background:rgba(255,255,255,.12);color:#fff}
.card-grid{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card-grid--2{grid-template-columns:repeat(2,1fr)}
.card-grid--4{grid-template-columns:repeat(4,1fr)}
.card{padding:27px;border:1px solid var(--line);border-radius:18px;background:#fff}
.card b{color:var(--tan);font-size:13px;letter-spacing:.07em}
.card h3{margin:10px 0 0;color:var(--navy);font-size:21px}
.card p{margin:8px 0 0;color:var(--muted);font-size:15px}
.compare-grid{margin-top:44px;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.compare-card{padding:29px;border-radius:20px;background:#fff}
.compare-card h3{margin:0;color:var(--navy);font-size:24px}
.point-list{margin:20px 0 0;display:grid;gap:13px}
.point-list div{padding-top:13px;border-top:1px solid var(--line)}
.point-list dt{color:var(--green-dark);font-size:14px;font-weight:700}
.point-list div:nth-child(2) dt{color:#9a674a}
.point-list div:nth-child(3) dt{color:var(--navy)}
.point-list dd{margin:4px 0 0;color:var(--muted);font-size:15px}
.split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:70px;align-items:center}
.split figure{overflow:hidden;border-radius:24px 4px 24px 4px;box-shadow:var(--shadow)}
.split figure img{aspect-ratio:4/3;object-fit:cover}
.check-list{margin:28px 0 0;padding:0;display:grid;gap:10px;list-style:none}
.check-list li{padding:15px 18px;border-left:4px solid var(--green);border-radius:4px 12px 12px 4px;background:#fff}
.check-list strong{display:block;color:var(--navy)}
.check-list span{display:block;margin-top:2px;color:var(--muted);font-size:14px}

/* Inspection */
.inspection-visual{margin-top:45px}
.inspection-visual a{display:block;overflow:hidden;border-radius:20px;box-shadow:var(--shadow);cursor:zoom-in}
.inspection-visual figcaption{margin-top:12px;color:var(--muted);font-size:14px;text-align:center}
.price-grid{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.price-card{padding:29px;border-radius:19px;background:#fff;box-shadow:0 10px 28px rgba(39,56,61,.07)}
.price-card span{color:var(--green-dark);font-size:14px;font-weight:700}
.price-card strong{display:block;margin:9px 0;color:var(--navy);font-size:28px}
.price-card small{color:var(--muted)}
.disclosure{margin-top:13px;border:1px solid var(--line);border-radius:15px;background:#fff}
.disclosure summary{position:relative;padding:20px 54px 20px 21px;cursor:pointer;color:var(--navy);font-weight:700;list-style:none}
.disclosure summary::-webkit-details-marker{display:none}
.disclosure summary::after{position:absolute;right:21px;content:"＋"}
.disclosure[open] summary::after{content:"−"}
.disclosure__body{padding:0 21px 22px}
.price-table{width:100%;border-collapse:collapse}
.price-table th,.price-table td{padding:13px 9px;border-bottom:1px solid var(--line);text-align:left;font-size:15px}
.price-table th{color:var(--green-dark)}
.notice{margin-top:24px;padding:19px 21px;border-left:5px solid var(--tan);border-radius:4px 13px 13px 4px;background:var(--tan-soft);font-size:14px}

/* FAQ */
.faq{max-width:900px}
.faq-list{margin-top:38px}
.faq-list details{margin-bottom:10px;border:1px solid var(--line);border-radius:15px;background:#fff}
.faq-list summary{position:relative;padding:20px 50px 20px 48px;cursor:pointer;color:var(--navy);font-weight:700;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::before{position:absolute;left:19px;color:var(--tan);content:"Q"}
.faq-list summary::after{position:absolute;right:19px;content:"＋"}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{margin:0;padding:0 48px 21px;color:var(--muted);font-size:15px}

/* Professional page */
.pro-hero{padding:66px 0 78px;background:linear-gradient(120deg,#fff 0%,#fff 58%,var(--paper) 58%)}
.pro-hero__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:70px;align-items:center}
.pro-kicker{display:inline-flex;padding:8px 18px;border-radius:999px;background:var(--green);color:#fff;font-size:14px}
.pro-hero h1{margin:24px 0 0;color:var(--navy);font-size:clamp(40px,5.2vw,64px);font-weight:500;line-height:1.42}
.pro-hero__lead{margin:23px 0 0;color:var(--muted);font-size:19px}
.pro-hero figure{overflow:hidden;border-radius:24px 4px 24px 4px;box-shadow:var(--shadow)}
.pro-hero figure img{aspect-ratio:4/3;object-fit:cover}
.support-grid{margin-top:43px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.support-card{padding:23px;border:1px solid var(--line);border-radius:16px;background:#fff}
.support-card:nth-child(even){border-left:6px solid var(--tan)}
.support-card:nth-child(odd){border-left:6px solid var(--green)}
.support-card h3{margin:0;color:var(--navy);font-size:18px}
.support-card p{margin:8px 0 0;color:var(--muted);font-size:14px}
.sales-plan{margin-top:42px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;border-radius:22px;background:var(--navy);color:#fff}
.sales-plan h3{margin:0;color:#fff;font-size:28px}
.sales-plan p{margin:10px 0 0;color:#dce5e8}
.sales-plan strong{font-size:34px;white-space:nowrap}
.request-grid{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.request-box{padding:30px;border-radius:20px;background:#fff}
.request-box h3{margin:0;color:var(--navy);font-size:23px}
.request-box ul{margin:18px 0 0;padding-left:1.2em;color:var(--muted)}

/* Office, contact and footer */
.profile-block{max-width:900px}
.profile-name{margin:28px 0 0;color:var(--navy);font-size:29px;font-weight:700}
.profile-name small{margin-left:9px;color:var(--muted);font-size:15px;font-weight:500}
.profile-copy{margin:18px 0 0;color:var(--muted)}
.stats{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.stats article{padding:23px;border-radius:16px;background:#fff}
.stats strong{display:block;color:var(--navy);font-size:26px}
.stats span{color:var(--muted);font-size:14px}
.qualification-list{margin:40px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:11px;list-style:none}
.qualification-list li{padding:18px;border-radius:14px;background:#fff;color:var(--navy);font-weight:700}
.office-data{max-width:900px;margin:38px 0 0}
.office-data div{padding:15px 5px;display:grid;grid-template-columns:180px 1fr;gap:24px;border-bottom:1px solid var(--line)}
.office-data dt{color:var(--green-dark);font-weight:700}
.office-data dd{margin:0;overflow-wrap:anywhere}
.contact-section{padding:88px 0;background:var(--navy);color:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.contact-grid h2{margin:0;color:#fff;font-size:clamp(34px,4.5vw,52px);line-height:1.45}
.contact-grid p{margin:17px 0 0;color:#dce5e8}
.contact-actions{display:grid;gap:12px}
.contact-actions a{min-height:64px}
.contact-meta{text-align:center;color:#dce5e8;font-size:13px}
.site-footer{padding:62px 0 25px;background:#353d3d;color:#f5f2eb}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.footer-brand .brand-copy strong{color:#fff}
.footer-brand .brand-copy small{color:#cddbd5}
.footer-copy{margin:19px 0 0;color:#d4dfda}
.footer-contact{margin-top:20px;color:#dce6e2;font-style:normal;font-size:14px}
.footer-contact a{color:#fff;text-underline-offset:5px}
.footer-nav{display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:17px 38px}
.footer-nav a{text-underline-offset:5px}
.copyright{margin-top:42px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);color:#bdcbc6;font-size:13px}
.mobile-contact-bar{display:none}

/* Policy and 404 */
.policy-list{max-width:900px;margin-top:40px;display:grid;gap:12px}
.policy-list article{padding:25px;border:1px solid var(--line);border-radius:17px;background:#fff}
.policy-list h2{margin:8px 0 0;color:var(--navy);font-size:21px}
.policy-list p{margin:8px 0 0;color:var(--muted);font-size:15px}

@media(max-width:1020px){
  .global-nav{gap:15px}.global-nav a{font-size:13px}
  .home-hero__grid,.page-hero__grid,.pro-hero__grid{gap:42px}
  .worry-grid,.card-grid--4,.support-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:820px){
  html{scroll-padding-top:76px}
  body{padding-bottom:68px}
  .container,.header-inner,.utility-inner,.breadcrumb{width:min(calc(100% - 34px),var(--max))}
  .utility-bar{display:none}
  .header-inner{min-height:74px}
  .brand-logo{width:55px;height:55px}
  .brand-copy strong{font-size:16px}.brand-copy small{font-size:11px}
  .menu-button{display:block}
  .global-nav{position:fixed;inset:74px 0 auto;padding:12px 18px 22px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;box-shadow:var(--shadow)}
  .global-nav.open{display:flex}
  .global-nav a{padding:13px;border-bottom:1px solid var(--line);font-size:15px}
  .global-nav .nav-contact{margin-top:10px;text-align:center}
  .home-hero__grid,.page-hero__grid,.pro-hero__grid,.split,.contact-grid,.pro-banner,.footer-grid{grid-template-columns:1fr}
  .home-hero figure,.page-hero figure{min-height:420px}
  .trust-grid,.credentials,.card-grid,.price-grid,.steps{grid-template-columns:1fr}
  .service-grid,.choice-panel,.compare-grid,.request-grid{grid-template-columns:1fr}
  .card-grid--2,.card-grid--4{grid-template-columns:1fr 1fr}
  .sales-plan{grid-template-columns:1fr}
  .sales-plan strong{white-space:normal}
  .contact-actions{max-width:430px}
  .mobile-contact-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;padding:8px 10px calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1fr;gap:8px;background:rgba(255,255,255,.97);border-top:1px solid var(--line)}
  .mobile-contact-bar a{min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--navy);color:#fff;font-size:14px;font-weight:700;text-decoration:none}
  .mobile-contact-bar a:last-child{background:var(--green-dark)}
}

@media(max-width:560px){
  body{font-size:16px}
  .container,.header-inner,.breadcrumb{width:min(calc(100% - 26px),var(--max))}
  .section{padding:76px 0}
  .section-title{font-size:35px}.section-title--small{font-size:31px}.section-lead{font-size:17px}
  .brand-copy small{display:none}
  .home-hero{padding:40px 0 58px}.home-hero h1{font-size:39px}.home-hero__lead{font-size:18px}.home-hero figure{min-height:330px}
  .button-row{display:grid}.button{width:100%}
  .trust-grid{grid-template-columns:1fr}.trust-grid div{padding:10px 13px}
  .worry-grid,.card-grid--2,.card-grid--4,.support-grid,.qualification-list{grid-template-columns:1fr}
  .service-card__body{padding:27px 20px}.service-card h3{font-size:29px}
  .page-hero{padding:38px 0 65px}.page-hero h1{font-size:38px}.page-hero__lead{font-size:17px}.page-hero figure{min-height:310px}
  .pro-hero{padding:44px 0 66px;background:#fff}.pro-hero h1{font-size:38px}.pro-hero__lead{font-size:17px}
  .compare-card,.sales-plan{padding:24px 20px}
  .price-table th,.price-table td{padding:11px 6px;font-size:13px}
  .faq-list summary{padding:18px 42px 18px 39px}.faq-list summary::before{left:15px}.faq-list summary::after{right:15px}.faq-list details p{padding:0 20px 19px 39px}
  .stats{grid-template-columns:1fr}
  .office-data div{grid-template-columns:1fr;gap:4px}
  .contact-section{padding:70px 0}.contact-grid h2{font-size:34px}
  .footer-nav{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important}
}

/* Editorial theme — light, photographic and spacious */
body{
  color:var(--ink);
  background:#fff;
  font-family:"Noto Serif JP","Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
  font-weight:400;
  line-height:2;
  letter-spacing:.035em;
}
.container{width:min(calc(100% - 120px),1120px)}
.utility-bar{background:#f4f7f8;color:var(--ink)}
.utility-inner{width:min(calc(100% - 96px),1200px);min-height:30px}
.utility-inner a{font-family:"Noto Sans JP",sans-serif;font-size:11px;letter-spacing:.14em}
.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid rgba(45,52,74,.08)}
.header-inner{width:min(calc(100% - 96px),1200px);min-height:90px}
.brand-logo{width:64px;height:64px}
.brand-copy strong{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:500;letter-spacing:.12em}
.brand-copy small{font-family:"Noto Sans JP",sans-serif;font-size:10px;letter-spacing:.08em}
.global-nav{gap:28px}
.global-nav a{font-family:"Noto Serif JP",serif;font-size:13px;font-weight:400;letter-spacing:.06em}
.global-nav .nav-contact{
  padding:10px 0;
  border-radius:0;
  border-bottom:1px solid currentColor;
  background:transparent;
  color:var(--ink);
}
.eyebrow{
  color:var(--green-dark);
  font-family:"Noto Sans JP",sans-serif;
  font-size:11px;
  font-weight:500;
  letter-spacing:.2em;
}
.eyebrow::before{display:inline-block;width:28px;margin-right:12px;border-top:1px solid currentColor;content:"";vertical-align:middle}
.eyebrow--light{color:#dce7ec}
.section{padding:140px 0}
.section--paper{background:var(--paper)}
.section--green{background:var(--green-soft)}
.section--navy{background:var(--navy)}
.section-title{
  font-family:"Noto Serif JP",serif;
  font-size:clamp(36px,4.6vw,58px);
  font-weight:400;
  line-height:1.65;
  letter-spacing:.08em;
}
.section-title--small{font-size:clamp(31px,3.4vw,44px)}
.section-lead{margin-top:28px;font-size:16px;line-height:2.2}
.text-link{font-weight:400;text-decoration:none;border-bottom:1px solid currentColor}

.button{
  min-height:58px;
  padding:13px 28px;
  border:1px solid rgba(45,52,74,.42);
  border-radius:0;
  background:transparent;
  color:var(--navy);
  font-family:"Noto Serif JP",serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:.06em;
  box-shadow:none;
}
.button:hover{transform:none;background:var(--navy);color:#fff}
.button--green{border-color:var(--green-dark);background:transparent;color:var(--navy)}
.button--outline{background:transparent;color:var(--navy)}
.button--light{border-color:rgba(255,255,255,.65);background:transparent;color:#fff}
.section--navy .button--outline{border-color:rgba(255,255,255,.65)}

/* Reference-inspired home hero */
.home-page .utility-bar{display:none}
.home-page .site-header{position:absolute;top:0;left:0;right:0;background:transparent;border:0;backdrop-filter:none}
.home-page .header-inner{min-height:94px}
.home-page .brand-copy small{color:rgba(45,52,74,.72)}
.home-hero{position:relative;min-height:900px;padding:0 0 120px;background:#fff}
.editorial-hero{min-height:780px;display:grid;grid-template-columns:minmax(0,55%) minmax(0,45%);align-items:start}
.editorial-hero__main{
  position:relative;
  height:760px;
  margin-left:5.5vw;
  overflow:hidden;
}
.editorial-hero__main::after{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.2),transparent 30%);
  content:"";
  pointer-events:none;
}
.editorial-hero__main img{height:100%;object-fit:cover;object-position:center}
.editorial-hero__main figcaption{
  position:absolute;
  z-index:1;
  top:115px;
  left:42px;
  color:#fff;
  font-family:"Noto Sans JP",sans-serif;
  font-size:14px;
  letter-spacing:.32em;
  text-shadow:0 1px 12px rgba(26,31,42,.24);
}
.editorial-hero__story{padding:118px 6vw 0 6.5vw}
.editorial-hero__story>.eyebrow{margin-bottom:35px;text-align:right}
.editorial-hero__copy{display:flex;flex-direction:row-reverse;justify-content:flex-start;gap:38px;min-height:375px}
.editorial-hero h1{
  height:370px;
  margin:0;
  color:var(--navy);
  font-family:"Noto Serif JP",serif;
  font-size:clamp(27px,2.7vw,38px);
  font-weight:400;
  line-height:1.8;
  letter-spacing:.14em;
  writing-mode:vertical-rl;
}
.editorial-hero h1 span{display:block}
.home-hero__lead{
  width:auto;
  height:350px;
  margin:0;
  color:var(--ink);
  font-size:14px;
  font-weight:400;
  line-height:2.05;
  letter-spacing:.12em;
  writing-mode:vertical-rl;
}
.editorial-hero__mini{margin-top:34px;display:grid;grid-template-columns:1.65fr 1fr;gap:8px}
.editorial-hero__mini figure{height:145px;overflow:hidden}
.editorial-hero__mini img{height:100%;object-fit:cover}
.home-hero__sub{margin:24px 0 0;color:var(--muted);font-size:13px;line-height:1.9}
.home-hero .button-row{margin-top:22px;gap:10px}
.home-hero .button{min-height:50px;padding:10px 18px;font-size:12px}
.hero-scroll{
  position:absolute;
  left:26px;
  bottom:105px;
  margin:0;
  color:var(--muted);
  font-family:"Noto Sans JP",sans-serif;
  font-size:10px;
  letter-spacing:.18em;
  writing-mode:vertical-rl;
}
.hero-scroll::before{display:block;height:72px;margin-bottom:12px;border-left:1px solid var(--line);content:""}

.trust-strip{padding:0;background:#fff;color:var(--ink);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-grid{gap:0;background:transparent}
.trust-grid div{padding:34px 30px;background:transparent;border-right:1px solid var(--line);text-align:center}
.trust-grid div:last-child{border-right:0}
.trust-grid strong{font-size:15px;font-weight:500;letter-spacing:.08em}
.trust-grid span{margin-top:6px;color:var(--muted);font-size:11px}

.worry-grid{margin-top:64px;gap:0;border-top:1px solid var(--line)}
.worry-card{padding:34px 28px;border:0;border-right:1px solid var(--line);border-radius:0;background:transparent}
.worry-card:last-child{border-right:0}
.worry-card b{color:var(--green-dark);font-family:"Noto Sans JP",sans-serif;font-size:10px;letter-spacing:.2em}
.worry-card h3{margin-top:16px;font-size:18px;font-weight:500;letter-spacing:.08em}
.worry-card p{margin-top:12px;font-size:13px;line-height:2}

/* Tall photographic service navigation */
.service-grid{margin-top:70px;gap:28px}
.service-card{position:relative;min-height:650px;overflow:hidden;border-radius:0;background:var(--navy);box-shadow:none}
.service-card figure{position:absolute;inset:0;aspect-ratio:auto}
.service-card figure::after{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(30,36,48,.04) 15%,rgba(30,36,48,.78) 100%);
  content:"";
}
.service-card figure img{height:100%;object-fit:cover;transition:transform .8s ease}
.service-card:hover figure img{transform:scale(1.025)}
.service-card__body{position:absolute;z-index:1;inset:0;padding:48px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}
.service-label{position:absolute;top:40px;left:42px;color:#fff;font-family:"Noto Sans JP",sans-serif;font-size:11px;letter-spacing:.18em}
.service-card h3{margin:0;color:#fff;font-size:clamp(30px,3.2vw,44px);font-weight:400;letter-spacing:.08em}
.service-card p{max-width:560px;margin-top:16px;color:rgba(255,255,255,.92);font-size:14px;line-height:2}
.service-price{margin-top:20px;padding-top:16px;border-color:rgba(255,255,255,.35)}
.service-price strong{color:#fff;font-size:18px;font-weight:400}
.service-card .button-row{margin-top:22px}
.service-card .button{border-color:rgba(255,255,255,.65);color:#fff}
.service-card .button:hover{background:#fff;color:var(--navy)}

.choice-panel{margin-top:65px;gap:0;border-top:1px solid var(--line)}
.choice-panel article{padding:40px 42px;border-radius:0;background:transparent;border-right:1px solid var(--line)}
.choice-panel article:last-child{border-right:0}
.choice-panel h3{font-size:21px;font-weight:500}
.choice-panel p{font-size:14px;line-height:2}

.credentials{margin-top:60px;gap:0;border-top:1px solid rgba(255,255,255,.25)}
.credentials article{padding:42px 34px;border:0;border-right:1px solid rgba(255,255,255,.25);border-radius:0;background:transparent}
.credentials article:last-child{border-right:0}
.credentials b{font-family:"Noto Sans JP",sans-serif;font-size:10px;letter-spacing:.18em}
.credentials h3{font-size:21px;font-weight:400;letter-spacing:.1em}
.credentials p{font-size:13px;line-height:2}

.area-panel{margin-top:55px;padding:44px 0;border-radius:0;background:transparent;border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:none}
.area-list{gap:0}
.area-list li{padding:7px 32px;border-radius:0;background:transparent;border-right:1px solid var(--line);color:var(--navy);font-weight:400}
.area-list li:first-child{padding-left:0}
.area-panel p{font-size:14px}
.steps{margin-top:64px;gap:0;border-top:1px solid var(--line)}
.steps li{padding:40px 36px;border-radius:0;background:transparent;border-right:1px solid var(--line)}
.steps li:last-child{border-right:0}
.steps b{color:var(--green-dark);font-family:"Noto Sans JP",sans-serif;font-size:10px;letter-spacing:.2em}
.steps h3{font-size:19px;font-weight:500}
.steps p{font-size:13px;line-height:2}
.pro-banner h2{font-family:"Noto Serif JP",serif;font-weight:400;letter-spacing:.08em}
.pro-banner p{font-size:14px;line-height:2.1}

/* Detail pages */
.breadcrumb{width:min(calc(100% - 120px),1120px);margin-top:22px}
.breadcrumb ol{font-family:"Noto Sans JP",sans-serif;font-size:10px;letter-spacing:.1em}
.page-hero{padding:105px 0 130px}
.page-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:90px}
.page-hero h1,.pro-hero h1{
  font-family:"Noto Serif JP",serif;
  font-size:clamp(39px,5vw,62px);
  font-weight:400;
  line-height:1.65;
  letter-spacing:.08em;
}
.page-hero__lead,.pro-hero__lead{font-size:16px;line-height:2.2}
.page-hero figure,.pro-hero figure,.split figure{border-radius:0;box-shadow:none}
.page-hero figure{min-height:560px}
.fact-list{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.fact-list li{padding:9px 18px;border-radius:0;background:transparent;border-right:1px solid var(--line);color:var(--ink);font-weight:400}
.card-grid{margin-top:65px;gap:0;border-top:1px solid var(--line)}
.card{padding:38px 32px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent}
.card:last-child{border-right:0}
.card b{font-family:"Noto Sans JP",sans-serif;font-size:10px;letter-spacing:.18em}
.card h3{font-size:20px;font-weight:500}
.card p{font-size:13px;line-height:2}
.compare-grid{margin-top:65px;gap:1px;background:var(--line)}
.compare-card{padding:42px;border-radius:0;background:#fff}
.compare-card h3{font-size:22px;font-weight:500}
.point-list dt{font-family:"Noto Sans JP",sans-serif;font-size:11px;letter-spacing:.1em}
.point-list dd{font-size:13px;line-height:2}
.split{gap:90px}
.split figure img{aspect-ratio:4/5}
.check-list li{padding:18px 0;border-left:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}
.check-list strong{font-weight:500}
.check-list span{font-size:13px}
.inspection-visual a{border-radius:0;box-shadow:none;border:1px solid var(--line)}
.inspection-visual figcaption{font-size:11px}
.price-grid{margin-top:65px;gap:1px;background:var(--line)}
.price-card{padding:42px;border-radius:0;background:#fff;box-shadow:none}
.price-card span{font-family:"Noto Sans JP",sans-serif;font-size:11px;letter-spacing:.1em}
.price-card strong{font-size:27px;font-weight:400}
.disclosure{border-radius:0}
.notice{border-left-width:2px;border-radius:0;font-size:13px}
.faq-list details{margin:0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}
.faq-list summary{padding-top:25px;padding-bottom:25px;font-weight:500}
.faq-list details p{font-size:13px;line-height:2}
.pro-hero{padding:110px 0 135px;background:#fff}
.pro-kicker{padding:0 0 6px;border-radius:0;border-bottom:1px solid var(--green-dark);background:transparent;color:var(--green-dark);font-family:"Noto Sans JP",sans-serif;font-size:11px;letter-spacing:.16em}
.support-grid{margin-top:65px;gap:0;border-top:1px solid var(--line)}
.support-card{padding:34px 30px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent}
.support-card:nth-child(even),.support-card:nth-child(odd){border-left:0}
.support-card h3{font-size:17px;font-weight:500}
.support-card p{font-size:12px;line-height:2}
.sales-plan{padding:45px;border-radius:0;background:var(--navy)}
.sales-plan h3{font-weight:400}
.request-box{padding:40px;border-radius:0}
.qualification-list{gap:1px;background:var(--line)}
.qualification-list li{padding:22px;border-radius:0;background:#fff;font-weight:400}
.stats{gap:1px;background:var(--line)}
.stats article{padding:28px;border-radius:0;background:#fff}
.stats strong{font-size:22px;font-weight:400}
.office-data div{padding:20px 4px}
.office-data dt{font-weight:500}
.policy-list article{padding:32px 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}

.contact-section{padding:120px 0;background:#eef4f6;color:var(--ink)}
.contact-grid h2{color:var(--navy);font-family:"Noto Serif JP",serif;font-weight:400;letter-spacing:.08em}
.contact-grid p{color:var(--muted)}
.contact-actions .button--light,.contact-actions .button--outline{border-color:rgba(45,52,74,.4);color:var(--navy)}
.contact-actions .button:hover{background:var(--navy);color:#fff}
.contact-meta{color:var(--muted)}
.site-footer{padding:80px 0 30px;background:#fff;color:var(--ink);border-top:1px solid var(--line)}
.footer-brand .brand-copy strong{color:var(--navy)}
.footer-brand .brand-copy small,.footer-copy,.footer-contact{color:var(--muted)}
.footer-contact a{color:var(--ink)}
.footer-nav{font-size:13px}
.copyright{border-color:var(--line);color:var(--muted)}

@media(max-width:1020px){
  .container{width:min(calc(100% - 64px),1120px)}
  .home-page .header-inner{width:calc(100% - 50px)}
  .editorial-hero{grid-template-columns:54% 46%}
  .editorial-hero__main{margin-left:3vw}
  .editorial-hero__story{padding-right:3vw;padding-left:5vw}
  .editorial-hero__copy{gap:24px}
  .global-nav{gap:16px}
  .global-nav a{font-size:12px}
}

@media(max-width:820px){
  body{padding-bottom:68px;letter-spacing:.02em}
  .container,.header-inner,.breadcrumb{width:min(calc(100% - 36px),1120px)}
  .header-inner{min-height:78px}
  .home-page .site-header{position:relative;background:#fff;border-bottom:1px solid var(--line)}
  .home-page .header-inner{width:min(calc(100% - 36px),1120px);min-height:78px}
  .global-nav{inset:78px 0 auto}
  .global-nav .nav-contact{padding:13px;border-radius:0;background:transparent;color:var(--ink)}
  .home-hero{min-height:0;padding:0 0 90px}
  .editorial-hero{min-height:0;display:block}
  .editorial-hero__main{height:62vh;min-height:430px;margin:0 18px}
  .editorial-hero__main figcaption{top:28px;left:25px;font-size:11px}
  .editorial-hero__story{padding:64px 34px 0}
  .editorial-hero__story>.eyebrow{text-align:left}
  .editorial-hero__copy{min-height:0;display:block}
  .editorial-hero h1{height:auto;font-size:38px;line-height:1.6;letter-spacing:.08em;writing-mode:horizontal-tb}
  .editorial-hero h1 span{display:block}
  .home-hero__lead{width:auto;height:auto;margin-top:25px;font-size:15px;line-height:2.15;letter-spacing:.04em;writing-mode:horizontal-tb}
  .editorial-hero__mini{margin-top:38px}
  .editorial-hero__mini figure{height:180px}
  .hero-scroll{display:none}
  .trust-grid{grid-template-columns:1fr}
  .trust-grid div{border-right:0;border-bottom:1px solid var(--line)}
  .trust-grid div:last-child{border-bottom:0}
  .section{padding:100px 0}
  .section-title{font-size:38px}
  .worry-grid,.card-grid,.card-grid--2,.card-grid--4,.support-grid{grid-template-columns:1fr 1fr}
  .worry-card:nth-child(2n),.card:nth-child(2n),.support-card:nth-child(2n){border-right:0}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:640px}
  .service-card__body{padding:38px}
  .choice-panel{grid-template-columns:1fr}
  .choice-panel article{border-right:0;border-bottom:1px solid var(--line)}
  .credentials{grid-template-columns:1fr}
  .credentials article{border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}
  .steps{grid-template-columns:1fr}
  .steps li{border-right:0;border-bottom:1px solid var(--line)}
  .page-hero{padding:80px 0 100px}
  .page-hero__grid,.pro-hero__grid,.split,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .page-hero figure{min-height:480px}
  .split figure img{aspect-ratio:4/3}
  .mobile-contact-bar{background:rgba(255,255,255,.97)}
  .mobile-contact-bar a{border-radius:0;background:var(--navy);font-family:"Noto Serif JP",serif;font-weight:400}
  .mobile-contact-bar a:last-child{background:var(--green-dark)}
}

@media(max-width:560px){
  body{font-size:15px}
  .container,.header-inner,.breadcrumb{width:min(calc(100% - 28px),1120px)}
  .brand-logo{width:54px;height:54px}
  .brand-copy strong{font-size:15px}
  .editorial-hero__main{height:58vh;min-height:390px;margin:0 12px}
  .editorial-hero__story{padding:52px 22px 0}
  .editorial-hero h1{font-size:34px}
  .editorial-hero__mini{grid-template-columns:1.6fr 1fr}
  .editorial-hero__mini figure{height:120px}
  .home-hero .button-row{display:grid}
  .home-hero .button{width:100%}
  .section{padding:82px 0}
  .section-title{font-size:33px;line-height:1.65}
  .section-title--small{font-size:29px}
  .worry-grid,.card-grid,.card-grid--2,.card-grid--4,.support-grid{grid-template-columns:1fr}
  .worry-card,.card,.support-card{padding:29px 6px;border-right:0}
  .service-card{min-height:570px}
  .service-card__body{padding:28px 24px}
  .service-label{top:27px;left:24px}
  .service-card h3{font-size:30px}
  .service-card p{font-size:13px}
  .choice-panel article{padding:32px 5px}
  .area-list{display:grid}
  .area-list li{padding:12px 0;border-right:0;border-bottom:1px solid var(--line)}
  .page-hero{padding:60px 0 82px}
  .page-hero h1,.pro-hero h1{font-size:35px;line-height:1.7}
  .page-hero figure{min-height:360px}
  .page-hero__lead,.pro-hero__lead{font-size:15px}
  .compare-grid,.price-grid{grid-template-columns:1fr}
  .compare-card,.price-card{padding:32px 24px}
  .split{gap:52px}
  .contact-section{padding:82px 0}
  .contact-grid h2{font-size:31px}
  .site-footer{padding-top:64px}
}

/* Gunma-first conversion design */
.regional-home{background:var(--paper-2)}
.regional-home .site-header{border-bottom:1px solid rgba(63,76,71,.12)}
.regional-home .global-nav{gap:26px}
.regional-home .global-nav>a{font-size:14px}
.regional-kicker{display:flex;align-items:center;gap:14px;margin:0 0 24px;color:var(--green-dark);font-size:14px;font-weight:700;letter-spacing:.12em}
.regional-kicker::before{content:"";width:36px;height:1px;background:currentColor}
.regional-hero{padding:54px 0 74px;background:linear-gradient(120deg,var(--paper-2) 0 64%,var(--green-soft) 64% 100%)}
.regional-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:72px;align-items:center}
.regional-hero__copy{padding:30px 0}
.regional-hero h1{margin:0;color:var(--navy-2);font-family:"Noto Serif JP",serif;font-size:clamp(44px,5.2vw,72px);font-weight:500;line-height:1.42;letter-spacing:.02em;word-break:auto-phrase;line-break:strict}
.regional-hero h1 .line:last-child{color:var(--green-dark)}
.regional-hero__lead{margin:28px 0 0;color:var(--ink);font-size:18px;line-height:2}
.regional-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.regional-hero__facts{display:flex;flex-wrap:wrap;gap:10px 24px;margin:28px 0 0;padding:0;list-style:none;color:var(--muted);font-size:14px}
.regional-hero__facts li{position:relative;padding-left:17px}
.regional-hero__facts li::before{content:"";position:absolute;top:.75em;left:0;width:6px;height:6px;border-radius:50%;background:var(--green)}
.regional-hero__visual{position:relative}
.regional-hero__visual img{min-height:590px;object-fit:cover}
.regional-hero__visual figcaption{position:absolute;right:-22px;bottom:28px;width:min(370px,88%);padding:22px 24px;background:rgba(47,57,53,.94);color:#fff;box-shadow:var(--shadow)}
.regional-hero__visual figcaption strong,.regional-hero__visual figcaption span{display:block}
.regional-hero__visual figcaption strong{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:500}
.regional-hero__visual figcaption span{margin-top:6px;color:#e3e9e5;font-size:13px}
.button--solid{border-color:var(--green-dark);background:var(--green-dark);color:#fff}
.button--solid:hover{border-color:var(--navy-2);background:var(--navy-2);color:#fff}
.regional-proof{border-block:1px solid var(--line);background:#fff}
.regional-proof__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.regional-proof__grid>div{min-height:138px;padding:27px 24px;border-right:1px solid var(--line)}
.regional-proof__grid>div:last-child{border-right:0}
.regional-proof b,.regional-proof strong,.regional-proof span{display:block}
.regional-proof b{color:var(--green);font-size:12px;letter-spacing:.12em}
.regional-proof strong{margin-top:5px;color:var(--navy-2);font-family:"Noto Serif JP",serif;font-size:18px;font-weight:600}
.regional-proof span{margin-top:4px;color:var(--muted);font-size:13px}
.regional-worries{background:var(--paper)}
.regional-worry-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:48px;border-block:1px solid var(--line)}
.regional-worry-grid article{padding:34px 30px;border-right:1px solid var(--line)}
.regional-worry-grid article:last-child{border-right:0}
.regional-worry-grid span{color:var(--green-dark);font-size:13px;font-weight:700}
.regional-worry-grid h3{margin:15px 0 12px;color:var(--navy-2);font-family:"Noto Serif JP",serif;font-size:21px;font-weight:600;line-height:1.65}
.regional-worry-grid p{margin:0;color:var(--muted);font-size:14px}
.regional-service-grid{display:grid;gap:88px;margin-top:60px}
.regional-service-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:64px;align-items:center}
.regional-service-card:nth-child(even){grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr)}
.regional-service-card:nth-child(even) figure{order:2}
.regional-service-card figure{position:relative}
.regional-service-card figure::after{content:"";position:absolute;inset:18px -18px -18px 18px;z-index:-1;background:var(--green-soft)}
.regional-service-card img{aspect-ratio:3/2;object-fit:cover}
.regional-service-card>div{padding:18px 0}
.service-index{margin:0;color:var(--green-dark);font-size:13px;font-weight:700;letter-spacing:.12em}
.regional-service-card h3{margin:14px 0 20px;color:var(--navy-2);font-family:"Noto Serif JP",serif;font-size:clamp(30px,3.4vw,46px);font-weight:500;line-height:1.5}
.regional-service-card>div>p:not(.service-index){color:var(--muted)}
.regional-price{display:block;margin:22px 0;color:var(--navy-2);font-size:18px}
.regional-difference{background:var(--navy-2);color:#fff}
.regional-difference .section-title,.regional-difference .eyebrow{color:#fff}
.regional-difference .section-lead{color:#d8e0dc}
.regional-difference__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}
.regional-credentials{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.2)}
.regional-credentials article{min-height:260px;padding:34px 26px;border-right:1px solid rgba(255,255,255,.2)}
.regional-credentials article:last-child{border-right:0}
.regional-credentials b{color:#bdd0c3;font-size:12px;letter-spacing:.1em}
.regional-credentials h3{margin:18px 0 12px;font-family:"Noto Serif JP",serif;font-size:22px;font-weight:500}
.regional-credentials p{margin:0;color:#d8e0dc;font-size:14px}
.regional-about{background:var(--green-soft)}
.regional-about__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}
.regional-checks{display:grid;grid-template-columns:repeat(2,1fr);margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}
.regional-checks li{padding:22px 16px 22px 0;border-bottom:1px solid var(--line)}
.regional-checks li:nth-child(odd){border-right:1px solid var(--line)}
.regional-checks li:nth-child(even){padding-left:24px}
.regional-checks strong,.regional-checks span{display:block}
.regional-checks strong{color:var(--navy-2);font-size:17px}
.regional-checks span{margin-top:4px;color:var(--muted);font-size:13px}
.regional-report__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center}
.regional-report__grid figure{padding:22px;background:var(--paper);box-shadow:var(--shadow)}
.regional-report__grid img{aspect-ratio:4/3;object-fit:contain}
.regional-pricing{background:var(--paper)}
.regional-pricing .price-grid{margin-top:48px}
.regional-pricing .price-card{border:1px solid var(--line);background:#fff;box-shadow:none}
.regional-pricing__note{max-width:760px;margin:24px 0 0;color:var(--muted);font-size:14px}
.regional-area__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.regional-area figure img{aspect-ratio:3/2;object-fit:cover}
.regional-area__list{display:grid;grid-template-columns:repeat(3,1fr);margin:36px 0 0;padding:0;list-style:none;border-block:1px solid var(--line)}
.regional-area__list li{padding:20px 16px;border-right:1px solid var(--line)}
.regional-area__list li:last-child{border-right:0}
.regional-area__list strong,.regional-area__list span{display:block}
.regional-area__list strong{color:var(--navy-2)}
.regional-area__list span{margin-top:4px;color:var(--muted);font-size:13px}
.regional-flow{background:var(--green-soft)}
.regional-flow__steps{display:grid;grid-template-columns:repeat(4,1fr);margin:48px 0 0;padding:0;list-style:none;border-block:1px solid var(--line)}
.regional-flow__steps li{position:relative;padding:32px 28px;border-right:1px solid var(--line)}
.regional-flow__steps li:last-child{border-right:0}
.regional-flow__steps b{color:var(--green-dark);font-size:13px}
.regional-flow__steps h3{margin:14px 0 8px;color:var(--navy-2);font-family:"Noto Serif JP",serif;font-size:20px}
.regional-flow__steps p{margin:0;color:var(--muted);font-size:14px}
.regional-faq .faq-list{margin-top:42px}
.regional-faq>.container>.text-link{margin-top:28px}
.regional-business{padding:64px 0;background:var(--tan-soft)}
.regional-business__inner{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}
.regional-business p{margin:0 0 8px;color:var(--green-dark);font-size:13px;font-weight:700}
.regional-business h2{margin:0;color:var(--navy-2);font-family:"Noto Serif JP",serif;font-size:clamp(27px,3vw,40px);font-weight:500}
.regional-business span{display:block;max-width:780px;margin-top:10px;color:var(--muted)}

@media(max-width:1020px){
  .regional-home .global-nav{gap:15px}
  .regional-hero__grid{grid-template-columns:1fr 1fr;gap:40px}
  .regional-hero__visual img{min-height:520px}
  .regional-worry-grid{grid-template-columns:repeat(2,1fr)}
  .regional-worry-grid article:nth-child(2){border-right:0}
  .regional-worry-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .regional-difference__grid,.regional-about__grid{grid-template-columns:1fr;gap:48px}
}

@media(max-width:820px){
  .regional-hero{padding:40px 0 54px;background:var(--paper-2)}
  .regional-hero__grid,.regional-service-card,.regional-service-card:nth-child(even),.regional-report__grid,.regional-area__grid{grid-template-columns:1fr;gap:42px}
  .regional-service-card:nth-child(even) figure{order:0}
  .regional-hero__visual img{min-height:0;aspect-ratio:4/3}
  .regional-hero__visual figcaption{right:12px;bottom:-22px}
  .regional-proof__grid{grid-template-columns:repeat(2,1fr)}
  .regional-proof__grid>div:nth-child(2){border-right:0}
  .regional-proof__grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .regional-credentials{grid-template-columns:1fr}
  .regional-credentials article{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
  .regional-credentials article:last-child{border-bottom:0}
  .regional-flow__steps{grid-template-columns:repeat(2,1fr)}
  .regional-flow__steps li:nth-child(2){border-right:0}
  .regional-flow__steps li:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .regional-business__inner{grid-template-columns:1fr}
}

@media(max-width:560px){
  .regional-hero__copy{padding:10px 0 0}
  .regional-kicker{font-size:12px;letter-spacing:.05em}
  .regional-hero h1{font-size:37px;line-height:1.55}
  .regional-hero__lead{font-size:16px;line-height:1.9}
  .regional-hero__actions{display:grid}
  .regional-hero__actions .button{width:100%}
  .regional-hero__facts{display:grid;gap:7px}
  .regional-hero__visual figcaption{position:relative;right:auto;bottom:auto;width:100%;padding:18px 20px}
  .regional-proof__grid{grid-template-columns:1fr}
  .regional-proof__grid>div{min-height:0;border-right:0;border-bottom:1px solid var(--line)}
  .regional-proof__grid>div:last-child{border-bottom:0}
  .regional-worry-grid{grid-template-columns:1fr}
  .regional-worry-grid article{padding:28px 8px;border-right:0;border-bottom:1px solid var(--line)}
  .regional-worry-grid article:last-child{border-bottom:0}
  .regional-service-grid{gap:72px}
  .regional-service-card{gap:28px}
  .regional-service-card figure::after{inset:12px -8px -12px 12px}
  .regional-service-card h3{font-size:29px}
  .regional-about__grid,.regional-difference__grid{gap:38px}
  .regional-checks{grid-template-columns:1fr}
  .regional-checks li,.regional-checks li:nth-child(odd),.regional-checks li:nth-child(even){padding:18px 0;border-right:0}
  .regional-area__list{grid-template-columns:1fr}
  .regional-area__list li{border-right:0;border-bottom:1px solid var(--line)}
  .regional-area__list li:last-child{border-bottom:0}
  .regional-flow__steps{grid-template-columns:1fr}
  .regional-flow__steps li{padding:26px 8px;border-right:0;border-bottom:1px solid var(--line)}
  .regional-flow__steps li:last-child{border-bottom:0}
}

/* Editorial business-site finish: restrained, specific, and non-template-like */
body,p,li,dt,dd,summary,a,button{
  word-break:normal;
  word-break:auto-phrase;
  line-break:strict;
  overflow-wrap:normal;
}
h1,h2,h3{
  text-wrap:pretty;
  word-break:normal;
  word-break:auto-phrase;
  line-break:strict;
}
.no-break{display:inline-block;white-space:nowrap}
.button,.global-nav a,.text-link,.regional-price{word-break:keep-all}
.button,.global-nav .nav-contact{border-radius:3px}
.button{min-height:58px;padding:14px 27px;box-shadow:none}
.button:hover{transform:none;background:var(--navy-2);color:#fff}
.card,.support-card,.compare-card,.price-card,.request-box,.choice-panel article,.credentials article{border-radius:4px}
.page-hero figure,.pro-hero figure,.split figure{border-radius:0}
.utility-inner--service{justify-content:space-between}
.utility-inner--service>span{font-size:12px;letter-spacing:.08em}
.utility-inner--service>div{display:flex;align-items:center;gap:28px}

.regional-home .section-head--center{text-align:left}
.regional-hero{padding:68px 0 76px;background:var(--paper-2)}
.regional-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:58px}
.regional-hero__copy{padding:18px 0}
.regional-hero h1{font-size:clamp(46px,5.15vw,70px);line-height:1.46}
.regional-hero__lead{margin-top:26px}
.regional-hero__visual img{min-height:520px;max-height:610px;object-fit:cover;object-position:center 54%}
.regional-hero__visual figcaption{position:static;width:auto;padding:17px 0 0 19px;border-left:3px solid var(--green);background:transparent;color:var(--ink);box-shadow:none}
.regional-hero__visual figcaption strong{font-size:16px}
.regional-hero__visual figcaption span{margin-top:4px;color:var(--muted)}
.regional-proof{border:0;background:var(--navy-2);color:#fff}
.regional-proof__grid>div{min-height:122px;padding:28px 24px;border-right:1px solid rgba(255,255,255,.16)}
.regional-proof strong{margin:0;color:#fff;font-family:"Noto Sans JP",sans-serif;font-size:16px}
.regional-proof span{color:#ccd6d1}
.regional-worries{background:var(--paper)}
.regional-worry-grid{grid-template-columns:repeat(2,1fr);gap:0 68px;margin-top:44px;border:0}
.regional-worry-grid article{padding:28px 0 31px;border:0;border-top:1px solid var(--line)}
.regional-worry-grid article:nth-last-child(-n+2){border-bottom:1px solid var(--line)}
.regional-worry-grid h3{display:flex;flex-wrap:wrap;gap:0 .18em;margin:10px 0 9px;font-size:20px}
.regional-services{background:#fff}
.regional-service-grid{gap:70px;margin-top:54px}
.regional-service-card,.regional-service-card:nth-child(even){grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);gap:58px}
.regional-service-card:nth-child(even) figure{order:0}
.regional-service-card figure::after{display:none}
.regional-service-card img{aspect-ratio:4/3}
.regional-service-card--inspection img{object-fit:contain;background:var(--paper)}
.regional-service-card>div{padding:28px 0;border-block:1px solid var(--line)}
.service-index{letter-spacing:.08em}
.regional-service-card h3{margin:12px 0 18px;font-size:clamp(29px,3.25vw,43px)}
.regional-difference{background:var(--navy-2)}
.regional-credentials{border:0;border-block:1px solid rgba(255,255,255,.25)}
.regional-credentials article{min-height:244px;padding:31px 24px;border-radius:0;background:transparent}
.regional-credentials h3{font-size:19px}
.regional-about{background:var(--paper)}
.regional-about figure{padding:14px;border:1px solid var(--line);background:#fff}
.regional-report{background:#fff}
.regional-report .split{gap:72px}
.regional-report .split figure{padding:18px;border:1px solid var(--line);background:var(--paper)}
.regional-report__content{display:grid;grid-template-columns:.9fr 1.1fr;gap:84px;align-items:start}
.regional-report__content .check-list{margin-top:4px;border-top:2px solid var(--green-dark)}
.regional-pricing{background:var(--green-soft)}
.regional-pricing .price-grid{display:block;margin-top:42px;border-top:1px solid var(--line)}
.regional-pricing .price-card{display:grid;grid-template-columns:1fr .65fr 1.2fr;gap:30px;align-items:center;min-height:0;padding:25px 4px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}
.regional-pricing .price-card strong{margin:0;font-size:25px}
.regional-pricing .price-card small{margin:0;color:var(--muted);font-size:13px}
.regional-pricing__note{margin-top:20px}
.regional-area{background:#fff}
.regional-area__list{display:block;margin:0;padding:34px 36px;border:1px solid var(--line);background:var(--paper)}
.regional-area__list>strong{display:block;color:var(--navy-2);font-family:"Noto Serif JP",serif;font-size:21px}
.regional-area__list ul{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px;margin:17px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}
.regional-area__list li{padding:13px 0;border:0;border-bottom:1px solid var(--line);color:var(--ink)}
.regional-area__list p{margin:18px 0 12px;color:var(--muted);font-size:14px}
.regional-flow{background:var(--paper)}
.regional-flow__steps{border-top:2px solid var(--green-dark);border-bottom:1px solid var(--line)}
.regional-flow__steps li{padding:31px 26px;background:transparent}
.regional-faq{background:#fff}
.regional-business{padding:58px 0;border-block:1px solid #d8d0c4;background:var(--tan-soft)}
.regional-business .button{background:transparent;color:var(--navy-2)}
.contact-section{background:var(--navy-2)}
.contact-section .button{border-color:#fff}
.contact-section .button--solid{background:#fff;color:var(--navy-2)}

@media(max-width:1020px){
  .regional-hero__grid{grid-template-columns:1fr 1fr;gap:40px}
  .regional-hero__visual img{min-height:460px}
  .regional-service-card,.regional-service-card:nth-child(even){grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:42px}
}

@media(max-width:820px){
  .utility-inner--service>span{display:none}
  .utility-inner--service{justify-content:flex-end}
  .regional-hero__grid,.regional-service-card,.regional-service-card:nth-child(even){grid-template-columns:1fr}
  .regional-report__content{grid-template-columns:1fr;gap:38px}
  .regional-hero__visual img{min-height:0;max-height:none;aspect-ratio:4/3}
  .regional-worry-grid{grid-template-columns:1fr;gap:0}
  .regional-worry-grid article,.regional-worry-grid article:nth-last-child(-n+2){border-bottom:0}
  .regional-worry-grid article:last-child{border-bottom:1px solid var(--line)}
  .regional-service-card>div{padding:24px 0}
  .regional-pricing .price-card{grid-template-columns:1fr auto;gap:5px 24px}
  .regional-pricing .price-card small{grid-column:1/-1}
}

@media(max-width:560px){
  .utility-inner--service>div{width:100%;justify-content:space-between;gap:15px}
  .utility-inner--service>div a{font-size:11px}
  .regional-hero h1{font-size:35px;line-height:1.58}
  .regional-hero__lead .line{display:flex;flex-wrap:wrap;gap:0 .2em}
  .regional-hero__visual figcaption{padding-left:14px}
  .regional-proof__grid>div{padding:23px 8px}
  .regional-worry-grid h3{font-size:18px}
  .regional-service-card h3{font-size:28px}
  .regional-credentials article{padding:26px 8px}
  .regional-pricing .price-card{grid-template-columns:1fr;padding:22px 0}
  .regional-pricing .price-card small{grid-column:auto}
  .regional-area__list{padding:28px 20px}
  .regional-area__list ul{grid-template-columns:1fr}
  .regional-flow__steps li{padding:24px 8px}
}

/* v5: clear, factual, large-type business design */
:root{
  --navy:#173f3a;
  --navy-2:#0e2d29;
  --green:#2f7a58;
  --green-dark:#1f6045;
  --green-soft:#eaf2ec;
  --paper:#f6f1e8;
  --paper-2:#fffdf9;
  --tan:#c36f32;
  --tan-soft:#f3e5d7;
  --ink:#1d2f2b;
  --muted:#4d5e58;
  --line:#c8d1cc;
  --shadow:0 8px 20px rgba(14,45,41,.08);
}
body{
  color:var(--ink);
  background:#fff;
  font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size:18px;
  line-height:1.85;
}
p,li,dd,summary{font-size:inherit}
.eyebrow,.clear-label{font-size:15px}
.section-title,.page-hero h1,.pro-hero h1,.contact-grid h2{
  font-family:"Noto Sans JP","Yu Gothic",sans-serif;
  font-weight:700;
  letter-spacing:0;
}
.section-title{font-size:clamp(36px,4.2vw,52px);line-height:1.48}
.section-title--small{font-size:clamp(32px,3.6vw,44px)}
.section-lead,.page-hero__lead,.pro-hero__lead{font-size:18px;line-height:1.9}
.utility-bar{background:var(--navy-2)}
.utility-inner{min-height:42px}
.utility-inner a,.utility-inner--service>span{font-size:13px;font-weight:600}
.site-header{background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}
.header-inner{min-height:90px}
.brand-copy strong{color:var(--navy-2);font-size:19px}
.brand-copy small{font-size:13px}
.global-nav a{font-size:15px}
.global-nav .nav-contact{padding:13px 20px;border-radius:2px;background:var(--tan);color:#fff}
.button{min-height:60px;border-radius:2px;font-size:16px;font-weight:700}
.button--accent{border-color:var(--tan);background:var(--tan);color:#fff}
.button--accent:hover{border-color:#9b4f1d;background:#9b4f1d}
.button--outline-dark{border-color:var(--navy-2);background:transparent;color:var(--navy-2)}
.button--outline-dark:hover{background:var(--navy-2);color:#fff}
.plain-link{display:inline-flex;margin-top:28px;padding-bottom:5px;border-bottom:2px solid var(--tan);color:var(--navy-2);font-size:16px;font-weight:700;text-decoration:none}

.clear-hero{padding:68px 0 0;background:var(--paper-2)}
.clear-hero__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr);gap:58px;align-items:center}
.clear-hero__area{display:flex;flex-wrap:wrap;gap:0 .5em;margin:0 0 19px;color:var(--green-dark);font-size:16px;font-weight:800;letter-spacing:.06em}
.clear-hero__area span{white-space:nowrap}
.clear-hero h1{margin:0;color:var(--navy-2);font-size:clamp(46px,5.15vw,66px);font-weight:800;line-height:1.36;letter-spacing:-.02em}
.clear-hero h1 span{display:block;white-space:nowrap}
.clear-hero h1 b{display:inline-block;font:inherit;white-space:nowrap}
.clear-hero h1 b+b{margin-left:.16em}
.clear-hero__definition{display:flex;flex-wrap:wrap;gap:0 .22em;max-width:700px;margin:28px 0 0;font-size:20px;font-weight:500;line-height:1.85}
.clear-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.clear-hero__note{max-width:670px;margin:25px 0 0;padding-left:17px;border-left:3px solid var(--green);color:var(--muted);font-size:15px}
.clear-hero__visual img{width:100%;aspect-ratio:4/3;object-fit:cover}
.clear-hero__visual figcaption{padding:13px 0 0;color:var(--muted);font-size:14px}
.clear-trust{display:grid;grid-template-columns:repeat(4,1fr);margin-top:62px;border-block:1px solid var(--line)}
.clear-trust span{padding:22px 18px;border-right:1px solid var(--line);font-size:14px}
.clear-trust span:last-child{border-right:0}
.clear-trust strong{display:block;margin-bottom:2px;color:var(--navy-2);font-size:15px}

.clear-services{padding:104px 0;background:#fff}
.clear-section-head{display:grid;grid-template-columns:220px 1fr;gap:38px;align-items:end;margin-bottom:48px}
.clear-section-head p{margin:0;padding-bottom:9px;border-bottom:3px solid var(--tan);color:var(--green-dark);font-size:15px;font-weight:800}
.clear-section-head h2{margin:0;color:var(--navy-2);font-size:clamp(34px,4vw,48px);line-height:1.45}
.clear-service-list{border-top:2px solid var(--navy-2)}
.clear-service{display:grid;grid-template-columns:1fr 1.35fr .72fr;gap:44px;padding:40px 0;border-bottom:1px solid var(--line)}
.clear-service__name>span{display:block;margin-bottom:11px;color:var(--tan);font-size:14px;font-weight:800}
.clear-service__name h3{margin:0;color:var(--navy-2);font-size:25px;line-height:1.65}
.clear-service__name b{font-size:32px}
.clear-service__body p{margin:0;font-size:17px}
.clear-service__body ul{display:grid;grid-template-columns:repeat(2,1fr);gap:7px 24px;margin:18px 0 0;padding:0;list-style:none}
.clear-service__body li{position:relative;padding-left:17px;color:var(--muted);font-size:15px}
.clear-service__body li::before{content:"";position:absolute;top:.72em;left:0;width:7px;height:7px;background:var(--green)}
.clear-service__action{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}
.clear-service__action strong{color:var(--muted);font-size:14px;font-weight:500}
.clear-service__action em{color:var(--navy-2);font-size:24px;font-style:normal;font-weight:800;white-space:nowrap}
.clear-service__action a{padding-bottom:4px;border-bottom:2px solid var(--tan);color:var(--navy-2);font-size:15px;font-weight:700;text-decoration:none}

.clear-role{padding:108px 0;background:var(--navy-2);color:#fff}
.clear-role__grid{display:grid;grid-template-columns:1fr .92fr;gap:84px;align-items:start}
.clear-role__copy h2,.clear-inspection h2,.clear-consultation h2{margin:0;font-size:clamp(34px,4vw,49px);line-height:1.5}
.clear-role__copy h2 span,.clear-inspection h2 span,.clear-consultation h2 span{display:block}
.clear-label{margin:0 0 16px;color:var(--tan);font-weight:800;letter-spacing:.06em}
.clear-role__copy>p:not(.clear-label){margin:26px 0 0;color:#dfe8e4;font-size:18px}
.clear-role__list{margin:0;border-top:1px solid rgba(255,255,255,.3)}
.clear-role__list>div{display:grid;grid-template-columns:150px 1fr;gap:25px;padding:25px 20px;border-bottom:1px solid rgba(255,255,255,.3)}
.clear-role__list dt{font-weight:800}
.clear-role__list dd{margin:0;color:#d7e2dd;font-size:16px}
.clear-role__list .is-us{margin-top:12px;border:0;background:var(--tan)}
.clear-role__list .is-us dd{color:#fff}

.clear-inspection,.clear-consultation{padding:108px 0}
.clear-inspection{background:var(--paper)}
.clear-inspection__grid,.clear-consultation__grid{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}
.clear-inspection figure{padding:14px;border:1px solid var(--line);background:#fff}
.clear-inspection figure img{width:100%;height:auto}
.clear-inspection p:not(.clear-label),.clear-consultation p:not(.clear-label){margin:24px 0 0;font-size:18px}
.clear-consultation{background:#fff}
.clear-consultation__grid>div{order:1}
.clear-consultation__grid>figure{order:2}
.clear-consultation figure img{width:100%;aspect-ratio:4/3;object-fit:cover}
.clear-order{margin:31px 0 0;border-top:2px solid var(--green-dark)}
.clear-order>div{display:grid;grid-template-columns:100px 1fr;gap:22px;padding:17px 4px;border-bottom:1px solid var(--line)}
.clear-order dt{color:var(--navy-2);font-weight:800}
.clear-order dd{margin:0;color:var(--muted);font-size:16px}

.clear-price-area{padding:104px 0;background:var(--green-soft)}
.clear-price-area__grid{display:grid;grid-template-columns:1.18fr .82fr;gap:78px;align-items:start}
.clear-price-table{border-top:2px solid var(--navy-2)}
.clear-price-table>div{display:grid;grid-template-columns:1fr auto;gap:30px;padding:21px 4px;border-bottom:1px solid var(--line)}
.clear-price-table span{font-size:17px;font-weight:600}
.clear-price-table strong{font-size:23px;white-space:nowrap}
.clear-price-table>p{margin:18px 0 0;color:var(--muted);font-size:15px}
.clear-area{padding:31px 34px;border:2px solid var(--navy-2);background:#fff}
.clear-area h3{margin:0;color:var(--navy-2);font-size:24px}
.clear-area p{margin:15px 0 0;font-size:16px}
.clear-area p strong{color:var(--green-dark)}
.clear-area .plain-link{margin-top:22px}
.clear-contact{background:var(--navy-2)}
.clear-contact .eyebrow{color:#f2b889}
.clear-contact .button--outline{border-color:#fff;color:#fff}
.clear-contact .button--outline:hover{background:#fff;color:var(--navy-2)}

/* Detail pages: larger type and fewer card-like surfaces */
.page-hero h1,.pro-hero h1{font-size:clamp(40px,5vw,58px);line-height:1.52}
.page-hero__lead,.pro-hero__lead{font-size:19px}
.fact-list li{font-size:16px}
.card-grid{gap:0;border-top:2px solid var(--navy-2)}
.card-grid--4{grid-template-columns:repeat(2,1fr)}
.card{padding:30px 25px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none}
.card:nth-child(even){border-right:0}
.card h3{font-size:23px}
.card p{font-size:16px}
.card b{font-size:14px}
.support-grid{grid-template-columns:repeat(2,1fr);gap:0;border-top:2px solid var(--navy-2)}
.support-card{border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent}
.support-card:nth-child(even){border-right:0}
.support-card p{font-size:16px}
.compare-grid{gap:14px}
.compare-card{border-radius:2px;box-shadow:none}
.point-list dt{font-size:15px}
.point-list dd{font-size:16px}
.check-list span{font-size:16px}
.inspection-visual figcaption{font-size:14px}
.price-card span{font-size:15px}
.price-card small{font-size:14px}
.notice{font-size:16px}
.pro-kicker{font-size:14px}
.credentials b,.steps b{font-size:14px}
.credentials p,.steps p{font-size:16px}
.stats span{font-size:16px}
.faq summary{font-size:17px}
.faq details p{font-size:16px}
.breadcrumb ol{font-size:14px}
.contact-meta{font-size:14px}
.footer-contact,.footer-nav{font-size:15px}

@media(max-width:1020px){
  .clear-hero__grid{grid-template-columns:1fr 1fr;gap:38px}
  .clear-service{grid-template-columns:.9fr 1.2fr .8fr;gap:28px}
  .clear-role__grid{gap:48px}
  .clear-inspection__grid,.clear-consultation__grid{gap:48px}
}

@media(max-width:820px){
  body{font-size:17px}
  .header-inner{min-height:78px}
  .clear-hero{padding-top:48px}
  .clear-hero__grid,.clear-role__grid,.clear-inspection__grid,.clear-consultation__grid,.clear-price-area__grid{grid-template-columns:1fr}
  .clear-hero__visual{margin-top:10px}
  .clear-trust{grid-template-columns:repeat(2,1fr);margin-top:45px}
  .clear-trust span:nth-child(2){border-right:0}
  .clear-trust span:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .clear-section-head{grid-template-columns:1fr;gap:13px}
  .clear-section-head p{width:max-content}
  .clear-service{grid-template-columns:1fr;gap:24px}
  .clear-service__action{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end}
  .clear-role__list .is-us{margin-top:0}
  .clear-consultation__grid>div,.clear-consultation__grid>figure{order:initial}
  .clear-consultation__grid>figure{order:-1}
}

@media(max-width:560px){
  body{font-size:16px}
  .section-title{font-size:31px;line-height:1.55}
  .section-title--small{font-size:28px}
  .section-lead,.page-hero__lead,.pro-hero__lead{font-size:17px}
  .clear-hero h1{font-size:35px;line-height:1.52}
  .clear-hero h1 span{white-space:normal}
  .clear-hero h1 b+b{margin-left:0}
  .clear-hero__definition{font-size:17px;line-height:1.9}
  .clear-hero__definition .no-break{white-space:nowrap}
  .clear-hero__actions{display:grid}
  .clear-hero__actions .button{width:100%}
  .clear-hero__note{font-size:14px}
  .clear-trust{grid-template-columns:1fr}
  .clear-trust span{padding:17px 4px;border-right:0;border-bottom:1px solid var(--line)}
  .clear-trust span:last-child{border-bottom:0}
  .clear-services,.clear-role,.clear-inspection,.clear-consultation,.clear-price-area{padding:78px 0}
  .clear-section-head h2,.clear-role__copy h2,.clear-inspection h2,.clear-consultation h2{font-size:30px;line-height:1.6}
  .clear-service__name h3{font-size:22px}
  .clear-service__name b{font-size:27px}
  .clear-service__body ul{grid-template-columns:1fr}
  .clear-service__action{grid-template-columns:1fr}
  .clear-service__action em{font-size:22px}
  .clear-role__list>div{grid-template-columns:1fr;gap:5px;padding:21px 10px}
  .clear-role__copy>p:not(.clear-label),.clear-inspection p:not(.clear-label),.clear-consultation p:not(.clear-label){font-size:17px}
  .clear-order>div{grid-template-columns:70px 1fr}
  .clear-price-table>div{grid-template-columns:1fr}
  .clear-area{padding:25px 20px}
  .card-grid--4,.support-grid{grid-template-columns:1fr}
  .card,.support-card{padding:27px 5px;border-right:0}
  .page-hero h1,.pro-hero h1{font-size:33px;line-height:1.65}
  .faq summary{font-size:16px}
}

/* v6: quiet gray-and-ivory palette with two direct service paths */
:root{
  --navy:#3d423f;
  --navy-2:#292d2b;
  --green:#777c78;
  --green-dark:#555b57;
  --green-soft:#e8e7e2;
  --paper:#efede7;
  --paper-2:#faf8f3;
  --tan:#6d6962;
  --tan-soft:#e4e1da;
  --ink:#292d2b;
  --muted:#595e5a;
  --line:#c8c6be;
  --shadow:0 9px 24px rgba(41,45,43,.08);
}
body{background:var(--paper-2);color:var(--ink)}
.utility-bar{background:#deddd7;color:var(--ink)}
.utility-inner a,.utility-inner--service>span{color:var(--ink)}
.site-header{background:rgba(250,248,243,.97)}
.global-nav .nav-contact{border-color:var(--navy-2);background:var(--navy-2);color:#fff}
.button--accent{border-color:var(--navy-2);background:var(--navy-2)}
.button--accent:hover{border-color:#111311;background:#111311}
.plain-link{border-color:var(--navy-2)}
.contact-section,.clear-contact,.site-footer{background:#3d423f}
.mobile-contact-bar a:first-child{background:#292d2b}
.mobile-contact-bar a:last-child{background:#666b67}

.home-hero{padding:76px 0 0;background:var(--paper-2)}
.home-hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);gap:64px;align-items:center}
.home-kicker{margin:0 0 20px;color:var(--green-dark);font-size:16px;font-weight:700;letter-spacing:.05em}
.home-hero h1{margin:0;color:var(--navy-2);font-size:clamp(48px,5.4vw,70px);font-weight:700;line-height:1.42;letter-spacing:-.025em}
.home-hero h1 span{display:block}
.home-hero__definition{display:flex;flex-wrap:wrap;gap:0 .23em;max-width:760px;margin:28px 0 0;font-size:21px;font-weight:500;line-height:1.9}
.home-hero__qualification{display:grid;gap:6px;margin:28px 0 0;padding:20px 0 20px 24px;border-left:4px solid var(--navy-2)}
.home-hero__qualification strong{font-size:19px;line-height:1.7}
.home-hero__qualification span{color:var(--muted);font-size:16px}
.home-hero__visual{margin:0}
.home-hero__visual img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:saturate(.72) contrast(.94)}
.home-hero__visual figcaption{padding-top:12px;color:var(--muted);font-size:15px}

.home-choice-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:70px;border:1px solid var(--line)}
.home-choice{display:grid;grid-template-columns:48px 1fr 45px;gap:24px;align-items:center;min-height:230px;padding:40px;color:var(--ink);text-decoration:none;transition:background-color .2s ease,color .2s ease}
.home-choice:first-child{border-right:1px solid var(--line);background:#e8e7e2}
.home-choice:last-child{background:#f5f2eb}
.home-choice:hover{background:#d9d8d2}
.home-choice:focus-visible{outline:3px solid var(--navy-2);outline-offset:-6px}
.home-choice__number{align-self:start;padding-top:4px;color:var(--muted);font-size:15px;font-weight:700}
.home-choice__content{display:grid;gap:9px}
.home-choice__content small{color:var(--muted);font-size:15px;font-weight:600}
.home-choice__content strong{font-size:clamp(30px,3vw,40px);line-height:1.45}
.home-choice__content>span{font-size:17px}
.home-choice__arrow{font-size:30px;text-align:right}

.home-difference{padding:110px 0;background:#e8e7e2}
.home-difference__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(470px,.94fr);gap:88px;align-items:start}
.home-difference h2,.home-roles h2{margin:0;color:var(--navy-2);font-size:clamp(35px,4.2vw,50px);line-height:1.55}
.home-difference h2 span{display:block}
.home-difference__grid>div>p:not(.home-kicker){margin:27px 0 0;font-size:18px;line-height:2}
.home-scope-list{margin:0;border-top:2px solid var(--navy-2)}
.home-scope-list>div{display:grid;grid-template-columns:190px 1fr;gap:28px;padding:24px 4px;border-bottom:1px solid #aaa9a3}
.home-scope-list dt{font-size:16px;font-weight:700}
.home-scope-list dd{display:grid;gap:4px;margin:0}
.home-scope-list dd strong{font-size:19px}
.home-scope-list dd span{color:var(--muted);font-size:15px}

.home-roles{padding:104px 0;background:var(--paper-2)}
.home-roles h2{max-width:920px}
.home-role-list{margin:48px 0 0;border-top:2px solid var(--navy-2)}
.home-role-list>div{display:grid;grid-template-columns:250px 1fr;gap:40px;padding:25px 18px;border-bottom:1px solid var(--line)}
.home-role-list dt{font-size:18px;font-weight:700}
.home-role-list dd{margin:0;font-size:17px}
.home-role-list .is-us{background:#e8e7e2}
.home-role-list .is-us dt{color:var(--navy-2)}
.clear-contact .eyebrow{color:#f3f0e9}

@media(max-width:900px){
  .home-hero__grid,.home-difference__grid{grid-template-columns:1fr}
  .home-hero__visual{margin-top:4px}
  .home-choice-grid{margin-top:52px}
  .home-choice{grid-template-columns:38px 1fr 35px;padding:32px 26px}
}

@media(max-width:680px){
  .home-hero{padding-top:48px}
  .home-hero h1{font-size:36px;line-height:1.55}
  .home-hero h1 span{display:inline}
  .home-hero h1 span+span::before{content:" "}
  .home-hero__definition{font-size:18px}
  .home-hero__definition .no-break{white-space:nowrap}
  .home-hero__qualification{padding-left:17px}
  .home-hero__qualification strong{font-size:17px}
  .home-choice-grid{grid-template-columns:1fr}
  .home-choice{min-height:210px;padding:29px 20px}
  .home-choice:first-child{border-right:0;border-bottom:1px solid var(--line)}
  .home-choice__content strong{font-size:29px}
  .home-difference,.home-roles{padding:76px 0}
  .home-difference__grid{gap:45px}
  .home-difference h2,.home-roles h2{font-size:31px;line-height:1.65}
  .home-difference h2 span{display:inline}
  .home-difference h2 span+span::before{content:" "}
  .home-difference__grid>div>p:not(.home-kicker){font-size:17px}
  .home-scope-list>div,.home-role-list>div{grid-template-columns:1fr;gap:7px;padding:22px 4px}
  .home-role-list{margin-top:34px}
}

/* v7: top-page portal and restored Mincho display type */
h1,h2,h3,.section-title,.page-hero h1,.pro-hero h1,.contact-grid h2,.profile-name{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:600;
  letter-spacing:.015em;
}

.portal-home{background:#f7f5f0}
.portal-stage{background:#f7f5f0}
.portal-stage__grid{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(520px,1.36fr) minmax(280px,.82fr);
  min-height:700px;
  border-bottom:1px solid var(--line);
}
.portal-stage__visual{position:relative;min-width:0;margin:0;overflow:hidden}
.portal-stage__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(32,37,35,.12) 0%,rgba(32,37,35,.02) 43%,rgba(32,37,35,.48) 100%);
}
.portal-stage__visual img{width:100%;height:100%;min-height:700px;object-fit:cover;object-position:center}
.portal-stage__copy{
  position:absolute;
  z-index:1;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:52px;
  color:#fff;
  text-align:center;
  text-shadow:0 2px 14px rgba(21,25,23,.72);
}
.portal-stage__copy p{margin:0 0 20px;font-size:17px;font-weight:700;letter-spacing:.12em}
.portal-stage__copy h1{margin:0;font-size:clamp(39px,4.1vw,62px);line-height:1.55}
.portal-stage__copy h1 span{display:block;white-space:nowrap}
.portal-stage__copy small{max-width:620px;margin-top:28px;font-size:16px;font-weight:600;line-height:1.9}

.portal-choice{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:56px 36px;
  color:var(--ink);
  text-align:center;
  text-decoration:none;
  transition:background-color .2s ease;
}
.portal-choice--consultation{background:#eeece7}
.portal-choice--inspection{background:#faf9f5}
.portal-choice:hover{background:#dedcd6}
.portal-choice:focus-visible{outline:3px solid var(--navy-2);outline-offset:-7px}
.portal-choice__label{min-height:3.5em;color:var(--muted);font-size:15px;font-weight:600;line-height:1.75}
.portal-choice h2{margin:30px 0 0;font-size:clamp(30px,2.4vw,43px);line-height:1.55;white-space:nowrap}
.portal-choice p{margin:25px 0 0;font-size:18px;font-weight:500;line-height:2}
.portal-choice__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  width:100%;
  max-width:320px;
  margin-top:42px;
  padding:16px 20px;
  border:1px solid var(--navy-2);
  background:transparent;
  font-size:16px;
  font-weight:700;
}
.portal-choice:hover .portal-choice__link{background:var(--navy-2);color:#fff}
.portal-choice__mobile-break{display:none}
.portal-footer{margin-top:0}

@media(max-width:1180px){
  .portal-stage__grid{grid-template-columns:minmax(245px,.8fr) minmax(430px,1.4fr) minmax(245px,.8fr)}
  .portal-choice{padding-inline:24px}
  .portal-choice h2{font-size:29px}
  .portal-choice__label{font-size:14px}
  .portal-stage__copy{padding:38px 28px}
}

@media(max-width:900px){
  .portal-stage__grid{grid-template-columns:1fr 1fr;min-height:0}
  .portal-stage__visual{grid-column:1/-1;grid-row:1;height:540px}
  .portal-stage__visual img{min-height:0;height:100%}
  .portal-choice{min-height:340px;padding:44px 30px}
  .portal-choice--consultation{grid-column:1;grid-row:2}
  .portal-choice--inspection{grid-column:2;grid-row:2}
  .portal-choice h2{font-size:32px}
}

@media(max-width:620px){
  .portal-stage__grid{grid-template-columns:1fr}
  .portal-stage__visual{grid-column:1;grid-row:1;height:440px}
  .portal-stage__copy{padding:32px 20px}
  .portal-stage__copy p{font-size:14px;letter-spacing:.06em}
  .portal-stage__copy h1{font-size:34px;line-height:1.65}
  .portal-stage__copy h1 span{white-space:normal}
  .portal-stage__copy small{font-size:14px}
  .portal-choice{min-height:300px;padding:38px 24px}
  .portal-choice--consultation{grid-column:1;grid-row:2}
  .portal-choice--inspection{grid-column:1;grid-row:3}
  .portal-choice__label{min-height:0}
  .portal-choice h2{font-size:31px}
  .portal-choice p{font-size:17px}
  .portal-choice__link{margin-top:30px}
  .portal-choice__mobile-break{display:block}
}

/* v8: revised portal copy and brighter contact footer */
.portal-stage__copy h1{font-size:clamp(34px,3.45vw,52px);line-height:1.55}
.portal-stage__copy small{font-size:17px}
.portal-choice h2{
  margin-top:0;
  font-size:clamp(34px,2.65vw,47px);
  white-space:normal;
}
.portal-choice h2 span{display:block;margin-top:5px;font-size:.58em}
.portal-choice p{font-size:clamp(20px,1.35vw,23px);line-height:2.05}

.site-footer,.portal-footer{
  background:#e5e2da;
  color:#252927;
}
.site-footer a,.site-footer .brand-copy strong,.site-footer .brand-copy small,
.site-footer .footer-copy,.site-footer .footer-contact,.site-footer .footer-nav{
  color:#252927;
}
.site-footer .footer-grid{padding-top:64px}
.site-footer .footer-nav a{border-color:#8f918c}
.site-footer .copyright{border-color:#b8b6af;color:#4f544f}
.footer-contact--large{
  display:grid;
  gap:9px;
  margin-top:25px;
  font-size:20px;
  font-style:normal;
  font-weight:600;
  line-height:1.75;
}
.footer-contact--large span{display:block}
.footer-contact--large a{font-weight:700;text-decoration:underline;text-underline-offset:5px}

@media(max-width:620px){
  .portal-stage__copy h1{font-size:31px}
  .portal-stage__copy small{font-size:14px}
  .portal-choice h2{font-size:34px}
  .portal-choice p{font-size:19px}
  .footer-contact--large{font-size:16px}
  .footer-contact--large span{overflow-wrap:anywhere}
}

/* v9: readable hero copy, service imagery, and simplified centered footer */
.site-header .header-inner{min-height:104px}
.site-header .brand-logo{width:66px;height:66px}
.site-header .brand-copy strong{font-size:22px}
.site-header .brand-copy small{font-size:14px}

.portal-stage__grid{min-height:780px}
.portal-stage__visual::after{background:rgba(67,71,68,.16)}
.portal-stage__copy{
  isolation:isolate;
  text-shadow:0 3px 9px rgba(39,42,40,.95),0 1px 2px rgba(39,42,40,.95);
}
.portal-stage__copy::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:10% 6%;
  border-radius:26px;
  background:rgba(58,62,60,.70);
  box-shadow:0 18px 46px rgba(42,45,43,.28);
}
.portal-stage__copy>*{position:relative;z-index:1}
.portal-stage__copy h1{font-size:clamp(34px,3.3vw,50px)}
.portal-stage__copy h1 .portal-stage__cta-line{margin-top:.18em;font-size:.76em}
.portal-stage__copy small{
  max-width:none;
  margin-top:30px;
  font-size:clamp(11px,.92vw,15px);
  letter-spacing:-.015em;
  white-space:nowrap;
}
.portal-choice{padding:48px 32px}
.portal-choice__image{
  width:min(100%,360px);
  aspect-ratio:16/10;
  margin-bottom:30px;
  border-radius:24px;
  object-fit:cover;
  filter:saturate(.76) contrast(.96);
  box-shadow:0 10px 26px rgba(42,45,43,.13);
}
.portal-choice--consultation .portal-choice__image{object-position:center 58%}
.portal-choice--inspection .portal-choice__image{object-position:center}
.portal-choice h2{font-size:clamp(35px,2.55vw,46px)}
.portal-choice p{font-size:clamp(21px,1.4vw,24px)}
.portal-choice__link{
  min-height:76px;
  max-width:390px;
  margin-top:38px;
  border:0;
  border-radius:999px;
  background:#4e5551;
  color:#fff;
  font-size:18px;
  box-shadow:0 9px 22px rgba(42,45,43,.16);
}
.portal-choice:hover .portal-choice__link{background:#2d322f}

.site-footer .footer-grid{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:30px;
  text-align:center;
}
.site-footer .footer-grid>div{display:flex;flex-direction:column;align-items:center}
.site-footer .footer-brand{justify-content:center}
.site-footer .footer-brand .brand-logo{width:86px;height:86px}
.site-footer .footer-brand .brand-copy strong{font-size:22px}
.site-footer .footer-brand .brand-copy small{font-size:14px}
.site-footer .footer-copy{font-size:18px}
.site-footer .footer-nav{display:flex;justify-content:center}
.site-footer .footer-nav a{font-size:16px}

@media(max-width:900px){
  .portal-stage__grid{min-height:0}
  .portal-stage__copy::before{inset:9% 7%}
}

@media(max-width:620px){
  .site-header .header-inner{min-height:88px}
  .site-header .brand-logo{width:56px;height:56px}
  .site-header .brand-copy strong{font-size:19px}
  .site-header .brand-copy small{font-size:12px}
  .portal-stage__copy::before{inset:8% 4%;border-radius:18px}
  .portal-stage__copy h1{font-size:29px}
  .portal-stage__copy small{font-size:9px;letter-spacing:-.04em}
  .portal-choice{min-height:420px}
  .portal-choice__image{max-width:330px;margin-bottom:25px}
  .portal-choice h2{font-size:34px}
  .portal-choice p{font-size:20px}
  .portal-choice__link{min-height:70px;font-size:17px}
  .site-footer .footer-brand .brand-logo{width:76px;height:76px}
  .site-footer .footer-copy{font-size:16px}
}

/* v10: open hero typography, supplied service illustrations, and stronger navigation */
.site-header .global-nav a{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:18px;
  font-weight:600;
  letter-spacing:.035em;
}

.portal-stage__visual::after{
  background:transparent;
}
.portal-stage__visual{background:#303432}
.portal-stage__visual>img{opacity:.5}
.portal-stage__copy::before{display:none}
.portal-stage__copy{
  text-shadow:
    0 3px 7px rgba(49,53,51,.94),
    0 1px 2px rgba(49,53,51,.98);
}
.portal-stage__copy small{
  margin-top:34px;
  font-size:clamp(15px,1.15vw,18px);
  font-weight:700;
  letter-spacing:-.025em;
}

.portal-choice__image{
  width:min(100%,390px);
  aspect-ratio:4/3;
  margin-bottom:34px;
  background:#fff;
  object-fit:cover;
  object-position:center;
  filter:none;
}
.portal-choice__link{
  min-height:84px;
  max-width:420px;
  padding:18px 28px;
  background:#d8bd59;
  color:#252927;
  font-size:22px;
  box-shadow:0 10px 24px rgba(79,68,31,.18);
}
.portal-choice--inspection .portal-choice__link{background:#b9c8aa}
.portal-choice--consultation .portal-choice__image{object-position:center}
.portal-choice--inspection .portal-choice__image{object-position:62% center}
.portal-choice:hover .portal-choice__link{
  background:#bea33f;
  color:#202320;
}
.portal-choice--inspection:hover .portal-choice__link{background:#9fb18e}

@media(max-width:1180px) and (min-width:901px){
  .site-header .global-nav{gap:18px}
  .site-header .global-nav a{font-size:16px}
  .portal-stage__copy small{font-size:13px}
}

@media(max-width:900px){
  .portal-stage__copy small{font-size:16px}
}

@media(max-width:620px){
  .site-header .global-nav a{font-size:19px}
  .portal-stage__copy small{font-size:9.5px}
  .portal-choice__image{max-width:350px}
  .portal-choice__link{min-height:78px;font-size:20px}
}

/* v13: land and building consultation page */
.consultation-body{background:#f7f5f0;color:#292d2b}
.consultation-page{background:#f7f5f0}
.consultation-hero{padding:82px 0 76px;background:#f7f5f0}
.consultation-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:72px;align-items:center}
.consultation-free-badge{width:max-content;margin:0 0 25px;padding:12px 18px;display:flex;align-items:center;gap:14px;border-radius:999px;background:#d8bd59;color:#252927}
.consultation-free-badge strong{font-family:"Noto Serif JP",serif;font-size:22px}
.consultation-free-badge span{font-size:14px;font-weight:700}
.consultation-hero__copy h1{margin:0;color:#292d2b;font-size:clamp(44px,5vw,66px);line-height:1.5}
.consultation-hero__copy h1 span{display:block}
.consultation-hero__lead{margin:28px 0 0;font-size:21px;font-weight:600;line-height:2}
.consultation-hero__qualification{margin:24px 0 0;padding:20px 22px;border-left:5px solid #a4b593;background:#eeece7;font-size:17px;line-height:1.9}
.consultation-hero__photo{margin:0;overflow:hidden;border-radius:30px;box-shadow:0 18px 42px rgba(41,45,43,.13)}
.consultation-hero__photo img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center}

.consultation-contact{padding:78px 0;background:#dedbd3;color:#252927}
.consultation-contact--bottom{background:#d4d1c8}
.consultation-contact__grid{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(480px,1.22fr);gap:70px;align-items:start}
.consultation-contact__copy h2{margin:0;font-size:clamp(36px,4vw,52px);line-height:1.5}
.consultation-contact__copy>p:last-of-type{margin:20px 0 0;font-size:18px;line-height:1.9}
.consultation-direct{margin-top:30px;display:grid;gap:12px;font-style:normal}
.consultation-direct a{min-height:76px;padding:15px 20px;display:flex;flex-direction:column;justify-content:center;border-radius:18px;background:#f7f5f0;color:#252927;text-decoration:none;box-shadow:0 7px 18px rgba(41,45,43,.08)}
.consultation-direct a:first-child{border-left:8px solid #d8bd59}
.consultation-direct a:last-child{border-left:8px solid #a4b593}
.consultation-direct span{font-size:13px;font-weight:700}
.consultation-direct strong{margin-top:3px;font-size:20px;overflow-wrap:anywhere}

.mail-contact-form{padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:18px 20px;border-radius:24px;background:#f7f5f0;box-shadow:0 14px 34px rgba(41,45,43,.1)}
.mail-contact-form__row{display:grid;gap:8px}
.mail-contact-form__row:nth-child(4){grid-column:1/-1}
.mail-contact-form label{font-size:15px;font-weight:700}
.mail-contact-form input,.mail-contact-form select,.mail-contact-form textarea{width:100%;min-height:54px;padding:13px 15px;border:2px solid #777c78;border-radius:10px;background:#fff;color:#252927;font:inherit}
.mail-contact-form textarea{min-height:126px;resize:vertical}
.mail-contact-form input:focus,.mail-contact-form select:focus,.mail-contact-form textarea:focus{outline:3px solid rgba(216,189,89,.5);outline-offset:2px;border-color:#4e5551}
.mail-contact-form__submit{grid-column:1/-1;min-height:66px;border:0;border-radius:999px;background:#535b56;color:#fff;font-family:"Noto Serif JP",serif;font-size:19px;font-weight:700;cursor:pointer}
.mail-contact-form__submit:hover,.mail-contact-form__submit:focus-visible{background:#303633}
.mail-contact-form__note{grid-column:1/-1;margin:0;color:#595e5a;font-size:12px;line-height:1.7}

.consultation-examples{padding:108px 0;background:#fff}
.consultation-section-heading{max-width:850px}
.consultation-section-heading h2{margin:0;font-size:clamp(38px,4.3vw,54px);line-height:1.55}
.consultation-section-heading>p:last-child:not(.eyebrow){margin:20px 0 0;font-size:18px;line-height:1.9}
.consultation-example-grid{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.consultation-example-grid article{padding:30px;border:1px solid #cfccc3;border-radius:22px;background:#f7f5f0}
.consultation-example__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#d8bd59;color:#292d2b;font-family:"Noto Serif JP",serif;font-size:20px;font-weight:700}
.consultation-example-grid article:nth-child(even) .consultation-example__icon{background:#b9c8aa}
.consultation-example-grid h3{margin:23px 0 10px;font-size:23px}
.consultation-example-grid p{margin:0;color:#595e5a;font-size:16px;line-height:1.85}

.consultation-options{padding:110px 0;background:#e5e2da}
.consultation-option-list{margin-top:56px;display:grid;gap:28px}
.consultation-option{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);overflow:hidden;border-radius:26px;background:#f7f5f0;box-shadow:0 12px 30px rgba(41,45,43,.08)}
.consultation-option:nth-child(even) figure{order:2}
.consultation-option figure{margin:0;min-height:360px;overflow:hidden}
.consultation-option figure img{width:100%;height:100%;object-fit:cover}
.consultation-option>div{padding:45px 48px}
.consultation-option>div>span{color:#777c78;font-size:14px;font-weight:700;letter-spacing:.12em}
.consultation-option h3{margin:5px 0 18px;font-size:38px}
.consultation-option>div>p{margin:0;font-size:17px;line-height:1.95}
.consultation-option dl{margin:26px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.consultation-option dl>div{padding:16px;border-radius:14px;background:#eeece7}
.consultation-option dl>div:last-child{background:#efe5da}
.consultation-option dt{font-size:13px;font-weight:700}
.consultation-option dd{margin:5px 0 0;color:#595e5a;font-size:14px;line-height:1.7}

.consultation-solution{padding:110px 0;background:#f7f5f0}
.consultation-solution__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:78px;align-items:start}
.consultation-solution h2,.inheritance-support h2{margin:0;font-size:clamp(40px,4.6vw,58px);line-height:1.55}
.consultation-solution__grid>div>p:not(.eyebrow){margin:22px 0 0;font-size:18px;line-height:2}
.consultation-solution__points{margin:0;border-top:2px solid #535b56}
.consultation-solution__points>div{display:grid;grid-template-columns:145px 1fr;gap:25px;padding:25px 10px;border-bottom:1px solid #c8c6be}
.consultation-solution__points dt{font-size:18px;font-weight:700}
.consultation-solution__points dd{margin:0;color:#595e5a;font-size:16px;line-height:1.8}

.inheritance-support{padding:100px 0;background:#fff}
.inheritance-support__grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:88px}
.inheritance-support__grid>div:last-child>p{margin:0 0 20px;font-size:18px;line-height:2}
.inheritance-support__note{padding:17px 19px;border-left:5px solid #d8bd59;background:#f7f5f0;font-size:15px!important}

.consultation-flow{padding:104px 0;background:#e5e2da}
.consultation-flow__steps{margin:48px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);list-style:none;border-top:2px solid #535b56}
.consultation-flow__steps li{padding:30px 24px;border-right:1px solid #b9b6ae}
.consultation-flow__steps li:last-child{border-right:0}
.consultation-flow__steps b{color:#777c78;font-size:14px}
.consultation-flow__steps h3{margin:17px 0 10px;font-size:22px}
.consultation-flow__steps p{margin:0;color:#595e5a;font-size:15px;line-height:1.85}

.consultation-faq{padding:105px 0;background:#f7f5f0}
.consultation-faq .faq{max-width:980px}
.consultation-faq .faq-list{margin-top:44px}
.consultation-faq .faq-list details{border-color:#c8c6be;background:#fff}
.consultation-faq .faq-list summary{color:#292d2b;font-size:18px}
.consultation-faq .faq-list details p{color:#595e5a;font-size:16px;line-height:1.9}

@media(max-width:960px){
  .consultation-hero__grid,.consultation-contact__grid,.consultation-solution__grid,.inheritance-support__grid{grid-template-columns:1fr;gap:46px}
  .consultation-hero__photo{max-width:760px}
  .consultation-example-grid{grid-template-columns:1fr 1fr}
  .consultation-option{grid-template-columns:1fr}
  .consultation-option:nth-child(even) figure{order:0}
  .consultation-option figure{min-height:390px}
  .consultation-flow__steps{grid-template-columns:1fr 1fr}
  .consultation-flow__steps li:nth-child(2){border-right:0}
  .consultation-flow__steps li:nth-child(-n+2){border-bottom:1px solid #b9b6ae}
}

@media(max-width:620px){
  .consultation-hero{padding:54px 0 58px}
  .consultation-free-badge{gap:9px;padding:10px 14px}
  .consultation-free-badge strong{font-size:19px}
  .consultation-free-badge span{font-size:11px}
  .consultation-hero__copy h1{font-size:36px;line-height:1.62}
  .consultation-hero__lead{font-size:18px}
  .consultation-hero__qualification{padding:17px 16px;font-size:15px}
  .consultation-hero__photo{border-radius:20px}
  .consultation-contact,.consultation-examples,.consultation-options,.consultation-solution,.inheritance-support,.consultation-flow,.consultation-faq{padding:72px 0}
  .consultation-contact__copy h2,.consultation-section-heading h2,.consultation-solution h2,.inheritance-support h2{font-size:32px}
  .consultation-direct strong{font-size:16px}
  .mail-contact-form{padding:24px 18px;grid-template-columns:1fr;border-radius:18px}
  .mail-contact-form__row:nth-child(4),.mail-contact-form__submit,.mail-contact-form__note{grid-column:1}
  .mail-contact-form__submit{font-size:17px}
  .consultation-example-grid{grid-template-columns:1fr}
  .consultation-example-grid article{padding:26px 22px}
  .consultation-option-list{gap:20px}
  .consultation-option figure{min-height:230px}
  .consultation-option>div{padding:30px 23px}
  .consultation-option h3{font-size:32px}
  .consultation-option dl{grid-template-columns:1fr}
  .consultation-solution__points>div{grid-template-columns:1fr;gap:6px;padding:21px 4px}
  .consultation-flow__steps{grid-template-columns:1fr}
  .consultation-flow__steps li{padding:25px 6px;border-right:0;border-bottom:1px solid #b9b6ae}
  .consultation-flow__steps li:last-child{border-bottom:0}
  .consultation-faq .faq-list summary{font-size:17px}
}

/* v14: option 4, bright yamabuki and deep blue service palette */
:root{
  --consult-main:#e3a72f;
  --consult-button:#b87812;
  --consult-bg:#fff2d6;
  --consult-soft:#f0c766;
  --inspection-main:#3b74a3;
  --inspection-button:#285a82;
  --inspection-bg:#e4eef6;
  --inspection-soft:#7fa6c4;
  --navy:#285a82;
  --navy-2:#25343a;
  --green:#3b74a3;
  --green-dark:#285a82;
  --green-soft:#e4eef6;
  --paper:#f5efe3;
  --paper-2:#faf8f3;
  --tan:#e3a72f;
  --tan-soft:#fff2d6;
  --ink:#25343a;
  --muted:#5b6870;
  --line:#d8d5ce;
  --shadow:0 11px 28px rgba(37,52,58,.09);
}

body{background:var(--paper-2);color:var(--ink)}
.site-header{
  background:rgba(250,248,243,.97);
  border-bottom-color:#d8d5ce;
  box-shadow:0 5px 20px rgba(37,52,58,.05);
}
.site-header .brand-copy strong,.menu-button{color:var(--ink)}
.site-header .global-nav a:first-child:hover,
.site-header .global-nav a:first-child:focus-visible{color:var(--consult-button)}
.site-header .global-nav a:nth-child(2):hover,
.site-header .global-nav a:nth-child(2):focus-visible,
.site-header .global-nav a:nth-child(3):hover,
.site-header .global-nav a:nth-child(3):focus-visible{color:var(--inspection-button)}
.button{border-color:var(--inspection-button);background:var(--inspection-button)}
.button:hover,.button:focus-visible{background:#1f4d70}
.button--outline{background:transparent;color:var(--inspection-button)}
.eyebrow{color:var(--inspection-button)}
.section-title,.page-hero h1,.card h3,.steps h3,.stats strong{color:var(--ink)}
.section--green{background:var(--inspection-bg)}
.section--paper,.page-hero--paper{background:#f5efe3}
.check-list li{border-left-color:var(--inspection-main)}
.fact-list li{background:#fff;color:var(--inspection-button)}
.notice{border-left-color:var(--consult-main);background:var(--consult-bg)}

.portal-stage{background:var(--paper-2)}
.portal-stage__visual{border-top:7px solid var(--ink)}
.portal-choice--consultation{
  background:var(--consult-bg);
  box-shadow:inset 0 7px 0 var(--consult-main);
}
.portal-choice--inspection{
  background:var(--inspection-bg);
  box-shadow:inset 0 7px 0 var(--inspection-main);
}
.portal-choice--consultation:hover{background:#fbe7bd}
.portal-choice--inspection:hover{background:#d8e8f3}
.portal-choice--consultation h2{color:#9a640d}
.portal-choice--inspection h2{color:var(--inspection-button)}
.portal-choice--consultation .portal-choice__image{
  border:4px solid var(--consult-soft);
  box-shadow:0 13px 28px rgba(184,120,18,.16);
}
.portal-choice--inspection .portal-choice__image{
  border:4px solid var(--inspection-soft);
  box-shadow:0 13px 28px rgba(40,90,130,.16);
}
.portal-choice--consultation .portal-choice__link{background:var(--consult-button);color:#fff}
.portal-choice--inspection .portal-choice__link{background:var(--inspection-button);color:#fff}
.portal-choice--consultation:hover .portal-choice__link{background:#965f0c;color:#fff}
.portal-choice--inspection:hover .portal-choice__link{background:#1f4d70;color:#fff}

.site-footer,.portal-footer{
  position:relative;
  background:#f1ede4;
  color:var(--ink);
  border-top:0;
}
.site-footer::before,.site-footer::after{
  content:"";
  position:absolute;
  top:0;
  width:50%;
  height:8px;
}
.site-footer::before{left:0;background:var(--consult-main)}
.site-footer::after{right:0;background:var(--inspection-main)}
.site-footer a,.site-footer .brand-copy strong,.site-footer .brand-copy small,
.site-footer .footer-copy,.site-footer .footer-contact,.site-footer .footer-nav{color:var(--ink)}
.site-footer .copyright{border-color:#cbc6bb;color:#566168}
.mobile-contact-bar a:first-child{background:var(--consult-button)}
.mobile-contact-bar a:last-child{background:var(--inspection-button)}

.consultation-body,.consultation-page{background:#fffbf2;color:var(--ink)}
.consultation-body .eyebrow{color:#9a640d}
.consultation-hero{
  background:#fffbf2;
  box-shadow:inset 0 7px 0 var(--consult-main);
}
.consultation-free-badge{background:var(--consult-main);color:var(--ink)}
.consultation-hero__copy h1{color:var(--ink)}
.consultation-hero__qualification{
  border-left-color:var(--consult-main);
  background:var(--consult-bg);
}
.consultation-hero__photo{outline:5px solid var(--consult-soft);outline-offset:-5px}
.consultation-contact{background:var(--consult-bg);color:var(--ink)}
.consultation-contact--bottom{background:#f7e2b8}
.consultation-direct a{background:#fff;color:var(--ink)}
.consultation-direct a:first-child{border-left-color:var(--consult-main)}
.consultation-direct a:last-child{border-left-color:var(--consult-button)}
.mail-contact-form{background:#fff}
.mail-contact-form input:focus,.mail-contact-form select:focus,.mail-contact-form textarea:focus{
  outline-color:rgba(227,167,47,.42);
  border-color:var(--consult-button);
}
.mail-contact-form__submit{background:var(--consult-button)}
.mail-contact-form__submit:hover,.mail-contact-form__submit:focus-visible{background:#965f0c}
.consultation-examples{background:#fff}
.consultation-example-grid article{border-color:#e6cf9d;background:#fffbf2}
.consultation-example__icon{background:var(--consult-main);color:var(--ink)}
.consultation-example-grid article:nth-child(even) .consultation-example__icon{background:var(--consult-soft)}
.consultation-options,.consultation-flow{background:var(--consult-bg)}
.consultation-option{background:#fff}
.consultation-option dl>div{background:#fff2d6}
.consultation-option dl>div:last-child{background:#f9e4b7}
.consultation-solution,.consultation-faq{background:#fffbf2}
.consultation-solution__points{border-top-color:var(--consult-button)}
.consultation-solution__points>div{border-bottom-color:#e4ca92}
.inheritance-support{background:#fff}
.inheritance-support__note{border-left-color:var(--consult-main);background:var(--consult-bg)}
.consultation-flow__steps{border-top-color:var(--consult-button)}
.consultation-flow__steps li{border-color:#dec48c}
.consultation-faq .faq-list details{border-color:#e1cc9e}
.consultation-faq .faq-list summary::before{color:var(--consult-button)}
.consultation-body .mobile-contact-bar a:first-child{background:var(--consult-button)}
.consultation-body .mobile-contact-bar a:last-child{background:#925c0b}

.inspection-body{
  --navy:#285a82;
  --navy-2:#25343a;
  --green:#3b74a3;
  --green-dark:#285a82;
  --green-soft:#e4eef6;
  --paper:#edf4f9;
  --paper-2:#fafcfd;
  --tan:#3b74a3;
  --tan-soft:#e4eef6;
  --line:#c9d9e5;
  background:#fafcfd;
}
.inspection-body .page-hero--paper{
  background:#f4f9fc;
  box-shadow:inset 0 7px 0 var(--inspection-main);
}
.inspection-body .page-hero h1,
.inspection-body .section-title,
.inspection-body .card h3,
.inspection-body .steps h3{color:#234b69}
.inspection-body .eyebrow{color:var(--inspection-button)}
.inspection-body .button{border-color:var(--inspection-button);background:var(--inspection-button)}
.inspection-body .button:hover,.inspection-body .button:focus-visible{background:#1f4d70}
.inspection-body .section--green{background:var(--inspection-bg)}
.inspection-body .section--paper{background:#f1f6fa}
.inspection-body .fact-list li{background:var(--inspection-bg);color:var(--inspection-button)}
.inspection-body .check-list li{border-left-color:var(--inspection-main)}
.inspection-body .card b,
.inspection-body .price-card span,
.inspection-body .price-table th,
.inspection-body .faq-list summary::before{color:var(--inspection-button)}
.inspection-body .inspection-visual a,
.inspection-body .split figure{outline:4px solid var(--inspection-soft);outline-offset:-4px}
.inspection-body .contact-section{background:var(--inspection-button);color:#fff}
.inspection-body .contact-section .eyebrow{color:#dcebf5}
.inspection-body .contact-section .button--outline{border-color:#fff;color:#fff}
.inspection-body .mobile-contact-bar a:first-child{background:var(--inspection-button)}
.inspection-body .mobile-contact-bar a:last-child{background:#1f4d70}
.business-body .pro-kicker{background:var(--inspection-main)}
.business-body .support-card:nth-child(odd),
.business-body .support-card:nth-child(even){border-left-color:var(--inspection-main)}
.business-body .sales-plan{background:var(--inspection-button)}

@media(max-width:620px){
  .portal-choice--consultation,.portal-choice--inspection{box-shadow:none;border-top:7px solid}
  .portal-choice--consultation{border-top-color:var(--consult-main)}
  .portal-choice--inspection{border-top-color:var(--inspection-main)}
  .site-footer::before,.site-footer::after{height:6px}
}

/* v15: soft center transition, ruby, and larger portal copy */
.site-footer::before{
  width:100%;
  background:linear-gradient(
    90deg,
    var(--consult-main) 0%,
    var(--consult-soft) 34%,
    #fff 47%,
    #fff 53%,
    var(--inspection-soft) 66%,
    var(--inspection-main) 100%
  );
}
.site-footer::after{display:none}

.portal-stage__copy h1{
  font-size:clamp(41px,3.75vw,57px);
  line-height:1.58;
}
.portal-stage__copy h1 .portal-stage__cta-line{
  margin-top:.22em;
  font-size:.82em;
}
.portal-stage__copy small{
  width:min(100%,760px);
  max-width:760px;
  font-size:clamp(20px,1.42vw,25px);
  line-height:1.75;
  white-space:normal;
  word-break:keep-all;
  line-break:strict;
}
.portal-stage__copy ruby{ruby-position:over}
.portal-stage__copy rt{
  font-family:"Noto Sans JP","Yu Gothic",sans-serif;
  font-size:.28em;
  font-weight:700;
  letter-spacing:.18em;
  text-align:center;
}

@media(max-width:900px){
  .portal-stage__copy h1{font-size:43px}
  .portal-stage__copy small{max-width:700px;font-size:21px}
}

@media(max-width:620px){
  .portal-stage__copy h1{font-size:35px;line-height:1.7}
  .portal-stage__copy h1 .portal-stage__cta-line{font-size:.84em}
  .portal-stage__copy small{max-width:340px;font-size:16.5px;line-height:1.7}
  .portal-stage__copy rt{font-size:.3em}
}

/* v16: consultation copy, comparison detail, and deliberate line breaks */
.consultation-free-badge{
  padding:12px 24px;
  justify-content:center;
}
.consultation-hero__grid{
  grid-template-columns:minmax(0,1.18fr) minmax(370px,.82fr);
  gap:54px;
}
.consultation-hero__copy h1{
  font-size:clamp(40px,4.15vw,56px);
}
.consultation-hero__copy h1 span,
.consultation-hero__qualification span,
.consultation-section-heading h2 span{
  display:block;
  white-space:nowrap;
}
.consultation-hero__qualification span{
  line-height:1.9;
}
.consultation-paid-note{
  margin:25px 0 0!important;
  padding:16px 18px;
  border-left:4px solid var(--consult-main);
  background:#fff9eb;
  color:#5a4a2f;
  font-size:14px!important;
  line-height:1.85!important;
}
.used-home-guidance{
  margin-top:34px;
  padding:28px 30px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:32px;
  align-items:center;
  border:2px solid #bfcfdd;
  border-radius:22px;
  background:#f2f7fb;
}
.used-home-guidance>div>span{
  display:block;
  color:var(--inspection-button);
  font-size:14px;
  font-weight:700;
}
.used-home-guidance h3{
  margin:7px 0 8px;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:25px;
  line-height:1.5;
}
.used-home-guidance p{
  max-width:760px;
  margin:0;
  color:#465861;
  font-size:16px;
  line-height:1.85;
}
.used-home-guidance__link{
  min-height:62px;
  padding:16px 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--inspection-button);
  color:#fff;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  transition:background .2s ease,transform .2s ease;
}
.used-home-guidance__link:hover,
.used-home-guidance__link:focus-visible{
  background:#1f4d70;
  transform:translateY(-2px);
}
.consultation-option dd ul{
  margin:0;
  padding-left:1.25em;
  display:grid;
  gap:7px;
}
.consultation-option dd li{
  padding-left:.15em;
}
.consultation-solution__intro{
  max-width:920px;
  margin-bottom:42px;
}
.consultation-solution__intro h2{
  margin:0;
  font-size:clamp(42px,4.8vw,58px);
  line-height:1.45;
}
.consultation-solution__grid{
  grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);
  gap:78px;
}
.consultation-solution__copy p{
  margin:0 0 24px;
  font-size:18px;
  line-height:2;
}

@media(max-width:960px){
  .consultation-hero__grid,
  .consultation-solution__grid{
    grid-template-columns:1fr;
  }
  .used-home-guidance{
    grid-template-columns:1fr;
    gap:22px;
  }
  .used-home-guidance__link{
    width:max-content;
  }
}

@media(max-width:620px){
  .consultation-hero__copy h1{
    font-size:31px;
    line-height:1.65;
  }
  .consultation-hero__qualification span{
    white-space:normal;
  }
  .consultation-section-heading h2 span{
    white-space:normal;
  }
  .consultation-paid-note{
    padding:15px;
    font-size:13px!important;
  }
  .used-home-guidance{
    padding:24px 20px;
    border-radius:18px;
  }
  .used-home-guidance h3{
    font-size:23px;
  }
  .used-home-guidance p{
    font-size:15px;
  }
  .used-home-guidance__link{
    width:100%;
    min-height:58px;
    padding:14px 17px;
    font-size:15px;
  }
  .consultation-option dd{
    font-size:15px;
  }
  .consultation-solution__intro{
    margin-bottom:28px;
  }
  .consultation-solution__intro h2{
    font-size:34px;
  }
}

/* v17: consultation symbols, single contact section, and frameless hero photo */
.consultation-hero__photo{
  outline:0;
}

/* v28: seamless portal imagery and unified text-only service heroes */
.site-header .brand-logo{
  width:82px;
  height:82px;
}
.portal-stage__grid{
  position:relative;
  border-bottom:0;
}
.portal-stage__grid::after{
  content:"";
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  bottom:0;
  height:7px;
  background:linear-gradient(
    90deg,
    var(--consult-main) 0 27.15%,
    var(--ink) 27.15% 72.85%,
    var(--inspection-main) 72.85% 100%
  );
  pointer-events:none;
}
.portal-choice--consultation,
.portal-choice--inspection{
  box-shadow:none;
}
.portal-choice__image,
.portal-choice--consultation .portal-choice__image,
.portal-choice--inspection .portal-choice__image{
  border:0;
  border-radius:0;
  box-shadow:none;
  -webkit-mask-image:radial-gradient(ellipse 73% 70% at center,#000 66%,rgba(0,0,0,.74) 79%,transparent 100%);
  mask-image:radial-gradient(ellipse 73% 70% at center,#000 66%,rgba(0,0,0,.74) 79%,transparent 100%);
}
.portal-stage__copy small span{
  display:block;
  white-space:nowrap;
}
.consultation-hero--split,
.inspection-body .page-hero--split-blue{
  position:relative;
  overflow:hidden;
  box-shadow:inset 0 3px 0 var(--consult-main);
}
.consultation-hero--split::before,
.inspection-body .page-hero--split-blue::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.consultation-hero--split::before{
  background:linear-gradient(110deg,#fffbf2 0 54%,#f8e7bd 54.1% 100%);
}
.inspection-body .page-hero--split-blue::before{
  background:linear-gradient(110deg,#f8fbfd 0 54%,#deedf7 54.1% 100%);
}
.consultation-hero__grid--text,
.page-hero__grid--text{
  position:relative;
  z-index:1;
  display:block;
}
.consultation-hero__grid--text .consultation-hero__copy,
.page-hero__grid--text .page-hero__content{
  width:min(760px,68%);
  margin-inline:auto;
  text-align:center;
}
.inspection-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,.72fr);
  gap:52px 64px;
  align-items:start;
}
.inspection-intro>div{
  max-width:none;
}
.inspection-intro__photo{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  grid-column:2;
  grid-row:1;
}
.inspection-intro__photo img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.inspection-intro>.check-list{
  grid-column:1/-1;
  margin-top:0;
}

@media(max-width:900px){
  .inspection-intro{
    grid-template-columns:1fr;
  }
  .inspection-intro__photo,
  .inspection-intro>.check-list{
    grid-column:1;
    grid-row:auto;
  }
}
@media(max-width:620px){
  .site-header .brand-logo{width:66px;height:66px}
  .portal-stage__grid::after{
    background:linear-gradient(
      90deg,
      var(--consult-main) 0 33.33%,
      var(--ink) 33.33% 66.66%,
      var(--inspection-main) 66.66% 100%
    );
  }
  .portal-stage__copy small span{white-space:normal}
  .consultation-hero--split::before,
  .inspection-body .page-hero--split-blue::before{
    background:linear-gradient(150deg,#fffbf2 0 72%,#f8e7bd 72.2% 100%);
  }
  .inspection-body .page-hero--split-blue::before{
    background:linear-gradient(150deg,#f8fbfd 0 72%,#deedf7 72.2% 100%);
  }
  .consultation-hero__grid--text .consultation-hero__copy,
  .page-hero__grid--text .page-hero__content{
    width:100%;
    text-align:left;
  }
  .inspection-intro__photo{border-radius:18px}
}

/* v29: cleaner portal edge, service-colour navigation, and purple office page */
.portal-stage__grid::after,
.portal-footer::before{
  display:none;
}
.site-header .global-nav a{
  position:relative;
  padding-bottom:9px;
}
.site-header .global-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  border-radius:999px;
  background:#9a640d;
  transform:scaleX(.52);
  opacity:.75;
  transition:transform .2s ease,opacity .2s ease;
}
.site-header .global-nav a:nth-child(2)::after{background:#2b6a99}
.site-header .global-nav a:nth-child(3)::after{background:#4d806a}
.site-header .global-nav a:nth-child(4)::after{background:#b87812}
.site-header .global-nav a:nth-child(5)::after{background:#76598f}
.site-header .global-nav a:hover::after,
.site-header .global-nav a:focus-visible::after{
  transform:scaleX(1);
  opacity:1;
}
.inspection-hero-title{
  font-size:clamp(32px,3.15vw,48px)!important;
  line-height:1.75!important;
}
.inspection-hero-title .line{
  white-space:nowrap;
}
.inspection-intro{
  grid-template-columns:minmax(0,1fr) minmax(300px,.58fr);
}
.inspection-intro__photo{
  width:100%;
  max-width:430px;
  justify-self:end;
}
.inspection-intro__photo img{
  aspect-ratio:16/11;
  object-position:68% center;
}
.office-body{
  --office-main:#76598f;
  --office-deep:#4f405c;
  --office-soft:#ece6f0;
  --office-pale:#f5f0f7;
  background:#fbf9fc;
  color:var(--ink);
}
.office-body .breadcrumb{
  border-bottom-color:#76598f;
}
.office-body .eyebrow,
.office-body .office-data dt{
  color:var(--office-main);
}
.office-profile{
  background:linear-gradient(112deg,#fbf9fc 0 58%,var(--office-pale) 58.1% 100%);
  box-shadow:inset 0 3px 0 var(--office-main);
}
.office-profile figure{
  overflow:hidden;
  border-radius:22px;
  background:var(--office-pale);
}
.office-profile figure img{
  opacity:.7;
  transform:scale(1.08);
  transform-origin:center;
}
.office-profile h1.office-name{
  width:min(100%,390px);
  margin:14px 0 24px;
  line-height:1;
}
.office-name img{
  display:block;
  width:100%;
  height:auto;
}
.office-data-name-image{
  display:block;
  width:auto;
  max-width:min(100%,250px);
  height:70px;
  object-fit:contain;
  object-position:left center;
}
.profile-qualification-label{color:var(--office-main)}
.profile-qualifications li{
  background:var(--office-soft);
  color:var(--office-deep);
}
.office-summary{background:var(--office-pale)}
.office-data div{border-bottom-color:#d9cce0}
.office-address-image{
  width:auto;
  max-width:min(100%,720px);
  height:34px;
  object-fit:contain;
  object-position:left center;
}
.office-contact{
  background:#eee5f2;
}
.office-contact .mail-contact-form__submit,
.office-body .mobile-contact-bar a{
  background:var(--office-main);
}
.office-contact .mail-contact-form__submit:hover,
.office-contact .mail-contact-form__submit:focus-visible{
  background:var(--office-deep);
}

@media(max-width:900px){
  .inspection-hero-title .line{white-space:normal}
  .inspection-intro{grid-template-columns:1fr}
  .inspection-intro__photo{max-width:620px;justify-self:start}
}
@media(max-width:620px){
  .site-header .global-nav a{padding-bottom:13px}
  .site-header .global-nav a::after{
    left:13px;
    right:auto;
    width:72px;
    transform:none;
  }
  .inspection-hero-title{font-size:29px!important;line-height:1.7!important}
  .office-profile{background:linear-gradient(150deg,#fbf9fc 0 76%,var(--office-pale) 76.2% 100%)}
  .office-profile h1.office-name{
    width:min(100%,310px);
    margin:12px auto 22px;
  }
  .office-data-name-image{
    max-width:220px;
    height:62px;
  }
  .office-address-image{height:27px}
}
.consultation-example__icon.material-symbols-rounded{
  font-family:"Material Symbols Rounded";
  font-size:29px;
  font-weight:500;
  font-style:normal;
  line-height:1;
  letter-spacing:normal;
  text-transform:none;
  white-space:nowrap;
  word-wrap:normal;
  direction:ltr;
  font-feature-settings:"liga";
  -webkit-font-feature-settings:"liga";
  -webkit-font-smoothing:antialiased;
}

/* v18: slimmer consultation accent line */
.consultation-hero{
  box-shadow:inset 0 3px 0 var(--consult-main);
}

/* v19: clearer light/dark comparison for benefits and cautions */
.consultation-option dl>div{
  border:1px solid #f0d78e;
  background:#fff9e7;
}
.consultation-option dl>div:first-child dt{
  color:#8b6110;
}
.consultation-option dl>div:last-child{
  border-color:#65543a;
  background:#65543a;
  color:#fff;
}
.consultation-option dl>div:last-child dt{
  color:#ffe7a4;
}
.consultation-option dl>div:last-child dd{
  color:#fff;
}

/* v21: branching consultation path map and a single-color service rule */
.consultation-combinations{
  margin-top:62px;
  padding:48px 0 38px;
  border-top:2px solid #e3a72f;
  border-bottom:2px solid #e3a72f;
}
.consultation-combinations__intro{
  max-width:850px;
}
.consultation-combinations__intro h3{
  margin:0;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:clamp(30px,3vw,42px);
  line-height:1.55;
}
.consultation-combinations__intro>p:last-child{
  margin:20px 0 0;
  color:#595e5a;
  font-size:17px;
  line-height:1.95;
}
.consultation-combination-map{
  margin-top:42px;
}
.consultation-combination-map__start{
  position:relative;
  width:max-content;
  max-width:100%;
  margin:0 auto;
  padding:17px 34px;
  display:grid;
  gap:3px;
  color:#fff;
  background:#65543a;
  border-radius:18px;
  text-align:center;
}
.consultation-combination-map__start strong{
  font-size:21px;
}
.consultation-combination-map__start span{
  font-size:14px;
}
.consultation-combination-map__start::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  width:2px;
  height:44px;
  background:#d9a52e;
  transform:translateX(-50%);
}
.consultation-combination-map__branches{
  position:relative;
  margin-top:44px;
  padding-top:28px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.consultation-combination-map__branches::before{
  content:"";
  position:absolute;
  top:0;
  left:16.67%;
  right:16.67%;
  height:2px;
  background:#d9a52e;
}
.consultation-combination-branch{
  position:relative;
  overflow:visible;
  background:#fff;
  border:1px solid #e1c474;
  border-radius:20px;
}
.consultation-combination-branch::before{
  content:"";
  position:absolute;
  bottom:100%;
  left:50%;
  width:2px;
  height:30px;
  background:#d9a52e;
  transform:translateX(-50%);
}
.consultation-combination-branch h4{
  margin:0;
  padding:18px 20px;
  color:#2d332f;
  background:#fff3c9;
  border-radius:19px 19px 0 0;
  font-size:20px;
  text-align:center;
}
.consultation-combination-branch:nth-child(2) h4{
  background:#f3dfac;
}
.consultation-combination-branch:nth-child(3) h4{
  background:#eee6d5;
}
.consultation-combination-branch ul{
  margin:0;
  padding:0;
  list-style:none;
}
.consultation-combination-branch li{
  min-height:61px;
  padding:12px 15px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 24px minmax(0,1.25fr);
  gap:7px;
  align-items:center;
  border-bottom:1px solid #eadfca;
  font-size:15px;
}
.consultation-combination-branch li:last-child{
  border-bottom:0;
}
.consultation-combination-branch li span,
.consultation-combination-branch li strong{
  word-break:keep-all;
  overflow-wrap:normal;
}
.consultation-combination-branch li span{
  color:#5d5549;
}
.consultation-combination-branch li b{
  color:#b87812;
  font-size:19px;
  text-align:center;
}
.consultation-combination-branch li strong{
  color:#25352d;
  font-size:16px;
}
.consultation-combinations__note{
  margin:28px 0 0;
  padding-left:1.2em;
  color:#5d5549;
  font-size:15px;
  line-height:1.8;
  text-indent:-1.2em;
}
.consultation-combinations__note::before{
  content:"※ ";
}
.consultation-body .site-footer::before{
  background:var(--consult-main);
}

@media(max-width:960px){
  .consultation-combination-map__branches{
    grid-template-columns:1fr;
    gap:18px;
    margin-top:30px;
    padding-top:0;
  }
  .consultation-combination-map__start::after,
  .consultation-combination-map__branches::before,
  .consultation-combination-branch::before{
    display:none;
  }
  .consultation-combination-branch{
    overflow:hidden;
    border-left:5px solid var(--consult-main);
  }
}

@media(max-width:620px){
  .consultation-combinations{
    margin-top:42px;
    padding:34px 0;
  }
  .consultation-combinations__intro h3{
    font-size:29px;
  }
  .consultation-combinations__intro>p:last-child{
    font-size:15px;
  }
  .consultation-combination-map{
    margin-top:30px;
  }
  .consultation-combination-map__start{
    padding:15px 24px;
  }
  .consultation-combination-map__start strong{
    font-size:19px;
  }
  .consultation-combination-branch h4{
    padding:16px;
    font-size:18px;
  }
  .consultation-combination-branch li{
    grid-template-columns:minmax(0,1fr) 22px minmax(0,1.2fr);
    min-height:56px;
    padding:10px 12px;
    font-size:15px;
  }
  .consultation-combination-branch li strong{
    font-size:16px;
  }
  .consultation-combinations__note{
    font-size:14px;
  }
}

/* v25: real-estate company support page */
.business-body{
  --business-main:#6f8b75;
  --business-deep:#315342;
  --business-dark:#203c30;
  --business-soft:#e7efe8;
  --business-pale:#f3f6f1;
  --business-paper:#f7f5ef;
  --business-line:#c3d0c5;
  background:var(--business-paper);
  color:#28312c;
}
.business-page{
  background:var(--business-paper);
}
.business-body .eyebrow{
  color:var(--business-deep);
}
.business-body .site-footer::before{
  background:var(--business-main);
}
.business-body .mobile-contact-bar a:first-child{
  background:var(--business-deep);
}
.business-body .mobile-contact-bar a:last-child{
  background:var(--business-dark);
}

.business-hero{
  padding:84px 0 90px;
  background:linear-gradient(110deg,#f7f5ef 0%,#f7f5ef 56%,#e7efe8 56%,#e7efe8 100%);
  box-shadow:inset 0 3px 0 var(--business-main);
}
.business-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:72px;
  align-items:center;
}
.business-hero__copy h1{
  margin:18px 0 0;
  color:var(--business-dark);
  font-size:clamp(44px,5vw,65px);
  line-height:1.48;
}
.business-hero__lead{
  margin:28px 0 0;
  color:#4e5a53;
  font-size:20px;
  font-weight:600;
  line-height:2;
}
.business-hero__visual{
  margin:0;
  padding:26px;
  display:grid;
  gap:12px;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 42px rgba(42,63,51,.13);
}
.business-hero__visual img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:contain;
}
.business-hero__visual figcaption{
  color:#5a675f;
  font-size:14px;
  text-align:center;
}

.business-overview{
  padding:108px 0;
  background:#fff;
}
.business-heading{
  max-width:930px;
}
.business-heading h2{
  margin:0;
  color:var(--business-dark);
  font-size:clamp(40px,4.5vw,58px);
  line-height:1.55;
}
.business-heading h2 .line{
  display:block;
}
.business-heading>p:last-child:not(.eyebrow){
  margin:22px 0 0;
  color:#536058;
  font-size:18px;
  line-height:1.95;
}
.business-heading--compact h2{
  font-size:clamp(34px,3.7vw,49px);
}

.business-service-list{
  margin-top:64px;
  display:grid;
  gap:40px;
}
.business-service{
  display:grid;
  grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
  overflow:hidden;
  background:var(--business-paper);
  border-radius:26px;
  box-shadow:0 13px 34px rgba(42,63,51,.08);
}
.business-service:nth-child(even) figure{
  order:2;
}
.business-service figure{
  margin:0;
  min-height:390px;
  padding:28px;
  display:grid;
  place-items:center;
  background:#fff;
}
.business-service figure img{
  width:100%;
  max-height:390px;
  object-fit:contain;
}
.business-service>div{
  padding:45px 50px;
}
.business-service h3{
  margin:7px 0 18px;
  color:var(--business-dark);
  font-size:clamp(30px,3.2vw,43px);
  line-height:1.55;
}
.business-service>div>p:not(.eyebrow){
  margin:0;
  color:#536058;
  font-size:17px;
  line-height:1.95;
}
.business-service ul{
  margin:27px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  list-style:none;
}
.business-service li{
  min-height:58px;
  padding:12px 14px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--business-soft);
  color:var(--business-dark);
  font-size:14px;
  font-weight:700;
  text-align:center;
  word-break:keep-all;
}

.business-other-support{
  margin-top:78px;
  padding-top:62px;
  border-top:2px solid var(--business-main);
}
.business-other-support dl{
  margin:40px 0 0;
  border-top:1px solid var(--business-line);
}
.business-other-support dl>div{
  padding:24px 18px;
  display:grid;
  grid-template-columns:240px 1fr;
  gap:36px;
  border-bottom:1px solid var(--business-line);
}
.business-other-support dt{
  color:var(--business-dark);
  font-size:19px;
  font-weight:700;
}
.business-other-support dd{
  margin:0;
  color:#536058;
  font-size:17px;
  line-height:1.8;
}

.business-needs{
  padding:104px 0;
  background:var(--business-soft);
}
.business-needs__grid{
  margin-top:54px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.business-needs__grid article{
  padding:34px 32px;
  background:#fff;
  border-top:5px solid var(--business-main);
}
.business-needs__grid .material-symbols-rounded,
.business-flow__steps .material-symbols-rounded{
  font-family:"Material Symbols Rounded";
  font-weight:500;
  font-style:normal;
  line-height:1;
  letter-spacing:normal;
  text-transform:none;
  white-space:nowrap;
  word-wrap:normal;
  direction:ltr;
  font-feature-settings:"liga";
  -webkit-font-feature-settings:"liga";
  -webkit-font-smoothing:antialiased;
}
.business-needs__grid .material-symbols-rounded{
  color:var(--business-main);
  font-size:38px;
}
.business-needs__grid h3{
  margin:18px 0 14px;
  color:var(--business-dark);
  font-size:25px;
}
.business-needs__grid ul{
  margin:0;
  padding-left:1.2em;
  color:#536058;
  font-size:16px;
  line-height:1.95;
}

.business-pricing{
  padding:110px 0;
  background:var(--business-paper);
}
.business-sales-plan{
  margin-top:58px;
  padding:38px 42px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px 40px;
  align-items:center;
  border-radius:24px;
  background:var(--business-deep);
  color:#fff;
}
.business-sales-plan .eyebrow{
  color:#dfece2;
}
.business-sales-plan h3{
  margin:5px 0 12px;
  color:#fff;
  font-size:30px;
}
.business-sales-plan p:not(.eyebrow){
  margin:0;
  color:#e1e9e3;
  font-size:16px;
  line-height:1.85;
}
.business-sales-plan>strong{
  color:#fff;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:37px;
  white-space:nowrap;
}
.business-sales-plan>strong small{
  font-size:14px;
}
.business-sales-plan ul{
  grid-column:1/-1;
  margin:8px 0 0;
  padding:23px 0 0 1.3em;
  display:grid;
  gap:8px;
  border-top:1px solid rgba(255,255,255,.35);
  color:#e1e9e3;
  font-size:15px;
  line-height:1.8;
}
.business-price-group{
  margin-top:55px;
}
.business-price-group>h3,
.business-option-price>h3{
  margin:0 0 20px;
  color:var(--business-dark);
  font-size:27px;
}
.business-price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:var(--business-line);
  border:1px solid var(--business-line);
}
.business-price-grid article{
  min-height:230px;
  padding:31px;
  display:flex;
  flex-direction:column;
  background:#fff;
}
.business-price-grid span{
  color:var(--business-deep);
  font-size:16px;
  font-weight:700;
}
.business-price-grid strong{
  margin:15px 0;
  color:var(--business-dark);
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:34px;
}
.business-price-grid small{
  color:#536058;
  font-size:15px;
  line-height:1.8;
}
.business-option-price{
  margin-top:46px;
}
.business-option-price__table{
  border-top:2px solid var(--business-main);
}
.business-option-price__table>div{
  padding:20px 18px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  border-bottom:1px solid var(--business-line);
  background:#fff;
}
.business-option-price__table span{
  font-size:17px;
}
.business-option-price__table strong{
  color:var(--business-deep);
  font-size:18px;
  white-space:nowrap;
}
.business-price-note{
  margin-top:34px;
  padding:23px 25px;
  border-left:5px solid var(--business-main);
  background:var(--business-soft);
}
.business-price-note>strong{
  color:var(--business-dark);
  font-size:17px;
}
.business-price-note p{
  margin:8px 0 0;
  color:#4f5a53;
  font-size:14px;
  line-height:1.85;
}

.business-flow{
  padding:106px 0;
  background:#fff;
}
.business-flow__steps{
  margin:50px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:var(--business-line);
  list-style:none;
}
.business-flow__steps li{
  min-height:280px;
  padding:32px;
  background:var(--business-pale);
}
.business-flow__steps b{
  color:var(--business-main);
  font-size:14px;
  letter-spacing:.12em;
}
.business-flow__steps .material-symbols-rounded{
  width:58px;
  height:58px;
  margin-top:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:var(--business-deep);
  font-size:29px;
}
.business-flow__steps h3{
  margin:19px 0 10px;
  color:var(--business-dark);
  font-size:23px;
}
.business-flow__steps p{
  margin:0;
  color:#536058;
  font-size:15px;
  line-height:1.85;
}

.business-area{
  padding:88px 0;
  background:var(--business-soft);
}

.business-contact{
  padding:84px 0;
  background:var(--business-deep);
  color:#fff;
}
.business-contact .eyebrow{
  color:#dfece2;
}
.business-contact .consultation-contact__copy h2{
  color:#fff;
}
.business-contact .consultation-contact__copy>p:last-of-type{
  color:#e1e9e3;
}
.business-contact .consultation-direct a:first-child,
.business-contact .consultation-direct a:last-child{
  border-left-color:var(--business-main);
}
.business-contact .mail-contact-form{
  background:#fff;
}
.business-contact .mail-contact-form input:focus,
.business-contact .mail-contact-form select:focus,
.business-contact .mail-contact-form textarea:focus{
  outline-color:rgba(111,139,117,.4);
  border-color:var(--business-main);
}
.business-contact .mail-contact-form__submit{
  background:var(--business-deep);
}
.business-contact .mail-contact-form__submit:hover,
.business-contact .mail-contact-form__submit:focus-visible{
  background:var(--business-dark);
}

@media(max-width:960px){
  .business-hero__grid,
  .business-service,
  .business-contact .consultation-contact__grid{
    grid-template-columns:1fr;
  }
  .business-hero{
    background:var(--business-paper);
  }
  .business-service:nth-child(even) figure{
    order:0;
  }
  .business-service figure{
    min-height:320px;
  }
  .business-needs__grid,
  .business-price-grid,
  .business-flow__steps{
    grid-template-columns:1fr;
  }
  .business-price-grid article{
    min-height:0;
  }
}

@media(max-width:620px){
  .business-hero{
    padding:52px 0 64px;
  }
  .business-hero__grid{
    gap:38px;
  }
  .business-hero__copy h1{
    font-size:35px;
    line-height:1.6;
  }
  .business-hero__lead{
    font-size:17px;
  }
  .business-hero__visual{
    padding:16px;
    border-radius:18px;
  }
  .business-overview,
  .business-needs,
  .business-pricing,
  .business-flow{
    padding:78px 0;
  }
  .business-heading h2{
    font-size:33px;
    line-height:1.65;
  }
  .business-heading h2 .line{
    display:inline;
  }
  .business-heading h2 .line+.line::before{
    content:" ";
  }
  .business-heading>p:last-child:not(.eyebrow){
    font-size:16px;
  }
  .business-service-list{
    margin-top:40px;
    gap:25px;
  }
  .business-service{
    border-radius:18px;
  }
  .business-service figure{
    min-height:250px;
    padding:18px;
  }
  .business-service>div{
    padding:30px 22px 34px;
  }
  .business-service h3{
    font-size:29px;
  }
  .business-service>div>p:not(.eyebrow){
    font-size:16px;
  }
  .business-service ul{
    grid-template-columns:1fr;
  }
  .business-service li{
    min-height:50px;
  }
  .business-other-support{
    margin-top:54px;
    padding-top:46px;
  }
  .business-other-support dl>div{
    grid-template-columns:1fr;
    gap:7px;
    padding:20px 4px;
  }
  .business-other-support dt{
    font-size:18px;
  }
  .business-other-support dd{
    font-size:15px;
  }
  .business-needs__grid{
    margin-top:38px;
  }
  .business-needs__grid article{
    padding:28px 24px;
  }
  .business-sales-plan{
    margin-top:40px;
    padding:29px 22px;
    grid-template-columns:1fr;
  }
  .business-sales-plan h3{
    font-size:25px;
  }
  .business-sales-plan>strong{
    font-size:32px;
    white-space:normal;
  }
  .business-price-grid article{
    padding:27px 22px;
  }
  .business-price-grid strong{
    font-size:30px;
  }
  .business-option-price__table>div{
    grid-template-columns:1fr;
    gap:7px;
    padding:18px 14px;
  }
  .business-flow__steps{
    margin-top:38px;
  }
  .business-flow__steps li{
    min-height:0;
    padding:28px 23px;
  }
  .business-area{
    padding:70px 0;
  }
  .business-contact{
    padding:72px 0;
  }
}

/* final cascade */
.site-footer::before{background:#78658f!important}
.business-hero__grid{grid-template-columns:minmax(0,850px);justify-content:center}
.business-hero__copy{text-align:center}
@media(max-width:700px){
  .business-hero__copy{text-align:left}
}

/* v31: mobile-only line control and horizontal overflow fixes */
@media(max-width:620px){
  .portal-stage__copy h1{
    max-width:100%;
    font-size:clamp(25px,7.4vw,29px);
    line-height:1.75;
    letter-spacing:-.04em;
  }
  .portal-stage__copy h1>span{
    display:block;
    white-space:nowrap;
  }
  .portal-stage__copy h1 .portal-stage__cta-line{
    margin-top:.2em;
    font-size:.86em;
  }

  .inspection-body{
    overflow-x:hidden;
  }
  .inspection-body .inspection-intro>div,
  .inspection-body .inspection-report__grid,
  .inspection-body .inspection-report__copy,
  .inspection-body .section-head,
  .inspection-body .price-card,
  .inspection-body .notice{
    min-width:0;
    max-width:100%;
  }
  .inspection-body .no-break{
    display:inline;
    white-space:normal;
  }
  .inspection-body .section-title .line,
  .inspection-body .inspection-hero-title .line{
    max-width:100%;
  }
  .inspection-body .report-mockup{
    width:100%;
    max-width:100%;
    grid-auto-columns:minmax(0,calc(100vw - 54px));
  }
  .inspection-body .report-page,
  .inspection-body .inspection-visual,
  .inspection-body .inspection-visual a,
  .inspection-body .inspection-visual img,
  .inspection-body .price-grid,
  .inspection-body .price-card{
    max-width:100%;
  }
}
