/*
メイン
*/
.top_main {
	position: relative;
	width: 100%;
	padding: 0 0 40px;
	background: url(../../images/business/top/top_main_sp.jpg) no-repeat left top;
	background-size: 100% auto;
}
.top_main:before {
	content: "";
	display: block;
	padding-top: 173%;
}
.top_main h2 {
	position: absolute;
	top: 1%;
	width: 100%;
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
}
.cat_link a {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 1;
	width: 100%;
}
.cat_link a:before {
	content: "";
	display: block;
	padding-top: 20%;
}
.cat_box_02.cat_link a {
	bottom: 27px;
}
.cat_box_01 {
	position: absolute;
	left: 32%;
	bottom: 60%;
	width: 40%;
}
.cat_box_01 a {
	display: block;
	background: url(../../images/business/top/business_nav_01.png) no-repeat;
	background-size: contain;
}
.cat_box_01 a:hover {
	display: block;
	background: url(../../images/business/top/business_nav_01_on.png) no-repeat;
	background-size: contain;
}
.cat_box_02 {
	position: absolute;
	left: 55%;
	bottom: 38%;
	width: 40%;
}
.cat_box_02 a {
	display: block;
	background: url(../../images/business/top/business_nav_02.png) no-repeat;
	background-size: contain;
}
.cat_box_02 a:hover {
	background: url(../../images/business/top/business_nav_02_on.png) no-repeat;
	background-size: contain;
}
.cat_box_03 {
	position: absolute;
	left: 32%;
	bottom: 34%;
	width: 40%;
}
.cat_box_03 a {
	display: block;
	background: url(../../images/business/top/business_nav_03.png) no-repeat;
	background-size: contain;
}
.cat_box_03 a:hover {
	background: url(../../images/business/top/business_nav_03_on.png) no-repeat;
	background-size: contain;
}

