@charset "utf-8";
/* ****************************

front-page.php 用スタイルシート

******************************* */










/* =============================================================================
   コンテンツスタイル
   ========================================================================== */

/* mv */
#content .mv {
	background: url("../img/content/top/bg_mv.jpg") no-repeat center bottom;
	background-size: cover;
	height: 800px;
}
#content .mv .wrap {
	position: relative;
	height: 100%;
}
#content .mv .wrap h1 {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
	#content .mv {
		height: 560px;
	}
}






/* sec01 */
#content .front .sec01 {
	padding: 0;
}
#content .front .sec01 .inner {
	color: #fff;
	background: #0071bc;
	font-size: 1.0em;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 0 40px 0;
}
#content .front .sec01 .mv-foot {
	height: 60px;
	width: 100%;
}
#content .front .sec01 .inner h2 {
	position: relative;
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 2.0em;
}
#content .front .sec01 .inner h2::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	height: 2px;
	width: 100px;
	background: #fff;
	margin-top: 15px;
}
#content .front .sec01 .inner h2 strong {
	font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
	#content .front .sec01 .inner {
		padding: 30px 0 15px 0;
	}
	#content .front .sec01 .mv-foot {
		height: 20px;
	}
	#content .front .sec01 .inner h2 {
		font-size: 1.6em;
	}
}






/* sec02 */
#content .front .sec02 {}
#content .front .sec02 ul.list {
	display: flex;
	justify-content: space-between;
}
#content .front .sec02 ul.list li {
	width: 46%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
#content .front .sec02 ul.list li figure {
	width: 120px;
	margin: 0 auto;
	margin-bottom: 3.0em;
}
#content .front .sec02 ul.list li h3 {
	position: relative;
	font-size: 1.5em;
	color: #0071bc;
	margin-bottom: 1.5em;
}
#content .front .sec02 ul.list li h3::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	height: 1px;
	width: 60px;
	background: #0071bc;
	margin-top: 10px;
}
#content .front .sec02 ul.list li p {
	font-size: 0.875em;
	margin-bottom: 1.0em;
}
#content .front .sec02 ul.list nav.link {
	margin-top: auto;
}
#content .front .sec02 ul.list nav.link a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
#content .front .sec02 ul.list nav.link a span {
	font-size: 0.875em;
	margin: 0 1.0em;
	font-weight: normal;
}
#content .front .sec02 ul.list nav.link a i.ico {
	width: 30px;
}
#content .front .sec02 ul.list nav.link a:hover {
	text-decoration: none;
}
#content .front .sec02 ul.list nav.link a:hover i.ico {
	transform: translateX(2px);
}
#content .front .sec02 ul.list nav.link a:hover i.ico .cls-1 {
	fill: #333333;
}
@media only screen and (max-width: 767px) {
	#content .front .sec02 ul.list {
		flex-direction: column;
	}
	#content .front .sec02 ul.list li {
		width: 100%;
	}
	#content .front .sec02 ul.list li:first-child {
		margin-bottom: 40px;
	}
	#content .front .sec02 ul.list li figure {
		margin-bottom: 1.5em;
	}
}





