@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secRecruitIntro__inner {
  padding-top: 12rem;
  padding-bottom: 13rem;
  max-width: 121rem;
}
@media screen and (max-width: 750px) {
  .secRecruitIntro__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.columnRecruitMain {
  gap: 0 6rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnRecruitMain {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2.5rem 0;
  }
}

.columnRecruitMain__item:nth-child(2) {
  width: 50rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .columnRecruitMain__item:nth-child(2) {
    width: 18.6rem;
  }
}

.columnRecruitMain__img {
  border-radius: 1rem;
  overflow: hidden;
}

.columnRecruitMain__title--en {
  color: #0088C6;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 20.16px */
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 750px) {
  .columnRecruitMain__title--en {
    font-size: 1.4rem;
  }
}

.columnRecruitMain__title--jp {
  margin-top: 2rem;
  color: #333;
  font-size: 4.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 60.2px */
  letter-spacing: 0.06em;
  padding-bottom: 3.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .columnRecruitMain__title--jp {
    font-size: 2.8rem;
    padding-bottom: 2rem;
  }
}
.columnRecruitMain__title--jp::after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.2rem;
  background-color: #0088C6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.columnRecruitMain__subtitle {
  margin-top: 2.4rem;
  color: #333;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 35px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .columnRecruitMain__subtitle {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.columnRecruitMain__text {
  margin-top: 2rem;
  color: #333;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 33px */
  letter-spacing: 0.06em;
}
.columnRecruitMain__text--item {
  display: block;
}
.columnRecruitMain__text--item + .columnRecruitMain__text--item {
  margin-top: 2rem;
}
.columnRecruitMain__title + .columnRecruitMain__text {
  margin-top: 4rem;
}

.secRecruitIntro__box {
  margin-top: 11rem;
}
@media screen and (max-width: 750px) {
  .secRecruitIntro__box {
    margin-top: 4rem;
  }
}

.boxRecruitIntro__title {
  color: #333;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 35px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .boxRecruitIntro__title {
    font-size: 1.8rem;
  }
}

.boxRecruitIntro__lead {
  margin-top: 3.6rem;
  color: #333;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 35px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .boxRecruitIntro__lead {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.secRecruitAppeal {
  background-color: #F7F7F7;
}

.secRecruitAppeal__inner {
  padding-top: 7.5rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 750px) {
  .secRecruitAppeal__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secRecruitAppeal__cards {
  margin: 5rem auto 0;
  max-width: 114rem;
}
@media screen and (max-width: 750px) {
  .secRecruitAppeal__cards {
    margin-top: 3rem;
  }
}

.cardsRecruitAppeal {
  gap: 2rem;
  counter-reset: recruitAppealNumber;
}
@media screen and (max-width: 750px) {
  .cardsRecruitAppeal {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}

.cardsRecruitAppeal__item {
  width: 27rem;
  counter-increment: recruitAppealNumber;
}

.cardRecruitAppeal {
  background-color: #fff;
  position: relative;
  height: 100%;
}
.cardRecruitAppeal::before {
  content: counter(recruitAppealNumber, decimal-leading-zero);
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  z-index: 10;
  color: #FFF;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 31.36px */
  text-transform: uppercase;
  background-color: #0088C6;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 5.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .cardRecruitAppeal::before {
    font-size: 1.8rem;
    width: 4rem;
    height: 4rem;
  }
}

.cardRecruitAppeal__inner {
  padding: 2rem 2.2rem;
}

.cardRecruitAppeal__content {
  margin-top: 2.6rem;
}
@media screen and (max-width: 750px) {
  .cardRecruitAppeal__content {
    margin-top: 1.8rem;
  }
}

.cardRecruitAppeal__title {
  color: #363636;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 132.867% */
  letter-spacing: 0.04em;
  padding-bottom: 1.3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .cardRecruitAppeal__title {
    font-size: 1.6rem;
  }
}
.cardRecruitAppeal__title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background-color: #0088C6;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}

.cardRecruitAppeal__text {
  margin-top: 1.3rem;
  color: #333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 166.558% */
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .cardRecruitAppeal__text {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

.secRecruitGlobal__inner {
  padding-top: 16.5rem;
  padding-bottom: 15.5rem;
  max-width: 122rem;
}
@media screen and (max-width: 750px) {
  .secRecruitGlobal__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.secRecruitJob {
  background-color: #F7F7F7;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .secRecruitJob {
    margin-bottom: 2rem;
  }
}

.secRecruitJob__inner {
  padding-top: 8.5rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .secRecruitJob__inner {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.secRecruitJob__content {
  max-width: 80rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 750px) {
  .secRecruitJob__content {
    margin-top: 2.5rem;
  }
}

.secRecruitJob__blk + .secRecruitJob__blk {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .secRecruitJob__blk + .secRecruitJob__blk {
    margin-top: 3rem;
  }
}

.secRecruitJob__head {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 25.2px */
  letter-spacing: 0.05em;
  padding: 1.5rem;
  background-color: #0088C6;
  border-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .secRecruitJob__head {
    font-size: 1.6rem;
  }
}

.secRecruitJob__table {
  margin-top: 0.5rem;
  width: 100%;
}