@import url("https://fonts.googleapis.com/css?family=Lato|Noto+Sans+JP:400,700&display=swap&subset=japanese");
#voice.Nishiyama .mainVisual {
  background-image: url(../../img/voice/mainVisual_voiceNishiyama.jpg);
}
@media screen and (max-width: 768px) {
  #voice.Nishiyama .mainVisual {
    background-position: 60% 0;
  }
}
#voice.Watanabe .mainVisual {
  background-image: url(../../img/voice/mainVisual_voiceWatanabe.jpg);
}
@media screen and (max-width: 768px) {
  #voice.Watanabe .mainVisual {
    background-position: 60% 0;
  }
}
#voice.Nagaura .mainVisual {
  background-image: url(../../img/voice/mainVisual_voiceNagaura.jpg);
}
@media screen and (max-width: 768px) {
  #voice.Nagaura .mainVisual {
    background-position: 60% 0;
  }
}
#voice.Anai .mainVisual {
  background-image: url(../../img/voice/mainVisual_voiceAnai.jpg);
}
@media screen and (max-width: 768px) {
  #voice.Anai .mainVisual {
    background-position: 60% 0;
  }
}
#voice .lifeSchedule {
  max-width: 560px;
  margin: 10% auto 0;
  position: relative;
  z-index: 2;
}
#voice .lifeSchedule::after {
  position: absolute;
  width: 5px;
  height: 105%;
  content: '';
  display: block;
  background-color: #e70032;
  top: -2.5%;
  left: 22.5%;
}
#voice .lifeSchedule dl {
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
}
#voice .lifeSchedule dl::after {
  position: absolute;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  content: '';
  display: block;
  background-color: #e70032;
  border: solid 5px #fff;
  top: calc(50% - 1.7rem);
  z-index: 4;
}
@media screen and (min-width: 769px) {
  #voice .lifeSchedule dl::after {
    left: 20.5%;
  }
}
@media screen and (max-width: 768px) {
  #voice .lifeSchedule dl::after {
    left: 19%;
  }
}
#voice .lifeSchedule dl dt, #voice .lifeSchedule dl dd {
  display: inline-block;
}
#voice .lifeSchedule dl dt {
  width: 33%;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #voice .lifeSchedule dl dt {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  #voice .lifeSchedule dl dt {
    font-size: 1.5rem;
  }
}
#voice .lifeSchedule dl dd {
  background-color: #eff0f2;
  padding: .8rem 3rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  #voice .lifeSchedule dl dd {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  #voice .lifeSchedule dl dd {
    font-size: 1.2rem;
  }
}
#voice .lifeSchedule dl dd::after {
  width: 12px;
  height: 12px;
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 10px 14px;
  border-color: transparent #eff0f2 transparent transparent;
  left: 0;
  top: 25%;
  margin-left: -28px;
}
#voice .lifeSchedule dl dd.point {
  background-color: #e70032;
  color: #fff;
}
#voice .lifeSchedule dl dd.point::after {
  border-right-color: #e70032;
}
#voice .faq dl dt {
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  margin-bottom: 2rem;
}
#voice .faq dl dt::before {
  content: '';
  width: 3rem;
  background-color: #464646;
  height: 2px;
  display: inline-block;
  margin-right: 4px;
  margin-top: -2px;
}
#voice .faq dl dd:not(:last-of-type) {
  margin-bottom: 4rem;
}
#voice .faq dl dd p {
  margin-bottom: 2rem;
}
#voice .faq dl dd p:first-letter {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  #voice .faq .flexbox {
    margin-bottom: 30px;
  }
}
#voice .faq .flexbox_item {
  margin-bottom: 0;
}
#voice .faq .flexbox figure {
  border: solid 3px #e70032;
  border-radius: 10px 30px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #voice .faq .flexbox figure {
    display: inline-flex;
  }
}
#voice .faq .flexbox figure img {
  height: 100%;
  border-radius: 6px 26px;
}
