@charset "UTF-8";
/* CSS Document */

/* 山﨑高等技術専門校 */
@media (min-width: 1224px){
	/* 目指す環境 */
	.education_title{ background-color: #2d9e91; border-radius: 50px; text-align: center; color: #fff; font-size: 28px; display: inline-block; padding: 25px 70px; font-weight: bold; margin: 0 auto 60px;}
	.education_flex{ display: flex; text-align: left;}
	.education_flex>div:first-child{ width: 50%;}
	.education_flex>div:last-child{ width: 50%; padding: 30px 40px;}
	.education_flex_2>div:first-child{ order: 1;}
	.education_flex_2>div:last-child{ order: 0;}
	.education_flex>div img{ width: 100%; height: auto;}
	.education_flex>div img.icon1{ width: 130px; height: auto;}
	.education_flex>div img.icon2{ width: 170px; height: auto;}
	.education_flex>div img.icon3{ width: 160px; height: auto;}
	.education_flex .education_flex_text span{ color: #c6242f; display: block; font-weight: bold; margin-bottom: 10px; font-size: 18px;}
	.education_flex .education_flex_text span img{ width: 80px; height: auto; margin-left: 10px;}
	.education_flex .education_flex_text strong{ font-size: 32px;}
	.education_flex .education_flex_text p{ margin: 20px 0 0; font-size: 20px;}
	
	.education_flex .education_flex_flex{ display: flex; align-items: center;}
	.education_flex .education_flex_flex>div:first-child{ width: 70%;}
	.education_flex .education_flex_flex>div:last-child{ width: 30%; text-align: right;}
}
@media (min-width: 768px) and (max-width: 1223.98px){
	/* 目指す環境 */
	.education_title{ background-color: #2d9e91; border-radius: 50px; text-align: center; color: #fff; font-size: 28px; display: inline-block; padding: 25px 70px; font-weight: bold; margin: 0 auto 60px;}
	.education_flex{ display: flex; text-align: left;}
	.education_flex>div:first-child{ width: 50%;}
	.education_flex>div:last-child{ width: 50%; padding: 20px 40px;}
	.education_flex_2>div:first-child{ order: 1;}
	.education_flex_2>div:last-child{ order: 0;}
	.education_flex>div img{ width: 100%; height: auto;}
	.education_flex>div img.icon1{ width: 110px; height: auto;}
	.education_flex>div img.icon2{ width: 125px; height: auto;}
	.education_flex>div img.icon3{ width: 120px; height: auto;}
	.education_flex .education_flex_text span{ color:  #c6242f; display: block; font-weight: bold; margin-bottom: 10px; font-size: 18px;}
	.education_flex .education_flex_text span img{ width: 80px; height: auto; margin-left: 10px;}
	.education_flex .education_flex_text strong{ font-size: 24px;}
	.education_flex .education_flex_text p{ margin: 15px 0 0; font-size: 16px;}
	
	.education_flex .education_flex_flex{ display: flex; align-items: center;}
	.education_flex .education_flex_flex>div:first-child{ width: 70%;}
	.education_flex .education_flex_flex>div:last-child{ width: 30%; text-align: right;}
}
@media (min-width: 1450px){	
	/* 1日のスケジュール */
	.education_schedule{ display: flex; align-items: center;}
	.education_schedule small{ display: block; font-size: 13px; margin-top: 3px;}
	.education_schedule>div:nth-child(1){ width: 480px;}
	.education_schedule>div:nth-child(1) img{ width: 230px; height: auto; border-radius: 5px;}
	.education_schedule>div:nth-child(2){ width: 480px; padding: 0 10px;}
	.education_schedule>div:nth-child(2) img{ width: 460px; height: auto;}
	.education_schedule>div:nth-child(3){ width: 480px;}
	.education_schedule>div:nth-child(3) img{ width: 230px; height: auto; border-radius: 5px;}
	.education_schedule_flex{ display: flex; margin: 20px 0 0;}
	.education_schedule_flex>div:first-child { margin-right: 10px;}
	.education_schedule_flex>div:last-child { margin-left: 10px;}
	.education_mt20{ margin-top: 20px;}
	.education_schedule_sp{ display: none;}
	.education_schedule .small_left { text-align: left; display: block;}
}
@media (min-width: 1370px) and (max-width: 1449.98px){
	/* 1日のスケジュール */
	.education_schedule{ display: flex; align-items: center; justify-content: center;}
	.education_schedule small{ display: block; font-size: 12px; margin-top: 3px;}
	.education_schedule>div:nth-child(1){ width: 450px;}
	.education_schedule>div:nth-child(1) img{ width: 215px; height: auto; border-radius: 5px;}
	.education_schedule>div:nth-child(2){ width: 450px; padding: 0 10px;}
	.education_schedule>div:nth-child(2) img{ width: 430px; height: auto;}
	.education_schedule>div:nth-child(3){ width: 450px;}
	.education_schedule>div:nth-child(3) img{ width: 215px; height: auto; border-radius: 5px;}
	.education_schedule_flex{ display: flex; margin: 20px 0 0;}
	.education_schedule_flex>div:first-child { margin-right: 10px;}
	.education_schedule_flex>div:last-child { margin-left: 10px;}
	.education_mt20{ margin-top: 20px;}
	.education_schedule_sp{ display: none;}
	.education_schedule .small_left { text-align: left; display: block;}
}
@media (min-width: 1260px) and (max-width: 1369.98px){
	/* 1日のスケジュール */
	.education_schedule{ display: flex; align-items: center; justify-content: center;}
	.education_schedule small{ display: block; font-size: 11px; margin-top: 3px;}
	.education_schedule>div:nth-child(1){ width: 410px;}
	.education_schedule>div:nth-child(1) img{ width: 195px; height: auto; border-radius: 5px;}
	.education_schedule>div:nth-child(2){ width: 420px; padding: 0 5px;}
	.education_schedule>div:nth-child(2) img{ width: 410px; height: auto;}
	.education_schedule>div:nth-child(3){ width: 410px;}
	.education_schedule>div:nth-child(3) img{ width: 195px; height: auto; border-radius: 5px;}
	.education_schedule_flex{ display: flex; margin: 20px 0 0;}
	.education_schedule_flex>div:first-child { margin-right: 10px;}
	.education_schedule_flex>div:last-child { margin-left: 10px;}
	.education_mt20{ margin-top: 20px;}
	.education_schedule_sp{ display: none;}
	.education_schedule .small_left { text-align: left; display: block;}
}
@media (min-width: 1160px) and (max-width: 1259.98px){
	/* 1日のスケジュール */
	.education_schedule{ display: flex; align-items: center; justify-content: center;}
	.education_schedule small{ display: block; font-size: 10px; margin-top: 3px;}
	.education_schedule>div:nth-child(1){ width: 370px;}
	.education_schedule>div:nth-child(1) img{ width: 180px; height: auto; border-radius: 5px;}
	.education_schedule>div:nth-child(2){ width: 400px; padding: 0 5px;}
	.education_schedule>div:nth-child(2) img{ width: 390px; height: auto;}
	.education_schedule>div:nth-child(3){ width: 370px;}
	.education_schedule>div:nth-child(3) img{ width: 180px; height: auto; border-radius: 5px;}
	.education_schedule_flex{ display: flex; margin: 20px 0 0;}
	.education_schedule_flex>div:first-child { margin-right: 5px;}
	.education_schedule_flex>div:last-child { margin-left: 5px;}
	.education_mt20{ margin-top: 20px;}
	.education_schedule_sp{ display: none;}
	.education_schedule .small_left { text-align: left; display: block;}
}
@media (min-width: 1111px) and (max-width: 1159.98px){
	/* 1日のスケジュール */
	.education_schedule{ display: flex; align-items: center; justify-content: center;}
	.education_schedule small{ display: block; font-size: 10px; margin-top: 3px;}
	.education_schedule>div:nth-child(1){ width: 370px;}
	.education_schedule>div:nth-child(1) img{ width: 180px; height: auto; border-radius: 5px;}
	.education_schedule>div:nth-child(2){ width: 350px; padding: 0 5px;} 
	.education_schedule>div:nth-child(2) img{ width: 340px; height: auto;}
	.education_schedule>div:nth-child(3){ width: 370px;}
	.education_schedule>div:nth-child(3) img{ width: 180px; height: auto; border-radius: 5px;}
	.education_schedule_flex{ display: flex; margin: 20px 0 0;}
	.education_schedule_flex>div:first-child { margin-right: 5px;}
	.education_schedule_flex>div:last-child { margin-left: 5px;}
	.education_mt20{ margin-top: 20px;}
	.education_schedule_sp{ display: none;}
	.education_schedule .small_left { text-align: left; display: block;}
}
@media (min-width: 768px) and (max-width: 1110.98px){
	/* 1日のスケジュール */
	.education_schedule{ display: flex; align-items: center; justify-content: center;}
	.education_schedule small{ display: block; font-size: 10px; margin-top: 3px;}
	.education_schedule>div:nth-child(1){ width: 370px;}
	.education_schedule>div:nth-child(1) img{ width: 180px; height: auto; border-radius: 5px;}
	.education_schedule>div:nth-child(2){ width: 310px; padding: 0 5px;}
	.education_schedule>div:nth-child(2) img{ width: 300px; height: auto;}
	.education_schedule>div:nth-child(3){ width: 370px;}
	.education_schedule>div:nth-child(3) img{ width: 180px; height: auto; border-radius: 5px;}
	.education_schedule_flex{ display: flex; margin: 20px 0 0;}
	.education_schedule_flex>div:first-child { margin-right: 5px;}
	.education_schedule_flex>div:last-child { margin-left: 5px;}
	.education_mt20{ margin-top: 20px;}
	.education_schedule_sp{ display: none;}
	.education_schedule .small_left { text-align: left; display: block;}
}
@media (min-width: 768px){
	.education_main{ margin: 100px 40px;}
	.education_lead{ font-size: 30px; display: block; margin-bottom: 50px;}
	.education_p{ font-size: 23px; line-height: 2.4; margin: 0; text-align: justify; letter-spacing: 0.5px;}
	.education_p_center { text-align: center;}
	
	/* 主なカリキュラム */
	.green_box{ background-color: #42b5a8; padding: 40px 60px; text-align: center; border-radius: 5px;}
	.green_box>strong{ color: #fff; text-align: center; display: inline-block; position: relative; border-bottom: 5px solid #fff; padding: 0 0 8px 0; margin: 30px 0 20px; font-size: 20px;}
	.green_box>div{ background-color: #c9e9e6; border-radius: 4px; padding: 20px 40px; text-align: left; line-height: 2.0; margin: 0;}
	.green_box_sp{ display: none;}

	.education_flex2{ display: flex; justify-content: space-between; margin: 50px 0 0; text-align: left;}
	.education_flex2>div{ width: 180px;}
	.education_flex2>div img{ width: 180px; height: auto;}
	.brown_box{ background-color: #f1e8d2; text-align: left; padding: 20px; border-radius: 5px;}
	.brown_box strong{ display: block; margin-bottom: 10px;}
	
	.education_title2{ background-color: #2d9e91; border-radius: 50px; text-align: center; color: #fff; font-size: 22px; display: inline-block; padding: 10px 70px; font-weight: bold; margin: 0 auto 40px; width: 590px;}
	
	/* 卒業後 */
	.education_img img{ width: 100%; height: auto;}
	.education_p_strong{ font-size: 20px; font-weight: bold; margin-bottom: 40px;}
	.education_p_strong span{ color: #c6242f; display: inline-block; margin: 0 5px; position: relative;}
	.education_p_strong span::after{ content: ""; position: absolute; background-image: url(../../common/images/deco2.png); width: 132px; height: 8px; background-size: cover; bottom: -5px; left: 2px;}
	.small_text{ text-align: left; display: block; margin: 10px 0;}
	.red_text{ color: #c6242f; text-align: center; font-weight: bold; display: block; margin: 20px 0 0; font-size: 22px;}

	.education_p_green{ color: #2d9e91; font-size: 20px; font-weight: bold; text-align: center; margin: 70px 0 40px;}
	.education_flex3{ display: flex; justify-content: space-between;}
	.education_flex3>div{ width: 300px;}
	.education_flex3 .education_flex3_img { position: relative; margin-bottom: 30px;}
	.education_flex3 .education_flex3_img img{ width: 250px; height: 250px; border-radius: 50%; z-index: 1; position: relative;}
	.education_flex3 .education_flex3_img::after{ content: ""; width: 250px; height: 250px; border-radius: 50%; background-color: #52b5a8; position: absolute; top: 15px; left: 40px; display: inline-block; z-index: 0;}
	.education_flex3 .education_flex3_text{ font-size: 14px; text-align: left;}
	.education_flex3 .education_flex3_text strong{ font-size: 16px; display: block; margin-bottom: 10px;}
	.education_flex3 .education_flex3_text span{ font-weight: bold;}
}
@media (max-width: 767.98px) {
	.education_main{ margin: 40px 0;}
	.education_lead{ font-size: 22px; display: block; margin-bottom: 20px;}
	.education_p{ font-size: 14px; line-height: 2.0; margin: 0; text-align: justify;}
	.education_p_center { text-align: center;}
	
	/* 目指す環境 */
	.education_title{ background-color: #2d9e91; border-radius: 20px; text-align: center; color: #fff; font-size: 20px; display: inline-block; padding: 20px 30px; font-weight: bold; margin: 0 auto 40px; width: 100%}
	.education_flex{ display: flex; flex-wrap: wrap; text-align: left;}
	.education_flex>div:first-child{ width: 100%; order: 1;}
	.education_flex>div:last-child{ width: 100%; padding: 20px 0; order: 0;}
	.education_flex>div img{ width: 100%; height: auto;}
	.education_flex>div img.icon1{ width: 70px; height: auto;}
	.education_flex>div img.icon2{ width: 90px; height: auto;}
	.education_flex>div img.icon3{ width: 90px; height: auto;}
	.education_flex .education_flex_text span{ color:  #c6242f; display: block; font-weight: bold; margin-bottom: 10px;}
	.education_flex .education_flex_text span img{ width: 80px; height: auto; margin-left: 10px;}
	.education_flex .education_flex_text strong{ font-size: 20px;}
	.education_flex .education_flex_text p{ margin: 10px 0 0;}
	
	.education_flex .education_flex_flex{ display: flex; align-items: center;}
	.education_flex .education_flex_flex>div:first-child{ width: 70%;}
	.education_flex .education_flex_flex>div:last-child{ width: 30%; text-align: right;}
	
	/* 1日のスケジュール */
	.education_schedule{ display: none;}
	.education_schedule_sp>div:first-child{ margin-bottom: 40px; text-align: center;}
	.education_schedule_sp>div:first-child img{ width: 95%; height: auto;}
	.education_schedule_sp_box{ display: flex; text-align: left;}
	.education_schedule_sp_box>div:first-child{ width: 30%; padding-right: 4%;}
	.education_schedule_sp_box>div:first-child img{ width: 100%; height: auto;}
	.education_schedule_sp_box>div:last-child{ width: 66%;}
	.education_schedule_sp_box .education_schedule_flex_sp{ display: flex;}
	.education_schedule_sp_box .education_schedule_flex_sp>div:first-child { width: 49%; margin-right: 1%;}
	.education_schedule_sp_box .education_schedule_flex_sp>div:last-child { width: 49%; margin-left: 1%;}
	.education_schedule_sp_box .education_schedule_flex_sp>div:first-child img{ width: 100%; height: auto; border-radius: 5px;}
	.education_schedule_sp_box .education_schedule_flex_sp>div:last-child img{ width: 100%; height: auto; border-radius: 5px;}
	.education_schedule_sp_box .education_schedule_noflex_sp { width: 100%; text-align: center;}
	.education_schedule_sp_box .education_schedule_noflex_sp img{ width: 50%; height: auto; border-radius: 5px;}
	.education_schedule_sp_box .education_schedule_noflex_sp small{ display: block; text-align: center;}
	.education_schedule_sp_box .small_center { text-align: center; display: block;}
	.education_schedule_sp_box .small_left { text-align: left; display: block;}
	.education_mt20{ margin-top: 10px;}
	
	/* 主なカリキュラム */
	.green_box{ display: none;}
	.green_box_sp{ background-color: #42b5a8; padding: 20px; text-align: center; border-radius: 5px;}
	.green_box_sp>strong{ color: #fff; text-align: center; display: inline-block; position: relative; border-bottom: 3px solid #fff; padding: 0 0 5px 0; margin: 30px 0 10px; font-size: 18px;}
	.green_box_sp>div{ background-color: #c9e9e6; border-radius: 4px; padding: 20px; text-align: left; line-height: 1.7; margin: 0;}

	.education_flex2{ display: flex; justify-content: space-between; margin: 50px 0 0; text-align: left; flex-wrap: wrap;}
	.education_flex2>div:nth-child(odd){ width: 49%; margin-right: 1%;}
	.education_flex2>div:nth-child(even){ width: 49%; margin-left: 1%;}
	.education_flex2>div{ margin-bottom: 20px;}
	.education_flex2>div:last-child{ margin-bottom: 0;}
	.education_flex2>div img{ width: 100%; height: auto;}
	.brown_box{ background-color: #f1e8d2; text-align: left; padding: 20px; border-radius: 5px;}
	.brown_box strong{ display: block; margin-bottom: 10px;}
	
	.education_title2{ background-color: #2d9e91; border-radius: 50px; text-align: center; color: #fff; font-size: 18px; display: inline-block; padding: 10px 30px; font-weight: bold; margin: 0 auto 30px;}
	
	/* 卒業後 */
	.education_img img{ width: 100%; height: auto;}
	.education_p_strong{ font-size: 14px; font-weight: bold; margin-bottom: 30px;}
	.education_p_strong span{ color: #c6242f; display: inline-block; margin: 0 2px; position: relative;}
	.education_p_strong span::after{ content: ""; position: absolute; background-image: url(../../common/images/deco2.png); width: 90px; height: 5px; background-size: cover; bottom: -3px; left: 2px;}
	.small_text{ text-align: left; display: block; margin: 10px 0;}
	.red_text{ color: #c6242f; text-align: center; font-weight: bold; display: block; margin: 30px 0 50px; font-size: 16px;}

	.education_p_green{ color: #2d9e91; font-size: 14px; font-weight: bold; text-align: center; margin-bottom: 40px;}
	.education_flex3{ text-align: left;}
	.education_flex3>div{ width: 100%; display: flex; margin-bottom: 40px; text-align: center;}
	.education_flex3>div:last-child{ margin-bottom: 0;}
	.education_flex3>div>div:first-child{ width: 120px; padding-right: 20px;}
	.education_flex3>div>div:last-child{ width: calc(100% - 120px); text-align: left;}
	.education_flex3 .education_flex3_img { position: relative;}
	.education_flex3 .education_flex3_img strong{ font-size: 14px; display: block; margin: 20px 0 0; padding: 0;}
	.education_flex3 .education_flex3_img img{ width: 100px; height: 100px; border-radius: 50%; z-index: 1; position: relative;}
	.education_flex3 .education_flex3_img::after{ content: ""; width: 100px; height: 100px; border-radius: 50%; background-color: #52b5a8; position: absolute; top: 5px; left: 5px; display: inline-block; z-index: 0;}
	.education_flex3 .education_flex3_text{ font-size: 14px;}
	.education_flex3 .education_flex3_text strong{ font-size: 16px; display: block; margin-bottom: 10px;}
	.education_flex3 .education_flex3_text span{ font-weight: bold;}
}
@media (max-width: 380.98px) {
	/* 目指す環境 */
	.education_title{ background-color: #2d9e91; border-radius: 20px; text-align: center; color: #fff; font-size: 20px; display: inline-block; padding: 20px 30px; font-weight: bold; margin: 0 auto 40px; width: 100%}
	.education_flex{ display: flex; flex-wrap: wrap; text-align: left;}
	.education_flex>div:first-child{ width: 100%; order: 1;}
	.education_flex>div:last-child{ width: 100%; padding: 20px 0; order: 0;}
	.education_flex>div img{ width: 100%; height: auto;}
	.education_flex>div img.icon1{ width: 70px; height: auto;}
	.education_flex>div img.icon2{ width: 80px; height: auto;}
	.education_flex>div img.icon3{ width: 80px; height: auto;}
	.education_flex .education_flex_text span{ color:  #c6242f; display: block; font-weight: bold; margin-bottom: 10px;}
	.education_flex .education_flex_text span img{ width: 80px; height: auto; margin-left: 10px;}
	.education_flex .education_flex_text strong{ font-size: 16px;}
	.education_flex .education_flex_text p{ margin: 10px 0 0;}
	
	/* 卒業生の活躍 */
	.education_flex3 .education_flex3_text{ font-size: 12px;}
}


/* トップスライド */
/*@media (min-width: 768px) {	
	.slick_slide { margin: 100px auto 90px!important;}
	.slick_slide .slick-list img { width: 1024px; height: auto;}
	.slick_slide .prev-arrow { position: absolute; left: 20px; top: 300px; z-index: 2;}
	.slick_slide .next-arrow { position: absolute; right: 20px; top: 300px; z-index: 2;}
	.slick-dots li { width: 80px; height: 10px; margin: 0 5px;}
	.slick-dots li button{ width: 80px; height: 10px;}
	.slick-dots li button:before{ position: absolute; top: 0; left: 0; width: 80px; height: 5px; content: ''; background-color: #a6d9d3; text-align: center; opacity: 1;}
	.slick-dots li.slick-active button:before{ opacity: 1; background-color: #2d9e91}
	.slick-dots { position: relative; top: -40px;}
}
@media (max-width: 767.98px) {
	.slick_slide { margin: 30px auto 20px!important;}
	.slick_slide .slick-list img { width: 100%; height: auto;}
	.slick_slide .prev-arrow { position: absolute; left: 20px; top: 50%; z-index: 2; width: 15px; height: auto; margin-top: -30px;}
	.slick_slide .next-arrow { position: absolute; right: 20px; top: 50%; z-index: 2; width: 15px; height: auto; margin-top: -30px;}
	.slick-dots li { width: 40px; height: 3px; margin: 0 3px;}
	.slick-dots li button{ width: 40px; height: 3px;}
	.slick-dots li button:before{ position: absolute; top: 0; left: 0; width: 40px; height: 3px; content: ''; background-color: #a6d9d3; text-align: center; opacity: 1;}
	.slick-dots li.slick-active button:before{ opacity: 1; background-color: #2d9e91}
	.slick-dots { position: relative; bottom: -10px;}
	.slick_slide img{ max-width: 100vw;}
}*/


/* メイン画像 */
@media (min-width: 768px) {	
	.main_image{ margin: 100px auto 90px!important; text-align: center;}
	.main_image img{ width: 1024px; height: auto;}
}
@media (max-width: 767.98px) {
	.main_image{ margin: 30px auto 20px!important; text-align: center;}
	.main_image img{ width: 100%; height: auto;}
}


@media (min-width: 576px) and (max-width: 767.98px) {}
@media (max-width: 575.98px) {}