/* ===== Base ===== */
:root{
  --text:#222222;
  --accent:#17a3c7;
  --footer:#222222;
  --line:#06c755;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  font-family:"Noto Sans JP",sans-serif;
  color:var(--text);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
li{list-style:none}

/* ===== Animations ===== */
.js .reveal{
  opacity:0;transform:translateY(36px);
  transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);
}
.js .reveal.is-visible{opacity:1;transform:none}
.js .reveal-fade{opacity:0;transition:opacity 1.1s ease}
.js .reveal-fade.is-visible{opacity:1}

@keyframes fvUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes fvFade{from{opacity:0}to{opacity:1}}
.fv__copy{animation:fvUp 1s .15s both}
.fv__subcopy{animation:fvUp 1s .4s both}
.fv__cta{animation:none}
.fv__medal,.fv__map,.fv__points,.fv__before-after{animation:fvFade 1.3s .55s both}

@media (prefers-reduced-motion:reduce){
  .js .reveal,.js .reveal-fade{opacity:1!important;transform:none!important}
  .fv__copy,.fv__subcopy,.fv__cta,.fv__medal,.fv__map,.fv__points,.fv__before-after{animation:none!important}
}

/* ===== Header ===== */
.header{
  position:absolute;top:0;left:0;width:100%;z-index:100;
  padding:8px 30px;transition:background .25s ease,box-shadow .25s ease,padding .25s ease;
}
.header__inner{
  display:flex;align-items:center;gap:24px;
  max-width:1860px;margin:0 auto;
}
.header__logo{display:block;line-height:0}
.header__logo img{width:180px;height:78px;object-fit:contain;object-position:left center}
.gnav{margin-left:18px}
.gnav__list{display:flex;gap:34px}
.gnav__item a{
  color:#fff;text-align:center;display:block;position:relative;
}
.gnav__ja{font-size:15px;font-weight:700;display:block}
.gnav__en{font-size:9px;letter-spacing:.12em;display:block;margin-top:4px;opacity:.85}
.gnav__item a::after{
  content:"";position:absolute;left:50%;bottom:-6px;width:0;height:2px;
  background:var(--accent);transition:.3s;transform:translateX(-50%);
}
.gnav__item a:hover::after{width:100%}

.header__cta{display:flex;gap:12px;margin-left:auto}
.hcta{
  display:flex;align-items:center;gap:12px;
  padding:12px 18px;border-radius:8px;color:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.18);transition:.25s;
}
.hcta:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(0,0,0,.25)}
.hcta--tel{background:var(--accent)}
.hcta--line{background:var(--line)}
.hcta__icon{width:26px;height:26px;flex-shrink:0}
.hcta__icon svg{width:100%;height:100%}
.hcta__icon--line{
  width:30px;height:30px;border:2px solid #fff;border-radius:7px;
  display:flex;align-items:center;justify-content:center;
  font-size:9px;font-weight:700;
}
.hcta__txt{display:flex;flex-direction:column;line-height:1.25;border-left:1px solid rgba(255,255,255,.5);padding-left:12px}
.hcta__txt b{font-size:15px;font-weight:700}
.hcta__txt small{font-size:10px;opacity:.95}
.hcta__arrow{font-size:20px;margin-left:2px}
.btn-image{
  display:block;padding:0!important;background:none!important;border-radius:0!important;
  box-shadow:none!important;line-height:0;overflow:visible;
}
.btn-image:hover{transform:translateY(-2px)}
.btn-image img{display:block;width:100%;height:auto}
.header__cta .btn-image{width:190px}
.drawer__cta .btn-image{width:100%;max-width:288px;margin:0 auto}

@media (min-width:769px){
  .home .header{
    padding:8px 30px;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }
  .home .header__inner{gap:24px}
  .home .header__logo{
    width:auto;height:auto;border-radius:0;background:none;
    display:flex;align-items:center;padding:0;
    box-shadow:none;
  }
  .home .header__logo img{width:180px;height:78px;filter:drop-shadow(0 2px 8px rgba(255,255,255,.88))}
  .home .gnav{margin-left:18px}
  .home .gnav__list{gap:34px}
  .home .gnav__item a{color:#002b63;text-shadow:0 1px 0 rgba(255,255,255,.7)}
  .home .gnav__en{opacity:.72}
  .home .header__cta .btn-image{width:190px}
  .home .header.is-scrolled{
    position:fixed;padding:8px 30px;background:rgba(255,255,255,.96);
    box-shadow:0 10px 28px rgba(0,43,99,.12);backdrop-filter:blur(10px);
  }
  .home .header.is-scrolled .header__logo{width:auto;height:auto}
  .home .header.is-scrolled .header__logo img{width:180px;height:78px;filter:none}
  .home .header.is-scrolled .gnav__item a{color:var(--text);text-shadow:none}
  .home .header.is-scrolled .gnav__en{color:var(--accent);opacity:.9}
  .home .header.is-scrolled .header__cta .btn-image{width:190px}
}

/* Hamburger */
.hamburger{
  display:none;width:46px;height:46px;background:var(--accent);
  border:none;border-radius:8px;cursor:pointer;
  flex-direction:column;align-items:center;justify-content:center;gap:5px;
  margin-left:auto;
}
.hamburger span{display:block;width:24px;height:2px;background:#fff;transition:.3s}
.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.is-open span:nth-child(2){opacity:0}
.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Drawer */
.drawer{
  position:fixed;top:0;right:-100%;width:78%;max-width:340px;height:100%;
  background:#fff;z-index:200;transition:.35s ease;padding:90px 26px 40px;
  overflow-y:auto;box-shadow:-8px 0 30px rgba(0,0,0,.15);
}
.drawer.is-open{right:0}
.drawer__close{
  position:absolute;top:22px;right:22px;width:46px;height:46px;border:0;border-radius:50%;
  background:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 20px rgba(23,163,199,.28);
}
.drawer__close span{position:absolute;width:22px;height:2px;background:#fff;border-radius:999px}
.drawer__close span:first-child{transform:rotate(45deg)}
.drawer__close span:last-child{transform:rotate(-45deg)}
.drawer__close:hover{transform:translateY(-1px)}
.drawer__overlay{
  position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:150;
  opacity:0;visibility:hidden;transition:.35s;
}
.drawer__overlay.is-open{opacity:1;visibility:visible}
.drawer__list li{border-bottom:1px solid #eee}
.drawer__list a{display:block;padding:16px 6px}
.drawer__ja{font-size:16px;font-weight:700;display:block}
.drawer__en{font-size:10px;letter-spacing:.1em;color:var(--accent);display:block;margin-top:2px}
.drawer__cta{display:flex;flex-direction:column;gap:12px;margin-top:26px}
.drawer__cta .hcta{justify-content:center}

/* ===== First View ===== */
.fv{
  position:relative;height:56.25vw;min-height:560px;
  overflow:hidden;background:#f7fbff;
}
.fv__base{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;pointer-events:none;
}
.fv__base{z-index:0}
.fv__mobile-base{display:none}
.fv__inner{position:absolute;inset:0;z-index:2}
.fv__map,.fv__copy,.fv__medal,.fv__points,.fv__before-after{
  position:absolute;height:auto;pointer-events:none;
}
.fv__map{z-index:1;left:calc(37.6% + 50px);top:calc(8.5% - 30px);width:22.9%}
.fv__copy{z-index:2;left:calc(1.7% + 55px);top:calc(7.1% + 40px);width:36.6%}
.fv__subcopy{
  position:absolute;z-index:3;left:calc(1.9% + 55px);top:45.4%;
  color:#002b63;font-size:clamp(11px,1.02vw,15px);
  line-height:1.8;font-weight:900;letter-spacing:.12em;
}
.fv__medal{z-index:4;left:calc(59.6% - 30px);top:calc(3.5% + 30px);width:11.6%}
.fv__points{z-index:5;left:calc(1.8% + 30px);top:55.7%;width:42.2%}
.fv__before-after{z-index:6;right:8.8%;bottom:3.9%;width:31.2%}
.fv__cta{
  position:absolute;z-index:7;left:calc(1.4% + 50px);top:70.8%;
  display:flex;gap:min(1.05vw,16px);justify-content:flex-start;margin-top:0;
}
.fvbtn{
  display:flex;align-items:center;gap:14px;
  padding:18px 30px;border-radius:10px;color:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.28);transition:.25s;
}
.fvbtn:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.35)}
.fvbtn--tel{background:var(--accent)}
.fvbtn--line{background:var(--line)}
.fvbtn__icon{width:30px;height:30px;flex-shrink:0}
.fvbtn__icon svg{width:100%;height:100%}
.fvbtn__icon--line{
  width:36px;height:36px;border:2px solid #fff;border-radius:9px;
  display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;
}
.fvbtn__txt{display:flex;flex-direction:column;line-height:1.3;text-align:left;border-left:1px solid rgba(255,255,255,.5);padding-left:14px}
.fvbtn__txt b{font-size:19px;font-weight:700}
.fvbtn__txt small{font-size:12px;opacity:.95}
.fvbtn__arrow{font-size:24px;margin-left:4px}
.fvbtn.btn-image{width:19.2vw;max-width:281px;min-width:196px}


/* ===== Floating Banners ===== */
.float-bana{
  position:fixed;left:12px;right:12px;bottom:10px;z-index:90;
  width:auto;max-width:none;
  display:none;flex-direction:column;gap:8px;
  opacity:0;visibility:hidden;transform:translateY(30px);
  transition:.5s ease;
  pointer-events:none;
}
.float-bana.is-show{opacity:1;visibility:visible;transform:translateY(0)}
.float-bana__item{
  display:block;width:min(560px,100%);margin:0 auto;border-radius:10px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.28);
  transition:.25s;
  pointer-events:auto;
}
.float-bana__item:hover{transform:translateY(-3px)}
.float-bana__item img{width:100%}

