@charset "utf-8";

#loading{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: url(../img/index/loading.gif) no-repeat center center #fff;
}

/*--------------------------------------------------*/
/* modular-common */

html, body{
	overflow: hidden;
}

.page-index .contents{
	width: 100%;
	margin: 0;
	visibility: hidden;
	background: url(../img/bg_dot.png) repeat 0 0;
}
.page-index .box > a:hover{
	opacity: 0.8;
}
.page-index .box > a > div:after{
	content: '';
	display: block;
	clear: both;
}

#video {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}
#video-div {
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
}

.modular{
	overflow: hidden;
}

.active .modular-title{
	-moz-animation: kurun 0.9s ease-out 1.1s;
	-webkit-animation: kurun 0.9s ease-out 1.1s;
	-o-animation: kurun 0.9s ease-out 1.1s;
	-ms-animation: kurun 0.9s ease-out 1.1s;
}
@-moz-keyframes kurun {
	0% {
		-moz-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	30% {
		-moz-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-moz-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
}
@-webkit-keyframes kurun {
	0% {
		-moz-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	30% {
		-moz-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-moz-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
}
@keyframes kurun {
	0% {
		-moz-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	30% {
		-moz-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-moz-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
}

#scroll-down{
	position: fixed;
	bottom: -100px;
	left: 50%;
	margin-left: -12px;
	color: #fff;
	background-image: url(../img/index/scroll_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	letter-spacing: 4px;
	-moz-animation: scrollarrow 1s ease infinite;
	-webkit-animation: scrollarrow 1s ease infinite;
	animation: scrollarrow 1s ease infinite;
}
@-moz-keyframes scrollarrow {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes scrollarrow {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes scrollarrow {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

/*--------------------------------------------------*/
/* modular-first */

.modular-first{
	position: relative;
}
.modular-first .box{
	padding: 15px;
}
.top-title{
	color: #231e75;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 5px;
}
.top-title span{
	height: 39px;
	padding-left: 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.first-sasaoka .top-title span{
	background: url(../img/index/icon_sasaoka.png) no-repeat left center;
}
.first-hanahata .top-title span{
	background: url(../img/index/icon_hanahata.png) no-repeat left center;
}
.top-btn{
	zoom: 1;
	padding-bottom: 5px;
	margin-top: 15px;
	text-align: center;
}
.top-btn:after{
	content: '';
	display: block;
	clear: both;
}
.top-btn li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.first-sasaoka .top-btn li{
	margin-right: 20px;
}
.first-hanahata .top-btn li{
	margin-right: -2px;
}
.top-btn li:last-child{
	margin-right: 0;
}
.top-btn a:hover{
	opacity: 0.8;
}

.news-title{
	float: left;
	width: 90px;
	font-size: 17px;
}
.news-list{
	float: right;
	width: 690px;
}
.news-list li:after{
	content: '';
	display: block;
	clear: both;
}
.news-list a{
	padding-left: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.news-list a:hover{
	color: #666;
}
.news-list .new a{
	background: url(../img/index/new.png) no-repeat left center;
}
.news-list time{
	float: left;
	width: 110px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.news-list .news-article-title{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.news-more{
	float: right;
	width: 90px;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	background: url(../img/index/news_line.png) no-repeat left center;
}

.modular-first .move{
	position: absolute;
	top: 1500px;
	left: 50%;
	margin-left: -450px;
}

/*--------------------------------------------------*/
/* modular-enrollment */

.modular-enrollment.set .move1,
.modular-enrollment.set .move2{
	position: absolute;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.modular-enrollment .move1{
	top: 0;
	left: -1450px;
}
.modular-enrollment.active .move1{
	left: 0;
}
.modular-enrollment .move2{
	top: 0;
	right: -1000px;
}
.modular-enrollment.active .move2{
	right: 0;
}

/*--------------------------------------------------*/
/* modular-introduction */

.modular-introduction.set .move{
	position: absolute;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.modular-introduction .move{
	top: 1000px;
}
.modular-introduction.active .move{
	top: 0;
}

/*--------------------------------------------------*/
/* modular-license */

.modular-license.set .move{
	position: absolute;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.modular-license .move{
	top: 1000px;
}
.modular-license.active .move{
	top: 0;
}

/*--------------------------------------------------*/
/* modular-reason */

.modular-reason.set .move1,
.modular-reason.set .move2{
	position: absolute;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.modular-reason .move1{
	top: 0;
	left: -1450px;
}
.modular-reason.active .move1{
	left: 0;
}
.modular-reason .move2{
	top: 0;
	right: -1000px;
}
.modular-reason.active .move2{
	right: 0;
}

/*--------------------------------------------------*/
/* modular-bus */

.modular-bus.set .move{
	position: absolute;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.modular-bus .move{
	top: 1000px;
}
.modular-bus.active .move{
	top: 0;
}

/*--------------------------------------------------*/
/* modular-student */

.modular-student.set .move1,
.modular-student.set .move2,
.modular-student.set .move3{
	position: absolute;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.modular-student .move1{
	top: 0;
	left: -1450px;
}
.modular-student.active .move1{
	left: 0;
}
.modular-student .move2{
	top: 0;
	right: -1000px;
}
.modular-student.active .move2{
	right: 0;
}
.modular-student .move3{
	bottom: -1000px;
	left: 0;
}
.modular-student.active .move3{
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------*/
/* modular-company */

.modular-company.set .move1,
.modular-company.set .move2{
	position: absolute;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.modular-company .move1{
	top: 0;
	left: -1450px;
}
.modular-company.active .move1{
	left: 0;
}
.modular-company .move2{
	top: 0;
	right: -1000px;
}
.modular-company.active .move2{
	right: 0;
}