@charset "utf-8";

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

.section_1 {
	position: relative;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_1 .section_inner {
	padding: 10% 0 30%;
}

.section_1 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 90%;
	margin: 0 auto;
}

@keyframes loop-text {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}

.section_1 .flow {
	position: absolute;
	bottom: 2.5%;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.section_1 .flow span {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 4rem;
	color: #D9DDC8;
	white-space: nowrap;
	animation: loop-text 10s linear infinite;
}

.section_1 .title_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto;
}

.section_1 .title_wrap .title {
	position: relative;
	width: max-content;
	max-width: 100%;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
}

.section_1 .title_wrap .title::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -10px;
	left: 30px;
	width: 25%;
	height: auto;
	aspect-ratio: 138 / 71;
	background-image: url(../img/top_intro_deco_text_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_1 .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
}

.section_1 .content_wrap .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
}

.section_1 .content_wrap .content .img {
	width: 35%;
}

.section_1 .content_wrap .content .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	flex: 1;
	width: 100%;
}

.section_1 .content_wrap .content .text_wrap .text {
	width: 100%;
}

.section_1 .content_wrap .content .btn {
	display: block;
}

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

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

	.section_1 .inner {}

	.section_1 .flow {}

	.section_1 .flow span {}

	.section_1 .title_wrap {}

	.section_1 .title_wrap .title {}

	.section_1 .title_wrap .title::before {}

	.section_1 .content_wrap {
		flex-direction: row;
		align-items: flex-end;
	}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content_1 {
		width: 35%;
	}

	.section_1 .content_wrap .content_2 {
		align-items: flex-start;
		flex: 1;
	}

	.section_1 .content_wrap .content .img {
		width: 100%;
	}

	.section_1 .content_wrap .content .text_wrap {}

	.section_1 .content_wrap .content .text_wrap .text {}

	.section_1 .content_wrap .content .btn {
		width: 65%;
	}
}

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

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

	.section_1 .inner {
		width: 60%;
	}

	.section_1 .flow {}

	.section_1 .flow span {
		font-size: 8rem;
	}

	.section_1 .title_wrap {}

	.section_1 .title_wrap .title {}

	.section_1 .title_wrap .title::before {}

	.section_1 .content_wrap {
		gap: 48px;
	}

	.section_1 .content_wrap .content {
		gap: 48px;
	}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content .img {}

	.section_1 .content_wrap .content .text_wrap {}

	.section_1 .content_wrap .content .text_wrap .text {}

	.section_1 .content_wrap .content .btn {}
}

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

	.section_1 .section_inner {}

	.section_1 .inner {
		width: 50%;
	}

	.section_1 .flow {}

	.section_1 .flow span {}

	.section_1 .title_wrap {}

	.section_1 .title_wrap .title {
		font-size: 1.5rem;
	}

	.section_1 .title_wrap .title::before {}

	.section_1 .content_wrap {
		gap: 72px;
	}

	.section_1 .content_wrap .content {
		gap: 72px;
	}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content .img {}

	.section_1 .content_wrap .content .text_wrap {}

	.section_1 .content_wrap .content .text_wrap .text {}

	.section_1 .content_wrap .content .btn {}
}

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

	.section_1 .section_inner {}

	.section_1 .inner {}

	.section_1 .flow {
		bottom: 10%;
	}

	.section_1 .flow span {}

	.section_1 .title_wrap {}

	.section_1 .title_wrap .title {}

	.section_1 .title_wrap .title::before {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content .img {}

	.section_1 .content_wrap .content .text_wrap {}

	.section_1 .content_wrap .content .text_wrap .text {}

	.section_1 .content_wrap .content .btn {}
}

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

.section_2 {
	position: relative;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 100%;
	background-color: #F5F6F7;
}

.section_2 .section_inner {
	padding: 10% 0;
}

.section_2 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 85%;
	margin: 0 10% 0 auto;
}

.section_2 .heading_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto;
}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
}

.section_2 .content .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
}

.section_2 .content .box_1_wrap,
.section_2 .content .box_2_wrap,
.section_2 .content .box_3_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
}

