#recruitment .title::after, #recruitment .title::before {
  background-color: #050505;
}
@media screen and (max-width: 767px) {
  #recruitment {
    font-size: 1.4rem;
  }
}
#recruitment .banner {
  background: url("../img/recruit/banner-bg.jpg") no-repeat center/cover;
  width: 100%;
  height: 55rem;
}
@media screen and (max-width: 767px) {
  #recruitment .banner {
    height: auto;
    aspect-ratio: 375/200;
  }
}
#recruitment .form dl dd {
  padding: 1rem 0 3.6rem;
}
#recruitment .part-time {
  padding-top: 9.5rem;
}
#recruitment .part-time__title {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 4.5rem;
  margin-bottom: 3.3rem;
}
#recruitment .part-time__des {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 2.5;
  font-weight: bold;
}
#recruitment .part-time .form {
  padding: 6rem 0 4.7rem;
}
@media screen and (max-width: 767px) {
  #recruitment .part-time {
    padding: 6rem 0 0;
  }
  #recruitment .part-time__title {
    font-size: 2rem;
    margin-bottom: 3.3rem;
  }
  #recruitment .part-time__des {
    word-break: break-word;
  }
  #recruitment .part-time .form {
    padding: 6rem 0 0;
  }
}
#recruitment .full-time {
  padding-top: 19.2rem;
  position: relative;
  overflow-x: hidden;
}
#recruitment .full-time::after {
  content: "";
  position: absolute;
  top: 0;
  right: 38%;
  background: url("../img/pattern-bg.svg") no-repeat left/contain;
  height: 27rem;
  width: 75rem;
  z-index: -1;
  aspect-ratio: 750/270;
}
@media screen and (max-width: 860px) {
  #recruitment .full-time::after {
    top: 2rem;
    left: 2rem;
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  #recruitment .full-time {
    padding-top: 7.4rem;
  }
  #recruitment .full-time::after {
    top: 19rem;
    left: -2rem;
    width: 40.4rem;
  }
}
#recruitment .background {
  background: url("../img/fc/background.jpg") no-repeat center/cover;
  width: 100%;
  height: 55rem;
}
@media screen and (max-width: 767px) {
  #recruitment .background {
    aspect-ratio: 375/162;
    height: auto;
  }
}/*# sourceMappingURL=recruit.css.map */