*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth;font-size:62.5%;font-family:Noto Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#fff;margin:0;padding:0;overflow-y:scroll;-webkit-text-size-adjust:100%;overflow-x:hidden}body{width:100%;min-height:100vh;margin:0;padding:0;position:relative;font-size:1.6rem}ul{list-style-type:none;list-style-position:inside}h1,h2,h3,p,ul,li,dl,dt,dd,a{font-style:normal;font-weight:400;margin:0;padding:0}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:#000}a:hover,a:visited{color:#000}@media (min-width: 1025px){.pc{display:block!important}}@media (max-width: 1024px){.pc{display:none!important}}@media (max-width: 599px){.pc{display:none!important}}@media (min-width: 1025px){.tab-only{display:none!important}}@media (max-width: 1024px){.tab-only{display:block!important}}@media (max-width: 599px){.tab-only{display:none!important}}@media (min-width: 1025px){.tab{display:none!important}}@media (max-width: 1024px){.tab{display:block!important}}@media (max-width: 599px){.tab{display:block!important}}@media (min-width: 1025px){.sp{display:none!important}}@media (max-width: 1024px){.sp{display:none!important}}@media (max-width: 599px){.sp{display:block!important}}.fadeIn{opacity:0;transition:opacity 1s,transform 1s}.fadeIn.in-view{opacity:1}.fadeIn.fadeUp{transform:translateY(20px)}.fadeIn.fadeUp.in-view{transform:translateY(0)}.fadeIn.fadeDown{transform:translateY(-20px)}.fadeIn.fadeDown.in-view{transform:translateY(0)}.fadeIn.fadeLeft{transform:translate(-20px)}.fadeIn.fadeLeft.in-view{transform:translate(0)}.fadeIn.fadeRight{transform:translate(20px)}.fadeIn.fadeRight.in-view{transform:translate(0)}.btn_common a{display:flex;justify-content:space-between;align-items:center;border:solid 1px #fff;border-radius:20px;background-color:#333;color:#fff;font-size:1.4rem;width:100%;line-height:40px;text-decoration:none;padding:0 20px;position:relative;transition:all .5s}.btn_common a:before,.btn_common a:after{content:"";display:inline-block;width:5px;height:10px;position:absolute;right:20px;transition:all .5s}.btn_common a:before{background:url(/assets/icons/icon-arrow-right-white.svg) no-repeat left center;background-size:contain;opacity:1}.btn_common a:after{background:url(/assets/icons/icon-arrow-right-black.svg) no-repeat left center;background-size:contain;opacity:0}@media (hover: hover) and (pointer: fine){.btn_common a:hover{border:solid 1px #333;background-color:#fff;color:#333}.btn_common a:hover:before{opacity:0}.btn_common a:hover:after{opacity:1}}.btn_common a.disabled{pointer-events:none;cursor:default;background-color:#666}.btn_common a.disabled:before,.btn_common a.disabled:after{display:none}.icon-blank{display:inline-flex;justify-content:space-between;align-items:center;gap:10px}.icon-blank:after{content:"";width:14px;height:14px;background:url(/assets/icons/icon-external-link.svg) no-repeat left center}.underline{position:relative}.underline:after{position:absolute;bottom:0;left:0;content:"";width:100%;height:1px;background:#fff;transform:scaleX(0);transform-origin:right top;transition:transform .3s}@media (hover: hover) and (pointer: fine){.underline:hover:after{transform-origin:left top;transform:scale(1)}}.stripe__section .stripe__container{height:100%;display:flex;position:relative}.stripe__section .stripe__container .stripe{width:40px;height:100%;background-color:#363d4a;position:absolute;top:0;right:0;transition:all 1.5s}.stripe__section.is-show .stripe__container .stripe:nth-child(1){transform:translate(0)}.stripe__section.is-show .stripe__container .stripe:nth-child(2){transform:translate(-80px)}.stripe__section.is-show .stripe__container .stripe:nth-child(3){transform:translate(-160px)}.stripe__section.is-show .stripe__container .stripe:nth-child(4){transform:translate(-240px)}.stripe__section.is-show .stripe__container .stripe:nth-child(5){transform:translate(-320px)}.stripe__section.is-show .stripe__container .stripe:nth-child(6){transform:translate(-400px)}.stripe__section.is-show .stripe__container .stripe:nth-child(7){transform:translate(-480px)}.stripe__section.is-show .stripe__container .stripe:nth-child(8){transform:translate(-560px)}.stripe__section{height:100vh}.stripe__section.stripe--left{left:170px}.stripe__section.stripe--right{right:170px}.stripe__section.is-show.stripe--left .stripe__container .stripe:nth-child(1){transform:translate(0)}.stripe__section.is-show.stripe--left .stripe__container .stripe:nth-child(2){transform:translate(80px)}.stripe__section.is-show.stripe--left .stripe__container .stripe:nth-child(3){transform:translate(160px)}.stripe__section.is-show.stripe--left .stripe__container .stripe:nth-child(4){transform:translate(240px)}.stripe__section.is-show.stripe--left.stripe--right .stripe__container .stripe:nth-child(1){transform:translate(0)}.stripe__section.is-show.stripe--left.stripe--right .stripe__container .stripe:nth-child(2){transform:translate(-80px)}.stripe__section.is-show.stripe--left.stripe--right .stripe__container .stripe:nth-child(3){transform:translate(-160px)}.stripe__section.is-show.stripe--left.stripe--right .stripe__container .stripe:nth-child(4){transform:translate(-240px)}.img-wrapper{background:var(--image-url);background-size:cover;background-position:center;position:relative;overflow:hidden}.img-wrapper:after{content:"";position:absolute;inset:0;z-index:1;background-image:var(--image-url);background-size:cover;background-position:center;filter:grayscale(100%);pointer-events:none;-webkit-mask-image:linear-gradient(to right,black 50%,transparent 50%);mask-image:linear-gradient(to right,black 50%,transparent 50%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-mask-position:left;mask-position:left}.img-wrapper.slide_Left.active:after{animation:slideMaskLeftToRight 2s ease forwards}.img-wrapper.slide_Right:after{-webkit-mask-image:linear-gradient(to left,black 50%,transparent 50%);mask-image:linear-gradient(to left,black 50%,transparent 50%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-mask-position:right;mask-position:right}.img-wrapper.slide_Right.active:after{animation:slideMaskRightToLeft 2s ease forwards}@keyframes slideMaskLeftToRight{0%{-webkit-mask-position:left;mask-position:left}to{-webkit-mask-position:right;mask-position:right}}@keyframes slideMaskRightToLeft{0%{-webkit-mask-position:right;mask-position:right}to{-webkit-mask-position:left;mask-position:left}}#menuToggle{width:60px;height:60px;border-radius:50%;cursor:pointer;position:fixed;top:30px;right:30px;display:flex;justify-content:center;align-items:center;z-index:20;background-color:transparent;transition:all .5s ease;opacity:0}@media (min-width: 1025px){#menuToggle{display:none}}#menuToggle.show{opacity:1}@media (hover: hover) and (pointer: fine){#menuToggle:hover{background-color:#333}}@media (max-width: 1024px){#menuToggle{background-color:#333}}@media (max-width: 599px){#menuToggle{width:40px;height:40px;top:15px;right:15px;background-color:#333}}#menuToggle .circle{position:relative;width:30px;height:30px}#menuToggle .circle span{position:absolute;top:50%;left:50%;width:4px;height:4px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%);transition:transform .5s ease,width .3s ease,height .3s ease,opacity .5s ease}#menuToggle .circle span:nth-of-type(1){transform:translate(-50%,-50%) translateY(-10px)}#menuToggle .circle span:nth-of-type(2){transform:translate(-50%,-50%) translateY(0)}#menuToggle .circle span:nth-of-type(3){transform:translate(-50%,-50%) translateY(10px)}#menuToggle.active .circle span{width:30px;height:2px;border-radius:0;background-color:#fff}@media (max-width: 599px){#menuToggle.active .circle span{width:15px}}#menuToggle.active .circle span:nth-of-type(1){transform:translate(-50%,-50%) rotate(45deg);transition-delay:.3s}#menuToggle.active .circle span:nth-of-type(2){opacity:0}#menuToggle.active .circle span:nth-of-type(3){transform:translate(-50%,-50%) rotate(-45deg);transition-delay:.3s}#drawerNavi{width:25%;height:100vh;background-color:#e2dddbe6;position:fixed;top:0;right:0;transform:translate(100%);transition:transform .5s ease;z-index:10}@media (max-width: 1024px){#drawerNavi{width:40%}}@media (max-width: 599px){#drawerNavi{width:65%;background-color:#e2dddbe6}}#drawerNavi.open{transform:translate(0)}#drawerNavi .drawerNavi__inner{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}#drawerNavi .drawerNavi__inner .drawerNavi__menuList{list-style:none;padding:0;margin:0}#drawerNavi .drawerNavi__inner .drawerNavi__menuList .drawerNavi__menuList__item{margin-bottom:1.5rem}#drawerNavi .drawerNavi__inner .drawerNavi__menuList .drawerNavi__menuList__item a{line-height:1.35;color:#fff;text-decoration:none;font-size:1.6rem;transition:color 1s}@media (hover: hover) and (pointer: fine){#drawerNavi .drawerNavi__inner .drawerNavi__menuList .drawerNavi__menuList__item a:hover{color:#ddd}}#drawerNavi .drawerNavi__inner .drawerNavi__menuList .drawerNavi__menuList__item a.disabled{pointer-events:none;cursor:default;color:#c5c5c5}#drawerNavi .drawerNavi__inner .drawerNavi__langSwither{margin-top:2rem;display:flex}#drawerNavi .drawerNavi__inner .drawerNavi__langSwither__item a{color:#fff;text-decoration:none;font-size:1.6rem}#drawerNavi .drawerNavi__inner .drawerNavi__langSwither__item a.active{pointer-events:none;font-weight:700}#drawerNavi .drawerNavi__inner .drawerNavi__langSwither__item:first-child:after{content:"|";display:inline;margin:0 15px 0 10px}#drawerNavi .drawerNavi__inner .btn_common{margin:50px 0 0}#drawerNavi .drawerNavi__inner .btn_common a{width:200px;background-color:#6d7b79;border:solid 1px #6D7B79}@media (hover: hover) and (pointer: fine){#drawerNavi .drawerNavi__inner .btn_common a:hover{background-color:#fff;color:#6d7b79}}#drawerNavi .drawerNavi__inner .btn_common a:after{background:url(/assets/icons/icon-arrow-right-sagegray.svg) no-repeat left center}footer{background-color:#fff}footer .footerSection .footerContact{display:flex;justify-content:center;align-items:center;min-height:570px;background:url(/assets/images/footer/footer-bg-garden.webp) no-repeat center top;background-size:cover}@media (max-width: 599px){footer .footerSection .footerContact{min-height:auto;padding:50px 20px}}footer .footerSection .footerContact__inner{display:flex;flex-direction:column}@media (max-width: 599px){footer .footerSection .footerContact__inner{width:100%}}footer .footerSection .footerContact__inner .footerContact__info{display:grid;grid-template-columns:200px 1fr;gap:0 60px;width:100%;max-width:800px;background-color:#f7f5e4;padding:60px;color:#333;font-size:1.4rem;font-weight:400;line-height:1.7}@media (max-width: 1024px){footer .footerSection .footerContact__inner .footerContact__info{grid-template-columns:1fr;gap:25px 0;padding:25px 50px}}@media (max-width: 599px){footer .footerSection .footerContact__inner .footerContact__info{gap:20px 0;padding:20px}}footer .footerSection .footerContact__inner .footerContact__info__lead{font-size:1.6rem;font-weight:700}footer .footerSection .footerContact__inner .footerContact__info__detail .btn_common{margin:25px 0 0}footer .footerSection .footerContact__inner .footerContact__info__detail .btn_common a{max-width:360px}footer .footerSection .footerContact__inner .footerCompany__info{display:grid;grid-template-columns:200px 1fr;gap:0 60px;width:100%;max-width:800px;background-color:#6d7b79;padding:60px;color:#fff;font-size:1.4rem;font-weight:400;line-height:1.7}@media (max-width: 1024px){footer .footerSection .footerContact__inner .footerCompany__info{grid-template-columns:1fr;gap:25px 0;padding:25px 50px}}@media (max-width: 599px){footer .footerSection .footerContact__inner .footerCompany__info{gap:20px 0;padding:20px}}footer .footerSection .footerContact__inner .footerCompany__info__lead{font-size:1.6rem;font-weight:700}footer .footerSection .footerContact__inner .footerCompany__info__detail span a{color:#fff}@media (min-width: 1025px){footer .footerSection .footerContact__inner .footerCompany__info__detail span a{pointer-events:none}}footer .footerSection .footerContents{padding:30px 0}@media (max-width: 1024px){footer .footerSection .footerContents__inner{width:100%;padding:0 50px}}@media (max-width: 599px){footer .footerSection .footerContents__inner{padding:0 20px}}footer .footerSection .footerContents__inner .footerContents__partnerLinks{display:grid;grid-template-columns:240px 240px 240px 240px;justify-content:center;gap:20px}@media (max-width: 1024px){footer .footerSection .footerContents__inner .footerContents__partnerLinks{grid-template-columns:auto auto}}footer .footerSection .footerContents__inner .footerContents__partnerLinks dl dt{font-size:1.2rem;font-weight:400;color:#333;margin:0 0 10px}footer .footerSection .footerContents__inner .annotations{border:solid 1px #777;padding:10px;margin:30px auto 0}@media (min-width: 1025px){footer .footerSection .footerContents__inner .annotations{width:63.75%;max-width:1020px}}footer .footerSection .footerContents__inner .annotations li{font-size:1.2rem;color:#333}footer .footerSection .footerContents__inner .footerContents__linkList{margin:40px 0 0;display:flex;justify-content:center;gap:25px}footer .footerSection .footerContents__inner .footerContents__linkList li a{font-size:1.2rem;color:#333}footer .footerSection .footerContents__inner .footerContents__copyright{margin:25px 0 0;text-align:center;font-size:1.2rem;color:#333}@media (max-width: 599px){footer .footerSection .footerContents__inner .footerContents__copyright{text-align:left}}
