@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_2.png);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	height: max-content;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 1);
}

.fv_text > * {
	display: block;
}

.fv_text > *:nth-of-type(1) {
	font-size: 1em;
}

.fv_text > *:nth-of-type(2) {
	font-size: 1em;
}

@media screen and (min-width: 768px) {
	.fv {
		height: auto;
		background-image: none;
	}

	.fv .section_inner {}

	.fv .section_container {}

	.fv_text {}

	.fv_text > * {}

	.fv_text > *:nth-of-type(1) {}

	.fv_text > *:nth-of-type(2) {}
}

@media screen and (min-width: 1280px) {
	.fv_text {
		right: 10%;
		bottom: 15%;
		gap: 24px;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		right: 10%;
		bottom: 10%;
		gap: 36px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		right: 15%;
		bottom: 10%;
	}
}

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

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

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

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

.section_1 {}

.section_1 .section_inner {
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
}

.section_1 .section_container {
	padding: 5%;
	background-color: #EFF3F4;
}

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

.section_1 .heading_1 {
	width: 75%;
}

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

.section_1 .content .text_area {
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .content .text_area_1 {
	padding: 5%;
	background-color: #fff;
}

.section_1 .content .text_area .text_area_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 24px;
	width: 100%;
	height: 100%;
}

.section_1 .content .text_area .text_area_inner .text {
	
}

.section_1 .content .text_area .text_area_inner .text_1 {
	
}

.section_1 .content .text_area .text_area_inner .text_2 {
	font-size: 1.1rem;
}

.section_1 .content .text_area .text_area_inner .text_2 .big {
	font-size: 1.2em;
}

.section_1 .content .text_area_2 table {
	width: 100%;
}

.section_1 .content .text_area_2 table th,
.section_1 .content .text_area_2 table td {
	display: block;
	border: 0;
	font-weight: 400;
}

.section_1 .content .text_area_2 table th {
	background-color: #D4C483;
	color: #fff;
}

.section_1 .content .text_area_2 table td {
	background-color: #fff;
	color: #000;
}

.section_1 .content .text_area_2 table th span,
.section_1 .content .text_area_2 table td span {
	display: block;
}

@media screen and (min-width: 768px) {
	.section_1 {
		background-size: 100%;
	}

	.section_1 .section_inner {}

	.section_1 .section_container {
		position: relative;
		padding: 10% 5% 5%;
	}

	.section_1 .section_container .deco_1 {
		position: absolute;
		top: 1.25%;
		left: 5%;
		width: 15%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.section_1 .section_container_inner {}

	.section_1 .heading_area {}

	.section_1 .heading_1 {
		width: 35%;
		margin: 0 auto 0 10%;
	}

	.section_1 .content {
		position: relative;
		gap: 48px;
	}

	.section_1 .content .deco_2 {
		position: absolute;
		top: -1.25%;
		right: 0;
		width: 45%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.section_1 .content .text_area {}

	.section_1 .content .text_area_1 {
		width: 75%;
		margin: 0 5% 0 auto;
	}

	.section_1 .content .text_area_2 {}

	.section_1 .content .text_area .text_area_inner {}

	.section_1 .content .text_area .text_area_inner .text {}

	.section_1 .content .text_area .text_area_inner .text_1 {}

	.section_1 .content .text_area .text_area_inner .text_2 {}

	.section_1 .content .text_area_2 table {
		border-collapse: separate;
		border-spacing: 12px;
	}

	.section_1 .content .text_area_2 table th,
	.section_1 .content .text_area_2 table td {
		display: table-cell;
		padding: 1em;
	}

	.section_1 .content .text_area_2 table th {
		width: 25%;
		vertical-align: middle;
	}

	.section_1 .content .text_area_2 table td {
		width: 75%;
	}

	.section_1 .content .text_area_2 table th span {
		text-align: center;
	}
}

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

	.section_1 .content .deco_2 {
		top: -2.5%;
		width: 35%;
	}

	.section_1 .content .text_area_1 {
		width: 60%;
	}
}

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

	.section_1 .section_container {
		padding: 10% 10% 5%;
	}

	.section_1 .section_container .deco_1 {
		top: 2.5%;
		left: 10%;
		width: 20%;
	}

	.section_1 .heading_1 {
		width: 45%;
	}

	.section_1 .heading_1 .sub {
		font-size: 1.85rem;
	}

	.section_1 .content {
		gap: 120px;
	}

	.section_1 .content .text_area .text_area_inner {
		padding: 5%;
		gap: 36px;
	}

	.section_1 .content .text_area .text_area_inner .text_1 {
		font-size: 1.25rem;
	}

	.section_1 .content .text_area .text_area_inner .text_2 {
		font-size: 1.5625rem;
	}

	.section_1 .content .text_area_2 table td {
		padding: 1em 4em;
	}

	.section_1 .content .text_area_2 table th span,
	.section_1 .content .text_area_2 table td span {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .heading_1 .sub {
		font-size: 2.5rem;
	}
}

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

