@charset "utf-8";
/* CSS Document */
#cinfo_high_s_academic_index #visual,
#school_detail_cinfo_index #course_visual{
  height: 470px;
  background: url(/cinfo/high_s_academic/img/main_pc.jpg) center no-repeat;
  background-size: cover;
  font-family: 'Noto Sans JP', sans-serif;
}

#cinfo_high_s_academic_index #visual .visual_inner{
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
  height: 100%;
  width: 100%;
}
#school_detail_cinfo_index #course_visual .visual_inner{
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
  height: 100%;
  width: 100%;
  position: relative;
}

#cinfo_high_s_academic_index #visual .visual_text span,
#school_detail_cinfo_index #course_visual .visual_text span{
  height: 55px;
  background: #1371bd;
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
}
#cinfo_high_s_academic_index #visual h1,
#school_detail_cinfo_index #course_visual h1{
  height: 85px;
  background: #fff;
  font-weight: bold;
  font-size: 4.8rem;
  color: #295094;
  display: inline-grid;
  place-items: center;
  padding: 0 20px;
  margin-top: 30px;
  line-height: 0;
  position: relative;
}

#cinfo_high_s_academic_index #visual div a.btn_blue{
  bottom: 12%;
  left: 0;
  box-shadow: none;
  max-width: 400px;
  height: 60px;
  width: 100%;
  padding: 0;
}
#school_detail_cinfo_index #course_visual div a.btn_blue{
  bottom: 12%;
  left: 0;
  box-shadow: none;
  max-width: 400px;
  height: 60px;
  width: 100%;
  padding: 0;
  position: absolute;
}

#cinfo_high_s_academic_index #visual div a p.visual_btn span:nth-of-type(1),
#school_detail_cinfo_index #course_visual div a p.visual_btn span:nth-of-type(1) {
  font-size: 2.2rem;
  color: #FFE67F;
}
#cinfo_high_s_academic_index #visual div a.btn_blue::before,
#school_detail_cinfo_index #course_visual div a.btn_blue::before{
  top: -18px;
  font-size:2rem;
}
#cinfo_high_s_academic_index #visual div a p.visual_btn,
#school_detail_cinfo_index #course_visual div a p.visual_bt{
  font-size: 2.2rem;
}
#cinfo_high_s_academic_index .lead{
  background: url(/cinfo/high_s_academic/img/bg01.png);
}
#cinfo_high_s_academic_index .lead p{
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #295094;
  background: url(/cinfo/high_s_academic/img/illust01.png) no-repeat left bottom,url(/cinfo/high_s_academic/img/illust02.png) no-repeat right bottom;
  width: 1028px;
  margin: 0 auto;
  padding: 50px 0;
}
#cinfo_high_s_academic_index .lead p span{
  color: #E40057;
}
#cinfo_high_s_academic_index .about{
  background: linear-gradient(to bottom, #46A7E3 0%, #46A7E3 250px, #fff 250px, #fff 100%);
  padding: 60px 0 95px;
}
#cinfo_high_s_academic_index .about .about_inner{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background: #e5f2fb;
  padding: 60px 0;
}
#cinfo_high_s_academic_index .about .about_inner div{
  max-width: 730px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#cinfo_high_s_academic_index .about .about_inner p{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #224d9a;
}
#cinfo_high_s_academic_index .about .about_inner img{
  margin: 0 0 30px;
}
#cinfo_high_s_academic_index .point{
  background: url(/cinfo/high_s_academic/img/bg.png) no-repeat top 270px left #E5F2FB;
  background-size: 100%;
  position: relative;
  padding: 150px 0 20px;
}
#cinfo_high_s_academic_index .point h2{
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #295094;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 1.2;
}
#cinfo_high_s_academic_index .point ul{
  display: grid;
  /*grid-template-columns: repeat(auto-fit, 31%);
  gap: 0 3%;*/
  grid-template-columns: repeat(auto-fit, 23%);
  gap: 0 2.5%;
  justify-content: center;
  margin: 0 auto 100px;
  /*width: 1100px;*/
  width: 1280px;
}
#cinfo_high_s_academic_index .point ul li{
  border-radius: 4px;
  background: #fff;
  box-shadow: 10px 10px 0 #9ed0f0;
  position: relative;
  padding: 30px 20px;
}
#cinfo_high_s_academic_index .point ul li .point_num{
  position: absolute;
  left: 0;
  top: -50px;
}
#cinfo_high_s_academic_index .point ul li h3{
  font-weight: bold;
  font-size: 1.8rem;
  color: #1371bd;
  line-height: 1.4;
  margin: -30px 0 10px;
}
#cinfo_high_s_academic_index .point ul li h3 span{
  background: #fff;
  padding:5px 10px 0 0;
  display: inline-block;
}
#cinfo_high_s_academic_index .point ul li figure,
#cinfo_high_s_academic_index .point ul li figure img{
  width: 100%;
}

