@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes ratotion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.voice-example {
  padding-top: 110px;
  padding-bottom: 105px;
}
@media (max-width: 428px) {
  .voice-example {
    padding-top: 70px;
  }
}
.voice-example--note {
  text-align: center;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 40px;
}
@media (max-width: 428px) {
  .voice-example--note {
    text-align: center;
  }
}

.voice-example_list {
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .voice-example_list {
    display: block;
    margin-top: 250px;
  }
}
.voice-example_list--item {
  width: 526px;
  position: relative;
}
@media (max-width: 428px) {
  .voice-example_list--item {
    width: 100%;
  }
}
.voice-example_list--item:before {
  content: "";
  display: block;
  width: 200px;
  aspect-ratio: 200/200;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
}
@media (max-width: 428px) {
  .voice-example_list--item:before {
    top: -180px;
    transform: translateX(-50%);
  }
}
.voice-example_list--item:first-of-type:before {
  background-image: url(../../img/voice-example-list-item01.webp);
  left: 0;
}
@media (max-width: 428px) {
  .voice-example_list--item:first-of-type:before {
    left: 50%;
  }
}
.voice-example_list--item:first-of-type .voice-example_list--wrap {
  margin-left: auto;
}
@media (max-width: 428px) {
  .voice-example_list--item:first-of-type .voice-example_list--wrap {
    margin-left: 0;
  }
}
.voice-example_list--item:first-of-type .voice-example_list--head {
  margin-left: auto;
}
@media (max-width: 428px) {
  .voice-example_list--item:first-of-type .voice-example_list--head {
    margin-left: 0;
  }
}
.voice-example_list--item:first-of-type .voice-example_list--condition {
  background-color: #accd0d;
}
.voice-example_list--item:first-of-type .voice-example_list--ttl {
  color: #accd0d;
}
@media (max-width: 428px) {
  .voice-example_list--item:nth-of-type(2) {
    margin-top: 230px;
  }
}
.voice-example_list--item:nth-of-type(2):before {
  background-image: url(../../img/voice-example-list-item02.webp);
  left: 0;
}
@media (max-width: 428px) {
  .voice-example_list--item:nth-of-type(2):before {
    left: 50%;
  }
}
.voice-example_list--item:nth-of-type(2) .voice-example_list--wrap {
  margin-left: auto;
}
@media (max-width: 428px) {
  .voice-example_list--item:nth-of-type(2) .voice-example_list--wrap {
    margin-left: 0;
  }
}
.voice-example_list--item:nth-of-type(2) .voice-example_list--head {
  margin-left: auto;
}
@media (max-width: 428px) {
  .voice-example_list--item:nth-of-type(2) .voice-example_list--head {
    margin-left: 0;
  }
}
.voice-example_list--item:nth-of-type(2) .voice-example_list--condition {
  background-color: #03cbc9;
}
.voice-example_list--item:nth-of-type(2) .voice-example_list--ttl {
  color: #03cbc9;
}
.voice-example_list--item:nth-of-type(3) {
  margin-top: 110px;
}
@media (max-width: 428px) {
  .voice-example_list--item:nth-of-type(3) {
    margin-top: 230px;
  }
}
.voice-example_list--item:nth-of-type(3):before {
  background-image: url(../../img/voice-example-list-item03.webp);
  right: 0;
}
@media (max-width: 428px) {
  .voice-example_list--item:nth-of-type(3):before {
    right: auto;
    left: 50%;
  }
}
.voice-example_list--item:nth-of-type(3) .voice-example_list--condition {
  background-color: #ff9914;
}
.voice-example_list--item:nth-of-type(3) .voice-example_list--ttl {
  color: #ff9914;
}
.voice-example_list--item:nth-of-type(4) {
  margin-top: 110px;
}
@media (max-width: 428px) {
  .voice-example_list--item:nth-of-type(4) {
    margin-top: 230px;
  }
}
.voice-example_list--item:nth-of-type(4):before {
  background-image: url(../../img/voice-example-list-item04.webp);
  right: 0;
}
@media (max-width: 428px) {
  .voice-example_list--item:nth-of-type(4):before {
    right: auto;
    left: 50%;
  }
}
.voice-example_list--item:nth-of-type(4) .voice-example_list--condition {
  background-color: #6699cc;
}
.voice-example_list--item:nth-of-type(4) .voice-example_list--ttl {
  color: #6699cc;
}
.voice-example_list--item:last-of-type {
  margin-top: 110px;
}
@media (max-width: 428px) {
  .voice-example_list--item:last-of-type {
    margin-top: 230px;
  }
}
.voice-example_list--item:last-of-type:before {
  background-image: url(../../img/voice-example-list-item05.webp);
  left: 0;
}
@media (max-width: 428px) {
  .voice-example_list--item:last-of-type:before {
    left: 50%;
  }
}
.voice-example_list--item:last-of-type .voice-example_list--wrap {
  margin-left: auto;
}
@media (max-width: 428px) {
  .voice-example_list--item:last-of-type .voice-example_list--wrap {
    margin-left: 0;
  }
}
.voice-example_list--item:last-of-type .voice-example_list--head {
  margin-left: auto;
}
@media (max-width: 428px) {
  .voice-example_list--item:last-of-type .voice-example_list--head {
    margin-left: 0;
  }
}
.voice-example_list--item:last-of-type .voice-example_list--condition {
  background-color: #ff7db0;
}
.voice-example_list--item:last-of-type .voice-example_list--ttl {
  color: #ff7db0;
}
.voice-example_list--wrap {
  border-radius: 20px;
  background-color: #f9ffdc;
  width: 420px;
  box-sizing: border-box;
  padding: 30px 34px 25px;
}
@media (max-width: 428px) {
  .voice-example_list--wrap {
    width: 100%;
    padding: 35px 25px 25px;
  }
}
.voice-example_list--head {
  width: 270px;
}
@media (max-width: 428px) {
  .voice-example_list--head {
    width: 100%;
  }
}
.voice-example_list--person {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media (max-width: 428px) {
  .voice-example_list--person {
    text-align: center;
  }
}
.voice-example_list--condition {
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.05em;
  padding: 0 15px;
  margin-top: 8px;
}
@media (max-width: 428px) {
  .voice-example_list--condition {
    justify-content: center;
  }
}
.voice-example_list--ttl {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .voice-example_list--ttl {
    font-size: 20px;
    line-height: 1.65;
  }
}
.voice-example_list--desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.voice-faq {
  padding-top: 110px;
  padding-bottom: 180px;
}
@media (max-width: 428px) {
  .voice-faq {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}
.voice-faq--btn {
  margin-top: 105px;
}
@media (max-width: 428px) {
  .voice-faq--btn {
    margin-top: 70px;
  }
}

/*# sourceMappingURL=voice.css.map */
