@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* 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;}
/*------------------------------------------------------------
	fadein
------------------------------------------------------------*/
.fadein {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.fadein.on {
	opacity: 1;
}
/*------------------------------------------------------------
	comSlideTitle
------------------------------------------------------------*/
.comSlideTitle {
	will-change: transform;
}
.comSlideTitle img {
	margin-right: 2rem;
	width: 51.3rem;
}
@media all and (max-width: 896px) {
	.comSlideTitle img {
		margin-right: 1rem;
		width: 20rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.6rem;
	font-weight: 500;
	text-align: center;
}
.headLine01 .img {
	margin-bottom: 0.8rem;
	height: 4.3rem;
	display: block;
}
.headLine01 .img img {
	height: 5.7rem;
}
.headLine01.left {
	text-align: left;
}
.headLine01.right {
	width: fit-content;
	text-align: right;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem !important;
		width: auto !important;
		text-align: center !important;
	}
	.headLine01 .img {
		margin-bottom: 0.8rem !important;
		height: auto !important;
	}
	.headLine01 .img img {
		height: 3.5rem !important;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 27.1rem;
}
.comBtn a {
	padding: 0.5rem 0.5rem 0.7rem;
	height: 7.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	border-radius: 3.6rem;
	background: url(../img/common/btn_bg01.jpg) no-repeat center center / 100% 100%;
	box-shadow: 0.4rem 0.4rem 0.6rem #d5e1f9;
}
.comBtn a .en {
	margin-top: 0.7rem;
	font-size: 2.1rem;
}
.comBtn a img {
	margin-right: 0.8rem;
	width: 2.3rem;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 20rem;
	}
	.comBtn a {
		height: 5rem;
		font-size: 1.5rem;
	}
	.comBtn a .en {
		margin-top: 0.7rem;
		font-size: 1.6rem;
	}
	.comBtn a img {
		margin: 0.2rem 0.6rem 0 0;
		width: 1.8rem;
	}
}
