@charset 'UTF-8';*{-webkit-box-sizing:border-box;box-sizing:border-box}abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;vertical-align:baseline;border:0;outline:0}article,aside,figcaption,figure,footer,header,hgroup,menu,nav,section,time{display:block}li{list-style:none}ol li{list-style:decimal}img{font-size:0;line-height:0;vertical-align:top;border:0}table{border-spacing:0;border-collapse:collapse}caption,th{text-align:left}hr{display:block;height:1px;margin:1em 0;padding:0;border:0;border-top:1px solid #ccc}input,select{vertical-align:middle}input,textarea{margin:0;padding:0}:root{--color-black:35 24 21;--color-white:255 255 255;--color-gray:114 113 113;--color-deep-gray:89 87 87}html{font-size:62.5%;height:100%;-webkit-scroll-snap-type:y proximity;-ms-scroll-snap-type:y proximity;scroll-snap-type:y proximity;scroll-behavior:smooth;scroll-padding-top:80px}@media (max-width:639px){html{scroll-padding-top:75px}}body{font-family:Arial,'Noto Sans JP','游ゴシック体','Yu Gothic',yugothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',meiryo,sans-serif;font-size:1.6rem;z-index:0;overflow-x:hidden;height:100%;letter-spacing:.05em;color:#231815;background-color:#fff;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body.is-fixed{overflow:hidden}a{-webkit-transition:all .3s ease;transition:all .3s ease;text-decoration:none;color:#231815}img{width:100%;height:auto;vertical-align:bottom}label{white-space:nowrap}button{padding:0;cursor:pointer;border:none;background-color:transparent}.l-header{position:fixed;z-index:10;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row;width:100%;height:70px;-webkit-transition:all .6s ease;transition:all .6s ease;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top;opacity:1;background-color:rgb(var(--color-white)/.9);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-inline:min(2.2vw,33px);-webkit-filter:drop-shadow(0 0 10px rgb(var(--color-black)/.1));filter:drop-shadow(0 0 10px rgb(var(--color-black)/.1))}.l-header.is-hidden{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0}@media (max-width:767px){.l-header{height:65px;-webkit-box-pack:unset;-webkit-justify-content:unset;-ms-flex-pack:unset;justify-content:unset;padding-inline:15px}}.l-header__logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.l-header__logo img{display:block;width:216px;height:auto}.l-header__navi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:20px}@media (max-width:767px){.l-header__navi{position:absolute;z-index:10;top:70px;left:0;display:none;width:100vw;height:100vh;padding-top:60px;background-color:rgba(255,255,255,.9);padding-inline:calc(50vw - 278px)}.l-header__navi.is-active{display:block}}@media (max-width:639px){.l-header__navi{padding-inline:calc(50vw - 150px)}}.l-header-hamburger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:right;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.l-header-hamburger__button{position:relative;display:block;width:30px;height:25px;padding:0;cursor:pointer;border:0;background-color:transparent}.l-header-hamburger__button span,.l-header-hamburger__button::after,.l-header-hamburger__button::before{position:absolute;display:block;width:30px;height:4px;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:left center;transform-origin:left center}.l-header-hamburger__button span{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:-webkit-gradient(linear,left top,right top,color-stop(20%,#998bf8),color-stop(80%,#ff5b43));background:linear-gradient(to right,#998bf8 20%,#ff5b43 80%)}.l-header-hamburger__button::before{top:0;content:'';background:-webkit-gradient(linear,left top,right top,color-stop(20%,#5df0fe),color-stop(80%,#ffe35d));background:linear-gradient(to right,#5df0fe 20%,#ffe35d 80%)}.l-header-hamburger__button::after{bottom:0;content:'';background:-webkit-gradient(linear,left top,right top,color-stop(20%,#fec8bb),color-stop(80%,#6197fa));background:linear-gradient(to right,#fec8bb 20%,#6197fa 80%)}.l-header-hamburger__button.is-active span{opacity:0}.l-header-hamburger__button.is-active::before{width:36px;-webkit-transform:rotate(36deg);transform:rotate(36deg)}.l-header-hamburger__button.is-active::after{width:36px;-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}.l-container{width:680px;margin-bottom:50px;margin-inline:auto}@media (max-width:639px){.l-container{width:100%;margin-bottom:40px}}.l-container__inner{width:575px;margin-inline:auto}@media (max-width:639px){.l-container__inner{width:310px}}.l-main{padding-block:130px 50px}.l-main--first-view{padding-block:0 50px}.l-footer-navi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;width:100%;background:linear-gradient(160deg,#cf98f9 0,#f59ed1 25%,#fae3ac 60%,#edfbfc 85%);padding-block:30px 50px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:25px}@media (max-width:767px){.l-footer-navi{padding-block:40px;padding-inline:calc(50vw - 278px);-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:50px}}@media (max-width:639px){.l-footer-navi{padding-inline:calc(50vw - 150px)}}.l-footer-navi__policy-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:640px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:clamp(8px,1.25vw,15px)}@media (max-width:767px){.l-footer-navi__policy-list{flex-direction:column;width:100%;color:#727171;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:0}}.l-footer-navi__policy-item{font-size:clamp(1.2rem, 1.5vw, 1.4rem);display:block}@media (max-width:767px){.l-footer-navi__policy-item{font-size:1.6rem;width:100%;border-bottom:1px solid rgb(var(--color-gray)/.5);padding-block:15px}.l-footer-navi__policy-item a{color:#727171}.l-footer-navi__policy-item:last-child{border-bottom:none}}.l-footer-navi__policy-item:hover{opacity:.6}.l-footer-copy-right{text-align:center;padding-block:30px 37px}@media (max-width:767px){.l-footer-copy-right{padding-block:30px 28px}}.l-footer-copy-right__logo{width:105px;height:auto}.l-footer-copy-right__text{font-size:1.4rem;font-weight:800;margin-top:16px;text-align:center}@media (max-width:767px){.l-footer-copy-right__text{font-size:1.2rem;margin-top:24px}}.l-navi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;gap:max(13px,1.2vw);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.l-navi{flex-direction:column;height:calc(100dvh - 180px);max-height:440px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column}}.l-navi__item{font-size:1.4rem;font-weight:700;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;letter-spacing:.01em;opacity:1}.l-navi__item:hover{opacity:.6}@media (max-width:767px){.l-navi__item{font-size:3.4rem;flex-direction:column;letter-spacing:.1em;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;gap:26px}}.c-button-internal-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:296px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;border:2px solid #231815;border-radius:4px;background:#fff;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-inline:16px 11px;padding-block:7px 8px}@media (max-width:639px){.c-button-internal-link{width:211px;padding-inline:11px 8px;padding-block:6px}}.c-button-internal-link span{font-size:1.5rem;letter-spacing:.1em}@media (max-width:639px){.c-button-internal-link span{font-size:1.1rem;line-height:1.5}}.c-button-internal-link strong{font-weight:700;letter-spacing:0}.c-button-internal-link .c-button-internal-link__icon{width:24px;-webkit-filter:invert(5%) sepia(33%) saturate(810%) hue-rotate(327deg) brightness(98%) contrast(90%);filter:invert(5%) sepia(33%) saturate(810%) hue-rotate(327deg) brightness(98%) contrast(90%)}@media (max-width:639px){.c-button-internal-link .c-button-internal-link__icon{width:15px}}@media (max-width:639px){.c-button-internal-link{width:211px;padding-inline:11px 8px;padding-block:5px 6px}.c-button-internal-link span{font-size:1.2rem}.c-button-internal-link .c-button-internal-link__icon{width:15px}}.c-button-internal-link--long{width:365px}@media (max-width:639px){.c-button-internal-link--long{width:262px}}.c-button-internal-link--small{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-inline:16px 11px;padding-block:4px;margin-inline:auto}.c-button-internal-link--small span{font-size:1.4rem;display:inline-block;margin-right:33px}.c-button-internal-link--small .c-button-internal-link__icon{display:block;width:22px;-webkit-filter:invert(5%) sepia(33%) saturate(810%) hue-rotate(327deg) brightness(98%) contrast(90%);filter:invert(5%) sepia(33%) saturate(810%) hue-rotate(327deg) brightness(98%) contrast(90%)}@media (max-width:639px){.c-button-internal-link--small{margin:unset;text-align:left;padding-inline:12px 8px;padding-block:4px}.c-button-internal-link--small span{font-size:1.1rem;line-height:1.2;display:inline-block;margin-right:30px}.c-button-internal-link--small .c-button-internal-link__icon{width:11px}}.c-button-internal-link:hover{color:#fff;border-color:transparent;background:-webkit-gradient(linear,right top,left top,from(#f2c8c8),color-stop(33%,#f5dd4f),color-stop(66%,#e3745c),to(#d395b9));background:linear-gradient(270deg,#f2c8c8 0,#f5dd4f 33%,#e3745c 66%,#d395b9 100%);background-position:60% center;background-size:120% auto}.c-button-internal-link:hover .c-button-internal-link__icon{-webkit-filter:invert(100%) sepia(0%) saturate(7472%) hue-rotate(187deg) brightness(95%) contrast(105%);filter:invert(100%) sepia(0%) saturate(7472%) hue-rotate(187deg) brightness(95%) contrast(105%)}.c-button-internal-link:hover.c-button-internal-link--red{color:#fff;border-color:transparent;background:-webkit-gradient(linear,right top,left top,from(#f5d6d6),color-stop(33%,#f29783),color-stop(66%,#deafca),to(#cde6e7));background:linear-gradient(270deg,#f5d6d6 0,#f29783 33%,#deafca 66%,#cde6e7 100%);background-position:60% center;background-size:120% auto}.c-button-internal-link:hover.c-button-internal-link--yellow{color:#fff;border-color:transparent;background:-webkit-gradient(linear,right top,left top,from(#ffeb66),color-stop(50%,#f9d8d8),to(#f29783));background:linear-gradient(270deg,#ffeb66 0,#f9d8d8 50%,#f29783 100%);background-position:60% center;background-size:120% auto}.c-button-banner{position:relative;left:50%;display:inline-block;min-width:575px;padding:20px 0;-webkit-transition:all .4s ease;transition:all .4s ease;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center}@media (max-width:639px){.c-button-banner{min-width:300px;padding-left:15px}}.c-button-banner::before{position:absolute;z-index:-10;top:0;right:0;bottom:0;left:0;content:'';border:4px solid transparent;border-radius:4px;background:linear-gradient(60deg,#90edff 8%,#ffe465 22%,#ffc3c3 43%,#c47ac4 70%,#ff6057 80%);background-origin:border-box;-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;-webkit-mask-composite:destination-out;mask-composite:exclude}.c-button-banner .c-button-banner__text-group{margin-bottom:12px}@media (max-width:639px){.c-button-banner .c-button-banner__text-group{font-size:1.2rem;text-align:left}}.c-button-banner .c-button-banner__title{font-size:1.9rem;font-weight:800;margin-bottom:5px}@media (max-width:639px){.c-button-banner .c-button-banner__title{font-size:1.4rem}}.c-button-banner .c-button-banner__button{font-size:1.4rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:193px;letter-spacing:.1em;border:2px solid #231815;border-radius:3px;margin-inline:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-inline:16px 11px;padding-block:7px}@media (max-width:639px){.c-button-banner .c-button-banner__button{font-size:1rem;line-height:1.2;width:138px;margin:unset;text-align:left;padding-inline:12px 8px;padding-block:4px}}.c-button-banner .c-button-banner__button .icon{display:block;width:22px;-webkit-filter:invert(5%) sepia(33%) saturate(810%) hue-rotate(327deg) brightness(98%) contrast(90%);filter:invert(5%) sepia(33%) saturate(810%) hue-rotate(327deg) brightness(98%) contrast(90%)}@media (max-width:639px){.c-button-banner .c-button-banner__button .icon{width:11px}}.c-heading-section{font-size:4.8rem;line-height:1;position:relative}@media (max-width:639px){.c-heading-section{font-size:3.3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.c-heading-section::after{position:absolute;z-index:-10;bottom:2px;display:block;width:100%;height:5px;content:'';background:-webkit-gradient(linear,left top,right top,color-stop(8%,#90edff),color-stop(22%,#ffe465),color-stop(43%,#ffc3c3),color-stop(70%,#c47ac4),color-stop(80%,#ff6057));background:linear-gradient(90deg,#90edff 8%,#ffe465 22%,#ffc3c3 43%,#c47ac4 70%,#ff6057 80%)}@media (max-width:639px){.c-heading-section::after{bottom:3px}}.c-subsection{padding-block:40px}@media (max-width:639px){.c-subsection{padding-block:30px}}.c-subsection--short{padding-top:20px}@media (max-width:639px){.c-subsection--short{padding-block:10px 20px}}.c-subsection__heading{font-size:2.5rem;font-weight:800;margin-bottom:15px;letter-spacing:0}@media (max-width:639px){.c-subsection__heading{font-size:1.7rem;margin-bottom:15px}}.c-subsection__paragraph{font-size:1.7rem;line-height:1.5;margin-top:1lh;letter-spacing:0}@media (max-width:639px){.c-subsection__paragraph{font-size:1.3rem}}.c-list-gray-line{font-size:1.6rem}@media (max-width:639px){.c-list-gray-line{font-size:1.1rem;border-top:1px solid rgb(var(--color-gray)/.25)}}.c-list-gray-line__item{display:block;border-bottom:1px solid rgb(var(--color-gray)/.25);padding-block:20px}@media (max-width:639px){.c-list-gray-line__item{padding-block:12px}}.c-list-gray-line__date{margin-bottom:.75lh}.c-list-gray-line__heading{line-height:1.75}.c-list-gray-line__heading--large{font-size:1.8rem;font-weight:700;line-height:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:7px}.c-list-gray-line__heading--large img{display:inline-block;width:22px}@media (max-width:639px){.c-list-gray-line__heading--large{font-size:1.3rem;gap:5px}.c-list-gray-line__heading--large img{display:inline-block;width:20px}}.c-list-gray-line__content{margin-bottom:.75lh;color:#727171}.c-list-gray-line__content a{color:#727171}.c-list-gray-line__content a:hover{color:#231815}.c-list-gray-line__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#727171;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:20px}@media (max-width:639px){.c-list-gray-line__link{gap:15px}}.c-list-gray-line__link img{display:inline-block;width:20px}@media (max-width:639px){.c-list-gray-line__link img{width:15px}}.c-list-gray-line__link:hover{text-decoration:underline;-webkit-text-decoration-color:#727171;text-decoration-color:#727171}.c-content-images{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:430px;-webkit-transition:background-color 1s ease,background-position .8s ease;transition:background-color 1s ease,background-position .8s ease;background-color:rgb(var(--color-white)/1);background-image:url(../img/service/bg_yellow.webp);background-repeat:no-repeat;background-position:-313px;background-size:313px 430px;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end;gap:60px;background-blend-mode:lighten}.c-content-images img{display:block}@media (max-width:639px){.c-content-images{height:305px;background-position:-250%;background-size:60% 305px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:min(15vw,100vw - 375px)}}.c-content-images.is-shown{background-color:rgb(var(--color-white)/0);background-position:0}@media (max-width:639px){.c-content-images.is-shown{background-position:-6%}}.c-content-images .c-content-images__pc-sp{width:566px;height:auto}@media (max-width:639px){.c-content-images .c-content-images__pc-sp{width:60%;min-width:340px}}.c-content-images .c-content-images__text{position:relative;left:-2px;width:auto;height:432px}@media (max-width:639px){.c-content-images .c-content-images__text{width:auto;height:305px}}.c-content-images.c-content-images--right{-webkit-transform:scaleX(-1);transform:scaleX(-1);background-image:url(../img/service/bg_red.webp)}.c-content-images.c-content-images--right .c-content-images__pc-sp{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.c-content-images.c-content-images--right .c-content-images__text{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.c-modal{position:fixed;z-index:100;top:0;left:0;display:none;width:100%;height:100%;background-color:rgb(var(--color-black)/.8);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-modal.is-active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.c-modal__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;gap:10px}.c-modal__vertical-youtube{width:auto;height:85dvh;aspect-ratio:9/16}.c-modal__close-button{position:relative;width:30px;height:30px;background-color:rgb(var(--color-black)/.8)}.c-modal__close-button::after,.c-modal__close-button::before{position:absolute;top:50%;left:50%;display:block;width:20px;height:2px;content:'';background-color:#fff}.c-modal__close-button::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.c-modal__close-button::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.c-modal__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-decoration:underline;color:#fff;justify-self:start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.c-modal__link img{width:22px;height:22px;-webkit-filter:brightness(2.5);filter:brightness(2.5)}.c-modal__link:hover{-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.p-hero{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;height:100vh;margin-bottom:100px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-block:100px 130px}@media (max-width:639px){.p-hero{margin-bottom:60px;padding-block:130px 65px}}.p-hero.is-no-animation{background:linear-gradient(160deg,#cf98f9 0,#f59ed1 25%,#fae3ac 60%,#edfbfc 85%)}.p-hero__inner{width:575px;margin-inline:auto}@media (max-width:639px){.p-hero__inner{width:310px}}.p-hero__first-view{position:absolute;z-index:-10;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-hero__catch{font-size:5.5rem;font-weight:700;line-height:1.66;padding-bottom:50px;opacity:0}@media (max-width:639px){.p-hero__catch{font-size:4.2rem;padding-bottom:35px}}.p-hero__description{font-size:1.7rem;line-height:2.3;opacity:0}@media (max-width:639px){.p-hero__description{font-size:1.5rem}}.is-no-animation .p-hero__catch,.is-no-animation .p-hero__description{opacity:1}.p-hero__scroll-icon{position:absolute;bottom:5%;left:50%;width:100px;height:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-animation:bounds 1s infinite;animation:bounds 1s infinite;opacity:0}@media (max-width:639px){.p-hero__scroll-icon{position:absolute;bottom:5%;left:50%;width:60px;height:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@-webkit-keyframes bounds{0%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}50%{-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px)}100%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes bounds{0%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}50%{-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px)}100%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}.p-first-view-logo{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;height:250px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.p-first-view-logo .p-first-view-logo__fill,.p-first-view-logo .p-first-view-logo__main,.p-first-view-logo .p-first-view-logo__text{width:200px;height:auto;margin:0 auto}.p-first-view-logo .p-first-view-logo__fill,.p-first-view-logo .p-first-view-logo__main{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-first-view-logo .p-first-view-logo__fill{opacity:0}.p-service{margin-top:70px}@media (max-width:639px){.p-service{margin-top:20px;padding-block:0}}.p-service-article{width:575px;margin-block:20px 40px;margin-inline:auto}@media (max-width:639px){.p-service-article{position:relative;top:-50px;width:310px;margin-bottom:0}}.p-service-article-heading__main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transform:scale(.915);transform:scale(.915);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.p-service-article-heading__main img{display:block;width:auto}@media (max-width:639px){.p-service-article-heading__main img{-webkit-transform:scale(.69);transform:scale(.69);-webkit-transform-origin:0 0;transform-origin:0 0}}@media (max-width:639px){.p-service-article-heading__main{-webkit-transform:scale(.665);transform:scale(.665);gap:10px}}.p-service-article-heading__sub{font-size:1.5rem;font-weight:800;display:block;margin-bottom:10px;letter-spacing:0}@media (max-width:639px){.p-service-article-heading__sub{font-size:1.2rem}}.p-service-article__catch{font-size:2.5rem;font-weight:800;margin-bottom:15px}@media (max-width:639px){.p-service-article__catch{font-size:1.65rem;margin-bottom:15px}}.p-service-article__list{padding-bottom:20px;border-top:1px solid rgb(var(--color-gray)/.25)}@media (max-width:639px){.p-service-article__list{padding-bottom:0}}.p-service-article__item{border-bottom:1px solid rgb(var(--color-gray)/.25);padding-block:30px}@media (max-width:639px){.p-service-article__item{padding-block:20px}}.p-service-article__item-title{font-size:2.2rem;font-weight:800;margin-bottom:20px}@media (max-width:639px){.p-service-article__item-title{font-size:1.6rem;font-weight:700;margin-bottom:10px}}.p-service-article__item-description{font-size:1.7rem;line-height:1.5;margin-bottom:10px;letter-spacing:0}@media (max-width:639px){.p-service-article__item-description{font-size:1.3rem;line-height:1.5;margin-bottom:10px}}.p-service-article__item-sns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:15px;gap:23px;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}@media (max-width:639px){.p-service-article__item-sns{gap:15px}}.p-service-article__item-sns .icon{width:auto;height:45px}.p-service-article__item-sns .icon--youtube{height:35px}@media (max-width:639px){.p-service-article__item-sns .icon{display:block;height:33px}.p-service-article__item-sns .icon--youtube{height:24px}}@media (max-width:639px){.p-service-article__item-sns--flex{flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start}}.p-service-article__item-sns-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;opacity:1;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end;gap:5px}.p-service-article__item-sns-link:hover{opacity:.6}@media (max-width:639px){.p-service-article__item-sns-link{font-size:1.2rem}}.p-template{background-color:#fff;padding-block:100px 40px}.p-template--colorful{background:linear-gradient(to bottom,rgb(var(--color-white)/.5) 80%,rgb(var(--color-white)/1)),linear-gradient(160deg,#cf98f9 0,#f59ed1 25%,#fae3ac 60%,#edfbfc 85%)}@media (max-width:639px){.p-template{padding-block:70px 30px}}.p-template-content figure,.p-template-content h4,.p-template-content li,.p-template-content p{font-size:1.4rem;line-height:1.5;margin-block:1lh}@media (max-width:639px){.p-template-content figure,.p-template-content h4,.p-template-content li,.p-template-content p{font-size:1.2rem}}.p-template-content p{line-height:1.8;text-align:justify}.p-template-content p:last-child{text-align:right;text-indent:0;margin-block:2lh}.p-template-content h1{font-size:2.8rem;font-weight:700;width:555px;margin-block:1.5lh}@media (max-width:639px){.p-template-content h1{font-size:2.4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.p-template-content h2{font-size:2rem;font-weight:700;margin-top:2lh}@media (max-width:639px){.p-template-content h2{font-size:1.8rem}}.p-template-content h3{font-size:1.6rem;font-weight:700;margin-top:1.5lh}@media (max-width:639px){.p-template-content h3{font-size:1.4rem}}.p-template-content h4{font-weight:700}.p-template-content ol,.p-template-content ul{margin-block:1.5lh}.p-template-content li{margin-left:1.5em;margin-block:.5lh}.p-template-content ol>li{list-style-type:decimal}.p-template-content ul>li{list-style-type:disc}.p-template-content li>ol{counter-reset:item;margin-block:.5lh}.p-template-content li>ol>li{display:block;margin-left:1.5em;text-indent:-1.5em}.p-template-content li>ol>li::before{content:'(' counter(item,decimal) ') ';counter-increment:item}figure.p-template-content__image{margin-top:3lh;text-align:center}figure.p-template-content__image--door{text-align:left}figure.p-template-content__image--door img{width:33%}@media (max-width:639px){figure.p-template-content__image--door{text-align:center}figure.p-template-content__image--door img{width:50%}}.p-youtube__list{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 18px}@media (max-width:639px){.p-youtube__list{grid-template-columns:repeat(2,1fr);gap:11px 13px}}.p-youtube__item{display:block;-webkit-transition:all .4s ease;transition:all .4s ease;-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}.p-youtube__item:nth-child(3n+2){-webkit-transition:all .7s ease;transition:all .7s ease}@media (max-width:639px){.p-youtube__item:nth-child(3n+2){-webkit-transition:unset;transition:unset}}.p-youtube__item:nth-child(3n+3){-webkit-transition:all 1s ease;transition:all 1s ease}@media (max-width:639px){.p-youtube__item:nth-child(3n+3){-webkit-transition:unset;transition:unset}}@media (max-width:639px){.p-youtube__item:nth-child(odd){-webkit-transition:all .4s ease;transition:all .4s ease}.p-youtube__item:nth-child(2n){-webkit-transition:all .7s ease;transition:all .7s ease}}.p-youtube__item.is-shown{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.p-youtube__item-title{font-size:1.4rem;font-weight:700;line-height:2}@media (max-width:639px){.p-youtube__item-title{font-size:1.2rem}}.p-youtube__item-link{font-size:1.2rem;line-height:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-decoration:underline;color:#727171;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.p-youtube__item-link:hover{-webkit-text-decoration-color:#727171;text-decoration-color:#727171}.p-youtube__item-link img{width:15px;height:15px}.p-youtube__item-thumbnail{overflow:hidden}.p-youtube__item-thumbnail img{width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.p-youtube__item-thumbnail:hover img{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:scale(1.1);transform:scale(1.1)}.p-contact .p-contact__heading{font-size:1.6rem;font-weight:700;margin-block:1lh .5lh}@media (max-width:639px){.p-contact .p-contact__heading{font-size:1.4rem}}.p-contact .p-contact__list{font-size:1.6rem;margin-block:3lh}@media (max-width:639px){.p-contact .p-contact__list{font-size:1.1rem}}.p-contact .p-contact__item{display:block;margin-left:1rem}.p-contact .p-contact__item-title{font-size:1.4rem;font-weight:700;line-height:1.5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:7px}.p-contact .p-contact__item-title img{display:inline-block;width:22px}@media (max-width:639px){.p-contact .p-contact__item-title{font-size:1.2rem;gap:5px}.p-contact .p-contact__item-title img{display:inline-block;width:20px}}.p-contact .p-contact__item-content{font-size:1.6rem}@media (max-width:639px){.p-contact .p-contact__item-content{font-size:1.4rem}}.p-contact .p-contact__item-content a{color:#727171}.p-contact .p-contact__item-content a:hover{color:#231815}.u-mt-70-35{margin-top:70px}@media (max-width:639px){.u-mt-70-35{margin-top:35px}}@media (max-width:639px){.u-mb-sp0{margin-bottom:0}}.u-mb-5{margin-bottom:5px}.u-mb-30{margin-bottom:30px}.u-mb-50{margin-bottom:50px}.u-mb-70{margin-bottom:70px}.u-display-sp{display:none}@media (max-width:639px){.u-display-sp{display:block}}.u-display-pc{display:block}@media (max-width:639px){.u-display-pc{display:none}}.u-display-flex-md{display:none}@media (max-width:767px){.u-display-flex-md{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.u-display-inline{display:inline-block}