@charset "UTF-8";
.-joboffer .anchor__list {
  padding-top: 2rem;
  margin-bottom: 8rem;
}
@media screen and (width <= 767px) {
  .-joboffer .anchor__list {
    width: calc(100% + 1.6rem);
    margin-left: -0.8rem;
  }
}
.-joboffer .section__block__title br.-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .-joboffer .section__block__title br.-sp {
    display: block;
  }
}
.-joboffer .interview__heading {
  margin-block: 7.5rem 2rem;
  color: #C7AA76;
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 0.1rem solid #EDD7B0;
}
@media screen and (width <= 767px) {
  .-joboffer .interview__heading {
    margin-bottom: 1rem;
  }
}
.-joboffer .interview__heading span {
  display: inline-block;
  padding-inline: 0.6rem 1.3rem;
  font-size: 2.6rem;
}
.-joboffer .section__title + .interview__heading {
  margin-top: 0;
}
.-joboffer .interview__title {
  margin-bottom: 3rem;
  color: var(--color-primary);
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (width <= 767px) {
  .-joboffer .interview__title {
    font-size: 2.4rem;
  }
}
.-joboffer .interview__title br.-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .-joboffer .interview__title br.-sp {
    display: block;
  }
}
.-joboffer .container__col2 .text__wrap .title {
  font-size: 2.1rem;
  font-weight: 700;
}
.-joboffer #job-description .section__table tr td {
  font-weight: 400;
}
.-joboffer #job-description .employment-status:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.-joboffer #job-description .employment-status dt {
  font-weight: 700;
}
.-joboffer #job-description .experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}
.-joboffer #job-description .experience dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 5.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
}
@media screen and (width <= 767px) {
  .-joboffer #job-description .experience dt {
    min-width: 4.8rem;
  }
}
.-joboffer #job-description .experience dt::after {
  content: "：";
}
.-joboffer #job-description .section__box--color {
  margin-top: 6rem;
}
@media screen and (width <= 767px) {
  .-joboffer #job-description .section__box--color {
    padding-inline: 1.5rem;
  }
}
.-joboffer #job-description .section__box--color__title {
  font-size: 1.7rem;
}
.-joboffer #job-description .section__box--color .btn--color {
  background-color: #DE6E6B;
}