@charset "UTF-8";body{font-family:Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;color:#333;line-height:1.6;margin:0;padding:0;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;vertical-align:bottom}.container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.section{padding:60px 0}.section--orange{background-color:#ea8b07;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;color:#333;transition:all .2s;line-height:1.2;cursor:pointer}.btn--pill,.btn--contact{background-color:#f9e79f;color:#333;border:2px solid #333;border-radius:50px;padding:24px 30px;font-size:16px;letter-spacing:.05em;position:relative;box-shadow:4px 4px #333}.btn--pill:after,.btn--contact:after{content:"➜";margin-left:70px;font-size:18px;transition:transform .2s}.btn--pill:hover,.btn--contact:hover{transform:translate(2px,2px);box-shadow:2px 2px #333;opacity:1}.btn--pill:active,.btn--contact:active{transform:translate(4px,4px);box-shadow:0 0 #333}.btn--circle{border-radius:50%;width:120px;height:120px;background-color:#ea8b07;color:#fff;text-align:center;font-size:14px;flex-direction:column;line-height:1.5;transition:transform .2s,opacity .2s}.btn--circle:hover{opacity:.9;transform:translateY(-2px)}.btn--green{background-color:#a6e5a4}.btn--pink{background-color:#f5b7b1}.btn--blue{background-color:#aed6f1}.header{position:fixed;top:0;left:0;width:100%;background-color:transparent;z-index:1000;transition:all .3s ease}.header__container{display:flex;align-items:center;justify-content:space-between;padding:20px 30px;max-width:100%}.header__logo{display:flex;align-items:center}.header__logo img{height:50px;width:auto;display:block}.header__logo a{display:flex;align-items:center;text-decoration:none}.header__nav,.header__contact-btn{display:none}.header__menu-trigger{display:flex;flex-direction:column;gap:6px;cursor:pointer;background-color:#a9e0db;border-radius:50%;width:63px;height:63px;border:1px solid #333;align-items:center;justify-content:center;transition:all .3s;box-shadow:3px 3px #000}.header__menu-trigger:hover{background-color:#98d4ce;box-shadow:0 0 #000;transform:translateY(2px)}.header__menu-trigger:active{transform:translateY(0);box-shadow:0 2px 8px #00000026}.header__menu-trigger span{width:30px;height:2px;background-color:#333;transition:all .3s;border-radius:2px}.header.is-scrolled{box-shadow:0 2px 15px #0000001a}.global-menu{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:900;opacity:0;visibility:hidden;transition:all .4s ease}.global-menu.is-active{opacity:1;visibility:visible}.global-menu.is-active .global-menu__item{opacity:1;transform:translate(0)}.global-menu.is-active .global-menu__item:nth-child(1){transition-delay:.3s}.global-menu.is-active .global-menu__item:nth-child(2){transition-delay:.4s}.global-menu.is-active .global-menu__item:nth-child(3){transition-delay:.5s}.global-menu.is-active .global-menu__item:nth-child(4){transition-delay:.6s}.global-menu.is-active .global-menu__item:nth-child(5){transition-delay:.7s}.global-menu.is-active .global-menu__item:nth-child(6){transition-delay:.8s}.global-menu.is-active .global-menu__contact{opacity:1;transform:translate(0);transition-delay:.8s}.global-menu__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffffff2}.global-menu__container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0}.global-menu__wrapper{display:flex;width:100%;height:100%;align-items:center}.global-menu__bg-visual{flex:1;width:50%;height:100%;position:relative;background-repeat:no-repeat;background-position:left center;background-size:contain;opacity:1}@media screen and (max-width: 768px){.global-menu__bg-visual{width:100%;height:30%;background-position:center bottom;background-size:cover;position:absolute;bottom:0;left:0;opacity:.1;z-index:-1}}.global-menu__content{flex:1;display:flex;flex-direction:column;justify-content:center;padding-left:5%;padding-right:5%;max-width:800px}@media screen and (max-width: 768px){.global-menu__content{padding:100px 20px 20px;width:100%;justify-content:flex-start}}.global-menu__logo{margin-bottom:50px}.global-menu__logo img{width:350px;height:auto}@media screen and (max-width: 768px){.global-menu__logo img{width:200px;margin-bottom:30px}}.global-menu__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,min-content);gap:30px 60px;width:100%}@media screen and (max-width: 768px){.global-menu__grid{display:flex;flex-direction:column;gap:20px}}.global-menu__col,.global-menu__list{display:contents}@media screen and (max-width: 768px){.global-menu__col,.global-menu__list{display:flex;flex-direction:column;gap:20px}}.global-menu__col:first-child .global-menu__item{grid-column:1}.global-menu__col:first-child .global-menu__item:nth-child(1){grid-row:1}.global-menu__col:first-child .global-menu__item:nth-child(2){grid-row:2}.global-menu__col:first-child .global-menu__item:nth-child(3){grid-row:3}.global-menu__col:first-child .global-menu__item:nth-child(4){grid-row:4}.global-menu__col:last-child .global-menu__item{grid-column:2}.global-menu__col:last-child .global-menu__item:nth-child(1){grid-row:1}.global-menu__col:last-child .global-menu__item:nth-child(2){grid-row:2}.global-menu__item{list-style:none;opacity:0;transform:translate(30px);transition:opacity .5s ease,transform .5s ease}.global-menu__item::marker{display:none;content:""}.global-menu__item a{text-decoration:none;display:block;transition:opacity .3s}.global-menu__item a:hover{opacity:.7}.global-menu__item .en{display:block;font-size:24px;font-weight:700;color:#ea8b07;margin-bottom:5px;font-family:Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;letter-spacing:.05em}@media screen and (max-width: 768px){.global-menu__item .en{font-size:18px}}.global-menu__item .ja{display:block;font-size:14px;color:#333;font-weight:700}@media screen and (max-width: 768px){.global-menu__item .ja{font-size:12px}}.global-menu__contact{grid-column:2;grid-row:4;align-self:start;margin-top:0;padding-top:0;opacity:0;transform:translate(30px);transition:opacity .5s ease,transform .5s ease}@media screen and (max-width: 768px){.global-menu__contact{margin-top:30px}}.header__menu-trigger.is-active span:nth-of-type(1){transform:translateY(8px) rotate(45deg)}.header__menu-trigger.is-active span:nth-of-type(2){opacity:0}.header__menu-trigger.is-active span:nth-of-type(3){transform:translateY(-8px) rotate(-45deg)}.hero{position:relative;padding-top:100px;padding-bottom:80px;overflow:hidden;background-color:#ea8b07}.hero__visual{display:flex;justify-content:center;align-items:stretch;position:relative;z-index:2;gap:2%;max-width:1200px;margin:0 auto}.hero__slider{width:35%;overflow:hidden;aspect-ratio:720/1145}.hero__person{width:100%;position:relative}.hero__person img{width:100%;height:auto;display:block;object-fit:contain}.hero__center-text{width:20%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:3}.hero__center-bg{background-repeat:no-repeat;background-position:center;background-size:contain;width:100%;min-height:400px;display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;padding:40px 0;gap:20px}.hero__pagination{display:flex;gap:15px;position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:20;height:40px;align-items:flex-end}.hero__pagination .swiper-pagination-bullet{width:2px!important;height:18px!important;background-color:#fff!important;opacity:1!important;border-radius:0;margin:0!important;transition:height .3s ease;display:block}.hero__pagination .swiper-pagination-bullet-active{height:35px!important;background-color:#fff!important}.hero .vertical-text{writing-mode:vertical-rl;font-size:24px;font-weight:700;color:#fff;letter-spacing:.2em;line-height:2}.hero .vertical-text-sub{writing-mode:vertical-rl;font-size:14px;font-weight:400;color:#fff;letter-spacing:.1em;line-height:1.8}.hero__big-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15vw;font-weight:900;color:#fff;opacity:.1;z-index:1;white-space:nowrap;pointer-events:none;line-height:1}.section-about{padding-top:40px;padding-bottom:80px}.section-about .about__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:60px;position:relative;max-width:1000px;margin-left:auto;margin-right:auto}.section-about .about__circle-img{aspect-ratio:1/1;background-color:#ddd;border-radius:50%;overflow:hidden;position:relative}.section-about .about__circle-img:before{content:"";display:block;width:100%;height:100%;background-color:#eee}.section-about .about__center-content{grid-column:2/span 3;grid-row:2/span 2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:10}.section-about .about__text-box{max-width:600px;margin:0 auto 40px;text-align:center;font-size:16px;line-height:1.8}.section-about .about__actions{display:flex;justify-content:center;gap:30px}.section-about .section-label{font-size:12px;letter-spacing:.1em;margin-bottom:10px;font-weight:700;text-decoration:underline}.section-about .section-title{font-size:32px;line-height:1.4;font-weight:700;margin-bottom:0}.section-service{padding:40px 0}.service-card{background-color:#ea8b07;border-radius:40px;padding:60px 80px;color:#fff;display:flex;align-items:stretch;justify-content:space-between;position:relative;overflow:hidden}.service-card__content{width:45%;z-index:2}.service-card__image{width:50%;position:relative;z-index:1;background-color:#fff;border-radius:20px;min-height:300px;opacity:.5;display:flex;align-items:center;justify-content:center;color:#333;font-weight:700}.service-card__image:after{content:"Image Area"}.service-card .section-label{color:#fffc;font-size:12px;letter-spacing:.1em;margin-bottom:20px;display:block}.service-card .section-title{font-size:40px;margin-bottom:30px;line-height:1.4;writing-mode:vertical-rl;writing-mode:horizontal-tb}.service-card .service-description{margin-bottom:40px;line-height:1.8}.section-member{padding-bottom:100px}.section-member .section-title--white{color:#fff;font-size:32px;margin-bottom:40px;background-color:transparent;display:inline-block;padding:5px 10px;border:2px solid #ffffff}.section-member .member__content{display:flex;align-items:center;justify-content:space-between}.section-member .member__image-group{width:55%;height:300px;position:relative;background-color:#ffffff1a;border-radius:20px}.section-member .member__image-group:before{content:"Members Photo Group";display:flex;align-items:center;justify-content:center;height:100%;color:#ffffff80}.section-member .member__text-box{width:40%;background-color:#fff;padding:40px;border-radius:20px;color:#333}.section-member .member__text-box h3{font-size:24px;margin-top:0;margin-bottom:20px;color:#ea8b07}.section-member .member__text-box p{font-size:14px;line-height:1.8;margin-bottom:30px}.section-company{position:relative;padding:100px 0;overflow:hidden}.section-company .container{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.section-company .company__content{text-align:center;background-color:#ffffffe6;padding:40px;border-radius:20px;min-width:300px}.section-company .company__visual{position:absolute;left:5%;top:50%;transform:translateY(-50%);width:250px;height:180px;background-color:#fff;border-radius:10px;z-index:1;opacity:.8}.section-company .company__visual:after{content:"Street View";display:block;padding:20px}.section-company .company__office-visual{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:250px;height:180px;background-color:#fff;border-radius:10px;z-index:1;opacity:.8}.section-company .company__office-visual:after{content:"Office View";display:block;padding:20px}.section-gallery{background-color:#fcefe9;padding-bottom:100px}.section-gallery .gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;max-width:1000px;margin:0 auto}.section-gallery .gallery__item{aspect-ratio:1/1;background-color:#ccc}.section-gallery .gallery__item:nth-child(odd){background-color:#d7bde2}.section-gallery .gallery__item:nth-child(2n){background-color:#a9cce3}.section-gallery .gallery__center-text{grid-column:2/span 2;grid-row:2/span 2;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.footer{background-color:#fff;padding:60px 0 20px;border-top:5px solid #ea8b07}.footer__container{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.footer__logo{width:150px}.footer__logo img{width:100%}.footer__logo{font-weight:700;font-size:24px;color:#ea8b07}.footer__nav ul{list-style:none;margin:0;padding:0;display:flex;gap:20px}.footer__nav li{font-size:14px;font-weight:700;color:#ea8b07;cursor:pointer}.footer__nav li:hover{opacity:.7}.footer__copyright{text-align:right;font-size:10px;color:#999;max-width:1200px;margin:0 auto;padding:0 20px}
