@charset "UTF-8";

.sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
}

.recruitment main#primary {
  padding-bottom: 0;
}

.recruitment .entry-content img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* mv */
.recruitment #primary header {
  background-image: url(../images/mv/mv_recruitment.jpg);
}
.recruitment_complete #primary header {
  background-image: url(../images/mv/mv_recruitment.jpg);
}

/* アンカーリンク */
.recruitment-anchor {
  background-color: #31347C;
  padding-block: 23px;
}

.recruitment-anchor__inner {
  margin-inline: auto;
  max-width: 1242px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.recruitment-anchor__inner li {
  height: auto;
}
.recruitment-anchor__inner li:not(:last-child) {
  position: relative;
}
.recruitment-anchor__inner li:not(:last-child)::before {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
}
.recruitment-anchor__inner li:first-child::before {
  display: none;
}

.recruitment-anchor__link {
  padding-block: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .recruitment-anchor__link:hover {
    opacity: 0.7;
  }
}

.recruitment-anchor__button {
  padding: 15px 64px 15px 20px;
  background-color: #ff9a34;
  border-radius: 99px;
  width: 180px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  transition: opacity 0.3s ease;
  position: relative;
}
.recruitment-anchor__button::before {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  content: '';
  background-color: #ffffff;
  border-radius: 23px;
  width: 23px;
  height: 23px;
}
.recruitment-anchor__button::after {
  content: '';
  position: absolute;
  top: 47%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #ff9a34;
  border-bottom: 2px solid #ff9a34;
}

@media (hover: hover) {
  .recruitment-anchor__button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1279px) {
  .recruitment-anchor__inner {
    gap: 24px;
  }
  .recruitment-anchor__inner li:not(:last-child)::before {
    left: -13px;
  }
  .recruitment-anchor__link {
    font-size: 14px;
  }
  .recruitment-anchor__button {
    padding: 10px 40px 10px 13px;
    width: 140px;
    font-size: 14px;
  }
  .recruitment-anchor__button::before {
    right: 10px;
  }
  .recruitment-anchor__button::after {
    right: 18px;
  }
}

@media screen and (max-width: 600px) {
  .recruitment-anchor {
    display: none;
  }
}



/* ===========================================
   セクションヘッダー
   =========================================== */
.recruitment-section-heading.center {
  text-align: center;
}

.recruitment-section-heading__en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}
.recruitment-section-heading__en.navy {
  color: #696789;
}
.recruitment-section-heading__en.navy span {
  color: #31347C;
}
.recruitment-about .recruitment-section-heading__en {
  color: #C7C7C7;
}
.recruitment-about .recruitment-section-heading__en span {
  color: #fff;
}
.recruitment-project .recruitment-section-heading__en {
  color: #fff;
}

.recruitment-section-heading__ja {
  font-weight: 700;
  font-size: 22px;
  color: #000;
}
.recruitment-about .recruitment-section-heading__ja {
  margin-top: 5px;
  color: #fff;
}
.recruitment-project .recruitment-section-heading__ja {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .recruitment-section-heading__en {
    font-size: min(calc(100vw / 375 * 45), 45px);
  }
  .recruitment-section-heading__ja {
    font-size: min(calc(100vw / 375 * 20), 20px);
  }
}


.recruitment-common-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #31347C;
  padding-left: 22px;
  position: relative;
}

.recruitment-common-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 28px;
  background-color: #18D39C;
}

@media screen and (max-width: 600px) {
  .recruitment-common-title {
    font-size: 21px;
    padding-left: 18px;
  }
  .recruitment-common-title::before {
    width: 5px;
    height: 23px;
  }
}



/* 共通ボタン */

.recruitment-common-button {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.recruitment-common-button__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 30px 20px 40px;
  background-color: #ff9a34;
  border-radius: 60px;
  width: 400px;
  height: 100px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  transition: opacity 0.3s ease;
}
.recruitment-common-button__link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 330px;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.recruitment-common-button__link::after {
  position: absolute;
  top: 49%;
  right: 46px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff9a34;
  border-bottom: 2px solid #ff9a34;
}
@media (hover: hover) {
  .recruitment-common-button__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 600px) {
  .recruitment-common-button {
    margin-top: 42px;
  }
  .recruitment-common-button__link {
    height: 68px;
    width: min(calc(100vw / 375 * 330), 330px);
    padding-left: min(calc(100vw / 375 * 32), 32px);
    font-size: 18px;
  }
  .recruitment-common-button__link::before {
    left: auto;
    right: 25px;
    width: 32px;
    height: 32px;
  }
  .recruitment-common-button__link::after {
    right: 37px;
  }
}





/* ===========================================
   リードセクション
   =========================================== */
