.header{position:fixed;width:100%;z-index:999}.header__inner{background:#fff;display:grid;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 20px;padding:clamp(.75rem,0.6206896552rem + 0.5517241379vw,1rem) clamp(1.25rem,0.9267241379rem + 1.3793103448vw,1.875rem)}.header__logo-wrap{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:clamp(13.75rem,11.1637931034rem + 11.0344827586vw,18.75rem) 1fr;gap:10px}.header__logo-wrap span{color:#004891;font-weight:bold}@media screen and (max-width: 520px){.header__logo-wrap span{display:none}}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem)}@media screen and (max-width: 1360px){.header__nav{position:absolute;background:#d3eef6;width:100%;max-width:500px;height:100vh;top:0;right:0;padding:100px clamp(1.25rem,-0.6896551724rem + 8.275862069vw,5rem) 0;z-index:-1;-webkit-transition:.3s;transition:.3s;translate:100% 0}.header__nav.active{translate:0 0}}.header__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 clamp(.75rem,0.3620689655rem + 1.6551724138vw,1.5rem)}@media screen and (max-width: 1360px){.header__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 1360px){.header__item{width:100%}}.header__link{-webkit-transition:.2s;transition:.2s}@media screen and (max-width: 1360px){.header__link{display:block;color:#004891;font-weight:bold;border-bottom:1px dotted #004891;text-align:center;padding:12px}}@media(hover: hover){.header__link:hover{color:#3aabd2}}.header__btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}@media screen and (max-width: 900px){.header__btn-wrap{position:fixed;right:0;bottom:0;padding:clamp(.625rem,0.463362069rem + 0.6896551724vw,.9375rem)}}@media screen and (max-width: 520px){.header__btn-wrap{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:0}}.header__btn{color:#fff;font-size:clamp(.8125rem,0.7478448276rem + 0.275862069vw,.9375rem);font-weight:bold;text-align:center;padding:12px clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem);-webkit-transition:.2s;transition:.2s}.header__btn:nth-of-type(1){background:#004891;border:1px solid #004891;border-radius:40px 0 0 40px}.header__btn:nth-of-type(2){background:#3aabd2;border:1px solid #3aabd2;border-radius:0 40px 40px 0}@media(hover: hover){.header__btn:nth-of-type(1):hover{color:#004891;background:#fff}.header__btn:nth-of-type(2):hover{color:#3aabd2;background:#fff}}.hamburger{display:none}@media screen and (max-width: 1360px){.hamburger{display:block;background:#004891;border-radius:50%;width:32px;height:32px;padding:6px;cursor:pointer;z-index:1000}.hamburger__btn{position:relative;width:100%;height:100%}.hamburger__bar{position:absolute;width:100%;height:1px;background-color:#fff;-webkit-transition:.3s;transition:.3s}.hamburger .top{top:20%}.hamburger .middle{top:50%}.hamburger .bottom{top:80%}.hamburger.active .top{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:50%}.hamburger.active .middle{opacity:0}.hamburger.active .bottom{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:50%}}.fixed-btn{position:relative;display:grid;place-content:center;position:fixed;color:#fff;background:#3aabd2;width:140px;aspect-ratio:1;border-radius:50%;font-family:"ZenMaruGothic",sans-serif;font-weight:500;font-size:clamp(1rem,0.9353448276rem + 0.275862069vw,1.125rem);text-align:center;line-height:1.4;right:20px;bottom:20px;z-index:900;-webkit-transition:.2s;transition:.2s}.fixed-btn::before{content:"";position:absolute;width:126px;aspect-ratio:1;border:1px dotted #fff;border-radius:50%;top:50%;left:50%;translate:-50% -50%}@media(hover: hover){.fixed-btn:hover{scale:1.05}}@media screen and (max-width: 900px){.fixed-btn{display:none}}.footer{position:relative;background:#e9f7fb}.footer::before{content:"";position:absolute;background:#fff;width:100%;height:clamp(3.125rem,1.5086206897rem + 6.8965517241vw,6.25rem);top:0;left:0}.footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px 0;margin-bottom:clamp(1.875rem,0.9051724138rem + 4.1379310345vw,3.75rem)}@media screen and (min-width: 768px){.footer__top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer__logo-area{display:grid;gap:10px}.footer__logo-area p{font-size:clamp(.75rem,0.6530172414rem + 0.4137931034vw,.9375rem);font-weight:bold;line-height:1.6;text-align:center}@media screen and (min-width: 768px){.footer__logo-area p{text-align:left}}.footer__logo{max-width:clamp(18.75rem,12.2844827586rem + 27.5862068966vw,31.25rem)}.footer__btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.footer__btn{color:#fff;font-size:clamp(.8125rem,0.7478448276rem + 0.275862069vw,.9375rem);font-weight:bold;text-align:center;padding:12px clamp(.9375rem,0.775862069rem + 0.6896551724vw,1.25rem);-webkit-transition:.2s;transition:.2s}.footer__btn:nth-of-type(1){background:#004891;border:1px solid #004891;border-radius:40px 0 0 40px}.footer__btn:nth-of-type(2){background:#3aabd2;border:1px solid #3aabd2;border-radius:0 40px 40px 0}@media(hover: hover){.footer__btn:nth-of-type(1):hover{color:#004891;background:#fff}.footer__btn:nth-of-type(2):hover{color:#3aabd2;background:#fff}}.footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px;padding:45px 0 80px}@media screen and (min-width: 768px){.footer__bottom{padding:45px 0}}.footer__privacy{font-size:12px;text-decoration:underline}@-webkit-keyframes scroll-left{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes scroll-left{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.flow__title{display:grid;grid-template-columns:1fr auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);max-width:600px;color:#3aabd2;font-family:"ZenMaruGothic",sans-serif;font-weight:700;font-size:clamp(1.25rem,1.0560344828rem + 0.8275862069vw,1.625rem);margin:0 auto clamp(1.25rem,0.9267241379rem + 1.3793103448vw,1.875rem)}.flow__title::before,.flow__title::after{content:"";width:100%;height:1px;background:#3aabd2}.flow__list{display:grid;gap:20px;counter-reset:number 0}@media screen and (min-width: 768px){.flow__list{grid-template-columns:repeat(4, 1fr)}}.flow__item{position:relative;background:#fff;border-radius:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem) clamp(3.125rem,1.5086206897rem + 6.8965517241vw,6.25rem) clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem) clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);padding:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem) clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem)}.flow__item:not(:last-of-type)::before{content:"";position:absolute;width:24px;height:12px;background:#004891;clip-path:polygon(0 0, 50% 100%, 100% 0);bottom:-12px;right:50%;translate:50% 0}@media screen and (min-width: 768px){.flow__item:not(:last-of-type)::before{rotate:-90deg;bottom:50%;right:-18px;translate:0 50%}}.flow__lead{font-size:clamp(1rem,0.9353448276rem + 0.275862069vw,1.125rem);font-weight:bold;text-align:center;line-height:1.4}.flow__lead::before{counter-increment:number 1;content:counter(number) " ";color:#004891;font-size:clamp(1.375rem,1.1810344828rem + 0.8275862069vw,1.75rem)}.flow__img{display:block;max-width:120px;margin:10px auto}.flow__text{line-height:1.6}.only-pc{display:none}@media screen and (min-width: 1024px){.only-pc{display:block}}.only-tab{display:block}@media screen and (min-width: 768px){.only-tab{display:none}}.under-tab{display:block}@media screen and (min-width: 1024px){.under-tab{display:none}}.only-sp{display:block}@media screen and (min-width: 768px){.only-sp{display:none}}.except-sp{display:none}@media screen and (min-width: 768px){.except-sp{display:block}}@font-face{font-family:"ZenMaruGothic";src:url("../fonts/ZenMaruGothic-Medium.woff2") format("woff2");font-weight:500;font-display:swap}@font-face{font-family:"ZenMaruGothic";src:url("../fonts/ZenMaruGothic-Bold.woff2") format("woff2");font-weight:700;font-display:swap}body{font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",sans-serif;display:none}img{width:100%;height:auto}h1,h2,h3,h4,h5,h6,p,li,dt,dd,tr,td,a{-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}h1,h2,h3,h4,h5,h6{letter-spacing:.075em}p,li,dt,dd{font-size:clamp(.875rem,0.8103448276rem + 0.275862069vw,1rem);line-height:1.8;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}p a{color:#004891;text-decoration:underline}.section{position:relative;padding:clamp(3.125rem,1.5086206897rem + 6.8965517241vw,6.25rem) 0}.section:has(+.section){padding-bottom:0}.section-bg{position:relative;background:#e9f7fb;padding:clamp(3.125rem,1.5086206897rem + 6.8965517241vw,6.25rem) 0}.section-bg:has(+.section-bg){padding-bottom:0}.section-bg .area__item{background:#fff}.container{max-width:1160px;padding:0 clamp(1.25rem,0.9267241379rem + 1.3793103448vw,1.875rem);margin:0 auto}.btn{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px 10px 0;margin:20px auto 0;cursor:pointer}@media screen and (min-width: 768px){.btn{margin:20px 0 0}}.btn--center{margin:20px auto 0}.btn::before{content:"";position:absolute;background:#3aabd2;width:34px;height:34px;border-radius:20px;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .45s cubic-bezier(0.65, 0, 0.076, 1);transition:all .45s cubic-bezier(0.65, 0, 0.076, 1)}.btn::after{content:"";position:absolute;background:#fff;width:12px;height:2px;left:9px;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);opacity:0;-webkit-transition:all .45s cubic-bezier(0.65, 0, 0.076, 1);transition:all .45s cubic-bezier(0.65, 0, 0.076, 1)}.btn__icon{position:relative;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:0 20px 0 13px;-webkit-transition:all .45s cubic-bezier(0.65, 0, 0.076, 1);transition:all .45s cubic-bezier(0.65, 0, 0.076, 1)}.btn__text{z-index:1;-webkit-transition:all .45s cubic-bezier(0.65, 0, 0.076, 1);transition:all .45s cubic-bezier(0.65, 0, 0.076, 1)}@media(hover: hover){.btn:hover::before{width:100%}.btn:hover::after{opacity:1;-webkit-transform:translate(10px, -50%);transform:translate(10px, -50%)}.btn:hover .btn__icon{-webkit-transform:translate(10px, 0) rotate(45deg);transform:translate(10px, 0) rotate(45deg)}.btn:hover .btn__text{color:#fff}}.heading2{position:relative;font-family:"ZenMaruGothic",sans-serif;font-weight:500;font-size:clamp(1.5rem,0.9181034483rem + 2.4827586207vw,2.625rem);text-align:center;line-height:1.4;padding-bottom:clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem);margin-bottom:clamp(1.875rem,0.9051724138rem + 4.1379310345vw,3.75rem)}.heading2::before{content:"";position:absolute;width:clamp(3.75rem,2.4568965517rem + 5.5172413793vw,6.25rem);height:2px;background:#3aabd2;bottom:0;left:50%;translate:-50% 0}.heading3{color:#004891;font-family:"ZenMaruGothic",sans-serif;font-weight:700;font-size:clamp(1.25rem,1.0560344828rem + 0.8275862069vw,1.625rem);text-align:center;line-height:1.6;margin-bottom:clamp(1.875rem,0.9051724138rem + 4.1379310345vw,3.75rem)}.heading3 span{color:#ed752a}.description{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem)}.text b{color:#3aabd2}.text+.text{margin-top:clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem)}.note{font-size:clamp(.75rem,0.6853448276rem + 0.275862069vw,.875rem);line-height:1.4;margin-top:5px;padding-left:12px;text-indent:-12px}.cmn-title{position:relative;background:#e9f7fb;padding:clamp(5.625rem,4.3318965517rem + 5.5172413793vw,8.125rem) 0 clamp(3.75rem,0.8405172414rem + 12.4137931034vw,9.375rem)}.cmn-title::before{content:"";position:absolute;background:url(../../assets/img/wave.svg) no-repeat center bottom/contain;width:100%;aspect-ratio:1440/93;left:0;bottom:0}.cmn-title__text{font-family:"ZenMaruGothic",sans-serif;font-weight:500;font-size:clamp(1.5rem,0.9181034483rem + 2.4827586207vw,2.625rem);line-height:1.4}.cmn-title__address{line-height:1.4;margin-top:clamp(.625rem,0.463362069rem + 0.6896551724vw,.9375rem)}.cmn-title__area{position:relative;color:#004891;line-height:1.4;margin-top:clamp(.3125rem,0.150862069rem + 0.6896551724vw,.625rem);padding-left:20px}.cmn-title__area::before{content:"";position:absolute;width:14px;aspect-ratio:7/10;background:url(../../assets/img/icon/pin.svg) no-repeat center center/contain;top:0;left:0}.cmn-title__area span:not(:last-of-type)::after{content:"・"}.contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px clamp(1.25rem,-0.0431034483rem + 5.5172413793vw,3.75rem)}@media screen and (min-width: 768px){.contents{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width: 768px){.contents--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.contents:has(+.profile){margin-bottom:clamp(2.5rem,1.2068965517rem + 5.5172413793vw,5rem)}.contents__img-wrap{width:calc(100% + 20px);max-height:460px;aspect-ratio:13/8;border-radius:0 clamp(4.375rem,1.7887931034rem + 11.0344827586vw,9.375rem) clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem) 0;margin-left:calc(50% - 50vw);overflow:hidden}@media screen and (min-width: 768px){.contents__img-wrap{width:50vw}}.contents__img-wrap img,.contents__img-wrap iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.contents__text-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.contents__list{display:grid;gap:clamp(.3125rem,0.150862069rem + 0.6896551724vw,.625rem);margin-bottom:clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem)}.contents__item{color:#3aabd2;font-weight:bold;font-size:clamp(1rem,0.8060344828rem + 0.8275862069vw,1.375rem);line-height:1.5}.contents__affiliation{color:#004891;font-weight:bold;line-height:1.4}.contents__name-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);margin:clamp(.3125rem,0.150862069rem + 0.6896551724vw,.625rem) 0 clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem)}.contents__name-wrap .btn{margin:0}.contents__name{color:#004891;font-size:clamp(1.125rem,0.9310344828rem + 0.8275862069vw,1.5rem);font-weight:bold;line-height:1.4}.profile{display:grid;gap:clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem)}@media screen and (min-width: 768px){.profile{grid-template-columns:1fr 1fr}}.profile__item{background:#fff;border-radius:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem) clamp(3.125rem,1.5086206897rem + 6.8965517241vw,6.25rem) clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem) clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);padding:clamp(.9375rem,0.6142241379rem + 1.3793103448vw,1.5625rem)}.profile__item--bg{background:#e9f7fb}.profile__item:has(.profile__img-wrap){display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:clamp(6.25rem,4.9568965517rem + 5.5172413793vw,8.75rem) 1fr;gap:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem)}.profile__img-wrap{width:100%;aspect-ratio:1;border:2px solid #3aabd2;border-radius:50%;overflow:hidden}.profile__img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile__affiliation{line-height:1.2;margin-bottom:clamp(.3125rem,0.150862069rem + 0.6896551724vw,.625rem)}.profile__name{font-size:clamp(1rem,0.8706896552rem + 0.5517241379vw,1.25rem);font-weight:bold;line-height:1.2}.profile .btn{margin:10px 0 0}.modal{display:none;position:fixed;width:100%;height:100vh;top:0;left:0;z-index:1000}.modal.is-active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__overlay{position:absolute;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0}.modal__content{position:relative;background:#fff;width:90%;max-width:1000px;max-height:80%;overflow-y:auto;padding:clamp(3.125rem,2.1551724138rem + 4.1379310345vw,5rem) clamp(2.5rem,-1.3793103448rem + 16.5517241379vw,10rem)}.modal__close{position:absolute;width:clamp(1.875rem,1.5517241379rem + 1.3793103448vw,2.5rem);aspect-ratio:1;top:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);right:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem)}.modal__close::before,.modal__close::after{content:"";position:absolute;width:100%;height:2px;background:#004891;top:50%;left:50%;translate:-50% -50%}.modal__close::before{rotate:45deg}.modal__close::after{rotate:-45deg}.modal__inner:has(.modal__img-wrap){display:grid;gap:20px clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem)}@media screen and (min-width: 768px){.modal__inner:has(.modal__img-wrap){grid-template-columns:230px 1fr}}.modal__img-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(.625rem,0.463362069rem + 0.6896551724vw,.9375rem)}.modal__img{max-width:230px;aspect-ratio:1;border-radius:50%;border:2px solid #3aabd2;overflow:hidden}.modal__kind{color:#3aabd2;font-size:clamp(1.125rem,1.0603448276rem + 0.275862069vw,1.25rem);font-weight:bold}.modal__position{font-weight:bold;line-height:1.2;margin-bottom:5px}.modal__name{font-size:clamp(1.125rem,1.0603448276rem + 0.275862069vw,1.25rem);font-weight:bold;line-height:1.2;margin-bottom:clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem)}.modal__detail{display:grid;gap:10px 20px}@media screen and (min-width: 768px){.modal__detail{grid-template-columns:150px 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.modal__detail:has(+.modal__detail){margin-bottom:clamp(.9375rem,0.775862069rem + 0.6896551724vw,1.25rem)}.modal__detail dt{display:grid;place-content:center;color:#fff;background:#3aabd2;border-radius:30px}.guide--front{background:#fff;border-radius:clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem) clamp(4.375rem,1.7887931034rem + 11.0344827586vw,9.375rem) clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem) clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem);padding:clamp(1.875rem,1.2284482759rem + 2.7586206897vw,3.125rem) clamp(1.25rem,-0.3663793103rem + 6.8965517241vw,4.375rem);margin:clamp(3.125rem,1.5086206897rem + 6.8965517241vw,6.25rem) 0}.guide__title{color:#3aabd2;font-family:"ZenMaruGothic",sans-serif;font-weight:500;font-size:clamp(1.5rem,0.9181034483rem + 2.4827586207vw,2.625rem);text-align:center;line-height:1.4;margin-bottom:clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem)}.guide__title span{color:#004891}.guide__inner{display:grid;gap:20px}@media screen and (min-width: 768px){.guide__inner{grid-template-columns:6fr 4fr}}.guide__kind-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px clamp(.625rem,-0.3448275862rem + 4.1379310345vw,2.5rem)}.guide__kind{font-family:"ZenMaruGothic",sans-serif;font-weight:500;font-size:clamp(1.25rem,1.0560344828rem + 0.8275862069vw,1.625rem);border-left:1px solid #3aabd2;padding-left:clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem)}.guide__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem);margin:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem) 0}.guide__item{position:relative;display:grid;place-content:center;color:#fff;background:#f6757a;width:clamp(4.625rem,2.4913793103rem + 9.1034482759vw,8.75rem);border-radius:50%;aspect-ratio:1;font-family:"ZenMaruGothic",sans-serif;font-weight:500;font-size:clamp(.6875rem,0.525862069rem + 0.6896551724vw,1rem);text-align:center;line-height:1.2}.guide__item::after{content:"";position:absolute;width:clamp(4.25rem,2.2456896552rem + 8.5517241379vw,8.125rem);aspect-ratio:1;border:1px dotted #fff;border-radius:50%;top:50%;left:50%;translate:-50% -50%}.guide__lead{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:clamp(1rem,0.9353448276rem + 0.275862069vw,1.125rem);font-weight:bold;margin:0 auto;line-height:1.5}.guide .note{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:5px auto 0}.loop__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;margin-bottom:clamp(1.875rem,0.9051724138rem + 4.1379310345vw,3.75rem)}.loop__gallery__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation:scroll-left 30s infinite linear .5s both;animation:scroll-left 30s infinite linear .5s both}.loop__gallery__item{width:50vw;aspect-ratio:3/2;margin-right:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem)}@media screen and (min-width: 768px){.loop__gallery__item{width:20vw}}.loop__gallery img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem)}.zoom-area{position:fixed;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:calc(var(--vh, 1vh)*100);background-color:rgba(122,122,122,.9);top:0;left:0;z-index:1000}.zoom-area::before{content:"";position:absolute;display:block;width:20px;height:20px;background:url(../img/icon/icon-back.svg) no-repeat center center/contain;top:15px;right:15px}.zoom-img-area{overflow:scroll}.zoom-img{width:300%}.fade{-webkit-animation:fade .3s ease-in-out;animation:fade .3s ease-in-out}@-webkit-keyframes fade{from{-webkit-transform:scale(0);transform:scale(0)}}@keyframes fade{from{-webkit-transform:scale(0);transform:scale(0)}}.area__map-area{position:relative;margin:clamp(2.5rem,1.8534482759rem + 2.7586206897vw,3.75rem) 0}.area__zoom{position:absolute;width:30px;height:30px;-o-object-fit:contain;object-fit:contain;top:-10px;right:-10px}@media screen and (min-width: 768px){.area__zoom{display:none}}.area__region{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:clamp(.625rem,0.463362069rem + 0.6896551724vw,.9375rem) clamp(.625rem,-0.0215517241rem + 2.7586206897vw,1.875rem);margin-bottom:clamp(.9375rem,0.775862069rem + 0.6896551724vw,1.25rem)}.area__region li{font-size:clamp(1rem,0.8706896552rem + 0.5517241379vw,1.25rem);font-weight:bold;border-left:2px solid #3aabd2;padding-left:clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem);line-height:1.4}.area__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:20px;margin-bottom:clamp(1.875rem,0.9051724138rem + 4.1379310345vw,3.75rem)}.area__item{background:#e9f7fb;border-radius:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);-webkit-transition:.3s;transition:.3s}@media(hover: hover){.area__item:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}}.area__name{font-size:clamp(1.125rem,1.0603448276rem + 0.275862069vw,1.25rem);font-weight:bold;text-align:center;line-height:1.4}.area__link{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 20px;overflow:hidden}.area__link .btn{margin-top:auto}.area__group{display:grid;place-content:center;background:#fff;font-size:14px;border:1px solid currentColor;border-radius:15px;margin:20px 0;padding:5px 10px;line-height:1.2}.area__group--navy{color:#004891}.area__group--pink{color:#f6757a}.area__group--blue{color:#3aabd2}.area__group--green{color:#1e8f5e}.area__lead{font-weight:bold;text-align:center;line-height:1.4;margin-bottom:10px}.area__text{font-size:clamp(.8125rem,0.7478448276rem + 0.275862069vw,.9375rem);line-height:1.4;margin-bottom:clamp(.625rem,0.463362069rem + 0.6896551724vw,.9375rem)}.area__text span:has(+span)::after{content:"/"}.result{display:grid;grid-template-columns:repeat(2, 1fr);gap:clamp(.625rem,-0.0215517241rem + 2.7586206897vw,1.875rem)}@media screen and (min-width: 768px){.result{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 768px){.result--col4{grid-template-columns:repeat(4, 1fr)}}.result:has(+.btn){margin-bottom:clamp(1.875rem,0.9051724138rem + 4.1379310345vw,3.75rem)}.result__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e9f7fb;border-radius:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);padding:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem) clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem)}.result__index{font-size:clamp(.875rem,0.7456896552rem + 0.5517241379vw,1.125rem);font-weight:bold}.result img{width:60%}.result__body:nth-of-type(1){position:relative;padding-bottom:clamp(.9375rem,0.775862069rem + 0.6896551724vw,1.25rem);margin-bottom:clamp(.625rem,0.463362069rem + 0.6896551724vw,.9375rem)}.result__body:nth-of-type(1)::before{content:"";position:absolute;width:clamp(.5rem,0.3706896552rem + 0.5517241379vw,.75rem);aspect-ratio:1;border-right:2px solid #3aabd2;border-bottom:2px solid #3aabd2;left:50%;bottom:0;-webkit-transform:-50% 0;transform:-50% 0;rotate:45deg}.result__year{color:#3aabd2;font-weight:bold;line-height:1.2}.result__num{font-size:clamp(.875rem,0.7456896552rem + 0.5517241379vw,1.125rem);line-height:1}.result__num span{color:#004891;font-family:"ZenMaruGothic",sans-serif;font-weight:500;font-size:clamp(2rem,1.4827586207rem + 2.2068965517vw,3rem)}.information:has(.loop__gallery){position:relative;padding-bottom:0}.information:has(.loop__gallery)::before{content:"";position:absolute;background:#fff;width:100%;height:clamp(3.125rem,1.5086206897rem + 6.8965517241vw,6.25rem);left:0;bottom:0}.information__subject:not(:last-of-type)::after{content:"／"}.information dl{padding:clamp(1.25rem,0.9267241379rem + 1.3793103448vw,1.875rem) clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem)}@media screen and (min-width: 768px){.information dl{display:grid;grid-template-columns:200px 1fr}}.information dl:not(:last-of-type){border-bottom:clamp(.125rem,0.0603448276rem + 0.275862069vw,.25rem) solid #fff}.information dl dt{color:#3aabd2;font-family:"ZenMaruGothic",sans-serif;font-weight:500;font-size:clamp(1.125rem,0.9310344828rem + 0.8275862069vw,1.5rem)}.information dl dd{padding:8px 0}.information__subject{font-size:clamp(1rem,0.9353448276rem + 0.275862069vw,1.125rem);font-weight:bold}.information__strong{font-size:clamp(1rem,0.9353448276rem + 0.275862069vw,1.125rem);font-weight:bold}.information__list{display:grid}.information__list li{font-size:clamp(1rem,0.9353448276rem + 0.275862069vw,1.125rem);font-weight:bold}.information .text:has(+.information__list){margin-bottom:clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem)}.info-detail{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);margin-bottom:20px}.info-detail__item{display:grid;grid-template-rows:subgrid;grid-row:span 3;gap:0;background:#fff;border-radius:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);padding:clamp(1.25rem,0.9267241379rem + 1.3793103448vw,1.875rem) clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem)}.info-detail__item li{line-height:1.5;padding-left:10px;text-indent:-10px}.info-detail__item li:not(:last-of-type){margin-bottom:5px}.info-detail__lead{font-size:clamp(1rem,0.9353448276rem + 0.275862069vw,1.125rem);font-weight:bold;text-align:center;line-height:1.4}.info-detail img{display:block;width:80%;max-width:clamp(7.5rem,6.0452586207rem + 6.2068965517vw,10.3125rem);margin:0 auto}.s-contact__body{border-bottom:clamp(.125rem,0.0603448276rem + 0.275862069vw,.25rem) solid #fff;margin-bottom:clamp(1.875rem,0.9051724138rem + 4.1379310345vw,3.75rem);padding-bottom:clamp(1.875rem,0.9051724138rem + 4.1379310345vw,3.75rem)}.s-contact__list{display:grid;gap:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem)}.s-contact__list--col2{max-width:800px;margin:0 auto}@media screen and (min-width: 768px){.s-contact__list--col2{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 768px){.s-contact__list--col3{grid-template-columns:repeat(3, 1fr)}}.s-contact__item{background:#fff;border-radius:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem);padding:clamp(1.25rem,0.9267241379rem + 1.3793103448vw,1.875rem) clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem)}.s-contact__item img{display:block;width:clamp(3.125rem,2.1551724138rem + 4.1379310345vw,5rem);margin:0 auto clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem)}.s-contact__lead{font-size:clamp(1rem,0.9353448276rem + 0.275862069vw,1.125rem);font-weight:bold;line-height:1.4;text-align:center;margin-bottom:clamp(.625rem,0.3017241379rem + 1.3793103448vw,1.25rem)}.s-contact__download-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#004891;border:2px solid #004891;border-radius:40px;line-height:1.2;text-align:center;padding:clamp(.625rem,0.463362069rem + 0.6896551724vw,.9375rem) clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem);margin:0 auto}.s-contact__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;background:#004891;border:2px solid #004891;border-radius:40px;line-height:1.2;text-align:center;padding:clamp(.625rem,0.463362069rem + 0.6896551724vw,.9375rem) clamp(1.25rem,0.6034482759rem + 2.7586206897vw,2.5rem);margin:0 auto}.s-contact__tel{display:block;color:#004891;font-size:clamp(1.25rem,0.9913793103rem + 1.1034482759vw,1.75rem);font-weight:bold;text-align:center;line-height:1;margin-bottom:5px}.s-contact__manager{text-align:center}.not-found{background:#fff}.not-found__title{color:#004891;font-family:"ZenMaruGothic",sans-serif;font-weight:700;font-size:clamp(3.75rem,3.1034482759rem + 2.7586206897vw,5rem);font-weight:bold;text-align:center;line-height:1.2;margin:0 0 30px}.not-found__title span{color:#004891;display:block;font-size:clamp(1.875rem,0.9051724138rem + 4.1379310345vw,3.75rem)}@media screen and (min-width: 768px){.not-found__text{text-align:center}}.not-found__text:has(+.not-found__text){margin-bottom:clamp(.9375rem,0.4525862069rem + 2.0689655172vw,1.875rem)}.loading{position:fixed;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:calc(var(--vh, 1vh)*100);background:#fff;top:0;left:0;z-index:2000}.loading.show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation:fadein-keyframes 1s ease 2.5s 1 forwards;animation:fadein-keyframes 1s ease 2.5s 1 forwards}.loading__inner{width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.loading img{max-width:260px}.loading__animation{position:relative;width:200px;height:40px;margin-bottom:10px}.loading .circle{width:10px;height:10px;position:absolute;border-radius:50%;background-color:#004891;left:25%;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:circle .5s alternate infinite ease;animation:circle .5s alternate infinite ease}.loading .circle:nth-child(2){left:45%;-webkit-animation-delay:.2s;animation-delay:.2s}.loading .circle:nth-child(3){left:auto;right:30%;-webkit-animation-delay:.3s;animation-delay:.3s}.loading .shadow{width:10px;height:4px;border-radius:50%;background-color:rgba(0,0,0,.5);position:absolute;top:42px;-webkit-transform-origin:50%;transform-origin:50%;z-index:-1;left:25%;-webkit-filter:blur(1px);filter:blur(1px);-webkit-animation:shadow .5s alternate infinite ease;animation:shadow .5s alternate infinite ease}.loading .shadow:nth-child(4){left:45%;-webkit-animation-delay:.2s;animation-delay:.2s}.loading .shadow:nth-child(5){left:auto;right:30%;-webkit-animation-delay:.3s;animation-delay:.3s}.loading span{color:#004891;font-weight:600;letter-spacing:.1em}@-webkit-keyframes circle{0%{top:40px;height:5px;border-radius:50px 50px 25px 25px;-webkit-transform:scaleX(1.7);transform:scaleX(1.7)}40%{height:15px;border-radius:50%;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{top:0%}}@keyframes circle{0%{top:40px;height:5px;border-radius:50px 50px 25px 25px;-webkit-transform:scaleX(1.7);transform:scaleX(1.7)}40%{height:15px;border-radius:50%;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{top:0%}}@-webkit-keyframes shadow{0%{-webkit-transform:scaleX(1.5);transform:scaleX(1.5)}40%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:.7}100%{-webkit-transform:scaleX(0.2);transform:scaleX(0.2);opacity:.4}}@keyframes shadow{0%{-webkit-transform:scaleX(1.5);transform:scaleX(1.5)}40%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:.7}100%{-webkit-transform:scaleX(0.2);transform:scaleX(0.2);opacity:.4}}@-webkit-keyframes fadein-keyframes{0%{opacity:1}100%{opacity:0}}@keyframes fadein-keyframes{0%{opacity:1}100%{opacity:0}}.breadcrumbs{font-size:14px;margin-top:10px;padding:0 30px}.breadcrumbs--no-mv{padding:0}.breadcrumbs a{text-decoration:underline}/*# sourceMappingURL=common.css.map */