.global__nav__list__item.-voice {
  color: #F46474;
}

@media screen and (max-width: 750px) {
  #main {
    padding-top: 4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#EBF8DA), to(#EBF8DA)) no-repeat 0 0;
    background: linear-gradient(to bottom, #EBF8DA, #EBF8DA) no-repeat 0 0;
    background-size: 100% 4rem;
  }
}
#voice {
  padding: 6.7rem 0 9rem;
  background: url(../img/voice/bg_main.png) no-repeat center 0;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  #voice {
    padding: 6.9rem 0 5rem;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 6.2rem;
}

.voice__item {
  border-width: 0.3rem;
  border-style: solid;
  border-radius: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.11em;
  line-height: 1.857;
  overflow: hidden;
}
.voice__item:nth-child(4n+1) {
  border-color: #F7ECBE;
}
.voice__item:nth-child(4n+1) .voice__item__upside {
  background-color: #FBF7E7;
}
.voice__item:nth-child(4n+1) .voice__item__title {
  background-image: url(../img/voice/bdr_title_yellow.png);
}
.voice__item:nth-child(4n+1) .voice__passing__title {
  color: #DDBB2D;
}
.voice__item:nth-child(4n+1) .voice__passing__item::before {
  background-color: #DEBB2D;
}
.voice__item:nth-child(4n+1) .voice__item__bottom .-color {
  color: #DDBB2D;
}
.voice__item:nth-child(4n+2) {
  border-color: #D5EAF0;
}
.voice__item:nth-child(4n+2) .voice__item__upside {
  background-color: #F1F8FA;
}
.voice__item:nth-child(4n+2) .voice__item__title {
  background-image: url(../img/voice/bdr_title_blue.png);
}
.voice__item:nth-child(4n+2) .voice__passing__title {
  color: #6CABBC;
}
.voice__item:nth-child(4n+2) .voice__passing__item::before {
  background-color: #6CABBC;
}
.voice__item:nth-child(4n+2) .voice__item__bottom .-color {
  color: #6CABBC;
}
.voice__item:nth-child(4n+3) {
  border-color: #FCDDE3;
}
.voice__item:nth-child(4n+3) .voice__item__upside {
  background-color: #FDF1F3;
}
.voice__item:nth-child(4n+3) .voice__item__title {
  background-image: url(../img/voice/bdr_title_pink.png);
}
.voice__item:nth-child(4n+3) .voice__passing__title {
  color: #EB7777;
}
.voice__item:nth-child(4n+3) .voice__passing__item::before {
  background-color: #EB7777;
}
.voice__item:nth-child(4n+3) .voice__item__bottom .-color {
  color: #EB7777;
}
.voice__item:nth-child(4n) {
  border-color: #E1DCF7;
}
.voice__item:nth-child(4n) .voice__item__upside {
  background-color: #F6F4FF;
}
.voice__item:nth-child(4n) .voice__item__title {
  background-image: url(../img/voice/bdr_title_purple.png);
}
.voice__item:nth-child(4n) .voice__passing__title {
  color: #A094D5;
}
.voice__item:nth-child(4n) .voice__passing__item::before {
  background-color: #A094D5;
}
.voice__item:nth-child(4n) .voice__item__bottom .-color {
  color: #A094D5;
}

.voice__item__upside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  padding: 3rem 3.5rem 2.5rem;
}

@media screen and (max-width: 750px) {
  .voice__item__upside {
    gap: 2rem;
    padding: 2rem 1.7rem;
  }
}
.voice__item__upside__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13rem;
}

@media screen and (max-width: 900px) {
  .voice__item__upside__img {
    width: 8rem;
  }
}
.voice__item__upside__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.voice__item__title {
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: auto 0.3rem;
}

.voice__passing__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

.voice__passing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  color: #615F5F;
}
.voice__passing__item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 1rem 0.8rem 0 0;
  border-radius: 50%;
}

.voice__item__bottom {
  padding: 1.5rem 3.2rem 2.7rem;
  line-height: 2.6rem;
}
.voice__item__bottom .-color {
  margin-right: 0.4rem;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .voice__item__bottom {
    padding: 1.2rem 1.7rem 2rem;
  }
  .voice__item__bottom .-color {
    margin-right: 0.3rem;
    font-size: 2.6rem;
  }
}