.recruitment-lead {
  padding-bottom: 162px;
  background: linear-gradient(180deg, #f3f9ff 50%, #85c7f3 100%);
  position: relative;
  z-index: 1;
}
.recruitment-lead::before {
  position: absolute;
  top: 86px;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 548;
  background-image: url(../images/other/recruitment_lead_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.recruitment-lead::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 910;
  background-image: url(../images/other/recruitment_lead_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.recruitment-lead__slider-wrapper {
  display: flex;
  overflow: hidden;
}
.recruitment-lead__slider {
  animation: scroll-left 30s infinite linear .5s both;
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}
.recruitment-lead__slide {
  margin-inline: 21px;
  box-shadow: 10px 0px 20px 0px rgba(102, 168, 215, 0.25);
  width: 384px;
}
.recruitment-lead__slide:nth-child(odd) {
  margin-top: 82px;
}
.recruitment-lead__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.recruitment-lead__inner {
  margin-top: 42px;
  max-width: 1120px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruitment-lead__heading {
  font-weight: 700;
  font-size: 60px;
  line-height: calc(88 / 60);
  letter-spacing: 0.035em;
  text-align: center;
}
.recruitment-lead__heading .navy {
  color: #31347C;
}
.recruitment-lead__heading .ls01 {
  margin-left: -6.5%;
}
.recruitment-lead__heading .ls02 {
  margin-right: -3.5%;
}
.recruitment-lead__heading .ls03 {
  margin-right: -3%;
}

.recruitment-lead__text {
  margin-top: 64px;
}

.recruitment-lead__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: calc(52 / 20);
  letter-spacing: 0em;
  color: #000000;
  text-align: center;
}

.recruitment-lead__text p:not(:first-child) {
  margin-top: 52px;
}


@media screen and (max-width: 600px) {
  .recruitment-lead__slide {
    width: 200px;
  }
  .recruitment-lead__slide:nth-child(odd) {
    margin-top: 40px;
  }

  .recruitment-lead__inner {
    padding-inline: min(calc(100vw / 375 * 20), 20px);
  }

  .recruitment-lead__heading {
    font-size: min(calc(100vw / 375 * 24), 24px);
  }

  .recruitment-lead__text {
    margin-top: 42px;
  }

  .recruitment-lead__text p {
    font-size: min(calc(100vw / 375 * 15), 15px);
    line-height: 2.2;
  }

  .recruitment-lead__text p span {
    display: inline-block;
  }
}


/* ===========================================
   Aboutセクション
   =========================================== */
.recruitment-about {
  padding: 100px 0;
  background-color: #85c7f3;
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 1;
}
.recruitment-about::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #31347C;
  z-index: 1;
}

.recruitment-about__inner {
  max-width: 1224px;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.recruitment-about__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
}

.recruitment-about__pagination {
  width: 240px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
  gap: 0;
}

.recruitment-about__pagination .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.recruitment-about__pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.recruitment-about__navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}

.recruitment-about__button-prev,
.recruitment-about__button-next {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.recruitment-about__button-prev::after,
.recruitment-about__button-next::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.recruitment-about__button-prev::after {
  left: 55%;
}
.recruitment-about__button-next::after {
  left: 45%;
}

.recruitment-about__button-next::after {
  transform: translate(-50%, -50%) rotate(225deg);
}

.recruitment-about__button-prev.swiper-button-disabled,
.recruitment-about__button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (hover: hover) {
  .recruitment-about__button-prev:not(.swiper-button-disabled):hover,
  .recruitment-about__button-next:not(.swiper-button-disabled):hover {
    opacity: 0.7;
  }
}

.recruitment-about__slider {
  margin-top: 76px;
  overflow: hidden;
}

.recruitment-about__slide {
  position: relative;
  padding-left: 64px;
  display: flex;
  height: auto;
}
.recruitment-about__slide--last {
  padding-right: 64px;
}

.recruitment-about__point-label {
  width: 97px;
  background-color: #201B5D;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recruitment-about__point-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.recruitment-about__point-number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  margin-top: 8px;
}

.recruitment-about__card {
  flex: 1;
  background-color: #f4f4f8;
  border-radius: 0 10px 10px 0;
  padding: 32px 96px 32px 32px;
  display: flex;
  gap: 9.5%;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.recruitment-about__flag {
  position: absolute;
  top: 0;
  left: 0;
  height: 82px;
  padding-left: 30px;
  background-color: #FFDD44;
  display: flex;
  align-items: center;
}
.recruitment-about__flag::after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  content: "";
  width: 46px;
  height: 100%;
  background-image: url(../images/other/recruitment_about_mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.recruitment-about__flag-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  color: #201b5d;
}

.recruitment-about__flag-main01 {
  margin-left: 11px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.17;
  color: #201b5d;
}

.recruitment-about__flag-main02 {
  margin-left: 17px;
  padding-left: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #201b5d;
  position: relative;
}
.recruitment-about__flag-main02::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 42px;
  background-color: #fff;
}
.recruitment-about__flag-main02 span {
  margin-left: 6px;
  font-size: 18px;
}

.recruitment-about__image-wrapper {
  width: 46.5%;
}

.recruitment-about__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.recruitment-about__content {
  flex: 1;
}

.recruitment-about__title {
  font-weight: 700;
  font-size: 32px;
  line-height: calc(48 / 32);
  letter-spacing: 0.02em;
  color: #696789;
  padding-bottom: 32px;
  position: relative;
}
.recruitment-about__title::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  content: '';
  background-color: #bdbbbb;
  width: 46px;
  height: 1px;
}
.recruitment-about__title span {
  color: #31347C;
}

.recruitment-about__text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(28 / 16);
  letter-spacing: 0em;
  color: #000000;
}


@media screen and (max-width: 600px) {
  .recruitment-about {
    padding: 60px 0;
  }

  .recruitment-about__inner {
    padding-inline: min(calc(100vw / 375 * 20), 20px);
    flex-direction: column;
    align-items: flex-start;
  }

  .recruitment-about__heading {
    flex-direction: column;
    gap: 8px;
  }

  .recruitment-about__heading-en {
    font-size: 40px;
  }

  .recruitment-about__heading-ja {
    font-size: 14px;
  }

  .recruitment-about__controls {
    margin-top: 30px;
    width: 100%;
    justify-content: flex-end;
    gap: 20px;
  }

  .recruitment-about__pagination {
    width: 160px;
  }

  .recruitment-about__pagination .swiper-pagination-bullet {
    width: 53.33px;
  }

  .recruitment-about__navigation {
    gap: 12px;
  }

  .recruitment-about__button-prev,
  .recruitment-about__button-next {
    width: 40px;
    height: 40px;
  }

  .recruitment-about__button-prev::after,
  .recruitment-about__button-next::after {
    width: 10px;
    height: 10px;
  }

  .recruitment-about__slider {
    margin-top: 40px;
  }

  .recruitment-about__slide {
    flex-direction: column;
    padding-left: min(calc(100vw / 375 * 20), 20px);
  }
  .recruitment-about__slide--last {
    padding-right: min(calc(100vw / 375 * 20), 20px);
  }

  .recruitment-about__point-label {
    border-radius: 10px 10px 0 0;
    flex-direction: row;
    width: 100%;
    padding-block: 8px;
  }

  .recruitment-about__point-text {
    font-size: 14px;
  }

  .recruitment-about__point-number {
    margin-top: 0;
    margin-left: 8px;
    font-size: 32px;
  }

  .recruitment-about__card {
    border-radius: 0 0 10px 10px;
    padding: 30px 20px;
    gap: 24px;
    flex-direction: column;
  }

  .recruitment-about__flag {
    height: 50px;
    padding-left: 14px;
  }

  .recruitment-about__flag-text {
    font-size: 10px;
  }

  .recruitment-about__flag-main01 {
    font-size: 16px;
  }
  .recruitment-about__flag-main02 {
    margin-left: 10px;
    padding-left: 9px;
    font-size: 22px;
  }
  .recruitment-about__flag-main02::after {
    height: 30px;
  }
  .recruitment-about__flag-main02 span {
    font-size: 14px;
  }

  .recruitment-about__image-wrapper {
    width: 100%;
  }

  .recruitment-about__title {
    font-size: min(calc(100vw / 375 * 20), 20px);
    line-height: 1.6;
    padding-bottom: 14px;
  }

  .recruitment-about__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ===========================================
   インタビューセクション
   =========================================== */
.recruitment-interview {
  padding-top: 20px;
  margin-top: 100px;
}

.recruitment-interview__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-right: 20px;
}

.recruitment-interview__list {
  margin-top: 108px;
  display: flex;
  flex-direction: column;
}

.recruitment-interview__item {
  display: flex;
  align-items: flex-start;
  gap: min(calc(100vw / 1440 * 80), 80px);
  padding-bottom: 120px;
  position: relative;
}

.recruitment-interview__image-wrapper {
  position: sticky;
  top: 100px;
  width: 608px;
  padding-bottom: 120px;
  z-index: 2;
}

.recruitment-interview__image-area {
  position: relative;
}

.recruitment-interview__image-slider {
  width: 100%;
  height: auto;
}

.recruitment-interview__image {
  width: 100%;
  height: auto;
  display: block;
}

.recruitment-interview__label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: calc(20 / 20);
  letter-spacing: 0em;
  color: #31347C;
  height: calc(100% - 30px);
  position: absolute;
  top: 30px;
  left: 18px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 3;
}
.recruitment-interview__label span {
  margin-bottom: 12px;
}
.recruitment-interview__label::after {
  flex: 1;
  display: block;
  content: "";
  background-color: #31347c;
  width: 1px;
  height: 100%;
}

