.recruit__container {
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .recruit__container {
    padding-top: 4rem;
  }
}
.recruit__section:nth-child(1) {
  margin-bottom: 4.5rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .recruit__section:nth-child(1) {
    margin-bottom: 2.5rem;
    padding-top: 2rem;
  }
}
.recruit__section:nth-child(1) .recruit__inner {
  width: unset;
}
@media screen and (max-width: 1199px) {
  .recruit__section:nth-child(1) .recruit__inner {
    padding: 0;
  }
}
.recruit__section:last-child {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .recruit__section:last-child {
    margin-bottom: 5rem;
  }
}
.recruit__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .recruit__inner {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__inner {
    padding: 0 1rem;
  }
}
.recruit__txt {
  display: block;
  font-size: 14px;
}
.recruit__ttl-wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .recruit__ttl-wrapper {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__ttl-wrapper {
    padding: 0 1rem;
  }
}
.recruit__sub-ttl {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 1.5em;
  font-size: 18px;
  color: #ee7f23;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .recruit__sub-ttl {
    padding-left: 1em;
    font-size: 1rem;
  }
}
.recruit__sub-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  background: url("/assets/img/dot.png") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit__sub-ttl::before {
    width: 6px;
    height: 6px;
  }
}
.recruit__top-img {
  display: block;
  width: 100%;
  height: 400px;
  background: url("/assets/img/recruit/top.jpg") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit__top-img {
    height: 190px;
    background: url("/assets/img/sp/recruit/top.jpg") center/cover no-repeat;
  }
}
.recruit__link-wrapper {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit__link-wrapper {
    margin-bottom: 2.5rem;
  }
}
.recruit__content {
  margin-bottom: 5rem;
  padding: 5rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
  scroll-margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__content {
    margin-bottom: 2.5rem;
    padding: 2.5rem 1rem;
    border-radius: 0.5rem;
    scroll-margin-top: 4rem;
  }
}
.recruit__content-ttl {
  margin-bottom: 4rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__content-ttl {
    margin-bottom: 2.5rem;
  }
}
.recruit__list {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__list {
    margin-bottom: 2.5rem;
  }
}
.recruit__list-item {
  display: flex;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__list-item {
    display: block;
  }
}
.recruit__list-item:last-child {
  margin-bottom: 0;
}
.recruit__list-ttl {
  flex-shrink: 0;
  width: 200px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit__list-ttl {
    margin-bottom: 0.5em;
  }
}
.recruit__disc-list {
  list-style-type: disc;
  margin-left: 1.5em;
  font-size: 14px;
}
.recruit__link-wrapper {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .recruit__link-wrapper {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__link-wrapper {
    display: block;
  }
}
.recruit__link-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 33.3333333333%;
  height: 3.5rem;
  font-size: 18px;
  color: #ffffff;
  background: #3e5e8c;
  border-radius: 100vh;
  transition: background 0.3s;
}
@media screen and (max-width: 1199px) {
  .recruit__link-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__link-btn {
    width: 90%;
    height: 50px;
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }
}
.recruit__link-btn:hover {
  background: #12315d;
}
.recruit__link-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 27px;
  background: url("/assets/img/arrow-down.svg") center/contain no-repeat;
}
@media screen and (max-width: 1199px) {
  .recruit__link-btn::before {
    right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__link-btn::before {
    width: 0.5rem;
    height: 1.25rem;
  }
}
.recruit__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 320px;
  height: 3.5rem;
  font-size: 18px;
  color: #ffffff;
  background: #ee7f23;
  border-radius: 100vh;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit__btn {
    width: 100%;
    height: 50px;
  }
}
.recruit__btn:hover {
  background: #12315d;
}
.recruit__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 10px;
  background: url("/assets/img/arrow-right.svg") center/contain no-repeat;
}
@media screen and (max-width: 1199px) {
  .recruit__btn::before {
    right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__btn::before {
    width: 1.25rem;
    height: 0.5rem;
  }
}

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