@charset "UTF-8";
.page-title {
  background-image: url("../img/recruit/mv.jpg");
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: url("../img/recruit/sp/mv.jpg");
    margin-bottom: 15.5rem;
  }
}

.no-text p {
  text-align: center;
}

.display-none {
  display: none !important;
}

.recruit.part {
  margin-bottom: 10rem;
}
.recruit.part dl dt {
  background: #f2f2f2;
}
.recruit.career {
  background: #f2f2f2;
  padding: 10rem 0;
}
.recruit.career dl dt {
  background: #ddd;
}
.recruit.career dl dd ol li span span {
  background: #dfdfdf;
}
.recruit .inner {
  width: min(100rem, 84.746%);
  margin: auto;
  border-bottom: 1px solid #ccc;
}
.recruit .inner.border-none {
  border-bottom: none;
}
.recruit .inner .title {
  margin-bottom: 5rem;
}
.recruit dl {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .recruit dl {
    display: flex;
    align-items: stretch;
  }
}
.recruit dl dt, .recruit dl dd {
  padding: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.125;
}
@media only screen and (max-width: 767px) {
  .recruit dl dt, .recruit dl dd {
    font-size: 2.8rem;
    padding: 2rem 3rem;
  }
}
.recruit dl dt {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .recruit dl dt {
    width: 27rem;
  }
}
.recruit dl dd {
  padding-right: 0;
}
@media print, screen and (min-width: 768px) {
  .recruit dl dd {
    width: calc(100% - 27rem);
  }
}
.recruit dl dd ol li {
  line-height: 2.125;
}
@media only screen and (max-width: 767px) {
  .recruit dl dd ol li {
    line-height: 2.142;
    padding-left: 3rem;
    text-indent: -3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit dl dd ol li:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.recruit dl dd ol li span {
  display: inline-block;
  margin-left: 3rem;
}
.recruit dl dd ol li span span {
  margin: 0 1.6rem 0 0;
}
@media only screen and (max-width: 767px) {
  .recruit dl dd ol li span span {
    margin: 0;
    display: block;
    background: #f1f1f1;
    padding: 0 2rem;
  }
  .recruit dl dd ol li span span::after {
    content: "）";
  }
}
@media only screen and (max-width: 767px) {
  .recruit dl dd ol li span {
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
    display: block;
    margin: 1rem 0 2rem;
  }
}
/*# sourceMappingURL=recruit.css.map */