.recruit {
  font-family: meiryo, sans-serif;
}
.recruit section {
  padding: 0 20px;
}
.recruit__txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #333;
}
.recruit__banner img {
  /* display: block; */
  margin: auto;
  max-width: 100%;
}

.recruit-block2 {
  background: #f5f7fb;
}

/**Infor*/
.recruit__infor,
.recruit__content--full,
.recruit__cards {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.recruit__img {
  width: 500px;
  position: relative;
}
.recruit__img span {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #073190;
  font-weight: bold;
  color: #fff;
  padding: 9px 16px;
}
.recruit__img img {
  width: 100%;
  display: block;
}
.recruit__caption {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 360px;
  margin: -62px auto 0;
  position: relative;
  text-align: center;
  display: block;
  padding: 35px 10px 28px;
  color: #333;
}
.recruit__caption h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.recruit__caption h3:before {
  content: "";
  background-image: url("../img/common/icon-tlt.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 27px;
}
.recruit__caption p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.recruit__caption p strong {
  font-size: 18px;
  font-weight: bold;
}
.recruit__content {
  width: 450px;
}
.recruit__content h2 {
  font-size: 20px;
  /* color: #073190; */
  color: #333;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 18px;
}
.recruit__content p,
.recruit__content--full p {
  text-align: left;
  color: #333;
}
.recruit__content--full {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .recruit__infor,
  .recruit__cards {
    flex-wrap: wrap;
  }
  .recruit__img,
  .recruit__content {
    width: 100%;
  }
  .recruit__content {
    margin-top: 40px;
  }
  .recruit__caption {
    padding: 20px 10px 14px;
    max-width: 260px;
  }
  .recruit__caption h3 {
    font-size: 14px;
  }
  .recruit__caption h3:before {
    width: 17px;
    height: 22px;
  }
  .recruit__caption p {
    font-size: 13px;
  }
  .recruit__caption p strong {
    font-size: 16px;
  }
  .recruit__content h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .recruit__txt {
    font-size: 13px;
  }
}
/**End Infor*/

/**Card*/

.recruit__card {
  width: 48%;
  display: flex;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 34px 29px 26px 22px;
  color: #333;
  justify-content: space-between;
  gap: 17px;
}
.recruit__card--user {
  width: 70px;
}
.recruit__card--user h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 11px;
}
.recruit__card--user h3 small {
  font-size: 12px;
  font-weight: 400;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-top: 6px;
}
.recruit__card--content {
  width: 340px;
}
.recruit__card--content h2 {
  /* color: #073190; */
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 13px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 18px;
  line-height: 28px;
}
.recruit__card--content p {
  line-height: 28px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .recruit__cards {
    gap: 30px;
  }
  .recruit__card {
    width: 100%;
    flex-wrap: wrap;
  }
  .recruit__card--user {
    margin: auto;
  }
  .recruit__card--content {
    width: 100%;
    text-align: center;
  }
  .recruit__card--content h2 {
    font-size: 16px;
    text-align: center;
  }
  .recruit__card--content p {
    font-size: 13px;
    text-align: center;
  }
}
/**End Card*/

/**Profile*/
.recruit__profile {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.recruit__profile dl {
  display: flex;
  border-top: 1px solid #dddddd;
  background: #fff;
}
.recruit__profile dl:last-child {
  border-bottom: 1px solid #dddddd;
}
.recruit__profile dl:nth-child(even) {
  background: #f5f7fb;
}
.recruit__profile dt,
.recruit__profile dd {
  padding: 22px 5px;
  line-height: 28px;
}
.recruit__profile dt {
  font-weight: bold;
  text-align: center;
  width: 315px;
}
.recruit__profile dd {
  font-weight: 400;
  flex: 1;
}
.recruit__profile dd p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}
.recruit__profile dd a {
  color: #073190;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .recruit__profile dt {
    width: 260px;
  }
  .recruit__profile dd p {
    font-size: 14px;
  }
  .recruit__profile dd a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .recruit__profile dt,
  .recruit__profile dd {
    font-size: 12px;
  }
  .recruit__profile dt {
    width: 110px;
  }
  .recruit__profile dd p {
    font-size: 13px;
  }
  .recruit__profile dd a {
    font-size: 15px;
  }
}
/**End Profile*/
