@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 100rem;
	position: relative;
	z-index: 3;
}
.content.lar {
	max-width: 120rem;
}
.comBtn a {
	height: auto;
	width: 40rem;
	min-height: 5.8rem;
	font-weight: 700;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f1e6cd;
	border-radius: 3.3rem;
	background: url(../img/common/icon01.png) no-repeat center left 1.5rem / 2.8rem,url(../img/common/icon01.png) no-repeat center right 1.5rem / 2.8rem;
	background-color: #296a40;
}
.comBtn a span {
	padding-right: 1.5rem;
	display: block;
	width: fit-content;
	background: url(../img/common/arrow_icon.png) no-repeat center right / 0.8rem;
}
ul.comBtn {
	gap: 3.2rem;
}
.headLine01 {
	margin-bottom: 11rem;
	color: #f1e6cd;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
}
.headLine01 .en {
	margin: 0 auto 0.9rem;
	padding: 0 1.1rem 0.2rem;
	width: fit-content;
	display: block;
	font-size: 6.2rem;
	background: url(../img/common/icon02.png) no-repeat center bottom / 25.4rem;
}
.comBox {
	padding: 2.8rem;
	border-radius: 2rem;
	background: #296a40;
}
.comBox .topImg {
	margin: -8.6rem auto -13.7rem;
	padding: 2.8rem;
	width: 22.3rem;
	height: 22.3rem;
	border-radius: 100%;
	background: #296a40;
}
.comBox .topImg img {
	width: 12.8rem;
	position: relative;
	z-index: 1;
} 
.comBox .topImg span {
	padding-top: 2rem;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #F1E6CD;
}
.comBox .inner {
	padding: 10rem 7.2rem 6.4rem;
	border-radius: 1rem;
	background: #f1e6cd;
	text-align: center;
	position: relative;
}
.comBox .inner .posImg {
	width: 25.3rem;
	position: absolute;
	left: 6rem;
	top: 3.5rem;
	pointer-events: none;
}
.comBox .inner .posImg.pos02 {
	right: 5.4rem;
	left: auto;
	top: 1.4rem;
}
.comBox .inner .heading {
	margin-bottom: 5rem;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
	color: #b93f32;
}
.comBox .inner p {
	line-height: 2.111;
}
.comBox .lineHead {
	margin: 5.1rem 0 1.7rem;
	padding-bottom: 1.1rem;
	font-weight: 700;
	font-size: 2.6rem;
	color: #b93f32;
	border-bottom: 0.3rem solid #296a40;
}
.comBox .timeTtl {
	margin-bottom: 0.9rem;
	font-weight: 700;
	font-size: 2.2rem;
	color: #b93f32;
}
.comBox .timeTxt {
	font-size: 1.6rem;
}
.comBox .subInn {
	padding: 10.2rem 2rem 7.5rem;
	margin-top: 5.9rem;
	border-radius: 1rem;
	background: #fff;
}
.comBox .subInn h3 {
	margin-bottom: 1.2rem;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.437;
	color: #b93f32;
}
.comBox .coming {
	font-size: 6.2rem;
	color: #639ba7;
	line-height: 1;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.8;
	}
}
@media  (min-width: 897px) and (max-width: 1040px) {
	.content {
		margin: 0 2rem;
	}
}
@media  (min-width: 897px) and (max-width: 1240px) {
	.content.lar {
		margin: 0 2rem;
	}
	.comBox .inner .posImg {
		width: 23.21vw;
		left: 1.5vw;
	}
	.comBox .inner .posImg.pos02 {
		right: 1.5vw;
	}
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
		max-width: inherit !important;
	}
	.comBtn a {
		margin: 0 auto;
		width: 100%;
		max-width: 32rem;
		font-size: 1.6rem;
		background-position: left 0.7rem center,right 0.7rem center;
	}
	.comBtn a span {
		padding-right: 1.2rem;
	}
	.headLine01 {
		margin-bottom: 7.7rem;
		font-size: 1.4rem;
	}
	.headLine01 .en {
		margin-bottom: 0.6rem;
		font-size: 4.2rem;
		background-size: 17.5rem;
	}
	.comBox {
		padding: 1.2rem 1.2rem 1.3rem;
	}
	.comBox .topImg {
		margin: -5.2rem auto -7rem;
		padding: 1.2rem;
		width: 12.2rem;
		height: 12.2rem;
	}
	.comBox .inner .heading {
		margin-bottom: 2rem;
		font-size: 2rem;
		line-height: 1.4;
	}
	.comBox .inner {
		padding: 5.1rem 1.7rem 2.4rem;
	}
	.comBox .inner p {
		line-height: 2;
	}
	.comBox .lineHead {
		margin: 3.3rem 0 1.7rem;
  		padding-bottom: 1.7rem;
		font-size: 2.2rem;
	}
	.comBox .timeTtl {
		margin-bottom: 1.4rem;
		font-size: 2rem;
		line-height: 1.6;
	}
	.comBox .timeTxt {
		font-size: 1.4rem;
		line-height: 1.428 !important;
		text-align: left;
	}
	.comBox .subInn {
		padding: 5rem 1rem 4.2rem;
		margin-top: 5.7rem;
	}
	.comBox .subInn h3 {
		margin-bottom: 1.6rem;
		font-size: 2rem;
		line-height: 1.4;
	}
	.comBox .coming {
		font-size: 3.2rem;
		line-height: 1;
	}
	.comBox .topImg span {
		padding-top: 1.5rem;
	}
	.comBox .topImg img {
		width: 5.4rem;
	}
	.comBox .inner .posImg {
		width: 10.6rem;
		left: 1.3rem;
  		top: 1.4rem;
	}
	.comBox .inner .posImg.pos02 {
		right: 1.2rem;
		left: auto;
		top: 0.5rem;
		width: 11.6rem;
	}
}
/* fadeInUp */
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease .5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: none;
}