.recruit-wrapper h2, .recruit-wrapper h3, .recruit-wrapper h4 {
  font-weight: bold;
  color: #F1592A;
}
.recruit-wrapper h2 span, .recruit-wrapper h3 span, .recruit-wrapper h4 span {
  color: #737476;
}
.recruit-wrapper h2 {
  font-size: 1.7333333333rem;
}
.recruit-wrapper h3 {
  font-size: 1.3333333333rem;
}
.recruit-wrapper h4 {
  font-size: 1.0666666667rem;
}

.recruit-intro {
  padding: 2.4666666667rem 4rem;
  margin-bottom: 2.6666666667rem;
  background: #F9F9F9;
  border-radius: 0.6666666667rem;
  -webkit-box-shadow: 0.1333333333rem 0.1333333333rem 0.8rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.1333333333rem 0.1333333333rem 0.8rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .recruit-intro {
    padding: 1.3333333333rem 1.3333333333rem;
  }
}
.recruit-intro h2 {
  text-align: center;
  margin-bottom: 1.3333333333rem;
}
.recruit-intro p {
  margin: 0;
}
.recruit-intro img {
  max-width: 100%;
}

.recruit-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.1333333333rem;
  margin-bottom: 1.3333333333rem;
}
@media (max-width: 767px) {
  .recruit-target {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.recruit-target-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 9.2rem;
  max-width: 22.6666666667rem;
  padding: 1.3333333333rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #f9f9f9;
  border-radius: 0.6666666667rem;
  -webkit-box-shadow: 0.1333333333rem 0.1333333333rem 0.8rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.1333333333rem 0.1333333333rem 0.8rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .recruit-target-item {
    max-width: 100%;
  }
}
.recruit-target-item h4 {
  margin: 0 0 0.3333333333rem !important;
}
.recruit-target-item p {
  margin: 0;
  font-size: 0.8rem;
  color: #737476;
  font-style: italic;
}

.recruit-content h4 {
  margin-top: 1.3333333333rem;
}

.recruit-cards {
  margin: auto;
  max-width: 66.6666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4666666667rem 2.9333333333rem;
  margin-bottom: 1.3333333333rem;
}

.recruit-card {
  background: #f9f9f9;
  border-radius: 0.6666666667rem;
  padding: 1rem;
  max-width: 18.6666666667rem;
  font-size: 0.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .recruit-card {
    max-width: 100%;
    width: 100%;
  }
}
.recruit-card h4 {
  color: #F1592A;
  padding-bottom: 0.6666666667rem;
  border-bottom: 1px solid #F1592A;
}
.recruit-card p, .recruit-card ul {
  margin: 0;
}
.recruit-card ul {
  padding-left: 1.3333333333rem;
}
.recruit-card.-silver {
  background: #ffe2d9;
}
.recruit-card.-silver h4, .recruit-card.-silver p, .recruit-card.-silver ul {
  color: #F1592A;
}
.recruit-card.-orange {
  background: #F1592A;
}
.recruit-card.-orange h4 {
  border-color: #fff;
}
.recruit-card.-orange h4, .recruit-card.-orange p, .recruit-card.-orange ul {
  color: #fff;
}
.recruit-card.-grey {
  background: #98999a;
}
.recruit-card.-grey h4 {
  border-color: #fff;
}
.recruit-card.-grey h4, .recruit-card.-grey p, .recruit-card.-grey ul {
  color: #fff;
}
.recruit-card.-amber {
  background: #ff9221;
}
.recruit-card.-amber h4 {
  border-color: #fff;
}
.recruit-card.-amber h4, .recruit-card.-amber p, .recruit-card.-amber ul {
  color: #fff;
}
.recruit-card.-yellow {
  background: #fff7e1;
}
.recruit-card.-yellow h4, .recruit-card.-yellow p, .recruit-card.-yellow ul {
  color: #F1592A;
}

.recruit-join {
  margin-top: 3.3333333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.6666666667rem;
  background: #fff7e1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruit-join {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-join__content {
  width: 50%;
  padding: 2rem 2.6666666667rem;
}
@media (max-width: 767px) {
  .recruit-join__content {
    width: 100%;
  }
}
.recruit-join__content h3 {
  margin: 0 0 0.6666666667rem;
  color: #f1592a;
  font-size: 2.1333333333rem;
}
.recruit-join__content h4 {
  color: #737476;
  font-size: 1.6rem;
  margin: 0 0 0.3333333333rem;
}
.recruit-join__img {
  width: 50%;
}
@media (max-width: 767px) {
  .recruit-join__img {
    width: 100%;
  }
}
.recruit-join__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}