.single-voice-kv {
  margin-top: 2.5rem;
  padding: 9rem 0 10rem;
  background: var(--color-green-bg);
}
.single-voice-kv .in {
  max-width: 112rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-voice-kv .flex-img {
  position: relative;
  width: 54rem;
  height: 54rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.single-voice-kv .flex-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-voice-kv .flex-txt {
  width: 52rem;
}
.single-voice-kv .flex-txt .ttl-h2 {
  font-size: 3.6rem;
  font-family: var(--font-serif);
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.single-voice-kv .flex-txt .tags {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3.5rem;
}
.single-voice-kv .flex-txt .tags .tag {
  padding: 0.8rem 1.2rem;
  border-radius: 5rem;
  background: var(--color-white);
  border: 1px solid var(--color-pink);
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: var(--color-pink);
}
.single-voice-kv .flex-txt .name {
  margin-top: 4rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
.single-voice-kv .flex-txt .name small {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.single-voice .contents {
  padding: 16rem 0 12.8rem;
}
.single-voice .contents .in {
  max-width: 112rem;
}
.single-voice .contents .flex {
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding-left: 4rem;
}
.single-voice .contents .flex::before,
.single-voice .contents .flex::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.single-voice .contents .flex:nth-of-type(odd)::before {
  left: -28.5rem;
  top: -12.5rem;
  width: 31rem;
  height: 57.9rem;
  background: url(../img/single-voice/single-voice-bg1_left.png) center/contain no-repeat;
}
.single-voice .contents .flex:nth-of-type(odd)::after {
  right: -33.4rem;
  top: -6rem;
  width: 36rem;
  height: 38.5rem;
  background: url(../img/single-voice/single-voice-bg1_right.png) center/contain no-repeat;
}
.single-voice .contents .flex:nth-of-type(even)::before {
  left: -2rem;
  top: 0;
  width: 12rem;
  height: 12rem;
  background: url(../img/single-voice/single-voice-bg2_left.png) center/contain no-repeat;
}
.single-voice .contents .flex:nth-of-type(even)::after {
  right: -16rem;
  top: -2.9rem;
  width: 20rem;
  height: 20rem;
  background: url(../img/single-voice/single-voice-bg2_right.png) center/contain no-repeat;
}
.single-voice .contents .flex:nth-of-type(even) {
  flex-direction: row-reverse;
}
.single-voice .contents .flex + .flex {
  margin-top: 12rem;
}
.single-voice .contents .flex-txt {
  width: 42rem;
}
.single-voice .contents .flex-txt .ttl-h2-serif {
  margin-bottom: 2.7rem;
  font-size: 2.4rem;
}
.single-voice .contents .flex-txt .txt + .ttl-h2-serif {
  margin-top: 6rem;
}
.single-voice .contents .flex-img {
  position: relative;
  width: 60rem;
  height: 39rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.single-voice .contents .flex-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.single-voice .contents .wrap {
  position: relative;
  max-width: 96rem;
  margin: 0 auto;
}
.single-voice .contents .wrap::before,
.single-voice .contents .wrap::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.single-voice .contents .wrap::before {
  top: -15.1rem;
  left: -29rem;
  width: 18rem;
  height: 18rem;
  background: url(../img/single-voice/single-voice-bg3_left.png) center/contain no-repeat;
}
.single-voice .contents .wrap::after {
  top: 1.6rem;
  right: -32rem;
  width: 22rem;
  height: 22rem;
  background: url(../img/single-voice/single-voice-bg3_right.png) center/contain no-repeat;
}
.single-voice .contents .flex + .wrap {
  margin-top: 12.7rem;
}
.single-voice .contents .wrap .ttl-h2-serif {
  margin-bottom: 4.7rem;
  text-align: center;
  font-size: 2.4rem;
}
.single-voice .button {
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .single-voice-kv {
    margin-top: 1.2rem;
    padding: 0 0 6rem;
  }
  .single-voice-kv .in {
    flex-direction: column;
    gap: 2.9rem;
  }
  .single-voice-kv .flex-img {
    width: calc(100% + 4rem);
    height: 39rem;
    margin: 0 -2rem;
    border-radius: 0;
  }
  .single-voice-kv .flex-txt {
    width: 100%;
  }
  .single-voice-kv .flex-txt .ttl-h2 {
    font-size: 3rem;
  }
  .single-voice-kv .flex-txt .name {
    margin-top: 3rem;
  }
  .single-voice .contents {
    position: relative;
    padding: 11.4rem 0 0.5rem;
  }
  .single-voice .contents .flex {
    flex-direction: column !important;
    padding: 0;
    gap: 5rem;
  }
  .single-voice .contents .flex-txt {
    width: 100%;
  }
  .single-voice .contents .flex-img {
    width: 100%;
    height: 22.8rem;
    border-radius: 0;
  }
  .single-voice .contents .flex-txt .ttl-h2-serif {
    font-size: 2rem;
  }
  .single-voice .contents .flex-txt .txt + .ttl-h2-serif {
    margin-top: 5.4rem;
  }
  .single-voice .contents .flex + .flex {
    margin-top: 7.4rem;
  }
  .single-voice .contents .flex + .wrap {
    margin-top: 7.4rem;
  }
  .single-voice .button {
    margin-top: 5rem;
  }
  .single-voice #voice .in {
    padding-bottom: 0;
  }
  .single-voice .contents::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 10rem;
    height: 13rem;
    background: url(../img/single-voice/single-voice-bg1_left_sp.png) center/contain no-repeat;
  }
  .single-voice .contents .flex:nth-of-type(odd)::before,
  .single-voice .contents .flex:nth-of-type(odd)::after {
    content: none;
  }
  .single-voice .contents .flex:nth-of-type(odd) .flex-txt {
    position: relative;
  }
  .single-voice .contents .flex:nth-of-type(odd) .flex-txt::after {
    position: absolute;
    right: -2rem;
    bottom: -10.8rem;
    content: "";
    display: block;
    width: 7.2rem;
    height: 12rem;
    background: url(../img/single-voice/single-voice-bg1_right_sp.png) center/contain no-repeat;
    z-index: -1;
  }
  .single-voice .contents .flex:nth-of-type(even)::before {
    left: -2rem;
    top: -8.5rem;
    width: 4.2rem;
    height: 12rem;
    background-image: url(../img/single-voice/single-voice-bg2_left_sp.png);
  }
  .single-voice .contents .flex:nth-of-type(even)::after {
    right: -2rem;
    bottom: -4.7rem;
    top: auto;
    width: 13.2rem;
    height: 16rem;
    background-image: url(../img/single-voice/single-voice-bg2_right_sp.png);
  }
}