*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{font-family:"Noto Sans JP",sans-serif}.fv{width:100%}.fv.denryoku{background:url(../img/fv_img01.webp) no-repeat top center/cover}.fv.hikkoshi{background:url(../img/fv_img02.webp) no-repeat top center/cover}.fv.karaoke{background:url(../img/fv_img03.webp) no-repeat top center/cover}.fv{padding-block:80px 64px}@media screen and (max-width: 767px){.fv{padding-block:60px 32px;background-position:80%}}.fv__inner{width:min(1032px,100%);padding-inline:16px;margin-inline:auto}.fv__title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:8px}.fv__title--main{color:#fff;font-size:clamp(1.5rem,.9rem + 2.56vw,2.5rem);font-weight:800;line-height:1.5;text-shadow:0 2px 2px rgba(0,0,0,.25);text-align:center}.fv__title--sub{color:#fff;font-weight:700;font-size:16px;text-align:center}@media screen and (max-width: 767px){.fv__title--sub{font-size:14px}}.fv__contact{margin-top:40px;max-width:544px;border-radius:16px;overflow:hidden}@media screen and (max-width: 767px){.fv__contact{margin-top:64px}}.popup{position:fixed;inset:0;z-index:9000;display:none}.popup.active{display:block}.popup__backdrop{position:absolute;inset:0;backdrop-filter:blur(15px)}.popup__backdrop.denryoku{background:rgba(0,58,121,.4)}.popup__backdrop.hikkoshi{background:rgba(0,112,62,.6)}.popup__backdrop.karaoke{background:rgba(129,28,202,.4)}.popup__card{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:min(544px,100% - 48px);max-height:calc(100% - 48px);overflow-y:auto;background:#fff;-webkit-box-shadow:0 32px 80px rgba(0,0,0,.35);box-shadow:0 32px 80px rgba(0,0,0,.35)}.popup__close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:hsla(0,0%,100%,.95);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.06);cursor:pointer;-webkit-transition:background .15s,-webkit-box-shadow .15s,-webkit-transform .12s;transition:background .15s,-webkit-box-shadow .15s,-webkit-transform .12s;transition:background .15s,box-shadow .15s,transform .12s;transition:background .15s,box-shadow .15s,transform .12s,-webkit-box-shadow .15s,-webkit-transform .12s}.popup__close::before,.popup__close::after{content:"";position:absolute;top:50%;left:50%;width:16px;height:2px;background:#444;border-radius:1px;-webkit-transition:background .15s;transition:background .15s}.popup__close::before{-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.popup__close::after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.popup__close:hover{background:#fff;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.22),0 0 0 1px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.22),0 0 0 1px rgba(0,0,0,.08);-webkit-transform:scale(1.06);transform:scale(1.06)}.popup__close:hover::before,.popup__close:hover::after{background:#111}.popup__close:active{-webkit-transform:scale(0.98);transform:scale(0.98);-webkit-box-shadow:0 1px 4px rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);box-shadow:0 1px 4px rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06)}.popup__close:focus-visible{outline:2px solid rgba(0,0,0,0);outline-offset:2px}.popup.denryoku .popup__close:focus-visible{outline-color:#003a79}.popup.hikkoshi .popup__close:focus-visible{outline-color:#00703e}.popup.karaoke .popup__close:focus-visible{outline-color:#811cca}.popup__img{margin:0;height:300px;line-height:0;overflow:hidden}.popup__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;padding:32px;text-align:center}@media screen and (max-width: 767px){.popup__body{gap:16px}}.popup__title{font-size:32px;font-weight:700;line-height:1.5;letter-spacing:.02em}.popup__title.denryoku{color:#003a79}.popup__title.hikkoshi{color:#00703e}.popup__title.karaoke{color:#811cca}.popup__title .text-md{font-size:28px}.popup__title .text-s{font-size:24px;letter-spacing:.015em}@media screen and (max-width: 767px){.popup__title{font-size:24px}.popup__title .text-md{font-size:22px}.popup__title .text-s{font-size:18px}}.popup__text{color:#333;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.02em}@media screen and (max-width: 767px){.popup__text{font-size:14px}}.popup__cta{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;width:min(480px,100%);padding:16px 32px;border-radius:8px;color:#fff;font-size:20px;font-weight:900;line-height:1.5;letter-spacing:-0.02em;text-decoration:none;-webkit-transition:-webkit-filter .15s,-webkit-transform .1s,-webkit-box-shadow .1s;transition:-webkit-filter .15s,-webkit-transform .1s,-webkit-box-shadow .1s;transition:filter .15s,transform .1s,box-shadow .1s;transition:filter .15s,transform .1s,box-shadow .1s,-webkit-filter .15s,-webkit-transform .1s,-webkit-box-shadow .1s}.popup__cta.denryoku{background:#ff6f00;-webkit-box-shadow:0 4px 0 #ab5400;box-shadow:0 4px 0 #ab5400}.popup__cta.denryoku:active{-webkit-box-shadow:0 2px 0 #ab5400;box-shadow:0 2px 0 #ab5400}.popup__cta.hikkoshi{background:#ff481f;-webkit-box-shadow:0 4px 0 #97240a;box-shadow:0 4px 0 #97240a}.popup__cta.hikkoshi:active{-webkit-box-shadow:0 2px 0 #97240a;box-shadow:0 2px 0 #97240a}.popup__cta.karaoke{background:#ffd100;-webkit-box-shadow:0 4px 0 #a78900;box-shadow:0 4px 0 #a78900;color:#333;padding:16px 24px;gap:8px}.popup__cta.karaoke:active{-webkit-box-shadow:0 2px 0 #a78900;box-shadow:0 2px 0 #a78900}.popup__cta:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.popup__cta:active{-webkit-transform:translateY(2px);transform:translateY(2px)}@media screen and (max-width: 767px){.popup__cta{gap:16px;padding:14px 20px;font-size:16px}}.popup__cta-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#fff}.popup__cta-icon.karaoke{background:#333}.popup__cta-icon svg{display:block;width:18px;height:15px}.popup__cta.denryoku .popup__cta-icon path{fill:#ff6f00}.popup__cta.hikkoshi .popup__cta-icon path{fill:#ff481f}.popup__cta.karaoke .popup__cta-icon path{fill:#ffd100}.sp-only{display:none}@media screen and (max-width: 767px){.sp-only{display:block}}