.cRecruitNav{background-color:#f4f4f4}.cRecruitNav__inner{gap:calc(.6875 * var(--rem));padding:calc(2.6875 * var(--rem)) calc(20 * var(--px)) calc(48 * var(--px));display:grid}.cRecruitNav__head{gap:calc(4 * var(--px));font-family:var(--font-alumni-sans);font-size:calc(3 * var(--rem));text-transform:uppercase;justify-content:center;line-height:1;display:flex}.cRecruitNav__head_thick{color:var(--color-blue-logo);font-weight:600}.cRecruitNav__head_thin{font-weight:300}.cRecruitNav__list{gap:calc(8 * var(--px));grid-template-columns:repeat(2,1fr);display:grid}.cRecruitNav__listItem_link{gap:calc(.4375 * var(--rem));padding:calc(8 * var(--px));background-color:var(--color-white);border-radius:calc(3 * var(--px));display:grid}.cRecruitNav__listItem_image{width:100%;height:calc(72 * var(--px));border-radius:calc(3 * var(--px));overflow:hidden}.cRecruitNav__listItem_content{padding:0 calc(8 * var(--px));justify-content:space-between;align-items:center;display:flex}.cRecruitNav__listItem_name{font-size:calc(.8125 * var(--rem));line-height:1.5}.cRecruitNav__listItem_arrow{padding:0 calc(8 * var(--px));margin-right:calc(-8 * var(--px));overflow:hidden}.cRecruitNav__listItem_arrow_inner{width:calc(9 * var(--px));height:calc(8 * var(--px));position:relative}.cRecruitNav__listItem_arrow_svg:nth-child(2){top:0;left:calc(-100% - 8 * var(--px));width:100%;height:100%;position:absolute}@media screen and (width>=960px){.cRecruitNav{grid-template-rows:min-content;grid-template-columns:repeat(var(--grid-columns), 1fr);display:grid}.cRecruitNav__inner{grid-template-columns:auto calc(1162 * var(--px));gap:calc(50 * var(--px));padding:calc(5 * var(--rem)) 0 calc(80 * var(--px));grid-column:2/30;justify-content:space-between}.cRecruitNav__head{font-size:calc(3.5 * var(--rem));flex-direction:column;justify-content:flex-start;gap:0;margin-top:-.3125rem;margin-left:-.125rem}.cRecruitNav__head_thin{margin-top:-.5rem}.cRecruitNav__listItem_link{grid-template-columns:calc(160 * var(--px)) 1fr;gap:calc(32 * var(--px));padding:calc(8 * var(--px)) calc(32 * var(--px)) calc(8 * var(--px)) calc(8 * var(--px))}.cRecruitNav__listItem_image{height:calc(100 * var(--px))}.cRecruitNav__listItem_content{padding:0}.cRecruitNav__listItem_name{font-size:1rem;line-height:2}.cRecruitNav__listItem_arrow{margin-right:-8px;padding:0 8px}.cRecruitNav__listItem_arrow_inner{width:9px;height:8px}.cRecruitNav__listItem_arrow_svg:nth-child(2){left:calc(-100% - 8px)}}@media (any-hover:hover){.cRecruitNav__listItem_link{transition:color .4s var(--ease-out-quart)}.cRecruitNav__listItem_image_img{transition:transform .4s var(--ease-out-quart)}.cRecruitNav__listItem_arrow_inner{transition:transform 0s var(--ease-out-quart)}.cRecruitNav__listItem_link:hover{color:var(--color-blue-logo)}.cRecruitNav__listItem_link:hover .cRecruitNav__listItem_image_img{transition-duration:.24s;transform:scale(1.08)}.cRecruitNav__listItem_link:hover .cRecruitNav__listItem_arrow_inner{transition-duration:.24s;transform:translate(calc(100% + 8px))}}.cRecruitCommonLink{border-radius:9999px;width:100%;position:relative;overflow:hidden}.cRecruitCommonLink[data-color=transparent]{--_hover-bg:#ffffff40;--_hover-color:var(--color-white);border:solid 1px var(--color-white);background-color:#0000}.cRecruitCommonLink[data-color=white]{--_hover-bg:var(--color-blue-logo);--_hover-color:var(--color-white);color:var(--color-blue-logo);background-color:var(--color-white);border:solid 1px var(--color-blue-logo)}.cRecruitCommonLink[data-color=blue]{--_hover-bg:var(--color-white);--_hover-color:var(--color-blue-logo);color:var(--color-white);background-color:var(--color-blue-logo);border:solid 1px var(--color-blue-logo)}.cRecruitCommonLink[data-color=black]{--_hover-bg:#666;--_hover-color:var(--color-white);color:var(--color-white);background-color:#292828}.cRecruitCommonLink[data-color=white-green]{--_hover-bg:var(--color-green);--_hover-color:var(--color-white);color:var(--color-green);background-color:var(--color-white);border:solid 1px var(--color-green)}.cRecruitCommonLink[data-color=green]{--_hover-bg:var(--color-white);--_hover-color:var(--color-green);color:var(--color-white);background-color:var(--color-green);border:solid 1px var(--color-green)}.cRecruitCommonLink__move{width:100%;position:relative}.cRecruitCommonLink__move_item{width:100%;padding:calc(.9375 * var(--rem)) calc(34 * var(--px)) calc(.9375 * var(--rem)) calc(24 * var(--px));justify-content:center;align-items:center;display:flex}.cRecruitCommonLink__move_item.--hover{position:absolute;top:100%;left:0}.cRecruitCommonLink__window{top:calc(50% - 10 * var(--px) / 2);right:calc(22 * var(--px));width:calc(10 * var(--px));height:calc(10 * var(--px));position:absolute}.cRecruitCommonLink__arrow{top:calc(50% - 8 * var(--px) / 2);right:calc(24 * var(--px));width:calc(9 * var(--px));height:calc(8 * var(--px));position:absolute}@media screen and (width>=960px){.cRecruitCommonLink__move_item{padding:.9375rem 34px .9375rem 24px}.cRecruitCommonLink__window{width:10px;height:10px;top:calc(50% - 5px);right:24px}.cRecruitCommonLink__arrow{width:9px;height:8px;position:absolute;top:calc(50% - 4px);right:24px}}@media (any-hover:hover){.cRecruitCommonLink{transition:background-color .64s var(--ease-out-expo), color .64s var(--ease-out-expo)}.cRecruitCommonLink__move{transition:transform .64s var(--ease-out-expo)}.cRecruitCommonLink__move_item{transition:opacity .4s var(--ease-out-quad)}.cRecruitCommonLink:hover{color:var(--_hover-color);background-color:var(--_hover-bg)}.cRecruitCommonLink:hover .cRecruitCommonLink__move{transform:translateY(-100%)}.cRecruitCommonLink:hover .cRecruitCommonLink__move_item{opacity:0}.cRecruitCommonLink:hover .cRecruitCommonLink__move_item.--hover{opacity:1}}.cTeamTalk{padding:calc(56 * var(--px)) calc(20 * var(--px))}.cTeamTalk__inner{gap:calc(.5625 * var(--rem));display:grid}.cTeamTalk__image{width:100%;display:grid}.cTeamTalk__image_item{width:100%;height:calc(166 * var(--px))}.cTeamTalk__head_en{gap:calc(13 * var(--px));font-family:var(--font-alumni-sans);font-size:calc(6.25 * var(--rem));color:var(--color-blue-logo);text-transform:uppercase;font-weight:600;line-height:1;display:flex}.cTeamTalk__head_jp{margin-top:calc(.0625 * var(--rem));font-size:calc(.9375 * var(--rem));letter-spacing:.08em;line-height:1.7}.cTeamTalk__description{margin-top:calc(1 * var(--rem));font-size:calc(.875 * var(--rem));font-weight:400;line-height:2}.cTeamTalk__more{width:calc(320 * var(--px));margin:calc(2 * var(--rem)) auto 0;font-size:calc(.875 * var(--rem));line-height:1.4}@media screen and (width>=960px){.cTeamTalk{padding:calc(120 * var(--px)) 0}.cTeamTalk__inner{grid-template-rows:min-content;grid-template-columns:repeat(var(--grid-columns), 1fr);gap:0;display:grid}.cTeamTalk__image{grid-column:14/28;height:fit-content}.cTeamTalk__image_item{height:calc(300 * var(--px))}.cTeamTalk__content{flex-direction:column;grid-area:1/4/auto/13;justify-content:center;display:flex}.cTeamTalk__head_en{font-size:clamp(80rem / 16, 7.5 * var(--rem), 120rem / 16)}.cTeamTalk__head_jp{margin-top:0;font-size:.9375rem}.cTeamTalk__description{width:calc(365 * var(--px));margin-top:2.5rem;font-size:1rem}.cTeamTalk__more{width:calc(280 * var(--px));margin:2rem 0 0;font-size:1rem}}.cInterviewCard{width:100%;height:100%}.cInterviewCard__link{background-color:gray;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:8px 8px 8px #10416b7a}.cInterviewCard__image{width:100%;height:100%;position:relative}.cInterviewCard__image:before{content:"";mix-blend-mode:multiply;opacity:.2;background:linear-gradient(#0000 45.34%,#000 100%);position:absolute;inset:0}.cInterviewCard__content{width:100%;height:100%;padding:calc(8 * var(--px));flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.cInterviewCard__category{top:calc(8 * var(--px));left:calc(8 * var(--px));padding:calc(3 * var(--px)) calc(4 * var(--px)) calc(2 * var(--px)) calc(3 * var(--px));font-size:calc(.8125 * var(--rem));color:var(--color-white);letter-spacing:.17em;background-color:var(--color-green);writing-mode:vertical-rl;line-height:1.1;position:absolute}.cInterviewCard__category[data-category=civil-engineering]{background-color:var(--color-blue-logo)}.cInterviewCard__category[data-category=general-affairs]{background-color:var(--color-pink)}.cInterviewCard__category[data-category=sales]{background-color:var(--color-purple)}.cInterviewCard__profile{color:var(--color-white);flex-direction:column;display:flex}.cInterviewCard__name{font-size:calc(.875 * var(--rem));letter-spacing:.08em;line-height:1.3}.cInterviewCard__job{margin-top:calc(.1875 * var(--rem));font-size:calc(.625 * var(--rem));letter-spacing:.08em;flex-wrap:wrap;line-height:1.3;display:flex}.cInterviewCard__job_join{display:flex}.cInterviewCard__job_join:before{content:"／"}.cInterviewCard__graduate{margin-top:calc(.125 * var(--rem));font-size:calc(.625 * var(--rem));letter-spacing:.08em;line-height:1.3}@media screen and (width>=960px){.cInterviewCard__link{box-shadow:8px 8px 8px #10416b7a}.cInterviewCard__content{padding:calc(16 * var(--px))}.cInterviewCard__category{top:calc(15 * var(--px));left:calc(15 * var(--px));padding:calc(3 * var(--px)) calc(2 * var(--px)) calc(3 * var(--px)) calc(1 * var(--px));font-size:1rem;line-height:1.2}.cInterviewCard__name{font-size:1rem}.cInterviewCard__job,.cInterviewCard__graduate{margin-top:.25rem;font-size:.75rem}}@media (any-hover:hover){.cInterviewCard__image{transition:transform .8s var(--ease-out-expo)}.cInterviewCard__link:hover .cInterviewCard__image{transition-duration:.64s;transform:scale(1.07)}}.cWpHeadline{font-size:calc(1.625 * var(--rem));letter-spacing:.04em;line-height:1.6}.cWpHeadline:not(:first-child){margin-top:calc(4 * var(--rem))}.cWpCareerHeadline{font-size:calc(1.5 * var(--rem));line-height:1.7}.cWpCareerHeadline:not(:first-child){margin-top:calc(4 * var(--rem))}@media screen and (width>=960px){.cWpHeadline{font-size:2.5rem}.cWpHeadline:not(:first-child){margin-top:7.5rem}.cWpCareerHeadline{padding-left:calc(50 * var(--px));letter-spacing:.04em;font-size:2.5rem;line-height:1.6}.cWpCareerHeadline:not(:first-child){margin-top:7.5rem}}.cWpImage{margin:0 calc(-20 * var(--px))}.cWpImage:not(:first-child){margin-top:calc(80 * var(--px))}.cWpImage+.cWpHeadline{margin-top:calc(40 * var(--px))}.cWpCareerImage{height:calc(390 * var(--px));margin:0 calc(-20 * var(--px));overflow:hidden}.cWpCareerImage:not(:first-child){margin-top:calc(32 * var(--px))}.cWpCareerImage+.cWpHeadline{margin-top:calc(40 * var(--px))}@media screen and (width>=960px){.cWpImage{width:100%;margin:0}.cWpImage:not(:first-child){margin-top:calc(133 * var(--px))}.cWpImage+.cWpHeadline{margin-top:calc(48 * var(--px))}.cWpCareerImage{height:calc(708 * var(--px));margin:0}.cWpCareerImage:not(:first-child){margin-top:calc(120 * var(--px))}.cWpCareerImage+.cWpCareerHeadline{margin-top:calc(40 * var(--px))}.cWpCareerImage+.cWpEnHeadline{margin-top:calc(48 * var(--px))}}.cWpImageText{gap:calc(2 * var(--rem));margin-top:calc(32 * var(--px));grid-template-columns:1fr;display:grid}.cWpImageText__image{width:100%}.cWpImageText__content{font-size:calc(.875 * var(--rem));font-weight:400;line-height:2}.cWpImageText__content .acf-innerblocks-container{gap:calc(1.5 * var(--rem));flex-direction:column;display:flex}.cWpImageText__content .acf-innerblocks-container .wp-block-paragraph>a{text-underline-offset:.2em;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;display:inline-block}.cWpImageText__content .acf-innerblocks-container .wp-block-paragraph>strong{font-weight:700}@media screen and (width>=960px){.cWpImageText{grid-template-columns:calc(490 * var(--px)) 1fr;gap:calc(120 * var(--px));margin-top:calc(48 * var(--px))}.cWpImageText__image{height:fit-content}.cWpImageText__content{font-size:1rem}.cWpImageText__content .acf-innerblocks-container{gap:2.5rem}.cWpImageText.image-right{grid-template-columns:1fr calc(490 * var(--px))}.cWpImageText.image-right .cWpImageText__image{grid-area:1/2}.cWpImageText.image-right .cWpImageText__content{grid-area:1/1}}.cWpTextFlex{gap:calc(1.5 * var(--rem));font-size:calc(.875 * var(--rem));font-weight:400;line-height:2;display:grid}.cWpTextFlex:not(:first-child){margin-top:calc(2 * var(--rem))}.cWpTextFlex__text a{text-underline-offset:.2em;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;display:inline-block}.cWpTextFlex__text strong{font-weight:700}.cWpCareerTextFlex{gap:calc(2 * var(--rem));font-size:calc(.875 * var(--rem));line-height:2;display:grid}.cWpCareerTextFlex:not(:first-child){margin-top:calc(2 * var(--rem))}.cWpCareerTextFlex__text a{text-underline-offset:.2em;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;display:inline-block}.cWpCareerTextFlex__text strong{font-weight:700}@media screen and (width>=960px){.cWpTextFlex{gap:calc(34 * var(--px));grid-template-columns:repeat(2,1fr);font-size:1rem}.cWpTextFlex:not(:first-child){margin-top:calc(2.625 * var(--rem))}.cWpCareerTextFlex{gap:calc(40 * var(--px));padding:0 calc(50 * var(--px));grid-template-columns:repeat(2,1fr);font-size:1rem}.cWpCareerTextFlex:not(:first-child){margin-top:calc(2.5 * var(--rem))}}@keyframes loopSlide1{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes loopSlide2{0%{transform:translate(0)}to{transform:translate(-200%)}}@keyframes loopSlideY1{0%{transform:translateY(100%)}to{transform:translateY(-100%)}}@keyframes loopSlideY2{0%{transform:translateY(0)}to{transform:translateY(-200%)}}@keyframes loopSlideYReverse1{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes loopSlideYReverse2{0%{transform:translateY(-200%)}to{transform:translateY(0)}}.cWpSchedule{color:var(--color-white)}.cWpSchedule__inner{gap:calc(28 * var(--px));padding:calc(2.5625 * var(--rem)) calc(20 * var(--px)) calc(20 * var(--px));border-radius:calc(16 * var(--px));background-color:#065699;display:grid}.cWpSchedule__head_sub{font-family:var(--font-alumni-sans);font-size:calc(.875 * var(--rem));text-transform:uppercase;letter-spacing:.09em;gap:.26em;font-weight:600;line-height:1;display:flex}.cWpSchedule__head_main{margin-top:calc(.125 * var(--rem));font-size:calc(1.5 * var(--rem));letter-spacing:.04em;line-height:1.6}.cWpSchedule__body{margin-top:calc(1.5625 * var(--rem))}.cWpSchedule__list{gap:calc(.5 * var(--rem));display:grid}.cWpSchedule__listItem{gap:calc(18 * var(--px));padding-bottom:calc(.5 * var(--rem));border-bottom:1px solid #00457e;grid-template-columns:auto 1fr;align-items:center;display:grid}.cWpSchedule__listItem_time{min-width:calc(65 * var(--px));padding:calc(4 * var(--px)) calc(12 * var(--px));font-family:var(--font-inter);font-size:calc(.75 * var(--rem));background-color:#054275;border-radius:9999px;justify-content:center;align-items:center;line-height:1;display:inline-flex}.cWpSchedule__listItem_work{font-size:calc(1 * var(--rem));letter-spacing:.04em;font-weight:400;line-height:1.6}.cWpSchedule__comment{margin-top:calc(1 * var(--rem));font-size:calc(.875 * var(--rem));font-weight:400;line-height:2}.cWpSchedule__image{height:calc(368 * var(--px));border-radius:calc(4 * var(--px));overflow:hidden}.cWpSchedule__image_inner{gap:calc(9 * var(--px));grid-template-columns:repeat(2,1fr);display:grid}.cWpSchedule__image_slider{width:100%;height:100%;display:grid}.cWpSchedule__image_slider_slide{--_slider-time:50s;display:grid}.cWpSchedule__image_slider_slide.--left{grid-template-rows:calc(105 * var(--px)) calc(200 * var(--px)) calc(105 * var(--px)) calc(200 * var(--px))}.cWpSchedule__image_slider_slide.--left:first-child{animation:loopSlideY1 var(--_-slider-time,50s) calc(var(--_-slider-time,50s) * -.5) linear infinite}.cWpSchedule__image_slider_slide.--left:nth-child(2){animation:loopSlideY2 var(--_-slider-time,50s) linear infinite}.cWpSchedule__image_slider_slide.--right{grid-template-rows:calc(200 * var(--px)) calc(105 * var(--px)) calc(200 * var(--px)) calc(105 * var(--px))}.cWpSchedule__image_slider_slide.--right:first-child{animation:loopSlideYReverse1 var(--_-slider-time,50s) calc(var(--_-slider-time,50s) * -.5) linear infinite}.cWpSchedule__image_slider_slide.--right:nth-child(2){animation:loopSlideYReverse2 var(--_-slider-time,50s) linear infinite}.cWpSchedule__image_slider_slideItem{width:100%;height:100%;padding-top:calc(7 * var(--px))}.cWpCareerSchedule{margin-top:calc(2 * var(--rem))}.cWpCareerSchedule__inner{gap:calc(28 * var(--px));padding:calc(2.5 * var(--rem)) calc(20 * var(--px)) calc(20 * var(--px));border-radius:calc(16 * var(--px));background-color:#e7f2f3;border:1px solid #c0d4d5;display:grid}.cWpCareerSchedule__head_sub{font-family:var(--font-alumni-sans);font-size:calc(.875 * var(--rem));text-transform:uppercase;letter-spacing:.09em;gap:.34em;font-weight:600;line-height:1;display:flex}.cWpCareerSchedule__head_main{margin-top:calc(.1875 * var(--rem));font-size:calc(1.25 * var(--rem));letter-spacing:.04em;line-height:1.6}.cWpCareerSchedule__body{margin-top:calc(1.6875 * var(--rem))}.cWpCareerSchedule__list{gap:calc(.5625 * var(--rem));display:grid}.cWpCareerSchedule__listItem{gap:calc(18 * var(--px));padding-bottom:calc(.5 * var(--rem));border-bottom:1px solid #c0d4d5;grid-template-columns:auto 1fr;align-items:center;display:grid}.cWpCareerSchedule__listItem_time{min-width:calc(70 * var(--px));padding:calc(4 * var(--px)) calc(12 * var(--px));font-family:var(--font-inter);font-size:calc(.8125 * var(--rem));color:var(--color-white);background-color:var(--color-green);border-radius:9999px;justify-content:center;align-items:center;line-height:1;display:inline-flex}.cWpCareerSchedule__listItem_work{font-size:calc(1 * var(--rem));letter-spacing:.04em;font-weight:400;line-height:1.6}.cWpCareerSchedule__comment{margin-top:calc(1 * var(--rem));font-size:calc(.875 * var(--rem));font-weight:400;line-height:2}.cWpCareerSchedule__image{height:calc(318 * var(--px));overflow:hidden}.cWpCareerSchedule__image_inner{gap:calc(4 * var(--px));grid-template-columns:repeat(2,1fr);display:grid}.cWpCareerSchedule__image_slider{width:100%;height:100%;display:grid}.cWpCareerSchedule__image_slider_slide{--_slider-time:50s;display:grid}.cWpCareerSchedule__image_slider_slide.--left{grid-template-rows:calc(102 * var(--px)) calc(220 * var(--px)) calc(102 * var(--px)) calc(220 * var(--px))}.cWpCareerSchedule__image_slider_slide.--left:first-child{animation:loopSlideY1 var(--_-slider-time,50s) calc(var(--_-slider-time,50s) * -.5) linear infinite}.cWpCareerSchedule__image_slider_slide.--left:nth-child(2){animation:loopSlideY2 var(--_-slider-time,50s) linear infinite}.cWpCareerSchedule__image_slider_slide.--right{grid-template-rows:calc(220 * var(--px)) calc(102 * var(--px)) calc(220 * var(--px)) calc(102 * var(--px))}.cWpCareerSchedule__image_slider_slide.--right:first-child{animation:loopSlideYReverse1 var(--_-slider-time,50s) calc(var(--_-slider-time,50s) * -.5) linear infinite}.cWpCareerSchedule__image_slider_slide.--right:nth-child(2){animation:loopSlideYReverse2 var(--_-slider-time,50s) linear infinite}.cWpCareerSchedule__image_slider_slideItem{width:100%;height:100%;padding-top:calc(4 * var(--px))}@media screen and (width>=960px){.cWpSchedule{padding:0}.cWpSchedule__inner{grid-template-columns:1fr calc(600 * var(--px));gap:calc(80 * var(--px));padding:calc(16 * var(--px)) calc(16 * var(--px)) calc(16 * var(--px)) calc(50 * var(--px));display:grid}.cWpSchedule__content{padding:calc(36 * var(--px)) 0}.cWpSchedule__head_sub{font-size:1rem}.cWpSchedule__head_main{margin-top:.25rem;font-size:2rem}.cWpSchedule__body{margin-top:3rem}.cWpSchedule__list{gap:calc(15 * var(--px))}.cWpSchedule__listItem{gap:calc(24 * var(--px));padding-bottom:.9375rem}.cWpSchedule__listItem_time{min-width:calc(68 * var(--px));padding:calc(4 * var(--px)) calc(12 * var(--px));font-size:1rem}.cWpSchedule__listItem_work{font-size:1.25rem}.cWpSchedule__comment{margin-top:1.5rem;font-size:1rem}.cWpSchedule__image{height:calc(736 * var(--px));min-height:calc(736 * var(--px));border-radius:0 calc(8 * var(--px)) calc(8 * var(--px)) 0}.cWpSchedule__image_inner{gap:calc(16 * var(--px))}.cWpSchedule__image_slider_slide{--_slider-time:80s}.cWpSchedule__image_slider_slide.--left{grid-template-rows:calc(196 * var(--px)) calc(362 * var(--px)) calc(196 * var(--px)) calc(362 * var(--px))}.cWpSchedule__image_slider_slide.--right{grid-template-rows:calc(362 * var(--px)) calc(196 * var(--px)) calc(362 * var(--px)) calc(196 * var(--px))}.cWpSchedule__image_slider_slideItem{padding-top:calc(13 * var(--px))}.cWpCareerSchedule{margin-top:calc(120 * var(--px));grid-template-rows:min-content;grid-template-columns:repeat(26,1fr);display:grid}.cWpCareerSchedule__inner{grid-template-columns:calc(403 * var(--px)) 1fr;gap:calc(81 * var(--px));padding:calc(15 * var(--px)) calc(15 * var(--px)) calc(15 * var(--px)) calc(50 * var(--px));grid-column:2/26}.cWpCareerSchedule__content{padding:calc(36 * var(--px)) 0}.cWpCareerSchedule__head_sub{letter-spacing:.02em;gap:.17em;font-size:1rem}.cWpCareerSchedule__head_main{margin-top:.25rem;font-size:1.625rem}.cWpCareerSchedule__body{margin-top:3rem}.cWpCareerSchedule__list{gap:.9375rem}.cWpCareerSchedule__listItem{gap:calc(24 * var(--px));align-items:flex-start;padding-bottom:.9375rem}.cWpCareerSchedule__listItem_time{min-width:75px;margin-top:.25rem;padding:4px 12px;font-size:1rem}.cWpCareerSchedule__listItem_work{font-size:1.25rem}.cWpCareerSchedule__comment{margin-top:1.5rem;font-size:1rem}.cWpCareerSchedule__image{height:calc(736 * var(--px));min-height:calc(736 * var(--px));border-radius:0 calc(8 * var(--px)) calc(8 * var(--px)) 0;overflow:hidden}.cWpCareerSchedule__image_slider{width:100%;height:100%;display:grid}.cWpCareerSchedule__image_slider_slide{--_slider-time:50s;display:grid}.cWpCareerSchedule__image_slider_slide.--left{grid-template-rows:calc(210 * var(--px)) calc(407 * var(--px)) calc(210 * var(--px)) calc(407 * var(--px))}.cWpCareerSchedule__image_slider_slide.--right{grid-template-rows:calc(407 * var(--px)) calc(210 * var(--px)) calc(407 * var(--px)) calc(210 * var(--px))}}.cWpMessage{color:var(--color-white)}.cWpMessage__inner{gap:calc(1.5 * var(--rem));padding:calc(2 * var(--rem)) calc(20 * var(--px)) calc(32 * var(--px));border-radius:calc(16 * var(--px));background-color:#2e86d0;display:grid}.cWpMessage__content{grid-template-columns:calc(250 * var(--px)) 1fr;gap:calc(12 * var(--px));display:grid}.cWpMessage__head{margin-top:calc(.25 * var(--rem));font-family:var(--font-alumni-sans);font-size:calc(4 * var(--rem));text-transform:uppercase;writing-mode:vertical-rl;grid-area:1/2;font-weight:600;line-height:1}.cWpMessage__text{font-size:calc(.875 * var(--rem));grid-area:1/1;font-weight:400;line-height:1.9}.cWpMessage__image{width:100%;height:calc(180 * var(--px))}@media screen and (width>=960px){.cWpMessage{padding:0}.cWpMessage__inner{grid-template-columns:calc(528 * var(--px)) 1fr;gap:calc(97 * var(--px));padding:calc(32 * var(--px)) calc(50 * var(--px))}.cWpMessage__content{gap:calc(26 * var(--px));grid-column:2}.cWpMessage__head{margin-top:.5rem;font-size:4rem}.cWpMessage__text{font-size:1rem;line-height:2}.cWpMessage__image{height:calc(297 * var(--px));grid-area:1/1}}:root{--_cookie-in-delay:1.6s}.pInterview__inner{padding:calc(104 * var(--px)) 0 calc(86 * var(--px));color:var(--color-white);background:linear-gradient(178deg,#79afe1 1.15%,#2272be 14.63%,#2b75b5 98.53%)}.pInterview__fv{display:grid}.pInterview__fv_head{gap:calc(4 * var(--px));padding:0 calc(20 * var(--px));font-family:var(--font-alumni-sans);opacity:var(--init-opacity);align-items:flex-end;line-height:1;display:flex}.pInterview__fv_head_our{margin-bottom:calc(.375 * var(--rem));font-size:calc(2 * var(--rem));letter-spacing:.02em;font-weight:400}.pInterview__fv_head_team{font-size:calc(3 * var(--rem));text-transform:uppercase;font-weight:600}.pInterview__fv_head_interview{margin-left:calc(4 * var(--px));font-size:calc(3 * var(--rem));text-transform:uppercase;font-weight:300}.pInterview__fv_mv{margin-top:calc(30 * var(--px))}.pInterview__fv_profile{-moz-column-gap:calc(16 * var(--px));column-gap:calc(16 * var(--px));padding:0 calc(20 * var(--px));margin-top:calc(.875 * var(--rem));font-size:calc(.625 * var(--rem));letter-spacing:.08em;grid-template-columns:auto 1px 1fr;line-height:1.3;display:grid}.pInterview__fv_profile_name{font-size:calc(.875 * var(--rem));letter-spacing:.08em;grid-row:1/4;align-items:center;line-height:1.3;display:flex}.pInterview__fv_profile_line{background-color:currentColor;width:1px;height:100%}.pInterview__fv_profile_info{flex-direction:column;display:flex}.pInterview__fv_profile_position{margin-top:calc(.0625 * var(--rem));font-size:calc(.625 * var(--rem));letter-spacing:.08em;line-height:1.3}.pInterview__fv_profile_position_job{margin-left:calc(-3 * var(--px));display:inline-flex}.pInterview__fv_profile_position_job:before{content:"／"}.pInterview__fv_profile_year,.pInterview__fv_profile_graduate{margin-top:calc(.125 * var(--rem))}.pInterview__body{margin-top:calc(5 * var(--rem))}.pInterview__wp{padding:0 calc(20 * var(--px))}.pInterview__wp>p>a{text-underline-offset:.2em;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;display:inline-block}.pInterview__wp>p>img{width:100%;height:auto}.pInterview__wp>p>strong{font-weight:700}.pInterview__schedule{margin-top:calc(3.5 * var(--rem))}.pInterview__message{margin-top:calc(8 * var(--px))}.pInterviewMv,.pInterviewMv__inner{width:100%}.pInterviewMv__image{justify-items:center;width:100%;display:grid}.pInterviewMv__image>*{grid-area:1/1}.pInterviewMv__image_bg{width:100%;height:calc(193 * var(--px));margin-top:calc(94 * var(--px));opacity:var(--init-opacity)}.pInterviewMv__image_main{width:calc(234 * var(--px));height:calc(345 * var(--px));margin-left:calc(22 * var(--px));opacity:var(--init-opacity);justify-items:center;display:grid}.pInterviewMv__image_main>*{grid-area:1/1}.pInterviewMv__image_shadow{width:100%;height:100%;margin-left:calc(-22 * var(--px));background-color:var(--color-green);opacity:var(--init-opacity)}@media (scripting:none){.pInterviewMv__image_shadow{transform:rotate(-4deg)}}.pInterviewMv__image_thumb{width:100%;height:100%;position:relative;box-shadow:3.89px 3.89px 1.945px #04457740}@media (scripting:none){.pInterviewMv__image_thumb{transform:rotate(-4deg)}}.pInterviewMv__lead{gap:calc(.375 * var(--rem));padding:0 calc(20 * var(--px));margin-top:calc(1.9375 * var(--rem));font-size:calc(1.25 * var(--rem));opacity:var(--init-opacity);flex-direction:column;line-height:1.6;display:flex}.pInterviewMv__lead .line-lead{width:fit-content;padding:calc(1 * var(--px)) calc(8 * var(--px)) calc(5 * var(--px));background:linear-gradient(var(--color-blue-logo) 0%, var(--color-blue-logo) 100%);-webkit-box-decoration-break:clone;box-decoration-break:clone;background-repeat:no-repeat;display:inline}.pOther{background-color:#b6c4d2}.pOther__inner{padding:calc(2.5625 * var(--rem)) 0 calc(49 * var(--px));flex-direction:column;align-items:center;display:flex;overflow-x:clip}.pOther__head{width:fit-content;font-size:calc(.875 * var(--rem));letter-spacing:.08em;flex-direction:column;line-height:1.7;display:flex}.pOther__head_text{padding-bottom:calc(.125 * var(--rem));display:inline-block;overflow:hidden}.pOther__head_line{background-color:currentColor;width:100%;height:1px;display:block}.pOther__body{width:100%;margin-top:calc(2.0625 * var(--rem));flex-direction:column;align-items:center;display:flex}.pOther__slider_list{display:flex}.pOther__slider_listItem{padding-left:calc(16 * var(--px))}.pOther__slider .cInterviewCard__link{width:calc(192 * var(--px));height:calc(282 * var(--px));box-shadow:5.122px 5.122px 2.561px #a6b7c9}.pOther__slider .cInterviewCard__content{padding:calc(6 * var(--px)) calc(8 * var(--px))}.pOther__slider .cInterviewCard__category{font-size:calc(.875 * var(--rem));letter-spacing:.1em}.pOther__slider .cInterviewCard__graduate{margin-top:calc(.1875 * var(--rem))}.pOther__slider .splide__sr{display:none}.pOther__back{width:calc(320 * var(--px));margin-top:calc(48 * var(--px));font-size:calc(.875 * var(--rem));letter-spacing:.08em;line-height:1.4}@media screen and (width>=960px){.pInterview__inner{grid-template-rows:min-content;grid-template-columns:repeat(var(--grid-columns), 1fr);padding:0 0 calc(120 * var(--px));background:linear-gradient(178deg,#74b3ef 1.15%,#3b7fbf 14.63%,#2b75b5 98.53%);display:grid;position:relative}.pInterview__pin{height:100vh;padding-top:calc(24 * var(--px));flex-direction:column;grid-column:2/7;justify-content:center;display:flex;position:sticky;top:0}.pInterview__pin_head{font-family:var(--font-alumni-sans);opacity:var(--init-opacity);flex-direction:column;line-height:1;display:flex}.pInterview__pin_head_our{font-size:clamp(45rem / 16, 4 * var(--rem), 64rem / 16);letter-spacing:.02em;font-weight:400}.pInterview__pin_head_team{font-size:clamp(72rem / 16, 6.375 * var(--rem), 102rem / 16);text-transform:uppercase;margin-top:-.6875rem;font-weight:600}.pInterview__pin_head_interview{font-size:clamp(52rem / 16, 4.5625 * var(--rem), 73rem / 16);text-transform:uppercase;margin-top:-.875rem;font-weight:300}.pInterview__pin_profile{letter-spacing:.08em;margin-top:.375rem;font-size:.875rem;line-height:1.3;display:grid}.pInterview__pin_profile_line{background-color:currentColor;width:100%;height:1px}.pInterview__pin_profile_name{letter-spacing:.08em;margin-top:.75rem;font-size:1.25rem;line-height:1.3}.pInterview__pin_profile_info{flex-direction:column;display:flex}.pInterview__pin_profile_year{margin-top:.5rem}.pInterview__pin_profile_position{letter-spacing:.08em;margin-top:.125rem;font-size:.875rem;line-height:1.3}.pInterview__pin_profile_position_job{margin-left:calc(-3 * var(--px));display:inline-flex}.pInterview__pin_profile_position_job:before{content:"／"}.pInterview__pin_profile_graduate{margin-top:.25rem}.pInterview__fv{padding-top:min(33 * var(--px), 3.89vh);grid-column:8/29}.pInterview__fv_mv{align-self:center;margin-top:0}.pInterview__body{margin-top:calc(6.125 * var(--rem));grid-column:8/29}.pInterview__wp{padding:0}.pInterview__schedule{margin-top:calc(120 * var(--px));padding:0}.pInterview__message{margin-top:calc(16 * var(--px))}.pInterviewMv{grid-template-rows:min-content;grid-template-columns:repeat(21,1fr);display:grid}.pInterviewMv__inner{grid-column:1/17;position:relative}.pInterviewMv__image_bg{height:min(396 * var(--px), 46.7vh);margin-top:calc(193 * var(--px))}.pInterviewMv__image_main{width:calc(483 * var(--px));height:min(709 * var(--px), 83.61vh);margin-left:calc(48 * var(--px))}.pInterviewMv__image_shadow{margin-left:calc(-30 * var(--px))}.pInterviewMv__image_thumb{width:calc(483 * var(--px));height:min(709 * var(--px), 83.61vh);box-shadow:8px 8px 4px #04457740}.pInterviewMv__lead{right:calc(-306 * var(--px));bottom:min(17.1vh, 145 * var(--px));width:calc(564 * var(--px));letter-spacing:.04em;gap:.5rem;margin-top:0;padding:0;font-size:2rem;position:absolute}.pInterviewMv__lead_text{padding:calc(2 * var(--px)) calc(8 * var(--px)) calc(6 * var(--px));letter-spacing:.04em;line-height:2}.pOther__inner{grid-template-rows:min-content;grid-template-columns:repeat(var(--grid-columns), 1fr);padding:calc(3.125 * var(--rem)) 0 calc(56 * var(--px));display:grid}.pOther__head{grid-column:2/29;font-size:1rem}.pOther__body{grid-column:1/31}.pOther__slider_listItem{padding-left:calc(64 * var(--px))}.pOther__slider .cInterviewCard__link{width:calc(300 * var(--px));height:calc(440 * var(--px));box-shadow:8px 8px 4px #a6b7c9}.pOther__slider .cInterviewCard__category{top:calc(16 * var(--px));left:calc(16 * var(--px));padding:calc(5 * var(--px)) calc(3 * var(--px)) calc(3 * var(--px));letter-spacing:.19em;font-size:.9375rem}@supports ((-moz-appearance:none)){.pOther__slider .cInterviewCard__category{padding:calc(5 * var(--px)) calc(3 * var(--px)) calc(3 * var(--px)) calc(5 * var(--px))}}.pOther__slider .cInterviewCard__graduate{margin-top:.25rem;font-size:.75rem}.pOther__back{width:calc(908 * var(--px));margin-top:calc(56 * var(--px));font-size:1rem}.pOther__back .cRecruitCommonLink__move_item{padding:1.5625rem 34px 1.5rem 24px}}
