@charset "UTF-8";:root{--font-base:"Noto Sans JP",sans-serif;--font-en:"Montserrat",sans-serif;--color-white:#fff;--color-black:#2a3133;--color-primary:#5dbbd0;--color-secondary:#ff72af;--color-tertiary:#ffcee3;--color-quaternary:#c2e5ed;--color-quinary:#2289a9;--color-bg:#edf7fa;--header-height:5rem;--fade-offset:30px}@media screen and (max-width:767px){:root{--header-height:4rem}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;line-break:strict;overflow-wrap:anywhere;scrollbar-gutter:stable}body{background:var(--color-white);color:var(--color-black);display:flex;flex-direction:column;font-family:var(--font-base);font-weight:500;letter-spacing:.05em;line-height:1.5;min-height:100vh}body.is-fixed{overflow:hidden}main{display:flex;flex:1;flex-direction:column;padding-top:var(--header-height)}.is-pc{display:block!important}@media screen and (max-width:960px){.is-pc{display:none!important}}.is-sp{display:none!important}@media screen and (max-width:960px){.is-sp{display:block!important}}.is-tablet-max{display:none!important}@media screen and (max-width:1300px){.is-tablet-max{display:block!important}}.is-tablet-flex{display:flex!important}@media screen and (max-width:1300px){.is-tablet-flex{display:none!important}}.scroll-hint-icon-wrap{z-index:10}.contact{background:var(--color-bg);flex:1}.contact__inner{padding-bottom:10rem;padding-top:5rem}@media screen and (max-width:767px){.contact__inner{padding-bottom:5rem}}.contact__txt{font-size:1.5rem;font-weight:600;line-height:2;text-align:center}@media screen and (max-width:767px){.contact__txt{font-size:1rem}}.contact__btn{display:flex;justify-content:center;margin-top:5rem}@media screen and (max-width:767px){.contact__btn{margin-top:2.5rem}}.contact__btn-anchor{align-items:center;background:var(--color-primary);border:2px solid var(--color-primary);border-radius:100vmax;color:var(--color-white);display:flex;gap:3.125rem;padding:1.0625rem 3.3125rem;transition:background .3s ease,color .3s ease}@media screen and (max-width:767px){.contact__btn-anchor{gap:1.25rem;padding:.625rem 1.875rem}}@media (any-hover:hover){.contact__btn-anchor:focus-visible,.contact__btn-anchor:hover{background:var(--color-white);color:var(--color-primary)}.contact__btn-anchor:focus-visible .icon,.contact__btn-anchor:hover .icon{background:var(--color-primary)}.contact__btn-anchor:focus-visible .icon:after,.contact__btn-anchor:hover .icon:after{background:var(--color-white)}}.contact__btn-anchor .txt{font-size:1.5rem;font-weight:600}@media screen and (max-width:767px){.contact__btn-anchor .txt{font-size:1rem}}.contact__btn-anchor .icon{aspect-ratio:1/1;background:var(--color-white);border-radius:50%;position:relative;transition:background .3s ease;width:2.375rem}@media screen and (max-width:767px){.contact__btn-anchor .icon{width:1.75rem}}.contact__btn-anchor .icon:after{aspect-ratio:15/12;background:var(--color-primary);-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%);content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background .3s ease;width:1rem}@media screen and (max-width:767px){.contact__btn-anchor .icon:after{width:.625rem}}.form .wpcf7-list-item{margin-left:0}.form .wpcf7-list-item .wpcf7-list-item-label{cursor:pointer;font-size:1rem;padding-left:2.0625rem;position:relative;white-space:nowrap}.form .wpcf7-list-item .wpcf7-list-item-label:before{background:var(--color-white);border:1px solid var(--color-black);border-radius:.125rem;content:"";flex-shrink:0;height:1.5625rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.5625rem}.form .wpcf7-list-item .wpcf7-list-item-label:after{border-bottom:2px solid var(--color-black);border-left:2px solid var(--color-black);content:"";display:none;height:.625rem;left:.3125rem;position:absolute;top:.3125rem;transform:rotate(-45deg);width:1rem}.form .wpcf7-list-item .wpcf7-list-item-label a{text-decoration:underline}@media screen and (max-width:1300px){.form__list{align-items:center;display:flex;flex-direction:column}}.form__row{display:flex;gap:5rem}@media screen and (max-width:1300px){.form__row{flex-direction:column;gap:.9375rem;max-width:46.875rem;width:100%}}.form__row+.form__row{margin-top:2.5rem}@media screen and (max-width:1300px){.form__row+.form__row{margin-top:1.875rem}}.form__label{align-items:flex-start;display:flex;flex:1 0 0;font-size:1.5rem;font-weight:600;padding-top:.625rem}@media screen and (max-width:1300px){.form__label{font-size:1.25rem}}@media screen and (max-width:767px){.form__label{font-size:1.125rem}}.form__required{background:var(--color-secondary);border-radius:.25rem;color:var(--color-white);font-size:.875rem;margin-left:.25rem;margin-top:.25rem;padding:.25rem 1rem}@media screen and (max-width:767px){.form__required{font-size:.75rem;padding:.125rem .5rem}}.form__control{max-width:46.875rem;width:100%}.form__control.is-confirm{background:var(--color-white);border-radius:.125rem;font-size:1rem;min-height:3.5rem;padding:1rem 1.5rem;width:100%}@media screen and (max-width:767px){.form__control.is-confirm{min-height:unset;padding:.75rem 1rem}}.form__control.is-textarea{min-height:25.5rem}.form__control [type=email],.form__control [type=tel],.form__control [type=text],.form__control textarea{background:var(--color-white);border-radius:.125rem;font-size:1rem;padding:1rem 1.5rem;width:100%}@media screen and (max-width:767px){.form__control [type=email],.form__control [type=tel],.form__control [type=text],.form__control textarea{min-height:unset;padding:.75rem 1rem}}.form__control [type=email]::placeholder,.form__control [type=tel]::placeholder,.form__control [type=text]::placeholder,.form__control textarea::placeholder{color:#aeb1b1}.form__control [type=checkbox]{opacity:0;position:absolute}.form__control [type=checkbox]:checked+.wpcf7-list-item-label:after{display:block}.form__control textarea{field-sizing:content;min-height:25.5rem;resize:none}@media screen and (max-width:767px){.form__control textarea{min-height:18.75rem}}.form__control .wpcf7-checkbox{display:grid;gap:1rem 1.5rem;grid-template-columns:repeat(3,1fr);max-width:34.375rem}@media screen and (max-width:767px){.form__control .wpcf7-checkbox{display:flex;flex-wrap:wrap}}.form__control .wpcf7-not-valid-tip{font-size:1rem;margin-top:.625rem}.form__footer{margin-left:auto;margin-top:2.5rem;max-width:46.875rem}@media screen and (max-width:1300px){.form__footer{margin-right:auto}.form__privacy{text-align:center}}.form__privacy input{opacity:0;position:absolute}.form__privacy input:checked+.wpcf7-list-item-label:after{display:block}.form__note{font-size:1rem;line-height:2;margin-bottom:1rem}@media screen and (max-width:767px){.form__note{font-size:.875rem;line-height:1.6;margin-bottom:.625rem}}.form__actions{display:flex;gap:5rem;margin-top:2.5rem}@media screen and (max-width:1300px){.form__actions{align-items:center;flex-direction:column;gap:1.25rem}}.form__actions.is-confirm{margin-left:2.25rem;margin-top:5rem}@media screen and (max-width:767px){.form__actions.is-confirm{margin-left:0;margin-top:2.5rem}}.form__wrap{position:relative;width:-webkit-fit-content;width:fit-content}.form__wrap:has(.form__submit:disabled){pointer-events:none}@media (any-hover:hover){.form__wrap.is-reverse:focus-visible .form__submit,.form__wrap.is-reverse:hover .form__submit{background:var(--color-primary);color:var(--color-white)}.form__wrap.is-reverse:focus-visible:after,.form__wrap.is-reverse:hover:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38"><g id="送信マーク" transform="translate(-1846.561 -28.561)"><circle id="楕円形_5" data-name="楕円形 5" cx="19" cy="19" r="19" transform="translate(1846.561 28.561)" fill="%23fff"/><path id="多角形_1" data-name="多角形 1" d="M7.5,0,15,12H0Z" transform="translate(1872.561 40.561) rotate(90)" fill="%235dbbd0"/></g></svg>')}}.form__wrap.is-reverse:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38"><g id="送信マーク" transform="translate(-1846.561 -28.561)"><circle id="楕円形_5" data-name="楕円形 5" cx="19" cy="19" r="19" transform="translate(1846.561 28.561)" fill="%235dbbd0"/><path id="多角形_1" data-name="多角形 1" d="M7.5,0,15,12H0Z" transform="translate(1872.561 40.561) rotate(90)" fill="%23fff"/></g></svg>');left:2.5rem;transform:translateY(-50%) scaleX(-1)}@media screen and (max-width:767px){.form__wrap.is-reverse:after{left:1.25rem}}.form__wrap.is-reverse .form__submit{background:var(--color-white);color:var(--color-primary);padding:.8125rem 2.25rem .8125rem 7.125rem;text-align:left}@media screen and (max-width:767px){.form__wrap.is-reverse .form__submit{padding:.625rem 1.875rem .625rem 5rem}}@media (any-hover:hover){.form__wrap:focus-visible .form__submit,.form__wrap:hover .form__submit{background:var(--color-white);color:var(--color-primary)}.form__wrap:focus-visible:after,.form__wrap:hover:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38"><g id="送信マーク" transform="translate(-1846.561 -28.561)"><circle id="楕円形_5" data-name="楕円形 5" cx="19" cy="19" r="19" transform="translate(1846.561 28.561)" fill="%235dbbd0"/><path id="多角形_1" data-name="多角形 1" d="M7.5,0,15,12H0Z" transform="translate(1872.561 40.561) rotate(90)" fill="%23fff"/></g></svg>')}}.form__wrap:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38"><g id="送信マーク" transform="translate(-1846.561 -28.561)"><circle id="楕円形_5" data-name="楕円形 5" cx="19" cy="19" r="19" transform="translate(1846.561 28.561)" fill="%23fff"/><path id="多角形_1" data-name="多角形 1" d="M7.5,0,15,12H0Z" transform="translate(1872.561 40.561) rotate(90)" fill="%235dbbd0"/></g></svg>');background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:2.375rem;position:absolute;right:2.5rem;top:50%;transform:translateY(-50%);transition:background-image .3s ease;width:2.375rem}@media screen and (max-width:767px){.form__wrap:after{height:1.75rem;right:1.25rem;width:1.75rem}}.form__submit{background:var(--color-primary);border:4px solid var(--color-primary);border-radius:100vmax;color:var(--color-white);font-size:1.5rem;font-weight:600;min-width:20.875rem;padding:.8125rem 7.125rem .8125rem 2.25rem;text-align:center;transition:background .3s ease,color .3s ease}@media screen and (max-width:767px){.form__submit{border-width:2px;font-size:1rem;min-width:13.75rem;padding:.625rem 5rem .625rem 1.875rem}}.wpcf7-spinner{display:none!important}