/*-----------------------------------------------------------
	recruit
-----------------------------------------------------------*/

.page-header .subpage-mv:before {
  background-image: url('/recruit/images/mv.jpg');
}

/* SP */
@media screen and (max-width: 768px) {
  .page-header .subpage-mv:before {
    background-image: url('/recruit/images/mv_sp.jpg');
  }
}

.common-table th {
  min-width: 240px;
}

@media screen and (max-width: 768px) {
  .head-link ul {
    width: 95%;
    display: flex;
    flex-direction: column;
    list-style: none;
    justify-content: space-between;
    margin: 0 auto;
  }

  .head-link li:last-child a {
    padding-bottom: 0;
  }

  .head-link li::before {
    top: 5px;
    left: 100%;
    right: 0px;
  }

  .common-ttl-line {
    width: 90%;
    margin: 15px auto 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .table-block>p {
    width: 90%;
    margin: 20px auto;
  }
}

.proxy-txt {
  width: 80%;
  text-align: center;
  margin: 0 auto 200px;
}

@media screen and (max-width: 768px) {
  .proxy-txt {
    width: 80%;
    text-align: center;
    margin: 30px auto 150px;
  }
}