/* ==========================================================================
   Layout - Header
   ========================================================================== */
/* recruit
   ========================================================================== */
.recruit.section {
  margin-top: 100px;
}
.recruit.section .lead,
.recruit.section .m-catch {
  text-align: center;
}
@media (max-width: 768px) {
  .recruit.section {
    margin-top: 40px;
  }
}
/* m-main-image
   ========================================================================== */
.m-main-image {
  background-image: url(/employment/img/index-main_bg.jpg);
}
@media (max-width: 768px) {
  .m-main-image {
    background-image: url(/employment/img/index-main_bg-sp.jpg);
  }
}
/* news-list
   ========================================================================== */
.news-list {
  border-top: 1px solid #dbdce2;
}
.news-list li {
  border-bottom: 1px solid #dbdce2;
  padding: 25px 0;
}
.news-list a,
.news-list_date {
  display: table-cell;
}
.news-list_date {
  color: #777;
  line-height: 1.3;
  min-width: 121px;
}
.news-list a {
  color: #333;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .news-list a,
  .news-list_date {
    display: block;
  }
  .news-list a {
    margin-top: 5px;
  }
}
.news-list_more {
  color: #777;
  display: none;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 53px;
  text-align: center;
}
@media (max-width: 768px) {
  .news-list_more {
    font-size: 1.4em;
    margin-top: 40px;
  }
}
.news-list_more span {
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 768px) {
  .m-link-list-horizontal {
    margin-top: 50px;
  }
}