.recruitment-interview__label.is-fixed {
  position: fixed;
  top: 130px;
}
@media screen and (min-width: 1441px) {
  .recruitment-interview__label.is-fixed {
    left: calc(50% - 720px + 18px);
  }
}

.recruitment-interview__label.is-move {
  position: absolute;
  top: auto;
  bottom: 0;
  height: calc(100vh - 130px);
}

.recruitment-interview__badge-group {
  position: absolute;
  top: calc(100% - 30px);
  left: 13.16%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.recruitment-interview__badge {
  font-weight: 400;
  font-size: 34px;
  line-height: calc(34 / 34);
  letter-spacing: -0.04em;
  color: #ffffff;
  background-color: #31347C;
  padding: 8px 14px;
  width: fit-content;
}
.recruitment-interview__badge:not(:first-child) {
  margin-top: -1px;
}

.recruitment-interview__content {
  flex: 1;
  max-width: 592px;
}

.recruitment-interview__person {
  background-color: #E6F0FA;
  border-radius: 10px;
  padding: 20px 24px;
}

.recruitment-interview__profile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.recruitment-interview__position {
  font-weight: 500;
  font-size: 17px;
  line-height: calc(24 / 17);
  letter-spacing: 0em;
  color: #31347C;
  background-color: #ffffff;
  padding: 8px 14px;
  border-radius: 30px;
}

.recruitment-interview__name-wrapper {
  display: flex;
  align-items: flex-end;
}

.recruitment-interview__name {
  font-weight: 500;
  font-size: 22px;
  line-height: calc(22 / 22);
  letter-spacing: 0em;
  color: #000000;
}

.recruitment-interview__year {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(16 / 16);
  letter-spacing: 0em;
  color: #000000;
}

.recruitment-interview__details {
  margin-top: 16px;
}

.recruitment-interview__detail-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.recruitment-interview__detail-item:not(:first-child) {
  margin-top: 10px;
}

.recruitment-interview__detail-label {
  font-weight: 500;
  font-size: 15px;
  line-height: calc(16 / 15);
  letter-spacing: 0em;
  color: #31347C;
  width: 60px;
}

.recruitment-interview__detail-text {
  font-weight: 400;
  font-size: 15px;
  line-height: calc(24 / 15);
  letter-spacing: 0em;
  color: #000000;
  flex: 1;
  padding-left: 16px;
  position: relative;
}
.recruitment-interview__detail-text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D9E0EB;
}