/* ===== About ===== */
.about{
  position:relative;padding:110px 40px;overflow:hidden;
  background:url(../img/about-bg.png) center/cover no-repeat;
}
.about__inner{
  position:relative;z-index:1;max-width:1340px;margin:0 auto;
  display:flex;align-items:center;gap:64px;
}
.about__img{position:relative;flex:1 1 50%;min-width:0}
.about__img img{
  width:100%;border-radius:4px;
  box-shadow:0 24px 50px rgba(0,0,0,.18);position:relative;z-index:1;
}
.about__deco{
  position:absolute;top:-22px;left:-22px;width:120px;height:120px;
  border:3px solid var(--accent);border-radius:4px;z-index:0;
}
.about__body{flex:1 1 50%}
.about__label{display:block;margin-bottom:28px}
.about__en{
  font-family:"Oswald",sans-serif;font-size:14px;font-weight:600;
  letter-spacing:.22em;color:var(--accent);line-height:1;display:block;margin-bottom:16px;
}
.about__ja{
  font-size:36px;font-weight:700;color:var(--text);letter-spacing:.04em;line-height:1.2;
  position:relative;display:inline-block;padding-bottom:18px;
}
.about__ja::after{
  content:"";position:absolute;left:0;bottom:0;width:42px;height:2px;
  background:var(--accent);
}
.about__title{
  font-size:27px;font-weight:700;line-height:1.6;color:var(--text);
  margin-bottom:28px;letter-spacing:.02em;
}
.about__text{
  font-size:14px;line-height:2.1;color:#666;margin-bottom:38px;
}
.about__btn{
  display:inline-flex;align-items:center;gap:50px;justify-content:space-between;
  min-width:230px;padding:17px 26px;background:var(--text);color:#fff;
  font-size:14px;font-weight:500;letter-spacing:.06em;border-radius:2px;transition:.3s;
}
.about__btn:hover{background:var(--accent)}
.about__btn-arrow{font-size:16px}

