/*! 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:transparent}abbr[title]{border-bottom:none;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: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}
:root{--primary-color--200: #ffe81d;--primary-color: #f1b300;--base-color: #333;--blur-color: #eee;--border-color: #ddd;--red-color-200: #fddddd;--red-color: #f70004;--active-color: #146ACE;--success-color-200: #e6fff2;--success-color: #10b26e;--gradient-bg: linear-gradient(to right, #ffe81d, #fde219 25%, #f9d110 58%, #f2b602 95%, #f1b300);--font-falimy: "Source Sans Pro", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;--base-font-size: 10px;--s-font-size: 1.2rem;--sm-font-size: 1.5rem;--md-font-size: 1.8rem;--lg-font-size: 2.1rem;--base-lineh: 1.7;--m-lineh: 2.14;--min-content: 32rem;--max-content: 160rem;--inner-content: 102rem;--inner-s-content: 96.7rem;--s-space: 2rem;--m-space: 3rem;--l-space: 6rem;--header-height: 13.5rem}*{box-sizing:border-box}body,html{margin:0;padding:0;font-size:var(--base-font-size)}body{color:var(--base-color);font-family:var(--font-falimy);min-width:var(--min-content);font-size:1.3rem;position:relative;line-height:var(--base-lineh)}@media only screen and (min-width: 767px){body{font-size:var(--md-font-size)}}body.is-nav-open,body.is-mv{overflow:hidden}img,iframe{width:100%;height:auto}img{display:block}p{margin:0}a{color:var(--base-color);text-decoration:none;transition:opacity .3s ease}ol,ul,li{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6,figure{margin:0}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.l-container{padding:4rem var(--m-space) var(--l-space)}@media only screen and (min-width: 767px){.l-container{margin:0 auto;padding:7rem var(--m-space) 15rem;max-width:78rem}}.l-container--article{padding-top:2.5rem}@media only screen and (min-width: 767px){.l-container--article{padding-top:7rem}}.l-footer{padding:4.5rem var(--m-space) var(--l-space);background-color:#000;color:#fff}@media only screen and (min-width: 767px){.l-footer{padding:var(--m-space) clamp(3rem, calc(60/1440*100vw), 6rem)}}.l-header{padding:2rem 2rem 2rem 1.5rem;z-index:3;background-color:rgba(255,255,255,.8)}@media only screen and (min-width: 767px){.l-header{position:fixed;padding:clamp(3rem, calc(45/1440*100vw), 4.5rem) clamp(3rem, calc(60/1440*100vw), 6rem);width:100%;transition:padding .3s ease}}@media only screen and (min-width: 767px){.l-header.is-scrolled{padding-top:3rem;padding-bottom:3rem}}@media only screen and (min-width: 767px){.l-main{padding-top:var(--header-height);overflow:hidden}}.c-button{margin:0 auto;padding:1.2rem;display:block;position:relative;max-width:27rem;background:var(--gradient-bg);text-align:center;font-size:var(--sm-font-size);font-weight:bold}@media only screen and (min-width: 767px){.c-button{padding:2rem;max-width:33rem;font-size:var(--md-font-size)}}.c-button::after{content:"";display:block;position:absolute;top:0;left:0;width:0;height:100%;background-color:rgba(255,255,255,.2);transition:width .2s ease;z-index:1}@media only screen and (min-width: 767px){.c-button:hover::after{width:100%}}.c-button__text{position:relative;z-index:2}.c-headline{font-size:3rem;text-align:center;line-height:1.5;letter-spacing:.012em}@media only screen and (min-width: 767px){.c-headline{font-size:5.4rem;letter-spacing:.0216em}}.c-headline--jp{display:block;font-size:var(--s-font-size)}@media only screen and (min-width: 767px){.c-headline--jp{font-size:var(--sm-font-size)}}.c-lead-text{margin-top:4rem;padding-bottom:4.5rem;border-bottom:1px solid var(--border-color)}@media only screen and (min-width: 767px){.c-lead-text{margin-top:var(--l-space);padding-bottom:var(--l-space)}}.c-link{color:var(--primary-color);text-decoration:underline}@media only screen and (min-width: 767px){.c-link:hover{text-decoration:none}}.c-list{margin-top:.5rem;line-height:2}@media only screen and (min-width: 767px){.c-list{font-size:var(--sm-font-size)}}.c-text+.c-list{margin-top:1rem}@media only screen and (min-width: 767px){.c-text+.c-list{margin-top:var(--m-space)}}.c-section__title+.c-list{margin-top:1rem}@media only screen and (min-width: 767px){.c-section__title+.c-list{margin-top:1.5rem}}.c-list__item{padding-left:1.3em;position:relative}.c-list__item::before{content:"";position:absolute;left:.4rem;width:.5rem;height:.5rem;border-radius:50%;top:.8rem;background:var(--gradient-bg)}@media only screen and (min-width: 767px){.c-list__item::before{font-size:2.4rem;top:1rem}}.c-list__item+.c-list__item{margin-top:1rem}.c-news-list{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.c-news-list__item{padding:1.8rem 0}@media only screen and (min-width: 767px){.c-news-list__item{padding:4rem 0;display:flex}}.c-news-list__item+.c-news-list__item{border-top:1px solid var(--border-color)}.c-news-list__item-link{display:block;position:relative;padding-right:4rem}@media only screen and (min-width: 767px){.c-news-list__item-link{display:flex;align-items:center;width:100%}}.c-news-list__item-link::after{content:"";margin-left:1rem;display:inline-block;position:absolute;top:50%;transform:translateY(-50%);right:1.4rem;background:url(images/icon_arrow.svg) repeat-x center right;background-size:2.3rem;width:1.7rem;height:1.7rem}@media only screen and (min-width: 767px){.c-news-list__item-link:hover:after{text-decoration:underline;-webkit-animation:animationIconLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards;animation:animationIconLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards}}.c-news-list__item-date{display:inline-block;margin-right:1rem;font-weight:bold;letter-spacing:.052em}@media only screen and (min-width: 767px){.c-news-list__item-date{margin-right:3rem;flex-shrink:0;width:8rem;font-size:1.5rem}}.c-news-list__item-category{display:inline-block;font-weight:bold;font-size:var(--s-font-size);color:var(--primary-color)}@media only screen and (min-width: 767px){.c-news-list__item-category{flex-shrink:0;width:9rem}}.c-news-list__item-title{font-weight:bold}@media only screen and (min-width: 767px){.c-news-list__item-title{flex-shrink:0;width:9.5rem;font-size:1.5rem}}.c-news-list__item-text{margin-top:.5rem;line-height:1.77}@media only screen and (min-width: 767px){.c-news-list__item-text{margin-top:0;margin-left:3rem;font-size:1.5rem}}@media only screen and (min-width: 767px){.c-news-list__item-link:hover .c-news-list__item-text{text-decoration:underline}}.c-order-list{counter-reset:item;margin-top:.5rem}@media only screen and (min-width: 767px){.c-order-list{font-size:var(--sm-font-size)}}.c-text+.c-order-list{margin-top:1rem;line-height:2}@media only screen and (min-width: 767px){.c-text+.c-order-list{margin-top:var(--m-space)}}.c-section__title+.c-order-list{margin-top:1rem}@media only screen and (min-width: 767px){.c-section__title+.c-order-list{margin-top:1.5rem}}.c-order-list__item{padding-left:2.5em;position:relative}.c-order-list__item::before{content:"(" counter(item) ")";position:absolute;left:0;counter-increment:item;font-weight:bold}@media only screen and (min-width: 767px){.c-order-list__item::before{font-size:var(--sm-font-size)}}.c-order-list__item+.c-order-list__item{margin-top:1rem}.c-section{padding:var(--s-space) 0 4.5rem}@media only screen and (min-width: 767px){.c-section{padding:var(--m-space) 0 var(--l-space)}}.c-section+.c-section{border-top:1px solid var(--border-color)}.c-section__title{font-size:var(--sm-font-size)}@media only screen and (min-width: 767px){.c-section__title{font-size:var(--md-font-size)}}.c-section__title--sm{font-size:1.3rem}@media only screen and (min-width: 767px){.c-section__title--sm{font-size:var(--sm-font-size)}}.c-text+.c-section__title--sm,.c-order-list+.c-section__title--sm,.c-list+.c-section__title--sm{margin-top:2rem}.c-text{line-height:2}@media only screen and (min-width: 767px){.c-text{font-size:var(--sm-font-size)}}.c-text--ta-r{text-align:right}.c-text+.c-text,.c-order-list+.c-text,.c-list+.c-text{margin-top:1rem}@media only screen and (min-width: 767px){.c-text+.c-text,.c-order-list+.c-text,.c-list+.c-text{margin-top:var(--m-space)}}.c-text+.c-text--sign{margin-top:var(--m-space)}@media only screen and (min-width: 767px){.c-text+.c-text--sign{margin-top:4rem}}.c-section__title+.c-text{margin-top:1rem}@media only screen and (min-width: 767px){.c-section__title+.c-text{margin-top:1.5rem}}.c-title{font-size:var(--sm-font-size)}@media only screen and (min-width: 767px){.c-title{font-size:var(--md-font-size)}}@media only screen and (min-width: 767px){.p-footer{display:flex;align-items:center;justify-content:space-between}}.p-footer__logo{width:13.3rem}@media only screen and (min-width: 767px){.p-footer__logo{width:13.6rem}}.p-footer__logo-link{display:block}.p-footer__list{margin-top:var(--m-space)}@media only screen and (min-width: 767px){.p-footer__list{margin:0 0 0 auto}}.p-footer__item-link{font-size:var(--s-font-size);color:#fff}@media only screen and (min-width: 767px){.p-footer__item-link:hover{text-decoration:underline}}.p-footer__copy{margin-top:1rem;font-size:var(--base-font-size);letter-spacing:.04em;font-family:"Noto Sans JP",sans-serif}@media only screen and (min-width: 767px){.p-footer__copy{font-size:var(--s-font-size);margin:0 0 0 4.5rem}}.p-header{display:flex;align-items:center;justify-content:space-between}@media only screen and (min-width: 767px){.p-header{margin:0 auto}}.p-header__logo{width:16.5rem}@media only screen and (min-width: 767px){.p-header__logo{width:clamp(16rem, calc(270/1440*100vw), 27rem);transition:width .3s ease}}@media only screen and (min-width: 767px){.l-header.is-scrolled .p-header__logo{width:clamp(16rem, calc(240/1440*100vw), 24rem)}}.p-header__logo-link{display:block}.p-header__nav-button{outline:none;border:none;border-radius:0;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;display:block;padding:0;width:2.4rem;height:1.6rem;margin-left:var(--s-space);background:url(images/icon_menu.svg) no-repeat center center;z-index:5}@media only screen and (min-width: 767px){.p-header__nav-button{display:none}}.is-nav-open .p-header__nav-button{width:1.8rem;height:1.8rem;margin-right:3px;background:url(images/icon_close.svg) no-repeat center center}.p-header__nav{opacity:0;visibility:hidden;position:fixed;display:flex;justify-content:center;align-items:center;width:100%;height:100vh;top:0;left:0;background:var(--gradient-bg);padding:.8rem 1rem;z-index:4;transition:opacity .3s ease,visibility .3s ease;text-align:center}@media only screen and (min-width: 767px){.p-header__nav{position:relative;height:100%;width:auto;opacity:1;visibility:visible;background:rgba(255,255,255,0);padding:0;order:2;margin-left:auto}}.is-nav-open .p-header__nav{opacity:1;visibility:visible}@media only screen and (min-width: 767px){.p-header__nav-list{display:flex}}.p-header__nav-item+.p-header__nav-item{margin-top:2.3em}@media only screen and (min-width: 767px){.p-header__nav-item+.p-header__nav-item{margin-top:0;margin-left:clamp(2rem, calc(38/1440*100vw), 3.8rem)}}.p-header__nav-link{display:block;position:relative;color:var(--base-color);font-size:var(--md-font-size);font-weight:bold;letter-spacing:.072em}@media only screen and (min-width: 767px){.p-header__nav-link{color:var(--base-color);font-size:clamp(1.1rem, calc(18/1020*80vw), var(--md-font-size))}}@media only screen and (min-width: 767px){.p-header__nav-link::after{content:"";display:block;position:absolute;width:0;height:2px;background:var(--gradient-bg);transition:width .3s ease}}@media only screen and (min-width: 767px){.p-header__nav-link:hover::after{width:100%}}.p-mv{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10;overflow:hidden;transition:opacity .3s ease,visibility .3s ease;opacity:1;visibility:visible;background-color:#fff}.p-mv.is-complete{opacity:0;visibility:hidden}.p-mv__svg{position:absolute;top:0;left:0}@media only screen and (min-width: 767px){.p-mv__svg{width:auto !important;height:100vh !important;top:50%;left:13%;transform:translate(-50%, -50%) !important}}@media only screen and (min-width: 767px)and (min-aspect-ratio: 16/9){.p-mv__svg{width:100vw !important;height:auto !important;left:50%}}@media only screen and (min-width: 1027px){.p-mv__svg{width:auto !important;height:100vh !important;left:50%}}@media only screen and (min-width: 1027px)and (min-aspect-ratio: 16/9){.p-mv__svg{width:100vw !important;height:auto !important}}.p-news__cats{margin-top:4.5rem;display:flex;justify-content:center}@media only screen and (min-width: 767px){.p-news__cats{margin-top:var(--l-space);font-size:var(--sm-font-size)}}.p-news__cats-item{position:relative}.p-news__cats-item::after{content:"";display:block;position:absolute;width:0;height:2px;background:var(--gradient-bg);transition:width .3s ease}@media only screen and (min-width: 767px){.p-news__cats-item:hover::after{width:100%}}.p-news__cats-item.is-current::after{width:100%}.p-news__cats-item+.p-news__cats-item{margin-left:clamp(1.6rem, 5vw, 2rem)}@media only screen and (min-width: 767px){.p-news__cats-item+.p-news__cats-item{margin-left:4.5rem}}.p-news__cats-link{display:inline-block;font-size:clamp(1rem, 3.2vw, var(--s-font-size));font-weight:bold;letter-spacing:.048em}@media only screen and (min-width: 767px){.p-news__cats-link{padding-bottom:.3rem;font-size:var(--sm-font-size)}}.p-news__list{margin-top:var(--m-space)}@media only screen and (min-width: 767px){.p-news__list{margin-top:5rem;width:100%}}.p-news__blog-date{margin-right:1.4rem;font-weight:bold;letter-spacing:.06em}@media only screen and (min-width: 767px){.p-news__blog-date{margin-right:var(--m-space);font-size:var(--sm-font-size)}}.p-news__blog-cate{font-size:var(--s-font-size);font-weight:bold;color:var(--primary-color)}.p-news__blog-headline{margin-top:1.4rem;font-weight:bold;font-size:var(--md-font-size);line-height:1.67;letter-spacing:.072em}@media only screen and (min-width: 767px){.p-news__blog-headline{margin-top:2.7rem;font-size:2.7rem;line-height:1.56;letter-spacing:.06em}}.p-news__blog-share{margin-top:1.5rem;display:flex;align-items:center}@media only screen and (min-width: 767px){.p-news__blog-share{margin-top:var(--m-space)}}.p-news__blog-share-text{margin-right:var(--s-space);font-size:var(--s-font-size);letter-spacing:.048em;font-family:"Noto Sans JP",sans-serif;font-weight:500}@media only screen and (min-width: 767px){.p-news__blog-share-text{margin-right:var(--m-space);font-size:var(--sm-font-size)}}.p-news__blog-share-link{display:inline-block;width:3rem;height:3rem}.p-news__blog-share-link+.p-news__blog-share-link{margin-left:1rem}@media only screen and (min-width: 767px){.p-news__blog-share-link:hover{opacity:.8}}.p-news__blog-section{margin-top:var(--m-space);line-height:2;letter-spacing:.052em}@media only screen and (min-width: 767px){.p-news__blog-section{margin-top:4.5rem;font-size:var(--sm-font-size)}}.p-news__blog-section p+p,.p-news__blog-section p+ul,.p-news__blog-section p+ol,.p-news__blog-section p+blockquote,.p-news__blog-section p+.wp-block-button,.p-news__blog-section p+.wp-block-buttons{margin-top:1rem}@media only screen and (min-width: 767px){.p-news__blog-section p+p,.p-news__blog-section p+ul,.p-news__blog-section p+ol,.p-news__blog-section p+blockquote,.p-news__blog-section p+.wp-block-button,.p-news__blog-section p+.wp-block-buttons{margin-top:2rem}}.p-news__blog-section p+h1,.p-news__blog-section p+h2{margin-top:4rem}@media only screen and (min-width: 767px){.p-news__blog-section p+h1,.p-news__blog-section p+h2{margin-top:5.5rem}}.p-news__blog-section p+h3,.p-news__blog-section p+h4,.p-news__blog-section p+h5,.p-news__blog-section p+h6,.p-news__blog-section p+figure,.p-news__blog-section p+img{margin-top:var(--m-space)}.p-news__blog-section h1,.p-news__blog-section h2{font-size:var(--sm-font-size)}@media only screen and (min-width: 767px){.p-news__blog-section h1,.p-news__blog-section h2{font-size:2.1rem}}.p-news__blog-section h1+p,.p-news__blog-section h1+figure,.p-news__blog-section h1+img,.p-news__blog-section h1+ol,.p-news__blog-section h1+ul,.p-news__blog-section h1+blockquote,.p-news__blog-section h1+.wp-block-button,.p-news__blog-section h1+.wp-block-buttons,.p-news__blog-section h2+p,.p-news__blog-section h2+figure,.p-news__blog-section h2+img,.p-news__blog-section h2+ol,.p-news__blog-section h2+ul,.p-news__blog-section h2+blockquote,.p-news__blog-section h2+.wp-block-button,.p-news__blog-section h2+.wp-block-buttons{margin-top:1rem}@media only screen and (min-width: 767px){.p-news__blog-section h1+p,.p-news__blog-section h1+figure,.p-news__blog-section h1+img,.p-news__blog-section h1+ol,.p-news__blog-section h1+ul,.p-news__blog-section h1+blockquote,.p-news__blog-section h1+.wp-block-button,.p-news__blog-section h1+.wp-block-buttons,.p-news__blog-section h2+p,.p-news__blog-section h2+figure,.p-news__blog-section h2+img,.p-news__blog-section h2+ol,.p-news__blog-section h2+ul,.p-news__blog-section h2+blockquote,.p-news__blog-section h2+.wp-block-button,.p-news__blog-section h2+.wp-block-buttons{margin-top:2rem}}.p-news__blog-section h1+h1,.p-news__blog-section h1+h2,.p-news__blog-section h1+h3,.p-news__blog-section h1+h4,.p-news__blog-section h1+h5,.p-news__blog-section h1+h6,.p-news__blog-section h2+h1,.p-news__blog-section h2+h2,.p-news__blog-section h2+h3,.p-news__blog-section h2+h4,.p-news__blog-section h2+h5,.p-news__blog-section h2+h6{margin-top:var(--s-space)}.p-news__blog-section h3,.p-news__blog-section h4,.p-news__blog-section h5,.p-news__blog-section h6{font-size:1.3rem}@media only screen and (min-width: 767px){.p-news__blog-section h3,.p-news__blog-section h4,.p-news__blog-section h5,.p-news__blog-section h6{font-size:var(--sm-font-size)}}.p-news__blog-section h3+p,.p-news__blog-section h3+ul,.p-news__blog-section h3+ol,.p-news__blog-section h3+blockquote,.p-news__blog-section h4+p,.p-news__blog-section h4+ul,.p-news__blog-section h4+ol,.p-news__blog-section h4+blockquote,.p-news__blog-section h5+p,.p-news__blog-section h5+ul,.p-news__blog-section h5+ol,.p-news__blog-section h5+blockquote,.p-news__blog-section h6+p,.p-news__blog-section h6+ul,.p-news__blog-section h6+ol,.p-news__blog-section h6+blockquote{margin-top:1rem}@media only screen and (min-width: 767px){.p-news__blog-section h3+p,.p-news__blog-section h3+ul,.p-news__blog-section h3+ol,.p-news__blog-section h3+blockquote,.p-news__blog-section h4+p,.p-news__blog-section h4+ul,.p-news__blog-section h4+ol,.p-news__blog-section h4+blockquote,.p-news__blog-section h5+p,.p-news__blog-section h5+ul,.p-news__blog-section h5+ol,.p-news__blog-section h5+blockquote,.p-news__blog-section h6+p,.p-news__blog-section h6+ul,.p-news__blog-section h6+ol,.p-news__blog-section h6+blockquote{margin-top:2rem}}.p-news__blog-section h3+h1,.p-news__blog-section h3+h2,.p-news__blog-section h3+h3,.p-news__blog-section h3+h4,.p-news__blog-section h3+h5,.p-news__blog-section h3+h6,.p-news__blog-section h4+h1,.p-news__blog-section h4+h2,.p-news__blog-section h4+h3,.p-news__blog-section h4+h4,.p-news__blog-section h4+h5,.p-news__blog-section h4+h6,.p-news__blog-section h5+h1,.p-news__blog-section h5+h2,.p-news__blog-section h5+h3,.p-news__blog-section h5+h4,.p-news__blog-section h5+h5,.p-news__blog-section h5+h6,.p-news__blog-section h6+h1,.p-news__blog-section h6+h2,.p-news__blog-section h6+h3,.p-news__blog-section h6+h4,.p-news__blog-section h6+h5,.p-news__blog-section h6+h6{margin-top:var(--s-space)}.p-news__blog-section figure+p,.p-news__blog-section figure+figure,.p-news__blog-section figure+img,.p-news__blog-section figure+ul,.p-news__blog-section figure+ol,.p-news__blog-section figure+blockquote,.p-news__blog-section figure+.wp-block-button,.p-news__blog-section figure+.wp-block-buttons,.p-news__blog-section img+p,.p-news__blog-section img+figure,.p-news__blog-section img+img,.p-news__blog-section img+ul,.p-news__blog-section img+ol,.p-news__blog-section img+blockquote,.p-news__blog-section img+.wp-block-button,.p-news__blog-section img+.wp-block-buttons,.p-news__blog-section ul+p,.p-news__blog-section ul+figure,.p-news__blog-section ul+img,.p-news__blog-section ul+ul,.p-news__blog-section ul+ol,.p-news__blog-section ul+blockquote,.p-news__blog-section ul+.wp-block-button,.p-news__blog-section ul+.wp-block-buttons,.p-news__blog-section ol+p,.p-news__blog-section ol+figure,.p-news__blog-section ol+img,.p-news__blog-section ol+ul,.p-news__blog-section ol+ol,.p-news__blog-section ol+blockquote,.p-news__blog-section ol+.wp-block-button,.p-news__blog-section ol+.wp-block-buttons,.p-news__blog-section blockquote+p,.p-news__blog-section blockquote+figure,.p-news__blog-section blockquote+img,.p-news__blog-section blockquote+ul,.p-news__blog-section blockquote+ol,.p-news__blog-section blockquote+blockquote,.p-news__blog-section blockquote+.wp-block-button,.p-news__blog-section blockquote+.wp-block-buttons,.p-news__blog-section .wp-block-button+p,.p-news__blog-section .wp-block-button+figure,.p-news__blog-section .wp-block-button+img,.p-news__blog-section .wp-block-button+ul,.p-news__blog-section .wp-block-button+ol,.p-news__blog-section .wp-block-button+blockquote,.p-news__blog-section .wp-block-button+.wp-block-button,.p-news__blog-section .wp-block-button+.wp-block-buttons,.p-news__blog-section .wp-block-buttons+p,.p-news__blog-section .wp-block-buttons+figure,.p-news__blog-section .wp-block-buttons+img,.p-news__blog-section .wp-block-buttons+ul,.p-news__blog-section .wp-block-buttons+ol,.p-news__blog-section .wp-block-buttons+blockquote,.p-news__blog-section .wp-block-buttons+.wp-block-button,.p-news__blog-section .wp-block-buttons+.wp-block-buttons{margin-top:1rem}@media only screen and (min-width: 767px){.p-news__blog-section figure+p,.p-news__blog-section figure+figure,.p-news__blog-section figure+img,.p-news__blog-section figure+ul,.p-news__blog-section figure+ol,.p-news__blog-section figure+blockquote,.p-news__blog-section figure+.wp-block-button,.p-news__blog-section figure+.wp-block-buttons,.p-news__blog-section img+p,.p-news__blog-section img+figure,.p-news__blog-section img+img,.p-news__blog-section img+ul,.p-news__blog-section img+ol,.p-news__blog-section img+blockquote,.p-news__blog-section img+.wp-block-button,.p-news__blog-section img+.wp-block-buttons,.p-news__blog-section ul+p,.p-news__blog-section ul+figure,.p-news__blog-section ul+img,.p-news__blog-section ul+ul,.p-news__blog-section ul+ol,.p-news__blog-section ul+blockquote,.p-news__blog-section ul+.wp-block-button,.p-news__blog-section ul+.wp-block-buttons,.p-news__blog-section ol+p,.p-news__blog-section ol+figure,.p-news__blog-section ol+img,.p-news__blog-section ol+ul,.p-news__blog-section ol+ol,.p-news__blog-section ol+blockquote,.p-news__blog-section ol+.wp-block-button,.p-news__blog-section ol+.wp-block-buttons,.p-news__blog-section blockquote+p,.p-news__blog-section blockquote+figure,.p-news__blog-section blockquote+img,.p-news__blog-section blockquote+ul,.p-news__blog-section blockquote+ol,.p-news__blog-section blockquote+blockquote,.p-news__blog-section blockquote+.wp-block-button,.p-news__blog-section blockquote+.wp-block-buttons,.p-news__blog-section .wp-block-button+p,.p-news__blog-section .wp-block-button+figure,.p-news__blog-section .wp-block-button+img,.p-news__blog-section .wp-block-button+ul,.p-news__blog-section .wp-block-button+ol,.p-news__blog-section .wp-block-button+blockquote,.p-news__blog-section .wp-block-button+.wp-block-button,.p-news__blog-section .wp-block-button+.wp-block-buttons,.p-news__blog-section .wp-block-buttons+p,.p-news__blog-section .wp-block-buttons+figure,.p-news__blog-section .wp-block-buttons+img,.p-news__blog-section .wp-block-buttons+ul,.p-news__blog-section .wp-block-buttons+ol,.p-news__blog-section .wp-block-buttons+blockquote,.p-news__blog-section .wp-block-buttons+.wp-block-button,.p-news__blog-section .wp-block-buttons+.wp-block-buttons{margin-top:2rem}}.p-news__blog-section figure+h1,.p-news__blog-section figure+h2,.p-news__blog-section figure+h3,.p-news__blog-section figure+h4,.p-news__blog-section figure+h5,.p-news__blog-section figure+h6,.p-news__blog-section img+h1,.p-news__blog-section img+h2,.p-news__blog-section img+h3,.p-news__blog-section img+h4,.p-news__blog-section img+h5,.p-news__blog-section img+h6,.p-news__blog-section ul+h1,.p-news__blog-section ul+h2,.p-news__blog-section ul+h3,.p-news__blog-section ul+h4,.p-news__blog-section ul+h5,.p-news__blog-section ul+h6,.p-news__blog-section ol+h1,.p-news__blog-section ol+h2,.p-news__blog-section ol+h3,.p-news__blog-section ol+h4,.p-news__blog-section ol+h5,.p-news__blog-section ol+h6,.p-news__blog-section blockquote+h1,.p-news__blog-section blockquote+h2,.p-news__blog-section blockquote+h3,.p-news__blog-section blockquote+h4,.p-news__blog-section blockquote+h5,.p-news__blog-section blockquote+h6,.p-news__blog-section .wp-block-button+h1,.p-news__blog-section .wp-block-button+h2,.p-news__blog-section .wp-block-button+h3,.p-news__blog-section .wp-block-button+h4,.p-news__blog-section .wp-block-button+h5,.p-news__blog-section .wp-block-button+h6,.p-news__blog-section .wp-block-buttons+h1,.p-news__blog-section .wp-block-buttons+h2,.p-news__blog-section .wp-block-buttons+h3,.p-news__blog-section .wp-block-buttons+h4,.p-news__blog-section .wp-block-buttons+h5,.p-news__blog-section .wp-block-buttons+h6{margin-top:4rem}@media only screen and (min-width: 767px){.p-news__blog-section figure+h1,.p-news__blog-section figure+h2,.p-news__blog-section img+h1,.p-news__blog-section img+h2,.p-news__blog-section ul+h1,.p-news__blog-section ul+h2,.p-news__blog-section ol+h1,.p-news__blog-section ol+h2,.p-news__blog-section blockquote+h1,.p-news__blog-section blockquote+h2,.p-news__blog-section .wp-block-button+h1,.p-news__blog-section .wp-block-button+h2,.p-news__blog-section .wp-block-buttons+h1,.p-news__blog-section .wp-block-buttons+h2{margin-top:5.5rem}}.p-news__blog-section figcaption{margin-top:1rem;font-size:.8em;text-align:center}.p-news__blog-section a{color:var(--primary-color);text-decoration:underline}@media only screen and (min-width: 767px){.p-news__blog-section a:hover{text-decoration:none}}@media only screen and (min-width: 767px){.p-news__blog-section ul:not(.blocks-gallery-grid){font-size:var(--sm-font-size)}}.p-news__blog-section ul:not(.blocks-gallery-grid) li{padding-left:1.3em;position:relative}.p-news__blog-section ul:not(.blocks-gallery-grid) li::before{content:"";position:absolute;left:.4rem;width:.5rem;height:.5rem;border-radius:50%;top:1rem;background:var(--gradient-bg)}@media only screen and (min-width: 767px){.p-news__blog-section ul:not(.blocks-gallery-grid) li::before{font-size:2.4rem;top:1rem}}.p-news__blog-section ol{counter-reset:item;margin-top:.5rem}@media only screen and (min-width: 767px){.p-news__blog-section ol{font-size:var(--sm-font-size)}}.p-news__blog-section ol li{padding-left:2em;position:relative}.p-news__blog-section ol li::before{content:counter(item) ".";position:absolute;left:0;counter-increment:item;font-weight:bold}@media only screen and (min-width: 767px){.p-news__blog-section ol li::before{font-size:var(--sm-font-size)}}.p-news__blog-section blockquote{margin:0 0 0 1rem;padding:0 2rem;border-left:solid 4px var(--border-color)}.p-news__blog-section blockquote cite{font-size:.8em}.p-news__blog-section .wp-block-button .wp-block-button__link{background-size:2.3rem;position:relative;font-weight:500;text-decoration:none}.p-news__blog-section .wp-block-button .wp-block-button__link::after{content:"";margin-left:.5rem;display:inline-block;position:relative;top:.3rem;background:url(images/icon_arrow.svg) repeat-x center right;background-size:2.3rem;width:1.7rem;height:1.7rem}.p-news__blog-section .wp-block-button .wp-block-button__link[target=_blank]::after{background:url(images/icon_blank.svg) repeat-x center right;background-size:1.7rem}@media only screen and (min-width: 767px){.p-news__blog-section .wp-block-button .wp-block-button__link:hover{text-decoration:underline}}@media only screen and (min-width: 767px){.p-news__blog-section .wp-block-button .wp-block-button__link:hover:after{-webkit-animation:animationIconLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards;animation:animationIconLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards}}@media only screen and (min-width: 767px){.p-news__blog-section .wp-block-button .wp-block-button__link[target=_blank]:hover:after{-webkit-animation:none;animation:none;-webkit-animation:animationBlankLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards;animation:animationBlankLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards}}.p-news__button{margin-top:4.5rem}@media only screen and (min-width: 767px){.p-news__button{margin-top:9rem}}.pagination{margin-top:var(--m-space)}@media only screen and (min-width: 767px){.pagination{margin-top:var(--l-space)}}.pagination .nav-links{display:flex;align-items:center;justify-content:center}.pagination .nav-links .page-numbers{display:flex;align-items:center;justify-content:center;font-size:var(--sm-font-size);font-weight:bold;width:4.5rem;height:4.5rem;border-radius:50%;background:var(--blur-color)}@media only screen and (min-width: 767px){.pagination .nav-links .page-numbers:hover{background:var(--gradient-bg)}}.pagination .nav-links .page-numbers.current{background:var(--gradient-bg)}.pagination .nav-links .page-numbers+.page-numbers{margin-left:1.5rem}.pagination .nav-links .page-numbers.dots{width:auto;background:none}@media only screen and (min-width: 767px){.pagination .nav-links .page-numbers.dots:hover{background:none}}.pagination .nav-links .page-numbers.prev,.pagination .nav-links .page-numbers.next{height:1.7rem;width:1.7rem;background:url(images/icon_arrow.svg) repeat-x center right;background-size:2.3rem}@media only screen and (min-width: 767px){.pagination .nav-links .page-numbers.prev:hover,.pagination .nav-links .page-numbers.next:hover{text-decoration:underline;-webkit-animation:animationIconLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards;animation:animationIconLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards}}.pagination .nav-links .page-numbers.prev.prev,.pagination .nav-links .page-numbers.next.prev{transform:scale(-1, 1)}.p-top__hero{padding:8.5rem 3rem 15.7rem;position:relative}@media only screen and (min-width: 767px){.p-top__hero{padding:0;height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center}}.p-top__hero-inner{margin:0 auto;position:relative;max-width:28.4rem}@media only screen and (min-width: 767px){.p-top__hero-inner{max-width:89.9rem;width:min((899 / 1440 * 100vw), 89.9rem);top:-4rem}}.p-top__hero-logo{width:100%;position:relative;z-index:2}@media only screen and (min-width: 767px){.p-top__hero-logo{width:100%}}.p-top__hero-mark{position:absolute;width:11.1rem;right:0;top:2.3rem;z-index:1}@media only screen and (min-width: 767px){.p-top__hero-mark{max-width:36.6rem;width:40.7119021135%;top:min((65 / 899 * 100vw), 6.5rem);right:.8rem}}.p-top__hero-lead{margin-top:1.5rem;position:relative;z-index:2;font-size:1.5rem;font-weight:bold;line-height:1.6;letter-spacing:.06em}@media only screen and (min-width: 767px){.p-top__hero-lead{margin-top:min((60 / 1440 * 100vw), 6rem);font-size:min((36 / 1440 * 100vw), 3.6rem);line-height:1.67}}.p-top__hero-scroll{position:absolute;transform:rotate(90deg);padding-right:4.3rem;transform-origin:left;font-size:var(--s-font-size);font-weight:bold;left:2rem;bottom:11.7rem;letter-spacing:.048em}@media only screen and (min-width: 767px){.p-top__hero-scroll{padding-right:7.7rem;font-size:var(--sm-font-size);left:6rem;bottom:17rem}}.p-top__hero-scroll::after{content:"";position:absolute;width:3rem;height:.1rem;background-color:var(--base-color);top:50%;right:0;transform:translateY(-50%) scaleX(0);transform-origin:left;-webkit-animation:animationScrollParts 1.6s cubic-bezier(0.415, 0.15, 0.15, 1) infinite;animation:animationScrollParts 1.6s cubic-bezier(0.415, 0.15, 0.15, 1) infinite}@media only screen and (min-width: 767px){.p-top__hero-scroll::after{width:6rem}}.p-top__section{padding:6rem 8%}@media only screen and (min-width: 767px){.p-top__section{padding:12rem 0 15rem}}.p-top__section--bg-gray{background-color:var(--blur-color)}@media only screen and (min-width: 767px){.p-top__section+.p-top__section{padding-top:10rem}}.p-top__section-column{position:relative;z-index:2}@media only screen and (min-width: 767px){.p-top__section-column{margin:0 auto;max-width:var(--inner-content);width:clamp(calc(100% - 6rem), 62.4305555556vw, 89.9rem);display:flex;justify-content:space-between;align-items:self-start}}@media only screen and (min-width: 767px){.p-top__section-column--wrap{flex-wrap:wrap}}.p-top__headline{font-size:3.3rem;font-weight:bold;line-height:1;letter-spacing:.012em}@media only screen and (min-width: 767px){.p-top__headline{flex-shrink:0;font-size:clamp(3.5rem, 3.75vw, 5.4rem)}}.p-top__headline--sm{font-size:3rem;letter-spacing:.05em}@media only screen and (min-width: 767px){.p-top__headline--sm{font-size:clamp(3.5rem, 3.125vw, 4.5rem)}}.p-top__headline--jp{margin-top:1rem;display:block;font-size:var(--s-font-size)}@media only screen and (min-width: 767px){.p-top__headline--jp{margin-top:2rem;font-size:clamp(1.5rem, 1.25vw, 1.5rem);letter-spacing:.06em}}.p-top__headline *{display:flex;transition:transform .8s cubic-bezier(0.5, 0, 0, 1),opacity .8s cubic-bezier(0.5, 0, 0, 1)}.p-top__headline--jp *{transition-delay:.1s}.p-top__headline>span{overflow:hidden}.p-top__headline>span>span{overflow:hidden;transform:translate3d(-101%, 0, 0)}.p-top__headline>span>span>span{transform:translate3d(101%, 0, 0)}.p-top__headline[data-observable=true]>span>span{transform:translate3d(0, 0, 0)}.p-top__headline[data-observable=true]>span>span>span{transform:translate3d(0, 0, 0)}.p-top__text,.p-top__list,.p-top__form-wrap{margin-top:var(--m-space);opacity:0;transform:translateY(var(--m-space));transition:opacity .4s ease,transform .4s ease;transition-delay:.3s}@media only screen and (min-width: 767px){.p-top__text,.p-top__list,.p-top__form-wrap{margin-top:0;width:min((720 / 1020 * 100%), 72rem)}}.p-top__text[data-observable=true],.p-top__list[data-observable=true],.p-top__form-wrap[data-observable=true]{opacity:1;transform:translateY(0)}.p-top__text{line-height:2;letter-spacing:.052em}@media only screen and (min-width: 767px){.p-top__text{line-height:2.5}}.p-top__list{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.p-top__item{padding:1.6rem 0}@media only screen and (min-width: 767px){.p-top__item{padding:4rem 0;display:flex}}.p-top__item+.p-top__item{border-top:1px solid var(--border-color)}.p-top__item-title{font-weight:bold}@media only screen and (min-width: 767px){.p-top__item-title{flex-shrink:0;width:8rem;font-size:1.5rem}}.p-top__item-text{margin-top:.5rem;line-height:1.77}@media only screen and (min-width: 767px){.p-top__item-text{margin-top:0;margin-left:3rem;font-size:1.5rem}}.p-top__item-text-link{color:var(--primary-color);text-decoration:underline}@media only screen and (min-width: 767px){.p-top__item-text-link:hover{text-decoration:none}}.p-top__vision{padding:var(--m-space) 12% 8rem;background:url(images/logo_bg.svg) no-repeat center bottom;background-size:100%}@media only screen and (min-width: 767px){.p-top__vision{margin:0 auto;padding:6rem 0 18rem 0;max-width:var(--max-content)}}@media only screen and (min-width: 767px){.p-top__vision-column{margin:0 auto;display:flex;max-width:96.7rem;width:clamp(calc(100% - 6rem), 67.1527777778vw, 96.7rem)}}@media only screen and (min-width: 767px){.p-top__vision-headline{margin-left:auto}}@media only screen and (min-width: 767px){.p-top__vision-text{margin-left:min((109 / 899 * 100%), 10.9rem);width:min((680 / 1020 * 100%), 68rem)}}.p-top__points{padding:2.7rem 12% 6rem}@media only screen and (min-width: 767px){.p-top__points{margin:0 auto;padding:6.5rem 0 15rem;max-width:99rem;width:clamp(calc(100% - 6rem), 68.75vw, 99rem)}}@media only screen and (min-width: 767px){.p-top__points-item{display:flex;margin-right:6rem;align-items:flex-start}}@media only screen and (min-width: 767px){.p-top__points-item:nth-child(odd){flex-direction:row-reverse;margin-left:6rem;margin-right:0}}.p-top__points-item+.p-top__points-item{margin-top:4.5rem}@media only screen and (min-width: 767px){.p-top__points-item+.p-top__points-item{margin-top:13.3rem}}.p-top__points-figure{margin:0 auto;width:18rem;position:relative;opacity:0;transition:opacity .5s ease}@media only screen and (min-width: 767px){.p-top__points-figure{margin-top:2.5rem;margin-left:min((87 / 1020 * 100vw), 8.7rem);flex-shrink:0;width:min((360 / 1020 * 100vw), 36rem)}}@media only screen and (min-width: 767px){.p-top__points-item:nth-child(even) .p-top__points-figure{margin-left:0;margin-right:min((90 / 1020 * 100vw), 9rem)}}@media only screen and (min-width: 767px){.p-top__points-item+.p-top__points-item .p-top__points-figure{margin-top:-2rem}}.p-top__points-figure::before,.p-top__points-figure::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.p-top__points-figure::before{background:#fff;transition:opacity .5s ease .5s}.p-top__points-figure::after{background:#fff url(images/logo_mark.svg) no-repeat center center;background-size:contain;opacity:1;transform:scale(1.2);transition:opacity .3s ease,transform .3s ease;transform-origin:center}.p-top__points-item[data-observable=true] .p-top__points-figure{opacity:1}.p-top__points-item[data-observable=true] .p-top__points-figure::before{opacity:0}.p-top__points-item[data-observable=true] .p-top__points-figure::after{-webkit-animation:animationPointsImage .4s ease .3s forwards;animation:animationPointsImage .4s ease .3s forwards}.p-top__points-body{margin-top:-2.3rem}@media only screen and (min-width: 767px){.p-top__points-body{margin-top:0}}.p-top__points-number{font-size:4.2rem;font-weight:bold;color:var(--primary-color);line-height:1;letter-spacing:.0336em;opacity:0;transform:translateY(var(--m-space));transition:opacity .4s ease,transform .4s ease}@media only screen and (min-width: 767px){.p-top__points-number{font-size:6rem}}.p-top__points-number--sm{display:block;margin-left:.4rem;font-size:var(--s-font-size);letter-spacing:.096em}@media only screen and (min-width: 767px){.p-top__points-number--sm{font-size:var(--md-font-size)}}.p-top__points-item[data-observable=true] .p-top__points-number{opacity:1;transform:translateY(0)}.p-top__points-title{margin-top:2rem;font-size:2.1rem;font-weight:bold;line-height:1.57}@media only screen and (min-width: 767px){.p-top__points-title{margin-top:3rem;font-size:3.3rem}}.p-top__points-title *{display:flex;transition:transform .8s cubic-bezier(0.5, 0, 0, 1),opacity .8s cubic-bezier(0.5, 0, 0, 1)}.p-top__points-title>span{overflow:hidden}.p-top__points-title>span>span{overflow:hidden;transform:translate3d(-101%, 0, 0)}.p-top__points-title>span>span>span{transform:translate3d(101%, 0, 0)}.p-top__points-item[data-observable=true] .p-top__points-title>span>span{transform:translate3d(0, 0, 0)}.p-top__points-item[data-observable=true] .p-top__points-title>span>span>span{transform:translate3d(0, 0, 0)}.p-top__points-text{margin-top:1.5rem;line-height:2;opacity:0;transform:translateY(var(--m-space));transition:opacity .4s ease,transform .4s ease;transition-delay:.3s}@media only screen and (min-width: 767px){.p-top__points-text{margin-top:2rem}}.p-top__points-item[data-observable=true] .p-top__points-text{opacity:1;transform:translateY(0)}@media only screen and (min-width: 767px){.p-top__works-text{margin-left:min((123 / 1020 * 100vw), 12.3rem);font-size:1.5rem;line-height:2.2}}.p-top__works-figure{margin-top:var(--m-space);opacity:0;transform:translateY(var(--m-space));transition:opacity .4s ease,transform .4s ease}@media only screen and (min-width: 767px){.p-top__works-figure{margin:7.5rem auto 0;max-width:var(--inner-content);width:clamp(calc(100% - 6rem), 62.4305555556vw, 89.9rem)}}.p-top__works-figure[data-observable=true]{opacity:1;transform:translateY(0)}.p-top__news{padding-bottom:0}.p-top__news-headline{padding-right:1.4rem;display:flex;align-items:flex-end;justify-content:space-between}@media only screen and (min-width: 767px){.p-top__news-headline{flex-direction:column;align-items:flex-start;justify-content:flex-start}}.p-top__news-headline-link{position:relative;color:var(--primary-color);line-height:1;font-weight:500;opacity:0;transform:translateY(var(--m-space));transition:opacity .4s ease,transform .4s ease}@media only screen and (min-width: 767px){.p-top__news-headline-link{margin-top:5rem;font-size:1.5rem}}.p-top__news-headline-link::after{content:"";margin-left:1rem;display:inline-block;position:relative;top:3px;background:url(images/icon_arrow.svg) repeat-x center right;background-size:2.3rem;width:1.7rem;height:1.7rem}@media only screen and (min-width: 767px){.p-top__news-headline-link:hover{text-decoration:underline}}@media only screen and (min-width: 767px){.p-top__news-headline-link:hover:after{text-decoration:underline;-webkit-animation:animationIconLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards;animation:animationIconLoop .5s cubic-bezier(0.6, 0, 0.3, 1) forwards}}.p-top__news-headline-link[data-observable=true]{opacity:1;transform:translateY(0)}.p-top__about-logo{margin:var(--m-space) 1rem 0}@media only screen and (min-width: 767px){.p-top__about-logo{margin-left:auto;width:min((720 / 1020 * 100%), 72rem)}}.p-top__contact{padding-top:var(--m-space);position:relative}@media only screen and (min-width: 767px){.p-top__section+.p-top__contact{padding-top:11rem}}.p-top__contact-bg{position:absolute;top:0;left:0;width:100%;padding-bottom:17.7rem;background:var(--gradient-bg);z-index:1}@media only screen and (min-width: 767px){.p-top__contact-bg{padding-bottom:33rem}}.p-top__form-wrap{margin:var(--m-space) -1.5rem 0}@media only screen and (min-width: 767px){.p-top__form-wrap{margin:1rem 0 0 var(--s-space)}}.p-top__form{padding:var(--s-space) 1.5rem 0;background:#fff}@media only screen and (min-width: 767px){.p-top__form{padding:var(--m-space) var(--m-space) 0;font-size:var(--sm-font-size)}}.p-top__form-note--red,.p-top__form-label--red{color:var(--red-color)}.p-top__form-select-wrap{margin-top:var(--s-space);position:relative;background-color:var(--blur-color)}@media only screen and (min-width: 767px){.p-top__form-select-wrap{margin-top:var(--m-space)}}.p-top__form-select-wrap::after{width:5px;height:5px;border:2px solid #333;border-width:0 0 2px 2px;transform:rotate(-45deg);content:"";position:absolute;display:block;right:var(--s-space);top:var(--s-space);z-index:1}.p-top__form-group{margin-top:var(--s-space)}@media only screen and (min-width: 767px){.p-top__form-group{margin-top:var(--m-space)}}.p-top__form-label{display:block;font-weight:bold}.p-top__form-select,.p-top__form-input{outline:none;border:none;border-radius:0;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:1.3rem var(--s-space);display:block;width:100%;font-size:1.5rem;font-family:"Noto Sans JP",sans-serif;border:2px solid var(--blur-color);line-height:1.4}.p-top__form-select:focus,.p-top__form-input:focus{border:2px solid var(--active-color)}.p-top__form-select:-webkit-autofill,.p-top__form-select:-webkit-autofill:hover,.p-top__form-input:-webkit-autofill,.p-top__form-input:-webkit-autofill:hover{border:2px solid var(--blur-color);-webkit-text-fill-color:none;box-shadow:0 0 0px 1000px var(--blur-color) inset;-webkit-transition:none;transition:none}.p-top__form-select:-webkit-autofill:focus,.p-top__form-select:focus,.p-top__form-input:-webkit-autofill:focus,.p-top__form-input:focus{border:2px solid var(--active-color)}.has-error .p-top__form-select,.has-error .p-top__form-input{border:2px solid var(--red-color);background-color:var(--red-color-200)}.p-top__form-select{position:relative;z-index:2;padding:1.3rem 4rem 1.3rem var(--s-space)}.p-top__form-input{margin-top:.7rem;background-color:var(--blur-color)}.p-top__form-error{display:none;margin-top:1.5rem;padding:.5rem 2rem;position:relative;color:var(--red-color);background-color:var(--red-color-200);font-size:var(--s-font-size);font-weight:normal}.has-error .p-top__form-error{display:inline-block}.p-top__form-error::before{content:"";position:absolute;bottom:100%;left:1rem;width:0;height:0;border-style:solid;border-width:0 5px 5px 5px;border-color:transparent transparent var(--red-color-200) transparent}.p-top__form-check{margin-top:var(--s-space);display:flex}@media only screen and (min-width: 767px){.p-top__form-check{margin-top:var(--m-space)}}.p-top__form-check-input{display:none}.p-top__form-check-label{cursor:pointer;padding-left:2.8rem;position:relative;line-height:1.69}.p-top__form-check-label::before{content:"";display:block;position:absolute;left:0;top:0;width:1.8rem;height:1.8rem;background:var(--blur-color)}@media only screen and (min-width: 767px){.p-top__form-check-label::before{top:.3rem}}.p-top__form-check-label::after{width:8px;height:4px;border:2px solid #ccc;border-width:0 0 2px 2px;transform:rotate(-45deg);content:"";position:absolute;display:block;left:.4rem;top:.5rem}@media only screen and (min-width: 767px){.p-top__form-check-label::after{top:.8rem}}.p-top__form-check-input:checked+.p-top__form-check-label::before{background:var(--gradient-bg)}.p-top__form-check-input:checked+.p-top__form-check-label::after{border-color:var(--base-color)}.p-top__form-check-label--link{text-decoration:underline}@media only screen and (min-width: 767px){.p-top__form-check-label--link:hover{text-decoration:none}}.p-top__form-submit{margin-top:1.5rem}@media only screen and (min-width: 767px){.p-top__form-submit{margin-top:var(--m-space)}}.p-top__form-submit-button{outline:none;border:none;border-radius:0;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;display:block;width:100%;background:var(--gradient-bg);font-family:"Noto Sans JP",sans-serif;line-height:1.7333333333}.p-top__form-submit-button:disabled{cursor:default;background:var(--blur-color);color:#ccc}.p-top__form-sent{margin:var(--s-space) auto 0;padding:var(--s-space) 1rem;max-width:31.3rem;border:2px solid var(--success-color);background-color:var(--success-color-200);text-align:center}@media only screen and (min-width: 767px){.p-top__form-sent{margin-top:var(--m-space);max-width:45rem}}.p-top__form-sent-text{font-size:var(--s-font-size)}@media only screen and (min-width: 767px){.p-top__form-sent-text{font-size:var(--sm-font-size)}}@-webkit-keyframes animationScrollParts{0%{transform:scaleX(0)}25%{transform:scaleX(1);transform-origin:left}30%{transform-origin:right}40%{transform:scaleX(1)}65%{transform:scaleX(0);transform-origin:right}100%{transform-origin:left}}@keyframes animationScrollParts{0%{transform:scaleX(0)}25%{transform:scaleX(1);transform-origin:left}30%{transform-origin:right}40%{transform:scaleX(1)}65%{transform:scaleX(0);transform-origin:right}100%{transform-origin:left}}@-webkit-keyframes animationIconLoop{0%{background-position-x:calc(100%)}100%{background-position-x:calc(100% + 2.3rem)}}@keyframes animationIconLoop{0%{background-position-x:calc(100%)}100%{background-position-x:calc(100% + 2.3rem)}}@-webkit-keyframes animationBlankLoop{0%{background-position-x:calc(100%)}100%{background-position-x:calc(100% + 1.7rem)}}@keyframes animationBlankLoop{0%{background-position-x:calc(100%)}100%{background-position-x:calc(100% + 1.7rem)}}@-webkit-keyframes animationPointsImage{0%{opacity:1;transform:scale(1.2)}100%{opacity:0;transform:scale(1)}}@keyframes animationPointsImage{0%{opacity:1;transform:scale(1.2)}100%{opacity:0;transform:scale(1)}}.u-sp-view{display:inline-block}@media only screen and (min-width: 767px){.u-sp-view{display:none}}.u-pc-view{display:none}@media only screen and (min-width: 767px){.u-pc-view{display:inline-block}}