.recruitment-interview__questions {
  margin-top: 64px;
}

.recruitment-interview__question:not(:first-child) {
  margin-top: 64px;
}

.recruitment-interview__question-heading {
  display: flex;
  gap: 12px;
}

.recruitment-interview__question-number {
  padding-top: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #18d39c;
}

.recruitment-interview__question-text {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.38;
  color: #31347c;
}

.recruitment-interview__answer {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
}

.recruitment-interview__message {
  margin-top: 84px;
  position: relative;
}

.recruitment-interview__message-title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -50%);
  padding: 5px 16px 8px;
  background-color: #7d90c1;
  font-size: 20px;
  color: #fff;
}
.recruitment-interview__message-title::after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 119px;
  background-color: #7d90c1;
  width: 13px;
  height: 11px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.recruitment-interview__message-text {
  border-radius: 10px;
  border: 1px solid #7d90c1;
  padding: 40px 30px 30px;
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
}


/* ===========================================
   インタビューセクション - レスポンシブ
   =========================================== */
@media screen and (max-width: 600px) {
  .recruitment-interview {
    margin-top: 40px;
  }

  .recruitment-interview__inner {
    padding-inline: min(calc(100vw / 375 * 20), 20px);
  }

  .recruitment-interview__list {
    margin-top: 40px;
    gap: 60px;
  }

  .recruitment-interview__item {
    flex-direction: column;
    gap: 72px;
    padding-bottom: 72px;
  }

  .recruitment-interview__image-wrapper {
    width: 100%;
    top: 75px;
    padding-bottom: 0;
  }

  .recruitment-interview__image img {
    aspect-ratio: 375 / 210;
  }

  .recruitment-interview__label {
    font-size: 16px;
    top: 0;
    left: max(calc(-100vw / 375 * 20), -20px);
    height: 100%;
  }

  .recruitment-interview__label.is-fixed {
    top: 75px;
    left: 0;
  }
  .recruitment-interview__label.is-move {
    position: absolute;
    top: auto;
    bottom: 0;
    left: max(calc(-100vw / 375 * 20), -20px);
    height: calc(100vh - 75px);
  }

  .recruitment-interview__badge-group {
    left: 20px;
  }

  .recruitment-interview__badge {
    font-size: min(calc(100vw / 375 * 18), 18px);
  }

  .recruitment-interview__content {
    padding: 16px 10px;
  }

  .recruitment-interview__person {
    padding-inline: min(calc(100vw / 375 * 16), 16px);
  }

  .recruitment-interview__profile {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .recruitment-interview__position {
    font-size: 15px;
  }

  .recruitment-interview__name {
    font-size: 20px;
  }

  .recruitment-interview__year {
    font-size: 14px;
  }

  .recruitment-interview__details {
    margin-top: 24px;
  }

  .recruitment-interview__detail-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .recruitment-interview__detail-item:not(:first-child) {
    margin-top: 24px;
  }

  .recruitment-interview__detail-label {
    font-size: 14px;
  }

  .recruitment-interview__detail-divider {
    display: none;
  }

  .recruitment-interview__detail-text {
    padding-left: 0;
    font-size: 14px;
  }
  .recruitment-interview__detail-text::before {
    display: none;
  }

  .recruitment-interview__questions {
    margin-top: 46px;
  }

  .recruitment-interview__question-number {
    padding-top: 6px;
    font-size: 18px;
  }

  .recruitment-interview__question:not(:first-child) {
    margin-top: 36px;
  }

  .recruitment-interview__question-text {
    font-size: 18px;
  }

  .recruitment-interview__answer {
    margin-top: 21px;
    font-size: 15px;
  }

  .recruitment-interview__message {
    margin-top: 60px;
  }

  .recruitment-interview__message-title {
    transform: translate(-14px, -50%);
    font-size: 16px;
  }
  .recruitment-interview__message-title::after {
    left: 100px;
  }

  .recruitment-interview__message-text {
    padding: 36px 20px 24px;
    font-size: 15px;
  }

}



/* ===========================================
   キャリアセクション
   =========================================== */

.recruitment-career {
  padding-top: 120px;
  padding-bottom: 160px;
  background-color: #F4F4F8;
}

.recruitment-career__inner {
  margin-inline: auto;
  max-width: 1160px;
  padding-inline: 20px;
}

.recruitment-career__lead {
  margin-top: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: calc(34 / 18);
  color: #000;
}

.recruitment-career-path-group {
  margin-top: 62px;
}

.recruitment-career-path:not(:first-child) {
  margin-top: 48px;
}

.recruitment-career-path__header {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.recruitment-career-path__number {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 120px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #31347c;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #31347c;
}

.recruitment-career-path__badge {
  font-weight: 600;
  font-size: 24px;
  line-height: calc(36 / 24);
  letter-spacing: 0.02em;
  color: #ffffff;
  background-color: #31347c;
  padding: 7px 14px;
  margin-bottom: 16px;
  display: inline-block;
}

.recruitment-career-path__description {
  margin-top: 8px;
  font-weight: 500;
  font-size: 17px;
  line-height: calc(32 / 17);
  color: #000000;
}

.recruitment-career-path__cards {
  margin-top: 80px;
  display: flex;
  gap: 34px;
}
.recruitment-career-path:last-child .recruitment-career-path__cards {
  margin-top: 54px;
}

.recruitment-career-path__card-wrapper {
  flex: 1;
  position: relative;
}

.recruitment-career-path__card-wrapper:not(:first-child)::before {
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 22px;
  background-color: #13b082;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}

.recruitment-career-path__card {
  height: 100%;
  background-color: #ffffff;
  padding: 48px 24px 24px;
  position: relative;
}

.recruitment-career-path__card-badge {
  position: absolute;
  bottom: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-weight: 600;
  font-size: 18px;
  line-height: calc(18 / 18);
  letter-spacing: 0.02em;
  color: #ffffff;
  background-color: #13b082;
  border-radius: 99px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  text-align: center;
  height:60px;
}
.recruitment-career-path__card-badge div{
  text-align: center;
}
.recruitment-career-path__card-badge span{
}
.recruitment-career-path__card-badge small{
  font-size:14px;
}

.recruitment-career-path__card-text {
  font-size: 15px;
  line-height: calc(26 / 15);
  color: #000000;
}


@media screen and (max-width: 600px) {
  .recruitment-career {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .recruitment-career__inner {
    padding-inline: min(calc(100vw / 375 * 20), 20px);
  }

  .recruitment-career__lead {
    font-size: 15px;
  }

  .recruitment-career-path-group {
    margin-top: 54px;
  }

  .recruitment-career-path__header {
    gap: 10px;
  }

  .recruitment-career-path__number {
    font-size: 64px;
  }

  .recruitment-career-path__badge {
    font-size: min(calc(100vw / 375 * 18), 18px);
    padding: 4px 12px;
    margin-bottom: 8px;
  }

  .recruitment-career-path__description {
    font-size: 15px;
  }

  .recruitment-career-path__card-wrapper:nth-child(4) {
    padding-top: 20px;
  }
  .recruitment-career-path__card-wrapper:not(:first-child)::before {
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 20px;
    height: 10px;
    background-color: #13b082;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  }

  .recruitment-career-path__cards,
  .recruitment-career-path:last-child .recruitment-career-path__cards {
    margin-top: 64px;
    flex-direction: column;
    gap: 68px;
  }

  .recruitment-career-path__card {
    padding: 32px 20px 20px;
  }

  .recruitment-career-path__card-badge {
    bottom: calc(100% - 17px);
    font-size: min(calc(100vw / 375 * 16), 16px);
    padding: 6px 16px;
    height:45px;
  }
  .recruitment-career-path__card-badge small{
    font-size:12px;
  }

  .recruitment-career-path__card-text {
    font-size: 14px;
  }

}



/* ===========================================
   Projectセクション
   =========================================== */
.recruitment-project {
  margin-top: -1px;
  background-color: #f4f4f8;
}
.recruitment-project__bg {
  padding-top: 100px;
  padding-bottom: 190px;
  background-image: url(../images/other/recruitment_project_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
}

.recruitment-project .recruitment-section-heading {
  margin-inline: auto;
  max-width: 1160px;
  padding-inline: 20px;
}

.recruitment-project__body {
  margin-top: -100px;
  padding-bottom: 120px;
}

.recruitment-project__inner {
  margin-inline: auto;
  max-width: 1320px;
  padding-inline: min(calc(100vw / 375 * 20), 20px);
}

.recruitment-project__item {
  background-color: #fff;
  padding-block: 80px;
  position: relative;
  z-index: 1;
}
.recruitment-project__item:not(:first-child) {
  margin-top: 50px;
}

.recruitment-project__item-illust01 {
  position: absolute;
  top: 0;
  right: 6%;
  width: 29%;
  z-index: -1;
  transform: translateY(-20%);
}

.recruitment-project__item-illust02 {
  position: absolute;
  top: 0;
  right: 3%;
  width: 34.5%;
  transform: translateY(-6%);
  z-index: -1;
}

.recruitment-project__item-inner {
  margin-inline: auto;
  max-width: 1080px;
  padding-inline: min(calc(100vw / 375 * 20), 20px);
}

.recruitment-project__item-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.recruitment-project__item-title span {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  background-color: #31347C;
  padding: 8px 14px;
  width: fit-content;
}

.recruitment-project__item-overview {
  margin-top: 60px;
}

.recruitment-project__item-overview-text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(31 / 16);
  color: #000000;
}

.recruitment-project__item-details {
  margin-top: 82px;
  display: flex;
  flex-direction: column;
}

.recruitment-project__item-detail {
  display: flex;
  gap: 32px;
  padding-top: 48px;
  border-top: 1px solid #D9D9D9;
}
.recruitment-project__item-detail:not(:first-child) {
  margin-top: 48px;
}

.recruitment-project__item-detail-header {
  flex-shrink: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.recruitment-project__item-detail-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #696789;
}

.recruitment-project__item-detail-label::first-letter {
  color: #18D39C;
}

.recruitment-project__item-detail-title {
  font-weight: 600;
  font-size: 24px;
  line-height: calc(36 / 24);
  color: #31347C;
}

.recruitment-project__item-detail-text {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(28 / 16);
  color: #000000;
}


@media screen and (max-width: 600px) {
  .recruitment-project__bg {
    padding-top: 42px;
    padding-bottom: 120px;
  }

  .recruitment-project__body {
    margin-top: -72px;
    padding-bottom: 80px;
  }

  .recruitment-project__item {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .recruitment-project__item-title span {
    font-size: min(calc(100vw / 375 * 18), 18px);
    line-height: 1.2;
  }

  .recruitment-project__item-overview-text {
    font-size: 15px;
  }

  .recruitment-project__item-details {
    margin-top: 60px;
  }

  .recruitment-project__item-detail {
    flex-direction: column;
    padding-top: 36px;
    gap: 20px;
  }
  .recruitment-project__item-detail:not(:first-child) {
    margin-top: 36px;
  }
  .recruitment-project__item-detail-header {
    width: 100%;
    gap: 10px;
  }

  .recruitment-project__item-detail-title {
    font-size: 20px;
  }

  .recruitment-project__item-detail-text {
    font-size: 15px;
  }
}



/* ===========================================
   Environmentセクション
   =========================================== */
.recruitment-environment__bg {
  padding-top: 240px;
  background-image: url(../images/other/recruit_environment_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruitment-environment__heading-inner {
  margin-left: auto;
  width: calc(50% + 624px);
  background-color: #F4F4F8;
}

.recruitment-environment .recruitment-section-heading {
  max-width: 1248px;
  padding-top: 65px;
  padding-inline: 64px;
}

.recruitment-environment__body {
  margin-top: -1px;
  background-color: #f4f4f8;
}

.recruitment-environment__inner {
  margin-inline: auto;
  max-width: 1160px;
  padding: 80px 20px 120px;
}

.recruitment-system-introduction__lead {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(31 / 16);
  color: #000000;
}

.recruitment-system-introduction__list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.recruitment-system-introduction__item {
  width: calc((100% - 32px * 2) / 3);
  padding: 32px;
  background-color: #fff;
  border-radius: 10px;
}

.recruitment-system-introduction__item-image {
  width: 100%;
  aspect-ratio: 288 / 150;
  overflow: hidden;
}

.recruitment-system-introduction__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitment-system-introduction__item-title {
  margin-top: 32px;
  margin-left: -20px;
  width: calc(100% + 40px);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: calc(34.2 / 20);
  color: #31347C;
}

.recruitment-system-introduction__item-text {
  margin-top: 19px;
  font-size: 15px;
  line-height: calc(24 / 15);
  color: #000000;
}

.recruitment-event-circle {
  padding-top: 30px;
  margin-top: 50px;
}

.recruitment-event-circle__lead {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(31 / 16);
  color: #000000;
}

.recruitment-event-circle__list {
  margin-top: 46px;
  margin-inline: auto;
  max-width: 736px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 32px;
}

.recruitment-event-circle__item {
  width: 352px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.recruitment-event-circle__item-image {
  width: 100%;
}

.recruitment-event-circle__item-image img {
  aspect-ratio: 352 / 242;
}

.recruitment-event-circle__item-body {
  flex: 1;
  background-color: #fff;
  padding: 32px;
  min-height: 214px;
}

.recruitment-event-circle__item-title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: calc(34.2 / 20);
  color: #31347C;
}

.recruitment-event-circle__item-text {
  margin-top: 19px;
  font-size: 15px;
  line-height: calc(24 / 15);
  color: #000000;
}


@media screen and (max-width: 1268px) {
  .recruitment-environment__heading-inner {
    width: calc(100% - 20px);
  }
  .recruitment-environment .recruitment-section-heading {
    padding-top: 36px;
    padding-inline: 30px;
  }
  .recruitment-environment__inner {
    padding-inline: 50px;
  }
}


@media screen and (max-width: 600px) {

  .recruitment-environment__bg {
    padding-top: 140px;
  }

  .recruitment-environment__inner {
    padding-inline: min(calc(100vw / 375 * 20), 20px);
    padding-block: 60px;
  }

  .recruitment-environment__heading-inner {
    width: calc(100% - min(calc(100vw / 375 * 20), 20px));
  }

  .recruitment-environment .recruitment-section-heading {
    padding-left: min(calc(100vw / 375 * 20), 20px);
    padding-right: 5px;
  }

  .recruitment-system-introduction__lead {
    font-size: 15px;
  }

  .recruitment-system-introduction__list {
    margin-top: 40px;
    gap: 20px 0;
  }

  .recruitment-system-introduction__item {
    width: 100%;
    padding: 24px;
  }

  .recruitment-system-introduction__item-image {
    margin-inline: auto;
    width: 85%;
  }

  .recruitment-system-introduction__item-title {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
    font-size: min(calc(100vw / 375 * 18), 18px);
  }

  .recruitment-system-introduction__item-text {
    font-size: 14px;
  }

  .recruitment-event-circle__lead {
    font-size: 15px;
  }

  .recruitment-event-circle__list {
    margin-top: 40px;
    gap: 20px 0;
  }

  .recruitment-event-circle__item {
    width: 100%;
  }

  .recruitment-event-circle__item-image img {
    aspect-ratio: 5 / 3;
  }

  .recruitment-event-circle__item-body {
    padding: 24px;
    min-height: auto;
  }

  .recruitment-event-circle__item-title {
    font-size: min(calc(100vw / 375 * 18), 18px);
  }

  .recruitment-event-circle__item-text {
    font-size: 14px;
  }
}


/* ===========================================
   募集要項セクション
   =========================================== */
.recruitment-requirements {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.recruitment-requirements__en {
  position: absolute;
  top: 0;
  right: -15px;
  writing-mode: vertical-rl;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  color: #ECEEF3;
  text-transform: uppercase;
}

.recruitment-requirements__inner {
  margin-inline: auto;
  max-width: 1160px;
  padding-inline: 20px;
}

.recruitment-requirements__list {
  margin-top: 60px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.recruitment-requirements__item {
  display: flex;
  align-items: stretch;
}

.recruitment-requirements__item:nth-child(odd) {
  background-color: #F4F4F8;
}

.recruitment-requirements__item-title {
  width: 155px;
  padding: 25px 26px 24px;
}

.recruitment-requirements__item-title-text {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.recruitment-requirements__item-data {
  flex: 1;
  padding: 24px 20px 25px;
}

.recruitment-requirements__item-data-text {
  font-size: 16px;
  line-height: calc(24 / 16);
  color: #000000;
}
li > .recruitment-requirements__item-data-text {
  padding-left: 1em;
  position: relative;
}
li > .recruitment-requirements__item-data-text::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.recruitment-requirements__item-data ul {
  margin-bottom: 25px;
}


/* ===========================================
   選考フローセクション
   =========================================== */
.recruitment-selection-flow {
  padding-top: 80px;
  padding-bottom: 80px;
}

.recruitment-selection-flow__inner {
  margin-inline: auto;
  max-width: 1160px;
  padding-inline: 20px;
}

.recruitment-selection-flow__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.recruitment-selection-flow__item {
  background-color: #E2ECF9;
  border-radius: 999px;
  height: 196px;
  padding-inline: 64px;
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
.recruitment-selection-flow__item:not(:first-child) {
  margin-top: 50px;
}
.recruitment-selection-flow__item:not(:first-child)::before {
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 24px;
  height: 11px;
  background-color: #18D39C;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.recruitment-selection-flow__item-icon {
  width: 100px;
  height: 100px;
}

.recruitment-selection-flow__item-body {
  flex: 1;
}

.recruitment-selection-flow__item-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.recruitment-selection-flow__item-step {
  background-color: #18D39C;
  color: #fff;
  padding: 8px 16px;
  border-radius: 99px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.recruitment-selection-flow__item-title {
  font-weight: 500;
  font-size: 22px;
  line-height: calc(32 / 22);
  color: #000;
}

.recruitment-selection-flow__item-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: calc(24 / 16);
  color: #000000;
}

.recruitment-selection-flow__item-text strong {
  font-weight: 600;
  color: #31347C;
}

.recruitment-selection-flow__item-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
  color: #31347C;
}


@media screen and (max-width: 600px) {
  .recruitment-requirements {
    padding-top: 80px;
  }

  .recruitment-requirements__en {
    right: -6px;
    font-size: 50px;
  }

  .recruitment-requirements__inner {
    padding-inline: min(calc(100vw / 375 * 20), 20px) 45px;
    position: relative;
    z-index: 2;
  }

  .recruitment-requirements__list {
    margin-top: 40px;
  }

  .recruitment-requirements__item {
    flex-direction: column;
  }

  .recruitment-requirements__item:nth-child(odd) {
    background-color: unset;
  }

  .recruitment-requirements__item-title {
    width: 100%;
    padding: 20px 16px;
    background-color: #F4F4F8;
  }

  .recruitment-requirements__item-title-text {
    font-size: 16px;
  }

  .recruitment-requirements__item-data {
    padding: 20px 16px;
  }

  .recruitment-requirements__item-data-text {
    font-size: 15px;
  }

  .recruitment-selection-flow {
    padding-bottom: 60px;
  }

  .recruitment-selection-flow__list {
    margin-top: 40px;
    flex-direction: column;
    gap: 0;
  }

  .recruitment-selection-flow__item {
    border-radius: 10px;
    height: auto;
    padding: 24px min(calc(100vw / 375 * 20), 20px);
    position: relative;
  }

  .recruitment-selection-flow__item-icon {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 55px;
    height: 55px;
  }

  .recruitment-selection-flow__item-body {
    width: 100%;
  }

  .recruitment-selection-flow__item-header {
    padding-left: 45px;
    gap: 10px;
  }

  .recruitment-selection-flow__item-step {
    padding: 6px 12px;
    font-size: 15px;
  }

  .recruitment-selection-flow__item-title {
    font-size: 18px;
  }

  .recruitment-selection-flow__item-text {
    font-size: 14px;
  }

  .recruitment-requirements__inner .recruitment-common-button {
    margin-right: -24px;
  }

}



/* ===========================================
    お問い合わせセクション
    =========================================== */

.recruitment-contact {
  padding-block: 80px;
  background-color: #F4F4F8;
}

.recruitment-contact__title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #000;
}

.recruitment-contact-form {
  margin-top: 60px;
}

.recruitment-contact-form__inner {
  margin-inline: auto;
  max-width: 968px;
  padding-inline: 20px;
}

.recruitment-contact-form__inner dl {
  background-color: #FFFFFF;
  border: 1px solid #D9E0EB;
  border-radius: 10px;
  padding-top: 60px;
  padding-inline: 80px;
  padding-bottom: 83px;
}

.recruitment-contact-form__item:not(:first-child) {
  margin-top: 8px;
}

.recruitment-contact-form__term {
  display: flex;
  align-items: center;
  gap: 3px;
  padding-top: 15px;
}

.recruitment-contact-form__label {
  font-weight: 500;
  font-size: 18px;
  line-height: calc(20 / 18);
  letter-spacing: 0em;
  color: #000000;
}

.recruitment-contact-form__required {
  padding-left: 14px;
  padding-right: 14px;
  background-color: #E24268;
  border-radius: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: calc(20 / 12);
  letter-spacing: 0em;
  color: #FFFFFF;
}

.recruitment-contact-form__detail {
  margin-top: 8px;
}

.recruitment-contact-form__input[type="text"],
.recruitment-contact-form__input[type="tel"],
.recruitment-contact-form__input[type="email"] {
  width: 100%;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #FFFFFF;
  border: 1px solid #D9DAE6;
  font-size: 16px;
  color: #000000;
}

.recruitment-contact-form__file-wrapper {
  width: 100%;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #D9DAE6;
}

.recruitment-contact-form__file-button {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ECEEF3;
  border: 1px solid #C7C7C7;
  border-radius: 6px;
  cursor: pointer;
}

.recruitment-contact-form__file-input {
  display: none;
}

.recruitment-contact-form__file-text {
  font-size: 14px;
  line-height: 1;
  color: #000000;
}

.recruitment-contact-form__textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  background-color: #FFFFFF;
  border: 1px solid #D9DAE6;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(19.2 / 16);
  letter-spacing: 0em;
  color: #000000;
  resize: vertical;
}

.recruitment-contact-form__checkbox-wrapper {
  margin-top: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruitment-contact-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 3.59px;
  cursor: pointer;
}

.recruitment-contact-form__checkbox-input[type="checkbox"] {
  display: block;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #D9DAE6;
  border-radius: 0;
  background-color: #FFFFFF;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.recruitment-contact-form__checkbox-input:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6.4px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #31347C;
  border-bottom: 2px solid #31347C;
  transform: rotate(45deg);
}

.recruitment-contact-form__checkbox-text {
  font-size: 16px;
  line-height: calc(19.2 / 16);
  color: #000000;
}

.recruitment-contact-form__policy-link {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(19.2 / 16);
  color: #313468;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.recruitment-contact-form__submit-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.recruitment-contact-form__submit-button {
  width: 250px;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #313468;
  border: none;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .recruitment-contact-form__submit-button:hover {
    opacity: 0.7;
  }
}

.recruitment-contact-form__submit-text {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: calc(18 / 18);
  letter-spacing: 0em;
  color: #FFFFFF;
}

.recruitment-contact-form__submit-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 22px;
  height: 8px;
  width: 8px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translateY(-50%) rotate(-135deg);
}

@media screen and (max-width: 600px) {
  .recruitment-contact {
    padding-block: 64px;
  }

  .recruitment-contact__title {
    font-size: 24px;
  }

  .recruitment-contact-form {
    margin-top: 40px;
  }

  .recruitment-contact-form__inner {
    padding-inline: min(calc(100vw / 375 * 20), 20px);
  }

  .recruitment-contact-form__inner dl {
    padding: 24px 20px 30px;
  }

  .recruitment-contact-form__label {
    font-size: 16px;
  }

  .recruitment-contact-form__required {
    font-size: 10px;
  }

  .recruitment-contact-form__textarea {
    height: 260px;
  }

  .recruitment-contact-form__input {
    font-size: 14px;
  }

  .recruitment-contact-form__file-text {
    font-size: 12px;
  }

  .recruitment-contact-form__submit-button {
    width: 100%;
  }

  .recruitment-contact-form__submit-text {
    font-size: 16px;
  }
}



/* ===========================================
   アニメーション
   =========================================== */

.recruitment-selection-flow__item.js-order-fadeChild {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.recruitment-selection-flow__item.js-order-fadeChild.is-show {
  opacity: 1;
  transform: translateY(0);
}

.recruitment-career-path__card-wrapper.js-order-fadeChild {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.recruitment-career-path__card-wrapper.js-order-fadeChild.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 600px) {
  .recruitment-career-path__card-wrapper.js-order-fadeChild {
    transform: translateY(50px);
  }
  .recruitment-career-path__card-wrapper.js-order-fadeChild.is-show {
    transform: translateY(0);
  }
}

.recruitment-contact-complete__inner{
  padding:0 5% 0 5%;
}
.recruitment-complete-message{
  text-align: center;
  font-size:18px;
  line-height: 1.8em;
}
@media screen and (max-width: 600px) {
  .recruitment-complete-message{
    font-size:16px;
  }
}

.js-fadeIn {
  opacity: 0;
}
.js-fadeIn.is-active {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.js-clip-right {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 1.5s;
}
.js-clip-right.is-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}