@charset "UTF-8";
/* ===========================================
   色・ブレイクポイント（Youth Personnel）
   750px 以下＝SP（375 基準 vw）／751px 以上＝PC（1920 基準 vw・rem）
   =========================================== */
@media screen and (min-width: 750px) {
  .page-hero--voice {
    padding-top: 5.625vw;
    padding-bottom: 2.5vw;
  }
}

.page-hero--voice .page-hero__voice-composite {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.46875vw;
  width: auto;
  max-width: 100%;
  height: 3.3854166667vw;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .page-hero--voice .page-hero__voice-composite {
    gap: 1.0666666667vw;
    width: auto;
    height: 10.1333333333vw;
  }
}

.page-hero--voice .page-hero__voice-en {
  position: static;
  width: 10.46875vw;
  height: auto;
  max-width: none;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .page-hero--voice .page-hero__voice-en {
    width: 26.9333333333vw;
  }
}

.page-hero--voice .page-hero__voice-mask {
  position: static;
  width: 8.0729166667vw;
  height: auto;
  max-width: none;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .page-hero--voice .page-hero__voice-mask {
    width: 20.8vw;
  }
}

@media screen and (max-width: 749px) {
  .page-hero--voice .page-hero__title {
    margin-top: 2.1333333333vw;
  }
}

.page-hero--voice .page-hero__inner {
  max-width: 1680px;
}

.voice-list {
  background: transparent;
}

.voice-list__inner {
  max-width: none;
  margin: 0 auto;
  padding: 5.2083333333vw 13.6979166667vw 25.0520833333vw;
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .voice-list__inner {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media screen and (max-width: 749px) {
  .voice-list__inner {
    padding: 10.6666666667vw 9.3333333333vw 17.0666666667vw;
  }
}

.voice-list__layout {
  display: grid;
  grid-template-columns: 14.9479166667vw 1fr;
  gap: 7.4479166667vw;
  align-items: start;
  max-width: 1394px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .voice-list__layout {
    max-width: none;
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 80px);
  }
}
@media screen and (max-width: 749px) {
  .voice-list__layout {
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
    max-width: none;
  }
}

.voice-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 749px) {
  .voice-filter__list {
    display: grid;
    grid-template-columns: repeat(2, 37.6vw);
    justify-content: start;
    column-gap: 6.1333333333vw;
    row-gap: 5.3333333333vw;
    width: 100%;
  }
}

.voice-filter__item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(27, 32, 79, 0.2);
}
.voice-filter__item:first-child {
  border-top: 1px solid rgba(27, 32, 79, 0.2);
}
@media screen and (max-width: 749px) {
  .voice-filter__item {
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(27, 32, 79, 0.2);
  }
  .voice-filter__item:first-child {
    border-top: 0;
  }
}

.voice-filter__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  min-height: calc(0.9895833333vw + 3.125vw);
  padding: 1.5625vw 0.625vw;
  border: none;
  background: transparent;
  color: #1b204f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  z-index: 0;
}
.voice-filter__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #e8ebf0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.voice-filter__btn:hover::before, .voice-filter__btn:focus-visible::before, .voice-filter__btn.is-active::before {
  opacity: 1;
}
.voice-filter__btn.is-active .voice-filter__label {
  color: #1b204f;
}
.voice-filter__btn .voice-filter__label {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
}
.voice-filter__btn .voice-filter__arrow {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  .voice-filter__btn {
    min-height: 10.6666666667vw;
    padding: 2.1333333333vw 0 3.7333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.1866666667vw;
    font-weight: 500;
  }
  .voice-filter__btn::before {
    inset: 0 0 3.7333333333vw;
  }
}

.voice-filter__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 16px;
}
.voice-filter__arrow img {
  display: block;
  width: 13px;
  height: 15px;
  transform: rotate(-90deg) scaleY(-1);
}
@media screen and (max-width: 749px) {
  .voice-filter__arrow {
    width: 2.9333333333vw;
    height: 2.4vw;
    overflow: visible;
  }
  .voice-filter__arrow img {
    width: 2.4vw;
    height: 2.9333333333vw;
    max-width: none;
    object-fit: contain;
    transform: rotate(-90deg) scaleY(-1);
    transform-origin: center center;
  }
}

.voice-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 22.3958333333vw);
  gap: 5.2083333333vw 5.4166666667vw;
  justify-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .voice-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(40px, 5vw, 100px) clamp(24px, 4vw, 104px);
  }
}
@media screen and (max-width: 749px) {
  .voice-list__grid {
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
  }
}

