@charset "UTF-8";
/* CSS Document */
.recruitment_table {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .recruitment_table {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .recruitment_table dl {
    display: table-row;
  }
}
.recruitment_table dl dt {
  color: #006AEA;
  font-size: min(5.0666666667vw, 19px);
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #006AEA;
}
@media (min-width: 768px) {
  .recruitment_table dl dt {
    display: table-cell;
    font-size: 24px;
    width: 18%;
    padding-right: 2%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.recruitment_table dl dd {
  font-size: min(4.2666666667vw, 16px);
  width: 100%;
}
@media (min-width: 768px) {
  .recruitment_table dl dd {
    display: table-cell;
    font-size: 18px;
    width: 80%;
    border-bottom: 1px solid #006AEA;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.recruitment_table dl dd .middle {
  vertical-align: middle;
}
.recruitment_table dl dd .table_note {
  font-size: min(3.2vw, 12px);
}
@media (min-width: 768px) {
  .recruitment_table dl dd .table_note {
    font-size: 14px;
  }
}
.recruitment_table dl dd .btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .recruitment_table dl dd .btn {
    margin-top: 20px;
  }
}
.recruitment_table dl dd .btn a {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(90deg, rgba(10, 109, 221, 0.9) 0%, rgba(5, 55, 111, 0.9) 100%);
  font-size: min(4.5333333333vw, 17px);
  padding: 10px 8vw;
  position: relative;
}
@media (min-width: 768px) {
  .recruitment_table dl dd .btn a {
    width: 100%;
    max-width: 365px;
    font-size: 21px;
    padding: 10px 30px;
  }
}
.recruitment_table dl dd .btn a::before {
  position: absolute;
  content: "";
  width: 6vw;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .recruitment_table dl dd .btn a::before {
    width: 28px;
    right: 8%;
  }
}
.recruitment_table dl dd .btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 4vw;
  width: 2vw;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: calc(100% - 1px) 50%;
}
@media (min-width: 768px) {
  .recruitment_table dl dd .btn a::after {
    width: 10px;
    right: 8%;
  }
}
.recruitment_table dl.last_dl dt, .recruitment_table dl.last_dl dd {
  border-bottom: none;
}
.recruitment_table .underline {
  text-decoration: underline;
}/*# sourceMappingURL=recruitment.css.map */