@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* 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
------------------------------------------------------------*/
/* snsUl */
.snsUl {
	display: flex;
	gap: 0 1.6rem;
}
.snsUl li {
	width: 4.7rem;
}
@media all and (min-width: 897px) {
	.snsUl a:hover {
		opacity: 0.7;
	}
}

/* mainVisual */
.mainVisual {
	margin-bottom: 0.4rem;
	padding: 3.6rem 0 5.1rem;
	background: url("../img/local/bg.jpg") no-repeat center center / cover;
	color: #fff;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 1.65;
	text-align: center;
}
.mainVisual .logo {
	margin-bottom: 1.1rem;
}
.mainVisual .logo img {
	width: 43.4rem;
}
.mainVisual .title img {
	width: 90.1rem;
	transform: translateX(-3.3rem);
}
.mainVisual .title {
	margin-bottom: 3.8rem;
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 2rem 0 2.5rem;
		background-image: url("../img/local/sp_bg.jpg");
		font-size: 1.25rem;
		line-height: 1.8;
	}
	.mainVisual .title img {
		width: 28.6rem;
		transform: translateX(0);
	}
	.mainVisual .logo img {
		width: 19.4rem;
	}
	.mainVisual .logo {
		margin-bottom: 0.9rem;
	}
	.mainVisual .title {
		margin-bottom: 1.7rem;
	}
}


/* content */
.content {
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3rem;
		max-width: inherit;
	}
}

/* mainBox */
.comBg {
	padding: 5.8rem 0 12.7rem;
	position: relative;
}
.comBg::after {
	width: 100%;
	height: 100%;
	background : linear-gradient(225.5deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 23.06%, rgba(210, 210, 210, 1) 48.77%, rgba(198, 198, 198, 1) 74.48%, rgba(194, 194, 194, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
	content: "";
	z-index: -1
}
@media all and (max-width: 896px) {
	.comBg {
		padding: 2rem 0 5.8rem;
	}
}


/* comList */
.comList {
	display: flex;
	flex-wrap: wrap;
	gap: 3.1rem 2.2rem;
}
.comList li {
	padding: 0.8rem 0.8rem 5.2rem;
	width: calc((100% - 8.8rem)/5);
	background-color: #8bc43f;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
}
.comList .image {
	margin-bottom: 1.1rem;
	overflow: hidden;
	aspect-ratio: 206 / 205;
}
.comList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.comList .name {
	margin-bottom: 0.4rem;
	font-size: 2.6rem;
	line-height: 1.2;
}
.comList .name .sml {
	margin-bottom: -0.1rem;
	display: block;
	font-size: 1.8rem;
}
.comList .name .txt {
	display: block;
}
.comList .addTxt {
	margin-bottom: 0.7rem;
	padding: 0.4rem 0 0.6rem;
	border-radius: 5rem;
	font-size: 1.8rem;
	background-color: #fff;
	text-align: center;
	line-height: 1;
}
.comList .inner {
	margin: 0 0.4rem;
}
.comList .date {
	margin-left: 0.3rem;
}
.comList .link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 1;
}
.comList .link a {
	min-width: 17.6rem;
	padding: 0.6rem 1.8rem 0.8rem;
	color: #fff;
	display: inline-block;
	background-color: #e85a24;
	position: relative;
}
.comList .link a::after {
	width: 2.6rem;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: calc((100% - 1px));
	background: url("../img/common/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.comList .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comList {
		justify-content: space-between;
		gap: 1.8rem 0;
	}
	.comList li {
		padding: 0.6rem 0.6rem 3.7rem;
		width: calc(50% - 0.2rem);
		font-size: 1.325rem;
	}
	.comList .addTxt {
		margin-bottom: 0.5rem;
		font-size: 1.325rem;
		padding: 0.4rem 0 0.4rem;
	}
	.comList .name {
		font-size: 2.21rem;
	}
	.comList .name .sml {
		font-size: 1.325rem;
	}
	.comList .image {
		margin-bottom: 0.8rem;
	}
	.comList .link a {
		min-width: 13rem;
		padding: 0.4rem 1.4rem 0.5rem;
	}
	.comList .link a::after {
		width: 2rem;
		height: 100%;
	}
}


/* headLine01 */
.headLine01 {
	margin-bottom: 0.5rem;
	color: #006934;
	text-align: center;
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.5rem;
	}
}

/* comBtn */
.comBtn {
	margin-top: 7.8rem;
	text-align: center;
}
.comBtn a {
	width: 44.1rem;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	line-height: 1;
	font-size: 3.96rem;
	text-align: center;
	border-radius: 5rem;
	background: #006934 url("../img/common/icon03.png") no-repeat right 1.6rem center;
	background-size: 1.3rem auto;
	padding: 1rem 3.5rem 1rem;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin-top: 4.6rem;
	}
	.comBtn a {
		width: 22rem;
		font-size: 1.98rem;
		background-position: right 0.8rem center;
		background-size: 0.7rem auto;
  		padding: 0.5rem 1.5rem 0.5rem;
	}
}