@media screen and (max-width: 767px) {
  .pc_contents {
    display: none;
  }
}

.sp_contents {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_contents {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #VoiceKv {
    padding-top: 30px;
  }
}
#VoiceKv .PageContents__inner h2 {
  margin-left: calc(50% - 540px);
}
@media screen and (max-width: 767px) {
  #VoiceKv .PageContents__inner h2 {
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #VoiceKv .PageContents__inner h2 span:last-child {
    margin-bottom: 38px;
  }
}

#VoiceContents {
  max-width: 1080px;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #VoiceContents {
    max-width: 315px;
  }
}
#VoiceContents .PageContents__inner h3 {
  position: relative;
}
#VoiceContents .PageContents__inner h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #f0f0f0;
  top: auto;
  left: 0;
  bottom: -5px;
}
#VoiceContents .PageContents__inner h3::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 4px;
  background: #0a51b5;
  top: auto;
  left: 0;
  bottom: -5px;
}
#VoiceContents .anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 31px;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .anchors {
    gap: 3px;
    margin-bottom: 60px;
  }
}
#VoiceContents .anchors__single {
  width: 339px;
  height: 60px;
  background: #0a51b5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #VoiceContents .anchors__single {
    width: 315px;
    height: 45px;
    font-size: 15px;
  }
}
#VoiceContents .anchors__single::before {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
#VoiceContents .voices__container {
  padding: 40px 0 50px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices__container {
    padding: 0 0 120px;
    gap: 100px;
  }
}
#VoiceContents .voices {
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices {
    margin-top: 0px;
    padding-top: 0px;
  }
}
#VoiceContents .voices__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
#VoiceContents .voices .voice {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  border: 1px solid #a4bcdd;
  padding: 40px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px 40px;
  }
}
#VoiceContents .voices .voice:first-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice:first-of-type {
    margin-bottom: 50px;
  }
}
#VoiceContents .voices .voice__btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
  padding: 9px 41px 10px 22px;
  background: #0a51b5;
  font-size: 16px;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: all ease 0.1s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__btn {
    bottom: -45px;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    padding: 8px 40px 8px 18px;
  }
}
#VoiceContents .voices .voice__btn::before, #VoiceContents .voices .voice__btn::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  top: 50%;
  right: 22px;
}
#VoiceContents .voices .voice__btn::after {
  transform: translateY(-50%) rotate(90deg);
}
#VoiceContents .voices .voice__btn.open {
  background: #ddebf7;
  color: #0a51b5;
}
#VoiceContents .voices .voice__btn.open::before {
  background: #0a51b5;
}
#VoiceContents .voices .voice__btn.open::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__img {
    display: flex;
    gap: 15px;
  }
}
#VoiceContents .voices .voice__img--main {
  width: 110px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__img--main {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__img--text {
    flex: 1;
  }
}
#VoiceContents .voices .voice__img--text p {
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #656565;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__img--text p {
    text-align: left;
  }
}
#VoiceContents .voices .voice__img--text .voice__inner--title_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__img--text .voice__inner--title_sp {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.75;
  }
}
#VoiceContents .voices .voice__inner--title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__inner--title {
    display: none;
  }
}
#VoiceContents .voices .voice__inner .inner__single--wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-height: 91px;
  overflow-y: hidden;
  position: relative;
  transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__inner .inner__single--wrap {
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
  }
}
#VoiceContents .voices .voice__inner .inner__single--wrap.open {
  max-height: 300vh;
  transition: max-height 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__inner .inner__single--wrap.open .voice__inner--single {
    padding-right: 0;
  }
}
#VoiceContents .voices .voice__inner .inner__single--wrap.open .voice__inner--single::before {
  opacity: 0;
}
#VoiceContents .voices .voice__inner--single {
  max-width: 698px;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__inner--single {
    padding-right: 16px;
  }
}
#VoiceContents .voices .voice__inner--single .title {
  font-size: 18px;
  font-weight: 700;
  color: #63798e;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__inner--single .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
#VoiceContents .voices .voice__inner--single .text {
  font-size: 16px;
  line-height: 1.875;
  color: #656565;
  text-align: justify;
  overflow: hidden;
  transition: all ease-in-out 0.6s;
}
#VoiceContents .voices .voice__inner--single .text.open {
  color: #000;
}
#VoiceContents .voices .voice__inner--single:first-of-type {
  position: relative;
}
#VoiceContents .voices .voice__inner--single:first-of-type::before {
  content: "...";
  position: absolute;
  top: 71px;
  right: 3px;
  font-family: "Noto Sans JP", sans-serif;
  color: #656565;
  transition: opacity ease-in-out 0.6s;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices .voice__inner--single:first-of-type::before {
    top: 62px;
    right: 1px;
  }
}
#VoiceContents .voices .voice__inner--single:first-of-type.open::before {
  display: none;
}
#VoiceContents .voices__btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 60px auto 20px;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices__btns {
    margin: 0 auto 120px;
  }
}
#VoiceContents .voices__btns a {
  display: inline-block;
  width: 300px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  letter-spacing: 0.01rem;
  color: #fff;
  background: #0a51b5;
  border-radius: 2rem;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #VoiceContents .voices__btns a {
    width: 276px;
  }
}
#VoiceContents .voices__btns a:hover {
  opacity: 0.7;
}
#VoiceContents .voices__btns a::after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 600;
  top: calc(50% - 0.8em);
  right: 20px;
  transition: all 0.4s;
}
#VoiceContents .voices__btns a:hover::after {
  right: 18px;
}

@media screen and (max-width: 767px) {
  #contact {
    border-top: 2px solid #f0f0f0;
  }
}