@charset "utf-8";

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

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

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

.section_1 {}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {
	gap: 24px;
	width: 90%;
}

.section_1 .heading_wrap {}

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

.section_1 .heading_wrap .heading::before {
	content: none;
}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {
	font-weight: 600;
}

.section_1 .heading_wrap .heading .sub {
	font-weight: 600;
}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.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 {}

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

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

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

.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 {}

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

	.section_1 .inner {
		padding: 10% 0;
	}

	.section_1 .wrap {
		width: 50%;
		max-width: 460px;
	}

	.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 .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.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 {}

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

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

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

	.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 {}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 36px;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_2 {}

.section_2 .inner {}

.section_2 .wrap {}

.section_2 .heading_wrap {}

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

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

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

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

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

.section_2 .content_wrap {}

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

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

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

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

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

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

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

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

.section_2 .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_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 .highlight {
	font-weight: 700;
}

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

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

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

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

.section_2 .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_2 .content_wrap .content_2 .item_wrap {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	margin: 0;
}

.section_2 .content_wrap .content_2 .item_wrap .item {}

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

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

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

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

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

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

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

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

	.section_2 .inner {}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading::before {}

	.section_2 .heading_wrap .heading::after {}

	.section_2 .heading_wrap .heading .main {}

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

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

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

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {}

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

	.section_2 .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_2 .content_wrap .content .item_wrap {
		width: 90%;
		margin: 0 auto;
	}

	.section_2 .content_wrap .content .item_wrap .item {}

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

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

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

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

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

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

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

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

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

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

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

	.section_2 .content_wrap .content_2::before {
		height: 100%;
		background-color: #669F35;
		background-image: none;
		clip-path: none;
	}

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

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

	.section_2 .content_wrap .content_2 .item_wrap .item {}

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

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

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

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

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

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

	.section_2 .content_wrap .content_2 .img {}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section_3 {}

.section_3 .inner {
	padding: 20% 0 10%;
}

.section_3 .wrap {
	gap: 48px;
}

.section_3 .heading_wrap {
	position: relative;
}

.section_3 .heading_wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -72px;
	transform: translate(0, -50%);
	width: 192px;
	height: auto;
	aspect-ratio: 386 / 98;
	background-image: url(../img/top_menu_deco_1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.section_3 .heading_wrap .heading::before {}

.section_3 .heading_wrap .heading .main {
	font-weight: 700;
}

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

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

.section_3 .content_wrap {}

.section_3 .content_wrap .content {
	width: 70%;
}

.section_3 .content_wrap .content .item_wrap {}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

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

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	text-align: center;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .btn {
	display: block;
	width: 100%;
}

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

	.section_3 .inner {
		padding: 20% 0 10%;
	}

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap::before {
		content: none;
	}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading::before {}

	.section_3 .heading_wrap .heading .main {}

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

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {
		width: max-content;
	}

	.section_3 .content_wrap .content .item_wrap {}

	.section_3 .content_wrap .content .item_wrap .item {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

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

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

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 200%;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap::before {
		content: "";
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		transform: translate(-80%, -50%);
		width: 120px;
		height: auto;
		aspect-ratio: 386 / 98;
		background-image: url(../img/top_menu_deco_1.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap::after {
		content: "";
		position: absolute;
		z-index: -1;
		bottom: 0;
		right: 0;
		transform: translate(65%, 25%);
		width: 60px;
		height: auto;
		aspect-ratio: 190 / 180;
		background-image: url(../img/top_menu_deco_2.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {
		flex-direction: row;
		justify-content: space-between;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {
		width: 20%;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img_1_pc {
		position: relative;
		margin-bottom: 20%;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img_2_pc {
		position: relative;
		margin-top: 20%;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .btn {
		width: 180px;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		width: 225%;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .inner {
		padding: 10% 0 7.5%;
	}

	.section_3 .wrap {
		gap: 60px;
	}

	.section_3 .heading_wrap .heading {
		font-size: 2.5rem;
	}

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

	.section_3 .content_wrap .content .item_wrap .item .item_inner {
		gap: 84px;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		top: 17.5%;
		width: 300%;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap::before {
		width: 192px;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap::after {
		width: 96px;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {
		width: 20%;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .btn {
		width: 252px;
	}
}

@media screen and (min-width: 1920px) {
	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		width: 325%;
	}
}

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

.section_4 {}

.section_4 .inner {
	padding: calc(10% + 36px) 0 20%;
}

.section_4 .wrap {
	gap: 48px;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {
	font-size: 2rem;
}

.section_4 .heading_wrap .heading::before {
	content: "";
}

.section_4 .heading_wrap .heading::after {
	content: "";
}

.section_4 .heading_wrap .heading .main {
	font-weight: 600;
}

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

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {
	width: 90%;
}

.section_4 .content_wrap .content .item_wrap {}

.section_4 .content_wrap .content .item_wrap .item {}

.section_4 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

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

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	text-align: center;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {
	gap: 24px;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img_1 {
	width: 50%;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img_2 {
	width: 40%;
}

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

	.section_4 .inner {}

	.section_4 .wrap {}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading::before {}

	.section_4 .heading_wrap .heading::after {}

	.section_4 .heading_wrap .heading .main {}

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

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {}

	.section_4 .content_wrap .content .item_wrap .item {}

	.section_4 .content_wrap .content .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

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

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

	.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		width: 45%;
		max-width: 320px;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img_1 {
		width: 100%;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img_2 {
		position: absolute;
		bottom: 0;
		right: -24px;
		transform: translate(100%, 0);
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img_2 {
		right: -48px;
		width: 75%;
	}
}

@media screen and (min-width: 1440px) {
	.section_4 .inner {
		padding: calc(7.5% + 36px) 0 10%;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img_2 {
		right: -108px;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

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

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

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