@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);.mb0{margin-bottom:0!important}.inner{display:block;max-width:1230px;padding:0 15px;margin:0 auto}section{position:relative;z-index:1}section::before{content:"";position:absolute;width:100%;height:160px;background:-webkit-gradient(linear,left top,right top,from(#00a0c8),to(#0028a0));background:linear-gradient(90deg,#00a0c8,#0028a0);-webkit-box-shadow:rgba(0,0,0,.2) 0 3px 6px;box-shadow:rgba(0,0,0,.2) 0 3px 6px;bottom:0;left:0;z-index:-1}.form-control{display:block;width:100%;height:45px;background:#fff;border:1px solid #ccc;font-weight:500;padding:5px 10px;font-size:1.5rem}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.pure-list__input{position:relative}.pure-list__input input{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;opacity:0;cursor:pointer}.pure-list__input input[type=checkbox]+span:after{background-color:transparent;top:50%;left:4px;width:8px;height:3px;margin-top:-4px;border-style:solid;border-color:#fff;border-width:0 0 3px 3px;-o-border-image:none;border-image:none;-webkit-transform:rotate(-45deg) scale(0);transform:rotate(-45deg) scale(0)}.pure-list__input input[type=checkbox]:checked+span:after{content:"";-webkit-transform:rotate(-45deg) scale(1);transform:rotate(-45deg) scale(1);-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.pure-list__input input[type=checkbox]:checked+span:before{-webkit-animation:borderscale .2s ease-in;animation:borderscale .2s ease-in;background:#4f8196}.pure-list__input input[type=radio]+span:after,.pure-list__input input[type=radio]+span:before{border-radius:50%}.pure-list__input input[type=radio]:checked+span:before{-webkit-animation:borderscale .3s ease-in;animation:borderscale .3s ease-in;background-color:#fff}.pure-list__input input[type=radio]:checked+span:after{-webkit-transform:scale(1);transform:scale(1)}.pure-list__input span{display:block;position:relative;padding:10px 0 10px 40px;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.pure-list__input span:before{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";color:#4f8196;position:absolute;top:50%;left:0;width:14px;height:14px;margin-top:-9px;border:2px solid #4f8196;text-align:center;-webkit-transition:all .4s ease;transition:all .4s ease}.pure-list__input span:after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";background-color:#4f8196;position:absolute;top:50%;left:4px;width:10px;height:10px;margin-top:-5px;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.c-fc--white{color:#fff!important}.c-fc--blue{color:#003caa!important}.c-sd--white{text-shadow:3px 3px 10px #fff,-3px -3px 10px #fff}.c-ft--jp{font-family:"Noto Sans JP",sans-serif}.c-ft--en{font-family:Roboto,sans-serif}.c-fw--lt{font-weight:300!important}.c-fw--rg{font-weight:400!important}.c-fw--md{font-weight:500!important}.c-fw--sbd{font-weight:600!important}.c-fw--bd{font-weight:700!important}.c-fw--bk{font-weight:900!important}.c-tx--v{-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.c-al--c{text-align:center!important}.c-al--r{text-align:right!important}.c-al--l{text-align:left!important}.c-val--md{vertical-align:middle}.c-val--top{vertical-align:top}.c-txt__basic{font-size:14px;font-size:1.4rem;line-height:1.7142857143}.c-ttl__01{position:relative;text-align:center;margin-bottom:40px}.c-ttl__01::after{content:"";position:absolute;width:100%;max-width:120px;height:3px;background:-webkit-gradient(linear,left top,right top,from(#0050c8),to(#39efa0));background:linear-gradient(90deg,#0050c8,#39efa0);bottom:-23px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.c-ttl__01 .c-ft--en{display:block;color:#8291af;font-weight:700;font-size:2.3rem;letter-spacing:.05em;margin-bottom:8px}.c-ttl__01 .c-ft--jp{display:block;font-weight:700;font-size:4.3rem;letter-spacing:.08em;line-height:1.166;-webkit-font-feature-settings:"palt" 1;font-feature-settings:"palt" 1}.c-ttl__01--small{margin-bottom:34px}.c-ttl__01--small::after{max-width:70px;bottom:-18px}.c-ttl__01--small .c-ft--en{font-size:1.9rem;letter-spacing:.066em}.c-ttl__01--left::after{height:2px}.c-ttl__01--left .c-ft--en{margin-bottom:4px}.c-btn__01{position:relative;display:block;max-width:615px;margin:0 auto;left:.4%}.js-scrollin{opacity:0;-webkit-transform:translate(0,70px);transform:translate(0,70px)}.js-scrollin.active{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition:.7s cubic-bezier(.25,.46,.45,.94);transition:.7s cubic-bezier(.25,.46,.45,.94)}#header{position:absolute;width:100%;padding:19px 23px 14px;top:0;left:0;z-index:99999}#header .header-logo{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;max-width:570px}#header .header-logo__img{display:block;width:100%;max-width:139px}#header .header-logo__img img{width:100%}#header .header-logo__txt{position:relative;text-align:right;width:calc(100% - 139px);font-weight:700;font-size:2.4rem;letter-spacing:.03em}#header .header-logo__txt::before{content:"";position:absolute;width:1px;height:45px;background:#a2b2ba;top:-5px;left:20px}.js-backtop{position:fixed;width:50px;height:50px;background:#fff;border-radius:50%;border:2px solid #003caa;-webkit-box-shadow:rgba(20,41,160,.15) 1px 0 3px;box-shadow:rgba(20,41,160,.15) 1px 0 3px;opacity:0;bottom:22px;right:15px;pointer-events:none;z-index:9}.js-backtop::before{content:"";position:absolute;background:url(/wp-content/themes/neuro-diversity/lp/j_03/assets/img/top/top.png) center no-repeat;background-size:contain;width:19px;height:22px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.js-backtop.show{opacity:1;pointer-events:auto}#footer{position:relative;color:#fff;z-index:1}#footer .footer-wrap__logo{background:#fff}#footer .footer-wrap__logo a{display:block;width:100%;max-width:139px}#footer .footer-wrap__ct-ttl{font-weight:700;font-size:1.5rem;margin-bottom:13px}#footer .footer-wrap__list-item{color:#d2e6ff;font-size:13px;font-size:1.3rem;line-height:1.6153846154}#footer .footer-wrap__list-item dl{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}#footer .footer-wrap__list-ttl{text-align:right;width:120px;font-weight:500}#footer .footer-wrap__list-txt{width:calc(100% - 122px)}body{background:#e8eef6;color:#1c0439;font-family:"Noto Sans JP",sans-serif;font-size:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.4}a{color:inherit;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.clearfix:before{content:"";display:table}.clearfix:after{clear:both;content:"";display:table}@media screen and (min-width:835px){.mbpc-0{margin-bottom:0!important}.mbpc-1{margin-bottom:1px!important}.mbpc-2{margin-bottom:2px!important}.mbpc-3{margin-bottom:3px!important}.mbpc-4{margin-bottom:4px!important}.mbpc-5{margin-bottom:5px!important}.mbpc-6{margin-bottom:6px!important}.mbpc-7{margin-bottom:7px!important}.mbpc-8{margin-bottom:8px!important}.mbpc-9{margin-bottom:9px!important}.mbpc-10{margin-bottom:10px!important}.mbpc-11{margin-bottom:11px!important}.mbpc-12{margin-bottom:12px!important}.mbpc-13{margin-bottom:13px!important}.mbpc-14{margin-bottom:14px!important}.mbpc-15{margin-bottom:15px!important}.mbpc-16{margin-bottom:16px!important}.mbpc-17{margin-bottom:17px!important}.mbpc-18{margin-bottom:18px!important}.mbpc-19{margin-bottom:19px!important}.mbpc-20{margin-bottom:20px!important}.mbpc-21{margin-bottom:21px!important}.mbpc-22{margin-bottom:22px!important}.mbpc-23{margin-bottom:23px!important}.mbpc-24{margin-bottom:24px!important}.mbpc-25{margin-bottom:25px!important}.mbpc-26{margin-bottom:26px!important}.mbpc-27{margin-bottom:27px!important}.mbpc-28{margin-bottom:28px!important}.mbpc-29{margin-bottom:29px!important}.mbpc-30{margin-bottom:30px!important}.mbpc-31{margin-bottom:31px!important}.mbpc-32{margin-bottom:32px!important}.mbpc-33{margin-bottom:33px!important}.mbpc-34{margin-bottom:34px!important}.mbpc-35{margin-bottom:35px!important}.mbpc-36{margin-bottom:36px!important}.mbpc-37{margin-bottom:37px!important}.mbpc-38{margin-bottom:38px!important}.mbpc-39{margin-bottom:39px!important}.mbpc-40{margin-bottom:40px!important}.mbpc-41{margin-bottom:41px!important}.mbpc-42{margin-bottom:42px!important}.mbpc-43{margin-bottom:43px!important}.mbpc-44{margin-bottom:44px!important}.mbpc-45{margin-bottom:45px!important}.mbpc-46{margin-bottom:46px!important}.mbpc-47{margin-bottom:47px!important}.mbpc-48{margin-bottom:48px!important}.mbpc-49{margin-bottom:49px!important}.mbpc-50{margin-bottom:50px!important}.mbpc-51{margin-bottom:51px!important}.mbpc-52{margin-bottom:52px!important}.mbpc-53{margin-bottom:53px!important}.mbpc-54{margin-bottom:54px!important}.mbpc-55{margin-bottom:55px!important}.mbpc-56{margin-bottom:56px!important}.mbpc-57{margin-bottom:57px!important}.mbpc-58{margin-bottom:58px!important}.mbpc-59{margin-bottom:59px!important}.mbpc-60{margin-bottom:60px!important}.mbpc-61{margin-bottom:61px!important}.mbpc-62{margin-bottom:62px!important}.mbpc-63{margin-bottom:63px!important}.mbpc-64{margin-bottom:64px!important}.mbpc-65{margin-bottom:65px!important}.mbpc-66{margin-bottom:66px!important}.mbpc-67{margin-bottom:67px!important}.mbpc-68{margin-bottom:68px!important}.mbpc-69{margin-bottom:69px!important}.mbpc-70{margin-bottom:70px!important}.mbpc-71{margin-bottom:71px!important}.mbpc-72{margin-bottom:72px!important}.mbpc-73{margin-bottom:73px!important}.mbpc-74{margin-bottom:74px!important}.mbpc-75{margin-bottom:75px!important}.mbpc-76{margin-bottom:76px!important}.mbpc-77{margin-bottom:77px!important}.mbpc-78{margin-bottom:78px!important}.mbpc-79{margin-bottom:79px!important}.mbpc-80{margin-bottom:80px!important}.mbpc-81{margin-bottom:81px!important}.mbpc-82{margin-bottom:82px!important}.mbpc-83{margin-bottom:83px!important}.mbpc-84{margin-bottom:84px!important}.mbpc-85{margin-bottom:85px!important}.mbpc-86{margin-bottom:86px!important}.mbpc-87{margin-bottom:87px!important}.mbpc-88{margin-bottom:88px!important}.mbpc-89{margin-bottom:89px!important}.mbpc-90{margin-bottom:90px!important}.mbpc-91{margin-bottom:91px!important}.mbpc-92{margin-bottom:92px!important}.mbpc-93{margin-bottom:93px!important}.mbpc-94{margin-bottom:94px!important}.mbpc-95{margin-bottom:95px!important}.mbpc-96{margin-bottom:96px!important}.mbpc-97{margin-bottom:97px!important}.mbpc-98{margin-bottom:98px!important}.mbpc-99{margin-bottom:99px!important}.mbpc-100{margin-bottom:100px!important}.c-tx--v-pc{-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.c-txt__basic{font-size:17px;font-size:1.7rem;line-height:2;letter-spacing:.043em}.c-ttl__01--small .c-ft--jp{font-size:3.6rem}#footer .footer-wrap{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}#footer .footer-wrap__logo{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:210px;height:210px}#footer .footer-wrap__ct{width:calc(100% - 250px);margin-top:-3px;padding-right:15px}a[href^=tel]{pointer-events:none}.sp{display:none!important}}@media screen and (max-width:834px){.mbsp-0{margin-bottom:0!important}.mbsp-1{margin-bottom:1px!important}.mbsp-2{margin-bottom:2px!important}.mbsp-3{margin-bottom:3px!important}.mbsp-4{margin-bottom:4px!important}.mbsp-5{margin-bottom:5px!important}.mbsp-6{margin-bottom:6px!important}.mbsp-7{margin-bottom:7px!important}.mbsp-8{margin-bottom:8px!important}.mbsp-9{margin-bottom:9px!important}.mbsp-10{margin-bottom:10px!important}.mbsp-11{margin-bottom:11px!important}.mbsp-12{margin-bottom:12px!important}.mbsp-13{margin-bottom:13px!important}.mbsp-14{margin-bottom:14px!important}.mbsp-15{margin-bottom:15px!important}.mbsp-16{margin-bottom:16px!important}.mbsp-17{margin-bottom:17px!important}.mbsp-18{margin-bottom:18px!important}.mbsp-19{margin-bottom:19px!important}.mbsp-20{margin-bottom:20px!important}.mbsp-21{margin-bottom:21px!important}.mbsp-22{margin-bottom:22px!important}.mbsp-23{margin-bottom:23px!important}.mbsp-24{margin-bottom:24px!important}.mbsp-25{margin-bottom:25px!important}.mbsp-26{margin-bottom:26px!important}.mbsp-27{margin-bottom:27px!important}.mbsp-28{margin-bottom:28px!important}.mbsp-29{margin-bottom:29px!important}.mbsp-30{margin-bottom:30px!important}.mbsp-31{margin-bottom:31px!important}.mbsp-32{margin-bottom:32px!important}.mbsp-33{margin-bottom:33px!important}.mbsp-34{margin-bottom:34px!important}.mbsp-35{margin-bottom:35px!important}.mbsp-36{margin-bottom:36px!important}.mbsp-37{margin-bottom:37px!important}.mbsp-38{margin-bottom:38px!important}.mbsp-39{margin-bottom:39px!important}.mbsp-40{margin-bottom:40px!important}.mbsp-41{margin-bottom:41px!important}.mbsp-42{margin-bottom:42px!important}.mbsp-43{margin-bottom:43px!important}.mbsp-44{margin-bottom:44px!important}.mbsp-45{margin-bottom:45px!important}.mbsp-46{margin-bottom:46px!important}.mbsp-47{margin-bottom:47px!important}.mbsp-48{margin-bottom:48px!important}.mbsp-49{margin-bottom:49px!important}.mbsp-50{margin-bottom:50px!important}.mbsp-51{margin-bottom:51px!important}.mbsp-52{margin-bottom:52px!important}.mbsp-53{margin-bottom:53px!important}.mbsp-54{margin-bottom:54px!important}.mbsp-55{margin-bottom:55px!important}.mbsp-56{margin-bottom:56px!important}.mbsp-57{margin-bottom:57px!important}.mbsp-58{margin-bottom:58px!important}.mbsp-59{margin-bottom:59px!important}.mbsp-60{margin-bottom:60px!important}.mbsp-61{margin-bottom:61px!important}.mbsp-62{margin-bottom:62px!important}.mbsp-63{margin-bottom:63px!important}.mbsp-64{margin-bottom:64px!important}.mbsp-65{margin-bottom:65px!important}.mbsp-66{margin-bottom:66px!important}.mbsp-67{margin-bottom:67px!important}.mbsp-68{margin-bottom:68px!important}.mbsp-69{margin-bottom:69px!important}.mbsp-70{margin-bottom:70px!important}.mbsp-71{margin-bottom:71px!important}.mbsp-72{margin-bottom:72px!important}.mbsp-73{margin-bottom:73px!important}.mbsp-74{margin-bottom:74px!important}.mbsp-75{margin-bottom:75px!important}.mbsp-76{margin-bottom:76px!important}.mbsp-77{margin-bottom:77px!important}.mbsp-78{margin-bottom:78px!important}.mbsp-79{margin-bottom:79px!important}.mbsp-80{margin-bottom:80px!important}.mbsp-81{margin-bottom:81px!important}.mbsp-82{margin-bottom:82px!important}.mbsp-83{margin-bottom:83px!important}.mbsp-84{margin-bottom:84px!important}.mbsp-85{margin-bottom:85px!important}.mbsp-86{margin-bottom:86px!important}.mbsp-87{margin-bottom:87px!important}.mbsp-88{margin-bottom:88px!important}.mbsp-89{margin-bottom:89px!important}.mbsp-90{margin-bottom:90px!important}.mbsp-91{margin-bottom:91px!important}.mbsp-92{margin-bottom:92px!important}.mbsp-93{margin-bottom:93px!important}.mbsp-94{margin-bottom:94px!important}.mbsp-95{margin-bottom:95px!important}.mbsp-96{margin-bottom:96px!important}.mbsp-97{margin-bottom:97px!important}.mbsp-98{margin-bottom:98px!important}.mbsp-99{margin-bottom:99px!important}.mbsp-100{margin-bottom:100px!important}section::before{height:95px}.c-ttl__01{margin-bottom:29px}.c-ttl__01::after{bottom:-15px}.c-ttl__01 .c-ft--en{font-size:1.9rem;margin-bottom:-2px}.c-ttl__01 .c-ft--jp{font-size:26px;font-size:2.6rem;line-height:1.3461538462;letter-spacing:.04em}.c-ttl__01--small .c-ft--en{font-size:1.6rem}#footer .footer-wrap__logo{padding:16px 15px 14px}#footer .footer-wrap__logo a{max-width:108px;margin:0 auto}#footer .footer-wrap__ct{background:url(/wp-content/themes/neuro-diversity/lp/j_03/assets/img/top/footer-bg-sp.jpg) top right no-repeat;background-size:cover;padding:25px 20px 71px}a{-webkit-tap-highlight-color:transparent}.pc{display:none!important}}@media screen and (min-width:641px){.c-al--cpc{text-align:center!important}.c-ttl__01--left{text-align:left}.c-ttl__01--left::after{left:0;-webkit-transform:initial;transform:initial;-webkit-transform:unset;transform:unset}.c-ttl__01--noline::after{display:none}#footer{background:url(/wp-content/themes/neuro-diversity/lp/j_03/assets/img/top/footer-bg-pc.jpg) top right no-repeat;background-size:cover;border-bottom:6px solid #fff}.sp-sm{display:none!important}}@media screen and (max-width:359px){.c-ttl__01 .c-ft--jp{font-size:2.2rem}#header .header-logo__txt{font-size:1rem!important}.pc-xs{display:none!important}}@media screen and (max-width:1024px){.c-btn__01{max-width:325px}#header{padding:10px 15px}#header .header-logo{max-width:345px}#header .header-logo__img{max-width:108px}#header .header-logo__txt{width:calc(100% - 108px);font-size:1.4rem;letter-spacing:-.04em}#header .header-logo__txt::before{height:35px;top:-7px;left:15px}.js-backtop{right:10px}.pc-tb{display:none!important}}@media (any-hover:hover){a:hover{opacity:.7}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){a{display:inline-block}}@media screen and (max-width:1250px){.pc-xl{display:none!important}}@media screen and (max-width:990px){.pc-lg{display:none!important}}@media screen and (max-width:640px){.pc-sm{display:none!important}}@media screen and (min-width:1251px){.sp-xl{display:none!important}}@media screen and (min-width:1025px){.sp-tb{display:none!important}}@media screen and (min-width:991px){.sp-lg{display:none!important}}
/*# sourceMappingURL=../maps/layout/base.min.css.map */
