@charset "UTF-8";

@media screen and (max-width: 767px) {
  .md {
    width: 86.6666666667vw;
  }
}

.recruit,
.menuDetail .bread,
.menuDetail .breadcrumb {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .recruit-story .about-story__Heading {
    height: 11.6vw;
  }
}

.recruit-story .recruit-story__mainCopy::before,
.recruit-story .recruit-story__mainCopy::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .recruit-story .recruit-story__mainCopy {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.08rem;
  }
}

.recruit-story .about-story__message {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .recruit-story .about-story__message {
    margin-top: 16vw;
    font-size: 3.733333333333334vw;
  }
}

.recruit-story .about-story__messageText {
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .recruit-story .about-story__messageText {
    letter-spacing: 0.06em;
  }
}

/* 募集要項 */
.recruit-description__container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 0;
}

.recruit-description__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  background-color: #d0bea8;
  font-size: 1.25rem;
  font-weight: 400;
}

.recruit-description {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .recruit-description {
    margin-top: 17.2vw;
  }
}

.requirements {
  display: flex;
  max-width: 790px;
  margin: 65px auto 60px;
}

@media screen and (max-width: 767px) {
  .requirements {
    flex-direction: column;
    margin: 6.88vw auto 12.8vw;
    max-width: 94.53333333333333vw;
  }
}

.requirements-ttl,
.application-detailsListTtl {
  font-size: 1.1875rem;
  color: #8d7252;
  font-weight: 500;
}

.requirements-listItem {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.requirements-listItem::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #d0bea8;
  border-radius: 50%;
  margin-right: 0.75rem;
}

.recruit-description__personnel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 100%;
  border: 1px solid #d0bea8;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .recruit-description__personnel {
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    font-size: 5.333333333333334vw;
  }
}
.recruit-description__personnel span {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .recruit-description__personnel span {
    font-size: 4.266666666666667vw;
  }
}

.application-details {
  max-width: 790px;
  margin: 65px auto 115px;
}
@media screen and (max-width: 767px) {
  .application-details {
    max-width: 94.53333333333333vw;
    margin-top: 4vw;
    margin-bottom: 24vw;
  }
}

.application-detailsList {
  display: flex;
  align-items: baseline;
  border-top: 1px solid #d0bea8;
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .application-detailsList {
    flex-direction: column;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .application-detailsList:first-child {
    border: none;
  }
}

.application-detailsList:last-child {
  border-bottom: 1px solid #d0bea8;
}

.application-detailsListTtl,
.requirements-ttl {
  width: 222px;
  line-height: 2.22;
}
@media screen and (max-width: 767px) {
  .application-detailsListTtl,
  .requirements-ttl {
    width: 100%;
    font-size: 3.733333333333334vw;
  }
}
.application-detailsListDescription {
  width: calc(100% - 222px);
  margin-left: 0;
  font-size: 1.125rem;
  line-height: 2.22;
}
@media screen and (max-width: 767px) {
  .application-detailsListDescription {
    width: 100%;
    font-size: 3.733333333333334vw;
  }
}

@media screen and (max-width: 767px) {
  .application-detailsListDescriptionList {
    margin: 0;
  }
}

/* recruitお問い合わせ */
.recruit-contact {
  margin-top: 186px;
}
@media screen and (max-width: 767px) {
  .recruit-contact {
    margin-top: 28vw;
  }
}

.recruit-contact__mainText {
  margin-top: 100px;
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit-contact__mainText {
    font-size: 4.933333333333334vw;
    margin-top: 16.5vw;
    line-height: 2;
  }
}

.recruit-contact__list {
  max-width: 678px;
  width: 100%;
  margin: 56px auto 140px;
  border: 1px solid #d0bea8;
  padding: 50px 140px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .recruit-contact__list {
    max-width: 94.53333333333333vw;
    padding: 7.73333vw 4.5vw;
    margin: 10.8vw auto 30.4vw;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.06em;
  }
}

.recruit-contact__listName {
  margin-bottom: 35px;
  text-align: center;
  margin-top: 0;
}

.recruit-contact__phone,
.recruit-contact__mail {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-contact__phone,
  .recruit-contact__mail {
    text-decoration: underline;
  }
}

.recruit-contact__phone::before {
  content: '';
  display: inline-block;
  background: url(../images/recruit/tel.png) no-repeat center/contain;
  width: 20px;
  height: 30px;
  margin-left: 6px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .recruit-contact__phone::before {
    width: 3.8666vw;
    height: 6vw;
    margin-left: 0.5vw;
    margin-right: 3.6vw;
  }
}

.recruit-contact__mail {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .recruit-contact__mail {
    margin-top: 3.7vw;
  }
}

.recruit-contact__mail::before {
  content: '';
  display: inline-block;
  background: url(../images/recruit/mail.png) no-repeat center/contain;
  width: 31px;
  height: 21px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .recruit-contact__mail::before {
    width: 6.266vw;
    height: 4.26vw;
    margin-right: 2.5vw;
  }
}
