.voice-main {
  position: relative;
  z-index: 2;
  padding: 100px 0 111px;
  margin: -84px 0 0;
  background: #fff;
  border-radius: 0 48px 0 0;
}
@media screen and (width <= 750px) {
  .voice-main {
    padding: 51px 0 100px;
    margin: -40px 0 0;
    border-radius: 0 24px 0 0;
  }
}
.voice-main__intro {
  max-width: 1288px;
  padding: 0 20px 85px;
  margin: 0 auto;
}
@media screen and (width <= 750px) {
  .voice-main__intro {
    padding: 0 20px 59px;
  }
}
.voice-main__title {
  position: relative;
  padding: 0 0 26px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (width <= 750px) {
  .voice-main__title {
    padding: 0 0 12px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.voice-main__title::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 120px;
  height: 1px;
  content: "";
  background-color: #f04f22;
}
@media screen and (width <= 750px) {
  .voice-main__title::after {
    width: 70px;
  }
}
.voice-main__title-red {
  color: #f04f22;
}
@media screen and (width <= 750px) {
  .voice-main__title-1st, .voice-main__title-2nd {
    display: inline-block;
  }
}

.voice-con {
  position: relative;
}
.voice-con::before {
  position: absolute;
  inset: 0;
  display: block;
  width: calc(50vw + 145px);
  height: 379px;
  content: "";
  background: #e2ebf0;
}
@media screen and (width <= 750px) {
  .voice-con::before {
    bottom: 65px;
    width: calc(50vw + 80.5px);
    height: auto;
    margin: 13px 0 0;
  }
}
.voice-con_2 {
  margin: 65px 0 0;
}
@media screen and (width <= 750px) {
  .voice-con_2 {
    margin: 40px 0 0;
  }
}
.voice-con_2::before {
  margin: 0 0 0 auto;
}
@media screen and (width <= 750px) {
  .voice-con_2::before {
    margin: 13px 0 0 auto;
  }
}
.voice-con_3 {
  margin: 65px 0 0;
}
@media screen and (width <= 750px) {
  .voice-con_3 {
    margin: 40px 0 0;
  }
}
.voice-con__wrap {
  position: relative;
  max-width: 1096px;
  padding: 25px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 750px) {
  .voice-con__wrap {
    padding: 0 19px;
  }
}
.voice-con__cus {
  margin: 0 73px 19px auto;
}
@media screen and (width <= 750px) {
  .voice-con__cus {
    margin: 0 20px 15px auto;
  }
}
.voice-con__cus2 {
  margin: 0 160px 19px auto;
}
@media screen and (width <= 750px) {
  .voice-con__cus2 {
    margin: 0 20px 15px auto;
  }
}
.voice-con__box {
  position: relative;
  max-width: 960px;
  padding: 0 10px 10px 0;
  margin: 0 0 0 auto;
}
@media screen and (width <= 750px) {
  .voice-con__box {
    padding: 0 6px 6px 0;
  }
}
.voice-con__box::after {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: calc(100% - 10px);
  content: "";
  background: #f3f7f8;
}
@media screen and (width <= 750px) {
  .voice-con__box::after {
    top: 6px;
    width: 6px;
    height: calc(100% - 6px);
  }
}
.voice-con__box::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: calc(100% - 10px);
  height: 10px;
  content: "";
  background: #f3f7f8;
}
@media screen and (width <= 750px) {
  .voice-con__box::before {
    left: 6px;
    width: calc(100% - 6px);
    height: 6px;
  }
}
.voice-con__box2 {
  position: relative;
  max-width: 960px;
  padding: 0 0 10px 10px;
  margin: 0 auto 0 0;
}
@media screen and (width <= 750px) {
  .voice-con__box2 {
    padding: 0 0 6px 6px;
  }
}
.voice-con__box2::after {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: calc(100% - 10px);
  content: "";
  background: #f3f7f8;
}
@media screen and (width <= 750px) {
  .voice-con__box2::after {
    top: 6px;
    width: 6px;
    height: calc(100% - 6px);
  }
}
.voice-con__box2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 10px);
  height: 10px;
  content: "";
  background: #f3f7f8;
}
@media screen and (width <= 750px) {
  .voice-con__box2::before {
    width: calc(100% - 6px);
    height: 6px;
  }
}

.voice-cus {
  position: relative;
  width: 149px;
  padding: 0 0 10px;
}
.voice-cus::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 9px;
  height: 10px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  content: "";
  background-color: #c3350e;
}
.voice-cus p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px rgba(15, 83, 86, 0.13);
  background-color: #f04f22;
}

.voice-num {
  position: absolute;
  top: -13px;
  right: 62px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (width <= 750px) {
  .voice-num {
    top: -12px;
    right: 13px;
  }
  .voice-num_2 {
    right: 19px;
  }
}
.voice-num span {
  font-size: 24px;
}

.voice-ref {
  position: absolute;
  top: -19px;
  left: 41px;
  display: block;
  width: 47.5px;
  font-size: 120px;
  font-weight: 500;
  color: #0091d6;
  letter-spacing: 0.05em;
}
@media screen and (width <= 750px) {
  .voice-ref {
    top: -13px;
    left: 10px;
    width: 31px;
  }
}
.voice-ref img {
  display: block;
}

.voice-in {
  position: relative;
  max-width: 950px;
  padding: 58.6px 64px 60px;
  background: #fff;
}
@media screen and (width <= 750px) {
  .voice-in {
    padding: 35px 20px 40px;
  }
}

.voice-title {
  position: relative;
  padding: 0 0 27.6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (width <= 750px) {
  .voice-title {
    padding: 0 0 8px;
    font-size: 16px;
  }
}
.voice-title::after {
  position: absolute;
  inset: auto 0 -1px;
  display: block;
  width: 96px;
  height: 1px;
  content: "";
  background: #0091d6;
}
@media screen and (width <= 750px) {
  .voice-title::after {
    width: 40px;
  }
}

.voice-text {
  padding: 26px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (width <= 750px) {
  .voice-text {
    padding: 24px 0 0;
    font-size: 15px;
    text-align: justify;
  }
}
.voice-text span {
  color: #f04f22;
  border-bottom: 1px solid #f04f22;
}
.voice-text br {
  display: none;
}
@media screen and (width <= 750px) {
  .voice-text br {
    display: block;
  }
}

.voice-sig {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 11px;
  margin: 19px 8px 0 auto;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background: #7d8286;
}
@media screen and (width <= 750px) {
  .voice-sig {
    padding: 0 8px;
    margin: 19px 0 0 auto;
    font-size: 12px;
    line-height: 24px;
  }
}

.voice-foot {
  padding: 8px 8px 0 0;
  font-size: 14px;
  text-align: right;
}
@media screen and (width <= 750px) {
  .voice-foot {
    padding: 8px 0 0;
    font-size: 12px;
  }
}