@media screen and (max-width: 749px) {
  .voice-list .member-card__photo {
    aspect-ratio: 305/202.86;
    margin-bottom: 3.2vw;
  }
}

.voice-list__item {
  margin: 0;
  padding: 0;
}
.voice-list__item.is-hidden {
  display: none;
}

.voice-list__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.voice-list__link:hover .member-card__photo > img, .voice-list__link:focus-visible .member-card__photo > img {
  transform: scale(1.14);
}

.voice-detail-fv {
  background: #ffffff;
  overflow: visible;
}
@media screen and (max-width: 749px) {
  .voice-detail-fv {
    background: transparent;
  }
}
@media screen and (min-width: 1100px) {
  .voice-detail-fv {
    position: relative;
    background: transparent;
    box-sizing: border-box;
    padding-left: clamp(24px, 6.25vw, 120px);
    padding-right: clamp(24px, 6.25vw, 120px);
  }
  .voice-detail-fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30.126002291%;
    background: #ffffff;
    z-index: 0;
    pointer-events: none;
  }
}

.voice-detail-fv__inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1680px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .voice-detail-fv__inner {
    z-index: 1;
    width: 100%;
    aspect-ratio: 1680/873;
    min-height: 620px;
    container-type: size;
    container-name: voice-fv;
  }
}

.voice-detail-fv__voice-composite {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.46875vw;
  width: auto;
  max-width: 100%;
  height: 3.3854166667vw;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .voice-detail-fv__voice-composite {
    gap: 1.0666666667vw;
    height: 10.1333333333vw;
  }
}

.voice-detail-fv__voice-en {
  width: 10.46875vw;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .voice-detail-fv__voice-en {
    width: 26.9333333333vw;
  }
}

.voice-detail-fv__voice-mask {
  width: 8.0729166667vw;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .voice-detail-fv__voice-mask {
    width: 20.8vw;
  }
}

.voice-detail-fv__page-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.95;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .voice-detail-fv__page-title {
    margin-top: 0;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2133333333vw;
    line-height: 1.5;
  }
}

.voice-detail-fv__num {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: #e8ebf0;
  pointer-events: none;
  user-select: none;
}

.voice-detail-fv__quote {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #1b204f;
  word-break: keep-all;
  overflow-wrap: normal;
}

.voice-detail-fv__meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5625vw;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1;
}
.voice-detail-fv__meta .sep {
  display: block;
  width: 1px;
  height: 20px;
  background: #1b204f;
  flex-shrink: 0;
}
.voice-detail-fv__meta .initial {
  line-height: 1;
}

.voice-detail-fv__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
}
.voice-detail-fv__photo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}

