@charset "UTF-8";

:root{
  --red:#d60000;
  --red-dark:#b40000;
  --ink:#111;
  --muted:#666;
  --line:#e8e8e8;
  --soft:#f8f8f8;
  --max:1220px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  color:var(--ink);
  line-height:1.7;
  background:#fff;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(8px);
  border-bottom:1px solid #eee;
}
.header-inner{
  width:min(calc(100% - 32px),1480px);
  margin:auto;
  min-height:82px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:36px;
}
.brand{display:flex;align-items:center;gap:12px;white-space:nowrap}
.brand-mark{
  font-family:serif;
  font-size:48px;
  line-height:1;
  font-weight:700;
  text-decoration:line-through 3px var(--red);
}
.brand-text{display:flex;flex-direction:column;line-height:1.2}
.brand-text small{font-size:11px;font-weight:700}
.brand-text strong{font-size:20px;letter-spacing:.06em}
.nav{display:flex;justify-content:center;gap:40px}
.nav a{font-size:13px;font-weight:700;padding:30px 0 25px;position:relative}
.nav a.active,.nav a:hover{color:var(--red)}
.nav a.active::after{
  content:"";position:absolute;left:0;right:0;bottom:0;
  height:3px;background:var(--red)
}
.header-contact{display:flex;align-items:center;gap:18px}
.phone-box{text-align:right}
.phone-box a{display:block;color:var(--red);font-size:24px;font-weight:800;line-height:1.15}
.phone-box small{font-size:10px}
.header-cta{
  min-height:50px;
  padding:0 20px;
  display:flex;align-items:center;gap:10px;
  background:var(--red);color:#fff;font-weight:800;border-radius:3px
}
.header-cta span{font-size:22px}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:27px;height:2px;background:#111;margin:6px}

/* Hero */
.hero{
  position:relative;
  min-height:580px;
  overflow:hidden;
  background:#eef5f8;
}
.hero-photo{
  position:absolute;
  inset:0 0 0 41%;
  background:url("../images/hero-house-van.jpg?v=2") center/cover no-repeat;
  transform:scale(1.03);
}
.hero-fade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 28%,rgba(255,255,255,.83) 43%,rgba(255,255,255,.22) 62%,rgba(255,255,255,0) 100%),
    linear-gradient(180deg,rgba(255,255,255,0) 76%,rgba(0,0,0,.08) 100%);
}
.hero-inner{position:relative;z-index:2;padding:64px 0 120px}
.hero-copy{width:min(620px,55%)}
.hero-kicker{
  margin:0 0 12px;
  font-size:11px;font-weight:800;letter-spacing:.2em;color:#777
}
.hero h1{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:66px;
  line-height:1.18;
  letter-spacing:.08em;
  font-weight:600;
}
.hero h1 em{font-style:normal;color:var(--red)}
.hero-lead{margin:22px 0 0;font-size:17px;font-weight:600;line-height:1.85}
.service-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.service-pills span{
  min-width:62px;text-align:center;
  border:1px solid #bbb;background:rgba(255,255,255,.88);
  padding:10px 13px;border-radius:4px;font-size:13px;font-weight:800;
  box-shadow:0 3px 10px rgba(0,0,0,.04)
}
.hero-actions{display:flex;gap:14px;margin-top:24px}
.btn{
  min-height:56px;
  padding:0 25px;
  display:inline-flex;align-items:center;justify-content:center;gap:16px;
  font-weight:800;border-radius:3px;transition:.2s
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 9px 22px rgba(214,0,0,.18)}
.btn-light{background:#fff;border:1px solid #ccc}
.hero-trust-card{
  position:absolute;
  left:0;right:0;bottom:0;
  z-index:3;
  transform:translateY(50%);
}
.trust-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  background:#fff;border-radius:4px;
  box-shadow:0 10px 28px rgba(0,0,0,.13);
  overflow:hidden;
}
.trust-item{
  display:flex;align-items:center;justify-content:center;gap:18px;
  min-height:92px;padding:18px 24px;
  border-right:1px solid #e7e7e7
}
.trust-item:last-child{border-right:0}
.trust-icon{
  width:46px;height:46px;border:3px solid var(--red);border-radius:50%;
  display:grid;place-items:center;color:var(--red);font-weight:900
}
.trust-item b,.trust-item strong{display:block}
.trust-item b{font-size:14px}
.trust-item strong{font-size:16px}

