@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;color:#333;line-height:1.7;background-color:#fafafa;background-image:linear-gradient(#e2e2e2 1px,transparent 1px),linear-gradient(90deg,#e2e2e2 1px,transparent 1px);background-size:24px 24px}a{text-decoration:none;color:inherit;transition:opacity .2s}a:hover{opacity:.75}ul{list-style:none}img{max-width:100%;display:block}em{font-style:normal}address{font-style:normal}:root{--green:#3aaa35;--green-dark:#2b7e27;--yellow:#f5c400;--red:#e01f15;--orange:#e85d26;--cream:#fffbe6;--gray:#6e6e6e;--gray-light:#f5f5f5;--border:#e0e0e0;--container:1260px;--frame-inset:11.875vw}.text--green{color:var(--green-dark)}.nowrap{white-space:nowrap}.container{max-width:calc(100% - var(--frame-inset));margin:0 auto;padding:0 40px}.page-frame{max-width:calc(100% - var(--frame-inset));margin:0 auto;border-left:1px solid #333;border-right:1px solid #333}.section-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px}.section-title{font-family:'Overpass','Noto Sans JP',sans-serif;font-size:5rem;font-weight:700;letter-spacing:-.02em;line-height:1}.section-title em{color:var(--green)}.section-title--white{color:#fff}.em--white{color:#fff}.section-title .em--dark{color:#404040}.section-sub{font-size:1.5rem;color:#404040;font-weight:700;margin-top:6px}.section-sub--white{color:#fff}.img-dummy{width:100%;height:var(--h,200px);background:#d0d0d0;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:.78rem;letter-spacing:.1em}.img-dummy:after{content:'IMG'}.img-photo{width:100%;height:var(--h,200px);object-fit:cover;display:block}.img-caption{font-size:.75rem;color:var(--gray);margin-top:6px;text-align:center}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 28px;border-radius:3px;font-size:.85rem;font-weight:700;letter-spacing:.06em;cursor:pointer;border:2px solid transparent;transition:opacity .2s}.btn:hover{opacity:.8}.btn--sm{padding:7px 18px;font-size:.8rem}.btn--primary{background:var(--green);color:#fff}.btn--outline{border-color:#555;color:#555;background:0 0}.btn--outline-white{border-color:#fff;color:#fff;background:0 0}.btn--viewmore{background:#404040;color:#fff;border-radius:999px;padding:11px 44px;min-width:200px;justify-content:center;border:none;position:relative}.btn--viewmore:after{content:'▶';position:absolute;right:11px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#34c02c;color:#404040;font-size:.5rem;flex-shrink:0;line-height:1}.btn--cta{background:var(--red);color:#fff;padding:9px 18px 9px 22px}.btn--cta:after{content:'▶';font-size:.6rem;color:#fff;line-height:1}.btn--instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);color:#fff;border-radius:999px;min-width:200px;justify-content:center;border:none}.badge{display:inline-block;padding:2px 10px;border-radius:2px;font-size:.7rem;font-weight:700;color:#fff;white-space:nowrap;flex-shrink:0}.badge--red{background:var(--red)}.badge--green{background:var(--green)}.badge--orange{background:var(--orange)}.badge--gray{background:#555}.news__item .badge,.notice__item .badge{min-width:5.5em;text-align:center}.header{position:fixed;top:24px;left:50%;width:100vw;transform:translateX(-50%);z-index:200}.header__inner{max-width:calc(100% - var(--frame-inset));margin:0 auto;padding:0 40px;height:64px;display:flex;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.12)}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__logo img{height:40px;width:auto}.header__nav{display:flex;align-items:center;gap:12px}.header__nav-list{display:flex;gap:0;white-space:nowrap}.header__nav-list li+li{border-left:1px solid var(--green)}.header__nav-list a{font-size:.78rem;font-weight:700;color:#1a1a1a;text-align:center;line-height:1.4;padding:6px 10px;display:block}.header__nav-list a:hover{color:var(--green);opacity:1}.header__nav-item--sp-only{display:none}.header__nav-list a.is-current{color:var(--green);position:relative}.header__nav-list a.is-current:after{content:'';position:absolute;left:14px;right:14px;bottom:-8px;height:2px;background:var(--green)}.subhero .hero__bg{height:56vh;min-height:380px}.subhero__box{display:inline-block;background:rgba(255,255,255,.95);border-radius:4px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.2)}.subhero__tag{display:block;background:var(--green);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.04em;padding:8px 28px}.subhero__title-row{display:flex;align-items:baseline;gap:12px;padding:16px 28px}.subhero__num{font-size:1.6rem;font-weight:900;color:var(--green)}.subhero__title{font-size:2rem;font-weight:900;color:#1a1a1a}.subhero__quote{position:absolute;top:100%;left:40px;width:fit-content;margin-top:16px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-size:1rem;font-weight:700;color:#333;box-sizing:border-box}.hero-line{display:inline-block;background:rgba(255,255,255,.7);color:#404040;padding:4px 12px;border-radius:4px;width:fit-content}.club-intro{padding:64px 0;background:#fff}.club-intro .section-sub{margin-bottom:20px}.club-intro__text{font-size:1.1rem;line-height:2;color:#333;max-width:1100px}.features{background:var(--green-dark);padding:80px 0}.features__head{display:flex;align-items:stretch;border:2px solid #fff;margin-bottom:0}.features__head-left{flex:1;padding:24px 32px}.features__intro{flex:1;display:flex;align-items:center;color:#fff;font-size:1.1rem;line-height:1.9;padding:24px 32px;border-left:2px solid #fff;margin:0}.features__diagram{position:relative;width:100%;aspect-ratio:1000/520}.features__lines{position:absolute;inset:0;width:100%;height:100%}.features__lines-sp{display:none;position:absolute;inset:0;width:100%;height:100%}.features__line{stroke:#fff;stroke-width:2.5}.features__circle{position:absolute;width:20%;aspect-ratio:1/1;transform:translate(-50%,-50%);border-radius:50%;background:#2d2d2d;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:1}.features__circle--top{left:50%;top:35.6%}.features__circle--left{left:39.5%;top:76.5%}.features__circle--right{left:60.5%;top:76.5%}.features__kanji{font-size:3.4rem;font-weight:900;color:var(--green);line-height:1.2}.features__label{font-size:1rem;color:#fff;margin-top:2px}.features__box{position:absolute;width:24%;border:1px solid #fff;border-radius:4px;padding:14px 16px;color:#fff;background:rgba(0,0,0,.1);z-index:1}.features__box--top{left:0;top:3%}.features__box--left{left:0;top:55.8%}.features__box--right{left:76%;top:55.8%}.features__box h3{font-size:1.05rem;margin-bottom:6px}.features__box p{font-size:.85rem;line-height:1.6;color:rgba(255,255,255,.9)}.club-gallery{overflow:hidden;padding:40px 0;background:#fff}.club-gallery__track{display:flex;gap:20px;width:max-content;animation:club-gallery-scroll 24s linear infinite}.club-gallery__img{width:320px;flex-shrink:0}@keyframes club-gallery-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}.events{padding:80px 0;background:#f3f9ec}.events .section-sub{margin-bottom:20px}.events__intro{font-size:1rem;line-height:1.9;color:#555;margin-bottom:40px}.events__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.events__box{background:#fff;border:1px solid var(--border);border-radius:4px;padding:28px;display:flex;flex-direction:column}.events__box h3{font-size:1.1rem;font-weight:700;color:var(--green-dark);margin-bottom:12px}.events__box p{font-size:.88rem;line-height:1.8;color:#555;margin-bottom:20px;flex:1}.events__box .btn--viewmore{align-self:center}.pricing{padding:80px 0;background:#fff}.pricing .section-sub{margin-bottom:32px;padding-bottom:14px;border-bottom:3px solid var(--green)}.pricing__table{width:100%;border-collapse:collapse;margin-bottom:48px}.pricing__table th,.pricing__table td{padding:20px 24px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.pricing__table th{width:200px;font-size:.95rem;font-weight:700;color:#333;background:#f3f9ec}.pricing__amount{font-size:1.1rem;font-weight:700;color:var(--red)}.pricing__note{font-size:.85rem;font-weight:400;color:#555;margin-left:4px}.pricing__desc{font-size:.85rem;color:var(--gray);margin-top:6px}.pricing__list{display:flex;flex-direction:column;gap:6px}.pricing__list li{display:flex;justify-content:space-between;max-width:360px;font-size:.95rem}.pricing__yen{font-weight:700;color:var(--red)}.pricing__desc-link{color:var(--green-dark);text-decoration:underline;text-underline-offset:.2em;font-weight:700;transition:color .2s}.pricing__desc-link:hover{color:#1f5c1c;opacity:1}.pricing__desc-link:after{content:" ↗";font-weight:400}.pricing__discount-title{font-size:1rem;font-weight:700;color:#333;margin-bottom:20px;padding:24px 0 12px;border-top:1px solid var(--border);border-bottom:3px solid var(--green)}.pricing__discounts{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:20px}.pricing__discount{border:2px dashed var(--green);border-radius:4px;padding:20px}.pricing__discount-label{display:inline-block;border:1px solid var(--red);color:var(--red);font-size:.8rem;font-weight:700;padding:2px 12px;margin-bottom:12px}.pricing__discount p{font-size:.88rem;line-height:1.8;color:#555}.pricing__caution{font-size:.82rem;color:var(--gray);text-align:center}.membership{padding:80px 0;background:#f3f9ec}.membership .section-sub{margin-bottom:32px}.membership__box{border:2px solid var(--green);border-radius:4px;background:#fff;padding:28px 32px;margin-bottom:20px}.membership__box p{font-size:.95rem;line-height:1.9;color:#555;margin-bottom:20px}.membership__box{text-align:center}.membership__box:not(.membership__box--contact)>p{text-align:left}.membership__box--contact{text-align:center}.membership__box--contact p{margin-bottom:24px}.membership__box .membership__tel-label{font-size:1.2rem;font-weight:700;color:var(--green);margin-bottom:10px}.membership__box .membership__tel-number{font-size:2.8rem;font-weight:900;color:#333}.membership__box .membership__tel-hours{font-size:.82rem;color:var(--gray);margin-top:4px}.health{padding:64px 0;background:#fff}.health .section-sub{margin-bottom:32px}.health__intro{border:2px solid var(--green);border-radius:4px;padding:28px 32px;margin-bottom:56px}.health__intro-lead{font-size:.95rem;color:#333;margin-bottom:20px}.health__pills{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}.health__pill{position:relative;display:flex;align-items:center;justify-content:center;padding:10px 24px;border:1.5px solid var(--green);border-radius:999px;background:#f3f9ec;color:var(--green-dark);font-size:.85rem;font-weight:700;text-align:center;white-space:nowrap}.health__pill:after{content:'›';font-weight:900;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.health-tiles{display:grid;grid-template-columns:1fr 1fr;gap:32px}.health-tile{border:1px solid var(--border);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;scroll-margin-top:110px}.health-tile--support{border:2px solid var(--green);background:#f3f9ec}.health-tile__media{position:relative;aspect-ratio:4/3;overflow:hidden}.health-tile__slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;animation:health-tile-slide 12s infinite}.health-tile__slide--1{animation-delay:0s}.health-tile__slide--2{animation-delay:4s}.health-tile__slide--3{animation-delay:8s}@keyframes health-tile-slide{0%,100%{opacity:0}4%{opacity:1}29%{opacity:1}33%{opacity:0}}.health-tile__body{padding:20px 24px;display:flex;flex-direction:column;flex:1}.health-tile__title{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}.health-tile__desc{font-size:.9rem;line-height:1.85;color:#555;margin-bottom:20px;flex:1}.health-connector-row{display:grid;grid-template-columns:1fr 1fr;gap:32px;height:32px}.health-connector{grid-column:2;height:100%}.health-chevron{width:100%;height:100%;background:var(--green);clip-path:polygon(0 0,100% 0,50% 100%)}.health-contact{border:2px solid var(--green);background:#f3f9ec;border-radius:6px;padding:28px 32px;text-align:center}.health-contact__title{color:var(--green-dark);font-weight:700;font-size:1rem;margin-bottom:12px}.health-contact__tel{font-size:2rem;font-weight:900;color:#333;margin-bottom:8px}.health-contact__hours{font-size:.85rem;color:var(--gray);margin-bottom:20px}.facility{padding:64px 0 0;background:#fff}.facility .section-sub{margin-bottom:32px}.facility>.container{padding-bottom:56px}.facility__intro{border:2px solid var(--green);border-radius:4px;padding:28px 32px;margin-bottom:0}.facility__intro-lead{font-size:.95rem;line-height:1.8;color:#333;margin-bottom:20px}.facility__pills{display:grid;grid-template-columns:1fr 1fr;gap:16px}.facility__pill{position:relative;display:flex;align-items:center;justify-content:center;padding:10px 24px;border:1.5px solid var(--green);border-radius:999px;background:#f3f9ec;color:var(--green-dark);font-size:.9rem;font-weight:700;text-align:center}.facility__pill:after{content:'›';font-weight:900;position:absolute;right:18px;top:50%;transform:translateY(-50%)}.facility-group{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:56px 0;scroll-margin-top:110px}.facility-group--light{background:#eaf5e8}.facility-group--dark{background:var(--green-dark)}.facility-group--dark .text--green{color:#fff}.facility-group--dark .facility-group__title{color:#fff}.facility-group__title{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:28px}.facility-card{background:#fff;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.1);padding:32px;margin-bottom:32px}.facility-card:last-child{margin-bottom:0}.facility-card__name{font-size:1.15rem;font-weight:700;color:#1a1a1a;line-height:1.4;border-left:6px solid var(--green);padding-left:12px;padding-bottom:10px;margin-bottom:20px;border-bottom:3px solid var(--green)}.facility-card__body{display:flex;gap:32px;align-items:flex-start}.facility-card__media{flex:1 1 0;display:flex;flex-direction:column;gap:16px;min-width:0}.facility-card__photo{width:100%;aspect-ratio:3/2;overflow:hidden;border-radius:4px}.facility-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.facility-card__photo .img-dummy{height:100%}.facility-card__address{border:1.5px solid var(--green);background:#f3f9ec;border-radius:4px;padding:20px 22px;text-align:left}.facility-card__address-row+.facility-card__address-row{margin-top:16px}.facility-card__address-label{display:block;font-size:.75rem;font-weight:700;color:var(--green-dark);letter-spacing:.04em;margin-bottom:4px}.facility-card__address-value{font-size:.85rem;line-height:1.7;color:#333}.facility-card__address-btn{margin-top:20px}.facility-table{width:100%;border-collapse:collapse;flex:1 1 0;min-width:0}.facility-table th{width:130px;color:var(--green-dark);font-size:.82rem;font-weight:700;text-align:left;padding:14px 12px 14px 0;vertical-align:top;border-bottom:1px solid var(--border)}.facility-table td{color:#333;font-size:.9rem;line-height:1.8;padding:14px 0;border-bottom:1px solid var(--border);vertical-align:top}.facility-table tr:last-child th,.facility-table tr:last-child td{border-bottom:none}.activation{padding:64px 0;background:#fff}.activation .section-sub{margin-bottom:32px}.activation__intro{border:2px solid var(--green);border-radius:4px;padding:28px 32px;margin-bottom:56px}.activation__intro-lead{font-size:.95rem;color:#333;margin-bottom:20px}.activation__pills{display:grid;grid-template-columns:1fr 1fr;gap:16px}.activation__pill{position:relative;display:flex;align-items:center;justify-content:center;padding:10px 24px;border:1.5px solid var(--green);border-radius:999px;background:#f3f9ec;color:var(--green-dark);font-size:.9rem;font-weight:700;text-align:center}.activation__pill:after{content:'›';font-weight:900;position:absolute;right:18px;top:50%;transform:translateY(-50%)}.activation-block{padding:48px 0;border-bottom:1px solid var(--border);scroll-margin-top:110px}.activation-block:last-of-type{border-bottom:none}.activation-block__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.activation-block__title{font-size:1.3rem;font-weight:700}.activation-block__desc{background:#f7f7f7;padding:20px 24px;margin-bottom:24px;font-size:.95rem;line-height:1.9;color:#555}.activation-block__gallery{overflow:hidden}.activation-block__gallery-track{display:flex;gap:20px;width:max-content;animation:club-gallery-scroll 20s linear infinite}.activation-block__gallery-img{width:280px;flex-shrink:0}.header__hamburger{display:none}.hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero-toggle-cb{display:none}.hero__bg{position:relative;height:calc(100vh - 120px);min-height:480px;overflow:hidden}.hero__bg-outline,.hero__bg-real{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s}.hero__bg-real{opacity:0}.hero-toggle-cb:checked~.hero__bg .hero__bg-real{opacity:1}.hero-toggle-cb:checked~.hero__bg .hero__bg-outline{opacity:0}.hero__bg:after{content:'';position:absolute;inset:0;background:rgba(212,222,110,.16);transition:opacity .5s;pointer-events:none}.hero-toggle-cb:checked~.hero__bg:after{opacity:0}.hero__bg-tint-dark{position:absolute;inset:0;background:rgba(20,90,30,.22);clip-path:polygon(100% 0,100% 100%,0 100%);pointer-events:none;transition:opacity .5s}.hero-toggle-cb:checked~.hero__bg .hero__bg-tint-dark{opacity:0}.hero-toggle-cb:checked~.hero-infobar .toggle-switch__slider{background:#fff;border-color:#fff}.hero-toggle-cb:checked~.hero-infobar .toggle-switch__slider:before{transform:translateX(20px);background:var(--green-dark)}.hero__overlay{position:absolute;inset:0;display:flex;align-items:center;pointer-events:none}.hero__content{position:relative;width:100%;max-width:calc(100% - var(--frame-inset));margin:0 auto;padding:0 40px}.hero__textbox{position:relative;z-index:0;display:inline-flex;flex-direction:column;align-items:flex-start;gap:20px;color:#333}.hero__badge{display:inline-flex;align-items:center;gap:20px;background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);padding:14px 28px;border-radius:4px;box-shadow:0 16px 40px rgba(0,0,0,.25)}.hero__icon{height:9rem;width:auto;flex-shrink:0}.hero__title{font-size:3rem;font-weight:900;line-height:1.5;color:#fff}.hero__title .text--green{color:#fff}.hero__desc{display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-size:1.2rem;font-weight:700;line-height:1.8;color:#333;text-align:left}.hero__desc .text--green{color:var(--green-dark)}.hero-toggle-cb:checked~.hero__overlay .hero__desc{background:0 0}.hero-infobar{display:flex;align-items:center;gap:24px;background:var(--green);color:#fff;padding:10px 40px}.hero-infobar__weather{flex:1;overflow:hidden;white-space:nowrap}.hero-infobar__weather-track{display:inline-block;padding-left:100%;font-size:.82rem;animation:hero-infobar-marquee 16s linear infinite}@keyframes hero-infobar-marquee{from{transform:translateX(0)}to{transform:translateX(-100%)}}.hero__toggle{display:flex;align-items:center;gap:28px;flex-shrink:0;padding-left:24px;border-left:1px solid rgba(255,255,255,.4);font-size:.8rem}.hero__toggle-desc{line-height:1.4;color:#fff;white-space:nowrap}.hero__toggle-control{display:flex;flex-direction:row;align-items:center;gap:8px}.hero__toggle-caption{font-size:.7rem;white-space:nowrap;color:#fff;font-weight:700}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch__slider{position:absolute;inset:0;background:#aaa;border:1px solid rgba(255,255,255,.55);box-sizing:border-box;border-radius:24px;transition:background .2s}.toggle-switch__slider:before{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s,background .2s}.notice{padding:64px 0;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.notice .section-title{font-size:3.4rem}.notice__list{border:2px solid var(--green);border-radius:4px;overflow:hidden}.notice__item{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid var(--border);font-size:1.1rem}.notice__item:last-child{border-bottom:none}.notice__date{color:var(--gray);font-size:.82rem;white-space:nowrap}.notice__text{flex:1;font-size:.92rem}.about{position:relative;overflow:hidden;display:flex;align-items:center;min-height:660px;padding:88px 0;background:#f3f9ec}.about__movie{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center 34%;background:#f3f9ec}.about:after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(97deg,rgba(243,249,236,.99) 0%,rgba(243,249,236,.965) 22%,rgba(243,249,236,.72) 31%,rgba(243,249,236,.22) 40%,rgba(243,249,236,0) 49%)}.about__inner{position:relative;z-index:2}.about__content{max-width:min(500px, 36%)}.about .section-title{font-size:4.4rem}.about__text{margin:20px 0 28px;font-size:1.02rem;line-height:1.95}.works{background:var(--green-dark);padding:80px 0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.works .section-title{margin-bottom:4px}.works .section-sub{margin-bottom:48px}.works__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.works__circles{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:4px;justify-items:center;align-items:center}.works__circle{width:280px;height:280px;border-radius:50%;background:#2d2d2d;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.works__num{font-size:2.5rem;font-weight:900;display:block;margin-bottom:4px;color:var(--green)}.works__label{font-size:1.25rem;line-height:1.6}.works__vision{grid-column:1/-1;position:relative;display:flex;justify-content:center;color:#fff;margin-top:-24px}.works__vision:before{content:'';position:absolute;top:-54px;left:50%;width:294px;height:326px;transform:translateX(-50%);background:rgba(255,255,255,.18);clip-path:polygon(50% 0%,0% 100%,100% 100%);z-index:0}.works__vision-icon{position:relative;z-index:1;display:block;height:250px;width:auto;filter:saturate(.15) brightness(1.85)}.works__vision-label{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;white-space:nowrap}.works__vision-head{font-size:2.5rem;font-weight:900;color:#404040}.works__vision-text{font-size:1.5rem;color:#404040}.works__list{display:flex;flex-direction:column;gap:20px}.works__list-item{padding:20px 24px;border:1px solid rgba(255,255,255,.6);border-radius:4px;display:flex;flex-direction:column}.works__list-item h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:8px}.works__list-item p{font-size:1.1rem;color:rgba(255,255,255,.95);margin-bottom:12px}.works__list-item .btn--viewmore{background:#fff;color:#2d2d2d;align-self:flex-end}.works__list-item .btn--viewmore:after{background:#2d2d2d;color:#fff}.record{padding:80px 0;background:#fff}.record .section-title{margin-bottom:4px}.record .section-sub{margin-bottom:48px}.record__item{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding:40px 0;border-bottom:1px solid var(--border);align-items:start}.record__item:first-of-type{border-top:1px solid var(--border)}.record__title{font-size:1rem;font-weight:700;color:var(--green-dark);margin-bottom:12px}.record__desc{list-style:none;padding-left:0;font-size:1.1rem;color:#555;margin-bottom:20px}.record__desc li{padding-left:18px;position:relative}.record__desc li:before{content:'';position:absolute;left:0;top:.5em;width:8px;height:8px;background:var(--green);clip-path:polygon(0 0,100% 50%,0 100%)}.record__images{display:contents}.record__images-track{display:contents}.record__images .img-dummy{height:auto;aspect-ratio:6/4}.record__images .img-photo{height:auto;aspect-ratio:6/4;object-fit:cover}@keyframes record-images-loop{0%,45%{transform:translateX(0)}50%,95%{transform:translateX(-100%)}100%{transform:translateX(-100%)}}.news{background:var(--cream);padding:80px 0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.news .section-title{font-size:3.4rem}.news__tabs{display:flex;gap:3px;margin-bottom:0;position:relative;z-index:1}.news__tab{padding:9px 20px;border:none;background:#ddd;font-size:.82rem;font-family:inherit;cursor:pointer;border-radius:3px 3px 0 0;transition:background .2s;margin-bottom:6px;position:relative;min-width:6em;text-align:center}.news__tab.is-active,#news-tab-all:checked~.news__tabs label[for=news-tab-all],#news-tab-general:checked~.news__tabs label[for=news-tab-general],#news-tab-facility:checked~.news__tabs label[for=news-tab-facility],#news-tab-event:checked~.news__tabs label[for=news-tab-event]{background:var(--green-dark);color:#fff;font-weight:700;margin-bottom:6px;z-index:2}.news__tab.is-active:after,#news-tab-all:checked~.news__tabs label[for=news-tab-all]:after,#news-tab-general:checked~.news__tabs label[for=news-tab-general]:after,#news-tab-facility:checked~.news__tabs label[for=news-tab-facility]:after,#news-tab-event:checked~.news__tabs label[for=news-tab-event]:after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:8px;background:var(--green-dark)}#news-tab-important:checked~.news__tabs label[for=news-tab-important]{background:var(--red);color:#fff;font-weight:700;margin-bottom:6px;z-index:2}#news-tab-important:checked~.news__tabs label[for=news-tab-important]:after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:8px;background:var(--red)}.news__tab--important.is-active{background:var(--red);color:#fff;font-weight:700;margin-bottom:6px;z-index:2}.news__tab--important.is-active:after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:8px;background:var(--red)}.news__tab-radio{display:none}.news__panel{display:none}#news-tab-all:checked~.news__panel--all,#news-tab-general:checked~.news__panel--general,#news-tab-facility:checked~.news__panel--facility,#news-tab-event:checked~.news__panel--event,#news-tab-important:checked~.news__panel--important{display:block}.news__list{background:#fff;border:2px solid var(--green);border-radius:0 4px 4px}.news__item{display:flex;align-items:center;gap:16px;padding:14px 24px;border-bottom:1px solid var(--border);font-size:1.1rem}.news__item:last-child{border-bottom:none}.news__date{color:var(--gray);font-size:.82rem;white-space:nowrap}.news__text{flex:1;font-size:.92rem}.instagram{padding:80px 0;background:#fff}.instagram__grid{margin-top:8px}.banners{background:#06c755;padding:56px 0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.line-promo__top{display:flex;align-items:center;gap:24px;color:#fff;margin-bottom:32px}.line-promo__logo{width:96px;height:96px;border-radius:20px;flex-shrink:0}.line-promo__title{flex:1;font-size:2.2rem;font-weight:900}.line-promo__cta{flex-shrink:0}.line-promo__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.line-promo__tile{position:relative;overflow:hidden;background:#fff;border-radius:12px;padding:16px;min-height:72px;display:flex;align-items:center;justify-content:center;text-align:center}.line-promo__tile p{position:relative;z-index:1;color:#06c755;font-weight:700;font-size:1.05rem;line-height:1.5;white-space:nowrap}.line-promo__tile-en{position:absolute;top:50%;left:50%;transform:translate(-50%,-38%);z-index:0;font-family:'Overpass','Noto Sans JP',sans-serif;font-size:5rem;font-weight:900;letter-spacing:.02em;color:rgba(6,199,85,.1);white-space:nowrap;pointer-events:none}.footer{padding:56px 0 0;background:#fff}.footer__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:40px;border-bottom:1px solid var(--border)}.footer__brand{flex-shrink:0;max-width:240px}.footer__address{white-space:nowrap}.footer__nav-col{flex-shrink:0}.footer__logo{display:inline-flex;margin-bottom:12px}.footer__logo img{height:100px;width:auto}.footer__url{font-size:.78rem;color:var(--gray);margin-bottom:16px}.footer__address{font-size:.8rem;line-height:2;color:#555}.footer__contact-btn{margin-top:24px}.footer__nav-col li a{font-size:.8rem;color:#555;display:block;line-height:2}.footer__nav-col li a:hover{color:var(--green);opacity:1}.footer__nav-title{font-size:.8rem;font-weight:700;color:var(--green-dark);margin:20px 0 4px}.footer__nav-title:first-child{margin-top:0}.footer__nav-group{display:block;font-size:.8rem;font-weight:600;color:#444;margin-top:12px;margin-bottom:2px;text-decoration:none}a.footer__nav-group:hover{color:var(--green);opacity:1}.footer__link--bold{font-weight:700 !important}.footer__sub li a:before{content:'━ ';color:var(--green)}.footer__bottom{padding:20px 0;display:flex;align-items:center;gap:32px;font-size:.75rem;color:var(--gray)}.footer__bottom a{color:var(--gray)}.footer__bottom a:hover{color:var(--green);opacity:1}.footer__bottom span{margin-left:auto}.page-top{position:fixed;bottom:136px;right:20px;z-index:100;display:flex;flex-direction:column;align-items:stretch;gap:4px;width:52px}.page-top__logo{width:100%;height:auto}.page-top__btn{width:100%;display:block;text-align:center;background:var(--red);color:#fff;font-weight:700;font-size:.5rem;letter-spacing:.05em;padding:5px 2px;white-space:nowrap;border-radius:2px}.sp-only{display:none}.menu-toggle-cb{display:none}@media (max-width:1280px){.header__inner{position:relative}.header__nav{display:none}.header__nav-item--sp-only{display:list-item}label.header__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px}label.header__hamburger span{display:block;width:26px;height:2px;background:var(--green);transition:transform .2s,opacity .2s}.menu-toggle-cb:checked~.header__inner .header__nav{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.18);padding:8px;z-index:300}.menu-toggle-cb:checked~.header__inner .header__nav-list{flex-direction:column;width:100%}.menu-toggle-cb:checked~.header__inner .header__nav-list li+li{border-left:none;border-top:1px solid var(--border)}.menu-toggle-cb:checked~.header__inner .header__nav-list a{padding:14px 12px;text-align:left}.menu-toggle-cb:checked~.header__inner .header__nav-list a.is-current:after{left:12px;right:12px;bottom:0}.menu-toggle-cb:checked~.header__inner .header__nav-list a.is-current:before{content:'▶';color:var(--green);font-size:.7em;margin-right:6px}.menu-toggle-cb:checked~.header__inner .header__nav-cta{display:flex;width:100%;justify-content:center;margin-top:8px}.menu-toggle-cb:checked~.header__inner label.header__hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle-cb:checked~.header__inner label.header__hamburger span:nth-child(2){opacity:0}.menu-toggle-cb:checked~.header__inner label.header__hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}@media (max-width:1024px){.facility-card{padding:24px}.facility-card__body{flex-direction:column;gap:24px}.facility-card__media{flex:none;width:100%}.facility-table,.facility-table tbody,.facility-table tr{display:block;width:100%}.facility-table tr{padding:14px 0;border-bottom:1px solid var(--border)}.facility-table tr:last-child{border-bottom:none;padding-bottom:0}.facility-table th,.facility-table td{display:block;width:100%;padding:0;border-bottom:none}.facility-table th{margin-bottom:4px}}.record-page{padding:64px 0;background:#fff}.record-page .section-sub{margin-bottom:32px}.record-page__notice{border:1px solid var(--green);border-radius:4px;padding:24px 28px;margin-bottom:40px;background:#f3f9ec}.record-page__notice p{margin:0 0 8px;font-size:.95rem;line-height:1.7}.record-page__notice p:last-child{margin-bottom:0}.record-page__notice-strong{font-weight:700}.record-jump{border:1px solid #d9e6d3;border-radius:6px;padding:24px 28px;margin-bottom:32px;background:#fafbf8}.record-jump__title{font-size:1rem;font-weight:700;color:var(--green-dark);margin-bottom:16px}.record-jump__groups{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.record-jump__group-title{font-weight:700;font-size:.9rem;margin-bottom:8px}.record-jump__list{display:flex;flex-direction:column;gap:8px}.record-jump__list li{margin-bottom:0}.record-jump__pill{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 30px 8px 18px;border:1.5px solid var(--green);border-radius:999px;background:#f3f9ec;color:var(--green-dark);font-size:.82rem;font-weight:700;text-align:center;white-space:nowrap}.record-jump__pill:after{content:'›';font-weight:900;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.record-jump__pill:hover{background:#e8f3df}.record-search{border:2px solid var(--green);border-radius:6px;margin-bottom:48px;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08);overflow:hidden}.record-search__summary{position:relative;cursor:pointer;padding:18px 24px;font-weight:700;font-size:1.15rem;list-style:none;display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff}.record-search__summary::-webkit-details-marker{display:none}.record-search__summary:before{content:"";position:absolute;inset:6px;border:2px solid #fff;border-radius:3px;pointer-events:none}.record-search__summary-text{display:inline-flex;align-items:center;gap:8px}.record-search__icon{flex:0 0 auto}.record-search__summary:after{content:"▼";position:absolute;right:24px;top:50%;transform:translateY(-50%);width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#fff;color:var(--green);font-size:.7rem;display:flex;align-items:center;justify-content:center;transition:transform .2s}.record-search[open] .record-search__summary:after{transform:translateY(-50%) rotate(180deg)}.record-search__body{display:grid;grid-template-columns:1fr 1fr;gap:32px;padding:28px 24px 24px;background:#f7faf5}.record-search__col:first-child{border-right:1px solid #d9e6d3;padding-right:32px}.record-search__title{font-size:1rem;font-weight:700;color:var(--green-dark);background:#e8f3e3;border-left:4px solid var(--green);padding:8px 12px;border-radius:2px;margin-bottom:16px}.record-search__year-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.record-search__year-field{display:flex;align-items:center;gap:6px}#record-results{scroll-margin-top:110px}.record-search__year-input{width:100px;padding:10px;border:1px solid #bbb;border-radius:4px;font-size:.95rem;background:#fff;-moz-appearance:textfield}.record-search__year-input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 2px rgba(58,170,53,.2)}.record-search__year-input::-webkit-inner-spin-button,.record-search__year-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.record-search__year-sep{color:#888}.record-search__year-caution{color:#c33;font-size:.8rem;margin:0 0 16px}.record-search__notes{font-size:.8rem;color:#666;line-height:1.8;padding-left:1.2em}.record-search__notes li{margin-bottom:4px}.record-search__wareki{margin:8px 0;border-collapse:collapse}.record-search__wareki td{border:1px solid #ddd;padding:3px 10px;font-size:.78rem;background:#fff}.record-search__group{margin-bottom:14px;padding:12px 14px;background:#fff;border:1px solid #e0e8dc;border-radius:4px}.record-search__group-title{font-weight:700;color:var(--green-dark);margin-bottom:8px}.record-search__check{display:block;font-size:.92rem;padding:4px 0 4px 4px;cursor:pointer}.record-search__check:hover{color:var(--green-dark)}.record-search__check input{margin-right:8px}.record-search__actions{grid-column:1/-1;display:flex;justify-content:center;gap:16px;padding-top:8px}.record-search__clear{background:#fff;border:1px solid #999;color:#555;border-radius:24px;padding:12px 32px;font-size:.9rem;cursor:pointer}.record-search__submit{border:none;cursor:pointer}.record-block-list{margin-top:8px}.record-block__category{font-size:1.3rem;font-weight:700;margin:48px 0 16px;scroll-margin-top:110px}.record-block-list>.record-block__category:first-child{margin-top:0}.record-block{margin-bottom:40px;scroll-margin-top:110px}.record-block__name{font-size:1.2rem;font-weight:700;color:var(--green-dark);background:#eef6ea;border-left:5px solid var(--green);padding:10px 16px;margin-bottom:0}.record-table{width:100%;border-collapse:collapse;margin-top:0}.record-table thead th{background:var(--green);color:#fff;font-weight:700;text-align:center;padding:8px 16px;font-size:.82rem;border-right:1px solid rgba(255,255,255,.5)}.record-table thead th:last-child{border-right:none}.record-table thead .record-table__year{width:100px;text-align:center;color:#fff}.record-table tbody td{padding:14px 16px;border-bottom:1px solid #e5e5e5;font-size:.92rem;line-height:1.6;vertical-align:top}.record-table tbody tr:nth-child(even){background:#fafafa}.record-table .record-table__year{color:var(--green-dark);font-weight:700;text-align:center;white-space:nowrap}.record-table .record-table__year--end{color:#527e4e;font-weight:600}.record-table__empty{padding:24px;text-align:center;color:#999;border:1px solid #e5e5e5;font-size:.92rem}.company-page{padding:64px 0;background:#fff}.company-page .section-sub{margin-bottom:32px}.company-intro-band{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:var(--green-dark);padding:72px 0;margin-bottom:88px}.company-mission{font-size:2.6rem;font-weight:700;line-height:1.6;text-align:center;color:#fff;margin-bottom:56px}.mission-part{display:inline-block;animation:missionPartFadeUpLoop 6s ease-in-out infinite both}.mp1{animation-delay:.1s}.mp2{animation-delay:.5s}.mp3{animation-delay:.9s}.mp4{animation-delay:1.3s}.mp5{animation-delay:1.7s}.mp6{animation-delay:2.1s}@keyframes missionPartFadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes missionPartFadeUpLoop{0%{opacity:0;transform:translateY(16px)}10%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}90%{opacity:0;transform:translateY(10px)}100%{opacity:0;transform:translateY(16px)}}.company-mission .text--green{color:var(--yellow)}.company-vision{padding:0 0 48px;margin-bottom:48px;border-bottom:2px solid rgba(255,255,255,.5)}.company-vision__title{font-size:2.2rem;font-weight:900;color:#fff;text-align:center;margin-bottom:28px}.company-vision__title em{color:var(--yellow)}.company-vision__row{display:flex;align-items:center;gap:40px;max-width:900px;margin:0 auto}.company-vision__icon{height:119px;width:107px;max-width:none;flex:0 0 auto;object-fit:contain}.company-vision__text{text-align:left;font-size:1.3rem;line-height:1.9;color:rgba(255,255,255,.95);margin:0}.company-dx{text-align:center}.company-dx__title{display:block;color:var(--yellow);font-size:1.5rem;font-weight:700;margin-bottom:20px}.company-dx__body p{font-size:1rem;line-height:1.8;margin:0 0 8px;color:rgba(255,255,255,.95)}.company-dx__box{display:inline-block;border:2px solid #fff;border-radius:12px;padding:24px 32px;margin-top:20px;text-align:center}.company-dx__label{font-weight:700;text-decoration:underline;margin-top:0;color:#fff}.company-dx__list{color:rgba(255,255,255,.85)}.company-profile{width:100%;border-collapse:collapse;margin-bottom:88px}.company-profile th{background:var(--green-dark);color:#fff;text-align:left;font-weight:700;width:260px;padding:16px 20px;font-size:.92rem;vertical-align:top;border-bottom:1px solid #fff;border-right:1px solid #fff}.company-profile td{padding:16px 20px;border-bottom:1px solid #ccc;font-size:.92rem;line-height:1.8;vertical-align:top}.company-profile__group-label{font-weight:700;margin:8px 0 4px}.company-profile__group-label:first-child{margin-top:0}.company-profile__list{padding-left:1.2em;margin:0 0 8px}.company-profile__list li{list-style:none;position:relative;padding-left:1em}.company-profile__list li:before{content:"―";position:absolute;left:0;color:var(--green)}.company-profile__pdf-link{color:var(--green-dark);text-decoration:underline;font-weight:700}.company-profile__pdf-link:after{content:" ↗";font-weight:400}.company-table{width:100%;border-collapse:collapse;margin-bottom:88px}.company-table thead th{background:var(--green-dark);color:#fff;font-weight:700;text-align:center;padding:10px 16px;font-size:.85rem;border-right:1px solid #fff}.company-table thead th:last-child{border-right:none}.company-table thead th:first-child,.company-table tbody td:first-child{width:260px}.company-table tbody td{padding:14px 16px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;font-size:.92rem;line-height:1.6;vertical-align:top}.company-table tbody td:last-child{border-right:none}.company-table tbody tr:nth-child(even){background:#fafafa}.company-table .company-table__year{font-weight:700;text-align:center;white-space:nowrap}.company-table__note{display:block;font-size:.78rem;color:#666;font-weight:400;white-space:nowrap}.company-table__pdf-list{display:flex;flex-direction:column;gap:4px}.company-table__pdf-list a{color:var(--green-dark);text-decoration:underline;font-size:.88rem}.company-table__pdf-list a:hover{color:var(--green)}.company-access{margin-bottom:80px}.company-access__map{width:100%;aspect-ratio:16/9;margin-bottom:24px;border:1px solid #ddd}.company-access__map iframe{width:100%;height:100%;border:0}.company-access__text{font-size:.95rem;margin:0 0 20px}.company-access__list{padding-left:1.2em;margin:0}.company-access__list li{font-size:.95rem;list-style:disc}.company-label{font-weight:700;font-size:1rem;border-left:4px solid var(--green);padding-left:10px;margin:24px 0 8px}.company-label:first-of-type{margin-top:0}.company-access__map+.company-label{margin-top:0}.company-analytics{padding:32px;background:#f3f9ec;border-radius:6px}.company-analytics__title{font-size:1.6rem;font-weight:900;color:#1a1a1a;margin:0 0 20px;scroll-margin-top:110px}.company-analytics__text{font-size:.88rem;line-height:2;color:#333}.company-analytics__text a{color:var(--green-dark);text-decoration:underline;word-break:break-all}.company-analytics__end{text-align:right;margin-top:24px;font-size:.9rem}@media (max-width:1366px){.record-jump__groups{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.container,.page-frame,.header__inner,.hero__content{max-width:100%}.container{padding:0 20px}.page-frame{border:none}.header{position:fixed;top:12px}#record-results{scroll-margin-top:80px}.header__inner{max-width:calc(100% - 24px);padding:0 16px;border-radius:8px;height:48px}.header__logo img{height:26px}.hero__bg{height:62vh;min-height:420px}.hero__bg-outline,.hero__bg-real{object-position:center 68%}.hero__content{padding:0 20px}.hero__textbox{gap:12px}.hero__badge{gap:10px;padding:8px 16px}.hero__icon{height:5.1rem}.hero__title{font-size:1.7rem}.hero__desc{font-size:.95rem}.hero-infobar{padding:8px 16px;gap:12px}.hero-infobar__weather-track{font-size:.68rem}.hero__toggle{gap:10px;padding-left:12px}.hero__toggle-desc{font-size:.58rem}.hero__toggle-caption{font-size:.52rem}.section-head{flex-direction:column;gap:16px}.section-title{font-size:1.7rem}.section-sub{font-size:1.05rem}.notice .section-title{font-size:1.7rem}.about .section-title,.works .section-title,.record .section-title,.news .section-title,.instagram .section-title,.club-intro .section-title,.features .section-title,.events .section-title,.pricing .section-title,.membership .section-title,.health .section-title,.facility .section-title,.activation .section-title,.record-page .section-title,.company-page .section-title,.contact-page .section-title{font-size:2.2rem}.notice__item,.news__item{flex-wrap:wrap;gap:4px 16px}.notice__text,.news__text{flex-basis:100%;font-size:.85rem}.about{display:block;min-height:0;padding:calc(100vw * 4 / 3 * 0.60) 0 40px}.about__movie{top:0;left:0;right:0;bottom:auto;width:100%;height:auto;aspect-ratio:3/4;object-position:center}.about:after{top:0;left:0;right:0;bottom:auto;height:calc(100vw * 4 / 3);background:linear-gradient(180deg,rgba(243,249,236,0) 0%,rgba(243,249,236,0) 52%,rgba(243,249,236,.45) 63%,rgba(243,249,236,.88) 74%,rgba(243,249,236,.99) 86%,#f3f9ec 100%)}.about__content{max-width:100%}.about__text{font-size:.95rem;margin:14px 0 18px}.about .section-title,.about .section-sub{-webkit-text-stroke:4px #fff;paint-order:stroke fill;text-shadow:0 1px 8px rgba(255,255,255,.75)}.about .section-sub{-webkit-text-stroke-width:3px}.works{padding:48px 0}.works__inner{grid-template-columns:1fr;gap:40px}.works__circles{justify-content:center}.works__circle{width:min(34vw, 168px);height:min(34vw, 168px)}.works__num{font-size:1.7rem}.works__label{font-size:.8rem}.works__vision{margin-top:-12px}.works__vision:before{top:-30px;width:168px;height:186px}.works__vision-icon{height:150px}.works__vision-head{font-size:1.6rem}.works__vision-text{font-size:1.05rem}.record{padding:48px 0}.record .section-sub{margin-bottom:20px}.record__item{grid-template-columns:1fr;gap:16px;padding:24px 0}.record__title{font-size:1.15rem}.record__desc{font-size:.92rem;margin-bottom:0}.record__images{display:block;overflow:hidden;padding:0 0 4px}.record__images-track{display:flex;animation:record-images-loop 6s linear infinite}.record__images-track>div{flex:0 0 100%}.news{padding:48px 0}.news__tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.news__tabs::-webkit-scrollbar{display:none}.news__tab{flex:1 0 auto;min-width:0;padding:9px 8px;white-space:nowrap}.btn.sp-only{display:inline-flex}.sp-only{display:block}.pc-only{display:none}.btn--viewmore,.btn--instagram{width:100%;min-width:unset;box-sizing:border-box;margin-top:24px}.instagram{padding:48px 0}.instagram__grid{grid-template-columns:1fr 1fr 1fr}.banners{padding:32px 0}.line-promo__top{flex-wrap:wrap;gap:12px;margin-bottom:20px}.line-promo__logo{width:64px;height:64px;border-radius:14px}.line-promo__title{font-size:1.5rem}.line-promo__cta{flex-basis:100%}.line-promo__tiles{grid-template-columns:1fr;gap:12px}.line-promo__tile{padding:14px 16px;min-height:64px}.line-promo__tile p{font-size:.95rem}.line-promo__tile-en{font-size:3.6rem}.footer{padding-bottom:80px}.footer__inner{flex-direction:column;gap:24px}.footer__brand{max-width:100%;align-self:center;display:flex;flex-direction:column;align-items:center;text-align:center}.footer__logo img{height:64px}.footer__address{white-space:normal;font-size:.9rem}.footer__url{font-size:.85rem}.footer__nav-col li a{font-size:.8rem}.footer__nav-title{font-size:.9rem}.footer__nav-group{font-size:.9rem}.footer__bottom{flex-direction:column;align-items:flex-start;gap:8px;font-size:.8rem}.page-top{bottom:24px;right:16px}.subhero .hero__bg{height:56vh;min-height:400px}.subhero__tag{padding:6px 18px;font-size:.8rem}.subhero__title-row{padding:10px 18px}.subhero__title{font-size:1.3rem}.subhero__num{font-size:1.1rem}.subhero__quote{font-size:.85rem;left:20px}.club-intro{padding:48px 0}.club-intro__text{font-size:.95rem}.features{padding:48px 0}.features__head{flex-direction:column;text-align:center}.features__head-left{width:100%;padding:16px 20px}.features__intro{font-size:.95rem;padding:16px 20px;border-left:none;border-top:2px solid #fff;text-wrap:pretty}.features__diagram{aspect-ratio:1000/880}.features__lines{display:none}.features__lines-sp{display:block}.features__circle{width:30%}.features__circle--top{left:50%;top:34.1%}.features__circle--left{left:34%;top:81.9%}.features__circle--right{left:66%;top:81.9%}.features__kanji{font-size:2.2rem}.features__label{font-size:.85rem}.features__box{padding:6px 8px;width:32%;min-height:26.6%;display:flex;flex-direction:column;justify-content:center}.features__box--top{left:1%;top:3.4%}.features__box--left{left:1%;top:35.7%}.features__box--right{left:67%;top:3.4%}.features__box h3{font-size:.68rem;margin-bottom:2px}.features__box p{font-size:.58rem;line-height:1.35}.club-gallery{padding:24px 0}.club-gallery__track{gap:12px;animation-duration:18s}.club-gallery__img{width:220px}.events{padding:48px 0}.events__intro{font-size:.88rem}.events__grid{grid-template-columns:1fr;gap:20px}.events__box .btn--viewmore{align-self:stretch}.pricing{padding:48px 0}.pricing__table tr{display:block;padding:12px 0;border-bottom:1px solid var(--border)}.pricing__table th,.pricing__table td{display:block;width:100%;padding:4px 0;border-bottom:none}.pricing__list li{max-width:none}.pricing__discounts{grid-template-columns:1fr}.membership{padding:48px 0}.membership__box{padding:20px}.membership__box .membership__tel-number{font-size:1.8rem}.health{padding:48px 0}.health__intro{padding:20px;margin-bottom:40px}.health__pills{grid-template-columns:1fr;justify-content:stretch}.health__pill{width:100%;white-space:normal;padding:9px 24px;font-size:.82rem}.health-tiles{grid-template-columns:1fr;gap:20px}.health-tile{scroll-margin-top:80px}.health-tile__title{font-size:1.15rem}.health-tile__body{padding:16px 18px}.health-connector-row{grid-template-columns:1fr;height:20px}.health-connector{grid-column:1}.health-contact{padding:20px}.health-contact__tel{font-size:1.5rem}.facility{padding:48px 0 0}.facility>.container{padding-bottom:32px}.facility__intro{padding:20px}.facility__pills{grid-template-columns:1fr;gap:10px}.facility-group{padding:40px 0;scroll-margin-top:80px}.facility-group__title{font-size:1.1rem;margin-bottom:20px}.facility-card{padding:20px;margin-bottom:20px}.facility-card__name{font-size:1rem;margin-bottom:16px}.activation{padding:48px 0}.activation__intro{padding:20px;margin-bottom:40px}.activation__pills{grid-template-columns:1fr;gap:10px}.activation-block{padding:32px 0;scroll-margin-top:80px}.activation-block__head{flex-direction:column;align-items:flex-start;gap:12px}.activation-block__title{font-size:1.1rem}.activation-block__desc{padding:16px;font-size:.85rem}.activation-block__gallery-track{gap:12px;animation-duration:16s}.activation-block__gallery-img{width:200px}.activation-block__cta-sp{margin-top:20px}.record-page{padding:48px 0}.record-page__notice{padding:18px 20px}.record-page__notice p{font-size:.85rem}.record-jump{padding:18px 20px}.record-jump__groups{grid-template-columns:1fr;gap:18px}.record-search__body{grid-template-columns:1fr;gap:24px;padding:20px 16px}.record-search__col:first-child{border-right:none;padding-right:0;border-bottom:1px solid #d9e6d3;padding-bottom:20px}.record-search__summary{padding:14px 16px;font-size:1rem}.record-search__summary:after{right:16px}.record-search__wareki td{padding:3px 4px;font-size:.68rem}.record-search__year-row{flex-wrap:wrap}.record-search__actions{flex-direction:column;align-items:center;gap:10px;padding-top:18px}.record-search__clear,.record-search__submit{width:100%;display:block;text-align:center}.record-block__category{font-size:1.1rem;margin:32px 0 12px;scroll-margin-top:80px}.record-block{scroll-margin-top:80px}.record-block__name{font-size:.95rem}.record-table thead{display:none}.record-table,.record-table tbody{display:block;width:100%}.record-table tr{display:grid;grid-template-columns:auto auto 1fr;column-gap:16px;align-items:start;border-bottom:1px solid #e5e5e5;padding:12px 0}.record-table tbody tr:nth-child(even){background:0 0}.record-table tbody td{display:block;padding:0;border:none;font-size:.85rem;line-height:1.6}.record-table .record-table__year{text-align:left;color:var(--green-dark);font-weight:700;font-size:.75rem;white-space:nowrap}.record-table .record-table__year--end{color:#527e4e;font-weight:600}.record-table td:before{display:block;font-size:.62rem;color:#999;font-weight:400;margin-bottom:2px}.record-table td.record-table__year:not(.record-table__year--end):before{content:"開始年度"}.record-table td.record-table__year--end:before{content:"終了年度"}.record-table td:not(.record-table__year):before{content:"実績概要"}.company-page{padding:48px 0}.company-intro-band{padding:40px 0;margin-bottom:40px}.company-mission{font-size:1.4rem;margin-bottom:32px}.company-mission__emphasis{display:inline-block;margin-top:6px;font-size:1.5rem;font-weight:900}.company-vision{padding:0 0 28px;margin-bottom:28px}.company-vision__title{font-size:1.3rem;margin-bottom:16px}.company-vision__row{gap:16px}.company-vision__icon{height:150px;width:135px;max-width:none}.company-vision__text{font-size:.95rem}.company-dx__title{font-size:1.05rem;margin-bottom:12px}.company-dx__body p{font-size:.85rem}.company-dx__box{padding:16px 18px;border-radius:8px;margin-top:16px}.company-profile{margin-bottom:40px}.company-profile th,.company-profile td{padding:10px 12px;font-size:.85rem}.company-profile th{width:150px}.company-table{margin-bottom:40px}.company-table thead th{font-size:.72rem;padding:8px 6px}.company-table tbody td{font-size:.78rem;padding:8px 6px;line-height:1.5}.company-table thead th:first-child,.company-table tbody td:first-child{width:150px}.company-table__note{font-size:.62rem;white-space:nowrap}.company-access__map{aspect-ratio:4/3;margin-bottom:20px}.company-access__text,.company-access__list li{font-size:.85rem}.company-label{font-size:.92rem;margin:20px 0 6px}.company-analytics{padding:20px}.company-analytics__title{font-size:1.2rem;margin-bottom:14px;scroll-margin-top:80px}.company-analytics__text{font-size:.82rem;line-height:1.9}}.contact-page{padding:64px 0;background:#fff}.contact-page .section-sub{margin-bottom:32px}.contact-page__title{text-align:center;font-size:1.8rem;font-weight:900;color:#1a1a1a;margin:56px 0 24px}.contact-page__title:first-child{margin-top:0}.contact-page__lead p{font-size:.95rem;line-height:1.9;margin:0 0 4px}.contact-page__text{font-size:.95rem;line-height:1.9}.contact-label-heading{font-size:1.15rem;font-weight:700;color:#1a1a1a;border-left:4px solid var(--green);border-bottom:2px solid var(--green);padding:6px 0 8px 12px;margin:40px 0 16px}.contact-list{list-style:none;counter-reset:contact-list;padding:0;margin:0 0 8px}.contact-list li{counter-increment:contact-list;font-size:.95rem;line-height:1.9;margin-bottom:8px;display:flex;align-items:flex-start;gap:10px}.contact-list li:before{content:counter(contact-list);flex:none;display:inline-flex;align-items:center;justify-content:center;width:1.6em;height:1.6em;margin-top:2px;background:var(--green);color:#fff;font-weight:700;font-size:.85rem;border-radius:6px}.contact-list__note{display:block;font-size:.85rem;color:#666}.contact-page__caution{color:#c33;font-size:.88rem;line-height:1.8;margin:16px 0 32px}.contact-fee-table__wrap{position:relative}.contact-fee-table{width:100%;border-collapse:collapse;margin:24px 0 8px;table-layout:fixed}.contact-fee-table__head-row th{width:20%;background:#e6e6e6;color:#333;font-weight:700;text-align:center;padding:12px 10px;font-size:.9rem;border:1px solid #bbb;white-space:nowrap}.contact-fee-table__label{width:20%;background:var(--green) !important;color:#fff !important;vertical-align:middle;font-size:.95rem;line-height:1.5}.contact-fee-table tbody td{padding:12px 10px;border:1px solid #ddd;text-align:center;font-size:.92rem;background:#fff;white-space:nowrap}.contact-fee-table__free{color:#c33;font-weight:700;font-size:1.15rem}.contact-fee-table__caution{text-align:right;font-size:.85rem;color:#666;margin:0 0 32px}.contact-notice-box{background:#fdf6cf;border:2px solid var(--green);border-radius:6px;padding:24px;text-align:center;margin:0 0 56px}.contact-notice-box p{font-size:.95rem;line-height:1.8;margin:0}.contact-tel{background:#2d2d2d;border-radius:8px;padding:32px;text-align:center;margin:24px 0 16px}.contact-tel__number{color:#fff;font-size:2.2rem;font-weight:900;letter-spacing:.05em;margin:0}.contact-tel__icon{margin-right:12px}.contact-tel__hours{text-align:center;font-size:.95rem;margin:0 0 56px}.contact-form{display:flex;flex-direction:column;gap:16px;margin:0 0 40px;padding:28px;background:#f3f9ec;border-radius:6px}.contact-form__row{display:flex;align-items:stretch;border-bottom:1px solid #e5e5e5}.contact-form__label{flex:0 0 240px;background:var(--green-dark);color:#fff;font-weight:700;display:flex;align-items:center;padding:14px 16px;font-size:.95rem}.contact-form__required{background:#c33;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:2px;margin-left:8px}.contact-form__input{flex:1;padding:12px 16px;border:none;font-size:.95rem;font-family:inherit;background:#fff;width:100%}.contact-form__input:focus{outline:2px solid var(--green);outline-offset:-2px}.contact-form__radio-group{flex:1;display:flex;align-items:center;gap:24px;padding:12px 16px}.contact-form__radio-group .mwform-radio-field{display:inline-flex;align-items:center}.contact-form__radio-group .mwform-radio-field label{display:flex;align-items:center;gap:6px;font-size:.95rem;cursor:pointer}.mw_wp_form_confirm .contact-form__row{gap:16px;align-items:center}.mw_wp_form_confirm .contact-form__label{flex:0 0 240px}.mw_wp_form_confirm .contact-form__radio-group{padding:0}.contact-form__row .error{display:block;color:#c33;font-size:.82rem;font-weight:700;margin-top:6px}.contact-form__row--textarea .contact-form__label{align-items:flex-start;padding-top:16px}.contact-form__row--textarea textarea.contact-form__input{min-height:220px;resize:vertical}.contact-form__row--textarea textarea.contact-form__input::placeholder{color:#999;line-height:1.7}.contact-privacy-box{background:#fff;border:1px solid #ddd;border-radius:6px;padding:24px 28px;margin:16px 0 24px;scroll-margin-top:110px;max-height:280px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:var(--green) #eee}.contact-privacy-box::-webkit-scrollbar{width:6px}.contact-privacy-box::-webkit-scrollbar-track{background:#eee;border-radius:3px}.contact-privacy-box::-webkit-scrollbar-thumb{background:var(--green);border-radius:3px}.contact-privacy-box p{font-size:.88rem;line-height:1.9;color:#333;margin:0 0 8px}.contact-privacy-box p:last-child{margin-bottom:0}.contact-privacy-box .contact-label-heading{margin-top:0}.contact-form__agree{display:flex;flex-direction:column;align-items:center;gap:24px;margin:0 0 56px}.contact-form__agree .error{color:#c33;font-size:.85rem;font-weight:700;margin:-4px 0 0}.contact-form__checkbox{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700}.contact-form__submit{border:none;cursor:pointer}.contact-form__submit:disabled{opacity:.4;cursor:not-allowed}.contact-form__back{cursor:pointer}@media (max-width:767px){.contact-page__title{font-size:1.4rem;margin:40px 0 16px}.contact-page__lead p{font-size:.88rem}.contact-page__text{font-size:.88rem}.contact-label-heading{font-size:1rem;margin:28px 0 12px}.contact-list li{font-size:.88rem}.contact-list__note{font-size:.8rem}.contact-page__caution{font-size:.8rem;margin:12px 0 24px}.contact-fee-table__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.contact-fee-table{width:860px;white-space:nowrap}.contact-fee-table__head-row th,.contact-fee-table tbody td{font-size:.8rem;padding:8px;white-space:nowrap}.contact-fee-table__label,.contact-fee-table__head-row th:nth-child(2),.contact-fee-table tbody td:first-child{white-space:normal}.contact-fee-table__free{font-size:1rem}.contact-fee-table__caution{font-size:.8rem;margin-bottom:24px}.contact-notice-box{padding:16px;margin-bottom:40px}.contact-notice-box p{font-size:.88rem}.contact-tel{padding:20px;margin:16px 0 12px}.contact-tel__number{font-size:1.5rem}.contact-tel__hours{font-size:.88rem;margin-bottom:40px}.contact-form{padding:16px}.contact-form__row{flex-direction:column}.contact-form__label{flex:none;width:100%;padding:10px 14px;font-size:.88rem}.contact-form__input{padding:10px 14px;font-size:.9rem}.contact-form__radio-group{padding:10px 14px;gap:16px}.mw_wp_form_confirm .contact-form__label{flex:none;width:100%}.mw_wp_form_confirm .contact-form__radio-group{padding:10px 14px}.contact-form__row--textarea .contact-form__label{padding-top:10px}.contact-form__row--textarea textarea.contact-form__input{min-height:160px}.contact-privacy-box{padding:16px;scroll-margin-top:80px}.contact-privacy-box p{font-size:.88rem}.contact-form__agree{margin-bottom:40px}}.news-page,.news-detail-page{padding:64px 0;background:#fff}.news-page{scroll-margin-top:110px}.news-page .section-sub,.news-detail-page .section-sub{margin-bottom:32px}.news-page__layout,.news-detail-page__layout{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}a.news__item{text-decoration:none;color:inherit}a.news__item:hover{background:#f7faf5}.news-pagination{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:32px}.news-pagination__count{font-size:.9rem;color:var(--gray);font-weight:700}.news-pagination__list{display:flex;align-items:center;gap:8px}.news-pagination__pill{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--green);color:#fff;font-weight:700;font-size:.9rem}.news-pagination__pill:hover{opacity:.8}.news-pagination__pill.is-current{background:#fff;border:2px solid var(--green);color:var(--green)}.news-pagination__next{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--green);color:#fff;font-size:.7rem}.news-pagination__next:hover{opacity:.8}.news-sidebar__widget{display:block;border:1px solid var(--border);border-radius:4px;overflow:hidden;margin-bottom:24px;background:#fff}.news-sidebar__widget-head{display:block;background:var(--gray-light);color:#333;border-left:4px solid var(--green);font-size:.95rem;font-weight:700;padding:10px 16px}.news-sidebar__list{padding:8px 0}.news-sidebar__list li+li{border-top:1px solid var(--border)}.news-sidebar__list a,.news-sidebar__list span.is-current{display:block;padding:10px 18px;font-size:.9rem;font-weight:700;color:#333}.news-sidebar__list a:hover{color:var(--green);background:#f7faf5}.news-sidebar__list span.is-current,.news-sidebar__list a.is-current{color:var(--green);background:#f0f8ee}.news-sidebar__archive{padding:4px 0}.news-sidebar__archive>li+li{border-top:1px solid var(--border)}.news-sidebar__archive-year{cursor:pointer;padding:10px 18px;font-size:.9rem;font-weight:700;color:#333;list-style:none;display:flex;align-items:center;justify-content:space-between}.news-sidebar__archive-year::-webkit-details-marker{display:none}.news-sidebar__archive-year:after{content:'+';color:var(--green);font-weight:900;font-size:1rem;transition:transform .2s}details[open]>.news-sidebar__archive-year:after{transform:rotate(45deg)}.news-sidebar__archive-year:hover{color:var(--green)}.news-sidebar__archive-months{display:grid;grid-template-columns:repeat(6,1fr);gap:8px 4px;padding:0 18px 12px}.news-sidebar__archive-months a,.news-sidebar__archive-months span{font-size:.82rem;text-align:center}.news-sidebar__archive-months span{color:#ccc}.news-sidebar__archive-months a{color:var(--green);font-weight:700;text-decoration:underline;text-underline-offset:2px}.news-sidebar__archive-months a:hover{color:var(--green-dark)}.news-sidebar__archive-months a.is-current{color:var(--green-dark);background:#f0f8ee;border-radius:3px;text-decoration:none}.news-detail__meta{display:flex;align-items:center;gap:12px;margin-bottom:16px}.news-detail__date{color:var(--gray);font-size:.9rem}.news-detail__title{font-size:1.4rem;font-weight:900;line-height:1.5;margin-bottom:28px;padding-bottom:20px;border-bottom:2px solid var(--border)}.news-detail__body{font-size:.95rem;line-height:2;color:#333}.news-detail__body p{margin-bottom:1.6em}.news-detail__body p:last-child{margin-bottom:0}.news-detail__body a{color:var(--green-dark);text-decoration:underline;text-underline-offset:.2em;transition:color .2s}.news-detail__body a:hover{color:#1f5c1c;opacity:1}.news-detail__body a:focus-visible{outline:2px solid var(--green-dark);outline-offset:2px}.news-detail__body a:has(img){text-decoration:none}.news-detail__nav{margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}.news-detail__pager{display:flex;align-items:stretch;gap:16px;margin-bottom:24px}.news-detail__pager-link{flex:1;display:flex;align-items:center;gap:10px;padding:14px 18px;border:1px solid var(--border);border-radius:4px;color:#333;font-size:.85rem;font-weight:700}.news-detail__pager-link:hover{border-color:var(--green);color:var(--green);background:#f7faf5}.news-detail__pager-link--next{justify-content:flex-end;text-align:right}.news-detail__pager-arrow{color:var(--green);font-size:1.1rem;font-weight:900;flex-shrink:0}.news-detail__back{text-align:center}@media (max-width:767px){.news-page,.news-detail-page{padding:40px 0}.news-page__layout,.news-detail-page__layout{grid-template-columns:1fr;gap:32px}.news-detail__title{font-size:1.1rem;margin-bottom:20px;padding-bottom:16px}.news-detail__body{font-size:.88rem}.news-detail__nav{margin-top:32px;padding-top:24px}.news-detail__pager{gap:10px;margin-bottom:20px}.news-detail__pager-link{padding:12px 10px;font-size:.76rem;gap:6px}.news-sidebar__archive-months{gap:8px 2px}.news-sidebar__archive-months a,.news-sidebar__archive-months span{font-size:.78rem}}@media (min-width:768px) and (max-width:1365px){.container,.page-frame{max-width:100%}.page-frame{border:none}.features__head{flex-direction:column;text-align:center}.features__head-left{width:100%;padding:16px 20px}.features__intro{padding:16px 20px;border-left:none;border-top:2px solid #fff}.footer__inner{flex-direction:column;gap:24px}.line-promo__tile-en{font-size:3.6rem}.hero-line{white-space:nowrap}.news-page__layout,.news-detail-page__layout{grid-template-columns:1fr;gap:32px}.contact-fee-table__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.contact-fee-table{width:900px}}