@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_voice-of-students-header.jpg) no-repeat;
  background-size: cover;
  height: 500px;
}

.page-header__inner {
  padding: 12% 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: 19%;
  margin-top: 1%;
}

.page-header__txt--large {
  font-size: clamp(1.4rem, 5vw, 6.4rem);
}

.page-header__txt--large::first-letter {
  text-transform: uppercase;
}

.voice-of-students {
  margin: 36px auto 0;
}

.voice-of-students__inner {
  max-width: 1092px;
  margin: auto;
  padding: 0 20px;
}

.page-menu__list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 395px;
  margin: auto;
}

.page-menu__item {
  list-style-type: none;
}

.page-menu__item:hover {
  text-decoration: underline;
}

.page-menu__link {
  text-decoration: none;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: 600;
  color: #707070;
}

.voice__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 600;
  padding: 30px 0 40px 1.5%;
}

.voice__list {
  padding-left: 0;
  margin-bottom: 80px;
  position: relative;
}

.voice__list::after {
  position: absolute;
  content: "";
  background: #707070;
  width: 91%;
  height: 1px;
  left: 1.5%;
  bottom: -8px;
}

.voice__item {
  list-style-type: none;
}

.voice__sub-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #55360C;
  padding-left: 1.5%;
  position: relative;
}

.voice__sub-ttl:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 53%;
  background: #55360C;
}

.voice__txt {
  line-height: 1.875;
  padding: 23px 11.5% 0 4.7%;
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 66px;
  }
  .voice__txt {
    padding: 23px 0 0 0;
  }
  .voice__list::after {
    width: 100%;
    left: 0;
    bottom: -20px;
  }
}

@media screen and (max-width: 480px) {
  .page-header {
    height: 150px;
  }
  .voice__ttl {
    text-align: center;
  }
}
/*# sourceMappingURL=seminner-voice.css.map */