/* Common */
.section{padding:92px 0 72px}
.section-title{text-align:center;margin-bottom:34px}
.section-title h2{margin:0;font-size:28px;letter-spacing:.06em}
.section-title>span{display:block;width:45px;height:3px;background:var(--red);margin:10px auto}
.section-title p{margin:0;color:#666;font-size:13px}

/* Reasons */
.reasons{padding-top:100px;background:#fff}
.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.reason-card{
  min-height:220px;
  display:grid;grid-template-columns:1.12fr .88fr;
  overflow:hidden;background:#fff;border:1px solid #e7e7e7;border-radius:4px
}
.reason-copy{padding:24px 18px}
.num{
  display:inline-grid;place-items:center;
  width:42px;height:38px;
  background:var(--red);color:#fff;font-weight:800;border-radius:3px;
  margin-bottom:12px
}
.reason-copy h3{font-size:17px;margin:0 0 12px}
.reason-copy p{font-size:12px;color:#555;margin:0}
.reason-card img{width:100%;height:100%;object-fit:cover}

/* Services */
.services{background:#fafafa}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.service-grid article{
  background:#fff;border:1px solid #e6e6e6;padding:24px 18px;
  min-height:260px;display:flex;flex-direction:column
}
.service-icon{
  width:56px;height:56px;border-radius:50%;background:var(--red);color:#fff;
  display:grid;place-items:center;font-size:27px;margin:0 auto 16px
}
.service-grid h3{font-size:15px;text-align:center;margin:0 0 12px}
.service-grid p{font-size:12px;color:#666;margin:0 0 18px}
.service-grid a{margin-top:auto;text-align:center;font-size:12px;font-weight:800;color:var(--red)}

/* Secondary sections */
.simple-section{padding:70px 0;background:#f7f7f7;text-align:center}
.simple-section.white{background:#fff}
.compact-copy{max-width:720px}
.mini-label{color:var(--red);font-size:11px;font-weight:800;letter-spacing:.2em}
.compact-copy h2{font-size:28px;margin:6px 0 10px}
.compact-copy p:last-child{color:#666}
.flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:left}
.flow-grid>div{border-top:3px solid var(--red);background:#f8f8f8;padding:24px}
.flow-grid b{font-size:30px;color:var(--red)}
.flow-grid h3{margin:6px 0}
.flow-grid p{font-size:12px;color:#666}
.company{padding:56px 0;background:#111;color:#fff}
.company-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.company-inner h2{margin:5px 0;font-size:28px}
.company-inner p{color:#ccc}
.company-inner>a{border:1px solid #fff;padding:13px 18px}

/* Contact */
.contact-band{
  background:
    linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),
    url("../images/reason01.jpg") center/cover;
  border-top:1px solid #ddd;
}
.contact-band-inner{
  min-height:110px;display:grid;
  grid-template-columns:1fr 1fr 1.2fr;
  gap:26px;align-items:center
}
.contact-band strong{font-size:18px}
.contact-phone{text-align:center}
.contact-phone a{display:block;color:var(--red);font-size:30px;font-weight:800}
.contact-phone small{font-size:10px}
.contact-button{
  min-height:58px;background:var(--red);color:#fff;
  display:flex;align-items:center;justify-content:center;gap:18px;
  font-weight:800
}

/* Footer */
.footer{background:#14171a;color:#fff;padding-top:36px}
.footer-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:48px;padding-bottom:30px}
.footer-logo .brand-mark{font-size:44px}
.footer-logo .brand-text strong{font-size:17px}
.footer-brand p,.footer-contact p{font-size:12px;color:#bbb}
.footer-menu h3,.footer-contact h3{font-size:14px;margin-top:0}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:5px 20px}
.footer-links a{font-size:12px;color:#ccc}
.footer-contact>a{display:inline-flex;border:1px solid #888;padding:10px 15px;font-size:12px}
.copyright{text-align:center;border-top:1px solid #333;padding:12px;font-size:10px;color:#aaa}

/* Responsive */
@media (max-width:1100px){
  .nav{gap:24px}
  .header-contact .phone-box{display:none}
  .hero-photo{inset:0 0 0 35%}
  .hero-copy{width:60%}
  .service-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:820px){
  .header-inner{grid-template-columns:1fr auto;min-height:72px}
  .nav,.header-contact{display:none}
  .menu-toggle{display:block}
  .site-header.nav-open .nav{
    display:flex;position:absolute;top:72px;left:0;right:0;
    flex-direction:column;gap:0;background:#fff;border-top:1px solid #eee
  }
  .site-header.nav-open .nav a{padding:15px 20px;border-bottom:1px solid #eee}
  .hero{min-height:680px}
  .hero-photo{inset:0;background-position:52% center}
  .hero-fade{
    background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.85) 50%,rgba(255,255,255,.25) 100%)
  }
  .hero-copy{width:68%}
  .hero h1{font-size:54px}
  .reason-grid{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item{padding:14px 12px;gap:10px}
  .trust-item strong{font-size:14px}
  .flow-grid{grid-template-columns:1fr 1fr}
  .contact-band-inner{grid-template-columns:1fr 1fr}
  .contact-button{grid-column:1/-1}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .brand-mark{font-size:40px}
  .brand-text small{font-size:9px}
  .brand-text strong{font-size:15px}
  .hero{min-height:740px}
  .hero-photo{background-position:56% center;transform:scale(1.08)}
  .hero-fade{
    background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.9) 47%,rgba(255,255,255,.4) 75%,rgba(255,255,255,.08) 100%)
  }
  .hero-inner{padding-top:42px}
  .hero-copy{width:100%}
  .hero h1{font-size:42px}
  .hero-lead{font-size:14px}
  .pc-only{display:none}
  .service-pills span{min-width:auto;padding:8px 11px}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .hero-trust-card{position:relative;transform:none;margin-top:-100px}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{justify-content:flex-start;min-height:74px;border-right:0;border-bottom:1px solid #eee}
  .reasons{padding-top:55px}
  .reason-card{grid-template-columns:1.2fr .8fr}
  .service-grid,.flow-grid{grid-template-columns:1fr}
  .contact-band-inner{grid-template-columns:1fr;text-align:center;padding:24px 0}
  .contact-button{grid-column:auto}
  .company-inner,.footer-grid{grid-template-columns:1fr;display:grid}
  .company-inner{justify-items:start}
  .footer-links{grid-template-columns:1fr}
}


/* ===== Hero background clean fix v7 ===== */
.hero{
  position:relative;
  min-height:590px;
  overflow:visible;
  background:
    linear-gradient(90deg,#fff 0%,#fff 34%,#f7fbfd 52%,#eef5f8 100%);
}

.hero-photo{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:38%;
  background-image:url("../images/hero-house-van-clean.jpg?v=7");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  transform:none;
}

.hero-fade{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    #fff 0%,
    rgba(255,255,255,.99) 26%,
    rgba(255,255,255,.96) 33%,
    rgba(255,255,255,.80) 40%,
    rgba(255,255,255,.46) 47%,
    rgba(255,255,255,.10) 56%,
    rgba(255,255,255,0) 64%
  );
}

.hero-inner{
  position:relative;
  z-index:2;
  min-height:500px;
  padding-top:40px;
  padding-bottom:110px;
}

.hero-copy{
  width:36%;
  min-width:410px;
}

.hero h1{
  font-size:50px;
  line-height:1.12;
}

.hero-lead{
  font-size:12px;
  line-height:1.7;
  margin-top:16px;
}

.service-pills{
  gap:7px;
  margin-top:14px;
}

.service-pills span{
  min-width:52px;
  padding:7px 9px;
  font-size:10px;
}

.hero-actions{
  gap:10px;
  margin-top:14px;
}

.hero-actions .btn{
  min-height:46px;
  padding:0 18px;
  font-size:11px;
}

.hero-trust-card{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  transform:translateY(50%);
  z-index:3;
}

.trust-grid{
  max-width:1040px;
}

.reasons{
  padding-top:100px;
}

/* Desktop large */
@media (min-width: 1400px){
  .hero-photo{
    left:40%;
    background-size:cover;
    background-position:center 48%;
  }
}

/* Tablet */
@media (max-width: 980px){
  .hero{
    min-height:640px;
  }

  .hero-photo{
    left:30%;
    background-position:56% center;
  }

  .hero-fade{
    background:linear-gradient(
      90deg,
      #fff 0%,
      rgba(255,255,255,.98) 30%,
      rgba(255,255,255,.84) 44%,
      rgba(255,255,255,.38) 60%,
      rgba(255,255,255,0) 74%
    );
  }

  .hero-copy{
    width:48%;
    min-width:0;
  }

  .hero h1{
    font-size:46px;
  }
}

/* Mobile */
@media (max-width: 640px){
  .hero{
    min-height:auto;
    overflow:hidden;
    background:#fff;
  }

  .hero-photo{
    top:305px;
    right:0;
    bottom:auto;
    left:0;
    height:330px;
    background-size:cover;
    background-position:58% center;
  }

  .hero-fade{
    background:linear-gradient(
      180deg,
      #fff 0,
      rgba(255,255,255,.98) 225px,
      rgba(255,255,255,.90) 305px,
      rgba(255,255,255,.18) 425px,
      rgba(255,255,255,0) 530px
    );
  }

  .hero-inner{
    min-height:635px;
    padding-top:28px;
    padding-bottom:240px;
  }

  .hero-copy{
    width:100%;
    min-width:0;
  }

  .hero h1{
    font-size:39px;
  }

  .hero-lead{
    font-size:12px;
    max-width:92%;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .hero-actions .btn{
    width:100%;
    padding:0 8px;
  }

  .hero-trust-card{
    position:relative;
    bottom:auto;
    transform:none;
    margin-top:-18px;
  }

  .trust-grid{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
  }

  .trust-item{
    min-height:68px;
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid #eee;
  }

  .reasons{
    padding-top:50px;
  }
}

@media (max-width:390px){
  .hero-photo{
    top:320px;
    height:310px;
    background-position:60% center;
  }

  .hero-inner{
    min-height:625px;
    padding-bottom:225px;
  }

  .hero h1{
    font-size:35px;
  }

  .hero-actions{
    grid-template-columns:1fr;
  }
}


/* ===== FINAL HERO v8 : approved background + white text effect ===== */
.hero{
  position:relative;
  min-height:600px;
  overflow:visible;
  background:#eef5f8;
}
.hero-photo{
  position:absolute;
  inset:0;
  background-image:url("../images/hero-final.png?v=8");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  transform:none;
}
.hero-fade{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.92) 0%,
    rgba(255,255,255,.82) 23%,
    rgba(255,255,255,.56) 36%,
    rgba(255,255,255,.20) 48%,
    rgba(255,255,255,0) 62%
  );
}
.hero-inner{
  position:relative;
  z-index:2;
  min-height:510px;
  padding-top:42px;
  padding-bottom:112px;
}
.hero-copy{
  width:38%;
  min-width:430px;
  padding:22px 24px 24px 0;
  position:relative;
}
.hero-copy::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-8px;
  right:-28px;
  bottom:-8px;
  left:-80px;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.90) 0%,
    rgba(255,255,255,.72) 62%,
    rgba(255,255,255,0) 100%
  );
  filter:blur(8px);
}
.hero-kicker,
.hero h1,
.hero-lead{
  text-shadow:
    0 1px 0 rgba(255,255,255,1),
    0 0 5px rgba(255,255,255,.98),
    0 0 12px rgba(255,255,255,.95),
    0 0 22px rgba(255,255,255,.88);
}
.hero h1{
  font-size:52px;
  line-height:1.12;
  letter-spacing:.06em;
}
.hero h1 em{
  text-shadow:
    0 1px 0 #fff,
    0 0 5px #fff,
    0 0 12px rgba(255,255,255,.98),
    0 0 22px rgba(255,255,255,.9);
}
.hero-lead{
  margin-top:17px;
  font-size:13px;
  line-height:1.75;
  font-weight:700;
}
.service-pills{
  gap:7px;
  margin-top:16px;
}
.service-pills span{
  min-width:54px;
  padding:8px 10px;
  font-size:10px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(3px);
}
.hero-actions{
  gap:10px;
  margin-top:15px;
}
.hero-actions .btn{
  min-height:48px;
  padding:0 19px;
  font-size:11px;
}
.hero-trust-card{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:3;
  transform:translateY(50%);
}
.trust-grid{
  max-width:1040px;
  background:rgba(255,255,255,.97);
}
.reasons{padding-top:105px}

@media (min-width:1400px){
  .hero{min-height:620px}
  .hero-photo{background-position:center 52%}
  .hero-inner{min-height:530px}
}

@media (max-width:980px){
  .hero{min-height:650px}
  .hero-photo{background-position:58% center}
  .hero-fade{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.94) 0%,
      rgba(255,255,255,.82) 35%,
      rgba(255,255,255,.42) 55%,
      rgba(255,255,255,0) 76%
    );
  }
  .hero-copy{width:50%;min-width:0}
  .hero h1{font-size:46px}
}

@media (max-width:640px){
  .hero{
    min-height:auto;
    overflow:hidden;
    background:#fff;
  }
  .hero-photo{
    top:300px;
    right:0;
    bottom:auto;
    left:0;
    height:355px;
    background-size:cover;
    background-position:62% center;
  }
  .hero-fade{
    background:linear-gradient(
      180deg,
      rgba(255,255,255,1) 0,
      rgba(255,255,255,.98) 220px,
      rgba(255,255,255,.82) 300px,
      rgba(255,255,255,.10) 440px,
      rgba(255,255,255,0) 550px
    );
  }
  .hero-inner{
    min-height:650px;
    padding-top:26px;
    padding-bottom:250px;
  }
  .hero-copy{
    width:100%;
    min-width:0;
    padding:12px 0 20px;
  }
  .hero-copy::before{
    left:-28px;
    right:-28px;
    top:-10px;
    bottom:-10px;
    background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.70) 75%,rgba(255,255,255,0));
  }
  .hero h1{font-size:39px}
  .hero-lead{font-size:12px;max-width:92%}
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .hero-actions .btn{width:100%;padding:0 8px}
  .hero-trust-card{
    position:relative;
    bottom:auto;
    transform:none;
    margin-top:-18px;
  }
  .trust-grid{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
  }
  .trust-item{
    min-height:68px;
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid #eee;
  }
  .reasons{padding-top:50px}
}

@media(max-width:390px){
  .hero-photo{top:315px;height:330px;background-position:64% center}
  .hero-inner{min-height:640px;padding-bottom:230px}
  .hero h1{font-size:35px}
  .hero-actions{grid-template-columns:1fr}
}


/* ===== Service icon images v9 ===== */
.service-pills-icons{
  display:flex;
  gap:8px;
  flex-wrap:nowrap;
  align-items:stretch;
}
.service-pills-icons span{
  width:66px;
  min-width:66px;
  min-height:70px;
  padding:8px 6px 7px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(0,0,0,.18);
  border-radius:4px;
  box-shadow:0 5px 14px rgba(0,0,0,.08);
}
.service-pills-icons img{
  width:28px;
  height:28px;
  object-fit:contain;
  display:block;
}
.service-pills-icons b{
  font-size:11px;
  line-height:1;
  font-weight:800;
  color:#111;
}

@media(max-width:640px){
  .service-pills-icons{
    width:100%;
    gap:5px;
  }
  .service-pills-icons span{
    flex:1 1 0;
    width:auto;
    min-width:0;
    min-height:62px;
    padding:6px 3px;
  }
  .service-pills-icons img{
    width:24px;
    height:24px;
  }
  .service-pills-icons b{
    font-size:9px;
  }
}


/* ===== Approved AZUMASA logo v10 ===== */
.brand-logo-img{
  display:block;
  width:62px;
  height:62px;
  object-fit:contain;
  flex:0 0 auto;
}
.footer-logo .brand-logo-img{
  width:58px;
  height:58px;
}
@media(max-width:820px){
  .brand-logo-img{
    width:50px;
    height:50px;
  }
}
@media(max-width:560px){
  .brand-logo-img{
    width:44px;
    height:44px;
  }
  .footer-logo .brand-logo-img{
    width:48px;
    height:48px;
  }
}


/* ===== Service list rough-style icons v12 ===== */
.service-grid .service-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  background:var(--red);
  display:grid;
  place-items:center;
  margin:0 auto 16px;
  box-shadow:0 6px 14px rgba(214,0,0,.16);
}
.service-grid .service-icon img{
  width:34px;
  height:34px;
  display:block;
  object-fit:contain;
}
@media(max-width:560px){
  .service-grid .service-icon{
    width:58px;
    height:58px;
  }
  .service-grid .service-icon img{
    width:31px;
    height:31px;
  }
}


/* ===== Section order adjustment v13 ===== */
/* サービス一覧がヒーロー直下になったため、浮いている安心ポイント分の余白を確保 */
.hero + .services{
  padding-top:105px;
}
/* 選ばれる理由は通常セクション間隔へ */
.services + .reasons{
  padding-top:82px;
}
@media(max-width:640px){
  .hero + .services{
    padding-top:50px;
  }
  .services + .reasons{
    padding-top:62px;
  }
}

/* ===== Separate page navigation v14 ===== */
.subpage-main{min-height:65vh;background:#fafafa}
.subpage-hero{padding:110px 0 100px;text-align:center}
.subpage-hero h1{margin:6px 0 14px;font-size:38px;letter-spacing:.06em}
.subpage-hero p:last-child{color:#666}
@media(max-width:820px){
  .subpage-hero{padding:80px 0}
  .subpage-hero h1{font-size:30px}
}

/* ===== Multi page build v16 ===== */
.breadcrumb{padding:12px 20px;font-size:12px;color:#777}
.detail-hero{position:relative;min-height:330px;overflow:hidden;background:#fff}
.detail-hero-img{position:absolute;inset:0 0 0 40%;background-size:cover;background-position:center}
.detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 30%,rgba(255,255,255,.92) 39%,rgba(255,255,255,.15) 60%,transparent 72%)}
.detail-hero-inner{position:relative;z-index:2;padding-top:65px}
.detail-copy{max-width:500px}
.detail-copy h1{font-size:38px;margin:0 0 18px}
.detail-copy h2{font-size:22px;line-height:1.5;color:var(--red);margin:0 0 16px}
.detail-copy p{font-size:14px;line-height:1.9}
.detail-section{padding:58px 0}.detail-section.soft{background:#fafafa}
.detail-heading{text-align:center;font-size:25px;margin:0 0 30px}.detail-heading:after{content:"";display:block;width:44px;height:2px;background:var(--red);margin:10px auto}
.detail-heading.left{text-align:left}.detail-heading.left:after{margin:10px 0}
.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.feature-card{border:1px solid #e5e5e5;padding:25px 15px;text-align:center;background:#fff;min-height:180px}
.feature-symbol{font-size:36px;color:var(--red);margin-bottom:10px}.feature-card.green .feature-symbol{color:#398a24}
.feature-card h3{font-size:15px;margin:8px 0}.feature-card p{font-size:12px;line-height:1.7;color:#555}
.service-index-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.service-index-card{display:block;color:#111;text-decoration:none;border:1px solid #ddd;padding:22px 12px;text-align:center;background:#fff}
.round-icon{width:58px;height:58px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;margin:0 auto 15px;font-size:26px}
.service-index-card h3{font-size:14px}.service-index-card p{font-size:12px;line-height:1.7;color:#555;min-height:62px}.service-index-card b{font-size:12px;color:var(--red)}
.step-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.step-card{position:relative;border:1px solid #ddd;text-align:center;padding:20px 10px;background:#fff}.step-card b{font-size:11px;color:var(--red)}.step-icon{font-size:30px;color:var(--red);margin:10px}.step-card h3{font-size:14px}.step-card p{font-size:11px;line-height:1.6;color:#555}
.two-col{display:grid;grid-template-columns:1fr 1.2fr;gap:35px;align-items:center}.check-list{list-style:none;padding:0}.check-list li{padding:9px 0;border-bottom:1px solid #eee}.check-list li:before{content:"✓";color:var(--red);font-weight:bold;margin-right:10px}.photo-panel{min-height:300px;background-size:cover;background-position:center;border-radius:4px}
.narrow{max-width:900px}.narrow details{border-bottom:1px solid #ddd;background:#fff;padding:15px}.narrow summary{cursor:pointer;font-weight:bold}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{border:1px solid #ddd;padding:28px;background:#fff}.price-card:nth-child(2){border:2px solid #4d992e}.price-card h3{text-align:center;font-size:20px}.price-card>p{text-align:center;color:#666}.price-card strong{display:block;text-align:center;font-size:34px;color:var(--red);margin:18px 0}.price-card strong small{font-size:12px;color:#222}.price-card ul{list-style:none;padding:0;line-height:2}.price-card a,.page-red-btn{display:block;background:var(--red);color:#fff;text-decoration:none;padding:14px;text-align:center}
.company-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px}.company-layout table{width:100%;border-collapse:collapse}.company-layout th,.company-layout td{border:1px solid #ddd;padding:14px;text-align:left}.company-layout th{width:30%;background:#fafafa}.company-message{padding:25px;background:#fafafa}.column-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.column-grid article{border:1px solid #ddd;padding:24px;background:#fff}.column-grid b{color:var(--red)}
.page-contact{border-top:1px solid #ddd;padding:24px 0;background:#fff}.page-contact-inner{display:grid;grid-template-columns:1fr 1fr 1.2fr;align-items:center;gap:25px}.page-contact-phone{font-size:27px;font-weight:800;color:var(--red);text-align:center}.page-contact-phone small{display:block;font-size:10px;color:#555}
@media(max-width:980px){.feature-grid{grid-template-columns:repeat(3,1fr)}.service-index-grid{grid-template-columns:repeat(3,1fr)}.step-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.detail-hero{min-height:520px}.detail-hero-img{inset:245px 0 0 0}.detail-hero:after{background:linear-gradient(180deg,#fff 0,#fff 220px,rgba(255,255,255,.8) 285px,transparent 390px)}.detail-hero-inner{padding-top:35px}.detail-copy{max-width:none}.detail-copy h1{font-size:30px}.detail-copy h2{font-size:18px}.feature-grid,.service-index-grid,.step-grid,.price-grid,.company-layout,.column-grid,.two-col,.page-contact-inner{grid-template-columns:1fr}.feature-card{min-height:auto}.service-index-card p{min-height:auto}.page-contact-phone{text-align:left}.detail-section{padding:42px 0}}

/* v17: footer logo white + red */
.site-footer .footer-brand .brand-text small,
.site-footer .footer-brand .brand-text strong{color:#fff}


/* ===== v31 INDEX header unified with SERVICE ===== */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  border-bottom:1px solid #eee;
}
.header-top{
  width:min(calc(100% - 40px),1320px);
  margin:auto;
  min-height:94px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:26px;
}
.site-header .brand{
  display:flex;
  align-items:center;
  gap:10px;
}
.site-header .brand-logo{
  width:58px;
  height:58px;
  object-fit:contain;
  display:block;
}
.site-header .brand span{
  display:flex;
  flex-direction:column;
  line-height:1.2;
}
.site-header .brand small{
  font-size:11px;
  font-weight:700;
}
.site-header .brand strong{
  font-size:20px;
  letter-spacing:.05em;
}
.site-header .header-phone{
  justify-self:end;
  text-align:right;
}
.site-header .header-phone a{
  display:block;
  color:var(--red);
  font-weight:800;
  font-size:25px;
}
.site-header .header-phone small{
  font-size:10px;
}
.site-header .header-cta{
  background:var(--red);
  color:#fff;
  padding:13px 20px;
  font-weight:800;
  line-height:1.2;
}
.site-header .header-cta small{
  display:block;
  font-size:10px;
}
.site-header .nav{
  min-height:54px;
  display:flex;
  justify-content:center;
  gap:80px;
  border-top:1px solid #f0f0f0;
}
.site-header .nav a{
  padding:16px 0 13px;
  font-size:14px;
  font-weight:700;
  position:relative;
}
.site-header .nav a.active{
  color:var(--red);
}
.site-header .nav a.active:after{
  content:"";
  position:absolute;
  height:3px;
  background:var(--red);
  left:0;
  right:0;
  bottom:0;
}
.site-header .menu-btn{
  display:none;
}

@media(max-width:1000px){
  .site-header .nav{gap:38px}
}
@media(max-width:700px){
  .site-header .header-top{
    min-height:72px;
    grid-template-columns:1fr auto;
  }
  .site-header .header-phone,
  .site-header .header-cta,
  .site-header .nav{
    display:none;
  }
  .site-header .menu-btn{
    display:block;
    background:none;
    border:0;
  }
  .site-header .menu-btn span{
    display:block;
    width:28px;
    height:2px;
    background:#111;
    margin:6px;
  }
  .site-header.open .nav{
    display:flex;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    flex-direction:column;
    gap:0;
    background:#fff;
  }
  .site-header.open .nav a{
    padding:14px 20px;
    border-bottom:1px solid #eee;
  }
  .site-header .brand-logo{
    width:45px;
    height:45px;
  }
  .site-header .brand strong{
    font-size:15px;
  }
}


/* ===== v70 INDEX active nav underline ===== */
.site-header .main-nav a{
  position:relative;
}
.site-header .main-nav a.active{
  color:#d90000 !important;
}
.site-header .main-nav a.active::after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:-1px;
  height:2px;
  background:#d90000;
}
@media(max-width:700px){
  .site-header .main-nav a.active::after{
    left:0;
    right:auto;
    width:36px;
    bottom:4px;
  }
}


/* ===== v71 INDEX nav active fix (actual .nav selector) ===== */
.nav a{
  position:relative;
}
.nav a.active{
  color:#d90000 !important;
}
.nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:#d90000;
  display:block;
}


/* ===== v72 INDEX header/nav layer fix ===== */
.site-header{
  position:relative !important;
  z-index:1000 !important;
  background:#fff !important;
}

.site-header .header-top,
.site-header .nav{
  position:relative !important;
  z-index:1001 !important;
  background:#fff !important;
}

.site-header .nav{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
}

.site-header .nav a{
  position:relative !important;
  z-index:1002 !important;
  color:#111;
}

.site-header .nav a.active{
  color:#d90000 !important;
}

.site-header .nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:#d90000;
  display:block;
}

/* Keep all hero/background layers below the header */
.hero,
.hero-bg,
.hero::before,
.hero::after,
.mv,
.mv-bg,
.fv,
.fv-bg{
  z-index:0 !important;
}

main{
  position:relative;
  z-index:1;
}

@media(max-width:700px){
  .site-header .nav{
    display:none !important;
  }
  .site-header.open .nav{
    display:flex !important;
  }
}


/* ===== v73 INDEX nav breakpoint unified with other pages ===== */
@media (min-width:701px) and (max-width:820px){
  .site-header .nav,
  .nav{
    display:flex !important;
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    flex-direction:row !important;
    justify-content:center !important;
    gap:38px !important;
    visibility:visible !important;
    opacity:1 !important;
    background:#fff !important;
    border-top:1px solid #f0f0f0 !important;
  }

  .site-header .nav a,
  .nav a{
    display:block !important;
    padding:16px 0 13px !important;
    border-bottom:0 !important;
    font-size:14px !important;
  }

  .site-header .nav a.active::after,
  .nav a.active::after{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    height:3px !important;
    background:#d90000 !important;
    display:block !important;
  }

  .site-header .menu-btn,
  .menu-toggle{
    display:none !important;
  }
}


/* ===== v74 INDEX HEADER rebuilt from SERVICE ===== */
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:9999 !important;
  width:100% !important;
  background:#fff !important;
  border-bottom:1px solid #eee !important;
}

.site-header .header-top{
  width:min(calc(100% - 40px),1320px) !important;
  margin:0 auto !important;
  min-height:94px !important;
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  align-items:center !important;
  gap:26px !important;
  background:#fff !important;
}

.site-header .brand{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

.site-header .brand-logo{
  width:58px !important;
  height:58px !important;
  object-fit:contain !important;
  display:block !important;
}

.site-header .brand span{
  display:flex !important;
  flex-direction:column !important;
  line-height:1.2 !important;
}

.site-header .brand small{
  font-size:11px !important;
  font-weight:700 !important;
}

.site-header .brand strong{
  font-size:20px !important;
  letter-spacing:.05em !important;
}

.site-header .header-phone{
  display:block !important;
  justify-self:end !important;
  text-align:right !important;
}

.site-header .header-phone a{
  display:block !important;
  color:#d90000 !important;
  font-size:25px !important;
  font-weight:800 !important;
}

.site-header .header-phone small{
  display:block !important;
  font-size:10px !important;
}

.site-header .header-cta{
  display:block !important;
  background:#d90000 !important;
  color:#fff !important;
  padding:13px 20px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
}

.site-header .header-cta small{
  display:block !important;
  font-size:10px !important;
}

.site-header .nav{
  position:relative !important;
  z-index:10000 !important;
  min-height:54px !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:stretch !important;
  justify-content:center !important;
  gap:80px !important;
  visibility:visible !important;
  opacity:1 !important;
  background:#fff !important;
  border-top:1px solid #f0f0f0 !important;
}

.site-header .nav a{
  position:relative !important;
  display:block !important;
  padding:16px 0 13px !important;
  border:0 !important;
  color:#111 !important;
  font-size:14px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}

.site-header .nav a.active{
  color:#d90000 !important;
}

.site-header .nav a.active::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:auto !important;
  height:3px !important;
  display:block !important;
  background:#d90000 !important;
}

.site-header .menu-btn{
  display:none !important;
}

/* Make sure the hero can never cover the header */
.hero,
.hero-photo,
.hero-fade,
.hero-inner{
  position:relative;
  z-index:auto;
}
.hero-photo,
.hero-fade{
  position:absolute;
}
main{
  position:relative !important;
  z-index:1 !important;
}

/* Tablet */
@media (min-width:701px) and (max-width:1000px){
  .site-header .header-top{
    grid-template-columns:auto 1fr auto !important;
    gap:16px !important;
  }
  .site-header .nav{
    display:flex !important;
    gap:34px !important;
  }
  .site-header .header-phone a{
    font-size:21px !important;
  }
}

/* Mobile only */
@media (max-width:700px){
  .site-header .header-top{
    width:min(calc(100% - 24px),1320px) !important;
    min-height:72px !important;
    grid-template-columns:1fr auto !important;
  }

  .site-header .header-phone,
  .site-header .header-cta{
    display:none !important;
  }

  .site-header .menu-btn{
    display:block !important;
    background:none !important;
    border:0 !important;
  }

  .site-header .menu-btn span{
    display:block !important;
    width:28px !important;
    height:2px !important;
    margin:6px !important;
    background:#111 !important;
  }

  .site-header .nav{
    display:none !important;
  }

  .site-header.open .nav{
    position:absolute !important;
    top:72px !important;
    left:0 !important;
    right:0 !important;
    z-index:10001 !important;
    display:flex !important;
    flex-direction:column !important;
    gap:0 !important;
    background:#fff !important;
  }

  .site-header.open .nav a{
    width:100% !important;
    padding:14px 20px !important;
    border-bottom:1px solid #eee !important;
  }

  .site-header .brand-logo{
    width:45px !important;
    height:45px !important;
  }

  .site-header .brand strong{
    font-size:15px !important;
  }
}
