@font-face{src:url("../fonts/NotoSansJP-Regular400.woff") format("woff");font-family:"Noto Sans JP";font-weight:normal;font-style:normal;font-display:swap}@font-face{src:url("../fonts/NotoSansJP-Bold700.woff") format("woff");font-family:"Noto Sans JP";font-weight:bold;font-style:normal;font-display:swap}/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */html{-o-tab-size:4;tab-size:4;word-break:normal;box-sizing:border-box;-moz-tab-size:4;-webkit-text-size-adjust:100%}*,::before,::after{background-repeat:no-repeat;box-sizing:inherit}::before,::after{vertical-align:inherit;text-decoration:inherit}*{margin:0;padding:0}hr{height:0;overflow:visible;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:none}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{text-indent:0;border-color:inherit}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:bold}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{color:inherit;cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{border-style:none;background-color:rgba(0,0,0,0)}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-webkit-appearance:none;-moz-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{display:table;max-width:100%;max-width:100%;white-space:normal;color:inherit;border:0}::-webkit-file-upload-button{font:inherit;color:inherit;-webkit-appearance:button}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}html{font-size:100%}body{font-family:"Noto Sans JP",sans-serif;line-height:1.7;color:#333;background-color:#fff;letter-spacing:.05em;font-size:14px;font-size:0.875rem}@media screen and (max-width:768px){body{font-size:16px;font-size:1rem}}a{transition:.3s;text-decoration:none;color:#333}a:hover{text-decoration:underline}img{height:auto;max-width:100%;vertical-align:bottom}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}.anime-fadein{opacity:0;-webkit-animation-name:fade-in;animation-name:fade-in;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fade-in-up{from{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in-up{from{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes floating{0%{transform:translateY(-10px)}50%{transform:translateY(10px)}100%{transform:translateY(-10px)}}@keyframes floating{0%{transform:translateY(-10px)}50%{transform:translateY(10px)}100%{transform:translateY(-10px)}}.anime-floating{-webkit-animation-name:floating;animation-name:floating;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.io1{opacity:0;transform:translateY(30px);transition:opacity .5s,transform .5s}.io1.appear{opacity:1;transform:translateY(0)}.l-inner{max-width:1200px;margin:0 auto;padding:0 50px}@media screen and (max-width:768px){.l-inner{padding:0 20px}}.l-header{position:fixed;display:flex;align-items:center;justify-content:space-between;width:100%;height:100px;padding:0 60px;background-color:#fff;transition:all .3s ease;z-index:100}@media screen and (max-width:768px){.l-header{height:80px;padding:0 20px}}.l-header.is-active{box-shadow:0 3px 6px rgba(0,0,0,.16)}.l-header__logo{z-index:20;height:80px}@media screen and (max-width:768px){.l-header__logo{height:60px}}.l-header__logo img{height:100%;width:auto}.p-global-nav{position:fixed;top:0;right:-250px;width:250px;height:100%;z-index:10;background-color:rgba(34,41,174,.8);display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;transition:all .5s ease}@media screen and (max-width:1260px){.p-global-nav{position:static;background-color:#fff;width:100%;flex-direction:row}}.p-global-nav.is-show{transform:translateX(-250px)}.p-global-nav__list{display:flex;align-items:center;flex-direction:column;justify-content:center;width:200px;list-style:none}@media screen and (max-width:1260px){.p-global-nav__list{flex-direction:row;margin:0 auto;width:auto;height:100%}}.p-global-nav__item{width:100%}@media screen and (max-width:1260px){.p-global-nav__item{width:inherit;height:inherit}.p-global-nav__item:not(:last-of-type){margin-right:40px}}.p-global-nav__link{display:inline-block;color:inherit;text-decoration:none;width:100%;padding:20px 0;text-align:center;font-weight:bold;color:#fff;font-size:32px;font-size:2rem}@media screen and (max-width:1260px){.p-global-nav__link{color:#333;padding:0;font-size:24px;font-size:1.5rem}}.p-global-nav__link:hover{text-decoration:none;color:#2229ae;background-color:#fff}@media screen and (max-width:1260px){.p-global-nav__link:hover{background-color:rgba(0,0,0,0)}}.c-btn-menu{position:relative;z-index:100;display:flex;align-items:center;justify-content:center;width:28px;height:18px;cursor:pointer;text-align:center;opacity:1;border:none;outline:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (max-width:1260px){.c-btn-menu{display:none}}.c-btn-menu__line{position:relative;left:0;display:block;width:100%;height:2px;border-radius:4px;transition:all .4s;background-color:#ca82ff}.c-btn-menu__line::before,.c-btn-menu__line::after{position:absolute;display:block;width:100%;height:100%;content:"";transition:inherit;border-radius:4px;background-color:inherit}.c-btn-menu__line::before{top:-8px}.c-btn-menu__line::after{top:8px}.c-btn-menu.is-active .c-btn-menu__line{background-color:rgba(0,0,0,0)}.c-btn-menu.is-active .c-btn-menu__line::before,.c-btn-menu.is-active .c-btn-menu__line::after{top:0;background-color:#fff}.c-btn-menu.is-active .c-btn-menu__line::before{transform:rotate(45deg)}.c-btn-menu.is-active .c-btn-menu__line::after{transform:rotate(-45deg)}.l-footer__contact{background-color:#f6f6f6}.l-footer__copyright{padding:15px 0;background-color:#2229ae}.p-contact__inner{text-align:center;margin:0 auto}.p-contact__heading{padding-top:50px;margin-bottom:40px}@media screen and (max-width:1024px){.p-contact__heading{margin-bottom:60px}}.p-contact__lead{margin:0 auto 30px;text-align:left}@media screen and (max-width:1024px){.p-contact__lead{margin:0 auto 60px;text-align:center}}.p-contact__form{padding-bottom:40px;background-color:#f6f6f6;margin:0 auto;max-width:725px}@media screen and (max-width:768px){.p-contact__form{padding-bottom:50px}}.p-contact__container{margin:0 auto;max-width:300px}@media screen and (max-width:1024px){.p-contact__container{max-width:80%}}.p-contact__recaptcha{padding-top:20px;font-size:12px;font-size:0.75rem}@media screen and (max-width:1024px){.p-contact__recaptcha{text-align:center}}.p-contact__recaptcha a{color:#4949ba;transition:all .3s}.p-contact__recaptcha a:hover{opacity:.8}.c-copyright{text-align:center;font-size:12px;font-size:0.75rem}.c-copyright__link{text-decoration:none;color:#fff}.c-copyright__link:hover{text-decoration:none;opacity:.8}.l-contents{padding-top:100px}@media screen and (max-width:768px){.l-contents{height:80px}}.l-section{padding-top:90px}@media screen and (max-width:768px){.l-section{padding-top:60px}}.c-btn{position:relative;font-weight:bold;display:inline-block;line-height:1;padding:1rem 1.5rem;border-radius:.5rem;text-align:center;text-decoration:none;background-color:#2f4858;color:#fff;transition:all .3s}.c-btn:hover{text-decoration:none}.c-label-category{display:inline-block;padding:4px 4px;text-align:center;color:#fff;background-color:#ca82ff;font-size:12px;font-size:0.75rem}.c-label-product{display:inline-block;line-height:1;padding:4px 10px;border-radius:10px;text-align:center;color:#fff;background-color:#333;font-size:12px;font-size:0.75rem}.c-label-product.website{background-color:#00c2af}.c-label-product.banner{background-color:#c61a95}.c-label-product.lp{background-color:#4e00c2}.c-form br{display:none}.c-form a.privacy{transition:all .3s;text-decoration:underline;margin-left:.5rem}.c-form a.privacy:hover{opacity:.7}.c-form__item{text-align:left;line-height:1.6}.c-form__item:not(:last-of-type){margin-bottom:20px}@media screen and (max-width:768px){.c-form__item:not(:last-of-type){margin-bottom:30px}}.c-form__title{display:block;margin-bottom:10px}.c-form__note{font-weight:normal;margin-left:5px;font-size:12px;font-size:0.75rem}.c-form__require{margin-left:.5rem;color:#fff;background-color:#ee5a6d;padding:2px 6px;font-size:12px;font-size:0.75rem}.c-form__radio{display:flex;flex-wrap:wrap;justify-content:flex-start}.c-form__radio .wpcf7-list-item{margin:0 1rem 0 0}.c-form input[type=radio]{border:1px solid #333}.c-form__input,.c-form__select{width:100%;max-width:300px;padding:8px;border:none;border-radius:6px;background-color:#fff}.c-form__check{display:flex;flex-wrap:wrap;width:100%}.c-form__check .wpcf7-list-item{margin:0 1rem 0 0}.c-form__textarea{min-height:100px;width:100%;padding:8px;resize:both;border-radius:5px;background-color:#fff}@media screen and (max-width:1024px){.c-form__textarea{min-height:200px}}.c-form__datetime{display:block;width:100%;max-width:300px}@media screen and (max-width:1024px){.c-form__datetime{display:flex;max-width:100%}}.c-form__datetime p{display:block;width:100%}@media screen and (max-width:1024px){.c-form__datetime p{display:flex;justify-content:flex-start}}.c-form__datetime span{display:block}@media screen and (max-width:1024px){.c-form__datetime span{max-width:300px;flex:1 1 auto}}.c-form__datetime span:first-of-type{margin-bottom:10px}@media screen and (max-width:1024px){.c-form__datetime span:first-of-type{margin-bottom:0;margin-right:20px}}.c-form__btn{margin-top:30px;text-align:center}.wpcf7-spinner{display:none}.cf7-cf-turnstile{margin-bottom:10px !important}.c-card__img-wrapper{margin-bottom:15px}.c-card__img{width:100%;height:auto}.c-card__body{display:flex;flex-direction:column;color:#333}.c-card__title{font-weight:bold;line-height:1.2;margin-bottom:15px;text-align:center;font-size:18px;font-size:1.125rem}@media screen and (max-width:1024px){.c-card__title{margin-bottom:10px}}.c-card__caption{text-align:center}.c-card-wrapper{display:block;margin-bottom:0}@media screen and (max-width:1024px){.c-card-wrapper{display:flex}}.c-card-wrapper .c-card{margin-bottom:30px}.c-card-wrapper--col3{display:block}@media screen and (max-width:1024px){.c-card-wrapper--col3{display:flex;flex-wrap:wrap}}.c-card-wrapper--col3 .c-card{width:100%;margin-bottom:40px}@media screen and (max-width:1024px){.c-card-wrapper--col3 .c-card{width:calc(33.33333% - 20px);margin-right:30px;margin-bottom:30px}}@media screen and (max-width:1024px){.c-card-wrapper--col3 .c-card:nth-child(3n){margin-right:0}}.c-card-wrapper--col3 .c-card:last-child{margin-bottom:0}.c-page-top{position:fixed;right:20px;bottom:20px;z-index:1;display:none}@media screen and (max-width:1024px){.c-page-top{right:45px;bottom:45px}}.c-page-top__link{display:block}.c-page-top__link:hover{opacity:1}@media screen and (max-width:1024px){.c-page-top__link:hover{opacity:.8}}.c-page-top__link img{width:50px;height:50px;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.16)}.c-table-01{width:100%;border-spacing:0;border-collapse:collapse}.c-table-01 tr{border-bottom:solid 1px #ddd}.c-table-01 th,.c-table-01 td{text-align:left;display:block}@media screen and (max-width:1024px){.c-table-01 th,.c-table-01 td{display:table-cell;padding:30px 10px}}.c-table-01 th{width:100%;margin-top:20px;margin-bottom:5px}@media screen and (max-width:1024px){.c-table-01 th{width:20%;margin:0}}.c-table-01 td{margin-bottom:20px}@media screen and (max-width:1024px){.c-table-01 td{margin-bottom:0}}.c-table-01 p:not(:last-child){margin-bottom:10px}.c-table-01 ul{margin-left:20px}.c-headingH2{margin-bottom:2rem;line-height:1;padding:0;color:#2229ae;font-size:36px;font-size:2.25rem}@media screen and (max-width:768px){.c-headingH2{font-size:28px;font-size:1.75rem}}.c-headingH2__sub{display:block;color:#333;margin-top:4px;font-size:19.2px;font-size:1.2rem}@media screen and (max-width:768px){.c-headingH2__sub{margin-top:8px;font-size:24px;font-size:1.5rem}}.c-page-headingH1{text-align:center;line-height:1;padding:0;font-size:24px;font-size:1.5rem}@media screen and (max-width:768px){.c-page-headingH1{font-size:32px;font-size:2rem}}.c-page-headingH1__sub{display:block;margin-top:10px;color:#333;font-size:19.2px;font-size:1.2rem}@media screen and (max-width:768px){.c-page-headingH1__sub{font-size:24px;font-size:1.5rem}}.c-page-headingH1__sub.website{color:#00c2af}.c-page-headingH1__sub.banner{color:#c61a95}.c-page-headingH1__sub.lp{color:#4e00c2}.c-page-headingH2{display:inline-block;position:relative;line-height:1;margin-bottom:25px;font-size:19.2px;font-size:1.2rem}@media screen and (max-width:768px){.c-page-headingH2{margin-bottom:30px;font-size:24px;font-size:1.5rem}}.c-page-headingH2::after{content:"";position:absolute;bottom:-12px;left:0;height:4px;width:100%;background:repeating-linear-gradient(45deg, #fff, #fff 3px, #2229ae 3px, #2229ae 6px)}.c-popup{display:none;height:100vh;width:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:100}.c-popup__content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;padding:30px;width:85%;max-width:500px;z-index:2;text-align:center}.c-popup__content #popup-close{display:inline-block;font-size:2rem;margin-bottom:1rem}.c-popup__content p span{font-weight:700;color:#273cdc}.u-center{text-align:center !important}.u-left{text-align:left !important}.u-right{text-align:right !important}.u-sp-only{display:block}@media screen and (max-width:1024px){.u-sp-only{display:none}}.u-pc-only{display:none}@media screen and (max-width:1024px){.u-pc-only{display:block}}.u-sp-only-inline{display:inline}@media screen and (max-width:1024px){.u-sp-only-inline{display:none}}.u-pc-only-inline{display:none}@media screen and (max-width:1024px){.u-pc-only-inline{display:inline}}.u-pc-only-list-item{display:none}@media screen and (max-width:1024px){.u-pc-only-list-item{display:list-item}}.u-text-bold{font-weight:bold !important}.u-text-big{font-size:1.5em}.p-main-visual{padding-top:60px}@media screen and (max-width:768px){.p-main-visual{padding-top:80px}}.p-main-visual__inner{text-align:center;position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:285px;background-image:url(../img/top/main-bg-sp.png);background-repeat:no-repeat;background-position:center center;background-size:cover;opacity:0;-webkit-animation-name:fade-in;animation-name:fade-in;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media screen and (max-width:1024px){.p-main-visual__inner{background-image:url(../img/top/main-bg-pc.png);height:515px}}.p-main-visual__text{position:absolute;top:20%;left:10%;text-align:center;line-height:1;-webkit-animation-name:fade-in-up;animation-name:fade-in-up;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0;color:#fff;font-size:38px;font-size:2.375rem}@media screen and (max-width:768px){.p-main-visual__text{font-size:48px;font-size:3rem}}@media screen and (max-width:1024px){.p-main-visual__text{font-size:62px;font-size:3.875rem}}.p-main-visual__text span{display:block;margin-top:5px;font-size:24px;font-size:1.5rem}@media screen and (max-width:768px){.p-main-visual__text span{margin-top:10px;font-size:28px;font-size:1.75rem}}@media screen and (max-width:1024px){.p-main-visual__text span{font-size:38px;font-size:2.375rem;left:20%}}.p-page{padding-top:30px}@media screen and (max-width:768px){.p-page{padding-top:50px}}.p-page__heading{margin-bottom:40px}@media screen and (max-width:1024px){.p-page__heading{margin-bottom:60px}}.p-breadcrumb{background-color:#f6f6f6;padding-top:60px}@media screen and (max-width:1260px){.p-breadcrumb{padding-top:80px}}.p-breadcrumb__inner{padding-top:8px;padding-bottom:8px}@media screen and (max-width:1024px){.p-breadcrumb__inner{padding-top:12px;padding-bottom:12px}}.p-breadcrumb__list{list-style:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.p-breadcrumb__item{display:inline}.p-breadcrumb__item::after{padding:0 .5em;content:">";color:#333}.p-breadcrumb__item:last-child:after{content:""}.p-breadcrumb__item:not(:last-child) a{transition:all .3s}.p-breadcrumb__item:not(:last-child) a:hover{color:#ca82ff}.p-breadcrumb__link{display:inline-block}.p-post{word-break:break-all}.p-post h2{display:inline-block;position:relative;line-height:1.4;margin-bottom:30px;font-size:19.2px;font-size:1.2rem}@media screen and (max-width:768px){.p-post h2{font-size:24px;font-size:1.5rem;margin-bottom:30px}}.p-post h2:not(:first-of-type){margin-top:20px}@media screen and (max-width:768px){.p-post h2:not(:first-of-type){margin-top:30px}}.p-post h2::after{content:"";position:absolute;bottom:-12px;left:0;height:4px;width:100%;background:repeating-linear-gradient(45deg, #fff, #fff 3px, #2229ae 3px, #2229ae 6px)}.p-post a{transition:all .3s;color:#5b5bf7}.p-post a:hover{opacity:.8}.error404 p{text-align:center}.error404__home{text-align:center;margin-top:2rem}@media screen and (max-width:768px){.error404__home{margin-top:3rem}}.swiper-container{position:relative;padding-bottom:30px}.swiper-horizontal>.swiper-pagination-bullets{bottom:0}.swiper-pagination{text-align:right}.swiper-pagination-bullet-active{background:#ca82ff}.swiper-button-next::after,.swiper-button-prev::after{position:absolute;top:50%;font-family:"Font Awesome 5 Free";font-weight:900;display:block;transform:translateY(-50%);color:#391e88;font-size:32px;font-size:2rem}.swiper-button-next::after{content:""}.swiper-button-prev::after{content:""}