.section_2 .content .box_1_wrap {}

.section_2 .content .box_2_wrap {}

.section_2 .content .box_3_wrap {}

.section_2 .content .box_wrap .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_2 .content .box_2_wrap .box_2 {
	background-color: #FBFBFC;
}

.section_2 .content .box_wrap .box .img {
	width: 100%;
}

.section_2 .content .box_3_wrap .box_3 .img {
	width: 80%;
	margin: 0 auto 0 0;
}

.section_2 .content .box_wrap .box .youtube {
	width: 100%;
}

.section_2 .content .box_wrap .box .youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.section_2 .content .box_wrap .box .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	flex: 1;
	width: 100%;
}

.section_2 .content .box_2_wrap .box_2 .text_wrap {
	align-items: center;
	padding: 0 16px 24px;
}

.section_2 .content .box_wrap .box .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_2 .content .box_wrap .box .text_wrap .text {
	width: 100%;
}

.section_2 .content .box_wrap .box .text_wrap .text_1 {
	position: relative;
	padding: 0 0 12px 0;
	font-size: 2rem;
}

.section_2 .content .box_wrap .box .text_wrap .text_1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background-color: #395241;
}

.section_2 .content .box_wrap .box .text_wrap .text_1 .main {
	font-family: "Noto Serif JP", serif;
	font-size: 1em;
}

.section_2 .content .box_wrap .box .text_wrap .text_1 .sub {
	font-size: 0.40625em;
}

.section_2 .content .box_wrap .box .text_wrap .text_2 {}

