@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : voice.css                                 */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
html {
  scroll-behavior: auto;
}

.top_comment {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

.voice_tab_sec {
  margin-top: 64px;
}

.voice_tab_wrap {
  position: relative;
  display: flex;
  gap: 0 1.61%;
  margin-bottom: -2px;
  z-index: 2;
}
.voice_tab_wrap .voice_tab {
  width: 32.26%;
  background: #E4E7E6;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 26px 10px;
  cursor: pointer;
}
.voice_tab_wrap .voice_tab span {
  font-size: 24px;
  font-weight: bold;
  color: #939E9C;
  line-height: 1.5;
}
.voice_tab_wrap .voice_tab.current {
  background: #FBFBF2;
  border: 2px solid #E4E7E6;
  border-bottom: none;
}
.voice_tab_wrap .voice_tab.current span {
  color: #0B2521;
  border-bottom: 4px solid #199778;
  padding-bottom: 8px;
}

.voice_wrap {
  background: #FBFBF2;
  border-top: 2px solid #E4E7E6;
  padding: 120px 0;
}
.voice_wrap .voice_tab_content {
  display: none;
}
.voice_wrap .voice_item {
  display: flex;
  gap: 0 3.5%;
  background: #F3F3E9;
  border-radius: 20px;
  padding: 48px;
  margin-top: 32px;
}
.voice_wrap .voice_item:first-of-type {
  margin-top: 0;
}
.voice_wrap .voice_item .img_box {
  width: 20.98%;
}
.voice_wrap .voice_item .img_box .text span {
  display: block;
}
.voice_wrap .voice_item .img_box .name {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
}
.voice_wrap .voice_item .img_box .school_title,
.voice_wrap .voice_item .img_box .school_name {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 8px;
}
.voice_wrap .voice_item .img_box .school_title {
  color: #778684;
}
.voice_wrap .voice_item .text_box {
  width: 75.52%;
}
.voice_wrap .voice_item .text_box .title {
  font-size: 24px;
  font-weight: bold;
  color: #199778;
  line-height: 1.5;
}
.voice_wrap .voice_item .text_box .comment {
  margin-top: 16px;
}

#pagination {
  display: flex;
  justify-content: center;
  gap: 0 8px;
  margin-top: 48px;
}
#pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #E4E7E6;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#pagination a.prev, #pagination a.next {
  background: none;
  border: none;
  font-weight: bold;
  color: #778684;
}
@media screen and (min-width: 750px) {
  #pagination a:hover {
    background: #199778;
    color: #fff;
  }
}
#pagination a.active {
  background: #199778;
  color: #fff;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .top_comment {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .voice_tab_sec {
    margin-top: 32px;
  }
  .voice_tab_wrap {
    gap: 0 0.97%;
    margin-bottom: -1px;
    padding: 0 1.93%;
  }
  .voice_tab_wrap .voice_tab {
    width: 32.66%;
    border-radius: 10px 10px 0 0;
    padding: 12px 4px;
  }
  .voice_tab_wrap .voice_tab span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.3;
  }
  .voice_tab_wrap .voice_tab.current {
    border-width: 1px;
  }
  .voice_tab_wrap .voice_tab.current span {
    border-bottom: 2px solid #199778;
    padding-bottom: 4px;
  }
  .voice_wrap {
    border-width: 1px;
    padding: 48px 0;
  }
  .voice_wrap .voice_item {
    flex-direction: column;
    gap: 16px 0;
    border-radius: 10px;
    padding: 24px;
    margin-top: 16px;
  }
  .voice_wrap .voice_item .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 4%;
    width: 100%;
  }
  .voice_wrap .voice_item .img_box .img {
    width: 32%;
  }
  .voice_wrap .voice_item .img_box .text {
    width: 64%;
  }
  .voice_wrap .voice_item .img_box .name {
    font-size: 15px;
    margin-top: 0;
  }
  .voice_wrap .voice_item .text_box {
    width: 100%;
  }
  .voice_wrap .voice_item .text_box .title {
    font-size: 18px;
  }
  .voice_wrap .voice_item .text_box .comment {
    font-size: 14px;
    margin-top: 8px;
  }
  #pagination {
    margin-top: 32px;
  }
  #pagination a {
    width: 46px;
    height: 46px;
    font-size: 15px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=voice.css.map */