h2 {
  color: #b6272d;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 100px auto 50px;
  width: 240px;
}
h2 .circleDeco {
  content: "";
  background-color: #111d3f;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}
h2::before, h2::after {
  display: inline-block;
  border-top: 1px solid #111d3f;
  content: "";
  width: 45%;
  position: absolute;
  bottom: 0;
}
h2::before {
  left: 0;
}
h2::after {
  right: 0;
}

.mv img {
  width: 100%;
}
.mv_bg {
  width: 100%;
}
.mv_in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 20px 20px;
}
.mv_h2 {
  font-weight: 900;
  font-size: 62px;
  -webkit-text-stroke: 1px #FFF;
  -webkit-text-fill-color: transparent;
}
.mv_text {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.mv_p1 {
  color: #FFF;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: right;
}
.mv_ja {
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  text-align: right;
}
@media screen and (min-width: 481px) {
  .mv_bg {
    height: 100vh;
    min-height: none;
  }
  .mv_h2 {
    font-size: 120px;
  }
  .mv_p1 {
    font-size: 86px;
  }
  .mv_ja {
    font-size: 24px;
  }
}

.job {
  text-align: justify;
}
.job_h3 {
  padding: 30px;
  text-align: center;
}
.job_text_in {
  padding: 20px;
}
.job_p {
  margin-top: 20px;
}
.job_1 {
  max-width: 1024px;
  margin: 0 auto;
}
.job_1_text {
  background: #e7e7e7;
}
.job_1_p2 {
  background: #FFF;
  padding: 20px;
  margin-top: 20px;
}
.job_1_p3 {
  background: #FFF;
  padding: 20px;
  color: #b6272d;
  margin-top: 20px;
}
.job_2 {
  max-width: 1024px;
  margin: 80px auto 0;
}
.job_2_p2 {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin-top: 20px;
}
.job_2_p3 {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #b6272d;
  margin-top: 20px;
}
@media screen and (min-width: 481px) {
  .job_text_in {
    padding: 30px 40px;
  }
  .job_1 {
    display: flex;
    flex-direction: row-reverse;
  }
  .job_1_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .job_1_text .job_text_in {
    margin-left: auto;
  }
  .job_1_p2 {
    min-height: 12em;
  }
  .job_1_img {
    width: 50%;
  }
  .job_2 {
    display: flex;
  }
  .job_2_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .job_2_text .job_text_in {
    margin-left: auto;
  }
  .job_2_img {
    width: 50%;
  }
  .job_2_p2 {
    min-height: 12em;
  }
}

.partner {
  margin-top: 80px;
  background: #e7e7e7;
  padding: 30px 20px;
}
.partner_in {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.partner_p1 {
  margin-top: 20px;
}
.partner_note {
  font-weight: 700;
}
.partner_p3 {
  background: #FFF;
  padding: 20px;
  color: #b6272d;
  margin-top: 20px;
}/*# sourceMappingURL=recruit.css.map */