#cinfo_high_s_academic_index .recom {
  max-width: 1280px;
  background: #fff;
  margin: 0 auto 80px;
  width: 100%;
  position: relative;
}
#cinfo_high_s_academic_index .recom h3{
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #224d9a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#cinfo_high_s_academic_index .recom_inner{
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 400px);
  gap: 0 30px;
  justify-content: center;
}

#cinfo_high_s_academic_index .recom_inner p{
  font-weight: bold;
  font-size: 2.4rem;
  text-align: left;
  color: #224d9a;
  line-height: 1.2;
  height: 150px;
  padding: 45px 0 0 130px;
}
#cinfo_high_s_academic_index .recom_inner p:nth-of-type(1){
  background: url(/cinfo/high_s_academic/img/recom01.png) no-repeat left center;
  margin-bottom: 40px;
}

#cinfo_high_s_academic_index .recom_inner p:nth-of-type(2){
  background: url(/cinfo/high_s_academic/img/recom02.png) no-repeat left center;
  margin-bottom: 40px;
}
#cinfo_high_s_academic_index .recom_inner p:nth-of-type(3){
  background: url(/cinfo/high_s_academic/img/recom03.png) no-repeat left center;
  padding: 30px 0 0 130px;
}
#cinfo_high_s_academic_index .recom_inner p:nth-of-type(4){
  background: url(/cinfo/high_s_academic/img/recom04.png) no-repeat left center;
  padding: 30px 0 0 130px;
}
#cinfo_high_s_academic_index .recom_inner p span{
  color: #E40057;
}
#cinfo_high_s_academic_index .ml_btn a p.visual_btn span:nth-of-type(1){
  color: #FFE67F;
}
#cinfo_high_s_academic_index .required{
  background: url(/cinfo/high_s_academic/img/bg02.png);
}
#cinfo_high_s_academic_index .required h2{
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #295094;
  line-height: 1.4;
  height: 215px;
  display: grid;
  place-items: center;
  background: #fff;
}
#cinfo_high_s_academic_index .required .global{
  position: relative;
  padding-top: 70px;
  background: url(/cinfo/high_s_academic/img/global_bg.png) no-repeat bottom left;
  background-size: auto;
  padding-bottom: 40px;
}
#cinfo_high_s_academic_index .required .global::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 60px solid #fff;
  border-bottom: 0;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#cinfo_high_s_academic_index .required .global ul{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 450px);
  gap: 0 60px;
  justify-content: center;
}
#cinfo_high_s_academic_index .required .global ul li figure,
#cinfo_high_s_academic_index .required .global ul li figure img{
  width: 100%;
}

#cinfo_high_s_academic_index .required .global ul li h3{
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  margin: 20px 0;
}
#cinfo_high_s_academic_index .required .global ul li div{
  justify-content: center;
  display: grid;
}
#cinfo_high_s_academic_index .required .global ul li div p{
  font-size: 1.6rem;
  text-align: left;
  color: #fff;
  margin-left: 1em;
  text-indent: -1em;
  width: 100%;
}

