@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";.header{position:relative;z-index:9}@media screen and (min-width:768px){.header{background-color:#f8f8f8}}.header__inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1920px;padding:32px 42px}.header__logo{display:inline-block;line-height:0;width:175px}.header__logo .logo-svg{transition:fill .3s ease-in-out}@media screen and (max-width:768px){.header__inner{padding:13px 12px;width:100vw}.header__logo{width:125px}.header--open{background-color:#444;position:fixed;top:0;z-index:99}.header--open .header__logo .logo-svg{fill:#fff}.header--open+main{padding-top:84px}}.gnav,.gnav__inner,.gnav__list{display:flex}.gnav__list{align-items:center;font-weight:500;gap:40px;margin-right:40px}.gnav__contact{background:linear-gradient(274.71deg,#00b74f -2.53%,#44d62c 211.07%);border-radius:100px;padding:12px 32px!important;text-align:center}.gnav__contact:after{display:none!important}.gnav-sp{display:none}@media screen and (max-width:768px){.header--open .gnav-sp{color:#fff;display:flex;flex-direction:column;height:calc(100vh - 80px);justify-content:space-between;padding:25px}.gnav-sp__list{display:flex;flex-direction:column;font-size:20px;font-weight:700;gap:36px}.gnav-sp__item:first-of-type{animation:navLinkFadeInLeft .7s ease both}.gnav-sp__item:nth-of-type(2){animation:navLinkFadeInLeft .7s ease .15s both}.gnav-sp__item:nth-of-type(3){animation:navLinkFadeInLeft .7s ease .3s both}.gnav-sp__item:nth-of-type(4){animation:navLinkFadeInLeft .7s ease .45s both}.gnav-sp__item:nth-of-type(5){animation:navLinkFadeInLeft .7s ease .6s both}.gnav-sp__link-icon{height:12px;margin-left:4px;width:12px}.gnav-sp__links{display:flex;font-size:12px;gap:36px}}.hamburger-nav{cursor:pointer;display:block;height:55px;position:relative;width:55px}.hamburger-nav span{background:#111;border-radius:2px;display:inline-block;height:2px;left:calc(50% - 12px);position:absolute;top:calc(50% - 1px);transition:all .4s;width:24px}.hamburger-nav span:first-of-type{top:calc(50% - 8px)}.hamburger-nav span:nth-of-type(3){opacity:1;top:calc(50% + 6px)}.hamburger-nav--open span{background:#fff}.hamburger-nav--open span:first-of-type{top:calc(50% - 8px);transform:translateY(calc(50% + 6px)) rotate(-45deg)}.hamburger-nav--open span:nth-of-type(2){opacity:0}.hamburger-nav--open span:nth-of-type(3){top:calc(50% + 6px);transform:translateY(calc(50% - 8px)) rotate(45deg)}@keyframes navLinkFadeInLeft{0%{opacity:0;transform:translateX(-10%)}to{opacity:1;transform:translate(0)}}.footer{background:#444;color:#fff;padding:112px 0}.footer__inner{display:flex;justify-content:space-between}.footer__logo-wrapper{display:flex;flex-direction:column;font-size:12px;gap:52px}.footer__logo{width:311px}.footer__info{font-size:12px}.footer__company{font-weight:700}.footer__access{font-weight:500;margin-top:16px}.footer__links{display:flex;gap:58px;margin-top:56px}.footer__link-icon{height:12px;margin-left:4px;width:12px}@media screen and (max-width:768px){.footer{padding:85px 0}.footer__inner{flex-direction:column}.footer__logo-wrapper{width:145px}.footer__info{margin-top:12px}.footer__access{font-size:12px;line-height:21px;margin-top:20px}.footer__links{gap:40px}.footer__copy-sp{font-size:10px;margin-top:24px}}.layout-content{margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;width:min(100%,600px)}@media screen and (min-width:768px){.layout-content{margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px;width:min(100%,1560px)}}.layout-content-w1720{margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;width:min(100%,600px)}@media screen and (min-width:768px){.layout-content-w1720{margin-left:auto;margin-right:auto;padding-left:120px;padding-right:120px;width:min(100%,1720px)}}.checkbox-set__legend-wrapper{display:flex;gap:4px;margin-bottom:8px}.checkbox-set__required-label{color:red}.checkbox-set__legend{color:#111}.checkbox-set__checkboxes{display:flex;flex-wrap:wrap;gap:6px 16px}.checkbox{align-items:center;display:flex}.checkbox__check-mark{background-image:linear-gradient(#fff,#fff);border:.5px solid #111;border-radius:4px;cursor:pointer;display:block;float:left;height:18px;position:relative;transition:all .15s ease;width:18px}.checkbox__check-svg{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke:#fff;stroke-width:2;stroke-dasharray:17;stroke-dashoffset:17;left:3px;position:absolute;top:3px;transform:translateZ(0)}.checkbox__label{margin-left:4px}.checkbox__input{display:none;visibility:hidden}.checkbox__input:checked+.checkbox__check-mark{background-image:linear-gradient(#00b74f,#00b74f);border:none}.checkbox__input:checked+.checkbox__check-mark .checkbox__check-svg{stroke-dashoffset:0;transition:all .15s ease}@media screen and (min-width:768px){.radio-group{width:100%}}.radio-group__legend-wrapper{display:flex;margin-bottom:8px;text-align:left}.radio-group__required-label{color:red}.radio-group__legend{color:#111;font-size:14px}@media screen and (min-width:768px){.radio-group__legend{font-size:16px}}.radio-group__checkboxes{display:flex;flex-direction:column;flex-wrap:wrap;gap:24px;width:100%}@media screen and (min-width:768px){.radio-group__checkboxes{gap:16px}}.radio-button{align-items:center;cursor:pointer;display:flex;text-align:left}.radio-button__label{font-feature-settings:"palt";font-size:14px;margin-left:16px}@media screen and (min-width:768px){.radio-button__label{font-size:16px}}.radio-button__input{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;display:flex;height:24px;margin:0;padding:0;position:relative;width:24px}.radio-button__input:before{background-color:#e1e1e1;border:none;border-radius:50%;content:"";display:inline-block;height:24px;transition:background-color .2s;width:24px}@media screen and (min-width:768px){.radio-button__input:before{height:16px;width:16px}}.radio-button__input:after{background-color:#2b8436;border-radius:50%;content:"";display:inline-block;height:16px;left:4px;position:absolute;top:4px;transform:scale(0);transition:transform .2s;width:16px}@media screen and (min-width:768px){.radio-button__input:after{height:10px;left:3px;top:7px;width:10px}}.radio-button__input:checked:after{transform:scale(1)}.text-field__label-wrapper{display:flex;gap:4px;margin-bottom:8px}.text-field__required-label{color:red}.text-field__label{color:#111}.text-field__input{border:.5px solid #e1e1e1;border-radius:6px;color:#111;font-size:1rem;font-weight:300;height:44px;padding:8px 12px;width:100%}.textarea__label-wrapper{display:flex;gap:4px;margin-bottom:8px}.textarea__required-label{color:red}.textarea__label{color:#111}.textarea__input{border:.5px solid #e1e1e1;border-radius:6px;color:#111;font-size:1rem;font-weight:300;height:44px;height:300px;padding:8px 12px;width:100%}.textarea__maxlength{color:#444;font-size:14px;text-align:left}.select__label-wrapper{display:flex;gap:4px;margin-bottom:8px}.select__required-label{color:red}.select__label{color:#111}.select__box{position:relative}.select__box:after{border-left:2.5px solid #000;border-top:2.5px solid #000;content:"";height:8px;pointer-events:none;position:absolute;right:12px;top:20px;transform:translateY(-50%) rotate(-135deg);width:8px}.select__options{border:.5px solid #e1e1e1;border-radius:6px;color:#111;cursor:pointer;font-size:1rem;font-weight:300;height:44px;padding:8px 12px;position:relative;width:100%}.checkbox-inert-label{cursor:auto;display:flex;flex-direction:column}.svg-defs{bottom:0;height:0;position:fixed;visibility:hidden;width:0}body{background-color:#f5f5f5;color:#444;font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;letter-spacing:.04em;line-height:1.4285714286}@media screen and (max-width:768px){.only-pc{display:none}}@media screen and (min-width:768px){.only-sp{display:none}}.font-lato{font-family:Lato}a{transition:opacity .6s cubic-bezier(.23,1,.32,1)}a:hover{opacity:.7}a.blank-white{padding-right:1.5em;position:relative}a.blank-white:after{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1em;position:absolute;right:0;top:0;width:1em}.primary-button{background:#2b8436;border:2px solid #2b8436;border-radius:38px;color:#fff;display:block;font-weight:700;overflow:hidden;padding:24px 58px;position:relative;text-align:left;transition:all .6s cubic-bezier(.23,1,.32,1)}.primary-button:hover{color:#2b8436;opacity:1}.primary-button:before{background:#fff;border-radius:38px;content:"";height:100%;left:-115%;position:absolute;top:0;transform:scale(1.2);transition:all .6s cubic-bezier(.23,1,.32,1);width:100%}.primary-button:hover:before{left:0}.primary-button:after{border-right:2px solid #fff;border-top:2px solid #fff;content:"";display:block;height:10px;position:absolute;right:32px;top:32px;transform:rotate(45deg);transition:all .6s cubic-bezier(.23,1,.32,1);width:10px}.primary-button:hover:after{border-right:2px solid #2b8436;border-top:2px solid #2b8436}.primary-button>span{position:relative;z-index:1}.primary-button--white{background:#fff;border:2px solid #2b8436;color:#2b8436}.primary-button--white:hover{border:2px solid #fff;color:#fff}.primary-button--white:before{background:#2b8436}.primary-button--white:after{border-right:2px solid #2b8436;border-top:2px solid #2b8436}.primary-button--white:hover:after{border-right:2px solid #fff;border-top:2px solid #fff}@media screen and (max-width:768px){.primary-button{font-size:14px;padding:16px 34px}.primary-button:after{right:30px;top:23px}}header{background-color:#fff}.contact{color:#111;margin:0 auto;max-width:632px;padding:120px 16px 160px}@media screen and (min-width:px){.contact{padding:200px 16px 160px}}.contact__heading{font-size:1.5rem;text-align:center}.contact__sub-heading{color:#2b8436;display:block;font-size:.75rem;margin-top:12px}.contact__lead{font-size:.875rem;margin-top:40px}.field-wrapper{display:flex;flex-direction:column;gap:24px;margin-top:48px}.layout-center,.submit-button{display:flex;justify-content:center}.submit-button{align-items:center;background:#fff;background-color:#ffa300;border:0;border-radius:8px;border-radius:90px;color:#111;flex-shrink:0;font-family:inherit;font-size:.75rem;font-size:1.125rem;font-weight:700;font-weight:600;height:50px;letter-spacing:normal;line-height:1.5;margin:40px auto 0;min-height:40px;position:relative;text-align:center;width:120px;width:200px}.submit-button:hover{opacity:.6}.submit-button:disabled{opacity:.7}@media screen and (min-width:px){.submit-button{height:70px;width:240px}}.hubspot-form-wrapper input[type=checkbox]{-moz-appearance:auto;appearance:auto;-webkit-appearance:checkbox}.hubspot-form-wrapper .hs-form{display:flex;flex-direction:column;gap:24px}.hubspot-form-wrapper .hs-form-field{margin:0}.hubspot-form-wrapper .hs-form-field>label{display:flex;gap:4px;margin-bottom:0}.hubspot-form-wrapper .hs-form-field>label span:not(.hs-form-required){color:#111}.hubspot-form-wrapper .hs-form-required{color:red;color:transparent;font-size:0;line-height:0}.hubspot-form-wrapper .hs-form-required:before{color:red;content:"【必須】";font-size:.875rem;line-height:normal}.hubspot-form-wrapper .hs-error-msgs{list-style:none;margin:4px 0 0;padding:0}.hubspot-form-wrapper .hs-error-msg{color:red;font-size:.875rem}@media screen and (min-width:768px){.hubspot-form-wrapper .hs-error-msg{font-size:1rem}}.hubspot-form-wrapper .hs-input:not([type=checkbox],[type=radio],textarea),.hubspot-form-wrapper textarea.hs-input{border:.5px solid #e1e1e1;border-radius:6px;box-sizing:border-box;color:#111;font-size:1rem;font-weight:300;height:44px;padding:8px 12px;width:100%}.hubspot-form-wrapper textarea.hs-input{height:300px;min-height:300px;resize:vertical}.hubspot-form-wrapper .hs-fieldtype-select .input{position:relative}.hubspot-form-wrapper .hs-fieldtype-select .input:after{border-left:2.5px solid #000;border-top:2.5px solid #000;content:"";height:8px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%) rotate(-135deg);width:8px}.hubspot-form-wrapper .hs-fieldtype-select .input select.hs-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.hubspot-form-wrapper .hs-fieldtype-radio .inputs-list.multi-container{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0;width:100%}@media screen and (min-width:768px){.hubspot-form-wrapper .hs-fieldtype-radio .inputs-list.multi-container{gap:16px}}.hubspot-form-wrapper .hs-fieldtype-radio .hs-form-radio-display{align-items:center;cursor:pointer;display:flex;text-align:left}.hubspot-form-wrapper .hs-fieldtype-radio input[type=radio].hs-input{align-items:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:none;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;height:24px;margin:0;padding:0;position:relative;width:24px}.hubspot-form-wrapper .hs-fieldtype-radio input[type=radio].hs-input:before{background-color:#e1e1e1;border:none;border-radius:50%;content:"";display:inline-block;height:24px;transition:background-color .2s;width:24px}@media screen and (min-width:768px){.hubspot-form-wrapper .hs-fieldtype-radio input[type=radio].hs-input:before{height:16px;width:16px}}.hubspot-form-wrapper .hs-fieldtype-radio input[type=radio].hs-input:after{background-color:#2b8436;border-radius:50%;content:"";display:inline-block;height:16px;left:4px;position:absolute;top:4px;transform:scale(0);transition:transform .2s;width:16px}@media screen and (min-width:768px){.hubspot-form-wrapper .hs-fieldtype-radio input[type=radio].hs-input:after{height:10px;left:3px;top:7px;width:10px}}.hubspot-form-wrapper .hs-fieldtype-radio input[type=radio].hs-input:checked:after{transform:scale(1)}.hubspot-form-wrapper .hs-fieldtype-radio .hs-form-radio-display span{font-feature-settings:"palt";color:#111;font-size:14px;margin-left:16px}@media screen and (min-width:768px){.hubspot-form-wrapper .hs-fieldtype-radio .hs-form-radio-display span{font-size:16px}}.hubspot-form-wrapper .legal-consent-container{display:flex;justify-content:center;text-align:left}.hubspot-form-wrapper .inputs-list{list-style:none;margin:0;padding:0}.hubspot-form-wrapper .hs-form-booleancheckbox-display{align-items:center;cursor:pointer;display:flex;gap:4px}.hubspot-form-wrapper .hs-form-booleancheckbox-display input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(#fff,#fff);border:.5px solid #111;border-radius:4px;box-sizing:border-box;cursor:pointer;display:block;flex-shrink:0;height:18px;margin:0;position:relative;transition:all .15s ease;width:18px}.hubspot-form-wrapper .hs-form-booleancheckbox-display input[type=checkbox]:checked{background-image:linear-gradient(#00b74f,#00b74f);border:none}.hubspot-form-wrapper .hs-form-booleancheckbox-display input[type=checkbox]:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);transform-origin:center;width:5px}.hubspot-form-wrapper .hs-form-booleancheckbox-display span{color:#111}.hubspot-form-wrapper .hs-form-booleancheckbox-display span a{color:#00e;text-decoration:underline}.hubspot-form-wrapper .hs_submit{margin:0}.hubspot-form-wrapper .hs_submit .actions{display:flex;justify-content:center}.hubspot-form-wrapper .hs_submit .hs-button.primary{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-color:#ffa300;border:0;border-radius:8px;border-radius:90px;color:#111;cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;font-size:.75rem;font-size:1.125rem;font-weight:700;font-weight:600;height:50px;justify-content:center;letter-spacing:normal;line-height:1.5;margin:40px auto 0;min-height:40px;position:relative;text-align:center;width:120px;width:200px}.hubspot-form-wrapper .hs_submit .hs-button.primary:hover{opacity:.6}.hubspot-form-wrapper .hs_submit .hs-button.primary:disabled{opacity:.7}@media screen and (min-width:px){.hubspot-form-wrapper .hs_submit .hs-button.primary{height:70px;width:240px}}
