@charset "utf-8";

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

.header_list_inner li a.index .text_1 {
	color: #25c600;
}

.index.js_hover::after {
	content: "";
	opacity: 1;
}

.drawer__list li a.index .text_1 {
	color: #25c600;
}

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

.section_1 {
	padding: 10% 0;
}

.section_1 .inner {}

.section_1 .wrap {
	gap: 24px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	width: 90%;
	max-width: 640px;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {
	color: #0090ff;
}

.section_1 .heading_wrap .heading .sub::first-letter {
	color: #0049c2;
}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 640px;
}

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

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

.section_1 .content_wrap .content .item_wrap .item .text_wrap .date {
	font-weight: 700;
	color: #0090ff;
}

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

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

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .heading_wrap .heading .sub::first-letter {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

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

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

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

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

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

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

	.section_1 .wrap {
		gap: 60px;
	}

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

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}
}

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

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

.section_flex {}

.section_flex .inner {}

.section_flex .wrap {}

.section_flex .heading_wrap {}

.section_flex .heading_wrap .heading {}

.section_flex .heading_wrap .heading .main {
	color: #ffffff;
}

.section_flex .heading_wrap .heading .sub {
	color: #ffffff;
}

.section_flex .heading_wrap .heading .sub::first-letter {
	color: #e9d5b9;
}

.section_flex .content_wrap {}

.section_flex .content_wrap .content {
	position: relative;
}

.section_flex .content_wrap .content::before,
.section_flex .content_wrap .content::after {
	content: "";
	position: absolute;
	z-index: 2;
	opacity: 0.5;
}

.section_flex .content_wrap .content .item_wrap {}

.section_flex .content_wrap .content .item_wrap .item {}

.section_flex .content_wrap .content .item_wrap .item .text_wrap {}

.section_flex .content_wrap .content .item_wrap .item .text_wrap .text {
	font-weight: 700;
	line-height: 2;
	color: #ffffff;
}

.section_flex .content_wrap .content_1 {
	z-index: 1;
}

.section_flex .content_wrap .content_1::before {
	top: 0;
	left: 0;
	width: auto;
	height: 150%;
	aspect-ratio: 1 / 5;
	background-image: linear-gradient(180deg, rgba(0, 144, 255, 1), rgba(29, 213, 230, 1));
	clip-path: polygon(100% 0, 0 0, 0 100%);
}

.section_flex .content_wrap .content_2 {
	padding: 20% 0;
	background-image: linear-gradient(90deg, rgba(0, 144, 255, 1) 25%, rgba(29, 213, 230, 1));
}

.section_flex .content_wrap .content_2::before {
	bottom: 0;
	right: 0;
	width: auto;
	height: 50%;
	aspect-ratio: 2 / 5;
	background-color: #ffffff;
	clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0% 100%);
}

.section_flex .content_wrap .content_2 .item_wrap {
    position: relative;
    z-index: 2;
	gap: 24px;
	width: 90%;
}

.section_flex_2 .content_wrap .content_1::before {
	left: auto;
	right: 0;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.section_flex_2 .content_wrap .content_2 {
	background-image: linear-gradient(270deg, rgba(0, 144, 255, 1), rgba(29, 213, 230, 1));
}

.section_flex_2 .content_wrap .content_2::before {
	left: 0;
	right: auto;
	clip-path: polygon(0 0, 100% 100%, 25% 100%, 0 75%);
}

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

	.section_flex .inner {}

	.section_flex .wrap {}

	.section_flex .heading_wrap {}

	.section_flex .heading_wrap .heading {}

	.section_flex .heading_wrap .heading .main {}

	.section_flex .heading_wrap .heading .sub {}

	.section_flex .heading_wrap .heading .sub::first-letter {}

	.section_flex .content_wrap {}

	.section_flex .content_wrap .content {}

	.section_flex .content_wrap .content::before,
	.section_flex .content_wrap .content::after {}

	.section_flex .content_wrap .content .item_wrap {}

	.section_flex .content_wrap .content .item_wrap .item {}

	.section_flex .content_wrap .content .item_wrap .item .text_wrap {}

	.section_flex .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_flex .content_wrap .content .item_wrap .item .btn {}

	.section_flex .content_wrap .content .item_wrap .item .btn .text {}

	.section_flex .content_wrap .content .item_wrap .item .btn .text::before,
	.section_flex .content_wrap .content .item_wrap .item .btn .text::after {}

	.section_flex .content_wrap .content .item_wrap .item .btn .text::before {}

	.section_flex .content_wrap .content .item_wrap .item .btn .text::after {}

	.section_flex .content_wrap .content_1 {}

	.section_flex .content_wrap .content_1::before {
		height: 125%;
	}

	.section_flex .content_wrap .content_2 {
		padding: 10% 0;
	}

	.section_flex .content_wrap .content_2::before {}

	.section_flex .content_wrap .content_2 .item_wrap {}
}

