.p-voicehead {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-voicehead {
    margin-top: 5rem;
  }
}
.p-voicehead .c-pageheadline__ja {
  font-size: 5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voicehead .c-pageheadline__ja {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
}

.p-voice {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice .c-inner {
    padding: 0;
  }
}
.p-voice__box {
  background: #fff;
  border-radius: 2rem;
  padding: 7rem 9rem 11rem;
}
@media screen and (max-width: 767px) {
  .p-voice__box {
    border-radius: 1rem;
    padding: 3rem 3rem 5rem;
  }
}
.p-voice__item + .p-voice__item {
  margin-top: 5rem;
}
.p-voice__note {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08rem;
  line-height: 1.9;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice__note {
    padding-left: 1.8rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-voice__note .mark {
  position: absolute;
  left: 0;
}
.p-voice__note p + p {
  margin-top: 1rem;
}

.p-voiceitem__headline {
  font-size: 2rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .p-voiceitem__headline {
    font-size: 1.6rem;
  }
}
.p-voiceitem__num {
  font-size: 3rem;
  font-weight: 600;
  color: #DC000C;
  letter-spacing: 0.2rem;
}
.p-voiceitem__fig {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voiceitem__fig {
    width: 24.5rem;
    margin: 1.5rem auto 0;
  }
}
.p-voiceitem__fig img {
  width: 100%;
  height: auto;
}
.p-voiceitem__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.8rem;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-voiceitem__list {
    gap: 1.2rem 1.8rem;
  }
}
.p-voiceitem__list li {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1rem;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voiceitem__list li {
    font-size: 1.4rem;
    padding-left: 1.8rem;
  }
}
.p-voiceitem__list li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-voiceitem__list li:before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.p-voiceitem__list li.m-pink:before {
  background: #F7C3C6;
}
.p-voiceitem__list li.m-yellow:before {
  background: #EFE49C;
}
.p-voiceitem__list li.m-blue:before {
  background: #A8CBFA;
}
.p-voiceitem__list li.m-green:before {
  background: #A2E2D7;
}
.p-voiceitem__list li.m-purple:before {
  background: #D3C9F4;
}

@media print, screen and (min-width: 768px) {
  .l-footerbaloon {
    display: none;
  }
}