/* stylelint-disable prettier/prettier */
.t-recruitEnvironment-l-heading {
  display: grid;
  gap: 0 10px;
  grid-template-columns: 1fr minmax(355px, 1360px) 1fr;
}
@media (min-width: 768px) {
  .t-recruitEnvironment-l-heading {
    gap: 0 32px;
  }
}

.t-recruit-m-widget-toggle-2__content > :first-child, .t-recruit-m-widget-toggle__headContent > :first-child, .t-recruit-m-widget-toggle__content > :first-child, .t-recruit-m-layout-box__content > :first-child,
.t-recruit-m-layout-box__media > :first-child, .t-recruit-m-layout-box--overlap__container > :first-child, .t-recruit-m-box-2__body > :first-child, .t-recruit-m-box-3__body > :first-child, .t-newGraduatesTop-mv__inner > :first-child, .t-recruitTop-mv__inner > :first-child, .t-recruit-buttonEntry__inner > :first-child {
  margin-top: 0 !important;
}
.t-recruit-m-widget-toggle-2__content > :last-child:not(.m-widget-modal), .t-recruit-m-widget-toggle__headContent > :last-child:not(.m-widget-modal), .t-recruit-m-widget-toggle__content > :last-child:not(.m-widget-modal), .t-recruit-m-layout-box__content > :last-child:not(.m-widget-modal),
.t-recruit-m-layout-box__media > :last-child:not(.m-widget-modal), .t-recruit-m-layout-box--overlap__container > :last-child:not(.m-widget-modal), .t-recruit-m-box-2__body > :last-child:not(.m-widget-modal), .t-recruit-m-box-3__body > :last-child:not(.m-widget-modal), .t-newGraduatesTop-mv__inner > :last-child:not(.m-widget-modal), .t-recruitTop-mv__inner > :last-child:not(.m-widget-modal), .t-recruit-buttonEntry__inner > :last-child:not(.m-widget-modal) {
  margin-bottom: 0 !important;
}

.t-newGraduatesTop-mv__inner, .t-recruitTop-mv__inner, .t-recruit-buttonEntry__inner {
  grid-column: 2/3;
}

.l-content--recruitColor {
  background-color: rgba(185, 215, 235, 0.2);
}

.t-recruit--interviewDetail .l-content {
  gap: 0 18px;
  grid-template-columns: 1fr minmax(339px, 1226px) 1fr;
}
.t-recruit--interviewDetail .l-content .l-content__inner {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .t-recruit--interviewDetail .l-content .l-content__inner {
    padding-top: 64px;
  }
}
.t-recruit--interviewDetail .l-content--recruitColor .l-content__inner {
  padding-bottom: 48px;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .t-recruit--interviewDetail .l-content--recruitColor .l-content__inner {
    padding-bottom: 64px;
    padding-top: 86px;
  }
}

.t-recruit .m-box--type3 {
  --background-color: #fff;
  --border-color: #fff;
  --border-width: 1px;
  padding: 40px 24px;
}
.t-recruit .m-box--recruit {
  background-color: #fafafa;
  padding: 32px;
  position: relative;
}
.t-recruit .m-box--recruit::before, .t-recruit .m-box--recruit::after {
  content: "";
  height: 170px;
  position: absolute;
  width: 247px;
}
.t-recruit .m-box--recruit::before {
  border-left: solid 1px #dc0032;
  border-top: solid 1px #dc0032;
  left: 0;
  top: 0;
}
.t-recruit .m-box--recruit::after {
  border-bottom: solid 1px #dc0032;
  border-right: solid 1px #dc0032;
  bottom: 0;
  right: 0;
}
.t-recruit .m-box--recruit2 {
  --background-color: #fff;
  --border-color: #fff;
  --border-width: 1px;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  padding: 32px 24px;
}
.t-recruit .m-box--recruit3 {
  --background-color: #e4ebf6;
  --border-color: #e4ebf6;
  --border-width: 1px;
  border-radius: 3px;
  padding: 36px 32px 52px;
}
.t-recruit .t-recruit-m-widget-toggle__content .m-box--recruit3 {
  padding: 16px 20px;
}
.t-recruit .m-box--recruit2col {
  padding: 20px 24px;
}
.t-recruit .m-box--recruit2col .m-box__item + .m-box__item {
  padding-top: 43px;
  position: relative;
}
.t-recruit .m-box--recruit2col .m-box__item + .m-box__item::before {
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%2050%22%20fill%3d%22rgba(112,%20112,%20112,%200%2e4)%22%3e%3cpath%20d%3d%22M27%2e1%2050h%2d1%2e7c%2d13%2e8%200%2d25%2d11%2e2%2d25%2d25s11%2e2%2d25%2025%2d25h1%2e7c13%2e8%200%2025%2011%2e2%2025%2025s%2d11%2e2%2025%2d25%2025z%22%2f%3e%3c%2fsvg%3e");
}

@media (min-width: 1100px) {
  .t-recruit .m-box--recruit2col {
    padding: 19px 38px 24px;
  }
  .t-recruit .m-box--recruit2col .m-box__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .t-recruit .m-box--recruit2col .m-box__item {
    padding-right: 2.03125vw;
  }
  .t-recruit .m-box--recruit2col .m-box__item + .m-box__item {
    padding-left: 2.03125vw;
    padding-right: 0;
    padding-top: 0;
  }
  .t-recruit .m-box--recruit2col .m-box__item + .m-box__item::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2050%20100%22%20fill%3d%22rgba(112,%20112,%20112,%200%2e4)%22%3e%3cpath%20d%3d%22M25%2e8%2048%2e4h%2d1%2e6c%2d13%2e4%200%2d24%2e2%2d10%2e9%2d24%2e2%2d24%2e2s10%2e8%2d24%2e2%2024%2e2%2d24%2e2h1%2e6c13%2e4%200%2024%2e2%2010%2e8%2024%2e2%2024%2e2s%2d10%2e8%2024%2e2%2d24%2e2%2024%2e2z%22%2f%3e%3c%2fsvg%3e");
  }
}
@media (min-width: 768px) {
  .t-recruit .m-box--type3 {
    padding: 48px;
  }
  .t-recruit .m-box--recruit {
    padding: 56px 64px;
  }
  .t-recruit .m-box--recruit2 {
    padding: 32px 40px;
  }
  .t-recruit .m-box--recruit3 {
    border-radius: 6px;
    padding: 48px;
  }
  .t-recruit .t-recruit-m-widget-toggle__content .m-box--recruit3 {
    padding: 24px 40px;
  }
}
.t-recruit-m-box-3 {
  background-color: #29a7e1;
  display: grid;
}

.t-recruit-m-box-3__label {
  align-items: center;
  background-color: #fff;
  display: flex;
  gap: 0 9px;
  grid-column: 1/3;
  height: max-content;
  padding: 5px;
  width: fit-content;
}

.t-recruit-m-box-3__labelNumber {
  color: #29a7e1;
  font-size: 2rem;
  font-weight: bold;
}

.t-recruit-m-box-3__labelText {
  font-size: 1.25rem;
  font-weight: bold;
}

.t-recruit-m-box-3__body {
  grid-column: 1/3;
  grid-row: 2/2;
  padding: 0 20px 32px;
}

.t-recruit-m-box-3__text {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 26px;
}

.t-recruit-m-box-3--type2 {
  background-color: #ee7701;
}

.t-recruit-m-box-3--type2 .t-recruit-m-box-3__labelNumber {
  color: #ee7701;
}

.t-recruit-m-box-3--type3 {
  background-color: #7dc501;
}

.t-recruit-m-box-3--type3 .t-recruit-m-box-3__labelNumber {
  color: #7dc501;
}

.t-recruit-m-box-3--type4 {
  background-color: #fc63a4;
}

.t-recruit-m-box-3--type4 .t-recruit-m-box-3__labelNumber {
  color: #fc63a4;
}

.t-recruit-m-box-3--type5 {
  background-color: #8e80bb;
}

.t-recruit-m-box-3--type5 .t-recruit-m-box-3__labelNumber {
  color: #8e80bb;
}

.t-recruit-m-box-3--type6 {
  background-color: #b28146;
}

.t-recruit-m-box-3--type6 .t-recruit-m-box-3__labelNumber {
  color: #b28146;
}

@media (min-width: 768px) {
  .t-recruit-m-box-3__label {
    gap: 0 12px;
    line-height: 1.3;
  }
  .t-recruit-m-box-3__labelNumber {
    font-size: 3rem;
  }
  .t-recruit-m-box-3__labelText {
    font-size: 2rem;
  }
  .t-recruit-m-box-3__text {
    margin-top: 40px;
  }
}
.t-recruit-m-box-2 {
  margin-top: 64px;
  position: relative;
}

.t-recruit-m-box-2__title {
  background-color: #dc0032;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: bold;
  margin: 0 28px;
  min-width: 300px;
  padding: 7px 17px 0px;
  text-align: center;
  width: fit-content;
}

.t-recruit-m-box-2__link {
  color: #fff;
  text-decoration: none;
}
.t-recruit-m-box-2__link::after {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 12px;
  margin-top: -5px;
  vertical-align: middle;
  width: 20px;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23dc0032%22%3e%3cpath%20d%3d%22M51%2e5%2083%2e6l27%2e2%2d28h%2d78%2e7v%2d11%2e2h78%2e7l%2d27%2e2%2d28%208%2e3%2d7%2e7%2040%2e2%2041%2e3%2d40%2e1%2041%2e3%2d8%2e4%2d7%2e7zm32%2e4%2d33%2e4l%2e2%2d%2e2%2d%2e2%2d%2e2v%2e4z%22%2f%3e%3c%2fsvg%3e");
}

.t-recruit-m-box-2__head,
.t-recruit-m-box-2__body {
  position: relative;
  z-index: 200;
}

.t-recruit-m-box-2__body {
  background-color: #fff;
  border: 10px solid #dc0032;
  border-radius: 10px;
  padding: 24px;
}

.t-recruit-m-box-2--workLifeBalance::before, .t-recruit-m-box-2--workLifeBalance::after,
.t-recruit-m-box-2--evaluationSystem::before,
.t-recruit-m-box-2--evaluationSystem::after,
.t-recruit-m-box-2--healthPromotion::before,
.t-recruit-m-box-2--healthPromotion::after,
.t-recruit-m-box-2--clubActivitiesAndEvents::before,
.t-recruit-m-box-2--clubActivitiesAndEvents::after {
  background: #ffc819;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 100;
}

.t-recruit-m-box-2--workLifeBalance::before {
  height: 730px;
  left: 52px;
  top: -72px;
  width: 730px;
}

.t-recruit-m-box-2--evaluationSystem::before {
  height: 296px;
  left: -67px;
  top: -62px;
  width: 296px;
}

.t-recruit-m-box-2--healthPromotion {
  margin-top: 94px;
}
.t-recruit-m-box-2--healthPromotion::before {
  bottom: calc(100% - 70px);
  height: 353px;
  left: 153px;
  width: 353px;
}

.t-recruit-m-box-2--clubActivitiesAndEvents {
  margin-top: 96px;
}
.t-recruit-m-box-2--clubActivitiesAndEvents::before {
  bottom: calc(100% - 70px);
  height: 495px;
  right: 53px;
  width: 495px;
}
.t-recruit-m-box-2--clubActivitiesAndEvents::after {
  bottom: -170px;
  height: 281px;
  left: 180px;
  width: 281px;
}

.t-recruit-m-box-2__decorationImage {
  display: block;
  position: absolute;
  z-index: 300;
}

.t-recruit-m-box-2__decorationImage--workLifeBalance-5 {
  right: calc(100% - 35px);
  top: 136px;
}

.t-recruit-m-box-2__decorationImage--workLifeBalance-6 {
  bottom: 110px;
  right: calc(100% - 63px);
}

.t-recruit-m-box-2__decorationImage--evaluationSystem-5 {
  left: calc(100% + 60px);
  top: 163px;
}

.t-recruit-m-box-2__decorationImage--evaluationSystem-6 {
  left: calc(100% - 16px);
  top: 666px;
}

.t-recruit-m-box-2__decorationImage--evaluationSystem-7 {
  bottom: -50px;
  left: 45%;
}

.t-recruit-m-box-2__decorationImage--healthPromotion-5 {
  right: 4px;
  top: -35px;
  width: 56px;
}

.t-recruit-m-box-2__decorationImage--healthPromotion-6 {
  right: calc(100% + 30px);
  top: 82px;
}

.t-recruit-m-box-2__decorationImage--healthPromotion-7 {
  right: calc(100% + 180px);
  top: 370px;
}

.t-recruit-m-box-2__decorationImage--healthPromotion-8 {
  bottom: -80px;
  right: calc(100% - 70px);
}

.t-recruit-m-box-2__decorationImage--clubActivitiesAndEvents-5 {
  left: 30%;
  top: -40px;
}

.t-recruit-m-box-2__decorationImage--clubActivitiesAndEvents-6 {
  bottom: 33%;
  left: calc(100% - 20px);
}

