#visual{position:relative;overflow:hidden}#visual::after{content:"";position:absolute;top:0;left:0;width:100%;height:10rem;background:-webkit-gradient(linear, left bottom, left top, from(rgba(16, 39, 69, 0)), to(rgba(16, 39, 69, 0.8)));background:linear-gradient(0deg, rgba(16, 39, 69, 0) 0%, rgba(16, 39, 69, 0.8) 100%)}@media screen and (min-width: 769px){#visual{height:calc(100vh + 11.98vw)}}@media screen and (max-width: 768px){#visual{height:157vw}}#visual .visual__catch{position:absolute;top:16.5rem;left:0;right:0;width:24%;min-width:46.8rem;margin:auto;z-index:10}@media screen and (max-width: 768px){#visual .visual__catch{top:18.2vh;width:80%;min-width:inherit}}#visual h1{position:absolute;inset:0;visibility:hidden;pointer-events:none}#visual .visual__movie{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}@media screen and (min-width: 769px){#visual .visual__movie{height:calc(100vh + 5vw)}}#visual .visual__movie::after{content:"";position:absolute;inset:0;background:url(../img/top/movie_filter.png) repeat 0 0}#visual .visual__movie iframe,#visual .visual__movie video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#visual .visual__element{position:absolute;left:0;bottom:-1px;width:100%}#visual .visual__stars{position:absolute;bottom:0;left:0;width:100%}#visual .visual__stars.is-01{-webkit-animation:stars_float 4s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;animation:stars_float 4s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;-webkit-animation-fill-mode:both;animation-fill-mode:both}#visual .visual__stars.is-02{-webkit-animation:stars_float 6s 2s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;animation:stars_float 6s 2s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes stars_float{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}100%{-webkit-transform:translate(0, -3rem);transform:translate(0, -3rem)}}@keyframes stars_float{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}100%{-webkit-transform:translate(0, -3rem);transform:translate(0, -3rem)}}#visual .visual__rocket{position:absolute;top:-42%;left:0;right:0;width:13%;margin:auto}@media screen and (max-width: 768px){#visual .visual__rocket{top:-15rem;width:16rem}}#about{position:relative;padding:0 10rem}@media screen and (max-width: 768px){#about{padding:0 2rem}}#about .about__title{position:relative;width:60%;max-width:347px;margin:0 auto -7rem;z-index:1}#about .about-window{position:relative;max-width:1041px;margin:auto;color:#969ca5}#about .about-window__bg{position:absolute;inset:0;width:100%;height:100%}#about .about-window__bg picture{height:100%}#about .about-window__text{position:relative;padding:10.5rem 15rem;font-weight:700;font-size:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){#about .about-window__text{padding:8rem 5rem 5rem;font-size:1.8rem}}#about .about-window__element{position:absolute;pointer-events:none;z-index:1}#about .about-window__element.is-01{top:calc(clamp(1rem,-3.0616rem + 8.4507vw,7rem)*-1);left:-5rem;width:118.5%}@media screen and (max-width: 768px){#about .about-window__element.is-01{top:-1rem;left:-2rem;width:calc(100% + 4rem)}}#about .about-window__element.is-02{bottom:calc(clamp(1rem,-3.3847rem + 7.0423vw,5rem)*-1);left:-5rem;width:118.5%}@media screen and (max-width: 768px){#about .about-window__element.is-02{bottom:-7rem;left:-2rem;width:calc(100% + 4rem)}}#works{padding-top:20rem}#works .works__bg{position:absolute;top:23rem;left:0;right:0;width:100%;max-width:1920px;margin:auto;z-index:-1}@media screen and (min-width: 769px){#works .works__bg picture{width:105%;max-width:2002px;-webkit-transform:translateX(-4.1rem);transform:translateX(-4.1rem)}}#works .works__title{position:relative;width:60%;max-width:345px;margin:0 auto 3.5rem}#works .works-list__item{position:relative;-webkit-filter:drop-shadow(0 0 0.4rem rgba(16, 39, 69, 0.4));filter:drop-shadow(0 0 0.4rem rgba(16, 39, 69, 0.4));-webkit-transform:translateZ(0);transform:translateZ(0)}#works .works-list__item::before{content:"";position:absolute;inset:0;background-color:rgba(153,153,153,.5);-webkit-clip-path:url(#banner-mask);clip-path:url(#banner-mask)}@media(any-hover: hover){#works .works-list__item:hover .works-list__banner img{-webkit-transform:scale(1.1);transform:scale(1.1)}#works .works-list__item:hover .works-list__btn{border-color:#fcc800}}#works .works-list__banner{position:absolute;inset:0;-webkit-clip-path:url(#banner-mask);clip-path:url(#banner-mask);z-index:1}#works .works-list__banner::after{content:"";position:absolute;inset:0;background:-webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(16, 39, 69, 0.9)), color-stop(50%, rgba(16, 39, 69, 0)));background:linear-gradient(0deg, rgba(16, 39, 69, 0.9) 10%, rgba(16, 39, 69, 0) 50%)}#works .works-list__banner img{width:auto;height:100%;margin:auto;-o-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform .5s cubic-bezier(0.25, 1, 0.5, 1);transition:-webkit-transform .5s cubic-bezier(0.25, 1, 0.5, 1);transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1);transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform .5s cubic-bezier(0.25, 1, 0.5, 1)}#works .works-list__link{position:absolute;inset:0;display:block;color:#8596b2;z-index:1}@media screen and (max-width: 768px){#works .works-list__link{font-size:1.2rem}}#works .works-category{position:absolute;top:.5rem;left:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1px}#works .works-category__item{padding:0 1rem;background-color:rgba(16,39,69,.8);border-radius:.4rem}#works .works-list__title{position:absolute;bottom:1rem;left:1rem;width:70%;line-height:1.2;color:#fff;text-shadow:0 0 1rem #102745}#works .works-list__copyright{font-size:1rem;line-height:1;color:#8596b2;opacity:.8}#works .works-list__copyright img{width:auto;display:inline;vertical-align:middle}#works .works-list__btn{position:absolute;bottom:0;right:0;width:24%;margin:0 auto;padding:1rem 6% 1rem 4%;background-color:#102745;border:solid #8e9db0 .3rem;border-radius:50vmax;font-size:1.2rem;color:#fcc800;line-height:1.2;word-break:keep-all;display:block;-webkit-transition:border-color .3s;transition:border-color .3s}@media screen and (max-width: 768px){#works .works-list__btn{width:27%;padding:.5rem 2.4rem .5rem 1rem;border-width:2px}}#works .works-list__btn-icon{position:absolute;right:5%;top:0;bottom:0;height:calc(100% - 1.5rem);aspect-ratio:1/1;margin:auto;background-color:#fcc800;border-radius:50vmax;pointer-events:none;display:block}@media screen and (max-width: 768px){#works .works-list__btn-icon{width:2rem;height:2rem}}#works .works-list__btn-icon svg{fill:none;stroke:#102745;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}#works .swiper{position:relative;padding-bottom:3rem;background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(153, 153, 153, 0.5)), color-stop(30%, rgba(153, 153, 153, 0)));background:linear-gradient(0deg, rgba(153, 153, 153, 0.5) 30%, rgba(153, 153, 153, 0) 30%);display:none}#works .swiper.swiper-initialized{display:block}@media screen and (max-width: 768px){#works .swiper{padding-bottom:1.5rem}}#works .swiper-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#works .swiper-pagination{margin-top:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem}@media screen and (max-width: 768px){#works .swiper-pagination{margin-top:1.5rem}}#works .swiper-pagination-bullet{width:1rem;height:1rem;background-color:#999;border-radius:50vmax;-webkit-transition:background-color .3s;transition:background-color .3s}@media screen and (max-width: 768px){#works .swiper-pagination-bullet{width:.8rem;height:.8rem}}#works .swiper-pagination-bullet-active{background-color:#fcc800}#works .swiper-button-prev{position:absolute;top:-16%;bottom:0;left:3%;width:5rem;height:5rem;margin:auto;background-color:rgba(16,39,69,.8);border-radius:50vmax;-webkit-filter:drop-shadow(0 0 0.4rem rgba(16, 39, 69, 0.4));filter:drop-shadow(0 0 0.4rem rgba(16, 39, 69, 0.4));-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}@media(any-hover: hover){#works .swiper-button-prev:hover svg{stroke:#fcc800}}@media screen and (max-width: 768px){#works .swiper-button-prev{width:3rem;height:3rem}}#works .swiper-button-prev svg{fill:none;stroke:#8596b2;stroke-linecap:round;stroke-linejoin:round;stroke-width:.2rem;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transition:stroke .3s;transition:stroke .3s}#works .swiper-button-next{position:absolute;top:-16%;bottom:0;right:3%;width:5rem;height:5rem;margin:auto;background-color:rgba(16,39,69,.8);border-radius:50vmax;-webkit-filter:drop-shadow(0 0 0.4rem rgba(16, 39, 69, 0.4));filter:drop-shadow(0 0 0.4rem rgba(16, 39, 69, 0.4));-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}@media(any-hover: hover){#works .swiper-button-next:hover svg{stroke:#fcc800}}@media screen and (max-width: 768px){#works .swiper-button-next{width:3rem;height:3rem}}#works .swiper-button-next svg{fill:none;stroke:#8596b2;stroke-linecap:round;stroke-linejoin:round;stroke-width:.2rem;-webkit-transition:stroke .3s;transition:stroke .3s}#service{padding:20rem 4rem 0}@media screen and (max-width: 768px){#service{padding:20rem 2rem 0}}#service .service__title{position:relative;width:60%;max-width:347px;margin:0 auto 3.5rem}#service .service-list{max-width:1760px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:3.2rem;container-type:inline-size}#service .service-list__item{width:100%;padding:1.5rem 2rem 2.5rem;background-color:rgba(153,153,153,.5);border-radius:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 769px){@container (min-width: 1401px){#service .service-list__item{width:30%}}@container (max-width: 1400px){#service .service-list__item{width:48%}}}@media screen and (max-width: 768px){#service .service-list__item{padding:1.5rem 1rem 2.5rem}}#service .service-list__icon{padding:1.5rem 2rem 4rem;background-color:#102745;border-radius:1.6rem}#service .service-list__icon svg{width:8.8rem;margin:auto;fill:#fcc800}#service .service-list__title{width:90%;margin:-25px auto 0;padding:.5rem 1rem;background-color:#102745;border:solid rgba(153,153,153,.5) 4px;border-radius:50vmax;font-size:2.4rem;color:#fcc800;text-align:center;line-height:1.2}@media screen and (max-width: 768px){#service .service-list__title{font-size:2.2rem}}#service .service-list__text{width:90%;margin:2rem auto}#service .service-list__btn{position:relative;width:25rem;margin:0 auto;padding:1rem 6rem;background-color:#102745;border:solid #8e9db0 3px;border-radius:50vmax;color:#fcc800;text-align:center;display:block}@media(any-hover: hover){#service .service-list__btn{-webkit-transition:border-color .3s;transition:border-color .3s}#service .service-list__btn:hover{border-color:#fcc800}}@media screen and (max-width: 768px){#service .service-list__btn{width:70%;padding:1rem 4rem}}#service .service-list__btn-icon{position:absolute;right:1rem;top:0;bottom:0;width:4rem;height:4rem;margin:auto;background-color:#fcc800;border-radius:50vmax;pointer-events:none;display:block}@media screen and (max-width: 768px){#service .service-list__btn-icon{width:3rem;height:3rem}}#service .service-list__btn-icon svg{fill:none;stroke:#102745;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}#client{padding:20rem 8rem 0}@media screen and (max-width: 768px){#client{padding:20rem 2rem 0}}#client .client__bg{position:absolute;left:0;right:0;margin:auto;z-index:-1}#client .client__bg.is-01{top:25rem;left:calc(clamp(70rem,29.3838rem + 84.507vw,120rem)*-1);width:64.1rem}@media screen and (max-width: 768px){#client .client__bg.is-01{left:-30rem;width:40rem}}#client .client__bg.is-02{bottom:-12rem;right:calc(clamp(70rem,29.3838rem + 84.507vw,130rem)*-1);width:46.6rem}@media screen and (max-width: 768px){#client .client__bg.is-02{left:-45rem;width:30rem}}#client .client__title{position:relative;width:60%;max-width:346px;margin:0 auto -1.5rem}#client .client__frame{max-width:1384px;margin:auto;padding:5rem;background-color:rgba(153,153,153,.5);border-radius:2rem}@media screen and (max-width: 768px){#client .client__frame{padding:4rem 2rem}}#client .client-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.4rem;container-type:inline-size}@media screen and (max-width: 768px){#client .client-list{gap:1.5rem}}#client .client-list__item{background-color:#fff;border-radius:1rem;overflow:hidden;aspect-ratio:2/1}@media screen and (min-width: 769px){@container (min-width: 851px){#client .client-list__item{width:23%}}@container (max-width: 850px){#client .client-list__item{width:30%}}}@media screen and (max-width: 768px){#client .client-list__item{width:47%}}#client .client-list__item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#recruit{padding:20rem 14rem 0}@media screen and (max-width: 768px){#recruit{padding:20rem 2rem 0}}#recruit .recruit__title{position:relative;width:60%;max-width:345px;margin:0 auto -7rem;z-index:1}#recruit .recruit-window{position:relative;max-width:900px;margin:auto;color:#969ca5}#recruit .recruit-window__bg{position:absolute;inset:0;width:100%;height:100%}#recruit .recruit-window__bg picture{height:100%}#recruit .recruit-window__inner{position:relative;padding-top:9rem;text-align:center}#recruit .recruit-window__title{margin-bottom:1rem;padding:0 10rem;font-size:2.4rem}@media screen and (max-width: 768px){#recruit .recruit-window__title{padding:0 2rem;font-size:2.2rem}}#recruit .recruit-window__text{padding:0 10rem}@media screen and (max-width: 768px){#recruit .recruit-window__text{padding:0 5rem}}#recruit .recruit-window__banner{position:relative;max-width:635px;margin:2rem auto 0;background-color:#8596b2;border-radius:.5rem;display:block;overflow:hidden;z-index:5}@media(any-hover: hover){#recruit .recruit-window__banner:hover img{opacity:.5}}#recruit .recruit-window__banner img{-webkit-transition:opacity .3s;transition:opacity .3s}#recruit .recruit-window__element{position:absolute;pointer-events:none;z-index:1}#recruit .recruit-window__element.is-01{top:-3rem;left:-11rem;width:36%;max-width:32rem}@media screen and (max-width: 768px){#recruit .recruit-window__element.is-01{top:-5rem;left:-2rem;width:calc(100% + 4rem);max-width:inherit}}#recruit .recruit-window__element.is-02{display:none}@media screen and (min-width: 769px){#recruit .recruit-window__element.is-02{top:-5rem;right:-10.6rem;width:42%;max-width:37.4rem;display:block}}/*# sourceMappingURL=index.css.map */