@charset "UTF-8";
#summary{
	　　min-height: 100%; /* 背景画像をhtml要素に表示 */
	background-size: cover; /* 背景画像をhtml要素にフィット */
	background-image: url(../images/header_images/recruit_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.headerimage_bottom {
	background-image: url(../images/header_bottom.png);
	background-repeat: repeat-x;
	height: 15px;
}table {
	margin-bottom: 30px;
}

	.highschool_saiyo img {
	width:90%
}




/*========= 動画見出ししデザイン ===============*/
/* movie */
#movie{
    width:80%;
	max-width: 980px;
    font-size:2rem;
	margin: 50px auto;
    }
@media  (max-width:600px) {
#movie{
    font-size:1rem;
    }
}

.heading02 {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #f6f6f6;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}

@media  (max-width:550px) {
.heading02 {
	font-size: 1.2rem;
	letter-spacing: 0.01em;
}
	.heading02::before {
	margin-right: 15px;
}
.heading02::after {
	margin-left: 15px;
}
}


