@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;line-height:1.5;text-rendering:optimizespeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--font-primary: Noto Sans JP, sans-serif;--white: #fff;--red: #dc3545;--text: #212529;--bg: #FAEE00;--text-16: 1rem;--text-18: 1.125rem;--text-20: 1.25rem;--text-32: 2rem;--regular: 400;--bold: 700}html{font-size:16px}@media (max-width: 1250px){html{font-size:1.28vw}}@media screen and (max-width: 768px){html{font-size:16px}}@media (width <= 375px){html{font-size:4.2666666667vw}}body{font-family:Noto Sans JP,sans-serif;font-weight:400;color:#212529;background-color:#fff}@media screen and (max-width: 768px){body{padding-bottom:3.25rem}}a{text-decoration:none;color:inherit;transition:opacity .3s}a:hover{opacity:.8}@media screen and (max-width: 768px){a:hover{opacity:1}}.l-footer{padding:20px 0;text-align:center;color:#fff;background-color:#333}.l-inner{max-width:1250px;margin:0 auto;padding:0 1.5625rem}@media screen and (max-width: 1024px){.l-inner{padding:0 .9375rem}}.l-section,.l-content{width:100%}.l-cta{margin-top:3.75rem}@media screen and (max-width: 425px){.l-cta{margin-top:2.5rem}}.l-sidebar{display:flex;gap:2.5rem;max-width:1250px;margin:0 auto;padding:0 1.25rem}@media screen and (max-width: 768px){.l-sidebar{padding:0 3.625rem}}.l-sidebar__main{flex:1}.l-sidebar__aside{width:18.75rem;flex-shrink:0}@media screen and (width <= 767px){.l-sidebar{flex-direction:column;gap:1.875rem}.l-sidebar__aside{width:100%}}.l-grid{display:grid;gap:1.25rem}.l-grid--2col{grid-template-columns:repeat(2,1fr)}.l-grid--3col{grid-template-columns:repeat(3,1fr)}.l-grid--4col{grid-template-columns:repeat(4,1fr)}@media screen and (width <= 767px){.l-grid--2col,.l-grid--3col,.l-grid--4col{grid-template-columns:1fr}}.l-flex{display:flex}.l-flex--center{display:flex;justify-content:center;align-items:center}.l-flex--between{display:flex;justify-content:space-between;align-items:center}.l-flex--around{display:flex;justify-content:space-around;align-items:center}.l-flex--column{flex-direction:column}@media screen and (width <= 767px){.l-flex--between,.l-flex--around{flex-direction:column;gap:1.25rem}}.c-border-yellow,.c-border-yellow span{position:relative;display:inline-block}.c-border-yellow:after,.c-border-yellow span:after{position:absolute;bottom:0;left:0;width:0;height:1.01px;background-color:#faee00;transition:width 1.2s cubic-bezier(.4,0,.2,1);content:"";pointer-events:none}.c-border-yellow.is-visible:after{width:100%}.c-border-yellow.is-visible span:after{width:100%}.c-cta{width:100%;padding:3.75rem 0;background-image:var(--cta-bg-image);background-position:center;background-size:cover;background-repeat:no-repeat}@media screen and (max-width: 768px){.c-cta{background-image:var(--cta-bg-image-sp)}}.c-cta__inner{margin:0 auto;text-align:center}.c-cta__box{margin:0 auto;padding:2.5rem 5rem;border-radius:1.875rem;background-color:#fff}@media screen and (max-width: 768px){.c-cta__box{width:100%;padding:2.5rem .3125rem}}.c-cta__title{margin:0 0 1.25rem}.c-cta__buttons{display:flex;justify-content:center;align-items:center;gap:1.25rem;margin-top:2.5rem;padding-left:0;list-style:none}@media screen and (max-width: 768px){.c-cta__buttons{flex-direction:column;gap:.625rem;margin-top:1.25rem}}.c-cta__buttons-item{list-style:none}.c-cta__buttons-item picture{display:block;width:100%;height:100%}.c-cta__buttons-item img{display:block;width:100%;height:auto}.c-form{width:100%}.c-form__row{display:flex;align-items:start;gap:1.25rem;width:100%;margin-top:2.5rem}.c-form__row:first-child{margin-top:0}@media screen and (max-width: 1024px){.c-form__row{flex-direction:column;gap:.625rem;margin-top:1.25rem}}.c-form__row--center{justify-content:center;align-items:center}@media screen and (max-width: 1024px){.c-form__row--center{align-items:flex-start}}.c-form__row--center .c-form__field{display:flex;justify-content:center;align-items:center;gap:.625rem}@media screen and (max-width: 1024px){.c-form__row--center .c-form__field{justify-content:flex-start}}.c-form__label{display:flex;flex:0 0 18.75rem;justify-content:space-between;align-items:center}@media screen and (max-width: 1024px){.c-form__label{flex:none;justify-content:flex-start;gap:.625rem;width:100%}}.c-form__label-text{font-size:1rem;font-weight:500;color:#212529}@media screen and (max-width: 768px){.c-form__label-text{font-size:.9375rem}}.c-form__badge{display:inline-block;padding:.125rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:700;color:#fff;background-color:#ba0d0d}@media screen and (max-width: 768px){.c-form__badge{padding:.0625rem .375rem;font-size:.6875rem}}.c-form__field{width:77%;max-width:50.25rem}@media screen and (max-width: 1024px){.c-form__field{width:100%}}.c-form__group+.c-form__group{margin-top:1.25rem}@media screen and (max-width: 768px){.c-form__group+.c-form__group{margin-top:1rem}}.c-form__input,.c-form__textarea,.c-form input[type=date]{width:100%;padding:.75rem 1rem;border:1px solid rgba(33,37,41,.8);font-family:Noto Sans JP,sans-serif;font-size:1rem;color:#212529;background-color:#f5f5f5;transition:border-color .3s ease,background-color .3s ease}@media screen and (max-width: 768px){.c-form__input,.c-form__textarea,.c-form input[type=date]{padding:.625rem .875rem;font-size:.9375rem}}.c-form__input:focus,.c-form__textarea:focus,.c-form input[type=date]:focus{background-color:#fff;outline:none}.c-form__input::-moz-placeholder,.c-form__textarea::-moz-placeholder,.c-form input[type=date]::-moz-placeholder{color:#999}.c-form__input::placeholder,.c-form__textarea::placeholder,.c-form input[type=date]::placeholder{color:#999}.c-form__sub-label{display:block;margin-bottom:.5rem}.c-form input[type=file].c-form__input{width:auto;padding:0;border:0;font-family:inherit;font-size:inherit;background:transparent;transition:none}.c-form input[type=file].c-form__input:focus{outline:auto}.c-form__textarea{height:7rem;min-height:7rem;resize:vertical}@media screen and (max-width: 768px){.c-form__textarea{height:6rem;min-height:6rem}}.c-form input[name*=zip],.c-form input[name*=postal],.c-form input[name=your_zip],.c-form input[name=zip_code],.c-form input[name=postal_code],.c-form input[name=birthday]{width:100%;max-width:13.75rem}.c-form__radio{display:flex;flex-direction:row;gap:1.25rem}@media screen and (max-width: 768px){.c-form__radio{flex-direction:column;gap:.5rem}}.c-form__radio label{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#212529;cursor:pointer}@media screen and (max-width: 768px){.c-form__radio label{font-size:.9375rem}}.c-form__radio input[type=radio]{width:1.25rem;height:1.25rem;margin:0;cursor:pointer;accent-color:#212529}@media screen and (max-width: 768px){.c-form__radio input[type=radio]{width:1.125rem;height:1.125rem}}.c-form__acceptance{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#212529;cursor:pointer}@media screen and (max-width: 768px){.c-form__acceptance{font-size:.9375rem}}.c-form__acceptance input[type=checkbox],.c-form__acceptance-checkbox{width:1.25rem;height:1.25rem;margin:0;cursor:pointer}@media screen and (max-width: 768px){.c-form__acceptance input[type=checkbox],.c-form__acceptance-checkbox{width:1.125rem;height:1.125rem}}.c-form__acceptance-text{display:inline-block;margin-left:.5rem}.c-form__acceptance label{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1rem;color:#212529;cursor:pointer}@media screen and (max-width: 768px){.c-form__acceptance label{font-size:.9375rem}}.c-form__privacy-box{padding:1.5rem;border:1px solid rgba(33,37,41,.2);background-color:#fff}@media screen and (max-width: 768px){.c-form__privacy-box{padding:1.25rem}}.c-form__privacy-box .c-form__help{line-height:1.8}.c-form__privacy-box .c-form__acceptance{margin-top:1rem}.c-form__acceptance .wpcf7-list-item{margin:0}.c-privacy-modal__link,.c-form__privacy-link{padding:0;border:0;font:inherit;text-decoration:underline;background:transparent;cursor:pointer;transition:opacity .3s ease}.c-privacy-modal__link:hover,.c-form__privacy-link:hover{opacity:.7}.c-form__actions{margin-top:2.5rem;text-align:center}@media screen and (max-width: 768px){.c-form__actions{margin-top:1.875rem}}.c-form__submit{display:inline-flex;justify-content:center;align-items:center;gap:.625rem;width:12.5rem;padding:1.125rem 1.5rem;border:none;border-radius:2.5rem;font-size:1.125rem;font-weight:700;color:#fff;background-color:#e45a00;cursor:pointer;transition:background-color .3s ease,transform .2s ease}@media screen and (max-width: 768px){.c-form__submit{width:12.5rem;padding:.875rem 1.5rem;font-size:1rem}}.c-form__submit:hover{opacity:.7}.c-form__submit:active{transform:translateY(2)}.wpcf7-not-valid-tip{display:block;margin-top:.3125rem;font-size:.875rem;color:#dc3545}@media screen and (max-width: 768px){.wpcf7-not-valid-tip{font-size:.8125rem}}.wpcf7-not-valid{border-color:#dc3545!important;background-color:#ffe6e6!important}.wpcf7-mail-sent-ok{margin-top:1.25rem;padding:.9375rem 1.25rem;border-radius:.5rem;font-size:1rem;text-align:center;background-color:#e8f5e9}@media screen and (max-width: 768px){.wpcf7-mail-sent-ok{padding:.75rem 1rem;font-size:.9375rem}}.wpcf7-mail-sent-ng,.wpcf7-aborted,.wpcf7-spam{margin-top:1.25rem;padding:.9375rem 1.25rem;border:2px solid #dc3545;border-radius:.5rem;font-size:1rem;text-align:center;color:#dc3545;background-color:#ffe6e6}@media screen and (max-width: 768px){.wpcf7-mail-sent-ng,.wpcf7-aborted,.wpcf7-spam{padding:.75rem 1rem;font-size:.9375rem}}.wpcf7-spinner{display:inline-block;width:1.25rem;height:1.25rem;margin-left:.625rem;border:2px solid #fff;border-radius:50%;animation:spin .6s linear infinite;border-top-color:transparent}@keyframes spin{to{transform:rotate(360deg)}}.c-form__history{display:flex;flex-direction:column;gap:1.25rem}.c-form__history-item[hidden]{display:none}.c-form__history-item--primary{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width: 768px){.c-form__history-item--primary{gap:1.125rem}}.c-form__history-action{margin-top:.25rem}.c-form__history-add,.c-form__qualification-add{padding:0;border:0;font-size:1rem;font-weight:500;background:transparent;cursor:pointer;transition:opacity .3s ease}@media screen and (max-width: 768px){.c-form__history-add,.c-form__qualification-add{font-size:.9375rem}}.c-form__history-add:hover,.c-form__qualification-add:hover{opacity:.7}.c-form__history-add[hidden],.c-form__qualification-add[hidden]{display:none}.c-form__qualification{display:flex;flex-direction:column;gap:1.25rem}.c-form__qualification-item[hidden]{display:none}.c-form__qualification-action{margin-top:.25rem}.c-header{position:sticky;top:0;z-index:10000;width:100%;height:50px;background:#ffffff73;transition:background .3s ease,backdrop-filter .3s ease}.c-header.is-scrolled{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.c-header.is-active{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.c-header__inner{position:relative;display:flex;justify-content:space-between;align-items:center;max-width:430px;height:100%;margin:0 auto;padding:15px 16px}.c-header__logo{display:flex;align-items:center;width:auto;height:100%;margin:0;font-size:inherit;font-weight:400;line-height:1}.c-header__logo-link{display:block;height:100%;text-decoration:none}.c-header__logo-img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain}.c-header__hamburger{position:relative;z-index:10000;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0}.c-header__hamburger span{position:absolute;display:block;width:24px;height:1.58px;border-radius:2px;background:green;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.c-header__hamburger span:nth-child(1){top:11px}.c-header__hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.c-header__hamburger span:nth-child(3){bottom:11px}.c-header__hamburger.is-active span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.c-header__hamburger.is-active span:nth-child(2){opacity:0;transform:translateY(-50%) scale(0)}.c-header__hamburger.is-active span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.c-header__hamburger:hover:not(.is-active) span:nth-child(1){width:28px}.c-header__hamburger:hover:not(.is-active) span:nth-child(2){width:20px}.c-header__hamburger:hover:not(.is-active) span:nth-child(3){width:28px}.c-privacy-modal{position:fixed;top:0;left:0;z-index:10000;display:none;width:100%;height:100%}.c-privacy-modal.is-active{display:block}.c-privacy-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;cursor:pointer}.c-privacy-modal__content{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;width:90%;max-width:50rem;max-height:90vh;border-radius:1.25rem;background-color:#fff;overflow:hidden;transform:translate(-50%,-50%)}@media screen and (max-width: 768px){.c-privacy-modal__content{width:95%;max-height:95vh;border-radius:.9375rem}}.c-privacy-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.875rem 2.5rem;border-bottom:1px solid #e0e0e0;flex-shrink:0}@media screen and (max-width: 768px){.c-privacy-modal__header{padding:1.25rem}}.c-privacy-modal__title{margin:0;font-size:1.5rem;font-weight:700;color:#212529}@media screen and (max-width: 768px){.c-privacy-modal__title{font-size:1.25rem}}.c-privacy-modal__close{width:2.5rem;height:2.5rem;padding:0;border:none;font-size:2rem;line-height:1;color:#212529;background-color:transparent;cursor:pointer;transition:opacity .3s ease}@media screen and (max-width: 768px){.c-privacy-modal__close{width:2.1875rem;height:2.1875rem;font-size:1.75rem}}.c-privacy-modal__close:hover{opacity:.7}.c-privacy-modal__body{flex:1;padding:2.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (max-width: 768px){.c-privacy-modal__body{padding:1.25rem}}.c-privacy-modal__subtitle{margin-top:1.875rem;margin-bottom:.9375rem;font-size:1.25rem;font-weight:700;color:#212529}.c-privacy-modal__subtitle:first-child{margin-top:0}@media screen and (max-width: 768px){.c-privacy-modal__subtitle{margin-top:1.25rem;margin-bottom:.625rem;font-size:1.125rem}}.c-privacy-modal__subtitle-small{margin-top:1.25rem;margin-bottom:.625rem;font-size:1.125rem;font-weight:700;color:#212529}@media screen and (max-width: 768px){.c-privacy-modal__subtitle-small{margin-top:.9375rem;margin-bottom:.5rem;font-size:1rem}}.c-privacy-modal__body p{margin-bottom:.9375rem;font-size:1rem;line-height:1.8;color:#212529}@media screen and (max-width: 768px){.c-privacy-modal__body p{margin-bottom:.75rem;font-size:.9375rem}}.c-privacy-modal__body ul{margin:.9375rem 0;padding-left:1.5625rem}@media screen and (max-width: 768px){.c-privacy-modal__body ul{margin:.75rem 0;padding-left:1.25rem}}.c-privacy-modal__body li{margin-bottom:.5rem;font-size:1rem;line-height:1.8;color:#212529;list-style-type:disc}@media screen and (max-width: 768px){.c-privacy-modal__body li{margin-bottom:.375rem;font-size:.9375rem}}.c-privacy-modal__date{margin-top:1.25rem;margin-bottom:1.25rem;text-align:right}@media screen and (max-width: 768px){.c-privacy-modal__date{margin-top:.9375rem;margin-bottom:.9375rem}}.c-privacy-modal__notes{margin-top:1.25rem;padding:1.25rem;border-radius:.5rem;background-color:#f5f5f5}@media screen and (max-width: 768px){.c-privacy-modal__notes{margin-top:.9375rem;padding:.9375rem}}.c-privacy-modal__notes p{margin-bottom:.625rem;font-size:.875rem}@media screen and (max-width: 768px){.c-privacy-modal__notes p{margin-bottom:.5rem;font-size:.8125rem}}.c-privacy-modal__footer{padding:1.25rem 2.5rem;border-top:1px solid #e0e0e0;text-align:center;flex-shrink:0}@media screen and (max-width: 768px){.c-privacy-modal__footer{padding:.9375rem 1.25rem}}.c-privacy-modal__scroll-notice{margin-bottom:.9375rem;font-size:.875rem;color:#999}@media screen and (max-width: 768px){.c-privacy-modal__scroll-notice{margin-bottom:.625rem;font-size:.8125rem}}.c-privacy-modal__agree-btn{padding:.75rem 2.5rem;border:none;border-radius:1.875rem;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;transition:background-color .3s ease,opacity .3s ease}@media screen and (max-width: 768px){.c-privacy-modal__agree-btn{width:100%;padding:.625rem 1.875rem;font-size:.9375rem}}.c-privacy-modal__agree-btn:disabled{opacity:.5;cursor:not-allowed}.c-text{font-size:1.0625rem;font-weight:400}@media screen and (max-width: 768px){.c-text{font-size:.875rem}}.c-section-title{margin:0;font-family:Noto Sans JP,sans-serif;font-size:2rem;font-weight:700;line-height:1.36;text-align:center;color:#000}@media screen and (max-width: 768px){.c-section-title{font-size:1.5rem}}.c-section-title--white{color:#fff}:root{--header-height: 9.375rem}@media screen and (max-width: 768px){:root{--header-height: 72px}}@media screen and (max-width: 425px){:root{--header-height: 52px}}.header{position:fixed;top:0;z-index:5000;width:100%;height:9.375rem;background-color:#fff}.header.is-scrolled{height:5rem;transition:height .3s ease}@media screen and (max-width: 768px){.header,.header.is-scrolled{height:72px}}@media screen and (max-width: 425px){.header,.header.is-scrolled{height:52px}}.header__inner{display:flex;justify-content:space-between;align-items:center;height:inherit;margin:0 auto;padding:0 1.3125rem 0 0}@media screen and (max-width: 768px){.header__inner{padding:0 1rem 0 0}}.header__logo{display:flex;justify-content:center;align-items:center;width:15.375rem;height:9.375rem;background-color:#000;flex-shrink:0}.header.is-scrolled .header__logo{width:10rem;height:5rem}@media screen and (max-width: 768px){.header__logo{justify-content:flex-start;width:-moz-fit-content;width:fit-content;height:100%;background-color:#000;padding-inline:1.125rem}.header.is-scrolled .header__logo{width:-moz-fit-content;width:fit-content;height:100%}}@media screen and (max-width: 425px){.header__logo{width:auto;height:100%;padding-inline:.625rem}}.header__logo-link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:2.625rem 3rem}@media screen and (max-width: 768px){.header__logo-link{justify-content:flex-start;padding:0}}@media screen and (max-width: 425px){.header__logo-link{padding:0}}.header__logo-img{width:auto;max-width:100%;height:auto;max-height:4.4375rem;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 768px){.header__logo-img{width:auto;max-width:100%;height:2.5rem;max-height:none}}@media screen and (max-width: 425px){.header__logo-img{height:1.75rem}}.header__body{display:flex;justify-content:space-between;align-items:flex-end;width:100%;height:100%;padding:1rem 0}.header__nav{display:flex;flex:1;justify-content:center;align-items:center}@media screen and (max-width: 768px){.header__nav{display:none}}.header__nav-list{display:flex;justify-content:center;align-items:center;gap:3.3125rem;margin:0;padding:0;list-style:none}.header__nav-item a{font-size:1rem;font-weight:400;color:#000;transition:opacity .3s}.header__nav-item a:hover{opacity:.7}.header__contact{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:.5rem;height:100%;flex-shrink:0}@media screen and (max-width: 768px){.header__contact{display:none}}.header__tel-block{display:flex;flex-direction:column;align-items:flex-end;transition:opacity .3s ease}.header.is-scrolled .header__tel-block{display:none}.header__tel-row{display:flex;align-items:center;gap:.625rem}.header__tel-icon{width:1.4375rem;height:1.4375rem;margin-top:.5rem;-o-object-fit:contain;object-fit:contain}.header__tel-number{font-family:Noto Sans JP,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.3;color:#000}.header__tel-hours{font-size:clamp(.75rem,1vw,1rem);font-weight:400;color:#000}.header__cta-block{display:flex;align-items:center;gap:1.25rem}.header__btn{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.5rem;border-radius:3.125rem;font-size:1rem;font-weight:400;text-decoration:none;color:#fff;transition:opacity .3s}.header__btn:hover{opacity:.9}.header__btn--simulation{background:linear-gradient(to right,#ff7e00,gold)}.header__btn--contact{background-color:#000}.header__btn-icon{width:1.25rem;height:1.25rem;-o-object-fit:contain;object-fit:contain}.header__btn-text{white-space:nowrap}.header__hamburger{position:relative;z-index:9200;display:none;justify-content:center;align-items:center;width:3.125rem;height:3.125rem;padding:0;border:none;background-color:#000;cursor:pointer}@media screen and (max-width: 768px){.header__hamburger{display:flex;width:4.5rem;height:100%;background-color:transparent}}.header__hamburger span{position:absolute;left:50%;display:block;width:46px;height:2px;background-color:#fff;transition:top .3s ease,bottom .3s ease,opacity .3s ease,transform .3s ease;transform:translate(-50%)}@media screen and (max-width: 768px){.header__hamburger span{width:46px;height:2px;border-radius:62.4375rem;background-color:#000}}.header__hamburger span:nth-child(1){top:1rem}.header__hamburger span:nth-child(2){top:50%;transform:translate(-50%,-50%)}.header__hamburger span:nth-child(3){bottom:1rem}.header__hamburger.is-active span:nth-child(1){top:50%;transform:translate(-50%,-50%) rotate(45deg)}.header__hamburger.is-active span:nth-child(2){opacity:0}.header__hamburger.is-active span:nth-child(3){bottom:50%;transform:translate(-50%,50%) rotate(-45deg)}.overlay{position:fixed;top:0;left:0;z-index:9000;width:100vw;height:100vh;background-color:#333;opacity:0;visibility:hidden;cursor:pointer;transition:opacity .6s,visibility .6s}.overlay.is-active{opacity:.8;visibility:visible}.drawer-menu{position:fixed;top:0;right:-100%;z-index:9100;width:80%;max-width:20rem;height:100%;background-color:#fff;overflow-y:auto;transition:right .3s ease}@media (width > 768px){.drawer-menu{display:none}}.drawer-menu.is-active{right:0}.drawer-menu__inner{padding:5rem 1.5rem 2.5rem}.drawer-menu__list{margin:0 0 1.5rem;padding:0;border-bottom:1px solid rgba(0,0,0,.1);list-style:none}.drawer-menu__item{border-bottom:1px solid rgba(0,0,0,.1)}.drawer-menu__item:last-child{border-bottom:none}.drawer-menu__item a{display:block;padding:1rem 0;font-size:1rem;color:#000}.drawer-menu__tel{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700;color:#000}.drawer-menu__tel img{width:1.5rem;height:1.5rem;-o-object-fit:contain;object-fit:contain}.drawer-menu__btn{display:block;width:100%;margin-bottom:.75rem;padding:.875rem 1.25rem;border-radius:.5rem;font-size:1rem;font-weight:500;text-align:center;text-decoration:none;color:#fff;transition:opacity .3s}.drawer-menu__btn:hover{opacity:.9}.drawer-menu__btn--simulation{background:linear-gradient(to right,#ff7e00,gold)}.drawer-menu__btn--contact{background-color:#000}.p-404{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:7.5rem 25px}@media screen and (max-width: 768px){.p-404{padding:5rem 20px}}.p-404__inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:37.5rem;text-align:center}.p-404__code{margin:0;font-family:Noto Sans JP,sans-serif;font-size:7.5rem;font-weight:700;line-height:1;color:#faee00}@media screen and (max-width: 768px){.p-404__code{font-size:5rem}}.p-404__title{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.5;color:#000}@media screen and (max-width: 768px){.p-404__title{font-size:1.125rem}}.p-404__text{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;color:#212529}@media screen and (max-width: 768px){.p-404__text{font-size:.875rem}}.p-404__btn{display:inline-flex;justify-content:center;align-items:center;width:18.75rem;height:3.5rem;margin-top:1rem;border-radius:62.5rem;font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1;text-decoration:none;color:#000;background-color:#faee00;transition:opacity .3s ease}.p-404__btn:hover{opacity:.8}@media screen and (max-width: 768px){.p-404__btn{width:100%;max-width:17.5rem;height:3rem;font-size:.875rem}}.p-about{position:relative;z-index:1;margin-top:-.3125rem;padding:2.8125rem 6rem 2.8125rem 8.1875rem;background-position:center;background-size:cover;background-repeat:no-repeat}@media screen and (max-width: 768px){.p-about{padding:3.375rem 0}}.p-about:before{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.p-about__inner{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:78.125rem;margin:0 auto}@media screen and (max-width: 768px){.p-about__inner{flex-direction:column-reverse;align-items:center;padding:0 3.25vw}}.p-about__content{width:50%}@media screen and (max-width: 768px){.p-about__content{width:100%}}.p-about__text{margin:0;font-family:Noto Sans JP,sans-serif;font-size:clamp(1.25rem,2.1vw,2.125rem);font-weight:500;line-height:1.5;letter-spacing:.04em;color:#000}@media screen and (max-width: 768px){.p-about__text{margin-top:2.5rem;font-size:clamp(1.125rem,2.7vw,1.5rem);line-height:1.8;text-align:center}}.p-about__graph{flex-shrink:0}.p-about__graph-img{display:block;width:auto;max-width:clamp(470px,47vw,700px);height:auto;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 1024px){.p-about__graph-img{max-width:clamp(360px,44vw,700px)}}@media screen and (max-width: 768px){.p-about__graph-img{max-width:100%}}.p-campaign{position:relative;min-height:651px;padding:0;background-color:green;background-image:url(/assets/images/campaign/campaign-bg.jpg);background-image:-webkit-image-set(url(/assets/images/campaign/campaign-bg.webp) type("image/webp"),url(/assets/images/campaign/campaign-bg.jpg) type("image/jpeg"));background-image:image-set(url(/assets/images/campaign/campaign-bg.webp) type("image/webp"),url(/assets/images/campaign/campaign-bg.jpg) type("image/jpeg"));background-position:center;background-size:cover;background-repeat:no-repeat}@media (width <= 375px){.p-campaign{min-height:40.6875rem}}.p-campaign__inner{position:relative;width:100%;height:100%;min-height:651px}@media (width <= 375px){.p-campaign__inner{min-height:40.6875rem}}.p-campaign__copy{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.p-campaign__copy img{position:absolute;bottom:0}.p-campaign-details{position:relative;padding:40px 20px;background-color:green}@media (width <= 375px){.p-campaign-details{padding:2.5rem 1.25rem}}.p-campaign-details__inner{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.p-campaign-details__copy{display:flex;justify-content:center;align-items:center;width:100%}.p-campaign-details__copy-img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.p-works{padding:5rem 25px;background-color:#faee00}@media screen and (max-width: 768px){.p-works{padding:3.5rem 20px}}.p-works__inner{width:100%;max-width:75rem;margin:0 auto}.p-works__title{margin:0 0 2.5rem}@media screen and (max-width: 768px){.p-works__title{margin-bottom:1.5rem}}.p-works__slider-wrap{position:relative;max-width:56.25rem;margin:0 auto;padding:0 3.75rem}@media screen and (max-width: 768px){.p-works__slider-wrap{padding:0}}.p-works__swiper{overflow:hidden}.p-works__arrow{position:absolute;top:50%;z-index:10;width:2.6875rem;height:2.6875rem;padding:0;border:none;border-radius:0;background:transparent;cursor:pointer;transition:filter .3s;transform:translateY(-50%)}.p-works__arrow:hover{filter:invert(1)}@media screen and (max-width: 768px){.p-works__arrow{width:1.5rem;height:1.5rem}}.p-works__arrow--prev{left:0;transform:translateY(-50%) rotate(180deg)}@media screen and (max-width: 768px){.p-works__arrow--prev{left:-.9375rem}}.p-works__arrow--next{right:0}@media screen and (max-width: 768px){.p-works__arrow--next{right:-.9375rem}}.p-works__arrow-img{display:block;width:100%;height:100%;pointer-events:none}.p-works__pagination.swiper-pagination{position:relative;top:auto!important;bottom:auto!important;display:flex;justify-content:center;gap:.75rem;margin-top:2.5rem}.p-works__pagination.swiper-pagination .swiper-pagination-bullet{width:1.1875rem;height:1.1875rem;border-radius:50%;background-color:#bbb;opacity:1;transition:background-color .3s}@media screen and (max-width: 768px){.p-works__pagination.swiper-pagination .swiper-pagination-bullet{width:.625rem;height:.625rem}}.p-works__pagination.swiper-pagination .swiper-pagination-bullet-active{background-color:#000}.p-works__item{display:flex;flex-direction:column;width:100%;min-height:38.75rem;border-radius:.5rem;background-color:#fff;overflow:hidden}@media screen and (max-width: 768px){.p-works__item{min-height:21.875rem}}.p-works__images{display:grid;grid-template-columns:1fr 1fr}.p-works__image{position:relative;overflow:hidden;aspect-ratio:400/350}@media screen and (max-width: 768px){.p-works__image{aspect-ratio:1/.85}}.p-works__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-works__image-label{position:absolute;right:0;bottom:0;padding:.25rem 1rem;font-family:Noto Sans JP,sans-serif;font-size:.875rem;font-weight:700;line-height:1.6;color:#fff;background-color:#0009}@media screen and (max-width: 768px){.p-works__image-label{font-size:.75rem}}.p-works__info{width:-moz-fit-content;width:fit-content;margin:0 auto;padding:2rem 2.5rem}@media screen and (max-width: 768px){.p-works__info{padding:.6875rem}}.p-works__info-row{display:flex;gap:1rem;padding:.75rem 0}@media screen and (max-width: 768px){.p-works__info-row{padding:0}}.p-works__info-label{width:7.5rem;font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.6;color:#000;flex-shrink:0}@media screen and (max-width: 768px){.p-works__info-label{width:5.625rem;font-size:.875rem}}.p-works__info-value{font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529}@media screen and (max-width: 768px){.p-works__info-value{font-size:.875rem}}.p-company{padding:5rem 25px;background-color:#fff}@media screen and (max-width: 768px){.p-company{padding:3.5rem 20px}}.p-company__inner{width:100%;max-width:75rem;margin:0 auto}.p-company__title{margin:0 0 3rem}@media screen and (max-width: 768px){.p-company__title{margin-bottom:2rem}}.p-company__content{display:flex;flex-direction:column;gap:3rem}@media screen and (max-width: 768px){.p-company__content{gap:2rem}}.p-company__table{margin:0}.p-company__row{display:flex;gap:0;padding:0 1.5rem;border-bottom:1px solid #d9d9d9}.p-company__row:first-child{border-top:1px solid #d9d9d9}@media screen and (max-width: 768px){.p-company__row{flex-direction:column;padding:0}}.p-company__label{width:12.5rem;padding:1.25rem 1.5rem;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.4;color:#000;flex-shrink:0}@media screen and (max-width: 768px){.p-company__label{width:auto;padding:.75rem 1rem 0;font-size:.9375rem;font-weight:700}}.p-company__value{flex:1;padding:1.25rem 1.5rem;font-family:Noto Sans JP,sans-serif;font-size:clamp(1rem,1.5vw,1.5rem);font-weight:400;line-height:1.5;color:#212529;overflow-wrap:break-word}.p-company__nowrap{display:inline-block;white-space:nowrap}.p-company__map{width:100%;margin-top:1rem;border-radius:.5rem;overflow:hidden}.p-company__map-iframe{display:block;width:100%;height:28.125rem;border:0}@media screen and (max-width: 768px){.p-company__map-iframe{height:18.75rem}}.p-contact-cta{padding:5rem 25px;background-color:#fff}@media screen and (max-width: 768px){.p-contact-cta{padding:3rem 20px}}.p-contact-cta__inner{width:100%;max-width:50rem;margin:0 auto}.p-contact-cta__card{border:3px solid #FAEE00;border-radius:.9375rem;overflow:hidden}.p-contact-cta__header{padding:1.5rem 2.5rem;background-color:#faee00}@media screen and (max-width: 768px){.p-contact-cta__header{padding:1rem 1.25rem}}.p-contact-cta__catch{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.5;text-align:center;color:#000}@media screen and (max-width: 768px){.p-contact-cta__catch{font-size:.9375rem}}.p-contact-cta__body{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 2.5rem 2.5rem;background-color:#fff}@media screen and (max-width: 768px){.p-contact-cta__body{padding:1.5rem 1.25rem 1.75rem}}.p-contact-cta__tel{font-family:Noto Sans JP,sans-serif;font-size:3.5rem;font-weight:700;line-height:1;text-decoration:none;letter-spacing:.02em;color:#000}@media screen and (max-width: 768px){.p-contact-cta__tel{font-size:2.25rem}}.p-contact-cta__hours{margin:0;font-family:Noto Sans JP,sans-serif;font-size:2.25rem;font-weight:600;line-height:1.4;color:#000}@media screen and (max-width: 768px){.p-contact-cta__hours{font-size:clamp(1.25rem,3.8vw,1.5rem)}}.p-contact-form{padding:5rem 25px 6.25rem;background-color:#fff}@media screen and (max-width: 768px){.p-contact-form{padding:3.5rem 20px 5rem}}.p-contact-form__inner{width:100%;max-width:71.4375rem;margin:0 auto}.p-contact-form__title{margin:0 0 3rem}@media screen and (max-width: 768px){.p-contact-form__title{margin-bottom:2rem}}.p-contact-form__form{display:flex;flex-direction:column;gap:2.4375rem}@media screen and (max-width: 768px){.p-contact-form__form{gap:1.5rem}}.p-contact-form__field{display:flex;align-items:flex-start;gap:.4375rem}.p-contact-form__field>.wpcf7-form-control-wrap{flex:1;width:100%;max-width:44.125rem}@media screen and (max-width: 768px){.p-contact-form__field>.wpcf7-form-control-wrap{max-width:100%}}@media screen and (max-width: 768px){.p-contact-form__field{flex-direction:column;align-items:stretch;gap:.5rem}}.p-contact-form__label{width:26.875rem;margin-top:.625rem;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.36;color:#000;flex-shrink:0}@media screen and (max-width: 768px){.p-contact-form__label{width:auto;font-size:.9375rem}}.p-contact-form__required{font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:400;font-style:normal;line-height:normal;color:#dc3545}@media screen and (max-width: 768px){.p-contact-form__required{font-size:.9375rem}}.p-contact-form__input{flex:1;width:100%;max-width:44.125rem;height:3.375rem;padding:0 1.25rem;border:1px solid #aeabab;border-radius:.5rem;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;line-height:1.36;color:#000;background-color:#fff;transition:border-color .2s ease;outline:none}.p-contact-form__input:focus{border-color:#faee00}@media screen and (max-width: 768px){.p-contact-form__input{max-width:100%;height:2.75rem;min-height:39px;font-size:1rem}}@media screen and (max-width: 425px){.p-contact-form__input{min-height:1.8125rem}}.p-contact-form__select-wrap{position:relative;flex:1;width:100%;max-width:44.125rem}.p-contact-form__select-wrap:before{position:absolute;top:1px;right:1px;z-index:1;width:3.4375rem;height:3.25rem;border-radius:0 .5rem .5rem 0;background-color:#d9d9d9;pointer-events:none;content:""}@media screen and (max-width: 768px){.p-contact-form__select-wrap:before{height:2.625rem}}.p-contact-form__select-wrap:after{position:absolute;top:1.6875rem;right:.875rem;z-index:2;width:1.875rem;height:1.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='19' viewBox='0 0 33 19' fill='none'%3E%3Cpath d='M16.2094 15.5023L30.2977 1.41399L31.0048 2.12109L16.2094 16.9165L1.41406 2.12109L2.12117 1.41399L16.2094 15.5023Z' fill='%23000'/%3E%3Cpath d='M16.2094 15.5023L15.5023 16.2094L16.2094 16.9165L16.9165 16.2094L16.2094 15.5023ZM30.2977 1.41399L31.0048 0.70688L30.2977 -0.000226557L29.5906 0.70688L30.2977 1.41399ZM31.0048 2.12109L31.7119 2.8282L32.419 2.12109L31.7119 1.41399L31.0048 2.12109ZM16.2094 16.9165L15.5023 17.6236L16.2094 18.3307L16.9165 17.6236L16.2094 16.9165ZM1.41406 2.12109L0.706956 1.41399L-0.000151038 2.12109L0.706956 2.8282L1.41406 2.12109ZM2.12117 1.41399L2.82828 0.70688L2.12117 -0.000226557L1.41406 0.70688L2.12117 1.41399ZM16.9165 16.2094L31.0048 2.12109L29.5906 0.70688L15.5023 14.7952L16.9165 16.2094ZM29.5906 2.12109L30.2977 2.8282L31.7119 1.41399L31.0048 0.70688L29.5906 2.12109ZM30.2977 1.41399L15.5023 16.2094L16.9165 17.6236L31.7119 2.8282L30.2977 1.41399ZM16.9165 16.2094L2.12117 1.41399L0.706956 2.8282L15.5023 17.6236L16.9165 16.2094ZM2.12117 2.8282L2.82828 2.12109L1.41406 0.70688L0.706956 1.41399L2.12117 2.8282ZM1.41406 2.12109L15.5023 16.2094L16.9165 14.7952L2.82828 0.70688L1.41406 2.12109Z' fill='%23AEABAB'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transform:translateY(-50%);pointer-events:none;content:""}@media screen and (max-width: 768px){.p-contact-form__select-wrap:after{top:1.375rem}}@media screen and (max-width: 768px){.p-contact-form__select-wrap{max-width:100%}}.p-contact-form__select{width:100%;height:3.375rem;padding:0 4.0625rem 0 1.25rem;border:1px solid #aeabab;border-radius:.5rem;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;line-height:1.36;color:#000;background-color:#fff;cursor:pointer;transition:border-color .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.p-contact-form__select:focus{border-color:#faee00}.p-contact-form__select:has(option:first-child:checked){color:#aeabab}.p-contact-form__select option{color:#000}@media screen and (max-width: 768px){.p-contact-form__select{height:2.75rem;font-size:1rem}}.p-contact-form__textarea{flex:1;width:100%;max-width:44.125rem;min-height:18.75rem;padding:.9375rem 1.4375rem;border:1px solid #aeabab;border-radius:.5rem;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;line-height:1.36;color:#000;background-color:#fff;transition:border-color .2s ease;outline:none;resize:vertical}.p-contact-form__textarea::-moz-placeholder{color:#5e5e5e}.p-contact-form__textarea::placeholder{color:#5e5e5e}.p-contact-form__textarea:focus{border-color:#faee00}@media screen and (max-width: 768px){.p-contact-form__textarea{max-width:100%;min-height:10rem;font-size:1rem}}.p-contact-form__radio-group{display:flex;align-items:center;gap:2.6875rem}@media screen and (max-width: 768px){.p-contact-form__radio-group{gap:1.5rem}}.p-contact-form__radio-group .wpcf7-radio{display:flex;align-items:center;gap:2.6875rem}@media screen and (max-width: 768px){.p-contact-form__radio-group .wpcf7-radio{gap:1.5rem}}.p-contact-form__radio-group .wpcf7-list-item{display:flex;align-items:center;margin:0}.p-contact-form__radio-group .wpcf7-list-item label{display:flex;align-items:center;gap:.625rem;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;line-height:1.36;color:#000;cursor:pointer}@media screen and (max-width: 768px){.p-contact-form__radio-group .wpcf7-list-item label{gap:.5rem;font-size:1rem}}.p-contact-form__radio-label{display:flex;align-items:center;gap:1.5625rem;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;line-height:1.36;color:#000;cursor:pointer}@media screen and (max-width: 768px){.p-contact-form__radio-label{gap:.5rem;font-size:1rem}}.p-contact-form__radio-group input[type=radio]{width:1.125rem;height:1.125rem;border:1px solid #888686;border-radius:50%;background-color:#d9d9d9;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0}.p-contact-form__radio-group input[type=radio]:checked{border-color:#888686;background-color:#000}@media screen and (max-width: 768px){.p-contact-form__radio-group input[type=radio]{width:1rem;height:1rem}}.p-contact-form__field--privacy{align-items:flex-start}.p-contact-form__privacy-box{flex:1;max-width:44.125rem;height:16.0625rem;padding:.9375rem 1.4375rem;border:1px solid #aeabab;border-radius:.5rem;overflow-y:auto}@media screen and (max-width: 768px){.p-contact-form__privacy-box{max-width:100%;height:12.5rem;max-height:12.5rem}}.p-contact-form__privacy-text{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;line-height:1.36;color:#5e5e5e}@media screen and (max-width: 768px){.p-contact-form__privacy-text{font-size:.875rem}}.p-contact-form__agree{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;font-family:Noto Sans JP,sans-serif;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400;font-style:normal;line-height:normal;color:#000;cursor:pointer}.p-contact-form__agree .wpcf7-form-control-wrap{display:flex;align-items:center;gap:.75rem}.p-contact-form__agree .wpcf7-acceptance .wpcf7-list-item{margin:0}.p-contact-form__agree .wpcf7-acceptance .wpcf7-list-item label{display:flex;align-items:center}.p-contact-form__agree .wpcf7-list-item-label{margin-left:1rem;line-height:1}.p-contact-form__agree input[type=checkbox]{width:1.5rem;height:1.5rem;cursor:pointer;accent-color:#FAEE00;flex-shrink:0}@media screen and (max-width: 768px){.p-contact-form__agree input[type=checkbox]{width:1.25rem;height:1.25rem}}@media screen and (max-width: 768px){.p-contact-form__agree{font-size:1rem}}.p-contact-form__submit{position:relative;display:flex;justify-content:center;align-items:center;width:29.75rem;height:3.75rem;margin:1rem auto 0;border-radius:62.5rem;background-color:#faee00;cursor:pointer;transition:opacity .3s ease}.p-contact-form__submit:after{position:absolute;top:50%;right:5rem;display:block;width:1rem;height:1.6875rem;background-image:url("data:image/svg+xml,%3Csvg width='16' height='27' viewBox='0 0 16 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3092 13.0168L1.41399 2.12154L2.12109 1.41444L13.7234 13.0168L2.12109 24.6191L1.41399 23.912L12.3092 13.0168Z' fill='black'/%3E%3Cpath d='M12.3092 13.0168L13.0163 13.7239L13.7234 13.0168L13.0163 12.3097L12.3092 13.0168ZM1.41399 2.12154L0.70688 1.41444L-0.000226557 2.12154L0.70688 2.82865L1.41399 2.12154ZM2.12109 1.41444L2.8282 0.707331L2.12109 0.00022409L1.41399 0.707331L2.12109 1.41444ZM13.7234 13.0168L14.4306 13.7239L15.1377 13.0168L14.4306 12.3097L13.7234 13.0168ZM2.12109 24.6191L1.41399 25.3262L2.12109 26.0334L2.8282 25.3262L2.12109 24.6191ZM1.41399 23.912L0.70688 23.2049L-0.000226557 23.912L0.70688 24.6191L1.41399 23.912ZM13.0163 12.3097L2.12109 1.41444L0.70688 2.82865L11.6021 13.7239L13.0163 12.3097ZM2.12109 2.82865L2.8282 2.12154L1.41399 0.707331L0.70688 1.41444L2.12109 2.82865ZM1.41399 2.12154L13.0163 13.7239L14.4306 12.3097L2.8282 0.707331L1.41399 2.12154ZM13.0163 12.3097L1.41399 23.912L2.8282 25.3262L14.4306 13.7239L13.0163 12.3097ZM2.12109 23.2049L1.41399 23.912L2.8282 25.3262L2.12109 24.6191L2.12109 23.2049ZM2.12109 24.6191L13.0163 13.7239L11.6021 12.3097L0.70688 23.2049L2.12109 24.6191Z' fill='black'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transform:translateY(-50%);content:""}.p-contact-form__submit:hover{opacity:.8}@media screen and (max-width: 768px){.p-contact-form__submit{width:100%;max-width:20rem;height:3.125rem}.p-contact-form__submit:after{right:1.5rem;width:.75rem;height:1.25rem}}.p-contact-form__btn{width:100%;height:100%;border:none;border-radius:62.5rem;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:500;line-height:1;color:#000;background:transparent;cursor:pointer}@media screen and (max-width: 768px){.p-contact-form__btn{font-size:1.125rem}}.wpcf7-spinner{display:none}.p-crew{padding:116px 30px 60px;background-color:#90ee90}@media (width <= 375px){.p-crew{padding:3.75rem 0rem}}.p-crew__title{text-align:center}@media (width <= 375px){.p-crew__title{margin-top:1rem}}.p-crew__title-img{display:block;width:100%;height:auto;margin:0 auto;-o-object-fit:contain;object-fit:contain}@media (width <= 375px){.p-crew__title-img{max-width:18.75rem}}.p-crew__lead{margin:24px 0 0;font-size:18px;font-weight:700;text-align:center;color:#fff}@media (width <= 375px){.p-crew__lead{margin-top:1.5rem;font-size:.875rem}}.p-crew__slider{position:relative;width:100%;margin-top:32px}@media (width <= 375px){.p-crew__slider{margin-top:2rem}}.p-crew__slider .slick-list{overflow:hidden}body.is-modal-open .p-crew__slider{pointer-events:none}.p-crew__slider .p-crew__slide{opacity:1!important;transition:transform .3s ease;transform:scale(.9)}@media (width <= 375px){.p-crew__slider .p-crew__slide{padding:0 .625rem}}.p-crew__slider .p-crew__slide.slick-center{transform:scale(1)}.p-crew__slider .p-crew__slide .p-crew__card{min-height:280px}@media (width <= 375px){.p-crew__slider .p-crew__slide .p-crew__card{min-height:17.5rem}}.p-crew__slider .p-crew__slide .p-crew__card .p-crew__name{margin-top:16px}@media (width <= 375px){.p-crew__slider .p-crew__slide .p-crew__card .p-crew__name{margin-top:1rem}}.p-crew__slider .p-crew__slide .p-crew__open{display:flex}.p-crew__card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#90ee90;transition:padding .3s ease,min-height .3s ease}@media (width <= 375px){.p-crew__card{padding:1.25rem 1rem;border-radius:.75rem}}.p-crew__photo{display:block;width:260px;max-width:100%;height:auto;margin:0 auto;aspect-ratio:250/264;-o-object-fit:cover;object-fit:cover}@media (width <= 375px){.p-crew__photo{width:7.5rem;height:7.5rem;margin-top:1rem}}.p-crew__name{display:flex;flex-direction:column;align-items:center;width:100%;margin:16px 0 0}@media (width <= 375px){.p-crew__name{margin-top:1rem}}.p-crew__name-img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.p-crew__name-img--01{height:16px}@media (width <= 375px){.p-crew__name-img--01{height:1rem}}.p-crew__name-img--02{height:18px}@media (width <= 375px){.p-crew__name-img--02{height:1.125rem}}.p-crew__name-img--03{height:18px}@media (width <= 375px){.p-crew__name-img--03{height:1.125rem}}.p-crew__name-img--04{height:22px}@media (width <= 375px){.p-crew__name-img--04{height:1.375rem}}.p-crew__open{position:relative;display:flex;justify-content:center;align-items:center;width:26px;height:26px;margin-top:12px;padding:0;border:none;border-radius:50%;background-color:transparent;cursor:pointer;transition:opacity .3s ease,transform .3s ease}@media (width <= 375px){.p-crew__open{width:2.5rem;height:2.5rem;margin-top:.75rem}}.p-crew__open:hover{opacity:.8;transform:scale(1.1)}.p-crew__open:after{display:block;width:26px;height:26px;background-image:url(/assets/images/common/arrow-white.svg);background-position:center;background-size:contain;background-repeat:no-repeat;content:""}@media (width <= 375px){.p-crew__open:after{width:1.25rem;height:1.25rem}}.p-crew__slider .c-crew-arrow{position:absolute;top:50%;z-index:10;width:36px;height:36px;padding:0;border:none;background:transparent;cursor:pointer;transform:translateY(-50%)}@media (width <= 375px){.p-crew__slider .c-crew-arrow{width:2.25rem;height:2.25rem}}.p-crew__slider .c-crew-arrow img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.p-crew__slider .c-crew-arrow:before{display:none}.p-crew__slider .c-crew-arrow--prev{left:10px}@media (width <= 375px){.p-crew__slider .c-crew-arrow--prev{left:.625rem}}.p-crew__slider .c-crew-arrow--prev img{transform:scaleX(-1)}.p-crew__slider .c-crew-arrow--next{right:10px}@media (width <= 375px){.p-crew__slider .c-crew-arrow--next{right:.625rem}}.p-crew__slider .slick-dots{position:relative;bottom:auto;display:flex;justify-content:center;gap:12px;margin-top:40px;text-align:center}@media (width <= 375px){.p-crew__slider .slick-dots{gap:.75rem;margin-top:1.875rem}}.p-crew__slider .slick-dots li{width:9px;height:9px;margin:0}@media (width <= 375px){.p-crew__slider .slick-dots li{width:.625rem;height:.625rem}}.p-crew__slider .slick-dots li button{width:9px;height:9px;padding:0;border:.64px solid #fff;border-radius:50%;background-color:#ffffff80;transition:background-color .3s ease,transform .3s ease}@media (width <= 375px){.p-crew__slider .slick-dots li button{width:.625rem;height:.625rem}}.p-crew__slider .slick-dots li button:before{display:none}.p-crew__slider .slick-dots li.slick-active button{background-color:#fff}.p-crew-modal{position:fixed;top:0;left:0;z-index:10000;display:flex;justify-content:center;align-items:center;width:100%;height:100%;opacity:0;transition:opacity .3s ease;pointer-events:none}.p-crew-modal.is-open{opacity:1;pointer-events:auto}.p-crew-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.p-crew-modal__content-wrapper{position:relative;z-index:1;width:90%;max-width:500px;max-height:90vh;margin:0 auto;padding:40px 24px;border-radius:16px;background-color:#fff;overflow-y:auto;transition:transform .3s ease;transform:scale(.9)}@media (width <= 375px){.p-crew-modal__content-wrapper{width:95%;padding:2.5rem 1.5rem;border-radius:1rem}}.p-crew-modal.is-open .p-crew-modal__content-wrapper{transform:scale(1)}.p-crew-modal__close{position:absolute;top:16px;right:16px;z-index:2;display:flex;justify-content:center;align-items:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background-color:#0000001a;cursor:pointer;transition:background-color .3s ease}@media (width <= 375px){.p-crew-modal__close{top:1rem;right:1rem;width:2rem;height:2rem}}.p-crew-modal__close:hover{background-color:#0003}.p-crew-modal__close:before,.p-crew-modal__close:after{position:absolute;width:2px;height:16px;background-color:#212529;content:""}@media (width <= 375px){.p-crew-modal__close:before,.p-crew-modal__close:after{height:1rem}}.p-crew-modal__close:before{transform:rotate(45deg)}.p-crew-modal__close:after{transform:rotate(-45deg)}.p-crew-modal__nav{position:absolute;top:50%;z-index:2;display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;background-color:#ffffffe6;cursor:pointer;transition:opacity .3s ease,background-color .3s ease;transform:translateY(-50%)}@media (width <= 375px){.p-crew-modal__nav{width:2.5rem;height:2.5rem}}.p-crew-modal__nav:hover{background-color:#fff;opacity:.8}.p-crew-modal__nav--prev{left:10px}@media (width <= 375px){.p-crew-modal__nav--prev{left:.625rem}}.p-crew-modal__nav--prev .p-crew-modal__nav-icon{transform:scaleX(-1)}.p-crew-modal__nav--next{right:10px}@media (width <= 375px){.p-crew-modal__nav--next{right:.625rem}}.p-crew-modal__nav-icon{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}@media (width <= 375px){.p-crew-modal__nav-icon{width:1.5rem;height:1.5rem}}.p-crew-modal__content{width:100%}.p-crew-modal__header{display:flex;flex-direction:column;align-items:center;margin-top:0;text-align:center}@media (width <= 375px){.p-crew-modal__header{margin-top:0}}.p-crew-modal__photo{width:100%;max-width:300px;height:auto;margin-top:0;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}@media (width <= 375px){.p-crew-modal__photo{max-width:100%}}.p-crew-modal__info{width:100%;margin-top:16px}@media (width <= 375px){.p-crew-modal__info{margin-top:1rem}}.p-crew-modal__name{margin:0;font-size:18px;font-weight:700;line-height:1.6;color:#212529}@media (width <= 375px){.p-crew-modal__name{font-size:1.125rem}}.p-crew-modal__store{font-weight:400;color:#212529}.p-crew-modal__body{width:100%}.p-crew-modal__catchphrase{margin:24px 0 0;font-size:18px;font-weight:700;line-height:1.8;text-align:left;color:#212529}@media (width <= 375px){.p-crew-modal__catchphrase{margin-top:1.5rem;font-size:1.125rem}}.p-crew-modal__catchphrase-highlight{color:green}.p-crew-modal__description{margin-top:24px}@media (width <= 375px){.p-crew-modal__description{margin-top:1.5rem}}.p-crew-modal__description p{margin:0;font-size:14px;font-weight:400;line-height:1.8;text-align:left;color:#212529}@media (width <= 375px){.p-crew-modal__description p{font-size:.875rem}}.p-crew-modal__achievements{margin-top:24px}@media (width <= 375px){.p-crew-modal__achievements{margin-top:1.5rem}}.p-crew-modal__achievements-list{margin:0;padding:0;list-style:none}.p-crew-modal__achievement-item{display:flex;flex-direction:column;margin-top:12px;font-size:14px;font-weight:400;line-height:1.6;color:#212529}@media (width <= 375px){.p-crew-modal__achievement-item{margin-top:.75rem;font-size:.875rem}}.p-crew-modal__achievement-item:first-child{margin-top:0}.p-crew-modal__achievement-title{position:relative;padding-left:20px}@media (width <= 375px){.p-crew-modal__achievement-title{padding-left:1.25rem}}.p-crew-modal__achievement-title:before{position:absolute;top:50%;left:0;width:12px;height:12px;background-color:green;transform:translateY(-50%);content:""}@media (width <= 375px){.p-crew-modal__achievement-title:before{width:.75rem;height:.75rem}}.p-crew-modal__achievement-detail{display:block;margin-top:4px;padding-left:20px;font-size:14px}@media (width <= 375px){.p-crew-modal__achievement-detail{margin-top:.25rem;padding-left:1.25rem;font-size:.875rem}}body.is-modal-open{overflow:hidden}.p-crew__button{position:relative;max-width:275.35px;margin:120px auto 0;text-align:center}@media (width <= 375px){.p-crew__button{margin-top:2.5rem}}.p-crew__button:before{position:absolute;top:-40px;left:50%;width:100%;max-width:344.35px;height:1px;background-color:#fff;transform:translate(-50%);content:""}@media (width <= 375px){.p-crew__button:before{top:-1.25rem;max-width:21.521875rem}}.p-cta-fixed{position:fixed;bottom:24px;left:50%;z-index:9998;width:calc(100% - 40px);max-width:390px;transform:translate(-50%)}@media (width <= 375px){.p-cta-fixed{bottom:1.5rem;width:calc(100% - 2.5rem)}}@media screen and (max-width: 768px){.p-cta-fixed{bottom:16px;width:calc(100% - 32px);max-width:400px}}@media screen and (max-width: 768px) and (width <= 375px){.p-cta-fixed{bottom:1rem;width:calc(100% - 2rem)}}.p-cta-fixed__btn{display:flex;justify-content:center;align-items:center;width:100%;padding:20px 24px;border:none;border-radius:40px;box-shadow:0 4px 16px #0003;text-decoration:none;background-color:#ff8c00;cursor:pointer;transition:opacity .3s ease,transform .2s ease}@media (width <= 375px){.p-cta-fixed__btn{padding:1.25rem 1.5rem;border-radius:2.5rem}}.p-cta-fixed__btn:hover{opacity:.9}.p-cta-fixed__btn:active{transform:scale(.98)}.p-cta-fixed__text{font-size:18px;font-weight:700;line-height:1.4;color:#fff}@media (width <= 375px){.p-cta-fixed__text{font-size:1.125rem}}.p-cta-fixed__text-en{font-family:Roboto Condensed,sans-serif;font-size:20px;font-weight:700;color:#fff}@media (width <= 375px){.p-cta-fixed__text-en{font-size:1.25rem}}.p-cta-fixed__icon{display:flex;justify-content:center;align-items:center;width:32px;height:32px;margin-left:16px;border-radius:50%;background-color:#fff;flex-shrink:0}@media (width <= 375px){.p-cta-fixed__icon{width:2rem;height:2rem;margin-left:1rem}}.p-cta-fixed__icon:before{display:block;width:8px;height:8px;margin-left:-2px;border-top:2.5px solid #ff8c00;border-right:2.5px solid #ff8c00;transform:rotate(45deg);content:""}@media (width <= 375px){.p-cta-fixed__icon:before{width:.5rem;height:.5rem;margin-left:-.125rem;border-top-width:.15625rem;border-right-width:.15625rem}}.p-experience{padding:84px 0;background-color:#fff}.p-experience__inner{width:100%;max-width:430px;margin:0 auto}.p-experience__title{text-align:center}.p-experience__title-img{display:block;width:100%;max-width:300px;height:auto;margin:0 auto;-o-object-fit:contain;object-fit:contain}@media (width <= 375px){.p-experience__title-img{max-width:18.75rem}}.p-experience__sub-title{max-width:262px;margin:24px auto 0}@media (width <= 375px){.p-experience__sub-title{max-width:16.375rem;margin:1.5rem auto 0}}.p-experience__route-wrapper{width:100%}.p-experience__route-selector{position:relative;z-index:2;display:flex;gap:10px;margin-bottom:0}@media (width <= 375px){.p-experience__route-selector{gap:.625rem}}.p-experience__route-btn{position:relative;flex:1;padding:12px 16px;border:none;border-radius:20px 20px 0 0;font-size:15.5px;font-weight:700;color:#fff;cursor:pointer;transition:border-radius .3s ease,opacity .3s ease}@media (width <= 375px){.p-experience__route-btn{padding:.75rem 1rem;font-size:.875rem}}.p-experience__route-btn--habit{background-color:#90ee90}.p-experience__route-btn--result{background-color:green}.p-experience.is-habit .p-experience__route-btn--habit{z-index:3;border-radius:20px 20px 0 0;opacity:1}.p-experience.is-habit .p-experience__route-btn--result{border-radius:20px 20px 0 0}.p-experience.is-habit #experience-route-habit .p-experience__route-header{margin-top:0;padding-top:20px;border-radius:0;background-color:#90ee90}@media (width <= 375px){.p-experience.is-habit #experience-route-habit .p-experience__route-header{padding-top:1.25rem}}.p-experience.is-result .p-experience__route-btn--result{z-index:3;opacity:1}.p-experience.is-result .p-experience__route-btn--habit{border-radius:20px 20px 0 0}.p-experience.is-result #experience-route-result .p-experience__route-header{margin-top:0;padding-top:20px;background-color:green}@media (width <= 375px){.p-experience.is-result #experience-route-result .p-experience__route-header{padding-top:1.25rem}}.p-experience__route-btn-label{display:block}.p-experience__route-content{position:relative;width:100%;margin-top:0}.p-experience__route{display:none}.p-experience__route.is-active{display:block}.p-experience__route-inner{width:100%}.p-experience__route-header{margin-top:0;padding:20px 16px;border-top:none;border-radius:0;text-align:center;background-color:green;transition:background-color .3s ease,border-radius .3s ease}@media (width <= 375px){.p-experience__route-header{padding:1.25rem 1rem}}.p-experience__route-title{margin:0 0 8px;font-size:21px;font-weight:500;text-align:center;letter-spacing:.1em;color:#fff}@media (width <= 375px){.p-experience__route-title{margin-bottom:.5rem;font-size:1.3125rem}}.p-experience__route-title-large{font-size:30px;font-weight:800;color:#fff}.p-experience__route-subtitle{margin:0;font-size:14px;font-weight:400;color:#fff}@media (width <= 375px){.p-experience__route-subtitle{font-size:.875rem}}.p-experience__route-service{padding:30px 20px;text-align:center;background-color:#fff}@media (width <= 375px){.p-experience__route-service{padding:1.875rem 1.25rem}}.p-experience__route-service-logo{display:block;width:100%;max-width:200px;height:auto;margin:0 auto;-o-object-fit:contain;object-fit:contain}@media (width <= 375px){.p-experience__route-service-logo{max-width:12.5rem}}.p-experience__route-description{padding:0 20px 20px;text-align:center;background-color:#fff}@media (width <= 375px){.p-experience__route-description{padding:0 1.25rem 1.25rem}}.p-experience__route-text{font-size:18px;font-weight:500;line-height:1.7;color:green}.p-experience__route-text-02{font-size:20px;font-weight:700;line-height:1.6;color:#90ee90}.p-experience__route-btn-staff{width:100%;max-width:275px;margin:0 auto;padding:8px;border:none;border-radius:17.5px;font-size:16px;font-weight:500;line-height:1.2;text-align:center;color:#fff;background-color:#90ee90;transition:opacity .3s ease}.p-experience__route-trial{margin-top:30px;padding:20px 40px 36px;background-color:#e8e6df}@media (width <= 375px){.p-experience__route-trial{margin-top:1.875rem;padding:1.25rem 2.5rem 2.25rem}}.p-experience__route-trial-title{margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #008000;font-size:22px;font-weight:700;text-align:center;color:green}@media (width <= 375px){.p-experience__route-trial-title{margin-bottom:1rem;padding-bottom:.75rem}}.p-experience__route-trial-title span{font-size:32px}.p-experience__route-trial-text{padding:0 10px;font-size:15px;font-weight:500;line-height:1.6;text-align:center;color:green}@media (width <= 375px){.p-experience__route-trial-text{margin-bottom:1.25rem;font-size:.875rem}}.p-experience__route-trial-text-02{width:100%;max-width:313px;margin:10px auto 0;padding:9px;font-size:16px;font-weight:500;line-height:1.2;text-align:center;color:green;background-color:#fff}.p-experience__route-trial-note{margin:16px auto 0;font-size:12px;font-weight:400;text-align:center;color:green}@media (width <= 375px){.p-experience__route-trial-note{font-size:.75rem}}.p-experience__route-plus{padding:78px 38px 0;text-align:center;background-color:#90ee90}.p-experience__route-plus-logo{max-width:215px;margin:0 auto 20px}@media (width <= 375px){.p-experience__route-plus-logo{margin-bottom:1.25rem}}.p-experience__route-plus-logo-img{display:block;width:100%;height:auto;margin:0 auto;-o-object-fit:contain;object-fit:contain}.p-experience__route-plus-title-wrapper{margin-top:20px;padding:0 16px}@media (width <= 375px){.p-experience__route-plus-title-wrapper{margin-top:1.25rem;padding:0 1rem}}.p-experience__route-plus-title{font-size:20px;font-weight:700;line-height:1.6;text-align:center;color:#fff}@media (width <= 375px){.p-experience__route-plus-title{margin-bottom:1rem;font-size:1.25rem}}.p-experience__route-plus-description{margin-top:10px}@media (width <= 375px){.p-experience__route-plus-description{margin-top:.625rem}}.p-experience__route-plus-text{font-size:15px;font-weight:500;line-height:1.6;text-align:center;color:#fff}@media (width <= 375px){.p-experience__route-plus-text{margin-bottom:.5rem;font-size:.9375rem}}.p-experience__route-plus-text:last-child{margin-bottom:0}.p-experience__route-plus-text-02{width:100%;max-width:313px;margin:24px auto 0;padding:9px;font-size:16px;font-weight:500;line-height:1.2;text-align:center;color:green;background-color:#fff}@media (width <= 375px){.p-experience__route-plus-text-02{max-width:19.5625rem;margin:.625rem auto 0;padding:.5625rem;font-size:1rem}}.p-experience__route-plus-price{margin-top:54px;text-align:center}@media (width <= 375px){.p-experience__route-plus-price{margin-bottom:3.375rem}}.p-experience__route-plus-price-img{display:block;width:100%;height:auto;margin:0 auto;-o-object-fit:contain;object-fit:contain}.p-experience__route-plus-campaign{margin-bottom:24px;padding:20px 16px;border-radius:8px;text-align:center;background-color:#ff8c00}@media (width <= 375px){.p-experience__route-plus-campaign{margin-bottom:1.5rem;padding:1.25rem 1rem;border-radius:.5rem}}.p-experience__route-plus-campaign-header{margin-bottom:16px}@media (width <= 375px){.p-experience__route-plus-campaign-header{margin-bottom:1rem}}.p-experience__route-plus-campaign-label{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;color:#fff;background-color:#212529}@media (width <= 375px){.p-experience__route-plus-campaign-label{padding:.25rem .75rem;border-radius:1.25rem;font-size:.75rem}}.p-experience__route-plus-campaign-content{color:#fff}.p-experience__route-plus-campaign-text{margin:0 0 8px;font-size:18px;font-weight:700;text-align:center;color:#fff}@media (width <= 375px){.p-experience__route-plus-campaign-text{margin-bottom:.5rem;font-size:1.125rem}}.p-experience__route-plus-campaign-text-small{margin:0 0 16px;font-size:14px;font-weight:400;text-align:center;color:#fff}@media (width <= 375px){.p-experience__route-plus-campaign-text-small{margin-bottom:1rem;font-size:.875rem}}.p-experience__route-plus-campaign-offer{display:flex;justify-content:center;align-items:center;gap:16px}@media (width <= 375px){.p-experience__route-plus-campaign-offer{gap:1rem}}.p-experience__route-plus-campaign-offer-left,.p-experience__route-plus-campaign-offer-right{flex:1;text-align:center}.p-experience__route-plus-campaign-offer-period{margin:0 0 4px;font-size:14px;font-weight:400;color:#fff}@media (width <= 375px){.p-experience__route-plus-campaign-offer-period{margin-bottom:.25rem;font-size:.875rem}}.p-experience__route-plus-campaign-offer-price{margin:0;font-size:32px;font-weight:700;line-height:1.2;color:#fff}@media (width <= 375px){.p-experience__route-plus-campaign-offer-price{font-size:2rem}}.p-experience__route-plus-campaign-offer-separator{position:relative;width:1px;height:40px;background-color:#fff}@media (width <= 375px){.p-experience__route-plus-campaign-offer-separator{height:2.5rem}}.p-experience__route-plus-campaign-offer-plus{position:absolute;top:50%;left:50%;width:20px;height:20px;border-radius:50%;font-size:14px;font-weight:700;line-height:20px;text-align:center;color:#fff;background-color:#ff8c00;transform:translate(-50%,-50%)}@media (width <= 375px){.p-experience__route-plus-campaign-offer-plus{width:1.25rem;height:1.25rem;font-size:.875rem;line-height:1.25rem}}.p-experience__route-plus-lead{margin-top:24px;text-align:center}@media (width <= 375px){.p-experience__route-plus-lead{margin-top:1.5rem}}.p-experience__route-plus-lead-text{margin:0;font-size:16px;font-weight:400;text-align:center;color:#fff}@media (width <= 375px){.p-experience__route-plus-lead-text{font-size:1rem}}.p-experience__route--result .p-experience__route-body{margin-top:40px}@media (width <= 375px){.p-experience__route--result .p-experience__route-body{margin-top:2.5rem}}.p-experience__route-trainers{width:100%;margin-top:40px;background-color:#f5f5f5}@media (width <= 375px){.p-experience__route-trainers{margin-top:2.5rem}}.p-experience__route-trainers-img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.p-experience__route-special{position:relative;margin-top:40px}@media (width <= 375px){.p-experience__route-special{margin-top:2.5rem}}.p-experience__route-special-badge{position:absolute;top:-10px;left:20px;z-index:1;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:700;color:#fff;background-color:green}@media (width <= 375px){.p-experience__route-special-badge{top:-.625rem;left:1.25rem;padding:.5rem 1rem;border-radius:1.25rem;font-size:.875rem}}.p-experience__route-special-content{padding:30px 20px 20px;border-radius:20px;background-color:#ff8c00}@media (width <= 375px){.p-experience__route-special-content{padding:1.875rem 1.25rem 1.25rem;border-radius:1.25rem}}.p-experience__route-special-text{margin:8px 0 0;font-size:14px;font-weight:400;text-align:center;color:#fff}@media (width <= 375px){.p-experience__route-special-text{margin-top:.5rem;font-size:.875rem}}.p-experience__route-special-text:first-child{margin-top:0}.p-experience__route-special-price{margin:16px 0 0;font-size:32px;font-weight:700;text-align:center;color:#fff}@media (width <= 375px){.p-experience__route-special-price{margin-top:1rem;font-size:2rem}}.p-faq{padding:5rem 25px;background-color:#000}@media screen and (max-width: 768px){.p-faq{padding:3.5rem 20px}}.p-faq__inner{width:100%;max-width:73.75rem;margin:0 auto}.p-faq__title{margin:0 0 3rem}@media screen and (max-width: 768px){.p-faq__title{margin-bottom:2rem}}.p-faq__list{display:flex;flex-direction:column;gap:1.25rem}.p-faq__item{border:1px solid #d9d9d9;border-radius:.25rem;background-color:#fff;overflow:hidden}.p-faq__question{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 2.5rem}@media screen and (max-width: 768px){.p-faq__question{gap:.75rem;padding:1rem}}.p-faq__q-mark{display:flex;justify-content:center;align-items:center;width:3.375rem;height:3.375rem;border-radius:50%;font-family:Noto Sans JP,sans-serif;font-size:2.25rem;font-weight:500;line-height:1;color:#fff;background-color:#faee00;flex-shrink:0}@media screen and (max-width: 768px){.p-faq__q-mark{width:1.9375rem;height:1.9375rem;font-size:1rem}}.p-faq__q-text{flex:1;margin:0;font-family:Noto Sans JP,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;line-height:1.36;color:#000}@media screen and (max-width: 768px){.p-faq__q-text{font-size:clamp(.875rem,3.8vw,1rem)}}.p-faq__answer{display:flex;align-items:flex-start;gap:1.5rem;padding:1.25rem 2.5rem;border-top:1px solid #d9d9d9}@media screen and (max-width: 768px){.p-faq__answer{gap:.75rem;padding:1rem}}.p-faq__a-mark{display:flex;justify-content:center;align-items:center;width:3.375rem;height:3.375rem;border-radius:50%;font-family:Noto Sans JP,sans-serif;font-size:2.25rem;font-weight:500;line-height:1;color:#fff;background-color:#000;flex-shrink:0}@media screen and (max-width: 768px){.p-faq__a-mark{width:1.9375rem;height:1.9375rem;font-size:1rem}}.p-faq__a-text{flex:1;margin:0;padding-top:.5rem;font-family:Noto Sans JP,sans-serif;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400;line-height:1.36;color:#000}@media screen and (max-width: 768px){.p-faq__a-text{padding-top:.25rem;font-size:clamp(.75rem,3.8vw,.9375rem)}}.p-features{padding:64px 0 48px;background-color:#e9e7e0}@media (width <= 375px){.p-features{padding:3.75rem 1.25rem 3rem}}.p-features__inner{width:100%;max-width:430px;margin:0 auto;padding:0 40px}@media (width <= 375px){.p-features__inner{padding:2.5rem}}.p-features__title{text-align:center}.p-features__title-img{display:block;width:100%;height:auto;margin:0 auto;-o-object-fit:contain;object-fit:contain}.p-features__slider-area{position:relative;width:100%}.p-features__slider .p-features__item{padding:0 8px}@media (width <= 375px){.p-features__slider .p-features__item{padding:0 .5rem}}.p-features__slider .p-features__item-image{width:100%;margin-top:48px}@media (width <= 375px){.p-features__slider .p-features__item-image{margin-top:3rem}}.p-features__slider .p-features__item-img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1}.p-features__slider .p-features__item-content{padding:24px 16px}@media (width <= 375px){.p-features__slider .p-features__item-content{padding:1.5rem 1rem}}.p-features__slider .p-features__item-title{margin:0 0 12px;font-size:20px;font-weight:700;color:green}@media (width <= 375px){.p-features__slider .p-features__item-title{margin-bottom:.75rem;font-size:1.25rem}}.p-features__slider .p-features__item-text{margin:0;font-size:14px;font-weight:400;line-height:1.8;color:#212529}@media (width <= 375px){.p-features__slider .p-features__item-text{font-size:.875rem}}.c-features-title-img{width:auto;height:18px;-o-object-fit:contain;object-fit:contain}.p-features__slider .slick-dots{position:relative;bottom:auto;display:flex;justify-content:center;gap:12px;margin-top:30px;text-align:center}@media (width <= 375px){.p-features__slider .slick-dots{gap:.75rem;margin-top:1.875rem}}.p-features__slider .slick-dots li{width:9px;height:9px;margin:0}@media (width <= 375px){.p-features__slider .slick-dots li{width:.625rem;height:.625rem}}.p-features__slider .slick-dots li button{width:9px;height:9px;padding:0;border:.64px solid #008000;border-radius:50%;background-color:transparent;transition:background-color .3s ease,transform .3s ease}@media (width <= 375px){.p-features__slider .slick-dots li button{width:.625rem;height:.625rem}}.p-features__slider .slick-dots li button:before{display:none}.p-features__slider .slick-dots li.slick-active button{background-color:green}.p-features__slider .c-features-arrow{position:absolute;top:34%;z-index:10;width:30px;height:30px;padding:0;border:none;background:transparent;cursor:pointer;transform:translateY(-50%)}@media (width <= 375px){.p-features__slider .c-features-arrow{width:2.25rem;height:2.25rem}}.p-features__slider .c-features-arrow img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.p-features__slider .c-features-arrow:before{display:none}.p-features__slider .c-features-arrow--prev{left:2px}@media (width <= 375px){.p-features__slider .c-features-arrow--prev{left:.125rem}}.p-features__slider .c-features-arrow--prev img{transform:scaleX(-1)}.p-features__slider .c-features-arrow--next{right:2px}@media (width <= 375px){.p-features__slider .c-features-arrow--next{right:.125rem}}.p-flow{padding:5rem 25px;background-color:#faee00}@media screen and (max-width: 768px){.p-flow{padding:3.5rem 20px}}.p-flow__inner{width:100%;max-width:76rem;margin:0 auto}.p-flow__header{display:flex;flex-direction:column;gap:4rem;max-width:46.25rem;margin:0 auto 4.4375rem}@media screen and (max-width: 768px){.p-flow__header{gap:1.5rem;margin-bottom:2.5rem}}.p-flow__title{margin:0;text-align:center}.p-flow__title>span{display:inline-block}.p-flow__lead{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.58;text-align:center;color:#000}@media screen and (max-width: 768px){.p-flow__lead{font-size:clamp(.75rem,3.8vw,1rem);text-align:left}}.p-flow__list{display:flex;flex-direction:column;align-items:center;gap:.5625rem}.p-flow__item{display:flex;align-items:center;gap:5.625rem;width:100%;max-width:73.75rem;padding:1.75rem 2.75rem;background-color:#fff}@media screen and (max-width: 768px){.p-flow__item{flex-direction:column;gap:1rem;padding:1.5rem 1.25rem;text-align:center}}.p-flow__item-img{width:6.25rem;height:6.25rem;flex-shrink:0}@media screen and (max-width: 768px){.p-flow__item-img{display:none}}.p-flow__img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.p-flow__item-body{display:flex;flex:1;flex-direction:column;gap:.5625rem}.p-flow__step-label{margin:0;font-family:Roboto Condensed,sans-serif;font-size:2rem;font-weight:700;line-height:1.17;color:#faee00}@media screen and (max-width: 768px){.p-flow__step-label{font-size:clamp(1.125rem,6.8vw,1.5rem)}}.p-flow__item-title{margin:0;font-family:Noto Sans JP,sans-serif;font-size:2rem;font-weight:500;line-height:1.36;color:#000}@media screen and (max-width: 768px){.p-flow__item-title{font-size:clamp(.875rem,4.8vw,1.25rem)}}.p-flow__item-text{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;color:#000}@media screen and (max-width: 768px){.p-flow__item-text{font-size:.875rem;text-align:left}}.p-flow__arrow{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem}.p-flow__arrow:after{display:block;width:2.1875rem;height:1.875rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='30' viewBox='0 0 35 30' fill='none'%3E%3Cpath d='M17.3203 30L-0.000195742 -3.26266e-06L34.6408 -2.34249e-07L17.3203 30Z' fill='black'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;content:""}.p-footer{width:100%;padding:1.875rem 0;background-color:#000}@media screen and (max-width: 768px){.p-footer{padding:1.25rem 0}}.p-footer__copyright{text-align:center}.p-footer__copyright small{font-family:Noto Sans JP,sans-serif;font-size:.875rem;font-weight:400;color:#fff}@media screen and (max-width: 768px){.p-footer__copyright small{font-size:.8125rem}}.p-fv{position:relative;min-height:clamp(40rem,75vh,43.75rem);margin-top:var(--header-height);background-color:#faee00;overflow:hidden}@media (width >= 1920px){.p-fv{min-height:clamp(640px,90vh,900px)}}@media screen and (max-width: 768px){.p-fv{display:flex;flex-direction:column;min-height:0}}.p-fv__bg{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0}@media screen and (max-width: 768px){.p-fv__bg{position:relative;flex:0 0 auto;width:100%;min-height:0;margin-top:0;overflow:hidden;order:2;inset:auto}}.p-fv__img{position:absolute;top:0;left:50%;width:calc(100% + 1.5rem);height:100%;min-height:clamp(40rem,82vh,50rem);transform:translate(calc(-52% + 1.5rem));-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}@media (width >= 1440px){.p-fv__img{right:-2rem;width:calc(100% + 2rem);transform:translate(calc(-50% + 1.5rem));-o-object-position:left 10%;object-position:left 10%}}@media screen and (max-width: 1024px){.p-fv__img{min-height:clamp(40rem,80vh,45rem);-o-object-position:center;object-position:center}}@media screen and (max-width: 768px){.p-fv__img{position:static;width:100%;height:auto;min-height:0;transform:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}}.p-fv__inner{position:relative;z-index:2;display:flex;align-items:center;width:100%;min-height:clamp(40rem,80vh,45rem);padding:2.5rem}@media (width >= 1910px){.p-fv__inner{padding:2.5rem}}@media screen and (max-width: 768px){.p-fv__inner{flex-direction:column;justify-content:flex-start;align-items:center;min-height:14.375rem;padding:1.75rem 1.25rem 1.25rem;order:1}}.p-fv__content{position:relative;max-width:35rem}@media (width >= 1440px){.p-fv__content{max-width:-moz-fit-content;max-width:fit-content}}@media screen and (max-width: 768px){.p-fv__content{z-index:2;width:100%;text-align:center}}.p-fv__title{display:flex;flex-direction:column;gap:.5rem;margin:0;font-family:Noto Sans JP,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.5;color:#000}@media (width >= 1440px){.p-fv__title{font-size:clamp(1.5rem,3vw,2.5rem)}}@media screen and (max-width: 768px){.p-fv__title{align-items:center;gap:.25rem;font-size:clamp(1.125rem,5.7vw,1.375rem);line-height:1.35}}.p-fv__title-line{display:block;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 768px){.p-fv__title-line{width:auto}}.p-fv__title-line--highlight{font-size:clamp(3.5rem,5.8vw,4.5rem);font-weight:600;line-height:1.1}@media (width >= 1910px){.p-fv__title-line--highlight{font-size:clamp(3.5rem,6.8vw,7.125rem)}}@media (width >= 1440px){.p-fv__title-line--highlight{font-size:clamp(3.5rem,5.8vw,5rem)}}@media screen and (max-width: 768px){.p-fv__title-line--highlight{font-size:clamp(3.5rem,14vw,4rem)}}.p-fv__title-line--bg-black{display:inline-block;padding:.875rem .75rem;font-size:clamp(1.5rem,3.8vw,3rem);font-weight:600;line-height:1.1;color:#fff;background-color:#000}@media (width >= 1440px){.p-fv__title-line--bg-black{font-size:clamp(1.5rem,3.8vw,3.5rem)}}@media screen and (max-width: 768px){.p-fv__title-line--bg-black{display:inline;padding:0;font-size:clamp(1.5rem,10.28vw,2.25rem);line-height:1;color:#000;background-color:transparent}}.p-fv__title-line-group{display:contents}@media screen and (max-width: 768px){.p-fv__title-line-group{display:flex;flex-wrap:wrap;justify-content:center;gap:0 .25rem}}.p-gallery{padding:60px 20px;background-color:#fff}@media (width <= 375px){.p-gallery{padding:3.75rem 1.25rem}}.p-gallery__inner{width:100%;max-width:1200px;margin:0 auto}.p-gallery__title{margin:0;font-size:24px;font-weight:700;text-align:center;color:green}@media (width <= 375px){.p-gallery__title{font-size:1.5rem}}.p-gallery__lead{margin:16px 0 0;font-size:14px;font-weight:400;line-height:1.8;text-align:center;color:#212529}@media (width <= 375px){.p-gallery__lead{margin-top:1rem;font-size:.875rem}}.p-gallery__slider{position:relative;width:100%;margin-top:40px;overflow:hidden}@media (width <= 375px){.p-gallery__slider{margin-top:2.5rem}}.p-gallery__track{display:flex;width:-moz-fit-content;width:fit-content;animation:gallery-scroll 60s linear infinite;will-change:transform}.p-gallery__slider:hover .p-gallery__track{animation-play-state:paused}.p-gallery__item{position:relative;width:200px;margin-right:16px;cursor:pointer;transition:transform .3s ease;flex-shrink:0}@media (width <= 375px){.p-gallery__item{width:12.5rem;margin-right:1rem}}.p-gallery__item:hover{transform:scale(1.05)}.p-gallery__img{display:block;width:100%;height:auto;border-radius:8px;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}@media (width <= 375px){.p-gallery__img{border-radius:.5rem}}.p-gallery__tag{position:absolute;bottom:12px;left:12px;margin:0;font-size:12px;font-weight:400;line-height:1.6;text-align:left;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}@media (width <= 375px){.p-gallery__tag{bottom:.75rem;left:.75rem;font-size:.75rem}}@keyframes gallery-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.p-gallery-lightbox{position:fixed;top:0;left:0;z-index:10000;display:flex;justify-content:center;align-items:center;width:100%;height:100%;opacity:0;transition:opacity .3s ease;pointer-events:none}.p-gallery-lightbox.is-open{opacity:1;pointer-events:auto}.p-gallery-lightbox__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.p-gallery-lightbox__content{position:relative;z-index:1;width:90%;max-width:800px;max-height:90vh}.p-gallery-lightbox__close{position:absolute;top:-40px;right:0;z-index:2;display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;font-size:24px;font-weight:700;color:#212529;background-color:#ffffffe6;cursor:pointer;transition:background-color .3s ease}@media (width <= 375px){.p-gallery-lightbox__close{top:-2.5rem;width:2.5rem;height:2.5rem;font-size:1.5rem}}.p-gallery-lightbox__close:hover{background-color:#fff}.p-gallery-lightbox__img{display:block;width:100%;height:auto;max-height:90vh;border-radius:8px;-o-object-fit:contain;object-fit:contain}@media (width <= 375px){.p-gallery-lightbox__img{border-radius:.5rem}}body.is-gallery-lightbox-open{overflow:hidden}.p-header{height:5.625rem;background-color:#fff}.p-header__inner{display:flex;justify-content:space-between;align-items:center;height:inherit;padding:0 4.375rem}@media screen and (max-width: 768px){.p-header__inner{padding:0 1.25rem}}.p-header__logo{display:flex;align-items:center;width:9.75rem;height:inherit}.p-header__logo a{display:flex;align-items:center;height:inherit}.p-header__logo img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.p-header__nav{display:block;height:inherit}@media screen and (max-width: 768px){.p-header__nav{display:none}}.p-header__nav-list{display:flex;align-items:center;gap:.5rem;height:inherit}.p-header__nav-item:not(.p-header__nav-item--cta) a{position:relative;display:inline-block;margin:0 .875rem;padding:.625rem 0;font-size:.875rem;font-weight:500;line-height:1;text-transform:uppercase;color:#333}.p-header__nav-item:not(.p-header__nav-item--cta) a span{position:relative;display:inline-block}.p-header__nav-item:not(.p-header__nav-item--cta) a span:after{position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#faee00;transition:width .3s ease;transform:translate(-50%);content:""}.p-header__nav-item:not(.p-header__nav-item--cta) a:hover span:after{left:50%;width:100%;transform:translate(-50%)}.p-header__nav-item:not(.p-header__nav-item--cta) a:not(:has(span)):after{position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#faee00;transition:width .3s ease;transform:translate(-50%);content:""}.p-header__nav-item:not(.p-header__nav-item--cta) a:not(:has(span)):hover:after{left:50%;width:100%;transform:translate(-50%)}.p-header__nav-item--cta{margin-left:.875rem}.p-header__nav-item--cta a{position:relative;z-index:3;height:auto;padding:.625rem 1rem;border-radius:62.4375rem;font-weight:500;text-align:center;color:#fff;background:#000;overflow:hidden;transition:ease .2s}.p-header__nav-item--cta a span{position:relative;z-index:3;display:inline-flex;align-items:center;gap:.625rem;color:#fff;transition:color .6s cubic-bezier(.8,0,.2,1) 0s}.p-header__nav-item--cta a .p-header__arrow-icon{display:inline-block;width:.5rem;height:.75rem;transition:stroke .6s cubic-bezier(.8,0,.2,1) 0s;flex-shrink:0;stroke:currentcolor}.p-header__nav-item--cta a:before{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;border-radius:62.4375rem;background:#fff;transition:transform .6s cubic-bezier(.8,0,.2,1) 0s;transform:scaleX(0);content:"";transform-origin:right top}.p-header__nav-item--cta a:after{position:absolute;z-index:2;border:1px solid #000;border-radius:62.4375rem;top:-1px;right:-1px;bottom:-1px;left:-1px;content:"";pointer-events:none}.p-header__nav-item--cta a:hover span{color:#000}.p-header__nav-item--cta a:hover:before{transform:scale(1);transform-origin:left top}.p-header__hamburger{position:absolute;right:.625rem;z-index:9999;display:none;width:2.75rem;height:2.75rem;border:none;background:transparent;cursor:pointer}@media screen and (max-width: 768px){.p-header__hamburger{display:inline-flex;justify-content:center;align-items:center}}.p-header__hamburger span{position:absolute;left:50%;width:2.3125rem;height:2px;background-color:#333;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-50%);transform-origin:center}.p-header__hamburger span:nth-of-type(1){top:.875rem}.p-header__hamburger span:nth-of-type(2){top:1.6875rem}.p-header__hamburger span:nth-of-type(3){top:2.5rem}.p-header__hamburger.is-open span:nth-of-type(1){top:1.3125rem;transform:translate(-50%) rotate(45deg)}.p-header__hamburger.is-open span:nth-of-type(2){opacity:0;transform:translate(-50%) scaleX(0)}.p-header__hamburger.is-open span:nth-of-type(3){top:1.3125rem;transform:translate(-50%) rotate(-45deg)}.p-header__overlay{position:fixed;z-index:900;display:block;background:#0006;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility .4s;top:0;right:0;bottom:0;left:0}.p-header__drawer{position:fixed;top:0;right:0;z-index:950;display:flex;flex-direction:column;justify-content:top;align-items:center;width:80%;height:100%;padding:6.25rem 1.25rem 1.5rem;background-color:#fff;overflow-y:auto;transition:transform .4s cubic-bezier(.4,0,.2,1);transform:translate(100%);will-change:transform}.p-header__drawer.is-open{transform:translate(0)}.p-header__overlay.is-open{opacity:1;visibility:visible}.p-header__drawer-close{width:2.75rem;height:2.75rem;margin-bottom:1.25rem;border:none;color:#000;background:transparent;cursor:pointer;align-self:flex-end}.p-header__drawer-close svg{width:100%;height:100%}.p-header__drawer-close:hover{opacity:.7}.p-header__drawer-nav{width:100%}.p-header__drawer-list{display:flex;flex-direction:column;align-items:center;gap:0;margin:0;padding:0;list-style:none}.p-header__drawer-item a{position:relative;display:block;padding:1.25rem 0;font-size:1rem;font-weight:400;text-decoration:none;color:#000;opacity:1}.p-header__drawer-item a:after{position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#faee00;transition:width .3s ease;content:""}.p-header__drawer-item a:hover{opacity:1}.p-header__drawer-item a:hover:after{width:100%}.p-header__drawer-item a.is-active:after{width:100%}.p-header__drawer-button{max-width:17rem;padding-top:1.875rem}.p-header__drawer-button .c-btn{width:100%;border:1px solid #000;color:#fff;background:#000}.p-header__drawer-button .c-btn span{color:#fff}.p-header__drawer-button .c-btn:hover{opacity:1}.p-header__drawer-button .c-btn:hover span{color:#fff}.no-scroll{overflow:hidden}.p-highlight{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 2.5rem 1.625rem;border-bottom:.25rem solid #FAEE00;color:#fff;background-color:#000}@media screen and (max-width: 768px){.p-highlight{padding:1.5rem 1.25rem 1.25rem;border-bottom-width:.1875rem}}.p-highlight__inner{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:75rem;margin:0 auto;text-align:center}.p-highlight__title{margin:0;line-height:1.36;text-align:center;color:#fff}.p-highlight__text{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.7;text-align:center}@media screen and (max-width: 768px){.p-highlight__text{font-size:1rem}}.p-highlight__highlight{margin:1.5rem 0 0;font-family:Noto Sans JP,sans-serif;font-weight:700;text-align:center;color:#faee00}@media screen and (max-width: 1024px){.p-highlight__highlight{margin-top:0}}.p-highlight__highlight-large{font-size:2rem}@media screen and (max-width: 768px){.p-highlight__highlight-large{font-size:clamp(1.4375rem,2.5vw,2rem)}}.p-highlight__highlight-small{font-size:1.25rem}@media screen and (max-width: 768px){.p-highlight__highlight-small{font-size:1rem}}.p-join{padding:60px 20px;background-color:#f5f0e8}@media (width <= 375px){.p-join{padding:3.75rem 1.25rem}}.p-join__inner{width:100%;max-width:430px;margin:0 auto}.p-join__title{display:flex;justify-content:center;align-items:baseline;gap:8px;margin:0 0 40px;font-family:Roboto Condensed,sans-serif;text-align:center}@media (width <= 375px){.p-join__title{gap:.5rem;margin-bottom:2.5rem}}.p-join__title-outline{font-size:32px;font-weight:700;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px #008000}@media (width <= 375px){.p-join__title-outline{font-size:2rem}}.p-join__title-green{font-size:32px;font-weight:700;line-height:1.2;color:green}@media (width <= 375px){.p-join__title-green{font-size:2rem}}.p-join__accordion{display:flex;flex-direction:column;gap:16px}@media (width <= 375px){.p-join__accordion{gap:1rem}}.p-join__item{border-radius:12px;background-color:#fff;overflow:hidden}@media (width <= 375px){.p-join__item{border-radius:.75rem}}.p-join__item-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;border:none;background:none;cursor:pointer;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent}@media (width <= 375px){.p-join__item-header{padding:1.25rem 1.5rem}}.p-join__item-header:hover{background-color:#00000005}.p-join__item-title{font-size:16px;font-weight:700;line-height:1.4;color:#333}@media (width <= 375px){.p-join__item-title{font-size:1rem}}.p-join__item-icon{position:relative;display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%;background-color:green;transition:transform .3s ease;flex-shrink:0}@media (width <= 375px){.p-join__item-icon{width:2rem;height:2rem}}.p-join__item-icon:after{position:absolute;top:50%;left:50%;display:block;width:10px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;transition:width .3s ease,height .3s ease,border .3s ease,transform .3s ease;transform:translate(-50%,-30%) rotate(45deg);content:""}@media (width <= 375px){.p-join__item-icon:after{width:.625rem;height:.625rem}}.p-join__item--open .p-join__item-icon:after{width:14px;height:2px;border-right:none;border-bottom:2px solid #fff;transform:translate(-50%,-50%) rotate(0)}@media (width <= 375px){.p-join__item--open .p-join__item-icon:after{width:.875rem;height:.125rem}}.p-join__item-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.p-join__item--open .p-join__item-body{grid-template-rows:1fr}.p-join__item-content{padding:24px 20px;background-color:#fff;overflow:hidden}@media (width <= 375px){.p-join__item-content{padding:1.5rem 1.25rem}}.p-join__item-divider{width:100%;height:1px;margin:0;background-color:#e5e5e5}.p-join__item-text{margin:0;font-size:14px;font-weight:400;line-height:1.8;color:#212529}@media (width <= 375px){.p-join__item-text{font-size:.875rem}}.p-join__item-text+.p-join__item-text{margin-top:8px}@media (width <= 375px){.p-join__item-text+.p-join__item-text{margin-top:.5rem}}.p-join__price-list{display:flex;flex-direction:column;margin:0}@media (width <= 375px){.p-join__price-list{margin:0}}.p-join__price-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #E5E5E5}@media (width <= 375px){.p-join__price-row{padding:1rem 0}}.p-join__item-divider+.p-join__price-row{margin-top:0;border-top:1px solid #E5E5E5}.p-join__price-store{font-size:13px;font-weight:500;line-height:1.6;color:#333}@media (width <= 375px){.p-join__price-store{font-size:.8125rem}}.p-join__price-label{display:inline-block;margin-left:6px;padding:1px 8px;border:1px solid #008000;border-radius:4px;font-size:10px;font-weight:500;line-height:1.6;color:green;vertical-align:middle}@media (width <= 375px){.p-join__price-label{margin-left:.375rem;padding:.0625rem .5rem;border-radius:.25rem;font-size:.625rem}}.p-join__price-value{font-family:Roboto Condensed,sans-serif;font-size:20px;font-weight:700;line-height:1.2;color:#2c5f2d;flex-shrink:0}@media (width <= 375px){.p-join__price-value{font-size:1.25rem}}.p-join__price-unit{font-size:13px;font-weight:500;color:#2c5f2d}@media (width <= 375px){.p-join__price-unit{font-size:.8125rem}}.p-join__price-note{margin:24px 0;padding:24px 0;border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;font-size:12px;font-weight:400;line-height:1.8;color:#333}@media (width <= 375px){.p-join__price-note{margin:1.5rem 0;padding:1.5rem 0;font-size:.75rem}}.p-join__price-footnote{margin:16px 0 0;font-size:11px;font-weight:400;line-height:1.6;text-align:center;color:#999}@media (width <= 375px){.p-join__price-footnote{margin-top:1rem;font-size:.6875rem}}.p-locations{padding:60px 20px;background-color:#f5f0e8}@media (width <= 375px){.p-locations{padding:3.75rem 1.25rem}}.p-locations__inner{width:100%;max-width:430px;margin:0 auto}.p-locations__title{display:flex;justify-content:center;align-items:baseline;gap:8px;margin:0 0 40px;font-family:Roboto Condensed,sans-serif;text-align:center}@media (width <= 375px){.p-locations__title{gap:.5rem;margin-bottom:2.5rem}}.p-locations__title-outline{font-size:32px;font-weight:700;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px #008000}@media (width <= 375px){.p-locations__title-outline{font-size:2rem}}.p-locations__title-green{font-size:32px;font-weight:700;line-height:1.2;color:green}@media (width <= 375px){.p-locations__title-green{font-size:2rem}}.p-locations__content{text-align:center}.p-locations__text{margin:0;font-size:14px;font-weight:400;line-height:1.8;color:#212529}@media (width <= 375px){.p-locations__text{font-size:.875rem}}.p-locations__text-large{margin:8px 0 0;font-size:24px;font-weight:700;line-height:1.4;color:#212529}@media (width <= 375px){.p-locations__text-large{margin-top:.5rem;font-size:1.5rem}}.p-locations__text-note{margin:4px 0 0;font-size:11px;font-weight:400;line-height:1.6;color:#212529;opacity:.7}@media (width <= 375px){.p-locations__text-note{margin-top:.25rem;font-size:.6875rem}}.p-locations__buttons{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:32px}@media (width <= 375px){.p-locations__buttons{gap:1rem;margin-top:2rem}}.p-locations__btn{display:inline-flex;justify-content:center;align-items:center;gap:12px;width:100%;max-width:280px;padding:16px 32px;border:2px solid #008000;border-radius:40px;font-size:16px;font-weight:700;line-height:1.4;text-align:center;text-decoration:none;color:green;background-color:#fff;transition:opacity .3s ease}@media (width <= 375px){.p-locations__btn{gap:.75rem;max-width:17.5rem;padding:1rem 2rem;border-width:.125rem;border-radius:2.5rem;font-size:1rem}}.p-locations__btn:hover{opacity:.8}.p-locations__btn-arrow{display:flex;justify-content:center;align-items:center;width:24px;height:24px;flex-shrink:0}@media (width <= 375px){.p-locations__btn-arrow{width:1.5rem;height:1.5rem}}.p-locations__btn-arrow:before{display:block;width:8px;height:8px;border-top:2px solid #008000;border-right:2px solid #008000;transform:rotate(45deg);content:""}@media (width <= 375px){.p-locations__btn-arrow:before{width:.5rem;height:.5rem;border-top-width:.125rem;border-right-width:.125rem}}.p-locations__link{font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;color:green;transition:opacity .3s ease}@media (width <= 375px){.p-locations__link{font-size:.875rem}}.p-locations__link:hover{opacity:.7}.p-offer{padding:40px 0 72px;background-color:green}@media (width <= 375px){.p-offer{padding:2.5rem 0 4.5rem}}.p-offer__inner{display:flex;justify-content:center;align-items:center;width:100%;max-width:430px;margin:0 auto;padding:0 40px}@media (width <= 375px){.p-offer__inner{padding:2.5rem}}.p-offer__img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.p-offer-details{background-color:green}.p-offer-details__inner{width:100%;max-width:430px;margin-top:40px}.p-offer-details__main{padding:20px 20px 40px;border-radius:20.27px;background-color:#ebd5a1}@media (width <= 375px){.p-offer-details__main{padding:1.25rem 1.25rem 2.5rem}}.p-offer-details__img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.p-offer-details__text{width:100%;max-width:430px;margin:20px auto;font-size:12px;font-weight:400;line-height:1.6;text-align:left;color:#fff}@media (width <= 375px){.p-offer-details__text{margin-bottom:1.25rem;font-size:.75rem}}.p-offer-details__text p{margin:0}.p-offer-details__button{display:flex;justify-content:center;align-items:center;width:100%;max-width:430px;margin:48px auto 0}.p-price{padding:5rem 25px;background-color:#faee00}@media screen and (max-width: 768px){.p-price{padding:3.5rem 20px}}.p-price__inner{width:100%;max-width:75rem;margin:0 auto}.p-price__card{padding:3.375rem 1.25rem 5.6875rem;border-radius:.9375rem;background-color:#fff}@media screen and (max-width: 768px){.p-price__card{padding:2.5rem 1rem}}.p-price__title{margin:0 0 2.5rem}@media screen and (max-width: 768px){.p-price__title{margin-bottom:1.5rem}}.p-price__table{width:clamp(600px,58vw,832px);margin:0 auto;border-collapse:collapse}@media screen and (max-width: 768px){.p-price__table{width:100%}}.p-price__th{padding:1.25rem 3.75rem;border:1px solid #d9d9d9;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.4;text-align:center;color:#000;background-color:#faee00}@media screen and (max-width: 768px){.p-price__th{padding:.25rem 1rem;font-size:1rem}}.p-price__td{padding:1.25rem 3.75rem;border:1px solid #d9d9d9;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;line-height:1.4;text-align:center;color:#000}@media screen and (max-width: 768px){.p-price__td{padding:.75rem 1rem;font-size:.9375rem}}.p-price__td--type{font-weight:500;background-color:#fffee2}.p-price__td--cost{font-family:Roboto,sans-serif;font-size:2rem;font-weight:600;background-color:#fff}@media screen and (max-width: 768px){.p-price__td--cost{font-size:1.25rem}}.p-promise{padding:5rem 25px;background-color:#faee00}@media screen and (max-width: 768px){.p-promise{padding:3.5rem 20px}}.p-promise__inner{width:100%;max-width:50rem;margin:0 auto}.p-promise__title{margin:0 0 2.5rem}@media screen and (max-width: 768px){.p-promise__title{margin-bottom:1.75rem}}.p-promise__list{display:flex;flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none}.p-promise__item{display:flex;align-items:center;gap:1.5rem}@media screen and (max-width: 768px){.p-promise__item{gap:clamp(1rem,4vw,1.5rem)}}.p-promise__icon{width:3.125rem;height:3.125rem;flex-shrink:0}.p-promise__icon-img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.p-promise__text{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.5;color:#000}@media screen and (max-width: 768px){.p-promise__text{font-size:clamp(.96875rem,3.8vw,1.125rem)}}.p-reason{padding:5rem 25px 5.5rem;background-color:#000}@media screen and (max-width: 768px){.p-reason{padding:4rem 20px 4.5rem}}.p-reason__inner{width:100%;max-width:75rem;margin:0 auto}@media screen and (max-width: 768px){.p-reason__inner{padding:0 3.25vw}}.p-reason__title{margin:0 0 3rem;color:#fff}@media screen and (max-width: 768px){.p-reason__title{margin-bottom:2rem}}.p-reason__list{display:grid;gap:1.875rem;grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none}@media screen and (max-width: 768px){.p-reason__list{gap:1.5rem;grid-template-columns:1fr;max-width:37.5rem;margin:0 auto}}.p-reason__item{display:flex;flex-direction:column;border-radius:.3125rem;overflow:hidden}.p-reason__img-wrap{overflow:hidden;aspect-ratio:375/250}.p-reason__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-reason__body{display:flex;flex-direction:column;gap:.8125rem;padding:1.125rem 1.25rem 1.5rem;text-align:center;background-color:#fff}@media screen and (max-width: 768px){.p-reason__body{padding:1rem 1rem 1.25rem}}.p-reason__heading{margin:0;font-family:Noto Sans JP,sans-serif;font-size:clamp(1.25rem,1.8vw,1.5rem);font-weight:500;line-height:1.4;color:#000}@media screen and (max-width: 768px){.p-reason__heading{font-size:clamp(1.125rem,1.7vw,1.5rem)}}.p-reason__text{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:400;line-height:1.625;text-align:left;color:#212529}@media screen and (max-width: 768px){.p-reason__text{font-size:clamp(.875rem,4.5vw,1rem)}}.p-reason__accent{height:.5rem;margin-top:3rem;background-color:#faee00}@media screen and (max-width: 768px){.p-reason__accent{height:.375rem;margin-top:2.5rem}}.p-recruit{margin-top:5.5rem}.p-recruit__inner{position:relative}.p-recruit__box{display:flex;margin-top:3.75rem;border:var(--border-black);border-radius:1.25rem;overflow:hidden}@media screen and (max-width: 768px){.p-recruit__box{flex-direction:column;gap:1.875rem;margin-top:1.6875rem}}.p-recruit__box-left{display:flex;flex:1;flex-direction:column;gap:1.75rem;padding:2.5rem 1.25rem 2.5rem 2rem}@media screen and (max-width: 768px){.p-recruit__box-left{gap:1.5rem;padding:1.5rem}}.p-recruit__box-left-content{display:flex;flex-direction:column;gap:.75rem}@media screen and (max-width: 768px){.p-recruit__box-left-content{gap:.75rem}}.p-recruit__content-title{font-size:1.5rem;font-weight:700;color:#212529}@media screen and (max-width: 768px){.p-recruit__content-title{font-size:1.25rem}}.p-recruit__content-list{margin:0;padding:0;list-style:none}.p-recruit__content-item p{margin:0;font-size:1.0625rem;font-weight:400;color:#212529}@media screen and (max-width: 768px){.p-recruit__content-item p{font-size:.875rem;line-height:1.7}}.p-recruit__box-right{display:flex;justify-content:center;align-items:center;width:56%;max-width:40.0625rem;border-radius:0 1.25rem 1.25rem 0;background-color:#f5f5f5}@media screen and (max-width: 768px){.p-recruit__box-right{width:100%;max-width:100%;margin:0 auto;padding:1.5rem;border-radius:0}}.p-recruit__box-right img{display:block;width:clamp(13.5rem,24vw,17.5625rem);height:auto;aspect-ratio:281/400;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 768px){.p-recruit__box-right img{width:clamp(9.375rem,40vw,10.8125rem)}}.p-result__inner{width:100%}.p-result__header{margin-top:0;padding:20px 16px;border-top:none;border-radius:0;text-align:center;background-color:green;transition:background-color .3s ease,border-radius .3s ease}@media (width <= 375px){.p-result__header{padding:1.25rem 1rem}}.p-result__title{margin:0 0 8px;font-size:21px;font-weight:500;text-align:center;letter-spacing:.1em;color:#fff}@media (width <= 375px){.p-result__title{margin-bottom:.5rem;font-size:1.3125rem}}.p-result__subtitle{margin:0;font-size:14px;font-weight:400;color:#fff}@media (width <= 375px){.p-result__subtitle{font-size:.875rem}}.p-result__service{padding:30px 20px;text-align:center;background-color:#fff}@media (width <= 375px){.p-result__service{padding:1.875rem 1.25rem}}.p-result__service-logo{display:block;width:100%;max-width:200px;height:auto;margin:0 auto;-o-object-fit:contain;object-fit:contain}@media (width <= 375px){.p-result__service-logo{max-width:12.5rem}}.p-result__description{padding:0 20px 20px;text-align:center;background-color:#fff}@media (width <= 375px){.p-result__description{padding:0 1.25rem 1.25rem}}.p-result__text{margin:0;font-size:18px;font-weight:500;line-height:1.7;color:green}@media (width <= 375px){.p-result__text{font-size:1.125rem}}.p-result__body{margin-top:40px;background-color:#fff}@media (width <= 375px){.p-result__body{margin-top:2.5rem}}.p-result__trainers{width:100%;background-color:#f5f5f5}.p-result__trainers-img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.p-result__special{position:relative;margin-top:40px}@media (width <= 375px){.p-result__special{margin-top:2.5rem}}.p-result__special-badge{position:absolute;top:-10px;left:20px;z-index:1;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:700;color:#fff;background-color:green}@media (width <= 375px){.p-result__special-badge{top:-.625rem;left:1.25rem;padding:.5rem 1rem;border-radius:1.25rem;font-size:.875rem}}.p-result__special-content{padding:30px 20px 20px;border-radius:20px;background-color:#ff8c00}@media (width <= 375px){.p-result__special-content{padding:1.875rem 1.25rem 1.25rem;border-radius:1.25rem}}.p-result__special-text{margin:8px 0 0;font-size:14px;font-weight:400;text-align:center;color:#fff}@media (width <= 375px){.p-result__special-text{margin-top:.5rem;font-size:.875rem}}.p-result__special-text:first-child{margin-top:0}.p-result__special-price{margin:16px 0 0;font-size:32px;font-weight:700;text-align:center;color:#fff}@media (width <= 375px){.p-result__special-price{margin-top:1rem;font-size:2rem}}.p-scroll-indicator{position:fixed;bottom:-20px;left:50%;z-index:100;display:flex;flex-direction:column;align-items:center;gap:12px;transition:opacity .5s ease,visibility .5s ease;transform:translate(-50%);pointer-events:none}@media (width <= 375px){.p-scroll-indicator{bottom:2.5rem;gap:.75rem}}.p-scroll-indicator.is-hidden{opacity:0;visibility:hidden}.p-scroll-indicator__text{margin:0;font-family:Roboto Condensed,sans-serif;font-size:12px;font-weight:500;letter-spacing:.1em;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}@media (width <= 375px){.p-scroll-indicator__text{font-size:.75rem}}.p-scroll-indicator__line{position:relative;width:1px;height:54px;margin-top:8px;background-color:#fff}@media (width <= 375px){.p-scroll-indicator__line{height:2.5rem;margin-top:.5rem}}.p-scroll-indicator__line:after{position:absolute;top:100%;left:50%;width:5px;height:5px;border-radius:50%;box-shadow:0 1px 3px #0000004d;background-color:#fff;transform:translate(-50%) rotate(45deg);animation:scroll-indicator-move 1.4s cubic-bezier(.77,0,.175,1) 0s infinite;content:""}@media (width <= 375px){.p-scroll-indicator__line:after{width:.375rem;height:.375rem}}@keyframes scroll-indicator-move{0%{top:100%;transform:translate(-50%) rotate(45deg)}to{top:-5%;transform:translate(-50%) rotate(45deg)}}.p-scroll-indicator__dot{display:none}.p-side-tab{position:fixed;right:0;bottom:7.5rem;z-index:4000;display:flex;align-items:center;gap:1.5rem;height:4.5rem;padding:0 2rem 0 1.25rem;border-radius:.5rem 0 0 .5rem;box-shadow:0 4px 12px #0000004d;text-decoration:none;background:linear-gradient(90deg,#ff7a06 60%,#faee00);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .4s ease;transform:translate(calc(100% - 4rem))}.p-side-tab.is-visible{opacity:1;visibility:visible}.p-side-tab:hover{transform:translate(0)}@media screen and (max-width: 768px){.p-side-tab{display:none}}.p-side-tab__icon{width:1.875rem;height:1.875rem;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1);flex-shrink:0}.p-side-tab__body{display:flex;flex-direction:column;gap:.125rem}.p-side-tab__label{font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:400;line-height:1.4;color:#fff;white-space:nowrap}.p-side-tab__number{font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;white-space:nowrap}.p-side-tab__hours{font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.4;color:#fff;white-space:nowrap}.p-simulation{padding:5rem 25px;background-color:#fff;overflow:hidden}@media screen and (max-width: 768px){.p-simulation{padding:3.5rem 20px}}.p-simulation__inner{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:73.75rem;margin:0 auto}.p-simulation__lead{display:flex;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-family:Noto Sans JP,sans-serif;font-size:4rem;font-weight:100;line-height:normal;text-align:center;color:#000}@media screen and (max-width: 768px){.p-simulation__lead{margin-bottom:1rem;font-size:2.25rem}}@media screen and (max-width: 425px){.p-simulation__lead{width:clamp(13.75rem,60.3vw,21.875rem);margin-bottom:1.5rem}}.p-simulation__slash{display:inline-block;font-size:4rem;font-weight:100;line-height:1;color:#000}@media screen and (max-width: 768px){.p-simulation__slash{font-size:2.25rem}}.p-simulation__btn{position:relative;display:flex;justify-content:center;align-items:center;width:40.5rem;max-width:100%;height:8.1875rem;border-radius:.5rem;font-family:Noto Sans JP,sans-serif;font-size:2rem;font-weight:700;line-height:1;text-decoration:none;color:#fff;background:linear-gradient(90deg,#ff7a06 51.44%,#faee00);transition:opacity .3s ease;aspect-ratio:648/131}.p-simulation__btn:hover{opacity:.85}@media screen and (max-width: 768px){.p-simulation__btn{width:76.3vw;height:auto;font-size:clamp(.875rem,3.8vw,2rem);line-height:1.5;text-align:center;aspect-ratio:267/54}}@media screen and (max-width: 425px){.p-simulation__btn{width:100%;font-size:clamp(.875rem,4.5vw,2rem)}}.p-simulation__icon{position:absolute;top:-3.75rem;right:-5rem;pointer-events:none}@media screen and (max-width: 768px){.p-simulation__icon{top:-2.5rem;right:1rem}}.p-simulation__icon-img{display:block;width:clamp(7.5rem,14vw,11.1875rem);height:auto}@media screen and (max-width: 768px){.p-simulation__icon-img{width:clamp(4.875rem,10vw,6.25rem)}}@media screen and (max-width: 425px){.p-simulation__icon-img{width:clamp(3.125rem,8vw,6.25rem)}}.p-sticky-footer{position:fixed;bottom:0;left:0;z-index:9999;display:none;width:100%;height:56px}@media screen and (max-width: 768px){.p-sticky-footer{display:flex}}body.no-scroll .p-sticky-footer{display:none}.p-sticky-footer__btn{display:flex;flex:1;justify-content:center;align-items:center;gap:6px;height:100%;padding:0 4px;text-decoration:none;cursor:pointer;transition:opacity .3s ease}.p-sticky-footer__btn:hover{opacity:.85}.p-sticky-footer__btn--simulation{background-color:#ff7a06}.p-sticky-footer__btn--tel,.p-sticky-footer__btn--form{flex-direction:column;gap:2px;background-color:#000}.p-sticky-footer__btn--form .p-sticky-footer__icon{width:23px;height:17px}.p-sticky-footer__icon{width:15px;height:15px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.p-sticky-footer__label{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:1.67;text-align:center;color:#fff}.p-sticky-footer__text{display:flex;flex-direction:column}.p-sticky-footer__sub{font-family:Noto Sans JP,sans-serif;font-size:9px;font-weight:500;line-height:1.2;text-align:center;color:#fff}.p-trust{position:relative;min-height:clamp(43.75rem,60vw,68.75rem);background-color:#faee00}@media screen and (max-width: 768px){.p-trust{min-height:0;background:linear-gradient(to bottom,#faee00 50%,#000 50%)}}.p-trust__bg{position:absolute;top:0;right:0;left:-15px;z-index:0;max-height:100%;overflow:hidden}.p-trust__bg-img{display:block;width:100%;height:auto}.p-trust__inner{position:relative;z-index:1;width:100%;max-width:75rem;margin:0 auto;padding:9.625rem 25px}@media screen and (max-width: 768px){.p-trust__inner{padding:3.75rem 20px}}.p-trust__title{margin:0 0 2.5rem;color:#fff}@media screen and (max-width: 768px){.p-trust__title{margin-bottom:1.5rem}}.p-trust__cert{max-width:46.875rem;margin:0 auto;overflow:hidden}.p-trust__cert-img{display:block;width:100%;height:auto;max-height:28.125rem;cursor:zoom-in;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.p-trust__cert-img{width:clamp(18.75rem,30vw,28.125rem);height:auto;margin:0 auto}}@media screen and (max-width: 425px){.p-trust__cert-img{width:clamp(210px,20vw,18.75rem)}}.p-trust__modal{position:fixed;z-index:9999;display:none;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0}.p-trust__modal.is-open{display:flex}.p-trust__modal-overlay{position:absolute;background-color:#000c;top:0;right:0;bottom:0;left:0}.p-trust__modal-content{position:relative;z-index:1;width:90vw;max-width:43.75rem}.p-trust__modal-img{display:block;width:100%;height:auto}.p-trust__modal-close{position:absolute;top:-2.5rem;right:0;padding:0;border:none;font-size:2rem;line-height:1;color:#fff;background:none;cursor:pointer}.p-trust__cert-text{margin:0;padding:1rem 1.5rem;font-family:Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.6;color:#fff;background-color:#000}@media screen and (max-width: 768px){.p-trust__cert-text{padding:.75rem 1rem;font-size:.875rem}}.p-voice{padding:5rem 25px 6.875rem;background-color:#faee00}@media screen and (max-width: 768px){.p-voice{padding:3.5rem 20px}}.p-voice__inner{width:100%;max-width:73.75rem;margin:0 auto}.p-voice__title{margin:0 0 3rem}@media screen and (max-width: 768px){.p-voice__title{margin-bottom:2rem}}.p-voice__slider-wrap{position:relative;max-width:56.25rem;margin:0 auto;padding:0 3.75rem}@media screen and (max-width: 768px){.p-voice__slider-wrap{padding:0}}.p-voice__swiper{overflow:hidden}.p-voice__swiper .swiper-wrapper{align-items:stretch}.p-voice__swiper .swiper-slide{height:auto}.p-voice__arrow{position:absolute;top:50%;z-index:10;width:2.6875rem;height:2.6875rem;padding:0;border:none;border-radius:0;background:transparent;cursor:pointer;transition:filter .3s;transform:translateY(-50%)}.p-voice__arrow:hover{filter:invert(1)}@media screen and (max-width: 768px){.p-voice__arrow{width:1.5rem;height:1.5rem}}.p-voice__arrow--prev{left:0;transform:translateY(-50%) rotate(180deg)}@media screen and (max-width: 768px){.p-voice__arrow--prev{left:-.9375rem}}.p-voice__arrow--next{right:0}@media screen and (max-width: 768px){.p-voice__arrow--next{right:-.9375rem}}.p-voice__arrow-img{display:block;width:100%;height:100%;pointer-events:none}.p-voice__pagination.swiper-pagination{position:relative;top:auto!important;bottom:auto!important;display:flex;justify-content:center;gap:.75rem;margin-top:2.5rem}.p-voice__pagination.swiper-pagination .swiper-pagination-bullet{width:1.1875rem;height:1.1875rem;border-radius:50%;background-color:#bbb;opacity:1;transition:background-color .3s}@media screen and (max-width: 768px){.p-voice__pagination.swiper-pagination .swiper-pagination-bullet{width:.625rem;height:.625rem}}.p-voice__pagination.swiper-pagination .swiper-pagination-bullet-active{background-color:#000}.p-voice__card{display:flex;flex-direction:column;height:100%;border-radius:.5rem;background-color:#fff;overflow:hidden}.p-voice__card-img{width:100%;height:28.125rem;overflow:hidden}@media screen and (max-width: 768px){.p-voice__card-img{height:13.75rem}}.p-voice__card-photo{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-voice__card-body{padding:1.9375rem 3.375rem;background-color:#fff}@media screen and (max-width: 768px){.p-voice__card-body{padding:1.5rem 1.25rem}}.p-voice__card-header{display:flex;flex-direction:column;gap:1.375rem;margin-bottom:1.0625rem}@media screen and (max-width: 768px){.p-voice__card-header{gap:.75rem;margin-bottom:1rem}}.p-voice__card-title{margin:0;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.36;color:#000}@media screen and (max-width: 768px){.p-voice__card-title{font-size:1.125rem}}.p-voice__tag{display:inline-block;width:-moz-fit-content;width:fit-content;padding:.1875rem 1.0625rem;border:1px solid #000;font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:500;line-height:1.625;color:#000}@media screen and (max-width: 768px){.p-voice__tag{padding:.125rem .75rem;font-size:.8125rem}}.p-voice__detail{display:flex;flex-direction:column;margin:0}.p-voice__detail-row{display:flex;gap:.8125rem;padding:1rem 0}@media screen and (max-width: 768px){.p-voice__detail-row{flex-direction:column;gap:.25rem;padding:.375rem 0}}.p-voice__detail-label{width:8.75rem;font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:600;line-height:1.625;color:#000;flex-shrink:0}@media screen and (max-width: 768px){.p-voice__detail-label{width:auto;font-size:.8125rem}}.p-voice__detail-text{flex:1;margin:0;font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:400;line-height:1.625;color:#000}@media screen and (max-width: 768px){.p-voice__detail-text{font-size:.875rem}}.p-work{margin-top:5.5rem}@media screen and (max-width: 768px){.p-work{margin-top:3.9375rem}}.p-work__inner{position:relative}.p-work__box{display:flex;margin-top:3.75rem;border:var(--border-black);border-radius:1.25rem;overflow:hidden}@media screen and (max-width: 768px){.p-work__box{flex-direction:column;margin-top:2.5rem}}.p-work__box-left{display:flex;flex:1;flex-direction:column;padding:2.5rem 1.25rem 2.5rem 2rem}@media screen and (max-width: 768px){.p-work__box-left{padding:2rem 1.3125rem}}.p-work__box-left-content{display:flex;flex:1;flex-direction:column;gap:1.75rem;padding:2.5rem 1.25rem 2.5rem 2rem}@media screen and (max-width: 768px){.p-work__box-left-content{gap:1.5rem;padding:2rem 1.5rem}}.p-work__box-list{margin:0;padding:0;list-style:none}.p-work__box-item{margin-top:.75rem;padding-left:1em;font-size:1.0625rem;font-weight:400;line-height:1.8;color:#212529;text-indent:-1em}@media screen and (max-width: 768px){.p-work__box-item{margin-top:.625rem;font-size:.875rem}}.p-work__box-item:first-child{margin-top:0}.p-work__box-right{display:flex;justify-content:center;align-items:center;width:56%;max-width:40.0625rem;border-radius:0 1.25rem 1.25rem 0;background-color:#f5f5f5}@media screen and (max-width: 768px){.p-work__box-right{width:100%;max-width:100%;margin:0 auto;padding:2.5rem 1.5rem;border-radius:0}}.p-work__box-right img{display:block;width:clamp(28.125rem,33vw,29.4375rem);height:auto;aspect-ratio:471/300;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 768px){.p-work__box-right img{width:clamp(17.25rem,73vw,20.625rem);aspect-ratio:276/176}}.p-worries{position:relative;background-color:#fff;overflow:hidden}.p-worries__inner{width:100%;margin:0 auto}.p-worries__content{max-width:75rem;margin:0 auto;padding:5rem 25px}@media screen and (max-width: 768px){.p-worries__content{padding:3rem 20px 1rem}}.p-worries__title{display:flex;flex-wrap:wrap;justify-content:center;margin:0 0 3rem;font-family:Noto Sans JP,sans-serif;font-size:2rem;font-weight:700;line-height:1.4;text-align:center;color:#000}@media screen and (max-width: 768px){.p-worries__title{margin-bottom:2rem;font-size:clamp(1.5rem,4.2vw,2rem)}}@media screen and (max-width: 425px){.p-worries__title{font-size:clamp(1.375rem,4.2vw,2rem)}}.p-worries__list{display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 768px){.p-worries__list{gap:2rem;grid-template-columns:1fr}}.p-worries__item{display:flex;flex-direction:column;align-items:center;gap:1.25rem}@media screen and (max-width: 768px){.p-worries__item{gap:1rem}}.p-worries__img{width:clamp(11.25rem,18.5vw,13.9375rem);height:auto}@media screen and (max-width: 768px){.p-worries__img{width:clamp(11.25rem,30.5vw,18.75rem)}}.p-worries__text{margin:0;font-family:Noto Sans JP,sans-serif;font-size:clamp(1rem,2.7vw,1.25rem);font-weight:500;line-height:1.6;text-align:center;color:#212529}@media screen and (max-width: 768px){.p-worries__text{font-size:clamp(.875rem,4.5vw,1.75rem)}}@media screen and (max-width: 425px){.p-worries__text{font-size:clamp(.875rem,5.1vw,1.5rem)}}.p-worries__bottom{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:-.125rem;padding:17.5rem 25px 5rem;background-color:#faee00;overflow:hidden}@media screen and (max-width: 768px){.p-worries__bottom{padding:10rem .5rem 5rem}}.p-worries__bottom:before{position:absolute;z-index:0;background-color:#fff;top:-.125rem;right:-.125rem;bottom:4rem;left:-.125rem;clip-path:polygon(0 0,100% 0,100% .25rem,50% 11.4375rem,0 .25rem);content:""}@media screen and (max-width: 768px){.p-worries__bottom:before{clip-path:polygon(0 0,100% 0,100% .1875rem,50% 6.875rem,0 .1875rem)}}@media screen and (max-width: 425px){.p-worries__bottom:before{clip-path:polygon(0 0,100% 0,100% .6vw,50% 23.43vw,0 .6vw)}}.p-worries__bottom-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem}@media screen and (max-width: 425px){.p-worries__bottom-inner{gap:.5rem}}.p-worries__band{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto;padding:0 1.5rem;font-family:Noto Sans JP,sans-serif;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:500;line-height:4.6875rem;text-align:center;color:#fff;background-color:#000}@media screen and (max-width: 768px){.p-worries__band{padding:.75rem .5rem;font-size:clamp(1rem,4.7vw,1.25rem);line-height:1.5}}.p-worries__band--full{width:100%;margin-right:auto;margin-left:auto}.p-worries__band--wrap.sm-show{display:none;flex-direction:column;align-items:center;gap:.5rem;padding:0;color:inherit;background-color:transparent}@media screen and (max-width: 425px){.p-worries__band--wrap.sm-show{display:flex}}.p-worries__band-line{display:inline-block;padding:.75rem 1.5rem;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:4.6875rem;color:#fff;background-color:#000}@media screen and (max-width: 768px){.p-worries__band-line{padding:.5rem 1rem;line-height:1.5}}.p-worries__band-accent{color:#faee00}.md-show{display:none}@media screen and (max-width: 768px){.md-show{display:block}}.sm-show{display:none}@media screen and (max-width: 425px){.sm-show{display:block}}.sm-none{display:block}@media screen and (max-width: 425px){.sm-none{display:none}}.md-none{display:block}@media screen and (max-width: 768px){.md-none{display:none}}.md-block{display:none}@media screen and (max-width: 768px){.md-block{display:block}}.md-flex{display:none}@media screen and (max-width: 768px){.md-flex{display:flex}}.u-flex{display:flex}.u-flex-center{display:flex;justify-content:center;align-items:center}.u-flex-between{display:flex;justify-content:space-between;align-items:center}
