.voice {
  overflow: hidden;
}
.voice h5 {
  font-size: 0.94rem;
  font-weight: normal;
  margin: 0;
}
.voice img {
  height: auto;
}
.voice__title {
  background: url(../images/voice/bg.jpg) no-repeat;
  background-size: cover;
  height: 280px;
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__title {
    height: 210px;
    padding-top: 100px;
  }
}
.voice__title--ja {
  color: #24ABB5;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .voice__title--ja {
    font-size: 1.875rem;
  }
}
.voice__title--en {
  display: block;
  margin: auto;
  transform: translateY(1.8rem);
  width: 89px;
}
@media screen and (max-width: 767px) {
  .voice__title--en {
    transform: translateY(0.2rem);
  }
}
.voice__inner {
  background-color: #F5F4F2;
  background-size: cover;
  padding-bottom: 150px;
}
.voice .breadcrumbs {
  margin-bottom: 3.75rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 959px) {
  .voice .breadcrumbs {
    padding-left: 1.25rem;
  }
}
.voice .breadcrumbs li {
  display: inline-block;
  font-size: 0.75rem;
}
.voice .breadcrumbs li::after {
  content: ">";
  color: #24ABB5;
  display: inline-block;
  padding: 0 10px;
}
.voice .breadcrumbs li:last-child::after {
  display: none;
}
.voice .breadcrumbs li a {
  color: #24ABB5;
}
.voice__container {
  margin: auto;
  max-width: 1200px;
  padding: 0 1.25rem;
}
.voice__lead {
  font-family: "Noto Sans JP, sans-serif";
  font-size: 1rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__lead {
    margin-bottom: 4rem;
  }
}
.voice__content {
  display: flex;
}
@media screen and (max-width: 959px) {
  .voice__content {
    flex-direction: column;
  }
}
.voice__content:not(:nth-of-type(1)) {
  margin-top: 5.5rem;
}
.voice__content.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .voice__content.reverse {
    flex-direction: column;
  }
}
.voice__content.reverse .voice__thumb {
  margin-left: 0;
  margin-right: 2.5rem;
}
@media screen and (max-width: 959px) {
  .voice__content.reverse .voice__thumb {
    margin: 2.5rem auto 0;
  }
}
.voice__textBox {
  background-color: #fff;
  border-radius: 10px;
  font-family: "Noto Sans JP, sans-serif";
  font-size: 0.94rem;
  max-width: 680px;
  margin-top: 3.125rem;
  padding: 2.5rem 2.5rem 1.25rem 2.5rem;
  width: 58%;
}
@media screen and (max-width: 959px) {
  .voice__textBox {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .voice__textBox {
    padding: 1.25rem;
  }
}
.voice__text {
  line-height: 2;
  white-space: pre-wrap;
}
.voice__detail {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.voice__detail-name {
  margin-right: 10px;
}
.voice__detail-ill {
  position: relative;
  bottom: -1.25rem;
}
.voice__detail-ill img {
  max-width: 107px;
}
.voice__thumb {
  margin-left: 2.5rem;
  width: 42%;
}
@media screen and (max-width: 959px) {
  .voice__thumb {
    margin: 2.5rem auto 0;
    max-width: 480px;
    width: 100%;
  }
}
.voice__button {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .voice__button {
    padding-top: 3.75rem;
  }
}
.voice__button a {
  background-color: #24ABB5;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  height: 5rem;
  margin: auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .voice__button a {
    margin: auto;
  }
}
/*# sourceMappingURL=voice.css.map */