.recruitment-header {
  aspect-ratio: 750 / 320;
  background-image: url(/assets/img/recruitment.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.recruitment .recruitment-title {
  padding: 16vw 0 6vw;
  font-size: clamp(24px, 5.0667vw, 38px);
  text-align: center;
}

.recruitment .layout {
  padding: 0 4vw;
}

.card {
  margin-bottom: 10.6667vw;
  background-color: #e6e6e6;
}

.card .card-title {
  height: 8vw;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  background-color: #146bb8;
  font-size: clamp(18px, 3.7333vw, 28px);
  color: #fff;
}

.card .card-body {
  padding: 4vw 6vw;
}

.card .card-body .sub-title {
  font-size: clamp(18px, 3.7333vw, 28px);
}

.card .card-body .sub-desc {
  font-size: clamp(12px, 2.6667vw, 20px);
}
