﻿*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}*{box-sizing:border-box}html,body{height:100%;width:100%}html{word-wrap:break-word;font-size:62.5%;margin:0;padding:0}body{margin:0;padding:0;font-family:"Noto Sans JP",sans-serif;font-weight:400}a{transition:all .3s linear;color:inherit}img{vertical-align:bottom;transition:all .3s linear}ul{padding:0}li{list-style-type:none}button{all:unset}button:focus-visible{outline:-webkit-focus-ring-color auto 1px;outline-offset:1px}.header{width:100%;position:fixed;z-index:8888;top:0;left:0;background-image:url(/assets/images/common/bg_header.jpg);background-size:cover;background-position:center;box-shadow:0 0 20px rgba(0,0,0,.3);color:#fff;display:flex;align-items:center;font-size:1.6rem}@media screen and (max-width: 767px){.header{height:70px;padding:15px 10px 15px 16px}}@media screen and (min-width: 768px){.header{height:100px;padding:20px 40px;justify-content:space-between}}.header>.logo{position:absolute;left:50%;transform:translateX(-50%);z-index:8888}@media screen and (max-width: 767px){.header>.logo img{width:76px;height:64px}}@media screen and (min-width: 768px){.header>.logo img{width:107px;height:90px}}.header>.text{font-weight:bold;font-size:1.8rem;white-space:nowrap}@media screen and (max-width: 767px){.header>.text{display:none}}.header>.text a{color:#fff;text-decoration:none}.header>.text a:hover{opacity:.7}.header>.link{width:100%;display:flex;align-items:center}@media screen and (max-width: 767px){.header>.link{justify-content:space-between}}@media screen and (min-width: 768px){.header>.link{gap:30px;justify-content:flex-end}}.header>.link>.sns-list{display:flex;gap:20px;justify-content:center}@media screen and (max-width: 767px){.header>.link>.sns-list{display:none}}.header>.link>.sns-list>li>a{width:26px;height:26px;display:flex;justify-content:center;align-items:center}.header>.link>.sns-list>li>a:hover{opacity:.6}@media screen and (max-width: 767px){.header>.link>.hamburger{order:-1}}@media screen and (min-width: 768px){.header>.link>.hamburger{display:none}}.header>.link>.hamburger .hamburger__btn{display:block;position:relative;width:36px;height:36px;cursor:pointer}.header>.link>.hamburger .hamburger__btn>span{position:absolute;background-color:#fff;height:3px;width:100%;left:0;transition:all .3s linear}.header>.link>.hamburger .hamburger__btn>span:nth-of-type(1){top:12px}.header>.link>.hamburger .hamburger__btn>span:nth-of-type(2){bottom:12px}.header>.link>.hamburger .hamburger__btn:hover span{opacity:.6}.header>.link>.hamburger .hamburger__btn.is-active span:nth-of-type(1){transform:translateY(5px) rotate(-45deg)}.header>.link>.hamburger .hamburger__btn.is-active span:nth-of-type(2){transform:translateY(-4px) rotate(45deg)}.header>.link>.login{padding:6px 0 0 0}@media screen and (max-width: 767px){.header>.link>.login img{width:48px;height:42px}}@media screen and (min-width: 768px){.header>.link>.login img{width:48px;height:54px}}.header>.link>.login:hover img{opacity:.6}.nav{transition:all .3s linear}@media screen and (max-width: 767px){.nav{opacity:0;visibility:hidden;position:fixed;inset:0;z-index:999;margin:70px 0 0 0}}@media screen and (min-width: 768px){.nav{display:none;margin:100px 0 0 0}}@media screen and (max-width: 767px){.nav.is-active{opacity:1;visibility:visible;width:100%;height:100vh}}@media screen and (max-width: 767px){.nav .overlay{position:fixed;inset:0;z-index:1;width:100vw;height:100vh;background:hsla(0,0%,100%,.7)}}@media screen and (max-width: 767px){.nav__inner{position:relative;display:flex;z-index:100;background-color:#fff;overflow-y:scroll;height:calc(100vh - 70px)}}@media screen and (min-width: 768px){.nav__inner{display:none;height:100%}}@media screen and (max-width: 767px){.nav__inner .img{display:none}}.nav__inner .content{padding:40px 0}.nav__inner .content>.bnr{display:block}@media screen and (max-width: 767px){.nav__inner .content>.bnr{margin:0 20px 40px}}@media screen and (max-width: 767px){.nav__inner .content>.bnr img{width:100%;height:auto}}.nav__inner .content>.link-list{display:flex;flex-wrap:wrap;justify-content:center}@media screen and (max-width: 767px){.nav__inner .content>.link-list{margin:0 20px 40px}}@media screen and (min-width: 768px){.nav__inner .content>.link-list{margin:0 100px 80px;gap:20px 40px}}.nav__inner .content>.link-list>.item{flex-shrink:0}@media screen and (max-width: 767px){.nav__inner .content>.link-list>.item{width:100%}}@media screen and (min-width: 768px){.nav__inner .content>.link-list>.item{width:calc((100% - 40px)/2);max-width:335px}}.nav__inner .content>.link-list>.item>a{width:100%;height:auto;position:relative;display:flex;align-items:center;justify-content:space-between;text-decoration:none;padding:20px 0;font-size:1.6rem;font-weight:bold;color:#083884}.nav__inner .content>.link-list>.item>a:before{position:absolute;content:"";left:0;bottom:0;width:100%;height:1px;background-color:rgba(8,56,132,.3)}.nav__inner .content>.link-list>.item>a:after{position:absolute;content:"";left:0;bottom:0;width:100%;height:1px;background-color:#083884;transform-origin:left top;transform:scale(0, 1);transition:all .3s linear}.nav__inner .content>.link-list>.item>a:hover:after{transform:scale(1, 1)}.nav__inner .content>.mark{margin:0 auto 40px}.nav__inner .content>.mark img{display:block;margin:0 auto}.nav__inner .content>.sns-list{display:flex;justify-content:center;gap:20px}@media screen and (max-width: 767px){.nav__inner .content>.sns-list{padding:0 0 80px}}.nav__inner .content>.sns-list>.item{margin-bottom:80px}.nav__inner .content>.sns-list>.item a{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.footer{width:100%;background-image:url(/assets/images/common/bg_footer.jpg);background-size:cover;color:#fff;font-size:1.6rem}@media screen and (max-width: 767px){.footer{background-position:center}}@media screen and (min-width: 768px){.footer{background-position:right top}}@media screen and (max-width: 767px){.footer .content{padding:40px 0;margin:0 0 80px}}@media screen and (min-width: 768px){.footer .content{padding:40px 0 80px}}@media screen and (max-width: 767px){.footer .mark{margin:0 auto 10px}}@media screen and (min-width: 768px){.footer .mark{margin:0 auto 20px}}.footer .ja{margin:0 auto 20px;text-align:center;font-weight:bold}@media screen and (max-width: 767px){.footer .ja{font-size:1.8rem}}@media screen and (min-width: 768px){.footer .ja{font-size:2.4rem}}.footer .en{margin:0 auto 20px;text-align:center;position:relative;padding:8px 12px;color:#fff}@media screen and (max-width: 767px){.footer .en{width:330px;font-size:1.6rem;line-height:1.2}}@media screen and (min-width: 768px){.footer .en{width:540px;font-size:2.3rem}}.footer .en::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;background:hsla(0,0%,100%,.15);transform:skewX(-15deg)}@media screen and (max-width: 767px){.footer .en::after{width:330px}}@media screen and (min-width: 768px){.footer .en::after{width:540px}}.footer .sns-list{margin:40px 0;display:flex;gap:20px;justify-content:center;padding:0}.footer .sns-list>li{list-style:none}.footer .sns-list>li>a{width:26px;height:26px;display:flex;justify-content:center;align-items:center}.footer .sns-list>li>a:hover{opacity:.7}.footer .foot-nav{display:flex;justify-content:center;font-size:1.4rem}@media screen and (max-width: 767px){.footer .foot-nav{flex-direction:column;align-items:center;gap:10px}}@media screen and (min-width: 768px){.footer .foot-nav{gap:30px}}.footer .foot-nav>li>a{color:#b2d0ff}@media(hover: hover){.footer .foot-nav>li>a:hover{opacity:.7}}.footer .bottom{text-align:center;font-family:"oscine",sans-serif;background-color:#fff;color:#083884}@media screen and (max-width: 767px){.footer .bottom{padding:40px 0 160px}}@media screen and (min-width: 768px){.footer .bottom{padding:40px 0}}.main{font-size:1.6rem}@media screen and (max-width: 767px){.main{margin:70px 0 -70px}}@media screen and (min-width: 768px){.main{margin:100px 0 0px}}.main .heading_2{text-align:center}@media screen and (max-width: 767px){.main .heading_2{margin:0 auto 40px}}@media screen and (min-width: 768px){.main .heading_2{margin:0 auto 80px}}.main .heading_2 .en{display:block;background:linear-gradient(10deg, #083884 0%, #1e90ff 47.71%, #083884 100%);background:-webkit-linear-gradient(10deg, #083884 0%, #1e90ff 47.71%, #083884 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);line-height:1em}@media screen and (max-width: 767px){.main .heading_2 .en{margin:0 0 10px;font-size:4.2rem}}@media screen and (min-width: 768px){.main .heading_2 .en{margin:0 0 15px;font-size:7.2rem}}.main .heading_2 .ja{display:block;color:#083884}@media screen and (max-width: 767px){.main .heading_2 .ja{font-size:1.8rem}}@media screen and (min-width: 768px){.main .heading_2 .ja{font-size:2.4rem}}.main .btn{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;text-decoration:none;font-weight:bold;background:linear-gradient(30deg, #083884 0%, #1e90ff 49.79%, #083884 100%);background:-webkit-linear-gradient(30deg, #083884 0%, #1e90ff 49.79%, #083884 100%)}@media screen and (max-width: 767px){.main .btn{width:calc(100% - 40px);height:70px;border-radius:35px;margin:0 auto;font-size:1.8rem}}@media screen and (min-width: 768px){.main .btn{width:600px;height:80px;border-radius:40px;font-size:2.4rem}}.main .btn:hover{opacity:.8}.banner{position:fixed;z-index:100}@media screen and (max-width: 767px){.banner{bottom:0;right:0;left:0;padding:12px 20px;background-color:#fff}}@media screen and (min-width: 768px){.banner{bottom:10px;right:20px}}.banner>a img{filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.3))}@media screen and (max-width: 767px){.banner>a img{margin:0 auto;width:100%;height:auto}}@media screen and (min-width: 768px){.banner>a img{width:500px;height:140px}}.banner>a:hover{opacity:.8}.pc-only{display:none}@media screen and (min-width: 768px){.pc-only{display:block}}.sp-only{display:block}@media screen and (min-width: 768px){.sp-only{display:none}}.en{font-family:"oscine",sans-serif}.ja{font-family:"Noto Sans JP",sans-serif}@media screen and (max-width: 767px){.info{padding:10px}}@media screen and (min-width: 768px){.info{padding:20px}}.info__inner{margin:0 auto;width:100%;border:1px solid red}@media screen and (max-width: 767px){.info__inner{padding:10px}}@media screen and (min-width: 768px){.info__inner{padding:20px}}@media screen and (min-width: 768px){.info__inner{max-width:1200px}}.info__inner a:hover{opacity:.7}.kv{position:relative;background-color:#000}@media screen and (max-width: 767px){.kv{margin:0 0 80px}}@media screen and (min-width: 768px){.kv{margin:0}}@media screen and (max-width: 767px){.kv__img{width:100%;height:auto}}@media screen and (min-width: 768px){.kv__img{aspect-ratio:1400/760;max-width:1400px;max-height:760px}}@media screen and (min-width: 768px){.kv__swiper--slide{width:1400px !important;height:750px}}.kv__swiper--slide img{transition:all .3s linear;opacity:.5}.kv__swiper--slide.swiper-slide[class*=-active] img{opacity:1}.kv__swiper--arrow{background-color:rgba(0,0,0,0);width:60px;height:60px;border-radius:0;transition:.3s;position:absolute;z-index:1;top:0;bottom:0;margin:auto;cursor:pointer}.kv__swiper--arrow svg{display:none}@media screen and (min-width: 768px){.kv__swiper--arrow:hover{opacity:.7}}.kv__swiper--arrow:before{margin:auto;background-repeat:no-repeat;background-size:contain;content:"";width:60px;height:60px;position:absolute;top:0;left:0}@media screen and (max-width: 767px){.kv__swiper--arrow.prev,.kv__swiper--arrow.next{opacity:.7}}.kv__swiper--arrow.prev{background-image:url(/assets/images/common/icon_arrow-l.svg)}@media screen and (max-width: 767px){.kv__swiper--arrow.prev{left:0}}@media screen and (min-width: 768px){.kv__swiper--arrow.prev{left:0}}.kv__swiper--arrow.next{background-image:url(/assets/images/common/icon_arrow-r.svg)}@media screen and (max-width: 767px){.kv__swiper--arrow.next{right:0}}@media screen and (min-width: 768px){.kv__swiper--arrow.next{right:0}}.kv__swiper--ctrl{position:absolute;margin:0 auto;display:flex;align-items:center;z-index:1}@media screen and (max-width: 767px){.kv__swiper--ctrl{width:100%;height:40px;padding:0 20px;background-color:#f8f8f8;justify-content:space-between}}@media screen and (min-width: 768px){.kv__swiper--ctrl{bottom:25px;left:0;right:0;gap:20px;justify-content:center}}.kv__swiper--ctrl .btn-toggle{display:flex;gap:2px;align-items:center;justify-content:flex-start;width:65px;cursor:pointer;z-index:1;transition:.3s}@media screen and (max-width: 767px){.kv__swiper--ctrl .btn-toggle{color:#083884}}@media screen and (min-width: 768px){.kv__swiper--ctrl .btn-toggle{color:#fff}}@media screen and (min-width: 768px){.kv__swiper--ctrl .btn-toggle:hover{opacity:.7}}.kv__swiper--ctrl .btn-toggle .icon{font-family:"Material Symbols Outlined";font-variation-settings:"FILL" 1;vertical-align:middle;font-size:2.4rem}.kv__swiper--ctrl .btn-toggle .icon:after{content:""}.kv__swiper--ctrl .btn-toggle .text{font-size:1.6rem}.kv__swiper--ctrl .btn-toggle .text:after{content:"STOP"}.kv__swiper--ctrl .btn-toggle.is-paused .icon:after{content:""}.kv__swiper--ctrl .btn-toggle.is-paused .text:after{content:"PLAY"}.kv__swiper--pagination{position:relative;bottom:0;padding:0;display:flex;gap:5px;align-items:center;justify-content:center}.kv__swiper--pagination .swiper-pagination-bullet{background:none;opacity:1;display:flex;align-items:center}.kv__swiper--pagination .swiper-pagination-bullet::after{font-family:"Material Symbols Outlined";content:"";font-size:1rem;font-weight:500;font-variation-settings:"FILL" 1}@media screen and (max-width: 767px){.kv__swiper--pagination .swiper-pagination-bullet::after{color:#083884}}@media screen and (min-width: 768px){.kv__swiper--pagination .swiper-pagination-bullet::after{color:#fff}}.kv__swiper--pagination .swiper-pagination-bullet-active{transform:scale(1.2)}.kv__swiper--pagination .swiper-pagination-bullet-active::after{content:""}.kv__ctrl{position:absolute;margin:0 auto;display:flex;align-items:center;z-index:1}@media screen and (max-width: 767px){.kv__ctrl{width:100%;height:40px;padding:0 20px;background-color:#f8f8f8;justify-content:space-between}}@media screen and (min-width: 768px){.kv__ctrl{bottom:25px;left:0;right:0;gap:20px;justify-content:center}}.kv__toggle{display:none;align-items:center;justify-content:flex-start;width:65px;cursor:pointer}@media screen and (max-width: 767px){.kv__toggle{color:#083884}}@media screen and (min-width: 768px){.kv__toggle{color:#fff}}.kv__toggle .material-symbols-outlined{font-variation-settings:"FILL" 1;vertical-align:middle;margin-top:-4px}.kv__toggle.is-active{display:flex}.kv__pagination{position:relative;bottom:0;padding:0;display:flex;gap:5px;align-items:center;justify-content:center}.kv__pagination .swiper-pagination-bullet{background:none;opacity:1}.kv__pagination .swiper-pagination-bullet::after{font-family:"Material Symbols Outlined";content:"";font-size:1rem;font-weight:500;font-variation-settings:"FILL" 1}@media screen and (max-width: 767px){.kv__pagination .swiper-pagination-bullet::after{color:#083884}}@media screen and (min-width: 768px){.kv__pagination .swiper-pagination-bullet::after{color:#fff}}.kv__pagination .swiper-pagination-bullet-active{transform:scale(1.2)}.kv__pagination .swiper-pagination-bullet-active::after{content:""}@media screen and (max-width: 767px){.about{margin:0 0 80px}}@media screen and (min-width: 768px){.about{margin:0 0 160px}}.about__head{display:flex}@media screen and (max-width: 767px){.about__head{padding:20px 20px 70px;flex-direction:column;background-image:url("/assets/images/about/bg_sp.png");background-repeat:no-repeat;background-position:bottom left;background-size:cover}}@media screen and (max-width: 767px){.about__head .title,.about__head .message{width:100%}}@media screen and (min-width: 768px){.about__head .title,.about__head .message{width:50%}}@media screen and (max-width: 767px){.about__head .title{padding:0}}@media screen and (min-width: 768px){.about__head .title{padding:80px 0 88px}}@media screen and (max-width: 767px){.about__head .title .mark{width:116px;height:120px;margin:0 auto 6px}}@media screen and (min-width: 768px){.about__head .title .mark{width:250px;height:260px;margin:0 auto 40px}}.about__head .title .ja{text-align:center;font-weight:bold;color:#083884}@media screen and (max-width: 767px){.about__head .title .ja{margin:0 auto 9px;font-size:2.4rem;line-height:1.25}}@media screen and (min-width: 768px){.about__head .title .ja{margin:0 auto 20px;font-size:2.4rem}}.about__head .title .en{margin:0 auto 20px;text-align:center;position:relative;padding:8px 12px;color:#fff;z-index:1}@media screen and (max-width: 767px){.about__head .title .en{min-width:310px;width:96%;font-size:1.6rem;line-height:1.2}}@media screen and (min-width: 768px){.about__head .title .en{width:540px;font-size:2.3rem}}.about__head .title .en::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background:#083884;transform:skewX(-15deg)}@media screen and (max-width: 767px){.about__head .title .en::before{min-width:310px;width:100%}}@media screen and (min-width: 768px){.about__head .title .en::before{width:540px}}@media screen and (min-width: 768px){.about__head .message{display:grid;padding:40px;place-content:center;place-items:center;background:url("/assets/images/about/bg_pc.jpg") no-repeat;background-size:cover}}@media screen and (max-width: 767px){.about__head .message{padding:20px;background-color:#fff}}.about__head .message p{line-height:2}@media screen and (max-width: 767px){.about__head .message p{font-size:1.6rem;font-weight:400}}@media screen and (min-width: 768px){.about__head .message p{text-align:center;font-size:1.8rem;font-weight:500}}@media screen and (max-width: 767px){.about__head .message p~p{margin:20px 0 0}}@media screen and (min-width: 768px){.about__head .message p~p{margin:40px 0 0}}@media screen and (max-width: 767px){.about__img{aspect-ratio:375/200}}@media screen and (min-width: 768px){.about__img{aspect-ratio:1920/400}}.about__img img{width:100%;height:auto}@media screen and (max-width: 767px){.benefits{margin:0 0 80px}}@media screen and (min-width: 768px){.benefits{margin:0 0 160px}}.benefits__item{align-items:stretch}@media screen and (max-width: 767px){.benefits__item{width:100vw;height:auto;min-height:563px;padding:0 30px 40px;background-image:url(/assets/images/benefit/bg_sp.png);background-size:cover;background-repeat:no-repeat;background-position:top center}}@media screen and (min-width: 768px){.benefits__item{width:880px;height:750px;background-image:url(/assets/images/benefit/bg_pc.jpg)}}.benefits__item .no{text-align:center;color:#fff;background-image:url(/assets/images/benefit/bg_no.png);background-size:cover}@media screen and (max-width: 767px){.benefits__item .no{line-height:1.3;font-size:1.2rem;margin:0 auto 12px;padding:5px 0;width:70px;height:70px}}@media screen and (min-width: 768px){.benefits__item .no{line-height:1;font-size:1.8rem;margin:0 auto;padding:14px 0;width:120px;height:120px}}@media screen and (max-width: 767px){.benefits__item .no span{display:block;font-size:3.6rem;margin-top:-5px}}@media screen and (min-width: 768px){.benefits__item .no span{line-height:1.5;font-size:4.8rem}}.benefits__item .name{position:relative;color:#083884;text-align:center;font-weight:bold}@media screen and (max-width: 767px){.benefits__item .name{min-height:calc(1.5rem + 19px);font-size:2.4rem;margin:0 auto 40px}}@media screen and (min-width: 768px){.benefits__item .name{display:flex;align-items:center;justify-content:center;height:160px;font-size:3.6rem;margin:0 auto 20px}}@media screen and (max-width: 767px){.benefits__item .name .en{font-size:2.7rem}}@media screen and (min-width: 768px){.benefits__item .name .en{font-size:4rem;margin:0 1rem 0 0}}.benefits__item .name:after{content:"";position:absolute;bottom:0;left:calc(50% - 30px);width:60px;height:3px;display:inline-block;background-color:#083884}@media screen and (max-width: 767px){.benefits__item .name:after{bottom:-20px}}.benefits__item .img{display:flex;justify-content:center;align-items:center;aspect-ratio:479/260}@media screen and (max-width: 767px){.benefits__item .img{width:100%;height:auto;margin:0 auto 20px}}@media screen and (min-width: 768px){.benefits__item .img{width:100%;height:260px;margin:0 auto 20px}}@media screen and (max-width: 767px){.benefits__item .img img{width:100%;height:auto}}@media screen and (min-width: 768px){.benefits__item .img img{width:auto;max-height:260px}}.benefits__item .text{line-height:2}@media screen and (max-width: 767px){.benefits__item .text{font-size:1.6rem;font-weight:400;min-height:100px}}@media screen and (min-width: 768px){.benefits__item .text{text-align:center;font-size:1.8rem;font-weight:500}}.benefits__item .text.lt{line-height:1.6}.benefits__swiper{position:relative}@media screen and (max-width: 767px){.benefits__swiper{box-shadow:0 0 20px rgba(0,0,0,.1)}}@media screen and (max-width: 767px){.benefits__swiper--wrapper{width:100%;height:100%}}@media screen and (min-width: 768px){.benefits__swiper--slide{width:880px !important;height:750px}}.benefits__swiper--arrow{position:absolute;background-color:rgba(0,0,0,0);width:30px;height:60px;transition:.3s;border-radius:0;z-index:1;top:0;bottom:0;margin:auto;cursor:pointer}@media screen and (min-width: 768px){.benefits__swiper--arrow:hover{opacity:.7}}.benefits__swiper--arrow svg{display:none}.benefits__swiper--arrow:before{margin:auto;background-repeat:no-repeat;background-size:cover;content:"";width:30px;height:60px;position:absolute;top:0;left:0}@media screen and (max-width: 767px){.benefits__swiper--arrow.prev{left:0}}@media screen and (min-width: 768px){.benefits__swiper--arrow.prev{left:calc(50% - 505px)}}.benefits__swiper--arrow.prev:before{background-image:url(/assets/images/common/icon_arrow-l_lg.svg)}@media screen and (max-width: 767px){.benefits__swiper--arrow.next{right:0}}@media screen and (min-width: 768px){.benefits__swiper--arrow.next{right:calc(50% - 505px)}}.benefits__swiper--arrow.next:before{background-image:url(/assets/images/common/icon_arrow-r_lg.svg)}.types__list{display:flex;justify-content:center}@media screen and (max-width: 767px){.types__list{margin:0 0 20px;padding:0 0 20px;flex-direction:column;gap:40px}}@media screen and (min-width: 768px){.types__list{max-width:1240px;margin:0 auto 60px;padding:20px 0 20px;gap:100px;overflow:hidden;flex-wrap:wrap}}@media screen and (min-width: 768px){.types__list li:nth-of-type(1) .types__item,.types__list li:nth-of-type(2) .types__item{min-height:1814px}}@media screen and (min-width: 768px){.types__list li:nth-of-type(3) .types__item,.types__list li:nth-of-type(4) .types__item{min-height:1597px}}.types__item{background-repeat:no-repeat;border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.1)}@media screen and (max-width: 767px){.types__item{margin:0 auto;padding-bottom:40px;width:calc(100% - 40px);height:auto;background-image:url(/assets/images/types/bg_sp.png);background-size:contain;background-position:bottom}}@media screen and (min-width: 768px){.types__item{width:550px;padding:0 0 40px;background-image:url(/assets/images/types/bg_pc.png);background-size:cover}}.types__item>.title{background-repeat:no-repeat;background-size:cover;filter:drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));border-radius:20px 20px 0 0;color:#fff;text-align:center;display:flex;justify-content:center;align-items:center;gap:10px}@media screen and (max-width: 767px){.types__item>.title{width:100%;height:120px;margin:0 0 40px;background-image:url(/assets/images/types/bg_head_sp.png);background-position:right}}@media screen and (min-width: 768px){.types__item>.title{width:550px;height:230px;margin:0 0 30px;background-image:url(/assets/images/types/bg_head_pc.jpg)}}.types__item>.title .link{display:flex;align-items:center;justify-content:center;position:relative;text-decoration:none;width:100%;height:100%}.types__item>.title .link:after{font-family:"Material Symbols Outlined";content:"";position:absolute;right:20px}@media screen and (max-width: 767px){.types__item>.title .link:after{font-size:3rem}}@media screen and (min-width: 768px){.types__item>.title .link:after{top:calc(50% - 3rem + 3px);font-size:4rem}}@media screen and (min-width: 768px){.types__item>.title .link:hover{opacity:.7}}.types__item>.title .ja{font-weight:700}@media screen and (max-width: 767px){.types__item>.title .ja{font-size:2rem}}@media screen and (min-width: 768px){.types__item>.title .ja{font-size:2.8rem}}@media screen and (max-width: 767px){.types__item>.title .en{font-size:1.6rem}}@media screen and (min-width: 768px){.types__item>.title .en{font-size:1.8rem}}.types__item>.text{line-height:2;font-weight:500;text-align:center}@media screen and (max-width: 767px){.types__item>.text{margin:0 20px 21px;font-size:1.6rem}}@media screen and (min-width: 768px){.types__item>.text{display:flex;align-items:center;justify-content:center;flex-direction:column;height:80px;margin:0 0 18px;font-size:1.8rem}}@media screen and (max-width: 767px){.types__item>.text span{font-size:1.4rem}}@media screen and (min-width: 768px){.types__item>.text span{font-size:1.6rem}}.types__item>.text span.note{display:block;color:red}.types__item>.fee{text-align:center;font-weight:bold;display:flex;gap:5px;justify-content:center;align-items:baseline;letter-spacing:.04em}@media screen and (max-width: 767px){.types__item>.fee{margin:0 auto 20px;font-size:1.4rem}}@media screen and (min-width: 768px){.types__item>.fee{margin:0 auto 40px;font-size:1.6rem}}.types__item>.fee .price{letter-spacing:0}@media screen and (max-width: 767px){.types__item>.fee .price{font-size:4rem}}@media screen and (min-width: 768px){.types__item>.fee .price{font-size:4.8rem}}.types__item>.fee .unit{letter-spacing:0}@media screen and (max-width: 767px){.types__item>.fee .unit{font-size:2.4rem}}@media screen and (min-width: 768px){.types__item>.fee .unit{font-size:2.4rem}}.types__item .special>.title{position:relative;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.types__item .special>.title{width:80px;height:26px;margin:0 auto 20px;font-size:1.4rem}}@media screen and (min-width: 768px){.types__item .special>.title{width:100px;height:30px;margin:0 auto 40px;font-size:1.6rem}}.types__item .special>.title span{position:relative;z-index:2;font-weight:500;letter-spacing:.05em}.types__item .special>.title::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;transform:skewX(-15deg);background-color:#083884}@media screen and (max-width: 767px){.types__item .special>.title::after{width:80px;height:26px}}@media screen and (min-width: 768px){.types__item .special>.title::after{width:100px;height:30px}}.types__item .special__list.thumb{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}@media screen and (max-width: 767px){.types__item .special__list.thumb{width:300px;margin:0 auto;gap:10px}}@media screen and (min-width: 768px){.types__item .special__list.thumb{gap:20px}}.types__item .special__list.thumb .img{margin:0 0 2px}@media screen and (max-width: 767px){.types__item .special__list.thumb .img{width:90px;height:90px}}@media screen and (min-width: 768px){.types__item .special__list.thumb .img{width:100px;height:100px}}.types__item .special__list.thumb .name{text-align:center;font-weight:500;line-height:1.125}@media screen and (max-width: 767px){.types__item .special__list.thumb .name{font-size:1.4rem}}@media screen and (min-width: 768px){.types__item .special__list.thumb .name{font-size:1.6rem}}.types__item .special__list.text{margin:0 0 80px}@media screen and (max-width: 767px){.types__item .special__list.text{margin:0 20px}}@media screen and (min-width: 768px){.types__item .special__list.text{margin:0 60px}}.types__item .special__list.text .name{position:relative;font-weight:700}@media screen and (max-width: 767px){.types__item .special__list.text .name{padding:10px 0 0 10px;font-size:1.4rem}}@media screen and (min-width: 768px){.types__item .special__list.text .name{padding:10px;font-size:1.6rem}}.types__item .special__list.text .name:before{font-family:"Material Symbols Outlined";content:"";position:absolute;color:#083884;font-variation-settings:"FILL" 1;left:-0.6rem;font-size:1.2rem}@media screen and (max-width: 767px){.types__item .special__list.text .name:before{top:12px}}@media screen and (min-width: 768px){.types__item .special__list.text .name:before{top:14px}}.types__item .special__list.text .name span{display:block;font-weight:500;margin:5px 0 0 0;padding:0 0 0 1rem}@media screen and (max-width: 767px){.types__item .special__list.text .name span{font-size:1.2rem}}@media screen and (min-width: 768px){.types__item .special__list.text .name span{font-size:1.4rem}}.types__item .special__list.text .second-list{margin:5px 0 0 0}.types__item .special__list.text .second{text-indent:1rem;font-weight:500;margin:0 0 5px 0}@media screen and (max-width: 767px){.types__item .special__list.text .second{font-size:1.2rem}}@media screen and (min-width: 768px){.types__item .special__list.text .second{font-size:1.4rem}}.types__item .special__list.text .second .text{text-indent:50px;padding:9px 0px}.types__item .special__list.text .second:last-child{margin:0}.types__item .special__list.text .goods{display:flex;align-items:center;gap:10px;transition:.3s}.types__item .special__list.text .goods .thumb{border-radius:40px;height:40px;width:40px;border:1px solid #ddd}.types__item .special__list.text .goods .text{text-indent:0rem}@media screen and (min-width: 768px){.types__item .special__list.text .goods:hover{opacity:.7}}.types__item .special__list.text a.goods:after{content:"";display:inline-block;margin:0 0 0 -5px;background-image:url("/assets/images/common/icon_zoom.svg");background-position:center;background-size:contain;background-repeat:no-repeat}@media screen and (max-width: 767px){.types__item .special__list.text a.goods:after{width:12px;height:12px}}@media screen and (min-width: 768px){.types__item .special__list.text a.goods:after{width:14px;height:14px}}@media screen and (max-width: 767px){.types__btn{margin:0 0 80px}}@media screen and (min-width: 768px){.types__btn{margin:0 0 160px}}@media screen and (max-width: 767px){.types__img{aspect-ratio:375/200}}@media screen and (min-width: 768px){.types__img{aspect-ratio:1920/400}}.types__img img{width:100%;height:auto}.faq{background-color:#f8f8f8}@media screen and (max-width: 767px){.faq{padding:80px 0;margin:0 0 70px}}@media screen and (min-width: 768px){.faq{padding:160px 0}}.faq__group{margin:0 auto 40px;background-color:#fff;border-radius:10px}@media screen and (max-width: 767px){.faq__group{width:calc(100% - 40px)}}@media screen and (min-width: 768px){.faq__group{max-width:1200px}}.faq__group .summary{display:block;cursor:pointer}@media screen and (max-width: 767px){.faq__group .summary{padding:20px}}@media screen and (min-width: 768px){.faq__group .summary{padding:40px}}.faq__group .summary::-webkit-details-marker{display:none}.faq__group .summary__inner{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){.faq__group .summary__inner{gap:15px}}@media screen and (min-width: 768px){.faq__group .summary__inner{gap:30px}}.faq__group .summary__inner::-webkit-details-marker{cursor:pointer}.faq__group .summary__inner .icon{display:inline-block;border-radius:50%;background:#083884;text-align:center;color:#fff;font-weight:600;flex-shrink:0}@media screen and (max-width: 767px){.faq__group .summary__inner .icon{width:30px;height:30px;line-height:30px;font-size:1.8rem}}@media screen and (min-width: 768px){.faq__group .summary__inner .icon{width:50px;height:50px;line-height:50px;font-size:2.9rem}}.faq__group .summary__inner .text{display:block;width:calc(100% - 146px);color:#083884;font-weight:bold;flex-grow:1}@media screen and (max-width: 767px){.faq__group .summary__inner .text{font-size:1.5rem}}@media screen and (min-width: 768px){.faq__group .summary__inner .text{font-size:2rem}}.faq__group .summary__inner .material-symbols-outlined{flex-shrink:0;color:#999;transition:all .3s linear}@media screen and (max-width: 767px){.faq__group .summary__inner .material-symbols-outlined{font-size:2.6rem}}@media screen and (min-width: 768px){.faq__group .summary__inner .material-symbols-outlined{font-size:3.6rem}}.faq__group .content{overflow:hidden;border-top:1px solid #eee}@media screen and (max-width: 767px){.faq__group .content{font-size:1.4rem;line-height:1.8}}@media screen and (min-width: 768px){.faq__group .content{font-size:1.8rem;line-height:2.5}}@media screen and (max-width: 767px){.faq__group .content__inner{padding:20px}}@media screen and (min-width: 768px){.faq__group .content__inner{padding:40px 120px}}.faq__group.is-opened .summary .summary__inner .material-symbols-outlined{transform:rotate(180deg)}.faq__group:last-of-type{margin:0 auto}.procedure{padding:80px 0}.procedure__list{border-bottom:1px solid #eee;margin:0 auto 80px}@media screen and (max-width: 767px){.procedure__list{width:100%}}@media screen and (min-width: 768px){.procedure__list{width:1200px}}.procedure__item{border-top:1px solid #eee;display:flex}@media screen and (max-width: 767px){.procedure__item{flex-direction:column}}@media screen and (min-width: 768px){.procedure__item{padding:0 0 0 60px;justify-content:flex-end;gap:120px}}.procedure__item>.step{display:flex;flex-direction:column;line-height:1;align-items:center;border-top:2px solid #083884;color:#083884}@media screen and (max-width: 767px){.procedure__item>.step{width:fit-content;margin:0 auto;padding:40px 0 0 0}}@media screen and (min-width: 768px){.procedure__item>.step{padding:50px 0 0 0}}.procedure__item>.step>.head{font-weight:900}@media screen and (max-width: 767px){.procedure__item>.step>.head{font-size:1.4rem}}@media screen and (min-width: 768px){.procedure__item>.step>.head{font-size:1.8rem}}.procedure__item>.step>.no{font-weight:600}@media screen and (max-width: 767px){.procedure__item>.step>.no{font-size:4rem}}@media screen and (min-width: 768px){.procedure__item>.step>.no{font-size:4.6rem}}@media screen and (max-width: 767px){.procedure__item>.content{padding:0 0 60px;display:flex;flex-direction:column}}@media screen and (min-width: 768px){.procedure__item>.content{padding:50px 0 80px}}.procedure__item>.content .title{font-weight:700;color:#083884}@media screen and (max-width: 767px){.procedure__item>.content .title{margin:0 0 20px;order:1;text-align:center}}@media screen and (min-width: 768px){.procedure__item>.content .title{margin:0 0 10px;font-size:2.4rem}}@media screen and (max-width: 767px){.procedure__item>.content .text{margin:0 30px;order:3;font-size:1.4rem;line-height:1.5}}@media screen and (min-width: 768px){.procedure__item>.content .text{margin:0 0 40px;font-size:1.6rem;line-height:2.25}}@media screen and (max-width: 767px){.procedure__item>.content .img{order:2;margin:0 0 20px}}@media screen and (min-width: 768px){.procedure__item>.content .img{width:980px;height:400px}}@media screen and (max-width: 767px){.procedure__item>.content .img img{margin:0 auto}}@media screen and (min-width: 768px){.procedure__item>.content .img img{border:1px solid #efefef}}@media screen and (max-width: 767px){.procedure__item>.content .img~.img{margin:20px 0 20px}}@media screen and (min-width: 768px){.procedure__item>.content .img~.img{margin:30px 0 0 0}}.procedure__btn{margin:0 0 80px}.modal{overflow-y:auto;overscroll-behavior-y:contain}.modal__bg{position:fixed;z-index:10009;top:0;left:0;width:200%;height:200%;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}.modal__bg.is-active{opacity:1;visibility:visible}.modal__inner{position:fixed;z-index:10010;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;margin:auto;padding:0 10px;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}.modal__inner.is-active{opacity:1;visibility:visible}.modal-card{background:#f8f8f8;filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));border-radius:20px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;z-index:1;transform:translate3d(0, 48px, 0);opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease,transform .3s ease-in-out}@media screen and (max-width: 767px){.modal-card{width:80vw;padding:5vw;gap:5vw}}@media screen and (min-width: 768px){.modal-card{width:680px;padding:30px;gap:30px}}.modal-card.is-active{position:relative;z-index:2;opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}.modal-card__heading{margin:0;font-weight:bold;color:#083884}@media screen and (max-width: 767px){.modal-card__heading{font-size:1.6rem}}@media screen and (min-width: 768px){.modal-card__heading{font-size:2rem}}@media screen and (max-width: 767px){.modal-card__img{width:70vw;height:auto}}@media screen and (min-width: 768px){.modal-card__img{width:500px;height:auto}}.modal-card__text{margin:0 auto}@media screen and (max-width: 767px){.modal-card__text{width:96%;font-size:1.4rem}}@media screen and (min-width: 768px){.modal-card__text{width:500px;font-size:1.6rem}}.modal-card__close{width:30px;height:30px;position:absolute;transition:.3s}@media screen and (max-width: 767px){.modal-card__close{top:10px;right:10px}}@media screen and (min-width: 768px){.modal-card__close{top:20px;right:20px}}.modal-card__close::before,.modal-card__close::after{content:"";position:absolute;display:inline-block;top:50%;left:50%;background:#000;cursor:pointer}@media screen and (max-width: 767px){.modal-card__close::before,.modal-card__close::after{width:20px;height:2px}}@media screen and (min-width: 768px){.modal-card__close::before,.modal-card__close::after{width:30px;height:3px}}.modal-card__close::before{transform:translate(-50%, -50%) rotate(45deg)}.modal-card__close::after{transform:translate(-50%, -50%) rotate(-45deg)}.modal-card__close:hover{opacity:.7}.membershiptypes{padding:80px 0}.membershiptypes>.heading_2{margin:0 0 60px}.membershiptypes .tab_panel{display:none}.membershiptypes .tab_panel.is-active{display:block}.membershiptypes .tab_panel:before{content:"";display:block;visibility:hidden;height:440px;margin-top:-440px}.membershiptypes__tabs{display:flex;gap:2px}@media screen and (max-width: 767px){.membershiptypes__tabs{width:100%;margin:0 auto 40px;flex-wrap:wrap;justify-content:flex-start}}@media screen and (min-width: 768px){.membershiptypes__tabs{max-width:1200px;margin:0 auto 80px;justify-content:center}}.membershiptypes__tabs--btn{position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:15px 2px;color:#083884;text-align:center;font-weight:bold;cursor:pointer;transition:all .3s linear}@media screen and (max-width: 767px){.membershiptypes__tabs--btn{width:calc((100vw - 10px)/2);font-size:1.3rem}}@media screen and (min-width: 768px){.membershiptypes__tabs--btn{width:300%;font-size:1.5rem}}.membershiptypes__tabs--btn:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-2;background-color:#f8f8f8}@media screen and (min-width: 768px){.membershiptypes__tabs--btn:before{transform:skewX(-15deg)}}.membershiptypes__tabs--btn:after{font-family:"Material Symbols Outlined";content:"";position:absolute;color:#083884;transition:all .3s linear}@media screen and (max-width: 767px){.membershiptypes__tabs--btn:after{right:5px;top:13px;font-size:1.8rem}}@media screen and (min-width: 768px){.membershiptypes__tabs--btn:after{right:5px;top:12px;font-size:2rem}}.membershiptypes__tabs--btn.is-active{color:#fff}.membershiptypes__tabs--btn.is-active:before{z-index:-1;background-color:#083884}.membershiptypes__tabs--btn.is-active:after{color:#fff}@media screen and (min-width: 768px){.membershiptypes__tabs--btn:hover{opacity:.7}}.membershiptypes__item{background-repeat:no-repeat}@media screen and (max-width: 767px){.membershiptypes__item{margin:0 auto}}@media screen and (min-width: 768px){.membershiptypes__item{margin:0 auto 80px}}.membershiptypes__item>.head{margin:0 0 40px;width:100%;height:auto;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}@media screen and (max-width: 767px){.membershiptypes__item>.head{aspect-ratio:375/200;margin:0 auto 40px;background-image:url(/assets/images/membershiptypes/head_bg_sp.jpg);background-position:center}}@media screen and (min-width: 768px){.membershiptypes__item>.head{aspect-ratio:1920/400;margin:0 auto 40px;background-image:url(/assets/images/membershiptypes/head_bg_pc.jpg)}}.membershiptypes__item>.head>.type-name{text-align:center;display:flex;justify-content:center;align-items:center;gap:10px;font-weight:700}@media screen and (max-width: 767px){.membershiptypes__item>.head>.type-name{font-size:2.4rem}}@media screen and (min-width: 768px){.membershiptypes__item>.head>.type-name{font-size:3.4rem}}.membershiptypes__item>.head>.fee{text-align:center;font-weight:bold;display:flex;gap:5px;justify-content:center;align-items:baseline;letter-spacing:.04em}@media screen and (max-width: 767px){.membershiptypes__item>.head>.fee{font-size:1.4rem}}@media screen and (min-width: 768px){.membershiptypes__item>.head>.fee{font-size:1.6rem}}.membershiptypes__item>.head>.fee .price{letter-spacing:0}@media screen and (max-width: 767px){.membershiptypes__item>.head>.fee .price{font-size:4rem}}@media screen and (min-width: 768px){.membershiptypes__item>.head>.fee .price{font-size:4.8rem}}.membershiptypes__item>.head>.fee .unit{letter-spacing:0}@media screen and (max-width: 767px){.membershiptypes__item>.head>.fee .unit{font-size:2.4rem}}@media screen and (min-width: 768px){.membershiptypes__item>.head>.fee .unit{font-size:2.4rem}}.membershiptypes__item>.lead{margin:0 0 40px}.membershiptypes__item>.lead>.text{line-height:2;font-weight:500;text-align:center}@media screen and (max-width: 767px){.membershiptypes__item>.lead>.text{margin:0 20px 21px;font-size:1.6rem}}@media screen and (min-width: 768px){.membershiptypes__item>.lead>.text{font-size:1.8rem}}@media screen and (max-width: 767px){.membershiptypes__item>.lead>.text span{font-size:1.4rem}}@media screen and (min-width: 768px){.membershiptypes__item>.lead>.text span{font-size:1.6rem}}.membershiptypes__item>.lead>.text span.note{color:red}.membershiptypes__item>.lead>.text span.s{display:block;line-height:1.5;margin:20px 0 0 0}@media screen and (max-width: 767px){.membershiptypes__item>.lead>.text span.s{font-size:1.2rem}}@media screen and (min-width: 768px){.membershiptypes__item>.lead>.text span.s{font-size:1.4rem}}@media screen and (max-width: 767px){.membershiptypes__item .bg{margin:20px 0 40px;padding:5px 0;background-image:url(/assets/images/membershiptypes/bg_sp.jpg);background-repeat:repeat-y;background-size:contain}}@media screen and (min-width: 768px){.membershiptypes__item .bg{margin:20px 0 80px;padding:60px 0 40px;background-image:url(/assets/images/membershiptypes/bg_pc.jpg);background-repeat:repeat;background-position:top center}}.membershiptypes__item .heading{position:relative;color:#083884;text-align:center;font-weight:bold}@media screen and (max-width: 767px){.membershiptypes__item .heading{min-height:calc(1.5rem + 19px);font-size:2.4rem;margin:40px auto 40px}}@media screen and (min-width: 768px){.membershiptypes__item .heading{height:97px;font-size:3.6rem;margin:0 auto 60px}}.membershiptypes__item .heading:after{content:"";position:absolute;bottom:0;left:calc(50% - 30px);width:60px;height:3px;display:inline-block;background-color:#083884}@media screen and (max-width: 767px){.membershiptypes__item .heading:after{bottom:-20px}}@media screen and (max-width: 767px){.membershiptypes__item .special{margin:0 auto 40px}}@media screen and (min-width: 768px){.membershiptypes__item .special{max-width:1200px;margin:0 auto 80px;display:flex;flex-wrap:wrap;gap:40px;justify-content:flex-start}}.membershiptypes__item .special__list{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 767px){.membershiptypes__item .special__list{width:100%;margin:0 auto;padding:20px}}@media screen and (min-width: 768px){.membershiptypes__item .special__list{align-items:center;width:560px;margin:0 auto;font-size:2.4rem}}@media screen and (max-width: 767px){.membershiptypes__item .special__list .name{font-size:1.8rem}}@media screen and (min-width: 768px){.membershiptypes__item .special__list .name{font-size:2.2rem;min-height:66px;text-align:center;display:flex;align-items:center}}.membershiptypes__item .special__list .img img{aspect-ratio:479/260;width:100%;height:auto}@media screen and (max-width: 767px){.membershiptypes__item .special__list .text{font-size:1.4rem}}@media screen and (min-width: 768px){.membershiptypes__item .special__list .text{font-size:1.6rem}}.membershiptypes__item .heading_goods:before{content:"";display:block;visibility:hidden}@media screen and (max-width: 767px){.membershiptypes__item .heading_goods:before{height:100px;margin-top:-100px}}@media screen and (min-width: 768px){.membershiptypes__item .heading_goods:before{height:180px;margin-top:-180px}}.membershiptypes__item .goods{margin:0 auto 40px}@media screen and (min-width: 768px){.membershiptypes__item .goods{max-width:1200px;margin:0 auto 80px;display:flex;flex-wrap:wrap;gap:40px;justify-content:flex-start}}.membershiptypes__item .goods__list{display:flex}@media screen and (max-width: 767px){.membershiptypes__item .goods__list{width:calc(100% - 40px);margin:0 auto;padding:20px 0;flex-direction:column;gap:20px}}@media screen and (min-width: 768px){.membershiptypes__item .goods__list{width:373.3333333333px;font-size:2.4rem;margin:0 auto;padding:20px 0;flex-direction:column;gap:20px}}@media screen and (max-width: 767px){.membershiptypes__item .goods__list .name{font-size:1.8rem}}@media screen and (min-width: 768px){.membershiptypes__item .goods__list .name{width:100%;font-size:2.2rem;min-height:66px;display:flex;align-items:center;justify-content:center;text-align:center}}.membershiptypes__item .goods__list .img{margin:0 auto}.membershiptypes__item .goods__list .img img{border:1px solid #eee}@media screen and (max-width: 767px){.membershiptypes__item .goods__list .text{font-size:1.2rem;width:70vw;margin:0 auto}}@media screen and (min-width: 768px){.membershiptypes__item .goods__list .text{font-size:1.4rem}}.membershiptypes__item .notes{margin:0 auto 60px;background-color:#f8f8f8}@media screen and (max-width: 767px){.membershiptypes__item .notes{padding:1px 0 40px}}@media screen and (min-width: 768px){.membershiptypes__item .notes{padding:80px 0}}@media screen and (min-width: 768px){.membershiptypes__item .notes__list{width:800px;margin:0 auto}}.membershiptypes__item .notes__item{position:relative}@media screen and (max-width: 767px){.membershiptypes__item .notes__item{width:calc(100% - 40px);margin:0 auto 1.5rem;padding:0 0 0 1rem}}@media screen and (min-width: 768px){.membershiptypes__item .notes__item{margin:0 0 1.5rem}}.membershiptypes__item .notes__item:before{font-family:"Material Symbols Outlined";content:"";position:absolute;color:#083884;font-variation-settings:"FILL" 1;font-size:1.2rem}@media screen and (max-width: 767px){.membershiptypes__item .notes__item:before{top:3px;left:-0.5rem}}@media screen and (min-width: 768px){.membershiptypes__item .notes__item:before{top:3px;left:-1.5rem}}@media screen and (max-width: 767px){.membershiptypes__btn{margin:0 0 60px}}@media screen and (min-width: 768px){.membershiptypes__btn{margin:0 0 80px}}.dodgersexperience{position:relative;padding:80px 0 160px}.dodgersexperience .heading_2{margin:0 auto 80px}@media screen and (min-width: 768px){.dodgersexperience .heading_2 .en{min-height:75px}}.dodgersexperience__btn{margin:0 0 80px;cursor:pointer}.dodgersexperience__text{line-height:1.8}@media screen and (min-width: 768px){.dodgersexperience__text{margin:0 auto;width:660px;text-align:center}}@media screen and (max-width: 767px){.dodgersexperience__text{margin:0 20px}}.dodgersexperience__text a:hover{opacity:.7}@media screen and (max-width: 767px){.privacy{margin:0 20px 120px;padding:80px 0 40px}}@media screen and (min-width: 768px){.privacy{max-width:1200px;padding:80px 0 40px;margin:0 auto 80px}}.privacy .heading_2{margin:0 auto 80px;padding:40px}.privacy .heading_3{margin:0 auto 40px}.privacy .heading_3.center{text-align:center;margin-top:80px}.privacy .heading_4{margin:0 auto 40px}.privacy p{margin:0 auto 40px;padding:0 0 0 20px}.privacy p.right{text-align:right}.privacy p strong{font-weight:bold}.privacy ol{margin:0 auto 40px}.privacy ol li{list-style-type:decimal;margin:0 auto 20px}.privacy ol div{padding:0 0 0 2rem}.privacy table{width:100%;border-collapse:collapse;margin:0 auto 40px}.privacy table th,.privacy table td{padding:10px;border:1px solid #ccc}@media screen and (max-width: 767px){.privacy table th,.privacy table td{display:block;width:100%}}.privacy table th{background-color:#eee}@media screen and (min-width: 768px){.privacy table th{width:40%}}