#cinfo_high_s_academic_index .required .global .required_tit{
  max-width: 500px;
  width: 100%;
  height: 73px;
  border-radius: 50px;
  background: #fff;
  margin: 0 auto 60px;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #295094;
  display: grid;
  place-items: center;
}
#cinfo_high_s_academic_index .required .change .required_tit{
  max-width: 500px;
  width: 100%;
  height: 73px;
  border-radius: 50px;
  background: #fff;
  margin: 0 auto 60px;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #295094;
  display: grid;
  place-items: center;
}
#cinfo_high_s_academic_index .required .bg_white{
  position: relative;
  padding-bottom: 70px;
}

#cinfo_high_s_academic_index .required .bg_white_inner{
  width: 90%;
  background: #fff;
  margin: 550px auto 0;
  padding: 300px 0 20px;
}
#cinfo_high_s_academic_index .required .change {
  top: -450px;
  background: url(/cinfo/high_s_academic/img/change_bg.png) no-repeat bottom right;
  background-size: auto;
  padding: 0 0 30px 0;
  position: absolute;
  right: 0;
  width: 100%;
}
#cinfo_high_s_academic_index .required .change ul{
  width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 31%);
  gap: 0 3%;
  justify-content: center;
}
#cinfo_high_s_academic_index .required .change ul li h3{
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin: 20px 0 10px;
}

#cinfo_high_s_academic_index .required .change ul li p{
  font-size: 1.1rem;
  text-align: left;
  color: #fff;
}
#cinfo_high_s_academic_index .required .change ul li figure,
#cinfo_high_s_academic_index .required .change ul li figure img{
  width: 100%;
}

#cinfo_high_s_academic_index .acquire_tit{
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
}
#cinfo_high_s_academic_index .acquire_tit::before{
  content:"";
  position: absolute;
	width:180px;
	height:135px;
	background:url(/cinfo/high_s_academic/img/oblique.png) no-repeat left;
  top:0;
  left:0;
}
#cinfo_high_s_academic_index .acquire_tit::after{
  content:"";
  position: absolute;
	width:180px;
	height:135px;
	background:url(/cinfo/high_s_academic/img/oblique.png) no-repeat left;
  top:0;
  right: 0;
  transform: scaleX(-1);
}

#cinfo_high_s_academic_index .acquire .acquire_tit span{
  color: #e40057;
  font-size: 4rem;
}
#cinfo_high_s_academic_index .acquire .acquire_top {
  max-width: 1280px;
  width: 100%;
  margin: 80px auto 0;
  background: url(/cinfo/high_s_academic/img/acquire_bg.png) no-repeat top;
  height: 400px;
  position: relative;
  padding-top: 70px;
}
#cinfo_high_s_academic_index .acquire .acquire_top h3{
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

#cinfo_high_s_academic_index .acquire .acquire_top ul{
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
#cinfo_high_s_academic_index .acquire .acquire_top ul li {
  padding: 0 10px;
}
#cinfo_high_s_academic_index .acquire .acquire_top ul li img{
  width: 100%;
}

#cinfo_high_s_academic_index .acquire .acquire_btm {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.2;
  text-align: center;
  color: #e40057;
  background: url(/cinfo/high_s_academic/img/acquire05.png) no-repeat bottom center;
  height: 600px;
  padding-top: 25px;
}
#cinfo_high_s_academic_index .price{
  margin-bottom: 70px;
}
#cinfo_high_s_academic_index .price h2{
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #295094;
  padding: 60px 0;
}
#cinfo_high_s_academic_index .price table{
  width: 100%;
  max-width: 880px;
  margin:0 auto;
}
#cinfo_high_s_academic_index .price table th {
  background-color: #CAE6F7;
  padding: 15px 0;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 16px;
}
#cinfo_high_s_academic_index .price table td {
  font-size: 14px;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #F2F9FD;
}
#cinfo_high_s_academic_index .price .note{
  max-width: 880px;
  width: 100%;
  margin: 10px auto;
}
#cinfo_high_s_academic_index .voice {
  background: url(/cinfo/high_s_academic/img/bg01.png);
  padding-bottom:60px;
}
#cinfo_high_s_academic_index .voice h2 {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #295094;
  padding: 60px 0;
}
#cinfo_high_s_academic_index .voice ul{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 450px);
  gap: 0 60px;
  justify-content: center;
}
#cinfo_high_s_academic_index .voice ul li{
  border: 2px solid #224d9a;
  padding: 60px 20px 20px;
  background: url(/cinfo/high_s_academic/img/voice01.png) no-repeat top left #fff;
}
#cinfo_high_s_academic_index .voice ul li:nth-of-type(2){
  background: url(/cinfo/high_s_academic/img/voice02.png) no-repeat top left #fff;
}
#cinfo_high_s_academic_index .voice ul li:nth-of-type(2) dl:nth-of-type(2) dt{
  padding-top: 20px;
}

