@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 35px;
	height: 390px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../../img/common/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
}
.pageTitle h2 {
	margin-bottom: 13px;
	width: 100%;
	max-width: 1252px;
	color: #fff;
	font-size: 4.5rem;
	line-height: 1.1;
}
.pageTitle h2 .en {
	display: block;
	font-size: 2.5rem;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 20px;
		height: 200px;
	}
	.pageTitle h2 {
		margin-bottom: 0;
		padding: 15px;
		max-width: inherit;
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.pageTitle h2 .en {
		display: block;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1252px;
	box-sizing: border-box;
}
.content .contsInner {
	margin: 0 auto;
	width: 720px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
	.content .contsInner {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 12px;
	font-size: 2rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 14px;
	text-align: center;
	font-size: 3.3rem;
	font-weight: 700;
}
.headLine02.taLeft {
	text-align: left;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 20px;
	color: #002063;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.2;
}
.headLine03 .en {
	display: block;
	font-size: 2.2rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		font-size: 2rem;
	}
	.headLine03 .en {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 42px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 3.3rem;
	font-weight: 700;
	border-bottom: 1px solid #231815;
}
.headLine04.taLeft {
	text-align: left;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 480px;
}
.comBtn a {
	padding: 12px 15px 16px;
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: url("../../img/common/btn_bg.jpg") no-repeat center center;
	background-size: cover;
}
.comBtn a::before {
	box-sizing: border-box;
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 7px;
	top: 8px;
	border: 1px solid #fff;
	content: '';
}
.comBtn a span {
	position: relative;
	z-index: 1;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 100%;
		max-width: 480px;
	}
	.comBtn a {
		padding: 12px 15px;
		font-size: 1.6rem;
	}
	.comBtn a::before {
		left: 4px;
		right: 4px;
		bottom: 4px;
		top: 4px;
	}
}