/* ===== Service ===== */
.service{background:#eef1f3;padding-bottom:100px}
.service__head{position:relative;background:#fff;min-height:440px}
.service__head-img{
  position:absolute;top:0;right:0;width:58%;height:100%;
  clip-path:polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}
.service__head-img::after{
  content:"";position:absolute;right:0;bottom:0;width:140px;height:60%;
  background:var(--accent);opacity:.85;
  clip-path:polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
}
.service__head-img img{width:100%;height:100%;object-fit:cover}
.service__head-inner{
  position:relative;z-index:2;max-width:1340px;margin:0 auto;
  padding:90px 40px;height:100%;
}
.service__head-txt{max-width:520px}
.service__label{display:block;margin-bottom:28px}
.service__en{
  font-family:"Oswald",sans-serif;font-size:14px;font-weight:600;
  letter-spacing:.22em;color:var(--accent);line-height:1;display:block;margin-bottom:16px;
}
.service__en span{color:var(--accent)}
.service__ja{
  font-size:36px;font-weight:700;color:var(--text);letter-spacing:.04em;line-height:1.2;
  position:relative;display:inline-block;padding-bottom:18px;
}
.service__ja::after{
  content:"";position:absolute;left:0;bottom:0;width:42px;height:2px;background:var(--accent);
}
.service__catch{
  font-size:24px;font-weight:700;line-height:1.7;color:var(--text);
  letter-spacing:.02em;margin-top:26px;
}

.service__cards{
  max-width:1340px;margin:-44px auto 0;padding:0 40px;position:relative;z-index:3;
  display:grid;grid-template-columns:1fr 1fr;gap:34px;
}
.scard{
  background:#fff;border-radius:8px;padding:42px 40px 0;
  box-shadow:0 18px 44px rgba(0,0,0,.08);display:flex;flex-direction:column;
}
.scard__top{display:flex;gap:24px;align-items:flex-start;margin-bottom:26px}
.scard__lead{flex:1 1 auto;min-width:0}
.scard__no{
  font-family:"Oswald",sans-serif;font-size:42px;font-weight:700;color:var(--accent);
  line-height:1;border-bottom:2px solid var(--accent);display:inline-block;padding-bottom:6px;margin-bottom:14px;
}
.scard__title{font-size:23px;font-weight:700;color:var(--text);margin-bottom:12px}
.scard__sub{font-size:14px;font-weight:700;color:var(--accent)}
.scard__img{
  flex:0 0 44%;border-radius:6px;overflow:hidden;aspect-ratio:4/3;
}
.scard__img img{width:100%;height:100%;object-fit:cover}
.scard__text{
  font-size:14px;line-height:2;color:#555;margin-bottom:30px;flex:1 1 auto;
}
.scard__feats{
  display:flex;border-top:1px solid #e8ebed;margin:0 -40px;padding:22px 0;
}
.scard__feats li{
  flex:1;display:flex;align-items:center;justify-content:center;gap:10px;
  text-align:left;font-size:12.5px;line-height:1.4;color:var(--text);font-weight:500;
  padding:0 14px;position:relative;
}
.scard__feats li:not(:last-child)::after{
  content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);
  width:1px;height:38px;background:#e8ebed;
}
.scard__ficon{width:30px;height:30px;flex-shrink:0;color:var(--accent)}
.scard__ficon svg{width:100%;height:100%}
.scard__btn{
  display:flex;align-items:center;justify-content:space-between;gap:40px;
  margin:32px 0 42px;padding:16px 28px;background:var(--text);color:#fff;
  font-size:14px;font-weight:700;letter-spacing:.06em;border-radius:2px;transition:.3s;
}
.scard__btn:hover{background:var(--accent)}
.scard__btn-arrow{font-size:16px;transition:transform .3s}
.scard__btn:hover .scard__btn-arrow{transform:translateX(5px)}

/* ===== Works ===== */
.works{background:#fff;padding:100px 0;overflow:hidden}
.works__head{
  max-width:1340px;margin:0 auto 50px;padding:0 40px;
  display:flex;align-items:flex-end;justify-content:space-between;gap:20px;
}
.works__label{display:block}
.works__en{
  font-family:"Oswald",sans-serif;font-size:14px;font-weight:600;
  letter-spacing:.22em;color:var(--accent);line-height:1;display:block;margin-bottom:16px;
}
.works__ja{
  font-size:36px;font-weight:700;color:var(--text);letter-spacing:.04em;line-height:1.2;
  position:relative;display:inline-block;padding-bottom:18px;
}
.works__ja::after{
  content:"";position:absolute;left:0;bottom:0;width:42px;height:2px;background:var(--accent);
}
.works__more{
  display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:700;
  color:var(--text);letter-spacing:.06em;transition:.25s;
}
.works__more span{color:var(--accent);transition:transform .25s}
.works__more:hover{color:var(--accent)}
.works__more:hover span{transform:translateX(5px)}

.works__marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}
.works__track{
  display:flex;gap:30px;width:max-content;
  will-change:transform;
  animation:worksScroll 70s linear infinite;
}
.works__marquee:hover .works__track{animation-play-state:paused}
@keyframes worksScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.wcard{flex:0 0 340px;display:block;color:var(--text)}
.wcard__img{
  width:100%;aspect-ratio:4/3;border-radius:4px;overflow:hidden;margin-bottom:20px;
}
.wcard__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.wcard:hover .wcard__img img{transform:scale(1.06)}
.wcard__date{font-size:13px;color:#999;letter-spacing:.06em;margin-bottom:8px;font-family:"Oswald",sans-serif}
.wcard__title{font-size:17px;font-weight:700;line-height:1.5;margin-bottom:14px}
.wcard__tags{display:flex;flex-wrap:wrap;gap:8px}
.wcard__tags span{
  display:inline-block;background:var(--text);color:#fff;
  font-size:11px;padding:6px 12px;letter-spacing:.04em;border-radius:2px;
}


/* ===== Strength ===== */
.strength{
  position:relative;min-height:100vh;
  display:flex;align-items:center;padding:60px 0;
  background:url(../img/strength-bg.png) center/cover no-repeat;
}
.strength::before{
  content:"";position:absolute;inset:0;z-index:0;
  background:rgba(5,5,5,.86);
}
.strength__ghostwrap{
  position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;
}
.strength__ghost{
  position:absolute;top:4%;left:50%;transform:translateX(-30%);
  font-family:"Oswald",sans-serif;font-weight:700;font-size:17vw;line-height:1;
  color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.06);letter-spacing:.02em;white-space:nowrap;
}
.strength__inner{
  position:relative;z-index:1;max-width:1340px;margin:0 auto;padding:0 50px;width:100%;
  display:flex;gap:80px;align-items:center;
}
.strength__left{flex:0 0 40%}
.strength__head{margin-bottom:34px}
.strength__en{
  font-family:"Oswald",sans-serif;font-size:14px;font-weight:600;
  letter-spacing:.24em;color:var(--accent);margin-bottom:18px;
}
.strength__ja{
  font-size:38px;font-weight:700;color:#fff;letter-spacing:.04em;line-height:1.2;margin-bottom:20px;
}
.strength__sub{
  font-size:14px;line-height:1.9;color:rgba(255,255,255,.6);
  padding-top:20px;position:relative;
}
.strength__sub::before{content:"";position:absolute;top:0;left:0;width:42px;height:2px;background:var(--accent)}

.st-visual{
  position:relative;width:100%;height:58vh;
  border-radius:20px;overflow:hidden;
}
.st-visual__img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  opacity:0;border-radius:20px;
}
.st-visual__img.is-active{opacity:1}