@media screen and (min-width: 1100px) {
  .voice-detail-fv__head {
    position: absolute;
    inset: 0;
    margin: 0;
    pointer-events: none;
  }

  .voice-detail-fv__voice-composite {
    position: absolute;
    top: 12.3711340206%;
    left: 0;
    z-index: 4;
    height: auto;
    gap: 0.536cqw;
  }
  .voice-detail-fv__voice-composite .voice-detail-fv__voice-en {
    width: 11.96cqw;
  }
  .voice-detail-fv__voice-composite .voice-detail-fv__voice-mask {
    width: 9.226cqw;
  }

  .voice-detail-fv__page-title {
    position: absolute;
    top: 21.9931271478%;
    left: 0;
    z-index: 4;
    font-size: 1.429cqw;
    letter-spacing: 0.071cqw;
    pointer-events: auto;
  }

  .voice-detail-fv__photo {
    position: absolute;
    top: 19.8167239404%;
    right: 0;
    z-index: 1;
    width: 61.7261904762%;
    height: 80.1832760596%;
    border-radius: 0;
  }

  .voice-detail-fv__num {
    position: absolute;
    top: 32.0733104238%;
    left: 7.9166666667%;
    z-index: 2;
    font-size: 11.9cqw;
  }

  .voice-detail-fv__quote {
    position: absolute;
    top: 56.8155784651%;
    left: 8.5119047619%;
    z-index: 3;
    width: 54.1071428571%;
    font-size: 2.619cqw;
    letter-spacing: 0.131cqw;
  }

  .voice-detail-fv__meta {
    position: absolute;
    top: 89.0034364261%;
    left: 8.630952381%;
    z-index: 3;
    gap: 1.786cqw;
    font-size: 0.952cqw;
  }
  .voice-detail-fv__meta .sep {
    height: 1.19cqw;
  }
  .voice-detail-fv__meta .initial {
    font-size: 1.726cqw;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1399px) {
  .voice-detail-fv {
    padding-left: clamp(24px, 6.25vw, 120px);
    padding-right: clamp(12px, 2vw, 40px);
  }

  .voice-detail-fv__inner {
    min-height: 680px;
  }

  .voice-detail-fv__num,
.voice-detail-fv__quote,
.voice-detail-fv__meta {
    left: 0;
  }

  .voice-detail-fv__page-title {
    font-size: clamp(18px, 1.429cqw, 24px);
    letter-spacing: 0.05em;
  }

  .voice-detail-fv__num {
    font-size: clamp(100px, 11.9cqw, 200px);
  }

  .voice-detail-fv__quote {
    width: 62%;
    font-size: clamp(26px, 2.619cqw, 44px);
    letter-spacing: 0.05em;
  }

  .voice-detail-fv__meta {
    font-size: clamp(14px, 0.952cqw, 16px);
    gap: clamp(16px, 1.786cqw, 30px);
  }
  .voice-detail-fv__meta .sep {
    height: clamp(16px, 1.19cqw, 20px);
  }
  .voice-detail-fv__meta .initial {
    font-size: clamp(20px, 1.726cqw, 29px);
  }

  .voice-detail-fv__photo {
    width: clamp(50%, 56%, percentage(1037 / $voice-fv-art-w));
  }

  .voice-detail-fv__voice-composite .voice-detail-fv__voice-en {
    width: clamp(140px, 11.96cqw, 201px);
  }
  .voice-detail-fv__voice-composite .voice-detail-fv__voice-mask {
    width: clamp(108px, 9.226cqw, 155px);
  }
}
@media screen and (min-width: 750px) and (max-width: 1099px) {
  .voice-detail-fv {
    background: transparent;
    height: auto;
    padding: 0;
  }

  .voice-detail-fv__inner {
    display: flex;
    flex-direction: column;
    height: auto;
    aspect-ratio: auto;
    min-height: 0;
    padding: 0 clamp(24px, 4vw, 60px) 32px;
  }

  .voice-detail-fv__head {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    box-sizing: border-box;
    margin: 0 calc(-1 * clamp(24px, 4vw, 60px)) 28px;
    padding: 40px clamp(24px, 4vw, 60px) 28px;
    background: #ffffff;
    pointer-events: auto;
  }

  .voice-detail-fv__voice-composite,
.voice-detail-fv__page-title,
.voice-detail-fv__num,
.voice-detail-fv__quote,
.voice-detail-fv__meta,
.voice-detail-fv__photo {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
  }

  .voice-detail-fv__voice-composite {
    height: auto;
    gap: 6px;
  }
  .voice-detail-fv__voice-composite .voice-detail-fv__voice-en {
    width: 150px;
  }
  .voice-detail-fv__voice-composite .voice-detail-fv__voice-mask {
    width: 116px;
  }

  .voice-detail-fv__page-title {
    font-size: 18px;
  }

  .voice-detail-fv__num {
    font-size: clamp(72px, 12vw, 110px);
    line-height: 1;
    margin: 0 0 12px;
    color: #e8ebf0;
  }

  .voice-detail-fv__quote {
    width: 100%;
    margin: 0 0 32px;
    font-size: clamp(24px, 3.2vw, 30px);
    letter-spacing: 0.05em;
  }

  .voice-detail-fv__meta {
    width: 100%;
    margin: 0 0 32px;
    font-size: 15px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .voice-detail-fv__meta .initial {
    font-size: 22px;
  }

  .voice-detail-fv__photo {
    width: 100%;
    margin: 0;
    aspect-ratio: 1037/700;
  }
}
@media screen and (max-width: 749px) {
  .voice-detail-fv__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    aspect-ratio: auto;
    padding: 0;
  }

  .voice-detail-fv__head {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.1333333333vw;
    box-sizing: border-box;
    margin: 0;
    padding: 5.6vw 5.3333333333vw 6.6666666667vw;
    background: #ffffff;
    text-align: left;
    pointer-events: auto;
  }

  .voice-detail-fv__voice-composite,
.voice-detail-fv__page-title,
.voice-detail-fv__num,
.voice-detail-fv__quote,
.voice-detail-fv__meta,
.voice-detail-fv__photo {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
  }

  .voice-detail-fv__page-title {
    margin: 0;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2133333333vw;
    line-height: 1.5;
  }

  .voice-detail-fv__num {
    order: 1;
    box-sizing: border-box;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0 5.3333333333vw;
    font-size: 26.6666666667vw;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
  }

  .voice-detail-fv__quote {
    order: 2;
    box-sizing: border-box;
    width: 80.8vw;
    max-width: calc(100% - 19.2vw);
    margin: 1.8666666667vw 0 0;
    padding: 0;
    margin-left: 9.6vw;
    font-size: 6.6666666667vw;
    letter-spacing: 0;
    line-height: 1.7;
    text-align: left;
  }

  .voice-detail-fv__photo {
    order: 3;
    width: 100%;
    max-width: none;
    margin: 9.3333333333vw 0 0;
    aspect-ratio: 375/253.134;
  }

  .voice-detail-fv__meta {
    order: 4;
    justify-content: space-between;
    gap: 0;
    box-sizing: border-box;
    width: 81.3333333333vw;
    max-width: calc(100% - 18.6666666667vw);
    margin: 9.0666666667vw 0 0 9.3333333333vw;
    padding: 0;
    font-weight: 500;
    font-size: 3.1288vw;
    text-align: left;
  }
  .voice-detail-fv__meta .initial {
    font-size: 5.2149333333vw;
  }
}
.voice-detail-body {
  background: transparent;
  padding: 5.5208333333vw 0 100px;
}
@media screen and (max-width: 749px) {
  .voice-detail-body {
    padding: 21.3333333333vw 0 0;
  }
}

.voice-detail-body__inner {
  max-width: 1106px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .voice-detail-body__inner {
    padding: 0 9.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .voice-detail-body__inner {
    padding: 0 clamp(24px, 4vw, 60px);
  }
}
.voice-detail-body__inner > h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 150px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1b204f;
}
.voice-detail-body__inner > h2:first-child {
  margin-top: 0;
}
.voice-detail-body__inner > h2::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/service/icon-section-dot.svg") center/contain no-repeat;
}
@media screen and (max-width: 749px) {
  .voice-detail-body__inner > h2 {
    align-items: center;
    gap: 2.6666666667vw;
    margin-top: 32vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.2266666667vw;
  }
  .voice-detail-body__inner > h2:first-child {
    margin-top: 0;
  }
  .voice-detail-body__inner > h2::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-top: 0;
  }
}
.voice-detail-body__inner > h3 {
  margin: 70px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .voice-detail-body__inner > h3 {
    margin-top: 10.6666666667vw;
    font-size: 5.8666666667vw;
    letter-spacing: 0.2933333333vw;
    line-height: 1.7;
  }
}
.voice-detail-body__inner > p {
  max-width: 820px;
  margin: 40px 0 0 286px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #1b204f;
}
.voice-detail-body__inner > p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 749px) {
  .voice-detail-body__inner > p {
    max-width: none;
    margin: 10.6666666667vw 0 0;
    font-weight: 500;
    font-size: 4vw;
    letter-spacing: 0.12vw;
    line-height: 2;
  }
  .voice-detail-body__inner > p + p {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .voice-detail-body__inner > p {
    margin-left: clamp(40px, 8vw, 160px);
  }
}

.voice-section--schedule {
  margin-top: 150px;
}
@media screen and (max-width: 749px) {
  .voice-section--schedule {
    margin-top: 32vw;
    display: flex;
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .voice-section--schedule {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
    column-gap: 40px;
  }
  .voice-section--schedule .voice-section__label {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .voice-section--schedule .voice-section__title {
    white-space: nowrap;
  }
  .voice-section--schedule .voice-schedule {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .voice-section--schedule .voice-section__label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 900px) {
  .voice-section--schedule {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .voice-section--schedule .voice-section__label {
    margin-bottom: 0;
  }
  .voice-section--schedule .voice-section__title {
    white-space: normal;
  }
  .voice-section--schedule .voice-schedule {
    width: 100%;
    max-width: none;
  }
}

.voice-section__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .voice-section__label {
    gap: 2.6666666667vw;
    align-items: flex-start;
  }
}

.voice-section__dot {
  flex-shrink: 0;
  display: block;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 749px) {
  .voice-section__dot {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-top: 0.8vw;
  }
}

.voice-section__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .voice-section__title {
    font-size: 4.5333333333vw;
    letter-spacing: 0.2266666667vw;
    line-height: 1.5;
  }
}

.voice-schedule {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 820px;
  padding: 60px 58px;
  background: #e8ebf0;
}
@media screen and (max-width: 749px) {
  .voice-schedule {
    gap: 9.6vw;
    max-width: none;
    margin-top: 0;
    padding: 10.6666666667vw 8vw 16vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .voice-schedule {
    padding: 48px clamp(28px, 4vw, 58px);
  }
}

.voice-schedule__item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 40px;
  align-items: start;
  padding: 0;
}
.voice-schedule__item + .voice-schedule__item {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 749px) {
  .voice-schedule__item {
    display: block;
  }
  .voice-schedule__item + .voice-schedule__item {
    margin-top: 0;
  }
}

@media screen and (max-width: 749px) {
  .voice-schedule__content {
    margin-top: 0;
  }
}

.voice-schedule__time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #949dac;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .voice-schedule__time {
    display: block;
    font-size: 4.8vw;
    line-height: 2;
    text-align: left;
    min-height: 0;
    margin-bottom: 0;
  }
}

.voice-schedule__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #414897;
}
@media screen and (max-width: 749px) {
  .voice-schedule__title {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    min-height: 0;
    margin-top: 0;
  }
}

