@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');
:root{--ink:#142e49;--muted:#5a6878;--line:#dce2e8;--navy:#102e50;--blue:#245ac1;--paper:#f4f7fa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans JP',sans-serif;color:var(--ink);font-size:16px;line-height:1.9;background:#fff}a{color:inherit;text-decoration:none}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,select:focus-visible{outline:3px solid #148dc1;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.55;letter-spacing:.025em}p{color:var(--muted)}.wrap{max-width:1280px;margin-inline:auto;width:calc(100% - 112px)}.eyebrow{display:block;color:var(--blue);font-family:Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.18em;line-height:1.5;margin-bottom:18px}header{height:104px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:30;background:#fff}.brand{display:inline-flex;gap:11px;align-items:center}.brand-symbol{font-family:Arial,sans-serif;font-size:44px;font-weight:900;letter-spacing:-8px;line-height:1;display:inline-block;width:55px;color:#113d69}.brand-symbol span{font-size:28px;color:#4299b0}.brand-type{font-family:Arial,sans-serif;font-size:16px;font-weight:800;letter-spacing:.07em;line-height:1.5}.brand-type small{display:block;font-family:'Noto Sans JP',sans-serif;font-size:10px;font-weight:500;letter-spacing:.08em}nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}nav a:not(.nav-contact):hover{color:var(--blue)}nav a[aria-current=page]:not(.nav-contact){color:var(--blue)}.nav-contact{background:var(--navy);color:#fff;padding:14px 21px;display:flex;gap:26px}.nav-contact:hover,.button:hover{background:#28577d}.nav-group{display:flex;align-items:center;gap:5px;position:relative}.sub-toggle{background:none;border:0;color:var(--ink);padding:8px;cursor:pointer}.subnav{display:none;position:absolute;top:100%;left:-24px;width:280px;background:#fff;box-shadow:0 14px 32px #102e5020;border-top:3px solid var(--navy);padding:12px}.expanded .subnav{display:block}.subnav a{display:flex;padding:12px;align-items:center;gap:10px}.subnav i{height:6px;width:6px}.menu-button{display:none}.skip{position:absolute;top:-80px}.skip:focus{top:5px;background:#fff;padding:10px;z-index:100}.home-hero{max-width:1600px;margin:auto;display:grid;grid-template-columns:1.08fr 1fr;position:relative}.hero-copy{padding:76px 24px 64px max(56px,calc((100vw - 1280px)/2));background:#fff;position:relative;z-index:2}.hero-copy .eyebrow{font-size:11px}.hero-copy h1{font-size:clamp(36px,3.7vw,58px);line-height:1.65;font-weight:700;letter-spacing:.045em;white-space:nowrap}.hero-copy h1 span{color:#256286}.hero-copy p{margin-top:24px;line-height:2;font-size:15px}.text-link{display:inline-flex;gap:42px;align-items:center;font-size:14px;font-weight:600;border-bottom:1px solid #a5b5c1;padding:0 0 13px}.hero-copy .text-link{margin-top:30px}.text-link span{font-size:22px}.hero-photo{position:relative;min-height:570px;background:#dbe7ed;overflow:hidden}.hero-photo img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:69% center}.hero-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#102b43b3)}.photo-caption{position:absolute;z-index:2;bottom:42px;left:35px;color:white;font-size:18px;font-weight:600;letter-spacing:.08em}.photo-caption small{display:block;font-size:10px;letter-spacing:.2em;margin-top:9px}.hero-bottom{grid-column:1/-1;background:var(--navy);color:white;display:flex;justify-content:space-between;padding:15px max(56px,calc((100vw - 1280px)/2));font-size:12px;letter-spacing:.1em}.hero-bottom span:first-child{font-family:Arial,sans-serif;font-size:11px;letter-spacing:.19em}.business-section{padding-top:70px;padding-bottom:68px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.section-heading .eyebrow{margin-bottom:10px}h2{font-size:30px;letter-spacing:.035em}.section-heading p{font-size:14px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line)}.service-card{padding:25px 23px 20px;border:1px solid var(--line);border-left:0;position:relative;transition:background .2s,transform .2s;background:#fff;display:flex;flex-direction:column}.service-card:before{content:'';height:3px;background:var(--accent);position:absolute;top:-1px;left:22px;right:22px}.service-card:hover{background:#f4f7fa;transform:translateY(-5px)}.card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:34px}.service-no{font-family:Arial,sans-serif;font-size:32px;line-height:1;color:var(--accent);font-weight:400}.card-en{font-family:Arial,sans-serif;font-size:9px;letter-spacing:.055em;color:var(--muted)}.service-card h3{font-size:19px;letter-spacing:0;white-space:nowrap;margin-bottom:14px}.service-card p{font-size:14px;line-height:1.95}.card-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;margin-top:auto;font-size:12px;font-weight:600}.circle-arrow{display:grid;place-items:center;border:1px solid #d3dce5;width:34px;height:34px;border-radius:50%;font-size:18px}.about-strip{padding:45px 0 55px;border-top:1px solid var(--line)}.about-strip .eyebrow{margin-bottom:10px}.about-strip p{margin:20px 0 24px;font-size:15px}.contact-band{background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:42px 48px;margin-bottom:75px;gap:30px}.contact-band .eyebrow{color:#a6cce8;margin-bottom:12px}.contact-band h2{font-size:25px}.contact-band p{font-size:14px;color:#c5d3df;margin-top:8px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;background:var(--navy);color:white;padding:16px 26px;font-size:14px;font-weight:600;transition:background .2s}.button.white{background:white;color:var(--ink);min-width:220px}.button.white:hover{background:#e4eef6}.button span{font-size:20px}footer{background:#f1f4f7;padding:54px 4% 0}.footer-main{max-width:1280px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:65px;padding-bottom:48px}.footer-main p{font-size:14px;margin-top:20px}.footer-main .address{font-size:12px;line-height:1.9}.footer-label{display:block;font-family:Arial;font-size:11px;letter-spacing:.12em;color:#66778a;font-weight:700;margin:8px 0 22px}.footer-main>div>a:not(.brand){display:block;font-size:13px;margin:9px 0}.footer-main a:hover{color:var(--blue)}.footer-bottom{max-width:1280px;margin:auto;border-top:1px solid #d6dee5;padding:18px 0;display:flex;justify-content:space-between;font-family:Arial;font-size:10px;letter-spacing:.07em;color:#66778a}.page-intro{padding:0 0 55px}.breadcrumb{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:#6b7888;padding-top:25px;padding-bottom:48px}.breadcrumb a:hover{text-decoration:underline}.page-intro h1{font-size:48px;margin-bottom:20px}.page-intro>p{max-width:750px}.all-services{padding-bottom:90px}.detail-hero{display:grid;grid-template-columns:1.25fr 1fr;gap:8%;padding-bottom:75px}.detail-hero .eyebrow{color:var(--accent);margin-bottom:15px}.detail-name{font-size:18px;color:var(--accent);font-weight:600;margin-bottom:25px}.detail-hero h1{font-size:43px;line-height:1.65}.detail-copy{margin:25px 0 28px;max-width:580px}.service-poster{background:var(--paper);border-top:5px solid var(--accent);padding:35px;display:flex;flex-direction:column;justify-content:space-between;min-height:460px}.poster-number{font-size:120px;line-height:1;font-family:Arial;font-weight:300;color:var(--accent);opacity:.65}.service-poster>div>span{font:11px Arial;letter-spacing:.12em;color:var(--accent)}.service-poster h2{font-size:25px;margin:17px 0}.service-poster ul{list-style:none;padding:0;margin:20px 0 0}.service-poster li{padding:8px 0;border-top:1px solid #d6dee6;font-size:14px}.offer-section{padding:60px 0;border-top:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.feature-grid article{border-top:2px solid var(--accent);padding-top:24px}.feature-number{font:16px Arial;color:var(--accent)}.feature-grid h3{margin:16px 0;font-size:20px}.feature-grid p{font-size:15px}.consult-box{background:var(--paper);padding:38px 40px}.consult-box h2{font-size:24px}.consult-box p{margin:16px 0 24px}.resource-links{padding-top:45px}.resource-links h2{font-size:22px;margin-bottom:20px}.resource-links a{display:inline-block;border-bottom:1px solid #bdcbd8;padding:12px 0;margin-right:35px;font-size:14px}.other-services{padding:60px 0}.other-services h2{font-size:25px;margin-bottom:24px}.other-services>div{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.other-services a{display:flex;align-items:center;gap:15px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:23px 0;font-size:15px}.other-services a span{font-family:Arial;color:#718297}.other-services a b{margin-left:auto}.philosophy{background:var(--navy);color:#fff;padding:55px;display:grid;grid-template-columns:1fr 1.25fr;gap:0 70px}.philosophy>.eyebrow{grid-column:1/-1;color:#9abce1}.philosophy h2{font-size:40px}.philosophy h3{font-size:21px}.philosophy p{color:#ced9e4;font-size:15px;margin:15px 0 30px}.philosophy div .eyebrow{color:#9abce1;margin-top:35px}.company-table{max-width:1050px;padding-top:75px;padding-bottom:75px}.company-table dl{margin:30px 0}.company-table dl>div{display:grid;grid-template-columns:210px 1fr;border-top:1px solid var(--line);padding:22px 0}.company-table dl>div:last-child{border-bottom:1px solid var(--line)}dt{font-weight:600;font-size:14px}dd{margin:0;color:var(--muted);font-size:15px;line-height:2}.contact-content{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;padding-bottom:85px}.contact-online{padding:36px;background:var(--paper)}.contact-content h2{font-size:24px;margin-bottom:25px}.contact-online label{display:block;font-size:14px;margin:22px 0 9px}select{width:100%;background:#fff;color:var(--ink);border:1px solid #bac6d0;padding:14px;font-size:16px;border-radius:0}.contact-online p{font-size:14px;margin:20px 0}.contact-online .note{font-size:12px;line-height:1.9;margin-bottom:0}.contact-phone{padding:36px 0}.phone-number{display:block;font:40px Arial;font-weight:500;margin-bottom:15px}.contact-address{border-top:1px solid var(--line);padding-top:25px;margin-top:25px;font-size:14px;color:var(--muted)}
@media(min-width:1500px){.hero-copy{padding-left:85px}.hero-bottom{padding-inline:85px}}@media(max-width:1180px){header{padding-inline:25px}nav{gap:18px}.brand-type{font-size:14px}.wrap{width:calc(100% - 64px)}.hero-copy{padding-left:32px}.hero-copy h1{font-size:41px}.hero-photo{min-height:540px}.hero-bottom{padding-inline:32px}.service-card{padding-inline:16px}.service-card h3{font-size:16px}.card-en{font-size:8px}.detail-hero h1{font-size:37px}.contact-band h2{font-size:23px}}@media(max-width:960px){header{height:84px}.menu-button{display:flex;gap:18px;align-items:center;background:white;border:1px solid var(--line);padding:8px 14px;font-size:13px}nav{display:none;position:absolute;top:84px;left:0;right:0;background:white;padding:24px 30px;box-shadow:0 12px 18px #102e5015;align-items:stretch;gap:10px}nav.open{display:flex;flex-direction:column}nav>a{padding:10px}.nav-group{flex-wrap:wrap;justify-content:space-between}.subnav{position:static;width:100%;box-shadow:none;border:0;padding:0 0 0 18px}.subnav a{font-size:14px}.hero-copy h1{font-size:34px}.hero-copy .eyebrow{font-size:9px}.hero-copy{padding-top:60px}.hero-photo{min-height:520px}.hero-copy p{font-size:14px}.photo-caption{left:20px;font-size:14px}.service-grid{grid-template-columns:repeat(2,1fr);row-gap:22px}.service-card h3{font-size:22px}.card-en{font-size:10px}.service-card{padding:24px}.card-top{margin-bottom:25px}.section-heading h2{font-size:26px}.section-heading p{font-size:13px}.detail-hero{gap:5%;grid-template-columns:1.2fr 1fr}.detail-hero h1{font-size:31px}.detail-copy{font-size:15px}.service-poster{padding:25px}.service-poster h2{font-size:21px}.poster-number{font-size:95px}.other-services>div{grid-template-columns:1fr}.contact-band{padding:32px}.contact-band h2{font-size:20px}.contact-band .button{min-width:180px;gap:20px}.philosophy{gap:20px 35px;padding:35px}.philosophy h2{font-size:32px}.footer-main{gap:35px}.contact-content{gap:30px}.phone-number{font-size:32px}}
@media(max-width:640px){body{font-size:16px}.wrap{width:calc(100% - 40px)}header{height:76px;padding-inline:20px}.brand-symbol{font-size:37px;width:45px}.brand-symbol span{font-size:23px}.brand-type{font-size:12px;letter-spacing:.025em}.brand-type small{font-size:8px}.brand{gap:7px}.menu-button{padding:7px 9px;font-size:12px;gap:8px}nav{top:76px}.home-hero{display:flex;flex-direction:column}.hero-copy{padding:38px 24px 32px}.hero-copy .eyebrow{font-size:9px;letter-spacing:.12em}.hero-copy h1{font-size:clamp(29px,8.8vw,41px);line-height:1.6;white-space:normal;letter-spacing:.03em}.hero-copy p{font-size:14px;line-height:2;margin-top:18px}.hero-copy .text-link{margin-top:20px;font-size:13px;padding-bottom:8px}.hero-photo{min-height:270px}.hero-photo img{object-position:65% 46%}.photo-caption{bottom:20px;left:24px;font-size:14px}.photo-caption small{font-size:9px}.hero-bottom{padding:12px 24px}.hero-bottom span:first-child{font-size:9px;letter-spacing:.08em}.hero-bottom span:last-child{display:none}.business-section{padding:42px 0}.section-heading{display:block;margin-bottom:26px}.section-heading h2{font-size:24px}.section-heading p{font-size:14px;margin-top:16px}.eyebrow{font-size:11px;margin-bottom:12px}.service-grid{gap:14px;border:0}.service-card{padding:19px 14px 14px;border:1px solid var(--line)}.service-card:before{left:14px;right:14px}.card-top{display:block;margin-bottom:18px}.service-no{font-size:28px}.card-en{display:block;font-size:8px;letter-spacing:.015em;margin-top:12px;min-height:20px}.service-card h3{font-size:17px;white-space:normal;line-height:1.65;min-height:56px;overflow-wrap:anywhere}.service-card p{font-size:14px;line-height:1.9}.card-bottom{font-size:12px;padding-top:20px;gap:8px}.circle-arrow{width:29px;height:29px;flex-shrink:0}.about-strip{padding:32px 0 40px}.about-strip h2{font-size:24px}.about-strip p{font-size:15px}.about-strip p br{display:none}.contact-band{display:block;padding:28px 24px;margin-bottom:40px}.contact-band h2{font-size:23px}.contact-band p{font-size:14px}.contact-band .button{margin-top:23px;min-width:215px}footer{padding:36px 24px 0}.footer-main{grid-template-columns:1fr 1fr;gap:25px 20px;padding-bottom:25px}.footer-main>div:first-child{grid-column:1/-1}.footer-main .brand-type{font-size:14px}.footer-main>div>a:not(.brand){font-size:12px}.footer-label{font-size:10px;margin-bottom:15px}.footer-bottom{font-size:9px}.footer-bottom span:last-child{display:none}.breadcrumb{font-size:11px;padding-top:20px;padding-bottom:32px;gap:8px}.page-intro{padding-bottom:32px}.page-intro h1{font-size:36px}.page-intro>p{font-size:15px}.all-services{padding-bottom:40px}.detail-hero{display:block;padding-bottom:35px}.detail-name{font-size:16px;margin-bottom:18px}.detail-hero h1{font-size:32px}.detail-copy{font-size:16px}.detail-hero .button{font-size:14px;gap:20px}.service-poster{margin-top:32px;min-height:0;display:grid;grid-template-columns:65px 1fr;gap:20px;padding:24px 20px}.poster-number{font-size:64px}.service-poster h2{font-size:21px}.service-poster>div>span{font-size:9px}.service-poster li{font-size:13px}.offer-section{padding:35px 0}.feature-grid{grid-template-columns:1fr;gap:28px}.feature-grid h3{font-size:20px}.feature-grid p{font-size:16px}.consult-box{padding:28px 24px}.consult-box h2{font-size:23px}.consult-box p{font-size:16px}.resource-links{padding-top:30px}.resource-links a{display:block;margin:0;padding-block:16px}.other-services{padding:35px 0}.other-services a{font-size:14px}.other-services h2{font-size:24px}.philosophy{display:block;padding:30px 25px}.philosophy h2{font-size:33px;margin-bottom:30px}.philosophy h3{font-size:21px}.philosophy p{font-size:16px}.company-table{padding:40px 0}.company-table dl>div{display:block;padding:18px 0}dt{margin-bottom:9px}dd{font-size:14px;overflow-wrap:anywhere}.contact-content{display:block;padding-bottom:40px}.contact-online{padding:25px 20px}.contact-content h2{font-size:23px}.contact-phone{padding:35px 0 0}.phone-number{font-size:36px}.note{overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.brand-logo{width:56px;height:50px;object-fit:contain}@media(max-width:640px){.brand-logo{width:42px;height:38px}}
.nepal-link{display:inline-flex;align-items:center;gap:16px;padding:12px 20px;margin:0 0 28px;border:1px solid #dce2e8;background:#fff;max-width:100%;font-size:14px;font-weight:600;transition:background .2s,border-color .2s}.nepal-link:hover{background:#f4f7fa;border-color:#2158be}.nepal-link img{width:44px;height:54px;object-fit:contain;flex-shrink:0}.nepal-link small{display:block;font-size:12px;font-weight:400;color:#5a6878;margin-top:3px}@media(max-width:640px){.nepal-link{padding:12px 14px;gap:12px;font-size:14px}}
.aiueo{padding:0 0 50px}.aiueo h2{font-size:26px;margin-bottom:18px}.aiueo p{font-size:16px;line-height:2.2}.aiueo strong{color:var(--ink);font-weight:700}@media(max-width:640px){.aiueo{padding-bottom:32px}.aiueo h2{font-size:22px}.aiueo p br{display:none}}
.aiueo-reveal.is-waiting{opacity:0;transform:translateY(14px)}.aiueo-reveal.is-revealing{animation:aiueo-appear 2.8s cubic-bezier(.22,.61,.36,1) .15s both}@keyframes aiueo-appear{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.aiueo-reveal.is-waiting,.aiueo-reveal.is-revealing{opacity:1;transform:none;animation:none}}
/* Consistent button hover feedback */
:is(.button,.nav-contact,.text-link,.menu-button,.sub-toggle,.nepal-link){transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}
@media(hover:hover) and (pointer:fine){
:is(.button,.nav-contact,.menu-button,.sub-toggle,.nepal-link):hover{transform:translateY(-3px);box-shadow:0 8px 18px rgba(16,46,80,.15)}
:is(.button,.nav-contact):hover{background-color:#245ac1;color:#fff}
.button.white:hover{background-color:#e4eefb;color:#164c9d}
:is(.menu-button,.sub-toggle,.nepal-link):hover{background-color:#eaf1fb;color:#164c9d;border-color:#91b1df}
.text-link:hover{color:#245ac1;border-color:#245ac1;transform:translateY(-3px)}
:is(.button,.nav-contact,.text-link,.menu-button,.sub-toggle,.nepal-link):active{transform:translateY(-1px);box-shadow:none}
}
@media(prefers-reduced-motion:reduce){:is(.button,.nav-contact,.text-link,.menu-button,.sub-toggle,.nepal-link):hover,:is(.button,.nav-contact,.text-link,.menu-button,.sub-toggle,.nepal-link):active{transform:none;transition:none}}
/* Extend visible hover feedback to all navigation and content links. */
.text-link{padding:10px 14px;border:1px solid #a5b5c1;background:#fff}
.hero-copy .text-link{padding:10px 14px}
:is(.service-card,.resource-links a,.other-services a,nav a:not(.nav-contact),.footer-main a:not(.brand),.breadcrumb a,.company-table dd a,.phone-number){transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}
:is(.breadcrumb a,.company-table dd a){display:inline-block}
@media(hover:hover) and (pointer:fine){
.text-link:hover{background:#245ac1;color:#fff;border-color:#245ac1;transform:translateY(-3px);box-shadow:0 8px 18px rgba(16,46,80,.15)}
:is(.service-card,.resource-links a,.other-services a):hover{background:#eaf1fb;color:#164c9d;border-color:#91b1df;transform:translateY(-3px);box-shadow:0 8px 18px rgba(16,46,80,.15)}
:is(nav a:not(.nav-contact),.footer-main a:not(.brand),.breadcrumb a,.company-table dd a,.phone-number):hover{background:#eaf1fb;color:#164c9d;transform:translateY(-2px);box-shadow:0 5px 12px rgba(16,46,80,.1)}
:is(.service-card,.resource-links a,.other-services a,nav a:not(.nav-contact),.footer-main a:not(.brand),.breadcrumb a,.company-table dd a,.phone-number):active{transform:none;box-shadow:none}
}
@media(prefers-reduced-motion:reduce){:is(.text-link,.service-card,.resource-links a,.other-services a,nav a:not(.nav-contact),.footer-main a:not(.brand),.breadcrumb a,.company-table dd a,.phone-number):hover{transform:none;transition:none}}
/* Subtle continuous motion for the homepage photograph. */
.hero-photo img{transform-origin:65% 50%;animation:hero-photo-drift 18s ease-in-out infinite alternate}
@keyframes hero-photo-drift{from{transform:scale(1.03) translateX(-.5%)}to{transform:scale(1.10) translateX(.5%)}}
@media(prefers-reduced-motion:reduce){.hero-photo img{animation:none;transform:none}}
/* Four business scenes with a quiet crossfade. */
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.6s ease-in-out;pointer-events:none}
.hero-slide.is-active{opacity:1}
.hero-slide img{object-position:65% center}
.hero-slideshow .photo-caption{bottom:98px;right:24px}
.hero-slideshow .scene-name{font-family:'Noto Sans JP',sans-serif;font-size:12px;letter-spacing:.1em;min-height:23px}
.slideshow-controls{position:absolute;z-index:3;left:35px;right:28px;bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:12px}
.slideshow-controls[hidden]{display:none}
.slide-selectors{display:flex;gap:6px}
.slide-selector,.slideshow-toggle{border:1px solid #ffffff75;background:#102e5070;color:#fff;min-height:42px;padding:6px 10px;font-size:12px;cursor:pointer;transition:background .25s,color .25s,transform .25s,box-shadow .25s}
.slide-selector{min-width:38px;font-family:Arial,sans-serif}
.slide-selector[aria-pressed=true]{background:#fff;color:#102e50;border-color:#fff}
.slideshow-toggle{white-space:nowrap}
@media(hover:hover) and (pointer:fine){.slide-selector:hover,.slideshow-toggle:hover{background:#245ac1;color:#fff;transform:translateY(-2px);box-shadow:0 5px 12px #102e5050}}
.hero-slideshow.is-paused img{animation-play-state:paused}
@media(max-width:640px){.hero-slideshow{min-height:300px}.hero-slideshow .photo-caption{bottom:89px;left:24px}.slideshow-controls{left:24px;right:24px;bottom:20px}.slide-selector{min-width:36px}.slide-selectors{gap:5px}}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}.slide-selector:hover,.slideshow-toggle:hover{transform:none}}
.service-card h3{white-space:normal;overflow-wrap:anywhere}.card-en{overflow-wrap:anywhere}.other-services a{min-width:0}.other-services a b{flex-shrink:0}
/* Hide slideshow controls while retaining automatic scene changes. */
.hero-slideshow .slideshow-controls{display:none}
.hero-slideshow .photo-caption{bottom:42px}
@media(max-width:640px){.hero-slideshow .photo-caption{bottom:24px}}
/* Existing official blog on the talent service page. */
.talent-blog{padding-top:60px}.talent-blog .section-heading{align-items:center;margin-bottom:18px}.talent-blog .text-link{flex-shrink:0}.blog-intro{font-size:16px;margin-bottom:26px}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{display:flex;flex-direction:column;min-width:0;padding:25px;border:1px solid var(--line);border-top:3px solid #2158be;transition:background-color .25s,color .25s,transform .25s,box-shadow .25s}.blog-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--muted);font-size:12px;margin-bottom:22px}.blog-meta>span{background:#edf2fa;padding:3px 8px;color:#2158be}.blog-card h3{font-size:18px;line-height:1.8;overflow-wrap:anywhere}.blog-read{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:24px;margin-top:auto;font-size:14px;font-weight:600}.blog-read b{font-size:20px}.blog-note{font-size:13px;margin-top:18px}@media(hover:hover) and (pointer:fine){.blog-card:hover{background:#eaf1fb;color:#164c9d;transform:translateY(-3px);box-shadow:0 8px 18px rgba(16,46,80,.15)}}@media(max-width:960px){.talent-blog .section-heading{display:block}.talent-blog .section-heading .text-link{margin-top:20px}.blog-grid{gap:16px}.blog-card{padding:20px}}@media(max-width:640px){.talent-blog{padding-top:38px}.blog-grid{grid-template-columns:1fr}.blog-card h3{font-size:18px}.blog-meta{margin-bottom:14px}}@media(prefers-reduced-motion:reduce){.blog-card:hover{transform:none;transition:none}}
/* One shared interaction style, including nested card text and new links. */
body a[href]:not([aria-disabled="true"]),body button:not(:disabled){transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}
@media(hover:hover){
body a[href]:not([aria-disabled="true"]):hover,body button:not(:disabled):hover{background:#245ac1;color:#fff;border-color:#245ac1;transform:translateY(-3px);box-shadow:0 8px 18px rgba(16,46,80,.18)}
body a[href]:not([aria-disabled="true"]):hover :where(*),body button:not(:disabled):hover :where(*){color:inherit}
body a[href]:not([aria-disabled="true"]):hover .blog-meta>span{background:rgba(255,255,255,.15);color:#fff}
body a[href]:not([aria-disabled="true"]):hover .circle-arrow{border-color:rgba(255,255,255,.65)}
body a.brand[href]:hover .brand-logo{background:#fff;border-radius:3px}
body a[href]:not([aria-disabled="true"]):active,body button:not(:disabled):active{transform:translateY(-1px);box-shadow:none}
}
body a[href]:not([aria-disabled="true"]):focus-visible,body button:not(:disabled):focus-visible{background:#245ac1;color:#fff;border-color:#245ac1;transform:translateY(-3px);box-shadow:0 8px 18px rgba(16,46,80,.18)}
body a[href]:not([aria-disabled="true"]):focus-visible :where(*),body button:not(:disabled):focus-visible :where(*){color:inherit}
body a[href]:not([aria-disabled="true"]):focus-visible .blog-meta>span{background:rgba(255,255,255,.15);color:#fff}
body a.brand[href]:focus-visible .brand-logo{background:#fff;border-radius:3px}
@media(prefers-reduced-motion:reduce){body a[href]:not([aria-disabled="true"]):hover,body button:not(:disabled):hover,body a[href]:not([aria-disabled="true"]):focus-visible,body button:not(:disabled):focus-visible{transform:none;transition:none}}
/* All diagonal arrows share their parent link's interaction and color. */
a[href] .link-arrow{display:inline-block;color:inherit;pointer-events:none;transition:transform .25s ease,color .25s ease}
@media(hover:hover){body a[href]:not([aria-disabled="true"]):hover .link-arrow{color:#fff;transform:translate(2px,-2px)}}
body a[href]:not([aria-disabled="true"]):focus-visible .link-arrow{color:#fff;transform:translate(2px,-2px)}
@media(prefers-reduced-motion:reduce){body a[href]:not([aria-disabled="true"]):hover .link-arrow,body a[href]:not([aria-disabled="true"]):focus-visible .link-arrow{transform:none;transition:none}}
/* Reveal mission and vision text as it enters the viewport. */
.philosophy [data-soft-reveal].is-waiting{opacity:0;transform:translateY(14px)}
.philosophy [data-soft-reveal].is-revealing{animation:aiueo-appear 2.8s cubic-bezier(.22,.61,.36,1) .15s both}
@media(prefers-reduced-motion:reduce){.philosophy [data-soft-reveal].is-waiting,.philosophy [data-soft-reveal].is-revealing{opacity:1;transform:none;animation:none}}
/* Readable business cards and natural Japanese title wrapping. */
.service-card{min-width:0}.service-card h3{font-size:1.1875rem;line-height:1.7;overflow-wrap:normal;word-break:normal}.service-name-part{display:inline-block;max-width:100%;overflow-wrap:normal}.service-card p{font-size:1rem;line-height:1.95}.card-top{flex-wrap:wrap;gap:12px}.card-en{font-size:.75rem;line-height:1.5;letter-spacing:.03em}.card-bottom{font-size:.875rem}.feature-grid p{font-size:1rem}
/* Reveal uses translate separately so existing hover transforms still work. */
.scroll-reveal.reveal-pending{opacity:0;translate:0 12px}
.scroll-reveal.reveal-entering{animation:section-appear .7s cubic-bezier(.22,.61,.36,1) var(--reveal-delay,0ms) both}
@keyframes section-appear{from{opacity:0;translate:0 12px}to{opacity:1;translate:0 0}}
.scroll-reveal:focus-within{opacity:1;translate:none;animation:none}
@media(max-width:640px){
.service-grid{grid-template-columns:minmax(0,1fr);gap:20px}.service-card{padding:24px}.service-card:before{left:24px;right:24px}.card-top{display:flex;align-items:center;flex-wrap:nowrap;margin-bottom:20px}.card-en{margin:0;min-height:0;font-size:.75rem;max-width:72%;text-align:right}.service-card h3{font-size:1.25rem;min-height:0;margin-bottom:12px}.service-card p{font-size:1rem}.card-bottom{font-size:.875rem;padding-top:22px}.circle-arrow{width:36px;height:36px}
.hero-copy p,.section-heading p,.about-strip p,.contact-band p,.page-intro>p,.contact-online p,.philosophy p,.company-table dd{font-size:1rem}.hero-copy p br{display:none}.hero-copy .text-link,.menu-button,.resource-links a,.other-services a,.contact-online label,.contact-address,.service-poster li,.footer-main>div>a:not(.brand){font-size:.875rem}.eyebrow,.hero-copy .eyebrow,.hero-bottom span:first-child,.service-poster>div>span,.footer-label,.breadcrumb{font-size:.75rem}.hero-copy .eyebrow{letter-spacing:.07em}.hero-slideshow .scene-name{font-size:.875rem;letter-spacing:.03em}.contact-online .note{font-size:.8125rem}.footer-main{grid-template-columns:1fr}.brand-type small{font-size:.625rem}.service-poster{grid-template-columns:48px minmax(0,1fr);gap:16px}.poster-number{font-size:48px}.service-poster h2{font-size:1.25rem}.detail-hero h1{font-size:clamp(1.625rem,7.5vw,2rem)}.detail-hero .button{max-width:100%;padding-inline:18px;gap:12px}.text-link{max-width:100%;gap:20px}.subnav a{overflow-wrap:anywhere}.subnav i{flex-shrink:0}
}
@media(prefers-reduced-motion:reduce){.scroll-reveal.reveal-pending,.scroll-reveal.reveal-entering{opacity:1;translate:none;animation:none}}
/* The people behind each conversation. */
.communicator-section{padding:42px 0 58px;border-top:1px solid var(--line)}.communicator-section>.eyebrow{color:var(--accent)}.communicator-content{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:start}.communicator-content h2{font-size:clamp(1.5rem,2.3vw,2rem);line-height:1.8;letter-spacing:.015em}.communicator-content h2>span{color:var(--accent)}.communicator-content p{font-size:1rem;line-height:2.1}.communicator-content p+p{margin-top:20px}@media(max-width:960px){.communicator-content{grid-template-columns:1fr;gap:24px}}@media(max-width:640px){.communicator-section{padding:30px 0 38px}.communicator-content h2{font-size:clamp(1.25rem,5.4vw,1.5rem)}}
/* Telemarketing: human conversation, generous space and a restrained purple accent. */
.telemarketing-page .detail-hero{grid-template-columns:1fr 1.1fr;gap:6%;align-items:center;padding-bottom:76px}.telemarketing-page .detail-hero>div{min-width:0}.tele-visual{margin:0;min-width:0}.tele-photo-frame{position:relative;overflow:hidden;background:#e8edf1;aspect-ratio:1.12}.tele-photo-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:62% center}.tele-photo-label{position:absolute;left:22px;top:22px;padding:8px 12px;background:#fff;color:var(--ink);font:600 .75rem/1.5 Arial,sans-serif;letter-spacing:.12em}.tele-visual figcaption{padding:22px 24px;background:#102e50;color:#fff;border-bottom:4px solid var(--accent)}.tele-visual figcaption>span{font-size:1.125rem;font-weight:600}.tele-visual small{display:block;font-size:.8125rem;line-height:1.9;color:#dae2ed;margin-top:8px}
.telemarketing-page .communicator-section{position:relative;padding:56px;background:#f3eff8;border:0;margin-bottom:72px}.telemarketing-page .communicator-section>.eyebrow{margin-bottom:30px}.telemarketing-page .communicator-content{grid-template-columns:1.05fr 1fr;gap:56px}.telemarketing-page .communicator-content h2{font-size:clamp(1.35rem,2.25vw,2rem);line-height:1.9;letter-spacing:0}.telemarketing-page .communicator-content h2>span{color:#674393}.telemarketing-page .communicator-promise{margin-top:42px;padding-left:22px;border-left:3px solid #7651aa;color:#674393;font-size:clamp(1.4rem,2.5vw,2.125rem);font-weight:600;line-height:1.8;letter-spacing:.04em}.communicator-principles article{display:grid;grid-template-columns:30px minmax(0,1fr);gap:16px;padding:26px 0;border-top:1px solid #d8cce7}.communicator-principles article:first-child{padding-top:0;border-top:0}.communicator-principles article:last-child{padding-bottom:0}.principle-number{color:#7651aa;font:400 .875rem/2 Arial,sans-serif;padding-top:3px}.communicator-principles h3{font-size:1.25rem;color:#463354;margin-bottom:12px}.communicator-principles p{font-size:1rem;color:#56505f;line-height:2}.telemarketing-page .offer-section{border-top:0;padding-top:0}.telemarketing-page .feature-grid{gap:28px}.telemarketing-page .feature-grid article{background:#faf9fc;border:1px solid #e7e0ee;padding:30px;position:relative}.tele-feature-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#eee7f5;color:#7651aa;margin-bottom:26px}.tele-feature-icon svg{width:30px;height:30px}.telemarketing-page .feature-number{position:absolute;right:28px;top:33px;color:#7651aa;font-size:.875rem}.telemarketing-page .feature-grid h3{font-size:1.1875rem;margin:0 0 14px}.telemarketing-page .feature-grid p{font-size:1rem;line-height:1.95}.tele-contact .button{flex-shrink:0}.tele-contact h2{font-size:clamp(1.375rem,2.1vw,1.875rem);line-height:1.8}
@media(max-width:1180px){.telemarketing-page .communicator-section{padding:40px}.telemarketing-page .communicator-content{gap:36px}.telemarketing-page .feature-grid article{padding:24px}.telemarketing-page .feature-number{right:24px}}
@media(max-width:960px){.telemarketing-page .detail-hero{grid-template-columns:1fr;gap:36px}.telemarketing-page .detail-copy{max-width:680px}.tele-photo-frame{aspect-ratio:1.8}.telemarketing-page .communicator-content{grid-template-columns:1fr;gap:36px}.telemarketing-page .communicator-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:30px;align-items:center}.telemarketing-page .communicator-promise{margin-top:0}.telemarketing-page .communicator-content h2{font-size:1.625rem}.telemarketing-page .feature-grid{grid-template-columns:1fr}.tele-contact{display:block}.tele-contact .button{margin-top:24px}}
@media(max-width:640px){.telemarketing-page .detail-hero{padding-bottom:40px}.tele-photo-frame{aspect-ratio:1.25}.tele-photo-label{left:14px;top:14px;font-size:.75rem;letter-spacing:.06em;padding:6px 9px}.tele-visual figcaption{padding:18px}.tele-visual figcaption>span{font-size:1rem}.telemarketing-page .communicator-section{padding:30px 22px;margin-bottom:40px}.telemarketing-page .communicator-section>.eyebrow{font-size:.75rem;margin-bottom:24px}.telemarketing-page .communicator-heading{display:block}.telemarketing-page .communicator-content h2{font-size:clamp(1.125rem,5.2vw,1.5rem);line-height:1.9}.telemarketing-page .communicator-promise{margin-top:26px;padding-left:16px;font-size:1.5rem}.telemarketing-page .communicator-content{gap:30px}.communicator-principles article{grid-template-columns:22px minmax(0,1fr);gap:8px;padding:22px 0}.communicator-principles h3{font-size:1.125rem}.telemarketing-page .communicator-principles p{font-size:1rem;line-height:2}.telemarketing-page .feature-grid{gap:18px}.telemarketing-page .feature-grid article{padding:24px}.tele-contact .button{width:100%;max-width:100%;min-width:0;padding-inline:18px;gap:12px;font-size:.875rem}}
/* Talent: people, learning and an unbroken path from Nepal to Japan. */
.talent-page .detail-hero{grid-template-columns:1fr 1.1fr;gap:6%;align-items:center;padding-bottom:72px}.talent-page .detail-hero>div{min-width:0}.talent-page .detail-hero .nepal-link{padding:8px 12px;margin-bottom:22px;font-size:.875rem}.talent-page .detail-hero .nepal-link img{width:30px;height:38px}.talent-visual{margin:0;min-width:0}.talent-photo-frame{position:relative;overflow:hidden;background:#e9eff5;aspect-ratio:1.05}.talent-photo-frame>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.talent-photo-label{position:absolute;left:22px;top:22px;padding:8px 12px;background:#fff;color:var(--ink);font:600 .75rem/1.5 Arial,sans-serif;letter-spacing:.08em}.talent-visual figcaption{padding:22px 24px;background:var(--navy);color:#fff;border-bottom:4px solid #2158be}.talent-visual figcaption>span{font-size:1.125rem;font-weight:600}.talent-visual small{display:block;font-size:.875rem;color:#dae4ef;margin-top:8px}
.talent-promise{background:#edf4fc;padding:48px;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center;margin-bottom:70px;border-left:4px solid #2158be}.talent-promise h2{font-size:clamp(1.4rem,2.3vw,2rem);line-height:1.85;letter-spacing:0}.talent-promise h2 span{color:#2158be}.talent-promise>p{font-size:1rem;line-height:2.1}.talent-support{padding-bottom:70px}.talent-steps{list-style:none;padding:0;margin:36px 0 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.talent-steps li{position:relative;padding:24px 22px;background:#f5f8fc;border-top:3px solid #2158be;min-width:0}.talent-steps li:not(:last-child):after{content:'→';position:absolute;right:-21px;top:35px;font:20px Arial;color:#2158be}.talent-step-no{font:300 2rem/1.2 Arial,sans-serif;color:#2158be}.talent-steps h3{font-size:1.5rem;margin:18px 0 12px}.talent-steps .talent-step-lead{font-size:.9375rem;color:#2158be;font-weight:600;margin-bottom:12px}.talent-steps p{font-size:1rem;line-height:1.95}.talent-nepal{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-bottom:70px}.nepal-photo{min-width:0;overflow:hidden;background:#edf4fc;aspect-ratio:1.2}.nepal-photo>img{width:100%;height:100%;object-fit:cover;display:block}.nepal-copy{min-width:0}.nepal-copy h2{font-size:clamp(1.5rem,2.3vw,2rem);line-height:1.8}.nepal-copy>p{font-size:1rem;line-height:2;margin:22px 0}.nepal-copy .nepal-link{margin:0 0 14px;max-width:100%}.nepal-school-link{display:block;width:fit-content;padding:8px 10px;font-size:.875rem;border-bottom:1px solid #a5b5c1}.talent-page .blog-card{overflow:hidden}.talent-blog-image{display:block;width:calc(100% + 50px);max-width:none;height:auto;aspect-ratio:1.7;object-fit:cover;margin:-25px -25px 24px;background:#edf4fc}.talent-page .blog-meta{flex-wrap:wrap}
@media(max-width:1180px){.talent-promise{padding:36px;gap:30px}.talent-steps{gap:20px}.talent-steps li{padding:22px 16px}.talent-steps li:not(:last-child):after{right:-19px}.talent-nepal{gap:32px}}
@media(max-width:960px){.talent-page .detail-hero{grid-template-columns:1fr;gap:34px}.talent-photo-frame{aspect-ratio:1.8}.talent-promise{grid-template-columns:1fr;gap:22px}.talent-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.talent-steps li:after{display:none}.talent-nepal{grid-template-columns:1fr;gap:30px}.nepal-photo{aspect-ratio:1.8}.talent-blog-image{width:calc(100% + 40px);margin:-20px -20px 20px}}
@media(max-width:640px){.talent-page .detail-hero{padding-bottom:40px}.talent-photo-frame{aspect-ratio:1.25}.talent-photo-label{left:14px;top:14px;padding:6px 9px;font-size:.75rem}.talent-visual figcaption{padding:18px}.talent-visual figcaption>span{font-size:1rem}.talent-promise{padding:28px 22px;margin-bottom:42px}.talent-promise h2{font-size:clamp(1.125rem,5.3vw,1.5rem)}.talent-support{padding-bottom:42px}.talent-support h2{font-size:1.5rem}.talent-steps{grid-template-columns:1fr;gap:24px;margin-top:24px}.talent-steps li{padding:24px}.talent-steps li:not(:last-child):after{display:block;content:'↓';left:26px;right:auto;top:auto;bottom:-24px}.talent-steps h3{margin-top:12px}.talent-nepal{padding-bottom:42px}.nepal-photo{aspect-ratio:1.35}.nepal-copy h2{font-size:1.5rem}.nepal-copy .nepal-link{padding:12px;gap:10px}.nepal-copy .nepal-link img{width:32px;height:42px}.nepal-copy .eyebrow{letter-spacing:.08em;font-size:.75rem}}
.talent-photo-frame>img{object-position:center bottom}.talent-page .nepal-photo{aspect-ratio:3/4;max-height:620px}.talent-page .nepal-photo>img{object-position:center bottom}@media(max-width:960px){.talent-page .nepal-photo{aspect-ratio:1.2;max-height:none}.talent-photo-frame{aspect-ratio:1.2}}@media(max-width:640px){.talent-photo-frame{aspect-ratio:1}.talent-page .nepal-photo{aspect-ratio:3/4}}
/* Generated hero is framed around the whole group, school photo stays documentary. */
.talent-photo-frame>img{object-position:center center}
/* Homepage: full-width photography, four equal visual business cards and editorial typography. */
.home-page .home-hero{display:block;max-width:1920px;min-height:650px;background:#102e50;isolation:isolate}.home-page .hero-photo{position:absolute;inset:0;min-height:0;z-index:0}.home-page .hero-photo:after{inset:0;background:linear-gradient(90deg,rgba(8,27,48,.92) 0%,rgba(8,27,48,.79) 31%,rgba(8,27,48,.36) 60%,rgba(8,27,48,.08) 100%)}.home-page .hero-photo img{object-position:65% center}.home-page .hero-copy{background:transparent;color:#fff;position:relative;z-index:2;padding:72px 40px 112px max(56px,calc((100vw - 1280px)/2));width:68%;max-width:980px}.home-page .hero-copy .eyebrow{font-size:.75rem;color:#c0d9ef;letter-spacing:.18em;margin-bottom:26px}.home-page .hero-copy h1{font-size:clamp(2.5rem,4.5vw,4.25rem);font-weight:700;letter-spacing:.035em;line-height:1.5;white-space:normal;text-shadow:0 2px 18px #07192d25}.home-page .hero-copy h1>span{color:#b5dcf4}.home-page .hero-copy>p{font-size:1rem;color:#e1eaf2;line-height:2;margin-top:24px}.home-page .hero-copy .text-link{margin-top:30px;border:1px solid #a6bfd3;background:#ffffff0a;color:#fff;padding:12px 20px;font-size:.875rem;gap:34px}.home-page .hero-slideshow .photo-caption{left:auto;right:48px;bottom:88px;max-width:32%;text-align:right;font-size:1rem;line-height:1.8;letter-spacing:.05em}.home-page .hero-slideshow .scene-name{color:#e1ebf5;font-size:.875rem;letter-spacing:.04em}.home-page .hero-bottom{position:absolute;bottom:0;left:0;right:0;z-index:3;background:#09243bd9;border-top:1px solid #ffffff26;padding:18px max(56px,calc((100vw - 1280px)/2));font-size:.75rem}.home-page .hero-bottom span:first-child{font-size:.75rem;letter-spacing:.16em}
.home-page .business-section{padding-top:88px;padding-bottom:88px}.home-page .section-heading{margin-bottom:38px;align-items:center}.home-page .section-heading h2{font-size:clamp(1.625rem,2.65vw,2.5rem);line-height:1.6;letter-spacing:.03em}.home-page .section-heading p{font-size:1rem;line-height:2}.home-page .home-service-grid{border:0;gap:22px;grid-template-columns:repeat(4,minmax(0,1fr))}.home-page .home-service-card{padding:0;border:1px solid #dce4ec;background:#fff;overflow:hidden;box-shadow:0 8px 28px #102e5008}.home-page .home-service-card:before{display:none}.home-card-photo{position:relative;aspect-ratio:1.42;overflow:hidden;background:#e9eff4;border-bottom:3px solid var(--accent)}.home-card-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}.home-card-number{position:absolute;top:14px;left:14px;background:#fff;color:var(--accent);width:38px;height:38px;display:grid;place-items:center;font:500 1rem Arial}.home-page .home-card-copy{padding:25px 22px 22px;flex:1;display:flex;flex-direction:column}.home-page .home-card-copy .card-top{min-height:36px;margin:0 0 12px}.home-page .home-card-copy .card-en{font-size:.75rem;line-height:1.5;letter-spacing:.055em;color:var(--accent)}.home-page .home-card-copy h3{font-size:1.1875rem;line-height:1.65;min-height:64px;margin-bottom:14px;overflow-wrap:normal}.home-page .home-card-copy>p{font-size:1rem;line-height:1.95}.home-page .home-card-copy .card-bottom{padding-top:24px;margin-top:auto;font-size:.875rem;gap:8px}.home-page .home-card-copy .circle-arrow{width:36px;height:36px;flex-shrink:0}
.home-page .home-philosophy{display:grid;grid-template-columns:1fr 1.15fr;gap:72px;background:#f0f5fa;border:0;border-left:4px solid #245ac1;padding:56px;margin-bottom:80px}.home-page .home-philosophy h2{font-size:clamp(1.75rem,3vw,2.75rem);line-height:1.65}.home-page .home-philosophy .home-philosophy-motto{font-size:clamp(1.625rem,2.8vw,2.5rem);color:#2158be;line-height:1.65;font-weight:600;margin:0 0 22px;letter-spacing:.04em}.home-page .home-philosophy-copy>p:not(.home-philosophy-motto){font-size:1rem;line-height:2;margin:0 0 26px}.home-page .home-philosophy .text-link{background:transparent}.home-page .contact-band{padding:50px 56px;margin-bottom:80px;border-top:4px solid #4f91c0}.home-page .contact-band h2{font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.65}.home-page .contact-band p{font-size:1rem}.home-page .contact-band .button{flex-shrink:0}
@media(hover:hover){.home-page a.home-service-card:hover .home-card-photo img{transform:scale(1.045)}.home-page a.home-service-card:hover .home-card-number{background:#ffffff26;color:#fff}.home-page .hero-copy a.text-link:hover,.home-page .home-philosophy a.text-link:hover{background:#245ac1;color:#fff}}
@media(max-width:1180px){.home-page .hero-copy{padding-left:40px;width:70%;padding-right:24px}.home-page .hero-slideshow .photo-caption{right:32px;max-width:27%}.home-page .hero-bottom{padding-inline:40px}.home-page .home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.home-card-photo{aspect-ratio:1.9}.home-page .home-card-copy h3{min-height:0;font-size:1.375rem}.home-page .home-card-copy .card-top{min-height:0}.home-page .home-card-copy{padding:28px}.home-page .home-philosophy{gap:40px;padding:40px}}
@media(max-width:960px){.home-page .home-hero{min-height:600px}.home-page .hero-copy{width:74%;padding:62px 28px 105px 32px}.home-page .hero-copy h1{font-size:clamp(2.5rem,5vw,3rem)}.home-page .hero-slideshow .photo-caption{bottom:78px;right:28px;font-size:.875rem;max-width:23%}.home-page .hero-bottom{padding-inline:32px}.home-page .hero-bottom span:last-child{display:none}.home-page .business-section{padding-block:60px}.home-page .section-heading{display:block}.home-page .section-heading p{margin-top:16px}.home-page .home-philosophy{grid-template-columns:1fr;gap:30px;margin-bottom:55px}.home-page .contact-band{display:block;padding:36px;margin-bottom:55px}.home-page .contact-band .button{margin-top:24px}}
@media(max-width:640px){.home-page .home-hero{display:flex;flex-direction:column;min-height:0}.home-page .hero-copy{width:100%;max-width:none;padding:36px 24px 32px;background:#102e50}.home-page .hero-copy .eyebrow{font-size:.75rem;letter-spacing:.065em;margin-bottom:20px}.home-page .hero-copy h1{font-size:clamp(1.7rem,8.2vw,2.6rem);line-height:1.55;letter-spacing:.02em}.home-page .hero-copy>p{font-size:1rem;margin-top:20px}.home-page .hero-copy .text-link{font-size:.875rem;padding:12px 16px;gap:20px;margin-top:24px}.home-page .hero-photo{position:relative;inset:auto;height:320px;min-height:320px;width:100%}.home-page .hero-photo:after{background:linear-gradient(transparent 35%,#09243bbb 100%)}.home-page .hero-slideshow .photo-caption{left:24px;right:24px;bottom:24px;max-width:none;text-align:left;font-size:1rem}.home-page .hero-bottom{position:relative;padding:14px 24px}.home-page .hero-bottom span:first-child{font-size:.75rem;letter-spacing:.08em}.home-page .business-section{padding-block:44px}.home-page .section-heading{margin-bottom:28px}.home-page .section-heading h2{font-size:1.5rem}.home-page .home-service-grid{grid-template-columns:minmax(0,1fr);gap:24px}.home-card-photo{aspect-ratio:1.75}.home-page .home-card-copy{padding:24px}.home-page .home-card-copy .card-en{max-width:none;text-align:left;margin:0;font-size:.75rem}.home-page .home-card-copy .card-top{margin-bottom:14px;display:block}.home-page .home-card-copy h3{font-size:1.25rem;min-height:0}.home-page .home-card-copy>p{font-size:1rem}.home-page .home-philosophy{padding:30px 24px;gap:26px;margin-bottom:44px}.home-page .home-philosophy h2{font-size:1.75rem}.home-page .home-philosophy .home-philosophy-motto{font-size:1.625rem}.home-page .home-philosophy-motto br{display:block}.home-page .contact-band{padding:30px 24px;margin-bottom:44px}.home-page .contact-band .button{width:100%;min-width:0}.home-page .contact-band h2{font-size:1.375rem}}
@media(prefers-reduced-motion:reduce){.home-card-photo img{transition:none}.home-page a.home-service-card:hover .home-card-photo img{transform:none}}
/* Text-only home business cards. */
.home-page .home-service-card{border-top:3px solid var(--accent)}.home-page .home-card-copy{padding-top:28px}.home-page .home-card-copy .card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-height:44px;margin-bottom:22px}.home-page .home-card-copy .service-no{font-size:2rem;flex-shrink:0;line-height:1.1}.home-page .home-card-copy .card-en{max-width:70%;text-align:right}.home-page .home-card-copy h3{min-height:64px}@media(max-width:1180px){.home-page .home-card-copy h3{min-height:0}}@media(max-width:640px){.home-page .home-card-copy .card-top{display:flex;margin-bottom:20px}.home-page .home-card-copy .card-en{text-align:right;max-width:72%}}
/* Event and field sales are presented as equally important channels. */
.sales-approach{padding:48px 0 60px;border-top:1px solid var(--line)}.sales-approach .eyebrow{color:var(--accent)}.sales-approach-intro{max-width:900px;font-size:1rem;line-height:2;margin-bottom:32px}.sales-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.sales-channel-grid article{padding:28px;background:#f1f8f8;min-width:0}.sales-channel-grid .feature-number{font-size:.8125rem;letter-spacing:.06em}.sales-channel-grid h3{font-size:1.375rem}.sales-channel-grid p{font-size:1rem;line-height:2}.sales-flexibility{margin-top:30px;padding:26px 30px;border-left:3px solid var(--accent);background:var(--paper)}.sales-flexibility h3{font-size:1.25rem;margin-bottom:12px}.sales-flexibility p{font-size:1rem;line-height:2}@media(max-width:640px){.sales-approach{padding:30px 0 38px}.sales-channel-grid{grid-template-columns:1fr;gap:22px}.sales-channel-grid article{padding:24px}.sales-channel-grid h3{font-size:1.25rem}.sales-flexibility{padding:24px;margin-top:24px}}
/* Sales hero photograph, consistent with the other business pages. */
.sales-page .detail-hero{grid-template-columns:1fr 1.1fr;gap:6%;align-items:center;padding-bottom:72px}.sales-page .detail-hero>div{min-width:0}.sales-visual{margin:0;min-width:0}.sales-photo-frame{position:relative;aspect-ratio:1.12;overflow:hidden;background:#e9f1f3}.sales-photo-frame>img{width:100%;height:100%;object-fit:cover;object-position:60% center;display:block}.sales-photo-label{position:absolute;left:20px;top:20px;right:20px;width:fit-content;max-width:calc(100% - 40px);padding:8px 12px;background:#fff;color:var(--ink);font:600 .75rem/1.6 Arial,sans-serif;letter-spacing:.05em}.sales-visual figcaption{padding:22px 24px;background:var(--navy);color:#fff;border-bottom:4px solid #007f85}.sales-visual figcaption>span{font-size:1.125rem;font-weight:600}.sales-visual small{display:block;font-size:.8125rem;line-height:1.9;color:#dae4ef;margin-top:8px}@media(max-width:960px){.sales-page .detail-hero{grid-template-columns:1fr;gap:34px}.sales-photo-frame{aspect-ratio:1.8}}@media(max-width:640px){.sales-page .detail-hero{padding-bottom:40px}.sales-photo-frame{aspect-ratio:1.25}.sales-photo-label{top:14px;left:14px;right:14px;max-width:calc(100% - 28px);padding:6px 9px}.sales-visual figcaption{padding:18px}.sales-visual figcaption>span{font-size:1rem}}
/* Reuse story: the user's message, with emphasis and comfortable reading measure. */
.reuse-page .detail-hero h1{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.75;letter-spacing:.02em}.reuse-story{padding:48px;background:#faf5ed;border-left:4px solid #aa6a23;margin-bottom:65px}.reuse-story>.eyebrow{color:#8c541b}.reuse-story h2{font-size:clamp(1.375rem,2.3vw,2rem);line-height:1.85;letter-spacing:.01em;margin-bottom:30px}.reuse-story h2>span{color:#8c541b}.reuse-story-content{max-width:940px}.reuse-story-content p{font-size:1rem;line-height:2.15;margin-top:22px}.reuse-story-content .reuse-story-lead{font-size:1.125rem;font-weight:600;color:var(--ink);margin-top:0}.reuse-story-content strong{color:#80501e;font-weight:600}@media(max-width:640px){.reuse-page .detail-hero h1{font-size:clamp(1.5rem,6.6vw,1.875rem)}.reuse-story{padding:28px 22px;margin-bottom:38px}.reuse-story h2{font-size:1.375rem;margin-bottom:24px}.reuse-story>.eyebrow{font-size:.75rem;letter-spacing:.08em}.reuse-story-content p{font-size:1rem;line-height:2}.reuse-story-content .reuse-story-lead{font-size:1.0625rem}}

/* Official certification and education-support marks */
.footer-marks{max-width:1280px;margin:0 auto;display:flex;align-items:flex-start;justify-content:center;gap:clamp(24px,5vw,72px);padding:32px 0 36px;border-top:1px solid #d6dee5}.footer-marks figure{flex:0 1 190px;min-width:0;margin:0;text-align:center}.footer-marks img{display:block;width:88px;max-width:100%;height:auto;aspect-ratio:1;object-fit:contain;margin:0 auto}.footer-marks figcaption{font-size:14px;font-weight:600;line-height:1.6;color:#30475f;overflow-wrap:anywhere}@media(max-width:600px){.footer-marks{padding:28px 0;gap:24px}.footer-marks figure{flex-basis:150px}.footer-marks img{width:74px}.footer-marks figcaption{font-size:14px}}