#cinfo_high_s_academic_index .voice ul li .name{
  font-weight: bold;
  margin: -30px 0 10px;
  background: #224d9a;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 15px;
}
#cinfo_high_s_academic_index .voice ul li .name span{
  font-size:1.6rem;
}
#cinfo_high_s_academic_index .voice ul li figure,
#cinfo_high_s_academic_index .voice ul li figure img {
  width: 100%;
}

#cinfo_high_s_academic_index .voice ul li dl {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #224d9a;
  margin-bottom:10px;
}
#cinfo_high_s_academic_index .voice ul li dl dt {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #224d9a;
  position: relative;
  background: url("/cinfo/high_s_academic/img/q.png")  no-repeat left 12px center;
  padding: 10px 60px;
  height:65px;
}

#cinfo_high_s_academic_index .voice ul li dl dt::after {
  position: absolute;
  top: 20%;
  right: 10px;
  content: "＋";
  font-size: 2rem;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
#cinfo_high_s_academic_index .voice ul li dl dt.active::after {
  content: "－";
}
#cinfo_high_s_academic_index .voice ul li dl dd{
  display: none;
  padding: 10px 20px 20px 60px;
  border-top: 1px dotted #224d9a;
}
#cinfo_high_s_academic_index #course h2 {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #295094;
  padding: 60px 0;
}
#cinfo_high_s_academic_index #course h2 span {
  color: #E40057;
  font-size: 4rem;
}
#cinfo_high_s_academic_index #recommend {
  margin-bottom: 40px !important;
}
#cinfo_high_s_academic_index .information_session_blue {
  margin-bottom: -60px;
  color: #1D8CE5;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
#cinfo_high_s_academic_index .row_border_top_blue {
  padding-top: 60px;
}
#cinfo_high_s_academic_index .information_session_blue i {
  display: block;
  font-size: 5.8rem;
}
.school_detail_cinfo #course .course_list div{
  display: none;
}
@media screen and (max-width: 720px) {
 #cinfo_high_s_academic_index #visual,
#school_detail_cinfo_index #course_visual {
  height: auto;
  background: url(/cinfo/high_s_academic/img/main_sp.png) center no-repeat;
  background-size: 100%;
 padding-top: 126.4%;
}
#cinfo_high_s_academic_index #visual .visual_inner{
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
#school_detail_cinfo_index #course_visual .visual_inner{
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position:absolute;
  top: 0;
}

#cinfo_high_s_academic_index #visual .visual_inner .visual_text{
  position: absolute;
  top: 10%;
  left: 5%;
}
#school_detail_cinfo_index #course_visual .visual_inner .visual_text{
  position: absolute;
  top: 6%;
  left: 5%;
}

#cinfo_high_s_academic_index #visual .visual_text span,
#school_detail_cinfo_index #course_visual .visual_text span{
  height: 35px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding: 0 10px;
}
#cinfo_high_s_academic_index #visual h1,
#school_detail_cinfo_index #course_visual h1{
  height: 35px;
  font-size: 2.2rem;
  position: absolute;
  top: 27%;
  margin-top: 0;
  left: 5%;
  padding: 0 10px;
}

#cinfo_high_s_academic_index #visual div a.btn_blue{
    bottom: 7%;
    padding: 10px 30px 10px 40px;
    height: auto;
    cursor: pointer;
    border: none;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
  }
