*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:Noto Sans JP,Hiragino Sans,Yu Gothic,sans-serif;font-size:1.4rem;line-height:1.9;color:#222;background:#fff;overflow-x:hidden;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto;vertical-align:bottom}a{text-decoration:none;color:inherit}ol,ul{list-style:none}button{background:none;border:0;cursor:pointer;font:inherit;color:inherit}:root{--blue:#00b5e2;--blue-deep:#0095c0;--orange:#f58437;--orange-deep:#ea6a1a;--bg-light:#f3fafc;--text:#222;--text-sub:#666;--border:#e5e5e5}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.nophoto{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:repeating-linear-gradient(45deg,#eaeaea,#eaeaea 10px,#f4f4f4 0,#f4f4f4 20px);color:#888;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:600;letter-spacing:.1em;border:1px dashed #bbb;min-height:40px}.nophoto--logo{width:26px;height:26px;font-size:.9rem;min-height:0;padding:2px}.nophoto--logo-sm{width:22px;height:22px;font-size:.8rem;min-height:0;padding:2px;display:inline-flex}.nophoto--hero{min-height:520px;font-size:2.4rem}.nophoto--works{min-height:260px}.header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:100;box-shadow:0 1px 4px rgba(0,0,0,.05);height:64px}.header__inner{max-width:1200px;margin:0 auto;height:100%;padding:0 24px;justify-content:space-between}.header__inner,.header__logo{display:flex;align-items:center}.header__logo{gap:8px}.header__logo-img{display:block;height:40px;width:auto}.header__logo-text{font-family:Montserrat,sans-serif;font-weight:700;font-size:2rem;color:var(--blue);letter-spacing:.02em}.header__nav-list{display:flex;gap:32px}.header__nav-list a{font-size:1.3rem;font-weight:500;color:#333;transition:color .2s}.header__nav-list a:hover{color:var(--blue)}.header__cta{display:inline-flex;align-items:center;justify-content:center;height:64px;padding:0 32px;background:var(--orange);color:#fff;font-weight:700;font-size:1.4rem;transition:background .2s}.header__cta:hover{background:var(--orange-deep)}.mobile-menu__toggle{display:none;position:relative;width:44px;height:44px;margin-right:-8px;background:transparent;border:0;padding:0;cursor:pointer}.mobile-menu__toggle span{position:absolute;left:10px;right:10px;height:2px;background:#222;border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.mobile-menu__toggle span:first-child{top:14px}.mobile-menu__toggle span:nth-child(2){top:21px}.mobile-menu__toggle span:nth-child(3){top:28px}.mobile-menu__toggle.is-open span:first-child{top:21px;transform:rotate(45deg)}.mobile-menu__toggle.is-open span:nth-child(2){opacity:0}.mobile-menu__toggle.is-open span:nth-child(3){top:21px;transform:rotate(-45deg)}.mobile-menu__backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:110}.mobile-menu__backdrop.is-open{opacity:1;pointer-events:auto}.mobile-menu__drawer{position:fixed;top:0;right:0;width:min(82vw,340px);height:100dvh;background:#fff;box-shadow:-10px 0 30px rgba(0,0,0,.12);transform:translateX(100%);transition:transform .3s ease;z-index:120;display:flex;flex-direction:column;padding:80px 24px calc(32px + env(safe-area-inset-bottom));overflow-y:auto}.mobile-menu__drawer.is-open{transform:translateX(0)}.mobile-menu__list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.mobile-menu__list li{border-bottom:1px solid var(--border)}.mobile-menu__list a{display:block;padding:16px 4px;font-size:1.5rem;font-weight:600;color:#222}.mobile-menu__cta{display:flex;flex-direction:column;gap:12px;margin-top:28px}.mobile-menu__cta .btn{width:100%;min-width:0;padding:14px 20px;font-size:1.4rem}.sticky-cta{position:fixed;left:0;right:0;bottom:0;display:none;gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid var(--border);box-shadow:0 -4px 16px rgba(0,0,0,.06);transform:translateY(110%);transition:transform .25s ease;z-index:90}.sticky-cta.is-visible{transform:translateY(0)}.sticky-cta__btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px 12px;border-radius:6px;color:#fff;font-weight:700;font-size:1.35rem;line-height:1.2}.sticky-cta__btn--primary{background:var(--orange)}.sticky-cta__btn--primary:active{background:var(--orange-deep)}.sticky-cta__btn--line{background:#06c755}.sticky-cta__btn--line:active{background:#05a546}.hero{position:relative;padding-top:64px;aspect-ratio:12/7;background:#e9f6fb;overflow:hidden}.hero__image{position:absolute;inset:64px 0 0 0;z-index:1;display:block}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.hero__content{position:relative;z-index:2;max-width:46%;padding:clamp(40px,5vw,80px) clamp(24px,4vw,70px)}.hero__title{font-size:clamp(3.6rem,5vw,7rem);font-weight:900;line-height:1.4;color:#1a1a1a;letter-spacing:.02em;text-shadow:0 2px 8px rgba(255,255,255,.6)}.hero__title-sub{display:inline-block;margin-top:14px;font-size:clamp(2.2rem,2.6vw,3.6rem);font-weight:700}.hero__title-emph{color:#1a1a1a}.hero__badge{display:inline-block;margin-top:clamp(24px,3vw,48px);background:var(--blue);color:#fff;padding:clamp(16px,1.5vw,28px) clamp(20px,2vw,36px);max-width:none}.hero__badge-label{font-family:Montserrat,sans-serif;font-size:clamp(1.2rem,1.3vw,1.8rem);letter-spacing:.2em;font-weight:600;margin-bottom:8px;opacity:.95}.hero__badge-text{font-size:clamp(1.6rem,2.2vw,3rem);font-weight:700;line-height:1.6}.recruit-btn-wrap{display:flex;justify-content:center;padding:40px 20px;background:#fff}.recruit-pill{display:inline-flex;align-items:center;gap:10px;padding:14px 56px;background:var(--blue);color:#fff;border-radius:999px;font-weight:700;font-size:1.5rem;transition:background .2s}.recruit-pill:hover{background:var(--blue-deep)}.recruit-pill__arrow{font-size:1.1rem}.section-heading{text-align:center;margin-bottom:48px}.section-heading__en{font-family:Montserrat,sans-serif;font-size:3.6rem;font-weight:700;color:#1a1a1a;letter-spacing:.02em;line-height:1.2}.section-heading__ja{font-size:1.3rem;font-weight:500;color:var(--text-sub);margin-top:6px;letter-spacing:.1em}.about{padding:90px 0 80px}.about__catch{font-size:2rem;font-weight:700;line-height:2;text-align:left;margin:40px 0;padding-left:40px;border-left:3px solid var(--blue)}.about__catch-marker{background:linear-gradient(transparent 60%,rgba(0,181,226,.35) 0);padding:0 2px}.about__desc{font-size:1.35rem;line-height:2.1;color:#333;max-width:820px;margin:0 auto}.about__desc p{margin-bottom:12px}.works{padding:90px 0;background:var(--bg-light)}.works__item{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;margin-bottom:60px}.works__item:last-child{margin-bottom:0}.works__item-text{font-size:1.3rem;line-height:2}.works__item-text p{margin-bottom:10px}.works__item-image{width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:4px}.works__item-image img{width:100%;height:100%;object-fit:cover;display:block}.interview{padding:90px 0;background:#fff}.interview__block{margin-bottom:72px;padding:40px 0;border-top:1px solid var(--border)}.interview__block:last-child{border-bottom:1px solid var(--border);margin-bottom:0}.interview__photo{width:100%;max-width:320px;margin:0 auto 32px;aspect-ratio:3/4;overflow:hidden;border-radius:4px;box-shadow:0 6px 20px rgba(0,0,0,.08)}.interview__photo img{width:100%;height:100%;object-fit:cover;display:block}.interview__qa{margin-bottom:24px}.interview__q{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:12px;padding-left:14px;border-left:3px solid var(--blue)}.interview__a{font-size:1.3rem;line-height:2;color:#333;margin-bottom:14px}.interview__profile{margin-top:32px;padding:22px 0;text-align:left}.interview__profile--right{text-align:right}.interview__profile-quote{font-size:1.8rem;font-weight:700;color:var(--blue);line-height:1.7;margin-bottom:8px}.interview__profile-name{font-size:1.2rem;font-weight:600;color:#555}.recruit{padding:90px 0;background:var(--bg-light)}.recruit__box{background:#fff;padding:40px 48px;max-width:860px;margin:0 auto;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.04)}.recruit__row{display:grid;grid-template-columns:180px 1fr;grid-gap:16px;gap:16px;padding:18px 0;border-bottom:1px solid var(--border);font-size:1.3rem}.recruit__row:last-of-type{border-bottom:0}.recruit__label{font-weight:700;color:#333}.recruit__value{color:#444;line-height:1.9}.recruit__btn-wrap{text-align:center;margin-top:36px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 40px;min-width:320px;font-weight:700;font-size:1.5rem;border-radius:4px;transition:background .2s,transform .2s}.btn:hover{transform:translateY(-2px)}.btn__icon{display:inline-flex;align-items:center}.btn--primary{background:var(--orange);color:#fff}.btn--primary:hover{background:var(--orange-deep)}.btn--line{background:#06c755;color:#fff}.btn--line:hover{background:#05a546}.recruit__btn-lead{font-size:1.4rem;font-weight:700;color:#333;margin-bottom:20px}.cta-group{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.apply{padding:90px 0;background:var(--bg-light)}.apply__lead{text-align:center;font-size:1.35rem;margin-bottom:40px;color:#444;line-height:1.9}.apply__box{background:#fff;max-width:760px;margin:0 auto;padding:48px;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.05)}.apply__form{gap:24px}.apply__form,.apply__row{display:flex;flex-direction:column}.apply__row{gap:8px}.apply__label{font-size:1.3rem;font-weight:700;color:#333;display:flex;align-items:center;gap:10px}.apply__req{display:inline-block;background:var(--orange);color:#fff;font-size:1rem;font-weight:700;padding:2px 10px;border-radius:3px;letter-spacing:.05em}.apply__input,.apply__textarea{width:100%;font:inherit;font-size:1.4rem;padding:12px 14px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#222;transition:border-color .2s,box-shadow .2s}.apply__input:focus,.apply__textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,181,226,.18)}.apply__textarea{resize:vertical;line-height:1.7}.apply__input--short{max-width:140px}.apply__radios{display:flex;gap:14px;flex-wrap:wrap}.apply__radio{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:1px solid #ccc;border-radius:4px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s}.apply__radio:hover{border-color:var(--blue)}.apply__radio input{accent-color:var(--blue);width:18px;height:18px;margin:0}.apply__radio:has(input:checked){border-color:var(--blue);background:rgba(0,181,226,.08)}.apply__error{color:#c62828;font-size:1.2rem;font-weight:700;margin:0}.apply__submit{text-align:center;margin-top:12px}.apply__submit .btn{min-width:280px}.apply__submit .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.apply__note{font-size:1.1rem;color:#777;margin-top:14px}.apply__done{background:#fff;max-width:560px;margin:0 auto;padding:60px 32px;text-align:center;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.05)}.apply__done-title{font-size:2rem;font-weight:700;color:var(--blue);margin-bottom:12px}.apply__done-text{font-size:1.3rem;color:#444}.faq{padding:90px 0;background:#d7edf4}.faq__list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.faq__item{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.04)}.faq__q{display:flex;align-items:center;gap:16px;padding:18px 22px;font-size:1.35rem;font-weight:600;cursor:pointer;list-style:none}.faq__q::-webkit-details-marker{display:none}.faq__q-mark{flex:0 0 auto;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:700;color:var(--blue);width:28px}.faq__q-text{flex:1 1;color:#333}.faq__q-arrow{font-size:1.8rem;color:var(--blue);transform:rotate(90deg);transition:transform .2s}.faq__item[open] .faq__q-arrow{transform:rotate(270deg)}.faq__a{padding:0 22px 20px 66px;font-size:1.3rem;color:#444;line-height:1.9}.footer-nav{background:#fff;padding:28px 20px;border-top:1px solid var(--border)}.footer-nav__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-nav__list{display:flex;gap:28px;flex-wrap:wrap}.footer-nav__list a{font-size:1.25rem;font-weight:500;color:#333}.footer-nav__list a:hover{color:var(--blue)}.footer-nav__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 36px;background:var(--orange);color:#fff;font-weight:700;font-size:1.3rem;border-radius:2px;transition:background .2s}.footer-nav__cta:hover{background:var(--orange-deep)}.footer{background:#fff;padding:20px;text-align:center}.footer__inner{max-width:1100px;margin:0 auto}.footer__logo{display:inline-flex;align-items:center;gap:6px;font-family:Montserrat,sans-serif;font-weight:700;color:var(--blue);font-size:1.4rem;margin-bottom:6px}.footer__logo-img{display:block;height:36px;width:auto}.footer__address,.footer__copy{font-size:1rem;color:#888;line-height:1.6}@media (max-width:960px){.header__nav{display:none}.header__cta{padding:0 20px;font-size:1.2rem}.works__item,.works__item--reverse{grid-template-columns:1fr;gap:20px}.works__item--reverse .works__item-image{order:-1}.recruit__row{grid-template-columns:1fr;gap:4px}}@media (max-width:640px){body{font-size:1.3rem}.container{padding:0 18px}.header{height:56px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.header__inner{padding:0 16px}.header__logo-img{height:32px}.header__logo-text{font-size:1.6rem}.header__cta{display:none}.mobile-menu__toggle{display:inline-block}.hero{padding-top:56px;min-height:0;aspect-ratio:auto;background:#e9f6fb}.hero__image{position:relative;inset:auto;width:100%;aspect-ratio:4/5;max-height:72vh}.hero__image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 45%,rgba(255,255,255,.92));pointer-events:none}.hero__content{position:relative;padding:24px 18px 32px;max-width:100%;margin-top:-56px;z-index:3}.hero__title{font-size:2.6rem;line-height:1.35;letter-spacing:.01em;text-shadow:0 1px 2px rgba(255,255,255,.8)}.hero__title-sub{margin-top:10px;font-size:1.7rem;line-height:1.5}.hero__badge{display:block;margin-top:20px;padding:14px 18px;border-radius:6px}.hero__badge-label{font-size:1.05rem;margin-bottom:6px}.hero__badge-text{font-size:1.45rem;line-height:1.5}.recruit-btn-wrap{padding:28px 18px}.recruit-pill{padding:14px 44px;font-size:1.35rem;min-height:48px}.section-heading{margin-bottom:32px}.section-heading__en{font-size:2.8rem}.section-heading__ja{font-size:1.15rem;margin-top:4px}.about{padding:56px 0}.about__catch{font-size:1.6rem;line-height:1.8;padding-left:14px;margin:24px 0;border-left-width:3px}.about__desc{font-size:1.3rem;line-height:2}.about__desc p{margin-bottom:14px}.works{padding:56px 0}.works__item{margin-bottom:44px;gap:16px}.works__item-text{font-size:1.3rem;line-height:1.95}.interview{padding:56px 0}.interview__block{padding:28px 0;margin-bottom:28px}.interview__photo{max-width:240px;margin-bottom:24px}.interview__q{font-size:1.3rem;padding-left:12px}.interview__a{font-size:1.3rem;line-height:1.95}.interview__profile,.interview__profile--right{text-align:center;margin-top:20px;padding:18px 0 0}.interview__profile-quote{font-size:1.6rem;line-height:1.6}.interview__profile-name{font-size:1.15rem}.recruit{padding:56px 0}.recruit__box{padding:8px 18px;border-radius:10px}.recruit__row{padding:16px 0;gap:6px}.recruit__label{display:inline-block;font-size:1.1rem;font-weight:700;color:var(--blue-deep);letter-spacing:.05em;background:rgba(0,181,226,.08);padding:4px 10px;border-radius:3px;width:-moz-fit-content;width:fit-content}.recruit__value{font-size:1.3rem;line-height:1.85}.recruit__btn-wrap{margin-top:28px}.recruit__btn-lead{font-size:1.3rem;margin-bottom:16px}.faq{padding:56px 0}.faq__list,.faq__q{gap:10px}.faq__q{padding:16px;font-size:1.3rem;min-height:56px}.faq__q-mark{width:22px;font-size:1.4rem}.faq__q-arrow{font-size:1.6rem}.faq__a{padding:0 16px 18px 48px;font-size:1.25rem}.footer-nav{padding:24px 18px}.footer-nav__inner{justify-content:center;flex-direction:column;gap:16px}.footer-nav__list{justify-content:center;gap:12px 20px}.footer-nav__list a{font-size:1.2rem}.footer-nav__cta{width:100%;padding:14px 28px}.footer{padding:24px 18px calc(96px + env(safe-area-inset-bottom))}.sticky-cta{display:flex}.btn{padding:15px 20px;font-size:1.4rem;min-width:0;width:100%;min-height:52px;border-radius:6px}.cta-group{flex-direction:column;gap:12px}.apply{padding:56px 0}.apply__box{padding:24px 18px;border-radius:10px}.apply__lead{font-size:1.25rem;margin-bottom:28px}.apply__form{gap:20px}.apply__label{font-size:1.3rem}.apply__input,.apply__textarea{font-size:1.6rem;padding:13px 14px;min-height:48px}.apply__input--short{max-width:100%}.apply__radios{gap:10px}.apply__radio{flex:1 1;justify-content:center;padding:12px 18px;font-size:1.35rem;min-height:48px}.apply__submit{margin-top:8px}.apply__submit .btn{min-width:0;width:100%}.apply__note{font-size:1.1rem;text-align:center}.apply__done{padding:48px 24px}.apply__done-title{font-size:1.8rem}}