/* line 5, recruit.scss */
article.recruit {
  background: #fbfbfb;
}
/* line 8, recruit.scss */
article.recruit .sub_cover {
  background: url("../images/recruit/cover.jpg") no-repeat top center;
  height: 335px;
}
@media screen and (max-width: 767px) {
  /* line 8, recruit.scss */
  article.recruit .sub_cover {
    background: url("../images/recruit/cover_sp.jpg") no-repeat top center;
    height: 250px;
  }
}
/* line 18, recruit.scss */
article.recruit .white_box {
  margin-bottom: 50px;
}
/* line 22, recruit.scss */
article.recruit .recruit_guide {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  /* line 22, recruit.scss */
  article.recruit .recruit_guide {
    padding-bottom: 50px;
  }
}
/* line 27, recruit.scss */
article.recruit .recruit_guide .copy_box {
  margin-bottom: 50px;
}
/* line 30, recruit.scss */
article.recruit .recruit_guide .table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  /* line 30, recruit.scss */
  article.recruit .recruit_guide .table {
    display: block;
    margin-bottom: 50px;
  }
}
/* line 39, recruit.scss */
article.recruit .recruit_guide .table .tr {
  display: table-row;
  border-bottom: solid 1px #c9c9c9;
}
@media screen and (max-width: 767px) {
  /* line 39, recruit.scss */
  article.recruit .recruit_guide .table .tr {
    display: block;
  }
}
/* line 45, recruit.scss */
article.recruit .recruit_guide .table .tr .th, article.recruit .recruit_guide .table .tr .td {
  display: table-cell;
  line-height: 1.6em;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  /* line 45, recruit.scss */
  article.recruit .recruit_guide .table .tr .th, article.recruit .recruit_guide .table .tr .td {
    display: block;
  }
}
/* line 54, recruit.scss */
article.recruit .recruit_guide .table .tr .th {
  width: 15%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 54, recruit.scss */
  article.recruit .recruit_guide .table .tr .th {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 63, recruit.scss */
  article.recruit .recruit_guide .table .tr .td {
    width: 100%;
    padding: 10px 0;
  }
}
/* line 72, recruit.scss */
article.recruit .recruit_guide .contact_wrap {
  width: 65.7%;
  margin: 0 auto;
  background: #f8f8f8;
  text-align: center;
  padding: 20px 30px 50px 30px;
}
@media screen and (max-width: 767px) {
  /* line 72, recruit.scss */
  article.recruit .recruit_guide .contact_wrap {
    width: 100%;
  }
}
/* line 81, recruit.scss */
article.recruit .recruit_guide .contact_wrap p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
/* line 90, recruit.scss */
article.recruit .recruit_guide .contact_wrap .btn a {
  background: #21596e;
}

/*# sourceMappingURL=recruit.css.map */
