/* Sass Document */
.recruit_content {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .recruit_content {
    display: block;
    padding: 6.6666666667%;
  }
}
.recruit_content .txt_wrapper {
  max-width: 640px;
  margin-left: auto;
}
.recruit_content .txt_wrapper .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .recruit_content .txt_wrapper .ttl {
    font-size: 2rem;
  }
}
.recruit_content .txt_wrapper .ttl + p {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .recruit_content .txt_wrapper .ttl + p {
    margin-top: 15px;
  }
}
.recruit_content .img_wrapper {
  width: 523px;
  flex-shrink: 0;
  margin: 0 0 0 80px;
}
@media screen and (max-width: 767.98px) {
  .recruit_content .img_wrapper {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .recruit_content .img_wrapper img {
    width: 100%;
    height: auto;
  }
}

.recruit_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .recruit_table {
    margin-top: 15px;
  }
}
.recruit_table * {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .recruit_table * {
    font-size: 1.4rem;
  }
}
.recruit_table th {
  text-align: left;
  vertical-align: top;
  width: 210px;
}
@media screen and (max-width: 767.98px) {
  .recruit_table th {
    width: 7em;
  }
}
.recruit_table td,
.recruit_table th {
  padding: 30px 0;
  border-bottom: 1px solid #f4f5f7;
}
@media screen and (max-width: 767.98px) {
  .recruit_table td,
.recruit_table th {
    padding: 15px 0;
  }
}
/*# sourceMappingURL=recruit.css.map */