@charset "utf-8";
/* CSS Document */

/* ============================================================ */
/* カウンセラー紹介
/* ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

#voice_index #visual,
#voice_index #contents{
  font-family: 'Noto Sans JP', sans-serif;
}
#voice_index #visual {
  background:url("/voice/img/main_bg.jpg") no-repeat center top;
  background-size: cover;
  height: 470px;
  margin: 0;
}
#voice_index #visual .visual_inner{
  background: url("/voice/img/main_cover.png") no-repeat center top;
  background-size: contain;
  height: 470px;
  width: 615px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: 100px 0;
}
#voice_index #visual h1 {
  font-weight: bold;
  font-size: 4.8rem;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  padding: 0 20px;
}
#voice_index #visual p{
  text-align: center;
  font-size: 2.0rem;
  line-height: 2;
  color: #fff;
}
#voice_index #contents{
  background: url(/voice/img/graph_paper.jpg) repeat-x #E7F0F9 top center;
}

/*#voice_index .features{
  padding-top: 150px;
}
#voice_index .features .inner{
  max-width: 1720px;
  width: 100%;
  background: #d1e2f3;
  margin:0 auto;
  position: relative;
  padding-bottom: 40px;
}
#voice_index .features h2 {
  position: absolute;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  color: #295094;
  top: -25px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#voice_index .features h2 span{
  font-size: 4rem;
}
#voice_index .features ul{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 120px 0 20px;
}
#voice_index .features ul li{
  width: 280px;
  text-align: center;
  background: #fff;
}
#voice_index .features ul li figure{
  position: relative;
}
#voice_index .features ul li figure img{
  margin: -20px 0 0 -40px;
}

#voice_index .features ul li figure::before{
  content: "";
  background: url("/reason/teacher/interview/img/01.png") no-repeat;
  width: 105px;
  height: 75px;
  position: absolute;
  top: -40px;
  left: -20px;
  background-size: 60%;
}
#voice_index .features ul li:nth-of-type(2) figure::before{
  background: url("/reason/teacher/interview/img/02.png") no-repeat;
  background-size: 60%;
}
#voice_index .features ul li:nth-of-type(3) figure::before{
  background: url("/reason/teacher/interview/img/03.png") no-repeat;
  background-size: 60%;
}
#voice_index .features ul li figure::after{
  content: "";
  background: #295094;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
#voice_index .features ul li p{
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  color: #295094;
  padding: 20px 0 25px;
}*/
#voice_index .introduction {
  position: relative;
  margin: 0 auto 0;
  padding-top: 80px;
  /*max-width: 1720px;*/
  width: 100%;
  background: url(/reason/teacher/interview/img/bg_btm.png) repeat-x bottom, linear-gradient(#E7F0F9 450px, #d1e2f3 0, #d1e2f3 100%, #E7F0F9 0);
}
#voice_index .introduction h2 {
  /*position: absolute;*/
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  color: #295094;
    margin-bottom: 50px;
  /*top: -25px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);*/
}
#voice_index .introduction h2 span{
  font-size: 4rem;
}

#voice_index .introduction .voice_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}
#voice_index .introduction .voice_category li {
  margin: 0 7px 15px;
}
#voice_index .introduction .voice_category li a {
  display: block;
  padding: 0 40px;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  line-height: 42px;
  border-radius: 100px;
  background: #fff;
}
#voice_index .introduction .voice_category li.active a {
  background: #fbd9e6;
  border-color: #fbd9e6;
  opacity: 1;
}
#voice_index .introduction .list_box{
}
#voice_index .introduction .list_box h3 {
  width: 100%;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  color: #295094;
  margin: 0 0 20px;
}
#voice_index .introduction .list_box .voice_list{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: left;*/
    display: grid;
    grid-column: 1 / 3;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  margin-bottom: 20px;
}
#voice_index .introduction .list_box .voice_list li{
    flex: initial;
  width: 100%;
  background: #fff;
  padding: 5px;
  position: relative;
  /*margin: 0 2% 20px 0;*/
    margin: 0;
}
/*#voice_index .introduction .list_box .voice_list li:nth-child(3n){
  margin: 0 0 20px 0;
}*/

