.banner-recruit {
  padding-top: 9.3rem;
  text-align: center;
  border-top: 1px solid #E2E8F0;
}
.banner-recruit .ic-banner {
  margin-bottom: 1.2rem;
}
.banner-recruit .title {
  font-family: "Inter_bold";
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.04em;
  color: #ED9748;
}
.banner-recruit .desc {
  font-family: "Noto Sans JP Bold";
  font-size: 2.6rem;
  line-height: 3.9rem;
  letter-spacing: 0.04em;
  color: #1E293B;
}

.content-recruit {
  padding: 8rem 0;
}
.content-recruit .box {
  max-width: 115.2rem;
  padding: 0 2.4rem;
  padding-bottom: 8rem;
  margin: auto;
}
.content-recruit .box .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.content-recruit .box .head .title {
  font-family: "Noto Sans JP Bold";
  font-size: 2.6rem;
  line-height: 3.9rem;
  letter-spacing: 0.04em;
  color: #1E293B;
}
.content-recruit .box .head .btn {
  width: 22.2rem;
}
.content-recruit .box .head .btn a {
  font-family: "Noto Sans JP Bold";
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  display: inline-block;
  width: 100%;
  padding: 1.6rem 0 1.6rem 2.4rem;
  color: #FFFFFF;
  background: #F97316;
  border-radius: 3rem;
  border: 2px solid #ff701e;
  position: relative;
  transition: all 0.5s;
}
.content-recruit .box .head .btn a:hover {
  background: #fff;
  color: #ff701e;
}
.content-recruit .box .head .btn a:hover::after {
  background-image: url(/assets/images/recruit/ic-next-recruit-orange.svg);
}
.content-recruit .box .head .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/recruit/ic-next-recruit.svg);
  width: 2.4rem;
  height: 2.4rem;
}
.content-recruit .box .bd {
  border: 1px solid #E2E8F0;
  border-radius: 1.2rem;
}
.content-recruit .box .bd table {
  border-collapse: collapse;
  width: 100%;
}
.content-recruit .box .bd table tr {
  border-bottom: 1px solid #E2E8F0;
}
.content-recruit .box .bd table tr:last-child {
  border-bottom: none;
}
.content-recruit .box .bd table tr:last-child td:first-child {
  border-bottom-left-radius: 1.2rem;
}
.content-recruit .box .bd table tr:first-child td:first-child {
  border-top-left-radius: 1.2rem;
}
.content-recruit .box .bd table tr td.lp {
  letter-spacing: 0 !important;
}
.content-recruit .box .bd table tr td {
  padding: 2.4rem 0;
}
.content-recruit .box .bd table tr td:first-child {
  font-family: "Noto Sans JP Bold";
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  color: #0F172A;
  width: 22.8rem;
  vertical-align: middle;
  background-color: #F8FAFC;
  padding: 2rem;
}
.content-recruit .box .bd table tr td:last-child {
  font-family: "Noto Sans JP Regular";
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #1E293B;
  letter-spacing: 0.03em;
  padding: 1.8rem 3.9rem 1.8rem 2rem;
}
.content-recruit .box .bd table tr td ul {
  padding-left: 2.6rem;
}
.content-recruit .box .bd table tr td ul li {
  list-style: disc;
}

@media screen and (max-width: 768px) {
  .banner-recruit {
    padding-top: 8.3rem;
  }
  .banner-recruit .title {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .banner-recruit .desc {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  .content-recruit .box .head .title {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  .content-recruit .box .bd {
    margin-bottom: 4rem;
  }
  .content-recruit .box .bd table tr td {
    padding: 2.4rem 0;
  }
  .content-recruit .box .bd table tr td:first-child {
    font-size: 1.4rem;
    line-height: 2rem;
    width: 8rem;
    padding: 0 1.2rem;
    text-align: center;
  }
  .content-recruit .box .bd table tr td:last-child {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #1E293B;
    padding: 2.8rem 1.2rem;
  }
  .content-recruit .box .bd table tr td ul {
    padding-left: 2.6rem;
  }
  .content-recruit .box .bd table tr td ul li {
    list-style: disc;
  }
  .content-recruit .box .btn {
    width: 100%;
    margin: auto;
    max-width: 32.7rem;
    text-align: center;
  }
  .content-recruit .box .btn a {
    font-family: "Noto Sans JP Bold";
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.04em;
    display: inline-block;
    width: 100%;
    padding: 1.6rem 0;
    color: #FFFFFF;
    background: #F97316;
    border-radius: 3rem;
    border: 2px solid #ff701e;
    position: relative;
    transition: all 0.5s;
  }
  .content-recruit .box .btn a:hover {
    background: #fff;
    color: #ff701e;
  }
  .content-recruit .box .btn a:hover::after {
    background-image: url(/assets/images/recruit/ic-next-recruit-orange.svg);
  }
  .content-recruit .box .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
    background-image: url(/assets/images/recruit/ic-next-recruit.svg);
    width: 2.4rem;
    height: 2.4rem;
  }
}

/*# sourceMappingURL=recruit.css.map */
