.lower-mainvisual {
  background: url(../images/main_pc.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mainvisual {
    background: url(../images/main_sp.jpg) center no-repeat;
    background-size: cover;
  }
}

.lead-wrap {
  padding: 100px 0;
}
@media (max-width: 1050px) {
  .lead-wrap {
    padding: 40px 0;
  }
}
.lead-wrap .lead_txt {
  text-align: center;
}
@media (max-width: 520px) {
  .lead-wrap .lead_txt {
    text-align: left;
  }
}

.recruitment-wrap {
  padding-bottom: 120px;
}
@media (max-width: 1050px) {
  .recruitment-wrap {
    padding-bottom: 60px;
  }
}
.recruitment-wrap h4 {
  font-size: 2.8em;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
.recruitment-wrap .ttl-line {
  width: 40px;
  height: 4px;
  margin: 0 auto;
  background: #BA041F;
}
.recruitment-wrap .tbl-wrap.recruit-tbl {
  margin-top: 70px;
}
@media (max-width: 1050px) {
  .recruitment-wrap .tbl-wrap.recruit-tbl {
    margin-top: 40px;
  }
}
.recruitment-wrap .tbl-wrap.recruit-tbl h5 {
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  .recruitment-wrap .tbl-wrap.recruit-tbl h5 {
    margin-bottom: 10px;
  }
}
.recruitment-wrap .tbl-wrap.recruit-tbl table {
  border: none;
}
.recruitment-wrap .tbl-wrap.recruit-tbl table tr {
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
  .recruitment-wrap .tbl-wrap.recruit-tbl table tr {
    border-bottom: none;
  }
}
.recruitment-wrap .tbl-wrap.recruit-tbl table tr:last-child th {
  border: none;
}
.recruitment-wrap .tbl-wrap.recruit-tbl table tr:last-child td {
  border: none;
  border-bottom: 1px solid #DDDDDD;
}
.recruitment-wrap .tbl-wrap.recruit-tbl table th {
  border: none;
  background: #FFF;
}
@media (max-width: 768px) {
  .recruitment-wrap .tbl-wrap.recruit-tbl table th {
    background: #F1F1F1;
  }
}
.recruitment-wrap .tbl-wrap.recruit-tbl table td {
  border: none;
}
.recruitment-wrap .recruit-cmnt {
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 1050px) {
  .recruitment-wrap .recruit-cmnt {
    margin: 30px 0;
  }
}
@media (max-width: 520px) {
  .recruitment-wrap .recruit-cmnt {
    text-align: left;
  }
}
.recruitment-wrap .recruit-cmnt .txt_red {
  color: red;
}
.recruitment-wrap .recruit-cmnt-tel {
  text-align: center;
  margin: 80px 0 20px;
}
@media (max-width: 1050px) {
  .recruitment-wrap .recruit-cmnt-tel {
    margin: 40px 0 10px;
  }
}
@media (max-width: 520px) {
  .recruitment-wrap .recruit-cmnt-tel {
    text-align: left;
  }
}

.form-wrap {
  padding: 50px 0 120px;
}
@media (max-width: 1050px) {
  .form-wrap {
    padding: 40px 0 60px;
  }
}
.form-wrap .lower-headline {
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  .form-wrap .lower-headline {
    margin-bottom: 15px;
  }
}
@media (max-width: 1050px) {
  .form-wrap .lower-headline.mt80 {
    margin-top: 40px !important;
  }
}
.form-wrap .link-btn-wrap_btm {
  margin-top: 60px;
}
@media (max-width: 1050px) {
  .form-wrap .link-btn-wrap_btm {
    margin-top: 30px;
  }
}/*# sourceMappingURL=recruit.css.map */