.voice-schedule__desc {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #1b204f;
}
@media screen and (max-width: 749px) {
  .voice-schedule__desc {
    margin-top: 0;
    font-size: 4vw;
    letter-spacing: 0.12vw;
    line-height: 2;
  }
}

.voice-detail-footer {
  background: transparent;
  box-sizing: border-box;
  max-width: 1392px;
  margin: 0 auto;
  padding: 1.71875vw 0 13.0208333333vw;
}
@media screen and (max-width: 749px) {
  .voice-detail-footer {
    max-width: none;
    padding: 21.3333333333vw 0 17.0666666667vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1399px) {
  .voice-detail-footer {
    padding-left: clamp(24px, 4vw, 60px);
    padding-right: clamp(24px, 4vw, 60px);
  }
}

.voice-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 135px;
  margin-left: 0;
  color: #1b204f;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .voice-detail__back {
    gap: 4.8vw;
    margin: 0 0 26.4vw;
    padding: 0 9.3333333333vw;
  }
}

.voice-detail__back-icon {
  flex-shrink: 0;
  width: 19px;
  height: 16px;
  background: url("../img/common/icon-back-arrow-left.svg") center/contain no-repeat;
}
@media screen and (max-width: 749px) {
  .voice-detail__back-icon {
    width: 5.0666666667vw;
    height: 4.2666666667vw;
  }
}