/*
スクロールイン
*/
.fadebox {
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.fadebox_in {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.cat_box {
	transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
}
.cat_box.animate {
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
@media only screen and (min-width: 481px) {
	.top_main:before {
		content: "";
		display: block;
		padding-top: 80%;
	}
	.top_main h2 {
		top: 4%;
	}
	.cat_box_01 {
		left: 13%;
		bottom: 45%;
		width: 25%;
	}
	.cat_box_02 {
		left: 36%;
		bottom: 8%;
		width: 25%;
	}
	.cat_box_02.cat_link a {
		bottom: 10%;
	}
	.cat_box_03 {
		left: 57%;
		bottom: 45%;
		width: 25%;
	}
}
@media only screen and (min-width: 769px) {
	.top_main {
		position: relative;
		width: 100%;
		background: url(../../images/business/top/top_main_pc.jpg) no-repeat left top;
		background-size: 100% auto;
	}
	.top_main:before {
		content: "";
		display: block;
		padding-top: 55%;
	}
	.top_main h2 {
		top: 13%;
		padding: 0;
		font-size: 3vw;
	}
	.cat_box_01 {
		left: 23%;
		bottom: 30%;
		width: 20%;
	}
	.cat_box_02 {
		left: 44%;
		bottom: 4%;
		width: 18%;
	}
	.cat_box_03 {
		left: 54%;
		bottom: 30%;
		width: 18%;
	}
}
@media only screen and (min-width: 1021px) {
	.top_main h2 {
		font-size: 2vw;
	}
	.top_main:before {
		padding-top: 50%;
	}
	.cat_box_01 {
		bottom: 34%;
	}
	.cat_box_02 {
		bottom: 4%;
	}
	.cat_box_03 {
		bottom: 34%;
	}
}
@media only screen and (min-width: 1180px) {
	.cat_box_01 {
		bottom: 28%;
	}
	.cat_box_02 {
		bottom: 4%;
	}
	.cat_box_03 {
		bottom: 28%;
	}
}
@media only screen and (min-width: 1600px) {
	.cat_box_01 {
		bottom: 31%;
	}
	.cat_box_02 {
		bottom: 4%;
	}
	.cat_box_03 {
		bottom: 31%;
	}
}
/*
新着情報
*/
.news_area dl {
	margin: 0 0 15px;
	background: #fff;
}
.news_area dl dt {
	padding: 10px 15px;
	font-weight: bold;
}
.news_area dl dd {
	padding: 0 10px 15px;
}
.news_area dl dd a:hover {
	text-decoration: underline;
}
@media only screen and (min-width: 481px) {
	.news_area dl dt {
		padding: 20px;
		float: left;
	}
	.news_area dl dd {
		padding: 20px 20px 20px 150px;
	}
}
/*
イベント
*/
.event_contents {
	margin: 0 0 50px;
}
.event_contents ul li {
	position: relative;
	margin: 0 0 80px;
	text-align: center;
}
.event_contents ul li img {
	max-width: 351px;
	width: 90%;
}
.btn_event {
	position: absolute;
	left: 50%;
	bottom: -15%;
	width: 100%;
	margin: 20px 0 20px -50%;
}
@media only screen and (min-width: 420px) {
	.btn_event {
		width: 90%;
		margin: 20px 0 20px -45%;
	}
}
@media only screen and (min-width: 640px) {
	.event_contents ul li {
		float: left;
		width: 50%;
		margin: 0;
	}
	.btn_event {
		position: absolute;
		left: 50%;
		bottom: -11%;
		width: 70%;
		margin: 20px 0 20px -35%;
	}
}
@media only screen and (min-width: 1201px) {
	.btn_event {
		position: absolute;
		left: 50%;
		width: 345px;
		bottom: -47px;
		margin: 35px 0 35px -172.5px;
	}
}
/*
コンテンツ
*/
.contents_box {
	margin: 0 0 100px;
}
.contents_ttl_ja {
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.contents_ttl_en {
	font-size: 20px;
	font-weight: bold;
	color: #FFD900;
	text-shadow: black 1px 1px 0px, black -1px 1px 0px,	black 1px -1px 0px, black -1px -1px 0px;
	letter-spacing: 3px;
	text-align: center;
}
.contents_desc {
	margin: 20px 0 0;
}
.contents_more a {
	display: block;
	width: 280px;
	height: 50px;
	margin: 30px auto 0;
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.schoollife_area .span_13 {
	text-align: center;
}
.admission_info_area .span_13 {
	text-align: center;
}
.enterprise_area .span_13 {
	text-align: center;
}
.access_area .span_13 {
	text-align: center;
}
.schoollife a {
	background: url(../../images/business/top/btn_schoollife.png) no-repeat;
	background-size: contain;
}
.schoollife a:hover {
	background: url(../../images/business/top/btn_schoollife_on.png) no-repeat;
	background-size: contain;
}
.admission_info a {
	background: url(../../images/business/top/btn_admission_info.png) no-repeat;
	background-size: contain;
}
.admission_info a:hover {
	background: url(../../images/business/top/btn_admission_info_on.png) no-repeat;
	background-size: contain;
}
.enterprise a {
	background: url(../../images/business/top/btn_enterprise.png) no-repeat;
	background-size: contain;
}
.enterprise a:hover {
	background: url(../../images/business/top/btn_enterprise_on.png) no-repeat;
	background-size: contain;
}
.access a {
	background: url(../../images/business/top/btn_access.png) no-repeat;
	background-size: contain;
}
.access a:hover {
	background: url(../../images/business/top/btn_access_on.png) no-repeat;
	background-size: contain;
}
@media only screen and (min-width: 481px) {
	.contents_ttl_ja {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
	}
	.contents_ttl_en {
		font-size: 25px;
	}
}
@media only screen and (min-width: 769px) {
	.contents_ttl_ja {
		margin: 0;
		text-align: left;
		font-size: 30px;
	}
	.contents_ttl_en {
		text-align: left;
		font-size: 30px;
	}
	.schoollife_area .span_13 {
		text-align: left;
	}
	.admission_info_area .span_13 {
		text-align: right;
	}
	.enterprise_area .span_13 {
		text-align: left;
	}
	.access_area .span_13 {
		text-align: right;
	}
	.contents_more a {
		width: 320px;
		height: 57px;
	}
}
/* コースバナー */
.course_bnr_wrap {
  padding: 20px 1.5em;
  text-align: center;
}
@media only screen and (min-width: 1341px) {
  .course_bnr_wrap {
    padding: 40px 0;
  }
}