/* p-voices
---------------------------------------------------------------------------- */
.p-voices {
  margin-top: 1.5625vw;
  padding-bottom: 10.15625vw;
}

.p-voices-txt {
  font-size: 1.9rem;
  line-height: 1.5789473684;
  font-weight: 500;
  font-size: 0.9895833333vw;
}

.p-voices-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5625vw;
  margin-top: 3.125vw;
}

.p-voices-item-link {
  display: block;
}
@media (any-hover: hover) {
  .p-voices-item-link:hover .p-voices-item-img img {
    transform: scale(1.05);
  }
  .p-voices-item-link:hover .p-voices-item-box-arrow {
    background-color: #fff;
    color: #E85400;
    border-radius: 0.5208333333vw 0 0.5208333333vw 0;
  }
}

.p-voices-item-imgBox {
  padding-inline: 0.5208333333vw;
}

.p-voices-item-img {
  width: 100%;
  aspect-ratio: 360/220;
  border-radius: 1.0416666667vw 0 1.0416666667vw 0;
  overflow: hidden;
}
.p-voices-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease 0s;
}

.p-voices-item-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 0.5208333333vw;
  position: relative;
  z-index: 1;
  margin-top: -2.6041666667vw;
}

.p-voices-item-box-ttl._01 {
  width: 8.8541666667vw;
  aspect-ratio: 170/61;
}
.p-voices-item-box-ttl._02 {
  width: 7.5520833333vw;
  aspect-ratio: 145/61;
}
.p-voices-item-box-ttl._03 {
  width: 12.65625vw;
  aspect-ratio: 243/61;
}
.p-voices-item-box-ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-voices-item-box-arrow {
  width: 2.6041666667vw;
  aspect-ratio: 1;
  border: 1px solid #E85400;
  background-color: #E85400;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  font-size: 0.78125vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-radius 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .p-voices {
    margin-top: 8.5333333333vw;
    padding-bottom: 38.6666666667vw;
  }
  .p-voices-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  .p-voices-items {
    grid-template-columns: 1fr;
    gap: 16vw;
    margin-top: 13.3333333333vw;
  }
  .p-voices-item-imgBox {
    padding-inline: 2.1333333333vw;
  }
  .p-voices-item-img {
    aspect-ratio: 309/163;
    border-radius: 5.3333333333vw 0 5.3333333333vw 0;
  }
  .p-voices-item-img img {
    object-position: center 20%;
  }
  .p-voices-item-box {
    gap: 0 2.6666666667vw;
    margin-top: -9.8666666667vw;
  }
  .p-voices-item-box-ttl._01 {
    width: 32.5333333333vw;
  }
  .p-voices-item-box-ttl._02 {
    width: 28vw;
  }
  .p-voices-item-box-ttl._03 {
    width: 45.8666666667vw;
  }
  .p-voices-item-box-arrow {
    width: 9.8666666667vw;
    font-size: 4vw;
  }
}
