@media screen and (max-width: 768px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */
html{
    scroll-behavior: smooth;
	}
	
.layerarea04 {
	position: relative;
	margin: 0 0 13vw 5vw;
	}
	
.layertitle04 {
	margin: 0 0 5vw 5vw;
	padding: 4vw 0 0 1vw;
	}
	
.layertitle04 h1 {
	font-size: 4.7vw;
	line-height: 6.5vw;
	color: #000;
	padding: 0vw 0 1.5vw 0.3vw;
	}
	
.titlebox {
	background-color: #f4f4f4;
	width: 30vw;
	height: 30vw;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -10;
	}
	
.sabgengo {
	padding: 6px;
	font-size: 3vw;
	background-color: #000;
	width: 27vw;
	color: #fff;
	text-align: center;
	}
	
#wrapper {
	width: 85vw;
	margin: 0 auto;
	}
	
.intoro p {
	font-size: 3.4vw;
	line-height: 1.8em;
	margin: 0 0 10vw;
	}
	
.area_bottom {
	margin-bottom: 10vw;
	}
	
.intoro_area {
	font-size: 3.6vw;
	padding-bottom: 1.4vw;
	margin-bottom: 4.5vw;
	border-bottom: 1px solid #959595;
	}
	
.target li {
	font-size: 3.3vw;
	margin-bottom: 2.5vw;
	list-style: inside;
	}
	
.graduate_area {
	padding: 7vw 5vw;
	background-color: #faecc3;
	border-radius: 10px;
	}
	
.graduate_box {
	display: flex;
	justify-content: center;
	}
	
.graduate_box_img {
	width: 13vw;
	height: 13vw;
	}
	
.fukidashi {
	position: relative;
	margin: 0 0 1.2em 5vw;
	color: #555;
	background-color: #fff;
	border-radius: 10px;
	width: 80vw;
	height: 28vw;
	display: flex;
	align-items: center;
	padding: 2vw;
	}
	
.fukidashi:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -12vw;
	border: 10px solid transparent;
	border-right: 20px solid #fff;
	}
	
.fukidashi p {
	font-size: 3.2vw;
	line-height: 1.5em;
	padding-left: 2vw;
	}
	
.teacher_area {
	padding: 6vw 5.5vw;
	background-color: #ebf4fe;
	border-radius: 10px;
	margin-top: 3vw;
	position: relative;
	}
	
.teacher_l {
	width: 13vw;
	height: 13vw;
	position: absolute;
	top: 6vw;
	left: 5vw;
	}
	
.teacher_r {
	}
	
.teacher_title {
	font-size: 3.4vw;
	font-weight: bold;
	color: #fff;
	background-color: #373737;
	width: 40vw;
	padding: 8px;
	text-align: center;
	border-radius: 20px;
	margin: 3vw 0 5vw auto;
	}
	
.teacher_txt {
	font-size: 3.2vw;
	line-height: 1.75em;
	margin-bottom: 6vw;
	}
	
.howto_box {
	border-bottom: 1px solid #d1d1d1;
	padding: 0 0 3.5vw 0;
	}
	
.howto_title {
	font-size: 3.9vw;
	margin: 4vw 0 2vw;
	font-weight: bold;
	}
	
.howto_txt {
	font-size: 3.3vw;
	line-height: 1.7em;
	}
	
.howto_txt span {
	text-decoration:underline wavy #000000;
	}
	
.btn_area {
	margin-bottom: 15vw;
	}
	
.btn_area p {
	font-size: 4.7vw;
	line-height: 6.7vw;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3vw;
	}
		
.linkBtn01 a {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	display: block;
	font-size: 3.5vw;
	color: #fff;
	background-color: #499bee;
	clear: both;
	}

.linkBtn02 ul {
	text-align: center;
	
	}
	
.linkBtn02 ul li {
	list-style: none;
	text-align: center;
	margin-bottom: 4vw;
	}
	
.linkBtn02 ul li a {
	width: 70vw;
	margin: 0 auto;
	padding: 18px 0;
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	display: block;
	font-size: 4vw;
	color: #fff;
	background-color: #499bee;
	}
	
