html{scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100vh;font-family:"Noto Sans JP",sans-serif}main{flex-grow:1}a{transition:.4s}a:hover{opacity:.7}.pc-only-inline{display:inline !important}@media screen and (max-width: 767px){.pc-only-inline{display:none !important}}.sp-only-inline{display:none !important}@media screen and (max-width: 767px){.sp-only-inline{display:inline !important}}.pc-only-inline-block{display:inline-block !important}@media screen and (max-width: 767px){.pc-only-inline-block{display:none !important}}.sp-only-inline-block{display:none !important}@media screen and (max-width: 767px){.sp-only-inline-block{display:inline-block !important}}.pc-only-block{display:block !important}@media screen and (max-width: 767px){.pc-only-block{display:none !important}}.sp-only-block{display:none !important}@media screen and (max-width: 767px){.sp-only-block{display:block !important}}.pc-only-flex{display:flex !important}@media screen and (max-width: 767px){.pc-only-flex{display:none !important}}.sp-only-flex{display:none !important}@media screen and (max-width: 767px){.sp-only-flex{display:flex !important}}@media screen and (max-width: 767px){.br-pc{display:none}}.br-tab{display:none}@media screen and (max-width: 991px){.br-tab{display:inline}}.br-sp{display:none}@media screen and (max-width: 767px){.br-sp{display:inline}}.br-sm{display:none}@media screen and (max-width: 575px){.br-sm{display:inline}}.header{display:flex;justify-content:space-between;align-items:center;height:68px;background-color:#fafafa;box-shadow:0px 0px 6px rgba(0,0,0,.1);padding:0 13px}@media screen and (max-width: 767px){.header{padding:0 67px 0 13px}}.header__wrap-logo{width:85px;height:50px}.header__logo{width:100%;height:100%}.header__wrap{display:flex;align-items:center;gap:43px}@media screen and (max-width: 767px){.header__wrap::before{content:"";position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:#000;opacity:0;pointer-events:none;transition:.5s}}@media screen and (max-width: 767px){.header__wrap--open::before{opacity:.3;pointer-events:all}}.header__links{display:flex;gap:34px}@media screen and (max-width: 767px){.header__links{position:fixed;top:0;left:0;z-index:2;flex-direction:column;align-items:center;gap:60px;width:100%;background-color:#fafafa;padding:100px 0;opacity:0;pointer-events:none;transition:.5s}}@media screen and (max-width: 767px){.header__links--open{opacity:1;pointer-events:all}}.header__link{font-size:15px;font-weight:500}@media screen and (max-width: 767px){.header__link{position:relative;width:75%;text-align:center}.header__link::before{content:"";position:absolute;left:0;bottom:-30px;width:100%;height:1px;background-color:#ccc}.header__link:last-of-type::before{display:none}}.header__contact{height:51px;border-radius:100vh;background-color:#f56190;font-size:15px;font-weight:bold;line-height:51px;color:#fff;padding:0 27px}@media screen and (max-width: 767px){.header__contact{display:flex;justify-content:center;align-items:center;width:50px;height:50px;padding:unset}}@media screen and (max-width: 767px){.header__contact-img{width:26px}}.header__wrap-line{display:none}@media screen and (max-width: 767px){.header__wrap-line{position:fixed;top:9px;right:10px;z-index:3;display:block;width:50px;height:50px;border-radius:50%;background-color:#ffec5d;transition:.5s;cursor:pointer}}.header__wrap-line--open{background-color:#333}.header__line{position:absolute;left:50%;transform:translateX(-50%);width:20px;height:2px;border-radius:100vh;background-color:#000;transition:.5s}.header__line--open{background-color:#fff}.header__line--open:nth-child(1){top:calc(50% - 1px) !important;transform:translateX(-50%) rotate(135deg)}.header__line--open:nth-child(2){opacity:0}.header__line--open:nth-child(3){top:calc(50% - 1px) !important;transform:translateX(-50%) rotate(-135deg)}.header__line:nth-child(1){top:calc(50% - 8px)}.header__line:nth-child(2){top:calc(50% - 1px)}.header__line:nth-child(3){top:calc(50% + 6px)}.footer{display:flex;justify-content:center;align-items:center;height:60px;background-color:#000;padding:0 50px}@media screen and (max-width: 767px){.footer{height:80px;padding:0 20px}}.footer__wrap{display:flex;justify-content:space-between;width:100%;max-width:1000px}@media screen and (max-width: 767px){.footer__wrap{flex-direction:column;align-items:center;gap:10px}}.footer__link{font-size:14px;color:#fff}.footer__cr{font-size:14px;color:#fff}.kv__img{width:100%}.question{display:flex;justify-content:center;padding:28px 50px 0}@media screen and (max-width: 767px){.question{padding:36px 20px 0;overflow:hidden}}.question__wrap{position:relative;width:100%;max-width:1000px;padding-bottom:98px}@media screen and (max-width: 767px){.question__wrap{padding-bottom:174px}}.question__wrap-tag{display:flex;justify-content:center;gap:7px}@media screen and (max-width: 767px){.question__wrap-tag{flex-wrap:wrap;gap:20px 10px}}.question__tag{position:relative;display:flex;justify-content:center;align-items:center;width:270px;height:53px;border-radius:5px;border:3px solid #e3e3e3;background-color:#fafafa;font-size:17px;font-weight:bold}@media screen and (max-width: 767px){.question__tag{width:162px;height:48px;font-size:14px}}.question__tag::before{content:"";position:absolute;top:0;right:5px;transform:translateY(-50%);width:35px;height:35px;background-image:url(../../img/common/ico_circle-check.png);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (max-width: 767px){.question__tag::before{top:-3px;right:3px;width:30px;height:30px}}.question__ttl{font-size:40px;font-weight:bold;color:#222;text-align:center;margin-top:100px}@media screen and (max-width: 767px){.question__ttl{font-size:32px;margin-top:unset;padding-top:50px}}.question__lists{display:flex;flex-direction:column;gap:27px;margin-top:42px}@media screen and (max-width: 767px){.question__lists{gap:22px;margin-top:23px}}.question__list{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:bold}@media screen and (max-width: 767px){.question__list{align-items:flex-start;font-size:18px}}.question__list::before{content:"";display:block;width:22.93px;height:21.77px;background-image:url(../../img/common/ico_angle-brackets-check.png);background-position:center;background-repeat:no-repeat;background-size:cover}.question__img{position:absolute;right:0;bottom:0;z-index:-1;width:471px}@media screen and (max-width: 767px){.question__img{right:-57px;width:333px}}.why{position:relative;display:flex;justify-content:center;background-color:#ffec5d;padding:100px 50px}@media screen and (max-width: 767px){.why{padding:60px 20px}}.why__why{position:absolute;top:-10px;left:50%;z-index:0;transform:translateX(-50%);font-size:300px;color:#fff;opacity:.4}@media screen and (max-width: 767px){.why__why{top:0;font-size:140px}}.why__wrap{position:relative;display:flex;flex-direction:column;align-items:center}.why__ttl{font-size:40px;color:#222}@media screen and (max-width: 767px){.why__ttl{text-align:center;font-size:32px}}.why__txt{text-align:center;font-size:18px;font-weight:500;line-height:30px;margin-top:15px}@media screen and (max-width: 767px){.why__txt{font-size:15px;line-height:25px}}.why__wrap-item{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px}@media screen and (max-width: 767px){.why__wrap-item{margin-top:25px}}.why__item{display:flex;flex-direction:column;align-items:center;width:320px;border-radius:15px;background-color:#fff;box-shadow:-5px 5px 0px #fedd06;padding:17px 20px}@media screen and (max-width: 767px){.why__item{width:100%;max-width:335px}}.why__item-wrap-img{height:195px}@media screen and (max-width: 767px){.why__item-wrap-img{height:-moz-fit-content;height:fit-content}}.why__item-img--01{width:150px}.why__item-img--02{width:182px}.why__item-img--03{width:161px}.why__item-ttl{text-align:center;font-size:25px;font-weight:bold;line-height:36px;margin-top:5px}@media screen and (max-width: 767px){.why__item-ttl{font-size:22px}}.why__item-txt{font-size:16px;line-height:24px;margin-top:10px}@media screen and (max-width: 767px){.why__item-txt{font-size:15px;line-height:21px}}.solve{position:relative;display:flex;justify-content:center;padding:100px 50px;overflow:hidden}@media screen and (max-width: 767px){.solve{padding:60px 20px}}.solve__bg{position:absolute;top:0;right:-160px;width:1200px}@media screen and (max-width: 767px){.solve__bg{right:-204px;width:538px}}.solve__wrap{display:flex;flex-direction:column;align-items:center}.solve__ttl{text-align:center;font-size:40px;font-weight:bold;line-height:58px;color:#222}@media screen and (max-width: 767px){.solve__ttl{white-space:nowrap;font-size:32px;line-height:40px}}.solve__wrap-item{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:100%;max-width:1004px;margin-top:45px}@media screen and (max-width: 767px){.solve__wrap-item{gap:15px;margin-top:25px}}.solve__item{display:flex;flex-direction:column;align-items:center;width:236px;border-radius:15px;border:3px solid #bce9eb;background-color:#fff;padding:30px 20px 20px}@media screen and (max-width: 767px){.solve__item{position:relative;width:100%;max-width:335px;padding:20px 20px 20px 133px}}.solve__item-wrap-img{height:101px}@media screen and (max-width: 767px){.solve__item-wrap-img{position:absolute;top:50%;left:20px;transform:translateY(-50%);height:-moz-fit-content;height:fit-content}}@media screen and (max-width: 767px){.solve__item-img{width:87px}}.solve__item-ttl{text-align:center;font-size:18px;font-weight:bold;color:#19888d;margin-top:15px}@media screen and (max-width: 767px){.solve__item-ttl{width:100%;text-align:left;line-height:26px}}.solve__item-txt{font-size:14px;line-height:22px;margin-top:7px}.separator{position:relative;display:flex;justify-content:center;background-color:#ffec5d;padding:55px 50px;overflow:hidden}@media screen and (max-width: 767px){.separator{padding:40px 20px}}.separator__wrap{display:flex;flex-direction:column;align-items:center}.separator__ttl{text-align:center;font-size:32px;font-weight:bold;color:#222}@media screen and (max-width: 767px){.separator__ttl{white-space:nowrap;font-size:23px;line-height:36px}}.separator__btn{display:flex;justify-content:center;align-items:center;width:500px;height:80px;border-radius:100vh;background-color:#f56190;font-size:28px;font-weight:bold;color:#fff;margin-top:20px}@media screen and (max-width: 767px){.separator__btn{position:relative;z-index:1;width:100%;max-width:335px;font-size:24px;margin-top:140px}}.separator__txt{font-size:18px;line-height:26px;margin-top:10px}@media screen and (max-width: 767px){.separator__txt{white-space:nowrap;font-size:14px;line-height:21px}}.separator__man{position:absolute;left:50%;bottom:0;transform:translateX(calc(-50% - 350px))}@media screen and (max-width: 767px){.separator__man{bottom:150px;transform:translateX(calc(-50% - 70px));width:113px}}.separator__woman{position:absolute;left:50%;bottom:0;transform:translateX(calc(-50% + 320px))}@media screen and (max-width: 767px){.separator__woman{bottom:150px;transform:translateX(calc(-50% + 60px));width:153px}}.flow{display:flex;justify-content:center;padding:90px 50px 130px}@media screen and (max-width: 767px){.flow{padding:50px 20px 60px}}.flow__wrap{display:flex;flex-direction:column;align-items:center}.flow__ttl{font-size:40px;font-weight:bold;color:#222}@media screen and (max-width: 767px){.flow__ttl{font-size:32px}}.flow__wrap-item{display:flex;flex-direction:column;gap:30px;margin-top:30px}.flow__item{display:flex;align-items:center;gap:20px}@media screen and (max-width: 767px){.flow__item{align-items:flex-start}}@media screen and (max-width: 767px){.flow__item:last-of-type{margin-top:20px}}.flow__item:last-of-type .flow__item-left::before{display:none}.flow__item-left{position:relative;display:flex;align-items:center;gap:18px}@media screen and (max-width: 767px){.flow__item-left{flex-direction:column;gap:5px}}.flow__item-left::before{content:"";position:absolute;left:29px;bottom:-47px;width:32.95px;height:65.45px;background-image:url(../../img/front-page/img_flow-arrow.png);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (max-width: 767px){.flow__item-left::before{left:20px;bottom:-43px;width:22.88px;height:45.45px}}.flow__item-num{font-size:80px;font-weight:bold;color:#62c1c5;font-family:"Roboto",sans-serif}@media screen and (max-width: 767px){.flow__item-num{font-size:50px}}.flow__item-wrap-img{display:flex;justify-content:center;align-items:center;width:140px;height:140px;border-radius:50%;border:3px solid #62c1c5}@media screen and (max-width: 767px){.flow__item-wrap-img{position:relative;width:64px;height:64px}}@media screen and (max-width: 767px){.flow__item-img--01{width:45.45px}}@media screen and (max-width: 767px){.flow__item-img--02{width:38.54px}}@media screen and (max-width: 767px){.flow__item-img--03{width:37.1px}}@media screen and (max-width: 767px){.flow__item-img--04{width:24.67px}}@media screen and (max-width: 767px){.flow__item-img--05{width:37.24px}}@media screen and (max-width: 767px){.flow__item-img--06{transform:translate(1px, 5px);width:40.39px}}.flow__item-right{display:flex;flex-direction:column;gap:4px}.flow__item-ttl{font-size:28px;font-weight:bold;color:#19888d}@media screen and (max-width: 767px){.flow__item-ttl{font-size:24px}}.flow__item-txt{font-size:16px;line-height:24px;color:#222}@media screen and (max-width: 767px){.flow__item-txt{font-size:15px}}.faq{display:flex;justify-content:center;background-color:#c7e5e6;padding:90px 50px}@media screen and (max-width: 767px){.faq{padding:50px 20px}}.faq__wrap{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1000px}.faq__ttl{font-size:40px;font-weight:bold;color:#222}@media screen and (max-width: 767px){.faq__ttl{font-size:32px}}.faq__wrap-item{display:flex;flex-direction:column;gap:25px;width:100%;margin-top:30px}@media screen and (max-width: 767px){.faq__wrap-item{gap:20px}}.faq__item-wrap-q{position:relative;display:flex;width:100%;min-height:70px;border-radius:15px;background-color:#fff;padding-right:47px;transition:.4s;cursor:pointer}.faq__item-wrap-q::before,.faq__item-wrap-q::after{content:"";position:absolute;top:50%;transform:translate(-50%, -50%);background-color:#19888d;transition:.4s}.faq__item-wrap-q::before{right:15px;width:20px;height:2px}.faq__item-wrap-q::after{right:33px;width:2px;height:20px}.faq__item-wrap-q--open{border-radius:15px 15px 0 0}.faq__item-wrap-q--open::before{transform:translate(-50%, -50%) rotate(270deg);opacity:0}.faq__item-wrap-q--open::after{transform:translate(-50%, -50%) rotate(270deg)}.faq__item-wrap-q--open .faq__item-q{border-radius:15px 0 0 0 !important}.faq__item-q{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:70px;border-radius:15px 0 0 15px;background-color:#62c1c5;font-family:"Roboto",sans-serif;font-size:40px;font-weight:500;color:#fff;transition:.4s}@media screen and (max-width: 767px){.faq__item-q{font-size:32px}}.faq__item-q-txt{display:flex;align-items:center;width:100%;font-size:18px;font-weight:bold;color:#135a5d;padding:7px 15px}@media screen and (max-width: 767px){.faq__item-q-txt{font-size:16px;line-height:22px}}.faq__item-wrap-a{display:flex;border-radius:0 0 15px 15px;background-color:#fff;border-top:1px solid #ccc}.faq__item-a{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:70px;height:70px;border-radius:0 0 15px 0;background-color:#eaeaea;font-size:40px;font-weight:500;color:#fff}@media screen and (max-width: 767px){.faq__item-a{font-size:32px}}.faq__item-a-wrap-txt{padding:15px 15px 25px 15px}.faq__item-a-wrap-txt{display:flex;flex-direction:column;gap:7px}.faq__item-a-txt-bold{font-size:16px;font-weight:bold;line-height:18px}@media screen and (max-width: 767px){.faq__item-a-txt-bold{font-size:15px}}.faq__item-a-txt{font-size:16px;line-height:25px}@media screen and (max-width: 767px){.faq__item-a-txt{font-size:15px;line-height:21px}}.contact{display:flex;justify-content:center;padding:90px 50px}@media screen and (max-width: 767px){.contact{padding:60px 20px 80px}}.contact__wrap{display:flex;flex-direction:column;align-items:center;width:100%;max-width:860px}.contact__ttl{font-size:40px;font-weight:bold;color:#222}@media screen and (max-width: 767px){.contact__ttl{font-size:32px}}.contact__txt{text-align:center;font-size:18px;font-weight:500;line-height:30px;margin-top:15px}@media screen and (max-width: 767px){.contact__txt{white-space:nowrap;font-size:15px;line-height:25px}}.wpcf7{width:100%}.contact-form-7{display:flex;flex-direction:column;align-items:center;margin-top:40px}@media screen and (max-width: 767px){.contact-form-7{margin-top:32px}}.contact-form-7__wrap{width:100%;max-width:860px;border-radius:15px;border:5px solid #62c1c5;padding:60px 68px 50px}@media screen and (max-width: 767px){.contact-form-7__wrap{border:3px solid #62c1c5;padding:30px 20px}}.contact-form-7__wrap-item{display:flex;flex-direction:column;gap:28px}@media screen and (max-width: 767px){.contact-form-7__wrap-item{gap:22px}}.contact-form-7__item{position:relative;display:flex;gap:85px}@media screen and (max-width: 767px){.contact-form-7__item{flex-direction:column;gap:15px}}.contact-form-7__item-ttl{flex-shrink:0;width:144px;white-space:nowrap;font-size:18px;font-weight:bold;padding-top:12px}@media screen and (max-width: 767px){.contact-form-7__item-ttl{width:100%;font-size:16px;padding-top:unset}}.contact-form-7__item-ttl--required{position:relative}.contact-form-7__item-ttl--required::before{content:"必須";position:absolute;top:50%;right:-65px;transform:translateY(-50%);height:30px;border-radius:100vh;background-color:#f56190;font-size:15px;line-height:30px;color:#fff;padding:0 9px}@media screen and (max-width: 767px){.contact-form-7__item-ttl--required::before{right:0;font-size:14px}}.contact-form-7 .wpcf7-form-control-wrap{display:contents}.contact-form-7__input{flex-grow:1;height:42px;border-radius:5px;background-color:#fafafa;padding:0 10px}.contact-form-7__textarea{flex-grow:1;min-height:142px;border-radius:5px;background-color:#fafafa;padding:10px}.contact-form-7__wrap-acceptance{align-self:center;display:flex;align-items:center;gap:10px}.contact-form-7__wrap-acceptance .wpcf7-form-control{display:contents}.contact-form-7__wrap-acceptance .wpcf7-list-item{display:contents}.contact-form-7__wrap-acceptance input{width:20px;height:20px}.contact-form-7__wrap-privacy-policy{font-size:18px;color:#222}@media screen and (max-width: 767px){.contact-form-7__wrap-privacy-policy{font-size:15px}}.contact-form-7__privacy-policy{text-decoration:underline}.contact-form-7__btn{display:flex;justify-content:center;align-items:center;width:320px;height:70px;border-radius:100vh;background-color:#f56190;text-align:center;font-size:24px;font-weight:bold;color:#fff;margin-top:50px;transition:.4s}@media screen and (max-width: 767px){.contact-form-7__btn{height:60px;font-size:20px;margin-top:30px}}.contact-form-7__btn:hover{opacity:.7}.contact-form-7 .wpcf7-not-valid-tip{position:absolute;top:-21px;left:230px;white-space:nowrap}@media screen and (max-width: 767px){.contact-form-7 .wpcf7-not-valid-tip{top:2px;left:109px}}/*# sourceMappingURL=style.min.css.map */