@charset "UTF-8";.c-bnr-modal-support{background-color:#fff;padding:0;width:fit-content;margin:3rem auto;display:block}.c-modal-support-trigger-fixed{transform:translateY(100%);transition:transform .3s ease}.c-modal-support-trigger-fixed.is-active{transform:translateY(0)}.c-modal-support{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.c-modal-support.is-active{opacity:1;visibility:visible}.c-modal-support__inner{position:absolute;top:6vh;left:50%;transform:translate(-50%,0%);width:90%;max-width:680px;height:100vh;overflow-y:auto}@media screen and (max-width:768px){.c-modal-support__inner{left:0;right:0;margin-inline:auto;transform:translate(0%,0%);top:40px}}.c-modal-support__content{position:relative;background:#fff;border-radius:10px;padding:60px 40px 30px}@media screen and (max-width:768px){.c-modal-support__content{padding:80px 20px 20px;height:75vh;overflow-y:auto}}.c-modal-support__ttl{position:absolute;width:100%;height:53px;left:0;top:0;background-color:#00b19f;color:#fff;border-radius:10px 10px 0 0;font-weight:700;display:flex;justify-content:center;align-items:center;font-size:2.2rem;line-height:1.5;letter-spacing:.05em}@media screen and (max-width:768px){.c-modal-support__ttl{font-size:2rem}}.c-modal-support__ttl span{font-weight:700;color:#f4ff1c}.c-modal-support__logo{display:block;margin-inline:auto;margin-bottom:2rem}.c-modal-support__txt{font-size:1.5rem;font-weight:500;line-height:1.8;margin-bottom:1rem}.c-modal-support__txt span{color:#00b19f;font-weight:700}.c-modal-support__box{background-color:#f7f5f3;border-radius:7px;padding:2rem 3rem}@media screen and (max-width:768px){.c-modal-support__box{padding:1rem 1.5rem 2rem;margin-bottom:2rem}}.c-modal-support__box h3{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:2rem}.c-modal-support__box h3 span{position:relative;display:inline-block;background:linear-gradient(transparent 60%,#7ed4ca 60%);font-weight:700}.c-modal-support__step{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (max-width:768px){.c-modal-support__step{gap:1rem}}.c-modal-support__step li{text-align:center}@media screen and (max-width:768px){.c-modal-support__step li img{width:70px;height:93px}}.c-modal-support__step p{text-align:center;font-weight:700;font-size:1.4rem;line-height:1.5;margin-top:1rem}@media screen and (max-width:768px){.c-modal-support__step p{font-size:1.1rem;margin-top:.7rem}}.c-modal-support__cvarea{text-align:center;margin-bottom:1.6rem}.c-modal-support__cvarea p{font-size:1.5rem;font-weight:700;color:#00b19f;margin-bottom:.7rem;text-align:center}.c-modal-support__btn{width:300px;height:58px;display:grid;place-content:center;font-weight:700;border-radius:40px;background-color:#184f49;color:#fff;font-size:1.8rem;margin-inline:auto;margin-bottom:1rem}.c-modal-support__link{text-decoration:underline;color:#000;font-size:1.3rem}.c-modal-support__link:hover{text-decoration:none}.c-modal-support__close{margin-inline:auto;margin-top:2rem;margin-bottom:8rem;background:0 0;border:none;cursor:pointer;color:#fff;text-decoration:underline;font-size:1.5rem;width:100%;text-align:center}.c-modal-support__close:hover{background-color:transparent;text-decoration:none}