html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0);box-sizing:border-box}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body{font-family:"Noto Sans JP",sans-serif;color:#000;background:#fff}.header{position:fixed;display:flex;justify-content:space-between;align-items:center;z-index:999;width:100%}.header__ttl{font-size:150%;font-family:"Inter",sans-serif;font-style:italic}@media screen and (min-width: 1024px){.header__ttl{font-size:32px}}.header__ttl--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;color:#000;padding:10px;opacity:.3;transition:.3s}.header__ttl--link:hover{opacity:1}.header__btn{position:relative;z-index:999;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:#000;margin:10px;cursor:pointer;opacity:.5;transition:.3s}.header__btn:hover{opacity:1}@media screen and (min-width: 768px){.header__btn{width:45px;height:45px}}@media screen and (min-width: 768px)and (min-width: 1024px){.header__btn{width:60px;height:60px}}.header__btn--top{position:absolute;display:block;width:80%;height:2px;background:#fff;transform:translateY(-12px);transition:.3s}.header__btn--middle{position:absolute;display:block;width:80%;height:2px;background:#fff;transition:.3s}.header__btn--bottom{position:absolute;display:block;width:80%;height:2px;background:#fff;transform:translateY(12px);transition:.3s}.bnava{transition:.3s}.bnav a:hover{opacity:.5}.bnav__wrap{position:absolute;z-index:998;top:0;left:0;background:#fff;width:100%;height:100vh;transform:translateX(100%);overflow:hidden;transition:.3s}@media screen and (min-width: 1024px){.bnav__wrap{width:30%;left:70%}}.bnav__nav{position:absolute;top:50%;left:5%;transform:translateY(-50%)}.bnav__nav :nth-child(4),.bnav__nav :nth-child(7),.bnav__nav :nth-child(9){margin-bottom:4px}.bnav__nav :nth-child(5),.bnav__nav :nth-child(8){margin-bottom:24px}.bnav__list{margin-bottom:16px;font-family:"Inter",sans-serif;font-size:18px;text-decoration:none;letter-spacing:.1em}@media screen and (min-width: 768px){.bnav__list{font-size:20px}}.bnav__mini--list{margin-bottom:8px;font-size:12px;text-decoration:none;letter-spacing:.1em}@media screen and (min-width: 768px){.bnav__mini--list{font-size:13px}}.bnav__link{position:relative;display:block;width:100%;height:100%;text-decoration:none;transition:.3s;color:#000;padding:10px}.bnav__link::after{position:absolute;left:0;content:"";width:100%;height:2px;background:#9ea0a5;bottom:-2px;opacity:0;visibility:hidden;transition:.3s}.bnav__link:hover::after{visibility:visible;bottom:8px;opacity:1}.bnav__mini{font-size:13px;text-decoration:none}@media screen and (min-width: 768px){.bnav__mini{font-size:16px}}@media screen and (min-width: 1024px){.bnav__mini{font-size:18px}}.bnav__mini--link{position:relative;display:block;width:100%;height:100%;text-decoration:none;transition:.3s;color:#000;padding:10px}.bnav__mini--link::after{position:absolute;left:0;content:"";width:100%;height:2px;background:#9ea0a5;bottom:-2px;opacity:0;visibility:hidden;transition:.3s}.bnav__mini--link:hover::after{visibility:visible;bottom:5px;opacity:1}.bnav__bg{position:fixed;top:0;left:0;z-index:499;width:100%;height:100vh;background:rgba(0,0,0,.8);transition:.3s;opacity:0;pointer-events:none}.fnav{margin-bottom:40px}.fnav__list{width:20%;margin-bottom:8px;font-size:13px;font-family:"Inter",sans-serif;letter-spacing:.1em}@media screen and (min-width: 768px){.fnav__list{margin-bottom:16px}}@media screen and (min-width: 1024px){.fnav__list{font-size:16px}}.fnav__list:nth-child(7){margin-bottom:40px}@media screen and (min-width: 768px){.fnav__list:nth-child(7){margin-bottom:60px}}@media screen and (min-width: 1024px){.fnav__list:nth-child(7){margin-bottom:80px}}.fnav__list:nth-child(8){font-size:11px}@media screen and (min-width: 1024px){.fnav__list:nth-child(8){font-size:13px}}.fnav__link{position:relative;display:block;width:100%;height:100%;text-decoration:none;transition:.3s;padding:8px;color:#000}.fnav__link::after{position:absolute;left:0;content:"";width:100%;height:2px;background:#9ea0a5;bottom:-2px;opacity:0;visibility:hidden;transition:.3s}.fnav__link:hover::after{visibility:visible;bottom:5px;opacity:1}.footer{padding:24px 4.27% 0}.footer a:hover{transition:.3s;opacity:.5}.footer__box{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}@media screen and (min-width: 768px){.footer__box{justify-content:end;gap:80px}}.footer__return{width:28px;height:24.248711306px;background:#000;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.footer__return:hover{transition:.3s;opacity:.5}.footer__return--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s}.footer__copy{margin-bottom:24px;text-align:center}@media screen and (min-width: 768px){.footer__copy{text-align:left}}.footer__small{font-size:10px}.facebook__pic{width:40px;height:40px}.facebook__link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s}.facebook__icon{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 768px){.ph__br{display:none}}.tab__br{display:none}@media screen and (min-width: 768px){.tab__br{display:block}}@media screen and (min-width: 1024px){.pc__br{display:none}}.facebook__wrap{position:relative;padding-bottom:120%;height:0;overflow:hidden;margin-bottom:16px}iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (max-width: 768px){iframe{width:100%}}#top .main a:hover{opacity:.5}@media screen and (min-width: 1024px){#top .mv__wrapper{display:flex}}#top .mv__ttl{font-family:"Inter",sans-serif;font-size:16vw;font-style:italic;font-weight:bold;color:#9ea0a5}@media screen and (min-width: 768px){#top .mv__ttl{font-size:13vw}}@media screen and (min-width: 1024px){#top .mv__ttl{font-size:min(6.25vw,120px)}}#top .mv__ttl--box{height:50vh;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 1024px){#top .mv__ttl--box{width:50%;height:100vh}}#top .swiper-mv{width:100%;height:50vh}@media screen and (min-width: 1024px){#top .swiper-mv{width:50%;height:100vh}}#top .swiper-mv__slide01{position:relative;background-image:url(../../images/top/mv_01.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#top .swiper-mv__slide01::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#top .swiper-mv__slide01{background-position:center top}}@media screen and (min-width: 1024px){#top .swiper-mv__slide01{background-position:center center}}#top .swiper-mv__slide02{position:relative;background-image:url(../../images/top/mv_02.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#top .swiper-mv__slide02::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}#top .swiper-mv__slide03{position:relative;background-image:url(../../images/top/mv__03.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#top .swiper-mv__slide03::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#top .swiper-mv__slide03{background-position:center top}}@media screen and (min-width: 1024px){#top .swiper-mv__slide03{background-position:center center}}#top .about{margin-bottom:48px}@media screen and (min-width: 768px){#top .about{margin-bottom:40px}}@media screen and (min-width: 1024px){#top .about{margin-bottom:0}}@media screen and (min-width: 1024px){#top .about__wrapper{display:flex;flex-direction:row-reverse}}#top .about__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px}@media screen and (min-width: 768px){#top .about__ttl{font-size:32px}}#top .about__box--01{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:48px;background-image:url(../../images/top/ph_about.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#top .about__box--01::before{content:"";position:absolute;width:100%;height:20%;top:0;left:0;background:linear-gradient(180deg, #ffffff, 20%, transparent)}#top .about__box--01::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#top .about__box--01{margin-bottom:80px;background-image:url(../../images/top/tb_about.jpg)}}@media screen and (min-width: 1024px){#top .about__box--01{position:sticky;top:0;width:50%;height:100vh;margin-bottom:0;background-image:url(../../images/top/pc_about.jpg)}}#top .about__box--02{padding:6% 0 0 4.27%}@media screen and (min-width: 768px){#top .about__box--02{margin-left:5.25%;padding-right:3%}}@media screen and (min-width: 768px)and (min-width: 1024px){#top .about__box--02{display:flex;flex-direction:column;justify-content:center;width:39.0625%;padding-top:30px;padding-left:0;padding-right:0;margin:0 auto}}#top .about__big--txt{font-size:16px;line-height:1.8;letter-spacing:.1em;margin-bottom:40px}@media screen and (min-width: 768px){#top .about__big--txt{font-size:18px}}@media screen and (min-width: 1024px){#top .about__big--txt{font-size:20px}}#top .about__mini--txt{font-size:12px;line-height:1.8;letter-spacing:.25em;margin-bottom:16px}@media screen and (min-width: 768px){#top .about__mini--txt{font-size:13px}}@media screen and (min-width: 1024px){#top .about__mini--txt{font-size:16px}}@media screen and (min-width: 768px){#top .about__mini--txt{margin-bottom:0}}#top .about__pic{position:relative;left:60%;width:30%}@media screen and (min-width: 768px){#top .about__pic{top:-40px;left:55%;width:20%}}@media screen and (min-width: 768px)and (min-width: 1024px){#top .about__pic{top:0;left:70%;width:180px}}#top .about__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#top .profile{margin-bottom:48px}@media screen and (min-width: 768px){#top .profile{margin-bottom:80px}}@media screen and (min-width: 1024px){#top .profile{margin-bottom:0}}@media screen and (min-width: 1024px){#top .profile__wrapper{display:flex}}#top .profile__box--01{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:48px;background-image:url(../../images/top/ph_profile.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#top .profile__box--01::before{content:"";position:absolute;width:100%;height:20%;top:0;left:0;background:linear-gradient(180deg, #ffffff, 20%, transparent)}#top .profile__box--01::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#top .profile__box--01{margin-bottom:80px;background-image:url(../../images/top/tb_profile.jpg)}}@media screen and (min-width: 1024px){#top .profile__box--01{position:sticky;top:0;width:50%;height:100vh;margin-bottom:0;background-image:url(../../images/top/pc_profile.jpg)}}#top .profile__box--02{padding:6% 6% 6% 4.27%}@media screen and (min-width: 768px){#top .profile__box--02{margin-left:5.25%;padding-right:3%}}@media screen and (min-width: 1024px){#top .profile__box--02{display:flex;flex-direction:column;justify-content:center;width:39.0625%;margin:0 auto;padding-right:0;padding-left:0}}#top .profile__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px}@media screen and (min-width: 768px){#top .profile__ttl{font-size:32px}}#top .profile__big--txt{font-size:24px;line-height:1.8;letter-spacing:.1em;margin-bottom:40px}#top .profile__mini--txt{font-size:12px;line-height:1.8;letter-spacing:.25em}@media screen and (min-width: 768px){#top .profile__mini--txt{font-size:13px}}@media screen and (min-width: 1024px){#top .profile__mini--txt{font-size:16px}}#top .infomation{margin-bottom:48px}@media screen and (min-width: 768px){#top .infomation{margin-bottom:80px}}@media screen and (min-width: 1024px){#top .infomation{margin-bottom:0}}@media screen and (min-width: 1024px){#top .infomation__wrapper{display:flex;flex-direction:row-reverse;align-items:center}}#top .infomation__box--01{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:48px;background-image:url(../../images/top/ph_infomation.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#top .infomation__box--01::before{content:"";position:absolute;width:100%;height:20%;top:0;left:0;background:linear-gradient(180deg, #ffffff, 20%, transparent)}#top .infomation__box--01::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#top .infomation__box--01{margin-bottom:80px;background-image:url(../../images/top/tb_infomation.jpg)}}@media screen and (min-width: 1024px){#top .infomation__box--01{width:50%;height:100vh;margin-bottom:0;background-image:url(../../images/top/pc_infomation.jpg)}}#top .infomation__box--02{width:338px;margin:6% auto}#top .infomation__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px}@media screen and (min-width: 768px){#top .infomation__ttl{font-size:32px}}#top .infomation__btn--history{font-size:13px;margin-bottom:40px}@media screen and (min-width: 768px){#top .infomation__btn--history{margin-bottom:80px}}@media screen and (min-width: 1024px){#top .infomation__btn--history{font-size:16px}}#top .infomation__btn--application{width:90%;margin:0 auto 40px;font-size:16px}@media screen and (min-width: 768px){#top .infomation__btn--application{font-size:18px;margin-bottom:60px}}#top .infomation__btn--inquiry{width:90%;margin:0 auto;font-size:16px}@media screen and (min-width: 768px){#top .infomation__btn--inquiry{font-size:18px}}#top .infomation__history--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;display:flex;justify-content:flex-end;align-items:center;color:#000}#top .infomation__history--link::after{content:">";display:block;padding-left:16px;color:#000}#top .infomation__application--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;padding:17px 0;text-align:center;color:#fff;background:#000;font-weight:bold;letter-spacing:.1em}@media screen and (min-width: 768px){#top .infomation__application--link{padding:15px 0}}#top .infomation__inquiry--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;padding:17px 0;text-align:center;color:#fff;background:#000;font-weight:bold;letter-spacing:.1em}@media screen and (min-width: 768px){#top .infomation__inquiry--link{padding:15px 0}}#top .lesson{margin-bottom:48px}@media screen and (min-width: 768px){#top .lesson{margin-bottom:80px}}@media screen and (min-width: 1024px){#top .lesson{margin-bottom:0}}@media screen and (min-width: 1024px){#top .lesson__wrapper{display:flex;align-items:center}}#top .lesson__box--01{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:48px;background-image:url(../../images/top/ph_lesson.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#top .lesson__box--01::before{content:"";position:absolute;width:100%;height:20%;top:0;left:0;background:linear-gradient(180deg, #ffffff, 20%, transparent)}#top .lesson__box--01::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#top .lesson__box--01{margin-bottom:80px;background-image:url(../../images/top/tb_lesson.jpg)}}@media screen and (min-width: 1024px){#top .lesson__box--01{width:50%;height:100vh;margin-bottom:0;background-image:url(../../images/top/pc_lesson.jpg)}}#top .lesson__box--02{padding:6% 0 6% 4.27%}@media screen and (min-width: 768px){#top .lesson__box--02{width:-moz-fit-content;width:fit-content;align-items:center;margin:0 auto}}@media screen and (min-width: 1024px){#top .lesson__box--02{padding:2%;width:39.0625%}}#top .lesson__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px}@media screen and (min-width: 768px){#top .lesson__ttl{font-size:32px}}#top .lesson__big--txt{font-size:16px;line-height:1.8;letter-spacing:.1em;margin-bottom:40px}@media screen and (min-width: 768px){#top .lesson__big--txt{font-size:18px}}@media screen and (min-width: 1024px){#top .lesson__big--txt{font-size:20px}}#top .lesson__mini--txt{font-size:12px;line-height:1.8;letter-spacing:.25em}@media screen and (min-width: 768px){#top .lesson__mini--txt{font-size:13px}}@media screen and (min-width: 1024px){#top .lesson__mini--txt{font-size:16px}}#top .price{margin-bottom:48px}@media screen and (min-width: 768px){#top .price{margin-bottom:80px}}@media screen and (min-width: 1024px){#top .price{margin-bottom:0}}@media screen and (min-width: 1024px){#top .price__wrapper{display:flex;flex-direction:row-reverse}}#top .price__box--01{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:48px;background-image:url(../../images/top/ph_price.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#top .price__box--01::before{content:"";position:absolute;width:100%;height:20%;top:0;left:0;background:linear-gradient(180deg, #ffffff, 20%, transparent)}#top .price__box--01::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#top .price__box--01{margin-bottom:80px;background-image:url(../../images/top/tb_price.jpg)}}@media screen and (min-width: 1024px){#top .price__box--01{position:sticky;top:0;width:50%;height:100vh;margin:0;background-image:url(../../images/top/pc_price.jpg)}}#top .price__box--02 .price__table--container:nth-of-type(1){margin-bottom:40px}#top .price__box--02 .price__table--container:nth-of-type(2){margin-bottom:24px}#top .price__box--02 .price__table--container:nth-of-type(3){margin-bottom:40px}#top .price__box--02 .price__txt:nth-of-type(4){margin-bottom:8px}#top .price__box--02 .notes__container:nth-of-type(4){margin-bottom:32px}@media screen and (min-width: 768px){#top .price__box--02 .notes__container:nth-of-type(4){margin-bottom:48px}}#top .price__box--02 .notes__container:nth-of-type(6){margin-bottom:40px}@media screen and (min-width: 1024px){#top .price__box--02{width:50%;margin-bottom:0;padding-top:6%;padding-bottom:6%}}#top .price__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px;text-align:center;line-height:1.5em}@media screen and (min-width: 768px){#top .price__ttl{font-size:32px}}#top .price__big--txt{font-size:16px;line-height:1.8;letter-spacing:.1em;margin-left:4.27%;margin-bottom:24px}@media screen and (min-width: 768px){#top .price__big--txt{font-size:18px}}@media screen and (min-width: 1024px){#top .price__big--txt{font-size:20px}}@media screen and (min-width: 768px){#top .price__big--txt{margin-left:5.25%;margin-bottom:40px}}#top .price__table{display:flex;font-size:13px;text-align:center}@media screen and (min-width: 768px){#top .price__table{font-size:16px}}#top .price__table--container{width:90%;margin:0 auto}#top .price__txt{font-size:16px;margin-left:4.27%;margin-bottom:16px}@media screen and (min-width: 768px){#top .price__txt{font-size:18px;margin-left:5.25%;margin-bottom:24px}}#top .price__old{width:31%;padding:9px 0;border:1px solid #000}@media screen and (min-width: 768px){#top .price__old{width:29%;padding:22.5px 0}}#top .price__min{width:31%;padding:9px 0;border-top:1px solid #000;border-bottom:1px solid #000}@media screen and (min-width: 768px){#top .price__min{width:29%;padding:22.5px 0}}#top .price__yen{font-weight:bold;width:38%;padding:9px 0;border:1px solid #000}@media screen and (min-width: 768px){#top .price__yen{width:42%;padding:22.5px 0}}#top .price__btn--flow{width:90%;margin:0 auto;margin-bottom:24px}@media screen and (min-width: 768px){#top .price__btn--flow{margin-bottom:40px}}#top .price__flow--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;padding:17px 0;color:#fff;background:#000;font-size:16px;font-weight:bold;text-align:center;letter-spacing:.1em}@media screen and (min-width: 768px){#top .price__flow--link{padding:15px 0;font-size:18px}}#top .price__mini--txt{font-size:12px;line-height:1.8;letter-spacing:.25em;margin-left:4.27%;margin-bottom:16px;letter-spacing:.2em;line-height:1.5em}@media screen and (min-width: 768px){#top .price__mini--txt{font-size:13px}}@media screen and (min-width: 1024px){#top .price__mini--txt{font-size:16px}}@media screen and (min-width: 768px){#top .price__mini--txt{margin-bottom:24px}}#top .notes__ul{margin:0 auto;font-size:13px;line-height:1.8em;letter-spacing:.15em}@media screen and (min-width: 768px){#top .notes__ul{font-size:16px}}#top .notes__list{margin-left:13px;margin-bottom:8px;list-style-type:disc}#top .notes__line{width:90%;height:1px;margin:0 auto 40px;border-top:1px dotted #000}@media screen and (min-width: 768px){#top .notes__line{margin-bottom:48px}}#top .notes__big--txt{display:flex;align-items:center;gap:8px;font-size:16px;line-height:1.8;letter-spacing:.1em;margin-left:4.27%;margin-bottom:16px}@media screen and (min-width: 768px){#top .notes__big--txt{font-size:18px}}@media screen and (min-width: 1024px){#top .notes__big--txt{font-size:20px}}#top .notes__big--txt::after{content:"";display:block;width:24px;height:24px;background-image:url(../../images/square.png)}#top .notes__container{width:90%;margin:0 auto;padding:24px 0px 24px 4.27%;border:1px solid #000}@media screen and (min-width: 768px){#top .notes__container{padding-left:5.25%;padding-right:3%}}#top .notes__span--small{font-size:10px;line-height:normal}#top .notes__span--bold{font-weight:bold}#top .contact{margin-bottom:128px}@media screen and (min-width: 1024px){#top .contact{margin-bottom:80px}}@media screen and (min-width: 1024px){#top .contact__wrapper{display:flex;align-items:center}}#top .contact__box--01{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:48px;background-image:url(../../images/top/ph_contact.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#top .contact__box--01::before{content:"";position:absolute;width:100%;height:20%;top:0;left:0;background:linear-gradient(180deg, #ffffff, 20%, transparent)}#top .contact__box--01::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#top .contact__box--01{margin-bottom:80px;background-image:url(../../images/top/tb_contact.jpg)}}@media screen and (min-width: 1024px){#top .contact__box--01{width:50%;height:100vh;background-image:url(../../images/top/pc_contact.jpg);margin-bottom:0}}#top .contact__box--02{padding:6% 0}@media screen and (min-width: 1024px){#top .contact__box--02{width:39.0625%;margin:0 auto}}#top .contact__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px}@media screen and (min-width: 768px){#top .contact__ttl{font-size:32px}}#top .contact__mini--txt{margin-left:4.27%;margin-bottom:40px;font-size:13px;letter-spacing:.2em;line-height:1.5em}@media screen and (min-width: 768px){#top .contact__mini--txt{margin-left:5.25%;margin-bottom:60px;font-size:16px}}#flow .main a:hover{transition:.3s;opacity:.5}#flow .flow__container{padding:0 4.24%}@media screen and (min-width: 768px){#flow .flow__container{padding:0 17.4%}}@media screen and (min-width: 1024px){#flow .flow__container{padding:0 23.95%}}#flow .flow__notes--container{padding:0 4.24%}@media screen and (min-width: 768px){#flow .flow__notes--container{padding:0 7.5%}}@media screen and (min-width: 1024px){#flow .flow__notes--container{padding:0 23.95%;margin-bottom:80px}}#flow .flow__bg{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:60px;background-image:url(../../images/flow/ph_flow.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#flow .flow__bg::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#flow .flow__bg{margin-bottom:100px;background-image:url(../../images/flow/tb_flow.jpg)}}@media screen and (min-width: 1024px){#flow .flow__bg{margin-bottom:120px;background-image:url(../../images/flow/pc_flow.jpg)}}#flow .flow__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px;font-family:"Noto Sans JP",sans-serif;font-style:normal;letter-spacing:.1em}@media screen and (min-width: 768px){#flow .flow__ttl{font-size:32px}}#flow .flow__mini--txt{font-size:12px;line-height:1.8;letter-spacing:.25em;margin-bottom:40px;text-align:center}@media screen and (min-width: 768px){#flow .flow__mini--txt{font-size:13px}}@media screen and (min-width: 1024px){#flow .flow__mini--txt{font-size:16px}}@media screen and (min-width: 768px){#flow .flow__mini--txt{margin-bottom:80px}}#flow .flow__bold{font-weight:bold}#flow .flow__application--btn{margin:0 auto 60px;font-size:16px;text-align:center;font-weight:bold;letter-spacing:.1em}@media screen and (min-width: 768px){#flow .flow__application--btn{margin-bottom:80px}}#flow .flow__application--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;padding:17px 0;color:#fff;background:#e3c7bc}#flow .flow__big--txt{font-size:16px;line-height:1.8;letter-spacing:.1em;font-size:18px;margin-bottom:40px;font-weight:bold;text-align:center}@media screen and (min-width: 768px){#flow .flow__big--txt{font-size:18px}}@media screen and (min-width: 1024px){#flow .flow__big--txt{font-size:20px}}#flow .flow__txt{padding:17px;margin:0 auto 24px;font-size:16px;font-weight:bold;text-align:center;letter-spacing:.1em;border:2px solid #000}@media screen and (min-width: 1024px){#flow .flow__txt{margin:0 auto 60px}}#flow .flow__arrow{width:28px;height:24.248711306px;margin:0 auto 40px;background:#000;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}@media screen and (min-width: 1024px){#flow .flow__arrow{margin:0 auto 80px}}#flow .flow .notes__ul{margin:0 auto;font-size:13px;line-height:1.8em;letter-spacing:.15em}@media screen and (min-width: 768px){#flow .flow .notes__ul{font-size:16px}}#flow .flow .notes__list{margin-left:13px;margin-bottom:8px;list-style-type:disc}#flow .flow .notes__line{width:100%;height:1px;margin:0 auto 40px;border-top:1px dotted #000}@media screen and (min-width: 768px){#flow .flow .notes__line{margin-bottom:48px}}#flow .flow .notes__big--txt{display:flex;align-items:center;gap:8px;font-size:16px;line-height:1.8;letter-spacing:.1em;margin-bottom:16px}@media screen and (min-width: 768px){#flow .flow .notes__big--txt{font-size:18px}}@media screen and (min-width: 1024px){#flow .flow .notes__big--txt{font-size:20px}}#flow .flow .notes__big--txt::after{content:"";display:block;width:24px;height:24px;background-image:url(../../images/square.png)}#flow .flow .notes__container{margin:0 auto 40px;padding:24px 0px 24px 4.27%;border:1px solid #000}#flow .flow .notes__span--small{font-size:10px;line-height:normal}#flow .flow .notes__span--bold{font-weight:bold}#history .history__bg{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:60px;background-image:url(../../images/history/history_ph.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#history .history__bg::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#history .history__bg{margin-bottom:100px;background-image:url(../../images/history/history_tab.jpg)}}@media screen and (min-width: 1024px){#history .history__bg{margin-bottom:120px;background-image:url(../../images/history/history_pc.jpg)}}#history .history__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px;font-family:"Noto Sans JP",sans-serif;font-style:normal;letter-spacing:.1em}@media screen and (min-width: 768px){#history .history__ttl{font-size:32px}}#history .history__container{padding:24px 4.27% 0}#history .history__box{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:24px}@media screen and (min-width: 1024px){#history .history__box{gap:40px;margin-bottom:40px}}#history .history__pic{width:25%}@media screen and (min-width: 768px){#history .history__pic{width:20%}}#history .history__link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;transition:.3s}#history .history__link:hover{opacity:.5}#history .history__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1024px){#inquiry .pc__br{display:none}}#inquiry input{padding:10px 8px}#inquiry select{padding:10px 8px}#inquiry textarea{padding:10px 8px;height:150px}#inquiry .radio__btn{display:flex;gap:24px;flex-wrap:wrap}@media screen and (min-width: 768px){#inquiry .radio__btn{gap:40px}}#inquiry .business,#inquiry .contact{display:flex;align-items:center;gap:8px}#inquiry .form .form__box:nth-child(9),#inquiry .form .form__box:nth-child(10){margin-bottom:40px}#inquiry .form__box{display:flex;flex-direction:column;margin-bottom:16px}@media screen and (min-width: 1024px){#inquiry .form__box{margin-bottom:24px}}#inquiry .form__label{margin-bottom:4px}@media screen and (min-width: 768px){#inquiry .form__label{margin-bottom:8px}}#inquiry .form__submit{height:50px;color:#fff;background:#992925;border:none;font-size:13px;font-weight:bold;letter-spacing:.1em;cursor:pointer;transition:.3s}@media screen and (min-width: 1024px){#inquiry .form__submit{font-size:16px}}#inquiry .form__submit:hover{opacity:.5}#inquiry .inquiry{margin-bottom:40px}@media screen and (min-width: 768px){#inquiry .inquiry{margin-bottom:40px}}@media screen and (min-width: 1024px){#inquiry .inquiry{margin-bottom:80px}}#inquiry .inquiry__bg{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:60px;background-image:url(../../images/form/ph_inquiry.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#inquiry .inquiry__bg::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#inquiry .inquiry__bg{margin-bottom:100px;background-image:url(../../images/form/tb_inquiry.jpg)}}@media screen and (min-width: 1024px){#inquiry .inquiry__bg{margin-bottom:120px;background-image:url(../../images/form/pc_inquiry.jpg)}}#inquiry .inquiry__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px;text-align:center;font-family:"Noto Sans JP",sans-serif;font-style:normal;letter-spacing:.1em;line-height:1.8}@media screen and (min-width: 768px){#inquiry .inquiry__ttl{font-size:32px}}#inquiry .inquiry__sub{margin-bottom:16px}@media screen and (min-width: 768px){#inquiry .inquiry__sub{margin-bottom:40px}}#inquiry .inquiry__span{color:red}#inquiry .inquiry__container{padding:0 4.24%;font-size:13px;letter-spacing:.1em}@media screen and (min-width: 768px){#inquiry .inquiry__container{padding:0 17.4%}}@media screen and (min-width: 1024px){#inquiry .inquiry__container{padding:0 23.95%;font-size:16px}}#inquiry .other__flex{display:flex;align-items:center;gap:8px}#inquiry .other__check{width:16px;height:16px;transform:scale(1)}#inquiry .other__link{display:flex;padding:4px;color:#000}#inquiry .other__link:hover{text-decoration:none;color:#992925}#inquiry .other__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;width:15px;height:15px}@media screen and (min-width: 1024px){#inquiry_thanks .pc__br{display:none}}#inquiry_thanks .inquiry_thanks{margin-bottom:40px}@media screen and (min-width: 768px){#inquiry_thanks .inquiry_thanks{margin-bottom:40px}}@media screen and (min-width: 1024px){#inquiry_thanks .inquiry_thanks{margin-bottom:80px}}#inquiry_thanks .inquiry_thanks__bg{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:60px;background-image:url(../../images/form/ph_inquiry.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#inquiry_thanks .inquiry_thanks__bg::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#inquiry_thanks .inquiry_thanks__bg{margin-bottom:100px;background-image:url(../../images/form/tb_inquiry.jpg)}}@media screen and (min-width: 1024px){#inquiry_thanks .inquiry_thanks__bg{margin-bottom:120px;background-image:url(../../images/form/pc_inquiry.jpg)}}#inquiry_thanks .inquiry_thanks__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px;text-align:center;font-family:"Noto Sans JP",sans-serif;font-style:normal;letter-spacing:.1em;line-height:1.8}@media screen and (min-width: 768px){#inquiry_thanks .inquiry_thanks__ttl{font-size:32px}}#inquiry_thanks .inquiry_thanks__e-txt{font-size:12px;line-height:1.8;letter-spacing:.25em;margin-bottom:16px;font-family:"Inter",sans-serif;text-align:center}@media screen and (min-width: 768px){#inquiry_thanks .inquiry_thanks__e-txt{font-size:13px}}@media screen and (min-width: 1024px){#inquiry_thanks .inquiry_thanks__e-txt{font-size:16px}}#inquiry_thanks .inquiry_thanks__j-txt{font-size:12px;line-height:1.8;letter-spacing:.25em;margin-bottom:40px;text-align:center}@media screen and (min-width: 768px){#inquiry_thanks .inquiry_thanks__j-txt{font-size:13px}}@media screen and (min-width: 1024px){#inquiry_thanks .inquiry_thanks__j-txt{font-size:16px}}#inquiry_thanks .inquiry_thanks__btn{font-size:12px;line-height:1.8;letter-spacing:.25em;width:-moz-fit-content;width:fit-content;margin:0 auto}@media screen and (min-width: 768px){#inquiry_thanks .inquiry_thanks__btn{font-size:13px}}@media screen and (min-width: 1024px){#inquiry_thanks .inquiry_thanks__btn{font-size:16px}}#inquiry_thanks .inquiry_thanks__btn--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;padding:8px 10px;color:#fff;background:#000;text-align:center;transition:.3s}#inquiry_thanks .inquiry_thanks__btn--link:hover{opacity:.5}@media screen and (min-width: 1024px){#application .pc__br{display:none}}#application input{padding:10px 8px}#application select{padding:10px 8px}#application textarea{padding:10px 8px;height:150px}#application .radio__btn{display:flex;gap:24px;flex-wrap:wrap}@media screen and (min-width: 768px){#application .radio__btn{gap:40px}}#application .contact,#application .rental{display:flex;align-items:center;gap:8px}#application .form .form__box:nth-child(16),#application .form .form__box:nth-child(17){margin-bottom:40px}#application .form__box{display:flex;flex-direction:column;margin-bottom:16px}@media screen and (min-width: 1024px){#application .form__box{margin-bottom:24px}}#application .form__label{position:relative;margin-bottom:4px}@media screen and (min-width: 768px){#application .form__label{margin-bottom:8px}}#application .form__submit{height:50px;color:#fff;background:#a0d6fc;border:none;font-size:13px;font-weight:bold;letter-spacing:.1em;cursor:pointer;transition:.3s}@media screen and (min-width: 1024px){#application .form__submit{font-size:16px}}#application .form__submit:hover{opacity:.5}#application .application{margin-bottom:40px}@media screen and (min-width: 768px){#application .application{margin-bottom:40px}}@media screen and (min-width: 1024px){#application .application{margin-bottom:80px}}#application .application__bg{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:60px;background-image:url(../../images/form/ph_app.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#application .application__bg::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#application .application__bg{margin-bottom:100px;background-image:url(../../images/form/tb_app.jpg)}}@media screen and (min-width: 1024px){#application .application__bg{margin-bottom:120px;background-image:url(../../images/form/pc_app.jpg)}}#application .application__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px;font-family:"Noto Sans JP",sans-serif;font-style:normal;letter-spacing:.1em;line-height:1.8;text-align:center}@media screen and (min-width: 768px){#application .application__ttl{font-size:32px}}#application .application__sub{margin-bottom:16px}@media screen and (min-width: 768px){#application .application__sub{margin-bottom:40px}}#application .application__span{color:red}#application .application__container{padding:0 4.24%;font-size:13px;letter-spacing:.1em}@media screen and (min-width: 768px){#application .application__container{padding:0 17.4%}}@media screen and (min-width: 1024px){#application .application__container{padding:0 23.95%;font-size:16px}}#application .other__flex{display:flex;align-items:center;gap:8px}#application .other__check{width:16px;height:16px;transform:scale(1)}#application .other__link{display:flex;padding:4px;color:#000}#application .other__link:hover{color:#a0d6fc}#application .other__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;width:15px;height:15px}@media screen and (min-width: 1024px){#application_thanks .pc__br{display:none}}#application_thanks .application_thanks{margin-bottom:40px}@media screen and (min-width: 768px){#application_thanks .application_thanks{margin-bottom:40px}}@media screen and (min-width: 1024px){#application_thanks .application_thanks{margin-bottom:80px}}#application_thanks .application_thanks__bg{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:60px;background-image:url(../../images/form/ph_app.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#application_thanks .application_thanks__bg::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#application_thanks .application_thanks__bg{margin-bottom:100px;background-image:url(../../images/form/tb_app.jpg)}}@media screen and (min-width: 1024px){#application_thanks .application_thanks__bg{margin-bottom:120px;background-image:url(../../images/form/pc_app.jpg)}}#application_thanks .application_thanks__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px;font-family:"Noto Sans JP",sans-serif;font-style:normal;letter-spacing:.1em;line-height:1.8;text-align:center}@media screen and (min-width: 768px){#application_thanks .application_thanks__ttl{font-size:32px}}#application_thanks .application_thanks__e-txt{font-size:12px;line-height:1.8;letter-spacing:.25em;margin-bottom:16px;font-family:"Inter",sans-serif;text-align:center}@media screen and (min-width: 768px){#application_thanks .application_thanks__e-txt{font-size:13px}}@media screen and (min-width: 1024px){#application_thanks .application_thanks__e-txt{font-size:16px}}#application_thanks .application_thanks__j-txt{font-size:12px;line-height:1.8;letter-spacing:.25em;margin-bottom:40px;text-align:center}@media screen and (min-width: 768px){#application_thanks .application_thanks__j-txt{font-size:13px}}@media screen and (min-width: 1024px){#application_thanks .application_thanks__j-txt{font-size:16px}}#application_thanks .application_thanks__btn{font-size:12px;line-height:1.8;letter-spacing:.25em;width:-moz-fit-content;width:fit-content;margin:0 auto}@media screen and (min-width: 768px){#application_thanks .application_thanks__btn{font-size:13px}}@media screen and (min-width: 1024px){#application_thanks .application_thanks__btn{font-size:16px}}#application_thanks .application_thanks__btn--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;padding:8px 10px;color:#fff;background:#000;text-align:center;transition:.3s}#application_thanks .application_thanks__btn--link:hover{opacity:.5}@media screen and (min-width: 1024px){#privacy .pc__br{display:none}}#privacy .privacy__bg{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:50vh;margin-bottom:60px;background-image:url(../../images/privacy/privacy_ph.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#privacy .privacy__bg::after{content:"";position:absolute;width:100%;height:20%;bottom:0;left:0;background:linear-gradient(0deg, #ffffff, 20%, transparent)}@media screen and (min-width: 768px){#privacy .privacy__bg{margin-bottom:100px;background-image:url(../../images/privacy/privacy_tab.jpg)}}@media screen and (min-width: 1024px){#privacy .privacy__bg{margin-bottom:120px;background-image:url(../../images/privacy/privacy_pc.jpg)}}#privacy .privacy__ttl{font-family:"Inter",sans-serif;font-style:italic;color:#fff;font-size:24px;font-family:"Noto Sans JP",sans-serif;font-style:normal;text-align:center;letter-spacing:.1em;line-height:1.8}@media screen and (min-width: 768px){#privacy .privacy__ttl{font-size:32px}}#privacy .privacy__container{padding:24px 4.27% 0}#privacy .privacy__h3{margin-bottom:16px;font-size:20px;letter-spacing:.02em}@media screen and (min-width: 768px){#privacy .privacy__h3{font-size:22px}}@media screen and (min-width: 1024px){#privacy .privacy__h3{font-size:24px}}#privacy .privacy__txt{margin-bottom:24px;font-size:12px;line-height:1.8;letter-spacing:.25em;letter-spacing:.02em}@media screen and (min-width: 768px){#privacy .privacy__txt{font-size:13px}}@media screen and (min-width: 1024px){#privacy .privacy__txt{font-size:16px}}@media screen and (min-width: 768px){#privacy .privacy__txt{margin-bottom:40px}}#privacy .privacy__txt:nth-of-type(4){margin-bottom:8px}#privacy .privacy__txt:nth-of-type(10){margin-bottom:8px}#privacy .privacy__txt:nth-of-type(12){text-align:right}#privacy .privacy__h4{margin-bottom:8px;font-size:16px;line-height:1.8;letter-spacing:.1em;letter-spacing:.02em}@media screen and (min-width: 768px){#privacy .privacy__h4{font-size:18px}}@media screen and (min-width: 1024px){#privacy .privacy__h4{font-size:20px}}#privacy .privacy__ul{margin-bottom:24px}#privacy .privacy__list{font-size:12px;line-height:1.8;letter-spacing:.25em;letter-spacing:.02em;list-style-type:none}@media screen and (min-width: 768px){#privacy .privacy__list{font-size:13px}}@media screen and (min-width: 1024px){#privacy .privacy__list{font-size:16px}}#privacy .privacy__btn{width:-moz-fit-content;width:fit-content;margin-bottom:24px;font-size:12px;line-height:1.8;letter-spacing:.25em;font-weight:bold;letter-spacing:.02em}@media screen and (min-width: 768px){#privacy .privacy__btn{font-size:13px}}@media screen and (min-width: 1024px){#privacy .privacy__btn{font-size:16px}}@media screen and (min-width: 768px){#privacy .privacy__btn{margin-bottom:40px}}#privacy .privacy__btn--link{display:block;width:100%;height:100%;text-decoration:none;transition:.3s;padding:8px 8px 8px 0;color:#000;text-decoration:underline}#privacy .privacy__btn--link:hover{text-decoration:none;opacity:.5}#header.UpMove{animation:UpAnime .5s forwards}@keyframes UpAnime{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100px)}}#header.DownMove{animation:DownAnime .5s forwards}@keyframes DownAnime{from{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}.rotateTop{transform:rotate(45deg)}.hideMiddle{opacity:0}.rotateBottom{transform:rotate(-45deg)}.opacityBg{opacity:1;pointer-events:all}.translateNav{transform:translateX(0)}.active{height:100%;overflow:hidden}.fadeIn{opacity:0;transition-duration:800ms;transition-property:opacity,transform}.showElement{transform:translate(0, -25px);opacity:1}.modal__bg{position:fixed;top:0;left:0;display:none;width:100%;height:100vh;background:rgba(0,0,0,.8)}.modal__photo{position:absolute;top:50%;left:50%;height:90%;transform:translate(-50%, -50%)}.modal__img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}/*# sourceMappingURL=style.css.map */