@charset "UTF-8";:root{--zIndex-element: 9;--zIndex-header: calc(var(--zIndex-element) + 9);--color-base: #161616;--color-white: #F6F3F3;--color-gray: #F8F8F8;--color-border: #EEEEEE;--color-primary: #0078C8;--fontFamily-base: "Noto Sans JP", sans-serif;--fontFamily-english: "Montserrat", sans-serif;--lineHeight-base: 1.9375;--lineHeight-tight: normal;--lineHeight-loose: 2.14286;--transition-timingFunction: cubic-bezier(.19, 1, .22, 1);--transition-duration: .6s;--transition: var(--transition-duration) var(--transition-timingFunction)}*,*:before,*:after{box-sizing:border-box;font:inherit;margin:0;padding:0}html{-webkit-text-size-adjust:none}@supports not (min-block-size: 100dvb){html{block-size:100%}}body{-webkit-font-smoothing:antialiased;block-size:100%;block-size:100dvb;min-block-size:100%;text-rendering:optimizeSpeed}img,svg,video,canvas,audio,iframe,embed,object{display:block}img,picture,svg,video{block-size:auto;max-inline-size:100%}img{background-repeat:no-repeat;background-size:cover;font-style:italic;height:auto;max-width:100%;shape-margin:.75rem;vertical-align:middle}svg{stroke:none;fill:currentColor}input,button,textarea,select,input[type=file]::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit}textarea{resize:vertical}@supports (resize: block){textarea{resize:block}}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"]){cursor:pointer;touch-action:manipulation}input[type=file]{cursor:auto}input[type=file]::-webkit-file-upload-button,input[type=file]::file-selector-button{cursor:pointer}:not(:active):focus-visible{outline-offset:5px}button,button[type],input[type=button],input[type=submit],input[type=reset],input[type=file]::-webkit-file-upload-button,input[type=file]::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}button[disabled],button[type][disabled],input[type=button][disabled],input[type=submit][disabled],input[type=reset][disabled]{cursor:not-allowed}label:has(>input:disabled),label:has(+input:disabled){cursor:not-allowed}a{color:inherit;text-decoration:none}summary{display:block;list-style:none}summary::-webkit-details-marker{display:none}*,*:before,*:after{letter-spacing:.1em}html{font-size:2.6666666667vw}body{color:var(--color-base);font-family:var(--fontFamily-base);font-size:max(1.6rem,16px);font-weight:700;line-height:var(--lineHeight-base);visibility:hidden}body[data-state-loaded=true]{visibility:visible}body[data-header-toggle-open=true]{overflow:hidden}body{padding-top:calc(var(--headerHeight))}.l-header{left:0;position:fixed;right:0;top:0;z-index:var(--zIndex-header)}.c-breadcrumb{align-items:center;display:flex;-moz-column-gap:1.4rem;color:var(--color-white);column-gap:1.4rem;font-size:min(1.2rem,12px);min-height:1.5rem;padding:.4rem 0 .6rem;position:relative}.c-breadcrumb:before{background:url(../images/background.png) top center/15rem var(--color-primary);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-1}.c-breadcrumb__item{align-items:center;display:flex;-moz-column-gap:1.4rem;column-gap:1.4rem}.c-breadcrumb__item>svg{width:.8rem}.c-breadcrumb__link{align-items:center;display:flex;-moz-column-gap:.9rem;column-gap:.9rem;text-decoration:underline}.c-breadcrumb__link>svg{width:1.3rem}.c-button{align-items:center;background:var(--color-primary);border-radius:10rem;color:var(--color-white);display:grid;font-size:1.4rem;grid-template-columns:auto 2.5rem;line-height:var(--lineHeight-tight);margin:0 auto;padding:.7rem 1rem;text-align:center;transition:width var(--transition);width:100%}.c-button:focus{width:calc(100% - 1rem)}.c-button:focus .c-button__icon:before{filter:blur(.3rem);height:100%;opacity:0;width:100%}.c-button:focus .c-button__icon:after{opacity:1}.c-button__icon{align-items:center;background:currentColor;border-radius:9999px;display:flex;height:2.5rem;justify-content:center;position:relative;width:2.5rem}.c-button__icon:before{background:var(--color-primary);border-radius:9999px;content:"";filter:blur(0);height:.5rem;opacity:1;transition:opacity var(--transition),width var(--transition),height var(--transition),filter var(--transition);width:.5rem}.c-button__icon:after{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20448%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M218.101%2038.101L198.302%2057.9c-4.686%204.686-4.686%2012.284%200%2016.971L353.432%20230H12c-6.627%200-12%205.373-12%2012v28c0%206.627%205.373%2012%2012%2012h341.432l-155.13%20155.13c-4.686%204.686-4.686%2012.284%200%2016.971l19.799%2019.799c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L235.071%2038.101c-4.686-4.687-12.284-4.687-16.97%200z'%20fill='%230078C8'%20/%3e%3c/svg%3e") center/35% no-repeat;content:"";height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity var(--transition);width:100%}.c-button--white{background-color:#fff;border:1px solid var(--color-primary);color:var(--color-base);padding-bottom:1rem;padding-left:20%;padding-top:1rem}.c-button--white .c-button__icon{color:var(--color-primary)}.c-button--white .c-button__icon:before{background-color:#fff}.c-button--white .c-button__icon:after{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20448%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M218.101%2038.101L198.302%2057.9c-4.686%204.686-4.686%2012.284%200%2016.971L353.432%20230H12c-6.627%200-12%205.373-12%2012v28c0%206.627%205.373%2012%2012%2012h341.432l-155.13%20155.13c-4.686%204.686-4.686%2012.284%200%2016.971l19.799%2019.799c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L235.071%2038.101c-4.686-4.687-12.284-4.687-16.97%200z'%20fill='%23fff'%20/%3e%3c/svg%3e") center/35% no-repeat}.c-button__text{font-size:1.2rem;font-weight:700;line-height:1.4;text-align:left}.c-button__text span{color:var(--color-primary);display:block;font-size:1.8rem;line-height:1.2;margin-bottom:.2rem}.c-container{display:grid;grid-template-columns:2rem calc((100vw - 59.9rem)/2) 1fr calc((100vw - 59.9rem)/2) 2rem;overflow:clip;padding-top:3rem}.c-container__breadcrumb{grid-column:2/5;order:1}.c-container__hero{grid-column:2/5}.c-container__mainvisual{grid-column:3}.c-container__content{grid-column:3;margin-top:6rem}.c-container__cta{grid-column:1/6;position:relative}.c-container__border{display:none;position:relative}.c-containerMainvisual{position:relative}.c-containerMainvisual__background{width:100%}.c-containerMainvisual__title{color:var(--color-white);font-size:2.2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.c-containerMainvisual__titleSub{font-size:1.6rem}.c-deco{align-items:center;display:flex;-moz-column-gap:.6rem;column-gap:.6rem;transform:translate(.6rem) rotate(28deg)}.c-deco__item{background:linear-gradient(45deg,#0078c8,#61f6ff);border-radius:1rem;height:5rem;width:.6rem}.c-deco__item:nth-child(1){height:3.3rem}.c-title{display:grid;justify-items:start;line-height:var(--lineHeight-tight);position:relative;row-gap:.5rem}.c-title__deco{left:16.6rem;position:absolute;top:-1.4rem}.c-title__japanese{align-items:center;display:flex;-moz-column-gap:1.5rem;column-gap:1.5rem;padding-left:.5rem}.c-title__japanese:before{background:var(--color-primary);border-radius:9999px;content:"";height:1.2rem;width:1.2rem}.c-title__english{font-family:var(--fontFamily-english);font-size:3.6rem}.p-aboutCatch{margin-top:-.6rem}.p-aboutCatch__title{display:grid;justify-items:start;line-height:var(--lineHeight-tight);row-gap:.5rem}.p-aboutCatch__titleJapanese{align-items:center;display:flex;-moz-column-gap:1.5rem;column-gap:1.5rem;padding-left:.5rem;position:relative}.p-aboutCatch__titleJapanese:before{background:var(--color-primary);border-radius:9999px;content:"";height:1.2rem;width:1.2rem}.p-aboutCatch__titleDeco{bottom:0;left:calc(100% + 3.5rem);position:absolute}.p-aboutCatch__titleEnglish{font-family:var(--fontFamily-english);font-size:3.6rem}.p-aboutCatch__image{margin-top:-2.2rem;position:relative;z-index:-1}.p-aboutCatch__image img{width:100%}.p-aboutCatch__text{font-size:1.4rem;line-height:var(--lineHeight-loose);margin-top:3rem}.p-aboutJob{margin-top:-5.9rem}.p-aboutJob__title{display:grid;justify-items:center;margin-top:3.8rem}.p-aboutJob__titleJapanese{font-size:2.8rem}.p-aboutJob__titleEnglish{color:var(--color-primary);font-family:var(--fontFamily-english);font-size:1.4rem}.p-aboutJob__detail{display:grid;margin-top:3.4rem;row-gap:.1rem}.p-aboutJobDetail__title{align-items:center;display:flex;justify-content:space-between;-moz-column-gap:3rem;color:var(--color-white);column-gap:3rem;font-size:2rem;line-height:var(--lineHeight-tight);list-style:none;padding:1.1rem 0 1.2rem;position:relative}.p-aboutJobDetail__title:before{background:var(--color-primary);content:"";height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-1}.p-aboutJobDetail__titleIcon{height:1.4rem;min-width:1.4rem;position:relative;width:1.4rem}.p-aboutJobDetail__titleIcon:before,.p-aboutJobDetail__titleIcon:after{background:currentColor;content:"";height:.2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0);width:100%}.p-aboutJobDetail__titleIcon:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform var(--transition)}.p-aboutJobDetail[open=true] .p-aboutJobDetail__titleIcon:after{transform:translate(-50%,-50%) rotate(0)}.p-aboutJobDetail__content{margin:0 -2rem;padding:0 2rem}.p-aboutJobDetail__contentInner{display:grid;padding:3.6rem 0 6rem}.p-aboutJobDetail__catch{color:var(--color-primary);font-size:1.8rem;line-height:var(--lineHeight-tight)}.p-aboutJobDetail__subCatch{color:var(--color-primary);line-height:var(--lineHeight-tight);margin-top:2rem}.p-aboutJobDetail__catch+.p-aboutJobDetail__subCatch{margin-top:1.5rem}.p-aboutJobDetail__text{font-size:1.4rem;line-height:var(--lineHeight-loose);margin-top:.9rem}.p-aboutJobDetail__subCatch+.p-aboutJobDetail__text{margin-top:.6rem}.p-aboutJobDetail__box{counter-increment:aboutJobBox;margin-top:3.3rem}.p-aboutJobDetail__boxTitle{color:var(--color-primary);font-size:1.8rem;line-height:var(--lineHeight-tight);margin-top:1.7rem}.p-aboutJobDetail__boxTitle:before{align-items:center;border-right:.1rem solid currentColor;content:counter(aboutJobBox);display:inline-flex;font-family:var(--fontFamily-english);font-size:3rem;font-weight:600;height:2.2rem;margin-right:1.3rem;padding-right:1.4rem;transform:translateY(.3rem);width:2.9rem}.p-aboutJobDetail__boxText{font-size:1.4rem;line-height:var(--lineHeight-loose);margin-top:.4rem}.p-aboutJobDetail__panel{border-radius:1rem;margin-top:3.1rem;overflow:hidden}.p-aboutJobDetail__panelItem{background:url(../images/background.png) top center/30rem var(--color-primary);color:var(--color-white);display:grid;padding:1.2rem 2.3rem 1.4rem;row-gap:1.4rem}.p-aboutJobDetail__panelItem+.p-aboutJobDetail__panelItem{border-top:.1rem solid currentColor}.p-aboutJobDetail__panelTitle{display:grid;font-size:1.8rem;justify-items:center;line-height:var(--lineHeight-tight);row-gap:1.5rem;text-align:center}.p-aboutJobDetail__panelTitle:after{background:currentColor;content:"";height:.1rem;width:2rem}.p-aboutJobDetail__panelTitle sup{font-size:.7em}.p-aboutJobDetail__panelText{font-size:1.4rem;line-height:1.57}.p-aboutJobDetail__note{color:#a5a5a5;font-size:1.2rem;line-height:var(--lineHeight-tight);margin-top:1.2rem}.p-aboutJobDetail__schedule{display:grid;margin:4.1rem -2rem 0;overflow-x:auto;padding:0 2rem;position:relative;white-space:nowrap}.p-aboutJobDetail__scheduleTitle{background:url("data:image/svg+xml,%3csvg%20width='17'%20height='17'%20viewBox='0%200%2017%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='clock-regular%201'%20clip-path='url(%23clip0_223_3770)'%3e%3cpath%20id='Vector'%20d='M15.4062%208.5C15.4062%2010.3317%2014.6786%2012.0883%2013.3835%2013.3835C12.0883%2014.6786%2010.3317%2015.4062%208.5%2015.4062C6.66835%2015.4062%204.91172%2014.6786%203.61654%2013.3835C2.32137%2012.0883%201.59375%2010.3317%201.59375%208.5C1.59375%206.66835%202.32137%204.91172%203.61654%203.61654C4.91172%202.32137%206.66835%201.59375%208.5%201.59375C10.3317%201.59375%2012.0883%202.32137%2013.3835%203.61654C14.6786%204.91172%2015.4062%206.66835%2015.4062%208.5ZM0%208.5C0%2010.7543%200.895533%2012.9163%202.48959%2014.5104C4.08365%2016.1045%206.24566%2017%208.5%2017C10.7543%2017%2012.9163%2016.1045%2014.5104%2014.5104C16.1045%2012.9163%2017%2010.7543%2017%208.5C17%206.24566%2016.1045%204.08365%2014.5104%202.48959C12.9163%200.895533%2010.7543%200%208.5%200C6.24566%200%204.08365%200.895533%202.48959%202.48959C0.895533%204.08365%200%206.24566%200%208.5ZM7.70312%203.98438V8.5C7.70312%208.76562%207.83594%209.01465%208.0584%209.16406L11.2459%2011.2891C11.6111%2011.5348%2012.1059%2011.4352%2012.3516%2011.0666C12.5973%2010.698%2012.4977%2010.2066%2012.1291%209.96094L9.29688%208.075V3.98438C9.29688%203.54277%208.9416%203.1875%208.5%203.1875C8.0584%203.1875%207.70312%203.54277%207.70312%203.98438Z'%20fill='%23F6F3F3'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_223_3770'%3e%3crect%20width='17'%20height='17'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center left 1.1rem/1.7rem var(--color-primary) no-repeat;border-radius:1rem 0;color:var(--color-white);font-size:2.1rem;left:2rem;line-height:var(--lineHeight-tight);padding:.3rem 1.2rem .6rem 3.6rem;position:absolute;top:0;z-index:var(--zIndex-element)}.p-aboutJobDetail__scheduleList{display:flex;-moz-column-gap:3.5rem;background:#fff;border:.1rem solid var(--color-primary);border-radius:1rem;column-gap:3.5rem;padding:5.6rem 4.3rem 2.1rem;position:relative}.p-aboutJobDetail__scheduleList:before{background:var(--color-primary);content:"";height:.1rem;left:50%;position:absolute;top:9rem;transform:translate(-50%);width:calc(100% - 6rem)}.p-aboutJobDetail__scheduleItem{align-content:start;display:grid;justify-items:center;line-height:1.333;text-align:center}.p-aboutJobDetail__scheduleItem:before{background:var(--color-primary);border-radius:9999px;content:"";height:1.4rem;margin-top:.9rem;width:1.4rem}.p-aboutJobDetail__scheduleTime{color:var(--color-primary);font-family:Montserrat;font-size:1.4rem;order:-1}.p-aboutJobDetail__scheduleDesc{font-size:1.2rem;margin-top:1rem}.p-aboutWelfare{padding-bottom:9rem;position:relative}.p-aboutWelfare:before{background:var(--color-gray);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-2}.p-aboutWelfare__background{aspect-ratio:335/237}.p-aboutWelfare__background:before{aspect-ratio:375/237;background:url(../images/welfare-background-sp.jpg) center/100% no-repeat;content:"";left:calc(50% - 50vw);position:absolute;top:0;width:100vw}.p-aboutWelfare__title{margin-top:5.4rem}.p-aboutWelfare__text{font-size:1.4rem;line-height:var(--lineHeight-loose);margin-top:2.8rem}.p-aboutWelfare__detail{display:grid;margin-top:4.4rem;row-gap:3.1rem}.p-aboutWelfare__detailTitle{align-items:center;display:flex;-moz-column-gap:2rem;border-bottom:.1rem solid currentColor;column-gap:2rem;font-size:2rem;line-height:var(--lineHeight-tight);padding-bottom:1.6rem}.p-aboutWelfare__detailTitle:before{background:var(--color-primary);content:"";height:1.2rem;transform:translateY(.3rem);width:1.2rem}.p-aboutWelfare__detailList{border-radius:.5rem 0 0 .5rem;display:grid;overflow:hidden;row-gap:.1rem}.p-aboutWelfare__detailItem{display:grid;grid-template:auto 1fr/5.6rem 1fr;-moz-column-gap:1.2rem;background:#fff;column-gap:1.2rem;padding-right:2rem}.p-aboutWelfare__detailIcon{align-content:inherit;align-items:center;background:#dbf1ff;display:flex;grid-row:1/3;justify-content:center;padding:0 .8rem}.p-aboutWelfare__detailIcon>img{max-width:4.5rem}.p-aboutWelfare__detailTerm{color:var(--color-primary);font-size:1.8rem;line-height:var(--lineHeight-tight);padding-top:.9rem}.p-aboutWelfare__detailDesc{font-size:1.4rem;padding-bottom:1.5rem}.p-aboutWelfare__detailDesc>span{font-family:var(--fontFamily-english)}.p-cta{display:flex;justify-content:center;position:relative}.p-cta__deco{left:50%;position:absolute;top:-2.2rem;transform:translate(-50%);z-index:2}.p-cta__slider{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.p-cta__content{background:#ffffffe6;display:grid;justify-items:center;padding:5.6rem 1.4rem 4rem;row-gap:1.7rem;z-index:1}.p-cta__title{font-size:2rem;line-height:var(--lineHeight-tight);text-align:center}.p-cta__buttons{display:grid;row-gap:1rem;width:15.2rem}.p-ctaSlider{height:100%}.p-ctaSlider__swiper{height:50%}.p-ctaSlider__wrapper{transition-timing-function:linear}.p-ctaSlider__slide{aspect-ratio:13/8;width:auto}.p-ctaSlider__image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.p-faq{display:grid;row-gap:5.1rem}.p-faq__container{display:grid;row-gap:6rem}.p-faq__content{display:grid;position:relative;row-gap:4.1rem}.p-faq__content:nth-child(2n){padding:5.1rem 0 6rem;position:relative}.p-faq__content:nth-child(2n):before{background:var(--color-gray);content:"";height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-1}.p-faq__content:nth-child(odd) .p-faq__detail{position:relative}.p-faq__content:nth-child(odd) .p-faq__detail:before{background:#fff;content:"";height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-1}.p-faqAnchor{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.p-faqAnchor__button{background:#fff;border:.1rem solid var(--color-primary);border-radius:10rem;color:var(--color-primary);display:block;font-size:1.4rem;line-height:1;padding:1.2rem 2rem 1.4rem .9rem;position:relative;text-align:center;transition:background var(--transition),color var(--transition)}.p-faqAnchor__button:after{background:currentColor;border-radius:9999px;content:"";height:.6rem;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);transition:right var(--transition),width var(--transition),height var(--transition),border-radius var(--transition),background var(--transition);width:.6rem}.p-faqAnchor__button:focus{background:var(--color-primary);color:var(--color-white)}.p-faqAnchor__button:focus:after{background:var(--color-white);border-radius:0;height:.2rem;right:0;width:1.8rem}.p-faqDetail__item{padding:1.7rem 0 1.8rem;position:relative}.p-faqDetail__item:before{border-top:.1rem solid var(--color-border);content:"";height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-1}.p-faqDetail__item:last-child:before{border-bottom:.1rem solid var(--color-border)}.p-faqDetail__question{align-items:center;display:flex;-moz-column-gap:1.3rem;color:var(--color-primary);column-gap:1.3rem;font-size:1.8rem;line-height:1.23;list-style:none;padding:0 0 0 .5rem}.p-faqDetail__question:before{content:"Q.";font-family:var(--fontFamily-english)}.p-faqDetail__questionIcon{height:1.4rem;margin-left:auto;min-width:1.4rem;position:relative;width:1.4rem}.p-faqDetail__questionIcon:before,.p-faqDetail__questionIcon:after{background:currentColor;content:"";height:.2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0);width:100%}.p-faqDetail__questionIcon:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform var(--transition)}.p-faqDetail__item[open=true] .p-faqDetail__questionIcon:after{transform:translate(-50%,-50%) rotate(0)}.p-faqDetail__answerInner{font-size:1.4rem;line-height:var(--lineHeight-tight);padding-top:1.1rem}.p-faqDetail__link{text-decoration:underline}.p-faqTitle{display:grid;line-height:var(--lineHeight-tight);row-gap:1.4rem}.p-faqTitle__japanese{font-size:2.8rem}.p-faqTitle__english{color:var(--color-primary);font-family:var(--fontFamily-english);font-size:1.4rem;line-height:1}.p-footer{background:url(../images/background.png) top center/15rem #001422;color:#fff;display:grid;justify-items:center;padding:2.3rem 3.3rem;position:relative}.p-footer__links{display:grid;justify-items:center}.p-footer__linksLink{align-items:center;display:flex;font-size:1.4rem;line-height:var(--lineHeight-tight)}.p-footer__linksLink>svg{height:3.7rem;width:3.7rem}.p-footer__logo{margin-top:3.2rem;width:26.2rem}.p-footer__sns{align-items:center;display:flex;-moz-column-gap:3rem;column-gap:3rem;margin-top:3.8rem}.p-footer__license{display:flex;-moz-column-gap:1rem;column-gap:1rem;margin-top:3.1rem}.p-footer__copyright{font-size:1.2rem;line-height:var(--lineHeight-tight);margin-top:1.5rem;text-align:center}.p-footer__copyrightLink{text-decoration:underline}.p-header{align-items:center;background:#fff;display:flex;padding-left:2rem;transition:background var(--transition)}body[data-background=hero] .p-header{background:transparent}.p-header__line{background:var(--color-primary);bottom:-.1rem;height:.2rem;left:0;position:absolute}.p-header__logo{margin-right:auto;transform:translateY(-.3rem)}.p-header__nav{display:none}.p-header__drawer{left:0;pointer-events:none;position:fixed;right:0;top:0}.p-headerDrawer{align-content:start;background:url(../images/background.png) top center/30rem var(--color-primary);color:#fff;display:grid;height:100vh;justify-items:center;opacity:0;overflow-y:auto;padding:3rem 4.5rem 8.4rem;row-gap:4rem;transition:opacity var(--transition)}body[data-header-toggle-open=true] .p-headerDrawer{opacity:1;pointer-events:auto}.p-headerDrawer__close{background:none;border:0;justify-self:end;padding:0;transform:translate(.3rem);width:2.2rem}.p-headerDrawer__content{max-width:55.9rem;width:100%}.p-headerDrawer__content .c-button{font-size:1.8rem;grid-template-columns:auto 3rem;justify-content:space-between;padding:1rem 1.5rem 1rem 2rem}.p-headerDrawer__content .c-button>.c-button__icon{height:3rem;width:3rem}.p-headerDrawer__entry{background:#fff;color:var(--color-primary)}.p-headerDrawer__entry>.c-button__icon{background:var(--color-primary)}.p-headerDrawer__entry>.c-button__icon:before{background:#fff}.p-headerDrawer__entry>.c-button__icon:after{background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20448%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M218.101%2038.101L198.302%2057.9c-4.686%204.686-4.686%2012.284%200%2016.971L353.432%20230H12c-6.627%200-12%205.373-12%2012v28c0%206.627%205.373%2012%2012%2012h341.432l-155.13%20155.13c-4.686%204.686-4.686%2012.284%200%2016.971l19.799%2019.799c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L235.071%2038.101c-4.686-4.687-12.284-4.687-16.97%200z'%20fill='%23fff'%20/%3e%3c/svg%3e")}.p-headerDrawer__menu{display:flex;flex-direction:column;margin-top:5.7rem;row-gap:3rem}.p-headerDrawer__menuLink{display:grid;line-height:normal}.p-headerDrawer__menuEnglish{font-family:var(--fontFamily-english);font-size:2.6rem}.p-headerDrawer__menuJapanese{font-size:1.4rem}.p-headerDrawer__menuBlank{align-items:center;display:flex;font-size:1.6rem}.p-headerDrawer__menuBlank>svg{margin-left:-.0625em;width:1.875em}.p-headerDrawer__button{display:grid;margin-top:3.6rem;row-gap:1rem}.p-headerDrawer__buttonLink{background:none;border:.1rem solid currentColor}.p-headerDrawer__sns{align-items:center;display:flex;justify-content:center;-moz-column-gap:6.1rem;column-gap:6.1rem;margin-top:5.7rem}.p-headerDrawer__snsLink{width:2.7rem}.p-headerEntry{align-items:center;background:var(--color-primary);border:.1rem solid var(--color-primary);border-radius:0 0 0 4rem;border-top:.3rem solid var(--color-primary);color:var(--color-white);display:flex;flex-direction:column;font-size:1rem;height:7rem;justify-content:center;overflow:hidden;padding:.8rem 0 0 .2rem;position:relative;row-gap:.6rem;width:7.3rem}.p-headerEntry:before{background:#fff;border-radius:4rem;content:"";top:-4rem;right:-4rem;bottom:-4rem;left:-4rem;position:absolute;transform:translate3d(-100%,100%,0);transition:transform var(--transition),border-radius var(--transition);transition-duration:1.2s}.p-headerEntry:focus:before{border-radius:9999px;transform:translateZ(0)}.p-headerEntry:focus .p-headerEntry__text{color:var(--color-primary)}.p-headerEntry:focus .p-headerEntry__icon:before{opacity:0}.p-headerEntry:focus .p-headerEntry__icon:after{opacity:1}.p-headerEntry__text{position:relative;transition:color var(--transition)}.p-headerEntry__icon{position:relative}.p-headerEntry__icon:before{background:currentColor;border-radius:9999px;content:"";display:block;height:.3rem;opacity:1;transform:translate(-.1rem);transition:opacity var(--transition);width:.3rem}.p-headerEntry__icon:after{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20448%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M218.101%2038.101L198.302%2057.9c-4.686%204.686-4.686%2012.284%200%2016.971L353.432%20230H12c-6.627%200-12%205.373-12%2012v28c0%206.627%205.373%2012%2012%2012h341.432l-155.13%20155.13c-4.686%204.686-4.686%2012.284%200%2016.971l19.799%2019.799c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L235.071%2038.101c-4.686-4.687-12.284-4.687-16.97%200z'%20fill='%230078C8'%20/%3e%3c/svg%3e") center/35% no-repeat;content:"";height:2.5rem;left:calc(50% - .1rem);opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity var(--transition);width:2.5rem}.p-headerLogo__image{width:14rem}.p-headerToggle{background:#fff;border-bottom:.1rem solid var(--color-border);height:7rem;width:7.2rem}.p-headerToggle__line{display:none}.p-headerToggle__button{align-items:center;background:none;border:0;color:currentColor;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 0 .1rem .3rem;row-gap:.7rem;width:100%}.p-headerToggle__button:before,.p-headerToggle__button:after{background:currentColor;content:"";height:.2rem;width:2.4rem}.p-headerToggle__sns{display:none}.p-homeAbout{grid-column:3;padding:7.5rem 0;position:relative}.p-homeAbout .p-homeContent{position:relative}.p-homeAbout:before{background-color:#fffc;content:"";height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-1}.p-homeAbout__img{position:absolute;right:-2rem;top:-15rem;width:24.9rem}.p-homeAboutImg__deco{position:absolute;right:15rem;top:-1.5rem}.p-homeAbout__head,.p-homeAbout__body{z-index:1}.p-homeAbout__title{font-size:2.8rem;font-weight:700;line-height:1.44}.p-homeAbout__subtitle{color:var(--color-primary);display:block;font-size:1.4rem;margin-top:1rem}.p-homeAbout__text{font-size:1.4rem;font-weight:700;line-height:2.1}.p-homeAbout__buttons{margin-left:auto;margin-right:auto;margin-top:3.5rem;max-width:33.5rem}.p-homeAbout__buttons li+li{margin-top:2.2rem}.p-homeAbout__button--01,.p-homeAbout__button--02{padding-bottom:1.1rem;padding-top:1.1rem}.p-homeAbout__button--01{background-image:url("data:image/svg+xml,%3csvg%20width='59'%20height='69'%20viewBox='0%200%2059%2069'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_25_3198)'%3e%3cpath%20d='M54.9993%2023.9179V18.8406C54.9993%2015.7068%2053.3276%2012.81%2050.6131%2011.2421L33.8865%201.58542C31.172%200.0175888%2027.8285%200.0175888%2025.114%201.58542L8.38743%2011.2421C5.6729%2012.81%204.00116%2015.705%204.00116%2018.8406V23.9179C4.00116%2027.0517%205.6729%2029.9485%208.38743%2031.5164L25.114%2041.1731C27.8285%2042.7409%2031.172%2042.7409%2033.8865%2041.1731L50.6131%2031.5164C53.3276%2029.9485%2054.9993%2027.0535%2054.9993%2023.9179Z'%20fill='black'/%3e%3cpath%20d='M50.6301%2040.1194L33.9036%2049.7762C32.5673%2050.5473%2031.0432%2050.9557%2029.5009%2050.9557C27.9586%2050.9557%2026.4345%2050.5473%2025.0964%2049.7762L8.36987%2040.1194C6.36633%2038.9636%204.92429%2037.0695%204.30627%2034.8964C4.25705%2034.7232%204%2034.7633%204%2034.9419V42.0428C4%2045.2331%205.70274%2048.181%208.46467%2049.7762L25.0362%2059.3436C27.7982%2060.9387%2031.2036%2060.9387%2033.9656%2059.3436L50.5353%2049.7762C53.2973%2048.181%2055%2045.2331%2055%2042.0428V34.9438C55%2034.7651%2054.743%2034.725%2054.6937%2034.8982C54.0757%2037.0713%2052.6337%2038.9654%2050.6301%2040.1213V40.1194Z'%20fill='%23003CFF'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_25_3198'%20x='0'%20y='0.409546'%20width='59'%20height='68.1304'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_25_3198'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_25_3198'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");background-position:1.5rem 1.5rem;background-repeat:no-repeat;background-size:4.5rem}.p-homeAbout__button--02{background-image:url("data:image/svg+xml,%3csvg%20width='66'%20height='63'%20viewBox='0%200%2066%2063'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_0_572)'%3e%3cpath%20d='M28.3239%2062.31C12.7048%2062.31%200%2055.2188%200%2046.5013H1.79265C1.79265%2054.0996%2013.9417%2060.5173%2028.3239%2060.5173C42.7061%2060.5173%2054.8551%2054.0996%2054.8551%2046.5013H56.6478C56.6478%2055.2188%2043.943%2062.31%2028.3239%2062.31Z'%20fill='%230078C8'%20stroke='%230078C8'/%3e%3cpath%20d='M1.79265%2031.5891H0V46.5014H1.79265V31.5891Z'%20fill='%230078C8'%20stroke='%230078C8'/%3e%3cpath%20d='M56.6478%2031.5891H54.8551V46.5014H56.6478V31.5891Z'%20fill='%230078C8'%20stroke='%230078C8'/%3e%3cpath%20d='M28.3239%2047.3978C12.7048%2047.3978%200%2040.3065%200%2031.5891C0%2022.8717%2012.7048%2015.7805%2028.3239%2015.7805H29.2202V30.6928H56.6478V31.5891C56.6478%2040.3065%2043.943%2047.3978%2028.3239%2047.3978ZM27.4276%2017.5834C13.4423%2017.8446%201.79265%2024.1522%201.79265%2031.5891C1.79265%2039.0261%2013.9417%2045.6051%2028.3239%2045.6051C42.7061%2045.6051%2053.8897%2039.6842%2054.7988%2032.4855H27.4276V17.5834Z'%20fill='%230078C8'%20stroke='%230078C8'/%3e%3cpath%20d='M65.7699%2016.705H36.5497V0H37.446C42.0915%200%2046.7114%200.640233%2050.8012%201.84643C60.0334%204.57638%2065.7699%209.92361%2065.7699%2015.8061V16.7024V16.705ZM38.3423%2014.9123H63.9209C63.3421%2010.2053%2058.2305%205.91575%2050.2916%203.56738C46.6269%202.4841%2042.5141%201.87716%2038.3423%201.80033V14.9097V14.9123Z'%20fill='%230078C8'%20stroke='%230078C8'/%3e%3cpath%20d='M65.7699%2024.0394H36.5497V15.8086H38.3423V22.2468H63.9772V15.8086H65.7699V24.0394Z'%20fill='%230078C8'%20stroke='%230078C8'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_572'%3e%3crect%20width='65.7698'%20height='62.31'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:left;background-position-x:1.5rem;background-repeat:no-repeat;background-size:4.5rem;opacity:.5;pointer-events:none}.p-homeAbout__button--03{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='62' viewBox='0 0 66 62' fill='none'%3E%3Cpath d='M27 0C34.3993 0 41.1155 2.47104 45.9905 6.46381C50.9389 10.5174 54 16.1384 54 22.3658C54 28.5932 50.9389 34.2142 45.9905 38.2678C41.1155 42.2611 34.3993 44.7316 27 44.7316C25.7338 44.7316 24.474 44.6567 23.2327 44.5133L23.1939 44.508C22.0747 44.3775 20.9797 44.1902 19.9171 43.952L5.86066 48.9269C5.18621 49.1645 4.44871 48.804 4.21387 48.1215C4.09471 47.775 4.12768 47.4122 4.2775 47.1084L8.46013 38.6283C5.96247 36.6747 3.91482 34.3283 2.46065 31.7098C0.88095 28.8641 0 25.699 0 22.3658C0 16.139 3.06106 10.5174 8.00953 6.46381C12.8851 2.47104 19.6013 0 27 0ZM44.3587 8.49413C39.9331 4.86951 33.796 2.62556 27 2.62556C20.204 2.62556 14.0674 4.86951 9.64129 8.49413C5.28802 12.0602 2.59484 16.9666 2.59484 22.3658C2.59484 25.2395 3.35606 27.971 4.72058 30.4286C6.14641 32.9974 8.23454 35.2794 10.8051 37.1265C11.3558 37.4829 11.5634 38.2093 11.2661 38.815L8.02052 45.39L19.3485 41.3803C19.5903 41.2785 19.8645 41.2498 20.1392 41.3142C21.2307 41.5734 22.3506 41.7724 23.4895 41.9047L23.5265 41.9082C24.6487 42.0382 25.8096 42.1055 27 42.1055C33.796 42.1055 39.9326 39.8615 44.3587 36.2369C48.712 32.6708 51.4052 27.7644 51.4052 22.3652C51.4052 16.966 48.7126 12.0596 44.3587 8.49355V8.49413Z' fill='%230078C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 19C18.6567 19 20 20.3433 20 22C20 23.6567 18.6567 25 17 25C15.3433 25 14 23.6567 14 22C14 20.3433 15.3433 19 17 19Z' fill='%230078C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 19C28.6567 19 30 20.3433 30 22C30 23.6567 28.6567 25 27 25C25.3433 25 24 23.6567 24 22C24 20.3433 25.3433 19 27 19Z' fill='%230078C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37 19C38.6567 19 40 20.3433 40 22C40 23.6567 38.6567 25 37 25C35.3433 25 34 23.6567 34 22C34 20.3433 35.3433 19 37 19Z' fill='%230078C8'/%3E%3Cpath d='M25.2265 49.0503C24.8216 48.445 24.974 47.6192 25.5679 47.2065C26.1618 46.7939 26.9721 46.9492 27.3769 47.5546C29.0207 50.0019 31.4545 52.0561 34.3995 53.489C37.2723 54.8858 40.6298 55.6885 44.221 55.6885C45.1616 55.6885 46.076 55.6352 46.9572 55.5326C47.8675 55.4265 48.7598 55.2676 49.6242 55.0613C49.9266 54.9896 50.2285 55.0317 50.488 55.1597L58.1079 58.3487L56.4454 53.2762C56.2587 52.7071 56.4722 52.0994 56.9306 51.7709C58.9612 50.3072 60.6091 48.4984 61.7323 46.4607C62.7961 44.5292 63.39 42.3831 63.39 40.1261C63.39 37.8691 62.788 35.6873 61.709 33.7469C60.5678 31.6933 58.8937 29.875 56.8334 28.41C56.2453 27.9915 56.1011 27.1656 56.5118 26.5662C56.9224 25.9669 57.7327 25.8198 58.3208 26.2384C60.7004 27.9298 62.6403 30.0428 63.9723 32.4379C65.2741 34.7791 66 37.3829 66 40.1261C66 42.8692 65.2851 45.4351 64.0049 47.7591C62.8398 49.8732 61.2041 51.768 59.2119 53.3491L61.4746 60.2541C61.57 60.5458 61.5671 60.8725 61.4438 61.1784C61.171 61.8554 60.4113 62.178 59.747 61.9005L49.8109 57.741C48.9773 57.926 48.1235 58.0706 47.2539 58.1714C46.2522 58.2876 45.2378 58.3487 44.2222 58.3487C40.2348 58.3487 36.4929 57.4517 33.2792 55.8883C29.9235 54.2562 27.1344 51.8895 25.2276 49.0509L25.2265 49.0503Z' fill='%230078C8'/%3E%3C/svg%3E");background-position:left;background-position-x:1.5rem;background-repeat:no-repeat;background-size:4.5rem}.p-homeBlog{grid-column:3;padding:6.5rem 0 7rem;position:relative}.p-homeBlog__link{display:block}.p-homeBlog__link:focus .p-homeBlog__img img{transform:scale(1.4)}.p-homeBlog__img{border-radius:1rem;display:block;margin-bottom:1.7rem;overflow:hidden;padding-top:39.2vw;position:relative;width:100%}.p-homeBlog__img img{height:100%;left:0;position:absolute;top:0;transition:transform var(--transition);width:100%}.p-homeBlog__time{color:var(--color-primary);display:block;font-family:var(--fontFamily-english);font-size:1.4rem;font-weight:700;letter-spacing:.1em;line-height:1;margin-bottom:.3rem}.p-homeBlog__title{font-size:1.4rem;font-weight:700;letter-spacing:.1em;line-height:1.44}.p-homeContent{display:grid;row-gap:3.6rem}.p-homeContent__head{align-items:flex-end;display:flex;justify-content:space-between}.p-homeContent__link{align-items:center;display:flex;-moz-column-gap:.9rem;color:var(--color-primary);column-gap:.9rem;margin-bottom:.5rem}.p-homeContent__link:focus .p-homeContent__linkIcon:before{filter:blur(.3rem);height:100%;opacity:0;width:100%}.p-homeContent__link:focus .p-homeContent__linkIcon:after{opacity:1}.p-homeContent__linkText{border-bottom:.1rem solid var(--color-primary);font-size:1.4rem;line-height:var(--lineHeight-tight);padding-bottom:.6rem}.p-homeContent__linkIcon{align-items:center;background:currentColor;border-radius:9999px;display:flex;height:2.5rem;justify-content:center;position:relative;width:2.5rem}.p-homeContent__linkIcon:before{background:#fff;border-radius:9999px;content:"";filter:blur(0);height:.3rem;opacity:1;transition:opacity var(--transition),width var(--transition),height var(--transition),filter var(--transition);width:.3rem}.p-homeContent__linkIcon:after{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20448%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M218.101%2038.101L198.302%2057.9c-4.686%204.686-4.686%2012.284%200%2016.971L353.432%20230H12c-6.627%200-12%205.373-12%2012v28c0%206.627%205.373%2012%2012%2012h341.432l-155.13%20155.13c-4.686%204.686-4.686%2012.284%200%2016.971l19.799%2019.799c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L235.071%2038.101c-4.686-4.687-12.284-4.687-16.97%200z'%20fill='%23fff'%20/%3e%3c/svg%3e") center/35% no-repeat;content:"";height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity var(--transition);width:100%}.p-homeEntry{grid-column:3;padding:6.6rem 0 18rem;position:relative}.p-homeEntry__list{display:grid;gap:1rem .7rem;grid-template-columns:repeat(2,1fr)}.p-homeEntry__button{background:#fff;border:.1rem solid currentColor;color:var(--color-primary);font-family:var(--fontFamily-english);height:100%;min-height:4rem;padding:.5rem .4rem .4rem 1.5rem;white-space:nowrap}.p-homeEntry__button>.c-button__icon{background:transparent}.p-homeEntry__button>.c-button__icon:before{height:.6rem;width:.6rem}.p-homeEntry__buttonSmall{font-size:1.2rem}.p-homeFaq{grid-column:3;padding:6rem 0;position:relative}.p-homeFaq:before{background-color:#f8f8f8;content:"";height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-1}.p-homeHero{grid-column:1/7;margin-top:-1.3rem;position:relative}body[data-background=hero] .p-homeHero:before{background:var(--color-primary);content:"";height:100%;left:0;position:fixed;top:0;width:1rem;z-index:-1}.p-homeHero__container{overflow:hidden;position:relative}.p-homeHero__title{font-size:3rem;font-weight:700;line-height:1.5;margin-left:auto;margin-right:auto;max-width:37.5rem;position:relative;text-align:center;z-index:0}.p-homeHero__deco{position:absolute;right:3.4rem;top:5rem}.p-homeHero__buttons{display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:2.5rem;max-width:31.5rem;position:relative;z-index:0}.p-homeHero__buttons>li{width:48%}.p-homeHero__textEnglish{color:#ecf5fc;font-family:var(--fontFamily-english);font-size:11.5rem;font-weight:700;letter-spacing:0;line-height:1;margin-top:-2.6rem;position:relative;white-space:nowrap;z-index:-2}.pin-spacer{width:0!important}.p-homeBackground{align-items:center;border-radius:1rem;display:flex;grid-column:1/7;height:11rem;left:50%;margin-right:-9.8rem;max-height:none!important;max-width:none!important;overflow:hidden;position:absolute;top:max(31.3rem,50%);transform:translate(-50%);width:83.733vw}.p-homeBackground__iframe{aspect-ratio:16/9;height:100vh;transition:opacity var(--transition);width:100%}body[data-background=default] .p-homeBackground__iframe{opacity:0}.p-homeBackground__overlay{background:transparent;filter:blur(0);top:0;right:0;bottom:0;left:0;position:absolute;transition:background var(--transition),filter var(--transition);z-index:0}.p-homeBackground__overlay .p-homeLead__line{opacity:0;transition:opacity var(--transition)}body[data-background=primary] .p-homeBackground__overlay{background:var(--color-primary)}body[data-background=blur] .p-homeBackground__overlay{background:#ffffffe0;filter:blur(2rem)}body[data-background=lead] .p-homeBackground__overlay .p-homeLead__line{opacity:1}.p-homePeople{grid-column:3;padding:6.6rem 0;position:relative}.p-homePeople__link{display:block;margin-bottom:3.5rem}.p-homePeople__link:focus .p-homePeople__img img{transform:scale(1.4)}.p-homePeople__link:focus .p-homePeople__text{border-bottom-color:var(--color-primary);border-top-color:var(--color-primary)}.p-homePeople__link:focus .p-homePeople__icon:before{filter:blur(.3rem);height:100%;opacity:0;width:100%}.p-homePeople__link:focus .p-homePeople__icon:after{opacity:1}.p-homePeople__img{display:block;margin-bottom:1rem;overflow:hidden;padding-top:48%;position:relative}.p-homePeople__img img{height:100%;left:0;position:absolute;top:0;transition:transform var(--transition);width:100%}.p-homePeople__text{background-color:#fff;border-bottom:1px solid #cacaca;border-top:1px solid #cacaca;padding-bottom:1.8rem;padding-left:1rem;padding-top:.5rem;position:relative;transition:border-top-color var(--transition);transition:border-bottom-color var(--transition)}.p-homePeople__message{color:var(--color-primary);font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:1.9rem}.p-homePeople__name{font-size:1.4rem;font-weight:700;line-height:1.4}.p-homePeople__name span{display:block;font-size:2rem}.p-homePeople__icon{align-items:center;background:var(--color-primary);border-radius:9999px;bottom:2rem;display:flex;height:2.5rem;justify-content:center;position:absolute;right:1rem;width:2.5rem}.p-homePeople__icon:before{background:#fff;border-radius:9999px;content:"";filter:blur(0);height:.5rem;opacity:1;transition:opacity var(--transition),width var(--transition),height var(--transition),filter var(--transition);width:.5rem}.p-homePeople__icon:after{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20448%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M218.101%2038.101L198.302%2057.9c-4.686%204.686-4.686%2012.284%200%2016.971L353.432%20230H12c-6.627%200-12%205.373-12%2012v28c0%206.627%205.373%2012%2012%2012h341.432l-155.13%20155.13c-4.686%204.686-4.686%2012.284%200%2016.971l19.799%2019.799c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L235.071%2038.101c-4.686-4.687-12.284-4.687-16.97%200z'%20fill='%23fff'%20/%3e%3c/svg%3e") center/35% no-repeat;content:"";height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity var(--transition);width:100%}.p-homePeopleInterview__slide.swiper-slide-active .p-homePeopleInterview__link{overflow:hidden}.p-homePeopleInterview__title{display:flex;justify-content:center;margin-bottom:2rem;margin-left:auto;margin-right:auto}.p-homePeopleInterview__link{border:1px solid transparent;border-radius:1rem;display:block;position:relative;transition:border-color var(--transition),transform var(--transition)}.p-homePeopleInterview__link:focus{border-color:var(--color-primary);transform:translateY(4rem)}.p-homePeopleInterview__img{padding-top:62.4vw;position:relative}.p-homePeopleInterview__img img{height:100%;left:0;position:absolute;top:0;width:100%}.p-homePeopleInterview__number{background-color:var(--color-primary);border-radius:0 0 1rem 1rem;color:#fff;font-family:var(--fontFamily-english);font-size:1.2rem;font-weight:700;line-height:1.2;padding:.8rem .5rem;position:absolute;right:0;top:0;writing-mode:vertical-rl}.p-homePeopleInterview__name{bottom:1.5rem;color:#fff;font-size:1rem;font-weight:700;left:1rem;line-height:1.4;position:absolute}.p-homePeopleInterview__name span{display:block;font-size:1.6rem;line-height:1.2;margin-top:.2rem}.p-homeWork{grid-column:3;padding:5.5rem 0 7rem;position:relative}.p-homeWork:before{background:url(../images/background.png) top center/30rem var(--color-primary);content:"";display:block;height:100%;left:50%;opacity:0;pointer-events:none;position:absolute;top:0;transform:translate(-50%);transition:opacity 1s;transition-timing-function:ease-in-out;width:100vw;z-index:0}.p-homeWork.is-active:before{opacity:1}.p-homeWork .p-homeContent__head{position:relative;z-index:1}.p-homeWork .c-title{color:#fff}.p-homeWork .c-title__japanese:before{background-color:#c3e7ff}.p-homeWork .p-homeContent__body{position:relative;z-index:1}.p-homeWork__slide{padding-left:.7rem;position:relative}.p-homeWork__link{display:block}.p-homeWork__job{color:var(--color-primary);font-size:1.6rem;font-weight:700;left:0;padding-bottom:1rem;padding-top:1rem;position:absolute;top:2.5rem;width:2.3rem;writing-mode:vertical-rl}.p-homeWork__job:after{background-color:#fff;border-radius:5px;content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:skewY(-12deg);width:100%}.p-homeWork__job span{position:relative;z-index:1}.p-homeWork__icon{background-color:var(--color-primary);border-radius:100%;bottom:5.5rem;display:block;height:4.4rem;position:absolute;right:2rem;width:4.4rem}.p-homeWork__icon:before{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20448%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M218.101%2038.101L198.302%2057.9c-4.686%204.686-4.686%2012.284%200%2016.971L353.432%20230H12c-6.627%200-12%205.373-12%2012v28c0%206.627%205.373%2012%2012%2012h341.432l-155.13%20155.13c-4.686%204.686-4.686%2012.284%200%2016.971l19.799%2019.799c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L235.071%2038.101c-4.686-4.687-12.284-4.687-16.97%200z'%20fill='%23fff'%20/%3e%3c/svg%3e") center/35% no-repeat;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity var(--transition);width:100%}.p-homeWork__text{color:#fff;font-size:1rem;font-weight:700;line-height:1.4;margin-top:-.9rem;transform:rotate(-8deg)}.p-homeWork__buttons{margin-left:auto;margin-right:auto;max-width:33.5rem}.p-homeWork__buttons>li+li{margin-top:1rem}.p-homeWork__button--01{background-image:url("data:image/svg+xml,%3csvg%20width='76'%20height='59'%20viewBox='0%200%2076%2059'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_0_601)'%3e%3cpath%20d='M67.9365%2039.2486H8.06346C7.37323%2039.2486%206.81506%2038.6904%206.81506%2038.0002V3.74787C6.81506%201.68217%208.49703%200.000198364%2010.5627%200.000198364H65.4422C67.5079%200.000198364%2069.1899%201.67967%2069.1899%203.74787V38.0002C69.1899%2038.6904%2068.6317%2039.2486%2067.9415%2039.2486H67.9365ZM9.30936%2036.7518H66.6856V3.74787C66.6856%203.05764%2066.125%202.49948%2065.4372%202.49948H10.5602C9.87251%202.49948%209.31185%203.06013%209.31185%203.74787V36.7518H9.30936Z'%20fill='%230078C8'/%3e%3cpath%20d='M69.5537%2058.9686H6.44629C2.89298%2058.9686%200%2056.0756%200%2052.5223V50.1925C0%2049.9782%200.0548197%2049.7689%200.159475%2049.582L6.97206%2037.3921C7.31095%2036.7866%208.06846%2036.5773%208.67147%2036.9112C9.27449%2037.2476%209.48879%2038.0101%209.15239%2038.6106L2.49679%2050.5164V52.5223C2.49679%2054.7002%204.26846%2056.4718%206.44629%2056.4718H69.5512C71.729%2056.4718%2073.5007%2054.7002%2073.5007%2052.5223V50.5164L66.8451%2038.6106C66.5087%2038.0076%2066.723%2037.2476%2067.326%2036.9112C67.9241%2036.5773%2068.689%2036.7891%2069.0254%2037.3921L75.838%2049.582C75.9427%2049.7689%2075.9975%2049.9782%2075.9975%2050.1925V52.5223C75.9975%2056.0781%2073.1045%2058.9686%2069.5512%2058.9686H69.5537Z'%20fill='%230078C8'/%3e%3cpath%20d='M74.7516%2051.4383H1.24839C0.558164%2051.4383%200%2050.8802%200%2050.19C0%2049.4997%200.558164%2048.9416%201.24839%2048.9416H74.7491C75.4393%2048.9416%2075.9975%2049.4997%2075.9975%2050.19C75.9975%2050.8802%2075.4393%2051.4383%2074.7491%2051.4383H74.7516Z'%20fill='%230078C8'/%3e%3cpath%20d='M43.0187%2046.2407H32.9817C32.2914%2046.2407%2031.7333%2045.6826%2031.7333%2044.9923C31.7333%2044.3021%2032.2914%2043.744%2032.9817%2043.744H43.0187C43.7089%2043.744%2044.267%2044.3021%2044.267%2044.9923C44.267%2045.6826%2043.7089%2046.2407%2043.0187%2046.2407Z'%20fill='%230078C8'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_601'%3e%3crect%20width='76'%20height='58.9685'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:1rem;background-repeat:no-repeat;background-size:5rem}.p-homeWork__button--02{background-image:url("data:image/svg+xml,%3csvg%20width='81'%20height='61'%20viewBox='0%200%2081%2061'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_0_609)'%3e%3cpath%20d='M56.0026%208.93198V4.9638C56.0053%202.88343%2057.4272%201.19894%2059.1804%201.20163C60.9322%201.20433%2062.3231%202.89151%2062.3204%204.97188V26.3855'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M49.6591%2016.2293V8.35758C49.6618%206.27721%2051.0837%204.59272%2052.8355%204.59542C54.5873%204.59811%2056.0052%206.28529%2056.0025%208.36566V26.3847'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M43.8945%2023.4572C43.8945%2019.0864%2043.8945%2015.3485%2043.8945%2015.3485C43.8972%2013.4593%2045.1885%2011.9283%2046.7815%2011.931C48.373%2011.9324%2049.6617%2013.466%2049.659%2015.3566V23.4989'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M48.8981%2059.2757C48.8981%2056.3551%2048.5184%2054.1724%2047.9798%2052.2509'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M64.3994%2059.2756C64.3994%2052.6952%2068.2666%2049.3491%2070.7186%2045.3836C75.8475%2037.0945%2075.2846%2035.612%2076.9745%2030.5733C78.4691%2026.119%2080.466%2021.4816%2077.9373%2020.2873C76.0966%2019.4174%2073.0346%2022.229%2070.9098%2027.6419C69.5148%2031.1968%2069.0301%2032.4329%2068.1333%2034.8566C67.802%2035.7507%2067.0722%2036.4226%2066.1701%2036.7269C64.2068%2037.388%2060.8365%2039.0927%2060.1794%2043.108'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M62.3204%2010.0554C62.3231%207.975%2063.7719%206.29051%2065.5251%206.2932C67.2769%206.29589%2068.6678%207.98308%2068.6652%2010.0634V33.4363'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M25.345%208.93198V4.9638C25.3423%202.88343%2023.9203%201.19894%2022.1672%201.20163C20.4154%201.20433%2019.0244%202.89151%2019.0271%204.97188V26.3855'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M31.6897%2016.2293V8.35758C31.687%206.27721%2030.265%204.59272%2028.5132%204.59542C26.7614%204.59811%2025.3435%206.28529%2025.3462%208.36566V26.3847'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M37.4528%2023.5824C37.4528%2019.1766%2037.4528%2015.3485%2037.4528%2015.3485C37.4501%2013.4593%2036.1588%2011.9283%2034.5659%2011.931C32.9743%2011.9324%2031.6857%2013.466%2031.6884%2015.3566V23.4989'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M32.4599%2059.2757C32.4599%2056.4951%2032.7938%2054.3838%2033.2907%2052.531'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16.9481%2059.2756C16.9481%2052.6952%2013.0809%2049.3491%2010.6289%2045.3836C5.50005%2037.0945%206.06289%2035.612%204.37301%2030.5733C2.87838%2026.119%200.881497%2021.4816%203.41025%2020.2873C5.25094%2019.4174%208.31292%2022.229%2010.4377%2027.6419C11.8327%2031.1968%2012.3175%2032.4329%2013.2142%2034.8566C13.5455%2035.7507%2014.2753%2036.4226%2015.1775%2036.7269C17.1407%2037.388%2020.511%2039.0927%2021.1681%2043.108'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.027%2010.0554C19.0243%207.975%2017.5755%206.29051%2015.8223%206.2932C14.0705%206.29589%2012.6796%207.98308%2012.6823%2010.0634V33.4363'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M40.3183%2052.1907C39.7434%2051.8419%2026.2472%2043.5514%2026.2472%2034.7708C26.2472%2030.5347%2029.693%2027.0889%2033.9291%2027.0889C36.7783%2027.0889%2039.3515%2028.6724%2040.6751%2031.0948C41.9988%2028.6711%2044.572%2027.0889%2047.4212%2027.0889C51.6573%2027.0889%2055.1031%2030.5347%2055.1031%2034.7708C55.1031%2043.5514%2041.6069%2051.8419%2041.032%2052.1907L40.6751%2052.4075L40.3183%2052.1907Z'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M47.4198%2031.8124C49.0504%2031.8124%2050.3781%2033.1401%2050.3781%2034.7707'%20stroke='%230078C8'%20stroke-width='2.40488'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_609'%3e%3crect%20width='79.4444'%20height='60.5932'%20fill='white'%20transform='translate(1)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:.7rem 2.3rem;background-repeat:no-repeat;background-size:5.5rem}.p-homeLead{grid-column:3;padding:6.2rem 0;position:relative}.p-homeLead__line{background-color:#010c1ad9;content:"";height:100%;left:50%;overflow:hidden;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-1}.p-homeLead__lineItem{background:#2d2d2d;display:block;height:calc(100% + 10rem);left:10%;position:absolute;top:-6rem;transform:rotate(20deg);width:1px}.p-homeLead__lineItem:before{animation:lineMove 5s linear infinite;animation-delay:1s;background-color:#fff;content:"";display:block;height:10rem;left:0;position:absolute;top:0;width:1px}.p-homeLead__lineItem:nth-child(2){left:40%}.p-homeLead__lineItem:nth-child(2):before{animation-delay:3s}.p-homeLead__lineItem:nth-child(3){left:60%}.p-homeLead__lineItem:nth-child(3):before{animation-delay:0s}.p-homeLead__lineItem:last-child{left:90%}.p-homeLead__lineItem:last-child:before{animation-delay:2s}.p-homeLead__title{color:#fff;font-family:var(--fontFamily-english);font-size:3rem;font-weight:700;line-height:1.4}.p-homeLead__title span{color:#56e6f8}.p-homeLead__message{color:#fff;font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.p-homeLead__text{color:#fff;font-size:1.4rem;font-weight:700;line-height:2.1}.p-homeLead__text+.p-homeLead__text{margin-top:1.1rem}.p-homeLead__link{display:none}.p-homeLead__link:before{background:#fff;border-radius:9999px;bottom:1.5rem;content:"";filter:blur(0);height:.6rem;left:50%;opacity:1;position:absolute;transform:translate(-50%);transition:opacity var(--transition),width var(--transition),height var(--transition),filter var(--transition);width:.6rem}.p-homeLead__link:after{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20448%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M218.101%2038.101L198.302%2057.9c-4.686%204.686-4.686%2012.284%200%2016.971L353.432%20230H12c-6.627%200-12%205.373-12%2012v28c0%206.627%205.373%2012%2012%2012h341.432l-155.13%20155.13c-4.686%204.686-4.686%2012.284%200%2016.971l19.799%2019.799c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L235.071%2038.101c-4.686-4.687-12.284-4.687-16.97%200z'%20fill='%23fff'%20/%3e%3c/svg%3e") center/25% no-repeat;bottom:-2.9rem;content:"";height:100%;left:50%;opacity:0;position:absolute;transform:translate(-50%);transition:opacity var(--transition);width:100%}@keyframes lineMove{0%{opacity:0;top:100%}5%{opacity:1}70%{opacity:1}to{opacity:0;top:0}}.p-line{bottom:0;display:flex;justify-content:space-between;left:2rem;position:fixed;right:2rem;top:0;z-index:-1}.p-line__item{background:var(--color-border);display:block;height:100%;width:.1rem}.p-line__item:not(:first-child):not(:last-child){display:none}body[data-home=true] .p-line__item:nth-child(2),body[data-home=true] .p-line__item:nth-child(3),body[data-home=true] .p-line__item:nth-child(4){display:block}body[data-home=true][data-background=hero] .p-line__item:last-child:after,body[data-home=true][data-background=hero] .p-line__item:before{background:var(--color-border);content:"";height:100%;position:absolute;top:0;transform:rotate(20deg);transform-origin:top;width:.1rem}body[data-home=true][data-background=hero] .p-line__item:last-child:after{transform:rotate(20deg) translate(20vw)}.p-message{display:grid;margin-top:-.6rem;padding-bottom:6rem;row-gap:5.2rem}.p-messageCatch__image{margin-top:-2.2rem;position:relative;z-index:-1}.p-messageCatch__image img{width:100%}.p-messageCatch__message{display:grid;justify-items:start;margin:-2rem 0 0 -.7rem}.p-messageCatch__messageItem{background:var(--color-primary);border-radius:.5rem .5rem 0;color:var(--color-white);font-size:2rem;line-height:var(--lineHeight-tight);padding:0 .6rem .2rem}.p-messageCatch__messageItem+.p-messageCatch__messageItem{border-radius:0 .5rem .5rem;margin-left:7.5rem}.p-messageCatch__profile{align-items:baseline;display:flex;justify-content:flex-end;-moz-column-gap:1.4rem;column-gap:1.4rem;line-height:var(--lineHeight-tight);margin-top:1.5rem}.p-messageCatch__profilePosition{font-size:1.2rem}.p-messageCatch__profileName{font-size:2rem}.p-messageContainer__content{align-content:start;display:grid;row-gap:1rem}.p-messageContainer__image+.p-messageContainer__content{margin-top:5.2rem}.p-messageContainer__title{color:var(--color-primary);font-size:1.8rem;line-height:var(--lineHeight-tight)}.p-messageContainer__image{margin:5.1rem -2rem 0 auto;max-width:35.5rem}.p-messageContainer__imageItem{overflow:hidden}.p-messageContainer__imageItem:nth-child(1){border-radius:1rem 0 0 1rem;margin-left:auto;width:23.4rem}.p-messageContainer__imageItem:nth-child(2){border-radius:1rem;margin-top:-12.3rem;width:17.8rem}.p-messageContainer__profile{align-items:flex-end;display:flex;justify-content:flex-end;-moz-column-gap:1.1rem;column-gap:1.1rem;margin-top:1rem;padding-right:1.1rem}.p-messageContainer__profilePosition{font-size:1.2rem;line-height:1}.p-messageContainer__profileName{width:14.6rem}[data-hide=""]{display:none!important}[data-visuallyhidden]{border:0!important;display:block!important;height:4px!important;left:0!important;margin:0!important;opacity:0!important;overflow:hidden!important;padding:0!important;position:fixed!important;top:0!important;visibility:visible!important;width:4px!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important}@media (min-width: 375px){html{font-size:62.5%}}@media screen and (min-width: 600px){.p-aboutWelfare__background{aspect-ratio:auto;height:26.893524vw}.p-aboutWelfare__background:before{aspect-ratio:1822/490;background:url(../images/welfare-background-pc.jpg) center/100% no-repeat}.p-cta__content{padding:5.6rem 3rem 4rem}.p-cta__buttons{grid-template-columns:repeat(2,1fr);-moz-column-gap:1.9rem;column-gap:1.9rem;width:40rem}.p-homeAbout__buttons{max-width:40rem}.p-homeBlog__img{margin-bottom:2rem;padding-top:61.4%}.p-homeHero__title{font-size:4rem;max-width:47.5rem}.p-homeHero__buttons,.p-homeWork__buttons{max-width:40rem}.p-homeWork__button--01{background-position:1.5rem;background-size:5.5rem}.p-homeWork__button--02{background-position:1rem 2rem;background-size:6rem}.p-line__item:not(:first-child):not(:last-child){display:block}.p-messageContainer__image{margin:5.1rem auto 0}.p-messageContainer__imageItem:nth-child(1){border-radius:1rem}[data-hide*=min-sm]{display:none!important}}@media screen and (min-width: 1025px){:root{--lineHeight-loose: var(--lineHeight-base)}html{font-size:.7692307692vw}.l-header{position:absolute}.c-breadcrumb{color:var(--color-base);padding:0}.c-breadcrumb:before{display:none}.c-breadcrumb__link{color:var(--color-primary)}.c-button{font-size:1.8rem;grid-template-columns:auto 4.4rem;padding:1.2rem 2rem 1.2rem 4.8rem}.c-button__icon{height:4.4rem;width:4.4rem}.c-button--white{padding-bottom:1.7rem;padding-left:22%;padding-top:1.7rem}.c-button__text{font-size:1.4rem}.c-button__text span{font-size:2.1rem}.c-container{grid-template-columns:9rem calc((100vw - 128rem)/2) 1fr calc((100vw - 128rem)/2) 2rem;padding-right:7rem;padding-top:1rem}.c-container__breadcrumb{order:inherit}.c-container__mainvisual{grid-column:2/5;margin-top:1.7rem}.c-container__content{margin-top:10rem}.c-container__content[data-column=large]{grid-column:2/5}.c-container__content[data-column=large-right]{grid-column:3/5}.c-container__content[data-column=large-left]{grid-column:2/4}.c-container__content[data-column=full]{grid-column:1/6}.c-container__content[data-column=full-right]{grid-column:3/6}.c-container__content[data-column=full-left]{grid-column:1/4}.c-container__border{background:url(../images/background.png) top center/15rem var(--color-primary);display:block;grid-column:1/6;height:2.3rem}.c-containerMainvisual__title{font-size:3rem}.c-deco{-moz-column-gap:.8rem;column-gap:.8rem;transform:translate(.5rem) rotate(28deg)}.c-title{row-gap:.7rem}.c-title__deco{left:20rem;top:-2rem}.c-title__japanese{font-size:1.8rem;padding-left:0}.c-title__english{font-size:4.5rem}.p-aboutCatch{margin-top:0;min-height:31.380488vw;padding-top:3rem;position:relative}.p-aboutCatch__title{row-gap:.7rem}.p-aboutCatch__titleJapanese{font-size:1.8rem;padding-left:0}.p-aboutCatch__titleEnglish{font-size:4.5rem}.p-aboutCatch__image{bottom:0;margin-top:0;position:absolute;right:0;width:50vw}.p-aboutCatch__text{font-size:1.6rem;margin-top:4.1rem}.p-aboutJob__titleJapanese{font-size:3.6rem}.p-aboutJob__titleEnglish{font-size:1.6rem}.p-aboutJob__detail{margin-top:4.4rem}.p-aboutJobDetail{position:relative}.p-aboutJobDetail:before{background:#fff;content:"";height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:calc(100vw - 22.5rem);z-index:-1}.p-aboutJobDetail__title{font-size:3rem;padding:1.9rem 3.4rem 2.1rem 1.2rem}.p-aboutJobDetail__title:before{border-radius:1rem;width:calc(100vw - 18rem)}.p-aboutJobDetail__contentInner{grid-template-columns:repeat(2,1fr);-moz-column-gap:5rem;column-gap:5rem;padding:8.3rem 0 12.1rem}.p-aboutJobDetail__catch{font-size:3rem;grid-column:1/3}.p-aboutJobDetail__subCatch{font-size:2.1rem;grid-column:1/3;margin-top:4.1rem}.p-aboutJobDetail__catch+.p-aboutJobDetail__subCatch{margin-top:2rem}.p-aboutJobDetail__text{font-size:1.6rem;grid-column:1/3;margin-top:1.7rem}.p-aboutJobDetail__box{margin-top:4.4rem}.p-aboutJobDetail__boxTitle{font-size:2.1rem;margin-top:1.3rem}.p-aboutJobDetail__boxTitle:before{font-size:4rem;height:2.8rem;margin-right:1.8rem;padding-right:3.3rem;transform:translateY(.6rem);width:2.4rem}.p-aboutJobDetail__boxText{font-size:1.6rem;line-height:1.625;margin:1.3rem 0 -1.6rem}.p-aboutJobDetail__panel{display:grid;grid-column:1/3;grid-template-columns:repeat(3,1fr);-moz-column-gap:.1rem;column-gap:.1rem;margin-top:6rem}.p-aboutJobDetail__panelItem{align-content:start;padding:4.1rem 2.3rem 4.4rem;row-gap:2rem}.p-aboutJobDetail__panelItem+.p-aboutJobDetail__panelItem{border-top:0}.p-aboutJobDetail__panelTitle{font-size:2.1rem;row-gap:2.1rem}.p-aboutJobDetail__panelText{font-size:1.6rem;line-height:1.624;padding:0 1.7rem}.p-aboutJobDetail__note{grid-column:1/3;margin-top:1.7rem}.p-aboutJobDetail__schedule{grid-column:1/3;margin:5rem 0 0;padding:0}.p-aboutJobDetail__scheduleTitle{left:0}.p-aboutJobDetail__scheduleList{justify-content:space-between;-moz-column-gap:2.5rem;column-gap:2.5rem;padding:5.6rem 4.5rem 2.1rem}.p-aboutWelfare{padding-bottom:14.6rem}.p-aboutWelfare__background:before{background-attachment:fixed;left:calc(50% - ((100vw - 7rem)/2) - 3.5rem);width:calc(100vw - 7rem)}.p-aboutWelfare__title{margin-top:-8.4rem}.p-aboutWelfare__text{font-size:1.6rem;margin-top:3.2rem}.p-aboutWelfare__detail{margin-top:9.2rem;row-gap:5rem}.p-aboutWelfare__detailTitle{font-size:2.8rem;padding-bottom:1.8rem}.p-aboutWelfare__detailList{border-radius:1rem 0 0 1rem;gap:.4rem;grid-template-columns:repeat(2,1fr)}.p-aboutWelfare__detailItem{grid-template:auto 1fr/6.3rem 1fr;-moz-column-gap:1.5rem;column-gap:1.5rem;padding-right:3.5rem}.p-aboutWelfare__detailTerm{font-size:2.1rem;padding-top:1.4rem}.p-aboutWelfare__detailDesc{font-size:1.6rem;padding-bottom:1.1rem}.p-cta__deco{top:-1rem}.p-cta__content{padding:9rem 6rem 7rem;row-gap:3rem}.p-cta__title{font-size:3rem}.p-cta__buttons{width:64.3rem}.p-faq{align-items:start;grid-template-columns:20rem 1fr;-moz-column-gap:4rem;column-gap:4rem;position:relative}.p-faq:before{background:#fff;content:"";height:calc(100% + 10rem);left:50%;position:absolute;top:-10rem;transform:translate(-50%);width:calc(100vw - 22.5rem);z-index:-1}.p-faq__anchor{padding:1rem 0 6rem;position:sticky;top:5rem}.p-faq__container{row-gap:9rem}.p-faq__content:nth-child(2n){padding:8.6rem 0 9rem}.p-faq__content:nth-child(2n):before{left:calc(50% - 15.5rem);width:calc(100vw - 7rem)}.p-faq__content:nth-child(odd) .p-faq__detail:before{display:none}.p-faqAnchor{gap:0;grid-template-columns:1fr}.p-faqAnchor__item+.p-faqAnchor__item{margin-top:-.1rem}.p-faqAnchor__button{border-radius:0;padding:1.4rem 0 1.8rem 1rem;text-align:left}.p-faqAnchor__button:after{right:1rem}.p-faqAnchor__item:first-child .p-faqAnchor__button{border-radius:1rem 1rem 0 0}.p-faqAnchor__item:last-child .p-faqAnchor__button{border-radius:0 0 1rem 1rem}.p-faqDetail__item{padding:2.7rem 7rem 2.8rem 0}.p-faqDetail__item:before{width:100%}.p-faqDetail__question:before{transform:translateY(.1rem)}.p-faqDetail__questionIcon{position:absolute;right:3rem;top:50%;transform:translateY(-50%)}.p-faqDetail__answerInner{padding:1.6rem 0 0 4.1rem}.p-faqTitle__japanese{font-size:3.6rem}.p-faqTitle__english{font-size:1.6rem}.p-footer{padding:4rem 10.3rem 10rem 3.3rem}.p-footer__links{grid-template-columns:repeat(3,auto);-moz-column-gap:3rem;column-gap:3rem}.p-footer__linksLink{font-size:1.6rem}.p-footer__logo{margin-top:5.4rem}.p-footer__sns{margin-top:5.7rem}.p-footer__license{width:31.5rem}.p-footer__copyright{margin-top:4rem}.p-header{background:none;padding-left:9rem}.p-header__line{bottom:auto;height:.3rem;top:0;width:100%!important}.p-header__logo{transform:translate(-.1rem,.1rem)}.p-header__nav{display:block;margin-left:2rem}.p-header__entry{margin-left:2rem}.p-header__toggle{opacity:0;pointer-events:none;position:absolute;right:0;top:var(--headerHeight);transition:opacity var(--transition);z-index:var(--zIndex-element)}body[data-scroll-active=true] .p-header__toggle{opacity:1;pointer-events:auto;position:fixed;top:0}.p-headerDrawer{align-content:center;padding:0}.p-headerDrawer:before{background:url(../images/drawer-background.png) bottom center/100% no-repeat;content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:-1}.p-headerDrawer__close{display:none}.p-headerDrawer__content{align-items:start;display:grid;grid-template-columns:auto 28.5rem;justify-content:center;-moz-column-gap:20rem;column-gap:20rem;max-width:none}.p-headerDrawer__content .c-button{padding:1rem 1rem 1rem 2rem}.p-headerDrawer__entry{align-self:end}.p-headerDrawer__menu{grid-area:1/1/3/2;margin-top:0;row-gap:3.6rem}.p-headerDrawer__menuEnglish{font-size:3.2rem}.p-headerDrawer__menuBlank{font-size:1.8rem}.p-headerDrawer__button{margin-top:3rem;row-gap:3rem}.p-headerDrawer__sns{display:none}.p-headerEntry{border-radius:0 0 0 5.2rem;font-size:1.3rem;height:9.1rem;padding:1.1rem 0 0 .3rem;row-gap:.8rem;width:9.5rem}.p-headerEntry__icon:before{height:.6rem;transform:translate(-.2rem);width:.6rem}.p-headerEntry__icon:after{height:4.4rem;left:calc(50% - .2rem);width:4.4rem}.p-headerNav{display:flex;-moz-column-gap:2rem;column-gap:2rem}.p-headerNav__link{align-items:center;display:flex;font-size:1.3rem;line-height:var(--lienHeight)}.p-headerNav__link>svg{margin-left:-.22222222em;width:2.05555556em}.p-headerToggle{align-content:end;background:var(--color-gray);border-bottom:0;border-left:.1rem solid var(--color-border);display:grid;height:100vh;justify-items:center;padding-bottom:9rem;row-gap:30.8vh;transition:border-color var(--transition),background var(--transition),color var(--transition);width:7rem}body[data-header-toggle-open=true] .p-headerToggle{background:transparent;border-color:#3e9cda;color:#fff}.p-headerToggle__line{background:var(--color-primary);display:block;height:100%;position:absolute;right:0;top:0;width:.3rem}.p-headerToggle__button{flex-direction:row;-moz-column-gap:1rem;column-gap:1rem;height:7rem;padding:0}.p-headerToggle__button:before,.p-headerToggle__button:after{height:5rem;transition:transform var(--transition);width:.2rem}body[data-header-toggle-open=true] .p-headerToggle__button:before{transform:rotate(38deg) translate(.4rem,-.1rem)}body[data-header-toggle-open=true] .p-headerToggle__button:after{transform:rotate(-38deg) translate(-.6rem,-.3rem)}.p-headerToggle__sns{display:grid;row-gap:4.6rem;width:2.7rem}.p-homeAbout{padding:12rem 0 14rem}.p-homeAbout .p-homeContent{row-gap:4.6rem}.p-homeAbout__img{right:-10rem;top:0;width:62.2rem}.p-homeAboutImg__deco{right:6rem;top:-7.5rem}.p-homeAbout .c-deco{-moz-column-gap:1.3rem;column-gap:1.3rem}.p-homeAbout .c-deco__item{height:13.5rem!important;width:1.5rem}.p-homeAbout__title{font-size:4.3rem}.p-homeAbout__title br{display:none}.p-homeAbout__subtitle{font-size:1.8rem;margin-top:1.4rem}.p-homeAbout__text{font-size:1.6rem;line-height:2.25;width:40.5rem}.p-homeAbout__buttons{margin-left:0;margin-top:5.2rem;max-width:50.5rem}.p-homeAbout__buttons li+li{margin-top:3rem}.p-homeAbout__button--01{background-position:4.5rem 2.5rem;background-size:5.5rem}.p-homeAbout__button--02,.p-homeAbout__button--03{background-position-x:3.5rem;background-size:6rem}.p-homeBlog{padding:12rem 0 14.5rem}.p-homeBlog__wrapper{justify-content:space-between}.p-homeBlog__slide{width:21.54%}.p-homeBlog__img{margin-bottom:2.2rem;padding-top:61%}.p-homeBlog__time{font-size:1.6rem}.p-homeBlog__title{font-size:1.6rem;margin-top:-.3rem}.p-homeContent{row-gap:4.3rem}.p-homeContent__link{-moz-column-gap:1.8rem;column-gap:1.8rem;margin-bottom:3.8rem}.p-homeContent__linkText{border-width:.2rem;font-size:1.8rem;padding-bottom:1.2rem}.p-homeContent__linkIcon{height:4.4rem;width:4.4rem}.p-homeContent__linkIcon:before{height:.5rem;width:.5rem}.p-homeEntry{padding:13rem 0 9.7rem}.p-homeEntry__list{gap:2.6rem;grid-template-columns:repeat(3,1fr)}.p-homeEntry__button{font-size:1.6rem;grid-template-columns:auto 2.5rem;padding:1.2rem .7rem 1.2rem 1.7rem}.p-homeEntry__button>.c-button__icon{height:2.5rem;width:2.5rem}.p-homeFaq{padding:13rem 0}.p-homeHero__container{margin-right:-9.8rem;margin-top:0;padding-top:11.2rem}.p-homeHero__title{font-size:6.4rem;line-height:1.6;max-width:105rem}.p-homeHero__deco{right:-4rem;top:-7rem}.p-homeHero .c-deco{-moz-column-gap:2rem;column-gap:2rem}.p-homeHero .c-deco__item{height:15rem!important;width:2rem}.p-homeHero__buttons{margin-top:9.5rem;max-width:64.5rem}.p-homeHero__textEnglish{font-size:21.5rem}.p-homeBackground{border-radius:2rem;height:43.3rem;top:66rem;width:83.333vw}.p-homePeople{grid-column:3;padding:12rem 0 17rem}.p-homePeople__link{display:flex;justify-content:space-between;margin-bottom:6rem}.p-homePeople__img{margin-bottom:0;padding-top:24%;width:48%}.p-homePeople__text{padding-left:3rem;padding-top:3.5rem;width:49%}.p-homePeople__message{font-size:3rem;margin-bottom:2.7rem}.p-homePeople__name{font-size:1.6rem}.p-homePeople__name span{font-size:3.2rem}.p-homePeople__icon{bottom:4.5rem;height:4.4rem;right:0;width:4.4rem}.p-homePeopleInterview__list{overflow:unset}.p-homePeopleInterview__wrapper{justify-content:space-between}.p-homePeopleInterview__slide{width:calc(20% - 1rem)}.p-homePeopleInterview__title{margin-bottom:3rem}.p-homePeopleInterview__img{padding-top:117%}.p-homePeopleInterview__number{border-radius:0 1rem 2rem 2rem;padding:.8rem .7rem 1.7rem}.p-homePeopleInterview__name{bottom:2rem;left:2rem}.p-homePeopleInterview__name span{margin-top:.5rem}.p-homeWork{padding:13rem 0}.p-homeWork__list{margin-bottom:3rem;margin-left:-7rem;margin-right:7rem;overflow:unset}.p-homeWork__slide{padding-left:1rem;width:20%}.p-homeWork__slide:nth-child(2){margin-top:-4.5rem}.p-homeWork__slide:nth-child(3){margin-top:-9rem}.p-homeWork__slide:nth-child(4){margin-top:-13.5rem}.p-homeWork__slide:last-child{margin-top:-18rem}.p-homeWork__slide+.p-homeWork__slide{margin-left:1.5rem}.p-homeWork__job{font-size:2.1rem;padding-bottom:1.5rem;padding-top:1.5rem;width:3.7rem}.p-homeWork__text{font-size:1.2rem;margin-top:-.5rem}.p-homeWork__buttons{display:flex;justify-content:space-between;max-width:100%;width:100%}.p-homeWork__buttons>li{width:47.727%}.p-homeWork__buttons>li+li{margin-top:0}.p-homeWork__button--01{background-position:2rem;background-size:7.5rem}.p-homeWork__button--02{background-position:2.5rem;background-size:8rem}.p-homeLead{padding:19.5rem 0 30rem}.p-homeLead .p-homeContent{row-gap:4.5rem}.p-homeLead__lineItem{height:calc(100% + 15rem);top:-9rem}.p-homeLead__lineItem:before{height:15rem}.p-homeLead__title{font-size:6rem}.p-homeLead__message{font-size:3rem;line-height:1.2;margin-bottom:4.5rem}.p-homeLead__text{font-size:1.6rem;line-height:2.25}.p-homeLead__text+.p-homeLead__text{margin-top:3.5rem}.p-homeLead__text:nth-child(3){margin-top:0}.p-homeLead__link{align-items:center;border:1px solid #fff;border-radius:100%;bottom:14rem;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:9.8rem;justify-content:center;left:50%;position:absolute;transform:translate(-50%);width:9.8rem}.p-line{left:9rem;right:9rem}body[data-home=true][data-background=hero] .p-line__item:last-child:after{transform:rotate(20deg) translate(9.0909090909vw)}.p-message{margin-top:0;padding-bottom:14.7rem;row-gap:14rem}.p-messageCatch{min-height:30.793171vw;padding-top:3rem;position:relative}.p-messageCatch__image{bottom:0;margin-top:0;position:absolute;right:0;width:60vw}.p-messageCatch__message{margin:6.4rem 0 0 -.7rem}.p-messageCatch__messageItem{font-size:2.6rem;padding:0 1rem .4rem}.p-messageCatch__messageItem+.p-messageCatch__messageItem{margin-top:-.4rem}.p-messageCatch__profile{justify-content:start;margin-top:3rem}.p-messageContainer{display:grid;grid-template-columns:auto auto;padding-right:2rem;position:relative}.p-messageContainer__content{padding-right:28vw;row-gap:2.7rem}.p-messageContainer__image+.p-messageContainer__content{grid-column:1/3;margin-top:9.7rem;padding-right:0}.p-messageContainer__title{font-size:3rem}.p-messageContainer__image{margin-top:0;max-width:none;position:absolute;right:2rem;top:-4.1rem}.p-messageContainer__imageItem:nth-child(1){width:18.177083vw}.p-messageContainer__imageItem:nth-child(2){margin:-4.375vw 13.645833vw 0 0;width:13.90625vw}.p-messageContainer__profile{display:grid;grid-column:1/3;justify-content:end;margin-top:4rem;padding-right:0;row-gap:1.4rem}[data-hide*=min-md]{display:none!important}}@media screen and (min-width: 1500px){html{font-size:.5847953216vw}.c-breadcrumb{font-size:1.2rem}.c-container{grid-template-columns:16rem calc((100vw - 142rem)/2) 1fr calc((100vw - 142rem)/2) 6.2rem;padding-right:9.8rem}.c-container__content{margin-top:20rem}.c-containerMainvisual__title{font-size:5rem}.c-deco__item{height:7rem;width:.9rem}.c-deco__item:nth-child(1){height:4.6rem}.c-title__deco{left:26.1rem;top:-4.3rem}.c-title__japanese{-moz-column-gap:3.2rem;column-gap:3.2rem;font-size:2.3rem}.c-title__english{font-size:7rem}.p-aboutCatch{min-height:27.291667vw;padding-top:9.4rem}.p-aboutCatch__titleJapanese{-moz-column-gap:3.2rem;column-gap:3.2rem;font-size:2.3rem}.p-aboutCatch__titleEnglish{font-size:7rem}.p-aboutCatch__image{width:43.177083vw}.p-aboutJob{margin-top:-14.1rem}.p-aboutJob__titleJapanese{font-size:4.3rem}.p-aboutJob__titleEnglish{font-size:1.8rem}.p-aboutJobDetail:before{width:calc(100vw - 40rem)}.p-aboutJobDetail__title:before{width:calc(100vw - 32rem)}.p-aboutWelfare__background:before{left:calc(50% - ((100vw - 9.8rem)/2) - 4.9rem);width:calc(100vw - 9.8rem)}.p-cta__content{padding:12rem 12.8rem 9.2rem;row-gap:6.2rem}.p-faq{grid-template-columns:23.7rem 1fr;-moz-column-gap:5.3rem;column-gap:5.3rem}.p-faq:before{height:calc(100% + 20rem);top:-20rem;width:calc(100vw - 40rem)}.p-faq__container{row-gap:13rem}.p-faq__content{row-gap:6rem}.p-faq__content:nth-child(2n){padding:12.6rem 0 13rem}.p-faq__content:nth-child(2n):before{left:calc(50% - 19.6rem);width:calc(100vw - 9.8rem)}.p-faqAnchor__button{font-size:1.6rem}.p-faqDetail__question{font-size:2.1rem;padding-left:2.1rem}.p-faqDetail__answerInner{padding:1.6rem 0 0 6.1rem}.p-faqTitle{row-gap:1.9rem}.p-faqTitle__japanese{font-size:4.3rem}.p-faqTitle__english{font-size:1.8rem}.p-footer{padding:5.3rem 13.1rem 20.1rem 3.3rem}.p-header{padding-left:16rem}.p-header__nav,.p-header__entry{margin-left:5rem}.p-headerEntry{border-radius:0 0 0 10rem;font-size:1.8rem;height:13.4rem;padding:1.4rem 0 0 1.6rem;row-gap:.8rem;width:18.1rem}.p-headerLogo__image{width:32.5rem}.p-headerNav{-moz-column-gap:5rem;column-gap:5rem}.p-headerNav__link{font-size:1.8rem}.p-headerToggle{width:9.8rem}.p-headerToggle__button{height:9.8rem}.p-homeAbout__img{right:-25.5rem;top:0}.p-homeAbout__text{width:52.5rem}.p-homeAbout__buttons{max-width:52.5rem}.p-homeEntry__list{grid-template-columns:repeat(4,1fr)}.p-homePeopleInterview__list{margin-left:-14rem;margin-right:-14rem}.p-homePeopleInterview__slide{width:25.6rem}.p-homeWork__list{margin-bottom:3rem;margin-left:-8.854vw;margin-right:-8.854vw}.p-homeWork__slide{width:25.5rem}.p-line{left:16rem;right:16rem}.p-messageCatch{min-height:27.291667vw;padding-top:9.4rem}.p-messageCatch__image{width:53.177083vw}.p-messageCatch__message{margin:9.9rem 0 0 -1.3rem}.p-messageCatch__messageItem{border-radius:1rem 1rem 0;font-size:4.3rem;padding:0 1.2rem .6rem}.p-messageCatch__messageItem+.p-messageCatch__messageItem{border-radius:0 1rem 1rem;margin:-.8rem 0 0 14.3rem}.p-messageCatch__profile{-moz-column-gap:1.5rem;column-gap:1.5rem;margin:2.7rem 0 0 -.7rem}.p-messageCatch__profilePosition{font-size:1.6rem}.p-messageCatch__profileName{font-size:3.2rem}.p-messageContainer{padding-right:6.2rem}.p-messageContainer__content{padding-right:27.552083vw}.p-messageContainer__image{right:6.2rem}.p-messageContainer__profile{max-width:109.9rem}.p-messageContainer__profileName{width:19.5rem}[data-hide*=min-lg]{display:none!important}}@media (min-width: 1710px){html{font-size:62.5%}}@media (min-width: 1920px){html{font-size:.5208333333vw}}@media screen and (max-width: 1499px){[data-hide*=max-lg]{display:none!important}}@media screen and (max-width: 1024px){.c-button__text{width:21.5rem}.p-homeAbout .p-homeContent{row-gap:3rem}.p-homeAbout__text+.p-homeAbout__text{margin-top:1rem}.p-homeBlog__list{margin-left:-2rem;margin-right:-2rem}.p-homeBlog__wrapper{overflow:unset;width:100vw!important}.p-homeHero__title{right:-1.5rem}.p-homePeople__name span{margin-top:.2rem}.p-homePeopleInterview__list{margin-left:-2rem;margin-right:-2rem;padding-bottom:4rem}.p-homePeopleInterview__wrapper{overflow:unset;width:100vw!important}.p-homePeopleInterview__slide.swiper-slide-active .p-homePeopleInterview__link{border-color:var(--color-primary);transform:translateY(2rem)}.p-homePeopleInterview__title{max-width:24rem}.p-homeWork__content{margin-left:-2rem;margin-right:-2rem;margin-top:-6rem;overflow:hidden}.p-homeWork__list{margin-bottom:3rem;margin-left:-3rem;margin-right:-3rem;padding-bottom:3rem;padding-top:2rem;transform:rotate(-7deg)}.p-homeWork__wrapper{overflow:unset;width:100vw!important}.p-homeWork__link{transform:rotate(7deg)}.p-homeWork__job span{right:-.3rem}.p-homeLead .p-homeContent{row-gap:2rem}[data-hide*=max-md]{display:none!important}}@media screen and (max-width: 599px){.c-button__text{width:20.5rem}[data-hide*=max-sm]{display:none!important}}@media (hover: hover) and (pointer: fine){.c-button:hover{width:calc(100% - 1rem)}.c-button:hover .c-button__icon:before{filter:blur(.3rem);height:100%;opacity:0;width:100%}.c-button:hover .c-button__icon:after{opacity:1}.p-faqAnchor__button:hover{background:var(--color-primary);color:var(--color-white)}.p-faqAnchor__button:hover:after{background:var(--color-white);border-radius:0;height:.2rem;right:0;width:1.8rem}.p-headerEntry:hover:before{border-radius:9999px;transform:translateZ(0)}.p-headerEntry:hover .p-headerEntry__text{color:var(--color-primary)}.p-headerEntry:hover .p-headerEntry__icon:before{opacity:0}.p-headerEntry:hover .p-headerEntry__icon:after{opacity:1}.p-homeBlog__link:hover .p-homeBlog__img img{transform:scale(1.4)}.p-homeContent__link:hover .p-homeContent__linkIcon:before{filter:blur(.3rem);height:100%;opacity:0;width:100%}.p-homeContent__link:hover .p-homeContent__linkIcon:after{opacity:1}.p-homePeople__link:hover .p-homePeople__img img{transform:scale(1.4)}.p-homePeople__link:hover .p-homePeople__text{border-bottom-color:var(--color-primary);border-top-color:var(--color-primary)}.p-homePeople__link:hover .p-homePeople__icon:before{filter:blur(.3rem);height:100%;opacity:0;width:100%}.p-homePeople__link:hover .p-homePeople__icon:after{opacity:1}.p-homePeopleInterview__link:hover{border-color:var(--color-primary);transform:translateY(4rem)}}@media (prefers-reduced-motion: no-preference){:focus-visible{transition:outline-offset 145ms cubic-bezier(.25,0,.4,1)}:not(:active):focus-visible{transition-duration:.25s}}
