@charset "utf-8";
.top_bg_blue {
	background-color: #126cc2;
	padding-top: 10px;
}
.top_btn {
	margin-top: 45px;
	margin-bottom: 45px;
}
.jumbotron {
	background: url("../images/main_img.png") center no-repeat;
	background-size: cover;
	position: relative;
	height: 800px;
	margin-bottom: 0px;
}
.jumbotron.jumbotron_company {
	background: url("../images/company_main_img.png") center no-repeat;
	background-size: cover;
	position: relative;
	height: 800px;
	margin-bottom: 0px;
}
.img_point {
	margin-top: -85px;
	margin-bottom: 45px;
}
.bg_background_img {
	background: #ddd url(../images/school_background_background.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
	padding-top: 50px;
	margin-bottom: 75px;
}
.bg_background_img2 {
	background: #ddd url(../images/company_background_background.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
	padding-top: 50px;
}
.bg_yellow {
	background-color: #fbc600;
	padding-bottom: 45px;
	padding-top: 75px;
	margin-top: 75px;
}
.bg_blue {
	background-color: #126cc2;
	padding-bottom: 75px;
	padding-top: 75px;
	margin-bottom: 75px;
}
.bg_gray {
	background-color: #EEEEEE;
	padding-bottom: 115px;
	padding-top: 75px;
}
.movie_margin {
	margin-bottom: 75px;
	margin-top: 30px;
}

.btnimage {
	display: inline-block;
}
a:hover img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}
.feature_title {
	margin-bottom: 35px;
}
.product {
	margin-top: 75px;
	margin-bottom: 90px;
}
.contact_text {
	margin-bottom: 30px;
}
footer {;
	background-color: black;
	color: white;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 15px;
}
.copyright {
	font-size: 14px;
	padding-top: 15px;
}

@media screen and (max-width:768px) {
/*　画面サイズが768px以下の場合読み込む　*/
.img_point {
	margin-top: -10px;
	margin-bottom: 20px;
	}
	#page-top {
	display: none !important;
	}
}

/* ページトップへ戻るボタン */
#page-top{
	position:fixed;
	display:none;
	width:100%;
	height: 0;
	bottom: 200px;
	z-index:2;
	margin: auto;
}

#page-top a{
	position:absolute;
	display:block;
	right:40px;
	width:60px;
	height:150px;
	background-size: 60px 150px;
	-moz-background-size: 60px 150px;
	background-image:url('../images/top_btn.png');
	background-repeat: no-repeat;
/*	bottom:110px;*/
}
#page-top a:hover{
	opacity:0.5;
}