#school_detail_cinfo_index #course_visual div a.btn_blue{
    bottom: 3%;
    padding: 10px 30px 10px 40px;
    height: auto;
    cursor: pointer;
    border: none;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
  }

#cinfo_high_s_academic_index #visual div a p.visual_btn,
#school_detail_cinfo_index #course_visual div a p.visual_btn{
  font-size: 1.8rem;
}
#cinfo_high_s_academic_index #visual div a p.visual_btn span:nth-of-type(1),
#school_detail_cinfo_index #course_visual div a p.visual_btn span:nth-of-type(1) {
  font-size: 1.8rem;
  color: #FFE67F;
}
 #cinfo_high_s_academic_index #visual div a.btn_blue::before,
#school_detail_cinfo_index #course_visual div a.btn_blue::before {
  top: -18px;
  font-size: 1.6rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
} 
#cinfo_high_s_academic_index .lead {
  background: url(/cinfo/high_s_academic/img/bg01.png);
  background-size: 5%;
}
#cinfo_high_s_academic_index .lead p {
  font-size: 1.6rem;
  width: 100%;
  padding: 20px 0;
  background-size: 20%;
}
#cinfo_high_s_academic_index .about {
  background: linear-gradient(to bottom, #46A7E3 0%, #46A7E3 200px, #fff 200px, #fff 100%);
  padding: 30px 0 40px;
}
#cinfo_high_s_academic_index .about .about_inner {
  width: 90%;
  padding: 20px;
}
 #cinfo_high_s_academic_index .about .about_inner img{
  width: 100%;
}
 #cinfo_high_s_academic_index .about .about_inner p {
  font-size: 1.2rem;
}
#cinfo_high_s_academic_index .point h2 {
  font-size: 2rem;
  top: 10px;
  width: 100%;
}
#cinfo_high_s_academic_index .point {
  background: url(/cinfo/high_s_academic/img/bg.png) no-repeat top 270px left #E5F2FB;
  background-size: 100% 180vh;
  padding: 80px 0 20px;
}
#cinfo_high_s_academic_index .point ul {
  grid-template-columns: repeat(auto-fit, 70%);
  gap: 60px 0;
  margin-bottom: 60px;
  width: 100%;
}
#cinfo_high_s_academic_index .point ul li h3 {
  font-size: 1.6rem;
  margin: -25px 0 10px;
}
#cinfo_high_s_academic_index .point ul li p{
  font-size: 1.2rem;
}
#cinfo_high_s_academic_index .point ul li .point_num {
  top: -40px;
  width: 40%;
}
#cinfo_high_s_academic_index .point ul li .point_num img{
  width: 100%;
} 
#cinfo_high_s_academic_index .recom {
  margin: 0 auto 60px;
  width: 90%;
}
#cinfo_high_s_academic_index .recom h3 {
  font-size: 2rem;
  width: 100%;
}
#cinfo_high_s_academic_index .recom_inner {
  width: 100%;
  padding: 40px 0;
  grid-template-columns: repeat(auto-fit, 45%);
  gap: 2%;
}
#cinfo_high_s_academic_index .recom_inner p:nth-of-type(1) {
  background: url(/cinfo/high_s_academic/img/recom01.png) no-repeat center top;
  margin-bottom: 20px;
  background-size: 50%;
}
#cinfo_high_s_academic_index .recom_inner p:nth-of-type(2) {
  background: url(/cinfo/high_s_academic/img/recom02.png) no-repeat center top;
  margin-bottom: 20px;
  background-size: 50%;
}
#cinfo_high_s_academic_index .recom_inner p:nth-of-type(3) {
  background: url(/cinfo/high_s_academic/img/recom03.png) no-repeat center top;
  padding: 40% 0 0 0;
  background-size: 50%;
}
#cinfo_high_s_academic_index .recom_inner p:nth-of-type(4) {
  background: url(/cinfo/high_s_academic/img/recom04.png) no-repeat center top;
  padding: 40% 0 0 0;
  background-size: 50%;
} 
#cinfo_high_s_academic_index .recom_inner p{
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    height: 100%;
    padding: 40% 0 0;
  }
