@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');

#counselor #visual,
#counselor #contents{
  font-family: 'Noto Sans JP', sans-serif;
}
#counselor #visual {
  background:url("/counselor/img/main_bg.jpg") no-repeat center top;
  background-size: cover;
  height: 470px;
  margin: 0;
}
#counselor #visual .visual_inner{
  background: url("/counselor/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;
}
#counselor #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;
}
#counselor #visual p{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
#counselor #contents{
  background: url(/counselor/img/graph_paper.jpg) repeat-x #E7F0F9 top center;
}

#counselor .features{
  padding-top: 150px;
}
#counselor .features .inner{
  max-width: 1720px;
  width: 100%;
  background: #d1e2f3;
  margin:0 auto;
  position: relative;
  padding-bottom: 40px;
}
#counselor .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%);
}
#counselor .features h2 span{
  font-size: 4rem;
}
#counselor .features ul{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 120px 0 20px;
}
#counselor .features ul li{
  width: 280px;
  text-align: center;
  background: #fff;
}
#counselor .features ul li figure{
  position: relative;
}
#counselor .features ul li figure img{
  margin: -20px 0 0 -40px;
}

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

#counselor .introduction .area_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}
#counselor .introduction .area_category li {
  margin: 0 7px 15px;
}
#counselor .introduction .area_category li a {
  display: block;
  padding: 0 40px;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  line-height: 42px;
  border-radius: 100px;
  background: #fff;
}
#counselor .introduction .area_category li.active a {
  background: #fbd9e6;
  border-color: #fbd9e6;
  opacity: 1;
}
#counselor .introduction .list_box{
}
#counselor .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;
}

#counselor .introduction .list_box .counselor_list{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-column: 1 / 3;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom:60px;
}
#counselor .introduction .list_box .counselor_list li{
  width: 100%;
  background: #fff;
  padding: 5px;
  position: relative;
  margin: 0;
}
/*#counselor .introduction .list_box .counselor_list li:nth-child(3n){
  margin: 0 0 20px 0;
}*/

#counselor .introduction .list_box .counselor_list li figure img{
  width: 100%;
  aspect-ratio: 554 / 369
}
#counselor .introduction .list_box .counselor_list li .upper_left {
  /*height: 60px;*/
  /*display: grid;*/
  margin: -15px 0 0-5px;
  /*align-items: flex-end;
  grid-template-columns: max-content;*/
}
#counselor .introduction .list_box .counselor_list li .upper_left .sch_n {
  background: #1371bd;
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 0 15px;
}
/*#counselor .introduction .list_box .counselor_list li .upper_left .sch_p {
  background: #224d9a;
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 0 15px;
}*/
#counselor .introduction .list_box .counselor_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;
}
#counselor .introduction .list_box .counselor_list li .text{
  line-height: 150%;
  height: calc(1.5em * 2);
}
#counselor .introduction .list_box .counselor_list li .country{
  background: #eff3f6;
  padding: 5px;
  margin: 10px 0;
  line-height: 160%;
  height: calc(1.8em * 3);
}
#counselor .introduction .list_box .counselor_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;
}
#counselor .introduction .list_box .counselor_list li a i{
  font-size: 1.6rem;
  position: absolute;
  right:20px;
  top:10px;
}


#counselor .btn_area{
  text-align: center;
  margin: 50px auto;
}
#counselor .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;
}
#counselor .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;
}
#counselor .btn_area a.btn_blue span{
  color: #FFD8D8;
}
#counselor .btn_blue_o .icon-right:last-child,
#counselor .btn_blue .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}


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

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

#counselor #topic_path {
  background: #fff;
}

@media screen and (max-width: 720px) {
#counselor #visual {
  background:url("/counselor/img/main_bg_sp.png") no-repeat center top;
  background-size: cover;
  height: auto;
}
#counselor #visual .visual_inner{
    background: none;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: grid;
    place-items: center;
    padding: 60px 0 40px;
  }