.linkBtn01 a:hover,.linkBtn02 ul li a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
.courseplan {
	margin-bottom: 8vw;
	}
	
.courseplan li {
	font-size: 3.5vw;
	margin-bottom: 1.6vw;
	}
	
.flow_area {
	padding: 8vw 5vw;
	background-color: #cce5ff;
	border-radius: 10px;
	position: relative;
	}
	
.upper_part_flow {
	}
	
.mainpart {
	background-color: #ec6941;
	border: solid 2px #ec6941;
	width: 45vw;
	height: 35vw;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto 22vw;
	}
	
.mainpart p {
	font-size: 3.5vw;
	color: #fff;
	line-height: 1.8em;
	}
	
.mainpart p span {
	font-size: 3.8vw;
	}
	
.part01 {
	background-color: #fff;
	border: solid 2px #1f75cc;
	width: 45vw;
	height: 35vw;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto 15vw;
	}
	
.part01 p {
	font-size: 3.5vw;
	line-height: 1.8em;
	}
	
.part01 p a {
	color: #000;
	text-decoration: underline;
	}
	
.part01 p a:hover {
	color: #1f75cc;
	text-decoration: none;
	}
	
/* 2024.0119変更 strat ============== ============== ============== ============== */	
.part02 {
	background-color: #fff;
	border: solid 2px #1f75cc;
	width: 38vw;
	text-align: center;
	padding: 5vw 3.5vw 4vw;
	margin: 0 auto;
	}
	
.part02 p {
	font-size: 3.5vw;
	margin-bottom: 2vw;
	}
/* 2024.0119変更 end ============== ============== ============== ============== */	
	
.specialty_box {
	background-color: #8b8b8b;
	padding: 10px;
	color: #fff;
	margin-bottom: 1.6vw;
	}
	
/* 2024.0119追加 strat ============== ============== ============== ============== */		
.honnya {
	width: 43vw;
	margin: 6vw auto 7vw;
	}
/* 2024.0119追加 end ============== ============== ============== ============== */
	
.part02 img {
	margin: 2.5vw 0 0;
	}

.lower_part_flow {
	}
	
.lower_part_title {
	text-align: center;
	font-size: 3.8vw;
	color: #fff;
	background-color: #1f75cc;
	padding: 10px 0 8px;
	border-radius: 20px;
	margin: 0 auto 3vw;
	}
	
.part_area {
	}

.part03 {
	background-color: #fff;
	border: solid 2px #1f75cc;
	text-align: center;
	margin: 0 0 3vw;
	padding: 15px 0;
	}
	
.part03 p {
	font-size: 3.5vw;
	line-height: 1.8em;
	}
	
.part03 p a {
	color: #000;
	text-decoration: underline;
	}
	
.part03 p a:hover {
	color: #1f75cc;
	text-decoration: none;
	}
	
.part04 {
	background-color: #fff;
	border: solid 2px #1f75cc;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px 0;
	}
	
.part04 p {
	font-size: 3.5vw;
	line-height: 1.8em;
	}
	
.part04 p a {
	color: #000;
	text-decoration: underline;
	}
	
.part04 p a:hover {
	color: #1f75cc;
	text-decoration: none;
	}
	
.arrow01-1_pc,.arrow01-2_pc,.arrow01-3_pc,.arrow01-4_pc,.arrow02_pc {display: none;}
	
.arrow01_sp {
	position: absolute;
	top: 44vw;
	left: 40vw;
	z-index: 0;
	width: 6vw;
	}
	
/* 2024.0119変更 strat ============== ============== ============== ============== */		
.arrow02_sp {
	position: absolute;
	top: 80vw;
	left: 9.5vw;
	z-index: 0;
	width: 10vw;
	}
/* 2024.0119変更 end ============== ============== ============== ============== */
	
.arrow03_sp {
	position: absolute;
	top: 80vw;
	right: 11vw;
	z-index: 0;
	width: 9vw;
	}
	
