@charset "utf-8";

/* ------------------------------
    field
------------------------------ */

/* sec_page_ttl */

#sec_page_ttl {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 416px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#sec_page_ttl .ttl span {
	display: inline-block;
	background: #00529c;
	color: #fff;
	padding: .5em 1.5em;
	margin: .5em 0;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}
#sec_page_ttl .sub_ttl span {
	display: inline-block;
	background: #fff;
	color: #000;
	padding: .5em 1em;
	margin: .5em 0;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width : 767px) {

	#sec_page_ttl {
		height: 60vw;
		padding: 5vw;
	}
	#sec_page_ttl .ttl span {
		font-size: 3vw;
	}
	#sec_page_ttl .sub_ttl span {
		font-size: 4vw;
	}

}

/* sec_interview */

#sec_interview {
	overflow: hidden;
}
#sec_interview .wrap {
	width: 980px;
}
#sec_interview .box {
	margin: 80px 0;
	position: relative;
}
#sec_interview .img_box .img {
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: 150px;
}
#sec_interview .img_box .wrap {
	padding-left: 400px;
}

@media screen and (max-width : 767px) {

	#sec_interview .wrap {
		width: 90%;
	}
	#sec_interview .box {
		margin: 8vw 0;
	}
	#sec_interview .img_box .img {
		position: static;
		margin-right: 0;
		text-align: center;
		margin-bottom: 5vw;
	}
	#sec_interview .img_box .wrap {
		padding-left: 0;
	}

}

/* sec_link */

#sec_link .bg {
	background: #edf4fa;
	padding: 50px 0;
	margin-top: 50px;
}
#sec_link .list {
	display: flex;
	justify-content: center;
}
#sec_link .list .item {
	background: #fff;
	padding: 30px;
	margin: 20px;
}
#sec_link .list .item a {
	display: block;
}
#sec_link .list .item .ttl {
	color: #333;
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: .5em;
}
#sec_link .list .item .txt {
	font-size: 1.5rem;
	margin-top: 1em;
	width: 385px;
}

@media screen and (max-width : 767px) {

	#sec_link .bg {
		padding: 5vw 0;
		margin-top: 10vw;
	}
	#sec_link .list {
		display: block;
	}
	#sec_link .list .item {
		padding: 5vw;
		margin: 3vw 0;
	}
	#sec_link .list .item .ttl {
		font-size: 4vw;
	}
	#sec_link .list .item .txt {
		font-size: 3.5vw;
		width: 100%;
	}
	#sec_link .list .item .img {
		text-align: center;
	}

}