@media screen and (min-width: 1280px) {
	.section_flex .content_wrap {
		flex-direction: row;
		align-items: stretch;
	}

	.section_flex .content_wrap .content_1 {
		width: 55%;
	}

	.section_flex .content_wrap .content_1::before {
		height: 95%;
		aspect-ratio: 2 / 7;
	}

	.section_flex .content_wrap .content_2 {
		width: 45%;
		padding: 0;
	}

	.section_flex .content_wrap .content_2::before {
		height: 55%;
		aspect-ratio: 3 / 5;
		clip-path: polygon(100% 0, 100% 15%, 40% 100%, 0 100%, 70% 0);
	}

	.section_flex_2 .content_wrap {
		flex-direction: row-reverse;
	}

	.section_flex_2 .content_wrap .content_2::before {
		clip-path: polygon(0 0, 30% 0, 100% 100%, 60% 100%, 0 15%);
	}
}

@media screen and (min-width: 1440px) {
	.section_flex .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}

	.section_flex .content_wrap .content_2 .item_wrap {
		gap: 36px;
	}
}

@media screen and (min-width: 1920px) {
	.section_flex .content_wrap .content_2 .item_wrap {
		gap: 60px;
		width: 70%;
	}
}

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

.section_2 {}

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

.section_3 {
	padding-bottom: 10%;
}

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

.section_4 {
	background-color: #0090ff;
}

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

.section_4 .wrap {
	gap: 48px;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {}

.section_4 .heading_wrap .heading .main {
	color: #ffffff;
}

.section_4 .heading_wrap .heading .sub {
	color: #ffffff;
}

.section_4 .heading_wrap .heading .sub::first-letter {
	color: #e9d5b9;
}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {
	width: 80%;
	max-width: 1024px;
}

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

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

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

.section_4 .content_wrap .content .item_wrap .item .text_wrap .text {
	color: #ffffff;
}

.section_4 .content_wrap .content .item_wrap .item .btn {
	display: block;
	width: 100%;
	padding: 12px;
	border: 2px #ffffff solid;
	box-shadow: 4px 4px 0px 0px rgba(163, 219, 255, 1);
}

.section_4 .content_wrap .content .item_wrap .item .btn .text {
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1;
	color: #ffffff;
}

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

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

	.section_4 .wrap {}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .heading_wrap .heading .sub::first-letter {}

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.section_4 .content_wrap .content .item_wrap .item {
		width: calc((100% - (24px * 1)) / 2);
	}

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

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

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

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

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

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

	.section_4 .content_wrap .content .item_wrap {
		gap: 60px 120px;
	}

	.section_4 .content_wrap .content .item_wrap .item {
		width: calc((100% - (120px * 1)) / 2);
	}

	.section_4 .content_wrap .content .item_wrap .item .btn {
		padding: 24px;
	}

	.section_4 .content_wrap .content .item_wrap .item .btn .text {
		font-size: 1.875rem;
	}
}

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

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

.section_5 {}

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

.section_5 .wrap {}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {}

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {
	color: #0090ff;
}

.section_5 .heading_wrap .heading .sub::first-letter {
	color: #0049c2;
}

.section_5 .content_wrap {
	gap: 48px;
}

.section_5 .content_wrap .content {}

.section_5 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_5 .content_wrap .content .item_wrap .item {}

.section_5 .content_wrap .content .item_wrap .item .text_wrap {}

.section_5 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_5 .slider_wrap {
	width: 100%;
}

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

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

	.section_5 .wrap {}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .heading_wrap .heading .sub::first-letter {}

	.section_5 .content_wrap {
		flex-direction: row;
		justify-content: space-between;
		gap: 0;
	}

	.section_5 .content_wrap .content {}

	.section_5 .content_wrap .content .item_wrap {}

	.section_5 .content_wrap .content .item_wrap .item {}

	.section_5 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_5 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_5 .content_wrap .content_1 {
		padding: 0 2.5%;
	}

	.section_5 .content_wrap .content_2 {}

	.section_5 .slider_wrap {}
}

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

@media screen and (min-width: 1440px) {
	.section_5 .content_wrap .content .item_wrap {
		gap: 48px;
	}

	.section_5 .content_wrap .content_1 {
		padding: 0 5%;
	}
}

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

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