@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .archive-voice {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .archive-voice {
    padding: 50px 0 100px;
  }
}
.archive-voice .archive-voice__read {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .archive-voice .archive-voice__read {
    line-height: 1.94;
  }
}
@media screen and (max-width: 960px) {
  .archive-voice .archive-voice__read {
    line-height: 1.75;
  }
}
.archive-voice .archive-voice__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .archive-voice .archive-voice__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .archive-voice .archive-voice__list {
    margin-top: 25px;
  }
}
.archive-voice .archive-voice__item {
  border-top: 1px solid #3C3C3C;
}
.archive-voice .archive-voice__item:last-child {
  border-bottom: 1px solid #3C3C3C;
}
@media screen and (min-width: 961px) {
  .archive-voice .archive-voice__item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .archive-voice .archive-voice__item {
    padding: 20px 0;
  }
}
.archive-voice .archive-voice__description {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 961px) {
  .archive-voice .archive-voice__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .archive-voice .archive-voice__description {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .archive-voice .archive-voice__wrap {
    width: calc(100% - 400px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .archive-voice .archive-voice__wrap {
    width: 100%;
    display: block;
  }
}
.archive-voice .archive-voice__images {
  position: relative;
}
.archive-voice .archive-voice__images > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 960px) {
  .archive-voice .archive-voice__images > img {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 0 auto 20px;
  }
}
.archive-voice .archive-voice__title {
  line-height: 1.5;
  color: #08458C;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .archive-voice .archive-voice__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .archive-voice .archive-voice__title {
    font-size: 18px;
  }
}
.archive-voice .archive-voice__text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .archive-voice .archive-voice__text {
    margin-top: 20px;
    line-height: 1.87;
  }
}
@media screen and (max-width: 960px) {
  .archive-voice .archive-voice__text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.archive-voice .archive-voice__buttonWrap {
  max-width: 280px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .archive-voice .archive-voice__buttonWrap {
    margin-top: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .archive-voice .archive-voice__buttonWrap {
    margin: 20px auto 0;
  }
}
.archive-voice .archive-voice__button {
  height: 40px;
  font-size: 16px;
  border: 1px solid #08458C;
}
.archive-voice ul.page-numbers {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive-voice ul.page-numbers li {
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-voice ul.page-numbers .prev {
  width: 6px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-mask: url("../img/common/icon_arrow3.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow3.svg") no-repeat center/contain;
  background-color: #08458C;
}
.archive-voice ul.page-numbers .next {
  width: 6px;
  height: 12px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-mask: url("../img/common/icon_arrow4.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow4.svg") no-repeat center/contain;
  background-color: #08458C;
}
.archive-voice ul.page-numbers .current {
  position: relative;
  z-index: 0;
  color: #fff;
}
.archive-voice ul.page-numbers .current:before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #08458C;
}