.voice .voice__list {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 640px;
}
.voice .voice__list li {
  background-color: #21222B;
  padding: 0.25rem;
}
.voice .voice__list li .voice__list-inner {
  border: solid 1px #23CEEE;
  padding: 2.5rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
.voice .voice__list li .voice__list-inner .voice__list-title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
.voice .voice__list li .voice__list-inner p {
  color: #fff;
  margin: 1rem 0;
  -webkit-text-size-adjust: 100%;
}
.voice .voice__list li .voice__list-inner span {
  color: #fff;
  font-size: 0.875rem;
  display: block;
  text-align: right;
}
.voice .voice__list .slick-arrow {
  position: absolute;
  bottom: 2.5rem;
  z-index: 20;
}
.voice .voice__list .slick-arrow:hover {
  opacity: 0.7;
}
.voice .voice__list .voice__prev-arrow {
  left: 0;
}
.voice .voice__list .voice__next-arrow {
  right: 0;
}
.voice .voice__list .voice__prev-arrow::after,
.voice .voice__list .voice__next-arrow::after {
  content: "";
  display: block;
  background-image: url(../../../common/images/ico_arrow_double.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
}
.voice .voice__list .voice__prev-arrow::after {
  left: 4.75rem;
  transform: rotate(180deg);
}
.voice .voice__list .voice__next-arrow::after {
  right: 4.75rem;
}
.voice .voice__list .slick-track {
  display: flex;
}
@media (max-width: 768px) {
  .voice .voice__list .slick-track {
    align-items: flex-end;
  }
}
.voice .voice__list .slick-track .slick-slide {
  height: auto !important;
}
.voice .voice__slide-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.625rem;
  position: relative;
}
.voice .voice__slide-dots li {
  background-color: transparent;
  margin: 0 2vw;
  position: relative;
  z-index: 10;
  padding: 0 1rem;
}
.voice .voice__slide-dots li button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 56px !important;
  height: 148px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: none !important;
}
.voice .voice__slide-dots li:first-child button {
  background-image: url("../../../common/images/blue.png");
}
.voice .voice__slide-dots li:nth-child(2) button {
  background-image: url("../../../common/images/yellow.png");
}
.voice .voice__slide-dots li:last-child button {
  background-image: url("../../../common/images/green.png");
}
.voice .voice__slide-dots li.slick-active:first-child button {
  background-image: url("../../../common/images/img_people_blue.png");
}
.voice .voice__slide-dots li.slick-active:nth-child(2) button {
  background-image: url("../../../common/images/img_people_yellow.png");
}
.voice .voice__slide-dots li.slick-active:last-child button {
  background-image: url("../../../common/images/img_people_green.png");
}
.voice .voice__slide-dots li.slick-active::after {
  content: "";
  display: block;
  border-top: solid 16px #21222B;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  position: absolute;
  top: -1.625rem;
  left: 50%;
  transform: translateX(-50%);
}
.voice .voice__slide-dots::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100vw;
  height: 57px;
  background-color: #fff;
  border-top: solid 4px #DADADD;
  border-bottom: solid 4px #DADADD;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.voice .voice__slide-dots::after {
  content: "";
  display: block;
  width: 100vw;
  height: 45px;
  background-color: #DADADD;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}

.voice > p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .voice .voice__list .voice__prev-arrow::after {
    left: 0;
  }
  .voice .voice__list .voice__next-arrow::after {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .voice .voice__list {
    margin-top: 2.25rem;
  }
  .voice .voice__list li .voice__list-inner {
    padding: 1.25rem;
  }
  .voice .voice__list .slick-arrow {
    bottom: 1.4rem;
  }
  .voice .voice__slide-dots li {
    margin: 0;
    padding: 0 1.5rem;
  }
  .voice .voice__slide-dots li button {
    width: 28px !important;
    height: 74px;
  }
  .voice > p {
    text-align: left;
  }
}