@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap);
@charset "UTF-8";*{box-sizing:border-box}html{font-size:62.5%;overflow-y:scroll;scroll-behavior:smooth;scroll-padding-top:64px}@media screen and (min-width:78rem){html{scroll-padding-top:80px}}html:focus-within{scroll-behavior:smooth}html body{background-color:#f1f3f8;font-family:Hiragino Sans,-apple-system,BlinkMacSystemFont,Helvetica Neue,Noto Sans JP,游ゴシック,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;font-size:1.5rem;letter-spacing:.04em;line-height:1.4285714286}.main-container{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}main{flex:1 0 auto;padding-top:63px}@media screen and (min-width:78rem){main{padding-top:80px}}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}img{display:block;height:auto;width:100%}a:hover{opacity:.6;transition:.35s ease}.header{background-color:#fff;box-shadow:0 4px 12px rgba(10,27,49,.05);left:0;padding:12px 16px;position:fixed;top:0;width:100%;z-index:100}@media screen and (min-width:78rem){.header{padding:20px 40px}}.header__inner{align-items:center;display:flex;gap:0 10px;justify-content:flex-end;position:relative}@media screen and (min-width:78rem){.header__inner{gap:0 9px;justify-content:space-between;margin:0 auto;max-width:1080px;padding-left:178px}}.header__logo{display:block;left:0;position:absolute;top:50%;transform:translateY(-50%);width:130px}@media screen and (min-width:78rem){.header__logo{left:11px;width:140px}}.header__nav{height:calc(100% - 63px);left:0;opacity:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:63px;transition:.3s ease-out .2s;transition-property:opacity,visibility;visibility:hidden;width:100%;z-index:-1}@media screen and (prefers-reduced-motion:reduce){.header__nav{transition:none}}@media screen and (min-width:78rem){.header__nav{flex-grow:1;height:auto;left:auto;opacity:1;overflow:visible;position:static;top:auto;visibility:visible;width:auto;z-index:auto}}.header__nav:before{background-color:#2a77d9;-webkit-clip-path:polygon(100% 0,100% 0,100% 0);clip-path:polygon(100% 0,100% 0,100% 0);content:"";height:100vh;left:0;pointer-events:none;position:fixed;top:0;transform:translateZ(0);transition:background-color .4s,-webkit-clip-path .3s cubic-bezier(.5,1,.89,1);transition:clip-path .3s cubic-bezier(.5,1,.89,1),background-color .4s;transition:clip-path .3s cubic-bezier(.5,1,.89,1),background-color .4s,-webkit-clip-path .3s cubic-bezier(.5,1,.89,1);width:100%;z-index:-1}@media screen and (prefers-reduced-motion:reduce){.header__nav:before{transition:none}}@media screen and (min-width:78rem){.header__nav:before{content:none}}.header__nav-inner{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;min-height:100%;padding:28px 24px 32px;position:relative}@media screen and (min-width:78rem){.header__nav-inner{display:block;margin:0;min-height:0;padding:0;width:auto}}.header .header-nav-main-list{font-size:1.6rem;font-weight:600;letter-spacing:normal;line-height:1.5}@media screen and (min-width:78rem){.header .header-nav-main-list{display:flex;flex-wrap:wrap;font-size:1.2rem}}.header .header-nav-main-list__item{opacity:0;transform:translateX(-20px);transition:opacity .3s,transform 0s .5s}.header .header-nav-main-list__item--text-blue{color:#2a77d9}@media screen and (prefers-reduced-motion:reduce){.header .header-nav-main-list__item{opacity:1;transform:none}}@media screen and (min-width:78rem){.header .header-nav-main-list__item{opacity:1;transform:none}}.header .header-nav-main-list__item:not(:last-of-type){margin-bottom:28px}@media screen and (min-width:78rem){.header .header-nav-main-list__item:not(:last-of-type){margin:0 3.1% 0 0}}.header .header-nav-sub-list{color:#666f84;display:flex;flex-wrap:wrap;font-size:1.2rem;font-weight:600;gap:0 20px;justify-content:center;margin-top:30px}@media screen and (min-width:78rem){.header .header-nav-sub-list{display:none}}.header .header-cta-button{align-items:center;background:#2a77d9;border:0;border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-family:inherit;font-size:1.6rem;font-size:1.2rem;font-weight:600;justify-content:center;letter-spacing:normal;line-height:1.5;margin:0;min-height:48px;min-height:40px;padding:6px 24px;position:relative;text-align:center;width:100%;width:120px}.header .hamburger{background:none;border:0;display:block;flex-shrink:0;height:24px;position:relative;width:24px}@media screen and (min-width:78rem){.header .hamburger{display:none}}.header .hamburger__line{background-color:#000;border-radius:4px;display:block;height:2px;left:50%;margin-left:-9px;position:absolute;top:6px;transition:transform .45s cubic-bezier(.65,0,.35,1);width:18px}@media screen and (prefers-reduced-motion:reduce){.header .hamburger__line{transition:none}}.header .hamburger__line:nth-of-type(2){top:11px}.header .hamburger__line:nth-of-type(3){top:16px}.header.is-open .header__nav{opacity:1;transition-delay:0s;transition-duration:.2s;visibility:visible}.header.is-open .header__nav:before{background-color:#fff;-webkit-clip-path:polygon(-200% 0,100% 0,100% 200%);clip-path:polygon(-200% 0,100% 0,100% 200%);transition-duration:.4s,.5s}.header.is-open .header-nav-main-list__item{opacity:1;transform:translateX(0);transition:opacity .5s ease-out,transform 1.3s cubic-bezier(.19,1,.22,1)}.header.is-open .header-nav-main-list__item:nth-of-type(0){transition-delay:.12s}.header.is-open .header-nav-main-list__item:first-of-type{transition-delay:.16s}.header.is-open .header-nav-main-list__item:nth-of-type(2){transition-delay:.2s}.header.is-open .header-nav-main-list__item:nth-of-type(3){transition-delay:.24s}.header.is-open .header-nav-main-list__item:nth-of-type(4){transition-delay:.28s}.header.is-open .header-nav-main-list__item:nth-of-type(5){transition-delay:.32s}.header.is-open .header-nav-main-list__item:nth-of-type(6){transition-delay:.36s}.header.is-open .hamburger__line:first-of-type{transform:translateY(5px) rotate(330deg)}.header.is-open .hamburger__line:nth-of-type(2){transform:scaleX(0)}.header.is-open .hamburger__line:nth-of-type(3){transform:translateY(-5px) rotate(-330deg)}.footer{background-color:#12192b;color:#fff;padding:64px 0}.footer__content{margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;width:min(100%,600px)}@media screen and (min-width:78rem){.footer__content{display:flex;gap:20px 30px;justify-content:space-between;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px;width:min(100%,1040px)}}.footer__logo-wrapper{margin:0 auto 24px;max-width:180px}@media screen and (min-width:78rem){.footer__logo-wrapper{margin:0;max-width:none;width:247px}}.footer__nav-wrapper{font-size:1.2rem;font-weight:600;line-height:1.5}.footer__page-nav{display:flex;flex-wrap:wrap;gap:6px 20px;justify-content:center;margin-bottom:20px}@media screen and (min-width:78rem){.footer__page-nav{gap:6px 30px;justify-content:flex-end;margin-bottom:24px}}.footer__site-nav{color:#8f97ab;display:flex;flex-wrap:wrap;gap:6px 20px;justify-content:center}@media screen and (min-width:78rem){.footer__site-nav{gap:6px 28px;justify-content:flex-end}}.text-field{display:block;margin-bottom:22px}.text-field__label-wrapper{color:#333;font-size:1.6rem;padding-bottom:11px}@media screen and (min-width:800px){.text-field__label-wrapper{padding-bottom:15px}}.text-field__error-label{color:red;font-size:1.6rem;margin-top:4px}.text-field__error-label--center{text-align:center}.text-field__input{background-color:#fff;border:1px solid #ccc;border-radius:5px;font-size:1.6rem;line-height:3;padding:0 12px;width:100%}.text-field__input:focus{outline:none}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-email .input,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-phonenumber .input,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-text .input{width:100%}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-email .hs-input,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-phonenumber .hs-input,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-text .hs-input{border:.5px solid #bcc5cf;border-radius:6px;font-weight:300;height:44px;padding:8px;width:100%}.text-field__label-wrapper{display:flex;gap:4px;margin-bottom:8px}.text-field__required-label{color:red}.text-field__label{display:flex;gap:4px;margin-bottom:8px}.text-field__input{border:.5px solid #bcc5cf;border-radius:6px;color:#666f84;font-size:1rem;font-weight:300;height:44px;padding:8px}.textarea{display:block;margin-bottom:22px}.textarea__label-wrapper{color:#333;display:flex;font-size:1.6rem;padding-bottom:11px}@media screen and (min-width:800px){.textarea__label-wrapper{padding-bottom:15px}}.textarea__required-label{color:red}.textarea__input{background-color:#fff;border:1px solid #ccc;border-radius:5px;display:block;font-size:1.6rem;height:160px;padding:12px;resize:none;width:100%}@media screen and (min-width:78rem){.textarea__input{height:200px}}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-textarea .input{width:100%}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-textarea .hs-input{background-color:#fff;border:1px solid #ccc;border-radius:5px;display:block;font-size:1.6rem;height:160px;padding:12px;resize:none;width:100%}@media screen and (min-width:78rem){#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-textarea .hs-input{height:200px}}.checkbox-set{margin-bottom:22px}.checkbox-set__legend-wrapper{color:#333;display:flex;font-size:1.6rem;padding-bottom:11px}@media screen and (min-width:78rem){.checkbox-set__legend-wrapper{padding-bottom:15px}}.checkbox-set__required-label{color:red;display:inline-block}.checkbox-set__legend{color:#1f2430;display:inline-block}.checkbox-set__checkboxes{display:flex;flex-wrap:wrap;gap:6px 8px}@media screen and (min-width:78rem){.checkbox-set__checkboxes{gap:5px 12px}}.checkbox{align-items:flex-start;cursor:pointer;display:flex;font-size:1.6rem;gap:0 4px}.checkbox__input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;display:block;flex-shrink:0;margin:0;position:relative;top:.3em}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .legal-consent-container{display:flex;justify-content:center}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 ul.inputs-list.multi-container{display:flex;flex-wrap:wrap;gap:6px 8px;list-style:none;margin:0;padding:0}@media screen and (min-width:78rem){#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 ul.inputs-list.multi-container{gap:5px 12px}}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-booleancheckbox,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-checkbox{margin:0}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-booleancheckbox-display,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-checkbox-display{align-items:center;cursor:pointer;display:flex;font-size:1.6rem;gap:0 4px}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-booleancheckbox-display .hs-input,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-checkbox-display .hs-input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;display:block;flex-shrink:0;height:20px;margin:0;position:relative;width:20px}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-booleancheckbox-display>span,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-checkbox-display>span{font-feature-settings:"palt";color:#333;font-size:1.6rem;margin-left:12px}@media screen and (min-width:78rem){#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-booleancheckbox-display>span,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-checkbox-display>span{margin-left:16px}}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-booleancheckbox-display a,#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-checkbox-display a{color:#2a77d9;text-decoration:underline}.select{display:block;margin-bottom:22px}.select__label-wrapper{color:#333;display:flex;font-size:1.6rem;padding-bottom:11px}@media screen and (min-width:800px){.select__label-wrapper{padding-bottom:15px}}.select__required-label{color:red}.select__error-label{color:red;font-size:1.6rem;margin-top:4px}.select__box{position:relative}.select__options{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjMuMTcgMyAxMiAxNC4xNy44MyAzIDMuNjYuMTcgMTIgOC41MSAyMC4zNC4xNyAyMy4xNyAzWiIgZmlsbD0iIzIxMjEyMSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKC05MCA3LjUgNi42NykiIGQ9Ik0wIDBoMTR2MjIuMzRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) no-repeat right 10px center/13px;border:1px solid #ccc;border-radius:5px;color:#111;cursor:pointer;display:block;font-size:1.6rem;line-height:48px;padding:0 12px;width:100%}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-select .input{width:100%}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-fieldtype-select .hs-input{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjMuMTcgMyAxMiAxNC4xNy44MyAzIDMuNjYuMTcgMTIgOC41MSAyMC4zNC4xNyAyMy4xNyAzWiIgZmlsbD0iIzIxMjEyMSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKC05MCA3LjUgNi42NykiIGQ9Ik0wIDBoMTR2MjIuMzRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) no-repeat right 10px center/13px;border:1px solid #ccc;border-radius:5px;color:#111;cursor:pointer;display:block;font-size:1.6rem;line-height:48px;padding:0 12px;width:100%}.privacy-policy-checkbox{cursor:pointer;display:block;display:flex;justify-content:center;letter-spacing:1.6px;margin:40px 0}.privacy-policy-checkbox__input{display:none}.privacy-policy-checkbox__input:checked+.privacy-policy-checkbox__label:before{background:#2a77d9}.privacy-policy-checkbox__input:checked+.privacy-policy-checkbox__label:after{border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";height:12px;left:7px;position:absolute;top:4px;transform:rotate(45deg);width:6px}.privacy-policy-checkbox__label{color:#333;display:inline;font-size:1.6rem;padding:0 0 0 28px;position:relative}@media screen and (min-width:78rem){.privacy-policy-checkbox__label{padding-bottom:0}}.privacy-policy-checkbox__label:before{background-color:#fff;border:1px solid #707070;border-radius:3px;content:"";display:inline-block;height:20px;left:0;margin-right:8px;position:absolute;top:1px;width:20px}.privacy-policy-checkbox__label:after{border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";height:12px;left:7px;position:absolute;top:4px;transform:rotate(45deg);width:6px}.privacy-policy-checkbox__label span{display:inline-block;height:14px;line-height:1;width:14px}.privacy-policy-checkbox__label span img{vertical-align:top}.main{flex:1 0 auto;padding-top:63px}@media screen and (min-width:1041px){.main{padding-top:80px}}.contact-section{margin:0 auto;max-width:632px;padding:96px 16px 48px;width:100%}@media screen and (min-width:768px){.contact-section{padding:172px 16px 120px}}.contact-section .contact-heading-wrapper{padding-bottom:30px;text-align:center}@media screen and (min-width:768px){.contact-section .contact-heading-wrapper{padding-bottom:46px}}.contact-section .contact__heading{display:block;font-size:2.2rem;font-weight:600;letter-spacing:2.2px;padding-bottom:21px}.contact-section .contact__sub-heading{color:#2a77d9;display:block;font-family:Helvetica Neue,Helvetica,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:1.5px}.contact-section .contact__lead{font-size:1.5rem;line-height:1.6;margin-bottom:38px;padding-left:1em;text-indent:-1em}@media screen and (min-width:800px){.contact-section .contact__lead{margin-bottom:44px}}.recaptcha-wrapper,.submit-button{display:flex;justify-content:center}.submit-button{align-items:center;background-color:#ffa300;border-radius:90px;color:#212121;font-size:18px;font-weight:600;height:50px;margin:40px auto 0;max-width:200px;width:100%}@media screen and (min-width:800px){.submit-button{height:70px;max-width:240px}}.submit-button:disabled{opacity:.7}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-field{align-items:start;display:flex;flex-direction:column;gap:8px;margin-bottom:22px}@media screen and (min-width:48rem){#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-field{gap:15px;margin-bottom:40px}}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-field span{font-feature-settings:"palt";font-size:14px}@media screen and (min-width:48rem){#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-field span{font-size:16px}}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-submit{margin-top:40px}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-submit .actions{display:flex;justify-content:center}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-submit input.hs-button.primary{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#ffa300;border:none;border-radius:90px;box-sizing:border-box;color:#212121;cursor:pointer;font-size:18px;font-weight:600;height:50px;line-height:50px;margin:0;max-width:200px;padding:0 16px;text-align:center;transition:opacity .2s ease;width:100%}@media screen and (min-width:800px){#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-submit input.hs-button.primary{height:70px;line-height:70px;max-width:240px}}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-submit input.hs-button.primary:hover{opacity:.92}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-submit input.hs-button.primary:disabled{opacity:.7}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-submit input.hs-button.primary:focus-visible{outline:2px solid #2a77d9;outline-offset:2px}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-form-required{color:red}#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-error-msg{font-feature-settings:"palt";color:red;font-size:14px}@media screen and (min-width:48rem){#hsForm_4d929560-eecc-4542-84a1-77702c64b6c3 .hs-error-msg{font-size:16px}}
