@charset "UTF-8";

/* recruit */
.recruit {
  margin: 70px 0 0 0;
}
.recruit-inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
.recruit-txt {
  font-size: 1.4em;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.recruit-table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 70px 0 0 0;
}
.recruit-table th,
.recruit-table td {
  font-size: 1.4em;
  line-height: 28px;
  vertical-align: middle;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.recruit-table th {
  width: 180px;
  font-weight: bold;
  padding: 20px 0 20px 10px;
}
.recruit-table td {
  width: auto;
  padding: 20px 10px 20px 0;
}
.recruit-btn {
  display: flex;
}
.recruit-btn p {
  margin: 30px 0 0 auto;
}
.recruit-btn p a {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
}
.recruit-btn p a:hover {
  color: #008bc1;
}
.next {
  border-bottom: 2px solid #008bc1;
  padding: 0 20px 5px 0;
}
.dli-arrow-right {
  width: 10px;
  height: 10px;
  border: 2px solid #008bc1;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 22px;
  right: -20px;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  /* recruit */
  .recruit {
    margin: 60px 0 0 0;
  }
  .recruit-inner {
    padding: 60px 0;
  }
  .recruit-txt {
    font-size: 1.3em;
    line-height: 22px;
    padding: 0;
  }
  .recruit-table {
    margin: 60px 0 0 0;
  }
  .recruit-table th,
  .recruit-table td {
    font-size: 1.3em;
    line-height: 22px;
  }
  .recruit-table th {
    width: 30%;
    padding: 20px 0 20px 5px;
  }
  .recruit-table td {
    width: 70%;
    padding: 20px 5px 20px 0;
  }
  .recruit-btn p {
    margin: 25px 0 0 auto;
  }
  .recruit-btn p a {
    font-size: 1.4em;
  }
  .dli-arrow-right {
    top: 21px;
  }
}