.check_txt {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.7em;
	text-align: center;
	margin: 10vw 0;
	letter-spacing: 2px;
	}
	
.check_txt a {
	color: #1f75cc;
	text-decoration: underline;
	}
	
.check_txt a:hover {
	color: #1f75cc;
	text-decoration: none;
	}
	

	
}



@media screen and (min-width: 769px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */
html{
    scroll-behavior: smooth;
	}
	
.layerarea04 {
	position: relative;
	width: 1100px;
	margin: 0 auto ;
	}
	
.layertitle04 {
	margin: 0 0 80px 30px;
	padding: 25px 0 0;
	}
	
.layertitle04 h1 {
	font-size: 36px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 10px;
	}
	
.titlebox {
	background-color: #f4f4f4;
	width: 143px;
	height: 143px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -10;
	}
	
.sabgengo {
	padding: 10px;
	font-size: 16px;
	background-color: #000;
	width: 145px;
	color: #fff;
	text-align: center;
	}
	
#wrapper {
	width: 970px;
	margin: 0 auto;
	}
	
.intoro p {
	font-size: 18px;
	line-height: 2.2em;
	margin-bottom: 55px;
	}
	
.area_bottom {
	margin-bottom: 80px;
	}
	
.intoro_area {
	font-size: 21px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #959595;
	}
	
.target li {
	font-size: 17px;
	margin-bottom: 17px;
	list-style: inside;
	}
	
.graduate_area {
	padding: 40px;
	background-color: #faecc3;
	border-radius: 10px;
	}
	
.graduate_box {
	display: flex;
	justify-content: center;
	}
	
.graduate_box_img {
	width: 92px;
	height: 92px;
	margin: 15px 0 0;  
	}
	
.fukidashi {
	position: relative;
	margin: 1.2em 0 1.2em 25px;
	color: #555;
	background-color: #fff;
	border-radius: 10px;
	width: 700px;
	height: 83px;
	display: flex;
	align-items: center;
	}
	
.fukidashi:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -34px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 35px solid #fff;
	}
	
.fukidashi p {
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 30px;
	}
	
.teacher_area {
	padding: 40px 35px;
	background-color: #ebf4fe;
	border-radius: 10px;
	margin-top: 30px;
	}
	
.teacher_l {
	float: left;
	width: 92px;
	height: 92px;
	}
	
.teacher_r {
	float: right;
	width: 710px;
	}
	
.teacher_title {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #373737;
	width: 202px;
	padding: 8px;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 17px;
	}
	
.teacher_txt {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 40px;
	}
	
.howto_box {
	border-bottom: 1px solid #d1d1d1;
	padding: 0 0 20px 0;
	}
	
.howto_title {
	font-size: 22px;
	margin: 30px 0 15px;
	font-weight: bold;
	}
	
.howto_txt {
	font-size: 16px;
	line-height: 1.7em;
	}
	
.howto_txt span {
	text-decoration:underline wavy #000000;
	}
	
.btn_area {
	margin-bottom: 110px;
	}
	
.btn_area p {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	}
		
.linkBtn01 a {
	text-align: center;
	width: 355px;
	margin: 0 auto;
	padding: 18px 0;
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	display: block;
	font-size: 17px;
	color: #fff;
	background-color: #499bee;
	clear: both;
	}

.linkBtn02 ul {
	margin: 20px 0;
	display: flex;
	justify-content: center;
	}
	
.linkBtn02 ul li {
	list-style: none;
	text-align: center;
	margin: 0 25px;
	}
	
.linkBtn02 ul li a {
	width: 355px;
	margin: 0 auto;
	padding: 18px 0;
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	display: block;
	font-size: 17px;
	color: #fff;
	background-color: #499bee;
	}
	
.linkBtn01 a:hover,.linkBtn02 ul li a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
.courseplan {
	margin-bottom: 40px;
	}
	
.courseplan li {
	font-size: 18px;
	margin-bottom: 15px;
	}
	
