@charset "utf-8";

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

.fv {
	position: relative;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
}

.fv .section_container_1 {
	position: relative;
}

.fv .section_container_2 {
	position: relative;
	z-index: 3;
}

.fv .slider_area {
	width: 100%;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0, -50%);
	width: 85%;
	z-index: 3;
}

.fv_text * {
	display: block;
}

.fv_text_posi {
	display: block;
	position: absolute;
	bottom: -12px;
	right: 0;
	font-family: "Alex Brush", cursive;
	font-size: 3rem;
	line-height: 1;
	color: #535353;
	z-index: 3;
}

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

	.fv .section_inner {}

	.fv .section_container_1 {}

	.fv .section_container_2 {}

	.fv .slider_area {}

	.fv_text {
		width: 45%;
	}

	.fv_text * {}

	.fv_text_posi {
		bottom: -18px;
		font-size: 4rem;
	}
}

@media screen and (min-width: 1024px) {
	.fv_text_posi {
		bottom: -24px;
		font-size: 5.2rem;
	}
}

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

	.fv .section_inner {}

	.fv .section_container_1 {}

	.fv .section_container_2 {}

	.fv .slider_area {}

	.fv_text {
		left: 7.5%;
		width: 40%;
	}

	.fv_text * {}

	.fv_text_posi {
		bottom: -32px;
		font-size: 7.4rem;
	}
}

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

	.fv .section_inner {}

	.fv .section_container_1 {}

	.fv .section_container_2 {}

	.fv .slider_area {}

	.fv_text {
		width: 40%;
	}

	.fv_text * {}

	.fv_text_posi {
		bottom: -44px;
		font-size: 10rem;
	}
}

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

.section {
	padding: 20% 0;
}

.section_container_inner {}

@media screen and (min-width: 768px) {
	.section {
		padding: 10% 0;
	}
}

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

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

.section_1 {
	position: relative;
	padding: 40% 0 20%;
	background-image: radial-gradient(circle, #d8f6eb 5px, transparent 5px);
	background-position: 0 0;
	background-size: 17px 30px;
}

.section_1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 27.5%;
	background-color: #F9F8EB;
	z-index: 0;
}

.section_1 .section_inner {
	position: relative;
	z-index: 2;
}

.section_1 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
	padding: 5%;
	background-color: #fff;
}

.section_1 .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: auto;
	z-index: 1;
}

.section_1 .text {
	/* margin: 5% auto 0; */
}

.section_1 .btn {
	/* margin: 5% auto 0; */
}

@media screen and (min-width: 768px) {
	.section_1 {
		padding: 25% 0 5%;
	}

	.section_1::before {
		height: 22%;
	}

	.section_1 .section_inner {}

	.section_1 .section_content_inner {
		width: 80%;
	}

	.section_1 .img {
		width: 65%;
	}

	.section_1 .text {
		/* margin: 2.5% auto 0; */
	}

	.section_1 .btn {
		/* margin: 2.5% auto 0; */
	}
}

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

	.section_1::before {
		height: 28%;
	}

	.section_1 .section_inner {}

	.section_1 .section_content_inner {}

	.section_1 .img {}

	.section_1 .text {}

	.section_1 .btn {}
}

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

	.section_1::before {
		height: 32%;
	}

	.section_1 .section_inner {}

	.section_1 .section_content_inner {
		gap: 36px;
		width: 70%;
		padding: 2.5% 5%;
	}

	.section_1 .img {}

	.section_1 .text {
		font-size: 1.2rem;
	}

	.section_1 .btn {}
}

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

	.section_1::before {}

	.section_1 .section_inner {}

	.section_1 .section_content_inner {
		width: 70%;
		padding: 2.5% 10%;
	}

	.section_1 .img {}

	.section_1 .text {}

	.section_1 .btn {}
}

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

.section_2 {
	padding: 0;
}

.section_2 .section_content {
	position: relative;
}

.section_2 .section_content_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_2 .heading {
	position: relative;
}

