@charset "UTF-8";html{font-size:62.5%}body{font-family:"Noto Serif JP","Noto Serif",sans-serif;font-size:1.6rem;line-height:1.5;color:#333;box-sizing:border-box;display:flex;flex-flow:column;min-height:100vh}@media screen and (max-width:600px){body{font-size:1.4rem}}main{flex:1}body.js-noScroll{overflow:hidden}img{width:100%;max-width:100%;height:auto;vertical-align:bottom}li{list-style:none}a{text-decoration:none}.section-wrapper{max-width:1100px;margin:0 auto;padding:0 2vw}@media screen and (max-width:1080px){.section-wrapper{max-width:600px}}@media screen and (max-width:600px){.section-wrapper{padding:0 4vw;max-width:468px}}.br-tab-xl{display:none}@media screen and (max-width:1080px){.br-tab-xl{display:block}}.br-sp{display:none}@media screen and (max-width:600px){.br-sp{display:block}}.br-sp_none{display:block}@media screen and (max-width:600px){.br-sp_none{display:none}}.js-fade-top-trigger{opacity:0}.js-fade-trigger{opacity:0}.js-fade-in,.js-fade-in-top{-webkit-animation-name:fade-in-ani;animation-name:fade-in-ani;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0;transition:.6s}@-webkit-keyframes fade-in-ani{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-ani{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header{position:fixed;top:0;left:0;right:0;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:24px 2vw;z-index:10;transition:.3s}@media screen and (max-width:1080px){.header{background-color:#fff;padding:12px 4vw;box-shadow:0 1px 1px #ddd}}.header__logo{color:#fff;font-size:2.8rem}@media screen and (max-width:1080px){.header__logo{font-size:2.4rem;color:#333;z-index:15}}@media screen and (max-width:600px){.header__logo{font-size:1.8rem;color:#333}}.header__logo__pic_pc img{display:inline-block;max-width:212px;width:100%}@media screen and (max-width:1080px){.header__logo__pic_pc img{display:none}}.header__logo__pic_sp img{display:none}@media screen and (max-width:1080px){.header__logo__pic_sp img{display:inline-block;max-width:148px}}.header__nav{color:#fff;transition:.3s}@media screen and (max-width:1080px){.header__nav{display:none;color:#333}}.header__list{display:flex;align-items:center;justify-content:center;gap:48px}.header__item{letter-spacing:.1em}.header__item--cta{border:solid 1px #fff;padding:14px 32px;transition:.3s}.header__item--cta:hover{transition:.3s;border:solid 1px #333;background-color:#333;color:#fff}@media screen and (max-width:600px){.header__item--cta{border:solid 1px #333}}.header__item--link_a{position:relative}.header__item--link_a:before{content:"";display:inline-block;width:0%;height:1px;background-color:#fff;position:absolute;bottom:0;left:0;transition:.3s}.header .burger-btn{display:none}@media screen and (max-width:1080px){.header .burger-btn{display:inline-block;width:30px;height:30px;z-index:15}}.header .burger-btn__line{display:block;height:3px;width:30px;background-color:#333;transition:transform .3s}@media screen and (max-width:600px){.header .burger-btn__line{background-color:#333}}.header .burger-btn__line_top{position:relative;bottom:4px}.header .burger-btn__line_bottom{position:relative;top:4px}.header__item--link_a:hover::before{width:100%}.burger-btn.js-open .burger-btn__line_top{transform:translate(0,8px) rotate(45deg);transition:transform .3s}.burger-btn.js-open .burger-btn__line_mid{opacity:0;transition:opacity .3s}.burger-btn.js-open .burger-btn__line_bottom{transform:translate(0,-6px) rotate(-45deg);transition:transform .3s}.header__nav.js-open{display:block;position:fixed;top:0;left:0;right:0;width:100vw;height:100vh;background-color:#fff;transition:.3s}.header__nav.js-open .header__list{flex-direction:column;position:absolute;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.header__nav.js-open .header__item--link{font-size:1.6rem}.header.js-sticky{background-color:#fff;box-shadow:0 1px 1px #ddd}.header.js-sticky .header__nav{color:#333}.header.js-sticky .header__item--cta{border:solid 1px #333}.header.js-sticky .header__logo{color:#333}.header.js-sticky .header__item--link_a:before{background-color:#333}.footer.js-opacity{opacity:1}.footer{color:#fff}.footer__contents{background-color:#333;display:flex;align-items:center;justify-content:space-between;padding:16px 2vw}@media screen and (max-width:1080px){.footer__contents{flex-direction:column-reverse;padding:32px 2vw}}@media screen and (max-width:600px){.footer__contents{padding:32 4vw}}@media screen and (max-width:1080px){.footer__left-box{display:flex;flex-direction:column;align-items:center;justify-content:center}}.footer__left-box__company{font-size:2.8rem;margin-bottom:8px}@media screen and (max-width:1080px){.footer__left-box__company{order:2}}.footer__left-box__tel{display:inline-block;font-size:1.8rem;margin-bottom:12px}@media screen and (max-width:1080px){.footer__left-box__tel{order:3}}.footer__left-box__tel--num{letter-spacing:.05em}.footer__left-box__address{font-size:1.4rem}@media screen and (max-width:1080px){.footer__left-box__address{order:3}}.footer__left-box__area{font-size:1.4rem;margin-bottom:12px}@media screen and (max-width:1080px){.footer__left-box__area{order:1;text-align:center;margin-bottom:32px}}@media screen and (max-width:1080px){.footer__left-box__area--none{display:none}}.footer__right-box{display:flex;align-items:center;justify-content:center}@media screen and (max-width:1080px){.footer__right-box{flex-direction:column}}.footer__right-box__list{display:flex;align-items:center;justify-content:center;gap:46px;margin-right:46px}@media screen and (max-width:1279px){.footer__right-box__list{gap:24px;margin-right:24px}}@media screen and (max-width:1080px){.footer__right-box__list{margin-right:0;margin-bottom:32px}}.footer__right-box__item{font-size:1.4rem}.footer__right-box__link_a{position:relative}.footer__right-box__link_a:before{content:"";display:inline-block;width:0%;height:1px;background-color:#fff;position:absolute;bottom:0;left:0;transition:.3s}.footer__right-box__cta--link{display:inline-block;font-size:1.4rem;border:solid 1px #fff;padding:16px 32px;transition:.3s}.footer__right-box__cta--link:hover{background-color:#fff;color:#333}@media screen and (max-width:1080px){.footer__right-box__cta--link{padding:8px 32px;margin-bottom:32px}}.footer__copy{background-color:#000;text-align:center;padding:8px 4vw}.footer__copy--text{font-size:1.2rem;margin-bottom:12px}@media screen and (max-width:600px){.footer__copy--text{font-size:1rem}}.footer__copy__link{font-size:1.2rem;display:flex;align-items:center;justify-content:center}@media screen and (max-width:600px){.footer__copy__link{font-size:1rem}}.footer__copy__link__pic img{max-width:80px;width:100%;vertical-align:bottom}.footer__right-box__link_a:hover::before{width:100%}@media screen and (max-width:1080px){.section-wrapper{max-width:700px}}.sub-kv{background:url(../../../img/sub-kv_05.png) no-repeat center center/cover;text-align:center;height:400px;display:flex;align-items:center;justify-content:center;position:relative;z-index:0;color:#fff;margin-bottom:60px}@media screen and (max-width:600px){.sub-kv{height:200px;margin-top:54px}}.sub-kv::after{content:"";position:absolute;width:100%;height:100%;background:inherit;filter:brightness(60%);z-index:-1}.sub-kv__title{font-size:4rem;letter-spacing:.1em}@media screen and (max-width:1080px){.sub-kv__title{font-size:3.2rem}}@media screen and (max-width:600px){.sub-kv__title{font-size:2.4rem}}.section-title{text-align:center;margin:0 auto}.section-title__en{font-size:11rem;color:#e4e4e9;white-space:nowrap;line-height:.8}@media screen and (max-width:1080px){.section-title__en{font-size:7.2rem}}@media screen and (max-width:600px){.section-title__en{font-size:4.8rem}}.section-title__ja{font-size:3rem;margin-top:-24px;margin-bottom:24px}@media screen and (max-width:1080px){.section-title__ja{font-size:2.4rem}}@media screen and (max-width:600px){.section-title__ja{margin-top:-16px;margin-bottom:12px;font-size:1.8rem}}.section-title__line{display:inline-block;height:70px;width:1px;margin:0 auto 24px auto;background-color:#333}@media screen and (max-width:1080px){.section-title__line{height:60px}}@media screen and (max-width:600px){.section-title__line{height:40px}}.thanks{margin-bottom:96px}@media screen and (max-width:600px){.thanks{margin-bottom:64px}}.thanks__title{text-align:center;font-weight:700;margin-bottom:32px}.thanks__lead{text-align:center;margin-bottom:64px}.thanks .button-box{margin:0 auto;text-align:center}.thanks .button-box__link{display:inline-block;max-width:498px;width:100%;border:solid 1px #333;padding:12px 32px;text-align:center;transition:.3s}.thanks .button-box__link:hover{background-color:#333;color:#fff}
/*# sourceMappingURL=contact-thanks.min.css.map */