.t-recruit-m-box-2--evaluationSystem .t-recruit-m-panel-4 {
  margin-bottom: -80px !important;
  margin-left: 0;
  margin-right: -14px;
  margin-top: 33px;
  padding-bottom: 36px;
  padding-left: 0;
  padding-right: 0px;
}

@media (max-width: 767.9px) {
  .t-recruit-m-box-2--healthPromotion .t-recruit-m-box-2__body {
    padding-bottom: 149px;
  }
  .t-recruit-m-box-2__decorationImage--workLifeBalance-5,
  .t-recruit-m-box-2__decorationImage--evaluationSystem-5,
  .t-recruit-m-box-2__decorationImage--evaluationSystem-6,
  .t-recruit-m-box-2__decorationImage--evaluationSystem-7,
  .t-recruit-m-box-2__decorationImage--healthPromotion-6,
  .t-recruit-m-box-2__decorationImage--healthPromotion-7,
  .t-recruit-m-box-2__decorationImage--clubActivitiesAndEvents-5,
  .t-recruit-m-box-2__decorationImage--clubActivitiesAndEvents-6 {
    display: none;
  }
  .t-recruit-m-box-2__decorationImage--workLifeBalance-6 {
    inset: -195px 0 auto;
    margin: 0 auto;
    width: 142px;
  }
  .t-recruit-m-box-2__decorationImage--healthPromotion-8 {
    bottom: -58px;
    left: -18px;
    margin: 0 auto;
    right: 0;
    top: auto;
    width: 120px;
  }
  .m-layout-media .t-recruit-m-box-2__image--workLifeBalance {
    margin-left: 17px;
    width: 111px;
  }
  .m-layout-media .t-recruit-m-box-2__image--workLifeBalance-2 {
    margin-left: 17px;
    width: 107px;
  }
  .m-layout-media .t-recruit-m-box-2__image--workLifeBalance-3 {
    margin-left: 34px;
    margin-right: 5px;
    width: 70px;
  }
  .m-layout-media .t-recruit-m-box-2__image--workLifeBalance-4 {
    margin-left: 22px;
    margin-right: 16px;
    width: 90px;
  }
  .t-recruit-m-box-2__image--evaluationSystem-2,
  .t-recruit-m-box-2__image--evaluationSystem-3 {
    margin-top: 20px;
  }
  .m-layout-media .t-recruit-m-box-2__image--healthPromotion {
    margin-left: 15px;
  }
  .m-layout-media .t-recruit-m-box-2__image--healthPromotion-2 {
    margin-left: 23px;
    margin-right: 12px;
    width: 100px;
  }
  .m-layout-media .t-recruit-m-box-2__image--healthPromotion-4 {
    margin-left: 29px;
    margin-right: 32px;
    width: 67px;
  }
  .m-layout-media .t-recruit-m-box-2__image--clubActivitiesAndEvents {
    margin-left: 21px;
    margin-right: 18px;
    width: 86px;
  }
  .t-recruit-m-box-2__image--clubActivitiesAndEvents-2 {
    margin-top: 20px;
  }
  .m-layout-media .t-recruit-m-box-2__image--clubActivitiesAndEvents-3 {
    margin-left: 19px;
    width: 109px;
  }
  .t-recruit-m-box-2__image--clubActivitiesAndEvents-4 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .t-recruit-m-box-2 {
    margin-top: 80px;
  }
  .t-recruit-m-box-2__head {
    margin-left: auto;
    width: fit-content;
  }
  .t-recruit-m-box-2__title {
    font-size: 2rem;
    margin-left: 40px;
    margin-right: 40px;
    min-width: 488px;
    padding: 10px 20px;
  }
  .t-recruit-m-box-2__link::after {
    background-size: 14px 14px;
    height: 26px;
    margin-left: 24px;
    width: 26px;
  }
  .t-recruit-m-box-2__body {
    border-radius: 20px;
    padding: 50px;
  }
  .t-recruit-m-box-2--workLifeBalance,
  .t-recruit-m-box-2--evaluationSystem,
  .t-recruit-m-box-2--healthPromotion,
  .t-recruit-m-box-2--clubActivitiesAndEvents {
    max-width: 86%;
  }
  .t-recruit-m-box-2--workLifeBalance {
    margin-left: auto;
  }
  .t-recruit-m-box-2--workLifeBalance::before {
    height: 1143px;
    left: 232px;
    top: -32px;
    width: 1143px;
  }
  .t-recruit-m-box-2--evaluationSystem::before {
    bottom: 22%;
    height: 313px;
    left: -214px;
    top: auto;
    width: 313px;
  }
  .t-recruit-m-box-2--evaluationSystem::after {
    height: 503px;
    right: -490px;
    top: 41%;
    width: 503px;
  }
  .t-recruit-m-box-2--evaluationSystem .t-recruit-m-panel-4 {
    margin-bottom: -90px !important;
    margin-left: 90px;
    margin-right: -14px;
    margin-top: 178px;
  }
  .t-recruit-m-box-2--healthPromotion {
    margin-left: auto;
  }
  .t-recruit-m-box-2--healthPromotion::before {
    bottom: calc(100% - 274px);
    height: 503px;
    left: auto;
    right: -107px;
    width: 503px;
  }
  .t-recruit-m-box-2--clubActivitiesAndEvents::before {
    bottom: calc(100% - 425px);
    height: 622px;
    left: -406px;
    right: auto;
    width: 622px;
  }
  .t-recruit-m-box-2--clubActivitiesAndEvents::after {
    bottom: -489px;
    height: 1139px;
    left: 790px;
    width: 1139px;
  }
  .t-recruit-m-box-2__image--workLifeBalance {
    left: 37%;
    position: absolute;
    top: -170px;
  }
  .m-layout-media .t-recruit-m-box-2__image--workLifeBalance-2 {
    margin-top: -80px;
  }
  .m-layout-media .t-recruit-m-box-2__image--workLifeBalance-3 {
    margin-right: 34px;
    margin-top: -70px;
  }
  .m-layout-media .t-recruit-m-box-2__image--workLifeBalance-4 {
    margin-top: -66px;
  }
  .t-recruit-m-box-2__decorationImage--healthPromotion-5 {
    width: 86px;
  }
  .m-layout-media .t-recruit-m-box-2__image--healthPromotion {
    margin-right: 16px;
    margin-top: -60px;
  }
  .m-layout-media .t-recruit-m-box-2__image--healthPromotion-2 {
    margin-right: -4px;
    margin-top: -50px;
  }
  .m-layout-media .t-recruit-m-box-2__image--healthPromotion-4 {
    margin-right: 40px;
    margin-top: -60px;
  }
  .m-layout-media .t-recruit-m-box-2__image--clubActivitiesAndEvents {
    margin-right: 40px;
    margin-top: -60px;
  }
  .m-layout-media .t-recruit-m-box-2__image--clubActivitiesAndEvents-3 {
    margin-bottom: -110px;
    margin-top: 14px;
  }
  .t-recruit-m-box-2__image--clubActivitiesAndEvents-4 {
    margin-top: 16px;
    position: relative;
    z-index: 400;
  }
  .t-recruit-m-box-2__image--clubActivitiesAndEvents-2 {
    margin-top: 16px;
  }
  .t-recruit-m-box-2__image--evaluationSystem-2 {
    margin-top: 25px;
  }
  .t-recruit-m-box-2__image--evaluationSystem-3 {
    margin-top: 16px;
  }
}
@media (min-width: 767.9px) and (max-width: 1100px) {
  .t-recruit-m-box-2__image--workLifeBalance {
    display: none;
  }
}
.t-recruit-buttonEntry {
  display: grid;
  grid-column: 1/4;
  grid-template-columns: 1fr minmax(375px, 1360px) 1fr;
  height: 0px;
  pointer-events: none;
  position: sticky;
  top: 0;
  z-index: 3000;
}

.t-recruit-buttonEntry__inner {
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  position: relative;
}

.t-recruit-buttonEntry__button {
  align-items: center;
  background-image: linear-gradient(107.62deg, #600019 50%, #dc0032 50%);
  background-position: 99%;
  background-size: 250% auto;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
  height: 40px;
  justify-content: center;
  pointer-events: auto;
  text-decoration: none;
  transition: background-position 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 140px;
}

.t-recruit-buttonEntry__closeButton {
  background-color: transparent;
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 30px 0 0 30px;
  position: relative;
  width: 30px;
}
.t-recruit-buttonEntry__closeButton::before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20class%3d%22cls%2d1%22%20d%3d%22M88%2e89%2018%2e18l%2d7%2e07%2d7%2e07%2d31%2e82%2031%2e82%2d31%2e82%2d31%2e82%2d7%2e07%207%2e07%2031%2e82%2031%2e82%2d31%2e82%2031%2e82%207%2e07%207%2e07%2031%2e82%2d31%2e82%2031%2e82%2031%2e82%207%2e07%2d7%2e07%2d31%2e82%2d31%2e82%2031%2e82%2d31%2e82z%22%2f%3e%3c%2fsvg%3e");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-image 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 10px;
}

.t-recruit-buttonEntry__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.1875rem;
  font-weight: bold;
  height: 30px;
  line-height: 1;
  outline: none;
  overflow: hidden;
  padding-right: 28px;
  position: relative;
  text-decoration: none;
}
.t-recruit-buttonEntry__link::before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23dc0032%22%3e%3cpath%20d%3d%22M51%2e53,84%2e25l27%2e16%2d28%2e51H0V44%2e29h78%2e69l%2d27%2e15%2d28%2e5l8%2e34%2d7%2e89L100,50L59%2e87,92%2e1L51%2e53,84%2e25zM83%2e95,50%2e22l0%2e19%2d0%2e2l%2d0%2e19%2d0%2e2V50%2e22z%22%2f%3e%3c%2fsvg%3e");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

@media (min-width: 768px) {
  .t-recruit-buttonEntry__button {
    height: 48px;
    width: 176px;
  }
  .t-recruit-buttonEntry__link {
    font-size: 1.5625rem;
  }
}
@media (hover: hover) {
  .t-recruit-buttonEntry__button:hover, .t-recruit-buttonEntry__button:has(> .t-recruit-buttonEntry__link:focus-within) {
    background-position: 0%;
  }
  .t-recruit-buttonEntry__button:hover .t-recruit-buttonEntry__link::before, .t-recruit-buttonEntry__button:has(> .t-recruit-buttonEntry__link:focus-within) .t-recruit-buttonEntry__link::before {
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23600019%22%3e%3cpath%20d%3d%22M51%2e53,84%2e25l27%2e16%2d28%2e51H0V44%2e29h78%2e69l%2d27%2e15%2d28%2e5l8%2e34%2d7%2e89L100,50L59%2e87,92%2e1L51%2e53,84%2e25zM83%2e95,50%2e22l0%2e19%2d0%2e2l%2d0%2e19%2d0%2e2V50%2e22z%22%2f%3e%3c%2fsvg%3e");
  }
  .t-recruit-buttonEntry__button:has(> .t-recruit-buttonEntry__link:focus-within) {
    outline-style: auto;
    outline-width: 1px;
  }
}
.t-recruit .m-heading-level2 {
  border-color: #b9d7eb;
  margin-top: 64px;
}
.t-recruit .m-heading-level2__text {
  color: #333333;
  font-weight: bold;
}

@media (min-width: 768px) {
  .t-recruit .m-heading-level2 {
    margin-top: 80px;
  }
}
.t-recruit-m-heading-level2__text {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding-right: 53px;
  text-align: center;
}

