#mainimage {
	height: calc(100dvh - 120px);
	margin: 0 auto 120px;
	position: relative;
}

#mainimage_img {
	height: calc(100dvh - 120px);
}

#slide,
.slick-list,
.slick-track,
#slide li {
	height: 100%;
}

#slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-prev {
	display: block;
	border: 0;
	width: 63px;
	height: 63px;
	background: url('../images/common/arrow_l.svg') no-repeat center center;
	position: absolute;
	left: 1dvw;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	margin: auto;
	z-index: 3;
	cursor: pointer;
}

.slick-next {
	display: block;
	border: 0;
	width: 63px;
	height: 63px;
	background: url('../images/common/arrow_r.svg') no-repeat center center;
	position: absolute;
	right: 1dvw;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	margin: auto;
	z-index: 3;
	cursor: pointer;
}

#mainimage_catch {
	position: absolute;
	font-size: 36px;
	top: 90px;
	right: 0;
	display: flex;
	z-index: 2;
	color: #fff;
	flex-direction: column;
	gap: 15px;
	font-weight: normal;
}

#mainimage_catch span {
	line-height: 50px;
	display: block;
	font-weight: 300;
	text-align: right;
}

#mainimage_catch span strong {
	background: rgba(22, 82, 3, 0.9);
	padding: 0 13dvw 0 20px;
}

#mainnav {
	display: flex;
	gap: 10px;
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1100px;
}

#mainnav_l {
	display: flex;
	flex-wrap: wrap;
	width: 730px;
	padding: 0;
	list-style: none;
	gap: 10px;
}

#mainnav_l li {
	width: calc((100% - 10px) / 2);
}

#mainnav_l li a {
	display: flex;
	width: 100%;
	height: 100px;
	padding: 0 6px;
	box-sizing: border-box;
	border: 4px solid #7ebd6a;
	border-radius: 20px;
	background: #ffffff;
	font-size: 24px;
	color: #333;
	text-decoration: none;
	font-weight: 700;
}

#mainnav_l li a:hover {
	background: #8ec07e;
	color: #fff;
}

.mainnav_icon {
	width: 90px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.mainnav_icon img {
	display: block;
}

#mainnav_l li a .link_text {
	display: block;
	width: calc(100% - 90px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

#mainnav_r dl {
	box-sizing: border-box;
	border: 4px solid #7ebd6a;
	height: 100%;
	background: #fff;
	padding: 15px 0 0;
	border-radius: 20px;
}

#mainnav_r dt {
	background: #409525;
	padding: 8px 15px;
	margin: 0 auto 15px;
	color: #fff;
	font-weight: 700;
}

#mainnav_r dd {
	padding: 0 0 0 35px;
	line-height: 1.5em;
}

#mainnav_r dd strong {
	font-size: 30px;
	font-weight: 700;
	color: #409525;
}

#news {
	margin: 0 auto 35px;
}

#news h2 {
	line-height: 50px;
	text-align: center;
	background: #d8ebd2;
	margin: 0 auto 40px;
	font-size: 30px;
}

#news article {
	max-width: 1100px;
	height: 580px;
	overflow: auto;
	margin: 0 auto;
	border-top: 1px solid #dddddd;
}

#news article dl {
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
	display: flex;
}

#news article dl dt {
	width: 160px;
	padding: 0 20px;
	box-sizing: border-box;
	flex: none;
}

#news article dl dd {
	width: calc(100% - 160px);
	box-sizing: border-box;
	flex: none;
}

#news .more {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 45px;
	display: flex;
	justify-content: flex-end;
}

#news .more a {
	display: block;
	width: 540px;
	position: relative;
	line-height: 52px;
	background: #fff;
	border: 4px solid #7ebd6a;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#news .more a:before {
	content: "≫";
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #7ebd6a;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#news .more a:hover {
	background: #7ebd6a;
	color: #fff;
}

#news .more a:hover:before {
	color: #fff;
}

#section1 {
	border-top: 5px solid #d8ebd2;
	padding: 120px 0 0;
	margin: 0 auto 120px;
}

#section1 h2 {
	font-size: 34px;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.5em;
	white-space: nowrap;
}

#section1 article {
	max-width: 1100px;
	margin: 0 auto;
	gap: 40px;
	display: flex;
}

#section1 article figure {
	width: 400px;
	flex: none;
}

#section1 article figure img {
	display: block;
}

#section1 article .comment {
	width: calc(100% - 440px);
	flex: none;
}

#section2 {
	2;
	margin: 0 auto 120px;
}

#section2 article {
	max-width: 1100px;
	margin: 0 auto;
}

#section2 article ul {
	display: flex;
	padding: 0;
	list-style: none;
	gap: 20px;
}

#section2 article ul li {
	width: calc((100% - 60px) / 4);
}

#section2 article ul li a {
	display: block;
	border: 4px solid #7ebd6a;
	padding: 0 6px 6px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: #399a1b;
	margin: 0 auto 25px;
}

#section2 article ul li a strong {
	display: flex;
	width: 100%;
	height: 96px;
	font-size: 30px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#section2 article ul li a:hover {
	background: #399a1b;
	color: #fff;
}

#section2 article ul li a:hover img {
	opacity: 1;
}

#section3 {
	display: flex;
	gap: 20px;
	background: url('../images/common/bg_logo.webp') no-repeat top right;
	position: relative;
	margin: 0 auto 130px;
}

#section3 figure {
	width: 49.635dvw;
	position: relative;
	z-index: 1;
}

#section3 figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 20px 20px 0;
}

#section3 article {
	width: 550px;
	position: relative;
	z-index: 2;
	flex: none;
}

#section3 article h2 {
	font-size: 30px;
	margin: 0 0 40px;
}

#section3 article dl {
	width: 630px;
	padding: 45px 40px 30px;
	box-sizing: border-box;
	position: relative;
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(232, 242, 229, 1) 100%);
	z-index: 3;
	left: -80px;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#section3 dt {
	font-size: 30px;
	color: #399a1b;
	font-weight: 700;
	line-height: 1.5em;
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 4px solid #7ebd6a;
}

#section3 dd {
	font-size: 21px;
	color: #399a1b;
}

#section3 .more {
	margin: 0 auto;
	padding: 40px 0 0;
}

#section3 .more a {
	display: block;
	width: 100%;
	position: relative;
	line-height: 52px;
	background: #fff;
	border: 4px solid #7ebd6a;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#section3 .more a:before {
	content: "≫";
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #7ebd6a;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#section3 .more a:hover {
	background: #7ebd6a;
	color: #fff;
}

#section3 .more a:hover:before {
	color: #fff;
}