.voice-detail__back-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.voice-detail__back-label .split-txt {
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .voice-detail__back-label {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.1866666667vw;
  }
}

.voice-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 430px));
  justify-content: space-between;
  column-gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 749px) {
  .voice-related__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 9.3333333333vw;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 9.3333333333vw 10.6666666667vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .voice-related__grid::-webkit-scrollbar {
    display: none;
  }
}

.voice-related__item {
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  max-width: 430px;
}
@media screen and (max-width: 749px) {
  .voice-related__item {
    flex: 0 0 70.4vw;
    width: 70.4vw;
    min-width: 70.4vw;
    max-width: 70.4vw;
    scroll-snap-align: start;
  }
}

@media screen and (min-width: 750px) {
  .voice-related .member-card__photo {
    width: 100%;
    aspect-ratio: 430/286;
    margin-bottom: 28px;
  }

  .voice-related .member-card__quote {
    margin: 0 0 18px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .voice-related .member-meta {
    width: 100%;
    gap: 30px;
    font-weight: 500;
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  .voice-related {
    min-width: 0;
  }

  .voice-related .member-card {
    width: 100%;
    align-items: stretch;
  }

  .voice-related .member-card__photo {
    width: 100%;
    aspect-ratio: 264/176.289;
    margin-bottom: 4.8vw;
  }

  .voice-related .member-card__quote {
    margin: 0 0 5.3333333333vw;
    font-weight: 500;
    font-size: 4.1653333333vw;
    letter-spacing: 0.2082666667vw;
    line-height: 1.5;
  }

  .voice-related .member-meta {
    width: 100%;
    justify-content: space-between;
    gap: 0;
    flex-wrap: nowrap;
    font-weight: 500;
  }
}

/*# sourceMappingURL=voice.css.map */