#cinfo_high_s_academic_index .required {
  background: url(/cinfo/high_s_academic/img/bg02.png);
  background-size: 1%;
}
#cinfo_high_s_academic_index .required h2 {
  font-size: 2rem;
  height: 110px;
}
#cinfo_high_s_academic_index .required .global {
  position: relative;
  padding-top: 30px;
  background: url(/cinfo/high_s_academic/img/global_bg_sp.png) no-repeat top left;
  background-size: 35%;
  padding-bottom: 40px;
}
#cinfo_high_s_academic_index .required .global ul {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 80%);
  gap: 30px 0;
  justify-content: center;
}
#cinfo_high_s_academic_index .required .global ul li {
    position: relative;
    padding-bottom: 20px;
  }
#cinfo_high_s_academic_index .required .global ul li::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 55%;
    background: #46A7E3;
    z-index: 0;
    left: -15%;
    bottom: 0;
  }
#cinfo_high_s_academic_index .required .global ul li figure, 
#cinfo_high_s_academic_index .required .global ul li figure img {
  width: 100%;
  z-index: 1;
  position: relative;
}

#cinfo_high_s_academic_index .required .global ul li h3{
    font-size: 1.6rem;
    margin: 10px 0;
    z-index: 1;
    position: relative;
  }
#cinfo_high_s_academic_index .required .global ul li div {
  justify-content: center;
  display: grid;
  z-index: 1;
  position: relative;
}
#cinfo_high_s_academic_index .required .global ul li div p {
  font-size: 1.2rem;
}
  

#cinfo_high_s_academic_index .required .global::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid #fff;
  border-bottom: 0;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#cinfo_high_s_academic_index .required .global .required_tit, 
#cinfo_high_s_academic_index .required .change .required_tit{
  width: 75%;
  height: 40px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
}
#cinfo_high_s_academic_index .required .change{
    background: url(/cinfo/high_s_academic/img/change_bg_sp.png) no-repeat top right;
    padding-bottom: 40px;
    position: initial;
    width: 100%;
    background-size: contain;
  }
#cinfo_high_s_academic_index .required .change ul {
  width: 100%;
  grid-template-columns: repeat(auto-fit, 80%);
  gap: 30px 0;
  margin:0 auto;
}

#cinfo_high_s_academic_index .required .change ul figure,
#cinfo_high_s_academic_index .required .change ul figure img{
  width: 100%;
}
 #cinfo_high_s_academic_index .required .bg_white_inner {
    width: 92%;
    background: #fff;
    margin: -100px auto 0;
    padding: 80px 0 10px;
  }
#cinfo_high_s_academic_index .required .change ul li{
    position: relative;
  }

#cinfo_high_s_academic_index .required .change ul li::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 55%;
    background: #46A7E3;
    z-index: 0;
    right: -15%;
    bottom: 0;
  }
#cinfo_high_s_academic_index .required .change ul li figure, 
#cinfo_high_s_academic_index .required .change ul li figure img {
  width: 100%;
  z-index: 1;
  position: relative;
}

#cinfo_high_s_academic_index .required .change ul li h3{
    font-size: 1.6rem;
    margin: 10px 0;
    z-index: 1;
    position: relative;
  }