/* sec03 */
#content .front .sec03 {
	background: url("../img/content/top/bg_sec03.jpg") no-repeat center top;
	background-size: 100% auto;
	padding-top: 150px;
}
#content .front .sec03 h2 {
	background: url("../img/content/top/bg_sec03-01.png") no-repeat center center;
	background-size: cover;
	text-align: center;
	width: 406px;
	height: 400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4em;
}
#content .front .sec03 h2 span {
	position: relative;
	display: block;
	padding-top: 30px;
}
#content .front .sec03 h2 span::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	height: 2px;
	width: 100px;
	background: #0071bc;
	margin-top: 15px;
}
#content .front .sec03 h2 strong {
	display: block;
	font-size: 1.5em;
	margin-top: 0.5em;
}
#content .front .sec03 h2 strong em {
	font-style: normal;
	color: #0071bc;
}
#content .front .sec03 ul.list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
#content .front .sec03 ul.list li {
	width: 25%;
	box-sizing: border-box;
	padding: 20px 20px;
	border: 1px solid #E6E6E6;
	margin-left:-1px;
	margin-top:-1px;
}
#content .front .sec03 ul.list li figure {
	margin-bottom: 1.0em;
}
#content .front .sec03 ul.list li h3 {
	position: relative;
	text-align: center;
	margin-bottom: 1.5em;
}
#content .front .sec03 ul.list li h3::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	height: 4px;
	width: 80px;
	background: #0071bc;
	margin-top: 5px;
}
#content .front .sec03 ul.list li p {
	font-size: 0.875em;
}
@media only screen and (max-width: 1200px) {
	#content .front .sec03 ul.list li {
		width: 33.33%;
	}
}
@media only screen and (max-width: 767px) {
	#content .front .sec03 {
		background: url("../img/content/top/bg_sec03-sp.jpg") no-repeat center top;
		background-size: 100% auto;
		padding-top: 120px;
	}
	#content .front .sec03 h2 {
		width: 306px;
		height: 300px;
		font-size: 1.2em;
	}
	#content .front .sec03 ul.list {
		margin-top: 30px;
	}
	#content .front .sec03 ul.list li {
		width: 50%;
	}
	#content .front .sec03 nav.btnLink01 {
		width: 100%;
	}
}
@media only screen and (max-width: 420px) {
	#content .front .sec03 ul.list li {
		width: 100%;
	}
}





/* sec04 */
#content .front .sec04 {}
#content .front .sec04 h2 {
	position: relative;
	padding-bottom: 0.5em;
}
#content .front .sec04 h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 3px;
	width: 80px;
	background: #0071bc;
}
#content .front .sec04 h2 span {
	color: #0071bc;
	font-weight: normal;
	font-size: 1.6em;
	margin-right: 0.5em;
}
#content .front .sec04 ul.list {}
#content .front .sec04 ul.list li {
	border-bottom: 1px solid #E6E6E6;
}
#content .front .sec04 ul.list li:first-child {
	border-top: 1px solid #E6E6E6;
}
#content .front .sec04 ul.list li a {
	padding: 30px 30px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	color: #333333;
	text-decoration: none;
}
#content .front .sec04 ul.list li a:hover {
	background: #f2f8fc;
}
#content .front .sec04 ul.list li .date {
	width: 100px;
}
#content .front .sec04 ul.list li .fa-chevron-right {
	width: 60px;
	text-align: right;
}
#content .front .sec04 ul.list li .text {
	flex: 1;
}
#content .front .sec04 ul.list li .text h3 {
	font-size: 1.0em;
	line-height: 1.7;
}
#content .front .sec04 nav.link {
	text-align: right;
	margin-top: 30px;
}
#content .front .sec04 nav.link a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
}
#content .front .sec04 nav.link a span {
	font-size: 0.875em;
	margin: 0 1.0em;
	font-weight: normal;
}
#content .front .sec04 nav.link a i.ico {
	width: 30px;
}
#content .front .sec04 nav.link a:hover {
	text-decoration: none;
}
#content .front .sec04 nav.link a:hover i.ico {
	transform: translateX(2px);
}
#content .front .sec04 nav.link a:hover i.ico .cls-1 {
	fill: #333333;
}
@media only screen and (max-width: 767px) {
	#content .front .sec04 {
		padding-bottom: 30px;
	}
	#content .front .sec04 ul.list li a {
		padding: 20px 0;
		flex-direction: column;
	}
	#content .front .sec04 ul.list li a:hover {
		background: #fff;
	}
	#content .front .sec04 ul.list li .date {
		width: auto;
		margin-bottom: 0.5em;
	}
	#content .front .sec04 ul.list li .fa-chevron-right {
		display: none;
	}
	#content .front .sec04 nav.link {
		margin-top: 20px;
	}
}




