@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
	border-top: 10px solid #FFF57F;
}
#main .mainVisual .fvList li {
	width: 100%;
	vertical-align: top;
}
#main .mainVisual .fvList li img {
	width: 100%;
	aspect-ratio: 1440/600;
	object-fit: cover;
}
#main .mainVisual .slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5.2rem;
	position: absolute;
	left: 0;
	bottom: 8.3%;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}
#main .mainVisual .slick-dots li {
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0;
	line-height: 0;
	border-radius: 100%;
	background: #fff;
	transition: 0.5s;
	cursor: pointer;
}
#main .mainVisual .slick-dots li button {
	display: none;
}
#main .mainVisual .slick-dots li.slick-active {
	background-color: #007D62;
}
#main .mainVisual h2 {
	margin-top: -6.7rem;
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	text-align: justify;
	text-align-last: justify;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
#main .mainVisual h2 span {
	display: block;
	color: #fff;
	border-bottom: 0.4rem solid currentColor;
}
#main .mainVisual h2 .txt01 {
	padding: 0.3rem 0 0.9rem;
	font-size: 4.8rem;
	letter-spacing: 0.08em;
	border-top: 0.4rem solid currentColor;
}
#main .mainVisual h2 .txt02 {
	padding: 1.3rem 0 1.4rem;
	font-size: 1.8rem;
	letter-spacing: 0.055em;
}
#main .news {
	padding: 9.1rem 0 10rem;
	background: #EFEFEF;
}
#main .news .headLine01 {
	margin-bottom: 3.4rem;
}
#main .news .comNewsList {
	border-bottom: none;
}
#main .about {
	padding: 9.1rem 0 10.1rem;
}
#main .about .content {
	width: 87rem;
}
#main .about .headLine01 {
	margin-bottom: 1.5rem;
}
#main .about .linkList {
	gap: 2rem;
}
#main .about .linkList li {
	width: 15rem;
}
#main .about .linkList li a {
	display: block;
	text-align: center;
	letter-spacing: 0.055em;
}
#main .about .linkList li .icon {
	margin-bottom: 0.5rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #007D62;
	transition: 0.5s;
	aspect-ratio: 1;
}
#main .about .linkList li .icon img {
	width: 5.3rem;
}
#main .about .linkList li a:hover .icon {
	border-radius: 100%;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-bottom: 4.9rem;
	}
	#main .mainVisual .slick-dots {
		display: none !important;
	}
	#main .mainVisual h2 {
		margin: 3.2rem 3.2rem 0;
		position: relative;
		left: auto;
		top: auto;
		transform: none;
	}
	#main .mainVisual h2 span {
		color: #583700;
		border-bottom-width: 0.3rem;
	}
	#main .mainVisual h2 .txt01 {
		padding: 0.9rem 0 1.4rem;
		font-size: 3.6rem;
		border-top-width: 0.3rem;
	}
	#main .mainVisual h2 .txt02 {
		padding: 1.6rem 0 1.4rem;
		line-height: 1.3;
	}
	#main .news {
		padding: 4.1rem 0 5rem;
	}
	#main .about {
		padding: 4.1rem 0 10rem;
	}
	#main .about .content {
		margin: 0 2.7rem;
	}
	#main .about .headLine01 {
		margin-bottom: 3.5rem;
	}
	#main .about .linkList li {
		width: calc(50% - 1rem);
	}
	#main .about .linkList li a:hover .icon {
		border-radius: 0;
	}
}