:root{--col_txt: 33, 33, 33;--col_gr:93, 93, 93;--col_w:255, 255, 255;--col_bl:52, 52, 52;--col_blue:44, 128, 208;--col_blue2: 71, 161, 217;--col_blue3: 86, 197, 211;--col-blue4: 167, 213, 225;--col_blue5: 35, 150, 180;--col_blue6: 50, 174, 200;--col_bg1:86, 197, 211;--col_bg2:208, 231, 243;--col_bg3: 217, 236, 245;--col_bg4: 231, 243, 249;--col_bg5: 232, 243, 249}:root{--opacity:1.0;color:#343434}:root{--rad: 8px}@media screen and (max-width: 800px){:root{--rad: 4px}}:root{--headerheight: 82px}@media screen and (max-width: 800px){#top .wrap_m .deco.s{width:min(85.0694444444%,80vw)}}@media screen and (max-width: 800px){#top .wrap_m .deco.m{width:min(100.6944444444%,100vw)}}@keyframes slideinBottom{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}:root{--horizontal: -3px;--vertical: -10px;--rotate: 120deg;--scale: 0.8}@keyframes horizontal{0%{transform:translateX(var(--horizontal))}100%{transform:translateX(0px)}}@keyframes vertical{0%{transform:translateY(var(--vertical))}100%{transform:translateY(0px)}}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(var(--rotate))}}@keyframes scale{0%{transform:scale(1, 1)}100%{transform:scale(var(--scale), var(--scale))}}.pageloading{position:fixed;inset:0;background-color:#fff;z-index:10000;display:flex;justify-content:center;align-items:center;width:100%;height:100vh;opacity:0;pointer-events:none}.pageloading.js--active{opacity:1}.pageloading-content{display:flex;justify-content:center;align-items:center;gap:.5em}.pageloading-icon{width:20px;aspect-ratio:1/1;--rotate: 360deg;transform-origin:50%,28.8675%;animation:rotate 5s linear infinite forwards}.pageloading-icon>img{display:block;width:100%;height:auto}#base01 path,#base02 path,#base03 path{fill:#dd0303}#mask01 path,#mask02 path,#mask03 path{fill:none;stroke:#fff;stroke-width:8.7px;stroke-linecap:round;stroke-linejoin:round}.fv--area{position:relative;max-height:calc(100vh - var(--headerheight));width:100%;aspect-ratio:1380/818}@media screen and (max-width: 800px){.fv--area{aspect-ratio:3/4}}.fv-slide{position:relative;width:100%;height:100%}.fv-slide--item{position:absolute;width:100%;height:100%;opacity:0;transform:scale(1.01);transition:opacity 2s ease,transform 2s ease}.fv-slide--item img{display:block;object-fit:cover;height:100%;width:100%;max-width:none}.fv-slide--item.js--active{opacity:1;transform:scale(1)}.fv-canvas{position:absolute;inset:0;opacity:0;transition:opacity .4s}.fv-canvas.js--active{opacity:1}.fv-canvas.fv-canvas-hidden{opacity:0 !important}.fv-title--area{position:absolute;inset:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1}@media screen and (max-width: 800px){.fv-title--area{box-sizing:border-box;padding:0 8% 40px}}.fv-title--area:before{content:"";display:block;position:absolute;width:100%;aspect-ratio:2/1;background:radial-gradient(at center, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 47%)}@media screen and (max-width: 800px){.fv-title--area:before{aspect-ratio:1/2}}.fv-title--area:before{z-index:-1;mix-blend-mode:screen}.fv-title{display:flex;justify-content:center;align-items:center;gap:2em}@media screen and (min-width: 801px),print{.fv-title{width:100%}}@media screen and (max-width: 800px){.fv-title{display:grid;grid-template-columns:repeat(1, 1fr);gap:0}}.fv-title>img{display:block}.fv-title--catch{display:block;width:23.8888888889%;aspect-ratio:344/187}@media screen and (max-width: 800px){.fv-title--catch{width:55.0387596899%}}.fv-title--catch{overflow:hidden;position:relative}.fv-title--catch--item{position:absolute;display:block;width:100%;height:100%;opacity:0}.fv-title--catch--item.js--active{opacity:1}.fv-title--catch--item.slide-down{transform:translateY(-100%)}.fv-title--catch--item.slide-down.js--active{opacity:1;animation:slideinBottom 1000ms forwards}.fv-title--copy{display:block;width:28.8888888889%}@media screen and (max-width: 800px){.fv-title--copy{width:100%;display:flex;justify-content:flex-end}.fv-title--copy img{width:60.0303951368%;height:auto}}@keyframes sdl{0%{transform:scale(1, 0);transform-origin:0 0}50%{transform:scale(1, 1);transform-origin:0 0}51%{transform:scale(1, 1);transform-origin:0 100%}100%{transform:scale(1, 0);transform-origin:0 100%}}.fv--scroll{position:absolute;bottom:0;left:0;right:0;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5em}.fv--scroll:before,.fv--scroll:after{content:"";display:block;width:1px;height:60px}@media screen and (max-width: 800px){.fv--scroll:before,.fv--scroll:after{height:40px}}.fv--scroll:before{position:absolute;left:0;right:0;bottom:0;margin:0 auto;background-color:#000;animation:sdl 2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite}.fv--scroll-txt{font-size:12px}.message{margin:30px;background-color:#d9ecf5;position:relative;overflow:hidden}@media screen and (max-width: 800px){.message{margin:15px}}.message_wrap{display:flex;justify-content:center}.message .deco-tri{opacity:.5;mix-blend-mode:multiply}.message--deco01{width:35.2777777778%;right:70%;bottom:70%;animation:horizontal 1s ease-in-out infinite alternate}.message--deco01>img{animation:vertical 1s ease-in-out infinite alternate,rotate 10s ease-in-out infinite alternate}@media screen and (max-width: 800px){.message--deco01{width:70.5555555556%}}.message--deco02{width:35.2777777778%;left:70%;top:70%;animation:vertical 1s ease-in-out infinite alternate;--rotate: -120deg}.message--deco02>img{animation:horizontal 1s ease-in-out infinite alternate,rotate 20s ease-in-out infinite alternate}@media screen and (max-width: 800px){.message--deco02{width:70.5555555556%}}.message--txtbox{padding:140px 10%;width:fit-content}@media screen and (max-width: 800px){.message--txtbox{padding:80px 10%}}.message--txt{font-size:clamp(14.4715347705px,14.4715347705px + (16 - 14.4715347705)*(100vw - 375px)/(1440 - 375),16px);line-height:3}@media screen and (max-width: 800px){.message--txt{line-height:2}}.message--txt+.message--txt{margin-top:2em}@media screen and (max-width: 800px){.message--txt+.message--txt{margin-block-start:1em}}.main{overflow:hidden}.deco-tri{position:absolute;pointer-events:none}.deco-tri img{width:100%;height:auto}.deco-tri{animation:horizontal 1s ease-in-out infinite alternate}.deco-tri>img{animation:vertical 1s ease-in-out infinite alternate}.topsec{position:relative}.topsec_tit{position:relative}.topsec_tit-en{font-size:clamp(63.0847807992px,63.0847807992px + (100 - 63.0847807992)*(100vw - 375px)/(1440 - 375),100px);color:#5d5d5d;line-height:1}.topsec_tit-ja{font-size:clamp(17.3129907451px,17.3129907451px + (20 - 17.3129907451)*(100vw - 375px)/(1440 - 375),20px);letter-spacing:.1em}.topsec_tit_deco{width:23.2638888889%;aspect-ratio:268/282;position:absolute;top:-45%;left:-8%;z-index:-1}@media screen and (max-width: 800px){.topsec_tit_deco{width:40%;top:-3%}}.topsec_tit_deco img{width:100%;height:100%;object-fit:cover}.topsec--link{display:block}.topsec--link-img{overflow:hidden}.topsec--link-img img{width:100%;height:100%;max-width:none;object-fit:cover;display:block;transition:transform .4s}@media(any-hover: hover){.topsec--link:hover .topsec--link-img img{transform:scale(1.05)}.topsec--link:hover .topsec--link-mark{letter-spacing:.2em}}.topsec--link-txtbox{padding:40px;background-color:color-mix(in srgb, #D0E7F3 30%, #fff);box-sizing:border-box}.topsec--link-cat{display:flex;align-items:center;font-size:clamp(14.4715347705px,14.4715347705px + (16 - 14.4715347705)*(100vw - 375px)/(1440 - 375),16px);gap:.3em;margin-block-end:1em}.topsec--link-cat-icon{width:16px;height:16px}.topsec--link-tit{font-size:clamp(21.3753968324px,21.3753968324px + (26 - 21.3753968324)*(100vw - 375px)/(1440 - 375),26px);line-height:1.5;margin-block-end:1em}.topsec--link-mark{color:#2396b4;font-size:12px;position:relative}@media(any-hover: hover){.topsec--link-mark{transition:.4s}}.topsec--link-mark:before{content:"";display:inline-block;width:8px;height:9px;background-color:#2396b4;margin-inline-end:3px;clip-path:polygon(0 0, 0% 100%, 100% 50%)}.topsec-company{padding-block-end:130px}.topsec-company_tit{padding-block:80px}@media screen and (max-width: 800px){.topsec-company_tit{padding-block:40px}}.topsec-company_tit .d--1{bottom:calc(100% - 30vw);right:calc(100% - 30vw);z-index:-1}@media screen and (max-width: 800px){.topsec-company_tit .d--1{bottom:-50%;right:auto;left:-30%}}.topsec-company_tit .d--2{top:calc(100% - 30vw);right:calc(100% - 40vw);opacity:.5;z-index:-1}@media screen and (max-width: 800px){.topsec-company_tit .d--2{top:-30%;right:auto;left:-20%}}.topsec-company_tit-en{margin-bottom:.3em}.topsec-company_tit_wrap{position:relative}.topsec-company--layout{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;container:company/inline-size}@container (width < 1200px){.topsec-company--layout{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 800px){.topsec-company--layout{grid-template-columns:repeat(1, 1fr)}}@media screen and (min-width: 801px),print{.topsec-company--layout .topsec-company--link:nth-child(2n+1){padding-block-end:40px}.topsec-company--layout .topsec-company--link:nth-child(2n){padding-block-start:40px}}@media screen and (min-width: 801px),print{.topsec-company--link-cat{justify-content:center}}.topsec-company--link-img{aspect-ratio:412/468}.topsec-company--link-img img.pc{display:block}.topsec-company--link-img img.md{display:none}@container (width < 1200px){.topsec-company--link-img{aspect-ratio:710/445}.topsec-company--link-img img.pc{display:none}.topsec-company--link-img img.md{display:block}}.topsec-company--link:nth-child(2) .topsec-company--link-img img{object-position:5% 0%}.topsec-company--link-txtbox{width:80%;margin:-40px auto 0;position:relative}@media screen and (min-width: 801px),print{.topsec-company--link-txtbox{text-align:center;display:flex;flex-direction:column;justify-content:center;padding:40px 20px}}@media screen and (max-width: 800px){.topsec-company--link-txtbox{width:min(90%,400px)}}.topsec-business{background:url("../img/deco02@2x.png") no-repeat center,color-mix(in srgb, #D0E7F3 80%, #fff);background-size:70vw auto;padding-block:120px 200px}@media screen and (max-width: 800px){.topsec-business{padding-block:60px 100px}}.topsec-business .d--1{left:calc(100% - 40vw);top:-20vw}.topsec-business_wrap{position:relative;container:business/inline-size}.topsec-business_tit{text-align:center;position:relative;z-index:1}.topsec-business_content{margin-top:-70px}@media screen and (max-width: 800px){.topsec-business_content{margin-top:40px}}.topsec-business--link-img{width:100%;aspect-ratio:1152/420;position:relative}@container business (width < 864px){.topsec-business--link-img{aspect-ratio:710/445}}.topsec-business--link-img:after{content:"";display:block;position:absolute;width:50%;aspect-ratio:1/1;background:radial-gradient(circle at center, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 47%);top:-50%;left:0;right:0;margin:auto}.topsec-business--link-img img{display:block}.topsec-business--link-txtbox{width:min(100%,400px);position:absolute;bottom:-80px;right:0}@media screen and (max-width: 800px){.topsec-business--link-txtbox{position:relative;bottom:auto;right:auto;margin:-40px auto 0;width:min(90%,400px)}}.topsec-workpeople{padding-block:120px;position:relative}.topsec-workpeople_tit{text-align:center}.topsec-work{padding-block:100px}@media screen and (max-width: 800px){.topsec-work{padding-block:50px 100px}}.topsec-work{position:relative}.topsec-work_wrap{position:relative;container:work/inline-size}.topsec-work_wrap .d--1{left:calc(100% - 15vw);bottom:calc(100% - 20vw);opacity:.5;z-index:-1}.topsec-work--link{display:flex;flex-direction:row-reverse;align-items:center;max-width:1008px}@container work (width < 1008px){.topsec-work--link{flex-direction:column}}@media screen and (max-width: 800px){.topsec-work--link-img{aspect-ratio:710/445}}.topsec-work--link-txtbox{margin-inline-end:-10%;position:relative;z-index:1;width:min(100%,400px);flex-shrink:0}@container work (width < 1008px){.topsec-work--link-txtbox{width:min(90%,400px);margin-block-start:-40px}}.topsec-people{position:relative}.topsec-people_wrap{position:relative;container:people/inline-size}.topsec-people_wrap .d--1{right:calc(100% - 15vw);top:-40%;opacity:.5;z-index:-1}.topsec-people_tit{display:flex;flex-direction:column;align-items:center;text-align:center;margin-block-end:2em}.topsec-people-slider{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5em}@media screen and (max-width: 800px){.topsec-people-slider{grid-template-columns:repeat(1, 1fr)}}.topsec-people--link{position:relative}@media screen and (min-width: 801px),print{.topsec-people--link{padding-block-end:40px;margin-block-end:40px}}.topsec-people--link-img{position:relative;z-index:1;width:100%;aspect-ratio:300/380}.topsec-people--link-img img{object-fit:cover}@container people (width < 970px){.topsec-people--link-img{aspect-ratio:710/445}.topsec-people--link-img img{object-position:top center}}.topsec-people--link-txtbox{padding:25px;position:absolute;bottom:0;left:0;right:0;margin:0 auto;z-index:2;width:calc(100% - 60px)}@container people (width < 970px){.topsec-people--link-txtbox{position:relative;width:min(400px,90%);margin:-40px auto 0}}.topsec-people--link-tit{margin-bottom:.5em}.topsec-people--link .prof{font-size:12px}.topsec-people--link .year{font-size:12px}.topsec-people--link .deco-tri{z-index:2;width:54%}@container people (width < 970px){.topsec-people--link .deco-tri{width:27%}}.topsec-people--link .deco-tri{aspect-ratio:177/175}.topsec-people--link .deco-tri>img{display:block;width:100%;height:auto}@media screen and (min-width: 801px),print{.topsec-people--link:nth-child(2n){margin-block:40px 0}}.topsec-people--link:nth-child(1) .deco-tri{right:calc(100% - 80px);top:5%;animation:vertical 1s ease-in-out infinite alternate}.topsec-people--link:nth-child(1) .deco-tri>img{animation:rotate 10s ease-in-out infinite alternate}.topsec-people--link:nth-child(2) .deco-tri{right:calc(100% - 80px);top:20%;transform:rotate(30deg);--rotate: -135deg}.topsec-people--link:nth-child(2) .deco-tri>img{animation:rotate 15s ease-in-out infinite alternate}.topsec-people--link:nth-child(3) .deco-tri{right:-10%;top:-15%;transform:rotate(45deg);--rotate: 160deg}.topsec-people--link:nth-child(3) .deco-tri>img{animation:rotate 15s ease-in-out infinite alternate}.topsec-people--link:nth-child(4) .deco-tri{right:-30%;top:25%;transform:rotate(80deg)}.topsec-people--link:nth-child(4) .deco-tri>img{animation-duration:30s}@media screen and (min-width: 801px),print{.topsec-people--link:nth-child(4) .topsec-people--link-tit{letter-spacing:-0.01em}}.topsec-bgcolor:before{content:"";display:block;position:absolute;background-color:rgba(var(--col_bg2), 0.5);width:100%;height:100%;inset:0;z-index:-1}.topsec-special{padding-block:180px 120px}@media screen and (max-width: 800px){.topsec-special{padding-block:80px 60px}}.topsec-special_wrap{position:relative;container:special/inline-size}.topsec-special_wrap .d--1{left:calc(100% - 10vw);top:calc(100% - 30vw)}.topsec-special_wrap .d--2{left:calc(100% - 18vw);top:calc(100% - 20vw);opacity:.5}.topsec-special_wrap .d--3{right:calc(100% - 18vw);top:calc(100% - 25vw);opacity:.5}.topsec-special--layout{display:grid;grid-template-columns:repeat(2, 1fr);margin-block-start:-100px}@container special (width < 1008px){.topsec-special--layout{margin-block-start:60px}}@media screen and (max-width: 800px){.topsec-special--layout{grid-template-columns:repeat(1, 1fr);gap:60px}}.topsec-special_tit{position:relative;text-align:center;z-index:1}.topsec-special_tit .d--1{right:calc(50% - 10px)}.topsec-special_tit_deco{left:0;right:0;margin:0 auto;--horizontal: -5px;--vertical: 10px}.topsec-special_tit_deco>img{animation:vertical 2.5s ease-in-out infinite alternate}.topsec-special_tit-en{margin-bottom:.3em}.topsec-special--link{position:relative;padding-bottom:100px}@container special (width < 1152px){.topsec-special--link{padding-bottom:0}}@container special (width < 1008px){}.topsec-special--link-txtbox{background-color:#fff;width:80%;margin:0 auto;position:absolute;bottom:0;left:0;right:0;text-align:center;display:flex;flex-direction:column;align-items:center}@container special (width < 1152px){.topsec-special--link-txtbox{position:relative;width:min(400px,90%);margin:-40px auto 0;bottom:auto}}.topsec-recruit{padding-block:120px 200px}@media screen and (max-width: 800px){.topsec-recruit{padding-block:60px 160px}}.topsec-recruit .deco-tri{width:41.6666666667%;left:80%;top:50%}.topsec-recruit .deco-tri>img{--rotate: 360deg;animation:rotate 30s ease-in-out infinite alternate}.topsec-recruit--layout{display:flex;justify-content:center;gap:10%}@media screen and (max-width: 800px){.topsec-recruit--layout{flex-direction:column;gap:40px}}.topsec-recruit--txtbox{display:flex;flex-direction:column;justify-content:space-between}.topsec-recruit .topsec_tit{flex-grow:1;display:flex;flex-direction:column;justify-content:center;margin-bottom:3em}.topsec-recruit--img{width:50%}@media screen and (max-width: 800px){.topsec-recruit--img{width:100%}}.topsec-recruit--img img{object-fit:cover;width:100%;height:100%}.topsec-recruit--link{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(var(--col_blue5), 0.4);padding-block:2em}.topsec-recruit--link:last-child{border-bottom:1px solid rgba(var(--col_blue5), 0.4)}.topsec-recruit--link-tit{margin-block-end:0;letter-spacing:.1em}/*# sourceMappingURL=style.min.css.map */