@charset "UTF-8";

/* ------------------------------
    students_list
------------------------------ */

/* ------------------------------
    sec_students
------------------------------ */

.sec_students{
	min-width: 1200px; /*min-width*/
	padding: 75px 0 120px;
	background: url(../img/common/check_bg01.png);
}
.sec_students .ttl_sec{
	margin-bottom: 80px;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 2.4rem;
}
.cover_students .item_students{
	position: relative;
	padding: 50px 55px 55px;
	background-color: #fff;
	border: 5px solid #0065AF;
}
.cover_students .item_students + .item_students{
	margin-top: 120px;
}
.cover_students .item_students .box_txt{
	width: 685px;
}
.cover_students .item_students .box_name{
	margin-bottom: 30px;
	font-size: 0;
}
.cover_students .item_students .box_name .name{
	display: inline-block;
	margin-right: 0.3em;
	line-height: 1;
	font-style: italic;
	font-weight: 700;
	font-size: 3.4rem;
	color: #000;
}
.cover_students .item_students .box_name .name .small {
	font-size: 80%;
}
.cover_students .item_students .txt01{
	margin-bottom: 25px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	font-style: italic;
	font-weight: 700;
	font-size: 2.4rem;
	white-space: nowrap;
}
.cover_students .item_students .txt02{
	line-height: 2;
	font-size: 1.6rem;
}
.cover_students .item_students .img {
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 388px;
	height: 100%;
}
.cover_students .item_students .btn_link{
	position: absolute;
	left: 65px;
	bottom: -40px;
	width: 380px;
	transition: background-color 0.3s ease-out;
	cursor: pointer;
}
.cover_students .item_students .btn_link:hover{
	background-color: #ff944c;
}
@media screen and (max-width: 768px) {
	.sec_students{
		min-width: 0;
		padding: 10% 0;
		background-size: 700px auto;
	}
	.sec_students .ttl_sec{
		margin-bottom: 10%;
		font-size: 1.5rem;
	}
	.cover_students .item_students{
		padding: 5% 5% 0;
	}
	.cover_students .item_students + .item_students{
		margin-top: 15%;
	}
	.cover_students .item_students .box_txt{
		width: auto;
	}
	.cover_students .item_students .box_name{
		margin-bottom: 5%;
	}
	.cover_students .item_students .box_name .name{
		font-size: 2.3rem;
	}
	.cover_students .item_students .box_name .name .furi{
		font-size: 1.0rem;
	}
	.cover_students .item_students .txt01{
		margin-bottom: 1em;
		line-height: 1.8;
		font-size: 1.5rem;
		white-space: normal;
	}
	.cover_students .item_students .txt02{
		line-height: 1.8;
		font-size: 1.3rem;
	}
	.cover_students .item_students .btn_link{
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		margin-top: 8%;
	}
	.cover_students .item_students .img{
		background: transparent;
		position: static;
		width: 80%;
		margin: 5% auto;
	}
}

/* ------------------------------
    sec_students_nav
------------------------------ */

.sec_students_nav {
	background: #0065a8;
	color: #fff;
	padding: 80px 0;
}
.sec_students_nav .ttl {
	color: #fff;
	font-size: 5.0rem;
	line-height: 1.4;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.sec_students_nav .txt {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 1em 0 2em;
}
.sec_students_nav .btn {
	width: 380px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {

	.sec_students_nav {
		padding: 10% 0;
	}
	.sec_students_nav .ttl {
		font-size: 6vw;
	}
	.sec_students_nav .txt {
		font-size: 4vw;
	}
	.sec_students_nav .btn {
		width: 80%;
	}

}