@charset "UTF-8";
/* =========================================================
   自前採用 オウンドメディア  jimae-saiyo.jp
   モバイルファースト / BEM / SP:~767px  PC:768px~
   ========================================================= */

/* ---------- tokens ---------- */
:root{
  --orange:#FF6600;
  --orange-dark:#E55A00;
  --orange-tint:#FFF1E8;
  --orange-bg:#FFF7F2;
  --ink:#1A1A1A;
  --sub:#555555;
  --muted:#8A8A8A;
  --line:#E3E1DE;
  --line-soft:#EFEDEA;
  --soft:#F6F5F3;
  --white:#FFFFFF;
  --dark:#232323;
  --dark-2:#2E2E2E;
  --radius:10px;
  --radius-lg:16px;
  --shadow:0 2px 14px rgba(0,0,0,.06);
  --shadow-lg:0 10px 40px rgba(0,0,0,.10);
  --header-h:60px;
  --wrap:1160px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
@media (min-width:768px){ :root{ --header-h:80px; } }

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 12px)}
body{
  margin:0;
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,system-ui,sans-serif;
  color:var(--ink);
  background:var(--white);
  line-height:1.8;
  font-size:15px;
  -webkit-font-smoothing:antialiased;
  overflow-wrap:anywhere;
}
img{max-width:100%;height:auto;display:block;border:0}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,p,figure,dl,dd{margin:0}
table{border-collapse:collapse;width:100%}
:focus-visible{outline:2px solid var(--orange);outline-offset:2px}

/* ---------- layout ---------- */
.l-wrap{width:min(100% - 40px,var(--wrap));margin-inline:auto}
@media (min-width:768px){ .l-wrap{width:min(100% - 80px,var(--wrap))} }
.l-section{padding:48px 0}
@media (min-width:768px){ .l-section{padding:88px 0} }
.l-section--soft{background:var(--soft)}
.l-section--tight{padding:32px 0}
.l-main{display:block}
@media (min-width:768px){
  .l-columns{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:48px;align-items:start}
  .l-columns__side{align-self:stretch}
  .sidecard--stick{position:sticky;top:calc(var(--header-h) + 24px);max-height:calc(100vh - var(--header-h) - 48px);overflow-y:auto;overscroll-behavior:contain}
  .sidecard--stick::-webkit-scrollbar{width:6px}
  .sidecard--stick::-webkit-scrollbar-thumb{background:#DCDCDC;border-radius:3px}
}

/* ---------- header ---------- */
.header{
  position:fixed;inset:0 0 auto 0;z-index:100;
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(180%) blur(8px);
  border-bottom:1px solid var(--line);
}
.header__inner{
  width:min(100% - 32px,1400px);margin-inline:auto;
  height:var(--header-h);display:flex;align-items:center;gap:16px;
}
@media (min-width:768px){ .header__inner{width:min(100% - 64px,1400px)} }
.header__brand{display:flex;align-items:center;gap:12px;min-width:0}
.header__logo{height:26px;width:auto}
@media (min-width:768px){ .header__logo{height:34px} }
.header__tagline{
  display:none;font-size:12px;color:var(--muted);line-height:1.4;
  padding-left:12px;border-left:1px solid var(--line);
}
@media (min-width:900px){ .header__tagline{display:block} }
.header__spacer{flex:1}

/* PC nav */
.gnav{display:none}
@media (min-width:1024px){
  .gnav{display:flex;align-items:center;gap:30px}
  .gnav__item{position:relative}
  .gnav__link{
    display:inline-flex;align-items:center;gap:6px;
    font-weight:700;font-size:15px;padding:10px 2px;position:relative;
    transition:color .2s var(--ease);
  }
  .gnav__link::after{
    content:"";position:absolute;left:0;right:0;bottom:2px;height:2.5px;
    background:var(--orange);border-radius:2px;transform:scaleX(0);transform-origin:left;
    transition:transform .25s var(--ease);
  }
  .gnav__link:hover{color:var(--orange)}
  .gnav__link:hover::after,
  .gnav__item.is-open .gnav__link::after,
  .gnav__link[aria-current="page"]::after{transform:scaleX(1)}
  .gnav__link--ext{color:var(--orange)}
  .gnav__caret{font-size:10px;transition:transform .25s var(--ease)}
  .gnav__item.is-open .gnav__caret{transform:rotate(180deg)}
}

/* megamenu */
.mega{
  position:absolute;top:100%;left:0;right:0;
  background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  box-shadow:0 10px 26px rgba(0,0,0,.09);
  opacity:0;visibility:hidden;transform:translateY(-8px);
  transition:opacity .22s var(--ease),transform .22s var(--ease),visibility .22s;
  display:none;
}
@media (min-width:1024px){
  .mega{display:block;position:fixed;top:var(--header-h)}
  .gnav__item.is-open .mega{opacity:1;visibility:visible;transform:translateY(0)}
}
.mega__inner{width:min(100% - 80px,var(--wrap));margin-inline:auto;padding:34px 0 28px}
.mega__cols{display:grid;grid-template-columns:1fr auto 320px;gap:0 48px}
.mega__divider{width:1px;background:var(--line-soft)}
.mega__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 32px}
.mega__foot{margin-top:22px;text-align:center}

/* group label */
.grouplabel{margin-bottom:14px}
.grouplabel__ttl{display:flex;align-items:center;gap:9px;font-weight:700;font-size:15px}
.grouplabel__ttl::before{content:"";width:4px;height:16px;background:var(--orange);border-radius:2px;flex:none}
.grouplabel__note{font-size:12px;color:var(--muted);margin-top:2px;line-height:1.6}

