.p-recruit__title {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-recruit__inner {
    margin: 0 6.25rem;
  }
}
.p-recruit__table {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__table {
    margin-top: 10.67vw;
  }
}
.p-recruit__table th,
.p-recruit__table td {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__table th,
.p-recruit__table td {
    font-size: inherit;
  }
}
.p-recruit__map {
  position: relative;
  background-color: #EEF1F9;
  color: #2D51B2;
  font-size: 1rem;
  display: inline-block;
  padding: 0.0625rem 0.625rem 0rem 1.875rem;
  margin-left: 0.625rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__map {
    font-size: 3.5vw;
    padding: 0.25vw 4vw 0.25vw 7vw;
  }
}
.p-recruit__map::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../images/common/icon_map02.svg);
  width: 0.75rem;
  height: 1.125rem;
  transform: translate(0, -50%);
  left: 0.625rem;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-recruit__map::before {
    width: 3.5vw;
    height: 3.5vw;
    left: 2vw;
  }
}
.p-recruit__status {
  position: relative;
  padding-left: 1.25rem;
}
.p-recruit__status::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.9375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1E2226;
  top: 0.75rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__status::before {
    width: 3vw;
    top: 1.67vw;
  }
}
.p-recruit__items {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__items {
    margin-top: 10.67vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-recruit__item {
    display: grid;
    grid-template-columns: auto 23.75rem;
    grid-gap: 3.125rem;
    align-items: flex-start;
  }
}
.p-recruit__item + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item + * {
    margin-top: 10.67vw;
  }
}
.p-recruit__item-title {
  font-size: 1.875rem;
  font-family: klee-one, sans-serif;
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-title {
    font-size: 5vw;
    text-align: center;
  }
}
.p-recruit__item-body {
  background-color: #EFF3F8;
  padding: 3.125rem;
  margin-right: 3.125rem;
  grid-row: 2/3;
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-body {
    padding: 6.67vw;
    margin: 6.67vw 0 0;
  }
}
.p-recruit__item-text {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px), print {
  .p-recruit__item-text {
    margin-right: 20.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__item-text {
    font-size: inherit;
  }
}
.p-recruit__item-border {
  border-bottom: 1px dotted #2D51B2;
}
.p-recruit__item-small {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-small {
    font-size: 4vw;
  }
}
.p-recruit__item-sup {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px), print {
  .p-recruit__item-sup {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }
}
.p-recruit__item-sup-text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-sup-text {
    font-size: 4vw;
  }
}
.p-recruit__item-label {
  border-radius: 5px;
  background: linear-gradient(90deg, #7abaf1 0%, #3d7ec8 100%);
  color: #fff;
  font-size: 1rem;
  padding: 0.1875rem 0.625rem 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-label {
    font-size: 4vw;
    margin-top: 6.67vw;
  }
}
.p-recruit__item-img {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-img {
    display: block;
    background-color: #EFF3F8;
    padding: 0 6.67vw 6.67vw;
  }
}

.p-contact {
  margin-top: 5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 0 0 17.33vw;
    margin-top: 10.67vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-contact__inner {
    margin: 0 6.25rem;
  }
}
.p-contact__text {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: inherit;
  }
}
.p-contact__btns {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btns {
    margin-top: 10.67vw;
  }
}/*# sourceMappingURL=styles.css.map */