.section_2 .content .box_wrap .box .text_wrap .btn {
	display: block;
}

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

	.section_2::before {}

	.section_2 .section_inner {}

	.section_2 .inner {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content {}

	.section_2 .content .box_wrap {}

	.section_2 .content .box_1_wrap,
	.section_2 .content .box_2_wrap,
	.section_2 .content .box_3_wrap {}

	.section_2 .content .box_1_wrap {}

	.section_2 .content .box_2_wrap {}

	.section_2 .content .box_3_wrap {}

	.section_2 .content .box_wrap .box {}

	.section_2 .content .box_2_wrap .box_2 {}

	.section_2 .content .box_wrap .box .img {}

	.section_2 .content .box_3_wrap .box_3 .img {}

	.section_2 .content .box_wrap .box .youtube {}

	.section_2 .content .box_wrap .box .youtube iframe {}

	.section_2 .content .box_wrap .box .text_wrap {}

	.section_2 .content .box_2_wrap .box_2 .text_wrap {}

	.section_2 .content .box_wrap .box .text_wrap .text_wrap_inner {}

	.section_2 .content .box_wrap .box .text_wrap .text {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 {}

	.section_2 .content .box_wrap .box .text_wrap .text_1::after {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 .main {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 .sub {}

	.section_2 .content .box_wrap .box .text_wrap .text_2 {}

	.section_2 .content .box_wrap .box .text_wrap .btn {}
}

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

	.section_2::before {}

	.section_2 .section_inner {}

	.section_2 .inner {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content {}

	.section_2 .content .box_wrap {}

	.section_2 .content .box_1_wrap,
	.section_2 .content .box_2_wrap,
	.section_2 .content .box_3_wrap {}

	.section_2 .content .box_1_wrap {}

	.section_2 .content .box_2_wrap {
		flex-direction: row;
		align-items: stretch;
		gap: 24px;
		margin: 36px 0;
	}

	.section_2 .content .box_3_wrap {}

	.section_2 .content .box_wrap .box {}

	.section_2 .content .box_1_wrap .box_1 {
		gap: 24px;
	}

	.section_2 .content .box_1_wrap .box_1:nth-of-type(odd) {
		flex-direction: row;
		align-items: flex-end;
	}

	.section_2 .content .box_1_wrap .box_1:nth-of-type(even) {
		flex-direction: row-reverse;
		align-items: flex-end;
	}

	.section_2 .content .box_2_wrap .box_2 {
		width: calc((100% - (24px * 2)) / 3);
	}

	.section_2 .content .box_2_wrap .box_2:nth-of-type(1) {
		margin: 36px 0 -36px 0;
	}

	.section_2 .content .box_2_wrap .box_2:nth-of-type(3) {
		margin: -36px 0 36px 0;
	}

	.section_2 .content .box_3_wrap .box_3 {
		gap: 24px;
	}

	.section_2 .content .box_3_wrap .box_3:nth-child(odd) {
		flex-direction: row-reverse;
		align-items: flex-start;
	}

	.section_2 .content .box_3_wrap .box_3:nth-child(even) {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_2 .content .box_wrap .box .img {}

	.section_2 .content .box_1_wrap .box_1 .img {
		width: 55%;
	}

	.section_2 .content .box_3_wrap .box_3 .img {
		width: 50%;
	}

	.section_2 .content .box_3_wrap .box_3:nth-child(odd) .img img {
		padding: 0 20% 0 0;
	}

	.section_2 .content .box_3_wrap .box_3:nth-child(even) .img img {
		padding: 0 0 0 20%;
	}

	.section_2 .content .box_wrap .box .youtube {
		width: 55%;
	}

	.section_2 .content .box_wrap .box .youtube iframe {}

	.section_2 .content .box_wrap .box .text_wrap {
		position: relative;
	}

	.section_2 .content .box_1_wrap .box_1 .text_wrap {}

	.section_2 .content .box_2_wrap .box_2 .text_wrap {
		justify-content: space-between;
	}

	.section_2 .content .box_3_wrap .box_3 .text_wrap {
		margin: 36px 0 0 0;
	}

	.section_2 .content .box_wrap .box .text_wrap .text_wrap_inner {}

	.section_2 .content .box_wrap .box .text_wrap .text {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 {}

	.section_2 .content .box_wrap .box .text_wrap .text_1::after {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 .main {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 .sub {}

	.section_2 .content .box_wrap .box .text_wrap .text_2 {}

	.section_2 .content .box_wrap .box .text_wrap .btn {}
}

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

	@keyframes rotation_1 {
		0% {
			transform: translate(-50%, 0) rotateZ(0);
		}
		100% {
			transform: translate(-50%, 0) rotateZ(360deg);
		}
	}

	@keyframes rotation_2 {
		0% {
			transform: translate(25%, 0) rotateZ(0);
		}
		100% {
			transform: translate(25%, 0) rotateZ(360deg);
		}
	}

	.section_2 .flow_1 {
		position: absolute;
		top: 12.5%;
		left: 0;
		transform: translate(-50%, 0);
		width: 30%;
		height: auto;
		animation: 10s linear infinite rotation_1;
	}

	.section_2 .flow_2 {
		position: absolute;
		bottom: 10%;
		right: 0;
		transform: translate(25%, 0);
		width: 31%;
		height: auto;
		animation: 10s linear infinite rotation_2;
	}

	.section_2::before {
		width: 80%;
	}

	.section_2 .section_inner {}

	.section_2 .inner {
		width: 60%;
		margin: 0 25% 0 auto;
	}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content {}

	.section_2 .content .box_wrap {
		gap: 48px;
	}

	.section_2 .content .box_1_wrap,
	.section_2 .content .box_2_wrap,
	.section_2 .content .box_3_wrap {
		gap: 48px;
	}

	.section_2 .content .box_1_wrap {}

	.section_2 .content .box_2_wrap {
		gap: 24px;
	}

	.section_2 .content .box_3_wrap {}

	.section_2 .content .box_wrap .box {}

	.section_2 .content .box_1_wrap .box_1 {
		gap: 48px;
	}

	.section_2 .content .box_1_wrap .box_1:nth-of-type(odd) {}

	.section_2 .content .box_1_wrap .box_1:nth-of-type(even) {}

	.section_2 .content .box_2_wrap .box_2 {
		width: calc((100% - (24px * 2)) / 3);
	}

	.section_2 .content .box_2_wrap .box_2:nth-of-type(1) {}

	.section_2 .content .box_2_wrap .box_2:nth-of-type(3) {}

	.section_2 .content .box_3_wrap .box_3 {
		gap: 48px;
	}

	.section_2 .content .box_3_wrap .box_3:nth-child(odd) {}

	.section_2 .content .box_3_wrap .box_3:nth-child(even) {}

	.section_2 .content .box_wrap .box .img {}

	.section_2 .content .box_1_wrap .box_1 .img {}

	.section_2 .content .box_3_wrap .box_3 .img {}

	.section_2 .content .box_3_wrap .box_3:nth-child(odd) .img img {}

	.section_2 .content .box_3_wrap .box_3:nth-child(even) .img img {}

	.section_2 .content .box_wrap .box .youtube {}

	.section_2 .content .box_wrap .box .youtube iframe {}

	.section_2 .content .box_wrap .box .text_wrap {
		gap: 24px;
	}

	.section_2 .content .box_1_wrap .box_1 .text_wrap {}

	.section_2 .content .box_2_wrap .box_2 .text_wrap {}

	.section_2 .content .box_3_wrap .box_3 .text_wrap {}

	.section_2 .content .box_wrap .box .text_wrap .text_wrap_inner {
		gap: 24px;
	}

	.section_2 .content .box_wrap .box .text_wrap .text {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 {}

	.section_2 .content .box_wrap .box .text_wrap .text_1::after {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 .main {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 .sub {}

	.section_2 .content .box_wrap .box .text_wrap .text_2 {}

	.section_2 .content .box_wrap .box .text_wrap .btn {}
}

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

	.section_2 .flow_1 {
		top: 14.5%;
		left: 0;
		width: 30%;
	}

	.section_2 .flow_2 {
		bottom: 12.5%;
		right: 0;
		width: 31%;
	}

	.section_2::before {
		width: 80%;
	}

	.section_2 .section_inner {}

	.section_2 .inner {
		width: 60%;
		margin: 0 25% 0 auto;
	}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content {}

	.section_2 .content .box_wrap {}

	.section_2 .content .box_1_wrap,
	.section_2 .content .box_2_wrap,
	.section_2 .content .box_3_wrap {}

	.section_2 .content .box_1_wrap {}

	.section_2 .content .box_2_wrap {}

	.section_2 .content .box_3_wrap {}

	.section_2 .content .box_wrap .box {}

	.section_2 .content .box_1_wrap .box_1 {}

	.section_2 .content .box_1_wrap .box_1:nth-of-type(odd) {}

	.section_2 .content .box_1_wrap .box_1:nth-of-type(even) {}

	.section_2 .content .box_2_wrap .box_2 {}

	.section_2 .content .box_2_wrap .box_2:nth-of-type(1) {}

	.section_2 .content .box_2_wrap .box_2:nth-of-type(3) {}

	.section_2 .content .box_3_wrap .box_3 {}

	.section_2 .content .box_3_wrap .box_3:nth-child(odd) {}

	.section_2 .content .box_3_wrap .box_3:nth-child(even) {}

	.section_2 .content .box_wrap .box .img {}

	.section_2 .content .box_1_wrap .box_1 .img {}

	.section_2 .content .box_3_wrap .box_3 .img {}

	.section_2 .content .box_3_wrap .box_3:nth-child(odd) .img img {}

	.section_2 .content .box_3_wrap .box_3:nth-child(even) .img img {}

	.section_2 .content .box_wrap .box .youtube {}

	.section_2 .content .box_wrap .box .youtube iframe {}

	.section_2 .content .box_wrap .box .text_wrap {
		gap: 24px;
	}

	.section_2 .content .box_1_wrap .box_1 .text_wrap {}

	.section_2 .content .box_2_wrap .box_2 .text_wrap {}

	.section_2 .content .box_3_wrap .box_3 .text_wrap {}

	.section_2 .content .box_wrap .box .text_wrap .text {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 {}

	.section_2 .content .box_wrap .box .text_wrap .text_1::after {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 .main {}

	.section_2 .content .box_wrap .box .text_wrap .text_1 .sub {}

	.section_2 .content .box_wrap .box .text_wrap .text_2 {}

	.section_2 .content .box_wrap .box .text_wrap .btn {}
}

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