@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .sec01 .list {
	display: flex;
	flex-wrap: wrap;
} 
#main .sec01 .list li {
	padding: 5.8rem 5.8rem 1.5rem;
	width: calc(100% / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #8CC63F;
}
#main .sec01 .list li:nth-child(5),
#main .sec01 .list li:nth-child(3) {
	background-color: #006837;
}
#main .sec01 .list li .photo img {
	width: 100%;
}
#main .sec01 .list li p {
	font-size: min(3.3vw,6rem);
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0.8rem -2rem 0;
	color: #fff;
}
#main .sec01 .list li .text {
	letter-spacing: 0;
}
#main .sec01 .list li:has(.textImg) {
	padding: 4rem 8rem;
	background-color: #fff;
}
#main .sec02 {
	margin-bottom: 8.1rem;
	padding: 10.6rem 0 0;
}
#main .sec02 .map {
	padding: 0 2rem;
	max-width: 95.9rem;
	margin: 0 auto;
	padding-right: 14.6rem;
	box-sizing: content-box;
	position: relative;
}
#main .sec02 .link {
	width: 31.5rem;
	position: absolute;
}
#main .sec02 .link a {
	min-height: 10rem;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	border-radius: 5rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid rgba(0, 0, 0, 1);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
#main .sec02 .link01 {
	top: 7.1rem;
	left: -13.0rem;
}
#main .sec02 .link02 {
	top: 23.6rem;
	left: -13.0rem;
}
#main .sec02 .link03 {
	top: 40.3rem;
	left: -13.0rem;
}
#main .sec02 .link04 {
	top: 34.7rem;
	right: -12.5rem;
}
#main .sec02 .link05 {
	top: 52.2rem;
	right: -12.5rem;
}
#main .sec03 {
	position: relative;
}
#main .comBg {
	padding: 0rem 0 1.5rem;
	background: #8CC63F;
	position: relative;
}
#main .comBg .content {
	position: relative;
	top: -1.1rem;
}
#main .comBg::before {
	width: 100%;  
	height: 13.5rem;
	background: url(../img/index/bg01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;  
	top: -13.5rem;
	left: 0;
	content: ""; 
}
#main .comBg::after {
	width: 100%;  
	height: 13.5rem;
	background: url(../img/index/bg02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;  
	bottom: -13.5rem;
	left: 0;
	content: ""; 
}
#main .comImgBox {
	margin-bottom: 15.3rem;
	align-items: flex-end;
}
#main .comImgBox:last-child {
	margin-bottom: 0;
}
#main .comImgBox .photoBox {
	width: min(44.8vw,82.4rem);
	order: 2;
	margin-left: 5rem;
}
#main .comImgBox .photoBox img {
	border-radius: 5.5rem;
}
#main .comImgBox .textBox {
	padding: 2rem 0 4rem 0.8rem;
	flex: 1;
}
#main .comImgBox .textBox p {
	margin-bottom: 4.5rem;
	line-height: 1.78;
	letter-spacing: 0.1em;
}
#main .comImgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .comImgBox .textBox h3 {
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin-bottom: 2.8rem;
}
#main .sec04 {
	padding: 25.5rem 0 29.7rem;
}
#main .sec04 .headLine01 {
	margin-right: -1.8rem;
	color: #000000;
}
#main .sec04 .headLine01 span::first-letter {
	color: #006837;
}
#main .comImgBox02 .photoBox {
	order: -1;
	margin-left: 0;
	margin-right: 6.2rem;
}
#main .comImgBox02 .textBox {
	padding-bottom: 1rem;
}
#main .comImgBox03 {
	align-items: center;
}
#main .comImgBox .link {
	width: 28rem;
}
#main .comImgBox .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 5rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	background : linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
	border-radius: 5rem;
	border: 2px solid rgba(0, 0, 0, 1);
}
#main .sec05 .comBg {
	padding-bottom: 17.3rem;
}
#main .sec05 .headLine01 {
	margin-bottom: 13.5rem;
}
#main .sec05 .comBg .content {
	top: -1.7rem;
}
#main .sec05 .whiteBox {
	max-width: 120rem;
	padding: 9.5rem 10rem 10.2rem;
	margin: 0 auto 8.7rem;
	background-color: #fff;
	border-radius: 4rem;
	box-shadow : 1rem 1rem 0rem rgba(0, 0, 0, 0.1);
}
#main .sec05 .whiteBox:last-child {
	margin-bottom: 0;
}
#main .sec05 .linkUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2.7rem 3.2rem;
	margin-bottom: 2.7rem;
}
#main .sec05 .linkUl:last-child {
	margin-bottom: 0;
}
#main .sec05 .linkUl li {
	width: calc((100% - 12.9rem) / 5);
}
#main .sec05 .linkUl a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 7.4rem;
	font-weight: 700;
	color: #109861;
	line-height: 1.33;
	text-align: center;
	background-color: #DEEAE0;
	border-radius: 1.2rem;
}
#main .sec05 h3 {
	padding-bottom: 3rem;
	margin-bottom: 6.0rem;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #040000;
}
#main .sec05 h3 .img {
	width: 8rem;
	display: inline-block;
	padding-right: 1rem;
}
#main .sec05 .list {
	margin-bottom: 1.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 3.2rem;
}
#main .sec05 .list li {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	width: calc((100% - 12.9rem) / 5);
}

