/*************************************************

recruit-lead

*************************************************/
.recruit-lead {
  position: relative;
  padding: 0 40px 70px;
}
.recruit-lead > * {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .recruit-lead {
    padding: 0 30px 40px;
  }
}

.recruit-lead-img01 {
  max-width: 1360px;
  margin: 0 auto 80px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .recruit-lead-img01 {
    margin-bottom: 30px;
  }
}

.recruit-lead-text {
  max-width: 1200px;
  margin: 0 auto;
  color: #3084AC;
  text-align: left;
}

.recruit-lead-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 1;
}
.recruit-lead-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}

/*************************************************

recruit-mission

*************************************************/
.recruit-mission {
  padding: 65px 30px 100px;
  background-color: #ECECEC;
}
@media screen and (max-width: 767px) {
  .recruit-mission {
    padding: 50px 30px 60px;
  }
}

.recruit-mission-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.recruit-mission-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .recruit-mission-title {
    margin-bottom: 7px;
  }
}
.recruit-mission-title .in-en {
  font-size: 100px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-mission-title .in-en {
    font-size: 60px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-mission-title .in-en {
    font-size: 46px;
  }
}
.recruit-mission-title .in-jp {
  font-weight: 500;
}

.recruit-mission-texts strong {
  font-size: 1.1111em;
  font-weight: 500;
}

/*************************************************

recruit-lists

*************************************************/
.recruit-lists {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 80px auto;
  border: #ECECEC solid 1px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .recruit-lists {
    margin: 50px auto;
  }
}

.recruit-lists-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #ECECEC solid 1px;
}
@media screen and (max-width: 767px) {
  .recruit-lists-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-lists-row:last-child {
  border-bottom: none;
}
.recruit-lists-row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  .recruit-lists-row > * {
    padding: 22px 14px;
  }
}

.recruit-lists-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  color: #fff;
  font-weight: 500;
  background-color: #3084AC;
}
@media screen and (max-width: 767px) {
  .recruit-lists-title {
    width: 100%;
    padding: 16px 14px;
  }
}

.recruit-lists-body {
  -ms-flex-item-align: center;
      align-self: center;
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .recruit-lists-body {
    width: 100%;
  }
}
.recruit-lists-body .in-title01 {
  margin-bottom: 2px;
  color: #3084AC;
  font-weight: 500;
}