/* category link rows */
.catrow{
  display:flex;align-items:center;gap:8px;padding:11px 0;
  border-bottom:1px solid var(--line-soft);transition:color .2s var(--ease);
}
.catrow:last-child{border-bottom:0}
.catrow:hover{color:var(--orange)}
.catrow__name{font-weight:700;font-size:13.5px}
.catrow__count{font-size:11px;color:var(--muted)}
.catrow__arrow{margin-left:auto;color:var(--muted);font-size:15px;transition:transform .2s var(--ease)}
.catrow:hover .catrow__arrow{transform:translateX(3px);color:var(--orange)}
.catrow.is-current{background:var(--orange-tint);border-radius:8px;padding-inline:10px;border-bottom:0;color:var(--orange)}

/* hamburger */
.hamburger{
  display:inline-flex;flex-direction:column;justify-content:center;gap:5px;
  width:42px;height:42px;border-radius:8px;background:var(--soft);align-items:center;flex:none;
}
@media (min-width:1024px){ .hamburger{display:none} }
.hamburger__bar{width:19px;height:2px;background:var(--ink);border-radius:2px;transition:transform .28s var(--ease),opacity .2s}
.hamburger.is-open .hamburger__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.is-open .hamburger__bar:nth-child(2){opacity:0}
.hamburger.is-open .hamburger__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* drawer (SP) */
.drawer{
  position:fixed;inset:var(--header-h) 0 0 0;z-index:99;background:var(--white);
  overflow-y:auto;-webkit-overflow-scrolling:touch;
  opacity:0;visibility:hidden;transform:translateY(-8px);
  transition:opacity .24s var(--ease),transform .24s var(--ease),visibility .24s;
}
.drawer.is-open{opacity:1;visibility:visible;transform:translateY(0)}
@media (min-width:1024px){ .drawer{display:none} }
.drawer__row{
  display:flex;align-items:center;gap:8px;width:100%;
  padding:17px 20px;border-bottom:1px solid var(--line);
  font-weight:700;font-size:15px;text-align:left;
}
.drawer__row--ext{color:var(--orange)}
.drawer__arrow{margin-left:auto;color:var(--muted);font-size:17px}
.drawer__caret{margin-left:auto;color:var(--orange);font-size:13px;transition:transform .25s var(--ease)}
.drawer__row[aria-expanded="true"] .drawer__caret{transform:rotate(180deg)}
.drawer__panel{
  background:var(--soft);border-bottom:1px solid var(--line);
  display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s var(--ease);
}
.drawer__panel.is-open{grid-template-rows:1fr}
.drawer__panelInner{overflow:hidden}
.drawer__group{display:flex;align-items:center;gap:8px;padding:12px 20px 4px;font-size:12px;font-weight:700;color:var(--sub)}
.drawer__group::before{content:"";width:3px;height:13px;background:var(--orange);border-radius:2px}
.drawer__sub{
  display:flex;align-items:center;gap:8px;padding:11px 20px 11px 34px;
  border-bottom:1px solid #E4E2DF;font-size:13px;font-weight:700;
}
.drawer__sub:last-of-type{border-bottom:0}
.drawer__subCount{font-size:10.5px;color:var(--muted);font-weight:400}
.drawer__panelFoot{padding:14px 20px 18px 34px}
.drawer__note{padding:16px 20px 28px;font-size:10.5px;color:var(--muted);line-height:1.7}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:15px 26px;border-radius:8px;font-weight:700;font-size:15px;
  transition:transform .18s var(--ease),box-shadow .2s var(--ease),background-color .2s,color .2s;
  text-align:center;line-height:1.5;
}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--orange);color:#fff;box-shadow:0 4px 14px rgba(255,102,0,.25)}
.btn--primary:hover{background:var(--orange-dark);box-shadow:0 8px 22px rgba(255,102,0,.32)}
.btn--outline{background:#fff;color:var(--orange);border:1.5px solid var(--orange)}
.btn--outline:hover{background:var(--orange-tint)}
.btn--ghost{background:var(--soft);color:var(--ink);border:1px solid var(--line)}
.btn--ghost:hover{border-color:var(--muted)}
.btn--dark{background:transparent;color:#fff;border:1px solid #5A5A5A}
.btn--onDark{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.85)}
.btn--onDark:hover{background:#fff;color:var(--ink);border-color:#fff}
.btn--dark:hover{border-color:#fff}
.btn--full{display:flex;width:100%}
.btn--sm{padding:11px 18px;font-size:13.5px}
.btn--lg{padding:17px 34px;font-size:16px}
.btn__ext{font-size:.9em}

.textlink{display:inline-flex;align-items:center;gap:5px;color:var(--orange);font-weight:700;font-size:13px}
.textlink:hover{text-decoration:underline}

/* ---------- headings ---------- */
.shead{text-align:center;margin-bottom:26px}
.shead__ja{font-size:22px;font-weight:700;line-height:1.5;letter-spacing:.01em}
.shead__en{display:block;font-size:11px;color:var(--muted);letter-spacing:.14em;margin-top:6px}
@media (min-width:768px){
  .shead{margin-bottom:40px}
  .shead__ja{font-size:31px}
  .shead__en{font-size:12px}
}
.bhead{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:700;margin-bottom:16px}
.bhead::before{content:"";width:4px;height:19px;background:var(--orange);border-radius:2px;flex:none}
@media (min-width:768px){ .bhead{font-size:22px} .bhead::before{height:22px} }
.bhead__more{margin-left:auto;font-size:13px;font-weight:700;color:var(--orange)}

/* ---------- hero (MV) ---------- */
.hero{
  position:relative;overflow:hidden;isolation:isolate;
  background:#232323;color:#fff;
}
.hero__img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:62% 38%;z-index:0;
  filter:saturate(.45) contrast(1.06) brightness(.9);
}
@media (min-width:768px){
  .hero__img{left:auto;right:0;width:64%;object-position:56% 38%}
}
/* 写真を背景に溶かすベール */
.hero__veil{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(180deg,rgba(22,22,22,.92) 0%,rgba(22,22,22,.80) 42%,rgba(22,22,22,.94) 100%);
}
@media (min-width:768px){
  .hero__veil{
    background:
      linear-gradient(90deg,#232323 0%,#232323 30%,rgba(35,35,35,.92) 42%,rgba(35,35,35,.45) 60%,rgba(35,35,35,.10) 78%,rgba(35,35,35,.34) 100%),
      linear-gradient(180deg,rgba(20,20,20,.34) 0%,transparent 30%,rgba(20,20,20,.42) 100%);
  }
}
/* 斜めのヘアライン（左右の端だけに出す） */
.hero__lines{
  position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.5;
  background-image:repeating-linear-gradient(115deg,rgba(255,255,255,.16) 0 1px,transparent 1px 10px);
  -webkit-mask-image:linear-gradient(90deg,#000 0%,transparent 18%,transparent 82%,#000 100%);
  mask-image:linear-gradient(90deg,#000 0%,transparent 18%,transparent 82%,#000 100%);
}
.hero__inner{
  position:relative;z-index:3;
  width:min(100% - 40px,var(--wrap));margin-inline:auto;
  padding:46px 0 52px;
}
@media (min-width:768px){
  .hero__inner{width:min(100% - 80px,var(--wrap));padding:0;min-height:min(72vh,640px);display:flex;align-items:center}
  .hero__body{max-width:600px;padding:64px 0}
}
.hero__title{
  font-size:clamp(29px,8.6vw,40px);font-weight:900;line-height:1.42;letter-spacing:-.01em;
  text-shadow:0 2px 18px rgba(0,0,0,.35);
}
@media (min-width:768px){ .hero__title{font-size:clamp(40px,3.7vw,54px);line-height:1.38} }
.hero__rule{
  display:block;width:64px;height:3px;border-radius:2px;background:var(--orange);
  margin:22px 0 18px;
}
@media (min-width:768px){ .hero__rule{width:72px;margin:28px 0 22px} }
.hero__lead{
  font-size:14px;line-height:2;color:#D6D4D1;
  text-shadow:0 1px 10px rgba(0,0,0,.35);
}
@media (min-width:768px){ .hero__lead{font-size:16px} }
.hero__actions{display:flex;flex-direction:column;gap:12px;margin-top:26px}
@media (min-width:600px){ .hero__actions{flex-direction:row;gap:16px} }
@media (min-width:768px){ .hero__actions{margin-top:36px} }

/* ---------- article cards ---------- */
.cards{display:grid;gap:20px}
@media (min-width:768px){
  .cards--2{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  .cards--3{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
}
.card{
  display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);overflow:hidden;height:100%;
  transition:transform .22s var(--ease),box-shadow .22s var(--ease),border-color .22s;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}
.card__thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--soft)}
.card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.card:hover .card__thumb img{transform:scale(1.05)}
.card__body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:9px;flex:1}
@media (min-width:768px){ .card__body{padding:18px 20px 22px} }
.card__ttl{font-size:14px;font-weight:700;line-height:1.65}
@media (min-width:768px){ .card__ttl{font-size:15px} }
.card:hover .card__ttl{color:var(--orange)}
.card__date{font-size:11.5px;color:var(--muted);margin-top:auto}

.tag{
  display:inline-block;align-self:flex-start;background:var(--orange-tint);color:var(--orange);
  font-size:10.5px;font-weight:700;padding:4px 9px;border-radius:4px;line-height:1.5;
}

/* horizontal card (SP list) */
.hcard{
  display:flex;gap:12px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:12px;transition:box-shadow .2s var(--ease),transform .2s var(--ease);
}
.hcard:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.hcard__thumb{width:112px;flex:none;aspect-ratio:16/11;border-radius:6px;overflow:hidden;background:var(--soft)}
.hcard__thumb img{width:100%;height:100%;object-fit:cover}
.hcard__body{display:flex;flex-direction:column;gap:6px;min-width:0}
.hcard__ttl{font-size:12.5px;font-weight:700;line-height:1.6}
.hcard__date{font-size:10.5px;color:var(--muted)}
.hcard--sm .hcard__thumb{width:100px}

/* ---------- slider ---------- */
.slider{position:relative}
.slider__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.slider__viewport::-webkit-scrollbar{display:none}
.slider__track{display:flex;gap:12px;padding-bottom:4px}
.slider__slide{flex:0 0 72%;scroll-snap-align:start}
@media (min-width:600px){ .slider__slide{flex:0 0 46%} }
@media (min-width:768px){ .slider__track{gap:24px} .slider__slide{flex:0 0 calc((100% - 48px)/3)} }
.slider__dots{display:flex;justify-content:center;gap:7px;margin-top:18px}
.slider__dot{width:7px;height:7px;border-radius:50%;background:var(--line);transition:background .2s,width .2s}
.slider__dot.is-active{background:var(--orange);width:18px}
.slider__arrow{
  display:none;position:absolute;top:calc(50% - 40px);z-index:2;width:48px;height:48px;border-radius:50%;
  background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);
  align-items:center;justify-content:center;font-size:18px;font-weight:700;
  transition:background .2s,color .2s,border-color .2s;
}
.slider__arrow:hover{background:var(--orange);color:#fff;border-color:var(--orange)}
.slider__arrow--prev{left:-22px}
.slider__arrow--next{right:-22px}
@media (min-width:1024px){ .slider__arrow{display:flex} }

/* ---------- category index ---------- */
.catgrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
@media (min-width:768px){ .catgrid{grid-template-columns:repeat(3,1fr);gap:16px} }
.catgrid__item{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  background:var(--soft);border:1px solid var(--line);border-radius:8px;
  padding:14px 8px;text-align:center;
  transition:background .2s,border-color .2s,transform .2s var(--ease);
}
@media (min-width:768px){ .catgrid__item{padding:22px 12px;border-radius:10px;gap:6px} }
.catgrid__item:hover{background:#fff;border-color:var(--orange);transform:translateY(-3px)}
.catgrid__name{font-size:12px;font-weight:700;line-height:1.45}
@media (min-width:768px){ .catgrid__name{font-size:15px} }
.catgrid__count{font-size:10px;color:var(--muted)}
@media (min-width:768px){ .catgrid__count{font-size:11.5px} }
.catblock + .catblock{margin-top:24px}
@media (min-width:768px){ .catblock + .catblock{margin-top:36px} }

/* ---------- chips ---------- */
.chips{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
.chips::-webkit-scrollbar{display:none}
@media (min-width:768px){ .chips{flex-wrap:wrap;overflow:visible} }
.chip{
  flex:none;display:inline-flex;align-items:center;
  padding:9px 15px;border-radius:999px;background:#fff;border:1px solid var(--line);
  font-size:12px;font-weight:700;transition:all .2s var(--ease);white-space:nowrap;
}
.chip:hover{border-color:var(--orange);color:var(--orange)}
.chip.is-active{background:var(--orange);border-color:var(--orange);color:#fff}

/* ---------- about / service ---------- */
.about__media{border-radius:var(--radius);overflow:hidden}
.about__lead{font-size:15px;font-weight:700;line-height:1.85;margin-top:18px}
.about__text{font-size:13px;color:var(--sub);line-height:2;margin-top:12px}
.about__by{font-size:11.5px;color:var(--muted);margin-top:14px}
@media (min-width:768px){
  .about__grid{display:grid;grid-template-columns:480px minmax(0,1fr);gap:48px;align-items:center}
  .about__lead{font-size:20px;margin-top:0}
  .about__text{font-size:14px}
}
.service{background:var(--orange-bg)}
.service__badge{
  display:inline-block;background:var(--orange);color:#fff;font-size:11px;font-weight:700;
  padding:6px 16px;border-radius:999px;margin-bottom:14px;
}
.service__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0 12px}
@media (min-width:768px){ .service__stats{gap:14px} }
.service__stat{background:#fff;border-radius:10px;padding:14px 6px;text-align:center}
@media (min-width:768px){ .service__stat{padding:20px 8px} }
.service__num{font-size:17px;font-weight:900;color:var(--orange);line-height:1.3}
@media (min-width:768px){ .service__num{font-size:25px} }
.service__label{font-size:10px;color:var(--muted)}
@media (min-width:768px){ .service__label{font-size:12px} }
.service__note{font-size:10.5px;color:var(--muted);line-height:1.7}
.service__actions{display:flex;flex-direction:column;gap:12px;margin:18px 0 10px}
@media (min-width:768px){
  .service__grid{display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:48px;align-items:center}
  .service__actions{flex-direction:row;gap:16px}
  .service__note{font-size:12px}
}
.service__media{border-radius:var(--radius);overflow:hidden}

/* ---------- company ---------- */
.dl{border-top:1px solid var(--line)}
.dl__row{display:block;padding:12px 0;border-bottom:1px solid var(--line)}
@media (min-width:768px){ .dl__row{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;padding:16px 0} }
.dl__key{font-size:11.5px;font-weight:700;color:var(--sub)}
@media (min-width:768px){ .dl__key{font-size:13.5px} }
.dl__val{font-size:11.5px;line-height:1.8}
@media (min-width:768px){ .dl__val{font-size:13.5px} }

/* ---------- footer ---------- */
.footer{background:var(--dark);color:#fff;padding:36px 0 28px}
@media (min-width:768px){ .footer{padding:64px 0 32px} }
.footer__logo{height:30px;width:auto}
@media (min-width:768px){ .footer__logo{height:38px} }
.footer__tagline{font-size:12.5px;color:#BDBDBD;line-height:1.8;margin-top:14px}
.footer__by{font-size:12px;color:#999;margin-top:10px}
.footer__by a:hover{color:#fff;text-decoration:underline}
.footer__nav{margin-top:24px}
.footer__row{
  display:flex;align-items:center;gap:8px;padding:14px 0;border-bottom:1px solid #4A4A4A;
  font-size:13px;font-weight:700;
}
.footer__row .footer__arrow{margin-left:auto;color:#999}
.footer__row:hover{color:var(--orange)}
.footer__colHead{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;margin-bottom:12px}
.footer__colHead::before{content:"";width:3px;height:13px;background:var(--orange);border-radius:2px}
.footer__list li + li{margin-top:11px}
.footer__list a{font-size:12.5px;color:#DDD}
.footer__list a:hover{color:var(--orange)}
.footer__bottom{
  display:flex;flex-direction:column;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid #4A4A4A;
}
@media (min-width:768px){ .footer__bottom{flex-direction:row;align-items:center;justify-content:space-between} }
.footer__legal{display:flex;align-items:center;gap:16px;font-size:11.5px;color:#BBB}
.footer__legal a:hover{color:#fff;text-decoration:underline}
.footer__legal span{color:#5A5A5A}
.footer__copy{font-size:11.5px;color:#888}
@media (min-width:768px){
  .footer__grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:56px}
  .footer__cols{display:grid;grid-template-columns:180px 1fr 1fr;gap:40px;align-items:start}
  .footer__nav{margin-top:0}
}

/* ---------- sticky CTA (SP) ---------- */
.stickycta{
  position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;gap:8px;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.96);backdrop-filter:blur(6px);
  border-top:1px solid var(--line);box-shadow:0 -2px 12px rgba(0,0,0,.10);
  transform:translateY(110%);transition:transform .3s var(--ease);
}
.stickycta.is-visible{transform:translateY(0)}
.stickycta .btn{flex:1;padding:13px 8px;font-size:13px}
@media (min-width:768px){ .stickycta{display:none} }
body.has-stickycta .footer{padding-bottom:96px}
@media (min-width:768px){ body.has-stickycta .footer{padding-bottom:32px} }

/* ---------- breadcrumb ---------- */
.crumb{background:var(--soft);border-bottom:1px solid var(--line-soft)}
.crumb__list{display:flex;align-items:center;gap:6px;padding:11px 0;font-size:11px;color:var(--sub);overflow-x:auto;white-space:nowrap;scrollbar-width:none}
.crumb__list::-webkit-scrollbar{display:none}
@media (min-width:768px){ .crumb__list{font-size:12px;padding:14px 0} }
.crumb__sep{color:var(--muted)}
.crumb a:hover{color:var(--orange)}
.crumb__list li:last-child{color:var(--ink);font-weight:500}

/* ---------- page head ---------- */
.pagehead{padding:26px 0 20px}
@media (min-width:768px){ .pagehead{padding:48px 0 34px} }
.pagehead__badge{
  display:inline-block;background:var(--orange-tint);color:var(--orange);
  font-size:10.5px;font-weight:700;padding:5px 13px;border-radius:999px;margin-bottom:12px;
}
.pagehead__ttl{font-size:25px;font-weight:900;line-height:1.45}
@media (min-width:768px){ .pagehead__ttl{font-size:36px} }
.pagehead__en{font-size:11px;color:var(--muted);letter-spacing:.14em;margin-top:8px}
.pagehead__meta{display:flex;gap:14px;font-size:11.5px;color:var(--muted);margin-top:10px}
.pagehead__lead{font-size:12.5px;color:var(--sub);line-height:1.95;margin-top:12px}
@media (min-width:768px){ .pagehead__lead{font-size:14px;line-height:2} }
.pagehead--center{text-align:center}
.pagehead--center .pagehead__lead{max-width:800px;margin-inline:auto}

/* ---------- list header ---------- */
.listhead{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.listhead__sort{font-size:13px;font-weight:700}
.listhead__count{margin-left:auto;font-size:11.5px;color:var(--muted)}

/* ---------- pagination ---------- */
.pager{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:28px}
.pager__item{
  display:inline-flex;align-items:center;justify-content:center;
  width:38px;height:38px;border-radius:6px;background:#fff;border:1px solid var(--line);
  font-size:13px;font-weight:700;transition:all .2s var(--ease);
}
@media (min-width:768px){ .pager__item{width:42px;height:42px;font-size:14px} }
.pager__item:hover{border-color:var(--orange);color:var(--orange)}
.pager__item.is-current{background:var(--orange);border-color:var(--orange);color:#fff}
.pager__dots{color:var(--muted)}

/* ---------- sidebar ---------- */
.sidecard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px}
.sidecard + .sidecard,.sidecard + .sidecta{margin-top:20px}
.sidecard__head{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;margin-bottom:12px}
.sidecard__head::before{content:"";width:4px;height:15px;background:var(--orange);border-radius:2px}
.sidecard__note{font-size:10.5px;color:var(--muted);margin-top:10px;line-height:1.7}
.sidecta{background:var(--orange-bg);border:1px solid var(--orange);border-radius:var(--radius);padding:22px 20px}
.sidecta__ttl{font-size:15px;font-weight:700;line-height:1.7}
.sidecta__text{font-size:12px;color:var(--sub);line-height:1.85;margin:10px 0 14px}
.sidecta .btn + .btn{margin-top:10px}
.ranklist li{padding:10px 0;border-bottom:1px solid var(--line-soft)}
.ranklist a{display:flex;gap:10px;align-items:flex-start}
.ranklist li:last-child{border-bottom:0}
.ranklist__num{
  flex:none;width:22px;height:22px;border-radius:4px;background:var(--orange);color:#fff;
  font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;
}
.ranklist__ttl{font-size:12px;font-weight:700;line-height:1.6}
.ranklist a:hover .ranklist__ttl{color:var(--orange)}


/* ---------- sidebar: PRバナー ---------- */
.sidebanner{
  border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;background:#fff;
}
.sidebanner + .sidecard{margin-top:20px}
.sidebanner__link{display:block;line-height:0;overflow:hidden}
.sidebanner__link img{width:100%;height:auto;transition:transform .5s var(--ease)}
.sidebanner__link:hover img{transform:scale(1.03)}
.sidebanner__pr{
  display:block;background:var(--soft);color:var(--muted);
  font-size:10px;font-weight:700;letter-spacing:.1em;
  padding:5px 12px;border-bottom:1px solid var(--line);
}
.sidebanner__actions{
  display:grid;grid-template-columns:1fr 1fr;gap:8px;
  padding:10px;background:var(--orange-bg);border-top:1px solid rgba(255,102,0,.2);
}
.sidebanner__actions .btn{width:100%;padding:11px 6px;font-size:12.5px;gap:3px}

/* ---------- sidebar: 検索窓 ---------- */
.sidesearch{display:flex;gap:8px}
.sidesearch__input{
  flex:1;min-width:0;font:inherit;font-size:13px;padding:11px 12px;
  border:1px solid var(--line);border-radius:6px;background:#fff;
  transition:border-color .2s,box-shadow .2s;
}
.sidesearch__input:focus{outline:0;border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,102,0,.14)}
.sidesearch__btn{
  flex:none;width:44px;border-radius:6px;background:var(--orange);color:#fff;
  font-size:19px;line-height:1;transition:background .2s;
}
.sidesearch__btn:hover{background:var(--orange-dark)}

/* ---------- sidebar: 人気の記事（サムネつき） ---------- */
.ranklist--thumb a{align-items:center;gap:10px}
.ranklist--thumb .ranklist__num{align-self:flex-start;margin-top:2px}
.ranklist__thumb{display:block;flex:none;width:64px;aspect-ratio:1/1;border-radius:5px;overflow:hidden;background:var(--soft)}
.ranklist__thumb img{width:100%;height:100%;object-fit:cover}
.ranklist--thumb .ranklist__ttl{font-size:11.5px;line-height:1.6}


/* ---------- カテゴリカードのイラスト ---------- */
.catgrid__ill{
  width:66px;height:66px;object-fit:contain;margin-bottom:2px;
  transition:transform .25s var(--ease);
}
@media (min-width:768px){ .catgrid__ill{width:100px;height:100px;margin-bottom:4px} }
.catgrid__item:hover .catgrid__ill{transform:translateY(-3px) scale(1.04)}

/* ---------- サービス：LPのFVを全幅で ---------- */
.service__fv{
  display:block;border-radius:var(--radius-lg);overflow:hidden;
  border:1px solid rgba(255,102,0,.22);background:#fff;
  box-shadow:0 6px 28px rgba(0,0,0,.07);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease);
}
.service__fv:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(0,0,0,.12)}
.service__fv img{width:100%;height:auto}
.service .service__actions{margin:24px 0 12px;justify-content:center}
@media (min-width:768px){ .service .service__actions{margin:32px 0 14px} }

/* ---------- 受け取りまでの流れ：イラスト ---------- */
.step__ill{width:72px;height:72px;object-fit:contain;flex:none}
@media (min-width:768px){ .step__ill{width:112px;height:112px;margin-bottom:0} }

/* ---------- ページ見出し上部の行 ---------- */
.pagehead__top{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.pagehead__top .pagehead__badge{margin-bottom:0}
.pagehead__back{
  display:inline-flex;align-items:center;gap:4px;
  font-size:11.5px;font-weight:700;color:var(--orange);
}
@media (min-width:768px){ .pagehead__back{font-size:12.5px} }
.pagehead__back:hover{text-decoration:underline}
.pagehead__back span{transition:transform .2s var(--ease)}
.pagehead__back:hover span{transform:translateX(3px)}

/* ---------- article body ---------- */
.article{background:#fff}
@media (min-width:768px){
  .article__main{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:40px 44px}
}
.article__eyecatch{border-radius:var(--radius);overflow:hidden;margin:16px 0}
@media (min-width:768px){ .article__eyecatch{margin:24px 0} }
.article__author{display:flex;align-items:center;gap:10px;margin-top:12px}
.article__avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none;background:var(--soft)}
.article__authorName{font-size:11.5px;font-weight:700}
.article__authorNote{font-size:10px;color:var(--muted);line-height:1.5}

.toc{background:var(--soft);border-radius:var(--radius);padding:18px 18px 20px;margin:20px 0}
.toc__head{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700}
.toc__toggle{margin-left:auto;font-size:11.5px;font-weight:700;color:var(--orange)}
.toc__list{margin-top:12px;display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s var(--ease)}
.toc__list.is-closed{grid-template-rows:0fr;margin-top:0}
.toc__listInner{overflow:hidden;display:flex;flex-direction:column;gap:9px}
.toc__item{display:flex;gap:8px;font-size:12px;line-height:1.65}
.toc__item--h3{padding-left:16px;color:var(--sub)}
.toc__no{font-weight:700;color:var(--orange);flex:none}
.toc__item--h3 .toc__no{color:var(--muted)}
.toc__item a:hover{color:var(--orange)}
.toc__item.is-active > a{color:var(--orange);font-weight:700}

/* post content (WP output) */
.post{font-size:14px;line-height:2}
@media (min-width:768px){ .post{font-size:14.5px;line-height:2.1} }
.post > * + *{margin-top:1.4em}
.post h2{
  font-size:19px;font-weight:700;line-height:1.55;margin-top:2em;padding-bottom:12px;position:relative;
}
.post h2::after{content:"";position:absolute;left:0;bottom:0;width:56px;height:3px;background:var(--orange);border-radius:2px}
@media (min-width:768px){ .post h2{font-size:24px} }
.post h3{
  font-size:15.5px;font-weight:700;line-height:1.6;border-left:4px solid var(--orange);
  padding-left:12px;margin-top:1.8em;
}
@media (min-width:768px){ .post h3{font-size:18px;padding-left:14px} }
.post h4{font-size:14.5px;font-weight:700;margin-top:1.6em}
.post p{margin:0}
.post img,.post figure img{border-radius:8px}
.post figure{margin:0}
.post figcaption{font-size:11.5px;color:var(--muted);margin-top:8px;text-align:center}
.post ul,.post ol{padding-left:1.4em}
.post ul li{list-style:disc}
.post ol li{list-style:decimal}
.post li + li{margin-top:.5em}
.post table{border:1px solid var(--line);font-size:12.5px}
@media (min-width:768px){ .post table{font-size:13px} }
.post th,.post td{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}
@media (min-width:768px){ .post th,.post td{padding:12px 16px} }
.post th{background:var(--soft);font-weight:700}
.post blockquote{
  background:var(--soft);border-left:4px solid #BBB;padding:14px 16px;border-radius:0 8px 8px 0;
  font-size:12.5px;color:var(--sub);
}
.post blockquote cite{display:block;font-size:10.5px;color:var(--muted);margin-top:8px;font-style:normal}
.post a{color:var(--orange);text-decoration:underline;text-underline-offset:3px}
.post .scroll-x{overflow-x:auto}

.inlinecta{
  background:var(--orange-bg);border:1px solid var(--orange);border-radius:var(--radius);
  padding:20px 18px;
}
@media (min-width:768px){ .inlinecta{padding:26px 28px} }
.inlinecta__ttl{font-size:15px;font-weight:700;line-height:1.65}
@media (min-width:768px){ .inlinecta__ttl{font-size:18px} }
.inlinecta__text{font-size:12px;color:var(--sub);line-height:1.85;margin:8px 0 14px}
@media (min-width:768px){ .inlinecta__text{font-size:13px} }

.authorbox{background:var(--soft);border-radius:var(--radius);padding:18px}
@media (min-width:768px){ .authorbox{padding:22px} }
.authorbox__head{display:flex;align-items:center;gap:14px}
.authorbox__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none;background:#DEDEDE}
@media (min-width:768px){ .authorbox__avatar{width:54px;height:54px} }
.authorbox__name{font-size:13px;font-weight:700}
.authorbox__role{font-size:11px;color:var(--muted)}
.authorbox__text{font-size:11.5px;color:var(--sub);line-height:1.85;margin-top:10px}
@media (min-width:768px){ .authorbox__text{font-size:12.5px} }

.prevnext{display:grid;gap:0}
@media (min-width:768px){ .prevnext{grid-template-columns:1fr 1fr;gap:20px} }
.prevnext__item{padding:16px 0;border-bottom:1px solid var(--line)}
@media (min-width:768px){
  .prevnext__item{padding:16px 18px;border:1px solid var(--line);border-radius:8px;background:#fff}
  .prevnext__item:hover{border-color:var(--orange)}
}
.prevnext__label{font-size:11px;font-weight:700;color:var(--orange)}
.prevnext__ttl{font-size:12.5px;font-weight:700;line-height:1.6;margin-top:5px}
@media (min-width:768px){ .prevnext__ttl{font-size:13px} }
.prevnext__item--next{text-align:right}
@media (min-width:768px){ .prevnext__item--next{text-align:right} }

/* ---------- points list ---------- */
.points{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px}
@media (min-width:768px){ .points{padding:26px} }
.points__ttl{font-size:14px;font-weight:700;margin-bottom:12px}
@media (min-width:768px){ .points__ttl{font-size:16px} }
.points li{display:flex;gap:10px;font-size:12.5px;color:var(--sub);line-height:1.85}
@media (min-width:768px){ .points li{font-size:13.5px} }
.points li + li{margin-top:8px}
.points li::before{content:"";flex:none;width:6px;height:6px;border-radius:50%;background:var(--orange);margin-top:.65em}

/* ---------- steps ---------- */
.steps{display:grid;gap:10px}
@media (min-width:768px){ .steps{grid-template-columns:repeat(3,1fr);gap:16px} }
.step{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px 14px}
@media (min-width:768px){
  .step{flex-direction:column;text-align:center;background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px 12px}
}
.step__num{
  flex:none;width:22px;height:22px;border-radius:50%;background:var(--orange);color:#fff;
  font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;
}
@media (min-width:768px){ .step__num{width:26px;height:26px;font-size:12px} }
.step__text{font-size:12.5px;font-weight:700}
@media (min-width:768px){ .step__text{font-size:13px} }

/* ---------- documents ---------- */
.doccard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}
.doccard__cover{aspect-ratio:16/11;background:var(--soft);overflow:hidden}
.doccard__cover img{width:100%;height:100%;object-fit:cover}
.doccard__body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.doccard__ttl{font-size:15px;font-weight:700;line-height:1.6}
@media (min-width:768px){ .doccard__ttl{font-size:16px} }
.doccard__spec{font-size:11.5px;color:var(--muted)}
.doccard__text{font-size:12.5px;color:var(--sub);line-height:1.85}
.doccard .btn{margin-top:auto}
.doclist{display:grid;gap:14px}
@media (min-width:768px){ .doclist{grid-template-columns:repeat(3,1fr);gap:24px} }

/* SP horizontal doc card */
.docrow{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:12px}
.docrow__main{display:flex;gap:12px}
.docrow__cover{width:72px;flex:none;aspect-ratio:3/4;border-radius:4px;overflow:hidden;background:var(--soft)}
.docrow__cover img{width:100%;height:100%;object-fit:cover}
.docrow__ttl{font-size:13.5px;font-weight:700;line-height:1.6}
.docrow__spec{font-size:10.5px;color:var(--muted);margin-top:4px}
.docrow__text{font-size:11.5px;color:var(--sub);line-height:1.8;margin-top:5px}

/* ---------- form ---------- */
.form{display:flex;flex-direction:column;gap:16px}
.formcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px 20px}
@media (min-width:768px){ .formcard{padding:32px} }
.field{display:flex;flex-direction:column;gap:7px}
.field__label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}
.badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px;line-height:1.6}
.badge--req{background:var(--orange);color:#fff}
.badge--opt{background:#DDD;color:var(--sub)}
.field input[type="text"],.field input[type="email"],.field input[type="tel"],.field textarea{
  width:100%;font:inherit;font-size:14px;padding:13px 12px;border:1px solid var(--line);
  border-radius:6px;background:#fff;transition:border-color .2s,box-shadow .2s;
}
.field textarea{min-height:110px;resize:vertical}
.field input:focus,.field textarea:focus{outline:0;border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,102,0,.14)}
.field.is-error input,.field.is-error textarea{border-color:#D93025;background:#FFF7F7}
.field__error{display:none;font-size:11.5px;color:#D93025;line-height:1.6}
.field.is-error .field__error{display:block}
.checkline{display:flex;gap:10px;align-items:flex-start;font-size:12.5px;color:var(--sub);line-height:1.7}
.checkline input{margin-top:.35em;width:18px;height:18px;accent-color:var(--orange);flex:none}
.checkline a{color:var(--orange);text-decoration:underline}
.formnote{font-size:10.5px;color:var(--muted);line-height:1.75}

.doccheck{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px;cursor:pointer;transition:border-color .2s,box-shadow .2s}
.doccheck:hover{border-color:var(--orange)}
.doccheck input{width:20px;height:20px;accent-color:var(--orange);flex:none}
.doccheck input:checked ~ .doccheck__body .doccheck__ttl{color:var(--orange)}
.doccheck:has(input:checked){border-color:var(--orange);box-shadow:0 0 0 1px var(--orange) inset}
.doccheck__cover{width:40px;flex:none;aspect-ratio:3/4;border-radius:3px;overflow:hidden;background:var(--soft)}
.doccheck__cover img{width:100%;height:100%;object-fit:cover}
.doccheck__ttl{font-size:12.5px;font-weight:700;line-height:1.5}
@media (min-width:768px){ .doccheck__ttl{font-size:14px} }
.doccheck__spec{font-size:10.5px;color:var(--muted)}
.doccheck + .doccheck{margin-top:10px}

/* ---------- thanks ---------- */
.thanks{background:#F2F9F3;text-align:center;padding:36px 0 32px}
@media (min-width:768px){ .thanks{padding:64px 0 52px} }
.thanks__icon{
  width:56px;height:56px;border-radius:50%;background:#2E7D32;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:25px;margin:0 auto 14px;
}
@media (min-width:768px){ .thanks__icon{width:68px;height:68px;font-size:30px} }
.thanks__ttl{font-size:22px;font-weight:900;line-height:1.5}
@media (min-width:768px){ .thanks__ttl{font-size:32px} }
.thanks__text{font-size:12.5px;color:var(--sub);line-height:2;margin-top:12px;max-width:720px;margin-inline:auto}
@media (min-width:768px){ .thanks__text{font-size:14.5px} }
.thanks__mail{
  display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #C7E0CB;
  border-radius:8px;padding:12px 18px;margin-top:16px;
}
.thanks__mailLabel{font-size:11px;font-weight:700;color:var(--muted)}
.thanks__mailAddr{font-size:13px;font-weight:700}

.trouble li{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--line-soft)}
.trouble li:last-child{border-bottom:0}
.trouble__num{
  flex:none;width:24px;height:24px;border-radius:50%;background:var(--soft);color:var(--sub);
  font-size:11.5px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px;
}
.trouble__ttl{font-size:13px;font-weight:700;line-height:1.65}
@media (min-width:768px){ .trouble__ttl{font-size:14.5px} }
.trouble__text{font-size:12px;color:var(--sub);line-height:1.9;margin-top:4px}
@media (min-width:768px){ .trouble__text{font-size:13px} }
.notebox{background:var(--soft);border-radius:8px;padding:16px}
@media (min-width:768px){ .notebox{padding:20px 22px} }
.notebox__ttl{font-size:12.5px;font-weight:700}
@media (min-width:768px){ .notebox__ttl{font-size:14px} }
.notebox__text{font-size:12px;color:var(--sub);line-height:1.9;margin-top:6px}
@media (min-width:768px){ .notebox__text{font-size:13px} }

/* ---------- legal ---------- */
.legal{max-width:800px;margin-inline:auto}
.legal__intro{font-size:12.5px;color:var(--sub);line-height:2}
@media (min-width:768px){ .legal__intro{font-size:14px} }
.legal__toc{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px}
@media (min-width:768px){ .legal__toc{padding:24px 26px} }
.legal__tocTtl{font-size:13.5px;font-weight:700;margin-bottom:8px}
@media (min-width:768px){ .legal__tocTtl{font-size:15px} }
.legal__tocList li{display:flex;gap:8px;font-size:11.5px;line-height:1.75;padding:3px 0}
@media (min-width:768px){ .legal__tocList li{font-size:12.5px} }
.legal__tocNo{color:var(--orange);font-weight:700;flex:none}
.legal__tocList a:hover{color:var(--orange)}
.legal__block + .legal__block{margin-top:22px}
@media (min-width:768px){ .legal__block + .legal__block{margin-top:30px} }
.legal__h{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:700;line-height:1.5}
.legal__h::before{content:"";width:4px;height:17px;background:var(--orange);border-radius:2px;flex:none}
@media (min-width:768px){ .legal__h{font-size:20px} .legal__h::before{height:20px} }
.legal__text{font-size:12.5px;color:var(--sub);line-height:2;margin-top:10px}
@media (min-width:768px){ .legal__text{font-size:14px} }
.legal__table{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.legal__tr{display:block;border-bottom:1px solid var(--line)}
.legal__tr:last-child{border-bottom:0}
@media (min-width:768px){ .legal__tr{display:grid;grid-template-columns:240px minmax(0,1fr)} }
.legal__th{background:var(--soft);font-size:12px;font-weight:700;padding:9px 14px}
@media (min-width:768px){ .legal__th{font-size:13px;padding:16px 20px;border-right:1px solid var(--line)} }
.legal__td{font-size:12px;color:var(--sub);line-height:1.9;padding:11px 14px 13px}
@media (min-width:768px){ .legal__td{font-size:13px;padding:16px 20px} }

/* ---------- misc ---------- */
.stack-8 > * + *{margin-top:8px}
.stack-12 > * + *{margin-top:12px}
.stack-16 > * + *{margin-top:16px}
.stack-20 > * + *{margin-top:20px}
.stack-24 > * + *{margin-top:24px}
.stack-32 > * + *{margin-top:32px}
.center{text-align:center}
.mt-24{margin-top:24px}
.mt-32{margin-top:32px}
.mt-40{margin-top:40px}
.only-sp{display:block}
.only-pc{display:none}
@media (min-width:768px){ .only-sp{display:none} .only-pc{display:block} }
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.no-scroll{overflow:hidden}
main{padding-top:var(--header-h)}

/* CTA band */
.ctaband{background:var(--orange-bg);text-align:center}
.ctaband__ttl{font-size:18px;font-weight:700;line-height:1.6}
@media (min-width:768px){ .ctaband__ttl{font-size:24px} }
.ctaband__text{font-size:12.5px;color:var(--sub);line-height:1.9;margin:10px auto 0;max-width:800px}
@media (min-width:768px){ .ctaband__text{font-size:14px} }
.ctaband__actions{display:flex;flex-direction:column;gap:12px;margin-top:20px}
@media (min-width:600px){ .ctaband__actions{flex-direction:row;justify-content:center;gap:16px} }

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