@charset "UTF-8";:root{--primary-color: #182D7B;--secondary-color: #82BC00;--gray-color: #515151;--white-color: #ffffff;--body-color: #333;--border-color: #D2D2D2;--bg-color: var(--white-color);--primary-bg: #DFE4F5;--primary-dark-bg: rgb(96 116 191 / .8);--gray-bg: #F5F5F5;--link-arrow-primary: var(--primary-color);--link-arrow-white: var(--white-color);--link-arrow-gray: var(--gray-color);--font-family: "Noto Sans JP", sans-serif;--font-family-serif: "Noto Serif JP", serif;--font-family-number: "Manrope", sans-serif;--font-family-en: "Inter", sans-serif;--font-size-root: 16px;--inner-width: 1200px;--gutter-width-sp: 8vw;--header-height: 90px;--header-height-narrow: 75px;--header-height-sp: 60px;--line-height-default: 1.65;--line-height-large: 2;--line-height-small: 1.5;--letter-spacing-default: .02em;--letter-spacing-large: .05em;--letter-spacing-small: .01em}*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}body{min-height:100vh;line-height:1.5}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}html{font-size:var(--font-size-root)}body{color:var(--body-color);line-height:var(--line-height-default);font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:400;letter-spacing:var(--letter-spacing-default)}@media screen and (min-width: 769px){body{min-width:var(--inner-width)}body.is-scroll-down{--header-height: var(--header-height-narrow)}}a{color:currentColor}img{height:auto}.fixed{position:fixed!important}.l-main{overflow:hidden}.l-loading{position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;background:var(--bg-color)}.l-loading .is-loading-end{opacity:0}.l-header{position:sticky;top:0;z-index:10;width:100%;background-color:var(--bg-color);transition:background-color .3s ease}.is-menu-open .l-header{background-color:var(--primary-bg)}.l-header__inner{display:grid;grid-template-areas:"title nav entry";align-items:center;grid-template-columns:auto auto 180px;height:var(--header-height);transition:height .3s ease}@media screen and (max-width: 768px){.l-header__inner{grid-template-areas:"title hamburger entry";grid-template-columns:1fr 70px 80px;height:var(--header-height-sp)}}.l-header__title{display:grid;grid-template-columns:max-content auto;align-items:center;grid-area:title;column-gap:25px;padding-left:35px;text-decoration:none}@media (hover: hover){.l-header__title{transition:opacity .2s ease-out}.l-header__title:hover{opacity:.7}}@media screen and (max-width: 768px){.l-header__title{grid-template-columns:1fr;row-gap:6px;padding-left:4vw}}.l-header__title .siteLogo{width:auto;height:25px}@media screen and (max-width: 768px){.l-header__title .siteLogo{height:18px}}.l-header__title .siteTitle{line-height:1.214;font-size:1.3125rem;font-weight:500;color:var(--primary-color)}@media screen and (max-width: 768px){.l-header__title .siteTitle{font-size:.875rem}}.l-header__nav{justify-self:end;grid-area:nav;margin-right:37px}@media screen and (max-width: 768px){.l-header__nav{position:absolute;top:60px;right:0;width:100%;height:calc(100vh - 60px);margin-right:0;background-color:var(--primary-bg);visibility:hidden;opacity:0;transition:visibility .5s ease,opacity .5s ease;overflow:auto}.l-header__nav.--open{visibility:visible;opacity:1;transition:visibility .5s ease,opacity .5s ease}}@media screen and (min-width: 769px){.l-header__hamburger{display:none}}.l-footer{position:relative}.l-footer__inner{display:grid;grid-template-areas:"title nav" "links links" "data copyright";padding:60px 70px 80px;background-color:var(--bg-color)}@media screen and (max-width: 768px){.l-footer__inner{grid-template-areas:"title" "nav" "links" "data" "copyright";row-gap:30px;padding:50px 8vw 60px}}@media screen and (max-width: 960px){.l-spMenu{margin-left:auto;width:calc(100% - 12vw);padding:2.6666666667vw 13.3333333333vw 8vw;transform:translate(10%);opacity:0;transition:transform .3s ease .1s,opacity .3s ease}.is-menu-open .l-spMenu{transform:translate(0);opacity:1}}@media screen and (min-width: 961px){.l-spMenu__buttons{display:none!important}}@media screen and (max-width: 960px){.l-spMenu__buttons{margin-top:1.25rem;gap:.3125rem}.l-spMenu__buttons .p-button-primary.--cv{width:calc((100% - 5px)/2)}}@media screen and (max-width: 768px){.l-spMenu__buttons{flex-direction:column}.l-spMenu__buttons .p-button-primary.--cv{width:100%}}.l-entry{display:grid;grid-template-areas:"bg" "main";position:relative;background-color:var(--bg-color)}.l-entry__bg{grid-area:bg;overflow:hidden}.l-entry__main{grid-area:main;position:relative;margin-top:-100px}@media screen and (max-width: 768px){.l-entry__main{margin-top:-46px;padding-inline:8vw}}.c-inner{max-width:var(--inner-width);margin-inline:auto}@media screen and (max-width: 768px){.c-inner{padding-right:8vw;padding-left:8vw}}@media screen and (max-width: 768px){.c-inner--spPd0{padding-inline:0}}@media screen and (max-width: 768px){.c-inner--spPd50{padding-right:13.3333333333vw;padding-left:13.3333333333vw}}.c-button{display:block;appearance:none;text-decoration:none;line-height:1;cursor:pointer}@media (hover: hover){.c-button{transition:opacity .2s ease-out}.c-button:hover{opacity:.7}}.c-button__text{display:inline-flex;align-items:center}.c-button__text>.free{display:inline-block;line-height:1;border-radius:1.875rem}.c-link-button{display:inline-flex;align-items:center;column-gap:10px;text-decoration:none}.c-link-arrow{position:relative;display:inline-flex;align-items:center;width:62px;height:54px}.c-link-arrow:before,.c-link-arrow:after{content:"";display:block;pointer-events:none}.c-link-arrow:before{width:55px;height:1px}.c-link-arrow:after{position:absolute;right:-6px;width:54px;height:54px;border-radius:50%;background-repeat:no-repeat;background-position:right 19px top 22px;background-size:60px 6px;clip-path:circle(21px);transition:clip-path .4s ease-out}@media (hover: hover){a:hover .c-link-arrow:after{clip-path:circle(27px)}}.c-link-arrow--gray:before,.c-link-arrow--gray:after{background-color:var(--link-arrow-gray)}.c-link-arrow--gray:after{background-image:url(/recruiting/assets/images/common/ico_arrow_link_white.svg)}.c-link-arrow--primary:before,.c-link-arrow--primary:after{background-color:var(--link-arrow-primary)}.c-link-arrow--primary:after{background-image:url(/recruiting/assets/images/common/ico_arrow_link_white.svg)}.c-link-arrow--white-gray:before,.c-link-arrow--white-gray:after{background-color:var(--link-arrow-white)}.c-link-arrow--white-gray:after{background-image:url(/recruiting/assets/images/common/ico_arrow_link_gray.svg)}.c-link-arrow--white-primary:before,.c-link-arrow--white-primary:after{background-color:var(--link-arrow-white)}.c-link-arrow--white-primary:after{background-image:url(/recruiting/assets/images/common/ico_arrow_link_primary.svg)}.c-link-arrow__circle{display:block;position:absolute;top:6px;right:0;width:42px;height:42px;border-radius:50%;pointer-events:none;opacity:.8}@media (hover: hover){a:hover .c-link-arrow__circle{scale:2;opacity:0;transition:scale .6s ease-out,opacity .4s ease-out .2s}}.c-link-arrow--gray .c-link-arrow__circle{background-color:var(--link-arrow-gray)}.c-link-arrow--primary .c-link-arrow__circle{background-color:var(--link-arrow-primary)}.c-link-arrow--white-gray .c-link-arrow__circle,.c-link-arrow--white-primary .c-link-arrow__circle{background-color:var(--link-arrow-white)}.c-buttonGroup{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.25rem}@media screen and (max-width: 768px){.c-buttonGroup{gap:.9375rem}}.c-dotList{display:flex;flex-direction:column;list-style-type:disc;padding-left:1.25rem}.c-list-note__item{position:relative;padding-left:1em;margin-bottom:1em}.c-list-note__item:before{position:absolute;top:0;left:0;content:"※"}.c-list-note-order{counter-reset:order}.c-list-note-order__item{position:relative;padding-left:1.5em;margin-bottom:1em}.c-list-note-order__item:before{position:absolute;top:0;left:0;counter-increment:order;content:"※" counter(order)}.c-section--bgGray{background-color:var(--gray-bg)}.c-section--bgPrimary{background-color:var(--primary-bg)}.c-section--bgImg{background-color:var(--primary-dark-bg)}.c-section--bgCenter{position:relative}.c-section--bgCenter:before{content:"";position:absolute;top:0;left:50%;width:480px;height:100%;background-color:var(--primary-bg);transform:translate(-50%)}@media screen and (max-width: 768px){.c-section--bgCenter:before{width:61.3333333333%}}.c-section__contents{position:relative}.c-grid{display:grid}@media screen and (min-width: 769px){.c-grid{grid-template-columns:50% 1fr;grid-template-areas:"text img";column-gap:80px}}@media screen and (max-width: 768px){.c-grid{grid-template-areas:"img" "text";row-gap:40px}}.c-grid__text{grid-area:text}.c-grid__img{grid-area:img}@media screen and (max-width: 768px){.c-grid__img{justify-self:center;width:87.3015873016%}}.c-box{padding:50px 40px 40px}@media screen and (max-width: 768px){.c-box{padding:30px 28px}}.c-box--bgPrimary{background:var(--primary-bg)}.c-box--bgGray{background:var(--gray-bg)}.c-menuButton{display:block;width:70px;height:60px;padding:23px 20px;background:none;border:none;appearance:none;cursor:pointer;transition:background-color .3s ease}@media screen and (min-width: 769px){.c-menuButton{display:none}}.c-menuButton__icon{display:block;position:relative;width:100%;height:100%}.c-menuButton__line{position:absolute;left:0;width:100%;height:1.5px;background-color:#515151;transition:transform .2s ease,opacity .2s ease;transform-origin:center center}.c-menuButton__line:nth-child(1){top:0}.c-menuButton__line:nth-child(2){top:50%}.c-menuButton__line:nth-child(3){top:100%}.c-menuButton.--active .c-menuButton__line:nth-child(1){top:50%;transform:rotate(30deg)}.c-menuButton.--active .c-menuButton__line:nth-child(2){opacity:0}.c-menuButton.--active .c-menuButton__line:nth-child(3){top:50%;transform:rotate(-30deg)}.c-heading{margin-bottom:35px;text-align:center;line-height:var(--line-height-small);color:var(--primary-color);font-family:var(--font-family-serif);font-size:2.25rem;font-weight:500}.c-heading--white{color:var(--white-color)}@media screen and (max-width: 768px){.c-heading{margin-bottom:25px;font-size:1.5rem}}.c-heading-border{margin-bottom:55px;text-align:center;line-height:var(--line-height-small);font-family:var(--font-family-serif);font-size:2.625rem;font-weight:500}@media screen and (max-width: 768px){.c-heading-border{margin-bottom:45px;font-size:1.75rem}}.c-heading-border:after{content:"";display:block;margin:22px auto 0;width:90px;height:3px;background:linear-gradient(90deg,var(--secondary-color) 0%,var(--secondary-color) 33.33%,var(--primary-color) 33.33%,var(--primary-color) 66.66%,var(--border-color) 66.66%,var(--border-color) 100%)}@media screen and (max-width: 768px){.c-heading-border:after{margin-top:15px}}.c-lead{margin-bottom:96px;text-align:center;line-height:var(--line-height-large);font-family:var(--font-family-serif);font-size:1.1875rem;font-weight:500}@media screen and (max-width: 768px){.c-lead{margin-bottom:45px;text-align:left;font-size:1rem}}.c-figure{padding:49px;border:1px solid var(--primary-color)}@media screen and (max-width: 768px){.c-figure{margin-bottom:45px;padding:29px 19px 24px}}.c-figure img{width:100%;height:auto}.c-text:not(:last-child){margin-bottom:calc(var(--line-height-default) * 1em)}.c-paragraph{line-height:var(--line-height-large)}.c-paragraph:not(:last-child){margin-bottom:calc(var(--line-height-large) * 1em)}.c-catch{width:fit-content;margin:50px auto 40px;padding:9px 20px;background-color:var(--primary-color);line-height:var(--line-height-small);text-align:center;font-family:var(--font-family-serif);font-size:1.5rem;font-weight:500;color:var(--white-color)}@media screen and (max-width: 768px){.c-catch{margin-top:25px;margin-bottom:30px;font-size:1.125rem}}.p-button-primary{border:1px solid var(--primary-color);border-radius:.3125rem;font-weight:500;background-color:var(--primary-color);color:#fff;font-size:1.25rem}.p-headerEntry{position:relative;display:flex;align-items:center;justify-content:center;max-width:var(--inner-width);column-gap:10px;width:100%;height:var(--header-height);margin-inline:auto;padding-left:30px;background-color:var(--primary-color);color:#fff;line-height:1;text-align:center;text-decoration:none;transition:height .3s ease}@media screen and (max-width: 768px){.p-headerEntry{flex-direction:column;column-gap:0;row-gap:4px;padding-left:0;padding-top:3px;height:60px}}.p-headerEntry:before{content:"";display:block;position:absolute;top:0;right:0;width:40px;height:20px;background-color:var(--secondary-color)}@media screen and (max-width: 768px){.p-headerEntry:before{width:26px;height:13px}}.p-headerEntry__text{font-size:1.25rem;font-weight:500;text-transform:uppercase}@media screen and (max-width: 768px){.p-headerEntry__text{font-size:.875rem}}.p-headerEntry__arrow{width:20px;height:4px;background:url(/recruiting/assets/images/common/ico_arrow_white.svg) no-repeat center center/cover;transition:transform .3s ease-out}.p-headerEntry:hover .p-headerEntry__arrow{transform:translate(5px)}.p-footerTitle{display:block;grid-area:title;text-decoration:none}@media (hover: hover){.p-footerTitle{transition:opacity .2s ease-out}.p-footerTitle:hover{opacity:.7}}.p-footerTitle{grid-area:title;line-height:1}.p-footerTitle .siteLogo{height:auto}@media screen and (max-width: 768px){.p-footerTitle .siteLogo{max-width:281px}}.p-footerTitle .siteTitle{display:block;margin-top:18px;font-size:1.25rem;font-weight:500;color:var(--primary-color)}@media screen and (max-width: 768px){.p-footerTitle .siteTitle{margin-top:16px}}.p-footerNav{display:flex;flex-wrap:wrap;grid-area:nav;justify-self:end;column-gap:1.5em}@media screen and (max-width: 768px){.p-footerNav{justify-self:start;column-gap:1.18em}}.p-footerNav__item{font-size:1.0625rem;font-weight:500;line-height:1.8}.p-footerNav__item>a{text-decoration:none;color:currentColor}.p-footerLinks{display:flex;flex-wrap:wrap;grid-area:links;justify-self:end;column-gap:1.5em}@media screen and (max-width: 768px){.p-footerLinks{justify-self:start}}.p-footerLinks__item{line-height:1.8}.p-footerLinks__item>a{text-decoration:none;color:currentColor}.p-footerData{grid-area:data;line-height:1.8;font-size:.8125rem}@media screen and (max-width: 768px){.p-footerData{font-size:.6875rem}}.p-footerCopyright{grid-area:copyright;justify-self:end;align-self:end;font-size:.75rem;letter-spacing:var(--letter-spacing-large)}.p-footerCopyright>small{font-size:1em}@media screen and (max-width: 768px){.p-footerCopyright{justify-self:center;text-align:center;font-size:.6875rem}}.p-pagetop{transition:visibility .3s ease,opacity .3s ease}.p-pagetop.is-visible{visibility:visible;opacity:1}@media screen and (min-width: 769px){.p-pagetop{position:fixed;bottom:0;right:0;z-index:9;visibility:hidden;opacity:0}}@media screen and (max-width: 768px){.p-pagetop{position:relative;display:flex;justify-content:center;padding-top:50px;background:var(--bg-color)}}.p-pagetop__btn{display:flex;justify-content:center;align-items:center;color:var(--white-color);text-decoration:none;font-family:var(--font-family-en);font-size:.625rem;font-weight:300;background-color:#33333380}.p-pagetop__btn .arrow:before{content:"";display:block;width:58px;height:4px;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/recruiting/assets/images/common/ico_arrow_scroll_up.svg)}@media screen and (max-width: 768px){.p-pagetop__btn .arrow:before{width:4px;height:28px;background-image:url(/recruiting/assets/images/common/ico_arrow_scroll_up_sp.svg)}}@media (hover: hover){.p-pagetop__btn .arrow{transition:transform .3s ease-out}.p-pagetop__btn:hover .arrow{transform:translate(-5px)}}@media screen and (hover: hover) and (max-width: 768px){.p-pagetop__btn:hover .arrow{transform:translateY(-5px)}}@media screen and (min-width: 769px){.p-pagetop__btn{flex-direction:column;width:120px;height:60px;transform:rotate(90deg) translateY(60px);transform-origin:right bottom}.p-pagetop__btn .text{padding-bottom:2px}}@media screen and (max-width: 768px){.p-pagetop__btn{flex-direction:row-reverse;width:180px;height:55px;padding-left:56px}.p-pagetop__btn .text{padding-left:8px}}.p-globalNav{display:flex}@media screen and (max-width: 768px){.p-globalNav{flex-direction:column;padding:8vw}}.p-globalNav__item{padding-block:17.5px}@media screen and (max-width: 768px){.p-globalNav__item{border-bottom:1px solid #D2D2D2}}.p-globalNav__link{display:block;padding-inline:13px;line-height:1.211;color:currentColor;text-decoration:none;font-weight:500}@media (hover: hover){.p-globalNav__link{transition:opacity .2s ease-out}.p-globalNav__link:hover{opacity:.7}}@media screen and (max-width: 768px){.p-globalNav__link{padding:12.5px 10px;font-size:1.1875rem}}.p-globalNav__children{display:none;padding-left:35px}.p-globalNav__children a{display:block;padding-block:12.5px;text-decoration:none}@media screen and (max-width: 768px){.p-globalNav__toggle{position:relative;padding-left:35px}.p-globalNav__toggle:before{content:"";display:block;position:absolute;top:50%;left:9px;width:16px;height:9px;background:url(/recruiting/assets/images/common/ico_arrow_open.svg) no-repeat center center/cover;transform:translateY(-50%);transition:transform .3s ease}}.p-breadcrumb{padding:32px 70px;border-top:1px solid var(--border-color)}@media screen and (max-width: 768px){.p-breadcrumb{padding:22px 8vw}}.p-breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap}.p-breadcrumb__item{display:flex;align-items:center}@media screen and (max-width: 768px){.p-breadcrumb__item{font-size:.8125rem}}.p-breadcrumb__item:not(:first-child):before{content:"";display:inline-block;width:6px;height:12px;margin-inline:6px;background:url(/recruiting/assets/images/common/ico_arrow_breadcrumb.svg) no-repeat center center/contain}@media screen and (max-width: 768px){.p-breadcrumb__item:not(:first-child):before{width:6px;height:12px;background-image:url(/recruiting/assets/images/common/ico_arrow_breadcrumb_sp.svg)}}.p-breadcrumb__link{text-decoration:none}@media (hover: hover){.p-breadcrumb__link{transition:opacity .2s ease-out}.p-breadcrumb__link:hover{opacity:.7}}.p-pageNav{height:130px}@media screen and (max-width: 768px){.p-pageNav{height:90px}}.p-pageNav__inner{display:grid;place-content:center;height:130px;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background-color:var(--gray-bg);transition:height .3s ease}@media screen and (min-width: 769px){.p-pageNav__inner{min-width:var(--inner-width)}}@media screen and (max-width: 768px){.p-pageNav__inner{height:90px}}.p-pageNav.is-sticky .p-pageNav__inner{position:fixed;top:75px;z-index:9;width:100%;height:75px}@media screen and (max-width: 768px){.p-pageNav.is-sticky .p-pageNav__inner{top:60px;height:50px}}.p-pageNav__list{display:flex;align-items:center;justify-content:center;column-gap:103px}@media screen and (max-width: 768px){.p-pageNav__list{column-gap:20px}}.p-pageNav__link{display:flex;justify-content:center;align-items:center;column-gap:12px;padding-inline:10px;text-align:center;text-decoration:none;line-height:1.1}@media (hover: hover){.p-pageNav__link{transition:opacity .2s ease-out}.p-pageNav__link:hover{opacity:.7}}@media screen and (max-width: 768px){.p-pageNav__link{display:grid;grid-template-columns:1fr 3px;grid-template-rows:auto 2.2em;grid-template-areas:"icon icon" "text arrow";column-gap:8px;row-gap:4px;padding-inline:6px;font-size:.875rem;transition:grid-template-rows .3s ease}.p-pageNav.is-sticky .p-pageNav__link{grid-template-rows:0fr 2.2em;row-gap:0}}.p-pageNav__icon{display:flex;justify-content:center}@media screen and (max-width: 768px){.p-pageNav__icon{grid-area:icon;width:100%;transition:height .3s ease}.p-pageNav.is-sticky .p-pageNav__icon{height:0;overflow:hidden}.p-pageNav.is-sticky .p-pageNav__icon img{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}}.p-pageNav__icon--philosophy img{width:36px;height:36px}@media screen and (max-width: 768px){.p-pageNav__icon--philosophy img{width:28px;height:28px}}.p-pageNav__icon--overview img{width:36px;height:36px}@media screen and (max-width: 768px){.p-pageNav__icon--overview img{width:28px;height:28px}}.p-pageNav__icon--numbers img{width:34px;height:34px}@media screen and (max-width: 768px){.p-pageNav__icon--numbers img{width:28px;height:28px}}.p-pageNav__icon--education img{width:34px;height:42px}@media screen and (max-width: 768px){.p-pageNav__icon--education img{width:24px;height:30px}}.p-pageNav__icon--environment img{width:36px;height:36px}@media screen and (max-width: 768px){.p-pageNav__icon--environment img{width:24px;height:24px}}.p-pageNav__icon--benefits img{width:40px;height:33px}@media screen and (max-width: 768px){.p-pageNav__icon--benefits img{width:28px;height:23px}}@media screen and (max-width: 768px){.p-pageNav__text{grid-area:text}}.p-pageNav__arrow{display:block;width:4px;height:20px;background:url(/recruiting/assets/images/common/ico_arrow_down.svg) no-repeat center center/contain}@media screen and (max-width: 768px){.p-pageNav__arrow{grid-area:arrow;width:3px;height:14px}}.p-bg-box{display:flex;flex-direction:column;justify-content:center;align-items:center;height:125px;background:#fffcc0}.p-bg-box__text{margin-bottom:10px;font-weight:700;text-align:center}.p-bg-box .c-button{padding:8px 26px 8px 13px}.p-bg-box .c-button .c-icon.-my-coupon{width:17px;height:17px;margin-right:8px}.p-form-heading{margin-bottom:10px;padding:13px 21px 12px;border-radius:50px;line-height:to-fixed(1.4705882353,3);font-size:1.0625rem;font-weight:500}.p-form-heading:not(:first-child){margin-top:30px}@media screen and (max-width: 768px){.p-form-heading{padding-right:18px;padding-left:18px}}.p-form-row{display:grid;grid-template-columns:13.875rem 1fr;align-items:start}@media screen and (max-width: 768px){.p-form-row{grid-template-columns:1fr;row-gap:.75rem}}.p-form-row__head{display:flex;align-items:center;flex-wrap:wrap;gap:.3125rem .625rem;padding-top:1.25rem;padding-right:.625rem;font-size:1.125rem;font-weight:700;letter-spacing:.05em}@media screen and (max-width: 768px){.p-form-row__head{padding-top:0;font-size:1rem}}.p-form-row__body.--flex{display:flex;column-gap:.625rem}@media screen and (max-width: 768px){.p-form-row__body.--flex{column-gap:.3125rem}}.p-form-row__body.--flex>*{flex:1}.p-form-row.--confirm{position:relative;align-items:center}.p-form-row.--confirm:before{content:"";display:block;position:absolute;top:-1.25rem;width:100%;height:1px;background:var(--primary-color)}.p-form-row.--confirm:last-child:after{content:"";display:block;position:absolute;bottom:-1.25rem;width:100%;height:1px;background:var(--primary-color)}.p-form-row.--confirm .p-form-row__head{padding-top:0}.p-form__body{display:grid;grid-template-columns:1fr;gap:1.5625rem;letter-spacing:0}.p-form__body.--confirm{gap:2.5rem}.p-form__body+.p-form__body{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--primary-color)}@media screen and (max-width: 768px){.p-form__body+.p-form__body{margin-top:2.1875rem;padding-top:2.1875rem}}.p-form__body .wpcf7-not-valid-tip{margin-top:.625rem;line-height:1.5714285714;font-size:.875rem}.p-form__footer{position:relative;margin-top:3.75rem}@media screen and (min-width: 769px){.p-form__footer .p-button-back{position:absolute;left:0}}.p-form__footer .wpcf7-spinner{position:absolute;bottom:-50px}.p-form__text{margin-top:1rem}.p-form__notes{margin-top:.625rem;line-height:1.5714285714;font-size:.875rem}.p-form__notes.--accent{color:var(--primary-color)}.p-form__message{margin-bottom:2.5rem;text-align:center}.wpcf7-form .wpcf7-response-output{display:none}.p-pageHeader{position:relative;padding-top:80px;padding-bottom:140px}@media screen and (max-width: 768px){.p-pageHeader{padding-top:40px;padding-bottom:105px}}.p-pageHeader:before{content:"";display:block;position:absolute;top:0;left:0;width:calc(100% - 400px);height:100%;background-color:var(--primary-bg)}@media screen and (max-width: 768px){.p-pageHeader:before{width:calc(100% - 80px);height:calc(100% - 55px)}}.p-pageHeader__rect{position:absolute;left:0;bottom:80px}@media screen and (max-width: 768px){.p-pageHeader__rect{bottom:25px}}.p-pageHeader__rect svg{display:block;width:420px;height:90px}@media screen and (max-width: 768px){.p-pageHeader__rect svg{width:210px;height:45px}}.p-pageHeader__rect svg rect{clip-path:inset(0 100% 0 0);transition:clip-path .25s cubic-bezier(.785,.135,.15,.86)}.p-pageHeader__rect svg rect:nth-child(4n+2){transition-delay:.2s}.p-pageHeader__rect svg rect:nth-child(4n+3){transition-delay:.3s}.is-scroll-inview .p-pageHeader__rect svg rect{clip-path:inset(0)}.p-pageHeader__inner{position:relative;max-width:1440px;margin-inline:auto}@media screen and (max-width: 768px){.p-pageHeader__inner{padding-inline:8vw}}.p-pageHeader__bg{position:relative}.p-pageHeader__bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;background:linear-gradient(270deg,#0000,#000)}.pg-people .p-pageHeader__bg:before{content:none}.p-pageHeader__bg:after{content:"";position:absolute;top:0;right:0;width:100px;height:50px;background-color:var(--secondary-color)}@media screen and (max-width: 768px){.p-pageHeader__bg:after{width:50px;height:25px}}.p-pageHeader__bg img{width:100%;height:auto;min-height:480px;object-fit:cover;object-position:right center}.pg-entry .p-pageHeader__bg img{object-position:center center}@media screen and (max-width: 768px){.p-pageHeader__bg img{min-height:200px}}.p-pageTitle{display:grid;grid-template-areas:"shoulder" "title";row-gap:23px;position:absolute;top:50%;z-index:1;transform:translateY(-50%);font-family:var(--font-family-serif);font-weight:500}@media screen and (max-width: 768px){.p-pageTitle{row-gap:6px;top:auto;bottom:20px;left:calc(8vw + 20px);transform:none}}.p-pageTitle__title{grid-area:title;color:var(--white-color);line-height:1.35;font-size:3.375rem;font-weight:500}.pg-entry .p-pageTitle__title{text-transform:uppercase}@media screen and (max-width: 768px){.p-pageTitle__title{font-size:1.5625rem}}.p-pageTitle__title .bracket01{margin-left:-.65em}.p-pageTitle__title .bracket02{letter-spacing:-.4em}.p-pageTitle__shoulder{display:grid;grid-template-columns:repeat(2,max-content);grid-area:shoulder;line-height:1;letter-spacing:0;font-size:.875rem;font-weight:500;color:#fff}@media screen and (max-width: 768px){.p-pageTitle__shoulder{font-size:.625rem}}.p-pageTitle__shoulder>span{padding:6px 7px;border:1px solid}.p-pageTitle__shoulder .colored{color:var(--primary-color);border-color:#fff;background-color:#fff}.p-lead{margin-bottom:5rem}@media screen and (min-width: 769px){.p-lead{text-align:center}}@media screen and (max-width: 768px){.p-lead{margin-bottom:2.5rem}}.p-article p:not(:last-child),.p-article ul:not(:last-child),.p-article ol:not(:last-child){margin-bottom:1.5em}.p-article h2{margin-top:5rem;margin-bottom:3.25rem;text-align:center;font-size:1.75rem;font-weight:700;letter-spacing:.05em}@media screen and (max-width: 768px){.p-article h2{margin-top:3.75rem;margin-bottom:1.5625rem;font-size:1.375rem}}.p-article h3{margin-top:-.5em;margin-bottom:1.875rem;line-height:var(--line-height-small);font-size:1.375rem;font-weight:700;letter-spacing:.05em}@media screen and (max-width: 768px){.p-article h3{margin-bottom:.9375rem;font-size:1.125rem}}.p-article :where(.wp-block-columns.is-layout-flex){column-gap:1.875rem}@media screen and (max-width: 768px){.p-article :where(.wp-block-columns.is-layout-flex){row-gap:2.5rem}}@media screen and (min-width: 769px){.p-article .wp-block-column:not(:has(.wp-block-image)):first-child{padding-right:1.25rem}.p-article .wp-block-column:not(:has(.wp-block-image)):last-child{padding-left:1.25rem}}.p-row{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1.875rem;margin-bottom:3.75rem}@media screen and (max-width: 768px){.p-row{grid-template-columns:1fr;row-gap:2.5rem}}@media screen and (min-width: 769px){.p-row__text:first-child{padding-right:1.25rem}.p-row__text:last-child{padding-left:1.25rem}}.p-aside{margin-top:5rem}@media screen and (max-width: 768px){.p-aside{margin-top:3.75rem}}.p-aside .c-heading1{margin-bottom:3.25rem;text-align:center}@media screen and (max-width: 768px){.p-aside .c-heading1{margin-bottom:1.5625rem}}.p-float-banner{position:fixed;right:1.25rem;bottom:1.25rem;z-index:3;opacity:0;visibility:hidden;transition:all .3s ease}@media screen and (max-width: 768px){.p-float-banner{right:0;bottom:0;width:100%}}.p-float-banner.is-visible{opacity:1;visibility:visible}.p-float-banner.is-closed{display:none}.p-float-banner__inner{position:relative}.p-float-banner__link{overflow:hidden;display:block;width:17.5rem;height:12.5rem}@media (hover: hover){.p-float-banner__link{transition:opacity .2s ease-out}.p-float-banner__link:hover{opacity:.7}}@media screen and (max-width: 768px){.p-float-banner__link{width:100%;height:auto}}.p-float-banner__img img{display:block;width:100%;height:auto}.p-float-banner__btn{display:block;appearance:none;border:none;background:none;width:2.75rem;height:2.75rem;padding:0;margin-bottom:.3125rem;margin-left:auto;cursor:pointer}@media (hover: hover){.p-float-banner__btn{transition:opacity .2s ease-out}.p-float-banner__btn:hover{opacity:.7}}@media screen and (max-width: 768px){.p-float-banner__btn{width:2.5rem;height:2.5rem;margin-right:.3125rem;margin-bottom:.5625rem}}.p-entryBtn{display:grid;place-content:center;row-gap:27px;position:relative;max-width:var(--inner-width);width:100%;height:240px;margin-inline:auto;background-color:var(--primary-color);color:#fff;line-height:1;text-align:center;text-decoration:none}@media screen and (max-width: 768px){.p-entryBtn{row-gap:9px;height:120px}}.p-entryBtn:before{content:"";display:block;position:absolute;top:0;right:0;width:100px;height:50px;background-color:var(--secondary-color)}@media screen and (max-width: 768px){.p-entryBtn:before{width:30px;height:15px}}.p-entryBtn--small{max-width:860px;height:180px}@media screen and (max-width: 768px){.p-entryBtn--small{height:90px}}.p-entryBtn--small:before{content:none}.p-entryBtn__title{font-size:3rem;font-weight:500;text-transform:uppercase}@media screen and (max-width: 768px){.p-entryBtn__title{font-size:1.625rem}}.p-entryBtn__title--small{font-size:2.875rem}@media screen and (max-width: 768px){.p-entryBtn__title--small{font-size:1.375rem}}.p-entryBtn__message{font-family:var(--font-family-serif);font-size:1.5rem;font-weight:500}@media screen and (max-width: 768px){.p-entryBtn__message{font-size:.75rem}}.p-entryBtn__arrow{position:absolute;top:50%;right:123px;transform:translateY(-50%)}@media screen and (max-width: 768px){.p-entryBtn__arrow{right:16px;width:31px;height:27px}.p-entryBtn__arrow:before{width:27px}.p-entryBtn__arrow:after{right:-3px;width:27px;height:27px;background-position:right 9px top 11px;background-size:30px 3px;clip-path:circle(10.5px)}a:hover .p-entryBtn__arrow:after{clip-path:circle(13.5px)}.p-entryBtn__arrow .c-link-arrow__circle{top:3px;width:21px;height:21px}}.p-entryImg__container{display:flex;width:100%;overflow:hidden}.l-entry:not(:has(.l-entry__main)) .p-entryImg__container:nth-child(3){display:none}.p-entryImg__scroller{display:flex;flex-shrink:0}.p-entryImg__scroller--toLeft{animation:move-to-left 125s linear infinite both}.p-entryImg__scroller--toRight{animation:move-to-right 125s linear infinite both}.p-entryImg__img,.p-entryImg__box{width:200px;height:100px;aspect-ratio:2/1}@media screen and (max-width: 768px){.p-entryImg__img,.p-entryImg__box{width:auto;height:46px}}.p-entryImg__box--gray01{background-color:#f2f2f2}.p-entryImg__box--gray02{background-color:#d9d9d9}.p-entryImg__box--gray03{background-color:#e6e6e6}.p-entryImg__box--gray04{background-color:#ccc}@keyframes move-to-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes move-to-right{0%{transform:translate(-100%)}to{transform:translate(0)}}.p-photoSlider{--swiper-theme-color: var(--secondary-color);--swiper-pagination-progressbar-size: 3px;--swiper-pagination-progressbar-bg-color: var(--border-color);--swiper-pagination-color: var(--secondary-color);--swiper-navigation-size: 90px;overflow:visible}.p-photoSlider .swiper-pagination{position:relative;margin:60px auto 0;width:500px}@media screen and (max-width: 768px){.p-photoSlider .swiper-pagination{width:230px;margin-top:42px}}@media screen and (max-width: 768px){.p-photoSlider .swiper-button-next,.p-photoSlider .swiper-button-prev{display:none}}.p-photoSlider .swiper-button-next svg,.p-photoSlider .swiper-button-prev svg{position:relative;width:45px;height:6px}.p-photoSlider .swiper-button-next:before,.p-photoSlider .swiper-button-prev:before{content:"";display:block;position:absolute;width:110px;height:110px;border-radius:50%;pointer-events:none;background-color:#0009;clip-path:circle(45px);transition:clip-path .3s ease-out}@media (hover: hover){.p-photoSlider .swiper-button-next:hover:before,.p-photoSlider .swiper-button-prev:hover:before{clip-path:circle(55px)}}.p-photoSlider__item{width:100%;max-width:650px}.p-term{display:grid}.p-term--vertical{grid-template-rows:auto 1fr;grid-template-columns:1fr;row-gap:15px}@media screen and (max-width: 768px){.p-term.p-accordion{row-gap:0}}.p-term__name{display:flex;column-gap:12px;line-height:var(--line-height-small);font-size:1.5rem;font-weight:400}@media screen and (max-width: 768px){.p-term__name{column-gap:10px;font-size:1.375rem}}.p-term__name:before{content:"";display:inline-block;width:20px;height:3px;margin-top:16.5px;background-color:var(--secondary-color)}.p-term__detail{display:flex;column-gap:80px;line-height:var(--line-height-default)}@media screen and (max-width: 768px){.p-term__detail{flex-direction:column;row-gap:20px;column-gap:0}}@media screen and (min-width: 769px){.p-term__detail p{flex:1;margin-top:4px}.p-term__detail figure{width:320px}}.p-termList{display:flex;flex-wrap:wrap;justify-content:center}.p-termList__item{padding:36px 50px 39px}@media screen and (max-width: 768px){.p-termList__item{width:100%;padding:36px 7px 42px}.p-termList__item.p-accordion{padding:29px 8vw;border-bottom:1px solid var(--border-color)}.p-termList__item.p-accordion:first-child{border-top:1px solid var(--border-color)}}@media screen and (min-width: 769px){.p-termList__item--3-1{width:33.333%}.p-termList__item--2-1{width:50%}}.p-termTable{display:grid}.p-termTable__row{display:grid;grid-template-columns:280px 1fr;padding:39px 40px;column-gap:40px;border-bottom:1px solid var(--border-color)}.p-termTable__row:first-child{border-top:1px solid var(--border-color)}.p-termTable__row:nth-child(odd){background:var(--gray-bg)}@media screen and (max-width: 768px){.p-termTable__row{grid-template-columns:1fr;min-height:0;column-gap:0;padding:29px 8vw}}@media screen and (max-width: 768px){.p-accordion__panel{display:grid;transition:grid-template-rows .5s ease,padding-top .5s ease;grid-template-rows:0fr}.p-accordion[data-open=true] .p-accordion__panel{grid-template-rows:1fr;padding-top:20px}}.p-accordion__inner{overflow:hidden}@media screen and (max-width: 768px){.p-accordion__inner{display:grid;grid-template-columns:1fr;row-gap:20px}}@media screen and (min-width: 769px){.p-accordion__inner{display:contents}}.p-accordion__trigger{display:block;position:relative;width:100%;padding:0;background:none;text-align:left;border:none;appearance:none;color:inherit}@media screen and (min-width: 769px){.p-accordion__trigger{pointer-events:none}.p-accordion__trigger .icon{display:none}}@media screen and (max-width: 768px){.p-accordion__trigger{padding-right:68px;cursor:pointer}.p-accordion__trigger .icon{position:absolute;top:5px;right:0;width:48px;height:24px;background-color:var(--secondary-color)}.p-accordion__trigger .icon:before,.p-accordion__trigger .icon:after{content:"";display:block;position:absolute;top:50%;left:50%;width:12px;height:1px;margin-left:-6px;background-color:var(--white-color)}.p-accordion__trigger .icon:after{transform:rotate(90deg)}.p-accordion__trigger .icon--white{background-color:transparent;border:1px solid var(--white-color)}.p-accordion[data-open=true] .p-accordion__trigger .icon:after{transform:rotate(0)}}.u-right{text-align:right!important}.u-left{text-align:left!important}.u-center{text-align:center!important}@media screen and (min-width: 769px){.u-pc-center{text-align:center!important}}@media screen and (max-width: 768px){.u-sp-center{text-align:center!important}}@media screen and (min-width: 769px){.u-pc-left{text-align:left!important}}@media screen and (max-width: 768px){.u-sp-left{text-align:left!important}}.u-hidden{display:none}@media screen and (max-width: 768px){.u-sp-hidden{display:none!important}}@media screen and (min-width: 769px){.u-pc-hidden{display:none!important}}.u-block{display:block}.u-inline-block{display:inline-block}.u-flex{display:flex}.u-justify-start{justify-content:flex-start}.u-justify-end{justify-content:flex-end}.u-justify-center{justify-content:center}.u-justify-between{justify-content:space-between}.u-align-start{align-items:start}.u-align-end{align-items:end}.u-align-center{align-items:center}.u-mt0{margin-top:0!important}.u-mb0{margin-bottom:0!important}.u-ml0{margin-left:0!important}.u-mr0{margin-right:0!important}.u-mt5{margin-top:5px!important}.u-mb5{margin-bottom:5px!important}.u-ml5{margin-left:5px!important}.u-mr5{margin-right:5px!important}.u-mt10{margin-top:10px!important}.u-mb10{margin-bottom:10px!important}.u-ml10{margin-left:10px!important}.u-mr10{margin-right:10px!important}.u-mt15{margin-top:15px!important}.u-mb15{margin-bottom:15px!important}.u-ml15{margin-left:15px!important}.u-mr15{margin-right:15px!important}.u-mt20{margin-top:20px!important}.u-mb20{margin-bottom:20px!important}.u-ml20{margin-left:20px!important}.u-mr20{margin-right:20px!important}.u-mt25{margin-top:25px!important}.u-mb25{margin-bottom:25px!important}.u-ml25{margin-left:25px!important}.u-mr25{margin-right:25px!important}.u-mt30{margin-top:30px!important}.u-mb30{margin-bottom:30px!important}.u-ml30{margin-left:30px!important}.u-mr30{margin-right:30px!important}.u-mt35{margin-top:35px!important}.u-mb35{margin-bottom:35px!important}.u-ml35{margin-left:35px!important}.u-mr35{margin-right:35px!important}.u-mt40{margin-top:40px!important}.u-mb40{margin-bottom:40px!important}.u-ml40{margin-left:40px!important}.u-mr40{margin-right:40px!important}.u-mt45{margin-top:45px!important}.u-mb45{margin-bottom:45px!important}.u-ml45{margin-left:45px!important}.u-mr45{margin-right:45px!important}.u-mt50{margin-top:50px!important}.u-mb50{margin-bottom:50px!important}.u-ml50{margin-left:50px!important}.u-mr50{margin-right:50px!important}.u-pt0{padding-top:0!important}.u-pb0{padding-bottom:0!important}.u-pr0{padding-right:0!important}.u-pl0{padding-left:0!important}.u-pt5{padding-top:5px!important}.u-pb5{padding-bottom:5px!important}.u-pr5{padding-right:5px!important}.u-pl5{padding-left:5px!important}.u-pt10{padding-top:10px!important}.u-pb10{padding-bottom:10px!important}.u-pr10{padding-right:10px!important}.u-pl10{padding-left:10px!important}.u-pt15{padding-top:15px!important}.u-pb15{padding-bottom:15px!important}.u-pr15{padding-right:15px!important}.u-pl15{padding-left:15px!important}.u-pt20{padding-top:20px!important}.u-pb20{padding-bottom:20px!important}.u-pr20{padding-right:20px!important}.u-pl20{padding-left:20px!important}.u-pt25{padding-top:25px!important}.u-pb25{padding-bottom:25px!important}.u-pr25{padding-right:25px!important}.u-pl25{padding-left:25px!important}.u-pt30{padding-top:30px!important}.u-pb30{padding-bottom:30px!important}.u-pr30{padding-right:30px!important}.u-pl30{padding-left:30px!important}.u-pt35{padding-top:35px!important}.u-pb35{padding-bottom:35px!important}.u-pr35{padding-right:35px!important}.u-pl35{padding-left:35px!important}.u-pt40{padding-top:40px!important}.u-pb40{padding-bottom:40px!important}.u-pr40{padding-right:40px!important}.u-pl40{padding-left:40px!important}.u-pt45{padding-top:45px!important}.u-pb45{padding-bottom:45px!important}.u-pr45{padding-right:45px!important}.u-pl45{padding-left:45px!important}.u-pt50{padding-top:50px!important}.u-pb50{padding-bottom:50px!important}.u-pr50{padding-right:50px!important}.u-pl50{padding-left:50px!important}.mainVisual{position:relative;min-height:100vh}.mainVisual__image{position:fixed;top:0;left:0;width:100%;height:100%;padding-top:var(--header-height);transition:padding-top .3s ease}@media screen and (max-width: 768px){.mainVisual__image{padding-top:var(--header-height-sp)}}.mainVisual__image img{width:100%;height:auto}.mainVisual__slider{height:100%}.mainVisual__slider .swiper-slide-active .swiper-img,.mainVisual__slider .swiper-slide-duplicate-active .swiper-img,.mainVisual__slider .swiper-slide-prev .swiper-img{animation:fadeZoomUp 6s linear 0s normal both}.mainVisual__slider .swiper-img,.mainVisual__slider .swiper-slide{height:100%}.mainVisual__slider .swiper-slide picture{height:100%}.mainVisual__slider .swiper-slide img{width:100%;height:100%;object-fit:cover}@keyframes fadeZoomUp{0%{transform:scale(1)}to{transform:scale(1.1)}}.mainVisual__text{text-align:center;line-height:var(--line-height-large);font-size:1.0625rem;font-weight:500;font-family:var(--font-family-serif);color:#fff}.mainVisual__first,.mainVisual__second{position:relative;z-index:1}.mainVisual__first{display:grid;place-content:center;grid-template-columns:1fr;row-gap:40px;height:calc(100vh - var(--header-height));padding-top:8px;transition:height .3s ease}@media screen and (max-width: 768px){.mainVisual__first{row-gap:25px;padding-top:60px;height:calc(100vh - 60px)}}.mainVisual__contents{position:relative;z-index:1;transition:background-color 1s ease-in-out}.is-scrolled .mainVisual__contents{background-color:#4b5ea6bf}.mainVisual__second{display:grid;place-content:center;grid-template-columns:1fr;min-height:100vh;padding-block:150px}.mainVisual__hidden{display:none}.mainVisual__catch{text-align:center;line-height:1.4;font-family:var(--font-family-serif);font-size:3.375rem;font-weight:500;color:#fff;opacity:0}@media screen and (max-width: 768px){.mainVisual__catch{font-size:2rem}}.mainVisual__title{display:grid;justify-content:center;grid-template-columns:repeat(2,max-content);line-height:1.412;letter-spacing:0;font-family:var(--font-family-serif);font-size:1.0625rem;font-weight:500;opacity:0}@media screen and (max-width: 768px){.mainVisual__title{font-size:.75rem}}.mainVisual__title>span{padding:4px 12px}@media screen and (max-width: 768px){.mainVisual__title>span{padding:2px 8px}}.mainVisual__title .primary{background-color:var(--primary-color);color:#fff}.mainVisual__title .gray{background-color:#d2d2d2;color:var(--primary-color)}.mainVisual__scroller{position:absolute;z-index:3;color:#fff}.is-scrolling .mainVisual__scroller{position:fixed}@media screen and (min-width: 769px){.mainVisual__scroller{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:10px;bottom:0;right:0;width:calc(100vh - var(--header-height));height:180px;padding-inline:40px;border-bottom:1px solid rgba(255,255,255,.5);transform:rotate(90deg) translateY(100%);transform-origin:right bottom;transition:width .3s ease}}@media screen and (max-width: 768px){.mainVisual__scroller{bottom:50px;left:50%;width:max-content;transform:rotate(90deg) translateY(50%);transform-origin:center center;transition:opacity .2s ease-out}.is-scrolled .mainVisual__scroller{opacity:0}}.mainVisual__sideText{padding-left:56px;text-align:center;font-family:var(--font-family-serif);font-size:.75rem;font-weight:600}@media screen and (max-width: 768px){.mainVisual__sideText{display:none}}.topScrollDown{display:block;font-size:.625rem;font-weight:300}.topScrollDown__arrow{display:block;margin-top:5px;width:58px;height:4px;animation:3s ease-in-out .5s infinite forwards scrollDown}@keyframes scrollDown{0%{opacity:0;transform:translate(-5%)}50%{opacity:1}to{opacity:0;transform:translate(40%)}}.topHeader{display:grid;grid-template-areas:"shoulder" "title";row-gap:30px;font-family:var(--font-family-serif)}@media screen and (max-width: 768px){.topHeader{row-gap:20px}}.topHeader__title{grid-area:title;line-height:1.35;font-size:2.5rem;font-weight:500}@media screen and (max-width: 768px){.topHeader__title{font-size:2.125rem}}.topHeader__title .bracket01{margin-left:-.65em}.topHeader__title .bracket02{letter-spacing:-.4em}.topHeader__shoulder{display:grid;grid-template-columns:repeat(2,max-content);grid-area:shoulder;line-height:1;letter-spacing:0;font-size:.875rem;font-weight:500}@media screen and (max-width: 768px){.topHeader__shoulder{font-size:.75rem}}.topHeader__shoulder>span{padding:5px;border:1px solid}.topHeader__shoulder .colored{color:#fff}.topHeader__shoulder--primary{color:var(--primary-color)}.topHeader__shoulder--primary .colored{border-color:var(--primary-color);background-color:var(--primary-color)}.topHeader__shoulder--secondary{color:var(--secondary-color)}.topHeader__shoulder--secondary .colored{border-color:var(--secondary-color);background-color:var(--secondary-color)}.topHeader__shoulder--white{color:#fff}.topHeader__shoulder--white .colored{color:var(--primary-color);border-color:#fff;background-color:#fff}.topText{line-height:var(--line-height-large)}.topText:not(:last-child){margin-bottom:2em}.topSubtitle{margin-bottom:7px;line-height:var(--line-height-large);font-size:1.25rem;font-weight:600}.topRect{position:absolute}.topRect svg{display:block;width:420px;height:90px}@media screen and (max-width: 768px){.topRect svg{width:210px;height:45px}}.topRect svg rect{width:0;transition:width .25s cubic-bezier(.785,.135,.15,.86)}.topRect svg rect:nth-child(4n+2){transition-delay:.2s}.topRect svg rect:nth-child(4n+3){transition-delay:.3s}.is-scroll-inview .topRect svg rect{width:60px}.topBusiness .topRect{left:0;bottom:60px}@media screen and (max-width: 768px){.topBusiness .topRect{bottom:47px}}.topPeople .topRect{right:0;bottom:0}.topContents{position:relative;background:var(--bg-color)}.topMessage{padding-top:145px;padding-bottom:180px}@media screen and (max-width: 768px){.topMessage{padding-top:80px;padding-bottom:100px}}.topMessage .topHeader{margin-bottom:64px}@media screen and (max-width: 768px){.topMessage .topHeader{margin-bottom:30px}}.topMessage__footer{margin-top:5px;text-align:right;font-family:var(--font-family-serif);font-size:1.125rem}.topMessage__img{position:relative;margin-top:50px;padding-top:50px}@media screen and (max-width: 768px){.topMessage__img{margin-top:40px;padding-top:15px}}.topMessage__img img{position:relative;height:auto}.topMessage__img:before{content:"";display:block;position:absolute;top:0;left:-37px;width:200px;height:100px;background:var(--secondary-color)}@media screen and (max-width: 768px){.topMessage__img:before{left:-15px;width:80px;height:40px}}.topBusiness{position:relative;padding-top:130px;padding-bottom:120px}@media screen and (max-width: 768px){.topBusiness{padding-top:55px;padding-bottom:132px}}.topBusiness .topHeader{margin-bottom:37px}@media screen and (max-width: 768px){.topBusiness .topHeader{margin-bottom:68px;padding-left:22px}}.topBusiness:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background-color:var(--primary-bg)}@media screen and (max-width: 768px){.topBusiness:before{width:calc(100% - 20vw)}}.topBusiness__inner{position:relative;z-index:1;min-height:640px;padding-top:90px;color:#fff}@media screen and (max-width: 768px){.topBusiness__inner{min-height:0;padding-top:330px}}.topBusiness__contents{width:320px}@media screen and (max-width: 768px){.topBusiness__contents{width:calc(100% - 20vw);color:var(--body-color)}}.topBusiness__img{display:flex;justify-content:center;position:absolute;top:130px;left:0;width:100%}@media screen and (max-width: 768px){.topBusiness__img{top:55px;left:8vw;width:calc(100% - 16vw);height:450px}}@media screen and (min-width: 769px){.topBusiness__img img{min-width:1440px}}@media screen and (max-width: 768px){.topBusiness__img img{width:100%;height:100%;object-position:60% center;object-fit:cover}}.topCompany{padding-top:180px;padding-bottom:180px}@media screen and (max-width: 768px){.topCompany{padding-top:100px;padding-bottom:98px}}.topCompany .topHeader{grid-area:header;margin-bottom:37px}@media screen and (max-width: 768px){.topCompany .topHeader{margin-bottom:30px}}.topCompany__inner{display:grid;grid-template-areas:"header text" "panels panels";grid-template-columns:1fr 2fr}@media screen and (max-width: 768px){.topCompany__inner{grid-template-areas:"header" "text" "panels";grid-template-columns:1fr}}.topCompany__text{grid-area:text}.topCompany__bg{display:grid;grid-area:panels;grid-template-columns:repeat(3,1fr);background:url(/recruiting/assets/images/top/company_bg.webp) no-repeat center center/cover}@media screen and (max-width: 768px){.topCompany__bg{grid-template-columns:1fr;margin-top:50px}}.topPanel{display:grid;align-content:center;justify-content:center;grid-template-columns:1fr;grid-template-rows:75px repeat(3,auto);height:350px;padding-top:20px;color:#fff;text-decoration:none;text-align:center}@media screen and (min-width: 769px){.topPanel:not(:last-child){border-right:1px solid rgba(255,255,255,.5)}}@media screen and (max-width: 768px){.topPanel{grid-template-rows:60px repeat(3,auto);height:260px;padding-block:40px}.topPanel:not(:last-child){border-bottom:1px solid rgba(255,255,255,.5)}}.topPanel__icon,.topPanel__arrow{justify-self:center}.topPanel__icon{align-content:center}@media screen and (max-width: 768px){.topPanel__icon img{width:60px;height:60px}}.topPanel__title{margin-top:30px;font-size:1.625rem;font-weight:500}@media screen and (max-width: 768px){.topPanel__title{margin-top:18px;font-size:1.375rem}}.topPanel__shoulder{margin-top:7px;font-size:.8125rem}@media screen and (max-width: 768px){.topPanel__shoulder{margin-top:10px;font-size:.6875rem}}.topPanel__arrow{margin-top:20px}@media screen and (max-width: 768px){.topPanel__arrow{margin-top:8px}}.topPeople__link,.topWork__link{margin-top:33px}.topPeople{position:relative;background:var(--primary-bg)}@media screen and (max-width: 768px){.topPeople{padding-bottom:115px}}.topPeople .topHeader{margin-bottom:73px}@media screen and (max-width: 768px){.topPeople .topHeader{margin-bottom:40px}}.topPeople__contents{display:grid;grid-template-areas:"img text";grid-template-columns:630px 50%}@media screen and (max-width: 768px){.topPeople__contents{grid-template-areas:"img" "text";grid-template-columns:1fr;row-gap:60px}}.topPeople__text{grid-area:text;margin-left:auto;padding-top:210px;padding-bottom:154px}@media screen and (max-width: 768px){.topPeople__text{padding:0 8vw}}.topPeople__img{position:relative;overflow:hidden}@media screen and (max-width: 768px){.topPeople__img{aspect-ratio:375/490}}.topLoopScrollWrap{display:grid;grid-template-columns:repeat(2,1fr);column-gap:10px;grid-area:img;align-content:center;position:absolute;width:100%;height:100%;padding-left:80px}@media screen and (max-width: 768px){.topLoopScrollWrap{padding-left:0;column-gap:6px}}.topLoopScroller{display:flex;flex-direction:column}.topLoopScroller[data-scroll-img01]{justify-content:end}@media screen and (max-width: 768px){.topLoopScroller{height:490px}.topLoopScroller[data-scroll-img01],.topLoopScroller[data-scroll-img02]{justify-content:center}}.topLoopScroller__group{display:flex;flex-direction:column;row-gap:10px;padding-bottom:10px}@media screen and (max-width: 768px){.topLoopScroller__group{row-gap:6px}}.topLoopScroller__img{flex-shrink:0;width:270px;height:360px}.topLoopScroller__img img{width:100%;height:auto}@media screen and (max-width: 768px){.topLoopScroller__img{width:100%;height:auto}}.topWork{padding-top:180px;padding-bottom:180px}@media screen and (max-width: 768px){.topWork{padding-top:100px;padding-bottom:100px}}.topWork .topHeader{grid-area:header;margin-bottom:60px}@media screen and (max-width: 768px){.topWork .topHeader{margin-bottom:35px}}.topWork__inner{display:grid;grid-template-areas:"header img" "text img";grid-template-columns:repeat(2,1fr);grid-template-rows:auto 1fr}@media screen and (max-width: 768px){.topWork__inner{grid-template-areas:"header" "img" "text";grid-template-columns:1fr;grid-template-rows:repeat(3,auto)}}.topWork__text{grid-area:text}@media screen and (max-width: 768px){.topWork__text{margin-top:50px}}.topWork__img{grid-area:img}@media screen and (max-width: 768px){.topWork__img{padding-inline:9.3333333333vw}}.topWork__img img{margin-left:auto}[data-slide-img] img{clip-path:inset(0 100% 0 0);transition:clip-path 1s cubic-bezier(.785,.135,.15,.86)}[data-slide-img].is-scroll-inview img{clip-path:inset(0 0 0 0)}[data-slide-text]{clip-path:inset(0 100% 0 0);transition:clip-path .6s cubic-bezier(.785,.135,.15,.86) .2s}[data-slide-text].is-scroll-inview{clip-path:inset(0 0 0 0)}.business-lead{padding-top:120px;padding-bottom:170px}@media screen and (max-width: 768px){.business-lead{padding-top:35px;padding-bottom:95px}}.business-strength{padding-top:124px;padding-bottom:180px}@media screen and (max-width: 768px){.business-strength{padding-top:60px;padding-bottom:100px}}.business-strength.c-section--bgCenter:before{height:calc(100% - 227px)}@media screen and (max-width: 768px){.business-strength.c-section--bgCenter:before{height:calc(100% - 50px)}}@media screen and (min-width: 769px){.business-strength .c-grid__img img{width:400px;margin-left:auto}}.business-business{position:relative;padding-top:113px;padding-bottom:220px}@media screen and (max-width: 768px){.business-business{padding-top:125px;padding-bottom:80px}}.business-rect{position:absolute;right:0;top:0}@media screen and (max-width: 768px){.business-rect{bottom:47px}}.business-rect svg{display:block;width:420px;height:90px}@media screen and (max-width: 768px){.business-rect svg{width:210px;height:45px}}.business-rect svg rect{width:0;transition:width .25s cubic-bezier(.785,.135,.15,.86)}.business-rect svg rect:nth-child(4n+2){transition-delay:.2s}.business-rect svg rect:nth-child(4n+3){transition-delay:.3s}.is-scroll-inview .business-rect svg rect{width:60px}.p-businessUnit{display:grid;align-items:center}.p-businessUnit:not(:last-child){margin-bottom:85px}@media screen and (max-width: 768px){.p-businessUnit:not(:last-child){margin-bottom:40px}}@media screen and (min-width: 769px){.p-businessUnit--rtl{grid-template-columns:1fr 700px;grid-template-areas:"img text"}.p-businessUnit--ltr{grid-template-columns:700px 1fr;grid-template-areas:"text img"}}@media screen and (max-width: 768px){.p-businessUnit{grid-template-columns:1fr}.p-businessUnit--rtl,.p-businessUnit--ltr{grid-template-areas:"img" "text"}}.p-businessUnit__text{position:relative;z-index:1;grid-area:text}@media screen and (max-width: 768px){.p-businessUnit__text{margin-right:8vw;margin-left:8vw}}.p-businessUnit__img{grid-area:img}@media screen and (max-width: 768px){.p-businessUnit__img{margin-bottom:-50px}}@media screen and (min-width: 769px){.p-businessUnit--ltr .p-businessUnit__img{align-content:end}.p-businessUnit__img img{max-width:none;width:700px}.p-businessUnit--ltr .p-businessUnit__img img{margin-left:-200px}.p-businessUnit--rtl .p-businessUnit__img img{margin-right:-200px}}.p-businessUnit__header{display:flex;align-items:center;column-gap:17px;margin-bottom:30px}@media screen and (max-width: 768px){.p-businessUnit__header{flex-direction:column;row-gap:10px}}.p-businessUnit__title{grid-area:title;line-height:1.25;font-size:1.5rem;font-weight:400}@media screen and (max-width: 768px){.p-businessUnit__title{font-size:1.375rem}}.p-businessUnit__shoulder{width:180px;padding:9px 10px;background-color:var(--primary-color);text-align:center;color:var(--white-color);line-height:1;letter-spacing:0;font-family:var(--font-family-serif);font-size:.75rem;font-weight:500}[data-fade-text]{transform:translateY(30px);opacity:0;transition:opacity .5s ease-out,transform .5s ease-out}[data-fade-text][data-fade-text=slow]{transition-duration:.8s}[data-fade-text].is-scroll-inview{transform:translateY(0);opacity:1}.overview-rect{position:absolute;right:0;top:0}.overview-rect svg{display:block;width:420px;height:90px}@media screen and (max-width: 768px){.overview-rect svg{width:210px;height:45px}}.overview-rect svg rect{width:0;transition:width .25s cubic-bezier(.785,.135,.15,.86)}.overview-rect svg rect:nth-child(4n+2){transition-delay:.2s}.overview-rect svg rect:nth-child(4n+3){transition-delay:.3s}.is-scroll-inview .overview-rect svg rect{width:60px}.overview-philosophy{padding-top:120px;padding-bottom:176px}@media screen and (max-width: 768px){.overview-philosophy{padding-top:74px;padding-bottom:80px}}.overview-overview{position:relative;padding-top:130px}@media screen and (max-width: 768px){.overview-overview{padding-top:105px}}.overview-overview__img{margin-top:155px}.overview-overview__img img{width:100%;height:auto}@media screen and (max-width: 768px){.overview-overview__img{margin-top:80px;aspect-ratio:375/93.75}.overview-overview__img img{height:100%;object-fit:cover;object-position:right center}}.overview-numbers{padding-top:140px;padding-bottom:206px}@media screen and (max-width: 768px){.overview-numbers{padding-top:80px;padding-bottom:50px}}.overview-numbers__notes{margin-top:18px;text-align:right}@media screen and (max-width: 768px){.overview-numbers__notes{margin-top:10px;font-size:.75rem}}.p-dataList{display:grid;grid-template-columns:1fr;line-height:var(--line-height-default)}@media screen and (max-width: 768px){.p-dataList{font-size:.9375rem}}.p-dataList__row{display:grid;column-gap:40px;grid-template-columns:160px 1fr}@media screen and (max-width: 768px){.p-dataList__row{column-gap:30px;grid-template-columns:70px 1fr}}.p-dataList__row:first-child .p-dataList__head{border-top:1px solid #969696}.p-dataList__row:first-child .p-dataList__body{border-top:1px solid var(--border-color)}.p-dataList__col{padding:24px 0}.p-dataList__head{border-bottom:1px solid #969696}.p-dataList__body{border-bottom:1px solid var(--border-color)}.p-numbersGrid{display:grid;grid-template-columns:repeat(3,1fr);background:url(/recruiting/assets/images/overview/numbers_bg.webp) no-repeat center center/cover}@media screen and (max-width: 768px){.p-numbersGrid{grid-template-columns:1fr;background-image:url(/recruiting/assets/images/overview/numbers_bg_sp.webp)}}.p-numbersGrid__item{display:grid;justify-content:center;aspect-ratio:1/1;padding:48px 45px;color:var(--white-color)}@media screen and (max-width: 768px){.p-numbersGrid__item{padding:34px 20px}}.p-numbersGrid__item:nth-child(2n){background-color:var(--bg-color);color:var(--primary-color)}.p-numbersUnit__data{text-align:center;line-height:1;font-size:1.5rem;font-weight:500}@media screen and (max-width: 768px){.p-numbersUnit__data{font-size:1.03125rem}}.p-numbersUnit__data img{display:inline-block;vertical-align:bottom;margin-right:7px}@media screen and (max-width: 768px){.p-numbersUnit__data img{margin-right:3px}}.p-numbersUnit__data .number,.p-numbersUnit__data .percent{letter-spacing:-.05em;font-family:var(--font-family-number);font-weight:600}.p-numbersUnit__data .number{margin-right:4px;font-size:4.5rem}@media screen and (max-width: 768px){.p-numbersUnit__data .number{font-size:3.09375rem}}.p-numbersUnit__data .percent{font-size:1.8125rem}@media screen and (max-width: 768px){.p-numbersUnit__data .percent{font-size:1.246125rem}}.p-numbersUnit__circle{position:relative}.p-numbersUnit__circle .p-numbersUnit__data{position:absolute;bottom:53px;width:100%}@media screen and (max-width: 768px){.p-numbersUnit__circle .p-numbersUnit__data{bottom:38px}}.p-numbersUnit__circle .p-numbersUnit__data .number{font-size:3.875rem}@media screen and (max-width: 768px){.p-numbersUnit__circle .p-numbersUnit__data .number{font-size:2.6640625rem}}.p-numbersUnit--01 .p-numbersUnit__title{margin-bottom:52px}@media screen and (max-width: 768px){.p-numbersUnit--01 .p-numbersUnit__title{margin-bottom:35px}}.p-numbersUnit--01 .p-numbersUnit__data{margin-top:46px}@media screen and (max-width: 768px){.p-numbersUnit--01 .p-numbersUnit__data{margin-top:32px}}.p-numbersUnit--01 .p-numbersUnit__img img{width:177px;height:85px}@media screen and (max-width: 768px){.p-numbersUnit--01 .p-numbersUnit__img img{width:122px;height:59px}}.p-numbersUnit--02 .p-numbersUnit__title{margin-bottom:35px}@media screen and (max-width: 768px){.p-numbersUnit--02 .p-numbersUnit__title{margin-bottom:24px}}.p-numbersUnit--02 .p-numbersUnit__data{margin-top:48px}@media screen and (max-width: 768px){.p-numbersUnit--02 .p-numbersUnit__data{margin-top:33px}}.p-numbersUnit--02 .p-numbersUnit__img img{width:91px;height:95px}@media screen and (max-width: 768px){.p-numbersUnit--02 .p-numbersUnit__img img{width:63px;height:66px}}.p-numbersUnit--03 .p-numbersUnit__title{margin-bottom:35px}@media screen and (max-width: 768px){.p-numbersUnit--03 .p-numbersUnit__title{margin-bottom:21px}}.p-numbersUnit--03 .p-numbersUnit__img img{width:171px;height:136px}@media screen and (max-width: 768px){.p-numbersUnit--03 .p-numbersUnit__img img{width:118px;height:94px}}.p-numbersUnit--04 .p-numbersUnit__title{margin-bottom:56px}@media screen and (max-width: 768px){.p-numbersUnit--04 .p-numbersUnit__title{margin-bottom:38px}}.p-numbersUnit--04 .p-numbersUnit__data{margin-top:48px}@media screen and (max-width: 768px){.p-numbersUnit--04 .p-numbersUnit__data{margin-top:28px}}.p-numbersUnit--04 .p-numbersUnit__img img{width:80px;height:80px}@media screen and (max-width: 768px){.p-numbersUnit--04 .p-numbersUnit__img img{width:55px;height:55px}}.p-numbersUnit--05 .p-numbersUnit__title{margin-bottom:50px}@media screen and (max-width: 768px){.p-numbersUnit--05 .p-numbersUnit__title{margin-bottom:34px}}.p-numbersUnit--05 .p-numbersUnit__data{margin-top:48px}@media screen and (max-width: 768px){.p-numbersUnit--05 .p-numbersUnit__data{margin-top:29px}}.p-numbersUnit--05 .p-numbersUnit__img img{width:86px;height:86px}@media screen and (max-width: 768px){.p-numbersUnit--05 .p-numbersUnit__img img{width:59px;height:59px}}.p-numbersUnit--06 .p-numbersUnit__title{margin-bottom:22px}@media screen and (max-width: 768px){.p-numbersUnit--06 .p-numbersUnit__title{margin-bottom:14px}}.p-numbersUnit--07 .p-numbersUnit__title{margin-bottom:30px}@media screen and (max-width: 768px){.p-numbersUnit--07 .p-numbersUnit__title{margin-bottom:20px}}.p-numbersUnit--07 .p-numbersUnit__img img{width:230px;height:233px}@media screen and (max-width: 768px){.p-numbersUnit--07 .p-numbersUnit__img img{width:158px;height:160px}}.p-numbersUnit--08 .p-numbersUnit__title{margin-bottom:58px}@media screen and (max-width: 768px){.p-numbersUnit--08 .p-numbersUnit__title{margin-bottom:40px}}.p-numbersUnit--08 .p-numbersUnit__data{margin-top:39px}@media screen and (max-width: 768px){.p-numbersUnit--08 .p-numbersUnit__data{margin-top:27px}}.p-numbersUnit--08 .p-numbersUnit__img img{width:125px;height:81px}@media screen and (max-width: 768px){.p-numbersUnit--08 .p-numbersUnit__img img{width:85px;height:55px}}.p-numbersUnit--09 .p-numbersUnit__title{margin-bottom:29px}@media screen and (max-width: 768px){.p-numbersUnit--09 .p-numbersUnit__title{margin-bottom:20px}}.p-numbersUnit--09 .p-numbersUnit__img img{width:233px;height:233px}@media screen and (max-width: 768px){.p-numbersUnit--09 .p-numbersUnit__img img{width:160px;height:160px}}.p-numbersUnit__row{display:grid;grid-template-columns:158px 1fr;align-items:center;column-gap:24px}@media screen and (max-width: 768px){.p-numbersUnit__row{grid-template-columns:108px 1fr}}.p-numbersUnit__col{display:grid;grid-template-columns:1fr;row-gap:12px}.p-numbersUnit__col .p-numbersUnit__data{text-align:left}.p-numbersUnit__col .p-numbersUnit__data .number{font-size:3.875rem}@media screen and (max-width: 768px){.p-numbersUnit__col .p-numbersUnit__data .number{font-size:2.6640625rem}}.p-numbersUnit__col .p-numbersUnit__data .male{width:12px;height:34px}@media screen and (max-width: 768px){.p-numbersUnit__col .p-numbersUnit__data .male{width:8px;height:23px}}.p-numbersUnit__col .p-numbersUnit__data .female{width:15px;height:34px}@media screen and (max-width: 768px){.p-numbersUnit__col .p-numbersUnit__data .female{width:11px;height:23px}}.p-numbersUnit__age{position:relative}.p-numbersUnit__age .p-numbersUnit__img{margin-right:33px}@media screen and (max-width: 768px){.p-numbersUnit__age .p-numbersUnit__img{margin-right:25px}}.p-numbersUnit__age .p-numbersUnit__data{position:absolute;bottom:-78px;right:-61px;font-size:1.25rem}@media screen and (max-width: 768px){.p-numbersUnit__age .p-numbersUnit__data{bottom:-53px;right:-38px;font-size:.859375rem}}.p-numbersUnit__age .p-numbersUnit__data .number{margin-left:12px;margin-right:2px;font-size:3.875rem;color:var(--secondary-color)}@media screen and (max-width: 768px){.p-numbersUnit__age .p-numbersUnit__data .number{font-size:2.6640625rem}}.p-numbersUnit__age .p-numbersUnit__data .age{font-size:1.5rem}@media screen and (max-width: 768px){.p-numbersUnit__age .p-numbersUnit__data .age{font-size:1.03125rem}}.p-numbersUnit__age .graph-item{position:absolute;line-height:1;font-weight:500}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item{font-size:.6875rem}}.p-numbersUnit__age .graph-item .age{display:inline-block;line-height:1.4}.p-numbersUnit__age .graph-item .number{letter-spacing:-.05em;font-family:var(--font-family-number);font-size:1.75rem;font-weight:600}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item .number{font-size:1.203125rem}}.p-numbersUnit__age .graph-item .dot{letter-spacing:.03em;font-size:1.375rem}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item .dot{font-size:.9453125rem}}.p-numbersUnit__age .graph-item .percent{margin-left:2px;letter-spacing:-.03em;font-size:1.25rem;font-weight:600}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item .percent{font-size:.859375rem}}.p-numbersUnit__age .graph-item--40,.p-numbersUnit__age .graph-item--50,.p-numbersUnit__age .graph-item--60{left:-48px}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item--40,.p-numbersUnit__age .graph-item--50,.p-numbersUnit__age .graph-item--60{left:-33px}}.p-numbersUnit__age .graph-item--20{top:-14px;right:-50px}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item--20{top:-10px;right:-31px}}.p-numbersUnit__age .graph-item--30{top:85px;right:-55px}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item--30{top:58px;right:-34px}}.p-numbersUnit__age .graph-item--40{top:114px}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item--40{top:78px}}.p-numbersUnit__age .graph-item--50{top:48px}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item--50{top:33px}}.p-numbersUnit__age .graph-item--60{top:-16px}@media screen and (max-width: 768px){.p-numbersUnit__age .graph-item--60{top:-11px}}.p-numbersUnit__title{text-align:center;font-size:1.5rem;font-weight:500}@media screen and (max-width: 768px){.p-numbersUnit__title{font-size:1.03125rem}}.p-numbersUnit__img{display:flex;justify-content:center}.workstyle-rect{position:absolute}.workstyle-rect svg{display:block;width:420px;height:90px}@media screen and (max-width: 768px){.workstyle-rect svg{width:210px;height:45px}}.workstyle-rect svg rect{width:0;transition:width .25s cubic-bezier(.785,.135,.15,.86)}.workstyle-rect svg rect:nth-child(4n+2){transition-delay:.2s}.workstyle-rect svg rect:nth-child(4n+3){transition-delay:.3s}.is-scroll-inview .workstyle-rect svg rect{width:60px}.workstyle-education{padding-top:120px;padding-bottom:104px}@media screen and (max-width: 768px){.workstyle-education{padding-top:70px;padding-bottom:80px}}.workstyle-education-lead{padding-bottom:8px}@media screen and (max-width: 768px){.workstyle-education-lead{padding-bottom:35px}}.workstyle-education-values{padding-top:150px;padding-bottom:142px;color:var(--white-color);background-image:linear-gradient(var(--primary-dark-bg),var(--primary-dark-bg)),url(/recruiting/assets/images/workstyle/education_values_bg.webp);background-repeat:no-repeat;background-position:center top;background-size:cover}@media screen and (max-width: 768px){.workstyle-education-values{padding-top:60px;padding-bottom:60px}}.workstyle-education-values .c-heading{margin-bottom:63px}@media screen and (max-width: 768px){.workstyle-education-values .c-heading{margin-bottom:45px}}.workstyle-education-values .p-termList__item{border-bottom:1px solid rgba(255,255,255,.5)}@media screen and (min-width: 769px){.workstyle-education-values .p-termList__item:nth-child(-n+3){border-top:1px solid rgba(255,255,255,.5)}}@media screen and (max-width: 768px){.workstyle-education-values .p-termList__item:first-child{border-top:1px solid rgba(255,255,255,.5)}}.workstyle-education-values .p-term__name{justify-content:center}.workstyle-education-system{padding-top:120px;padding-bottom:103px}@media screen and (max-width: 768px){.workstyle-education-system{padding-top:80px;padding-bottom:80px}}.workstyle-education-support{position:relative}@media screen and (max-width: 768px){.workstyle-education-support{padding-top:55px;padding-bottom:60px}}.workstyle-education-support:before{content:"";position:absolute;top:calc(50% + 2px);right:0;width:calc(100% - 500px);height:calc(100% - 86px);background-color:var(--primary-bg);transform:translateY(-50%)}@media screen and (max-width: 768px){.workstyle-education-support:before{top:0;width:61.3333333333%;height:100%;transform:none}}.workstyle-education-support .c-grid{align-items:center}.workstyle-education-support__grid{display:grid;grid-template-areas:"text img";grid-template-columns:1fr 400px;align-items:center}@media screen and (max-width: 768px){.workstyle-education-support__grid{grid-template-areas:"heading" "img" "text";grid-template-columns:1fr;row-gap:40px}.workstyle-education-support__grid .c-grid__text{display:contents}.workstyle-education-support__grid .c-grid__text .c-heading{grid-area:heading;margin-bottom:0}.workstyle-education-support__grid .c-grid__text .c-text{grid-area:text}}.workstyle-environment{overflow:hidden;padding-top:30px}.workstyle-environment-office{position:relative;padding-top:120px;padding-bottom:140px;color:var(--white-color)}@media screen and (max-width: 768px){.workstyle-environment-office{padding-top:80px;padding-bottom:80px;background-color:var(--primary-color)}}.workstyle-environment-office:before{content:"";position:absolute;top:0;left:50%;width:600px;height:100%;background-color:var(--primary-color);transform:translate(-50%)}@media screen and (max-width: 768px){.workstyle-environment-office:before{content:none}}.workstyle-environment-office .c-heading-border:after{background:linear-gradient(90deg,var(--secondary-color) 0%,var(--secondary-color) 33.33%,var(--white-color) 33.33%,var(--white-color) 66.66%,var(--border-color) 66.66%,var(--border-color) 100%)}.workstyle-environment-office .c-heading{margin-bottom:20px;color:var(--white-color)}.workstyle-environment-office .c-inner{overflow:visible}.workstyle-environment-office .workstyle-rect{top:123px;right:0;z-index:1}@media screen and (max-width: 768px){.workstyle-environment-office .workstyle-rect{top:-30px}}.workstyle-environment-slider{margin-top:70px}@media screen and (max-width: 768px){.workstyle-environment-slider{margin-top:44px}}.workstyle-environment-style{padding-top:120px;padding-bottom:180px}@media screen and (max-width: 768px){.workstyle-environment-style{padding-top:80px;padding-bottom:80px}}.workstyle-environment-style .p-termTable{margin-top:78px}@media screen and (max-width: 768px){.workstyle-environment-style .p-termTable{margin-top:45px}}.workstyle-benefits{position:relative;padding-top:120px;padding-bottom:84px;color:var(--white-color);background-color:var(--primary-dark-bg)}.workstyle-benefits:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:330px;background-image:linear-gradient(var(--primary-dark-bg),var(--primary-dark-bg)),url(/recruiting/assets/images/workstyle/benefits_bg.webp);background-repeat:no-repeat;background-position:center center;background-size:cover}@media screen and (max-width: 768px){.workstyle-benefits:before{height:283px;background-image:linear-gradient(var(--primary-dark-bg),var(--primary-dark-bg)),url(/recruiting/assets/images/workstyle/benefits_bg_sp.webp)}}@media screen and (max-width: 768px){.workstyle-benefits{padding-top:79px;padding-bottom:30px}}.workstyle-benefits .workstyle-rect{top:0;left:0}.workstyle-benefits .p-termList{margin-top:90px}@media screen and (max-width: 768px){.workstyle-benefits .p-termList{margin-top:45px}}@media screen and (min-width: 769px){.workstyle-benefits .p-termList__item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.5)}}@media screen and (min-width: 769px){.workstyle-benefits .p-term__name{justify-content:center}}.p-educationTraining{margin-bottom:40px;padding-bottom:39px;border-bottom:1px solid var(--border-color)}.p-educationTraining__title{display:grid;grid-template-columns:80px 1fr;column-gap:20px;margin-bottom:30px;line-height:var(--line-height-small);font-size:1.5rem}@media screen and (max-width: 768px){.p-educationTraining__title{margin-bottom:20px;column-gap:0;row-gap:11px;grid-template-columns:1fr;font-size:1.375rem}}.p-educationTraining__title .number{display:inline-block;position:relative;padding:2px;background-color:var(--primary-color);color:var(--white-color);text-align:center;font-family:var(--font-family-number);font-weight:500}@media screen and (max-width: 768px){.p-educationTraining__title .number{width:60px;justify-self:center;font-size:1.125rem}}.p-educationTraining__title .number:before{content:"";display:block;position:absolute;top:0;left:0;width:20px;height:10px;background-color:var(--secondary-color)}@media screen and (max-width: 768px){.p-educationTraining__title .number:before{width:15px;height:7.5px}}.p-educationTraining__title .text{font-weight:400}@media screen and (max-width: 768px){.p-educationTraining__title .text{justify-self:center;text-align:center}}.p-educationTraining__list{display:grid;row-gap:1em}@media screen and (min-width: 769px){.p-educationTraining__list{grid-template-columns:max-content 1fr}}@media screen and (max-width: 768px){.p-educationTraining__list{grid-template-columns:1fr;row-gap:15px}}.p-educationTraining__item{display:grid;row-gap:1em;column-gap:30px}@media screen and (min-width: 769px){.p-educationTraining__item{grid-column:span 2;grid-template-columns:subgrid}}@media screen and (max-width: 768px){.p-educationTraining__item{grid-template-columns:1fr;row-gap:7px}}.p-educationTraining__item>dt{line-height:var(--line-height-small);font-size:1.125rem;font-weight:500}.p-educationSystem__item{display:grid;grid-template-columns:1fr;row-gap:18px}@media screen and (max-width: 768px){.p-educationSystem__item{row-gap:12px}}.p-educationSystem__item>dt{line-height:var(--line-height-small);font-size:1.3125rem;font-weight:500}@media screen and (max-width: 768px){.p-educationSystem__item>dt{font-size:1.25rem}}.people-index{padding-top:120px;padding-bottom:150px}@media screen and (max-width: 768px){.people-index{padding-top:45px;padding-bottom:70px;font-size:.75rem}}.people-index .c-heading{margin-bottom:100px}@media screen and (max-width: 768px){.people-index .c-heading{margin-bottom:70px}}.interview-rect{position:absolute;right:0;bottom:-60px}@media screen and (max-width: 768px){.interview-rect{bottom:-30px}}.interview-rect svg{display:block;width:420px;height:90px}@media screen and (max-width: 768px){.interview-rect svg{width:210px;height:45px}}.interview-rect svg rect{width:0;transition:width .25s cubic-bezier(.785,.135,.15,.86)}.interview-rect svg rect:nth-child(4n+2){transition-delay:.2s}.interview-rect svg rect:nth-child(4n+3){transition-delay:.3s}.is-scroll-inview .interview-rect svg rect{width:60px}.p-peopleUnit:not(:last-child){margin-bottom:80px}@media screen and (max-width: 768px){.p-peopleUnit:not(:last-child){margin-bottom:40px}}.p-peopleUnit--rect{position:relative}.p-peopleUnit--rect:before{content:"";position:absolute;background-color:var(--secondary-color)}.p-peopleUnit--rect.rect-bottomRight:before{bottom:0;right:-40px;width:100px;height:200px}@media screen and (max-width: 768px){.p-peopleUnit--rect.rect-bottomRight:before{top:-10.6666666667vw;bottom:auto;right:-8vw;z-index:2;width:40px;height:80px}}.p-peopleUnit--rect.rect-bottomLeft:before{bottom:-40px;left:-40px;width:100px;height:200px}@media screen and (max-width: 768px){.p-peopleUnit--rect.rect-bottomLeft:before{left:-10.6666666667vw;bottom:-70px;z-index:2;width:80px;height:40px}}.p-peopleUnit__inner{display:grid;grid-template-columns:1fr 600px;grid-template-areas:"img text";align-items:center;text-decoration:none}@media screen and (max-width: 768px){.p-peopleUnit__inner{grid-template-columns:1fr;grid-template-areas:"img" "text"}}.p-peopleUnit__text{grid-area:text;display:block;position:relative;z-index:1;padding:36px 50px 50px;background:var(--gray-bg)}@media screen and (max-width: 768px){.p-peopleUnit__text{padding:30px 28px}}.p-peopleUnit__img{grid-area:img}.p-peopleUnit__img .img{overflow:hidden}@media screen and (max-width: 768px){.p-peopleUnit__img .img{aspect-ratio:375/240}.p-peopleUnit__img .img img{object-fit:cover;object-position:left center;width:100%;height:100%}}@media screen and (max-width: 768px){.p-peopleUnit__img{margin-bottom:-50px;margin-inline:-8vw}}@media screen and (min-width: 769px){.p-peopleUnit__img .img,.p-peopleUnit__img img{max-width:none}.p-peopleUnit__img .img{margin-right:-200px}.p-peopleUnit__img img{width:800px}}@media (hover: hover){.p-peopleUnit__img img{transition:transform .4s ease-out}.p-peopleUnit__inner:hover .p-peopleUnit__img img{transform:scale(1.1)}}.p-peopleUnit__header{display:grid;grid-template-areas:"shoulder" "title";row-gap:14px;margin-bottom:14px;font-family:var(--font-family-serif);font-weight:500}@media screen and (max-width: 768px){.p-peopleUnit__header{row-gap:10px}}.p-peopleUnit__shoulder{display:grid;grid-template-columns:repeat(2,max-content);grid-area:shoulder;line-height:1;letter-spacing:0;font-size:.875rem;font-weight:500;color:var(--primary-color)}@media screen and (max-width: 768px){.p-peopleUnit__shoulder{font-size:.6875rem}}.p-peopleUnit__shoulder>span{padding:6px;border:1px solid}.p-peopleUnit__shoulder .colored{color:var(--white-color);border-color:var(--primary-color);background-color:var(--primary-color)}.p-peopleUnit__title{grid-area:title;display:flex;align-items:center;min-height:calc(var(--line-height-small) * 2em);line-height:var(--line-height-small);color:var(--primary-color);font-size:1.625rem;font-weight:500}@media screen and (max-width: 768px){.p-peopleUnit__title{font-size:1.375rem}}.p-peopleUnit__department{margin-bottom:5px;font-size:1.0625rem;font-weight:600}@media screen and (max-width: 768px){.p-peopleUnit__department{font-size:1rem}}.p-peopleUnit__work{margin-bottom:8px;line-height:1.6;font-size:.9375rem}@media screen and (max-width: 768px){.p-peopleUnit__work{font-size:.875rem}}.p-peopleUnit__name{font-size:1.25rem;font-weight:600}@media screen and (max-width: 768px){.p-peopleUnit__name{font-size:1.125rem}}.p-interviewMv{position:relative}@media screen and (min-width: 769px){.p-interviewMv{display:flex;align-items:flex-end;height:700px}}@media screen and (max-width: 768px){.p-interviewMv{display:grid;align-items:end;grid-template-columns:1fr;grid-template-areas:"img" "text"}}.p-interviewMv__rect{position:absolute;left:0;bottom:-60px}@media screen and (max-width: 768px){.p-interviewMv__rect{top:calc(77.3333333333vw - 15px);bottom:auto;z-index:1}}.p-interviewMv__rect svg{display:block;width:420px;height:90px}@media screen and (max-width: 768px){.p-interviewMv__rect svg{width:210px;height:45px}}.p-interviewMv__rect svg rect{clip-path:inset(0 100% 0 0);transition:clip-path .25s cubic-bezier(.785,.135,.15,.86)}.p-interviewMv__rect svg rect:nth-child(4n+2){transition-delay:.2s}.p-interviewMv__rect svg rect:nth-child(4n+3){transition-delay:.3s}.is-scroll-inview .p-interviewMv__rect svg rect{clip-path:inset(0)}.p-interviewMv__bg{grid-area:img}.p-interviewMv__bg img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 769px){.p-interviewMv__bg{position:absolute;inset:0;width:100%;height:100%}}@media screen and (max-width: 768px){.p-interviewMv__bg{aspect-ratio:375/290}.p-interviewMv__bg img{object-position:left center}}.p-interviewMv__text{grid-area:text;position:relative;z-index:1}@media screen and (min-width: 769px){.p-interviewMv__text{min-width:720px;margin-left:50%}}.p-interviewMv__text:before{content:"";display:block;position:absolute;top:-40px;right:-40px;width:200px;height:100px;background-color:var(--secondary-color)}@media screen and (max-width: 768px){.p-interviewMv__text:before{top:auto;bottom:-40px;right:0;width:80px;height:40px}}.p-interviewMv__box{position:relative;padding:50px 120px 50px 70px;background-color:var(--primary-color);color:var(--white-color)}@media screen and (max-width: 768px){.p-interviewMv__box{padding:60px 8vw}}.p-interviewMv__header{display:grid;grid-template-areas:"shoulder" "title";row-gap:15px;margin-bottom:15px;font-family:var(--font-family-serif);font-weight:500;color:var(--white-color)}.p-interviewMv__shoulder{display:grid;grid-template-columns:repeat(2,max-content);grid-area:shoulder;line-height:1;letter-spacing:0;font-size:.875rem;font-weight:500;color:var(--white-color)}@media screen and (max-width: 768px){.p-interviewMv__shoulder{font-size:.6875rem}}.p-interviewMv__shoulder>span{padding:6px;border:1px solid}.p-interviewMv__shoulder .colored{color:var(--primary-color);border-color:var(--white-color);background-color:var(--white-color)}.p-interviewMv__title{grid-area:title;display:flex;align-items:center;line-height:var(--line-height-small);font-size:2.5rem;font-weight:500}@media screen and (max-width: 768px){.p-interviewMv__title{font-size:1.625rem}}.p-interviewMv__department{margin-bottom:15px;font-size:1.0625rem}@media screen and (max-width: 768px){.p-interviewMv__department{font-size:1.0625rem}}.p-interviewMv__work{margin-bottom:8px;line-height:var(--line-height-large);font-size:.9375rem}@media screen and (max-width: 768px){.p-interviewMv__work{font-size:.875rem}}.p-interviewMv__name{margin-bottom:12px;font-size:1.5rem;font-weight:600}@media screen and (max-width: 768px){.p-interviewMv__name{font-size:1.375rem}}.p-interviewOther{position:relative;padding-block:130px}@media screen and (max-width: 768px){.p-interviewOther{padding-top:90px;padding-bottom:60px}}.p-interviewOther:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:337px;background-color:var(--primary-bg)}@media screen and (max-width: 768px){.p-interviewOther:before{height:283px}}.p-interviewOther__heading{font-size:2.375rem}@media screen and (max-width: 768px){.p-interviewOther__heading{font-size:1.5rem}}.p-interviewOther__header{display:grid;grid-template-areas:"shoulder" "title";row-gap:23px;margin-bottom:60px;font-family:var(--font-family-serif)}@media screen and (max-width: 768px){.p-interviewOther__header{margin-bottom:40px;row-gap:20px}}.p-interviewOther__title{grid-area:title;line-height:1.35;font-size:2.375rem;font-weight:500}@media screen and (max-width: 768px){.p-interviewOther__title{font-size:1.5rem}}.p-interviewOther__title .bracket01{margin-left:-.65em}.p-interviewOther__title .bracket02{letter-spacing:-.4em}.p-interviewOther__shoulder{display:grid;grid-template-columns:repeat(2,max-content);grid-area:shoulder;line-height:1;letter-spacing:0;font-size:.875rem;font-weight:500;color:var(--secondary-color)}@media screen and (max-width: 768px){.p-interviewOther__shoulder{font-size:.6875rem}}.p-interviewOther__shoulder>span{padding:5px;border:1px solid}.p-interviewOther__shoulder .colored{border-color:var(--secondary-color);background-color:var(--secondary-color);color:#fff}.p-relatedBtn{display:grid;place-content:center;row-gap:27px;position:relative;max-width:var(--inner-width);width:100%;max-width:1200px;height:400px;margin-inline:auto;background-color:var(--primary-color);color:#fff;line-height:1;text-align:center;text-decoration:none}@media screen and (max-width: 768px){.p-relatedBtn{row-gap:9px;height:auto;padding:30px 95px 30px 30px;min-height:420px;align-content:start;text-align:left}}.p-relatedBtn:before{content:"";display:block;position:absolute;top:0;right:0;width:100px;height:50px;background-color:var(--secondary-color)}@media screen and (max-width: 768px){.p-relatedBtn:before{width:30px;height:15px}}.p-relatedBtn__inner{position:relative;z-index:1}.p-relatedBtn__bg{position:absolute;inset:0;width:100%;height:100%}.p-relatedBtn__bg img{width:100%;height:100%;object-fit:cover;object-position:left bottom}@media screen and (max-width: 768px){.p-relatedBtn__bg img{object-position:right top}}.p-relatedBtn__bg:before{content:"";display:block;position:absolute;inset:0;width:100%;height:100%;background-color:#6074bfcc}.p-relatedBtn__title{margin-bottom:18px;line-height:var(--line-height-small);font-family:var(--font-family-serif);font-size:2.25rem;font-weight:500}@media screen and (max-width: 768px){.p-relatedBtn__title{font-size:1.375rem}}.p-relatedBtn__department{margin-bottom:10px;font-size:1.0625rem;font-weight:500}@media screen and (max-width: 768px){.p-relatedBtn__department{font-size:1rem}}.p-relatedBtn__work{margin-bottom:30px;line-height:1.6;font-size:.9375rem}@media screen and (max-width: 768px){.p-relatedBtn__work{margin-bottom:10px}}.p-relatedBtn__name{font-size:1.1875rem}@media screen and (max-width: 768px){.p-relatedBtn__name{font-size:1.125rem}}.p-relatedBtn__arrow{position:absolute;top:50%;right:123px;transform:translateY(-50%)}@media screen and (max-width: 768px){.p-relatedBtn__arrow{top:auto;right:30px;bottom:0}}.p-interviewSection{position:relative;padding-top:130px}@media screen and (max-width: 768px){.p-interviewSection{padding-top:60px}}.p-interviewSection__img img{width:100%;height:auto}@media screen and (max-width: 768px){.p-interviewSection__img--full{aspect-ratio:375/240}.p-interviewSection__img--full img{object-fit:cover;width:100%;height:100%}}.p-interview{position:relative;margin-bottom:100px}@media screen and (max-width: 768px){.p-interview{margin-bottom:60px}}.p-interview--ltr:before,.p-interview--rtl:before{content:"";position:absolute;top:50%;width:calc(100% - 500px);height:440px;max-height:100%;background-color:var(--primary-bg);transform:translateY(-50%)}@media screen and (max-width: 768px){.p-interview--ltr:before,.p-interview--rtl:before{top:auto;bottom:150px;width:76%;height:400px;transform:none}}.p-interview--ltr .p-interview__img img,.p-interview--rtl .p-interview__img img{position:relative}.p-interview--ltr:before{right:0}@media screen and (min-width: 769px){.p-interview--ltr .p-interview__img img{right:-120px}}.p-interview--rtl:before{left:0}@media screen and (min-width: 769px){.p-interview--rtl .p-interview__img{order:-1}.p-interview--rtl .p-interview__img img{left:-120px}}.p-interview__grid{display:grid;align-items:center;grid-template-columns:repeat(2,1fr);position:relative}@media screen and (max-width: 768px){.p-interview__grid{grid-template-columns:1fr;row-gap:40px}}.p-interview__2-1{grid-column:span 1}.p-interview__2-2{grid-column:span 2}.p-interview__header{display:grid;grid-template-columns:1fr;row-gap:20px;margin-bottom:40px;font-family:var(--font-family-serif)}@media screen and (max-width: 768px){.p-interview__header{margin-bottom:20px}}.p-interview__header .text{line-height:1.7;color:var(--primary-color);font-size:1.75rem;font-weight:500}@media screen and (max-width: 768px){.p-interview__header .text{font-size:1.375rem}}.p-interview__header .question{width:fit-content;padding:6px 36px 7px;background-color:var(--primary-color);text-align:center;color:var(--white-color);line-height:1;letter-spacing:0;font-size:.75rem;font-weight:500}.entry-information{padding-top:120px;padding-bottom:160px}@media screen and (max-width: 768px){.entry-information{padding-top:75px;padding-bottom:90px}}.entry-recruiter{padding-top:190px;padding-bottom:150px}@media screen and (max-width: 768px){.entry-recruiter{padding-top:110px;padding-bottom:80px}}.entry-recruiter__bg{position:relative;margin-top:70px}@media screen and (max-width: 768px){.entry-recruiter__bg{margin-top:45px}}.entry-recruiter__bg:before{content:"";position:absolute;top:calc(50% + 17px);right:0;width:calc(100% - 500px);height:calc(100% - 190px);background-color:var(--primary-bg);transform:translateY(-50%)}@media screen and (max-width: 768px){.entry-recruiter__bg:before{top:calc(50% - 117px);width:80%;height:calc(100% - 394px)}}.entry-recruiter__bg .c-grid__text,.entry-recruiter__bg .c-grid__img{position:relative}