#voice_index .introduction .list_box .voice_list li figure img{
  width: 100%;
  aspect-ratio: 554 / 369;
}
#voice_index .introduction .list_box .voice_list li .upper_left {
  position: absolute;
  /*height: 60px;*/
  /*display: grid;*/
  margin: -15px 0 0-5px;
  /*align-items: flex-end;
  grid-template-columns: max-content;*/
}
#voice_index .introduction .list_box .voice_list li .upper_left .sch_n {
  background: #1371bd;
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 0 15px;
}
/*#voice_index .introduction .list_box .voice_list li .upper_left .sch_p {
  background: #224d9a;
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 0 15px;
}*/
#voice_index .introduction .list_box .voice_list li h3{
  margin-top: 10px;
  font-weight: 700;
  font-size: 3rem;
  font-family: Roboto,Noto Sans CJK JP;
  font-style: italic;
  text-align: center;
  color: #295094;
    line-height: 1.3;
}
#voice_index .introduction .list_box .voice_list li .text{
  line-height: 150%;
  height: calc(1.5em * 2);
}
#voice_index .introduction .list_box .voice_list li .country{
  background: #eff3f6;
  padding: 5px;
  margin: 10px 0;
  line-height: 160%;
  height: calc(1.8em * 3);
}
#voice_index .introduction .list_box .voice_list li a{
  max-width: 200px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #1371bd;
  margin: 20px auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1371bd;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
}
#voice_index .introduction .list_box .voice_list li a i{
  font-size: 1.6rem;
  position: absolute;
  right:20px;
  top:10px;
}


#voice_index .btn_area{
  text-align: center;
  margin: 50px auto;
}
#voice_index .btn_area a.btn_blue_o{
  background: #fff;
  padding: 15px 80px;
  height: auto;
  line-height: 1.2;
  text-decoration: none;
  color: #1E3C72;
  text-align: center;
  margin: 0 10px;
  border-radius: 100px;
  border: 2px solid #224D9A;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  max-width:420px;
}
#voice_index .btn_area a.btn_blue{
  background: #295094;
  padding: 15px 80px;
  height: auto;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  border-radius: 100px;
  border: 2px solid #224D9A;
  font-size: 2rem;
  position: relative;
  display: inline-flex;
  font-weight: bold;
  min-width: 400px;
}
#voice_index .btn_area a.btn_blue span{
  color: #FFD8D8;
}
#voice_index .btn_blue_o .icon-right:last-child,
#voice_index .btn_blue .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}


#voice_index .movie{
    max-width: inherit;
  width: 100%;
  margin: 40px auto 0;
  background: url(/voice/img/graph_paper_s.jpg);
  padding: 60px 0;
}
#voice_index  .movie h2{
  font-size: 4rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #295094;
}
#voice_index .movie h2 span{
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #b8c5db;
  text-underline-offset: -1px;
  text-decoration-skip-ink: none;
}

#voice_index .movie iframe {
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  width: 100%;
  aspect-ratio: 16 / 9;
}
#voice_index .movie .inner{
  max-width: 960px;
  width: 100%;
  margin: 40px auto 100px;
}

#voice_index #topic_path {
  background: #fff;
  margin: 0 auto;
}

.movie_text{
  color: #ee0055;
  text-align: center !important;
  font-size: 1.2em;
  margin-top: -30px !important;
}

.voice .more_btn {
  margin: 30px 20px;
  text-align: center;
}
.voice .more_btn .btn_blue02 {
  padding: 10px 20px;
}
.voice .more_btn .btn_blue02:hover {
  text-decoration: none;
}

@media screen and (min-width: 721px)  {
	.voice_list li figure img:hover, .voice_list02 li figure img:hover{
		opacity: .7;
  }
  .voice .more_btn {
      margin: 0 0 60px 0;
  }
  .voice .more_btn .btn_blue02 {
      padding: 25px 50px;
      font-size: 1.8rem;
  }
}

@media screen and (max-width: 720px) {
#voice_index #visual {
  background:url("/voice/img/main_bg_sp.png") no-repeat center top;
  background-size: cover;
  height: auto;
}
#voice_index #visual .visual_inner{
    background: none;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: grid;
    place-items: center;
    padding: 60px 0 40px;
  }
#voice_index #visual h1 {
  font-size: 3rem;
}
#voice_index #visual p{
  font-size: 1.4rem;
}
#voice_index #contents {
  background: url(/reason/teacher/interview/img/graph_paper.jpg) repeat-x #E7F0F9 top center;
  background-size: 15px;
}
#voice_index .features {
  padding-top: 90px;
}
#voice_index .features h2 {
  font-size: 2rem;
  width: 100%;
  top: -20px;
}
#voice_index .features h2 span {
  font-size: 3rem;
}
#voice_index .features .inner {
  width: 90%;
}
#voice_index .features ul {
    margin: 0 auto;
    display: block;
    padding: 80px 0 0;
    margin-left: 5px;
  }
