@charset "UTF-8";
.main_visual {
  background-image: url("../img/recruit/main_img.jpg");
}

.message {
  margin-top: 110px;
}

.message_strong_text {
  display: block;
  width: fit-content;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 55px auto 0;
}
.message_strong_text::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 19px;
  background-color: #F9E6EC;
}
.message_strong_text span::before, .message_strong_text span::after {
  content: "-";
  padding: 0 0.4em;
}

.message_read {
  width: 860px;
  max-width: 100%;
  margin: 50px auto 0;
}
.message_read__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 1em;
}

.message_link {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
  background-color: #F9E6EC;
  border-radius: 31px;
  padding: 21px 100px;
  text-decoration: none;
  margin: 60px auto 0;
  width: fit-content;
}

.message_dl {
  width: 950px;
  max-width: 100%;
  margin: 120px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.message_dl__item {
  width: 31%;
}
.message_dl__dt {
  width: 100%;
}
.message_dl__img {
  width: 100%;
  height: auto;
}
.message_dl__movie {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
}
.message_dl__dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 0 1.5em;
  margin-top: 1em;
}

.message_bottom_bg {
  background: linear-gradient(#fff 0%, #fdf1f3 100%);
  height: 280px;
}

.voice {
  background-color: #FDF0F3;
  padding-bottom: 100px;
}

.voice_movie_wrap {
  width: 428px;
  max-width: 100%;
  margin: 55px auto 0;
}

.voice_movie {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

.voice_movie_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

.recruit_list {
  width: 1000px;
  max-width: 100%;
  margin: 95px auto 0;
}
.recruit_list__item {
  width: 100%;
  background-color: #fff;
  border-radius: 42px;
  padding: 40px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.recruit_list__name {
  width: 3.8em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  border-right: 1px solid #FF9DA0;
  padding-right: 30px;
}
.recruit_list__content {
  width: calc(100% - 3.8em);
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 30px;
}
.recruit_list__title {
  font-size: 1.4rem;
  font-weight: 500;
}
.recruit_list__text {
  font-size: 1.4rem;
  font-weight: 400;
}
.recruit_list__strong_text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #802077;
  margin-top: 0.8em;
}

.benefits_list {
  font-size: 1.4rem;
  font-weight: 500;
}
.benefits_list--half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits_list__item {
  margin-top: 0.2em;
}
.benefits_list__item::before {
  content: "■";
  margin-right: 0.2em;
}
.benefits_list__item--half {
  width: 49%;
}

.recruit_entry_link {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #FF9EA0;
  border-radius: 31px;
  padding: 1.5em 10em;
  text-decoration: none;
  margin: 40px auto 0;
}

@media screen and (max-width: 960px) {
  .message {
    padding: 0 4%;
  }
  .message_strong_text {
    font-size: 2rem;
  }
  .message_read {
    margin: 50px auto 0;
  }
  .message_read__text {
    font-size: 1.6rem;
  }
  .message_link {
    padding: 21px 80px;
  }
  .message_dl {
    margin-top: 80px;
  }
  .message_dl__dd {
    font-size: 1.2rem;
    padding: 0 0.5em;
    text-align: center;
  }
  .message_dl__item {
    width: 100%;
  }
  .message_bottom_bg {
    height: 160px;
  }
  .voice {
    padding: 0 4% 50px;
  }
  .voice_movie {
    padding: 10px;
  }
  .recruit_list__item {
    padding: 20px;
    border-radius: 15px;
  }
  .recruit_list__name {
    font-size: 2rem;
    width: 1em;
  }
  .recruit_list__content {
    width: calc(100% - 1em);
    padding-left: 20px;
  }
  .benefits_list__item--half {
    width: 100%;
  }
  .recruit_list__strong_text {
    font-size: 1.7rem;
  }
  .recruit_entry_link {
    padding: 1.5em 5em;
  }
}

/*# sourceMappingURL=recruit.css.map */
