@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";.modal{display:none}.modal.is-open{display:block}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(61,61,61,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.modal__container{max-width:1238px;width:calc(100% - 32px);box-sizing:border-box;padding:19px;position:relative}.modal__inner{background-color:#fff;border-radius:16px;max-height:90vh;padding:80px;height:100%;display:flex;flex-direction:column}@media(max-width: 767px){.modal__inner{padding:24px}}.modal__header{margin-bottom:40px}@media(max-width: 767px){.modal__header{margin-bottom:24px}}.modal__close{background:rgba(0,0,0,0);border:0;position:absolute;top:0;right:0;cursor:pointer}.modal__close::before{content:"";display:block;width:38px;height:38px;background-image:url(/img/icon/cross-circle-blue.svg);background-size:contain}.modal__content{overflow:auto;height:100%;display:flex;flex-direction:column}.modal__content .title{margin-bottom:60px;font-size:4rem;text-align:center;line-height:1.45;font-weight:700;letter-spacing:.02em}.modal__content .title:after{content:"";display:block;background:#3d3d3d;width:41px;height:8px;margin:15px auto 0}.modal__content p{margin-bottom:32px}@media(max-width: 767px){.modal__content p{margin-bottom:16px}}.modal__content>dl dt,.modal__content>dl dd{line-height:1.8}.modal__content>dl dt{font-weight:600;font-size:1.5rem;margin-bottom:4px;display:inline-block;padding:8px 40px;background:#f9f9f9;border-radius:8px;margin-bottom:16px}.modal__content>dl dd{font-size:1.4rem;margin:0 0 40px 0}@media(max-width: 767px){.modal__content>dl dd{margin:0 0 16px 0}}.modal__content>dl dd ul{margin-top:24px}@media(max-width: 767px){.modal__content>dl dd ul{margin-top:16px}}.modal__content>dl dd ul li{text-indent:-1em;padding-left:1em}.modal__inner *::-webkit-scrollbar{border-radius:5px;width:5px}.modal__inner *{scrollbar-width:thin;scrollbar-color:#b6b6b6 #fff}.modal__inner *::-webkit-scrollbar-thumb{background-color:#b6b6b6;border-radius:10px}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}body{margin:0}blockquote,dd,dl,dt,figure,h1,h2,h3,h4,h5,h6,li,ol,p,table,ul{margin:0;padding:0;font-size:100%}dl,ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{-webkit-font-feature-settings:"palt";font-feature-settings:"palt";font-weight:400}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;background-color:rgba(0,0,0,0);outline:none}button:focus{outline:none}img{vertical-align:bottom;width:100%;height:auto}figcaption{margin-top:1em}em{font-style:normal}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}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{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}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}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,html{width:100%}*,*::before,*::after{box-sizing:border-box}html{font-size:10px;scroll-behavior:smooth}body{background-color:#fff;font-family:"Noto Sans JP",sans-serif;font-weight:400;line-height:1.75;color:#3d3d3d;letter-spacing:.04em}a{color:#3d3d3d;transition:all .3s}@media(min-width: 992px){a[href^="tel:"]{pointer-events:none}}.container{margin:0 auto;max-width:1040px;width:calc(100% - 24px)}.l-container{width:1040px;margin:0 auto}@media screen and (max-width: 1040px){.l-container{width:100%}}.row{display:flex;gap:40px}@media screen and (max-width: 768px){.row{flex-direction:column}}@media screen and (min-width: 769px){.row>*{width:calc(50% - 20px)}}.header{padding:23px 0 17px;border-bottom:1px solid #d3d3d3;text-align:center}.header__logo{width:300px}.footer{padding:40px 0 20px;background:#edf2f5;text-align:center}.footer__logo{width:300px;margin-bottom:20px}.footer__copy{font-size:1.2rem}@media(max-width: 575px){.only-pc{display:none !important}}.only-sp{display:none !important}@media(max-width: 575px){.only-sp{display:block !important}}.u-text-bold{font-weight:700 !important}.u-text-normal{font-weight:500 !important}.u-text-center{text-align:center !important}.document__title{margin:30px 0 10px;font-size:3.2rem;font-weight:600;color:#007fdb;line-height:1.5}.document__title-shoulder{display:block;font-size:1.8rem;color:#3d3d3d;line-height:1.75}.document__about-title{margin-bottom:16px;font-weight:600;font-size:1.8rem}.document__index{padding:16px 30px 24px;background:#f4f9fc}.document__index-title{margin-bottom:14px;font-size:1.8rem;color:#007fdb;font-weight:600;text-align:center}.document__index-title:before{content:"";display:inline-block;margin-right:8px;width:16px;height:25px;position:relative;top:4px;background:url(/img/short_document/icon-bulb.svg) no-repeat;background-size:contain}.document__index-list{display:flex;flex-direction:column;gap:6px}.document__index-item{display:flex;gap:12px;font-size:1.6rem;line-height:1.3}.document__index-item:before{content:"";width:6px;height:6px;border-radius:50%;background:#007fdb;display:block;position:relative;top:calc(.5em - 2px)}.document__img{margin:40px 0}.form{margin-top:36px;padding:30px;background:#fff;border-radius:8px;box-shadow:0px 0px 28px 0px rgba(0,0,0,.15)}@media screen and (max-width: 768px){.form{margin-top:0;padding:20px;box-shadow:0px 0px 5px 5px rgba(0,0,0,.08)}}.form__text{margin-bottom:24px;font-size:1.6rem}.form__content{display:flex;flex-direction:column;align-items:center;gap:20px}.form__item{display:flex;width:100%;flex-direction:column;gap:4px}.form__label{font-weight:600;font-size:1.4rem}.form__label .required-label{display:inline-block;margin-left:4px;padding:2px 6px;border-radius:2px;line-height:1;color:#fff;font-size:1rem;background:#fc7e7e}.form__input{width:100%;padding:.4em .5em;border:1px solid #bebebe;border-radius:3px;font-size:1.6rem;font-weight:500;line-height:1.75;background:#f5f5f5;box-shadow:inset 0px 1px 4px 0px rgba(0,0,0,.2)}.form__input::placeholder{color:#aaa}.form .error{display:block;margin-top:.3em;color:#e00000;font-size:1.4rem}.form__agree{text-align:center;font-size:1.4rem;position:relative}.form__agree a{color:#007fdb;text-decoration:underline}.form__agree .error{margin-top:0}.form input[type=checkbox]{position:absolute;white-space:nowrap;width:1px;height:1px;overflow:hidden;border:0;padding:0;clip:rect(0 0 0 0);clip-path:inset(50%);margin:-1px}.form input[type=checkbox]:checked+label::before{border:1px solid #007fdb;background:#007fdb}.form input[type=checkbox]:checked+label::after{opacity:1}.form__checkbox+label{position:relative;cursor:pointer;padding-left:2em}.form__checkbox+label::before,.form__checkbox+label::after{content:"";display:block;position:absolute}.form__checkbox+label::before{background:#fff;border:1px solid #d3d3d3;border-radius:2px;width:18px;height:18px;left:0;top:2px}.form__checkbox+label::after{opacity:0;width:10px;height:5px;top:7px;left:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.form__button{width:100%;display:flex;justify-content:center}.form__submit{width:360px;height:60px;font-weight:600;color:#fff;font-size:24px;background:#007fdb;border:none;border-radius:45px;letter-spacing:.1em;transition:all .3s}@media screen and (max-width: 768px){.form__submit{width:100%;font-size:18px;padding:20px}}@media(hover: hover){.form__submit{cursor:pointer}.form__submit:hover{background:#0061a8;transition:all .3s}}.form__submit img{width:25px;height:22px;margin-left:10px;margin-bottom:2px}@media screen and (max-width: 768px){.form__submit img{width:20px;height:17px}}.document__swiper{margin-bottom:18px}.document__swiper .swiper-pagination{position:relative;margin-top:6px;top:0;bottom:0;display:flex;justify-content:center;gap:6px}.document__swiper .document-swiper-button-next,.document__swiper .document-swiper-button-prev{color:#fff;background-image:none;filter:drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3))}.document__swiper .document-swiper-button-prev{left:30px;width:0px}.document__swiper .document-swiper-button-next{right:30px;width:0px}.document__swiper .carousel-img{display:block;width:96%;margin:10px auto;box-shadow:0px 0px 10px 0px rgba(121,121,121,.25)}.document__swiper .swiper-pagination-bullet-active{background:#888}.c-sec-head{margin-bottom:24px;font-size:3rem;font-weight:600;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.c-sec-head:after{content:"";display:block;width:40px;height:5px;background:#007fdb}.results{padding:90px 0 70px}.results__list{display:flex;gap:35px;justify-content:center;align-items:center;flex-wrap:wrap;margin:auto;max-width:1040px}@media screen and (max-width: 768px){.results__list{gap:25px 10px;max-width:500px;margin:0 auto}}@media screen and (max-width: 768px){.results__item{width:calc(50% - 20px);text-align:center}}.results__item--kindai-university img{width:120px}@media screen and (max-width: 768px){.results__item--kindai-university img{width:100px}}.results__item--menicon img{width:154px}@media screen and (max-width: 768px){.results__item--menicon img{width:124px}}.results__item--nippon-paint img{width:92px}@media screen and (max-width: 768px){.results__item--nippon-paint img{width:82px}}.results__item--sato img{width:120px}@media screen and (max-width: 768px){.results__item--sato img{width:110px}}.results__item--sumitomo-pharma img{width:228px}@media screen and (max-width: 768px){.results__item--sumitomo-pharma img{width:138px}}.results__item--tokuyama img{width:145px}@media screen and (max-width: 768px){.results__item--tokuyama img{width:125px}}.results__item--shokubai img{width:160px;margin-left:-40px}@media screen and (max-width: 768px){.results__item--shokubai img{width:140px;margin:0 auto}}.voice{background:#f4f9fc;padding:80px 0px 120px}@media screen and (max-width: 1040px){.voice{padding:50px 0}}.voice__head{margin-bottom:40px}.voice-lists__wrap{position:relative}@media screen and (max-width: 768px){.voice-lists__wrap{padding:0}}.voice-lists__content{background:#fff;box-shadow:4px 4px 18px rgba(154,170,189,.25);border-radius:16px;padding:80px;margin:24px;min-height:515px}@media screen and (max-width: 1040px){.voice-lists__content{padding:80px 20px}}@media screen and (max-width: 768px){.voice-lists__content{margin:24px 12px;padding:30px 15px}}.voice-lists__content.--large{padding-top:56px}@media screen and (max-width: 768px){.voice-lists__content.--large{padding-top:30px}}.voice-lists__head{font-weight:600;font-size:2.4rem;line-height:1.5;text-align:center;margin-bottom:24px}@media screen and (max-width: 768px){.voice-lists__head{font-size:2.2rem;margin-bottom:1.8rem;text-align:left}}.voice-lists__content-inner{display:flex;align-items:center;gap:80px}@media screen and (max-width: 1040px){.voice-lists__content-inner{gap:20px}}@media screen and (max-width: 768px){.voice-lists__content-inner{flex-direction:column;align-items:center}}.voice-lists__content.--large .voice-lists__content-inner{align-items:flex-start}@media screen and (max-width: 768px){.voice-lists__content.--large .voice-lists__content-inner{align-items:center}}.voice-lists__prof{width:184px;text-align:center}.voice-lists__prof img{margin-bottom:16px}.voice-lists__prof p{font-feature-settings:"palt";font-weight:500;font-size:1.5rem;line-height:1.5}.voice-lists__text{flex:1 0 0%}.voice-lists__text dl{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 768px){.voice-lists__text dl{display:none}}.voice-lists__text dl>div{display:flex;align-items:center;background:#f9f9f9;padding:16px 0px;border-radius:8px}@media screen and (max-width: 768px){.voice-lists__text dl>div{flex-direction:column;padding:0 15px}}.voice-lists__text dl>div:last-child{background:#f4f9fc}.voice-lists__text dl>div dt{text-align:center;font-weight:600;font-size:1.5rem;padding:16px;width:136px;flex-shrink:0}.voice-lists__text dl>div>div{display:flex;flex-direction:column;gap:10px;padding:8px 8px 8px 24px;border-left:1px solid #3d3d3d}@media screen and (max-width: 768px){.voice-lists__text dl>div>div{width:100%;padding:8px 0;border-top:1px solid #3d3d3d;border-left:none}}.voice-lists__text dl>div>div dd{font-weight:500;font-size:1.5rem;line-height:1.5}.voice-lists__text dl>div>div dd span{color:#fc7e7e}.voice-lists__btn{text-decoration:none;display:flex;justify-content:center;align-items:center;gap:8px;border:1px solid #3d3d3d;border-radius:45px;width:160px;height:40px;margin:24px auto 0;font-size:16px;cursor:pointer}.voice-lists__btn:hover{text-decoration:none}.voice-lists__btn::after{content:url(/img/happiness-partners/voice-lists_btn-arr.svg)}@media screen and (max-width: 768px){.voice-lists__btn{font-size:18px;height:auto;width:100%;max-width:260px;padding:15px 40px}}.voice-lists__wrap .swiper-button-prev{width:44px;height:44px;left:0}@media screen and (max-width: 768px){.voice-lists__wrap .swiper-button-prev{left:6px}}.voice-lists__wrap .swiper-button-prev::after{content:"";width:44px;height:44px;background-color:#007fdb;mask-image:url(/img/happiness-partners/voice-lists_arr_l.svg);-webkit-mask-image:url(/img/happiness-partners/voice-lists_arr_l.svg);background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 768px){.voice-lists__wrap .swiper-button-prev::after{mask-size:44px}}.voice-lists__wrap .swiper-button-next{width:44px;height:44px;right:0}@media screen and (max-width: 768px){.voice-lists__wrap .swiper-button-next{right:6px}}.voice-lists__wrap .swiper-button-next::after{content:"";width:44px;height:44px;background-color:#007fdb;mask-image:url(/img/happiness-partners/voice-lists_arr_r.svg);-webkit-mask-image:url(/img/happiness-partners/voice-lists_arr_r.svg)}@media screen and (max-width: 768px){.voice-lists__wrap .swiper-button-next::after{mask-size:44px}}.voice-modal-content{height:100%;overflow:auto;display:flex;flex-direction:column}.voice-modal-content__head{font-weight:600;font-size:2.4rem;line-height:1.5;text-align:center;margin-bottom:24px}@media screen and (max-width: 768px){.voice-modal-content__head{font-size:2.2rem}}.voice-modal-content__content-inner{overflow:auto;display:flex;gap:80px}@media screen and (max-width: 1040px){.voice-modal-content__content-inner{gap:20px}}@media screen and (max-width: 768px){.voice-modal-content__content-inner{flex-direction:column;align-items:center}}.voice-modal-content__content.--large .voice-modal-content__content-inner{align-items:flex-start}.voice-modal-content__prof{width:184px;text-align:center;position:sticky;top:0}@media screen and (max-width: 768px){.voice-modal-content__prof{position:static}}.voice-modal-content__prof img{margin-bottom:16px}.voice-modal-content__prof p{font-feature-settings:"palt";font-weight:500;font-size:1.5rem;line-height:1.5}.voice-modal-content__text{flex:1 0 0%;display:flex;flex-direction:column;gap:40px}.voice-modal-content__text-inner>p{font-weight:600;font-size:1.5rem;line-height:1.5;margin-bottom:4px;display:inline-block;padding:8px 40px;background:#f9f9f9;border-radius:8px;margin-bottom:16px}.voice-modal-content__text-inner:last-child>p{background:#fff9ea}.voice-modal-content__text-inner>dl:not(:last-child){margin-bottom:24px}.voice-modal-content__text-inner>dl dt{font-weight:600;font-size:1.5rem;line-height:1.5;margin-bottom:8px}.voice-modal-content__text-inner>dl dd{font-size:1.5rem;line-height:1.5}.voice-modal-content__text2{flex:1 0 0%}.voice-modal-content__text2>dl{display:flex;flex-direction:column;gap:40px}.voice-modal-content__text2>dl dt{font-weight:600;font-size:1.5rem;line-height:2;margin-bottom:24px;display:flex;align-items:center}@media screen and (max-width: 768px){.voice-modal-content__text2>dl dt{line-height:1.5}}.voice-modal-content__text2>dl dt::before{content:"";margin-right:8px;width:28px;height:1px;background-color:#3d3d3d}.voice-modal-content__text2>dl dd{font-weight:500;font-size:1.5rem;line-height:1.5}.voice-modal-content__text2>dl dd:not(:last-child){margin-bottom:10px}.voice-modal-content__text2>dl dd span{font-weight:600;color:#fc7e7e}.voice__btn{padding-top:64px}@media screen and (max-width: 1040px){.voice__btn{padding-top:30px}}