@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: 100%;
	top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: -1;
}

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

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

.section_1 .band:nth-of-type(2)::before {
    top: 400px;
    left: 0px;
    width: 100%;
    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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .top .text {
	position: relative;
	width: max-content;
	max-width: 100%;
	padding-right: 24px;
	font-size: 1.2rem;
}

.section_1 .top .text::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 0;
	transform: translate(0, -50%) rotate(45deg);
	width: 12px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
}

.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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
	padding: 5%;
	background-color: #fff;
}

.section_1 .content .item .heading_1 {
	margin: 0 auto 0 0;
	font-size: 2rem;
}

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

.section_1 .content .item .box .text_area {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	padding: 5% 5%;
}

.section_1 .content .item .box .text_area .text {
	width: max-content;
	max-width: 100%;
	line-height: 1;
}

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

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

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

@media screen and (min-width: 768px) {
	.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 {
		flex-direction: row;
		gap: 0;
	}

	.section_1 .top .text {
		padding: 0 48px;
		border-right: 1px #333 solid;
	}

	.section_1 .top .text:first-child {
		/* padding-left: 0; */
	}

	.section_1 .top .text:last-child {
		border: 0;
	}

	.section_1 .top .text::after {
		right: 10%;
	}

	.section_1 .content {
		gap: 60px;
	}

	.section_1 .content .item {}

	.section_1 .content .item .heading_1 {}

	.section_1 .content .item .box {}

	.section_1 .content .item .box .text_area {}

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

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

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

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

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

	.section_1 .band::before {
		width: 80%;
	}

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

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

	.section_1 .inner {
		gap: 120px;
	}

	.section_1 .content {
		width: 80%;
	}

	.section_1 .content .item .heading_1 {
		position: relative;
		align-items: flex-start;
		width: 75%;
	}

	.section_1 .content .item .heading_1::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 65%;
		transform: translate(0, -50%);
		height: 2px;
		background-color: #333;
	}

	.section_1 .content .item {
		gap: 48px;
		padding: 2.5%;
	}

	.section_1 .content .item .box_wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 12px;
		width: 100%;
	}

	.section_1 .content .item .box {
		width: calc((100% - (12px * 2)) / 3);
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .band::before {
		top: 300px;
		height: 150px;
	}

	.section_1 .band:nth-of-type(2)::before {
		top: 600px;
		height: 75px;
	}

	.section_1 .inner {
		gap: 120px;
	}

	.section_1 .top .text {
		padding: 0 60px;
		font-size: 1.5rem;
	}

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

	.section_1 .content .item {
		gap: 84px;
	}

	.section_1 .content .item .heading_1 {
		font-size: 2.5rem;
	}

	.section_1 .content .item .heading_1::after {
		width: 55%;
	}

	.section_1 .content .item {}

	.section_1 .content .item .box_wrap {
		gap: 24px;
	}

	.section_1 .content .item .box {
		width: calc((100% - (24px * 2)) / 3);
	}

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

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

@media screen and (min-width: 1920px) {
	.section_1 .band::before {
		top: 400px;
		width: 70%;
	}

	.section_1 .band:nth-of-type(2)::before {
		top: 700px;
	}

	.section_1 .content .item .heading_1::after {
		width: 65%;
	}
}

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