#voice_index .features ul li {
  margin: 0 auto 60px;
}
#voice_index .features ul li:last-child {
    margin: 0 auto 40px;
  }
#voice_index .features ul li p {
  font-size: 1.6rem;
  padding: 15px 0 20px;
}
#voice_index .features ul li figure::before {
  content: "";
  background: url("/reason/teacher/interview/img/01.png") no-repeat;
  top: -35px;
  background-size: 50%;
}
#voice_index .features ul li:nth-of-type(2) figure::before{
  background: url("/reason/teacher/interview/img/02.png") no-repeat;
  background-size: 50%;
}
#voice_index .features ul li:nth-of-type(3) figure::before{
  background: url("/reason/teacher/interview/img/03.png") no-repeat;
  background-size: 50%;
}
#voice_index .btn_area {
  margin: 20px auto;
  width: 90%;
}
#voice_index .btn_area a.btn_blue {
  padding: 10px 0;
  height: auto;
  line-height: 1.2;
  margin: 0;
  font-size: 1.6rem;
  width: 90%;
}
#voice_index .introduction h2 {
  font-size: 2rem;
  width: 100%;
  /*top: -20px;*/
    margin-bottom: 30px;
}
#voice_index .introduction h2 span {
  font-size: 3rem;
}
#voice_index .introduction {
  margin: 0 auto 0;
  padding-top: 40px;
  background: url(/voice/img/bg_btm.png) repeat-x bottom, linear-gradient(#E7F0F9 450px, #d1e2f3 0, #d1e2f3 100%, #E7F0F9 0);
}
#voice_index .introduction .voice_category{
    justify-content: space-between;
    margin: 0 auto 20px;
    width: 90%;
  }
#voice_index .introduction .voice_category li{
    width: 48%;
    margin: 0 0 10px;
  }
    #voice_index .list_filter li:first-child{
        flex: initial;
    }
#voice_index .introduction .voice_category li a {
  padding: 10px 0;
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: center;
}
/*#voice_index .introduction .list_box .voice_list {
  justify-content: space-between;
}*/
#voice_index .introduction .list_box .voice_list{
    padding: 0 10px;
    grid-column: 1 / 2;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#voice_index .introduction .list_box .voice_list li {
    width: 100%;
    padding: 5px;
    position: relative;
    /*margin: 0 1% 2%;
    flex: initial;*/
  }
/*#voice_index .introduction .list_box .voice_list li:nth-child(3n) {
  margin: 0 auto 10px;
}*/
#voice_index .introduction .list_box .voice_list li h3 {
  margin-top: 15px;
  font-size: 2rem;
}
#voice_index .introduction .list_box .voice_list li .text{
    line-height: 140%;
    height: calc(1.4em * 3);
    font-size: 1.2rem;
  }
#voice_index .introduction .list_box .voice_list li .country {
    line-height: 140%;
    height: calc(1.7em * 4);
    font-size: 1.2rem;
  }
#voice_index .introduction .list_box .voice_list li .upper_left {
  position: absolute;
  font-size: 1rem;
  margin: -10px 0 0-5px;
}
#voice_index .introduction .list_box .voice_list li .upper_left .sch_n {
  height: 20px;
  padding: 0 10px;
}
#voice_index .introduction .list_box .voice_list li .upper_left .sch_p {
  height: 20px;
  padding: 0 10px;
}
#voice_index .introduction .list_box .voice_list li a{
    width: 80%;
    height: 25px;
    font-size: 1.2rem;
  }
#voice_index .introduction .list_box .voice_list li a i{
    font-size: 0.9rem;
    top: 7px;
    right: 10px;
  }
#voice_index .btn_area a.btn_blue{
  min-width: 100%;
}

#voice_index .movie{
  width: 100%;
  margin: 0 auto 0;
  padding: 60px 0;
}

#voice_index .movie h2 {
    font-size: 2.2rem;
    margin: 0 auto 40px;
    width: 90%;
  }

#voice_index .movie h2 span {
    text-decoration-thickness: 6px;
  }
#voice_index .movie .inner {
  max-width: 960px;
  width: 90%;
  margin: 40px auto 20px;
}

.movie_text{
  margin-top: -20px !important;
}

}