@media (min-width: 768px) {
  .t-recruit-m-heading-level2__text {
    font-size: 3rem;
  }
}
.t-recruit .m-heading-level3--border {
  border-bottom: none;
  padding-bottom: 13px;
  position: relative;
}
.t-recruit .m-heading-level3--border::after {
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.t-recruit .m-heading-level3--recruitBorder {
  padding-top: 23px;
  position: relative;
}
.t-recruit .m-heading-level3--recruitBorder::before {
  background-color: #dc0032;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.t-recruit .m-heading-level3--recruitBorder2 {
  padding-left: 16px;
  position: relative;
}
.t-recruit .m-heading-level3--recruitBorder2::before {
  background-color: #d9e3f3;
  border-radius: 20px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

@media (min-width: 768px) {
  .t-recruit .m-heading-level3--border {
    padding-bottom: 10px;
  }
  .t-recruit .m-heading-level3--recruitBorder {
    padding-top: 27px;
  }
  .t-recruit .m-heading-level3--recruitBorder2 {
    padding-bottom: 8px;
    padding-left: 28px;
    padding-top: 8px;
  }
  .t-recruit .m-heading-level3--recruitBorder2::before {
    width: 7px;
  }
}
.t-recruit-m-list-timeSchedule {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.t-recruit-m-list-timeSchedule__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding-left: 29px;
  position: relative;
}
.t-recruit-m-list-timeSchedule__item:not(:last-of-type)::before {
  background-image: linear-gradient(to bottom, #333333, #333333 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-y;
  background-size: 1px 6px;
  content: "";
  height: calc(100% + 16px);
  left: 8px;
  position: absolute;
  top: 10px;
  width: 1px;
}

.t-recruit-m-list-timeSchedule__time {
  color: #dc0032;
  flex: 0 0 auto;
  font-weight: bold;
}
.t-recruit-m-list-timeSchedule__time::before {
  background-color: #dc0032;
  border-radius: 50%;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 17px;
}

.t-recruit-m-list-timeSchedule__text {
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .t-recruit-m-list-timeSchedule {
    gap: 48px;
    margin-top: 24px;
  }
  .t-recruit-m-list-timeSchedule__item {
    flex-direction: row;
    gap: 0 24px;
  }
  .t-recruit-m-list-timeSchedule__item:not(:last-of-type)::before {
    height: calc(100% + 48px);
  }
  .t-recruit-m-list-timeSchedule__text {
    margin-top: 3px;
  }
}
.t-recruit-m-list-point {
  margin-top: 16px;
}

.t-recruit-m-list-point__item {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding: 12px 0;
}
.t-recruit-m-list-point__item:first-of-type {
  padding-top: 0;
}

.t-recruit-m-list-point__dt {
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
  gap: 0 8px;
  line-height: 1.6;
  margin-top: 2px;
}

.t-recruit-m-list-point__number {
  align-items: center;
  background-color: #dc0032;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  margin-top: -2px;
  width: 24px;
}

.t-recruit-m-list-point__dd {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .t-recruit-m-list-point {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .t-recruit-m-list-point__item {
    align-items: center;
    display: grid;
    gap: 0 40px;
    grid-column: span 2;
    grid-template-columns: subgrid;
    padding-left: 11px;
  }
  .t-recruit-m-list-point__dt {
    max-width: 238px;
  }
}
.t-recruit .m-list-flow {
  background-color: #fafafa;
  border-radius: 4px;
  padding: 24px;
}
.t-recruit .m-list-flow--noLabel {
  row-gap: 21px;
}
.t-recruit .m-list-flow--noLabel .m-list-flow__content {
  margin-top: 9px;
}
.t-recruit .m-list-flow--noLabel .m-list-flow__content > * {
  margin-top: 9px;
}
.t-recruit .m-list-flow--noLabel .m-list-flow__item {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 90, 160, 0.1);
  padding: 13px 20px 11px;
  text-align: center;
}
.t-recruit .m-list-flow--noLabel .m-list-flow__item::before {
  content: none;
}
.t-recruit .m-list-flow--noLabel .m-list-flow__item:has(> .m-list-flow__content)::after {
  content: none;
}
.t-recruit .m-list-flow--noLabel .m-list-flow__item .m-text-note {
  text-align: left;
}
.t-recruit .m-list-flow--noLabel .m-list-flow__title {
  border-bottom: none;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0;
}
.t-recruit .m-list-flow--noLabel .m-list-flow__title::after {
  background-color: #b6ccdd;
  background-image: none;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 11px;
  left: 0;
  margin: auto;
  right: 0;
  top: calc(100% + 6px);
  width: 16px;
}

@media (min-width: 768px) {
  .m-list-flow__item {
    margin-left: 62px;
    margin-right: 62px;
  }
  .m-list-flow__content {
    margin-left: 0;
  }
}
.t-recruit-m-list-description {
  display: grid;
  gap: 0 14px;
  grid-template-columns: [dt] fit-content(144px) [dd] auto;
  margin-top: 16px;
}

.t-recruit-m-list-description__item {
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  display: grid;
  font-size: 0.875rem;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  line-height: 1.6;
  padding: 7px 30px;
}

.t-recruit-m-list-description__dt {
  grid-column: dt;
}

.t-recruit-m-list-description__dd {
  grid-column: dd;
}

@media (min-width: 768px) {
  .t-recruit-m-list-description {
    gap: 0 11px;
  }
  .t-recruit-m-list-description__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.t-recruit-m-list-description2 {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 24px;
}

.t-recruit-m-list-description2__item {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 7px 0;
  line-height: 1.6;
}

.t-recruit-m-list-description2__dt {
  font-weight: bold;
}

.t-recruit-m-list-description2--color {
  color: #dc0032;
}

.t-recruit-m-list-description2--color2 {
  color: #0059ff;
}

.t-recruit-m-list-description2--color3 {
  color: #008600;
}

.t-recruit-m-list-description2--color4 {
  color: #ab00e4;
}

@media (min-width: 768px) {
  .t-recruit-m-list-description2 {
    display: grid;
    grid-template-columns: [dt] fit-content(144px) [dd] auto;
  }
  .t-recruit-m-list-description2__item {
    display: grid;
    font-size: 1rem;
    gap: 16px;
    grid-column: 1/-1;
    grid-template-columns: subgrid;
  }
  .t-recruit-m-list-description2__dt {
    grid-column: dt;
  }
  .t-recruit-m-list-description2__dd {
    grid-column: dd;
  }
}
.t-recruit-m-layout-box {
  display: grid;
  gap: 24px 0;
  grid-auto-rows: auto;
  margin-top: 40px;
}
.t-recruit-m-layout-box > * {
  margin-top: 0;
}

.t-recruit-m-layout-box .m-media__item {
  border-radius: 2px;
}

.t-recruit-m-layout-box--overlap {
  gap: 0;
}

.t-recruit-m-layout-box--overlap .t-recruit-m-layout-box__content > .m-box--type3:last-of-type {
  padding-bottom: 80px;
}

.t-recruit-m-layout-box--overlap .t-recruit-m-layout-box__media {
  margin: -40px 14px 0;
}

.t-recruit-m-layout-box--overlap .m-box--recruit2 {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .t-recruit-m-layout-box {
    align-items: start;
    gap: 48px 40px;
    grid-auto-flow: column;
    grid-template-columns: auto minmax(40%, 607px);
    margin-top: 48px;
  }
  .t-recruit-m-layout-box__content {
    grid-column-start: 1;
  }
  .t-recruit-m-layout-box__media {
    grid-row: 1/-1;
  }
  .t-recruit-m-layout-box .m-media__item {
    border-radius: 4px;
  }
  .t-recruit-m-layout-box--overlap {
    row-gap: 0;
  }
  .t-recruit-m-layout-box--overlap__container {
    background: #fff;
    display: grid;
    gap: 48px 40px;
    grid-auto-flow: column;
    grid-column: 1/-1;
    grid-template-columns: subgrid;
    padding: 48px 48px 100px;
  }
  .t-recruit-m-layout-box--overlap .m-box--type3 {
    padding: 0;
  }
  .t-recruit-m-layout-box--overlap .t-recruit-m-layout-box__content > .m-box--type3:last-of-type {
    padding-bottom: 100px;
  }
  .t-recruit-m-layout-box--overlap .t-recruit-m-layout-box__media {
    margin: 0;
  }
  .t-recruit-m-layout-box--overlap .m-box--recruit2 {
    grid-column: 1/-1;
    margin: -158px 96px 0 48px;
  }
  /* prettier-ignore */
  .t-recruit-m-layout-box--image3\/10PC {
    grid-template-columns: auto minmax(30%, 300px);
  }
}
.t-recruit-m-panel {
  margin-top: 24px;
  display: grid;
}
.t-recruit-m-panel > * {
  height: 100%;
}
@media (max-width: 767.9px) {
  .t-recruit-m-panel {
    gap: 16px 7px;
    grid-template-columns: repeat(var(--colSP, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-panel[style*="--colSP: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-panel[style*="--colSP: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .t-recruit-m-panel {
    gap: 16px 12px;
    grid-template-columns: repeat(var(--colPC, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-panel[style*="--colPC: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-panel[style*="--colPC: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.t-recruit-m-panel__item {
  display: flex;
}

.t-recruit-m-panel__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.t-recruit-m-panel__wrap:any-link {
  color: #333333;
  text-decoration: none;
}
.t-recruit-m-panel__wrap::after {
  background-size: cover;
  bottom: 8px;
  content: "";
  height: 14px;
  position: absolute;
  right: 8px;
  width: 14px;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23dc0032%22%3e%3cpath%20d%3d%22M98%2e4%2046%2e4l%2d19%2e9%2d19%2e8c%2d2%2e1%2d2%2e1%2d5%2e5%2d2%2e1%2d7%2e6%200%2d2%2e1%202%2e1%2d2%2e1%205%2e5%200%207%2e6l10%2e5%2010%2e5h%2d76%2e2c%2d2%2e9%200%2d5%2e2%202%2e4%2d5%2e2%205%2e3s2%2e3%205%2e3%205%2e2%205%2e4h76%2e4l%2d10%2e6%2010%2e4c%2d2%2e1%202%2e1%2d2%2e2%205%2e5%2d%2e1%207%2e6%201%201%202%2e4%201%2e6%203%2e8%201%2e6s2%2e8%2d%2e5%203%2e8%2d1%2e5l19%2e9%2d19%2e5c1%2d1%201%2e6%2d2%2e4%201%2e6%2d3%2e8s%2d%2e6%2d2%2e8%2d1%2e6%2d3%2e8z%22%2f%3e%3c%2fsvg%3e");
}

.t-recruit-m-panel__content {
  background-color: #fafafa;
  flex: 1 1 auto;
  padding: 12px 16px 23px;
}

.t-recruit-m-panel__title {
  color: #dc0032;
  font-size: 0.75rem;
  font-weight: bold;
}

.t-recruit-m-panel__text {
  font-size: 0.75rem;
}

.t-recruit-m-panel__title + .t-recruit-m-panel__text {
  margin-top: 16px;
}

.t-recruit-m-panel__imageContainer {
  overflow: hidden;
}

.t-recruit-m-panel__image {
  aspect-ratio: var(--aspect-ratio, 264/204);
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 768px) {
  .t-recruit-m-panel {
    margin-top: 40px;
  }
  .t-recruit-m-panel__wrap::after {
    bottom: 12px;
    right: 16px;
  }
  .t-recruit-m-panel__content {
    padding: 20px clamp(1rem, 1rem + ((1vw - 0.48rem) * (1.3513513514)), 1.5rem) 27px;
  }
  .t-recruit-m-panel__title {
    font-size: 0.875rem;
  }
  .t-recruit-m-panel__title + .t-recruit-m-panel__text {
    margin-top: 20px;
  }
}
@media (hover: hover) {
  .t-recruit-m-panel__wrap:any-link:hover .t-recruit-m-panel__image, .t-recruit-m-panel__wrap:any-link:focus .t-recruit-m-panel__image {
    transform: scale(1.1);
  }
}
.t-recruit-m-panel-2 {
  display: grid;
  margin-top: 24px;
}
.t-recruit-m-panel-2 > * {
  height: 100%;
}
@media (max-width: 767.9px) {
  .t-recruit-m-panel-2 {
    gap: 24px;
    grid-template-columns: repeat(var(--colSP, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-panel-2[style*="--colSP: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-panel-2[style*="--colSP: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .t-recruit-m-panel-2 {
    gap: 40px;
    grid-template-columns: repeat(var(--colPC, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-panel-2[style*="--colPC: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-panel-2[style*="--colPC: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.t-recruit-m-panel-2__item {
  display: grid;
  list-style: none;
}

.t-recruit-m-panel-2__container {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 39px 22px;
  z-index: 200;
}

.t-recruit-m-panel-2__title {
  text-align: center;
}

.t-recruit-m-panel-2__titleNumber,
.t-recruit-m-panel-2__titleText,
.t-recruit-m-panel-2__text {
  filter: drop-shadow(0px 0px 20px #000);
}

.t-recruit-m-panel-2__titleNumber {
  color: #fff;
  font-size: clamp(3.875rem, 3.875rem + ((1vw - 0.48rem) * (1.6891891892)), 4.5rem);
  line-height: 1.6;
}

.t-recruit-m-panel-2__titleText {
  color: #fff;
  display: block;
  font-size: clamp(1.25rem, 1.25rem + ((1vw - 0.48rem) * (0.6756756757)), 1.5rem);
  line-height: 1.6;
}

.t-recruit-m-panel-2__text {
  color: #fff;
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.48rem) * (0.3378378378)), 1rem);
  line-height: 1.9;
  margin-top: 32px;
  text-align: center;
}

.t-recruit-m-panel-2__imageContainer {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 100;
}

.t-recruit-m-panel-2__image {
  aspect-ratio: 427/389;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media (max-width: 767.9px) {
  .t-recruit-m-panel-2__item {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .t-recruit-m-panel-2 {
    margin-top: 48px;
  }
}
.t-recruit-m-panel-3 {
  margin-top: 24px;
  display: grid;
}
.t-recruit-m-panel-3 > * {
  height: 100%;
}
@media (max-width: 767.9px) {
  .t-recruit-m-panel-3 {
    gap: 32px;
    grid-template-columns: repeat(var(--colSP, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-panel-3[style*="--colSP: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-panel-3[style*="--colSP: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .t-recruit-m-panel-3 {
    gap: 24px;
    grid-template-columns: repeat(var(--colPC, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-panel-3[style*="--colPC: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-panel-3[style*="--colPC: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.t-recruit-m-panel-3__item {
  height: 100%;
  list-style-type: none;
}

.t-recruit-m-panel-3__imageContainer {
  border-radius: 20px;
  grid-column: 1/-1;
  grid-row: image;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.t-recruit-m-panel-3__wrap {
  display: grid;
  grid-template-rows: [image] auto [text] auto;
}
.t-recruit-m-panel-3__wrap:any-link {
  color: #333333;
  text-decoration: none;
}
.t-recruit-m-panel-3__wrap:any-link .t-recruit-m-panel-3__imageContainer::before, .t-recruit-m-panel-3__wrap:any-link .t-recruit-m-panel-3__imageContainer::after {
  content: "";
  position: absolute;
  z-index: 200;
}
.t-recruit-m-panel-3__wrap:any-link .t-recruit-m-panel-3__imageContainer::before {
  background-color: #fff;
  border-radius: 50%;
  bottom: 8px;
  height: 21px;
  right: 8px;
  width: 21px;
}
.t-recruit-m-panel-3__wrap:any-link .t-recruit-m-panel-3__imageContainer::after {
  bottom: 14px;
  height: 9px;
  right: 14px;
  width: 9px;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23dc0032%22%3e%3cpath%20d%3d%22M98%2e4%2046%2e4l%2d19%2e9%2d19%2e8c%2d2%2e1%2d2%2e1%2d5%2e5%2d2%2e1%2d7%2e6%200%2d2%2e1%202%2e1%2d2%2e1%205%2e5%200%207%2e6l10%2e5%2010%2e5h%2d76%2e2c%2d2%2e9%200%2d5%2e2%202%2e4%2d5%2e2%205%2e3s2%2e3%205%2e3%205%2e2%205%2e4h76%2e4l%2d10%2e6%2010%2e4c%2d2%2e1%202%2e1%2d2%2e2%205%2e5%2d%2e1%207%2e6%201%201%202%2e4%201%2e6%203%2e8%201%2e6s2%2e8%2d%2e5%203%2e8%2d1%2e5l19%2e9%2d19%2e5c1%2d1%201%2e6%2d2%2e4%201%2e6%2d3%2e8s%2d%2e6%2d2%2e8%2d1%2e6%2d3%2e8z%22%2f%3e%3c%2fsvg%3e");
}

.t-recruit-m-panel-3__image {
  aspect-ratio: var(--aspect-ratio, 437/340);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  vertical-align: middle;
  width: 100%;
}

.t-recruit-m-panel-3__content {
  display: contents;
}

.t-recruit-m-panel-3__title {
  align-self: end;
  background-color: #fff;
  border-radius: 0 10px 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  grid-column: 1/-1;
  grid-row: image;
  height: auto;
  line-height: 1.1;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-top: 16px;
  width: 78%;
  z-index: 200;
}

.t-recruit-m-panel-3__text {
  grid-row: text;
}

:where(.t-recruit-m-panel-3__wrap:has(> .t-recruit-m-panel-3__subTitle)) .t-recruit-m-panel-3__title {
  grid-row: text;
}
:where(.t-recruit-m-panel-3__wrap:has(> .t-recruit-m-panel-3__subTitle)) .t-recruit-m-panel-3__subTitle {
  align-self: end;
  background-color: #fff;
  border-radius: 0 10px 0 0;
  font-weight: bold;
  grid-column: 1/-1;
  grid-row: image;
  height: auto;
  line-height: 1.1;
  max-width: calc(100% - 37px);
  padding-bottom: 2px;
  padding-right: 16px;
  padding-top: 16px;
  width: fit-content;
  z-index: 200;
}

.l-content--recruitCareerTopColor :is(.t-recruit-m-panel-3__subTitle,
.t-recruit-m-panel-3__title,
.t-recruit-m-panel-3__text) {
  background-color: transparent;
  color: #fff;
}

.l-content--recruitCareerTopColor :is(.t-recruit-m-panel-3__subTitle) {
  background-color: #4472c4;
  width: 47%;
}

@media (min-width: 768px) {
  .t-recruit-m-panel-3 {
    margin-top: 40px;
  }
}
@media (hover: hover) {
  .t-recruit-m-panel-3__wrap:any-link:hover .t-recruit-m-panel-3__image, .t-recruit-m-panel-3__wrap:any-link:focus .t-recruit-m-panel-3__image {
    transform: scale(1.1);
  }
}
.t-recruit-m-panel-4 {
  margin-top: 13px;
  padding: 26px 7px 0 20px;
  transform: rotate(-5deg);
  width: fit-content;
}

.t-recruit-m-panel-4__wrap {
  background-color: #dc0032;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  padding: 12px 15px;
  position: relative;
  text-decoration: none;
}
.t-recruit-m-panel-4__wrap::before, .t-recruit-m-panel-4__wrap::after {
  content: "";
  position: absolute;
}
.t-recruit-m-panel-4__wrap::before {
  background-color: #fff;
  border-radius: 50%;
  bottom: 14px;
  height: 27px;
  right: 12px;
  width: 27px;
}
.t-recruit-m-panel-4__wrap::after {
  bottom: 20px;
  height: 15px;
  right: 18px;
  width: 15px;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23dc0032%22%3e%3cpath%20d%3d%22M51%2e5%2083%2e6l27%2e2%2d28h%2d78%2e7v%2d11%2e2h78%2e7l%2d27%2e2%2d28%208%2e3%2d7%2e7%2040%2e2%2041%2e3%2d40%2e1%2041%2e3%2d8%2e4%2d7%2e7zm32%2e4%2d33%2e4l%2e2%2d%2e2%2d%2e2%2d%2e2v%2e4z%22%2f%3e%3c%2fsvg%3e");
}
.t-recruit-m-panel-4__wrap > :last-child {
  padding-right: 55px;
}

.t-recruit-m-panel-4__imageLabel {
  left: -20px;
  position: absolute;
  top: -36px;
}

.t-recruit-m-panel-4__image {
  display: block;
  padding-left: 10px;
  padding-right: 12px;
}

.t-recruit-m-panel-4__subTitle {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 11px;
}

.t-recruit-m-panel-4__title {
  display: block;
  font-size: 1.9375rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 3px;
}

.t-recruit-m-panel-4__text {
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .t-recruit-m-panel-4__wrap {
    padding: 18px 21px;
  }
  .t-recruit-m-panel-4__wrap::before {
    bottom: 19px;
    height: 38px;
    right: 15px;
    width: 38px;
  }
  .t-recruit-m-panel-4__wrap::after {
    bottom: 29px;
    height: 20px;
    right: 26px;
    width: 20px;
  }
  .t-recruit-m-panel-4__image {
    padding-left: 12px;
    padding-right: 18px;
  }
  .t-recruit-m-panel-4__imageLabel {
    left: -30px;
    top: -54px;
    transform: rotate(6deg);
  }
  .t-recruit-m-panel-4__subTitle {
    font-size: 0.9375rem;
    margin-top: 20px;
  }
  .t-recruit-m-panel-4__title {
    font-size: 2.8125rem;
  }
  .t-recruit-m-panel-4__text {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
.t-recruit-m-panel-5 {
  margin-top: 24px;
  display: grid;
}
.t-recruit-m-panel-5 > * {
  height: 100%;
}
@media (max-width: 767.9px) {
  .t-recruit-m-panel-5 {
    gap: 32px;
    grid-template-columns: repeat(var(--colSP, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-panel-5[style*="--colSP: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-panel-5[style*="--colSP: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .t-recruit-m-panel-5 {
    gap: 56px 40px;
    grid-template-columns: repeat(var(--colPC, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-panel-5[style*="--colPC: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-panel-5[style*="--colPC: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.t-recruit-m-panel-5__item {
  height: 100%;
  list-style-type: none;
}

.t-recruit-m-panel-5__wrap {
  background-color: #4472c4;
  border: #4472c4 5px solid;
  border-radius: 2px;
  display: grid;
  grid-template-columns: [left] 1fr [right] 44%;
  height: 100%;
}

.t-recruit-m-panel-5__textContainer {
  grid-column: left;
  grid-row: 1/-1;
  padding: 0 2px 16px 16px;
  position: relative;
}
.t-recruit-m-panel-5__textContainer::before {
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0px 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 125%;
  z-index: 100;
}

.t-recruit-m-panel-5__imageContainer {
  align-self: end;
  grid-column: right;
  grid-row: 1/-1;
  justify-self: end;
  margin-bottom: -5px;
  margin-right: 3px;
  margin-top: -16px;
  z-index: 200;
}

.t-recruit-m-panel-5__image {
  vertical-align: middle;
}

.t-recruit-m-panel-5__title,
.t-recruit-m-panel-5__subTitle,
.t-recruit-m-panel-5__text {
  display: block;
  position: relative;
  z-index: 200;
}

.t-recruit-m-panel-5__title {
  background-color: #dc0032;
  clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  height: auto;
  margin-left: -5px;
  order: -1;
  padding: 2px calc(10% + 6px);
  transform: translateY(-50%);
  width: fit-content;
}

.t-recruit-m-panel-5__titleHonorific {
  font-size: 1rem;
}

.t-recruit-m-panel-5__subTitle {
  font-size: 0.75rem;
  grid-row: subTitle;
}

.t-recruit-m-panel-5__text {
  font-size: 0.8125rem;
  font-weight: bold;
  grid-row: text;
  line-height: 1.6;
  margin-top: 12px;
}

@media (max-width: 767.9px) {
  .t-recruit-m-panel-5__imageContainer--exceedSP {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .t-recruit-m-panel-5__textContainer {
    padding: 28px 0 20px 32px;
  }
  .t-recruit-m-panel-5__textContainer::before {
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0px 100%);
    width: 112%;
  }
  .t-recruit-m-panel-5__title {
    font-size: 2rem;
    margin-left: -54px;
    transform: none;
  }
  .t-recruit-m-panel-5__titleHonorific {
    font-size: 1.5rem;
  }
  .t-recruit-m-panel-5__subTitle {
    font-size: 0.875rem;
    margin-top: 15px;
  }
  .t-recruit-m-panel-5__text {
    font-size: 1rem;
    margin-top: 16px;
  }
  .t-recruit-m-panel-5__imageContainer {
    margin-right: 1.8229166667vw;
    margin-top: -44px;
  }
}
.t-recruit-m-text-labelList {
  margin-top: 10px;
  display: grid;
}
.t-recruit-m-text-labelList > * {
  height: 100%;
}
@media (max-width: 767.9px) {
  .t-recruit-m-text-labelList {
    gap: 8px;
    grid-template-columns: repeat(var(--colSP, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-text-labelList[style*="--colSP: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-text-labelList[style*="--colSP: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .t-recruit-m-text-labelList {
    gap: 13px;
    grid-template-columns: repeat(var(--colPC, 1), minmax(1px, 1fr));
  }
  .t-recruit-m-text-labelList[style*="--colPC: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruit-m-text-labelList[style*="--colPC: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.t-recruit-m-text-labelList__item {
  align-items: center;
  background-color: #e4ebf6;
  border-radius: 6px;
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.6;
  list-style: none;
  padding: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .t-recruit-m-text-labelList {
    margin-top: 40px;
  }
  .t-recruit-m-text-labelList__item {
    padding: 42px 24px;
  }
}
.t-recruit-m-text-figures {
  margin-inline: auto;
  width: fit-content;
}

.t-recruit-m-text-figures__number,
.t-recruit-m-text-figures__unit,
.t-recruit-m-text-figures__subText {
  color: #fff;
  line-height: 1.3;
}

.t-recruit-m-text-figures__number {
  font-size: 4rem;
}

.t-recruit-m-text-figures__unit {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.7333333333vw;
}

.t-recruit-m-text-figures__subText {
  font-size: 2rem;
  font-weight: bold;
}

.t-recruit-m-text-figures__unit + .t-recruit-m-text-figures__subText {
  margin-left: 0.5333333333vw;
}

.t-recruit-m-text-figures__subText + .t-recruit-m-text-figures__number {
  margin-left: 0.7333333333vw;
}

.t-recruit-m-text-figures__number--SP64PC114 {
  font-size: clamp(4rem, 4rem + ((1vw - 0.48rem) * (8.4459459459)), 7.125rem);
}

.t-recruit-m-text-figures__number--SP77PC114 {
  font-size: clamp(4.8125rem, 4.8125rem + ((1vw - 0.48rem) * (6.25)), 7.125rem);
}

.t-recruit-m-text-figures__number--SP88PC114 {
  font-size: clamp(5.5rem, 5.5rem + ((1vw - 0.48rem) * (4.3918918919)), 7.125rem);
}

.t-recruit-m-text-figures__number--SP94PC151 {
  font-size: clamp(5.875rem, 5.875rem + ((1vw - 0.48rem) * (9.6283783784)), 9.4375rem);
}

.t-recruit-m-text-figures__number--SP116PC165 {
  font-size: clamp(7.25rem, 7.25rem + ((1vw - 0.48rem) * (8.277027027)), 10.3125rem);
}

.t-recruit-m-text-note {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(auto, max-content) auto;
  margin-top: 16px;
}

.t-recruit-m-text-note__mark,
.t-recruit-m-text-note__text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .t-recruit-m-text-note {
    margin-top: 0;
  }
  .t-recruit-m-text-note__mark,
  .t-recruit-m-text-note__text {
    font-size: 0.875rem;
  }
}
.t-recruit-m-widget-toggle {
  padding-bottom: 17px;
}

.t-recruit-m-widget-toggle_inner {
  background-color: #4472c4;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  z-index: 100;
}
.t-recruit-m-widget-toggle_inner::before {
  background-color: #fff;
  border-radius: 10px;
  content: "";
  height: calc(100% - 48px);
  left: 24px;
  position: absolute;
  top: 24px;
  width: calc(100% - 48px);
  z-index: 99;
}

.t-recruit-m-widget-toggle__head {
  position: relative;
  z-index: 100;
}

.t-recruit-m-widget-toggle__title {
  align-self: start;
  background-color: #4472c4;
  border-radius: 0 0 20px 0;
  padding-bottom: 16px;
  padding-right: 21px;
  width: fit-content;
}

.t-recruit-m-widget-toggle__titleText {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6;
}

.t-recruit-m-widget-toggle__headInner {
  padding: 16px;
}

.t-recruit-m-widget-toggle__image {
  display: block;
}

.t-recruit-m-widget-toggle__headContent .m-heading-level3--recruitBorder2 + .m-text {
  padding-left: 16px;
}

.t-recruit-m-widget-toggle__image + .t-recruit-m-widget-toggle__headContent {
  margin-top: 18px;
}

.t-recruit-m-widget-toggle__toggle {
  margin-top: 40px;
  position: relative;
  z-index: 100;
}

.t-recruit-m-widget-toggle__button {
  background-image: linear-gradient(107.62deg, #600019 50%, #dc0032 50%);
  background-position: 100%;
  background-size: 250% auto;
  border-radius: 41px;
  bottom: 0;
  left: 0;
  list-style: none;
  margin: -40px auto;
  min-width: 221px;
  padding: 14px 14px 18px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: background-position 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: fit-content;
}
.t-recruit-m-widget-toggle__button:hover, .t-recruit-m-widget-toggle__button:focus {
  background-position: 0%;
  border-color: #600019;
}

.t-recruit-m-widget-toggle__buttonText {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
.t-recruit-m-widget-toggle__buttonText::after {
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 18px;
  transform: rotate(180deg);
  width: 16px;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fcc%22%3e%3cpath%20class%3d%22st0%22%20d%3d%22M94%2e5%2040l%2d40%2e2%2d38%2e5c%2d2%2e1%2d2%2d5%2e4%2d2%2d7%2e6%200l%2d41%2e1%2038%2e5c%2d2%2e2%202%2e1%2d2%2e3%205%2e6%2d%2e3%207%2e8%201%2e1%201%2e2%202%2e5%201%2e7%204%201%2e7%201%2e3%200%202%2e7%2d%2e5%203%2e8%2d1%2e5l31%2e6%2d29%2e6v76%2e1c0%203%202%2e5%205%2e5%205%2e5%205%2e5s5%2e5%2d2%2e5%205%2e5%2d5%2e5v%2d76%2e4l31%2e1%2029%2e8c2%2e2%202%2e1%205%2e7%202%207%2e8%2d%2e2%202%2e1%2d2%2e1%202%2e1%2d5%2e6%2d%2e1%2d7%2e7z%22%2f%3e%3c%2fsvg%3e");
}

.t-recruit-m-widget-toggle__buttonText--close {
  display: none;
}
.t-recruit-m-widget-toggle__buttonText--close::after {
  transform: rotate(0);
}

.t-recruit-m-widget-toggle__toggle[open] .t-recruit-m-widget-toggle__buttonText--close {
  display: block;
}

.t-recruit-m-widget-toggle__toggle[open] .t-recruit-m-widget-toggle__buttonText--open {
  display: none;
}

.t-recruit-m-widget-toggle__bodyInner {
  padding: 0 16px 72px;
}

.t-recruit-m-widget-toggle--type2 {
  padding-bottom: 16px;
}

.t-recruit-m-widget-toggle--type2 + .t-recruit-m-widget-toggle--type2 {
  margin-top: 24px;
}

.t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__title {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 0 8px;
  margin: 16px auto 0;
  padding: 0;
  width: fit-content;
}

.t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__titleText {
  color: #4472c4;
  font-size: 1.375rem;
}

.t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__titleTextLarge {
  color: #4472c4;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
}

.t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__headInner {
  padding-top: 7px;
}

.t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__button {
  margin: 0 auto;
  min-width: 141px;
  padding: 9px 24px 9px 28px;
  transform: translateY(50%);
}

.t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__buttonText {
  font-size: 1rem;
}

.t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__toggle {
  margin-top: 27px;
}

@media (max-width: 767.9px) {
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle_inner {
    border-radius: 6px;
    padding: 8px;
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle_inner::before {
    border-radius: 3px;
    height: calc(100% - 16px);
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
  }
}
@media (min-width: 768px) {
  .t-recruit-m-widget-toggle__head {
    display: grid;
    grid-template-columns: [left] auto [right] 1fr;
    grid-template-rows: [title] auto [image] auto;
    padding: 40px 24px;
  }
  .t-recruit-m-widget-toggle__title {
    grid-column: left;
    grid-row: title;
    margin-left: -24px;
    margin-top: -40px;
    padding: 11px 56px 28px 47px;
  }
  .t-recruit-m-widget-toggle__titleText {
    font-size: 2rem;
  }
  .t-recruit-m-widget-toggle__headInner {
    display: contents;
  }
  .t-recruit-m-widget-toggle__image {
    grid-column: left;
    grid-row: image;
    margin-top: 24px;
  }
  .t-recruit-m-widget-toggle__headContent {
    grid-column: right;
    grid-row: 1/-1;
    margin-left: 20px;
    margin-top: 0;
  }
  .t-recruit-m-widget-toggle__headContent .m-heading-level3--recruitBorder2 + .m-text {
    padding-left: 28px;
  }
  .t-recruit-m-widget-toggle--type2 {
    padding-bottom: 22px;
  }
  .t-recruit-m-widget-toggle--type2 + .t-recruit-m-widget-toggle--type2 {
    margin-top: 18px;
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__head {
    align-items: center;
    padding: 32px 40px 16px;
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__title {
    flex-direction: column;
    gap: 8px 0;
    margin: 0;
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__titleText {
    font-size: 2rem;
    line-height: 1;
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__titleTextLarge {
    font-size: 3.75rem;
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__headContent {
    margin-left: 64px;
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__bodyInner {
    padding: 0 40px 60px;
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__button {
    min-width: 330px;
    padding: 15px 40px;
    transform: translateY(calc(50% + 12px));
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__buttonText {
    font-size: 1.5rem;
  }
  .t-recruit-m-widget-toggle--type2 .t-recruit-m-widget-toggle__toggle {
    margin-top: 20px;
  }
}
.t-recruit-m-widget-toggle-2 {
  --mark-size: 41px;
  --mark-gap-left: 16px;
  background-color: #dc0032;
  border-radius: 6px;
  margin-top: 24px;
}

.t-recruit-m-widget-toggle-2 + .t-recruit-m-widget-toggle-2 {
  margin-top: 16px;
}

.t-recruit-m-widget-toggle-2__head {
  cursor: pointer;
  list-style: none;
  position: relative;
}
.t-recruit-m-widget-toggle-2__head::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: var(--mark-size);
  inset: 0 16px 0 auto;
  margin: auto 0;
  position: absolute;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: var(--mark-size);
}

.t-recruit-m-widget-toggle-2__title {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.6;
  padding: 16px calc(var(--mark-size) + var(--mark-gap-left) + 16px) 16px 16px;
  position: relative;
}
.t-recruit-m-widget-toggle-2__title::before, .t-recruit-m-widget-toggle-2__title::after {
  background-color: #dc0032;
  content: "";
  height: 2px;
  inset: 0 25px 0 auto;
  margin: auto 0;
  position: absolute;
  width: 21px;
}
.t-recruit-m-widget-toggle-2__title::before {
  border: none;
}
.t-recruit-m-widget-toggle-2__title::after {
  background-image: none;
  transform: rotate(90deg);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.t-recruit-m-widget-toggle-2[open] .t-recruit-m-widget-toggle-2__title::after {
  transform: rotate(0deg);
}

.t-recruit-m-widget-toggle-2__titleText {
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: inline;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.6;
  transition: background-size 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.t-recruit-m-widget-toggle-2__subText {
  font-size: 0.75rem;
  font-weight: normal;
}

.t-recruit-m-widget-toggle-2__mark[title] {
  text-decoration: none;
}

.t-recruit-m-widget-toggle-2__body {
  display: grid;
  gap: 16px;
}
.t-recruit-m-widget-toggle-2__body > :last-child {
  margin-bottom: 12px;
}

.t-recruit-m-widget-toggle-2__bodyInner {
  background-color: #fff;
  border-radius: 6px;
  margin: 0 12px;
  padding: 16px;
  position: relative;
}

.t-recruit-m-widget-toggle-2__content {
  max-width: 100%;
}

.js-toggle__content {
  overflow-y: hidden;
  transition: height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.t-recruit-m-widget-toggle-2--disabled {
  --mark-size: 0px;
  --mark-gap-left: 0px;
  background-color: #eee;
}

.t-recruit-m-widget-toggle-2--disabled .t-recruit-m-widget-toggle-2__head {
  cursor: auto;
}
.t-recruit-m-widget-toggle-2--disabled .t-recruit-m-widget-toggle-2__head::before {
  content: none;
}

.t-recruit-m-widget-toggle-2--disabled .t-recruit-m-widget-toggle-2__title {
  color: #333333;
  /* stylelint-disable-next-line no-descending-specificity */
}
.t-recruit-m-widget-toggle-2--disabled .t-recruit-m-widget-toggle-2__title::before, .t-recruit-m-widget-toggle-2--disabled .t-recruit-m-widget-toggle-2__title::after {
  content: none;
}

.t-recruit-m-widget-toggle-2--disabled .t-recruit-m-widget-toggle-2__titleText {
  background-image: linear-gradient(transparent, transparent);
}

@media (min-width: 768px) {
  .t-recruit-m-widget-toggle-2 {
    --mark-gap-left: 24px;
    border-radius: 10px;
    margin-top: 32px;
  }
  .t-recruit-m-widget-toggle-2 + .t-recruit-m-widget-toggle-2 {
    margin-top: 24px;
  }
  .t-recruit-m-widget-toggle-2__head::before {
    right: 24px;
  }
  .t-recruit-m-widget-toggle-2__title {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px calc(var(--mark-size) + var(--mark-gap-left) + 24px) 20px 24px;
  }
  .t-recruit-m-widget-toggle-2__title::before, .t-recruit-m-widget-toggle-2__title::after {
    right: 34px;
  }
  .t-recruit-m-widget-toggle-2__titleText {
    font-size: 1.5rem;
  }
  .t-recruit-m-widget-toggle-2__subText {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: bold;
  }
  .t-recruit-m-widget-toggle-2__body {
    gap: 24px;
  }
  .t-recruit-m-widget-toggle-2__body > :first-child {
    margin-top: 4px;
  }
  .t-recruit-m-widget-toggle-2__body > :last-child {
    margin-bottom: 24px;
  }
  .t-recruit-m-widget-toggle-2__bodyInner {
    margin: 0 24px;
    padding: 24px 32px;
  }
  .t-recruit-m-widget-toggle-2--disabled {
    --mark-size: 0px;
    --mark-gap-left: 0px;
  }
}
@media (hover: hover) {
  .t-recruit-m-widget-toggle-2__head:hover .t-recruit-m-widget-toggle-2__titleText, .t-recruit-m-widget-toggle-2__head:focus .t-recruit-m-widget-toggle-2__titleText {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .t-recruit-m-widget-toggle-2__head:hover .t-recruit-m-widget-toggle-2__title::before, .t-recruit-m-widget-toggle-2__head:focus .t-recruit-m-widget-toggle-2__title::before {
    background-color: #dc0032;
  }
}
.t-recruitTop-mv {
  background-color: #bdd7ee;
  display: grid;
  gap: 16px;
  grid-column: 1/4;
  grid-template-columns: 1fr minmax(343px, 1360px) 1fr;
  overflow: hidden;
  position: relative;
}
.t-recruitTop-mv::before {
  background: linear-gradient(90deg, #deebf7 0%, #deebf7 50%, #eff5fb 50%, #eff5fb 100%);
  content: "";
  height: 282px;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.t-recruitTop-mv__inner {
  padding: 16px 0 125px;
}

.t-recruitTop-mv__imageContainer {
  position: relative;
}
.t-recruitTop-mv__imageContainer::before {
  background-color: #dc0032;
  content: "";
  height: 33%;
  left: -16px;
  position: absolute;
  right: 0;
  top: calc(100% - 26px);
  transform: skewY(-30deg);
  transform-origin: top left;
  width: 100vw;
  z-index: 30;
}

.t-recruitTop-mv__image {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.t-recruitTop-mv__content > * {
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .t-recruitTop-mv::before {
    background: linear-gradient(90deg, #deebf7 0%, #deebf7 65%, #eff5fb 35%, #eff5fb 100%);
    content: "";
    height: 394px;
    position: absolute;
    width: 100%;
    z-index: 20;
  }
  .t-recruitTop-mv__inner {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    padding: 21px 0 31px;
    position: relative;
  }
  .t-recruitTop-mv__content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
  .t-recruitTop-mv__imageContainer {
    margin-right: clamp(0.625rem, 0.625rem + ((1vw - 0.48rem) * (11.2021857923)), 5.75rem);
  }
  .t-recruitTop-mv__imageContainer::before {
    left: auto;
    margin-right: calc(50% - 50vw);
    transform-origin: center;
    width: calc(100vw + 100%);
  }
  .t-recruitTop-mv__image {
    left: -14px;
  }
}
@media (min-width: 768px) and (max-width: 999.9px) {
  .t-recruitTop-mv__imageContainer {
    flex: 0 1 auto;
    margin-right: -138px;
  }
  .t-recruitTop-mv__image {
    left: -63px;
  }
}
@media (min-width: 1256px) {
  .t-recruitTop-mv {
    position: relative;
  }
  .t-recruitTop-mv__inner {
    position: initial;
  }
}
@media (min-width: 1765px) {
  .t-recruitTop-mv {
    position: initial;
  }
  .t-recruitTop-mv__inner {
    position: relative;
  }
}
.t-recruitTop-mvTitle {
  margin-left: auto;
  text-align: right;
  width: fit-content;
}

.t-recruitTop-mvTitle__subTextContainer {
  display: flex;
  gap: 0 6px;
  margin-left: auto;
  width: fit-content;
}

.t-recruitTop-mvTitle__subText {
  color: #dc0032;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.8;
  transform: rotate(-15deg);
}

.t-recruitTop-mvTitle__text {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .t-recruitTop-mvTitle {
    margin-right: 3.6666666667vw;
    margin-top: 4.6666666667vw;
    order: 1;
    text-align-last: left;
  }
  .t-recruitTop-mvTitle__text {
    font-size: clamp(1.75rem, 1.75rem + ((1vw - 0.48rem) * (1.7759562842)), 2.5625rem);
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  .t-recruitTop-mvTitle__textEm {
    letter-spacing: 0.3em;
  }
  .t-recruitTop-mvTitle__textSpacing {
    letter-spacing: 0.4em;
  }
  .t-recruitTop-mvTitle__subTextContainer {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 999.9px) {
  .t-recruitTop-mvTitle {
    margin-left: 44px;
  }
}
.t-recruitTop-mvButton {
  align-items: center;
  background-image: linear-gradient(107.62deg, #600019 50%, #dc0032 50%);
  background-position: 100%;
  background-size: 250% auto;
  border: 1px solid #dc0032;
  cursor: pointer;
  display: flex;
  font-feature-settings: inherit;
  justify-content: center;
  padding: 16px 55px 16px 20px;
  position: relative;
  text-decoration: none;
  transition: background-position 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
.t-recruitTop-mvButton::after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M98%2e4%2046%2e4l%2d19%2e9%2d19%2e8c%2d2%2e1%2d2%2e1%2d5%2e5%2d2%2e1%2d7%2e6%200%2d2%2e1%202%2e1%2d2%2e1%205%2e5%200%207%2e6l10%2e5%2010%2e5h%2d76%2e2c%2d2%2e9%200%2d5%2e2%202%2e4%2d5%2e2%205%2e3s2%2e3%205%2e3%205%2e2%205%2e4h76%2e4l%2d10%2e6%2010%2e4c%2d2%2e1%202%2e1%2d2%2e2%205%2e5%2d%2e1%207%2e6%201%201%202%2e4%201%2e6%203%2e8%201%2e6s2%2e8%2d%2e5%203%2e8%2d1%2e5l19%2e9%2d19%2e5c1%2d1%201%2e6%2d2%2e4%201%2e6%2d3%2e8s%2d%2e6%2d2%2e8%2d1%2e6%2d3%2e8z%22%2f%3e%3c%2fsvg%3e");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 40px;
}
.t-recruitTop-mvButton :where(.t-recruitTop-mvButton__text) {
  color: #fff;
  font-size: 1rem;
  line-height: 1.625;
}
.t-recruitTop-mvButton :where(.t-recruitTop-mvButton__icon) {
  fill: #fff;
  flex: 0 0 16px;
  height: 16px;
  margin-right: auto;
  width: 16px;
}
.t-recruitTop-mvButton :where(.t-recruitTop-mvButton__icon) + .t-recruitTop-mvButton__text {
  margin-left: 10px;
  margin-right: auto;
}
@media (hover: hover) {
  .t-recruitTop-mvButton:hover, .t-recruitTop-mvButton:focus {
    background-position: 0%;
    border-color: #600019;
  }
  .t-recruitTop-mvButton:hover::after, .t-recruitTop-mvButton:focus::after {
    width: 17px;
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M98%2e4%2046%2e4l%2d19%2e9%2d19%2e8c%2d2%2e1%2d2%2e1%2d5%2e5%2d2%2e1%2d7%2e6%200%2d2%2e1%202%2e1%2d2%2e1%205%2e5%200%207%2e6l10%2e5%2010%2e5h%2d76%2e2c%2d2%2e9%200%2d5%2e2%202%2e4%2d5%2e2%205%2e3s2%2e3%205%2e3%205%2e2%205%2e4h76%2e4l%2d10%2e6%2010%2e4c%2d2%2e1%202%2e1%2d2%2e2%205%2e5%2d%2e1%207%2e6%201%201%202%2e4%201%2e6%203%2e8%201%2e6s2%2e8%2d%2e5%203%2e8%2d1%2e5l19%2e9%2d19%2e5c1%2d1%201%2e6%2d2%2e4%201%2e6%2d3%2e8s%2d%2e6%2d2%2e8%2d1%2e6%2d3%2e8z%22%2f%3e%3c%2fsvg%3e");
  }
  .t-recruitTop-mvButton:hover .t-recruitTop-mvButton__text, .t-recruitTop-mvButton:focus .t-recruitTop-mvButton__text {
    color: #fff;
  }
}

.t-recruitTop-mvButton {
  border-radius: 2px;
  padding: 10px 41px 10px 16px;
  text-align: center;
}
.t-recruitTop-mvButton::after {
  width: 9px;
}

.t-recruitTop-mvButton__text {
  font-weight: bold;
}

@media (min-width: 768px) {
  .t-recruitTop-mvButton {
    border-radius: 4px;
    padding: 15px 53px 15px 20px;
  }
  .t-recruitTop-mvButton::after {
    height: 13px;
    right: 20px;
    width: 13px;
  }
  .t-recruitTop-mvButton__text {
    font-size: 1.125rem;
  }
}
@media (hover: hover) {
  .t-recruitTop-mvButton:hover::after, .t-recruitTop-mvButton:focus::after {
    width: 13px;
  }
}
.t-recruitTop-mvButtonImageLayout {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin-inline: auto;
  margin-top: 26px;
  width: min(100%, 249px);
}

.t-recruitTop-mvButtonImage {
  background-color: #dc0032;
  border-radius: 2px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-decoration: none;
}

.t-recruitTop-mvButtonImage__imageContainer {
  flex: 1 0 60px;
  overflow: hidden;
}

.t-recruitTop-mvButtonImage__image {
  aspect-ratio: 60/52;
  height: 100%;
  object-fit: cover;
  object-position: center left;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}

.t-recruitTop-mvButtonImage img {
  display: block;
}

.t-recruitTop-mvButtonImage__textContainer {
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
}

.t-recruitTop-mvButtonImage__subText {
  background-color: #fff;
  color: #333333;
  display: block;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 6px 6px 6px 7px;
}

.t-recruitTop-mvButtonImage__text {
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 6px 5px 7px;
  position: relative;
}
.t-recruitTop-mvButtonImage__text::after {
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 8px;
  width: 9px;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M98%2e4%2046%2e4l%2d19%2e9%2d19%2e8c%2d2%2e1%2d2%2e1%2d5%2e5%2d2%2e1%2d7%2e6%200%2d2%2e1%202%2e1%2d2%2e1%205%2e5%200%207%2e6l10%2e5%2010%2e5h%2d76%2e2c%2d2%2e9%200%2d5%2e2%202%2e4%2d5%2e2%205%2e3s2%2e3%205%2e3%205%2e2%205%2e4h76%2e4l%2d10%2e6%2010%2e4c%2d2%2e1%202%2e1%2d2%2e2%205%2e5%2d%2e1%207%2e6%201%201%202%2e4%201%2e6%203%2e8%201%2e6s2%2e8%2d%2e5%203%2e8%2d1%2e5l19%2e9%2d19%2e5c1%2d1%201%2e6%2d2%2e4%201%2e6%2d3%2e8s%2d%2e6%2d2%2e8%2d1%2e6%2d3%2e8z%22%2f%3e%3c%2fsvg%3e");
}

.t-recruitTop-mvButtonImage--type2 {
  --overflow-top: 18px;
  border: 1px solid #fff;
  border-radius: 0;
  column-gap: 13px;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: var(--overflow-top);
  overflow: visible;
  width: 100%;
}

.t-recruitTop-mvButtonImage--type2 .t-recruitTop-mvButtonImage__imageContainer {
  flex: 0 1 64px;
  height: calc(var(--overflow-top) + 100%);
  margin-top: calc(var(--overflow-top) * -1);
  overflow: visible;
  padding-bottom: 5px;
}

.t-recruitTop-mvButtonImage--type2 .t-recruitTop-mvButtonImage__image {
  aspect-ratio: auto;
}

.t-recruitTop-mvButtonImage--type2 .t-recruitTop-mvButtonImage__textContainer {
  justify-content: center;
  row-gap: 3px;
  width: auto;
}

.t-recruitTop-mvButtonImage--type2 .t-recruitTop-mvButtonImage__subText {
  background-color: inherit;
  color: inherit;
  font-size: 0.75rem;
  padding: 0;
}

.t-recruitTop-mvButtonImage--type2 .t-recruitTop-mvButtonImage__text {
  font-size: 1.1875rem;
  padding: 0;
}
.t-recruitTop-mvButtonImage--type2 .t-recruitTop-mvButtonImage__text::after {
  content: none;
}

@media (min-width: 768px) {
  .t-recruitTop-mvButtonImageLayout {
    bottom: 10px;
    gap: 10px;
    justify-items: end;
    margin-top: 0;
    position: absolute;
    right: -6px;
    width: min(100%, 212px);
    z-index: 4000;
  }
  .t-recruitTop-mvButtonImage__imageContainer {
    flex-basis: 80px;
  }
  .t-recruitTop-mvButtonImage__image {
    aspect-ratio: 80/68;
  }
  .t-recruitTop-mvButtonImage__textContainer {
    width: calc(100% - 80px);
  }
  .t-recruitTop-mvButtonImage__subText {
    padding: 6px 12px 5px 12px;
  }
  .t-recruitTop-mvButtonImage__text {
    padding: 6px 12px;
  }
  .t-recruitTop-mvButtonImage__text::after {
    margin-left: 7px;
  }
}
@media (min-width: 1256px) {
  .t-recruitTop-mvButtonImageLayout {
    right: 10px;
  }
}
@media (min-width: 1920px) {
  .t-recruitTop-mvButtonImageLayout {
    left: calc(100% + 26px);
    right: 0;
  }
}
.t-recruitTop-mvButtonLarge {
  align-items: center;
  background-image: linear-gradient(107.62deg, #600019 50%, #dc0032 50%);
  background-position: 100%;
  background-size: 250% auto;
  border-radius: 2px;
  color: #fff;
  display: grid;
  gap: 6px 10px;
  grid-auto-rows: auto;
  grid-template-areas: "icon text" "subText subText";
  grid-template-columns: auto auto;
  padding: 12px 14px;
  text-decoration: none;
  transition: background-position 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}

.t-recruitTop-mvButtonLarge__icon {
  grid-area: icon;
  max-width: 53px;
}

.t-recruitTop-mvButtonLarge__subTextContainer {
  align-items: center;
  display: flex;
  grid-area: subText;
  justify-self: end;
}

.t-recruitTop-mvButtonLarge__text {
  font-size: 0.875rem;
  font-weight: bold;
  grid-area: text;
  text-align: right;
}

.t-recruitTop-mvButtonLarge__textEm {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}

.t-recruitTop-mvButtonLarge__subText {
  font-size: 0.625rem;
}

.t-recruitTop-mvButtonLarge__subText--border {
  border: 1px solid #fff;
  border-radius: 2px;
  margin-left: 16px;
  padding: 4px 7px;
}

@media (min-width: 768px) {
  .t-recruitTop-mvButtonLarge {
    border-radius: 4px;
    gap: 10px 16px;
    grid-template-areas: "icon text" "icon subText";
    padding: 20px 24px;
  }
  .t-recruitTop-mvButtonLarge__icon {
    max-width: 117px;
  }
  .t-recruitTop-mvButtonLarge__text {
    font-size: 1.125rem;
    letter-spacing: 0.07em;
  }
  .t-recruitTop-mvButtonLarge__textEm {
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .t-recruitTop-mvButtonLarge__subText {
    font-size: 0.6875rem;
  }
}
@media (hover: hover) {
  .t-recruitTop-mvButtonLarge:hover, .t-recruitTop-mvButtonLarge:focus {
    background-position: 0%;
    border-color: #600019;
  }
}
.t-recruitTop-mvButtonLayout {
  display: grid;
  margin: 20px auto 0;
  max-width: 261px;
}
.t-recruitTop-mvButtonLayout > * {
  height: 100%;
}
@media (max-width: 767.9px) {
  .t-recruitTop-mvButtonLayout {
    gap: 10px;
    grid-template-columns: repeat(var(--colSP, 1), minmax(1px, 1fr));
  }
  .t-recruitTop-mvButtonLayout[style*="--colSP: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruitTop-mvButtonLayout[style*="--colSP: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .t-recruitTop-mvButtonLayout {
    gap: 16px;
    grid-template-columns: repeat(var(--colPC, 1), minmax(1px, 1fr));
  }
  .t-recruitTop-mvButtonLayout[style*="--colPC: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruitTop-mvButtonLayout[style*="--colPC: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.t-recruitTop-mvButtonLayout > * {
  height: auto;
}

@media (min-width: 768px) {
  .t-recruitTop-mvButtonLayout {
    margin-top: 36px;
    max-width: 416px;
    width: 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1162px) {
  .t-recruitTop-mvButtonLayout {
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 999.9px) {
  .t-recruitTop-mvButtonLayout {
    margin-left: 8px;
  }
}
.t-recruitTop-mvButtonRound {
  align-items: center;
  background-image: linear-gradient(107.62deg, #dc0032 50%, #fff 50%);
  background-position: 100%;
  background-size: 250% auto;
  border: 1px solid #dc0032;
  cursor: pointer;
  display: flex;
  font-feature-settings: inherit;
  justify-content: center;
  padding: 16px 55px 16px 20px;
  position: relative;
  text-decoration: none;
  transition: background-position 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
.t-recruitTop-mvButtonRound::after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23dc0032%22%3e%3cpath%20d%3d%22M98%2e4%2046%2e4l%2d19%2e9%2d19%2e8c%2d2%2e1%2d2%2e1%2d5%2e5%2d2%2e1%2d7%2e6%200%2d2%2e1%202%2e1%2d2%2e1%205%2e5%200%207%2e6l10%2e5%2010%2e5h%2d76%2e2c%2d2%2e9%200%2d5%2e2%202%2e4%2d5%2e2%205%2e3s2%2e3%205%2e3%205%2e2%205%2e4h76%2e4l%2d10%2e6%2010%2e4c%2d2%2e1%202%2e1%2d2%2e2%205%2e5%2d%2e1%207%2e6%201%201%202%2e4%201%2e6%203%2e8%201%2e6s2%2e8%2d%2e5%203%2e8%2d1%2e5l19%2e9%2d19%2e5c1%2d1%201%2e6%2d2%2e4%201%2e6%2d3%2e8s%2d%2e6%2d2%2e8%2d1%2e6%2d3%2e8z%22%2f%3e%3c%2fsvg%3e");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 40px;
}
.t-recruitTop-mvButtonRound :where(.t-recruitTop-mvButtonRound__text) {
  color: #dc0032;
  font-size: 1rem;
  line-height: 1.625;
}
.t-recruitTop-mvButtonRound :where(.t-recruitTop-mvButtonRound__icon) {
  fill: #dc0032;
  flex: 0 0 16px;
  height: 16px;
  margin-right: auto;
  width: 16px;
}
.t-recruitTop-mvButtonRound :where(.t-recruitTop-mvButtonRound__icon) + .t-recruitTop-mvButtonRound__text {
  margin-left: 10px;
  margin-right: auto;
}
@media (hover: hover) {
  .t-recruitTop-mvButtonRound:hover, .t-recruitTop-mvButtonRound:focus {
    background-position: 0%;
    border-color: #dc0032;
  }
  .t-recruitTop-mvButtonRound:hover::after, .t-recruitTop-mvButtonRound:focus::after {
    width: 17px;
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M98%2e4%2046%2e4l%2d19%2e9%2d19%2e8c%2d2%2e1%2d2%2e1%2d5%2e5%2d2%2e1%2d7%2e6%200%2d2%2e1%202%2e1%2d2%2e1%205%2e5%200%207%2e6l10%2e5%2010%2e5h%2d76%2e2c%2d2%2e9%200%2d5%2e2%202%2e4%2d5%2e2%205%2e3s2%2e3%205%2e3%205%2e2%205%2e4h76%2e4l%2d10%2e6%2010%2e4c%2d2%2e1%202%2e1%2d2%2e2%205%2e5%2d%2e1%207%2e6%201%201%202%2e4%201%2e6%203%2e8%201%2e6s2%2e8%2d%2e5%203%2e8%2d1%2e5l19%2e9%2d19%2e5c1%2d1%201%2e6%2d2%2e4%201%2e6%2d3%2e8s%2d%2e6%2d2%2e8%2d1%2e6%2d3%2e8z%22%2f%3e%3c%2fsvg%3e");
  }
  .t-recruitTop-mvButtonRound:hover .t-recruitTop-mvButtonRound__text, .t-recruitTop-mvButtonRound:focus .t-recruitTop-mvButtonRound__text {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .t-recruitTop-mvButtonRound {
    border-radius: 100vw;
    padding-bottom: 24px;
    padding-right: 30px;
    padding-top: 24px;
  }
  .t-recruitTop-mvButtonRound::after {
    width: 13px;
  }
  .t-recruitTop-mvButtonRound__text {
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.15;
  }
}
@media (hover: hover) {
  .t-recruitTop-mvButtonRound:hover::after, .t-recruitTop-mvButtonRound:focus::after {
    width: 13px;
  }
}
.t-recruitTop-mvButtonRoundLayout {
  display: grid;
}
.t-recruitTop-mvButtonRoundLayout > * {
  height: 100%;
}
@media (max-width: 767.9px) {
  .t-recruitTop-mvButtonRoundLayout {
    gap: 10px;
    grid-template-columns: repeat(var(--colSP, 1), minmax(1px, 1fr));
  }
  .t-recruitTop-mvButtonRoundLayout[style*="--colSP: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruitTop-mvButtonRoundLayout[style*="--colSP: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .t-recruitTop-mvButtonRoundLayout {
    gap: 30px;
    grid-template-columns: repeat(var(--colPC, 1), minmax(1px, 1fr));
  }
  .t-recruitTop-mvButtonRoundLayout[style*="--colPC: auto;"] {
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruitTop-mvButtonRoundLayout[style*="--colPC: auto;"] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .t-recruitTop-mvButtonRoundLayout {
    margin-top: 0;
  }
}
@media (max-width: 767.9px) {
  .t-recruitTop-mvButtonRoundLayout {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1499.9px) {
  .t-recruitTop-mvButtonRoundLayout {
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 999.9px) {
  .t-recruitTop-mvButtonRoundLayout {
    margin-left: 8px;
  }
}
.t-newGraduatesTop-mv {
  background-image: url("/recruit/new_graduates/img/index-image-bgSP.jpg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-column: 1/4;
  grid-template-columns: 1fr minmax(375px, 1360px) 1fr;
  overflow: hidden;
}
@supports (background-image: url("/recruit/new_graduates/img/index-image-bgSP.webp")) {
  .t-newGraduatesTop-mv {
    background-image: url("/recruit/new_graduates/img/index-image-bgSP.webp");
  }
}

.t-newGraduatesTop-mv__inner {
  position: relative;
}

.t-newGraduatesTop-mv__image {
  display: block;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .t-newGraduatesTop-mv {
    background-image: url("/recruit/new_graduates/img/index-image-bgPC.jpg");
  }
  @supports (background-image: url("/recruit/new_graduates/img/index-image-bgPC.webp")) {
    .t-newGraduatesTop-mv {
      background-image: url("/recruit/new_graduates/img/index-image-bgPC.webp");
    }
  }
}
.t-newGraduatesTop-panel {
  background-color: #fafafa;
  margin-top: 40px;
}

.t-newGraduatesTop-panel--backgroundDark {
  background-color: #333333;
}
.t-newGraduatesTop-panel--backgroundDark :is(.t-newGraduatesTop-panel__link) {
  color: #fff;
}

.t-newGraduatesTop-panel__link {
  border: 1px solid #fff;
  color: #333333;
  display: block;
  outline: 0;
  position: relative;
  text-decoration: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
.t-newGraduatesTop-panel__link::before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M51%2e53,84%2e25l27%2e16%2d28%2e51H0V44%2e29h78%2e69l%2d27%2e15%2d28%2e5l8%2e34%2d7%2e89L100,50L59%2e87,92%2e1L51%2e53,84%2e25zM83%2e95,50%2e22l0%2e19%2d0%2e2l%2d0%2e19%2d0%2e2V50%2e22z%22%2f%3e%3c%2fsvg%3e");
  background-color: #dc0032;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  bottom: 0;
  content: "";
  display: block;
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 100;
}

.t-newGraduatesTop-panel__title {
  margin-bottom: -20px;
  padding: 40px 40px 0;
  position: relative;
}

.t-newGraduatesTop-panel__decoration {
  display: block;
  margin: 24px auto 0;
  max-width: 100%;
}

.t-newGraduatesTop-panel__image {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .t-newGraduatesTop-panel {
    height: clamp(18.75rem, 18.75rem + ((1vw - 0.48rem) * (27.027027027)), 28.75rem);
    margin-top: 80px;
  }
  .t-newGraduatesTop-panel__link {
    display: flex;
    height: 100%;
  }
  .t-newGraduatesTop-panel__link::before {
    height: 60px;
    width: 60px;
  }
  .t-newGraduatesTop-panel__title {
    flex: 0 0 clamp(20rem, 20rem + ((1vw - 0.48rem) * (21.6216216216)), 28rem);
    margin: 0;
    padding: clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * (9.4594594595)), 5rem) clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * (4.0540540541)), 3rem);
  }
  .t-newGraduatesTop-panel__decoration {
    margin-top: 48px;
  }
  .t-newGraduatesTop-panel__decoration--shift {
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
  }
  .t-newGraduatesTop-panel__content {
    flex: 1 1 auto;
  }
  .t-newGraduatesTop-panel__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media (hover: hover) {
  .t-newGraduatesTop-panel__link:hover, .t-newGraduatesTop-panel__link:focus {
    border-color: #dc0032;
  }
}
.t-newGraduatesTop-panelMovie {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * (1.3513513514)), 2rem);
  margin-top: 40px;
}

.t-newGraduatesTop-panelMovie__title {
  align-items: center;
  display: flex;
  justify-content: center;
}

.t-newGraduatesTop-panelMovie__titleImage {
  display: block;
  max-width: 100%;
}

.t-newGraduatesTop-panelMovie__media {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .t-newGraduatesTop-panelMovie {
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 80px;
  }
  .t-newGraduatesTop-panelMovie__title {
    flex: 1 1 auto;
  }
  .t-newGraduatesTop-panelMovie__content {
    flex: 0 0 clamp(20rem, 20rem + ((1vw - 0.48rem) * (60.8108108108)), 42.5rem);
  }
}
.t-newGraduatesTop-panelCourse {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.t-newGraduatesTop-panelCourse__title {
  margin-bottom: -20px;
  padding: 40px 40px 0;
  position: relative;
}

.t-newGraduatesTop-panelCourse__decoration {
  display: block;
  margin: 24px auto 0;
  max-width: 100%;
}

.t-newGraduatesTop-panelCourse__list {
  align-items: start;
  display: grid;
  gap: clamp(0.5rem, 0.5rem + ((1vw - 0.64rem) * (16.6666666667)), 4rem);
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  padding: 48px 16px;
}

.t-newGraduatesTop-panelCourse__listItem {
  list-style: none;
}

.t-newGraduatesTop-panelCourse__link {
  align-items: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 1rem + ((1vw - 0.48rem) * (0.3378378378)), 1.125rem);
  font-weight: bold;
  gap: clamp(1rem, 1rem + ((1vw - 0.48rem) * (1.3513513514)), 1.5rem);
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.t-newGraduatesTop-panelCourse__image {
  max-width: 100%;
}

.t-newGraduatesTop-panelCourse__text::after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M51%2e53,84%2e25l27%2e16%2d28%2e51H0V44%2e29h78%2e69l%2d27%2e15%2d28%2e5l8%2e34%2d7%2e89L100,50L59%2e87,92%2e1L51%2e53,84%2e25zM83%2e95,50%2e22l0%2e19%2d0%2e2l%2d0%2e19%2d0%2e2V50%2e22z%22%2f%3e%3c%2fsvg%3e");
  background-color: #dc0032;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 0.25em;
  pointer-events: none;
  position: relative;
  top: 0.5em;
  transform: translateY(-50%);
  width: 16px;
}

.t-newGraduatesTop-panelCourse__b {
  background-image: linear-gradient(#dc0032, #dc0032);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding: 0.5em 0;
  transition: background-size 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (min-width: 768px) {
  .t-newGraduatesTop-panelCourse {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    flex-direction: row;
    gap: 0;
    margin-top: 80px;
    min-height: clamp(18.75rem, 18.75rem + ((1vw - 0.48rem) * (27.027027027)), 28.75rem);
  }
  .t-newGraduatesTop-panelCourse__title {
    flex: 0 0 clamp(15rem, 15rem + ((1vw - 0.48rem) * (20.2702702703)), 22.5rem);
    margin: 0;
    padding: clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * (9.4594594595)), 5rem) clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * (4.0540540541)), 3rem);
  }
  .t-newGraduatesTop-panelCourse__decoration {
    margin-top: 48px;
  }
  .t-newGraduatesTop-panelCourse__content {
    flex: 1 1 auto;
  }
}
@media (min-width: 1024px) {
  .t-newGraduatesTop-panelCourse__list {
    grid-template-columns: repeat(4, 1fr);
    padding: clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * (9.4594594595)), 5rem) clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * (4.0540540541)), 3rem);
  }
}
@media (hover: hover) {
  .t-newGraduatesTop-panelCourse__link:hover :where(.t-newGraduatesTop-panelCourse__b), .t-newGraduatesTop-panelCourse__link:focus :where(.t-newGraduatesTop-panelCourse__b) {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.t-newGraduatesTop-heading {
  text-align: center;
  word-break: break-all;
}

.t-newGraduatesTop-heading--vertical :is(.t-newGraduatesTop-heading__text) {
  padding-left: 0;
}
.t-newGraduatesTop-heading--vertical :is(.t-newGraduatesTop-heading__text)::before {
  display: block;
  margin: 0 auto 0.5em;
  position: static;
}

.t-newGraduatesTop-heading__text {
  display: inline-block;
  font-family: "josefinSans", sans-serif;
  font-size: clamp(1.875rem, 1.875rem + ((1vw - 0.48rem) * (1.6891891892)), 2.5rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
  padding-left: 24px;
  position: relative;
}
.t-newGraduatesTop-heading__text::before {
  background-image: linear-gradient(#0a8dff 0%, #ffee7d 100%);
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.05em;
  transform: skewX(-16deg);
  width: 5px;
}

.t-newGraduatesTop-heading__subtext {
  display: block;
  font-size: clamp(1rem, 1rem + ((1vw - 0.48rem) * (1.3513513514)), 1.5rem);
  font-weight: bold;
  text-align: center;
}

.t-newGraduatesTop-heading__tagline {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.48rem) * (0.3378378378)), 1rem);
  font-weight: bold;
}

.t-newGraduatesTop-heading__link {
  border-bottom: 1px solid #333333;
  color: #333333;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 24px;
  padding: 0 56px 16px 0;
  position: relative;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.t-newGraduatesTop-heading__link::before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23333333%22%3e%3cpath%20d%3d%22M99%2e6,49%2e1L87%2e7,38%2e4C87%2e2,38,86%2e5,38,86,38%2e5c%2d0%2e4,0%2e5%2d0%2e4,1%2e2,0%2e1,1%2e7l9%2e6,8%2e6H1%2e2C0%2e5,48%2e8,0,49%2e3,0,50c0,0%2e7,0%2e5,1%2e2,1%2e2,1%2e2h94%2e5l%2d9%2e6,8%2e6c%2d0%2e5,0%2e4%2d0%2e5,1%2e2%2d0%2e1,1%2e7c0%2e2,0%2e3,0%2e6,0%2e4,0%2e9,0%2e4c0%2e3,0,0%2e6%2d0%2e1,0%2e8%2d0%2e3l11%2e9%2d10%2e7c0%2e2%2d0%2e2,0%2e4%2d0%2e5,0%2e4%2d0%2e9S99%2e9,49%2e3,99%2e6,49%2e1z%22%2f%3e%3c%2fsvg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% - 8px));
  width: 40px;
}

@media (min-width: 768px) {
  .t-newGraduatesTop-heading {
    text-align: left;
  }
}
@media (hover: hover) {
  .t-newGraduatesTop-heading__link:hover, .t-newGraduatesTop-heading__link:focus {
    color: #dc0032;
  }
}
.l-main--recruitCareerTopColor {
  --content-radius: 40px;
}
.l-main--recruitCareerTopColor > * {
  margin-top: calc(-1 * var(--content-radius));
}
.l-main--recruitCareerTopColor :where(.l-main--recruitCareerTopColor > *:nth-of-type(even)) {
  border-radius: var(--content-radius) 0 0 var(--content-radius);
  position: relative;
}
.l-main--recruitCareerTopColor :where(.l-main--recruitCareerTopColor > *:nth-of-type(even))::before {
  background-color: #fff;
  clip-path: path("M0,100h100V0C100,55.2,55.2,100,0,100z");
  content: "";
  height: 100px;
  position: absolute;
  right: calc(-1 * var(--content-radius) + 10px);
  top: -70px;
  transform: scale(0.4);
  width: 100px;
}
.l-main--recruitCareerTopColor :where(.l-main--recruitCareerTopColor > *:nth-of-type(odd)) {
  border-radius: 0 var(--content-radius) var(--content-radius) 0;
}
.l-main--recruitCareerTopColor .l-mv {
  margin-top: 0;
  padding-bottom: 40px;
}

.l-main--recruitCareerTopColor .l-content__inner {
  --content-padding-top: 34px;
  --content-padding-bottom: calc(48px + var(--content-radius));
}

.l-content--recruitCareerTopColor {
  background-color: #4472c4;
  position: relative;
}
.l-content--recruitCareerTopColor::after {
  background-color: #acc2e9;
  border-radius: 0 var(--content-radius) var(--content-radius) 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20.5333333333vw;
}
.l-content--recruitCareerTopColor::before {
  background-color: #4472c4;
  clip-path: path("M0,100h100V0C100,55.2,55.2,100,0,100z");
  content: "";
  height: 100px;
  left: calc(-1 * var(--content-radius) + 10px);
  position: absolute;
  top: -70px;
  transform: scale(0.4) rotate(90deg);
  width: 100px;
  z-index: 30;
}

.l-content--recruitCareerTopColor .l-content__inner {
  --content-padding-top: 40px;
}

.l-content--recruitCareerTopColor2 {
  background-color: #ecf1f9;
  border-bottom-left-radius: 0;
  position: relative;
}
.l-content--recruitCareerTopColor2::before {
  background-color: #f4f7fc;
}

.l-content--recruitCareerTopColor2 .l-content__inner {
  --content-padding-bottom: calc(80px + var(--content-radius));
  --content-padding-top: 40px;
  z-index: 100;
}
.l-content--recruitCareerTopColor2 .l-content__inner::before {
  background-color: #fff;
  bottom: calc(24% - var(--content-radius) + 10px);
  clip-path: path("M0,100h100V0C100,55.2,55.2,100,0,100z");
  content: "";
  height: 100px;
  left: calc(-1 * var(--content-radius) + 10px);
  position: absolute;
  transform: scale(0.4) rotate(90deg);
  width: 100px;
  z-index: -1;
}

@media (min-width: 768px) {
  .l-main--recruitCareerTopColor {
    --content-radius: 80px;
  }
  .l-main--recruitCareerTopColor .l-mv {
    margin-top: 0;
    padding-bottom: 80px;
  }
  .l-main--recruitCareerTopColor .l-content__inner {
    --content-padding-bottom: calc(56px + var(--content-radius));
    --content-padding-top: 48px;
  }
  .l-content--recruitCareerTop {
    position: relative;
  }
  .l-content--recruitCareerTop .l-content__inner::before, .l-content--recruitCareerTop .l-content__inner::after {
    content: "";
    position: absolute;
  }
  .l-content--recruitCareerTop .l-content__inner::before {
    background-image: url("/recruit/career/img/index-icon-background.png");
    height: 146px;
    left: -20px;
    top: 204px;
    width: 83px;
  }
  .l-content--recruitCareerTop .l-content__inner::after {
    background-image: url("/recruit/career/img/index-icon-background-2.png");
    height: 134px;
    right: 35px;
    top: 232px;
    width: 108px;
  }
  .l-content--recruitCareerTopColor .l-content__inner {
    --content-padding-bottom: calc(64px + var(--content-radius));
    --content-padding-top: 56px;
  }
  .l-content--recruitCareerTopColor .l-content__inner::before, .l-content--recruitCareerTopColor .l-content__inner::after {
    content: "";
    position: absolute;
  }
  .l-content--recruitCareerTopColor .l-content__inner::before {
    background-image: url("/recruit/career/img/index-icon-background-3.png");
    height: 74px;
    left: 75px;
    top: 450px;
    width: 48px;
  }
  .l-content--recruitCareerTopColor .l-content__inner::after {
    background-image: url("/recruit/career/img/index-icon-background-4.png");
    height: 245px;
    right: -20px;
    top: 169px;
    width: 188px;
    z-index: 31;
  }
  .l-content--recruitCareerTopColor2 .l-content__inner {
    --content-padding-bottom: calc(120px + var(--content-radius));
    --content-padding-top: 72px;
  }
}
@media (max-width: 1139.9px) {
  .l-content--recruitCareerTop .l-content__inner::before, .l-content--recruitCareerTop .l-content__inner::after {
    content: none;
  }
}
@media (max-width: 1439.9px) {
  .l-content--recruitCareerTopColor .l-content__inner::before, .l-content--recruitCareerTopColor .l-content__inner::after {
    content: none;
  }
}
.t-recruitNumber-list-description__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0 32px;
}

.t-recruitNumber-list-description__item + .t-recruitNumber-list-description__item {
  border-top: 1px dotted #fff;
  border-top-width: 4px;
  margin-top: 24px;
  padding-top: 24px;
}

.t-recruitNumber-list-description__dt {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .t-recruitNumber-list-description__item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.t-recruitNumber-layout {
  display: grid;
  gap: 25px 0;
  margin-top: 33px;
}

@media (min-width: 768px) {
  .t-recruitNumber-layout {
    gap: 80px 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
  }
  .t-recruitNumber-layout_item {
    min-height: 484px;
  }
  .t-recruitNumber-layout_item .t-recruit-m-box-3 {
    height: 100%;
  }
  .t-recruitNumber-layout_item .t-recruit-m-box-3__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .t-recruitNumber-layout_item--column {
    grid-column: 1/3;
  }
}
.t-recruit--environment .l-content {
  background-color: #fff790;
}

.t-recruitEnvironment-l-heading {
  --color: #333333;
  --background-color: #fff790;
  background-color: var(--background-color);
  grid-column: 1/4;
}

.t-recruitEnvironment-l-heading__inner {
  grid-column: 2/3;
  padding-bottom: 228px;
  padding-top: 48px;
  text-align: center;
}

.t-recruitEnvironment-l-heading__text {
  font-size: 1.75rem;
  font-weight: bold;
}

.t-recruitEnvironment-l-heading__leadText {
  color: #dc0032;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 16px;
}

.t-recruitEnvironment-l-heading__subText {
  display: block;
  font-weight: bold;
  margin-top: 16px;
}

.t-recruitEnvironment-l-heading__leadText2 {
  color: #dc0032;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .t-recruitEnvironment-l-heading__inner {
    display: grid;
    grid-template-columns: [left] auto [right] max-content;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 78px;
    text-align: left;
  }
  .t-recruitEnvironment-l-heading__text,
  .t-recruitEnvironment-l-heading__leadText,
  .t-recruitEnvironment-l-heading__subText {
    grid-column: left;
  }
  .t-recruitEnvironment-l-heading__text {
    font-size: 3.75rem;
  }
  .t-recruitEnvironment-l-heading__leadText {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .t-recruitEnvironment-l-heading__subText {
    margin-top: 12px;
  }
  .t-recruitEnvironment-l-heading__leadText2 {
    font-size: 1.8125rem;
    grid-column: right;
    grid-row: 1/-1;
    margin-right: 60px;
    margin-top: 50px;
    transform: rotate(-10deg);
  }
}
.t-recruit--environment .m-layout-media__content,
.t-recruit--environment .m-text__text {
  font-size: 0.875rem;
}

.t-recruit--environment .m-layout-media .m-media__itemContainer {
  position: relative;
  z-index: 300;
}

@media (max-width: 767.9px) {
  .t-recruit--environment .m-layout-media {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .t-recruit--environment .m-layout-media,
  .t-recruit--environment .m-text {
    margin-top: 16px;
  }
}
@media (max-width: 1099.9px) {
  .t-recruit--environment .m-layout-media.m-layout-media--floatLeftSP,
  .t-recruit--environment .m-layout-media.m-layout-media--floatRightSP {
    display: flow-root;
  }
  .t-recruit--environment .m-layout-media.m-layout-media--floatLeftSP > .m-media,
  .t-recruit--environment .m-layout-media.m-layout-media--floatRightSP > .m-media {
    margin-bottom: clamp(1rem, 1rem + ((1vw - 0.48rem) * (1.3513513514)), 1.5rem);
    margin-top: 0;
  }
  .t-recruit--environment .m-layout-media.m-layout-media--floatLeftSP > .m-media {
    float: left;
    margin-right: 10px;
  }
  .t-recruit--environment .m-layout-media.m-layout-media--floatRightSP > .m-media {
    float: right;
    margin-left: 10px;
  }
}
