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

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




/* heading */
.h2_bgBorder::before {
  height: 28px;
  max-width: 25px;
  /* あとで画像入れる */
  background-image: url(../../img/individual_guidance/icon_human.svg);
  background-size: contain;
}

/*========= group guidance ===============*/
#group_guidance_heading .heading_copy_box {
    margin-top: -30px;
}
#group_guidance_heading h1 {
    color: #86c03f;
}
#group_guidance_heading .heading_copy {
    display: inline;
    color: #fff;
    font-size: 16px;
    line-height: 3.5;
    /* padding: 15px 0; */
    padding: 10px 0;
}
.heading_copy.is-animated strong::before {
  background-color: #86c03f;
}

#group_guidance_heading .heading_copy strong {
    padding: 0 15px;
}
#group_guidance_heading .heading_copy_box + p {
    font-weight: bold;
}
#group_guidance_heading .course_contents h2 {
    color: #86c03f;
}

#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/individual_guidance/face_icon_g_1.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;
    line-height: 1.5;
    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;
}
#group_guidance_heading .course_contents_box div:first-of-type h3 span {
    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/individual_guidance/icon_group.svg);
    background-size: contain;
}
#features .group_box div {
    background-color: #fff;
    border: 1px solid #86c03f;
    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: #86c03f;
    display: inline-block;
    vertical-align: middle;
}
#features .group_box div h3::before {
    content: '';
    display: inline-block;
    width: 63px;
    height: 63px;
    background-image: url(../../img/individual_guidance/circle_point_g_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/individual_guidance/circle_point_g_2.svg);
}
#features .group_box div:nth-of-type(3) h3::before {
    background-image: url(../../img/individual_guidance/circle_point_g_3.svg);
}
#features .group_box div:nth-of-type(4) h3::before {
    background-image: url(../../img/individual_guidance/circle_point_g_4.svg);
}
#features .group_box div:nth-of-type(5) h3::before {
    background-image: url(../../img/individual_guidance/circle_point_g_5.svg);
}
#features .group_box div:nth-of-type(6) h3::before {
    background-image: url(../../img/individual_guidance/circle_point_g_6.svg);
}
.subject_time_table_1 table th,
.subject_time_table_1 table td {
    font-size: 14px;
    text-align: center;
    border: 1px solid #62ae04;
}
.tbl_bg_g {
    background-color: #eeffe6;
}
.subject_time_table_1 table th {
    background-color: #eeffe6;
    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_price .h2_bgBorder_g::before {
    height: 28px;
    max-width: 28px;
    /* あとで画像入れる */
    background-image: url(../../img/individual_guidance/icon_price_g.svg);
    background-size: contain;
}
#e_traning {
    background-color: #feffdf;
}
#e_traning .h2decoL::before {
    content: "";
    width: 100%;
    max-width: 50px;
    height: 46px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../../img/individual_guidance/icon_etraning.svg);
    background-size: contain;
}

#e_traning  .e_traning_box {
    background-color: #fff;
    border: 1px solid #2195c8;
    box-shadow: 3px 3px 0px #d3d3d3;
    padding: 15px;
}

#e_traning  .e_traning_box .box_header {
    display: flex;
    justify-content: space-between;
}

#e_traning  .e_traning_box .box_header > h4 {
    width: calc(60% - 15px);
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    color: #2195c8;
}

#e_traning  .e_traning_box .box_header > p {
    width: 40%;
}

#e_traning .flow_list {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #2196c9;
}

#e_traning .flow_list li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    padding: 10px;
    background-color: #e7f7ff;
    border-radius: 15px;
    margin-bottom: 15px;
}

#e_traning .flow_list li:last-of-type {
    margin-bottom: 0;
}

#e_traning .effect > .sp_blk {
    border-bottom: 1px dotted #2196c9;
    padding-bottom: 15px;
}

#e_traning .effect:last-of-type > .sp_blk {
    border-bottom: none;
    padding-bottom: 0;
}

#e_traning .e_traning_flow {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #2195c8;
    box-shadow: 3px 3px 0px #d3d3d3;
    padding: 0 15px 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#e_traning .e_traning_flow:last-of-type {
    margin-bottom: 0;
}
#e_traning .e_traning_flow::before {
    content: url(../../img/individual_guidance/icon_circle_1.svg);
    display: block;
    width: 30px;
    height: 30px;
    margin: -15px auto 0;
    text-align: center;
}
#e_traning .e_traning_flow:nth-of-type(2)::before {
    content: url(../../img/individual_guidance/icon_circle_2.svg);
  }
