@charset "UTF-8";
/* m-voice（共通調整）
---------------------------------------------------------------------------- */
.m-voice {
  padding-block: 7.8rem 10rem;
}

.m-voice-txt {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.m-voice-txt em {
  color: #C90909;
}

.m-voice-groups {
  margin-top: 3.7rem;
}

.m-voice-pager {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .m-voice {
    padding-block: 10.1333333333vw 13.3333333333vw;
  }
  .m-voice-txt {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    text-align: left;
    margin-top: 7.2vw;
  }
  .m-voice-groups {
    margin-top: 5.3333333333vw;
  }
  .m-voice-pager {
    margin-top: 9.8666666667vw;
  }
}
/* p-voice-other
---------------------------------------------------------------------------- */
.p-voice-other {
  padding-block: 8rem;
  background-color: #fff;
}

.p-voice-other-swiper-container {
  padding-bottom: 11rem;
  margin-top: 6rem;
  position: relative;
}

.p-voice-other-swiper-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 6rem;
}

.p-voice-other-swiper-item {
  display: flex;
  flex-direction: column;
}

.p-voice-other-swiper-item-wrapper {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}

.p-voice-other-swiper-item-wrapper-img {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  align-self: flex-start;
}
.p-voice-other-swiper-item-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-voice-other-swiper-item-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E8E8E4;
}

.p-voice-other-swiper-item-wrap-txt {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #333;
  width: fit-content;
  padding-block: 0.35rem;
  padding-inline: 1.5rem;
  border-radius: 10vmax;
}

.p-voice-other-swiper-item-wrap-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 2rem;
  position: relative;
}

.p-voice-other-swiper-item-wrap-ttl::before,
.p-voice-other-swiper-item-wrap-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.3rem;
  height: 100%;
  background-color: #C90909;
  border-radius: 10vmax;
}

.p-voice-other-swiper-item-wrap-ttl::before {
  left: 0;
}

.p-voice-other-swiper-item-wrap-ttl::after {
  left: 0.7rem;
}

.p-voice-other-swiper-item-box {
  flex: 1;
  padding-block: 2rem;
  padding-inline: 3rem;
  border-radius: 1rem;
  background-color: #EDDDC7;
  min-height: 16rem;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.p-voice-other-swiper-item-box-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.p-voice-other-swiper-item-box-txt em {
  font-weight: 900;
  color: #C90909;
}

@media screen and (max-width: 767px) {
  .p-voice-other {
    padding-block: 13.3333333333vw;
  }
  .p-voice-other-swiper-container {
    padding-bottom: 16vw;
    margin-top: 8vw;
  }
  .p-voice-other-swiper-items {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .p-voice-other-swiper-item-wrapper {
    gap: 0 5.3333333333vw;
  }
  .p-voice-other-swiper-item-wrapper-img {
    width: 16vw;
  }
  .p-voice-other-swiper-item-wrap {
    gap: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-voice-other-swiper-item-wrap-txt {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    width: 100%;
    padding-block: 0.1333333333vw;
    padding-inline: 2.6666666667vw;
  }
  .p-voice-other-swiper-item-wrap-ttl {
    font-size: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .p-voice-other-swiper-item-wrap-ttl::before,
  .p-voice-other-swiper-item-wrap-ttl::after {
    width: 0.8vw;
  }
  .p-voice-other-swiper-item-wrap-ttl::after {
    left: 1.8666666667vw;
  }
  .p-voice-other-swiper-item-box {
    padding-block: 5.0666666667vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    min-height: initial;
    margin-top: 4vw;
  }
  .p-voice-other-swiper-item-box-txt {
    font-size: 4.2666666667vw;
  }
}
/* swiper
---------------------------------------------------------------------------- */
.p-voice-other-swiper .swiper-slide {
  height: auto;
}

.p-voice-other-swiper-container .swiper-button-next,
.p-voice-other-swiper-container .swiper-button-prev {
  top: initial;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #C90909;
  background-color: #C90909;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.p-voice-other-swiper-container .swiper-button-next {
  right: calc(50% - 13.5rem);
}

.p-voice-other-swiper-container .swiper-button-prev {
  left: calc(50% - 13.5rem);
}

.p-voice-other-swiper-container .swiper-button-next::after,
.p-voice-other-swiper-container .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transition: border-color 0.3s ease 0s;
}

.p-voice-other-swiper-container .swiper-button-next::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-voice-other-swiper-container .swiper-button-prev::after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

@media (any-hover: hover) {
  .p-voice-other-swiper-container .swiper-button-next:hover,
  .p-voice-other-swiper-container .swiper-button-prev:hover {
    background-color: #fff;
  }
  .p-voice-other-swiper-container .swiper-button-next:hover::after,
  .p-voice-other-swiper-container .swiper-button-prev:hover::after {
    border-color: #C90909;
  }
}
.p-voice-other-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.p-voice-other-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-voice-other-swiper-container .swiper-pagination-custom,
.p-voice-other-swiper-container .swiper-pagination-fraction {
  bottom: 1.8rem;
}

.p-voice-other-swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-voice-other-swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #C90909;
  opacity: 1;
  margin: 0 1rem;
  transform: scale(1);
}

.p-voice-other-swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.p-voice-other-swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #C90909;
}

@media screen and (max-width: 767px) {
  .p-voice-other-swiper-container .swiper-button-next,
  .p-voice-other-swiper-container .swiper-button-prev {
    width: 8vw;
    height: 8vw;
  }
  .p-voice-other-swiper-container .swiper-button-next {
    right: calc(50% - 22.6666666667vw);
  }
  .p-voice-other-swiper-container .swiper-button-prev {
    left: calc(50% - 22.6666666667vw);
  }
  .p-voice-other-swiper-container .swiper-button-next::after,
  .p-voice-other-swiper-container .swiper-button-prev::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
  .p-voice-other-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .p-voice-other-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-voice-other-swiper-container .swiper-pagination-custom,
  .p-voice-other-swiper-container .swiper-pagination-fraction {
    bottom: 2.4vw;
  }
  .p-voice-other-swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-voice-other-swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.3333333333vw;
  }
}
