@charset "UTF-8";body{background:#e9f6f8;color:#4a3636;font-weight:400;font-size:.875rem;line-height:1.6;font-family:"Noto Sans JP",sans-serif}body.is-menu-open{position:fixed;top:0;top:var(--scroll-y,0);left:0;width:100vw;height:100vh}.visually-hidden{position:absolute;clip-path:inset(0);margin:-1px;padding:0;width:1px;height:1px;overflow:hidden}.inner{margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px;width:100%}.button{display:inline-block;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease,outline-color .2s ease;box-shadow:0 4px 0 0 #4a3636;border:2px solid #4a3636;border-radius:40px;background:#fff;padding:4px 22px 6px;font-weight:700;font-size:1rem}@media screen and (min-width:900px){.button{border:3px solid #4a3636;padding:10px 40px 12px;font-size:1.25rem}}.button{transition:outline-color .2s ease;outline:3px solid transparent;outline-offset:4px}@media (prefers-reduced-motion:reduce){.button{transition-duration:10ms}}.button:focus{outline:3px solid transparent;outline-offset:4px}.button:focus-visible{outline-color:#000}@media (hover:hover){.button:hover{background-color:#ffee56}}.button:active{transform:scale(.98);box-shadow:0 2px 0 0 #4a3636}@media (prefers-reduced-motion:reduce){.button:active{transform:none}}.navigation{transition:color .2s ease,text-decoration-color .2s ease,outline-color .2s ease}.navigation{transition:outline-color .2s ease;outline:2px solid transparent;outline-offset:2px}@media (prefers-reduced-motion:reduce){.navigation{transition-duration:10ms}}.navigation:focus{outline:2px solid transparent;outline-offset:2px}.navigation:focus-visible{outline-color:#4a3636}@media (hover:hover){.navigation:hover{color:#67b0c7;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:#67b0c7;text-underline-offset:4px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}}.navigation:active{color:#67b0c7}.underline{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-skip-ink:none;transition:color .2s ease,outline-color .2s ease;text-decoration-skip-ink:none}.underline{transition:outline-color .2s ease;outline:2px solid transparent;outline-offset:2px}@media (prefers-reduced-motion:reduce){.underline{transition-duration:10ms}}.underline:focus{outline:2px solid transparent;outline-offset:2px}.underline:focus-visible{outline-color:#4a3636}@media (hover:hover){.underline:hover{color:#67b0c7}}.underline:active{color:#67b0c7}@media screen and (min-width:900px){.hidden-pc{display:none}}.hidden-sp{display:none}@media screen and (min-width:900px){.hidden-sp{display:block}}.hidden-sp-secondary{display:none}@media screen and (min-width:1200px){.hidden-sp-secondary{display:block}}.emphasis{font-style:normal;font-weight:700}.head{text-align:center}.icon{margin-right:auto;margin-left:auto;width:37px}.icon img{width:100%}@media screen and (min-width:900px){.icon{width:48px}}.heading-en{margin-top:8px;font-size:1rem;line-height:1.25;font-family:Courgette,cursive}@media screen and (min-width:900px){.heading-en{margin-top:8px;font-size:1.25rem}}.heading-ja{display:inline-block;margin-top:6px;border-bottom:6px solid #ffee56;padding-bottom:6px;font-weight:500;font-size:1.25rem;line-height:1.25;font-family:"Kiwi Maru",serif}@media screen and (min-width:900px){.heading-ja{margin-top:8px;border-bottom:8px solid #ffee56;padding-bottom:8px;font-size:2rem}}.wrapper{overflow:hidden}.header{position:fixed;top:0;left:0;z-index:20;background:#fff;width:100%;height:64px}.header__inner{display:flex;justify-content:space-between;align-items:center;height:inherit}@media screen and (min-width:900px){.header__inner{padding-right:24px;padding-left:24px}}.header__logo a img{display:block;width:210px}@media screen and (min-width:1200px){.header__logo a img{width:183px}}.header__nav{display:none}@media screen and (min-width:1200px){.header__nav{display:block}}@media screen and (min-width:1200px){.header__lists{display:flex;justify-content:center;align-items:center;gap:13px}}@media screen and (min-width:1200px){.header__btn{border:2px solid #4a3636;padding:5px 22px 6px 23px;font-size:.875rem}}@media screen and (min-width:1200px){.header__link{font-size:.75rem}}@media screen and (min-width:1200px){.header__open{display:none}}.drawer-icon{position:relative;width:32px;height:24px}.drawer-icon.is-checked .drawer-icon__dot{display:none}.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1){top:10px;transform:rotate(45deg);width:100%}.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2){display:none}.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3){top:10px;transform:rotate(-45deg)}.drawer-icon__bar{position:absolute;top:0;left:0;transition:transform .3s linear,top .3s linear;border-radius:6px;background:#4a3636;width:32px;height:3px}.drawer-icon__bar:nth-of-type(1){top:0;left:0;width:25.6px}.drawer-icon__bar:nth-of-type(2){top:12px}.drawer-icon__bar:nth-of-type(3){top:24px}.drawer-icon__dot{position:absolute;top:0;right:0;left:28px;border-radius:6px;background:#4a3636;width:4px;height:3px}.drawer-content{display:block;position:fixed;top:64px;right:0;left:0;transform:translateY(-100%);visibility:hidden;z-index:19;transition:transform .4s ease-out,visibility 0s ease-out .4s;background:#fff;padding-top:82px;padding-bottom:82px;width:100vw;height:calc(100vh - 64px);overflow-y:auto;pointer-events:none}.drawer-content.is-checked{transform:translateY(0);visibility:visible;transition:transform .4s ease-in,visibility 0s ease-in 0s;pointer-events:auto}.drawer-content__menu{display:flex;flex-direction:column;align-items:center;gap:39px}@media screen and (min-width:900px){.drawer-content__button{border:2px solid #4a3636;padding:4px 22px 6px;font-size:1rem}}#js-focus-trap{position:absolute;margin:-1px;padding:0;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.fv{position:relative;margin-top:64px;padding-top:17px}@media screen and (min-width:900px){.fv{padding-top:34px}}.fv__bg{position:absolute;top:0;right:0;left:0;border-radius:0 0 24px 24px;width:100%;height:554px}@media screen and (min-width:900px){.fv__bg{border-radius:0 0 40px 40px;height:740px}}.fv__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (min-width:900px){.fv__bg img{-o-object-position:center bottom;object-position:center bottom}}.fv__inner{position:relative;top:0;right:0;left:0;max-width:375px}@media screen and (min-width:900px){.fv__inner{max-width:888px}}.fv__heading{margin-bottom:20px;line-height:1.25;font-family:"Kiwi Maru",serif;text-align:center;text-shadow:0 0 30px #fff}@media screen and (min-width:900px){.fv__heading{margin-bottom:24px;font-weight:500;font-size:1.5rem}}.fv__lead{text-align:center}.fv__body{position:relative;margin-top:10px;height:522px}@media screen and (min-width:900px){.fv__body{margin-top:0;height:603px}}.fv__image{position:absolute}.fv__image img{width:100%}.fv__image--fukidashi{top:7px;left:0;width:142px}@media screen and (min-width:900px){.fv__image--fukidashi{top:1px;left:37px;width:244px}}.fv__image--present{top:0;right:25px;width:110px}@media screen and (min-width:900px){.fv__image--present{top:17px;right:127px;width:180px}}.fv__image--smartphone{top:103px;right:0;left:0;margin:0 auto;width:200px}@media screen and (min-width:900px){.fv__image--smartphone{top:33px;width:250px}}.fv__box{position:absolute;top:124px;right:0;left:0;margin:0 auto;border-radius:12.8px;background:#fff;padding-bottom:19px;width:160px;text-align:center}@media screen and (min-width:900px){.fv__box{top:153px;border-radius:16px;padding-bottom:24px;width:200px}}.fv__area{border-radius:12.8px 12.8px 0 0;background:linear-gradient(265deg,#ac3790 -3.52%,#d65a5c 44.94%,#f4c06d 92.38%)}@media screen and (min-width:900px){.fv__area{border-radius:16px 16px 0 0}}.fv__description{padding:6px 10px;color:#fff;font-weight:700;font-size:.8rem}@media screen and (min-width:900px){.fv__description{padding:8px 12px;font-size:1rem}}.fv__title{display:inline-block;margin-top:13px;border-bottom:2.4px solid #ce2073;padding-bottom:1px;font-size:.75rem}@media screen and (min-width:900px){.fv__title{margin-top:16px;border-bottom:3px solid #ce2073;padding-bottom:1px;font-size:.875rem}}.fv__date{margin-top:3px;font-weight:700;font-size:.75rem}@media screen and (min-width:900px){.fv__date{margin-top:4px;font-size:1rem}}.fv__button{margin-top:12px;text-align:center}@media screen and (min-width:900px){.fv__button{margin-top:16px}}.fv__btn{padding:3px 23px 4px;font-size:.875rem}@media screen and (min-width:900px){.fv__btn{border:2px solid #4a3636;padding:5px 23px 6px;font-size:1rem}}.fv__image--food{top:388px;left:0;width:86px}@media screen and (min-width:900px){.fv__image--food{top:241px;left:3px;width:202px}}.fv__image--cat1{top:395px;right:0;width:62px}@media screen and (min-width:900px){.fv__image--cat1{top:309px;right:63px;width:170px}}.fv__image--cat2{top:450px;right:9px;width:98px}@media screen and (min-width:900px){.fv__image--cat2{top:429px;right:0;width:233px}}.about{position:relative;margin-top:32px}@media screen and (min-width:900px){.about{margin-top:38px}}.about__image{position:absolute}.about__image--pawpads{top:-10px;right:calc(50% - 188px);width:54px}@media screen and (min-width:600px){.about__image--pawpads{right:calc(50% - 250px)}}@media screen and (min-width:900px){.about__image--pawpads{top:-80px;right:calc(50% - 400px);width:100px}}@media screen and (min-width:1200px){.about__image--pawpads{right:0;left:calc(50% + 490px)}}.about__image--slant,.about__image--wavyline1,.about__image--wavyline2{display:none}@media screen and (min-width:900px){.about__image--slant,.about__image--wavyline1,.about__image--wavyline2{display:block}}@media screen and (min-width:900px){.about__image--slant{top:10px;left:calc(50% - 520px);border-radius:24px;width:250px}}@media screen and (min-width:1200px){.about__image--slant{top:-20px;right:calc(50% + 527px);left:auto}}.about__image--photo-left,.about__image--photo-right{z-index:-1;width:200px}.about__image--photo-left img,.about__image--photo-right img{width:100%}@media screen and (min-width:900px){.about__image--photo-left,.about__image--photo-right{top:100px;z-index:1;width:480px}}.about__image--photo-left{top:395px;left:calc(50% - 328px)}@media screen and (min-width:600px){.about__image--photo-left{left:calc(50% - 380px)}}@media screen and (min-width:900px){.about__image--photo-left{left:calc(50% - 850px)}}@media screen and (min-width:1200px){.about__image--photo-left{top:74px;right:calc(50% + 614px);left:auto}}.about__image--photo-right{top:273px;right:calc(50% - 328px)}@media screen and (min-width:600px){.about__image--photo-right{right:calc(50% - 380px)}}@media screen and (min-width:900px){.about__image--photo-right{right:calc(50% - 850px)}}@media screen and (min-width:1200px){.about__image--photo-right{top:73px;right:0;left:calc(50% + 560px)}}.about__image--slope{top:708px;left:0;z-index:-1;margin-right:0;margin-left:0;width:138px}@media screen and (min-width:600px){.about__image--slope{width:200px}}@media screen and (min-width:900px){.about__image--slope{top:300px;left:calc(50% - 600px);width:427px}}@media screen and (min-width:1200px){.about__image--slope{top:320px;right:calc(50% + 432px);left:auto}}@media screen and (min-width:900px){.about__image--wavyline1,.about__image--wavyline2{z-index:-1;width:807px}}@media screen and (min-width:1200px){.about__image--wavyline1,.about__image--wavyline2{right:0}}@media screen and (min-width:900px){.about__image--wavyline1{display:flex;top:600px;right:calc(50% - 1125px)}}@media screen and (min-width:1200px){.about__image--wavyline1{top:638px;left:calc(50% + 448px)}}@media screen and (min-width:900px){.about__image--wavyline2{top:630px;right:calc(50% - 1110px)}}@media screen and (min-width:1200px){.about__image--wavyline2{top:600px;left:calc(50% + 515px)}}.about__image--goods,.about__image--stone{z-index:-1}.about__image--stone{top:720px;left:calc(50% + 119px);width:48px}@media screen and (min-width:600px){.about__image--stone{top:800px;left:calc(50% + 150px);width:80px}}@media screen and (min-width:900px){.about__image--stone{top:650px;left:calc(50% + 300px);width:101px}}@media screen and (min-width:1200px){.about__image--stone{top:601px;left:calc(50% + 505px)}}.about__image--goods{top:762px;right:calc(50% - 131px);width:133px}@media screen and (min-width:600px){.about__image--goods{top:880px;right:calc(50% - 180px);width:200px}}@media screen and (min-width:900px){.about__image--goods{top:850px;right:calc(50% - 400px);width:308px}}@media screen and (min-width:1200px){.about__image--goods{top:757px;right:0;left:calc(50% + 374px)}}.about__image--arrow{top:704px;right:0;left:0;margin:0 auto;width:100px}.about__image--arrow img{width:100%}@media screen and (min-width:600px){.about__image--arrow{top:771px}}@media screen and (min-width:900px){.about__image--arrow{top:830px;width:140px}}.about__inner{overflow:visible}@media screen and (min-width:900px){.about__inner{max-width:1512px}}.about__box{position:relative;margin-right:auto;margin-left:auto;border-radius:24px;background:#fff;padding:40px 12px;max-width:335px;text-align:center}.about__box::after{display:inline-block;position:absolute;top:100%;right:0;left:0;clip-path:polygon(0 0,100% 0,50% 100%);margin:0 auto;background:#cce1e4;width:100px;height:36px;content:""}@media screen and (min-width:900px){.about__box::after{width:140px;height:50px}}@media screen and (min-width:600px){.about__box{border-radius:40px;max-width:460px}}@media screen and (min-width:900px){.about__box{max-width:580px}}@media screen and (min-width:1200px){.about__box{width:848px;max-width:none}}.about__area{display:flex;position:absolute;top:32px;right:20px;left:33px;justify-content:space-between;z-index:1;max-width:283px}@media screen and (min-width:600px){.about__area{right:0;left:0;margin:0 auto}}@media screen and (min-width:900px){.about__area{max-width:480px}}@media screen and (min-width:1200px){.about__area{top:40px;max-width:679px}}.about__pic{width:88px}@media screen and (min-width:900px){.about__pic{width:147px}}@media screen and (min-width:1200px){.about__pic--right{margin-top:7px}}.about__body{margin-top:24px}@media screen and (min-width:900px){.about__body{margin-top:32px}}.about__lead{font-weight:700}@media screen and (min-width:600px){.about__lead{font-size:1rem}}.about__text{margin-top:1.5em;font-size:.75rem}.about__text:first-of-type{margin-top:inherit}@media screen and (min-width:900px){.about__text:first-of-type{margin-top:34px}}@media screen and (min-width:600px){.about__text{font-size:.875rem}}@media screen and (min-width:900px){.about__text{margin-top:1.7em;font-size:1rem}}.about__link{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-skip-ink:none;transition:color .2s ease,outline-color .2s ease;text-decoration-skip-ink:none}.about__link{transition:outline-color .2s ease;outline:2px solid transparent;outline-offset:2px}@media (prefers-reduced-motion:reduce){.about__link{transition-duration:10ms}}.about__link:focus{outline:2px solid transparent;outline-offset:2px}.about__link:focus-visible{outline-color:#4a3636}@media (hover:hover){.about__link:hover{color:#67b0c7}}.about__link:active{color:#67b0c7}.about__emphasis{display:inline-block;margin-top:inherit;border-bottom:2px dashed #9ed0e0;padding-top:7px;padding-bottom:7px;font-weight:700;font-size:.875rem}@media screen and (min-width:900px){.about__emphasis{margin-right:auto;margin-left:auto;padding-top:11px;padding-bottom:11px;width:356px;font-size:1.25rem}}.about__button{margin-top:inherit;text-align:center}@media screen and (min-width:900px){.about__btn{padding:8px 37px 9px}}.about__swiper{overflow:visible}.about__logo{margin-top:140px;margin-right:auto;margin-left:auto;width:355px}.about__logo img{width:100%}@media screen and (min-width:600px){.about__logo{margin-top:200px}}@media screen and (min-width:900px){.about__logo{width:770px;text-align:center}}@media screen and (min-width:1200px){.about__logo{margin-top:166px;width:891px}}.about__swiper-wrapper{transition-timing-function:linear;margin-top:-3px}@media screen and (min-width:900px){.about__swiper-wrapper{margin-top:-7px}}.about__swiper-slide{width:100px!important;overflow:hidden}@media screen and (min-width:900px){.about__swiper-slide{width:200px!important}}.how-to-enter{position:relative;margin-top:32px;padding-top:32px}@media screen and (min-width:900px){.how-to-enter{margin-top:60px;padding-top:60px}}.how-to-enter__img{position:absolute}@media screen and (min-width:1200px){.how-to-enter__inner{padding-right:30px;padding-left:30px;max-width:1512px}}.how-to-enter__img--cats img,.how-to-enter__img--map img,.how-to-enter__img--pawpads1 img,.how-to-enter__img--pawpads2 img,.how-to-enter__img--pawpads3 img{width:100%}.how-to-enter__img--map{top:32px;right:calc(50% + 39px);width:149px}@media screen and (min-width:900px){.how-to-enter__img--map{top:-30px;right:calc(50% + 180px);width:380px}}@media screen and (min-width:1200px){.how-to-enter__img--map{top:-2px;right:calc(50% + 300px);width:420px}}.how-to-enter__img--cats{top:32px;left:calc(50% + 59px);width:160px}@media screen and (min-width:900px){.how-to-enter__img--cats{top:0;left:calc(50% + 200px);width:364px}}@media screen and (min-width:1200px){.how-to-enter__img--cats{top:34px;left:calc(50% + 287px)}}@media screen and (min-width:900px){.how-to-enter__img--pawpads1,.how-to-enter__img--pawpads2,.how-to-enter__img--pawpads3{width:55px}}.how-to-enter__img--pawpads1{top:106px;left:calc(50% + 113px)}@media screen and (min-width:900px){.how-to-enter__img--pawpads1{top:208px;right:0;left:auto;width:70px}}@media screen and (min-width:1200px){.how-to-enter__img--pawpads1{right:auto;left:calc(50% + 620px);width:100px}}.how-to-enter__img--pawpads2{top:582px;right:calc(50% + 113px)}@media screen and (min-width:900px){.how-to-enter__img--pawpads2{top:640px;right:auto;left:0;width:70px}}@media screen and (min-width:1200px){.how-to-enter__img--pawpads2{right:calc(50% + 620px);left:auto;width:100px}}.how-to-enter__img--pawpads3{top:912px;left:calc(50% + 113px)}@media screen and (min-width:900px){.how-to-enter__img--pawpads3{display:none}}.how-to-enter__container{display:flex;flex-direction:column;gap:42px;margin-top:32px}@media screen and (min-width:900px){.how-to-enter__container{flex-direction:row;justify-content:center;gap:10px;margin-top:40px}}@media screen and (min-width:1200px){.how-to-enter__container{gap:32px}}.how-to-enter__box{position:relative;text-align:center}.how-to-enter__box:nth-child(-n+2){padding-bottom:16px}@media screen and (min-width:900px){.how-to-enter__box:nth-child(-n+2){padding-bottom:0}}.how-to-enter__box:nth-child(3){margin-top:-9px}@media screen and (min-width:900px){.how-to-enter__box:nth-child(3){margin-top:0}}@media screen and (min-width:900px){.how-to-enter__box{max-width:320px}}@media screen and (min-width:1200px){.how-to-enter__box{width:320px}}.how-to-enter__box:nth-child(-n+2)::after{display:inline-block;position:absolute;right:0;bottom:-42px;left:0;margin:0 auto;background-image:url(../img/houw-to-enter_line1_sp.svg);background-size:contain;background-repeat:no-repeat;width:9px;height:34px;content:""}@media screen and (min-width:900px){.how-to-enter__box:nth-child(-n+2)::after{top:170px;right:auto;bottom:auto;left:235px;margin:auto;background-image:url(../img/houw-to-enter_line2_pc.svg);width:70px;height:16px}}@media screen and (min-width:1200px){.how-to-enter__box:nth-child(-n+2)::after{top:206px;left:254px;width:113px;height:24px}}@media screen and (min-width:900px){.how-to-enter__box:nth-of-type(2)::after{top:100px;left:230px}.how-to-enter__box:nth-of-type(2){margin-top:69px}}@media screen and (min-width:1200px){.how-to-enter__box:nth-of-type(2)::after{top:136px;left:264px}}.bottom:nth-child(2)::after{bottom:-34px}@media screen and (min-width:900px){.bottom:nth-child(2)::after{top:100px;bottom:auto}}@media screen and (min-width:1200px){.bottom:nth-child(2)::after{top:136px}}.how-to-enter__image{margin-right:auto;margin-left:auto;width:196px}.how-to-enter__image img{width:100%}@media screen and (min-width:900px){.how-to-enter__image{width:25vw;max-width:280px}}@media screen and (min-width:1200px){.how-to-enter__image{width:280px}}.how-to-enter__title{margin-top:16px;font-weight:700;font-size:1rem;font-feature-settings:"pref" on}@media screen and (min-width:1200px){.how-to-enter__title{margin-top:24px;font-size:1.25rem}}.how-to-enter__text{margin-top:16px;font-size:.75rem}@media screen and (min-width:600px){.how-to-enter__text{font-size:.875rem}}@media screen and (min-width:1200px){.how-to-enter__text{margin-top:17px;font-size:1rem}}.how-to-enter__link{display:inline-block;position:relative;margin-top:23px}@media screen and (min-width:900px){.how-to-enter__link{margin-top:27px}}.how-to-enter__link::before{display:inline-block;position:absolute;top:50%;left:12px;transform:translateY(-50%);background-image:url(../img/icon-Instagram.svg);background-size:contain;background-repeat:no-repeat;width:20px;height:20px;content:""}@media screen and (min-width:900px){.how-to-enter__link::before{left:10px;width:24px;height:24px}}.how-to-enter__links{transition:outline .2s ease,box-shadow .2s ease;outline:1px solid transparent;background:#fff;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:41px;font-weight:700}@media (prefers-reduced-motion:reduce){.how-to-enter__links{transition-duration:10ms}}.how-to-enter__links{box-shadow:0 0 0 2px transparent}.how-to-enter__links:focus{outline:1px solid transparent}.how-to-enter__links:focus-visible{outline:1px solid transparent;box-shadow:0 0 0 2px #4a3636}@media (hover:hover){.how-to-enter__links:hover{outline:1px solid #67b0c7}}.how-to-enter__links:active{outline:1px solid #67b0c7}@media screen and (min-width:1200px){.how-to-enter__links{font-size:1rem}}.how-to-enter__button{margin-top:15px;text-align:center}@media screen and (min-width:900px){.how-to-enter__button{margin-top:49px}}@media screen and (min-width:900px){.how-to-enter__btn{padding:10px 38px}}.service{content-visibility:auto;contain-intrinsic-size:auto 500px;margin-top:38px;padding-top:83px}@media screen and (min-width:900px){.service{padding-top:149px}}.service__inner{padding-right:0;padding-left:0;max-width:600px}@media screen and (min-width:900px){.service__inner{padding-right:30px;padding-left:30px;max-width:1084px}}.service__decoration{display:none}@media screen and (min-width:900px){.service__decoration{display:flex;position:relative;top:7px;bottom:0;left:50%;justify-content:space-between;transform:translate(-50%,-50%)}}.service__img-left,.service__img-right{width:25vw;max-width:315px}.service__img-left img,.service__img-right img{width:100%}.service__content{position:relative;border-radius:24px;background:#fff;padding-right:20px;padding-bottom:35px;padding-left:20px}.service__content::before{position:absolute;top:-41px;left:50%;transform:translate(-50%,-50%);background-image:url(../img/service_halfcircle1_sp.svg);width:238px;height:83px;content:""}@media screen and (min-width:900px){.service__content::before{top:-75px;background-image:url(../img/service_halfcircle2_pc.svg);width:378px;height:150px}}@media screen and (min-width:900px){.service__content{padding-right:56px;padding-bottom:53px;padding-left:56px}}.service__head{position:relative;top:-9px;left:50%;transform:translate(-50%,-50%);margin-bottom:-67px}@media screen and (min-width:900px){.service__head{top:-48px;margin-bottom:-120px}}.service__lead{margin-top:19px;font-size:.75rem;text-align:center}@media screen and (min-width:600px){.service__lead{font-size:.875rem}}@media screen and (min-width:900px){.service__lead{margin-top:40px;font-size:1rem}}.service__container{display:grid;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(4,1fr);margin-top:24px;padding-top:24px;grid-gap:38px 15px;gap:38px 15px}@media screen and (min-width:900px){.service__container{grid-template-rows:auto;grid-template-columns:repeat(6,1fr);gap:79px 33px;margin-top:32px;padding-top:51px}}.service__card{position:relative;transition:outline .2s ease,outline-color .2s ease,transform .2s ease;outline:2px solid transparent;outline-offset:2px;border-radius:8px;background:#f5f5f5;width:100%}.service__card .service__pic img{transition:transform .2s ease}.service__card .service__img svg .path-color{transition:fill .2s ease}@media (prefers-reduced-motion:reduce){.service__card{transition-duration:10ms}.service__card .service__img svg .path-color,.service__card .service__pic img{transition-duration:10ms}}@media screen and (min-width:900px){.service__card{border-radius:24px}}@media (hover:hover){.service__card:hover{outline:2px solid #9ed0e0;outline-offset:0;border-radius:8px}.service__card:hover .service__pic img{transform:scale(1.2)}.service__card:hover .service__img svg .path-color{fill:#9ed0e0}}@media screen and (hover:hover) and (min-width:900px){.service__card:hover{outline:4px solid #9ed0e0;border-radius:24px}}.service__card:active{outline:2px solid #9ed0e0;outline-offset:0}@media screen and (min-width:900px){.service__card:active{outline:4px solid #9ed0e0}}@media (prefers-reduced-motion:reduce){.service__card:active .service__pic img{transform:none}}.service__card:has(.service__card-button:focus-visible){outline-color:#4a3636}.service__card:nth-of-type(1){grid-row:1;grid-column:1/3}.service__card:nth-of-type(2){grid-row:1;grid-column:3/5}.service__card:nth-of-type(3){grid-row:2;grid-column:1/3}.service__card:nth-of-type(4){grid-row:2;grid-column:3/5}.service__card:nth-of-type(5){grid-row:3;grid-column:2/4}@media screen and (min-width:900px){.service__card:nth-child(-n+2){max-width:440px}.service__card:nth-of-type(1){grid-row:1;grid-column:1/4}.service__card:nth-of-type(2){grid-row:1;grid-column:4/7}.service__card:nth-of-type(3){grid-row:2;grid-column:1/3}.service__card:nth-of-type(4){grid-row:2;grid-column:3/5}.service__card:nth-of-type(5){grid-row:2;grid-column:5/7}}.service__card-button{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%}.service__card-button:focus{outline:0}.service__card>:not(.service__card-button){pointer-events:none}.service__image{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:1;width:48px;height:48px}.service__image img{width:100%}@media screen and (min-width:900px){.service__image{width:80px;height:80px}}@media screen and (min-width:900px){.service__image--primary{width:100px;height:100px}}.service__pic{display:block;margin-right:auto;margin-left:auto;overflow:hidden}.service__pic img{transition:transform .3s ease;border-radius:8px 8px 0 0;width:100%}@media screen and (min-width:900px){.service__pic img{max-height:340px;-o-object-fit:cover;object-fit:cover}}@media screen and (min-width:900px){.service__pic{border-radius:24px 24px 0 0;max-height:340px}}.service__box{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;min-height:56px}@media screen and (min-width:600px){.service__box{min-height:70px}}@media screen and (min-width:900px){.service__box{border-radius:0 0 24px 24px;min-height:80px}}@media screen and (min-width:900px){.service__box--primary{min-height:120px}}.service__text{font-weight:700;font-size:.75rem;text-align:center}@media screen and (min-width:600px){.service__text{font-size:.875rem}}@media screen and (min-width:900px){.service__text{font-size:1rem}}@media screen and (min-width:900px){.service__text-primary{font-size:1.25rem}}.service__img{position:absolute;right:-2px;bottom:-2px;width:36px;height:36px}.service__img svg{border-radius:0 0 8px;width:100%;height:100%}@media screen and (min-width:900px){.service__img svg{border-radius:0 0 24px}}@media screen and (min-width:900px){.service__img{width:45px;height:45px}}@media screen and (min-width:1200px){.service__img{width:64px;height:64px}}@media screen and (min-width:900px){.service__img--primary{width:80px;height:80px}}@media screen and (min-width:1200px){.service__img--primary{width:100px;height:100px}}.service__button{margin-top:19px;text-align:center}@media screen and (min-width:900px){.service__button{margin-top:39px}}@media screen and (min-width:900px){.service__btn{padding:10px 38px 9px}}.service__background{display:block;margin-top:-43px}.service__background img{width:100%;min-height:260px;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:900px){.service__background{margin-top:0}}:root:has(dialog[open]){overflow:hidden;scrollbar-gutter:stable}.modal{position:fixed;top:0;left:0;visibility:hidden;opacity:0;z-index:100;border:none;background:0 0;padding:0;width:100%;height:100%}.modal::backdrop{opacity:0;background-color:rgba(0,0,0,.7)}.modal.is-open{animation:modalOpen .3s ease forwards}.modal.is-open::backdrop{animation:modalBackdropOpen .3s ease forwards}.modal.is-close{animation:modalClose .3s ease forwards}.modal.is-close::backdrop{animation:modalBackdropClose .3s ease forwards}@media (prefers-reduced-motion:reduce){.modal.is-close,.modal.is-open{animation-duration:10ms}.modal.is-close::backdrop,.modal.is-open::backdrop{animation-duration:10ms}}@keyframes modalOpen{0%{visibility:hidden;opacity:0}100%{visibility:visible;opacity:1}}@keyframes modalClose{0%{visibility:visible;opacity:1}100%{visibility:hidden;opacity:0}}@keyframes modalBackdropOpen{0%{opacity:0}100%{opacity:1}}@keyframes modalBackdropClose{0%{opacity:1}100%{opacity:0}}.modal__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:24px;background:#fff;padding-bottom:54px;width:336px;height:480px}@media screen and (min-width:900px){.modal__content{width:480px;height:650px}}.modal__pic{width:100%;height:210px;-o-object-fit:cover;border-radius:24px 24px 0 0;object-fit:cover}@media screen and (min-width:900px){.modal__pic{height:300px}}.modal__title{margin-top:39px;font-weight:700;font-size:1rem;text-align:center}@media screen and (min-width:900px){.modal__title{margin-top:32px;font-size:1.25rem}}.modal__text{margin-top:12px;color:#000;font-size:.75rem;text-align:center}@media screen and (min-width:900px){.modal__text{font-size:1rem}}.modal-close__wrap{margin-top:16px;text-align:center}@media screen and (min-width:900px){.modal-close__wrap{margin-top:24px}}.modal-close{cursor:pointer}@media screen and (min-width:900px){.modal-close{border:2px solid #4a3636;padding:4px 22px 6px;font-size:1rem}}.spots{position:relative;top:-46px;content-visibility:auto;contain-intrinsic-size:auto 500px;padding-top:46px}@media screen and (min-width:900px){.spots{top:-120px;padding-top:120px}}.spots__background{position:relative;margin-bottom:48px;background:#67b0c7;padding-bottom:20px}@media screen and (min-width:900px){.spots__background{margin-bottom:73px;padding-bottom:64px}}.spots__background::after,.spots__background::before{position:absolute;left:0;background-image:url(../img/spots-wave_sp.svg);background-size:contain;background-repeat:repeat-x;width:100%;height:46px;content:""}@media screen and (min-width:900px){.spots__background::after,.spots__background::before{background-image:url(../img/spots-wave2_pc.svg);background-size:auto;height:120px}}.spots__background::before{top:-45px}@media screen and (min-width:900px){.spots__background::before{top:-120px}}.spots__background::after{bottom:-45px;transform:rotate(180deg);background-position:left -6px center}@media screen and (min-width:900px){.spots__background::after{bottom:-60px;background-position:0 0}}@media screen and (min-width:900px){.spots__container{display:flex;-moz-column-gap:38px;column-gap:38px;padding-left:max(30px,(100vw - 1024px) / 2)}}.spots__center{text-align:center}.spots__heading{display:inline-block;position:relative;padding-left:36px;color:#fff;font-weight:500;font-size:1.75rem;line-height:1.25;font-family:"Kiwi Maru",serif}@media screen and (min-width:900px){.spots__heading{padding-top:70px;padding-left:0;font-size:2.5rem;letter-spacing:.25em;writing-mode:vertical-rl}}.spots__heading::before{position:absolute;top:50%;left:0;transform:translateY(-50%);background-image:url(../img/spots-icon_sp.svg);width:28px;height:28px;content:""}@media screen and (min-width:900px){.spots__heading::before{top:0;left:50%;transform:translateX(-50%);background-image:url(../img/spots-icon2_pc.svg);width:56px;height:56px}}.spots .spots__swiper{margin-top:25px}@media screen and (min-width:900px){.spots .spots__swiper{margin-top:0}}.spots .spots__slide{width:64vw;height:auto}@media screen and (min-width:600px){.spots .spots__slide{width:50vw}}@media screen and (min-width:900px){.spots .spots__slide{width:344px}}@media screen and (min-width:1200px){.spots .spots__slide{width:calc(344px + (100vw - 1512px) * .15)}}.spots .spots__card{border-radius:12px;background:#fff;padding-bottom:31px;height:100%}@media screen and (min-width:900px){.spots .spots__card{border-radius:24px;padding-bottom:40px}}.spots .spots__pic{border-radius:12px 12px 0 0;width:100%}@media screen and (min-width:900px){.spots .spots__pic{border-radius:24px 24px 0 0}}@media screen and (min-width:1200px){.spots .spots__pic{height:calc(240px + (100vw - 1512px) * .1);-o-object-fit:cover;object-fit:cover}}.spots .spots__title{margin-top:16px;font-weight:700;font-size:1rem;text-align:center}@media screen and (min-width:900px){.spots .spots__title{margin-top:24px;font-size:1.25rem}}.spots .spots__text{margin-top:14px;padding-right:24px;padding-left:24px;font-size:.75rem}@media screen and (min-width:900px){.spots .spots__text{margin-top:24px;padding-right:32px;padding-left:32px;font-size:1rem}}@media screen and (min-width:900px){.spots .spots__next,.spots .spots__prev{display:block;top:-40px;border-radius:50%;background:#ffee56;width:80px;height:80px}}@media screen and (min-width:1200px){.spots .spots__next,.spots .spots__prev{top:-118px}}@media screen and (min-width:900px){.spots .spots__prev{left:calc(50% - 360px)}.spots .spots__prev::before{display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(../img/spots-arow-left_pc.svg);background-size:contain;background-repeat:no-repeat;width:16px;height:27px;content:""}}@media screen and (min-width:1200px){.spots .spots__prev{left:calc(50% - 472px)}}@media screen and (min-width:900px){.spots .spots__next{right:calc(50% - 360px)}.spots .spots__next::after{display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(../img/spots-arow-right_pc.svg);background-size:contain;background-repeat:no-repeat;width:16px;height:27px;content:""}}@media screen and (min-width:1200px){.spots .spots__next{right:calc(50% - 472px)}}@media screen and (min-width:900px){.spots__inner{position:relative;margin-top:1px;max-width:1512px}}@media screen and (min-width:1200px){.spots__inner{margin-top:0}}@media screen and (min-width:900px){.spots__img{position:absolute;bottom:0;left:0;width:80px}}@media screen and (min-width:1200px){.spots__img{bottom:-3px;left:calc(50% - 720px);width:100px}}.spots__content{display:flex;flex-direction:column;align-items:center}@media screen and (min-width:1200px){.spots__content{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-top:64px;margin-right:auto;margin-left:auto;max-width:1024px}}.spots__logo{width:255px}@media screen and (min-width:900px){.spots__logo{width:360px}}@media screen and (min-width:1200px){.spots__logo{width:495px}}.spots__logo img{width:100%}.spots__catch{margin-top:14px;color:#fff;font-size:.7125rem;text-align:center}@media screen and (min-width:600px){.spots__catch{font-size:.875rem}}@media screen and (min-width:900px){.spots__catch{font-size:1rem}}@media screen and (min-width:1200px){.spots__catch{margin-top:1px}}.spots__button{margin-top:24px;text-align:center}@media screen and (min-width:1200px){.spots__button{margin-left:10px}}@media screen and (min-width:900px){.spots__btn{padding:10px 38px}}.faq{content-visibility:auto;contain-intrinsic-size:auto 500px;margin-top:-6px}@media screen and (min-width:900px){.faq{margin-top:-13px}}@media screen and (min-width:900px){.faq__inner{padding-right:30px;padding-left:30px;max-width:1084px}}.faq__items{display:flex;flex-direction:column;gap:11px;margin-top:23px;margin-right:auto;margin-left:auto}@media screen and (min-width:900px){.faq__items{gap:21px;margin-top:40px}}.faq__items summary::-webkit-details-marker{display:none}.faq__item{border:2px solid #4a3636;border-radius:12px}@media screen and (min-width:900px){.faq__item{border-radius:16px}}.faq__question{display:flex;position:relative;transition:outline-color .2s ease;outline:3px solid transparent;outline-offset:4px;border-radius:12px;background:#fff;padding:9px 47px 12px}@media (prefers-reduced-motion:reduce){.faq__question{transition-duration:10ms}}.faq__question:focus{outline:3px solid transparent;outline-offset:4px}.faq__question:focus-visible{outline-color:#000}@media screen and (min-width:900px){.faq__question{border-radius:16px;padding:29px 84px 30px 67px}}.faq__question::before{display:inline-block;position:absolute;top:50%;left:16px;transform:translateY(-50%);margin-top:-4px;background-image:url(../img/faq-question.svg);background-size:contain;background-repeat:no-repeat;width:20px;height:20px;content:""}@media screen and (min-width:900px){.faq__question::before{left:23px;width:27px;height:27px}}.faq__question::after{display:inline-block;position:absolute;top:50%;right:13px;transform:translateY(-50%);margin-top:-2px;border-radius:50%;background:#9ed0e0;width:26px;height:26px;content:""}@media screen and (min-width:900px){.faq__question::after{right:20px;width:48px;height:48px}}.faq__item.is-opened .faq__question{border-radius:12px 12px 0 0}@media screen and (min-width:900px){.faq__item.is-opened .faq__question{border-radius:16px 16px 0 0}}.faq__question-text{display:block;position:relative;width:100%;font-size:.875rem}@media screen and (min-width:900px){.faq__question-text{font-weight:700;font-size:1.25rem}}.faq__question-text::after,.faq__question-text::before{display:inline-block;position:absolute;top:50%;right:-26px;transform:translateY(-50%);z-index:1;transition:transform .3s ease;background-color:#fff;width:11px;height:2px;content:""}@media screen and (min-width:900px){.faq__question-text::after,.faq__question-text::before{right:-49px;margin-top:-1px;width:17px}}.faq__question-text::after{transform:translateY(-50%) rotate(90deg)}.faq__question-text.is-open::after{transform:translateY(-50%) rotate(0)}.faq__answer{position:relative;opacity:0;transition:height .4s ease,opacity .4s ease;border-radius:0 0 12px 12px;background:#f5f5f5;height:0;overflow:hidden}@media screen and (min-width:900px){.faq__answer{border-radius:0 0 16px 16px}}.faq__item.is-opened .faq__answer{opacity:1}.faq__item{transition:box-shadow .2s ease}@media (prefers-reduced-motion:reduce){.faq__item{transition-duration:10ms}}.faq__item:has(.faq__question:focus-visible).is-opened{box-shadow:0 0 0 3px #000}.faq__item:has(.faq__question:focus-visible).is-opened .faq__question{outline-color:transparent}.faq__answer-text{display:block;position:relative;padding:15px 16px 13px 47px}@media screen and (min-width:900px){.faq__answer-text{padding:30px 24px 31px 61px;font-size:1rem}}.faq__answer-text::before{display:inline-block;position:absolute;top:50%;left:14px;transform:translateY(-50%);background-image:url(../img/faq-answer.svg);background-size:contain;background-repeat:no-repeat;width:17px;height:20px;content:""}@media screen and (min-width:900px){.faq__answer-text::before{left:24px;width:23px;height:30px}}.info{content-visibility:auto;contain-intrinsic-size:auto 500px;margin-top:29px}@media screen and (min-width:900px){.info{margin-top:120px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}}@media screen and (min-width:600px){.info__inner{max-width:640px}}@media screen and (min-width:900px){.info__inner{max-width:1084px}}.info__box{border:8px solid #fff;background:rgba(255,255,255,.5);padding:16px}@media screen and (min-width:900px){.info__box{margin-right:auto;margin-left:auto;padding:32px 52px;max-width:1024px}}.info__list{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-top:24px}@media screen and (min-width:900px){.info__list{margin-top:40px}}.info__list-item{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:8px;border-bottom:1px solid #ccc;padding-bottom:14px}.info__list-item:last-child{border-bottom:none}@media screen and (min-width:900px){.info__list-item{flex-direction:row;gap:0;padding-bottom:12px}.info__list-item:not(:first-child){padding-top:12px}}.info__list-title{display:flex;align-items:center;gap:8px;margin:0;margin-top:12px;font-weight:700}.info__list>.info__list-item:first-child .info__list-title{margin-top:0}.info__list-title::before{display:inline-block;border-radius:50%;background:#9ed0e0;width:8px;height:8px;content:""}@media screen and (min-width:600px){.info__list-title{font-size:1rem}}@media screen and (min-width:900px){.info__list-title{flex-shrink:0;align-self:start;margin-top:0;padding-left:12px;width:min(23vw,236px)}}.info__list-text{display:block;margin:0;width:100%;font-size:.75rem}@media screen and (min-width:600px){.info__list-text{font-size:.875rem}}@media screen and (min-width:900px){.info__list-text{flex:1 0 0;font-size:1rem}}.info__details{padding-left:19px}@media screen and (min-width:900px){.info__details{margin-top:-1px;padding-left:23px}}.info__details-text{font-size:inherit;line-height:19px;list-style:disc}@media screen and (min-width:900px){.info__details-text{line-height:26px}}.info__details-text::marker{font-size:.4375rem}.info__bg{display:block;margin-top:33px}.info__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:900px){.info__bg{margin-top:121px}}.contact{content-visibility:auto;contain-intrinsic-size:auto 500px;background:#fff;padding-top:42px;padding-bottom:45px}@media screen and (min-width:900px){.contact{padding-top:120px;padding-bottom:120px}}@media screen and (min-width:900px){.contact__inner{padding-right:30px;padding-left:30px;max-width:908px}}.contact__lead{margin-top:23px;font-size:.75rem}@media screen and (min-width:900px){.contact__lead{margin-top:34px;font-size:1rem}}.contact__form{margin-top:24px}@media screen and (min-width:900px){.contact__form{margin-top:40px}}.contact__fields{display:flex;flex-direction:column;gap:17px}@media screen and (min-width:900px){.contact__fields{gap:14px}}.contact__privacy{margin-top:16px;text-align:center}@media screen and (min-width:900px){.contact__privacy{margin-top:33px}}.contact__button{display:block;margin-top:25px;margin-right:auto;margin-left:auto}@media screen and (min-width:900px){.contact__button{margin-top:40px;border:2px solid #4a3636;padding:4px 37px 6px;font-size:1rem}}.form__field:last-of-type{margin-top:8px}@media screen and (min-width:900px){.form__field{display:flex;gap:40px}.form__field:nth-of-type(4){gap:42px;margin-top:18px}.form__field:nth-of-type(5){align-items:flex-start;margin-top:23px}}.form-field__head{display:flex;align-items:center;gap:12px}@media screen and (min-width:900px){.form-field__head{width:180px}}@media screen and (min-width:900px){.form__field:nth-of-type(-n+3) .form-field__head{margin-top:-9px}}.form-field__label{font-weight:700}@media screen and (min-width:900px){.form-field__label{font-size:1rem}}.form-field__tag{display:inline-block;border-radius:4px;background:#ce2073;padding:4px 8px;color:#fff;font-weight:700;font-size:.75rem}.form-field__item{flex-grow:1;margin-top:8px}@media screen and (min-width:900px){.form-field__item{margin-top:0}}.form-field__error{display:block;margin-top:8px;color:#ce2073;font-size:.875rem;line-height:1.6}.field__item{position:relative}.field__item::after{position:absolute;top:0;right:0;border-radius:0 8px 8px 0;background-image:url(../img/contact-select.svg);background-position:center center;background-size:32px 32px;background-repeat:no-repeat;background-color:#9ed0e0;width:52px;height:54px;content:""}@media screen and (min-width:900px){.field__item::after{top:-1px;padding:16px 1px 16px 0;height:57px}}.form-text{border:none;border-radius:8px;background:#f5f5f5;padding:16px;width:100%}.form-text::-moz-placeholder{color:#ccc}.form-text::placeholder{color:#ccc}@media screen and (min-width:900px){.form-text{font-size:1rem}}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:8px;background:#f5f5f5;padding:16px;width:100%}@media screen and (min-width:900px){.form-select{font-size:1rem}}.form-field__radios{display:flex;gap:24px}@media (hover:hover){.form-radio:hover .form-radio__text::before{outline:1px solid #9ed0e0}}.form-radio:focus-within .form-radio__text::before{outline:1px solid #9ed0e0}.form-radio:focus-within .form-radio__text{font-weight:700}.form-radio:active .form-radio__text::before{outline:1px solid #9ed0e0}.form-radio__input{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.form-radio__input:checked+.form-radio__text::after{opacity:1}.form-radio__text{position:relative;padding-left:32px}.form-radio__text::after,.form-radio__text::before{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;content:""}.form-radio__text::before{left:0;transition:outline .2s ease;border:none;background:#f5f5f5;width:24px;height:24px}@media (prefers-reduced-motion:reduce){.form-radio__text::before{transition-duration:10ms}}.form-radio__text::after{left:6px;opacity:0;background:#9ed0e0;width:12px;height:12px}@media screen and (min-width:900px){.form-radio__text{font-size:1rem}}.form-textarea{border:none;border-radius:8px;background:#f5f5f5;padding:16px;width:100%;height:160px}.form-textarea::-moz-placeholder{color:#ccc}.form-textarea::placeholder{color:#ccc}@media screen and (min-width:900px){.form-textarea{font-size:1rem}}.form-checkbox{box-sizing:border-box}.form-checkbox__input{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.form-checkbox__input:checked+.form-checkbox__text::after{opacity:1}.form-checkbox__text{position:relative;padding-left:36px}@media screen and (min-width:900px){.form-checkbox__text{font-size:1rem}}.form-checkbox__text::after,.form-checkbox__text::before{position:absolute;top:50%;left:0;transform:translateY(-50%);content:""}.form-checkbox__text::before{border:none;border-radius:4px;background:#f5f5f5;width:24px;height:24px}.form-checkbox__text::after{top:10px;left:5px;opacity:0;background:url(../img/contact-check.svg) no-repeat center center/contain;width:14px;height:9px}.form-text:focus,.form-textarea:focus{background-color:#e9f6f8}.js-form-input:focus{outline:1px solid #9ed0e0}.js-form-input:focus+.form-checkbox__text::before{outline:1px solid #9ed0e0}.js-form-input.is-error{outline:1px solid #ce2073;background-color:#fff0f7}.js-form-input.is-error+.form-checkbox__text::before{outline:1px solid #ce2073;background-color:#fff0f7}.js-form-input.is-error+.field__item::after{background-color:#ce2073}.footer{position:relative;padding-top:40px}@media screen and (min-width:900px){.footer{padding-top:120px}}.footer__image{display:none}@media screen and (min-width:900px){.footer__image{display:block;position:absolute;top:80px;right:0;width:70px}}@media screen and (min-width:1200px){.footer__image{left:calc(50% + 576px);width:100px}}@media screen and (min-width:600px){.footer__inner{max-width:640px}}@media screen and (min-width:900px){.footer__inner{padding-right:30px;padding-left:30px;max-width:1084px}}.sns__link{text-align:center}.sns-link__catch{font-weight:400;font-size:1.25rem;line-height:1.25;font-family:"Josefin Sans",sans-serif}@media screen and (min-width:900px){.sns-link__catch{font-size:1.5rem}}.sns-link__nav{display:flex;justify-content:center;align-items:center;gap:40px;margin-top:24px}.sns-link__button{width:32px}@media screen and (min-width:900px){.sns-link__button{width:40px}}.footer__img{margin-top:13px;margin-right:auto;margin-left:auto;width:328px}.footer__img img{width:100%}@media screen and (min-width:900px){.footer__img{margin-top:40px;width:755px}}.footer__card{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:-3px;border-radius:16px;background:#fff}@media screen and (min-width:900px){.footer__card{flex-direction:row-reverse}}.footer__map{width:100%;height:100%}.footer__map iframe{vertical-align:top;transition:outline-color .2s ease;outline:2px solid transparent;outline-offset:2px;border-radius:16px 16px 0 0;aspect-ratio:335/271;width:100%;height:100%}@media (prefers-reduced-motion:reduce){.footer__map iframe{transition-duration:10ms}}.footer__map iframe:focus{outline:2px solid transparent;outline-offset:2px}.footer__map iframe:focus-visible{outline-color:#4a3636}@media screen and (min-width:900px){.footer__map iframe{border-radius:0 16px 16px 0;aspect-ratio:512/400}}@media screen and (min-width:900px){.footer__map{flex:1}}.footer__body{display:flex;flex-direction:column;align-items:center;padding:0 24px 30px}@media screen and (min-width:900px){.footer__body{flex:1 0 0;justify-content:center;padding:0}}@media screen and (min-width:900px){.footer__box{margin-right:auto;margin-left:auto;padding-bottom:27px}}.footer__logo{margin-top:21px;margin-right:auto;margin-left:auto;width:153px}@media screen and (min-width:900px){.footer__logo{margin-top:21px;margin-left:0;width:183px}}.address__list{display:flex;flex-direction:column;justify-content:center;gap:8px;margin-top:30px}@media screen and (min-width:900px){.address__list{justify-content:flex-start;align-items:flex-start;gap:12px;margin-top:25px}}.address__item{display:flex;align-items:center}@media screen and (min-width:900px){.address__item{gap:16px}}@media screen and (min-width:1200px){.address__item{gap:40px}}.address__title{width:80px;font-style:normal;font-weight:700;font-size:.75rem}.address__title::before{display:inline-block;margin-right:8px;border-radius:50%;background:#9ed0e0;width:8px;height:8px;content:""}@media screen and (min-width:600px){.address__title{font-size:.875rem}}@media screen and (min-width:1200px){.address__title{font-size:1rem}}.address__text{flex:1;font-style:normal;font-size:.75rem}@media screen and (min-width:600px){.address__text{font-size:.875rem}}@media screen and (min-width:1200px){.address__text{font-size:1rem}}.footer__pagetop{display:block;transition:opacity .3s,visibility .3s;margin-top:2px;margin-right:auto;margin-left:auto;width:75px}@media screen and (min-width:900px){.footer__pagetop{position:fixed;right:40px;bottom:0;visibility:hidden;opacity:0;z-index:10;width:80px}.footer__pagetop.is-show{visibility:visible;opacity:1}}@media screen and (min-width:1200px){.footer__pagetop{width:100px}}.footer__wrapper{position:relative;margin-top:3px;padding-top:46px;text-align:center}.footer__wrapper::before{position:absolute;top:0;left:50%;transform:translateX(-50%);background-image:url(../img/spots-wave_sp.svg);background-position:left -6px center;background-size:contain;background-repeat:repeat-x;width:100%;height:46px;content:""}@media screen and (min-width:900px){.footer__wrapper::before{background-image:url(../img/spots-wave2_pc.svg);background-size:auto;height:120px}}@media screen and (min-width:900px){.footer__wrapper{margin-top:119px;padding-top:119px}}.footer__copyright{display:block;background-color:#67b0c7;padding-bottom:24px;color:#fff;font-size:.625rem}@media screen and (min-width:900px){.footer__copyright{padding-bottom:32px;font-size:.875rem}}