@media all and (min-width: 897px) {
	#main .comImgBox .link a:hover,
	#main .sec02 .link a:hover {
		background : linear-gradient(90deg, rgba(171, 202, 55, 1) 0%, rgba(5, 167, 76, 1) 100%);
		border-color: #39B54A;
	}
	#main .sec05 .linkUl a:hover {
		color: #fff;
		background-color: #109861;
	}
}


@media all and (max-width: 896px) {
	#main .sec01 .list {
		display: block;
		position: relative;
		padding: 2.9rem 6.8rem;
	}
	#main .sec01 .list li {
		padding: 0 !important;
		width: auto;
		display: block;
	}
	#main .sec01 .list:after {
		width: 100%;  
		height: 27.5rem;
		background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(214, 234, 206, 1) 100%);
		position: absolute;  
		top: 0;
		left: 0;
		content: ""; 
	}
	#main .sec01 .list li .sub {
		position: relative;
		z-index: 1;
	}
	#main .sec01 .list li .textImg img {
		width: 100%;
	}
	#main .sec02 {
		margin-bottom: 1.8rem;
		padding-top: 5rem;
	}
	#main .sec02 .map {
		max-width: 27.5rem;
		box-sizing: content-box;
		padding: 0 5.85rem 0 1rem;
	}
	#main .sec02 .map img {
		width: 100%;
	}
	#main .sec02 .link {
		width: 11.6rem;
	}
	#main .sec02 .link a {
		font-size: 1.2rem;
		line-height: 1.25;
		min-height: 4.1rem;
	}
	#main .sec02 .link01 {
		left: 1.7rem;
		top: -0.2rem;
	}
	#main .sec02 .link02 {
		left: 1.7rem;
		top: 5.2rem;
	}
	#main .sec02 .link03 {
		left: 1.7rem;
		top: 10.6rem;
	}
	#main .sec02 .link04 {
		top: 17.5rem;
		right: 1.5rem;
	}
	#main .sec02 .link05 {
		top: 23.2rem;
		right: 1.5rem;
	}
	#main .comBg::before {
		height: 3.8rem;
		top: -3.8rem;
		left: -8rem;
		width: auto;
		right: -5rem;
		background-image: url(../img/index/bg01_sp.png);
	}
	#main .comBg::after {
		height: 3.8rem;
		bottom: -3.8rem;
		left: -8rem;
		right: -5rem;
		width: auto;
		background-image: url(../img/index/bg02_sp.png);
	}
	#main .comBg {
		padding: 4.5rem 0 7.0rem;
		background-color: #86BC42;
	}
	#main .comImgBox {
		margin-bottom: 7.5rem;
		display: block;
	}
	#main .comImgBox .photoBox {
		width: auto;
		margin: 0 1.5rem 2rem;
	}
	#main .comImgBox .photoBox img {
		border-radius: 1.5rem;
		width: 100%;
	}
	#main .comImgBox .textBox {
		padding: 0 1.6rem;
	}
	#main .comImgBox .textBox h3 {
		font-size: 2.1rem;
		letter-spacing: 0.1em;
		line-height: 1.55;
		text-align: center;
		margin-bottom: 1.7rem;
	}
	#main .comImgBox .textBox p {
		margin-bottom: 2.2rem;
		font-size: 1.55rem;
		letter-spacing: 0.1em;
		text-align: justify;
		line-height: 1.935;
	}
	#main .sec04 {
		padding: 11rem 0 12rem;
	}
	#main .sec04 .headLine01 {
		margin-right: 0;
	}
	#main .comImgBox .link {
		width: auto;
		margin: 0 auto;
		max-width: 33.5rem;
	}
	#main .comImgBox .link a {
		background: #fff;
		color: #000;
		letter-spacing: 0;
	}
	#main .sec05 .headLine01 {
		padding-top: 0.5rem;
		margin-bottom: 3.2rem;
	}
	#main .sec05 .whiteBox {
		padding: 1.7rem 2rem 1.8rem;
		max-width: inherit;
		margin: 0 1.7rem 4rem 1.5rem;
		border-radius: 2rem;
		box-shadow : 0.461rem 0.461rem 0rem rgba(0, 0, 0, 0.1);
	}
	#main .sec05 h3 {
		margin-bottom: 1.8rem;
		padding-bottom: 1.6rem;
		font-size: 1.5rem;
	}
	#main .sec05 h3 .img {
		width: 3.5rem;
		margin-right: 0.3rem;
		vertical-align: 0.1rem;
	}
	#main .sec05 .ulBox {
		display: flex;
		flex-wrap: wrap;
		gap: 0 1.8rem;
		margin-bottom: -1.6rem;
	}
	#main .sec05 .ulBox ul {
		width: calc((100% - 1.8rem) / 2);
	}
	#main .sec05 .linkUl {
		gap: 1.6rem 1.8rem;
		margin-bottom: 0rem;
	}
	#main .sec05 .linkUl li {
		width: calc((100% - 1.8rem) / 2);
	}
	#main .sec05 .linkUl02 li {
		width: 100%;
		display: none;
	}
	#main .sec05 .linkUl02 li:first-child {
		display: block;
	}
	#main .sec05 .linkUl a {
		min-height: 6.2rem;
		font-size: 1.4rem;
		line-height: 1.36;
		border-radius: 1rem;
	}
	#main .sec05 .linkUl02 {
		display: block;
		overflow: hidden;
	}
	#main .sec05 .linkUl02 li {
		float: left;
		margin: 0 1.8rem 1.6rem 0;
	}
	#main .sec05 .linkUl02 a {
		min-height: 4.2rem;
	}
	#main .sec05 .linkUl:not(.linkUl02) .on a {
		background: #109861;
		color: #fff;
	}
	#main .sec05 .linkUl02 a.notallowed {
		pointer-events: none;
	}
	#main .sec05 .selectDl {
		margin: -0.3rem 0 2rem;
	}
	#main .sec05 .selectDl dt {
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin: 0 0.3rem 0.6rem;
	}
	#main .sec05 .selectDl p {
		cursor: pointer;
		border-radius: 0.6rem;
		min-height: 3.5rem;
		color: #000;
		border: 1px solid #109861;
		box-sizing: border-box;
		font-size: 1.1rem;
		padding: 0.5rem 2.5rem 0.5rem 1.2rem;
		display: flex;
		align-items: center;
		width: 100%;
		background: url(../img/common/select_bg.png) no-repeat right 1rem center #fff;
		background-size: 1rem auto;
	}
	#main .sec05 .comBg {
		padding-bottom: 6rem;
	}
	#main .sec05 .selectDl dd {
		position: relative;
	}
	#main .sec05 .selectDl .subUl {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		border: 1px solid #109861;
		border-radius: 0.5rem;
		background-color: #fff;
		z-index: 1;
		display: none;
	}
	#main .sec05 .selectDl .subUl li {
		padding: 0.9rem 1rem;
		font-size: 1.1rem;
		letter-spacing: 0;
		border-bottom: 1px solid #808080;
	}
	#main .sec05 .selectDl .subUl li.on {
		background-color: #109861;
		color: #fff;
	}
	#main .sec05 .selectDl .subUl li:last-child {
		border: none;
	}
}