#a-voice {
  padding-top: 24px;
  background-color: #ECF5F7;
  padding-bottom: 102px;
}
#a-voice .sectionTitle--en,
#a-voice .sectionTitle--ja {
  color: #222222;
}

.a-voice__container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.a-voice__content {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #222222;
  margin-top: 16px;
}

.a-voice__itemsWrapper {
  margin-top: 45px;
}
.a-voice__items {
  display: flex;
  flex-direction:column;
  gap: 20px;
}

.a-voice__item {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 999px) {
  .a-voice__item {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        width: 100%;
        max-width: 100%;
}
}

