@charset "UTF-8";



/* アンダー共通
----------------------------------------------- */
.u_sec_title_area { margin-bottom: 80px; text-align: center; }
.u_sec_title_area .u_sec_title { color: #fff; padding: 10px; width: 400px; margin: 0 auto 20px; letter-spacing: 5px; border-radius: 5px; text-align: center; font-size: 1.5rem; font-weight: bold; }
.bg_green01 { background-color: #009f97; }
.bg_green02 { background-color: #8bc01f; }
.u_sec { width: unset !important; }
.u_sec_p { font-size: 1.2rem; font-weight: bold; }
.u_line { display: block; }
.u_line span { border-bottom: 3px solid #009f97; padding: 0 15px; display: inline; }
h4 { font-size: 1.2rem; font-weight: bold; letter-spacing: 1px; }
.u_green_waku { border: 3px solid #009f97; border-radius: 10px; background-color: #fff; }
.split_area .split_box { width: 50%; }
.big { font-size: 110%; }
.ribbon_title { font-size: 1.4rem; font-weight: bold; text-align: center; margin-top: 15px;}
.ribbon_img { width: unset !important; }
.u_text { font-size: 1.6rem;font-weight: bold; text-align: center; }
.gradation_line { text-align: center; background-image: url(../images/about_s4_line.webp); background-repeat: no-repeat; background-position: center; background-size: 100%; }
.gradation_line h2 { background-color: #fff; padding: 0 30px; display: inline-block; }


@media screen and (max-width:1280px){
  .u_sec_p { font-size: 1.1rem; }
  h4 { font-size: 1.1rem; }
  .u_text { font-size: 1.4rem; }
}



@media screen and (max-width:1024px){


}

@media screen and (max-width:768px){
  .u_sec_title_area { margin-bottom: 50px; }
  .u_sec_title_area .u_sec_title { font-size: 1.2rem; padding: 0; width: 350px; }
  .u_sec { height: 20px; }
  .ribbon_img { height: 60px; }
  .ribbon_title { font-size: 1.2rem; }
  .u_text { font-size: 1.1rem; }


}

@media screen and (max-width:479px){
  .u_sec_title_area { margin-bottom: 30px; }
  .u_sec_title_area .u_sec_title { width: 85%; }
  .u_sec_p { font-size: 1rem; }
  h4 { font-size: 1rem; }
  .u_line span { padding: 0 5px; }
  .ribbon_img { width: 100% !important; height: auto !important; }
  .ribbon_title { font-size: 1rem; }
  .u_text { font-size: 1rem; }
  .split_area .split_box { width: 100%; }
}




/* ===================================================================
	/
	/	メインイメージ
	/
	=================================================================== */
  .u_main {position: relative; }
  .u_main .u_main_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .u_main .u_main_text .u_main_title {
    color: #fff;
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 3px;
    text-align: center;
  }
  .u_main .u_main_text > img { width: unset; }
  .u_main .u_main_text .u_main_title::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 40px);
    width: 80px;
    height: 2px;
    content: '';
    background: #fff;
  }


  @media only screen and (max-width: 1600px) {

  }

	@media only screen and (max-width:1400px){


  }

	@media only screen and (max-width:1024px){
    .u_main .u_main_text .u_main_title { font-size: 1.8rem; }
    .u_main .u_main_text .u_main_title::after { bottom: -15px; }

  }

	@media only screen and (max-width:768px){
    .u_main .u_main_text .u_main_title { font-size: 1.4rem; margin-bottom: 25px; }
    .u_main .u_main_text .u_main_title::after { width: 60px; left: calc(50% - 30px); bottom: -10px; }
    .u_main .u_main_text > img { height: 12px; }



	}


	@media only screen and (max-width:479px){
    .u_main .u_main_text > img { height: unset; width: unset !important; }

	}


/* ===================================================================
/
/	会社情報（company）
/
=================================================================== */
.company .s1 dl { width: 900px; margin: 0 auto; border-bottom: 1px solid #009f97; margin-bottom: 20px; }
.company .s1 dl dt, .company .s1 dl dd { font-size: 1.1rem; padding: 10px; }
.company .s1 dl dt { width: 40%; padding-left: 5%; color: #009f97; }
.company .s1 dl dd { width: 60%; }

.company .s2 { background-image: url(../images/company_s2_bg.webp); background-repeat: repeat; background-position: top left; background-size: auto; }
.company .s2 .policy_box { margin-bottom: 50px; }
.company .s2 .policy_box .num { width: 8%; margin-right: 3%; }
.company .s2 .policy_box h3 { font-size: 1.8rem; font-weight: bold; width: 85%; text-align: left; margin-bottom: 0; }
.company .s2 .policy_box .policy_text { margin-top: 30px; }
.company .s2 .policy_box .policy_text p { padding-left: 11%; line-height: 40px; }
span.marker { font-weight: bold; background: linear-gradient(transparent 60%, rgba(0,159,151,0.4) 0%);　}

.company .s3 .access_box { width: 45%; }
.company .s3 .access_box p { line-height: 50px; }
.company .s3 .access_box .access_text { margin-bottom: 20px; }
.company .s3 .access_box .access_text h4 { font-size: 1.5rem; font-weight: bold; /*width: 250px;*/ color: #009f97; border: 2px solid #009f97; border-radius: 5px; padding: 5px 20px; text-align: center; margin-bottom: 10px; }
.company .s3 .access_box .access_text .address { font-size: 1.3rem; margin-bottom: 40px; }
.company .s3 .access_box .access_text .traffic { font-size: 1.2rem; display: inline-block; color: #009f97; border-bottom: 1px solid #009f97; padding: 0 15px; line-height: 30px; margin-bottom: 10px; }
.company .s3 .access_box iframe { width: 100%; height: 350px; }



@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {
  .company .s1 dl { width: 95%; }
  .company .s1 dl dt, .company .s1 dl dd { font-size: 1rem; }
  .company .s2 .policy_box { width: 95%; margin: 0 auto 50px; }
  .company .s2 .policy_box h3 { font-size: 1.4rem; }
  .company .s3 .access_box { width: 48%; }
}

@media only screen and (max-width: 1100px) {


}


@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  .company .s1 dl dt { width: 30%; }
  .company .s1 dl dd { width: 70%; }
  .company .s2 .policy_box h3 { font-size: 1.1rem; }
  .company .s2 .policy_box .policy_text p { line-height: 30px; text-align: justify; }
  .company .s3 .access_box { margin: 0 auto 50px; width: 95%; }
  /*.company .s3 .access_box .access_text { width: 48%; }*/
  .company .s3 .access_box .access_text h4 { font-size: 1.2rem; }
  .company .s3 .access_box .access_text .address { font-size: 1.1rem; }
  .company .s3 .access_box .access_text .traffic { font-size: 1rem; }
  .company .s3 .access_box p { line-height: 35px; }
  .company .s3 .access_box iframe { width: 100%; }




}

@media only screen and (max-width: 479px) {
  .company .s1 dl dt, .company .s1 dl dd { font-size: 0.9rem !important; padding: 5px; line-height: 25px; }
  .company .s2 .policy_box { margin: 0 auto 30px; }
  .company .s2 .policy_box .num { width: 15%; margin-right: 5%; }
  .company .s2 .policy_box h3 { width: 80%; font-size: 1rem; }
  .company .s2 .policy_box .policy_text { margin-top: 20px; }
  .company .s2 .policy_box .policy_text p { padding-left: 0; }
  .company .s3 .access_box { margin-bottom: 30px; }
  .company .s3 .access_box p { line-height: 30px; }
  .company .s3 .access_box .access_text { width: 100%; margin: 10px auto; padding-left: 0; }
  .company .s3 .access_box .access_text h4 { font-size: 1.1rem; padding: 0 10px; width: 100%; }
  .company .s3 .access_box .access_text .address { margin-bottom: 20px; font-size: 1rem; }
  .company .s3 .access_box iframe { width: 100%; height: 250px; margin: 10px auto; }
  .company .s3 .access_box:last-of-type {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }

}


/* ===================================================================
/
/	個人情報保護方針（privacy）
/
=================================================================== */
.privacy h4 { margin: 100px 0 40px; }



@media only screen and (max-width: 768px) {
  .privacy h4 { margin: 50px 0 20px; }


}



/* ===================================================================
/
/	よくある質問（qa）
/
=================================================================== */
.qa .s1 { background-image: url(../images/qa_bg.webp); background-repeat: repeat; background-position: top left; background-size: auto; }
.qa .s1 .qa_box { margin-bottom: 80px; }
.qa .s1 .qa_box .q_area { background-color: #009f97; border-radius: 10px; padding: 30px 50px; }
.qa .s1 .qa_box .img_area { width: 5%; }
.qa .s1 .qa_box p { width: 93%; }
.qa .s1 .qa_box .q_area p { font-size: 1.4rem; color: #fff; }
.qa .s1 .qa_box .a_area { background-color: #fff; border: 3px solid #009f97; border-radius: 10px; padding: 30px 50px; }


@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1280px) {
  .qa .s1 .qa_box { margin-bottom: 50px; }
  .qa .s1 .qa_box .q_area p { font-size: 1.2rem; }
  .qa .s1 .qa_box .q_area { padding: 20px 30px; }
  .qa .s1 .qa_box .a_area { padding: 20px 30px; }
}


@media only screen and (max-width: 768px) {
  .qa .s1 .qa_box .q_area p { font-size: 1rem; }


}

@media only screen and (max-width: 479px) {
  .qa .s1 .qa_box { margin-bottom: 30px; }
  .qa .s1 .qa_box p { width: 90%; }
  .qa .s1 .qa_box .q_area { padding: 15px 20px; }
  .qa .s1 .qa_box .a_area { padding: 15px 20px; }


}



/* ===================================================================
/
/	私たちの理念（philosophy）
/
=================================================================== */
.philosophy .s1 { background-image: url(../images/philosophy_s1_bg.webp); background-repeat: repeat; background-position: top left; background-size: auto; }
.philosophy .s1 .u_green_waku { margin: 20px 0 100px; padding: 40px 30px; }

.philosophy .s2 .greeting_area {
  position: relative;
  background-image: url(../images/philosophy_s2_img02.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 25%;
  /*height: 900px;*/  /*画像ありの場合*/

  height: auto;  /*画像なしの場合*/
  padding-bottom: 150px;  /*画像なしの場合*/
}
.philosophy .s2 .greeting_area p { text-align: justify; margin-top: 35px; line-height: 35px; }
.philosophy .s2 .big { font-size: 120%; }

.philosophy .s3 { background-image: url(../images/philosophy_s3_bg.webp); background-repeat: repeat; background-position: top left; background-size: auto; }
.philosophy .s3 .safety_area { margin-bottom: 50px; }
.philosophy .s3 .safety_area .safety_box { width: 360px; height: 360px; border: 3px solid #009f97; border-radius: 50%; background-color: #fff; padding: 30px; }
.philosophy .s3 .safety_area .safety_box p { text-align: center; }
.philosophy .s3 .safety_area .safety_box .safety { color: #009f97; font-size: 1.3rem; font-weight: bold; margin-bottom: 30px; }



@media only screen and (max-width: 1280px) {
  .philosophy .s3 .safety_area { width: 95%; margin: 0 auto 50px; }
  .philosophy .s3 .safety_area .safety_box { width: 330px; height: 330px; }
  .philosophy .s3 .safety_area .safety_box .safety { font-size: 1.2rem; }

}

@media only screen and (max-width: 1100px) {
  .philosophy .s3 .safety_area { width: 100%; }
  .philosophy .s3 .safety_area .safety_box { width: 310px; height: 310px; }
  .philosophy .s3 .safety_area .safety_box p { font-size: 0.85rem; }
  .philosophy .s3 .safety_area .safety_box .safety { font-size: 1rem; }
}


@media only screen and (max-width: 768px) {
  .philosophy .s1 .u_green_waku { margin: 10px 0 50px; }
  /*.philosophy .s2 .greeting_area { height: 700px; }*/
  .philosophy .s2 .greeting_area { padding-bottom: 80px; }
  .philosophy .s2 .greeting_area p { margin-top: 30px; line-height: 30px; }
  .philosophy .s3 .safety_area .safety_box { padding: 25px; width: 235px; height: 235px; }
  .philosophy .s3 .safety_area .safety_box .safety { margin-bottom: 5px; }

}

@media only screen and (max-width: 479px) {
  .philosophy .s1 .u_green_waku { padding: 20px; margin: 10px 0 30px; }
  /*.philosophy .s2 .greeting_area { height: 620px; }*/
  .philosophy .s2 .greeting_area { padding-bottom: 30px; }
  .philosophy .s2 .greeting_area p { width: 95%; margin: 20px auto; line-height: 25px; text-align: justify; }
  .philosophy .s3 .safety_area { -webkit-box-pack: center; -ms-flex-pack: center;	justify-content: center; }
  .philosophy .s3 .safety_area .safety_box { margin-bottom: 20px; }
}



/* ===================================================================
/
/	プロナビの特徴（about）
/
=================================================================== */
.about .s1 { padding-top: 0; }
.about .s1 .u_sec_p { margin: 60px 0; line-height: 40px; }
.split_area { margin-bottom: 10px; }
.split_area .split_box_inner { text-align: center; width: 590px; padding: 50px; }
.split_area .split_box h4 { background-color: #fff; text-align: center; padding: 10px; border-radius: 50px; margin: 20px 0; }
.split_area .bg_green01 .split_box_inner { margin-left: auto; }
.split_area .bg_green01 h4 { color: #009f97; }
.split_area .bg_green02 h4 { color: #8bc01f; }
.split_area .split_box p { color: #fff; text-align: center; }

.about .s2 { background-image: url(../images/about_s2_bg.webp); background-repeat: repeat; background-position: top left; background-size: auto; }
.about .s2 .features_box { margin-bottom: 100px;}
.about .s2 .features_box > img { width: 35% }
.about .s2 .features_box .features_text { width: 60% }
.about .s2 .features_box .features_text p { line-height: 35px; }
.about .s2 .features_box .features_text h3 { font-size: 1.8rem; font-weight: bold; text-align: left; margin-bottom: 0; margin-left: 5%; line-height: 35px; }
.about .s2 .features_box .features_text .features_text_title { margin-bottom: 30px; }
.about .s2 .features_box .features_text .features_text_title .features_point { width: unset !important; }
.about .s2 .big { font-size: 120%; }

/*.about .s3 { background-image: url(../images/about_s3_bg.webp); background-repeat: repeat; background-position: top left; background-size: auto; }*/
.about .s3 {background-image: repeating-linear-gradient(120deg, transparent, transparent 10px, rgba(183, 223, 220, 1) 10px, rgba(183, 223, 220, 1) 11px )}
.about .s3 .support_area .support_box { width: 32%; padding: 30px; text-align: center; margin-bottom: 20px; }
.about .s3 .support_area .support_box h4 { color: #009f97; font-size: 1.4rem; font-weight: bold; margin: 20px 0; }

.about .s4 .flow_area { margin: 100px 0; }
.about .s4 .flow_area .flow_box { width: 25%; height: 320px; }
.about .s4 .flow_area .flow_box > div { padding: 80px 50px 50px; }
.about .s4 .flow_area .flow_box > div h4 { text-align: center; margin-bottom: 20px; }
.about .s4 .flow_area .flow_box > div p { font-size: 1rem; }
.about .s4 .flow_area .flow01 { background-image: url(../images/about_s4_bg01.webp); background-repeat: no-repeat; background-position: top; background-size: contain; }
.about .s4 .flow_area .flow02 { background-image: url(../images/about_s4_bg02.webp); background-repeat: no-repeat; background-position: top; background-size: contain; }
.about .s4 .flow_area .flow03 { background-image: url(../images/about_s4_bg03.webp); background-repeat: no-repeat; background-position: top; background-size: contain; }
.about .s4 .flow_area .flow04 { background-image: url(../images/about_s4_bg04.webp); background-repeat: no-repeat; background-position: top; background-size: contain; }




@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1280px) {
  .split_area .split_box_inner { width: 100%; }
  .about .s2 .features_box .features_text h3 { font-size: 1.4rem; }
  .about .s4 .flow_area .flow_box > div { padding: 30px 40px 30px; }
  .about .s4 .flow_area .flow_box > div p { font-size: 0.9rem; line-height: 25px; }


}

@media only screen and (max-width: 1100px) {


}


@media only screen and (max-width: 1024px) {
  .about .s3 .support_area .support_box { padding: 20px; }
  .about .s4 .flow_area { margin: 50px 0; }
  .about .s4 .flow_area .flow_box > div { padding: 10px 35px 30px; }
  .about .s4 .flow_area .flow_box > div h4 { font-size: 1rem; }


}

@media only screen and (max-width: 768px) {
  .split_area .split_box_inner .u_sec { height: unset; width: 80px !important; }
  .about .s1 .u_sec_p { width: 92%; margin: 30px auto; }
  .about .s1 .small { text-align: left !important; font-size: 75%; }
  .about .s2 .flex-r { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .about .s2 .features_box { width: 80%; margin: 0 auto 80px; }
  .about .s2 .features_box > img { width: 100%; margin-bottom: 20px; }
  .about .s2 .features_box .features_text { width: 100%; }
  .about .s3 .support_area .support_box { width: 48.5%; }
  .about .s3 .support_box .u_sec { height: unset; width: 100px !important; }
  .about .s3 .support_area .support_box h4 { font-size: 1.2rem; margin: 10px 0; }
  .about .s4 .flow_area { width: 90%;  margin: 50px auto; }
  .about .s4 .flow_area .flow_box { width: 45%; height: 300px; margin-bottom: 20px; }
  .about .s4 .flow_area .flow_box > div { padding: 30px 50px 30px; }

}

@media only screen and (max-width: 479px) {
  .split_area .split_box_inner { padding: 30px; }
  .about .s2 .features_box { width: 90%; margin: 0 auto 50px; }
  .about .s2 .features_box .features_text .features_text_title { margin-bottom: 20px; }
  .about .s2 .features_box .features_text .features_text_title .features_point { height: 50px; }
  .about .s2 .features_box .features_text h3 { font-size: 1.1rem; line-height: 25px; letter-spacing: 2px; margin-left: 4%; }
  .about .s2 .features_box .features_text p { line-height: 25px; }
  .about .s3 .support_area .support_box { width: 100%; }
  .about .s4 .flow_area { width: 95%;  margin: 30px auto; }
  .about .s4 .flow_area .flow_box { width: 100%; height: 220px; margin-bottom: 0; }
  .about .s4 .flow_area .flow_box > div { padding: 50px 25px 30px; }
  .about .s4 .flow_area .flow_box > div h4 { text-align: center; margin-bottom: 10px; }
  .about .s4 .flow_area .flow_box > div p { font-size: 0.9rem; line-height: 23px; }
  .about .s4 .flow_area .flow01 { background-image: url(../images/about_s4_bg01_sp.webp); }
  .about .s4 .flow_area .flow02 { background-image: url(../images/about_s4_bg02_sp.webp); }
  .about .s4 .flow_area .flow03 { background-image: url(../images/about_s4_bg03_sp.webp); }
  .about .s4 .flow_area .flow04 { background-image: url(../images/about_s4_bg04_sp.webp); }


}



/* ===================================================================
/
/	採用情報（recruit）
/
=================================================================== */
.recruit .s1 { background-image: url(../images/recruit_bg.webp); background-repeat: repeat; background-position: top left; background-size: auto; }
.recruit .s1 .u_text { color: #009f97; margin-bottom: 50px; }
.recruit .s1 .u_green_waku { padding: 60px 60px 80px; border-radius: 30px; }
.recruit .s1 .u_green_waku dl { width: 900px; margin: 0 auto; border-bottom: 1px solid #009f97; margin-bottom: 30px; padding-bottom: 30px; }
.recruit .s1 .u_green_waku dl dt, .company .s1 dl dd { font-size: 1.1rem; padding: 10px; }
.recruit .s1 .u_green_waku dl dt { width: 30%; padding-left: 5%; font-weight: bold; }
.recruit .s1 .u_green_waku dl dd { width: 70%; }
.recruit .s1 .u_green_waku p { width: 900px; margin: 0 auto; }
.recruit .s1 .syousai { width: 100%; padding: 80px 0; margin:100px 0 50px; text-align: center; }
.recruit .s1 .syousai .u_text { color: #fff; margin-bottom: 0; position: relative; display: inline-block; }
.recruit .s1 .syousai .u_text::before {
    position: absolute;
    top: -25px;
    left: -40px;
    content: "";
    display: inline-block;
    background-image: url(../images/deco04.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}


@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {
  .recruit .s1 .u_green_waku dl { width: 100%; }
  .recruit .s1 .u_green_waku dl dt, .recruit .s1 .u_green_waku dl dd { font-size: 1rem; }
  .recruit .s1 .u_green_waku p { width: 100%; }
  .recruit .s1 .syousai .u_text::before { width: 30px; height: 30px; top: -20px; left: -30px; }
}

@media only screen and (max-width: 1100px) {


}


@media only screen and (max-width: 1024px) {
  .recruit .s1 .syousai { padding: 50px 0; margin: 80px 0 20px; }

}

@media only screen and (max-width: 768px) {
  .recruit .s1 .u_text { margin-bottom: 30px; }
  .recruit .s1 .u_green_waku { padding: 40px; }
  .recruit .s1 .u_green_waku dl { margin-bottom: 20px; padding-bottom: 20px; }


}

@media only screen and (max-width: 479px) {
  .recruit .s1 .u_text { margin-bottom: 20px; }
  .recruit .s1 .u_green_waku { padding: 25px; }
  .recruit .s1 .u_green_waku dl { margin-bottom: 10px; padding-bottom: 10px; }
  .recruit .s1 .u_green_waku dl dt, .recruit .s1 .u_green_waku dl dd { font-size: 0.8rem; padding: 5px; line-height: 25px; }
  .recruit .s1 .u_green_waku p { font-size: 0.8rem; }
  .recruit .s1 .syousai { margin: 50px 0 20px; padding: 40px; }
  .recruit .s1 .syousai .u_text::before { width: 18px; height: 18px; top: -10px; left: -20px; }
}




/* ===================================================================
/
/	講師紹介（teacher）
/
=================================================================== */
.teacher .s1 { margin-bottom: 50px; }
.teacher h4 { font-size: 1.4rem; }
.teacher .s1 .atsui_area { margin-top: 100px; }
.teacher .s1 .atsui_area .atsui_box { width: 31%; border-radius: 20px; background-color: #fff; }
.teacher .s1 .atsui_area .atsui_box h4 { color: #fff; background-color: #8bc01f; text-align: center; border-radius: 20px 20px 0 0; width: 100%; height: 100px; }
.teacher .s1 .atsui_area .atsui_box p { padding: 45px; height: 250px; }

.teacher .s2 .teacher_area { margin: 50px 0; }
.teacher .s2 .teacher_area .teacher_box { border-bottom: 1px solid #000; padding: 100px 0; }
.teacher .s2 .teacher_area .teacher_box:last-of-type { border-bottom: none; }
.teacher .s2 .teacher_area .teacher_box img { width: 25%; }
.teacher .s2 .teacher_area .teacher_box .teacher_text { width: 70%; }
.teacher .s2 .teacher_area .teacher_box .teacher_text h4 { color: #fff; padding: 20px; margin-bottom: 30px; display: inline-block; width: 50%; }
.teacher .s2 .teacher_area .teacher_box .teacher_b h4 { background-color: #036eb4; }
.teacher .s2 .teacher_area .teacher_box .teacher_g h4 { background-color: #009f97; }
.teacher .s2 .teacher_area .teacher_box .teacher_text .omoide { font-weight: bold; padding-bottom: 5px; display: inline-block; margin: 30px 0 20px; }
.teacher .s2 .teacher_area .teacher_box .teacher_b .omoide { color: #036eb4; border-bottom: 1px solid #036eb4; }
.teacher .s2 .teacher_area .teacher_box .teacher_g .omoide { color: #009f97; border-bottom: 1px solid #009f97; }
.teacher .s2 .teacher_area .teacher_box .img02 { width: 45%; }




@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {
  .teacher h4 { font-size: 1.2rem; }

}

@media only screen and (max-width: 1100px) {


}


@media only screen and (max-width: 1024px) {
  .teacher .s1 .atsui_area { margin-top: 60px; }
  .teacher .s2 .teacher_area .teacher_box { padding: 60px 0; }

}

@media only screen and (max-width: 768px) {
  .teacher .s1 .atsui_area .atsui_box { width: 100%; margin-bottom: 30px;}
  .teacher .s1 .atsui_area .atsui_box h4 { height: 80px; }
  .teacher .s1 .atsui_area .atsui_box p { padding: 20px 45px; height: auto; }
  .teacher .s2 .teacher_area { margin: 0; }
  .teacher .s2 .teacher_area .teacher_box .teacher_text h4 { width: 70%; }

}

@media only screen and (max-width: 479px) {
  .teacher h4 { font-size: 1.1rem; }
  .teacher .s1 .atsui_area .atsui_box p { padding: 20px 30px; }
  .teacher .s2 .teacher_area .teacher_box img { width: 60%; margin: 0 auto 20px; }
  .teacher .s2 .teacher_area .teacher_box .teacher_text { width: 100%; }
  .teacher .s2 .teacher_area .teacher_box .teacher_text h4 { width: 100%; padding: 10px 20px; }
  .teacher .s2 .teacher_area .teacher_box .img02 { width: 90%; margin: 0 auto 20px; }
}




/* ===================================================================
/
/	お問い合わせ（contact）
/
=================================================================== */
/* 共通 */
.contact_title_area { background-color: #8bc01f; border-radius: 15px; padding: 40px; text-align: center;}
.contact_title_area .u_text { color: #fff; }

/* 入力ページ */
.contact .s1 .contact_waku { width: 900px; margin: 0 auto; text-align: center; }
.contact .s1 .u_text { margin-bottom: 50px; }
.contact_waku .u_text { position: relative; color: #8bc01f; text-align: center; margin-bottom: 30px !important; display: inline-block; }
.contact_waku .u_text::before {
  position: absolute;
  top: -25px;
  left: -40px;
  content: "";
  display: inline-block;
  background-image: url(../images/deco02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

.contact_title_area .u_text { position: relative; display: inline-block; }
.contact_title_area .u_text::before {
  position: absolute;
  top: -25px;
  left: -40px;
  content: "";
  display: inline-block;
  background-image: url(../images/deco04.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}
.form_area { margin: 80px 0 0; }

/* mailform */
.contact form#mail_form, .trial form#mail_form { width: 90%; }
.contact form#mail_form dl dt, .trial form#mail_form dl dt { width: 30% !important; font-size: 1.2rem; text-align: left; margin-right: 10px; font-weight: bold; padding: 30px 0 !important; }
.contact form#mail_form dl dt span, .trial form#mail_form dl dt span { float: right !important; padding: 2px 10px !important; border-radius: 50px !important; font-size: 0.9rem !important; }
.contact form#mail_form dl dt span.required, .trial form#mail_form dl dt span.required { background-color: #c9001d; border: 1px solid #c9001d; }
.contact form#mail_form dl dt span.optional, .trial form#mail_form dl dt span.optional { display: none; }
.contact form#mail_form dl dd, .trial form#mail_form dl dd { width: 68% !important; padding: 20px 0 20px 3% !important; }
.contact form#mail_form input, .contact form#mail_form textarea,
.trial form#mail_form input, .trial form#mail_form textarea {
  font-size: 1.2rem !important;
  width: 100% !important;
  /*color: rgba(0,0,0,0.6) !important;*/
  background-color: #ededed !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 0 20px !important;
}
.contact form#mail_form input, .trial form#mail_form input { height: 2.5em !important; }
.contact form#mail_form input#form_submit_button { color: #fff !important; background-color: #8bc01f !important; border-radius: 50px !important; font-size: 1.4rem !important; font-weight: bold; }



/* 送信完了ページ */

.contact_waku { border: 3px solid #8bc01f; background-color: #fff; padding: 50px 70px; border-radius: 15px; }
.contact_waku a { color: #8bc01f; text-decoration: none; }


@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {
  .contact .s1 .contact_waku { width: 95%; }
  .contact_waku .u_text::before { width: 30px; height: 30px; top: -20px; left: -30px; }
  .contact_title_area .u_text::before { width: 30px; height: 30px; top: -20px; left: -30px; }
  .contact form#mail_form, .trial form#mail_form { width: 100%; }

}

@media only screen and (max-width: 1100px) {


}


@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 768px) {
  .contact_title_area { padding: 20px; }
  .contact_waku { padding: 30px; }
  .contact_waku .u_text::before { width: 18px; height: 18px; top: -10px; left: -20px; }
  .form_area { margin: 50px 0 0; }
  .contact_title_area .u_text::before { width: 18px; height: 18px; top: -10px; left: -20px; }
  .contact form#mail_form dl dt, .trial form#mail_form dl dt { padding: 0 !important; margin-bottom: 10px; width: auto !important; }
  .contact form#mail_form dl dt span.required, .trial form#mail_form dl dt span.required { margin-right: 0; margin-bottom: 0; margin-right: 60%; }
  .contact form#mail_form dl dd, .trial form#mail_form dl dd { padding: 0 !important; width: 100% !important; margin-bottom: 30px; }
  .contact form#mail_form p#form_submit, .trial form#mail_form p#form_submit { width: 50%; }

}

@media only screen and (max-width: 479px) {
  .contact_waku { padding: 20px; }
  .contact .s2 .u_sec_p { font-size: 0.9rem; }
  .form_area { margin: 30px 0 0; }
  .contact form#mail_form dl, .trial form#mail_form dl { width: 95% !important; }
  .contact form#mail_form dl dt, .trial form#mail_form dl dt { font-size: 1rem !important; margin-bottom: 5px; }
  .contact form#mail_form dl dt span, .trial form#mail_form dl dt span { font-size: 0.8rem !important; }
  .contact form#mail_form dl dt span.required, .trial form#mail_form dl dt span.required { margin-right: 0; }
  .contact form#mail_form dl dd, .trial form#mail_form dl dd { margin-bottom: 20px; }
  .contact form#mail_form input, .trial form#mail_form input { height: 3em !important; }
  .contact form#mail_form input, .contact form#mail_form textarea,
  .trial form#mail_form input, .trial form#mail_form textarea {
    font-size: 0.9rem !important; padding: 0 10px !important;
  }
  .contact form#mail_form p#form_submit, .trial form#mail_form p#form_submit { width: 80%; padding: 10px 0; }
  .contact form#mail_form input#form_submit_button { font-size: 1.1rem !important; }
}



/* ===================================================================
/
/	体験入学申し込み（trial）
/
=================================================================== */
.trial .s1 .split_area .ribbon { background-image: url(../images/trial_ribbon_bg.webp); background-repeat: no-repeat; background-position: center; background-size: 90%; }
.trial .s1 .split_area .ribbon { text-align: center; padding: 10px; margin: 20px 0; font-weight: bold; }
.trial .s1 .split_area .bg_green01 .split_box_inner { margin-left: auto; }
.trial .s1 .split_area .bg_green01 .ribbon { color: #009f97; }
.trial .s1 .split_area .bg_green02 .ribbon { color: #8bc01f; }
.trial .s2 .u_text { margin-bottom: 50px; }
.trial .trial_waku { border: 3px solid #009F97; }
.trial .trial_waku .u_text { color: #009F97; margin-bottom: 30px; }
.trial .trial_waku .u_text::before { background-image: url(../images/deco01.webp); }
.trial .trial_title_area { background-color: #009F97; }
.trial .s2 .trial_waku { width: 900px; margin: 0 auto; text-align: center; }
.trial form#mail_form input#form_submit_button { background-color: #009F97 !important; }
.trial form#mail_form dl dd ul { padding: 5px 0; }
.trial form#mail_form dl dd ul li { margin-right: 20px; }
.trial form#mail_form dl dd ul li label { font-size: 1.2rem; }
.trial form#mail_form input[type="radio"] {appearance: auto; height: auto !important; width: unset !important; }
.trial form#mail_form dl dd .sentaku { font-size: 1.2rem; padding: 10px 5px; font-family: inherit; width: 50%; background-color: #ededed !important; border-radius: 10px !important; border: none !important; }
.trial form#mail_form dl dd .date { width: 50% !important; }
.trial form#mail_form input#form_submit_button {
    color: #fff !important;
    background-color: #009F97 !important;
    border-radius: 50px !important;
    font-size: 1.4rem !important;
    font-weight: bold;
}
.trial_waku a { color: #009F97; text-decoration: none; }


@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {
  .trial .s2 .trial_waku { width: 95%; }


}

@media only screen and (max-width: 1100px) {


}


@media only screen and (max-width: 1024px) {
  .trial form#mail_form dl dd ul li label { font-size: 1rem; }

}

@media only screen and (max-width: 768px) {



}

@media only screen and (max-width: 479px) {
  .trial .s3 .u_sec_p { font-size: 0.9rem; }
  .trial form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"] { margin: 0 !important; }
  .trial form#mail_form dl dd ul li { margin-bottom: 10px; }
  .trial form#mail_form dl dd ul .renraku { width: 40%; }
  .trial form#mail_form dl dd .sentaku { width: 100%; }
  .trial form#mail_form dl dd .date { width: 100% !important; }
  .trial form#mail_form input#form_submit_button { font-size: 1.1rem !important; }
}




/* ===================================================================
/
/	小学生コース（e-school）
/
=================================================================== */
/* コース共通 */
.elementary_bg { background-color: #009F97; display: inline-block; }
.junior-high_bg { background-color: #8BC01F; display: inline-block; }
.high_bg { background-color: #006834; display: inline-block; }
.elementary_bg02 { background-color: rgba(0,159,151,0.3); }
.junior-high_bg02 { background-color: rgba(139,192,31,0.3); }
.high_bg02 { background-color: rgba(0,104,52,0.3); }
.elementary_text { color: #009F97 !important; }
.junior-high_text { color: #8BC01F !important; }
.high_text { color: #006834 !important; }


.school .u_main .school_main_text {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 35%;
  text-align: center;
}
.school .u_main .school_main_text .school_main_title { font-size: 2.2rem; color: #fff; font-weight: bold; margin-bottom: 30px; letter-spacing: 3px; text-align: center; padding: 15px 30px; border-radius: 10px; }
.school .u_main .school_main_text .u_text { margin-bottom: 30px; }
.school .u_main .school_main_text p { text-align: center; }

.school .s1 { background-image: url(../images/school_s1_bg.webp); background-repeat: repeat; background-position: top left; background-size: auto; }
.school .s1 .u_sec_title_area .u_sec_title { position: relative; width: auto; padding: 15px 80px; border-radius: 20px; }
.school .s1 .u_sec_title_area .u_sec_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
}
.e-school .s1 .u_sec_title_area .u_sec_title::after { border-color: transparent #009F97 transparent transparent; }
.jh-school .s1 .u_sec_title_area .u_sec_title::after { border-color: transparent #8BC01F transparent transparent; }
.h-school .s1 .u_sec_title_area .u_sec_title::after { border-color: transparent #006834 transparent transparent; }
.school .s1 .point_area .point_waku { width: 49%; margin-bottom: 20px;  border-radius: 10px; background-color: #fff; padding: 20px; text-align: center; }
.e-school .s1 .point_area .point_waku { border: 3px solid #009F97;  }
.jh-school .s1 .point_area .point_waku { border: 3px solid #8BC01F;  }
.h-school .s1 .point_area .point_waku { border: 3px solid #006834;  }
.school .s1 .point_area .point_waku > div { display: flex; align-items: center; justify-content: center; width: fit-content; max-width: 100%; padding: 8px 30px; border-radius: 5px; margin: 0 auto 30px; line-height: 0; }
.school .s1 .point_area .point_waku > div img { display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; }
.school .s1 .point_area .point_waku h4 { font-size: 1.4rem; line-height: 40px; margin-bottom: 20px; height: 80px; }
.school .s1 .point_area .point_waku h4 span { font-weight: bold; }
.school .s1 .point_area .point_waku > p { padding: 30px; border-radius: 10px; }

.school .s2 .s2_inner { position: relative; height: 500px; }
.h-school .s2 .s2_inner { height: 650px; }
.school .s2 .s2_inner > img { width: 55%; position: absolute; top: 0; left: 0; }
.school .s2 .s2_inner .text_area { width: 50%; position: absolute; bottom: 0; right: 0; background-color: #fff; border-radius: 10px; padding: 60px 80px; }
.h-school .s2 .s2_inner .text_area { width: 60%; }
.school .s2 .s2_inner .text_area h3 { text-align: left; line-height: 50px; margin-bottom: 30px; }
.school .s2 .tcsi_area { margin: 50px 0; }
.school .s2 .tcsi_area .tcsi_box { width: 24%; }
.school .s2 .tcsi_area .tcsi_box h4 { color: #fff; background-color: #8bc01f; text-align: center; border-radius: 20px 20px 0 0; width: 100%; padding: 15px 0; }
.school .s2 .tcsi_area .tcsi_box > div { background-color: #fff; padding: 20px 30px 30px; border: 3px solid #8BC01F; border-top: none; border-radius: 0 0 20px 20px;}
.school .s2 .tcsi_area .tcsi_box > div > p { font-size: 1rem; }
.school .s2 .tcsi_area .tcsi_box > div p.bold { height: 80px; }

.school .s3 .school_box { margin: 80px 0; padding-bottom: 80px; border-bottom: 1px solid #000; }
.school .s3 .school_box:last-of-type { border-bottom: none; }
.school .s3 .school_box .school_text { width: 60%; }
.school .s3 .school_box .school_text2 { margin-bottom: 30px; }
.school .s3 .school_box .gakunen { color: #fff; display: inline-block; letter-spacing: 3px; margin-bottom: 30px; border-radius: 5px; padding: 0 20px; }
.e-school .s3 .school_box .gakunen { background-color: #006834; }
.jh-school .s3 .school_box .gakunen { background-color: #8BC01F; }
.h-school .s3 .school_box .gakunen { background-color: #009F97; }
.school .s3 .school_box h3 { font-size: 1.8rem; text-align: left; line-height: 40px; }
.school .s3 .school_box .school_img { width: 35%; }
.school .s3 .school_box .p_area { margin: 20px 0 30px; }
.school .s3 .school_box .p_area p { font-size: 1rem; font-weight: bold; padding: 2px 10px; text-align: center; border-radius: 5px; line-height: normal; margin-right: 10px; }
.p01 { color: #036EB4; border: 1px solid #036EB4; }
.p02 { color: #8BC01F; border: 1px solid #8BC01F; }
.p03 { color: #D1AA05; border: 1px solid #D1AA05; }
.p04 { color: #F28022; border: 1px solid #F28022; }
.p05 { color: #43BCFF; border: 1px solid #43BCFF; }
.school .s3 .school_box .school_text > p { margin-bottom: 30px; }
.school .s3 .school_box .school_text > p.elementary_bg02,
.school .s3 .school_box .school_text > p.junior-high_bg02,
.school .s3 .school_box .school_text > p.high_bg02 { padding: 30px; border-radius: 10px; }

.school .s4 { background-image: url(../images/school_s4_bg.webp); background-repeat: no-repeat; background-position: center; background-size: cover; }
.school .s4 > div > div > p { color: #fff; width: 70%; margin: 50px auto 50px; }
.school .s4 .u_sec_title_area .u_sec_title { position: relative; width: auto; padding: 15px 80px; border-radius: 20px; background-color: #fff; display: inline-block; }
.school .s4 .u_sec_title_area .u_sec_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #fff transparent transparent;
}
.school .s4 .s4_inner { padding: 30px; border-radius: 20px; }
.school .s4 .style_area {  }
.school .s4 .style_area .style_box { width: 48%; background-color: #fff; text-align: center; padding: 50px; border-radius: 20px; }
.school .s4 .style_area .style_box h4 { position: relative; font-size: 1.4rem; margin-bottom: 40px; }
.school .s4 .style_area .style_box h4::after {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
}
.school .s4 .elementary_bg .style_area .style_box h4::after { background: #009F97; }
.school .s4 .junior-high_bg .style_area .style_box h4::after { background: #8BC01F; }
.school .s4 .high_bg .style_area .style_box h4::after { background: #006834; }
.school .s4 .style_area .style_box ul li { font-size: 1.1rem; line-height: 35px; }

.school .s5 { text-align: center; }
.school .s5 ul li { width: 30%; margin: 0 auto 20px; text-align: center; }
.school .s5 ul li a .success_img { width: 100%; height: 250px; position: relative; overflow: hidden; margin: 0 auto 10px; }
.school .s5 ul li a .success_img img {
  position: absolute;
  margin: auto;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.school .s5 ul li a .success_title { font-size: 1.1rem; font-weight: bold; margin-bottom: 10px; }
.school .s5 ul li a .success_text { font-size: 1rem; color: #000; text-align: justify; }

/*.e-school .s5 ul li { border: 3px solid #009F97; }
.jh-school .s5 ul li { border: 3px solid #8BC01F; }
.h-school .s5 ul li { border: 3px solid #006834; }*/
.e-school .s5 ul li a .success_title { color: #009F97; }
.jh-school .s5 ul li a .success_title { color: #8BC01F; }
.h-school .s5 ul li a .success_title { color: #006834; }





@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1280px) {
  .school .u_main .school_main_text { left: 10%; width: 40%; }
  .school .u_main .school_main_text .school_main_title { font-size: 1.8rem; padding: 10px 30px; }
  .school .u_main .school_main_text .u_text { margin-bottom: 20px; }
  .school .s2 .s2_inner .text_area { padding: 50px 60px; }
  .school .s2 .s2_inner .text_area h3 { line-height: 40px; }
  .school .s2 .tcsi_area .tcsi_box > div { padding: 10px 20px 20px; }
  .school .s2 .tcsi_area .tcsi_box > div > p { font-size: 0.9rem; line-height: 25px; }
  .school .s3 .school_box h3 { font-size: 1.6rem; }
  .school .s4 .style_area .style_box h4 { font-size: 1.2rem; }

}

@media only screen and (max-width: 1100px) {


}


@media only screen and (max-width: 1024px) {
  .school .u_main .school_main_text { left: 10%; width: 50%; }
  .school .u_main .school_main_text .school_main_title { margin-bottom: 20px; }
  .school .u_main .school_main_text .u_text { margin-bottom: 10px; }
  .school .s3 .school_box h3 { font-size: 1.4rem; }
}

@media only screen and (max-width: 768px) {
  .school .u_main .school_main_text { left: 5%; }
  .school .u_main .school_main_text .school_main_title { font-size: 1.4rem; padding: 8px 30px; margin-bottom: 15px; }
  .school .s1 .u_sec_title_area .u_sec_title { padding: 5px 50px; }
  .school .s1 .point_area .point_waku {width: 80%; margin: 0 auto 20px; }
  .school .s1 .point_area .point_waku h4 { font-size: 1.2rem; line-height: 35px; }
  .school .s2 .s2_inner { height: 600px; }
  .h-school .s2 .s2_inner { height: 750px; }
  .school .s2 .s2_inner > img { width: 80%; }
  .school .s2 .s2_inner .text_area { width: 90%; padding: 30px; }
  .school .s2 .s2_inner .text_area h3 { margin-bottom: 15px; }
  .school .s2 .tcsi_area .tcsi_box { width: 49%; margin-bottom: 20px; }
  .school .s3 .school_box { margin: 50px 0; padding-bottom: 50px; }
  .school .s3 .school_box .school_text { width: 90%; margin: 0 auto 20px; }
  .school .s3 .school_box .school_img { width: 70%; margin: 0 auto; }
  .school .s3 .school_box .p_area p { font-size: 0.9rem; }
  .school .s3 .school_box .school_text2 { width: 90%; margin: 0 auto 20px; }
  .school .s4 .u_sec_title_area .u_sec_title { padding: 5px 50px; }
  .school .s4 > div > div > p { width: 90%; margin: 30px auto; }
  .school .s4 .s4_inner { padding: 10px 30px; }
  .school .s4 .style_area .style_box { width: 90%; margin: 0 auto 20px; padding: 30px; }
  .school .s4 .style_area .style_box ul li { font-size: 0.9rem; line-height: 30px; }
  .school .s5 ul li { width: 70%; }
  .school .s5 ul li a .success_title { font-size: 1.2rem; }



}

@media only screen and (max-width: 479px) {
  .school .u_main .school_main_text { text-align: left; width: 100%; bottom: 0; }
  .school .u_main .school_main_text .school_main_title { text-align: left; font-size: 1.2rem; padding: 5px 15px; margin-bottom: 10px; }
  .school .u_main .school_main_text p { text-align: left; font-size: 0.8rem; }
  .school .u_main .school_main_text .u_text { text-align: left; font-size: 1rem; margin-bottom: 3px; }
  .school .s1 .u_sec_title_area .u_sec_title { font-size: 1rem; letter-spacing: 3px; padding: 5px 30px; }
  .school .s1 .point_area .point_waku { width: 100%; padding: 15px; }
  .school .s1 .point_area .point_waku > div { margin-bottom: 20px; }
  .school .s1 .point_area .point_waku h4 { font-size: 1rem; line-height: 30px; height: auto; }
  .school .s1 .point_area .point_waku > p { padding: 15px; }
  .school .s2 .s2_inner { height: 480px; }
  .h-school .s2 .s2_inner { height: 600px; }
  .school .s2 .s2_inner > img { width: 90%; }
  .school .s2 .s2_inner .text_area { width: 95%; padding: 20px; }
  .school .s2 .s2_inner .text_area h3 { font-size: 1rem; line-height: 30px; }
  .school .s3 .school_box { margin: 30px 0; padding-bottom: 30px; }
  .school .s3 .school_box .gakunen { margin-bottom: 20px; }
  .school .s3 .school_box h3 { font-size: 1.1rem; line-height: 30px; }
  .school .s3 .school_box .p_area { margin: 20px 0 10px; }
  .school .s3 .school_box .p_area p { font-size: 0.8rem; margin-bottom: 10px; padding: 2px 5px; }
  .school .s3 .school_box .school_text { margin: 0 auto; }
  .school .s3 .school_box .school_text > p { margin-bottom: 20px; }
  .school .s3 .school_box .school_img { width: 90%; }
  .school .s3 .school_box .school_text > p.elementary_bg02, .school .s3 .school_box .school_text > p.junior-high_bg02, .school .s3 .school_box .school_text > p.high_bg02 { padding: 20px; }
  .school .s4 .u_sec_title_area .u_sec_title { font-size: 1rem; letter-spacing: 3px; padding: 5px 30px; }
  .school .s4 .s4_inner { padding: 20px 20px 10px; }
  .school .s4 > div > div > p { margin: 0 auto 20px; }
  .school .s4 .style_area .style_box { width: 100%; padding: 20px; }
  .school .s4 .style_area .style_box h4 { font-size: 1rem; line-height: 30px; margin-bottom: 20px; }
  .school .s4 .style_area .style_box h4::after { bottom: -10px; width: 40px; left: calc(50% - 20px); }
  .school .s5 ul li { width: 95%; }
  .school .s5 ul li a .success_img { height: 250px; }
  .school .s5 ul li a .success_title { font-size: 1.1rem; }



}









/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .company .s3 .access_box iframe { height: 300px; }
  .trial form#mail_form dl dd ul li { width: 45%; }
  .trial form#mail_form dl dd ul li label {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
  .trial form#mail_form dl dd ul li label > input { width: 30px !important; }
  .trial form#mail_form input[type='radio'] { height: 1em !important; margin-top: 0 !important; }
}




/* ===================================================================
/
/	メインイメージ
/
=================================================================== */



@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1100px) {


}


@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 479px) {


}
