@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;
	min-width: 25.4rem;
	display: block;
	font-size: 6.2rem;
	background: url(../img/common/icon02.png) no-repeat center bottom / 100% 2.7rem;
}
.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: 1.5rem;
	font-weight: 700;
	font-size: 2.2rem;
	color: #b93f32;
}
.comBox .timeTxt {
	font-size: 1.6rem;
}
.comBox .textMar {
	margin-bottom:5rem ;
}
.comBox .subInn {
	margin-top: 1.5rem;
	padding: 2.7rem 5rem 4.4rem;
	border-radius: 1rem;
	background: #fff;
}
.comBox .subInn .imgBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8.6rem;
}
.comBox .subInn .imgBox .photoBox {
	margin: 0 3rem;
	width: 34rem;
}
.comBox .subInn .imgBox .textBox {
	padding-top: 0.5rem;
	flex: 1;
	text-align: left;
}
.comBox .subInn h3 {
	margin-bottom: 2.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;
}
.comBox .lineHead02 {
	margin-bottom: 4.2rem;
	padding-bottom: 1.4rem;
	font-weight: bold;
	font-size: 2.6rem;
	text-align: left;
	color: #231815;
	border-bottom: 0.5rem dotted #b93f32;
}
@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;
	}
	.comBox .subInn {
		padding: 2.177vw 4.032vw 3.548vw;
	}
	.comBox .subInn .imgBox {
		gap: 2.935vw;
	}
	.comBox .subInn .imgBox .photoBox {
		width: 27.419vw;
		margin: 0 2.419vw;
	}
}
@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: 100% 1.8rem;
		min-width: inherit;
	}
	.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.2rem;
	}
	.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 .textMar {
		margin-bottom: 3.3rem;
	}
	.comBox .subInn {
		padding: 2.6rem 1rem 2.4rem;
		margin-top: 2.4rem;
	}
	.comBox .subInn .imgBox {
		display: block;
	}
	.comBox .subInn .imgBox img {
		width: 100%;
	}
	.comBox .subInn .imgBox .photoBox {
		width: auto;
	}
	.comBox .subInn .imgBox .textBox {
		padding: 1.9rem 0.6rem 0;
	}
	.comBox .subInn h3 {
		margin-bottom: 1.5rem;
		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;
	}
	.comBox .lineHead02 {
		margin-bottom: 2.6rem;
		font-size: 1.8rem;
		line-height: 1.444;
		padding-bottom: 1.7rem;
	}
}
/* fadeInUp */
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease .5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: none;
}
/* comNews */
.comNews {
	padding: 9.4rem 0 12rem;
	background: #fff;
	z-index: 1;
	position: relative;
}
.comNews .headLine01 {
	margin-bottom: 5rem;
	color: #B93F32;
}
.comNews .newsList li {
	border-top: 1px solid #231815;
}
.comNews .newsList li:last-child {
	border-bottom: 1px solid #231815;
}
.comNews .newsList a {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 1.6rem;
	min-height: 7.3rem;
	gap: 1rem;
}
.comNews .newsList time {
	font-weight: 700;
	color: #B93F32;
	width: 10rem;
}
.comNews .newsList p {
	flex: 1;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.comNews .newsList p br {
	display: none !important;
}
.comNews .comBtn a {
	margin: 4rem auto 0;
}
.headLine02 {
	margin-bottom: 9.1rem;
	text-align: center;
	font-size: 3.2rem;
	color: #F1E6CD;
	line-height: 1.437;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	.comNews li a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comNews {
		padding: 6.6rem 0 8rem;
	}
	.comNews .headLine01 {
		margin-bottom: 3.5rem;
	}
	.comNews .comBtn a {
		margin-top: 3.1rem;
	}
	.comNews .newsList li a {
		padding: 1.5rem 0 1.6rem;
		display: block;
	}
	.comNews .newsList time {
		margin-bottom: 0.8rem;
		width: fit-content;
		display: block;
	}
	.comNews .newsList p {
		white-space: inherit;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.headLine02 {
		margin-bottom: 7.8rem;
		font-size: 2rem;
		line-height: 1.4;
		font-weight: 700;
	}
}