#counselor #visual h1 {
  font-size: 3rem;
}
#counselor #visual p{
  font-size: 1.2rem;
}
#counselor #contents {
  background: url(/counselor/img/graph_paper.jpg) repeat-x #E7F0F9 top center;
  background-size: 15px;
}
#counselor .features {
  padding-top: 90px;
}
#counselor .features h2 {
  font-size: 2rem;
  width: 100%;
  top: -20px;
}
#counselor .features h2 span {
  font-size: 3rem;
}
#counselor .features .inner {
  width: 90%;
}
#counselor .features ul {
    margin: 0 auto;
    display: block;
    padding: 80px 0 0;
    margin-left: 5px;
  }
#counselor .features ul li {
  margin: 0 auto 60px;
}
#counselor .features ul li:last-child {
    margin: 0 auto 40px;
  }
#counselor .features ul li p {
  font-size: 1.6rem;
  padding: 15px 0 20px;
}
#counselor .features ul li figure::before {
  content: "";
  background: url("/counselor/img/01.png") no-repeat;
  top: -35px;
  background-size: 50%;
}
#counselor .features ul li:nth-of-type(2) figure::before{
  background: url("/counselor/img/02.png") no-repeat;
  background-size: 50%;
}
#counselor .features ul li:nth-of-type(3) figure::before{
  background: url("/counselor/img/03.png") no-repeat;
  background-size: 50%;
}
#counselor .btn_area {
  margin: 20px auto;
  width: 90%;
}
#counselor .btn_area a.btn_blue {
  padding: 10px 0;
  height: auto;
  line-height: 1.2;
  margin: 0;
  font-size: 1.6rem;
  width: 90%;
}
#counselor .introduction h2 {
  font-size: 2rem;
  width: 100%;
  top: -20px;
}
#counselor .introduction h2 span {
  font-size: 3rem;
}
#counselor .introduction {
  margin: 100px auto 0;
  padding-top: 40px;
  background: url(/counselor/img/bg_btm.png) repeat-x bottom, linear-gradient(#E7F0F9 450px, #d1e2f3 0, #d1e2f3 100%, #E7F0F9 0);
}
#counselor .introduction .area_category{
    justify-content: space-between;
    margin: 0 auto 20px;
    width: 90%;
  }

#counselor .introduction .area_category li{
    width: 48%;
    margin: 0 0 10px;
  }
#counselor .introduction .area_category li a {
  padding: 10px 0;
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: center;
}
#counselor .introduction .list_box h3{
  font-size: 1.8rem;
  margin: 0 0 15px;
}

#counselor .introduction .list_box .counselor_list {
  padding: 0 10px;
    grid-column: 1 / 2;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  margin-bottom:40px;
}

#counselor .introduction .list_box .counselor_list li {
  width: 100%;
    padding: 5px;
    position: relative;
}

#counselor .introduction .list_box .counselor_list li:nth-child(3n) {
  margin: 0 auto 10px;
}
#counselor .introduction .list_box .counselor_list li h3 {
  margin-top: 15px;
  font-size: 2rem;
}
#counselor .introduction .list_box .counselor_list li figure img{
  aspect-ratio: 190 / 127
}
#counselor .introduction .list_box .counselor_list li .text{
    line-height: 140%;
    height: calc(1.4em * 3);
    font-size: 1.2rem;
  }
#counselor .introduction .list_box .counselor_list li .country {
    line-height: 140%;
    height: calc(1.7em * 4);
    font-size: 1.2rem;
  }
#counselor .introduction .list_box .counselor_list li .upper_left {
  position: absolute;
  font-size: 1rem;
  margin: -10px 0 0-5px;
}
#counselor .introduction .list_box .counselor_list li .upper_left .sch_n {
  height: 20px;
  padding: 0 10px;
}
#counselor .introduction .list_box .counselor_list li .upper_left .sch_p {
  height: 20px;
  padding: 0 10px;
}
#counselor .introduction .list_box .counselor_list li a{
    width: 80%;
    height: 25px;
    font-size: 1.2rem;
  }
#counselor .introduction .list_box .counselor_list li a i{
    font-size: 0.9rem;
    top: 7px;
    right: 10px;
  }
#counselor .btn_area a.btn_blue{
  min-width: 100%;
}
  
#counselor .movie h2 {
    font-size: 2.2rem;
    margin: 0 auto 40px;
    width: 90%;
  }

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

}