@charset "UTF-8";
/* group_guidance.css */

/* メインビジュアルの画像(適時変更) */
#lower_mv {
	background-image: url(../../img/group_guidance/mvSP.jpg);
}
@media screen and (min-width:769px) {
	#lower_mv {
		background-image: url(../../img/group_guidance/mvPC.jpg);
	}
}



@media screen and (min-width: 500px) {
    #lower_mv {
        background-position: left 30% bottom !important;
    }
}


/* heading */
.h2_bgBorder::before {
  height: 28px;
  max-width: 25px;
  /* あとで画像入れる */
  background-image: url(../../img/group_guidance/icon_human.svg);
  background-size: contain;
}
/*========= group guidance ===============*/
#group_guidance_heading .heading_copy_box {
  margin-top: -30px;
}
#group_guidance_heading .heading_copy {
  display: inline;
  background-color: #2196c9;
  color: #fff;
  font-size: 16px;
  line-height: 3.5;
  /* padding: 15px 0; */
  padding: 10px 0;
}
#group_guidance_heading .heading_copy strong {
  padding: 0 15px;
}
#group_guidance_heading .heading_copy_box + p {
  font-weight: bold;
}
#group_guidance_heading .course_contents .h2decoL::before {
  content: "";
  width: 100%;
  max-width: 50px;
  height: 46px;
  display: inline-block;
  margin-right: 10px;
  background-image: url(../../img/group_guidance/face_icon_2.svg);
  background-size: contain;
}
#group_guidance_heading .course_contents_box div:first-of-type {
  border: 5px solid #e85e99;
}
#group_guidance_heading .course_contents_box div:nth-of-type(2) {
  border: 5px solid #87c13f;
}
#group_guidance_heading .course_contents_box div:nth-of-type(3) {
  border: 5px solid #2196c9;
}
#group_guidance_heading .course_contents_box div h3 {
  background-color: #e85e99;
  color: #fff;
  padding: 5px 0;
  font-size: 20px;
}
#group_guidance_heading .course_contents_box div:nth-of-type(2) h3 {
  background-color: #87c13f;
}
#group_guidance_heading .course_contents_box div:nth-of-type(3) h3 {
  background-color: #2196c9;
}
#group_guidance_heading .course_contents_box div h3 span {
  font-size: 16px;
  padding-left: 10px;
}
#group_guidance_heading .course_contents_box div p {
  padding: 15px;
}
#features .h2_bgBorder::before {
  height: 28px;
  max-width: 50px;
  /* あとで画像入れる */
  background-image: url(../../img/group_guidance/icon_group.svg);
  background-size: contain;
}
#features .group_box div {
  background-color: #fff;
  border: 1px solid #2196c9;
  box-shadow: 3px 3px 0px #d3d3d3;
  padding: 15px;
}
#features .group_box div h3 {
  text-align: left;
}
#features .group_box div h3 em {
  font-style: normal;
  color: #2196c9;
  display: inline-block;
  vertical-align: middle;
}
#features .group_box div h3::before {
  content: '';
  display: inline-block;
  width: 63px;
  height: 63px;
  background-image: url(../../img/group_guidance/circle_point_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
#features .group_box div:nth-of-type(2) h3::before {
  background-image: url(../../img/group_guidance/circle_point_2.svg);
}
#features .group_box div:nth-of-type(3) h3::before {
  background-image: url(../../img/group_guidance/circle_point_3.svg);
}
#features .group_box div:nth-of-type(4) h3::before {
  background-image: url(../../img/group_guidance/circle_point_4.svg);
}
#features .group_box div:nth-of-type(5) h3::before {
  background-image: url(../../img/group_guidance/circle_point_5.svg);
}
#features .group_box div:nth-of-type(6) h3::before {
  background-image: url(../../img/group_guidance/circle_point_6.svg);
}
.subject_time_table_1 table th, .subject_time_table_1 table td {
  font-size: 14px;
  text-align: center;
  border: 1px solid #2196c9;
}
.tbl_bg_b {
  background-color: #f0faff;
}
.subject_time_table_1 table th {
  background-color: #f0faff;
  color: #000;
}
.subject_time_table_1 table th {
  text-align: center;
}
.subject_time_table_1 table td {
  flex-wrap: nowrap;
}
.subject_time_table_1 table td.val_c {
  vertical-align: middle;
}
.subject_time_table_1 table td:empty {
  background-color: #ffffff; /* 背景色     */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogIzIxOTZjOTtzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+');
}
.junior_highschool_course {
  background-color: #f0faff;
  text-align: center;
  padding: 15px;
}
.junior_highschool_course h3 {
  font-size: 20px;
}
.junior_highschool_course h4 {
  font-size: 14px;
  font-weight: bold;
}
.junior_highschool_course ul {
  padding: 10px;
  background-color: #fff;
  list-style-type: disc;
  padding-left: 30px;
}
.junior_highschool_course ul li {
  line-height: 1.8;
}
#subject_time .h2_bgBorder::before {
  height: 26px;
  max-width: 30px;
  /* あとで画像入れる */
  background-image: url(../../img/group_guidance/icon_schedule.svg);
  background-size: contain;
}
#subject_price .h2_bgBorder::before {
  height: 28px;
  max-width: 28px;
  /* あとで画像入れる */
  background-image: url(../../img/group_guidance/icon_price.svg);
  background-size: contain;
}
/*========= min-769 ===============*/
@media screen and (min-width: 769px) {
  /*========= group guidance ===============*/
  #group_guidance_heading .pc_blk > div:first-of-type {
    padding-top: 3%;
    background-image: url(../../img/group_guidance/group_guidance_main.jpg);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: right 0px top 0px;
    padding-bottom: 7%;
  }
  #group_guidance_heading h1 {
    text-align: left;
    font-size: min(4vw, 50px);
    margin: 0 0 10px;
  }
  #group_guidance_heading .heading_copy {
    font-size: min(2.5vw, 30px);
    background-color: #2196c9;
    line-height: 3;
  }
  #group_guidance_heading .heading_read {
    margin-top: 15px;
    font-size: min(2vw, 20px);
  }
  #group_guidance_heading .course_contents .h2decoL::before {
    max-width: 80px;
    height: 82px;
  }
  #group_guidance_heading .course_contents_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #group_guidance_heading .course_contents_box > div {
    width: calc(33.33% - 20px);
    margin-bottom: 0 !important;
  }
  #group_guidance_heading .course_contents_box div h3 {
    font-size: 30px;
    line-height: 1.1;
    padding: 10px 0;
  }
  #group_guidance_heading .course_contents_box div h3 span {
    font-size: 20px;
    padding-left: 0;
  }
  #features .group_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #features .group_box div h3::before {
    width: 90px;
    height: 90px;
  }
  #features .group_box > div {
    width: calc(50% - 20px);
    padding: 30px;
  }
  #features .group_box > div:nth-of-type(5), #features .group_box > div:nth-of-type(6) {
    margin-bottom: 0 !important;
  }
  #features .group_box > div > h3 {
    font-size: 26px;
    margin-bottom: 20px !important;
  }
  #subject_time .subject_time_contents {
    display: flex;
    justify-content: space-between;
  }
  #subject_time .subject_time_contents > div:first-of-type {
    width: calc(37% - 40px);
  }
  #subject_time .subject_time_contents > div:first-of-type p.marM_B {
    margin-bottom: 0 !important;
  }
  
  #subject_time .subject_time_contents > div:nth-of-type(2) {
    width: 63%;
  }
  .junior_highschool_course {
    max-width: 600px;
    display: flex;
    justify-content: space-between;
  }
  .junior_highschool_course div:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:  45%;
    height: 80px;
    margin: auto;
  }
  .junior_highschool_course div:nth-of-type(2) {
    width: 55%;
  }
  .junior_highschool_course div h3 {
    font-size: 26px;
  }
  .junior_highschool_course div h4 {
    font-size: 16px;
  }
  .junior_highschool_course div h3, .junior_highschool_course div h4 {
    margin-bottom: 0 !important;
  }
  
  /* PC画面のみ背景に旗のsvg */
  .BGflag:before {
    background-image:  url(../../img/group_guidance/icon_group-flagPC.svg);
    }
  /* PC画面でのみ、キラキラしたsvgの背景画像を追加 */
  .kiraDeco:before {
    background-image:  url(../../img/group_guidance/kiraDecoL.svg),
                       url(../../img/group_guidance/kiraDecoR.svg);
  }
    
}
@media screen and (min-width: 960px) {
  #group_guidance_heading .heading_copy {
    line-height: 2.5;
  }



