.sub-mv {
  background: url("https://richelle0804.com/wp-content/uploads/2023/08/mv1-scaled.jpg");
  background-size: cover;
  background-position: center;
}

.voice {
  padding: 2rem;
  font-family: 'Zen Old Mincho', serif;
}

@media screen and (min-width: 1024px) {
  .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.voice .c {
  margin: 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .voice .c {
    width: 45%;
  }
}

.voice .c .title {
  font-size: 1.6rem;
  padding: 0.5rem 0 0.5rem 1rem;
  position: relative;
  margin: 0 0 1rem;
}

.voice .c .title::before {
  position: absolute;
  width: 0.4rem;
  height: 100%;
  content: "";
  top: 0;
  left: -1rem;
  background-color: #e96d7a;
}

.voice .c .txt {
  background-color: #fff;
  padding: 2rem 1rem;
}

.voice .c .txt p {
  margin: 0 0 1rem;
}

.voice .c .img {
  width: 100%;
  height: 20rem;
}

@media screen and (min-width: 1024px) {
  .voice .c .img {
    height: 30rem;
  }
}

.voice .c .img-1 {
  background: url("https://richelle0804.com/wp-content/uploads/2025/07/image-5.jpeg");
  background-size: cover;
  background-position: center;
}

.voice .c .img-2 {
  background: url("https://richelle0804.com/wp-content/uploads/2025/07/IMG_8698.jpg");
  background-size: cover;
  background-position: center;
}

.voice .c .img-3 {
  background: url("https://richelle0804.com/wp-content/uploads/2025/07/IMG_8699.jpg");
  background-size: cover;
  background-position: center;
}

.voice .c .img-4 {
  background: url("https://richelle0804.com/wp-content/uploads/2025/07/IMG_8700.jpg");
  background-size: cover;
  background-position: center;
}

.voice .c .img-5 {
  background: url("https://richelle0804.com/wp-content/uploads/2025/07/IMG_8701.jpg");
  background-size: cover;
  background-position: center;
}

.voice .c .img-6 {
  background: url("https://richelle0804.com/wp-content/uploads/2025/07/IMG_8702.jpg");
  background-size: cover;
  background-position: center;
}

.voice .c .img-7 {
  background: url("https://richelle0804.com/wp-content/uploads/2025/07/IMG_8703.jpg");
  background-size: cover;
  background-position: center;
}

.voice .c .comment {
  background-color: #fff;
  padding: 2rem 1rem;
}

.voice .c .comment .v {
  color: #e96d7a;
}
/*# sourceMappingURL=voice.css.map */