/* PLai shared design system. Source of truth for the public site shell. */
.pl-unified{--ink:#211d35;--ink2:#3e3a51;--sub:#656175;--purple:#5844ba;--purple-dark:#5844ba;--purple-light:#f3f0fb;--orange:#5844ba;--orange-light:#f8f7fc;--brand:#7560d8;--brand-deep:#5844ba;--line:#e6e2ed;--header-h:84px;background:#fff;color:#211d35;padding-top:84px;font-family:"Noto Sans JP","Hiragino Sans","Yu Gothic",YuGothic,sans-serif;line-height:1.9;-webkit-font-smoothing:antialiased}
html:has(.pl-unified){scroll-padding-top:108px}
.pl-unified > .page{padding-top:0}
.site-header,.site-header *,.site-footer,.site-footer *{box-sizing:border-box}
.site-header{position:fixed;inset:0 0 auto;height:84px;z-index:2000;background:rgba(255,255,255,.98);border-bottom:1px solid #e6e2ed;color:#211d35;font-family:"Noto Sans JP","Hiragino Sans",sans-serif;font-size:13px;line-height:1.6;letter-spacing:.015em}
.site-header__in{max-width:1600px;height:100%;margin:auto;padding:0 32px;display:flex;align-items:center;gap:30px}
.site-logo{display:flex;align-items:center;flex:none;min-width:66px;min-height:48px}
.site-logo img{display:block;width:66px;height:auto;max-width:none}
.site-nav{display:flex;align-items:center;gap:22px;white-space:nowrap}
.site-header a{text-decoration:none;color:inherit}
.site-nav > a,.site-dropdown > a{display:flex;align-items:center;gap:5px;min-height:48px;font-size:13px;font-weight:700;position:relative}
.site-nav > a::after,.site-dropdown > a::after{content:"";position:absolute;height:2px;bottom:3px;left:0;right:0;background:#5844ba;transform:scaleX(0);transform-origin:left;transition:transform .2s}
.site-nav > a:hover::after,.site-nav > a[aria-current]::after,.site-dropdown > a:hover::after{transform:scaleX(1)}
.site-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex:none}
.site-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:48px;padding:12px 23px;border:1px solid transparent;border-radius:999px;text-decoration:none;font:700 13px/1.6 "Noto Sans JP","Hiragino Sans",sans-serif;letter-spacing:.02em;transition:background .2s,transform .2s;color:#211d35;cursor:pointer;white-space:normal;text-align:center}
.site-button--primary,.site-header .site-button--primary{background:#5844ba;color:#fff}
.site-button--primary:hover{background:#443397;color:#fff;transform:translateY(-1px)}
.site-button--soft{background:#f0ecfb;color:#5844ba}
.site-button--soft:hover{background:#e8e1f8}
.site-button--outline{border-color:#d9d2e9;background:#fff;color:#211d35}
.site-button--outline:hover{background:#f6f3fc;border-color:#5844ba}
.site-header a:focus-visible,.site-header button:focus-visible,.site-footer a:focus-visible,.site-button:focus-visible,.service-nav a:focus-visible,.pl-orbit button:focus-visible{outline:3px solid #8b7cce;outline-offset:4px}
.site-dropdown{position:relative}
.site-dropdown__panel{position:absolute;top:100%;left:-24px;min-width:262px;background:#fff;border:1px solid #e6e2ed;border-radius:16px;padding:10px;box-shadow:0 18px 36px #211d3510;display:none}
.site-dropdown:hover .site-dropdown__panel,.site-dropdown:focus-within .site-dropdown__panel{display:block}
.site-dropdown__panel a{display:flex;align-items:center;min-height:46px;padding:10px 14px;font-size:13px;font-weight:700;border-radius:8px}
.site-dropdown__panel a:hover{background:#f5f2fc;color:#5844ba}
.site-menu-toggle{display:none;width:46px;height:46px;flex:none;border:1px solid #e6e2ed;border-radius:50%;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;padding:0}
.site-menu-toggle span{display:block;width:18px;height:2px;background:#211d35;transition:transform .2s}
.site-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.site-menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.site-menu[hidden]{display:none!important}
.site-menu{background:#fff;border-bottom:1px solid #e6e2ed;box-shadow:0 20px 40px #211d3510;padding:16px 28px 28px;max-height:calc(100dvh - 100px);overflow:auto}
.site-menu__links{max-width:800px;margin:0 auto 24px;display:grid;grid-template-columns:1fr 1fr;column-gap:32px}
.site-menu__links a{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:10px 0;font-size:14px;font-weight:700;border-bottom:1px solid #eeeaf4}
.site-menu__links a::after{content:"→";color:#5844ba;margin-left:8px}
.site-menu > .site-button{display:flex;max-width:800px;margin:auto}
.site-footer{background:#171326;color:#fff;margin-top:72px;font-family:"Noto Sans JP","Hiragino Sans",sans-serif;text-align:left;font-size:14px;line-height:1.9;letter-spacing:.02em}
.site-footer__in{max-width:1320px;margin:auto;padding:64px 40px 44px;display:grid;grid-template-columns:1fr 1.7fr;gap:64px}
.site-footer__brand img{width:88px;height:auto;filter:brightness(0) invert(1);margin:0 0 24px;display:block}
.site-footer__brand p{font-size:27px;font-weight:700;line-height:1.65;margin:0 0 24px;color:#fff}
.site-footer__brand small{font-size:12px;line-height:2;color:#bdb6cf}
.site-footer__nav{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:26px}
.site-footer__nav h2{font-size:12px!important;line-height:1.6!important;letter-spacing:.16em;color:#b5a8dd;margin:0 0 16px!important;font-weight:700!important}
.site-footer__nav a{display:flex;align-items:center;min-height:40px;padding:5px 0;font-size:12px;line-height:1.8;color:#eee9f7;text-decoration:none}
.site-footer a:hover{color:#cdbfff;text-decoration:underline;text-underline-offset:5px}
.site-footer__nav h2.site-footer__contact{margin-top:24px!important}
.site-footer__legal{max-width:1320px;margin:auto;padding:28px 40px 38px;border-top:1px solid #ffffff1f;color:#bdb6cf}
.site-footer__legal > div{display:flex;flex-wrap:wrap;gap:8px 26px;margin-bottom:18px}
.site-footer__legal a{display:inline-flex;align-items:center;min-height:32px;font-size:12px;text-decoration:none;color:#e1dbea}
.site-footer__legal p{font-size:11px;line-height:1.9;color:#bdb6cf;margin:0 0 18px}
.site-footer__legal small{font-size:11px}

/* Existing pages retain their content, with shared typography and spacing. */
.pl-unified .pl-hero{max-width:1200px;padding:60px 32px 54px;margin:0 auto}
.pl-unified .pl-hero .eyebrow{color:#5844ba;font-size:12px;font-weight:700;letter-spacing:.14em;margin-bottom:20px;line-height:1.8}
.pl-unified .pl-hero h1{font-size:clamp(34px,4.3vw,54px);line-height:1.4;font-weight:800;color:#211d35;letter-spacing:-.02em;text-wrap:balance}
.pl-unified .pl-hero h1 em,.pl-unified .pl-section h2 em{color:#5844ba;background:none;-webkit-text-fill-color:currentColor;font-style:normal}
.pl-unified .pl-hero p.lead{font-size:16px;line-height:2;color:#656175;max-width:730px;margin-top:24px}
.pl-unified .pl-badges{gap:8px;margin-top:24px}
.pl-unified .pl-badges span{font-size:11px;line-height:1.8;padding:6px 12px;background:#f1edf9;color:#5b507b;border:0;box-shadow:none}
.pl-unified .pl-section{max-width:1200px;padding:56px 32px;margin:0 auto}
.pl-unified .pl-section > h2{font-size:clamp(25px,3vw,36px);line-height:1.55;font-weight:800;letter-spacing:-.015em;color:#211d35;margin-bottom:14px;text-wrap:balance}
.pl-unified .pl-section h2 + p.sub{font-size:14px;line-height:1.95;color:#656175;margin-bottom:28px}
.pl-unified .pl-card{border:1px solid #e6e2ed;border-radius:18px;box-shadow:none;padding:28px;background:#fff}
.pl-unified .pl-card h3{font-size:18px;line-height:1.75;color:#211d35}
.pl-unified .pl-card p{font-size:14px;line-height:1.95;color:#656175}
.pl-unified .pl-card .num{color:#5844ba}
.pl-unified .pl-grid{gap:22px}
.pl-unified .pl-dark{background:#f4f1fb;color:#211d35;border:1px solid #e6e0f1;border-radius:22px;max-width:1136px;margin:42px auto;padding:48px 36px}
.pl-unified .pl-dark h2{font-size:clamp(25px,3vw,36px);line-height:1.6;color:#211d35}
.pl-unified .pl-dark p{font-size:15px;line-height:1.95;color:#656175;text-wrap:balance}
.pl-unified .pl-dark a.btn{background:#5844ba;color:#fff;box-shadow:none;font-size:14px;padding:14px 30px;min-height:50px;line-height:1.7}
.pl-unified .pl-flow .pl-card::before{background:none;-webkit-text-fill-color:#5844ba;color:#5844ba}
.pl-unified .pl-table{box-shadow:none;border:1px solid #e6e2ed;border-radius:14px}
.pl-unified .pl-table th{background:#f4f1fa;color:#3e3658}
.pl-unified .pl-shot figcaption{font-size:13px;line-height:1.9;color:#656175}
.service-hero-band{background:linear-gradient(110deg,#fcfbff,#f7f5fc);border-bottom:1px solid #e6e2ed}
.pl-unified .pl-hero.service-hero{display:grid!important;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:54px!important;align-items:center;min-height:500px;padding-top:58px;padding-bottom:54px}
.service-hero > div{min-width:0!important}
.service-hero .service-copy{min-width:0}
.service-hero .pl-badges{margin-top:22px}
.service-hero .pl-badges span:first-child{flex-basis:100%;background:transparent;padding-left:0;color:#656175;font-weight:500;letter-spacing:0}
.service-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.service-visual{position:relative;min-width:0;padding:18px 12px 32px 0;isolation:isolate}
.service-visual::before{content:"";position:absolute;inset:0 0 10px 24px;border-radius:26px;background:#eae4f8;z-index:-1}
.service-visual__main{display:block;width:100%;height:300px;object-fit:cover;object-position:center;border-radius:20px;border:5px solid #fff;box-shadow:0 12px 30px #30244312}
.service-visual__inset{position:absolute;bottom:0;left:-25px;width:55%;height:146px;object-fit:cover;border:5px solid #fff;border-radius:13px;box-shadow:0 8px 24px #211d3514;background:#fff}
.service-visual__label{position:absolute;right:22px;bottom:13px;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e6e2ed;border-radius:999px;background:#fff;font-size:11px;font-weight:700;color:#5844ba}
.service-visual__label::before{content:"";width:5px;height:5px;border-radius:50%;background:#5844ba}
.service-nav{border-bottom:1px solid #e6e2ed;background:#fff}
.service-nav__in{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;max-width:1200px;margin:auto;padding:0 32px;overflow-x:auto}
.service-nav a{display:flex;align-items:center;gap:9px;padding:19px 12px;min-height:72px;border-bottom:3px solid transparent;text-decoration:none;font-size:12px;font-weight:700;line-height:1.6;color:#656175}
.service-nav a span{font-size:11px;color:#9a8cba;font-weight:500}
.service-nav a[aria-current=page]{border-bottom-color:#5844ba;color:#5844ba;background:#faf8fe}
.service-nav a:hover{color:#5844ba;background:#faf8fe}
.pl-unified .service-card-media{aspect-ratio:16/10;object-fit:cover;border-radius:12px;width:100%;margin:0 0 20px}
.pl-unified .md-head,.pl-unified .art-head{padding-top:48px}
.pl-unified .md-head h1 em,.pl-unified .art-head h1 em{color:#5844ba;background:none;-webkit-text-fill-color:currentColor}
.pl-unified .message__pageTtl{color:#fff}
.camp-story{max-width:1136px;margin:24px auto 60px;border:1px solid #e6e2ed;background:#faf8fe;border-radius:18px;padding:0 28px}
.camp-story > summary{font-size:16px;font-weight:700;padding:22px 0;cursor:pointer;color:#5844ba;line-height:1.8}
.camp-story__body{padding:8px 0 28px;display:grid;grid-template-columns:1fr 1fr;gap:18px 28px}
.camp-story__body p{font-size:15px;line-height:1.95;color:#656175;margin:0}
.camp-story__body em{font-style:normal;color:#5844ba;font-weight:700}
.camp-story__body h2{font-size:24px;line-height:1.6;color:#211d35;margin:0}
.camp-story__body img{width:120px;height:auto}
.camp-story__body .op-chips{display:flex;flex-wrap:wrap;gap:8px}
.camp-story__body .op-chips span{font-size:12px;padding:6px 12px;border-radius:30px;background:#eee8f9}
.pl-unified.camp-page [class$='-eyebrow']{color:#5844ba!important}
.pl-unified.camp-page #agi-contents,.pl-unified.camp-page #agi-mobile,.pl-unified.camp-page #agi-mentor,.pl-unified.camp-page #agi-perks,.pl-unified.camp-page #agi-offkai,.pl-unified.camp-page #agi-team30{background:#fff;color:#211d35}
.pl-unified.camp-page #agi-contents,.pl-unified.camp-page #agi-team30,.pl-unified.camp-page #agi-offkai{background:#f8f6fc}
.pl-unified.camp-page :is(.acx-in,.amx-in,.apx-in,.atx-in,.afx-in,.aox-in){max-width:1200px}
.pl-unified.camp-page :is(.acx-in,.amx-in,.apx-in,.atx-in,.afx-in,.aox-in) h2{font-size:clamp(27px,3.2vw,40px);line-height:1.55;color:#211d35}
.pl-unified.camp-page :is(.acx-in,.amx-in,.apx-in,.atx-in,.afx-in,.aox-in) h2 em{color:#5844ba;background:none;-webkit-text-fill-color:currentColor}
.pl-unified.camp-page :is(.amx-card,.acx-card){border-color:#e6e2ed;box-shadow:none}

/* Reference choreography: entire photos move through three physical positions. */
.pl-unified.home-page .kv{background:#fff;padding-top:38px;padding-bottom:36px;min-height:700px}
.pl-unified.home-page .kv__bgi,.pl-unified.home-page .kv__shade{background:none;opacity:0}
.pl-unified.home-page .kv::before,.pl-unified.home-page .kv::after{content:none}
.pl-unified.home-page .kv__in{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:0 24px;min-height:624px}
.pl-unified.home-page .kv__visual{align-self:center;width:100%;margin:0}
.pl-unified.home-page .kv h1{font-size:clamp(36px,3.05vw,49px);line-height:1.47}
.pl-unified.home-page .kv h1 .line:first-child{font-size:1.1em;margin-bottom:20px}
.pl-unified.home-page .kv-tags{margin-bottom:24px}
.pl-unified.home-page .kv-tags li{background:#f3f0fa;font-size:11px}
.pl-unified.home-page .kv__lede{font-size:14px;line-height:2}
.pl-orbit{width:100%;max-width:440px;margin:0 auto;isolation:isolate;color:#211d35}
.pl-orbit__stage{position:relative;aspect-ratio:.79;overflow:hidden;isolation:isolate}
.pl-orbit__card{position:absolute;left:22%;top:25%;width:56%;height:50%;margin:0;border-radius:17px;overflow:hidden;transform-origin:center;transition:transform 1000ms cubic-bezier(.22,.72,.18,1),opacity 600ms;will-change:transform;background:#f2eff6;z-index:1}
.pl-orbit__card[data-place=center]{transform:translate(0,0) scale(1);z-index:3;opacity:1}
.pl-orbit__card[data-place=top]{transform:translate(57%,-68%) scale(.62);z-index:1;opacity:1}
.pl-orbit__card[data-place=bottom]{transform:translate(57%,68%) scale(.62);z-index:2;opacity:1}
.pl-orbit__card img{width:100%;height:100%;object-fit:cover;display:block;object-position:50% 40%;transition:filter .6s}
.pl-orbit__card figcaption{position:absolute;bottom:0;left:0;right:0;padding:28px 12px 13px;background:linear-gradient(transparent,#17132685);color:#fff;font-size:12px;line-height:1.6;font-weight:700;transition:opacity .4s}
.pl-orbit__card:not([data-place=center]) figcaption{opacity:0}
.pl-orbit__phone{position:absolute;left:0;top:33%;width:34%;height:44%;border:3px solid #c9c8cf;border-radius:24px;box-shadow:0 0 0 1px #ecebee,0 14px 24px #211d3526;background:#fff;padding:5px;z-index:5;transform:rotate(-3deg);transition:transform .7s cubic-bezier(.22,.72,.18,1)}
.pl-orbit.is-changing .pl-orbit__phone{transform:translateY(9px) rotate(1deg)}
.pl-orbit__screen{width:100%;height:100%;border-radius:16px;overflow:hidden;position:relative;background:#f4f4f7}
.pl-orbit__screen img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:top;opacity:0;transform:translateY(12px);transition:opacity .55s .22s,transform .8s .14s}
.pl-orbit__screen img.is-active{opacity:1;transform:translateY(0)}
.pl-orbit__island{position:absolute;left:35%;top:10px;width:30%;height:8px;border-radius:999px;background:#171326;z-index:2}
.pl-orbit__home{position:absolute;left:32%;bottom:8px;width:36%;height:3px;border-radius:99px;background:#17132680}
.pl-orbit__brand{position:absolute;left:72%;top:25%;transform:translate(-12px,-12px);z-index:6;width:44px;height:44px;border-radius:12px;background:#211d35;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 14px #211d3520}
.pl-orbit__brand img{width:30px;height:auto;filter:brightness(0) invert(1)}
.pl-orbit__caption{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:18px 0 0}
.pl-orbit__caption b{font-size:12px;line-height:1.8;display:block;color:#211d35;font-weight:700}
.pl-orbit__caption small{font-size:11px;line-height:1.8;color:#7a738b;display:block}
.pl-orbit__controls{display:flex;align-items:center;gap:5px;flex:none}
.pl-orbit__controls button{padding:0;width:30px;height:30px;border:1px solid #e6e2ed;border-radius:50%;background:#fff;color:#5844ba;font-size:13px;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center}
.pl-orbit__controls button:hover{background:#f0ecfb}
.pl-orbit__controls [data-orbit-pause]{background:#5844ba;color:#fff;border-color:#5844ba;margin-left:3px}
.pl-orbit__controls span{font:500 10px/1.5 sans-serif;color:#656175;white-space:nowrap}
.pl-orbit__facts{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:20px;padding-top:16px;border-top:1px solid #e6e2ed;font-size:11px;line-height:1.8}
.pl-orbit__facts b{font-size:15px;color:#5844ba;margin-right:5px}
.pl-orbit__note{font-size:11px;color:#7a738b;line-height:1.8;margin-top:8px}

@media(min-width:1500px){.pl-unified.home-page .kv{padding-top:52px;padding-bottom:48px}.pl-unified.home-page .kv h1{font-size:54px}}
@media(max-width:1400px) and (min-width:1280px){.site-header__in{gap:24px}.site-nav{gap:16px}.site-nav > a,.site-dropdown > a{font-size:12px}.site-actions .site-button{font-size:12px;padding-inline:18px}.pl-unified.home-page .kv h1{font-size:40px}.pl-orbit__caption{flex-direction:column;align-items:flex-start}.pl-orbit__controls{align-self:flex-end}}
@media(max-width:1279px){.site-nav{display:none}.site-menu-toggle{display:flex}.pl-unified.home-page .kv{min-height:680px}.pl-unified.home-page .kv__in{min-height:604px;gap:0 40px;grid-template-columns:1.08fr 1fr}.pl-unified.home-page .kv h1{font-size:clamp(36px,4.2vw,48px)}.site-footer__legal{padding-bottom:106px}.pl-unified .pl-dark,.camp-story{margin-left:32px;margin-right:32px}}
@media(max-width:880px){.pl-unified{padding-top:72px;--header-h:72px}.site-header{height:72px}.site-header__in{padding:0 24px;gap:16px}.site-logo{min-width:56px}.site-logo img{width:56px}.site-actions .site-button--soft{display:none}.site-actions .site-button{min-height:44px;font-size:12px;padding:10px 17px}.site-menu-toggle{width:44px;height:44px}.site-menu{max-height:calc(100dvh - 86px)}.site-footer__in{grid-template-columns:1fr;padding:48px 28px 36px;gap:36px}.site-footer__nav{gap:28px}.site-footer__brand p{font-size:26px}.site-footer__brand img{width:74px}.site-footer__legal{padding-inline:28px}.pl-unified .pl-hero.service-hero{gap:30px!important;min-height:400px;grid-template-columns:1.15fr 1fr;padding-top:40px;padding-bottom:40px}.pl-unified .pl-hero h1{font-size:36px}.pl-unified .pl-hero p.lead{font-size:14px}.service-visual__main{height:250px}.service-visual__inset{height:115px;left:-12px}.service-visual__label{font-size:10px;right:10px;padding:6px 9px}.service-nav__in{grid-template-columns:repeat(5,minmax(150px,1fr));padding-inline:24px}.service-nav a{min-height:66px;padding:14px 10px}.pl-unified .pl-section{padding:44px 28px}.pl-unified.home-page .kv{min-height:0;padding-top:32px}.pl-unified.home-page .kv__in{min-height:0;gap:0 26px;grid-template-columns:1fr 1fr;grid-template-areas:"head visual" "rest rest"}.pl-unified.home-page .kv h1{font-size:clamp(28px,4.1vw,36px)}.pl-unified.home-page .kv__rest{margin-top:24px}.pl-orbit__caption{flex-direction:column;align-items:flex-start}.pl-orbit__controls{align-self:flex-end}.pl-orbit__facts{gap:5px 14px}.pl-orbit__card figcaption{font-size:11px}.pl-orbit__phone{border-radius:20px;padding:4px}.pl-orbit__screen{border-radius:13px}.pl-orbit__brand{width:36px;height:36px;border-radius:9px}.pl-orbit__brand img{width:24px}}
@media(max-width:600px){.site-header__in{padding:0 20px;gap:12px}.site-actions{gap:10px}.site-actions .site-button{font-size:11px;padding-inline:13px;gap:8px}.site-actions .site-button span{display:none}.site-menu{padding:12px 22px 24px}.site-menu__links{column-gap:20px;margin-bottom:22px}.site-menu__links a{font-size:13px}.site-footer{margin-top:56px}.site-footer__in{padding:42px 24px 30px}.site-footer__nav{grid-template-columns:1fr 1fr;gap:28px 24px}.site-footer__nav > div:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:24px}.site-footer__nav > div:last-child h2:first-child{grid-column:1/-1}.site-footer__nav a{min-height:44px;font-size:12px}.site-footer__nav h2.site-footer__contact{grid-column:1/-1;margin-top:16px!important}.site-footer__legal{padding:24px 24px 105px}.site-footer__legal > div{column-gap:18px}.site-footer__legal a{font-size:11px}.pl-unified .pl-hero{padding:36px 22px}.pl-unified .pl-hero.service-hero{grid-template-columns:1fr;gap:30px!important;padding:34px 22px 38px}.pl-unified .pl-hero h1{font-size:32px;line-height:1.5;text-wrap:initial}.pl-unified .pl-hero .eyebrow{font-size:11px;margin-bottom:16px}.pl-unified .pl-hero p.lead{font-size:14px;line-height:2;margin-top:18px}.pl-unified .pl-badges span{font-size:11px}.service-hero__actions{gap:10px;margin-top:24px}.service-hero__actions .site-button{font-size:12px;flex:1;padding:12px 13px;min-height:48px}.service-visual{max-width:420px;width:100%;margin:auto;padding:12px 6px 36px}.service-visual__main{height:auto;aspect-ratio:1.5;max-height:280px;border-width:4px;border-radius:16px}.service-visual__inset{left:0;bottom:0;width:48%;height:auto;aspect-ratio:1.5;border-width:4px}.service-visual__label{right:15px;bottom:17px;font-size:11px}.service-nav__in{padding-inline:12px;grid-template-columns:repeat(5,150px)}.service-nav a{font-size:12px;min-height:64px}.pl-unified .pl-section{padding:40px 22px}.pl-unified .pl-section > h2{font-size:26px;line-height:1.65;text-wrap:initial}.pl-unified .pl-section h2 + p.sub{font-size:13px;line-height:1.9;margin-bottom:24px}.pl-unified .pl-grid{gap:18px}.pl-unified .pl-grid.c2,.pl-unified .pl-grid.c3{grid-template-columns:minmax(0,1fr)}.pl-unified .pl-card{padding:24px;border-radius:16px}.pl-unified .pl-card h3{font-size:18px;line-height:1.7}.pl-unified .pl-card p{font-size:14px;line-height:1.95}.pl-unified .pl-dark{margin:24px 22px;padding:32px 24px}.pl-unified .pl-dark h2{font-size:25px;line-height:1.6}.pl-unified .pl-dark p{font-size:14px}.pl-unified .pl-dark a.btn{padding:13px 21px;font-size:13px;line-height:1.8}.camp-story{margin:22px;padding:0 20px}.camp-story > summary{font-size:14px}.camp-story__body{grid-template-columns:1fr}.camp-story__body p{font-size:14px}.pl-unified .md-head,.pl-unified .art-head{padding-top:34px}.pl-unified.home-page .kv{padding:30px 22px 34px;margin-inline:-22px}.pl-unified.home-page .kv__in{grid-template-columns:1fr;grid-template-areas:"head" "visual" "rest";gap:0}.pl-unified.home-page .kv h1{font-size:clamp(30px,8.2vw,41px);line-height:1.46}.pl-unified.home-page .kv h1 .line:first-child{font-size:1.1em;margin-bottom:12px}.pl-unified.home-page .kv-tags{margin-bottom:22px}.pl-unified.home-page .kv__visual{margin:22px 0 0}.pl-orbit{max-width:390px}.pl-orbit__stage{aspect-ratio:1.06}.pl-orbit__card{left:27%;top:21%;width:47%;height:63%;border-radius:14px}.pl-orbit__card[data-place=top]{transform:translate(60%,-90%) scale(.64)}.pl-orbit__card[data-place=bottom]{transform:translate(60%,94%) scale(.64)}.pl-orbit__phone{left:8%;top:34%;width:30%;height:59%;border-radius:21px;border-width:2px;padding:4px;transform:rotate(-3deg)}.pl-orbit__brand{left:71%;top:22%;width:35px;height:35px}.pl-orbit__caption{flex-direction:row;align-items:center;margin-top:17px;gap:8px}.pl-orbit__caption b{font-size:11px}.pl-orbit__caption small{font-size:11px}.pl-orbit__controls{gap:4px;align-self:center}.pl-orbit__controls span{display:none}.pl-orbit__controls button{width:28px;height:28px}.pl-orbit__facts{justify-content:flex-start;margin-top:17px;padding-top:13px;font-size:11px;gap:16px}.pl-orbit__facts b{font-size:15px}.pl-orbit__note{font-size:11px}.pl-unified.home-page .kv__rest{margin-top:24px}.pl-unified.home-page .kv__lede{font-size:14px;line-height:2}}
@media(max-width:359px){.site-header__in{padding-inline:16px;gap:8px}.site-actions{gap:8px}.site-logo{min-width:50px}.site-logo img{width:50px}.site-actions .site-button{font-size:11px;padding-inline:10px}.pl-unified .pl-hero.service-hero,.pl-unified .pl-hero,.pl-unified .pl-section{padding-inline:18px}.pl-unified .pl-hero h1{font-size:29px}.pl-unified.home-page .kv{padding-inline:18px;margin-inline:-18px}.pl-unified.home-page .kv h1{font-size:29px}.service-hero__actions{flex-direction:column}.service-visual__label{font-size:10px;right:8px}.pl-orbit__caption{align-items:flex-start}.pl-orbit__caption b{max-width:162px}.pl-orbit__controls{gap:3px}.pl-orbit__controls button{width:26px;height:26px}.pl-orbit__facts{gap:8px}.pl-orbit__facts b{font-size:14px}.pl-unified .pl-dark,.camp-story{margin-inline:18px}}
@media(prefers-reduced-motion:reduce){.pl-orbit__card,.pl-orbit__phone,.pl-orbit__screen img{transition:none!important}.site-button{transition:none}.pl-orbit.is-changing .pl-orbit__phone{transform:rotate(-3deg)}}

/* Supersede the former floating-header clearance and delayed first paint. */
.pl-unified.home-page .kv__in{grid-template-areas:"copy visual"}
.kv-copy{grid-area:copy;min-width:0}
.pl-unified.home-page .kv__rest{margin-top:26px}
.js .pl-unified.home-page .kv :is(.kv-tags li,h1,h1 .line > span,.kv__lede,.kv__cta,.kv__visual){opacity:1;transform:none;transition:none}
.service-visual__inset[src$='ichi-ceo.webp']{object-position:50% 25%}
.pl-unified .pl-hero.service-hero{padding-top:58px!important;padding-bottom:54px!important}
@media(max-width:880px){.pl-unified.home-page .kv-copy{display:contents}.pl-unified.home-page .kv__in{grid-template-areas:"head visual" "rest rest"}.pl-unified .pl-hero{padding-top:40px!important}.pl-unified .pl-hero.service-hero{padding-top:40px!important;padding-bottom:40px!important}}
@media(max-width:600px){.pl-unified.home-page .kv__in{grid-template-areas:"head" "visual" "rest"}.pl-unified .pl-hero.service-hero,.pl-unified .pl-hero{padding-top:34px!important;padding-bottom:38px!important}.pl-unified .pl-hero h1{font-size:32px!important}.pl-unified .pl-hero p.lead{font-size:14px!important;margin-top:18px!important}}
@media(max-width:359px){.pl-unified .pl-hero h1{font-size:29px!important}}
.site-footer__nav h2{font-size:13px!important}
.pl-unified .md-head h1{line-height:1.5!important}
.pl-unified.camp-lp-page .page h2{line-height:1.65!important}
.u-keep{white-space:nowrap}
.pl-unified .md-head{padding-top:58px!important}
.pl-unified .md-head p{text-wrap:balance}
@media(max-width:600px){.pl-unified .md-head{padding-top:34px!important}}
.pl-unified .art-head{padding-top:48px!important}
.pl-unified .pl-flow .pl-card{padding:26px 28px 26px 88px}
.pl-unified .pl-flow .pl-card::before{left:26px;top:26px;line-height:1.4}
.pl-unified .pl-card h3,.pl-unified .pl-section p.sub,.pl-unified .pl-shot figcaption{text-wrap:balance}
.pl-unified .pl-shot img{object-fit:contain!important;height:auto!important;aspect-ratio:auto!important}
.service-nav a span{flex-shrink:0;white-space:nowrap}
.pl-unified .message__mainVisual{height:min(620px,calc(100svh - 84px));min-height:430px}
.pl-unified .message__pageHeader{padding:40px;background:linear-gradient(transparent 35%,#151023aa)}
.pl-unified .message__pageTtl{font-family:inherit;font-size:42px;font-weight:700;line-height:1.5}
.pl-unified .message__img img{object-position:center 65%}
.service-related-card{padding:30px 32px;margin-top:28px;background:#f8f6fd;border:1px solid #e6e2ed;border-radius:18px}
.service-related-card .num{display:block;font-size:12px;line-height:1.8;color:#5844ba;font-weight:700;margin-bottom:14px}
.service-related-card h3{font-size:22px;line-height:1.6;margin-bottom:12px}
.service-related-card p{font-size:14px;line-height:2;color:#656175}
.service-list > .pl-card:last-child{grid-column:1/-1;max-width:555px;width:100%;margin-inline:auto}
@media(max-width:720px){.pl-unified .pl-flow .pl-card{padding:64px 24px 24px}.pl-unified .pl-flow .pl-card::before{left:24px;top:20px}}
@media(max-width:600px){.pl-unified .art-head{padding-top:34px!important}.pl-unified .message__mainVisual{height:480px;min-height:0}.pl-unified .message__pageHeader{padding:30px 22px}.pl-unified .message__pageTtl{font-size:32px}.service-related-card{padding:24px}.service-related-card h3{font-size:20px}}
.camp-page ._cardTitle_1gwau_112{text-wrap:balance;overflow-wrap:normal}
@media(max-width:600px){
  .pl-orbit__card[data-place=top]{transform:translate(62%,-54%) scale(.53)}
  .pl-orbit__card[data-place=bottom]{transform:translate(62%,53%) scale(.53)}
  .camp-page ._cardTitle_1gwau_112{font-size:16px!important;line-height:1.65!important}
}

.pl-unified .pl-shot figcaption{line-break:strict;overflow-wrap:normal;word-break:normal}
@media(max-width:600px){.pl-unified .message__img img{object-position:88% 65%}.pl-unified .fl-heroimg + p{text-wrap:balance;text-align:center!important}}

.pl-unified .pl-section h2,.pl-unified .f-note{text-wrap:balance}
@media(max-width:600px){.pl-unified .fl-heroimg{overflow:visible!important;margin-bottom:32px}.pl-unified .fl-heroimg .fm{width:44%!important;right:0!important;bottom:-24px!important}}

.pl-unified .pl-hero p.lead{text-wrap:balance}

.pl-unified .md-card .t{text-wrap:balance}

.pl-unified .art-head h1{line-break:strict;overflow-wrap:normal;word-break:normal;text-wrap:balance}
.pl-unified .lm-tx > b{text-wrap:balance;line-break:strict;overflow-wrap:normal;word-break:normal}

.pl-unified .art-body h2,.pl-unified .art-body h3,.pl-unified .art-body h4,.pl-unified .art-samecat a{text-wrap:balance;line-break:strict;word-break:normal;overflow-wrap:normal}
.art-body th{text-wrap:balance;line-break:strict;word-break:normal;overflow-wrap:normal}
.art-body table .col-sequence{width:3.5em!important;min-width:3.5em!important;max-width:3.5em;padding-left:.7em;padding-right:.7em;white-space:nowrap}
.pl-unified.legal-page h1{text-wrap:balance;line-break:strict}
@media(max-width:359px){.pl-unified .fl-next{padding:28px 20px!important}.pl-unified .fl-next .btn{padding:15px 12px!important;white-space:normal;text-wrap:balance;line-height:1.7}}
.pl-unified .slot-row[hidden]{display:none!important}
