/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:rgba(0,0,0,0);text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:rgba(0,0,0,0);padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}button[disabled],[type=button][disabled],[type=reset][disabled],[type=submit][disabled]{cursor:default}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:none}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:bold}template{display:none}[hidden]{display:none}html{scroll-behavior:smooth;scroll-padding:50px}a{cursor:pointer}img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}*:focus{outline:none}*{font-family:"Noto Sans JP",sans-serif;font-weight:400;line-height:1.5;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width: 767px){.pc{display:none}}@media screen and (min-width: 768px){.sp{display:none}}.wrap{position:relative;overflow-x:hidden;max-width:100%;background-color:beige}main{max-width:750px;margin:0 auto;width:100%;position:relative;padding-top:50px}.header{position:fixed;right:auto;z-index:120;max-width:750px;width:100%;height:50px;background-color:#000}.header__outer{display:flex;align-items:center;justify-content:space-between;height:100%;margin:auto;padding:0 20px}.hamburger{position:absolute;z-index:100;top:15px;right:20px;cursor:pointer;transition:.3s}@media screen and (max-width: 1024px){.hamburger{display:block}}.hamburger.open .hamburger__bar--top{transition:.3s;transform:translateY(9px) rotate(45deg)}.hamburger.open .hamburger__bar--middle{opacity:0}.hamburger.open .hamburger__bar--bottom{transition:.3s;transform:translateY(-9px) rotate(-45deg)}.hamburger__wrapper{width:100%;max-width:750px;height:50px;position:fixed;top:0;z-index:150}.hamburger__outer{display:grid;gap:7px}.hamburger__bar--top,.hamburger__bar--middle,.hamburger__bar--bottom{display:block;width:30px;height:2px;transition:.4s;background-color:#fff}.slide{position:fixed;z-index:60;top:-100%;right:auto;overflow-y:scroll;max-width:750px;width:100%;transition:1s;scrollbar-width:none;background-color:#000}.slide::-webkit-scrollbar{display:none}.slide.show{transition:.8s;top:50px}.slide__nav{padding:0px 20px 0}.slide__menu{height:50px;font-size:1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:#ec8fb9 solid 1px}.slide__menu:last-child{border-bottom:none}.slide__menu-arrow,.slide__menu-title{width:auto}.slide__cta{background:linear-gradient(90deg, #ff2183 0%, #ff61a7 50%, #ff2183 100%);display:flex;flex-direction:column;align-items:center;outline:1px solid #fff;outline-offset:-8px;padding:26px 20px}@media screen and (max-width: 767px){.slide__cta{outline-offset:-4px;padding:13px 20px}}.slide__cta-catch{width:412px}@media screen and (max-width: 767px){.slide__cta-catch{width:206px}}.slide__cta-button{width:460px;margin-top:10px}@media screen and (max-width: 767px){.slide__cta-button{width:230px}}.slide__cta-insta{color:#fff !important;font-size:24px;font-weight:500;line-height:1;text-align:center;margin-top:14px}@media screen and (max-width: 767px){.slide__cta-insta{font-size:12px;margin-top:7px}}#overlay{position:absolute;z-index:50;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);visibility:hidden;opacity:0;transition:.8s}#overlay.show{visibility:visible;opacity:1}.fixedCta{background:linear-gradient(90deg, #ff2183 0%, #ff61a7 50%, #ff2183 100%);display:flex;flex-direction:column;align-items:center;outline:1px solid #fff;outline-offset:-8px;padding:26px 20px;position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;z-index:10;max-width:750px;opacity:0;transition:.5s;visibility:hidden}@media screen and (max-width: 767px){.fixedCta{outline-offset:-4px;padding:13px 20px}}.fixedCta.active{opacity:1;visibility:visible}.fixedCta-catch{width:412px}@media screen and (max-width: 767px){.fixedCta-catch{width:206px}}.fixedCta-button{width:460px;margin-top:10px}@media screen and (max-width: 767px){.fixedCta-button{width:230px}}.fixedCta-insta{color:#fff !important;font-size:24px;font-weight:500;line-height:1;text-align:center;margin-top:14px}@media screen and (max-width: 767px){.fixedCta-insta{font-size:12px;margin-top:7px}}.cta{background:linear-gradient(90deg, #ff2183 0%, #ff61a7 50%, #ff2183 100%);display:flex;flex-direction:column;align-items:center;outline:1px solid #fff;outline-offset:-8px;padding:26px 20px;width:100%;z-index:10;max-width:750px;transition:.5s}@media screen and (max-width: 767px){.cta{outline-offset:-4px;padding:13px 20px}}.cta.active{opacity:1;visibility:visible}.cta-catch{width:412px}@media screen and (max-width: 767px){.cta-catch{width:206px}}.cta-button{width:460px;margin-top:10px}@media screen and (max-width: 767px){.cta-button{width:230px}}.cta-insta{color:#fff !important;font-size:24px;font-weight:500;line-height:1;text-align:center;margin-top:14px}@media screen and (max-width: 767px){.cta-insta{font-size:12px;margin-top:7px}}#loading{background-color:#fff;position:fixed;width:100%;height:100vh;top:0;left:0;z-index:1000;display:grid;place-content:center}#loading.hide{opacity:0;visibility:hidden;transition:.3s}#loading .loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:40px;height:40px;border-radius:50%;background:linear-gradient(to right, #555 10%, rgba(255, 255, 255, 0) 42%);position:relative;animation:load 1.4s infinite linear;transform:translateZ(0)}#loading .loader::before{width:50%;height:50%;background:#555;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}#loading .loader::after{background:#fff;width:85%;height:85%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@keyframes load{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.lp-main{overflow-x:hidden}.button{width:670px}@media screen and (max-width: 767px){.button{width:89.3333333333vw}}.talent__middle{background-color:#beedff;overflow:hidden;display:flex;flex-direction:column;gap:40px;padding:40px 0}@media screen and (max-width: 767px){.talent__middle{gap:5.3333333333vw;padding:5.3333333333vw 0}}.talent__slide{display:grid;grid-auto-flow:column;justify-content:start;gap:20px;flex-shrink:0;animation:scroll 30s linear infinite .5s both}@media screen and (max-width: 767px){.talent__slide{gap:5.3333333333vw}}.talent__slide img{width:250px}@media screen and (max-width: 767px){.talent__slide img{width:33.3333333333vw}}.talent__slide-wrapper{display:flex;gap:20px}@media screen and (max-width: 767px){.talent__slide-wrapper{gap:5.3333333333vw}}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}.flow{position:relative}.flow__buttons{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;position:absolute;top:554px;left:7%}@media screen and (max-width: 767px){.flow__buttons{gap:2.6666666667vw;top:73.8666666667vw}}.flow__button{width:460px}@media screen and (max-width: 767px){.flow__button{width:61.3333333333vw}}.member{background-color:#fdffa2;position:relative;overflow-x:clip}.member__top{position:relative}.member__video{width:670px;height:496px;position:absolute;top:926px;left:50%;transform:translateX(-50%)}@media screen and (max-width: 767px){.member__video{width:89.3333333333vw;height:66.1333333333vw;top:123.4666666667vw}}.member__bottom{padding-bottom:120px}@media screen and (max-width: 767px){.member__bottom{padding-bottom:16vw}}.member__viewmore{width:460px;position:absolute;top:0;left:50%;transform:translate(-50%, -50%) translateZ(10px);z-index:10}@media screen and (max-width: 767px){.member__viewmore{width:61.3333333333vw}}.member__intro{display:flex;gap:40px;scrollbar-width:none;overflow-x:scroll;padding:0 40px}.member__intro::-webkit-scrollbar{display:none}.member__intro-member{width:550px;flex-shrink:0}@media screen and (max-width: 767px){.member__intro-member{width:73.3333333333vw}}.qa{background-image:url(../images/qa-bg.jpg);background-size:cover;background-repeat:repeat;padding:100px 20px 60px;position:relative;z-index:1}@media screen and (max-width: 767px){.qa{padding:13.3333333333vw 20px 8vw}}.qa__title{width:170px;margin:0 auto}@media screen and (max-width: 767px){.qa__title{width:22.6666666667vw}}.qa__sns{margin-top:60px}@media screen and (max-width: 767px){.qa__sns{margin-top:8vw}}.qa__sns-title{width:528px;margin:0 auto}@media screen and (max-width: 767px){.qa__sns-title{width:70.4vw}}.qa__items{width:100%;display:flex;flex-direction:column;gap:15px;margin-top:30px}.qa__item{border-radius:10px 0px;border:1px solid #fff;background:linear-gradient(106deg, #000 50.12%, #ff61a7 100%)}.qa__item img{width:auto}.qa__question{height:60px;display:flex;align-items:center;padding:10px 20px;transition:.5s;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.qa__question.active{height:80px}.qa__question.active::before{transform:translateY(-50%)}.qa__question::before,.qa__question::after{content:"";position:absolute;top:50%;right:16px;width:24px;height:2px;background-color:#fff;border-radius:10px;transform:translateY(-50%)}@media screen and (max-width: 767px){.qa__question::before,.qa__question::after{width:12px}}.qa__question::before{transform:translateY(-50%) rotate(90deg);transition:.3s}.qa__answer{display:flex;align-items:flex-start;gap:14px;border-top:1px solid #fff;padding:20px 0}.qa__answer-wrapper{display:grid;grid-template-rows:0fr;padding:0 20px;transition:.5s}.qa__answer-wrapper.active{grid-template-rows:1fr}.qa__answer-box{overflow:hidden}.qa__answer-a{flex-shrink:0}.qa__answer-text{color:#fff;font-weight:500;line-height:20px;text-align:justify}.qa__buttons{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;margin:40px auto 0}@media screen and (max-width: 767px){.qa__buttons{gap:2.6666666667vw;margin:5.3333333333vw auto 0}}.form{background-color:#beedff;padding:40px 20px 40px}@media screen and (max-width: 767px){.form{padding:5.3333333333vw 20px 5.3333333333vw}}.form__title{width:534px;margin:0 auto}@media screen and (max-width: 767px){.form__title{width:71.2vw}}.form__form{width:100%;max-width:670px;margin:0 auto;background-color:#fff;border-radius:10px;margin-top:40px;padding:20px 22px 30px}@media screen and (max-width: 767px){.form__form{margin-top:20px}}.form__items{display:flex;flex-direction:column;gap:10px}.form__label{color:#333;font-size:14px;font-weight:500}.form__label.required::after{content:"*";color:#ff61a7;font-size:14px;font-weight:500}.form__input,.form__select{width:100%;height:30px;border-radius:2px;border:1px solid #d1d1d1;font-size:12px;font-weight:500;line-height:1;margin-top:5px;padding-left:10px}.form__input::-moz-placeholder, .form__select::-moz-placeholder{color:#b5b5b5}.form__input::placeholder,.form__select::placeholder{color:#b5b5b5}.form .wpcf7-not-valid-tip{font-size:12px}.form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.form__select-wrapper{position:relative}.form__select-wrapper::after{content:url(../images/form-select.svg);position:absolute;top:50%;right:10px;transform:translateY(-50%)}.form__textarea{width:100%;min-height:200px;display:block;field-sizing:content;border-radius:2px;border:1px solid #d1d1d1;resize:none;font-size:12px;font-weight:500;line-height:1;margin-top:5px;padding:10px}.form__privacy{color:#000;font-size:12px;font-weight:500;line-height:1.33;text-align:center;margin-top:20px}.form__privacy a{color:#0085ff;font-weight:500}.form__catch{width:540px;margin-top:16px}@media screen and (max-width: 767px){.form__catch{width:72vw}}.form__button{width:580px;margin:10px auto 0}@media screen and (max-width: 767px){.form__button{width:77.3333333333vw;margin-top:5px}}.form__button-wrapper{display:flex;flex-direction:column;align-items:center}.footer{background-color:#000;padding:30px 20px 240px}@media screen and (max-width: 767px){.footer{padding-bottom:37.3333333333vw}}.footer img{width:auto}.footer__links{display:flex;flex-direction:column;align-items:center;gap:5px;margin-top:15px}.footer__link{color:#fff;font-size:12px;font-weight:500;line-height:20px;text-align:center}.footer__bottom{display:flex;flex-direction:column;align-items:center;margin-top:-10px}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:30px}.footer__about,.footer__contact,.footer__news{display:flex;flex-direction:column;align-items:center}.footer__sns{display:flex;gap:10px}.footer__sns img{width:20px}.footer__privacy{display:flex;gap:1em;margin-top:20px}.footer__privacy-link{color:#fff;font-size:10px;font-weight:500;line-height:10px;text-align:center}.footer__copyright{color:#fff;font-size:12px;font-weight:500;line-height:12px;margin-top:20px}/*# sourceMappingURL=style.css.map */