.strength__list{flex:0 0 60%;max-width:60%;display:flex;flex-direction:column;justify-content:center;gap:8px}
.st-item{
  display:flex;align-items:center;gap:28px;padding:18px 0;
}
.st-item__no{
  font-family:"Oswald",sans-serif;font-size:96px;font-weight:700;line-height:1;
  color:#2c2c2c;transition:color .8s cubic-bezier(.22,1,.36,1);flex:0 0 auto;min-width:128px;
}
.st-item.is-active .st-item__no{color:var(--accent)}
.st-item__mark{
  flex:0 0 auto;align-self:stretch;width:1px;background:rgba(255,255,255,.12);
  position:relative;margin:0 14px;
}
.st-item__mark::before{
  content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:9px;height:9px;border-radius:50%;background:#3a3a3a;transition:background .8s ease;
}
.st-item.is-active .st-item__mark::before{background:var(--accent)}
.st-item__body{
  flex:1 1 auto;opacity:.5;transform:scale(1);transform-origin:left center;
  transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);
}
.st-item.is-active .st-item__body{opacity:1;transform:scale(1.05)}
.st-item__title{
  font-size:30px;font-weight:700;line-height:1.4;color:#888;
  transition:color .8s ease;margin-bottom:20px;letter-spacing:.02em;
}
.st-item.is-active .st-item__title{color:#fff}
.st-item__text{
  font-size:14px;line-height:2;color:rgba(255,255,255,.5);
}

/* ===== News / Instagram ===== */
.area{position:relative;overflow:hidden;background:#f5fbff;color:var(--text)}
.area__bg{position:absolute;inset:0;background:url(../img/area-bg.png) center/cover no-repeat;opacity:1}
.area__inner{position:relative;z-index:1;max-width:1440px;margin:0 auto;padding:82px 40px 64px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:36px}
.area__label{display:flex;align-items:center;gap:18px;color:#0c67b2;font-size:25px;font-weight:700;letter-spacing:.12em;margin-bottom:34px}
.area__line{width:130px;height:1px;background:linear-gradient(90deg,transparent,#0c67b2)}
.area__label .area__line:last-child{background:linear-gradient(90deg,#0c67b2,transparent)}
.area__truck{width:50px;height:34px;display:inline-flex;align-items:center;color:#0c67b2}
.area__truck svg{width:100%;height:100%}
.area__title{font-size:42px;line-height:1.58;font-weight:700;letter-spacing:.05em;text-shadow:0 3px 14px rgba(255,255,255,.8);margin-bottom:24px}
.area__nowrap{white-space:nowrap}
.area__title strong{font-size:1.32em;color:#0c67b2;letter-spacing:.04em;font-weight:700}
.area__text{font-size:20px;font-weight:500;line-height:2;letter-spacing:.05em;margin-bottom:46px}
.area__features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:620px}
.area-feature{min-height:118px;background:rgba(255,255,255,.94);border:1px solid rgba(12,103,178,.16);box-shadow:0 16px 36px rgba(0,82,150,.12);border-radius:10px;padding:24px 20px;display:flex;align-items:center;gap:17px;color:#0c67b2}
.area-feature__icon{width:44px;height:44px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}
.area-feature__icon svg{width:100%;height:100%}
.area-feature p{font-size:16px;font-weight:500;line-height:1.55;color:var(--text)}
.area-feature strong{font-size:24px;color:var(--text);font-weight:700}
.area__visual{position:relative}
.area__visual img{width:min(760px,112%);max-width:112%;margin-left:auto;filter:drop-shadow(0 18px 34px rgba(0,92,170,.12))}
.area__bottom{position:relative;z-index:2;background:linear-gradient(90deg,#0074bd,#0a9fe0);color:#fff;display:flex;align-items:center;justify-content:center;gap:28px;padding:32px 40px;box-shadow:0 -10px 36px rgba(0,97,174,.18)}
.area__bottom p{font-size:30px;font-weight:700;letter-spacing:.06em;line-height:1.35;text-shadow:0 2px 0 rgba(0,63,120,.28)}
.area__bottom small{display:block;font-size:17px;font-weight:500;margin-top:8px;letter-spacing:.06em}
.area__check{width:62px;height:62px;border:4px solid #fff;border-radius:50%;position:relative;flex:0 0 auto}
.area__check::after{content:"";position:absolute;left:16px;top:17px;width:26px;height:14px;border-left:5px solid #fff;border-bottom:5px solid #fff;transform:rotate(-45deg)}

.news{background:#fff;padding:110px 40px}
.news__inner{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px}
.news__head{margin-bottom:22px}
.news__en{
  font-family:"Oswald",sans-serif;font-size:14px;font-weight:600;
  letter-spacing:.22em;color:var(--accent);
}
.news__ja{font-size:36px;font-weight:700;color:var(--text);letter-spacing:.04em;margin:10px 0 0;position:relative;display:inline-block;padding-bottom:16px}
.news__ja::after{content:"";position:absolute;left:0;bottom:0;width:42px;height:2px;background:var(--accent)}
.news__sub{font-size:14px;color:#666;margin-top:18px}

.news__list{margin-top:30px}
.news__item{
  display:flex;align-items:center;gap:22px;padding:22px 4px;
  border-bottom:1px solid #ececec;transition:.25s;
}
.news__list li:first-child .news__item{border-top:1px solid #ececec}
.news__item:hover{background:#fafafa}
.news__date{font-family:"Oswald",sans-serif;font-size:14px;color:var(--accent);letter-spacing:.04em;flex:0 0 auto}
.news__cat{
  flex:0 0 auto;font-size:11px;color:var(--accent);border:1px solid var(--accent);
  padding:4px 12px;border-radius:2px;letter-spacing:.04em;
}
.news__cat--work{color:var(--text);border-color:var(--text)}
.news__title{flex:1 1 auto;font-size:15px;font-weight:500;color:var(--text);line-height:1.5}
.news__arrow{flex:0 0 auto;font-size:20px;color:#bbb;transition:.25s}
.news__item:hover .news__arrow{color:var(--accent);transform:translateX(3px)}

.news__btn{
  display:flex;align-items:center;justify-content:center;gap:12px;
  margin-top:32px;padding:18px;border:1px solid #ddd;
  font-size:14px;font-weight:700;color:var(--text);letter-spacing:.06em;transition:.25s;
}
.news__btn span{color:var(--accent);font-size:16px}
.news__btn:hover{background:var(--text);color:#fff;border-color:var(--text)}
.news__btn:hover span{color:#fff}

/* Instagram */
.insta__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px;margin-bottom:24px}
.insta__handle{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:var(--text);transition:.25s}
.insta__handle:hover{color:var(--accent)}
.insta__ig{width:22px;height:22px;display:inline-block;color:var(--text)}
.insta__ig svg{width:100%;height:100%}
.insta__arrow{color:var(--accent);font-size:16px;margin-left:2px}
.insta__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.insta__cell{aspect-ratio:1/1;overflow:hidden;border-radius:2px;display:block}
.insta__cell img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.insta__cell:hover img{transform:scale(1.08)}
.insta__ig--btn{width:18px;height:18px}

/* ===== CTA ===== */
.cta{
  position:relative;padding:36px 40px;overflow:hidden;
  display:flex;justify-content:center;
}
.cta__bg{
  position:absolute;top:-14%;left:0;width:100%;height:128%;z-index:0;
  background:url(../img/cta-bg.png) center/cover no-repeat;
  will-change:transform;
}
.cta__card{
  position:relative;z-index:1;background:#fff;border-radius:14px;
  max-width:880px;width:100%;padding:30px 44px 28px;text-align:center;
  box-shadow:0 30px 70px rgba(0,0,0,.18);
}
.cta__en{
  font-family:"Oswald",sans-serif;font-size:15px;font-weight:600;
  letter-spacing:.22em;color:var(--accent);
}
.cta__label{position:relative;padding-bottom:12px;margin-bottom:14px}
.cta__label::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:46px;height:2px;background:var(--accent)}
.cta__title{font-size:29px;font-weight:700;line-height:1.38;color:var(--text);letter-spacing:.03em;margin-bottom:12px}
.cta__text{font-size:13.5px;line-height:1.7;color:#555;margin-bottom:18px}
.cta__btns{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px;max-width:720px;margin:0 auto}
.ctabtn{
  display:flex;align-items:center;gap:22px;padding:20px 28px;border-radius:10px;
  color:#fff;text-align:left;transition:.25s;box-shadow:0 10px 26px rgba(0,0,0,.12);
}
.ctabtn:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.2)}
.ctabtn--line{background:var(--line)}
.ctabtn--tel{background:var(--accent)}
.ctabtn__icon{width:48px;height:48px;flex-shrink:0}
.ctabtn__icon svg{width:100%;height:100%}
.ctabtn__icon--line{
  width:52px;height:52px;border:2.5px solid #fff;border-radius:12px;
  display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;
}
.ctabtn__txt{flex:1 1 auto;display:flex;flex-direction:column;line-height:1.3}
.ctabtn__txt small{font-size:12px;opacity:.95}
.ctabtn__txt b{font-size:24px;font-weight:700;letter-spacing:.02em}
.ctabtn__tel{font-family:"Oswald",sans-serif;font-size:30px;letter-spacing:.02em}
.ctabtn__hours{font-size:11px;margin-top:3px}
.ctabtn__arrow{font-size:24px;flex-shrink:0}
.cta__note{font-size:12px;color:#777;margin-top:14px}
.ctabtn.btn-image{width:100%;max-width:320px;margin-left:0;margin-right:0}

/* ===== Sub Page ===== */
.page-hero{
  position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;
  text-align:center;color:#fff;overflow:hidden;padding:120px 30px 70px;
}
.page-hero__bg{position:absolute;inset:0;background:center/cover no-repeat;z-index:0}
.page-hero::after{content:"";position:absolute;inset:0;background:rgba(15,20,26,.62);z-index:1}
.page-hero__inner{position:relative;z-index:2}
.page-hero__en{
  font-family:"Oswald",sans-serif;font-size:13px;font-weight:600;letter-spacing:.28em;
  color:var(--accent);display:block;margin-bottom:14px;
}
.page-hero__ja{font-size:38px;font-weight:700;letter-spacing:.06em}
.breadcrumb{background:#f4f6f7;font-size:12.5px;color:#888}
.breadcrumb__inner{max-width:1340px;margin:0 auto;padding:14px 40px;display:flex;gap:10px;flex-wrap:wrap}
.breadcrumb a{color:#888;transition:.2s}
.breadcrumb a:hover{color:var(--accent)}
.breadcrumb span{color:var(--accent)}

.sub{max-width:1340px;margin:0 auto;padding:90px 40px}
.sub--narrow{max-width:900px}
.sec-head{text-align:center;margin-bottom:54px}
.sec-head__en{
  font-family:"Oswald",sans-serif;font-size:13px;font-weight:600;letter-spacing:.24em;
  color:var(--accent);display:block;margin-bottom:14px;
}
.sec-head__ja{font-size:30px;font-weight:700;color:var(--text);letter-spacing:.04em;line-height:1.4}
.sub__lead{text-align:center;font-size:16px;line-height:2.1;color:#555;max-width:760px;margin:0 auto 64px}

.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.feat-card{background:#fff;border:1px solid #ececec;border-radius:8px;padding:38px 28px;text-align:center;transition:.3s}
.feat-card:hover{box-shadow:0 16px 40px rgba(0,0,0,.08);transform:translateY(-4px)}
.feat-card__icon{width:54px;height:54px;margin:0 auto 20px;color:var(--accent)}
.feat-card__icon svg{width:100%;height:100%}
.feat-card__no{font-family:"Oswald",sans-serif;font-size:14px;color:var(--accent);letter-spacing:.1em;display:block;margin-bottom:10px}
.feat-card__title{font-size:18px;font-weight:700;margin-bottom:14px}
.feat-card__text{font-size:13.5px;line-height:1.9;color:#666}

.usecases{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.usecases span{background:#eef3f5;color:var(--text);font-size:14px;font-weight:500;padding:12px 26px;border-radius:40px}

.flow{max-width:780px;margin:0 auto;display:flex;flex-direction:column}
.flow__item{display:flex;gap:26px;position:relative;padding-bottom:38px}
.flow__item:not(:last-child)::before{content:"";position:absolute;left:27px;top:54px;bottom:0;width:2px;background:#e3e7ea}
.flow__no{
  flex:0 0 auto;width:56px;height:56px;border-radius:50%;background:var(--accent);color:#fff;
  font-family:"Oswald",sans-serif;font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center;
}
.flow__body{padding-top:6px}
.flow__title{font-size:18px;font-weight:700;margin-bottom:8px}
.flow__text{font-size:14px;line-height:1.9;color:#666}

.sec-gray{background:#f4f6f7}

.split{display:flex;align-items:center;gap:56px}
.split__img{flex:1 1 50%;border-radius:8px;overflow:hidden}
.split__img img{width:100%;display:block}
.split__body{flex:1 1 50%}
.split__body h3{font-size:24px;font-weight:700;margin-bottom:18px;line-height:1.5}
.split__body p{font-size:14.5px;line-height:2;color:#555}
.split--rev{flex-direction:row-reverse}
.split+.split{margin-top:60px}

.ptable{width:100%;border-collapse:collapse;max-width:780px;margin:0 auto;font-size:14.5px}
.ptable th,.ptable td{border:1px solid #e3e7ea;padding:18px 22px;text-align:left}
.ptable th{background:#222222;color:#fff;font-weight:700;width:42%}
.ptable td .price{font-family:"Oswald",sans-serif;font-size:22px;color:var(--accent);font-weight:600}
.price-table{max-width:920px;background:#fff;box-shadow:0 14px 40px rgba(0,0,0,.06)}
.price-table td{line-height:1.8;color:#555}
.price-table td .price{font-family:"Noto Sans JP",sans-serif;font-weight:900}

.wgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.wgrid .wcard{flex:none}
.wfilter{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:50px}
.wfilter button{font:inherit;font-size:13px;font-weight:700;padding:10px 24px;border:1px solid #d5e3e7;border-radius:40px;color:#555;background:#fff;cursor:pointer;transition:.25s}
.wfilter button.is-active,.wfilter button:hover{background:var(--accent);color:#fff;border-color:var(--accent)}

.ctable{width:100%;border-collapse:collapse;font-size:14.5px;max-width:840px;margin:0 auto}
.ctable th,.ctable td{border-bottom:1px solid #e3e7ea;padding:20px 16px;text-align:left;vertical-align:top}
.ctable th{width:30%;color:var(--text);font-weight:700}
.ctable td{color:#555}

.message{max-width:820px;margin:0 auto;text-align:left}
.message p{font-size:15px;line-height:2.2;color:#555;margin-bottom:22px}
.message__name{font-size:14px;color:#888;text-align:right;margin-top:30px}
.message__name b{font-size:20px;color:var(--text);margin-left:10px}

.newslist{max-width:900px;margin:0 auto}

.contact-info{max-width:760px;margin:0 auto;text-align:center}
.contact-box{display:flex;flex-direction:column;gap:16px;max-width:520px;margin:36px auto 0}

/* ===== Extended sub pages ===== */
.content-block{margin-top:76px}
.content-block:first-child{margin-top:0}
.content-title{font-size:26px;line-height:1.5;text-align:center;margin-bottom:34px}
.content-title span{color:var(--accent)}
.media-frame{border-radius:10px;overflow:hidden;background:#111;box-shadow:0 18px 50px rgba(0,0,0,.12)}
.media-frame video{width:100%;display:block;max-height:680px;background:#111}
.gallery-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gallery-3 figure{border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.gallery-3 img{width:100%;aspect-ratio:16/10;object-fit:cover}
.gallery-3 figcaption{padding:15px 18px;font-size:13px;color:#555}
.notice-box{padding:30px;border:1px solid #dce5e9;border-left:5px solid var(--accent);background:#f7fafb;border-radius:4px}
.notice-box h3{font-size:20px;margin-bottom:12px}
.notice-box p,.notice-box li{font-size:14px;line-height:1.9;color:#555}
.check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 28px;margin-top:24px}
.check-list li{position:relative;padding:15px 16px 15px 46px;background:#fff;border:1px solid #e7ebed;border-radius:6px;font-size:14px;line-height:1.6}
.check-list li::before{content:"✓";position:absolute;left:17px;top:13px;color:var(--accent);font-size:20px;font-weight:700}
.campaign{background:linear-gradient(135deg,#15202a,#253746);color:#fff;padding:50px;border-radius:10px;text-align:center}
.campaign__eyebrow{font-family:"Oswald",sans-serif;color:var(--accent);letter-spacing:.2em;font-size:13px}
.campaign h3{font-size:30px;line-height:1.5;margin:12px 0 24px}
.campaign__items{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.campaign__items span{padding:13px 22px;border:1px solid rgba(255,255,255,.3);border-radius:40px;font-weight:700}
.fact-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.fact-card{padding:28px;background:#f4f7f8;border-radius:8px;text-align:center}
.fact-card strong{display:block;color:var(--accent);font-family:"Noto Sans JP",sans-serif;font-size:32px;font-weight:900;margin-bottom:8px}
.fact-card span{font-size:13px;color:#555}
.works-detail{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.works-detail article{background:#fff;border:1px solid #e7eaec;border-radius:8px;overflow:hidden}
.works-detail img{width:100%;aspect-ratio:4/3;object-fit:cover}
.works-detail__body{padding:22px}
.works-detail__cat{font-size:11px;color:var(--accent);letter-spacing:.1em}
.works-detail h3{font-size:18px;margin:7px 0 10px}
.works-detail p{font-size:13px;line-height:1.8;color:#666}
.news-archive{display:grid;grid-template-columns:320px 1fr;gap:76px;max-width:1340px}
.news-side__block+.news-side__block{margin-top:62px}
.news-side__en{font-family:"Oswald",serif;font-size:30px;letter-spacing:.08em;color:var(--accent);line-height:1;margin-bottom:10px}
.news-side h2{font-size:15px;font-weight:500;color:#888;letter-spacing:.14em;padding-bottom:22px;border-bottom:1px solid rgba(23,163,199,.34)}
.news-side__search{display:flex;margin-top:28px;border:1px solid #cbdadd;border-radius:4px;overflow:hidden;background:#f7f9fa}
.news-side__search input{flex:1 1 auto;width:100%;border:0;background:#f7f9fa;padding:18px 20px;font:inherit;font-size:15px;outline:none}
.news-side__search button{flex:0 0 62px;border:0;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.news-side__search svg{width:26px;height:26px}
.news-side__cats{margin-top:34px}
.news-side__cat{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 6px;border:0;border-bottom:1px solid #e3ebed;background:none;font:inherit;font-weight:700;font-size:16px;color:#333;cursor:pointer;transition:.2s}
.news-side__cat em{font-style:normal;font-family:"Oswald",sans-serif;font-weight:400;color:#888}
.news-side__cat.is-active,.news-side__cat:hover{color:var(--accent)}
.news-archive__list{border-top:1px solid rgba(23,163,199,.28)}
.news-archive__item a{display:grid;grid-template-columns:160px 150px 1fr;align-items:center;gap:28px;padding:36px 16px;border-bottom:1px solid #e2ecee;color:var(--text);transition:.25s}
.news-archive__item a:hover{background:#f8fbfb}
.news-archive__item time{font-family:"Oswald",serif;font-size:17px;letter-spacing:.14em;color:#777}
.news-archive__cat{justify-self:start;min-width:92px;text-align:center;font-size:13px;font-weight:700;color:var(--accent);border:1px solid rgba(23,163,199,.32);border-radius:999px;padding:7px 18px}
.news-archive__item h2{font-size:20px;font-weight:700;line-height:1.6}
.news-archive__empty{padding:40px 0;color:#777}
.news-detail{background:#fff;border:1px solid #e3ebed;border-radius:10px;padding:54px;box-shadow:0 14px 42px rgba(0,0,0,.05)}
.news-detail__meta{display:flex;align-items:center;gap:20px;margin-bottom:22px}
.news-detail__meta time{font-family:"Oswald",sans-serif;color:var(--accent);letter-spacing:.12em}
.news-detail__meta span{font-size:13px;font-weight:700;color:var(--accent);border:1px solid rgba(23,163,199,.32);border-radius:999px;padding:6px 18px}
.news-detail h1{font-size:30px;line-height:1.55;margin-bottom:32px}
.news-detail__body p{font-size:15px;line-height:2.1;color:#555;margin-bottom:18px}
.news-detail__back{display:inline-flex;align-items:center;gap:12px;margin-top:30px;padding:14px 24px;border:1px solid rgba(23,163,199,.28);border-radius:999px;font-size:14px;font-weight:700;color:var(--accent);transition:.25s}
.news-detail__back:hover{background:var(--accent);color:#fff}
.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:880px;margin:0 auto}
.contact-card{padding:38px;text-align:center;border:1px solid #e3e8ea;border-radius:10px;background:#fff}
.contact-card__label{font-family:"Oswald",sans-serif;color:var(--accent);letter-spacing:.16em;font-size:12px}
.contact-card h2{font-size:24px;margin:9px 0 16px}
.contact-card p{font-size:13px;line-height:1.8;color:#666;margin-bottom:24px}
.contact-card .ctabtn{max-width:100%}
.contact-card .ctabtn.btn-image{width:100%;max-width:360px;margin:0 auto}
.service-jump{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.service-jump a{position:relative;min-height:260px;border-radius:10px;overflow:hidden;display:flex;align-items:flex-end;padding:30px;color:#fff}
.service-jump img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.service-jump a::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.8))}
.service-jump span{position:relative;z-index:1;font-size:22px;font-weight:700}
.page-note{font-size:12px;color:#777;text-align:center;margin-top:18px}
.faq-list{max-width:940px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq-item{background:#fff;border:1px solid #e3e8ea;border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.04);overflow:hidden}
.faq-item summary{position:relative;display:block;cursor:pointer;padding:20px 56px 20px 24px;font-size:16px;font-weight:700;color:var(--text);list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::before{content:"Q";display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:12px;border-radius:50%;background:var(--accent);color:#fff;font-family:"Oswald",sans-serif;font-size:15px;vertical-align:middle}
.faq-item summary::after{content:"+";position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--accent);font-weight:500}
.faq-item[open] summary::after{content:"−"}
.faq-item p{padding:0 28px 22px 64px;font-size:14px;line-height:2;color:#555}
.brand-logo-panel{max-width:420px;margin:0 0 34px;padding:20px 34px;background:#f5f7f8;border-radius:10px}
.brand-logo-panel img{width:100%;margin:-18% 0;display:block}
.message-layout{display:grid;grid-template-columns:minmax(320px,430px) 1fr;gap:56px;align-items:center;max-width:1120px;margin:0 auto}
.message-photo{position:relative;border-radius:18px;overflow:hidden;min-height:560px;box-shadow:0 24px 60px rgba(0,0,0,.16);background:#1d2a35}
.message-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(23,163,199,.08),rgba(0,0,0,.18));pointer-events:none}
.message-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.message-card{position:relative;background:#fff;padding:52px 48px 44px;border-radius:16px;box-shadow:0 16px 50px rgba(0,0,0,.08)}
.message-card::before{content:"";position:absolute;left:0;top:48px;width:5px;height:92px;background:var(--accent);border-radius:0 4px 4px 0}
.message-card__label{font-family:"Oswald",sans-serif;font-size:13px;font-weight:600;letter-spacing:.22em;color:var(--accent);margin-bottom:18px}

@media (max-width:768px){
  .page-hero{min-height:240px;padding:100px 22px 50px}
  .page-hero__ja{font-size:26px}
  .breadcrumb__inner{padding:12px 22px}
  .sub{padding:56px 22px}
  .sec-head__ja{font-size:23px}
  .sub__lead{font-size:14px;margin-bottom:44px}
  .feat-grid{grid-template-columns:1fr;gap:18px}
  .split,.split--rev{flex-direction:column;gap:28px}
  .split+.split{margin-top:40px}
  .wgrid{grid-template-columns:1fr;gap:22px}
  .news-archive{grid-template-columns:1fr;gap:44px}
  .news-side__en{font-size:25px}
  .news-side__block+.news-side__block{margin-top:38px}
  .news-archive__item a{grid-template-columns:1fr;gap:10px;padding:24px 4px}
  .news-archive__cat{justify-self:start}
  .news-archive__item h2{font-size:17px}
  .news-detail{padding:30px 22px}
  .news-detail__meta{flex-wrap:wrap;gap:10px}
  .news-detail h1{font-size:23px}
  .ctable th{width:34%;font-size:13px}
  .ptable th,.ptable td{display:block;width:100%}
  .ptable th{border-bottom:0}
  .faq-item summary{padding:18px 48px 18px 18px;font-size:14.5px}
  .faq-item summary::before{width:24px;height:24px;margin-right:9px;font-size:13px}
  .faq-item summary::after{right:18px}
  .faq-item p{padding:0 20px 20px 52px;font-size:13.5px}
  .content-block{margin-top:52px}
  .content-title{font-size:22px}
  .gallery-3,.works-detail,.fact-row,.contact-cards,.service-jump{grid-template-columns:1fr}
  .check-list{grid-template-columns:1fr}
  .campaign{padding:38px 22px}
  .campaign h3{font-size:24px}
  .message-layout{grid-template-columns:1fr;gap:28px}
  .message-photo{min-height:auto;aspect-ratio:4/5;max-height:520px;border-radius:14px}
  .message-card{padding:34px 24px 30px}
  .message-card::before{top:34px;height:70px}
  .brand-logo-panel{max-width:320px;margin:0 0 28px;padding:16px 24px}
  .message-card__label{font-size:12px;margin-bottom:14px}
  .message p{font-size:14px;line-height:2}
  .message__name{text-align:left}
}

/* ===== Footer ===== */
.footer{background:var(--footer);color:#fff}
.footer__inner{
  max-width:1340px;margin:0 auto;padding:72px 40px 56px;
  display:flex;gap:60px;flex-wrap:wrap;
}
.footer__brand{flex:1 1 360px;min-width:300px}
.footer__logo{display:block;line-height:0}
.footer__logo img{width:210px;height:118px;object-fit:contain;object-position:left center}
.footer__desc{font-size:13.5px;line-height:2;margin-top:24px;color:rgba(255,255,255,.78)}
.footer__cta{display:flex;flex-direction:column;gap:12px;margin-top:28px;max-width:300px}
.fbtn{
  display:flex;align-items:center;gap:12px;padding:13px 18px;border-radius:8px;color:#fff;
  transition:.25s;
}
.fbtn:hover{transform:translateY(-2px)}
.fbtn--tel{background:var(--accent)}
.fbtn--line{background:var(--line)}
.fbtn__icon{width:24px;height:24px;flex-shrink:0}
.fbtn__icon svg{width:100%;height:100%}
.fbtn__icon--line{
  width:28px;height:28px;border:2px solid #fff;border-radius:7px;
  display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;
}
.fbtn__txt{display:flex;flex-direction:column;line-height:1.25;border-left:1px solid rgba(255,255,255,.45);padding-left:12px}
.fbtn__txt b{font-size:15px;font-weight:700}
.fbtn__txt small{font-size:10px;opacity:.95}

.footer__nav{flex:1 1 480px;display:flex;gap:48px;flex-wrap:wrap}
.footer__col{flex:1 1 130px}
.footer__head{
  font-family:"Oswald",sans-serif;font-size:14px;letter-spacing:.14em;
  color:var(--accent);font-weight:600;margin-bottom:18px;
}
.footer__col ul li{margin-bottom:13px}
.footer__col ul a{font-size:13.5px;color:rgba(255,255,255,.82);transition:.2s;position:relative}
.footer__col ul a:hover{color:var(--accent)}
.footer__info li{font-size:13px;line-height:1.7;color:rgba(255,255,255,.82);margin-bottom:14px}
.footer__info span{display:block;font-size:11px;color:var(--accent);letter-spacing:.06em;margin-bottom:2px}
.footer__bottom{
  border-top:1px solid rgba(255,255,255,.12);
  text-align:center;padding:22px 20px;
}
.footer__bottom small{font-size:11.5px;letter-spacing:.08em;color:rgba(255,255,255,.55)}

/* ===== Responsive ===== */
@media (max-width:1100px){
  .gnav,.header__cta{display:none}
  .hamburger{display:flex}
  .header{padding:8px 18px}
  .fv__inner{flex-direction:column;align-items:flex-start;gap:30px;padding:0 30px}
  .fv__medals{margin-right:0;transform:none}
  .fv__medals img{width:min(78vw,520px)}
  .area__inner{grid-template-columns:1fr;gap:28px}
  .area__content{max-width:760px}
  .area__visual img{margin:0 auto;width:min(560px,100%)}
  .area__bottom p{font-size:24px}
}
@media (max-width:768px){
  .header__logo img{width:136px;height:64px}
  .home .header{
    display:block;
    position:absolute;
    top:0;
    padding:8px 16px;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }
  .home .header__inner{gap:12px}
  .home .header__logo img{
    width:136px;height:64px;
    filter:drop-shadow(0 2px 8px rgba(255,255,255,.9));
  }
  .home .header.is-scrolled{
    position:fixed;
    padding:8px 16px;
    background:rgba(255,255,255,.96);
    box-shadow:0 10px 28px rgba(0,43,99,.12);
    backdrop-filter:blur(10px);
  }
  .home .header.is-scrolled .header__logo img{filter:none}
  .fv{
    height:177.78vw;min-height:0;max-height:none;
    padding:0;align-items:stretch;
  }
  .fv__base{
    display:none;
  }
  .fv__mobile-base{
    display:block;position:absolute;inset:0;z-index:0;
    width:100%;height:100%;object-fit:cover;object-position:center top;
  }
  .fv__inner{position:absolute;inset:0;padding:0;transform:none;display:block}
  .fv__map,.fv__copy,.fv__subcopy,.fv__medal,.fv__before-after,.fv__points{display:none}
  .fv__cta{
    display:none;
  }
  .fvbtn.btn-image{width:100%;min-width:0;max-width:none}
  .float-bana{display:flex}
  .footer__inner{padding:52px 22px 44px;gap:44px}
  .footer__nav{gap:32px}
  .footer__cta{max-width:none}
  .about{padding:70px 22px}
  .about__inner{flex-direction:column;gap:42px}
  .about__ja{font-size:28px}
  .about__title{font-size:22px}
  .service{padding-bottom:60px}
  .service__head{min-height:0}
  .service__head-img{position:relative;width:100%;height:240px;clip-path:none}
  .service__head-img::after{display:none}
  .service__head-inner{padding:48px 22px 40px}
  .service__ja{font-size:28px}
  .service__catch{font-size:19px}
  .service__cards{grid-template-columns:1fr;gap:26px;padding:0 22px;margin-top:28px}
  .scard{padding:32px 24px 0}
  .scard__top{flex-direction:column}
  .scard__img{flex:none;width:100%;aspect-ratio:16/9}
  .scard__feats{margin:0 -24px}
  .scard__feats li{flex-direction:column;text-align:center;gap:6px;font-size:11px;padding:0 6px}
  .works{padding:64px 0}
  .works__head{padding:0 22px;margin-bottom:34px}
  .works__ja{font-size:28px}
  .works__track{gap:20px}
  .wcard{flex:0 0 260px}
  .strength{padding:70px 0}
  .strength__inner{flex-direction:column;gap:0;padding:0 22px}
  .strength__left{flex:none;width:100%}
  .strength__head{padding-top:0;margin-bottom:26px}
  .strength__ja{font-size:30px}
  .st-visual{height:46vh;top:80px}
  .strength__list{flex:none;max-width:100%;padding-top:30px}
  .st-item{min-height:auto;padding:34px 0;gap:14px}
  .st-item__no{font-size:56px;min-width:72px}
  .st-item__mark{margin:0 6px}
  .st-item.is-active .st-item__body{transform:scale(1.02)}
  .st-item__title{font-size:20px;margin-bottom:14px}
  .st-item__text{font-size:13px}
  .st-item__text br{display:none}
  .strength__ghost{font-size:26vw;top:2%}
  .area__inner{padding:58px 22px 46px}
  .area__label{gap:10px;font-size:18px;letter-spacing:.1em;margin-bottom:24px;justify-content:center}
  .area__line{width:52px}
  .area__truck{width:38px;height:28px}
  .area__title{font-size:28px;line-height:1.55;letter-spacing:.04em;text-align:center}
  .area__title strong{font-size:1.25em}
  .area__text{font-size:15px;line-height:1.8;text-align:center;margin-bottom:28px}
  .area__features{grid-template-columns:1fr;gap:12px}
  .area-feature{min-height:auto;padding:16px 18px}
  .area-feature__icon{width:34px;height:34px}
  .area-feature p{font-size:14px}
  .area-feature strong{font-size:20px}
  .area__visual img{width:min(430px,112%);max-width:112%;margin-left:-6%}
  .area__bottom{padding:24px 22px;gap:16px;align-items:flex-start}
  .area__check{width:44px;height:44px;border-width:3px;margin-top:2px}
  .area__check::after{left:11px;top:12px;width:19px;height:10px;border-left-width:4px;border-bottom-width:4px}
  .area__bottom p{font-size:20px;letter-spacing:.04em}
  .area__bottom small{font-size:13px;letter-spacing:.04em;line-height:1.6}
  .news{padding:64px 22px}
  .news__inner{grid-template-columns:1fr;gap:56px}
  .news__ja{font-size:28px}
  .news__item{flex-wrap:wrap;gap:10px 14px;padding:18px 2px}
  .news__title{flex:1 1 100%;order:3;font-size:14px}
  .insta__top{flex-direction:column;align-items:flex-start;gap:12px}
  .insta__grid{gap:10px}
  .cta{padding:24px 16px}
  .cta__card{padding:22px 16px 20px;border-radius:12px}
  .cta__title{font-size:22px;margin-bottom:10px}
  .cta__text{font-size:13px;line-height:1.65;margin-bottom:16px}
  .cta__btns{flex-direction:column;gap:10px}
  .ctabtn{gap:14px;padding:16px 18px}
  .ctabtn.btn-image{padding:0;width:100%;max-width:292px;margin-left:auto;margin-right:auto}
  .contact-card .ctabtn.btn-image{max-width:360px}
  .cta__note{margin-top:10px;font-size:11.5px}
  .ctabtn__icon{width:40px;height:40px}
  .ctabtn__icon--line{width:44px;height:44px;font-size:13px}
  .ctabtn__txt b{font-size:20px}
  .ctabtn__tel{font-size:24px}
}
