.customersvoice {
  padding: 10rem 2rem;
}
.customersvoice .inner {
  position: relative;
  max-width: 100rem;
  padding: 8rem 8rem 10rem;
  border-top: 2rem solid #FDB516;
  background: #FAF0E6;
}
.customersvoice .inner::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 19.4rem;
  height: 15.9rem;
  background: url(../images/img-cutomersvoice-deco-01.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.customersvoice .inner::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 14.1rem;
  height: 14.5rem;
  background: url(../images/img-cutomersvoice-deco-02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.customersvoice h2 {
  margin-bottom: 4rem;
}
.customersvoice-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
.customersvoice-item:not(:last-child) {
  margin-bottom: 1rem;
}
.customersvoice-item-img {
  text-align: center;
}
.customersvoice-item-img span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}
.customersvoice-item-txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2rem;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
}
.customersvoice-item-txt-inner {
  padding: 2rem 5rem;
  background: #FAF0E6;
  border: 0.4rem solid #3A3024;
  border-radius: 100rem;
}
.customersvoice-item-txt-inner::before, .customersvoice-item-txt-inner::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: -1rem;
  width: 5rem;
  height: 3rem;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.customersvoice-item-txt-inner::before {
  z-index: 1;
  background: #FAF0E6;
}
.customersvoice-item-txt-inner::after {
  z-index: -1;
  background: #3A3024;
  scale: 1.25;
  -webkit-transform-origin: 100% 55%;
          transform-origin: 100% 55%;
}
.customersvoice-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.customersvoice-item:nth-child(even) .customersvoice-item-txt-inner::before, .customersvoice-item:nth-child(even) .customersvoice-item-txt-inner::after {
  left: auto;
  right: -1rem;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  -webkit-transform-origin: 0% 55%;
          transform-origin: 0% 55%;
}

@media screen and (max-width: 768px) {
  .customersvoice {
    padding: 10rem 2rem;
  }
  .customersvoice .inner {
    position: relative;
    max-width: 100%;
    padding: 10rem 2rem 10rem;
    border-top: 2rem solid #FDB516;
    background: #FAF0E6;
  }
  .customersvoice .inner::before {
    content: "";
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 11rem;
    height: 7rem;
    background: url(../images/img-cutomersvoice-deco-01.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .customersvoice .inner::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    width: 12rem;
    height: 10rem;
    background: url(../images/img-cutomersvoice-deco-02.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .customersvoice h2 {
    margin-bottom: 4rem;
  }
  .customersvoice-item {
    position: relative;
    z-index: 1;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
  }
  .customersvoice-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .customersvoice-item-img {
    text-align: center;
    width: 12rem;
  }
  .customersvoice-item:nth-child(even) .customersvoice-item-img {
    margin-left: auto;
  }
  .customersvoice-item-img span {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .customersvoice-item-txt {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 2rem;
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
  }
  .customersvoice-item:nth-child(odd) .customersvoice-item-txt{
    margin-left: 6rem;
  }
  .customersvoice-item:nth-child(even) .customersvoice-item-txt{
    margin-right: 6rem;
  }
  .customersvoice-item-txt-inner {
    padding: 2rem 3rem;
    background: #FAF0E6;
    border: 0.4rem solid #3A3024;
    border-radius: 5rem;
  }
  .customersvoice-item-txt-inner::before, .customersvoice-item-txt-inner::after {
    content: "";
    position: absolute;
    bottom: 1.5rem;
    left: -1rem;
    width: 5rem;
    height: 3rem;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
  .customersvoice-item-txt-inner::before {
    z-index: 1;
    background: #FAF0E6;
  }
  .customersvoice-item-txt-inner::after {
    z-index: -1;
    background: #3A3024;
    scale: 1.25;
    -webkit-transform-origin: 100% 55%;
    transform-origin: 100% 55%;
  }
  .customersvoice-item:nth-child(odd) {
    flex-flow: column-reverse;
  }
  .customersvoice-item:nth-child(even) {
    flex-flow: column-reverse;
  }
  .customersvoice-item:nth-child(even) .customersvoice-item-txt-inner::before, .customersvoice-item:nth-child(even) .customersvoice-item-txt-inner::after {
    left: auto;
    right: -1rem;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    -webkit-transform-origin: 0% 55%;
    transform-origin: 0% 55%;
  }
}