@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 10%;
}

.section_1 .section_container {}

.section_1 .section_container_inner {}

.section_1 .band {
    width: 100%;
    height: 150%;
	top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: -1;
}

.section_1 .band::before {
    top: 660px;
    left: 0px;
    width: 130%;
    height: 70px;
    transform: rotate(50deg);
}

.section_1 .band:nth-of-type(2) {
    width: 100%;
    height: 150%;
	top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: -1;
}

.section_1 .band:nth-of-type(2)::before {
    top: 800px;
    left: 0px;
    width: 130%;
    height: 35px;
    transform: rotate(50deg);
	background-color: #00b9ef;
}

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

.section_1 .top {
	width: 90%;
	margin: 0 auto;
}

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

.section_1 .content .item {
	width: 100%
}

.section_1 .content .item .text_area {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	padding: 10% 5% 5%;
	background-color: rgba(255, 255, 255, 0.75);
}

.section_1 .content .item .text_area .text {
	width: max-content;
	max-width: 100%;
}

.section_1 .content .item .text_area .text span {
	display: block;
}

.section_1 .content .item .text_area .text_1 {
	position: absolute;
	top: 0;
	left: 5%;
	transform: translate(0, -50%);
	font-size: 2rem;
	font-weight: 700;
	color: #007cef;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
}

.section_1 .content .item .text_area .text_2 {}

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

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

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .band {}

	.section_1 .band::before {}

	.section_1 .band:nth-of-type(2) {}

	.section_1 .band:nth-of-type(2)::before {}

	.section_1 .inner {
		gap: 60px;
	}

	.section_1 .top {}

	.section_1 .content {
		gap: 120px;
	}

	.section_1 .content .item {
		position: relative;
	}

	.section_1 .content .item .text_area {
		position: absolute;
		bottom: -20%;
		left: 0;
		width: 60%;
		padding: 5%;
	}

	.section_1 .content .item:nth-of-type(even) .text_area {
		left: auto;
		right: 0;
	}

	.section_1 .content .item .text_area .text {}

	.section_1 .content .item .text_area .text_1 {
		left: auto;
		right: -10%;
	}

	.section_1 .content .item:nth-of-type(even) .text_area .text_1 {
		left: -10%;
		right: auto;
	}

	.section_1 .content .item .text_area .text_2 {}

	.section_1 .content .item .img {
		width: 60%;
		margin: 0 0 0 auto;
	}

	.section_1 .content .item:nth-of-type(even) .img {
		margin: 0 auto 0 0;
	}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .band {}

	.section_1 .band::before {}

	.section_1 .band:nth-of-type(2) {}

	.section_1 .band:nth-of-type(2)::before {}

	.section_1 .inner {}

	.section_1 .top {
		width: 70%;
	}

	.section_1 .content {
		width: 80%;
	}

	.section_1 .content .item {}

	.section_1 .content .item .text_area {
		bottom: -10%;
		width: 40%;
		padding: 5% 2.5%;
	}

	.section_1 .content .item:nth-of-type(even) .text_area {}

	.section_1 .content .item .text_area .text {}

	.section_1 .content .item .text_area .text_1 {}

	.section_1 .content .item:nth-of-type(even) .text_area .text_1 {}

	.section_1 .content .item .text_area .text_2 {
		line-height: 2;
	}

	.section_1 .content .item .img {
		width: 70%;
	}

	.section_1 .content .item:nth-of-type(even) .img {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .band {}

	.section_1 .band::before {}

	.section_1 .band:nth-of-type(2) {}

	.section_1 .band:nth-of-type(2)::before {}

	.section_1 .inner {
		gap: 120px;
	}

	.section_1 .top {
		width: 60%;
	}

	.section_1 .top .text {
		font-size: 1.25rem;
	}

	.section_1 .content {
		gap: 180px;
		width: 70%;
	}

	.section_1 .content .item {}

	.section_1 .content .item .text_area {
		width: 45%;
		padding: 7.5% 2.5%;
	}

	.section_1 .content .item:nth-of-type(even) .text_area {}

	.section_1 .content .item .text_area .text {}

	.section_1 .content .item .text_area .text_1 {
		font-size: 2.6rem;
	}

	.section_1 .content .item:nth-of-type(even) .text_area .text_1 {}

	.section_1 .content .item .text_area .text_2 {
		font-size: 1.125rem;
	}

	.section_1 .content .item .img {}

	.section_1 .content .item:nth-of-type(even) .img {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .band {}

	.section_1 .band::before {}

	.section_1 .band:nth-of-type(2) {}

	.section_1 .band:nth-of-type(2)::before {}

	.section_1 .inner {
		gap: 120px;
	}

	.section_1 .top {
		width: 60%;
	}

	.section_1 .top .text {
		font-size: 1.25rem;
	}

	.section_1 .content {
		gap: 180px;
		width: 70%;
	}

	.section_1 .content .item {}

	.section_1 .content .item .text_area {
		width: 40%;
	}

	.section_1 .content .item:nth-of-type(even) .text_area {}

	.section_1 .content .item .text_area .text {}

	.section_1 .content .item .text_area .text_1 {
		font-size: 3.6rem;
	}

	.section_1 .content .item:nth-of-type(even) .text_area .text_1 {}

	.section_1 .content .item .text_area .text_2 {}

	.section_1 .content .item .img {}

	.section_1 .content .item:nth-of-type(even) .img {}
}

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