#cinfo_high_s_academic_index .required .change ul li div {
  justify-content: center;
  display: grid;
  z-index: 1;
  position: relative;
}
#cinfo_high_s_academic_index .required .change ul li div p {
  font-size: 1.2rem;
}
#cinfo_high_s_academic_index .required .change ul li p {
  font-size: 1.1rem;
  text-align: left;
  color: #fff;
  z-index: 1;
  position: relative;
  padding: 0 0 20px;
}
#cinfo_high_s_academic_index .price {
  padding: 0 20px;
}
#cinfo_high_s_academic_index .price h2 {
  font-size: 2rem;
  padding: 30px 0;
}
#cinfo_high_s_academic_index .price table td,
#cinfo_high_s_academic_index .price table th {
  font-size: 1.2rem;
  padding:5px 0;
}
#cinfo_high_s_academic_index .voice {
  background: url(/cinfo/high_s_academic/img/bg01.png);
  background-size: 5%;
}
#cinfo_high_s_academic_index .voice h2 {
  font-size: 2rem;
  padding: 30px 0;
}
#cinfo_high_s_academic_index .voice ul {
  grid-template-columns: repeat(auto-fit, 80%);
  gap: 30px 0;
}
#cinfo_high_s_academic_index .voice ul li {
  border: 2px solid #224d9a;
  padding: 40px 15px 10px;
  background: url(/cinfo/high_s_academic/img/voice01_sp.png) no-repeat top left #fff;
  background-size: 25%;
}
#cinfo_high_s_academic_index .voice ul li:nth-of-type(2) {
  background: url(/cinfo/high_s_academic/img/voice02_sp.png) no-repeat top left #fff;
  background-size: 25%;
}
#cinfo_high_s_academic_index .voice ul li:nth-of-type(2) dl:nth-of-type(2) dt{
  padding-top: 10px;
}

#cinfo_high_s_academic_index .voice ul li figure,
#cinfo_high_s_academic_index .voice ul li figure img{
  width: 100%;
}
#cinfo_high_s_academic_index .voice ul li dl dt {
  font-size: 1.2rem;
  height:auto;
}
#cinfo_high_s_academic_index #course h2{
  font-size: 2rem;
  padding: 30px 0;
}
#cinfo_high_s_academic_index #course h2 span{
  font-size: 2rem;
}
#cinfo_high_s_academic_index .acquire_tit {
  font-size: 1.4rem;
  width: 95%;
  padding-top: 20px;
}
#cinfo_high_s_academic_index .acquire_tit::before {
  content: "";
  position: absolute;
  height: 100px;
  background: url(/cinfo/high_s_academic/img/oblique.png) no-repeat left top;
  top: 0;
  left: 0;
  background-size: 20%;
}
#cinfo_high_s_academic_index .acquire_tit::after {
  content: "";
  position: absolute;
  height: 100px;
  background: url(/cinfo/high_s_academic/img/oblique.png) no-repeat left top;
  top: 0;
  right: 0;
  transform: scaleX(-1);
  background-size: 20%;
}
#cinfo_high_s_academic_index .acquire .acquire_tit span {
  font-size: 2rem;
}
#cinfo_high_s_academic_index .acquire .acquire_top {
    width: 100%;
    margin: 50px auto 0;
    background: url(/cinfo/high_s_academic/img/acquire_bg_sp.png) no-repeat top;
    position: relative;
    padding: 60px 0 15%;
    background-size: 100%;
  height:auto;
  }
#cinfo_high_s_academic_index .acquire .acquire_top ul {
  width:70%;
  margin: 0 auto;
  flex-wrap: wrap;
}
#cinfo_high_s_academic_index .acquire .acquire_top ul li{
    width: 45%;
    margin-bottom: 10px;
  padding:0;
  }
#cinfo_high_s_academic_index .acquire .acquire_top ul li img{
  width: 100%;
}
#cinfo_high_s_academic_index .acquire .acquire_top h3{
    font-size: 2rem;
    top: 10px;
    line-height: 1.2;
  }
#cinfo_high_s_academic_index .acquire .acquire_btm{
    font-size: 2.4rem;
    background: url(/cinfo/high_s_academic/img/acquire05_sp.png) no-repeat bottom center;
    height: auto;
    padding: 20px 0 60%;
    background-size: 100%;
  }
#cinfo_high_s_academic_index .voice ul li .name {
  font-size: 1.8rem;
  padding: 10px;
  line-height: 1.2;
}
#cinfo_high_s_academic_index .voice ul li .name span {
  font-size: 1.2rem;
}
#cinfo_high_s_academic_index .information_session_blue {
  font-size: 2rem;
}
#cinfo_high_s_academic_index .information_session_blue i {
  font-size: 4rem;
}
}