@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	margin-bottom: 9.9rem;
	padding-top: 7.5rem;
}
#main .mainImg .image {
	margin: 0 -1.9rem 2.3rem -1.4rem;
	text-align: center;
}
#main .mainImg .image img {
	width: 100%;
}
#main .mainImg .txt {
	color: #017E3C;
	text-align: center;
	line-height: 1.625;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	#main .mainImg .image {
		margin: 0 -23.2rem 4.7rem -22.7rem;
	}
	#main .mainImg .image img {
		max-width: inherit;
		width: 100%;
	}
	#main .mainImg {
		margin-bottom: 7.4rem;
		padding-top: 9.4rem;
	}
	#main .mainImg .txt {
		line-height: 1.25;
	}
}

/* sec01 */
#main .sec01 {
	margin-bottom: 5.3rem;
	padding: 4.2rem 4.8rem;
	border-radius: 3rem;
	background: #fff;
}
#main .sec01 .imgUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#main .sec01 .imgUl li {
	width: calc((100% - 4rem) / 3);
}
#main .sec01 .imgUl li:nth-child(n+7) {
	display: none;
}
#main .sec01 .imgUl a {
	display: block;
	aspect-ratio: 206 / 206;
	overflow: hidden;
}
#main .sec01 .imgUl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) {
	#main .sec01 .imgUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 .imgUl li {
		width: calc((100% - 1.7rem) / 2);
	}
	#main .sec01 .imgUl {
		gap: 1.6rem 1.7rem;
	}
	#main .sec01 {
		margin-bottom: 5.3rem;
		padding: 5.1rem 1.7rem 4rem;
	}
}



/* sec02 */
#main .sec02 {
	padding-top: 5rem;
	margin-bottom: 6rem;
}
#main .sec02 .content {
	max-width: inherit;
}
#main .sec02 .headLine01 {
	margin-bottom: 4.5rem;
}
#main .sec02 .headLine01 img  {
	width: 37.5rem;
}
#main .sec02 .listUl {
	margin-bottom: 8.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 5rem;
	font-size: 1.4rem;
	line-height: 1.42;
	position: relative;
}
#main .sec02 .listUl::before {
	min-width: 103rem;
	width: 100%;
	height: 10.7rem;
	position: absolute;
	top: 20.6rem;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/index/bg04.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .sec02 .listUl li {
	width: 26.8rem;
	position: relative;
}
#main .sec02 .listUl .textBox {
	position: relative;
	padding-top: 2.1rem;
	margin: 0 -1.2rem;
}
#main .sec02 .listUl .bgImg {
	width: 26.8rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#main .sec02 .listUl p {
	position: relative;
	z-index: 10;
}
#main .sec02 .listUl .ttl {
	margin-bottom: 1.1rem;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.45;
}
#main .sec02 .listUl .image {
	margin-bottom: 3.2rem;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 896px) {
	#main .sec02 .listUl {
		display: block;
		margin-bottom: 7.8rem;
	}
	#main .sec02 .listUl::before {
		display: none;
	}
	#main .sec02 .listUl li {
		margin-bottom: 9.7rem;
		width: auto;
		position: relative;
	}
	#main .sec02 .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .listUl .wid {
		width: 26.8rem;
		margin: 0 auto;
	}
	#main .sec02 .listUl li::before {
		min-width: 52rem;
		width: 100%;
		height: 10.1rem;
		position: absolute;
		top: 20.8rem;
		left: 50%;
		transform: translateX(-50%);
		background: url("../img/index/sp_bg04.png") no-repeat left top / 100% 100%;
		content: "";
	}
	#main .sec02 .headLine01 img {
		width: 30rem;
	}
	#main .sec02 .headLine01 {
		margin-bottom: 4.8rem;
	}
	#main .sec02 .listUl .bgImg {
		top: 1.1rem;
	}
	#main .sec02 .listUl .item02 .bgImg {
		top: 0;
	}
	#main .sec02 {
		margin-bottom: 5.1rem;
	}
}

/* sec03 */
#main .sec03 {
	color: #fff;
	padding: 5rem 0 6.1rem;
	background-color: #017E3C;
}
#main .sec03 .headLine01 {
	margin-bottom: 3.8rem;
}
#main .sec03 .headLine01 img {
	width: 20.8rem;
}
#main .sec03 .content {
	max-width: 70rem;
}
#main .sec03 .listUl {
	margin: 0 auto;
	max-width: 55.4rem;
}
#main .sec03 .listUl li {
	padding-bottom: 0.8rem;
  	margin-bottom: 0.7rem;
	display: flex;
	border-bottom: 2px dotted #fff;
}
#main .sec03 .listUl li:last-child {
	margin-bottom: 0;
}
#main .sec03 .listUl .ttl {
	padding-right: 1rem;
	width: 10rem;
	text-align: center;
}
#main .sec03 .listUl .txt {
	flex: 1;
	margin-left: 2.4rem;
}
#main .sec03 .map {
	margin-bottom: 3.1rem;
}
@media all and (max-width: 896px) {
	#main .sec03 .headLine01 img {
		width: 16.6rem;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 3.9rem;
	}
	#main .sec03 .listUl {
		margin: 0 1.2rem;
		max-width: inherit;
		font-size: 1.4rem;
		line-height: 1.42;
	}
	#main .sec03 .map {
		margin-bottom: 3.9rem;
	}
	#main .sec03 .listUl .ttl {
		padding-right: 1.3rem;
		width: 9rem;
	}
	#main .sec03 .listUl li {
		padding-bottom: 1rem;
		margin-bottom: 0.9rem;
	}
	#main .sec03 {
		padding: 5rem 0 4.8rem;
	}
}

/* sec04 */
#main .sec04 {
	padding: 6.8rem 0 7.4rem;
}
#main .sec04 .content {
	max-width: 70rem;
}
#main .sec04 .mapBox {
	margin-top: 4rem;
	aspect-ratio: 700 / 400;
	overflow: hidden;
}
#main .sec04 .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec04 .headLine01 img {
	width: 28.1rem;
}
#main .sec04 .bannerUl {
	margin: 7rem -2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 1.5rem;
}
#main .sec04 .bannerUl li {
	width: 23.4rem;
}
#main .sec04 .bannerUl a {
	display: block;
}
#main .sec04 .headLine01 {
	margin-bottom: 4.7rem;
}
#main .sec04 p {
	margin-bottom: 2.4rem;
}
@media all and (min-width: 897px) {
	#main .sec04 .bannerUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec04 .bannerUl {
		margin: 6rem 0 0;
		display: block;
	}
	#main .sec04 .bannerUl li {
		margin: 0 auto 2rem;
	}
	#main .sec04 .bannerUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec04 .headLine01 img {
		width: 22.5rem;
	}
	#main .sec04 {
		padding: 5.6rem 0 4rem;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 4.6rem;
	}
	#main .sec04 p {
		margin: 0 1rem 2.4rem;
	}
	#main .sec04 .mapBox {
		margin-top: 3.3rem;
		aspect-ratio: 700 / 700;
	}
}