.section_2 .heading span:nth-of-type(1) {
	position: absolute;
	top: -100%;
	left: -10%;
	transform: translate(-50%, 0) rotate(-15deg);
}

.section_2 .heading span:nth-of-type(2) {
	color: #fff;
}

.section_2 .text {
	width: 90%;
	/* margin: 5% auto 0; */
	text-align: center;
	color: #fff;
}

.section_2 .btn {
	/* margin: 5% auto 0; */
}

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

	.section_2 .section_content {}

	.section_2 .section_content_inner {}

	.section_2 .heading {}

	.section_2 .heading span:nth-of-type(1) {
		top: -120%;
		left: -30%;
	}

	.section_2 .heading span:nth-of-type(2) {}

	.section_2 .text {
		/* margin: 2.5% auto 0; */
	}

	.section_2 .btn {
		/* margin: 2.5% auto 0; */
	}
}

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

	.section_2 .section_content {}

	.section_2 .section_content_inner {}

	.section_2 .heading {}

	.section_2 .heading span:nth-of-type(1) {}

	.section_2 .heading span:nth-of-type(2) {}

	.section_2 .text {}

	.section_2 .btn {}
}

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

	.section_2 .section_content {}

	.section_2 .section_content_inner {
		gap: 36px;
	}

	.section_2 .heading {}

	.section_2 .heading span:nth-of-type(1) {}

	.section_2 .heading span:nth-of-type(2) {}

	.section_2 .text {
		font-size: 1.2rem;
	}

	.section_2 .btn {}
}

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

	.section_2 .section_content {}

	.section_2 .section_content_inner {}

	.section_2 .heading {}

	.section_2 .heading span:nth-of-type(1) {}

	.section_2 .heading span:nth-of-type(2) {}

	.section_2 .text {}

	.section_2 .btn {}
}

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

.section_3 {
	position: relative;
	padding: 0;
}

.section_3 .section_container_inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	width: 100%;
}

.section_3 .section_content_1 {
	position: relative;
	background-color: #00D910;
}

.section_3 .section_content_1::after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #06CC14;
    clip-path: polygon(100% 10%, 10% 100%, 100% 100%);
	z-index: 0;
}

.section_3 .section_content_2 {
	position: relative;
	background-color: #F9F8EB;
}

.section_3 .section_content_1 .section_content_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	height: 100%;
	padding: 10% 5%;
	z-index: 1;
}

.section_3 .section_content_2 .section_content_inner {
	position: relative;
	padding: 5%;
}

.section_3 .heading span:nth-of-type(2) {
	color: #fff;
}

.section_3 .text {
	width: 90%;
    /* margin: 5% auto 0; */
	text-align: center;
    color: #fff;
}

.section_3 .text_3 {
	position: absolute;
	top: 25%;
	left: 25%;
	font-family: "Alex Brush", cursive;
	font-size: 2rem;
    color: #fff;
}

.section_3 .text_1 span {
	font-size: 1.2em;
}

