@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.about::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	font-size: 1.5rem;
}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {
	position: relative;
	font-size: 1em;
	font-weight: 700;
}

.section_1 .heading_wrap .heading .main::before,
.section_1 .heading_wrap .heading .main::after {
	content: "";
}

.section_1 .heading_wrap .heading .sub {
	font-size: 0.833333333em;
	font-weight: 500;
}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	padding: 20% 0 40%;
	background-color: #669F35;
}

.section_1 .content_wrap .content::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	/* height: calc(100% - 4px); */
	height: 100%;
	background-image: url(../img/bg_sp.webp);
	background-position: center;
	background-repeat: repeat;
	background-size: 125%;
}

.section_1 .content_wrap .content .item_wrap {
	gap: 36px;
	width: 70%;
	margin: 0 5% 0 auto;
}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {
	align-items: flex-end;
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	align-items: flex-start;
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 8px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 .highlight {
	font-weight: 700;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {
	line-height: 2;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .num {
	width: 72px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
	width: 125%;
}

.section_1 .content_wrap .content_2 {
	position: relative;
	margin-top: -7.5%;
	padding: 0;
	background-color: transparent;
}

.section_1 .content_wrap .content_2::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
	background-color: #669F35;
	background-image: none;
}

.section_1 .content_wrap .content_2 .item_wrap {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	margin: 0;
}

.section_1 .content_wrap .content_2 .item_wrap .item {}

.section_1 .content_wrap .content_2 .item_wrap .item .item_inner {}

.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap {
	width: auto;
	max-width: 100%;
}

.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
}

.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 .highlight {
	display: block;
	padding: 8px 4px;
	background-color: #ffffff;
}

.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {
	color: #ffffff;
}

.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .num {
	margin-left: 24px;
}

.section_1 .content_wrap .content_2 .img {
	display: block;
	width: 100vw;
}

.section_1 .content_wrap .content_3 {
	padding: 10% 0;
	background-color: transparent;
}

.section_1 .content_wrap .content_3::before {
	content: none;
}

.section_1 .content_wrap .content_3 .item_wrap {
	width: 90%;
	margin: 0 auto;
}

.section_1 .content_wrap .content_3 .item_wrap .item {}

.section_1 .content_wrap .content_3 .item_wrap .item .item_inner {}

.section_1 .content_wrap .content_3 .item_wrap .item .item_inner .text_wrap {
	width: auto;
	max-width: 100%;
}

.section_1 .content_wrap .content_3 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_1 .content_wrap .content_3 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {}

.section_1 .content_wrap .content_3 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

.section_1 .content_wrap .content_3 .item_wrap .item .item_inner .text_wrap .num {}

.section_1 .content_wrap .content_3 .item_wrap .item .item_inner .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .inner {}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::before {}

	.section_1 .heading_wrap .heading::after {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {}

	.section_1 .heading_wrap .heading .main::before {}

	.section_1 .heading_wrap .heading .main::after {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {
		padding: 5% 0 10%;
	}

	.section_1 .content_wrap .content::before {
		background-image: url(../img/bg_pc.webp);
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), 0% 100%);
	}

	.section_1 .content_wrap .content .item_wrap {
		width: 90%;
		margin: 0 auto;
	}

	.section_1 .content_wrap .content .item_wrap .item {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner.reverse {
		flex-direction: row-reverse;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.45);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 .highlight {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .num {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (24px * 1)) * 0.55);
		margin-top: 36px;
	}

	.section_1 .content_wrap .content_2 {
		margin: 0;
		margin-top: -24px;
		padding: 0;
	}

	.section_1 .content_wrap .content_2::before {
		height: 90%;
		background-color: #669F35;
		background-image: none;
		/* clip-path: none; */
	}

	.section_1 .content_wrap .content_2::after {
		content: none;
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		left: 20%;
		transform: translate(0, -50%);
		width: 50%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item {}

	.section_1 .content_wrap .content_2 .item_wrap .item .item_inner {}

	.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap {
		width: 100%;
		max-width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {}

	.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

	.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .num {
		margin: 0;
	}

	.section_1 .content_wrap .content_2 .img {}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content::before {
		width: 80%;
	}

	.section_1 .content_wrap .content .item_wrap {
		width: 80%;
		padding-left: 12.5%;
	}

	.section_1 .content_wrap .content_2 {
		margin-top: -36px;
	}

	.section_1 .content_wrap .content_2::before {
		width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		top: 40%;
		left: 20%;
		width: max-content;
		padding: 0;
	}

	.section_1 .content_wrap .content_3 .item_wrap {}
}

@media screen and (min-width: 1440px) {
	.section_1 .heading_wrap .heading {
		gap: 24px;
		font-size: 2.5rem;
	}

	.section_1 .heading_wrap .heading .sub {
		font-size: 0.5em;
	}

	.section_1 .content_wrap .content .item_wrap {
		gap: 84px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (60px * 1)) * 0.45);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .num {
		width: 108px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
		font-size: 2.25rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (60px * 1)) * 0.55);
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap {
		width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		width: min-content;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_wrap .content_2 {
		margin-top: -48px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