.flow_area {
	padding: 40px;
	background-color: #cce5ff;
	border-radius: 10px;
	position: relative;
	}
	
.upper_part_flow {
	display: flex;
	justify-content: space-between;
	}
	
.mainpart {
	background-color: #ec6941;
	border: solid 2px #ec6941;
	width: 234px;
	height: 184px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	}
	
.mainpart p {
	font-size: 18px;
	color: #fff;
	line-height: 1.8em;
	}
	
.mainpart p span {
	font-size: 21px;
	}
	
.part01 {
	background-color: #fff;
	border: solid 2px #1f75cc;
	width: 234px;
	height: 184px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	}
	
.part01 p {
	font-size: 16px;
	line-height: 1.8em;
	}
	
.part01 p a {
	color: #000;
	text-decoration: underline;
	}
	
.part01 p a:hover {
	color: #1f75cc;
	text-decoration: none;
	}
	
/* 2024.0119変更 strat ============== ============== ============== ============== */		
.part02 {
	background-color: #fff;
	border: solid 2px #1f75cc;
	width: 214px;
	text-align: center;
	padding: 20px 20px 15px;
	}
	
.part02 p {
	font-size: 16px;
	margin-bottom: 10px;
	}
/* 2024.0119変更 end ============== ============== ============== ============== */
	
.specialty_box {
	background-color: #8b8b8b;
	padding: 10px;
	color: #fff;
	}
	
/* 2024.0119追加 strat ============== ============== ============== ============== */		
.honnya {
	width: 200px;
	margin: 15px 0 15px auto;
	padding-right: 25px;
	}
/* 2024.0119追加 end ============== ============== ============== ============== */
	
.part02 img {
	margin: 15px 0 0;
	}

.lower_part_flow {
	}
	
.lower_part_title {
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #1f75cc;
	width: 295px;
	padding: 10px 0 8px;
	border-radius: 20px;
	margin: 0 auto 17px;
	}
	
.part_area {
	display: flex;
	justify-content: center;
	}

.part03 {
	background-color: #fff;
	border: solid 2px #1f75cc;
	width: 350px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 10px;
	}
	
.part03 p {
	font-size: 16px;
	line-height: 1.8em;
	}
	
.part03 p a {
	color: #000;
	text-decoration: underline;
	}
	
.part03 p a:hover {
	color: #1f75cc;
	text-decoration: none;
	}
	
.part04 {
	background-color: #fff;
	border: solid 2px #1f75cc;
	width: 238px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 10px;
	}
	
.part04 p {
	font-size: 16px;
	line-height: 1.8em;
	}
	
.part04 p a {
	color: #000;
	text-decoration: underline;
	}
	
.part04 p a:hover {
	color: #1f75cc;
	text-decoration: none;
	}
	
.arrow01-1_pc {
	position: absolute;
	top: 125px;
	left: 278px;
	z-index: 0;
	width: 77px;
	}
	
/* 2024.0119変更 strat ============== ============== ============== ============== */		
.arrow01-2_pc {
	position: absolute;
	top: 125px;
	left: 593px;
	z-index: 0;
	width: 77px;
	}
/* 2024.0119変更 end ============== ============== ============== ============== */	
	
.arrow01-3_pc {
	position: absolute;
	top: 153px;
	left: 593px;
	z-index: 0;
	width: 77px;
	}
	
.arrow01-4_pc {
	position: absolute;
	top: 200px;
	left: 593px;
	z-index: 0;
	width: 77px;
	}
	
.arrow02_pc {
	position: absolute;
	top: 227px;
	left: 464px;
	z-index: 0;
	width: 27px;
	}
	
.arrow01_sp,.arrow02_sp,.arrow03_sp {display: none;}
	
.check_txt {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.7em;
	text-align: center;
	margin: 70px 0 100px;
	letter-spacing: 2px;
	}
	
.check_txt a {
	color: #1f75cc;
	text-decoration: underline;
	}
	
.check_txt a:hover {
	color: #1f75cc;
	text-decoration: none;
	}
	
.br_sp {display: none;}

}