.section_3 .btn {
    /* margin: 5% auto 0; */
}

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

	.section_3 .section_container_inner {
		flex-direction: row-reverse;
	}

	.section_3 .section_content_1 {
		flex: 4.5;
	}

	.section_3 .section_content_1::after {}

	.section_3 .section_content_2 {
		flex: 5.5;
	}

	.section_3 .section_content_1 .section_content_inner {}

	.section_3 .section_content_2 .section_content_inner {
		padding: 10%;
	}

	.section_3 .heading span:nth-of-type(2) {}

	.section_3 .text {}

	.section_3 .text_3 {
		top: 28%;
		left: 27%;
	}

	.section_3 .text_1 span {}

	.section_3 .btn {}
}

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

	.section_3 .section_container_inner {}

	.section_3 .section_content_1 {}

	.section_3 .section_content_1::after {}

	.section_3 .section_content_2 {}

	.section_3 .section_content_1 .section_content_inner {}

	.section_3 .section_content_2 .section_content_inner {}

	.section_3 .heading span:nth-of-type(2) {}

	.section_3 .text {}

	.section_3 .text_3 {
		top: 29%;
		left: 27%;
		font-size: 2.4rem;
	}

	.section_3 .text_1 span {}

	.section_3 .btn {}
}

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

	.section_3 .section_container_inner {}

	.section_3 .section_content_1 {}

	.section_3 .section_content_1::after {}

	.section_3 .section_content_2 {}

	.section_3 .section_content_1 .section_content_inner {
		gap: 36px;
	}

	.section_3 .section_content_2 .section_content_inner {
		padding: 20%;
	}

	.section_3 .heading span:nth-of-type(2) {}

	.section_3 .heading {
		font-size: 5.4rem;
	}

	.section_3 .text {
		font-size: 1.2rem;
	}

	.section_3 .text_3 {
		top: 34%;
		left: 33%;
		font-size: 2.8rem;
	}

	.section_3 .text_1 span {}

	.section_3 .btn {}
}

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

	.section_3 .section_container_inner {}

	.section_3 .section_content_1 {}

	.section_3 .section_content_1::after {}

	.section_3 .section_content_2 {}

	.section_3 .section_content_1 .section_content_inner {}

	.section_3 .section_content_2 .section_content_inner {}

	.section_3 .heading span:nth-of-type(2) {}

	.section_3 .text {
		font-size: 1.4rem;
	}

	.section_3 .text_3 {
		font-size: 3.6rem;
	}

	.section_3 .text_1 span {}

	.section_3 .btn {}
}

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

.section_4 {
	position: relative;
}

.section_4 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_4 .heading {
	margin: 0 auto 0 5%;
}

.section_4 .heading span {
	margin: 0 auto 0 0;
}

.section_4 .text {
	width: 90%;
	/* margin: 5% auto 0; */
}

.section_4 .img {
	display: block;
	width: 90%;
	/* margin: 5% 0 0 auto; */
}

.section_4 .btn {
	/* margin: 5% auto 0; */
}

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

	.section_4 .section_content_inner {
		position: relative;
		align-items: flex-start;
	}

	.section_4 .heading {}

	.section_4 .heading span {}

	.section_4 .text {
		width: 45%;
		margin: 0 auto 0 5%;
	}

	.section_4 .img {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		transform: translate(0, 0) !important;
		width: 45%;
		height: auto;
	}

	.section_4 .btn {
		margin: 0 auto 0 5%;
	}
}

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

	.section_4 .section_content_inner {}

	.section_4 .heading {}

	.section_4 .heading span {}

	.section_4 .text {
		width: 50%;
	}

	.section_4 .img {
		width: 40%;
	}

	.section_4 .btn {}
}

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

	.section_4 .section_content_inner {
		gap: 48px;
	}

	.section_4 .heading {
		margin: 0 auto 0 10%;
	}

	.section_4 .heading span {}

	.section_4 .text {
		width: 42.5%;
		margin: 0 auto 0 10%;
		font-size: 1.4rem;
	}

	.section_4 .img {
		width: 42.5%;
	}

	.section_4 .btn {
		margin: 0 auto 0 10%;
	}
}

@media screen and (min-width: 1920px) {
	.section_4 {
		padding: 10% 0 20%;
	}

	.section_4 .section_content_inner {}

	.section_4 .heading {}

	.section_4 .heading span {}

	.section_4 .text {
		width: 50%;
	}

	.section_4 .img {
		width: 35%;
	}

	.section_4 .btn {}
}

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

.section_5 {
	position: relative;
	background-color: #00D910;
}

.section_5 .section_inner {
	position: relative;
	z-index: 1;
}

.section_5 .section_content_1 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_5 .section_content_2 {
	margin-top: 24px;
}

.section_5 .heading {
	position: relative;
}

.section_5 .heading span:nth-of-type(1) {
	position: absolute;
	top: -100%;
	left: -50%;
	transform: translate(-50%, 0) rotate(-15deg);
}

.section_5 .heading span:nth-of-type(2) {
	color: #fff;
}

