.recruit_title {
  background: url(../img/recruit/bg_recruit_kv.jpg) no-repeat center center;
  background-size: cover;
  height: 74.8rem;
}
@media only screen and (max-width: 640px) {
  .recruit_title {
    padding: 21.875vw 0 75vw;
    background: url(../img/recruit/bg_recruit_kv_sp.jpg) no-repeat center center;
    background-size: cover;
    height: initial;
  }
}
.recruit_title_catch {
  margin-bottom: 0.75em;
  font-size: 4.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .recruit_title_catch {
    margin-top: 0.5em;
    font-size: 7.5vw;
    line-height: 1.4;
  }
}
.recruit_title_text {
  padding-left: 40.7894736842%;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .recruit_title_text {
    padding-left: 0;
    text-align: left;
  }
}
.recruit_title_text .en::first-letter {
  color: #015B01;
}
.recruit_title_h {
  line-height: 1.3;
  display: flex;
  gap: 1em;
  align-items: flex-end;
}

.message .content {
  padding: 10rem;
  background: url(../img/recruit/bg_message.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .message .content {
    padding: 9.375vw 0 75vw;
    background: url(../img/recruit/bg_message_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.works_slide {
  margin: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .works_slide {
    margin: 9.375vw 0;
  }
}
.works_slide_item {
  padding: 0 2rem;
}
@media only screen and (max-width: 640px) {
  .works_slide_item {
    padding: 0 2.34375vw;
  }
}

.point_head {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(59, 124, 59);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.point_head em {
  margin-left: 0.15em;
  display: inline-block;
  font-size: 5.6rem;
  font-weight: 400;
}
.point_container {
  margin-bottom: 8.5rem;
}
@media only screen and (max-width: 640px) {
  .point_container {
    margin-bottom: 9.375vw;
    gap: 4.6875vw;
  }
}
.point_text {
  width: 48rem;
}
.point_image {
  width: 57rem;
}

.benefits_item {
  padding: 6rem 0;
  font-weight: 700;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .benefits_item {
    padding: 6.25vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .benefits_text {
    margin: 0;
    width: 75%;
    text-align: left;
  }
}
.benefits_image {
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
  display: flex;
  align-self: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .benefits_image {
    width: 15%;
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .person_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.person_text {
  margin-top: 1em;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .person_text {
    margin: 0;
    width: 55%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .person_image {
    width: 40%;
  }
}

.description_container dl {
  padding: 1.5em 0;
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 640px) {
  .description_container dl {
    flex-direction: column;
  }
}
.description_container dl dt {
  width: 10em;
}
@media only screen and (max-width: 640px) {
  .description_container dl dt {
    margin-bottom: 0.75em;
    width: auto;
  }
}
.description_container dl dd {
  width: calc(100% - 10em);
}
@media only screen and (max-width: 640px) {
  .description_container dl dd {
    width: auto;
  }
}/*# sourceMappingURL=recruit.css.map */