:root{color-scheme:light dark}[data-theme=dark]{color-scheme:dark}[data-theme=dark].is-reversed,[data-theme=light]{color-scheme:light}[data-theme=light].is-reversed{color-scheme:dark}*,:after,:before{box-sizing:border-box}pre{font-family:var(--fontFamily-mono);font-weight:var(--fontWeight-normal)}a{text-decoration:none;color:#000}@media (--not-sp){.-hidden-pc{display:none!important}}@media (max-width:599px){.-hidden-sp{display:none!important}}.-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.is-pc{display:block!important}@media (max-width:599px){.is-pc{display:none!important}}.is-sp{display:none!important}@media (max-width:599px){.is-sp{display:block!important}}html{font-size:clamp(6px,.625vw,62.5%);-webkit-text-size-adjust:100%}@media (min-width:1600px){html{font-size:62.5%}}@media (max-width:40rem){html{font-size:2.6666vw}}body{font-family:Inter,Noto Sans JP,sans-serif;scroll-behavior:smooth;margin:0}.main{position:relative;background-color:light-dark(#fff,#000);color:light-dark(#000,#fff);transition:background-color .8s ease,color .8s ease}button{all:unset;cursor:pointer}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-size:inherit;font-weight:inherit}img,svg{width:100%}svg path{fill:light-dark(#000,#fff)}.section{width:100%;max-width:160rem;padding:10rem 4.8rem;margin:0 auto}@media (max-width:599px){.section{padding:10rem 2rem}}.h2{font-size:5.2rem;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.15rem;margin-bottom:7.2rem;margin-top:0}@media (max-width:599px){.h2{font-size:4.2rem;letter-spacing:-.1rem;line-height:1.5}}.h2-sub{font-size:3.6rem;font-style:normal;font-weight:400;line-height:150%}@media (max-width:599px){.h2-sub{font-size:2.5rem}}.h3{font-size:2.8rem;font-style:normal;font-weight:400;line-height:150%;margin:0}@media (max-width:599px){.h3{font-size:2.2rem;margin-bottom:4rem}}.h4{font-size:2rem;line-height:150%;margin:0}.h4,.p{font-style:normal;font-weight:400}.p{font-size:1.6rem;line-height:160%}.h2-sub+.p{margin-top:7.2rem}.common-a,.lang-jp .p{font-family:Noto Sans JP,sans-serif}.common-a{padding:.8rem 2rem;border-radius:2rem;border:1px solid #fff;font-size:1.3rem;font-style:normal;font-weight:700;line-height:100%;transition:.4s ease-in-out;text-decoration:none!important}.common-a:hover{background-color:#fff;color:#000}.row{display:block;position:relative;overflow:hidden}.row-inside{display:block;transform:translateY(102%);transition:transform 2.5s cubic-bezier(.11,.85,.14,1),opacity 1s ease-in-out;opacity:1}.row .row-inside{transition-delay:calc(var(--i)*0.2s)}.show .row-inside{opacity:1;transform:translateY(0)}.text2 span{opacity:0;display:inline-block;transform:translateY(5px)}.text2.show span{animation:fadeUp .4s forwards;animation-delay:calc(var(--i)*0.05s)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes typing{to{width:100%}}.main-flex{display:flex;justify-content:space-between}@media (max-width:599px){.main-flex{flex-direction:column}}@media (max-width:599px){.main-flex1{flex-direction:column-reverse}}.main-flex-left{width:48.5rem}@media (max-width:599px){.main-flex-left{width:100%}}.main-flex-left1{width:69.2rem;max-width:46%}@media (max-width:599px){.main-flex-left1{width:100%;margin-top:4.8rem;max-width:100%}}.main-flex-right{width:74rem;max-width:50%}@media (max-width:599px){.main-flex-right{width:100%;max-width:100%}}.content-flex{display:flex;justify-content:space-between;align-items:flex-start}@media (max-width:599px){.content-flex{flex-direction:column}}.content-flex-left{width:48.5rem;position:-webkit-sticky;position:sticky;top:10rem;padding-bottom:10rem}@media (max-width:599px){.content-flex-left{width:100%;position:relative;top:auto;padding-bottom:0}}.content-flex-right{padding-top:14.7rem;width:74rem}@media (max-width:599px){.content-flex-right{width:100%;padding-top:7.2rem}}.parallax{animation:parallaxMove linear;animation-timeline:scroll();animation-range:entry 0 entry 50%}@keyframes parallaxMove{0%{transform:translateY(0);opacity:1}15%{transform:translateY(0);opacity:0}to{transform:translateY(0);opacity:0}}.fade{opacity:0;transform:translateY(20px);transition:opacity .8s ease-in-out,transform .6s ease-in-out}.fade.show{opacity:1;transform:translateY(0)}.draw{stroke:light-dark(#000,#fff);stroke-width:1;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000}.show .draw{animation:drawLine 1s ease-in-out forwards}.draw:nth-child(2){animation-delay:.3s}.draw:nth-child(3){animation-delay:.6s}.draw:nth-child(4){animation-delay:.9s}@keyframes drawLine{to{stroke-dashoffset:0}}.flex{display:flex}.sp-swiper-parent{position:relative}.sp-swiper{position:absolute;opacity:0}@media (max-width:599px){.sp-swiper{opacity:1;top:50%;transform:translateY(-50%);left:calc(95% - 4.1rem);width:4.1rem}}.anime{transition:transform 1.4s cubic-bezier(.11,.85,.14,1),opacity .6s ease-in-out}.hide-left{transform:translate3d(-50px,0,0)}.hide-right{transform:translate3d(50px,0,0)}.hide-up{transform:translate3d(0,-50px,0)}.hide-up1{transform:translate3d(0,-20px,0)}.hide-down{transform:translate3d(0,50px,0)}.hide-scale{transform:scale(1.1)}.hide-scale-anime{transform:scale(1.05);filter:brightness(0);transition:filter 2s ease-in-out,transform 5.5s cubic-bezier(.11,.85,.14,1)}.hide-scale-anime.show{filter:brightness(100%);transform:scale(1)}@keyframes scaleInit{0%{transform:scale(1);filter:brightness(100%)}to{transform:scale(1.05);filter:brightness(0)}}@keyframes scaleAnimation{0%{transform:scale(1.15);opacity:0}to{opacity:1;transform:scale(1)}}.hide-fade{opacity:0}.delay1{transition-delay:.1s}.delay2{transition-delay:.2s}.delay3{transition-delay:.3s}.delay4{transition-delay:.4s}.delay5{transition-delay:.5s}.delay6{transition-delay:.6s}.delay7{transition-delay:.7s}.delay8{transition-delay:.8s}.delay9{transition-delay:.9s}.delay10{transition-delay:1s}.delay12{transition-delay:1.2s}.delay14{transition-delay:1.4s}.delay16{transition-delay:1.6s}.delay30{transition-delay:2s}.langs{display:flex;gap:.8rem;align-items:center}.lang{font-size:1.1rem;position:relative;line-height:1;color:#707070;transition:color .4s ease-in-out}.lang.active{color:#fff;cursor:default!important}.lang:hover{color:#fff;cursor:pointer}header{position:fixed;top:0;left:0;width:100vw;padding:2rem 4.8rem;display:flex;align-items:center;mix-blend-mode:difference;color:#fff;z-index:2}@media (max-width:40rem){header{padding:2rem}}.header-links{display:flex;gap:1.6rem;font-size:1.3rem;margin-right:2.4rem;align-items:center}@media (max-width:40rem){.header-links{display:none}}.header-link{cursor:pointer;position:relative}.header-link:after{position:absolute;left:0;content:"";width:100%;height:1px;background:#fff;bottom:-1px;transform:scaleX(0);transform-origin:left top;transition:transform .3s}.header-link:focus:after,.header-link:hover:after{transform:scale(1)}.header-contact{padding:.9rem 2rem .8rem;border:1px solid #fff;border-radius:2.2rem;font-size:1.3rem;font-style:normal;font-weight:700;line-height:100%;text-decoration:none!important;color:#fff}.header-contact:hover{background-color:#fff;color:#000}@media (max-width:599px){.header-contact{display:none}}.menu-btn{position:fixed;top:2rem;right:2rem;width:24px;height:22px;z-index:1000;mix-blend-mode:difference;display:none}@media (max-width:599px){.menu-btn{display:block}}.menu-btn-line{height:2px;background-color:#fff;width:100%;position:absolute;left:0;transition:.4s ease-in-out}.menu-btn-line.is-top{top:0}.menu-btn-line.is-mid1,.menu-btn-line.is-mid2{top:10px}.menu-btn-line.is-bot{top:20px}.open .is-bot,.open .is-top{opacity:0}.open .is-mid1{transform:rotate(45deg)}.open .is-mid2{transform:rotate(-45deg)}.menu{position:fixed;height:100vh;z-index:-10;opacity:0}.menu,.menu-body{top:0;right:0;width:100vw}.menu-body{position:absolute;height:100dvh;background-color:#fff;z-index:2}.menu-scroll{height:100vh}.menu-inside{padding:30px 27px 50px;height:100dvh;display:flex;flex-direction:column;justify-content:flex-end}.menu-links{display:flex;flex-direction:column;align-items:flex-start;gap:5.2rem;font-size:2.4rem;font-weight:500;position:relative;z-index:2}.menu-a,.menu-links{font-style:normal;line-height:100%;color:#000}.menu-a{display:inline-flex;padding:8px 20px 9px;justify-content:center;align-items:center;border-radius:20px;border:1px solid #000;font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:700}.menu-bottom{display:flex;justify-content:space-between;margin-top:10rem}.menu-logo{width:184px}.footer{padding:0 4.8rem;max-width:160rem;margin:10rem auto 0}@media (max-width:599px){.footer{margin-top:0;padding:0}}.mini{font-size:12px;font-style:normal;font-weight:400;line-height:150%;position:relative;display:inline-block}.mini:after{position:absolute;left:0;content:"";width:100%;height:1px;background:#000;bottom:-1px;transform:scaleX(0);transform-origin:left top;transition:transform .3s}.mini:hover:after{transform:scale(1)}.footer-links{display:flex}@media (max-width:599px){.footer-links{flex-direction:column;justify-content:center;align-items:center;gap:1rem}}.mini+.mini{margin-left:1.2rem}@media (max-width:599px){.mini+.mini{margin-left:0}}.footer-bottom{position:relative;margin-top:3.5rem;padding-bottom:4.3rem;display:flex;flex-direction:column;align-items:flex-start}@media (max-width:599px){.footer-bottom{margin-top:0;align-items:center;justify-content:center}}.footer-logo{width:68rem;line-height:0;margin-bottom:4rem}@media (max-width:599px){.footer-logo{width:32rem}}.copy{position:absolute;bottom:4.3rem;right:0;font-size:12px;font-style:normal;font-weight:400;display:flex;gap:1.2rem;line-height:1.5}@media (max-width:1024px){.copy{flex-direction:column-reverse;align-items:flex-end}}@media (max-width:599px){.copy{position:relative;bottom:auto;right:auto;margin-top:4.8rem;flex-direction:column;align-items:center;font-size:10px}}.email{margin-top:8px;display:flex;align-items:center;gap:4px;font-size:12px;font-style:normal;font-weight:400;line-height:150%;white-space:nowrap}@media (max-width:599px){.email{margin-top:20px}}.mv{position:relative;-webkit-clip-path:inset(0);clip-path:inset(0);color:#000}.mv-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url(../images/kv_img.png);background-size:cover;background-position:50%}.mv-top,.mv-top-inside{position:relative;z-index:2;height:100vh}@media (max-width:599px){.mv-top-inside{height:100dvh}}.mv-text{position:absolute;top:25%;left:50%;transform:translateX(-50%);text-align:center;font-size:1.8rem;font-style:normal;font-weight:400;line-height:170%;letter-spacing:.3rem}@media (max-width:599px){.mv-text{font-size:1.2rem;letter-spacing:.2rem;width:100%}}.mv-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80rem;line-height:0}@media (max-width:599px){.mv-logo{width:33rem}}.mv-bottom{position:absolute;bottom:4.2rem;left:0;padding:0 3.2rem;width:100%;display:flex;justify-content:space-between;align-items:flex-end}@media (max-width:599px){.mv-bottom{padding:0 2rem}}.news{display:flex;align-items:center}.mv-top-br{width:14.6rem;line-height:0}@media (max-width:599px){.mv-top-br{position:absolute;right:1rem;bottom:4.3rem;width:10rem}}.mv-info{font-family:Inter,sans-serif;font-size:1.6rem;margin-bottom:1.6rem}.mv-info,.mv-info-date{font-style:normal;font-weight:500;line-height:100%}.mv-info-date{font-size:.8rem}.mv-info-text{font-size:1.2rem;font-weight:400;margin-left:1.6rem;line-height:100%}@media (max-width:599px){.mv-info-text{font-size:1.1rem;line-height:1.4}}.mv-info-text a:hover{text-decoration:underline}.mv-main{position:relative;z-index:2}.mv-wrapper{width:92rem;margin-left:28rem;position:relative;justify-content:space-between;display:flex}@media (max-width:599px){.mv-wrapper{width:100%;margin-left:0}}.circles{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;gap:2rem;width:1.4rem}@media (max-width:599px){.circles{margin-left:2rem}}.circle{width:1.4rem;height:1.4rem;border:1px solid transparent;position:relative;border-radius:50%}.circle,.circle:after{transition:.4s ease-in-out}.circle:after{content:"";position:absolute;top:50%;left:50%;width:.4rem;height:.4rem;border-radius:50%;background-color:#a3a3a3;transform:translate(-50%,-50%)}.circle.current{border-color:#000}.circle.current:after{background-color:#000}.main-items{width:81.2rem;margin-left:auto}@media (max-width:599px){.main-items{width:calc(100% - 5rem);padding-right:2rem}}.main-item{min-height:100vh;padding:10rem 0;display:flex;flex-direction:column;justify-content:center;color:#000}@media (max-width:599px){.main-item{padding:5rem 0 15rem}}.main-item-title{font-size:4rem;font-style:normal;font-weight:400;line-height:150%;margin-bottom:4.8rem}@media (max-width:599px){.main-item-title{font-size:2.4rem;margin-bottom:4rem}}@media (max-width:599px){.main-item-text{font-size:1.4rem}}@media (max-width:599px){.about-top{padding-top:6rem}}@media (max-width:599px){.about{padding-bottom:6rem}}@media (max-width:599px){.section.about{padding-top:0}}.about-items{display:flex;margin-top:7.2rem;justify-content:space-between;gap:7.2rem;padding-bottom:10rem}@media (max-width:599px){.about-items{flex-direction:column;gap:10rem;padding-bottom:0}}.about-items .p{line-height:1.5}.about-item{width:33.33%}@media (max-width:599px){.about-item{width:100%}}.about-item-corner{color:#707070;font-size:1.2rem;font-style:normal;font-weight:400;line-height:100%}.about-item-flex{display:flex;align-items:center;margin:3.2rem 0}@media (max-width:599px){.about-item-flex{flex-direction:column;align-items:flex-start;margin:3.2rem 0 2.4rem}}.feature-image{width:16rem;margin-right:5.2rem}@media (max-width:599px){.feature-image{width:22.4rem;margin-left:auto;margin-right:auto}}.feature-text{font-size:2.4rem;font-style:normal;font-weight:500;line-height:130%}@media (max-width:599px){.feature-text{width:100%;margin-top:4rem}}@media (max-width:599px){.philo-image{overflow-x:auto;position:relative}}.philo-image+.philo-image{margin-top:6rem}@media (max-width:599px){.philo-image-inside1{width:47.8rem;margin-top:2rem}}@media (max-width:599px){.philo-image-inside2{width:69.2rem}}.is-second{padding-top:2rem;padding-bottom:16rem}@media (max-width:599px){.is-second{padding-top:0;padding-bottom:10rem}}.main-flex+.main-flex{margin-top:14rem}@media (max-width:599px){.main-flex+.main-flex{margin-top:7.2rem}}.number{font-size:2rem;font-style:normal;font-weight:400;line-height:100%;margin-bottom:4.8rem}@media (max-width:599px){.number{margin-bottom:2.4rem;font-size:1.4rem}}.h4+.p{margin-top:2.4rem}.philo-more{margin-top:10rem;display:flex;justify-content:flex-end}@media (max-width:599px){.philo-more{margin-top:7.2rem;justify-content:center}}.philo-a{height:3.8rem;width:16.7rem;border-radius:2.2rem;border:1px solid #fff;display:inline-flex;align-items:center;justify-content:center;transition:.4s ease-in-out;text-decoration:none;font-size:1.3rem;font-weight:600;background:hsla(0,0%,100%,.1);line-height:1;color:#fff;gap:1rem}.philo-a img{width:1rem}.philo-a:hover{background-color:#fff;color:#000}.philo-a:hover img{mix-blend-mode:difference}.philo-flex{display:flex;justify-content:space-between}@media (max-width:599px){.philo-flex{flex-direction:column}}.philo-flex-main{width:47.8rem}@media (max-width:599px){.philo-flex-main{width:100%}}.fields{margin-top:4.8rem;border-top:1px solid #707070}.field-item{padding:5.4rem 0;border-bottom:1px solid #707070;position:relative}.field-item-corner{position:absolute;top:2rem;left:0;color:#a3a3a3;font-size:1.2rem;font-style:normal;font-weight:400;line-height:100%}.field-item-tr{display:flex;justify-content:space-between}@media (max-width:599px){.field-item-tr{flex-direction:column}}.field-item-th{width:68rem}@media (max-width:599px){.field-item-th{width:100%}.field-item-th .h3{margin-bottom:2.4rem!important}}.field-item-td{width:74rem}@media (max-width:599px){.field-item-td{width:100%}}.why{margin-top:10rem}@media (max-width:599px){.why{margin-top:0;padding-bottom:6rem}}.why .h3{margin-bottom:3.2rem}.h2-why{width:25rem;margin-bottom:7.2rem}@media (max-width:599px){.h2-why{width:20rem}}.h2-why svg{width:100%}.items{margin-top:2rem;display:flex;gap:2.2rem}@media (max-width:599px){.items{flex-direction:column;gap:7.2rem}}.item-row{width:33.33%;display:flex;flex-direction:column;gap:1.6rem;align-items:center;justify-content:center}@media (max-width:599px){.item-row{width:100%}}.item-arrow{width:0;height:0;border-color:#707070 transparent transparent;border-style:solid;border-width:1.1rem 1rem 0}.item-box{padding:2rem 2.2rem 2.4rem 2.1rem;height:32rem;border:1px solid #a3a3a3;border-radius:.8rem}@media (max-width:599px){.item-box{height:auto!important;width:100%}}.item-box.item-box-issue{height:26.2rem}.item-head{color:#707070;font-size:1.2rem;font-style:normal;font-weight:400;line-height:100%;margin-bottom:1.2rem}.item-title1{font-size:1.6rem;line-height:150%;white-space:nowrap}.item-title1,.item-title2{text-align:center;font-style:normal;font-weight:400}.item-title2{font-size:1.4rem;line-height:130%;margin-top:.4rem}.item-text{list-style:disc;padding-left:1.5rem}.item-text li{font-size:1.4rem;font-style:normal;font-weight:400;line-height:130%;margin-bottom:.8rem}.item-image{margin-top:2.4rem;margin-bottom:1.7rem}@media (max-width:599px){.item-image{width:19rem;margin-bottom:0;margin-left:auto;margin-right:auto}}@media (max-width:599px){.section.what{padding-bottom:6rem}}.h2-what{width:30.9rem;margin-bottom:7.2rem}@media (max-width:599px){.h2-what{width:24.7rem}}.image{margin-bottom:2.4rem;margin-top:3.2rem}@media (max-width:599px){.image{margin-bottom:2rem;margin-top:2.8rem;overflow-x:auto}}.what-image{width:100%}@media (max-width:599px){.what-image{width:555px;position:relative}}.what-image-left{display:none}@media (max-width:599px){.what-image-left{display:block;position:absolute;right:calc(50% + 30vw);width:4.1rem;top:12.5rem}}.what-image-right{display:none}@media (max-width:599px){.what-image-right{display:block;position:absolute;left:calc(50% + 30vw);width:4.1rem;top:12.5rem}}.column-item+.column-item{margin-top:10rem}@media (max-width:599px){.section.how{padding-bottom:6rem}}.h2-how{width:24.9rem;margin-bottom:7.2rem}@media (max-width:599px){.h2-how{width:20rem}}.boxes-pc{display:flex;gap:2.2rem;flex-wrap:wrap}@media (max-width:599px){.boxes-pc{display:none}}.boxes{display:none}@media (max-width:599px){.boxes{display:flex;flex-wrap:wrap;gap:2rem}}.box-column{width:23.2rem;display:flex;flex-direction:column;gap:2.2rem}@media (max-width:599px){.box-column{width:100%}}.box{display:block;width:23.2rem;height:26.7rem;border:1px solid #a3a3a3;border-radius:.9rem;padding:2.4rem 2.1rem;position:relative;transition:.4s ease-in-out;text-decoration:none;color:#000}@media (max-width:599px){.box{width:100%;height:auto;padding:2.4rem 1.8rem 6rem}}.box .blank-icon{width:1.2rem;height:1.2rem;position:absolute;bottom:1.3rem;right:1.4rem;line-height:100%}@media (max-width:599px){.box .blank-icon{bottom:2.3rem}}.box:hover{background-color:#000;color:#fff}.box:hover .blank-icon{mix-blend-mode:difference}.box-row1{height:36.5rem}@media (max-width:599px){.box-row1{height:auto}}.box-row2{height:31.4rem}@media (max-width:599px){.box-row2{height:auto}}.box-t{font-size:1.6rem;font-weight:700}.box-p,.box-t{font-style:normal;line-height:150%}.box-p{font-size:1.4rem;font-weight:400;margin-top:1.2rem}.questions{border-top:1px solid #a3a3a3}.faq-row{padding:4.8rem 0 6rem 12rem;border-bottom:1px solid #a3a3a3;position:relative}@media (max-width:599px){.faq-row{padding:4.4rem 0 4.4rem 4rem}}.q{font-size:2rem;font-style:normal;font-weight:400;line-height:150%;padding-bottom:2rem;cursor:pointer;padding-right:18.3rem}@media (max-width:599px){.q{padding-right:4rem}}.q:before{content:"Q";position:absolute;top:5rem;left:3.2rem;font-size:2rem;font-style:normal;font-weight:500;line-height:100%;z-index:2}@media (max-width:599px){.q:before{left:1.2rem;top:4.8rem}}.q:after{content:"open";position:absolute;bottom:6rem;right:3.2rem;color:#707070;font-size:1.2rem;font-style:normal;font-weight:400;line-height:100%;z-index:2}@media (max-width:599px){.q:after{bottom:4rem}}.a{position:relative;padding-right:18.3rem;z-index:1}@media (max-width:599px){.a{padding-right:4rem;padding-bottom:2rem}}.a:after{content:"close";position:absolute;bottom:0;right:3.2rem;color:#707070;font-size:1.2rem;font-style:normal;font-weight:400;line-height:100%;display:none}ul{list-style:disc;padding-left:1.7rem}@media (max-width:599px){.table-container{width:27.5rem;overflow-x:auto;position:relative}}.table{width:100%;margin-top:2rem;margin-bottom:2rem}@media (max-width:599px){.table{width:100rem}}.table th{text-align:left;font-weight:700;padding:1.2rem 0;border-bottom:1px solid #c5c5c5}@media (max-width:599px){.table th{padding-right:2rem;font-size:1.6rem}}.table td{padding:1.2rem 4.8rem 1.2rem 0;border-bottom:1px dotted #a3a3a3}@media (max-width:599px){.table td{padding-right:2rem;font-size:1.6rem}}@media (max-width:599px){.table td:last-child{padding-right:0}}.third-row{width:40%}@media (max-width:599px){.third-row{width:auto}}.comment{font-size:1.2rem;font-style:normal;font-weight:400;line-height:160%}