/*==================================================
sp pc
==================================================*/
@media all and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.p-voices.-under {
  margin-top: 0;
}
@media all and (max-width: 1080px) {
  .p-voices.-under {
    padding-top: 0;
  }
}
.p-voices.-under::after {
  content: none;
}
.p-voices.-under .p-voices__lists {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 1080px) {
  .p-voices.-under .p-voices__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .p-voices.-under .p-voices__lists {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .p-voices.-under .p-voices__list {
    padding: 0;
  }
}

.p-maps {
  padding-top: 12rem;
}
@media all and (max-width: 768px) {
  .p-maps {
    padding-top: 10rem;
  }
}

/*==================================================
voice
==================================================*/
.voice-detail__ttl {
  color: var(--main-color);
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  margin: 1rem 0 6rem;
}
@media all and (max-width: 768px) {
  .voice-detail__ttl {
    font-size: 2.2rem;
    margin: 0.5rem 0 2.5rem;
  }
}
.voice-detail__body {
  margin: 0 auto;
  max-width: 98rem;
}
.voice-detail__img {
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media all and (max-width: 768px) {
  .voice-detail__img {
    height: 28rem;
  }
}
.voice-detail__guest {
  border-radius: 1.6rem;
  border: 0.1rem solid var(--border-color);
  margin-top: 4rem;
  padding: 4rem 18.4rem 4rem 4rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .voice-detail__guest {
    padding: 13.5rem 2rem 2rem 2rem;
  }
}
.voice-detail__guest::before {
  background: url(/assets/img/voice/illust-guest.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 10rem;
  margin-top: -5rem;
  position: absolute;
  right: 4rem;
  top: 50%;
  width: 10rem;
}
@media all and (max-width: 768px) {
  .voice-detail__guest::before {
    height: 8rem;
    left: 50%;
    margin-left: -4rem;
    margin-top: 0;
    top: 6rem;
    width: 8rem;
  }
}
.voice-detail__guest-ttl {
  font-size: 2.4rem;
  margin: 0;
}
@media all and (max-width: 768px) {
  .voice-detail__guest-ttl {
    font-size: 2rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: 2rem;
    width: 100%;
  }
}
.voice-detail__guest-body {
  margin-top: 2rem;
}
.voice-detail__guest-subttl {
  font-size: 2.4rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.voice-detail__staff {
  background-color: #EAF9FF;
  border-radius: 1.6rem;
  margin-top: 4rem;
  padding: 4rem 4rem 4rem 18.4rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .voice-detail__staff {
    padding: 16rem 2rem 2rem 2rem;
  }
}
.voice-detail__staff::before {
  background: url(/assets/img/voice/illust-staff.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 12rem;
  margin-top: -6rem;
  position: absolute;
  left: 4rem;
  top: 50%;
  width: 12rem;
}
@media all and (max-width: 768px) {
  .voice-detail__staff::before {
    height: 8.8rem;
    left: 50%;
    margin-left: -4.4rem;
    margin-top: 0;
    top: 7rem;
    width: 8.8rem;
  }
}
.voice-detail__staff-ttl {
  font-size: 2.4rem;
  margin: 0;
}
@media all and (max-width: 768px) {
  .voice-detail__staff-ttl {
    font-size: 2rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: 2rem;
    width: 100%;
  }
}
.voice-detail__staff-body {
  margin-top: 2rem;
}
.voice-detail__staff-subttl {
  font-size: 2.4rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.voice-detail__btn {
  margin-top: 6rem;
  text-align: center;
}
.voice-detail__work {
  margin: 10rem auto 0;
  max-width: 76rem;
}
@media all and (max-width: 768px) {
  .voice-detail__work {
    margin-top: 8rem;
  }
}
.voice-detail__work-ttl {
  display: flex;
  font-size: 2.4rem;
  gap: 1rem;
  justify-content: center;
  margin: 0 0 4rem;
}
@media all and (max-width: 768px) {
  .voice-detail__work-ttl {
    font-size: 2rem;
    gap: 0.8rem;
  }
}
.voice-detail__work-ttl::before {
  background: url(/assets/img/ico-work.svg) center/100% no-repeat;
  content: "";
  display: block;
  height: 4rem;
  width: 4rem;
}
@media all and (max-width: 768px) {
  .voice-detail__work-ttl::before {
    height: 3.2rem;
    width: 3.2rem;
  }
}

@media all and (max-width: 768px) {
  .p-mv.-under {
    min-height: unset;
  }
  .-under .p-mv__medal {
    top: -1rem;
  }
}
/*# sourceMappingURL=voice.css.map */