@charset "UTF-8";
/* カラー
──────────────────────────────────────── */
@media screen and (min-width: 1050px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .sp-hidden {
    display: none;
  }
}

/* テキスト
──────────────────────────────────────── */
.txt-red {
  color: #BF0E0D;
}

/* 余白と配置
──────────────────────────────────────── */
/* 流用パーツ
──────────────────────────────────────── */
.page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_voices-header.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 42px;
  height: 500px;
}

.page-header__inner {
  padding: 12.5% 2% 4% 2%;
}

.page-header__txt {
  font-weight: 700;
  padding-bottom: 11.5%;
  margin-left: 8.5%;
}

.page-header__txt--small {
  font-size: clamp(1.2rem, 3vw, 2.1rem);
  margin-left: 4.5%;
}

.page-header__txt--large {
  font-size: clamp(1.4rem, 5vw, 6.2rem);
  text-transform: uppercase;
}

.voice__inner {
  padding: 0 2rem;
}

.voice__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.voice__box {
  padding: 78px 0;
}

.voice-box {
  max-width: 1013px;
  margin: auto;
  margin-top: 78px;
}

.voice-item {
  border-bottom: 1px solid #707070;
  max-width: 1013px;
  margin: auto;
  margin-bottom: 95px;
}

.voice-item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.voice-item:nth-child(2n) .voice-item__contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.voice-item:nth-child(2n) .voice-item__contents .voice-item__img {
  margin-right: 4%;
}

.voice-item:nth-child(2n) .voice-item__contents .voice-item__info {
  margin-right: 0;
  width: 74.4%;
}

.voice-item__info {
  width: 74%;
  margin-right: 4.4%;
}

.voice-item__ttl {
  color: #55360C;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 2px;
  margin-bottom: 24px;
}

.voice-item__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.voice-item__personal--new-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.voice-item__company {
  font-weight: 500;
  padding-right: 1.5rem;
}

.voice-item__txt {
  font-size: 14px;
  line-height: 1.1428;
  padding-bottom: 20px;
}

.voice-item__img {
  width: 21.6%;
  padding-top: 35px;
  margin-bottom: 23px;
}

.pagination {
  text-align: center;
  padding-bottom: 46px;
  margin-left: .7rem;
}

.pagination .page-numbers {
  font-size: 1.4rem;
  font-weight: 500;
  color: #573701;
  text-align: center;
  padding: .6rem 1.3rem;
  border: 1px solid #573701;
  margin-right: .7rem;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #707070;
}

.pagination .page-numbers.current {
  color: #fff;
  background-color: #573701;
}

.pagination .page-numbers.dots {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.pagination .page-numbers.next, .pagination .page-numbersprev {
  background: #EFECE7;
  padding: .6rem 1rem;
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 66px;
  }
  .voice-box {
    margin-top: 3rem;
  }
  .voice-item {
    margin-bottom: 6rem;
  }
  .voice-item__ttl {
    text-underline-offset: 7px;
  }
}

@media screen and (max-width: 480px) {
  .page-header {
    height: 150px;
  }
  .voice__ttl {
    font-size: 20px;
  }
  .voice-item__ttl {
    text-decoration: none;
    text-align: center;
  }
  .voice-item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .voice-item__info {
    width: 100%;
    margin-right: 0;
  }
  .voice-item__img {
    width: 55%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 1rem;
  }
  .voice-item__ttl {
    margin-bottom: 0;
  }
  .voice-item__personal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voice-item__txt {
    line-height: 1.4;
    padding-bottom: 40px;
  }
  .voice-item {
    margin-bottom: 50px;
  }
  .voice-item:nth-child(2n) .voice-item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .voice-item:nth-child(2n) .voice-item__contents .voice-item__img {
    width: 55%;
    margin: auto;
  }
  .voice-item:nth-child(2n) .voice-item__contents .voice-item__info {
    width: 100%;
  }
  .voice-item__personal {
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=voice.css.map */