.k-pagehead {
  position: relative;
  top: 80px;
}

.k-pagehaedTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 20px;
  white-space: nowrap;
}

.voiceCenter {
  margin: 50px 20px 0;
}

.voiceTitleBox {
  font-size: 36px;
  font-weight: bold;
  color: #2C2C2C;
  text-align: center;
}

.voiceTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.voiceTitle::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 32px;
  background: url("../images/icon_wakaba.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.voiceList {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.voiceImg {
  width: 300x;
  max-width: 100%;
  flex-shrink: 0;
}
.voiceImg img {
  display: block;
  width: 100%;
  height: auto;
}

.voiceItemBox {
  width: 100%;
  max-width: 800px;
}

.voiceItemTitle {
  font-size: 20px;
  font-weight: bold;
  color: #383A3A;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
}

.voiceItemTitle::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 28px;
  background: url("../images/icon_wakaba.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.voiceItemText {
  font-size: 15px;
  color: #383A3A;
}

.voiceSeniorTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.voiceSeniorTitle::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #72C5DB;
  flex-shrink: 0;
}

.voiceSeniorItemTitle {
  font-size: 20px;
  font-weight: bold;
  color: #383A3A;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pageTop {
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.pageTopBox {
  display: inline-block;
}
.pageTopBox p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #72C5DB;
}

.pageTopArrow {
  content: "";
  display: block;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  width: 13px;
  height: 13px;
  margin: auto;
  transform: rotate(-45deg);
  transition: border 0.3s;
}

@media (min-width: 768px) {
  .k-pagehead {
    top: 130px;
  }
  .k-pagehaedTitle {
    font-size: 42px;
    padding: 0;
  }
  .voiceCenter {
    margin: 140px 100px 0;
  }
  .voiceList {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
  .voiceImg {
    width: 360px;
  }
  .voiceItemTitle {
    font-size: 22px;
    text-align: left;
  }
  .voiceItemText {
    font-size: 16px;
  }
  .voiceSeniorItemTitle {
    font-size: 22px;
    text-align: left;
  }
}

/*# sourceMappingURL=voice.css.map*/