@charset "UTF-8";
:root{
  --navy:#012778;--navy-dark:#00194f;--blue:#0b55b7;--orange:#f28a00;--line:#06c755;
  --text:#14223a;--muted:#667287;--border:#e0e6ee;--soft:#f4f7fb;--white:#fff;--yellow:#ffe51c;
  --shadow:0 18px 46px rgba(6,31,79,.12);--radius:18px;--container:1160px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.8;letter-spacing:.02em}img{display:block;width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}.section{padding:92px 0}.eyebrow{margin:0 0 10px;color:var(--navy);font-weight:900;font-size:.78rem;letter-spacing:.17em}.eyebrow.light{color:rgba(255,255,255,.85)}h1,h2,h3,p{margin-top:0}h2{margin-bottom:18px;font-size:clamp(2rem,4vw,3.35rem);line-height:1.22;letter-spacing:-.045em}.lead{color:var(--muted)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(1,39,120,.08);backdrop-filter:blur(12px)}
.header-inner{min-height:82px;display:grid;grid-template-columns:155px 1fr auto;align-items:center;gap:28px}.brand img{width:145px;max-height:54px;object-fit:contain}.desktop-nav{display:flex;justify-content:center;gap:28px;font-size:.9rem;font-weight:800}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--navy);transition:.2s}.desktop-nav a:hover:after,.desktop-nav a.current:after{right:0}
.header-actions{display:flex;gap:9px;align-items:center}.header-btn{min-height:52px;padding:6px 15px;display:inline-flex;align-items:center;gap:9px;color:#fff;border-radius:999px;font-size:.75rem;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:.2s}.header-btn:hover{transform:translateY(-2px)}.header-btn.phone{background:var(--orange)}.header-btn.line{background:var(--line)}.header-label{display:grid;line-height:1.15}.header-label small{margin-top:4px;font-size:.7rem}.phone-mark{font-size:1.1rem}.line-mark{width:27px;height:27px;color:#fff;display:grid;place-items:center}.line-mark svg{width:100%;height:100%;fill:currentColor}.line-mark .bubble-lines{fill:none;stroke:var(--line);stroke-width:2.4;stroke-linecap:round}.mobile-menu{display:none}
.btn{min-height:54px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:15px;border:1px solid transparent;border-radius:10px;font-weight:900;transition:.2s}.btn:hover{transform:translateY(-2px)}.line-btn{color:#fff;background:var(--line)}.white-btn{color:var(--navy);background:#fff}.phone-btn{color:#fff;background:var(--orange)}
.subhero{position:relative;min-height:530px;display:grid;align-items:center;overflow:hidden;isolation:isolate;color:#fff}.subhero-bg{position:absolute;inset:0;z-index:-3;background:center/cover no-repeat}.subhero-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(0,25,79,.97) 0%,rgba(1,39,120,.86) 46%,rgba(1,39,120,.38) 78%,rgba(0,0,0,.1) 100%)}.subhero-inner{min-height:530px;display:flex;align-items:center}.subhero-copy{max-width:700px}.subhero h1{margin-bottom:20px;font-size:clamp(3rem,7vw,5.6rem);line-height:1;letter-spacing:-.06em}.subhero-message{margin-bottom:16px;color:#fff;font-size:clamp(1.65rem,3vw,2.55rem);font-weight:900;line-height:1.3}.subhero-text{max-width:660px;margin-bottom:0;color:rgba(255,255,255,.87);font-weight:600}
.section-heading{margin-bottom:38px}.section-heading.centered{text-align:center;max-width:760px;margin:0 auto 50px}.section-heading.centered p:last-child{color:var(--muted)}
.bottom-cta,.before-visit{color:#fff;background:linear-gradient(105deg,var(--navy-dark),var(--navy))}
.site-footer{padding:38px 0;background:#fff;border-top:1px solid var(--border)}.footer-inner{display:grid;gap:20px}.footer-logo{width:145px}.footer-inner nav{display:flex;gap:22px;flex-wrap:wrap;font-size:.83rem;font-weight:800}.footer-info{display:flex;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:.8rem}.footer-inner small{color:#9099a7}.mobile-fixed{display:none}
@media(max-width:1160px) and (min-width:821px){.header-inner{grid-template-columns:135px 1fr auto;gap:16px}.brand img{width:128px}.desktop-nav{gap:15px;font-size:.78rem}.header-btn{padding:5px 11px;font-size:.67rem}.header-label small{font-size:.62rem}}
@media(max-width:820px){.container{width:min(var(--container),calc(100% - 34px))}.section{padding:72px 0}.header-inner{min-height:72px;grid-template-columns:135px 1fr auto}.brand img{width:130px}.desktop-nav,.header-actions{display:none}.mobile-menu{display:block;justify-self:end;position:relative}.mobile-menu summary{width:44px;height:44px;padding:10px;display:grid;align-content:center;gap:5px;border:1px solid var(--border);border-radius:10px;list-style:none;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{height:2px;background:var(--navy)}.mobile-menu nav{position:absolute;right:0;top:54px;width:min(300px,calc(100vw - 34px));padding:10px;display:grid;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.mobile-menu nav a{padding:11px 10px;border-bottom:1px solid var(--border);font-weight:800}.subhero,.subhero-inner{min-height:500px}.subhero-overlay{background:linear-gradient(180deg,rgba(0,25,79,.93),rgba(1,39,120,.76) 65%,rgba(0,0,0,.15))}.mobile-fixed{position:fixed;z-index:120;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;border:1px solid var(--border);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 14px 35px rgba(0,0,0,.18)}.mobile-fixed a{min-height:48px;display:grid;place-items:center;color:#fff;border-radius:9px;font-size:.85rem;font-weight:900}.mobile-phone{background:var(--orange)}.mobile-line{background:var(--line)}body{padding-bottom:80px}}

.subhero-bg{background-image:url("../assets/showroom_lineup.jpg")}
.service-index{padding:26px 0;background:var(--soft);border-bottom:1px solid var(--border)}.service-index-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.service-index-grid a{min-height:78px;padding:14px 16px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:12px;color:var(--navy);font-size:.88rem;font-weight:900}.service-index-grid span{color:#93a0b4;font-size:.72rem}
.service-block.alt{background:var(--soft)}.service-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.service-row.reverse .service-photo{order:2}.service-row.reverse .service-copy{order:1}.service-photo{position:relative}.service-photo img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.big-no{position:absolute;right:18px;bottom:-22px;color:#fff;font-size:6rem;font-weight:950;line-height:1;text-shadow:0 7px 20px rgba(0,0,0,.18)}
.service-copy>p:not(.eyebrow){color:var(--muted);margin-bottom:16px}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.btn.goo{color:#fff;background:#e41e2b}.btn.carsensor{color:#fff;background:#ee7c25}.phone-text{display:grid;line-height:1.15;text-align:left}.phone-text small{margin-top:4px;font-size:.72rem}.request-box{margin-top:22px;padding:22px;background:#fff;border:1px solid var(--border);border-radius:13px}.request-box strong{display:block;margin-bottom:11px;color:var(--navy)}.request-box ul{margin:0;padding-left:20px;display:grid;grid-template-columns:1fr 1fr;gap:5px 20px;color:var(--muted)}
.service-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.service-list span{padding:9px 15px;border-radius:999px;color:var(--navy);background:var(--soft);border:1px solid var(--border);font-size:.84rem;font-weight:800}.note{font-size:.82rem}
.flow{background:var(--soft)}.flow-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.flow-grid>div{position:relative;padding:24px 18px;background:#fff;border:1px solid var(--border);border-radius:14px}.flow-grid span{display:block;margin-bottom:10px;color:#a3adbc;font-size:.72rem;font-weight:900}.flow-grid strong{display:block;margin-bottom:5px;color:var(--navy)}.flow-grid p{margin:0;color:var(--muted);font-size:.78rem}
.cta-inner{min-height:330px;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:34px;position:relative}.cta-mascot{width:220px;align-self:end;margin-left:-22px;margin-bottom:-34px;filter:drop-shadow(0 16px 25px rgba(0,0,0,.22))}.cta-copy h2{margin-bottom:10px;font-size:clamp(2rem,4vw,3rem)}.cta-copy p:not(.eyebrow){margin:0;color:rgba(255,255,255,.8)}.cta-buttons{display:grid;gap:10px;min-width:255px}
@media(max-width:1000px){.flow-grid{grid-template-columns:repeat(3,1fr)}.service-index-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.service-index-grid{grid-template-columns:1fr 1fr}.service-row,.service-row.reverse{grid-template-columns:1fr;gap:34px}.service-row.reverse .service-photo,.service-row.reverse .service-copy{order:initial}.service-photo img{aspect-ratio:16/10}.cta-inner{min-height:490px;grid-template-columns:1fr;padding:56px 0 0}.cta-buttons{margin-bottom:205px;min-width:0}.cta-mascot{position:absolute;left:50%;bottom:-62px;transform:translateX(-50%);margin:0;width:215px}}
@media(max-width:560px){.service-index-grid{grid-template-columns:1fr}.request-box ul{grid-template-columns:1fr}.button-row{display:grid}.button-row .btn{width:100%}.flow-grid{grid-template-columns:1fr 1fr}.section{padding:62px 0}h2{font-size:2.15rem}}


/* =========================================
   Centered section divider style
   ========================================= */
.section-heading{
  margin:0 auto 54px !important;
  max-width:980px !important;
  text-align:center !important;
}
.section-heading .eyebrow{
  margin:0 0 18px !important;
  color:var(--navy) !important;
  font-size:clamp(3rem,7vw,6rem) !important;
  font-weight:950 !important;
  letter-spacing:.12em !important;
  line-height:1 !important;
}
.section-heading .eyebrow::first-letter{
  color:#55b7e7 !important;
}
.section-heading h2{
  margin:0 0 16px !important;
  color:var(--navy) !important;
  font-size:clamp(2rem,3.2vw,3rem) !important;
  font-weight:900 !important;
  line-height:1.3 !important;
  letter-spacing:.08em !important;
}
.section-heading p:last-child{
  max-width:760px;
  margin:0 auto !important;
  color:var(--muted) !important;
}
@media(max-width:560px){
  .section-heading{
    margin-bottom:34px !important;
  }
  .section-heading .eyebrow{
    font-size:clamp(2.15rem,11vw,3.1rem) !important;
    letter-spacing:.08em !important;
    margin-bottom:12px !important;
  }
  .section-heading h2{
    font-size:1.65rem !important;
    letter-spacing:.04em !important;
  }
}


/* =========================================
   Section divider v2
   Navy + restrained light-blue accent
   ========================================= */
.section-heading{
  max-width:980px !important;
  margin:0 auto 58px !important;
  text-align:center !important;
}

.section-heading .eyebrow{
  position:relative;
  display:block;
  margin:0 auto 24px !important;
  padding:0 0 28px !important;
  color:var(--navy) !important;
  font-size:clamp(3.1rem,6vw,5.6rem) !important;
  font-weight:950 !important;
  line-height:1 !important;
  letter-spacing:.10em !important;
}

.section-heading .eyebrow::first-letter{
  color:#4FAED8 !important;
}

.section-heading .eyebrow::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:min(600px,78%);
  height:2px;
  transform:translateX(-50%);
  background:#8ca0b5;
}

.section-heading .eyebrow::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-4px;
  width:10px;
  height:10px;
  border-radius:50%;
  transform:translateX(-50%);
  background:#4FAED8;
  box-shadow:0 0 0 4px #fff;
}

.section-heading h2{
  margin:0 0 14px !important;
  color:var(--navy) !important;
  font-size:clamp(1.9rem,3vw,2.75rem) !important;
  font-weight:900 !important;
  line-height:1.3 !important;
  letter-spacing:.06em !important;
}

.section-heading p:last-child{
  max-width:760px;
  margin:0 auto !important;
  color:var(--muted) !important;
}

@media(max-width:560px){
  .section-heading{
    margin-bottom:38px !important;
  }
  .section-heading .eyebrow{
    margin-bottom:18px !important;
    padding-bottom:22px !important;
    font-size:clamp(2.15rem,10.5vw,3.2rem) !important;
    letter-spacing:.07em !important;
  }
  .section-heading .eyebrow::before{
    width:82%;
  }
  .section-heading .eyebrow::after{
    width:8px;
    height:8px;
    bottom:-3px;
  }
  .section-heading h2{
    font-size:1.65rem !important;
    letter-spacing:.035em !important;
  }
}


/* ===== Unified CONTACT v8 ===== */
.contact{
  overflow:hidden;
  color:#fff;
  background:linear-gradient(105deg,var(--navy-dark),var(--navy));
}
.contact-inner{
  position:relative;
  min-height:330px;
  display:grid;
  grid-template-columns:190px 1fr auto;
  align-items:center;
  gap:34px;
}
.contact-mascot{
  align-self:end;
  width:220px;
  margin-left:-22px;
  margin-bottom:-34px;
  filter:drop-shadow(0 16px 25px rgba(0,0,0,.22));
}
.contact h2{
  margin-bottom:10px;
  font-size:clamp(2rem,4vw,3rem);
}
.contact p:not(.eyebrow){
  margin-bottom:0;
  color:rgba(255,255,255,.8);
}
.contact-buttons{
  display:grid;
  gap:10px;
  min-width:250px;
}
.contact-phone-btn{
  min-height:66px;
  justify-content:space-between;
  background:#fff;
  color:var(--navy);
}
.contact-phone-copy{
  display:grid;
  line-height:1.18;
  text-align:left;
}
.contact-phone-copy small{
  margin-top:5px;
  color:var(--navy);
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.06em;
}
@media(max-width:820px){
  .contact-inner{
    min-height:470px;
    grid-template-columns:1fr;
    padding:56px 0 0;
  }
  .contact-buttons{
    margin-bottom:210px;
    min-width:0;
  }
  .contact-mascot{
    position:absolute;
    left:50%;
    bottom:-62px;
    transform:translateX(-50%);
    margin:0;
    width:220px;
  }
  .contact-break{
    display:none;
  }
}


/* ===== v14: SERVICE refinements ===== */
.subhero-message span{
  display:inline-block;
  padding-bottom:7px;
  border-bottom:6px solid var(--yellow);
}
.service-index-grid a{
  justify-content:center;
  text-align:center;
}


/* ===== v15: SERVICE hero underline ===== */
.subhero-message span{
  display:inline-block;
  padding-bottom:6px;
  border-bottom:6px solid var(--yellow);
}


/* ===== v16: match About page hero type scale ===== */
.subhero-message{
  font-size:clamp(1.65rem,3.2vw,2.65rem) !important;
  line-height:1.3 !important;
}
@media(max-width:560px){
  .subhero-message{
    font-size:2.15rem !important;
    line-height:1.3 !important;
  }
}


/* ===== v18: colorful footer social icons on all pages ===== */
.footer-social{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.social-link{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  transition:transform .2s ease, filter .2s ease, opacity .2s ease;
}
.social-link:hover{
  transform:translateY(-2px) scale(1.03);
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.12));
}
.social-link svg{
  width:30px;
  height:30px;
  display:block;
}
.tiktok .tt-shadow-cyan{fill:#25F4EE; transform:translate(-1.6px,1px);}
.tiktok .tt-shadow-red{fill:#FE2C55; transform:translate(1.4px,-1px);}
.tiktok .tt-main{fill:#111111;}

@media(max-width:820px){
  .footer-inner{
    justify-items:center;
    text-align:center;
  }
  .footer-logo,
  .footer-inner > img{
    margin-inline:auto;
  }
  .footer-inner nav{
    justify-content:center;
  }
  .footer-info{
    justify-content:center;
  }
  .footer-social{
    justify-content:center;
  }
}


/* v20: use provided official SNS icon images */
.footer-social{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.social-link{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:transparent;
  overflow:hidden;
  transition:transform .2s ease, filter .2s ease, opacity .2s ease;
}
.social-link:hover{
  transform:translateY(-2px) scale(1.03);
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.12));
}
.social-link img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}


/* ===== v22: unified footer across all pages ===== */
.site-footer{
  padding:38px 0 !important;
  background:#fff !important;
  border-top:1px solid var(--border) !important;
}
.footer-inner{
  display:grid !important;
  grid-template-columns:160px 1fr auto !important;
  grid-template-areas:
    "logo nav social"
    "info info copyright" !important;
  align-items:center !important;
  gap:22px 30px !important;
  text-align:left !important;
}
.footer-logo,
.footer-inner > img.footer-logo{
  grid-area:logo;
  width:145px !important;
  margin:0 !important;
}
.footer-inner nav{
  grid-area:nav;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:22px !important;
  flex-wrap:wrap !important;
  font-size:.83rem !important;
  font-weight:800 !important;
}
.footer-social{
  grid-area:social;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:12px !important;
}
.footer-social .social-link{
  width:42px !important;
  height:42px !important;
  display:grid !important;
  place-items:center !important;
  background:transparent !important;
  border-radius:10px !important;
  overflow:hidden !important;
}
.footer-social .social-link img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.footer-info{
  grid-area:info;
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
  flex-wrap:wrap !important;
  color:var(--muted) !important;
  font-size:.8rem !important;
}
.footer-inner small{
  grid-area:copyright;
  justify-self:end !important;
  color:#9099a7 !important;
  font-size:.75rem !important;
}

@media(max-width:820px){
  .footer-inner{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "logo"
      "nav"
      "info"
      "social"
      "copyright" !important;
    justify-items:center !important;
    gap:18px !important;
    text-align:center !important;
  }
  .footer-logo,
  .footer-inner > img.footer-logo{
    margin-inline:auto !important;
  }
  .footer-inner nav{
    justify-content:center !important;
  }
  .footer-info{
    justify-content:center !important;
  }
  .footer-social{
    justify-content:center !important;
  }
  .footer-inner small{
    justify-self:center !important;
  }
}

@media(max-width:560px){
  .footer-inner nav{
    display:grid !important;
    gap:8px !important;
  }
  .footer-info{
    display:grid !important;
    gap:5px !important;
  }
}