#e_traning .e_traning_flow:nth-of-type(3)::before {
    content: url(../../img/individual_guidance/icon_circle_3.svg);
}
  #e_traning .e_traning_flow:nth-of-type(4)::before {
    content: url(../../img/individual_guidance/icon_circle_4.svg);
}
#e_traning .e_traning_flow .box_header {
    display: flex;
    justify-content: space-between;
}
.e_traning_box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.e_traning_box h3::before {
    content: "";
    width: 100%;
    max-width: 35px;
    height: 48px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../../img/individual_guidance/icon_goodmark.svg);
    background-size: contain;
}
.e_traning_box h3 span {
    background: linear-gradient(transparent 80%, #faf499 0%);
}

#e_traning .e_traning_flow .box_header p {
    width: calc(50% - 15px);
}
#e_traning .e_traning_flow .box_header h4 {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #2195c8;
    line-height: 1.6;
}

/* ----- Sクラス ----- */
.Sclass         { background-color:#feffdf; }
.Sclass > .wrap {
  width:   92%;
  margin:   0 auto;
  padding: 20px 15px;
  border-radius: 30px;
  background-color: #fff;
}

.Sclass h2.h2decoL:before {
    background-image: url(../../img/courses/coursesS_icon.svg) !important;
}

.Sclass h2 + p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.Sclass .flex_box {
    justify-content: space-between;
}

.cont_wrap ul {
    margin-bottom: 20px;
}

.Sclass .cont_wrap li,
.Sclass .cont_wrap p {
  letter-spacing: 0.07em !important;
}

.Sclass .cont_wrap li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 10px;
  color: #2196c9;
}

.Sclass .img_wrap {
  margin-bottom: 20px;
}


.Sclass .cont_wrap li:last-of-type {
  margin-bottom: 0;
}


.Sclass .cont_wrap li:before {
  content: "❶ ";
}

.Sclass .cont_wrap li:nth-of-type(2):before {
  content: "❷ ";
}

.Sclass .cont_wrap li:nth-of-type(3):before {
  content: "❸ ";
}

.Sclass .cont_wrap ul + p {
  text-align: justify;
  margin-bottom: 20px;
}

/* Sクラス_値段 */
.Sclass_price {
  background-color: #faf499;
}

.Sclass_price .cont_wrap {
  padding: 10px 15px;
}

.Sclass_price .flex_box > p {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  text-align:  center;
  margin-bottom: 10px;
  color: #2196c9;
}

.Sclass_price .bg_white  {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}

.price_small {
    line-height: 1.6em !important;
}




