@charset "utf-8";

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

.header_list_inner li .now.form::before {
	content: "";
}

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

.section_1 {}

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

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

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

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

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .item_wrap .item .item_inner .img {
	width: 100%;
	height: auto;
}

.section_1 .item_wrap .item .item_inner .img img {
	width: 100%;
	height: auto;
}

.section_1 .item_wrap .item .item_inner .text_wrap {
	gap: 24px;
}

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

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

.section_1 .item_wrap .item .item_inner .btn_wrap {
	width: max-content;
	max-width: 100%;
}

.section_1 .item_wrap .item .item_inner .btn_wrap .btn_wrap_inner {
	gap: 24px;
	width: max-content;
	max-width: 100%;
}

.section_1 .item_wrap .item .item_inner .btn_wrap .btn_wrap_inner .btn {}

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

	.section_1 .item_wrap {
		gap: 48px;
		margin-left: auto;
	}

	.section_1 .item_wrap .item:nth-child(1) .item_inner {
		flex-direction: row-reverse;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .item_wrap .item:nth-child(1) .item_inner .img {
		width: calc((100% - (24px * 1)) * 0.55);
	}

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

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

@media screen and (min-width: 1440px) {
	.section_1 .item_wrap .item:nth-child(1) .item_inner {
		gap: 36px;
	}

	.section_1 .item_wrap .item:nth-child(1) .item_inner .text_wrap {
		gap: 60px;
	}

	.section_1 .item_wrap .item .item_inner .btn_wrap .btn_wrap_inner {
		flex-direction: row;
		gap: 24px;
	}
}

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

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

.section_2 {}

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

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

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

.section_2 .item_wrap {
	gap: 24px;
	width: 90%;
	max-width: 880px;
}

.section_2 .item_wrap .item {}

.section_2 .item_wrap .item .item_inner {}

.section_2 .item_wrap .item .item_inner .img_wrap {}

.section_2 .item_wrap .item .item_inner .img_wrap .img_wrap_inner {
	gap: 24px;
}

.section_2 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {
	position: relative;
}

.section_2 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img .text_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section_2 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img .text_wrap .text_wrap_inner {}

.section_2 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img .text_wrap .text_wrap_inner .text {
	font-weight: 700;
}

.section_2 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img .text_wrap .text_wrap_inner .text_1 {
	font-size: 1.5rem;
}

.section_2 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img .text_wrap .text_wrap_inner .text_2 {}

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

	.section_2 .item_wrap {
		gap: 48px;
	}

	.section_2 .item_wrap .item:nth-child(1) .item_inner .img_wrap .img_wrap_inner {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
	}

	.section_2 .item_wrap .item:nth-child(1) .item_inner .img_wrap .img_wrap_inner .img {
		width: calc((100% - (24px * 1)) / 2);
	}
}

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

@media screen and (min-width: 1440px) {
	.section_2 .item_wrap .item:nth-child(1) .item_inner {
		gap: 36px;
	}

	.section_2 .item_wrap .item:nth-child(1) .item_inner .text_wrap {
		gap: 60px;
	}

	.section_2 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img .text_wrap .text_wrap_inner .text {
		font-size: 1.25rem;
	}

	.section_2 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img .text_wrap .text_wrap_inner .text_1 {
		font-size: 1.875rem;
	}
}

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

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

.section_3 {}

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

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

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

.section_3 .item_wrap {
	gap: 24px;
	width: 90%;
	max-width: 1680px;
}

.section_3 .item_wrap .item {}

.section_3 .item_wrap .item .item_inner {}

.section_3 .slider_wrap {
	width: 100%;
	height: auto;
}

.section_3 .swiper {
	width: 80%;
	height: auto;
}

.section_3 .swiper-slide .text_wrap {
	width: 90%;
	margin: 12px auto 0;
}

.section_3 .swiper-slide .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 12px;
}

.section_3 .swiper-slide .text_wrap .text_wrap_inner .text {}

.section_3 .swiper-button-next,
.section_3 .swiper-button-prev {
	width: 24px;
}

.section_3 .swiper-button-next:after,
.section_3 .swiper-button-prev:after {
	font-size: 2rem;
	font-weight: 700;
}

.section_3 .swiper-button-next {
	right: 0;
}

.section_3 .swiper-button-prev {
	left: 0;
}

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

	.section_3 .item_wrap {
		gap: 48px;
	}

	.section_3 .swiper {
		width: 90%;
	}
}

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

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

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

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