
@charset "UTF-8";

/*----------------------------------------------------
 id style)SP
----------------------------------------------------*/



section.top_main {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 55px 0px 0px 0px;
	padding: 0px;
}
section.top_main h2 {
	width: 100%;
	height: 0;
	text-indent: -9999px;
	background-image: url(../images/main_img_sp.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding-top: 66.66%;
}

/*----------------------------------------------------
 contents style)SP
----------------------------------------------------*/

div.top_what {
	width: 90%;
	margin: 0px auto 40px auto;
	padding: 0px;
}
div.top_what dl {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_what dl dt {
	width: 100%;
	line-height: 45px;
	box-sizing: border-box;
	color: #3b9a2d;
	text-indent: 20px;
	border: 1px solid #3b9a2d;
	background-image: url(../../commons/images/icn_plus.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 14px;
	margin: 0px auto 15px auto;
	padding: 0px;
}
div.top_what dl dt.close {
	background-image: url(../../commons/images/icn_minus.png);
	background-size: 14px;
}
div.top_what dl dd {
	display: none;
	width: 100%;
	background-color: #f1f6e8;
	border-radius: 5px;
	line-height: 1.5em;
	box-sizing: border-box;
	margin: 0px;
	padding: 15px;
}


div.top_manabu {
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
div.top_manabu h3 {
	width: 100%;
	height: 50px;
	text-align: center;
	text-indent: -9999px;
	background-image: url(../images/manabu_ttl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 50px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
div.top_manabu ul {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div.top_manabu ul li {
	width: 240px;
	text-align: center;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
div.top_manabu ul li dl {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_manabu ul li dl dt {
	width: 100%;
	height: 20px;
	text-align: center;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	margin: 0px auto 15px auto;
	padding: 0px;
}
div.top_manabu ul li.coordinator dl dt {
	background-image: url(../images/manabu_sub_coordinator.png);
}
div.top_manabu ul li.instructor dl dt {
	background-image: url(../images/manabu_sub_instructor.png);
}
div.top_manabu ul li.interview dl dt {
	background-image: url(../images/manabu_sub_interview.png);
}
div.top_manabu ul li dl dd {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_manabu ul li dl dd img {
	width: 100%;
	height: auto;
	margin: 0px auto 10px auto;
}
div.top_manabu ul li dl dd p {
	width: 100%;
	text-align: left;
	line-height: 1.6em;
	margin: 0px auto 10px auto;
	padding: 0px;
}
div.top_manabu ul li dl dd a {
	width: 80%;
	text-align: center;
	display: block;
	background-color: #333;
	color: #fff;
	line-height: 40px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


div.top_about {
	width: 100%;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
div.top_about h3 {
	width: 100%;
	height: 0px;
	text-align: center;
	text-indent: -9999px;
	background-image: url(../images/about_ttl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0px auto 15px auto;
	padding: 48% 0px 0px 0px;
}
div.top_about p {
	width: 90%;
	text-align: left;
	line-height: 1.6em;
	margin: 0px auto 20px auto;
	padding: 0px;
}


@media only screen and (min-width: 460px) {
	
}

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


}

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

/*----------------------------------------------------
 id style)PC
----------------------------------------------------*/

body {
	background-image: url(../images/main_img_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 600px;
	
}
header div h1 {
	position: absolute;
	top: 500px;
	left: 10px;
	margin-top: 0px;
}


header div ul {
	display: block;
	width: 960px;
	position: relative;
	overflow: hidden;
	background-color: inherit;
	top: 600px;
	left: 0px;
	z-index: 10;
	margin: 0px auto 0px auto;
	padding: 0px;
}

section.top_main {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 660px 0px 0px 0px;
	padding: 0px;
}
section.top_main h2 {
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: inherit;
	background-size: auto 600px;
	background-position: center top;
	margin: 0px;
	padding: 0;
}


/*----------------------------------------------------
 contents style)PC
----------------------------------------------------*/

div.top_what {
	width: 960px;
	margin: 0px auto 80px auto;
	padding: 0px;
}
div.top_what dl {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_what dl dt {
	width: 100%;
	line-height: 1.8em;
	box-sizing: border-box;
	color: #3b9a2d;
	font-size: 20px;
	text-align: center;
	text-indent: 0px;
	border: none;
	border-bottom: 1px dotted #84cc41;
	background-image: none;
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 14px;
	margin: 0px auto 15px auto;
	padding: 0px 0px 15px 0px;
}
div.top_what dl dt.close {
	background-image: none;
	background-size: 14px;
}
div.top_what dl dd {
	display: block;
	width: 100%;
	text-align: center;
	background-color: inherit;
	border-radius: 0px;
	line-height: 1.8em;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}



div.top_manabu {
	width: 960px;
	text-align: center;
	margin: 0px auto 80px auto;
	padding: 0px;
}
div.top_manabu h3 {
	width: 100%;
	height: 70px;
	text-align: center;
	text-indent: -9999px;
	background-image: url(../images/manabu_ttl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 70px;
	margin: 0px auto 30px auto;
	padding: 0px;
}
div.top_manabu ul {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div.top_manabu ul li {
	width: 300px;
	text-align: center;
	pointer-events: none;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
div.top_manabu ul li dl {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_manabu ul li dl dt {
	width: 100%;
	height: 25px;
	text-align: center;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 25px;
	margin: 0px auto 15px auto;
	padding: 0px;
}
div.top_manabu ul li dl dd {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_manabu ul li dl dd img {
	width: 240px;
	height: auto;
	margin: 0px auto 15px auto;
}
div.top_manabu ul li dl dd p {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	margin: 0px auto 15px auto;
	padding: 0px;
}
div.top_manabu ul li dl dd a {
	width: 200px;
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #333;
	color: #fff;
	pointer-events: initial;
	line-height: 40px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


div.top_about {
	width: 960px;
	text-align: center;
	overflow: hidden;
	margin: 0px auto 60px auto;
	padding: 0px;
}
div.top_about h3 {
	width: 395px;
	height: 190px;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/about_ttl.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 190px;
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
}
div.top_about p {
	width: 520px;
	float: right;
	text-align: left;
	line-height: 1.8em;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


}


/*----------------------------------------------------
 style end
----------------------------------------------------*/

