.top .sec-concept {
  padding: 10px 0 35px;
}

@media only screen and (min-width: 992px) {
  .top .sec-concept {
    padding: 135px 0;
  }
}

@media only screen and (min-width: 992px) {
  .top .sec-concept {
    padding: 45px 0 120px;
  }
}

.top .sec-contents {
  padding: 35px 0 60px;
}

@media only screen and (min-width: 992px) {
  .top .sec-contents {
    padding: 120px 0;
  }
}

.top .sec-news {
  padding: 30px 0 40px;
}

@media only screen and (min-width: 992px) {
  .top .sec-news {
    padding: 120px 0;
  }
}

.top .sec-salon {
  padding: 35px 0 70px;
}

@media only screen and (min-width: 992px) {
  .top .sec-salon {
    padding: 120px 0;
  }
}

.c-view-more {
  padding-right: 45px;
  text-align: right;
}

.l-footer .l-footer__snsTtl {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: calc(27 / 14);
  color: #fff;
}

.l-footer .l-footer__recruitList {
  padding-left: 15px;
}

.l-footer .l-footer__recruitItem {
  padding-left: 25px;
  position: relative;
}

.l-footer .l-footer__recruitItem::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

.company .c-title-wrap .c-title {
  font-weight: 300;
}

.l-header__recruitList {
  padding-left: 15px;
}

.l-header__recruitItem {
  padding-left: 25px;
  position: relative;
}

.l-header__recruitItem::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

.c-al--c {
  text-align: center;
}

.sec-staffvoice {
  margin-bottom: 75px;
  padding: 55px 30px;
  background: center/cover no-repeat url(../img/staffvoice/bg_staffvoice.jpg);
}
@media only screen and (min-width: 992px) {
  .sec-staffvoice {
    margin-bottom: 300px;
    padding: 105px 0 100px;
  }
}
.sec-staffvoice .inner {
  padding: 35px 30px 55px;
  background-color: var(--background-color);
}
@media only screen and (min-width: 992px) {
  .sec-staffvoice .inner {
    max-width: 710px;
    margin: 0 auto;
    padding: 40px 4.5% 55px;
  }
}
.sec-staffvoice .l-2col-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-staffvoice .title-wrap .title {
  font-family: var(--en-font-family);
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.06em;
}
.sec-staffvoice .title-wrap .title-sub {
  margin-top: -10px;
  font-family: var(--en-font-family);
  font-size: 10px;
}
@media only screen and (min-width: 992px) {
  .sec-staffvoice .title-wrap .title-sub {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .sec-staffvoice .c-view-more span {
    display: none;
  }
}

.recruit .benefits-wrap {
  margin-bottom: 60px;
  padding: 55px 0 65px;
  background-color: var(--sub-background-color);
}
@media only screen and (min-width: 992px) {
  .recruit .benefits-wrap {
    max-width: 1140px;
    margin: 0 auto 25px;
    padding: 100px 0 150px;
  }
}

@media only screen and (min-width: 992px) {
  .recruit .benefits-wrap .c-title-wrap {
    margin-bottom: 85px;
  }
}

.recruit .benefits-wrap .benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

@media only screen and (min-width: 576px) {
  .recruit .benefits-wrap .benefits-list {
    max-width: 900px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 992px) {
  .recruit .benefits-wrap .benefits-list {
    gap: 60px;
  }
}

.recruit .benefits-wrap .benefits-item {
  padding: 20px 5px 25px;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .recruit .benefits-wrap .benefits-item {
    padding: 30px 10px 50px;
  }
}

.recruit .benefits-wrap .benefits-item .benefits-num {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(23 / 12);
  text-align: center;
  color: #fff;
  background-color: #a6a6a5;
  border-radius: 50%;
  display: block;
}

@media only screen and (min-width: 992px) {
  .recruit .benefits-wrap .benefits-item .benefits-num {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: calc(38 / 20);
  }
}

.recruit .benefits-wrap .benefits-item .benefits-title {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(25 / 15);
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .recruit .benefits-wrap .benefits-item .benefits-title {
    margin-top: 30px;
    font-size: 20px;
    line-height: calc(40 / 20);
  }
}

.recruit .benefits-wrap .benefits-item .benefits-data {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: calc(22 / 15);
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .recruit .benefits-wrap .benefits-item .benefits-data {
    margin-top: 25px;
    font-size: 20px;
    line-height: calc(30 / 20);
  }
}

@media only screen and (min-width: 992px) {
  .recruit .info-wrap {
    margin: 0 auto 185px;
    padding: 135px 0 125px;
  }
}

@media only screen and (min-width: 992px) {
  .recruit .info-wrap .c-title-wrap {
    margin-bottom: 95px;
  }
}

.recruit .info-wrap .table-info {
  max-width: 710px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .recruit .info-wrap .table-info .heading {
    width: 26%;
  }
}

@media only screen and (min-width: 992px) {
  .recruit .info-wrap .table-info .data {
    width: 73%;
  }
}

@media only screen and (min-width: 992px) {
  .recruit .info-wrap {
    margin: 0 auto 25px;
  }
}

@media only screen and (min-width: 992px) {
  .recruit .info-wrap + .info-wrap {
    margin-bottom: 125px;
  }
}

.recruit .outline-wrap .table-outline .data p + p {
  margin-top: 15px;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .contact {
  padding: 0;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .tel a,
.l-footer .nav-wrap .upper-wrap .info-wrap .contact a {
  font-family: var(--en-font-family);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--background-color);
}

@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap .list .item .l-footer__recruitList .l-footer__recruitItem .link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .top .sec-info .info-wrap {
    transform: none;
  }
}

.top .reserve-wrap .link-reserve {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.top .reserve-wrap.is-hidden .link-reserve {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .top .sec-info {
    padding: 75px 0 50px;
  }
}

@media only screen and (max-width: 575px) {
  .top .sec-concept .img-wrap {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 991px) {
  top .sec-contents .c-main-title {
    margin-bottom: 30px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .top .sec-news .list .entry-card .entry-card-title {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 991px) {
  .top .sec-contents .c-main-title {
    margin-bottom: 35px;
    padding-left: 15px;
  }
}

.recruit .text-concept {
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) {
  .recruit .text-concept {
    max-width: 840px;
    margin: 0 auto 60px;
  }
}

.recruit .sec-concept .img-wrap {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.recruit .sec-concept .img-wrap__link {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}

.recruit .sec-concept .img-wrap__link:hover {
  opacity: 0.85;
}

.recruit .sec-concept .img-wrap__link img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .recruit .sec-concept .img-wrap {
    margin-bottom: 140px;
    text-align: center;
  }
}