.section_5 .text {
	width: 90%;
	/* margin: 5% auto 0; */
	text-align: center;
	color: #fff;
}

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

	.section_5 .section_inner {}

	.section_5 .section_content_1 .section_content_inner {}

	.section_5 .section_content_2 {}

	.section_5 .heading {}

	.section_5 .heading span:nth-of-type(1) {}

	.section_5 .heading span:nth-of-type(2) {}

	.section_5 .text {}
}

@media screen and (min-width: 1024px) {
	.section_5 {}

	.section_5 .section_inner {}

	.section_5 .section_content_1 .section_content_inner {}

	.section_5 .section_content_2 {}

	.section_5 .heading {}

	.section_5 .heading span:nth-of-type(1) {}

	.section_5 .heading span:nth-of-type(2) {}

	.section_5 .text {}
}

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

	.section_5 .section_inner {}

	.section_5 .section_content_1 .section_content_inner {
		gap: 48px;
	}

	.section_5 .section_content_2 {
		margin-top: 48px;
	}

	.section_5 .heading {}

	.section_5 .heading span:nth-of-type(1) {}

	.section_5 .heading span:nth-of-type(2) {}

	.section_5 .text {
		font-size: 1.2rem;
	}
}

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

	.section_5 .section_inner {}

	.section_5 .section_content_1 .section_content_inner {}

	.section_5 .section_content_2 {}

	.section_5 .heading {}

	.section_5 .heading span:nth-of-type(1) {}

	.section_5 .heading span:nth-of-type(2) {}

	.section_5 .text {}
}

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

.section_6 {
	position: relative;
}

.section_6 .section_content_1 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_6 .heading {
	margin: 0 auto 0 5%;
}

.section_6 .heading span {
	margin: 0 auto 0 0;
}

.section_6 .text_1 {
	width: 90%;
	/* margin: 5% auto 0 5%; */
	font-size: 1.25rem;
	font-weight: 700;
	color: #00D910;
}

.section_6 .text_2 {
	width: 90%;
	/* margin: 5% auto 0 5%; */
}

.section_6 .img {
	display: block;
	width: 90%;
	/* margin: 5% 0 0 auto; */
}

.section_6 .btn {
	/* margin: 5% auto 0; */
}

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

	.section_6 .section_content_1 .section_content_inner {
		position: relative;
	}

	.section_6 .heading {}

	.section_6 .heading span {}

	.section_6 .text_1 {
		width: 45%;
		margin: 0 auto 0 5%;
	}

	.section_6 .text_2 {
		width: 45%;
		margin: 0 auto 0 5%;
	}

	.section_6 .img {
		display: block;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0, 0) !important;
        width: 45%;
        height: auto;
	}

	.section_6 .btn {
		margin: 0 auto 0 5%;
	}
}

@media screen and (min-width: 1024px) {
	.section_6 {}

	.section_6 .section_content_1 .section_content_inner {}

	.section_6 .heading {}

	.section_6 .heading span {}

	.section_6 .text_1 {
		width: 50%;
	}

	.section_6 .text_2 {
		width: 50%;
	}

	.section_6 .img {
		width: 40%;
	}

	.section_6 .btn {}
}

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

	.section_6 .section_content_1 .section_content_inner {
		gap: 36px;
	}

	.section_6 .heading {
		margin: 0 auto 0 10%;
	}

	.section_6 .heading span {}

	.section_6 .text_1 {
		width: 42.5%;
		margin: 0 auto 0 10%;
		font-size: 1.4rem;
	}

	.section_6 .text_2 {
		width: 42.5%;
		margin: 0 auto 0 10%;
		font-size: 1.2rem;
	}

	.section_6 .img {
		width: 42.5%;
	}

	.section_6 .btn {
		margin: 0 auto 0 10%;
	}
}

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

	.section_6 .section_content_1 .section_content_inner {}

	.section_6 .heading {}

	.section_6 .heading span {}

	.section_6 .text_1 {}

	.section_6 .text_2 {}

	.section_6 .img {
		width: 35%;
	}

	.section_6 .btn {}
}

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

