.woman-voice {
  max-width: 1000px;
  width: auto;
  margin: auto;
  padding: 3em 0;
}
h3 {
  font-size: 3.5rem;
  color: #fd6b00;
  border-bottom: none;
  line-height: 160%;
}
h3 span {
  display: block;
  text-indent: 2em;
}
h4 {
  line-height: 160%;
}
p {
  text-align: justify;
  margin-bottom: 1rem;
}
.woman-voice .border {
  border: 2px solid #fd6b00;
  padding: 1rem;
  margin: 2rem 0;
}
.woman-voice .border.other {
  border-color: #ffcb00;
}
.voice-item-flex {
  display: flex;
  justify-content: space-between;
}
.voice-item-flex .voice-item:first-of-type {
  flex-wrap: wrap;
  flex-basis: 49%;
}
.voice-item-flex .voice-item:last-of-type {
  flex-wrap: wrap;
  flex-basis: 51%;
}
.voice-item-flex .img {
  position: relative;
}
.voice-item-flex .img::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 10px #fff;
}
.voice-item-flex .img img {
  margin: 0;
  object-fit: cover;
  object-position: top left;
  height: 100%;
}
.voice-item-flex .voice-item p {
  font-size: 2rem;
}

.voice-item-flex .voice-item-small {
  flex-wrap: wrap;
  flex-basis: 30%;
  margin: 2rem 0;
}
.voice-item-flex .voice-item-big {
  flex-wrap: wrap;
  flex-basis: 70%;
}
.voice-item-flex .voice-item-small02 {
  flex-wrap: wrap;
  flex-basis: 40%;
  margin: 2rem 0;
}
.voice-item-flex .voice-item-big02 {
  flex-wrap: wrap;
  flex-basis: 60%;
}
.voice-item-flex .voice-item h4.name {
  font-size: 3rem;
}
.woman-voice .main .voice-item-flex {
  margin: 0;
}
.voice-item-flex.middle {
  align-items: center;
}
.voice-item-flex.middle .voice-item-big02 {
  order: 1;
}
.voice-item-flex.middle .img {
  order: 2;
}
.voice-item-flex.middle .img img {
  object-fit: unset;
  height: auto;
}
@media (max-width: 991px) {
  .woman-voice {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .woman-voice .main h3 {
    width: fit-content;
    margin-left: auto;
  }
  .woman-voice .main .voice-item.img {
    margin-left: -2rem;
    margin-bottom: -2rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
  .voice-item-flex {
    display: block;
  }
  .voice-item-flex .img {
    margin: 1rem 0;
  }
  .voice-item-flex .voice-item h4.name {
    font-size: 18px;
  }
  .voice-item-flex .voice-item p {
    font-size: 16px;
  }
}