/*========= 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/individual_guidance/individual_guidaince_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;
      color: #86c03f;
    }
    #group_guidance_heading .heading_copy {
      font-size: min(2.5vw, 30px);
      background-color: #86c03f;
      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;
    }
    h2.h2_bgBorder_g {
      font-size: 30px;   
    }
    #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: 70px;
      height: 70px;
    }
    #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: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%;
    }
    .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;
    }
    #e_traning .e_traning_header {
      display: flex;
      justify-content: space-between;
    }
    #e_traning .e_traning_header div:first-of-type {
      width: calc(40% - 30px);
    }
    #e_traning .e_traning_header div:nth-of-type(2) {
      width: 60%;
    }
    #e_traning .e_traning_header div:nth-of-type(2) h3 {
      font-size: 30px;
      margin-bottom: 20px !important;
    }
    #e_traning .e_traning_flex {
      display: flex;
      justify-content: space-between;
    }
    #e_traning .e_traning_flex > div {
      width: calc(50% - 20px);
    }
    #e_traning .e_traning_flex > div:nth-of-type(2) {
      margin-bottom: 40px !important;
    }
    #e_traning .e_traning_box {
      padding: 30px;
    }
    #e_traning .e_traning_box .box_header > h4 {
      font-size: 20px;
      text-align: center;
      justify-content: center;
    }
    #e_traning .e_traning_box .box_header {
      margin-bottom: 20px !important;
    }
    .e_traning_box h3 {
      font-size: 40px;
      margin-bottom: 40px !important;
    }
    .e_traning_box h3::before {
      max-width: 58px;
      height: 80px;
      padding-right: 10px;
    }
    #e_traning .flow_list {
      display: flex;
      justify-content: center;
      width: 100%;
      max-width: 100%;
      margin-bottom: 60px;
    }
    #e_traning .flow_list li {
      font-size: 20px;
      padding: 20px;
    }
    #e_traning .flow_list li:nth-of-type(2) {
      margin: 0 30px 0;
    }
    #e_traning .flow_list li:first-of-type ,#e_traning .flow_list li:nth-of-type(3) {
      margin: 0 !important;
    }
    #e_traning .e_training_header_pc {
      display: flex !important;
      justify-content: space-between;
    }
    #e_traning .e_training_header_pc > div > h4 {
      font-size: 26px;
      font-weight: bold;
      color: #2196c9;
      margin-bottom: 20px;
    }
    #e_traning .e_training_header_pc > div:first-of-type {
      width: 25%
    }
    #e_traning .e_training_header_pc > div:nth-of-type(2) {
      width: calc(75% - 25px);
    }
    #e_traning .effect:last-of-type {
      padding-bottom: 0 !important;
    }
    .e_traning_h3 {
      font-size: 30px;
      margin-bottom: 40px !important;
    }
    #e_traning .e_traning_flow {
      padding: 20px;
      margin-top: 0;
    }
    .flow_box_container {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
    .flow_box_container > div {
      width: calc(25% - 20px);
    }
    #e_traning .e_traning_flow .box_header {
      display: block;
      margin-bottom: 10px !important;
      text-align: center;
    }
    #e_traning .e_traning_flow .box_header p {
      margin-bottom: 15px;
    }
    #e_traning .e_traning_flow .box_header p , #e_traning .e_traning_flow .box_header h4 {
      width: 100%;
      display: block;
    }
    #e_traning .e_traning_flow .box_header h4 {
        font-size: 16px;
    }
    
    #e_traning .e_traning_flow {
      margin-bottom: 0;
    }
    #e_traning .e_traning_flow::before {
      width: 40px;
      height: 40px;
      margin: -40px auto 0;
    }
  /* ----- Sクラス ----- */
  .Sclass > .wrap    { padding:40px 40px 60px;   }
  .Sclass h2 + p     { font-size:26px; margin-bottom:40px; }
  .Sclass .img_wrap  { width:38%; margin-bottom:40px; }
  .Sclass .cont_wrap { width:58.2%; margin-right:0 !important; }

  .Sclass .cont_wrap ul { margin-bottom:40px; }
  .Sclass .cont_wrap li { font-size:18px;     }

  .Sclass .cont_wrap ul + p {
    margin-bottom: 40px;
  }
  .Sclass .flex_box {
	flex-wrap: nowrap !important;
  }

  /* Sクラス_値段 */
  .Sclass_price .cont_wrap {
    width: 100%;
    padding: 15px;
  }
  .Sclass .cont_wrap li,
  .Sclass .cont_wrap p  {
      letter-spacing: .1em !important;
  }
  
  
  .Sclass_price .flex_box {
    align-items: center;
    margin-bottom: 10px;
  }

  .Sclass_price .flex_box > p {
    width: 34%;
    font-size: 26px;
    font-size: min(2.3vw,26px);
    margin-bottom: 0;
  }
  .Sclass_price .bg_white  {
    width: 66%;
    margin-left: 15px;
    margin-bottom: 0;
    padding: 20px;
  }
  .Sclass_price .bg_white p.price_img {
    max-width: 460px;
    margin: auto;
  }
  .Sclass_price .flex_box + p {
    text-align: center;
  }
  
  /* PC画面のみ背景に旗のsvg */
  .BGflag:before {
    background-image:  url(../../img/individual_guidance/icon_individual-flagPC.svg);
    }
  /* PC画面でのみ、キラキラしたsvgの背景画像を追加 */
  .kiraDeco:before {
    background-image:  url(../../img/individual_guidance/kiraDecoL.svg),
                       url(../../img/individual_guidance/kiraDecoR.svg);
  }
}
@media screen and (min-width: 960px) {
    #group_guidance_heading .heading_copy {
      line-height: 2.5;
    }
}