@charset "UTF-8";@layer foundation,layout,component,project,utility;@layer foundation{:root{--color-black: #343434;--color-red: #eb0436;--color-blue: #0850eb;--color-white: #ffffff;--color-border: #e5e5e5;--font-family-primary: "Noto Sans JP", sans-serif;--font-family-secondary: "Roboto", "Helvetica Neue", Arial, sans-serif;--font-size-xl: 50px;--font-size-lg: 30px;--font-size-md: 24px;--font-size-sm: 20px;--font-size-body: 16px;--line-height-heading: 1.4;--line-height-body-160: 1.6;--line-height-body-200: 2;--font-weight-bold: 700;--font-weight-medium: 500;--font-weight-regular: 400;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--header-height: 120px;--max-width-content: 1200px}@media(max-width:767px){:root{--font-size-xl: 30px;--font-size-lg: 24px;--font-size-md: 20px;--font-size-sm: 16px;--font-size-body: 14px;--header-height: 60px}}}@layer foundation;@layer foundation{/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}}@layer foundation{html{scroll-behavior:smooth}[id]{scroll-margin-top:calc(var(--header-height) + 30px)}body{font-family:var(--font-family-primary);font-size:var(--font-size-body);font-weight:var(--font-weight-medium);line-height:var(--line-height-body-160);color:var(--color-black);background-color:var(--color-white)}@media screen and (min-width:768px){body{min-width:-moz-fit-content;min-width:fit-content}}}@layer layout{.l-header{position:sticky;top:0;z-index:100}}@layer layout{.l-section,.l-section--large{padding-inline:32px}@media screen and (max-width:767px){.l-section,.l-section--large{padding-inline:20px}}.l-section__inner{width:1200px;margin-inline:auto}@media screen and (max-width:767px){.l-section__inner{max-width:100%}}.l-section--large .l-section__inner{max-width:1670px;width:100%}}@layer component{.c-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em;border-radius:5px;border:2px solid transparent;transition:background .3s ease}.c-btn--main{background:#eb0436;color:#fff}.c-btn--main:hover{background:#ff2b59}.c-btn--black{background:var(--color-black);color:#fff}.c-btn--black:hover{background:#565555}.c-btn--outlined{background:#fff;color:#eb0436;border-color:#eb0436}.c-btn--outlined:hover{background:#ffe7e7}.c-btn--arrow:after{content:"";width:10px;height:5px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.707%200.707092L5.70703%205.70709L0.707031%200.707092'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center/cover}.c-btn--light{position:relative;overflow:hidden;z-index:1;isolation:isolate}.c-btn--light:after{content:"";background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='83'%20height='40'%20viewBox='0%200%2083%2040'%20fill='none'%3e%3cpath%20d='M24.9537%200L83%200L58.0463%2040H0L24.9537%200Z'%20fill='%23FF679A'%20fill-opacity='0.6'%20style='mix-blend-mode:screen'/%3e%3c/svg%3e") no-repeat center/contain;display:block;position:absolute;top:0;left:0;width:100%;height:100%;animation:btn-slide-light 3s linear infinite;z-index:-1}@media screen and (max-width:767px){.c-btn--light:after{background:url("data:image/svg+xml,%3csvg%20width='77'%20height='60'%20viewBox='0%200%2077%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M37.1096%200L77%200L39.8904%2060H0L37.1096%200Z'%20fill='%23FF679A'%20fill-opacity='0.6'%20style='mix-blend-mode:screen'/%3e%3c/svg%3e") no-repeat center/contain}}@keyframes btn-slide-light{0%{left:-100%}15%{left:100%}to{left:100%}}}@layer component{.c-phone__company{font-size:10px}@media screen and (max-width:767px){.c-phone__company{font-weight:700;font-size:12px}}.c-phone__date{font-size:12px}.c-phone__number{font-family:var(--font-family-secondary);font-size:36px;font-style:normal;font-weight:700;line-height:100%;display:flex;color:transparent;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1000'%20height='33'%20viewBox='0%200%201000%2033'%20fill='none'%3e%3crect%20width='1000'%20height='33'%20fill='%23eb0436'/%3e%3cpath%20d='M472%200H528L500%2033H444L472%200Z'%20fill='%23FF679A'/%3e%3c/svg%3e");-webkit-background-clip:text;background-clip:text;background-repeat:no-repeat;background-position-x:0%;background-size:cover;animation:slide-light 3s linear infinite}.c-phone__number .font-adj{font-size:30px}@keyframes slide-light{0%{background-position-x:80%}15%{background-position-x:20%}to{background-position-x:20%}}}@layer component{.c-skew{position:relative;padding-inline:2em;display:inline-flex;align-items:center;justify-content:center;isolation:isolate}@media screen and (max-width:767px){.c-skew{padding-inline:1em}}.c-skew:before{content:"";display:block;border:2px solid currentColor;position:absolute;top:0;right:0;bottom:0;left:0;transform:skew(-30deg);transform-origin:bottom;width:94%;background-color:#fff;z-index:-1}@media screen and (max-width:767px){.c-skew:before{border-width:1px}}.c-skew:after{content:"";width:22px;height:22px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='24'%20viewBox='0%200%2015%2024'%20fill='none'%3e%3cpath%20d='M13.8608%200.508728L0.86084%2022.5087'%20stroke='%23343434'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center/contain;display:block;position:absolute;bottom:0;translate:-50% 50%;background-color:#fff}@media screen and (max-width:767px){.c-skew:after{scale:.5}}.c-skew--red{color:var(--color-red)}.c-skew--red:after{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='24'%20viewBox='0%200%2022%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%205.50879H22L17%2014.5088H0L5%205.50879Z'%20fill='white'/%3e%3cpath%20d='M17%200.508789L4%2022.5088'%20stroke='%23EB0436'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center/contain}}@layer component{.c-bread *{line-height:20px}.c-bread__list{display:flex;gap:10px}.c-bread__link{display:block}.c-bread__item{color:#eb0436;font-size:12px;font-weight:400;display:flex;align-items:center}.c-bread__item[aria-current=page]{color:var(--color-white)}}@layer project{.p-header{display:flex;align-items:center;justify-content:space-between;padding:0 30px;height:var(--header-height);min-width:980px;background-color:var(--color-white)}@media screen and (max-width:767px){.p-header{min-width:auto;padding:0 20px}}.p-header__menu-toggle{display:none}.p-header__menu-label{width:30px;height:30px;display:flex;align-items:center;justify-content:center}@media screen and (min-width:768px){.p-header__menu-label{display:none}}.p-header__menu-icon{position:absolute;transition:opacity .3s,visibility .3s}.p-header__menu-toggle:checked~.p-header__menu-label .p-header__menu-icon{opacity:0;visibility:hidden}.p-header__menu-icon--close{opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.p-header__menu-toggle:checked~.p-header__menu-label .p-header__menu-icon--close{opacity:1;visibility:visible}.p-header__right{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:767px){.p-header__right{position:fixed;width:100vw;height:calc(100vh - var(--header-height));top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;top:var(--header-height);background-color:var(--color-white);padding:20px;flex-direction:column-reverse;overflow:scroll;justify-content:center}}@media screen and (max-width:767px){.p-header__menu-toggle:checked~.p-header__right{opacity:1;visibility:visible}}.p-header__logo{transition:opacity .3s ease}.p-header__logo:hover{opacity:.8}@media screen and (max-width:767px){.p-header__logo{height:44px}}@media screen and (min-width:768px){.p-header .c-phone__date{display:none}}.p-header__cta{display:flex;align-items:flex-end;justify-content:center;gap:15px}@media screen and (max-width:767px){.p-header__cta{flex-direction:column-reverse;gap:25px;align-items:stretch}}.p-header__button{color:var(--color-red);font-family:Noto Sans JP;font-size:16px;font-style:normal;font-weight:700;line-height:20px;border:1px solid var(--color-red);height:40px;padding:5px 15px;display:flex;align-items:center;justify-content:center;gap:6px;transition:background-color .3s ease}@media screen and (max-width:767px){.p-header__button{border-width:2px;gap:10px;padding:5px 22px;height:60px}}.p-header__button:first-child{border-radius:5px 0 0 5px}@media screen and (max-width:767px){.p-header__button:first-child{border-radius:5px}}.p-header__button:first-child:before{content:url("data:image/svg+xml,%3csvg%20width='12'%20height='15'%20viewBox='0%200%2012%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99758%200.666504H1.99943C1.64591%200.666504%201.30688%200.806936%201.05691%201.05691C0.806936%201.30688%200.666504%201.64591%200.666504%201.99943V12.6628C0.666504%2013.0163%200.806936%2013.3553%201.05691%2013.6053C1.30688%2013.8553%201.64591%2013.9957%201.99943%2013.9957H9.99696C10.3505%2013.9957%2010.6895%2013.8553%2010.9395%2013.6053C11.1894%2013.3553%2011.3299%2013.0163%2011.3299%2012.6628V3.99881L7.99758%200.666504Z'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.33105%200.666504V3.33235C7.33105%203.68586%207.47149%204.0249%207.72146%204.27487C7.97143%204.52484%208.31046%204.66527%208.66398%204.66527H11.3298'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4.66495%205.33154H3.33203'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.66372%207.99756H3.33203'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.66372%2010.6633H3.33203'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");display:inline-block}.p-header__button:first-child:hover{background:#ffe7e7}.p-header__button:last-child{border-radius:0 5px 5px 0}@media screen and (max-width:767px){.p-header__button:last-child{border-radius:5px}}.p-header__button:last-child:last-child{color:var(--color-white);background-color:var(--color-red);position:relative;overflow:hidden}.p-header__button:last-child:last-child:hover{background:#ff2b59}.p-header__button:last-child:last-child:before{content:url("data:image/svg+xml,%3csvg%20width='15'%20height='12'%20viewBox='0%200%2015%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.6628%200.666504H1.99943C1.26327%200.666504%200.666504%201.26327%200.666504%201.99943V9.99696C0.666504%2010.7331%201.26327%2011.3299%201.99943%2011.3299H12.6628C13.399%2011.3299%2013.9957%2010.7331%2013.9957%209.99696V1.99943C13.9957%201.26327%2013.399%200.666504%2012.6628%200.666504Z'%20stroke='white'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.9957%202.66602L8.01757%206.46484C7.81181%206.59375%207.57392%206.66212%207.33111%206.66212C7.08831%206.66212%206.85042%206.59375%206.64466%206.46484L0.666504%202.66602'%20stroke='white'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");display:inline-block;position:relative;z-index:1}.p-header__buttons{display:flex}@media screen and (max-width:767px){.p-header__buttons{flex-direction:column;gap:10px}}.p-header .menu{display:flex;gap:35px}@media screen and (max-width:767px){.p-header .menu{flex-direction:column;gap:0}}@media screen and (min-width:768px){.p-header .menu-item:first-child{margin-left:auto}}@media screen and (max-width:767px){.p-header .menu-item:not(:first-child) a{border-top:1px solid var(--color-black)}}@media screen and (max-width:767px){.p-header .menu-item:last-child a{border-bottom:1px solid var(--color-black)}}.p-header .menu a{font-size:16px;font-weight:700;line-height:20px;letter-spacing:1px;transition:color .3s ease}.p-header .menu a:hover{color:var(--color-red)}@media screen and (max-width:767px){.p-header .menu a{font-size:14px;font-weight:700;line-height:100%;padding:18px 15px;display:flex;align-items:center;justify-content:space-between}.p-header .menu a:after{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.99854%2011.9963L9.9973%207.99753L5.99853%203.99876'%20stroke='black'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");display:block}}}@layer project{.p-footer__inner{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:767px){.p-footer__inner{gap:20px}}.p-footer .c-phone__company{font-size:12px;font-weight:700;line-height:100%}.p-footer .c-phone__number{font-size:50px}@media screen and (max-width:767px){.p-footer .c-phone__number{font-size:36px}}.p-footer__cta{padding-block:64px;display:flex;background:#eb0436;flex-direction:column;gap:40px}@media screen and (max-width:767px){.p-footer__cta{padding-block:30px}}.p-footer__texts{display:flex;gap:20px;justify-content:space-between;color:#fff}@media screen and (max-width:767px){.p-footer__texts{flex-direction:column}}.p-footer__title{font-size:30px;font-weight:700;line-height:140%}@media screen and (min-width:768px){.p-footer__title{white-space:nowrap;flex:0 0 auto;font-size:24px}}@media screen and (max-width:767px){.p-footer__title{font-size:24px}}.p-footer__stack{display:flex;flex-direction:column;gap:15px}.p-footer__desc{font-size:20px;font-weight:500;line-height:180%;max-width:560px}@media screen and (max-width:767px){.p-footer__desc{font-size:16px;line-height:160%}}.p-footer__text{font-size:20px;font-weight:700;line-height:28px}.p-footer__buttons{display:flex;align-items:center;justify-content:center;gap:10px}@media screen and (max-width:767px){.p-footer__buttons{flex-direction:column}}.p-footer__bottom{background:#e9edf0;padding-block:100px 50px;container-type:inline-size;overflow:hidden}@media screen and (max-width:767px){.p-footer__bottom{padding-block:50px 20px}}.p-footer__nav-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}@media screen and (max-width:767px){.p-footer__nav-inner{flex-direction:column;gap:50px}}.p-footer__nav-inner a{transition:opacity .3s ease-in-out}.p-footer__nav-inner a:hover{opacity:.7}.p-footer__logo{height:65px}@media screen and (max-width:767px){.p-footer__logo{height:55px}}.p-footer__msg{color:#eb0436;white-space:nowrap;font-size:9.3cqw;font-weight:700;line-height:100%;letter-spacing:10px;margin-top:100px;text-align:center;opacity:0;transform:translateY(20px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.p-footer__msg.is-visible{opacity:1;transform:translateY(0)}@media screen and (max-width:767px){.p-footer__msg{margin-top:50px;font-size:9cqw;letter-spacing:1.36px}}.p-footer__msg .black{color:#000}.p-footer__copyright{text-align:center;font-size:14px;font-weight:400;line-height:100%;margin-top:40px}@media screen and (max-width:767px){.p-footer__copyright{font-size:10px;margin-top:17px}}.p-footer__links{display:flex;gap:80px;align-items:flex-start;font-size:16px;line-height:100%}@media screen and (max-width:767px){.p-footer__links{font-size:12px;line-height:100%;gap:20px;justify-content:space-between;width:100%}}.p-footer__links-inner{display:flex;gap:80px;align-items:flex-start;font-weight:700}@media screen and (max-width:767px){.p-footer__links-inner{flex-direction:column;gap:20px}}.p-footer #primary-menu{display:flex;flex-direction:column;gap:30px}@media screen and (max-width:767px){.p-footer #primary-menu{gap:20px}}.p-footer #footer-menu{display:flex;flex-direction:column;gap:20px}.p-footer__fixed{position:sticky;bottom:0;width:100%;display:flex;border-top:2px solid var(--color-red);background:#fff;z-index:1;isolation:isolate}.p-footer__fixed a{display:flex;align-items:center;justify-content:center;padding:15px;font-size:16px;font-weight:700;line-height:20px;flex:0 0 auto}.p-footer__fixed a:nth-child(2){border-left:1px solid var(--color-red);color:var(--color-red)}.p-footer__fixed a:last-child{background:var(--color-red);color:var(--color-white);flex:1 1 auto}.p-footer__panel{display:flex;padding:30px 50px;background:#fff;justify-content:space-between;gap:20px}@media screen and (max-width:767px){.p-footer__panel{padding:20px;gap:30px;flex-direction:column}}.p-footer__panel .c-btn{font-size:24px;font-weight:700;line-height:100%;height:80px}@media screen and (max-width:767px){.p-footer__panel .c-btn{font-size:16px;width:100%;padding:20px;height:60px}}.p-footer__panel .c-btn:before{content:"";display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-position:center;background-size:contain}.p-footer__panel .c-btn:first-child:before{background-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='12'%20viewBox='0%200%2015%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.6628%200.666504H1.99943C1.26327%200.666504%200.666504%201.26327%200.666504%201.99943V9.99696C0.666504%2010.7331%201.26327%2011.3299%201.99943%2011.3299H12.6628C13.399%2011.3299%2013.9957%2010.7331%2013.9957%209.99696V1.99943C13.9957%201.26327%2013.399%200.666504%2012.6628%200.666504Z'%20stroke='white'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.9957%202.66602L8.01757%206.46484C7.81181%206.59375%207.57392%206.66212%207.33111%206.66212C7.08831%206.66212%206.85042%206.59375%206.64466%206.46484L0.666504%202.66602'%20stroke='white'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.p-footer__panel .c-btn:last-child:before{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='15'%20viewBox='0%200%2012%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99758%200.666504H1.99943C1.64591%200.666504%201.30688%200.806936%201.05691%201.05691C0.806936%201.30688%200.666504%201.64591%200.666504%201.99943V12.6628C0.666504%2013.0163%200.806936%2013.3553%201.05691%2013.6053C1.30688%2013.8553%201.64591%2013.9957%201.99943%2013.9957H9.99696C10.3505%2013.9957%2010.6895%2013.8553%2010.9395%2013.6053C11.1894%2013.3553%2011.3299%2013.0163%2011.3299%2012.6628V3.99881L7.99758%200.666504Z'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.33105%200.666504V3.33235C7.33105%203.68586%207.47149%204.0249%207.72146%204.27487C7.97143%204.52484%208.31046%204.66527%208.66398%204.66527H11.3298'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4.66495%205.33154H3.33203'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.66372%207.99756H3.33203'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.66372%2010.6633H3.33203'%20stroke='%23EB0436'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}}@layer project{.p-sec-01{overflow:hidden}@media screen and (max-width:767px){.p-sec-01{padding-bottom:30px}}.p-sec-01__content{flex:0 0 auto;z-index:1;padding-block:4.166666666vw}@media screen and (max-width:767px){.p-sec-01__content{padding-block:0 37px;margin-top:-18px}}.p-sec-01__lead{font-size:24px;font-weight:700;line-height:16px;letter-spacing:2px;height:64px}@media screen and (max-width:767px){.p-sec-01__lead{font-size:14px;line-height:9.173px;letter-spacing:1.147px;height:36px;width:100%}}.p-sec-01__lead span{font-size:27px;font-weight:700;line-height:16px;letter-spacing:2px;rotate:18.845deg}@media screen and (max-width:767px){.p-sec-01__lead span{font-size:16px;line-height:9.173px;letter-spacing:1.147px}}.p-sec-01__bg{white-space:nowrap;background:#fff;position:relative;isolation:isolate}.p-sec-01__bg:after{content:"";display:inline-block;width:100%;height:100%;background-image:url("data:image/svg+xml,%3csvg%20width='281'%20height='120'%20viewBox='0%200%20281%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200L281%200L206%20120H0V0Z'%20fill='white'/%3e%3c/svg%3e");background-size:cover;background-position:center;background-repeat:no-repeat;position:absolute;top:0;bottom:0;right:-75px;width:280px;z-index:-1}@media screen and (max-width:767px){.p-sec-01__bg:after{content:none}}.p-sec-01__title{font-size:80px;font-weight:700;line-height:125%;letter-spacing:4px;margin-top:32px}@media screen and (max-width:767px){.p-sec-01__title{font-size:36px;margin-top:16px;letter-spacing:.78px}}.p-sec-01__title .font-adj{letter-spacing:-46px}.p-sec-01__flex{display:flex;position:relative}@media screen and (max-width:767px){.p-sec-01__flex{flex-direction:column-reverse}}.p-sec-01__text{font-size:20px;font-weight:500;line-height:200%;margin-top:16px}@media screen and (max-width:767px){.p-sec-01__text{font-size:16px;line-height:160%;margin-top:9px}}.p-sec-01__inner{position:relative}@media screen and (max-width:767px){.p-sec-01__inner{display:flex;flex-direction:column-reverse}}.p-sec-01 figure{margin-bottom:0!important}@media screen and (min-width:768px){.p-sec-01 figure{position:absolute;top:0;clip-path:polygon(480px 0,100% 0,100% 100%,0% 100%);right:-50px;left:41%;height:100%}}@media screen and (max-width:767px){.p-sec-01 figure{width:100vw;aspect-ratio:375/200;margin-inline:calc(50% - 50vw)!important;position:relative;overflow:hidden}}.p-sec-01 figure .p-sec-01__mv{position:absolute;top:0;right:0;bottom:0;left:0}.p-sec-01 figure .p-sec-01__mv img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transform:scale(1.2);transition:transform 8s linear,opacity .5s ease}@media screen and (min-width:768px){.p-sec-01 figure .p-sec-01__mv img{height:100%}}.p-sec-01 figure .p-sec-01__mv--1 img{animation:slideAnimation 16s infinite}.p-sec-01 figure .p-sec-01__mv--2 img{animation:slideAnimation 16s infinite 6s}.p-sec-01 figure .p-sec-01__mv--3 img{animation:slideAnimation 16s infinite 12s}@keyframes slideAnimation{0%{opacity:0;transform:scale(1.2)}15%{opacity:1}30%{opacity:1}45%{opacity:0}to{opacity:0;transform:scale(1)}}.p-sec-01 dl{display:flex;height:76px;align-items:center;margin-left:40.7%;gap:11px}@media screen and (max-width:767px){.p-sec-01 dl{margin:0;flex-direction:column;height:auto;align-items:flex-start;gap:0}}.p-sec-01 dl dd{display:flex;gap:23px}@media screen and (max-width:767px){.p-sec-01 dl dd{gap:7px;flex-direction:column}}.p-sec-01 dl dd time{flex:0 0 auto}.p-sec-01 dl dt{display:flex;align-items:center;justify-content:center;gap:11px;font-family:Roboto;font-size:20px;font-weight:500;line-height:180%;letter-spacing:3px;flex:0 0 auto}@media screen and (max-width:767px){.p-sec-01 dl dt{font-size:20px;font-weight:500;line-height:180%}}.p-sec-01 dl dt:after{content:"";display:inline-block;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='45'%20height='77'%20viewBox='0%200%2045%2077'%20fill='none'%3e%3cpath%20d='M0.870361%2076.4924L43.8704%200.492432'%20stroke='%23343434'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center/cover;width:43px;height:76px}@media screen and (max-width:767px){.p-sec-01 dl dt:after{content:none}}.p-sec-01 nav{margin-top:80px}@media screen and (max-width:767px){.p-sec-01 nav{margin-top:19px}}.p-sec-01 nav .menu{display:flex;gap:15px}@media screen and (max-width:767px){.p-sec-01 nav .menu{flex-direction:column;gap:20px}}.p-sec-01 nav .menu-item:last-child .c-btn:after{transform:rotate(-90deg)}.p-sec-01 nav .menu .c-btn{height:80px;width:100%;padding-inline:40px;gap:20px;font-size:24px;font-weight:700;line-height:100%}@media screen and (max-width:767px){.p-sec-01 nav .menu .c-btn{font-size:20px;height:60px}}}@layer project{.p-sec-02{background:#e9edf0;border-top:2px solid #343434;border-bottom:2px solid #343434;position:relative}@media screen and (max-width:767px){.p-sec-02{border-top-width:1px;border-bottom-width:1px}}.p-sec-02:after{content:"";display:block;width:416px;height:155px;background:url("data:image/svg+xml,%3csvg%20width='417'%20height='158'%20viewBox='0%200%20417%20158'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M211.366%20110.288L0.463379%200H416.281L211.366%20110.288Z'%20fill='%23E9EDF0'/%3e%3cpath%20d='M0.463379%2045.7114L211.366%20156L416.281%2045.7114'%20stroke='%23343434'%20stroke-width='2'/%3e%3cpath%20d='M0.463379%201L211.366%20111.288L416.281%201'%20stroke='%23343434'%20stroke-width='2'/%3e%3cpath%20d='M0.463379%2023.3557L211.366%20133.644L416.281%2023.3557'%20stroke='%23343434'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center center;position:absolute;bottom:0;left:50%;translate:-50% 134px}@media screen and (max-width:767px){.p-sec-02:after{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='127'%20height='48'%20viewBox='0%200%20127%2048'%20fill='none'%3e%3cpath%20d='M64.1834%2033.5822L0.232422%200.139893H126.319L64.1834%2033.5822Z'%20fill='%23E9EDF0'/%3e%3cpath%20d='M0.232422%2014.0009L64.1834%2047.4432L126.319%2014.0009'%20stroke='%23343434'/%3e%3cpath%20d='M0.231934%200.443115L64.183%2033.8854L126.319%200.443115'%20stroke='%23343434'/%3e%3cpath%20d='M0.232422%207.22192L64.1834%2040.6643L126.319%207.22192'%20stroke='%23343434'/%3e%3c/svg%3e") no-repeat center center;width:126px;height:47px;translate:-50% 41px}}.p-sec-02:before{content:"";display:block;width:39.583333333vw;min-width:680px;aspect-ratio:760/1169;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='760'%20height='1169'%20viewBox='0%200%20760%201169'%20fill='none'%3e%3cpath%20d='M760%200H0V1169L760%200Z'%20fill='%23343434'/%3e%3c/svg%3e") no-repeat center/cover;position:absolute;top:0;left:0}@media screen and (max-width:767px){.p-sec-02:before{background-color:#343434;width:100%;height:177px;min-width:auto;clip-path:polygon(100% 0,100% 72%,50% 100%,0 72%,0 0)}}.p-sec-02__flex{display:flex;align-items:flex-start}@media screen and (max-width:767px){.p-sec-02__flex{flex-direction:column;align-items:center}}.p-sec-02__content{display:flex;flex-direction:column;gap:20px;padding-top:76px;isolation:isolate}@media screen and (max-width:767px){.p-sec-02__content{padding-top:19px;text-align:center;gap:13px}}.p-sec-02__lead{color:#fff;font-size:24px;font-weight:700;line-height:48px;text-decoration:underline;text-underline-offset:8px;text-decoration-thickness:3px}@media screen and (max-width:767px){.p-sec-02__lead{font-size:16px;font-weight:700;line-height:180%;text-underline-offset:4px;text-decoration-thickness:2px}}.p-sec-02__title{color:#fff;font-size:50px;font-weight:700;line-height:140%;letter-spacing:2px}@media screen and (max-width:767px){.p-sec-02__title{font-size:24px;white-space:nowrap}}@media screen and (max-width:767px){.p-sec-02__title br{display:none}}.p-sec-02__slider{flex:1 1 auto;margin-block:70px;position:relative}@media screen and (max-width:767px){.p-sec-02__slider{width:100%;margin-block:75px 30px}}.p-sec-02__slider-controls{display:none}@media screen and (max-width:767px){.p-sec-02__slider-controls{display:flex;align-items:center;justify-content:space-between;position:absolute;top:50%;left:0;right:0;translate:0 -100%}}.p-sec-02__slider-btn{display:inline-block;width:35px;height:35px;border:0;background:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='30'%20cy='30'%20r='29'%20fill='white'%20stroke='%23343434'%20stroke-width='2'/%3e%3cpath%20d='M29%2024.5L34%2029.5L29%2034.5'%20stroke='%23343434'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center/contain;color:transparent;font-size:0;line-height:1;transition:opacity .2s ease;translate:50% 0}.p-sec-02__slider-btn--prev{transform:rotate(180deg) translate(100%)}.p-sec-02__slider-btn:disabled{opacity:.35}.p-sec-02__balloon{width:360px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;gap:15px;flex-direction:column;padding-inline:60px;position:relative}@media screen and (min-width:768px){.p-sec-02__balloon{height:360px;--offset-x: 0px;--motion-x: -24px;--motion-y: 24px;opacity:0;transform:translate(calc(var(--offset-x) + var(--motion-x)),var(--motion-y));transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.p-sec-02__balloon.is-visible{opacity:1;--motion-x: 0px;--motion-y: 0px}.p-sec-02__balloon:nth-child(1),.p-sec-02__balloon:nth-child(2),.p-sec-02__balloon:nth-child(3){--offset-x: 50%}}@media screen and (max-width:767px){.p-sec-02__balloon{width:100%;aspect-ratio:335/200;border-radius:40px;flex:0 0 auto;padding:28px 25px;gap:12px;scroll-snap-align:start;scroll-snap-stop:always}}.p-sec-02__balloon:after{content:"";display:block;width:47px;height:44px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='45'%20viewBox='0%200%2048%2045'%20fill='none'%3e%3ccircle%20cx='32.7942'%20cy='14.9065'%20r='14.9065'%20fill='white'/%3e%3ccircle%20cx='7.15512'%20cy='36.9681'%20r='7.15512'%20fill='white'/%3e%3c/svg%3e");background-size:cover;background-position:center;background-repeat:no-repeat;position:absolute;bottom:10px;left:38px}@media screen and (max-width:767px){.p-sec-02__balloon:after{bottom:-30px;left:50%;translate:-70% 0%}}.p-sec-02__balloon-title{font-size:24px;font-weight:700;line-height:140%;text-align:center}@media screen and (max-width:767px){.p-sec-02__balloon-title{font-size:20px}}.p-sec-02__balloon-text{font-size:20px;font-weight:400;line-height:160%}@media screen and (max-width:767px){.p-sec-02__balloon-text{font-size:16px;font-weight:500}}.p-sec-02__balloons{display:grid;grid-template-columns:repeat(3,360px);gap:12px 25px}@media screen and (max-width:767px){.p-sec-02__balloons{display:flex;gap:20px;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100%;padding-bottom:30px;scrollbar-width:none}.p-sec-02__balloons::-webkit-scrollbar{display:none}}}@layer project{.p-sec-03 .c-btn{position:absolute;bottom:0;left:50%;width:560px;height:80px;translate:-50% 50%;font-size:24px;font-weight:700;line-height:100%}@media screen and (max-width:767px){.p-sec-03 .c-btn{font-size:20px;width:calc(100% - 40px);height:60px}}.p-sec-03 .c-btn:after{rotate:-90deg}.p-sec-03__title{text-align:center;font-size:50px;font-weight:700;line-height:140%;letter-spacing:2px;margin-block:8.125vw 76px}@media screen and (max-width:767px){.p-sec-03__title{font-size:24px;font-weight:700;line-height:140%;margin-block:61px 37px}}.p-sec-03__card{border:2px solid var(--color-black);background:#fff;position:relative;box-shadow:20px 20px #e9edf0}@media screen and (max-width:767px){.p-sec-03__card{box-shadow:11px 11px #e9edf0}}.p-sec-03__card+.p-sec-03__card{margin-top:100px}@media screen and (max-width:767px){.p-sec-03__card+.p-sec-03__card{margin-top:70px}}.p-sec-03__card-logo img{max-width:100%}.p-sec-03__card-contents{padding:27px 0 70px;border-top:2px solid #343434}@media screen and (max-width:767px){.p-sec-03__card-contents{padding-inline:20px;padding-block:30px 20px}}@media screen and (min-width:768px){.p-sec-03__card-contents-title{margin-bottom:12px;margin-left:74px}}.p-sec-03__card-contents-list{margin:0;padding:0}@media screen and (max-width:767px){.p-sec-03__card-contents-slider-track{margin-top:16px}}.p-sec-03__card-contents-item{background:#e9edf0;display:flex;height:490px;padding:20px;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:767px){.p-sec-03__card-contents-item{height:100%}}.p-sec-03__card-contents-item-tag{font-size:12px;font-weight:500;line-height:140%;display:flex;padding:3px 5px;justify-content:center;align-items:center;border:1px solid currentColor;background-color:#fff}.p-sec-03__card-contents-item-tags{display:flex;gap:5px}.p-sec-03__card-contents-item-recommends{width:100%;height:160px;margin-top:auto;background:#fff}.p-sec-03__card-contents-item-recommends dl{display:flex;padding:15px;flex-direction:column;align-items:flex-start;gap:10px}.p-sec-03__card-contents-item-recommends dd{font-size:16px;font-weight:400;line-height:140%;display:flex;align-items:flex-start;gap:5px}.p-sec-03__card-contents-item-recommends dd:before{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='12'%20viewBox='0%200%2016%2012'%20fill='none'%3e%3cpath%20d='M1.5%205.5L5.29289%209.29289C5.68342%209.68342%206.31658%209.68342%206.70711%209.29289L14.5%201.5'%20stroke='%23343434'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/svg%3e");display:block;flex:0 0 auto}.p-sec-03__card-contents-item-recommends dt{color:#fff;font-size:16px;font-weight:700;line-height:140%;background:var(--color-black, #343434);display:flex;height:30px;padding:5px 10px;align-items:center}.p-sec-03__card-contents-item-subtitle{font-size:16px;font-weight:700;line-height:140%;margin-top:20px}.p-sec-03__card-contents-item-title{color:var(--color-red, #EB0436);font-size:24px;font-weight:700;line-height:120%;margin-top:7px}.p-sec-03__card-contents-item-desc{font-size:16px;font-weight:400;line-height:160%;margin-top:10px}.p-sec-03__card-voices{padding:40px 77px 70px;border-top:2px solid #343434}@media screen and (max-width:767px){.p-sec-03__card-voices{padding:30px 20px 14px}}.p-sec-03__card-voices-splide-track{margin-top:20px;padding-bottom:8px}@media screen and (min-width:768px){.p-sec-03__card-voices-splide-track{display:contents}}.p-sec-03__card-voices-slider-controls{display:none}@media screen and (max-width:767px){.p-sec-03__card-voices-slider-controls{display:block}}@media screen and (min-width:768px){.p-sec-03__card-voices-list{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}}.p-sec-03__card-voices-item{display:flex;flex-direction:column;gap:14px;align-items:flex-end;background:#e9edf0;padding:17px 24px 5px;position:relative}@media screen and (max-width:767px){.p-sec-03__card-voices-item{padding:20px 15px 5px}}.p-sec-03__card-voices-item:after{content:"";background:url("data:image/svg+xml,%3csvg%20width='15'%20height='23'%20viewBox='0%200%2015%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15%200H0V23L15%200Z'%20fill='%23343434'/%3e%3c/svg%3e") no-repeat center/contain;width:15px;height:28px;display:inline-block;position:absolute;bottom:-15px;left:38px}@media screen and (max-width:767px){.p-sec-03__card-voices-item:after{width:10px;height:15px;left:50%;bottom:0;translate:-50% 50%}}@media screen and (min-width:768px){.p-sec-03__card-voices-item:nth-child(4),.p-sec-03__card-voices-item:nth-child(5){translate:50% 0}}.p-sec-03__card-voices-item-text{font-size:12px;font-weight:500;line-height:140%;display:inline-flex;padding:3px 5px;justify-content:center;align-items:center;border:1px solid var(--color-black, #343434);background:#fff;margin-right:-19px}@media screen and (max-width:767px){.p-sec-03__card-voices-item-text{margin-right:-10px}}.p-sec-03__card-voices-item-title{color:#000;font-size:16px;font-weight:500;line-height:160%}@media screen and (max-width:767px){.p-sec-03__card-voices-item-title{font-size:14px}}.p-sec-03__card-voices-title,.p-sec-03__card-contents-title{font-size:24px;font-weight:700;line-height:140%;display:flex;align-items:center;gap:10px}@media screen and (max-width:767px){.p-sec-03__card-voices-title,.p-sec-03__card-contents-title{font-size:20px;gap:7px;justify-content:center}}.p-sec-03__card-voices-title:before,.p-sec-03__card-contents-title:before{content:"";display:inline-block;width:60px;height:60px;background:url("data:image/svg+xml,%3csvg%20width='60'%20height='54'%20viewBox='0%200%2060%2054'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_516_1750)'%3e%3cpath%20d='M15.9912%2053.5911H11.9158C9.84102%2053.5911%207.7932%2051.9823%207.35125%2050.0047L4.32674%2036.0879C4.19011%2035.4571%204.59495%2034.8363%205.23258%2034.7011C5.8702%2034.5659%206.49771%2034.9664%206.63434%2035.5973L9.65716%2049.5057C9.85789%2050.4002%2010.956%2051.2547%2011.9158%2051.2547H15.9912C16.1869%2051.2547%2016.3573%2051.0878%2016.4669%2050.9476C16.8195%2050.4953%2016.978%2049.7493%2016.8363%2049.212L13.38%2036.138C13.2147%2035.5138%2013.5926%2034.8763%2014.2234%2034.7128C14.8543%2034.5492%2015.5004%2034.9231%2015.664%2035.5472L19.1203%2048.6212C19.4459%2049.8495%2019.1304%2051.3581%2018.3359%2052.3761C17.7253%2053.1588%2016.892%2053.5911%2015.9912%2053.5911ZM39.6424%2045.2834C38.3351%2045.2834%2037.0784%2044.4456%2036.5842%2044.1169L20.8797%2033.648H3.49007C1.56539%2033.648%200%2032.0993%200%2030.1951L0%2015.0935C0%2013.1893%201.56539%2011.6406%203.49007%2011.6406L20.8797%2011.6406L36.5842%201.17007C38.3402%200.000185656%2039.7959%20-0.293536%2040.9126%200.293908C41.9821%200.856318%2042.5235%202.08127%2042.5235%203.93205V41.1096C42.5235%2043.1072%2041.9686%2044.4123%2040.8755%2044.988C40.4757%2045.1983%2040.0557%2045.2834%2039.6424%2045.2834ZM29.545%2036.6053L37.905%2042.1777C39.3135%2043.1156%2039.7622%2042.927%2039.7672%2042.9253C39.8701%2042.8719%2040.1637%2042.4213%2040.1637%2041.1096V3.93205C40.1637%202.80056%2039.8988%202.40503%2039.806%202.35664C39.6863%202.29322%2039.1111%202.3049%2037.9067%203.10763L21.9019%2013.7767C21.7063%2013.9069%2021.4768%2013.977%2021.2424%2013.977L3.49007%2013.977C2.86763%2013.977%202.36158%2014.4777%202.36158%2015.0935L2.36158%2030.1951C2.36158%2030.8109%202.86763%2031.3116%203.49007%2031.3116H21.2407C21.4752%2031.3116%2021.7063%2031.3817%2021.9002%2031.5102L27.2003%2035.0432L27.2003%2012.8522C27.2003%2012.2063%2027.7283%2011.684%2028.3811%2011.684C29.0339%2011.684%2029.5619%2012.2063%2029.5619%2012.8522L29.5619%2036.41C29.5619%2036.4768%2029.5568%2036.5419%2029.545%2036.6069V36.6053ZM48.9909%2036.8456C48.5354%2036.8456%2048.1019%2036.5836%2047.9079%2036.1447C47.6465%2035.5539%2047.9197%2034.8646%2048.5169%2034.606C53.8625%2032.2962%2057.1822%2027.7118%2057.1822%2022.6401C57.1822%2017.5684%2053.8625%2012.984%2048.5169%2010.6743C47.9197%2010.4156%2047.6465%209.72806%2047.9079%209.1356C48.1694%208.54482%2048.8661%208.27447%2049.4632%208.53314C55.6826%2011.22%2059.5454%2016.6255%2059.5454%2022.6401C59.5454%2028.6548%2055.6826%2034.0602%2049.4632%2036.7471C49.3097%2036.8139%2049.1494%2036.8456%2048.9909%2036.8456ZM47.1084%2030.342C46.5973%2030.342%2046.1249%2030.0099%2045.9748%2029.4992C45.7926%2028.8801%2046.1536%2028.2309%2046.7794%2028.0506C49.195%2027.3564%2050.8818%2025.1301%2050.8818%2022.6385C50.8818%2020.1468%2049.195%2017.9222%2046.7794%2017.2263C46.1536%2017.0461%2045.7926%2016.3985%2045.9748%2015.7777C46.157%2015.1586%2046.8115%2014.8014%2047.439%2014.9817C50.8565%2015.9646%2053.2451%2019.1121%2053.2451%2022.6368C53.2451%2026.1615%2050.8582%2029.309%2047.439%2030.2919C47.3293%2030.3236%2047.218%2030.3387%2047.1084%2030.3387V30.342Z'%20fill='%23EB0436'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_516_1750'%3e%3crect%20width='59.5454'%20height='53.5909'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center/contain}@media screen and (max-width:767px){.p-sec-03__card-voices-title:before,.p-sec-03__card-contents-title:before{width:30px;height:30px}}.p-sec-03__card-point{display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.p-sec-03__card-point.is-visible{opacity:1;transform:translateY(0)}.p-sec-03__card-point-title{text-align:center;font-size:24px;font-weight:700;line-height:140%;margin-top:15px;white-space:nowrap}@media screen and (max-width:767px){.p-sec-03__card-point-title{font-size:20px;margin-top:8px}}.p-sec-03__card-point-text{font-size:16px;font-weight:500;line-height:160%;margin-top:10px}.p-sec-03__card-points{padding:40px 75px;display:flex;gap:58px;background:#fbf2ee;border-top:2px solid #343434}@media screen and (max-width:767px){.p-sec-03__card-points{padding:30px 20px;flex-direction:column;gap:30px}}.p-sec-03__card--ai-package .p-sec-03__card-points{padding-bottom:80px}.p-sec-03__card-points .c-skew{color:#fff;font-family:Roboto;font-size:16px;font-weight:700;line-height:100%;padding-inline:36px;height:30px}@media screen and (max-width:767px){.p-sec-03__card-points .c-skew{font-size:14px;padding-inline:20px;height:20px}}.p-sec-03__card-points .c-skew:before{background-color:#343434;border-color:#343434}.p-sec-03__card-points .c-skew:after{content:none}.p-sec-03__card-title{font-size:50px;font-weight:700;line-height:120%;letter-spacing:2px}@media screen and (max-width:767px){.p-sec-03__card-title{font-size:40px}}.p-sec-03__card-text{font-size:20px;font-weight:700;line-height:140%}@media screen and (max-width:767px){.p-sec-03__card-text{font-size:16px;font-weight:500;line-height:160%}}.p-sec-03__card-header{display:flex;position:relative}@media screen and (max-width:767px){.p-sec-03__card-header{flex-direction:column}}.p-sec-03__card-header .c-skew{font-size:24px;font-weight:700;line-height:140%;padding:15px 60px;position:absolute;top:0;left:0;translate:-65px -50%}@media screen and (max-width:767px){.p-sec-03__card-header .c-skew{font-size:16px;font-weight:500;padding:7px 40px;left:50%;translate:-50% -50%;white-space:nowrap}}.p-sec-03__card-stack{display:flex;flex-direction:column;gap:16px;flex:1 1 50%;padding-block:65px 20px;padding-inline:70px}@media screen and (max-width:767px){.p-sec-03__card-stack{padding:48px 22px 17px;gap:12px}}@media screen and (min-width:768px){.p-sec-03__card--ai-package .p-sec-03__card-stack{padding-right:60px}}.p-sec-03__card-img{flex:1 1 50%;margin:0!important}.p-sec-03__card-img img{width:100%;height:auto}.p-sec-03 .splide__arrow{display:inline-block;width:60px;height:60px;border:0;background:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='30'%20cy='30'%20r='29'%20fill='white'%20stroke='%23343434'%20stroke-width='2'/%3e%3cpath%20d='M29%2024.5L34%2029.5L29%2034.5'%20stroke='%23343434'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center/contain;color:transparent;font-size:0;line-height:1;transition:opacity .2s ease;pointer-events:auto;position:absolute;top:50%;translate:50% -50%}@media screen and (max-width:767px){.p-sec-03 .splide__arrow{width:35px!important;height:35px!important}}.p-sec-03 .splide__arrow--prev{left:0;rotate:180deg;translate:-50% -50%}.p-sec-03 .splide__arrow--next{right:0}}@layer project{.p-sec-04{margin-top:220px;padding-bottom:160px;position:relative}@media screen and (max-width:767px){.p-sec-04{margin-top:109px;padding-bottom:60px}}.p-sec-04:after{content:"";display:block;position:absolute;bottom:0;right:0;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='343'%20height='527'%20viewBox='0%200%20343%20527'%20fill='none'%3e%3cpath%20d='M6.10352e-05%20527L343%20527L343%200L6.10352e-05%20527Z'%20fill='%23343434'/%3e%3c/svg%3e") no-repeat center/contain;width:343px;height:527px;z-index:-1}@media screen and (max-width:767px){.p-sec-04:after{content:none}}.p-sec-04__flex{display:flex;gap:110px}@media screen and (max-width:767px){.p-sec-04__flex{flex-direction:column;gap:22px}}.p-sec-04__title{font-size:30px;font-weight:700;line-height:140%}@media screen and (max-width:767px){.p-sec-04__title{font-size:24px}}.p-sec-04__lead{font-size:16px;font-weight:500;line-height:200%}.p-sec-04__stack{display:flex;flex-direction:column}@media screen and (min-width:768px){.p-sec-04__stack{gap:20px;flex:0 0 auto}}@media screen and (max-width:767px){.p-sec-04__stack{gap:9px}}.p-sec-04__accordion{flex:1 1 auto}.p-sec-04 summary{display:block}.p-sec-04 summary::-webkit-details-marker{display:none}.p-sec-04 details{border-radius:5px;border:2px solid currentColor;background:#fff;padding-inline:25px}@media screen and (max-width:767px){.p-sec-04 details{padding-inline:15px}}.p-sec-04 details+details{margin-top:20px}.p-sec-04 .summary_inner{cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-block:17px 15px;font-size:20px;font-weight:700;line-height:20px}@media screen and (max-width:767px){.p-sec-04 .summary_inner{font-size:16px;font-weight:500;line-height:140%;padding-block:10px;gap:9px}}.p-sec-04 .summary_inner:after{content:"";display:block;width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.99854%2011.9963L9.9973%207.99753L5.99853%203.99876'%20stroke='black'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center/contain;flex:0 0 auto;rotate:90deg}.p-sec-04 details.is-opened .summary_inner:after{transform:rotate(180deg)}.p-sec-04 .content{overflow:hidden}.p-sec-04 .content .content_inner{padding-block:23px 24px;display:flex;flex-direction:column;border-top:1px solid #000}@media screen and (max-width:767px){.p-sec-04 .content .content_inner{padding-block:15px 16px}}}@layer project{.p-sec-05{position:relative;overflow:hidden}.p-sec-05__inner{padding-block:80px 40px;display:flex;gap:56px}@media screen and (max-width:767px){.p-sec-05__inner{padding-block:30px 0;flex-direction:column;gap:30px}}@media screen and (min-width:768px){.p-sec-05__img{position:absolute;top:0;bottom:0;height:100%;width:100%}.p-sec-05__img:before,.p-sec-05__img:after{content:"";position:absolute;width:100%}.p-sec-05__img:before{height:180px;background-color:var(--color-white);top:0;left:400px}.p-sec-05__img:after{height:180px;background-color:var(--color-red);top:auto;bottom:0;left:150px}.p-sec-05__img-wrapper{flex:1 1 auto}.p-sec-05__img img{height:100%;position:relative;z-index:1}}@media screen and (max-width:767px){.p-sec-05__img-wrapper{margin-inline:calc(50% - 50vw)!important;width:100vw;margin-bottom:0!important}.p-sec-05__img img{width:100%}}.p-sec-05__stack{display:flex;flex-direction:column;gap:17px;flex:0 0 auto}.p-sec-05__title{color:#eb0436;font-size:50px;font-weight:700;line-height:140%;letter-spacing:2px}@media screen and (max-width:767px){.p-sec-05__title{font-size:24px}}.p-sec-05__lead{font-size:20px;font-weight:500;line-height:200%;margin-top:17px}@media screen and (max-width:767px){.p-sec-05__lead{font-size:16px;line-height:160%}}}@layer project{.p-sec-06{background:#e9edf0;padding-block:70px;position:relative}@media screen and (max-width:767px){.p-sec-06{padding-block:30px 60px}}.p-sec-06:after{content:"";display:block;width:416px;height:155px;background:url("data:image/svg+xml,%3csvg%20width='417'%20height='158'%20viewBox='0%200%20417%20158'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M211.366%20110.288L0.463379%200H416.281L211.366%20110.288Z'%20fill='%23E9EDF0'/%3e%3cpath%20d='M0.463379%2045.7114L211.366%20156L416.281%2045.7114'%20stroke='%23343434'%20stroke-width='2'/%3e%3cpath%20d='M0.463379%201L211.366%20111.288L416.281%201'%20stroke='%23343434'%20stroke-width='2'/%3e%3cpath%20d='M0.463379%2023.3557L211.366%20133.644L416.281%2023.3557'%20stroke='%23343434'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center center;position:absolute;bottom:0;left:50%;translate:-50% 134px}@media screen and (max-width:767px){.p-sec-06:after{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='127'%20height='48'%20viewBox='0%200%20127%2048'%20fill='none'%3e%3cpath%20d='M64.1834%2033.5822L0.232422%200.139893H126.319L64.1834%2033.5822Z'%20fill='%23E9EDF0'/%3e%3cpath%20d='M0.232422%2014.0009L64.1834%2047.4432L126.319%2014.0009'%20stroke='%23343434'/%3e%3cpath%20d='M0.231934%200.443115L64.183%2033.8854L126.319%200.443115'%20stroke='%23343434'/%3e%3cpath%20d='M0.232422%207.22192L64.1834%2040.6643L126.319%207.22192'%20stroke='%23343434'/%3e%3c/svg%3e") no-repeat center center;width:126px;height:47px;translate:-50% 41px}}.p-sec-06__title{font-size:30px;font-weight:700;line-height:40px;text-align:center}@media screen and (max-width:767px){.p-sec-06__title{font-size:20px;line-height:140%}}.p-sec-06__lead{display:flex;gap:30px;margin-top:37px}@media screen and (max-width:767px){.p-sec-06__lead{margin-top:25px;flex-direction:column;gap:10px}}.p-sec-06__lead-item{font-size:20px;font-weight:500;line-height:160%;background-color:var(--color-white);border-radius:50%;width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding-inline:45px;position:relative;opacity:0;transform:translate(-32px) translateY(20px);transition:opacity .6s ease,transform .6s ease}@media screen and (max-width:767px){.p-sec-06__lead-item{font-size:16px;padding:18px 35px;border-radius:40px;aspect-ratio:auto}}.p-sec-06__lead-item.is-visible{opacity:1;transform:translate(0) translateY(0)}.p-sec-06__lead-item:before{content:"";display:block;width:36px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='45'%20viewBox='0%200%2048%2045'%20fill='none'%3e%3ccircle%20cx='32.7942'%20cy='14.9065'%20r='14.9065'%20fill='white'/%3e%3ccircle%20cx='7.15512'%20cy='36.9681'%20r='7.15512'%20fill='white'/%3e%3c/svg%3e") no-repeat center/contain;top:8px;right:28px;rotate:180deg;position:absolute}.p-sec-06__lead-item:nth-child(3):before,.p-sec-06__lead-item:nth-child(4):before{top:8px;right:auto;left:28px;rotate:90deg}@media screen and (max-width:767px){.p-sec-06__lead-item:not(:last-child):before{content:none}.p-sec-06__lead-item:last-child:before{bottom:0;top:auto;left:50%;width:47px;height:44px;translate:-60% 70%;rotate:0deg}}}@layer project{.p-sec-07{padding-block:173px 76px;text-align:center}@media screen and (max-width:767px){.p-sec-07{padding-block:60px 50px}}.p-sec-07__title{font-size:50px;font-weight:700;line-height:140%;letter-spacing:2px}@media screen and (max-width:767px){.p-sec-07__title{font-size:24px}}.p-sec-07__lead{font-size:20px;font-weight:500;line-height:200%;margin-top:20px}@media screen and (max-width:767px){.p-sec-07__lead{font-size:16px;line-height:160%;text-align:left}}.p-sec-07 img{width:868px;margin-top:52px;opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}@media screen and (max-width:767px){.p-sec-07 img{width:100%;margin-top:30px}}.p-sec-07 img.is-visible{opacity:1;transform:translateY(0)}}@layer project{.p-sec-08__inner{padding-block:60px 210px;border-top:2px solid #343434;position:relative}@media screen and (max-width:767px){.p-sec-08__inner{padding-block:30px 47px}}.p-sec-08__inner:after{content:url("data:image/svg+xml,%3csvg%20width='417'%20height='158'%20viewBox='0%200%20417%20158'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M211.366%20155.886L0.463867%2045.5977H416.281L211.366%20155.886Z'%20fill='white'/%3e%3cpath%20d='M0.463867%2045.5977L211.366%20155.886L416.281%2045.5977'%20stroke='%23343434'%20stroke-width='2'/%3e%3cpath%20d='M0.463867%200.88623L211.366%20111.175L416.281%200.88623'%20stroke='%23343434'%20stroke-width='2'/%3e%3cpath%20d='M0.463867%2023.2419L211.366%20133.53L416.281%2023.2419'%20stroke='%23343434'%20stroke-width='2'/%3e%3c/svg%3e");display:block;position:absolute;bottom:0;left:50%;translate:-50% 30px}@media screen and (max-width:767px){.p-sec-08__inner:after{content:url("data:image/svg+xml,%3csvg%20width='127'%20height='48'%20viewBox='0%200%20127%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M64.1825%2047.8854L0.231445%2014.4431H126.318L64.1825%2047.8854Z'%20fill='white'/%3e%3cpath%20d='M0.231445%2014.0007L64.1825%2047.4431L126.318%2014.0007'%20stroke='%23343434'/%3e%3cpath%20d='M0.231445%200.443115L64.1825%2033.8854L126.318%200.443115'%20stroke='%23343434'/%3e%3cpath%20d='M0.231445%207.22192L64.1825%2040.6643L126.318%207.22192'%20stroke='%23343434'/%3e%3c/svg%3e");translate:-50% 25px}}.p-sec-08__title{font-size:30px;font-weight:700;line-height:140%;text-align:center}@media screen and (max-width:767px){.p-sec-08__title{font-size:20px}}.p-sec-08__title span{color:var(--color-red)}.p-sec-08__point{display:flex;gap:60px;opacity:0;transform:translateY(32px);transition:opacity .6s ease,transform .6s ease}@media screen and (max-width:767px){.p-sec-08__point{flex-direction:column;gap:0}}.p-sec-08__point.is-visible{opacity:1;transform:translateY(0)}@media screen and (min-width:768px){.p-sec-08__point img{flex:0 0 600px}}.p-sec-08__point .c-skew{padding-inline:50px;height:37px;align-self:flex-start;font-size:16px;font-weight:700}@media screen and (max-width:767px){.p-sec-08__point .c-skew{font-size:14px;height:28px;padding-inline:35px;margin-inline:auto}}.p-sec-08__point .c-skew:after{width:13px;height:13px}@media screen and (max-width:767px){.p-sec-08__point .c-skew:after{scale:1}}.p-sec-08__point-stack{display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:767px){.p-sec-08__point-stack{margin-top:-14px}}.p-sec-08__points{display:flex;flex-direction:column;gap:56px;margin-top:61px}@media screen and (max-width:767px){.p-sec-08__points{margin-top:30px;gap:30px}}.p-sec-08__point-title{font-size:24px;font-weight:700;line-height:140%;margin-top:26px}@media screen and (max-width:767px){.p-sec-08__point-title{text-align:center;font-size:20px;font-weight:700;line-height:140%;margin-top:12px}}.p-sec-08__point-text{font-size:16px;font-weight:500;line-height:200%;margin-top:15px}@media screen and (max-width:767px){.p-sec-08__point-text{margin-top:10px}}}@layer project{.p-sec-09{padding-block:110px 280px;background:url(../img/09bg.png) no-repeat bottom center/cover}@media screen and (max-width:767px){.p-sec-09{padding-block:53px 180px;background:url(../img/09bg--sp.png) no-repeat bottom center/cover}}.p-sec-09__title{color:var(--color-white, #FFF);text-align:center;font-size:50px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:2px}@media screen and (max-width:767px){.p-sec-09__title{font-size:24px}}.p-sec-09__title span{text-decoration:underline;text-underline-offset:10px;text-decoration-thickness:2px}@media screen and (max-width:767px){.p-sec-09__title span{display:block}}.p-sec-09__item{text-align:center;width:100%;background:#fff;padding:30px 26px}@media screen and (max-width:767px){.p-sec-09__item{padding:20px}}.p-sec-09__items{display:flex;gap:40px;margin-top:49px}@media screen and (max-width:767px){.p-sec-09__items{margin-top:38px;flex-direction:column;gap:15px}}.p-sec-09__item img{height:200px}@media screen and (max-width:767px){.p-sec-09__item img{height:100px}}.p-sec-09__item-title{font-size:24px;font-weight:700;line-height:140%;margin-top:15px}@media screen and (max-width:767px){.p-sec-09__item-title{font-size:20px;margin-top:10px}}.p-sec-09__item-text{color:#000;font-size:20px;font-weight:500;line-height:160%;display:flex;height:94px;padding:15px 20px;align-items:center;background:#e9edf0;text-align:left}@media screen and (max-width:767px){.p-sec-09__item-text{font-size:16px;line-height:140%;padding:15px;height:74px}}.p-sec-09__item-texts{display:flex;flex-direction:column;gap:10px;margin-top:21px}@media screen and (max-width:767px){.p-sec-09__item-texts{margin-top:12px}}}@layer project{.p-sec-10{padding-bottom:160px}@media screen and (max-width:767px){.p-sec-10{padding-bottom:48px}}.p-sec-10__title{text-align:center;font-size:50px;font-weight:700;line-height:140%;letter-spacing:2px}@media screen and (max-width:767px){.p-sec-10__title{font-size:24px}}.p-sec-10__item{padding:20px;background:#e9edf0}.p-sec-10__item-times{font-size:12px;font-weight:500;line-height:140%;border:1px solid currentColor;background:#fff;display:flex;padding:3px 5px;justify-content:center;align-items:center;display:inline-block}.p-sec-10__item-lead{font-size:16px;font-weight:700;line-height:140%;margin-top:20px}@media screen and (max-width:767px){.p-sec-10__item-lead{text-align:center;font-weight:500;line-height:140%;margin-top:18px}}.p-sec-10__item-title{color:var(--color-red, #EB0436);font-size:24px;font-weight:700;line-height:120%}@media screen and (max-width:767px){.p-sec-10__item-title{text-align:center;font-size:24px;line-height:140%}}.p-sec-10__item-desc{font-size:16px;font-weight:400;line-height:160%;margin-top:10px}@media screen and (max-width:767px){.p-sec-10__item-desc{font-weight:500}}.p-sec-10__items{margin-top:50px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px 44px;opacity:0;transform:translateY(32px);transition:opacity .6s ease,transform .6s ease}.p-sec-10__items.is-visible{opacity:1;transform:translateY(0)}@media screen and (max-width:767px){.p-sec-10__items{margin-top:29px;display:flex;flex-direction:column;gap:15px}}.p-sec-10__list{margin-top:20px;background-color:#fff;padding-bottom:15px}@media screen and (max-width:767px){.p-sec-10__list{margin-top:15px}}.p-sec-10__list-title{color:#fff;font-size:16px;font-weight:700;line-height:140%;display:flex;padding:5px 10px;align-items:center;background:var(--color-black)}@media screen and (max-width:767px){.p-sec-10__list-title{font-weight:500;justify-content:center}}.p-sec-10__list-text{font-size:16px;font-weight:400;line-height:140%;margin-top:15px;margin-left:15px;padding-right:15px;display:flex;align-items:baseline;gap:8px}.p-sec-10__list-text:before{content:"";display:inline-block;width:13px;height:9px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='12'%20viewBox='0%200%2016%2012'%20fill='none'%3e%3cpath%20d='M1.5%205.5L5.29289%209.29289C5.68342%209.68342%206.31658%209.68342%206.70711%209.29289L14.5%201.5'%20stroke='%23343434'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center/contain;flex:0 0 auto}.p-sec-10__list-text+.p-sec-10__list-text{margin-top:10px}}@layer project{.p-sec-11{padding-block:100px 150px;background:#e9edf0}@media screen and (max-width:767px){.p-sec-11{padding-block:60px 72px}}.p-sec-11__inner{display:flex;flex-direction:column;gap:60px}@media screen and (max-width:767px){.p-sec-11__inner{gap:30px}}.p-sec-11__shoki{background:#fff;display:flex;width:850px;padding:32px 0 40px;flex-direction:column;align-items:center;gap:20px;margin-inline:auto;text-align:center}@media screen and (max-width:767px){.p-sec-11__shoki{width:100%;padding:20px 0;gap:15px}}.p-sec-11__shoki-title{font-size:24px;font-weight:700;line-height:100%}@media screen and (max-width:767px){.p-sec-11__shoki-title{font-size:20px;line-height:140%}}.p-sec-11 .price{color:var(--color-red, #EB0436);font-family:Roboto;font-size:40px;font-weight:700;line-height:100%;margin-top:auto}.p-sec-11 .unit{font-family:Roboto;font-size:24px;font-weight:700;line-height:100%}.p-sec-11 .tax{color:var(--color-black);font-size:14px;font-weight:400;line-height:160%}.p-sec-11 .mitumori{font-size:17px;font-weight:700;line-height:100%}@media screen and (min-width:768px){.p-sec-11 .mitumori{margin-top:23px}}.p-sec-11 .condition{letter-spacing:-5px}.p-sec-11__title{color:#000;text-align:center;font-size:50px;font-weight:700;line-height:140%;letter-spacing:2px}@media screen and (max-width:767px){.p-sec-11__title{font-size:24px}}.p-sec-11__item{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}@media screen and (min-width:768px){.p-sec-11__item:not(:first-child){border-left:1px solid var(--color-black, #343434)}}@media screen and (max-width:767px){.p-sec-11__item:not(:first-child){padding-top:28px;border-top:1px solid var(--color-black, #343434)}}.p-sec-11__item-title{text-align:center;font-size:14px;font-weight:500;line-height:100%;padding-bottom:6px;border-bottom:1px solid}.p-sec-11__item-number{font-family:Roboto;font-size:24px;font-weight:700;line-height:100%}.p-sec-11__items{display:flex}@media screen and (max-width:767px){.p-sec-11__items{flex-direction:column;gap:33px}}.p-sec-11__item .c-btn{font-size:20px;font-weight:700;line-height:100%;padding:10px 20px}.p-sec-11__item .c-btn:after{width:14px;height:7px;rotate:-90deg}}@layer project{.p-sec-12{font-size:16px;font-weight:500;line-height:200%;padding-block:85px 160px}@media screen and (max-width:767px){.p-sec-12{padding-block:30px 60px;line-height:160%}}.p-sec-12 .red{color:var(--color-red)}.p-sec-12 .wpcf7{margin-top:44px}@media screen and (max-width:767px){.p-sec-12 .wpcf7{margin-top:30px}}.p-sec-12 .wpcf7 form.sent .wpcf7-response-output{display:none}.p-sec-12 .wpcf7-radio,.p-sec-12 .wpcf7-checkbox{display:flex;flex-direction:column}.p-sec-12 .wpcf7-spinner{display:none!important}.p-sec-12 .wpcf7-list-item{margin-left:0!important}.p-sec-12 .wpcf7 .c-btn{font-size:24px;font-weight:700;margin-top:50px;height:80px;width:400px;margin-inline:auto;display:flex;cursor:pointer}@media screen and (max-width:767px){.p-sec-12 .wpcf7 .c-btn{margin-top:30px;height:60px;width:100%;font-size:20px;line-height:100%}}.p-sec-12 .wpcf7 .c-btn:after{content:"";display:block;width:14px;height:7px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.707%200.707092L5.70703%205.70709L0.707031%200.707092'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center/cover;rotate:-90deg}.p-sec-12 .wpcf7-form-control-wrap{width:100%;display:block}.p-sec-12 .wpcf7-form-control-wrap[data-name=acceptance]{margin-top:106px;text-align:center}@media screen and (max-width:767px){.p-sec-12 .wpcf7-form-control-wrap[data-name=acceptance]{margin-top:44px}}.p-sec-12 .wpcf7-form-control-wrap[data-name=acceptance] a{color:#0850eb;line-height:170%;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.p-sec-12 .wpcf7 .wrap{box-shadow:24px 20px #e9edf0}@media screen and (max-width:767px){.p-sec-12 .wpcf7 .wrap{box-shadow:10px 10px #e9edf0}}.p-sec-12 .wpcf7 .row{border:2px solid currentColor;padding-block:30px;padding-inline:75px 87px;display:flex;gap:20px}@media screen and (max-width:767px){.p-sec-12 .wpcf7 .row{padding:30px;flex-direction:column;gap:15px}}.p-sec-12 .wpcf7 .row+.row{border-top:none}.p-sec-12 .wpcf7 .row>div{flex:0 0 270px}@media screen and (max-width:767px){.p-sec-12 .wpcf7 .row>div{flex:0 0 auto}}.p-sec-12 .wpcf7 input,.p-sec-12 .wpcf7 textarea{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.p-sec-12 .wpcf7 input[type=text],.p-sec-12 .wpcf7 input[type=email],.p-sec-12 .wpcf7 input[type=tel],.p-sec-12 .wpcf7 textarea{border-radius:5px;width:100%;height:50px;padding:20px;background:#fff;transition:background-color .2s ease;background:#e9edf0}.p-sec-12 .wpcf7 input[type=text]::-moz-placeholder,.p-sec-12 .wpcf7 input[type=email]::-moz-placeholder,.p-sec-12 .wpcf7 input[type=tel]::-moz-placeholder,.p-sec-12 .wpcf7 textarea::-moz-placeholder{color:#000}.p-sec-12 .wpcf7 input[type=text]::placeholder,.p-sec-12 .wpcf7 input[type=email]::placeholder,.p-sec-12 .wpcf7 input[type=tel]::placeholder,.p-sec-12 .wpcf7 textarea::placeholder{color:#000}.p-sec-12 .wpcf7 textarea{min-height:250px}}@layer project{.p-sec-13{padding-block:185px 160px}@media screen and (max-width:767px){.p-sec-13{padding-block:50px 60px}}.p-sec-13 h2{color:var(--color-red, #EB0436);font-size:50px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:2px}@media screen and (max-width:767px){.p-sec-13 h2{font-size:24px}}.p-sec-13 h2+p{margin-top:52px}@media screen and (max-width:767px){.p-sec-13 h2+p{margin-top:25px}}.p-sec-13 p{font-size:16px;font-weight:500;line-height:200%}@media screen and (max-width:767px){.p-sec-13 p{line-height:160%}}.p-sec-13 h3{font-size:20px;font-weight:700;line-height:140%;margin-top:76px}@media screen and (max-width:767px){.p-sec-13 h3{margin-top:60px}}.p-sec-13 h3+p{margin-top:16px}@media screen and (max-width:767px){.p-sec-13 h3+p{margin-top:20px}}.p-sec-13 dt{color:var(--color-red, #EB0436);font-size:20px;font-weight:500;line-height:140%}@media screen and (max-width:767px){.p-sec-13 dt{font-size:16px}}.p-sec-13 .tel{color:var(--color-red, #EB0436);font-family:Roboto;font-size:30px;font-style:normal;font-weight:700;line-height:140%}@media screen and (max-width:767px){.p-sec-13 .tel{font-size:26px}}.p-sec-13 .comp{font-size:14px;font-weight:500;line-height:100%}@media screen and (max-width:767px){.p-sec-13 .comp{font-size:12px;line-height:170%;display:block}}.p-sec-13 .time{font-size:14px;font-style:normal;font-weight:500;line-height:100%;display:block}@media screen and (max-width:767px){.p-sec-13 .time{font-size:12px;line-height:170%}}.p-sec-13 dl{margin-top:25px}@media screen and (max-width:767px){.p-sec-13 dl{margin-top:20px}}.p-sec-13 ul{margin-top:25px;padding-left:1.5em}.p-sec-13 ul li{list-style:initial}@media screen and (max-width:767px){.p-sec-13 ul li{font-size:16px;font-weight:500;line-height:140%}}.p-sec-13 .c-btn{font-size:24px;font-weight:700;line-height:40px;width:400px;height:80px;margin-top:44px}@media screen and (max-width:767px){.p-sec-13 .c-btn{font-size:20px;width:100%;height:60px;margin-top:29px}}.p-sec-13 .c-btn:after{width:14px;height:7px;rotate:-90deg}}@layer project{.p-sec-14{padding-block:185px 160px}@media screen and (max-width:767px){.p-sec-14{padding-block:50px 60px}}.p-sec-14 h2{color:var(--color-red, #EB0436);font-size:50px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:2px}@media screen and (max-width:767px){.p-sec-14 h2{font-size:24px}}.p-sec-14 h2+p{margin-top:52px}@media screen and (max-width:767px){.p-sec-14 h2+p{margin-top:25px}}.p-sec-14 p{font-size:16px;font-weight:500;line-height:200%}@media screen and (max-width:767px){.p-sec-14 p{line-height:160%}}.p-sec-14 h3{font-size:20px;font-weight:700;line-height:140%;margin-top:90px}@media screen and (max-width:767px){.p-sec-14 h3{margin-top:60px}}.p-sec-14 h3+p{margin-top:16px}@media screen and (max-width:767px){.p-sec-14 h3+p{margin-top:20px}}.p-sec-14 .c-btn{font-size:24px;font-weight:700;line-height:40px;width:400px;height:80px;margin-top:34px}@media screen and (max-width:767px){.p-sec-14 .c-btn{font-size:20px;width:100%;height:60px;margin-top:29px}}.p-sec-14 .c-btn:after{width:14px;height:7px;rotate:-90deg}.p-sec-14 .c-btn--main{gap:10px}.p-sec-14 .c-btn--main:before{content:"";width:24px;height:19px;background:url("data:image/svg+xml,%3csvg%20width='15'%20height='12'%20viewBox='0%200%2015%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.6628%200.666504H1.99943C1.26327%200.666504%200.666504%201.26327%200.666504%201.99943V9.99696C0.666504%2010.7331%201.26327%2011.3299%201.99943%2011.3299H12.6628C13.399%2011.3299%2013.9957%2010.7331%2013.9957%209.99696V1.99943C13.9957%201.26327%2013.399%200.666504%2012.6628%200.666504Z'%20stroke='white'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.9957%202.66602L8.01757%206.46484C7.81181%206.59375%207.57392%206.66212%207.33111%206.66212C7.08831%206.66212%206.85042%206.59375%206.64466%206.46484L0.666504%202.66602'%20stroke='white'%20stroke-width='1.33292'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center/contain}@media screen and (max-width:767px){.p-sec-14 .c-btn--main:before{background:url(../img/icon-mail-white--sp.svg) no-repeat center/contain}}}@layer project{.p-mv{height:180px;background-color:var(--color-black);padding-block:13px 30px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:767px){.p-mv{height:90px;padding-block:0 18px;justify-content:flex-end}}.p-mv__title{color:var(--color-white, #FFF);font-size:30px;font-style:normal;font-weight:700;line-height:40px}@media screen and (max-width:767px){.p-mv__title{font-size:20px;line-height:140%}}@media screen and (max-width:767px){.p-mv .c-bread{display:none}}}@layer utility{@media screen and (min-width:768px){.sp-only{display:none!important}}@media screen and (max-width:767px){.pc-only{display:none!important}}}@layer utility{.u-text-xl{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);letter-spacing:2px}.u-text-lg{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading)}.u-text-md{font-size:var(--font-size-md);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading)}.u-text-sm{font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading)}.u-text-body{font-size:var(--font-size-body);font-weight:var(--font-weight-medium);line-height:var(--line-height-body-160)}.u-text-body-loose{font-size:var(--font-size-body);font-weight:var(--font-weight-medium);line-height:var(--line-height-body-200)}}@layer utility{.u-zoom{zoom:var(--u-zoom)}@media screen and (min-width:768px){.u-zoom{--u-zoom: .7}}@media screen and (min-width:1315px){.u-zoom{--u-zoom: calc(100vw/1920px) }}}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
