@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.maru {
	font-family: "Zen Maru Gothic", serif;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comTitleBox
------------------------------------------------------------*/
.comTitleBox {
	margin-bottom: 7.6rem;
	padding-bottom: 4rem;
	min-height: 14.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.comTitleBox .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.comTitleBox .bg img {
	width: 100%;
	height: 100%;
}
.comTitleBox .title {
	color: #FFF;
	font-size: 4.3rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}
.comTitleBox.style01 {
	margin-bottom: -8rem;
	padding-bottom: 3.6rem;
	min-height: 20.7rem;
	line-height: 1.38;
}
@media all and (max-width: 896px) {
	.comTitleBox {
		margin-bottom: 4rem;
		padding: 0 1rem 3.5rem;
		min-height: 11rem;
	}
	.comTitleBox .title {
		font-size: 2rem;
	}
	.comTitleBox.style01 {
		margin-bottom: -6rem;
		padding-bottom: 2rem;
		min-height: 15rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 auto;
	width: fit-content;
	color: #0E80A8;
	font-size: 3.3rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: -0.04em;
}
.headLine01 .ico {
	margin-right: 1.2rem;
	display: inline-block;
	width: 2.3rem;
	vertical-align: -1.9rem;
}
.headLine01 .sml {
	color: #231815;
	font-size: 1.8rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin: 0 auto;
		width: fit-content;
		color: #0E80A8;
		font-size: 2rem;
		font-weight: 500;
		font-family: "Zen Maru Gothic", serif;
		letter-spacing: -0.04em;
	}
	.headLine01 .ico {
		margin-right: 1.2rem;
		display: inline-block;
		width: 1.8rem;
		vertical-align: -1rem;
	}
	.headLine01 .sml {
		color: #231815;
		font-size: 1.2rem;
		font-weight: 500;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.content {
		margin: 0 !important;
		padding: 0 2rem !important;
		max-width: inherit !important;
	}
}