@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: 48px;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
}

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

.section_1 .top .text_1 {
	width: 100%;
	padding: 12px 24px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 1.25rem;
}

.section_1 .top .text_2 {
	text-align: left;
	font-size: 1rem;
}

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

.section_1 .top .text_3 > * {
	display: inline;
	background: linear-gradient(transparent 75%, #F6DE7C 0%);
}

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

.section_1 .wrapper .belt {
	width: 100%;
	padding: 8px;
	background-color: #D4C483;
	font-size: 1.8rem;
	color: #fff;
}

.section_1 .wrapper .belt span {
	padding-left: 12px;
	border-left: 4px #B5A66B solid;
}

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

.section_1 .wrapper_2 .content {
	gap: 0;
	background-color: #fff;
}

.section_1 .wrapper .content .box {
	width: 100%;
	padding: 5%;
	background-color: #fff;
}

.section_1 .wrapper_2 .content .box {
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
	border-top: 1px #000 solid;
	background-color: transparent;
}

.section_1 .wrapper_2 .content .box_1 {
	border: -0;
}

.section_1 .wrapper .content .box ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .wrapper .content .box ul li {}

.section_1 .wrapper .content .box ul .check {
	position: relative;
	padding-left: 1.5rem;
}

.section_1 .wrapper .content .box ul .check::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: auto;
	height: 1rem;
	aspect-ratio: 1 / 1;
	background-image: url(../img/icon_list.png);
	background-size: contain;
}

.section_1 .wrapper .content .box ul li span {
	display: block;
}

.section_1 .wrapper_2 .content .box table {
	width: 100%;
}

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

.section_1 .wrapper_2 .content .box table th {
	padding: 0 0 0.5em 0;
	font-size: 1.2rem;
}

.section_1 .wrapper_2 .content .box table td {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	padding: 0.5em 0 0 0;
}

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

.section_1 .wrapper_2 .content .box table td .item {
	width: fit-content;
	padding: 4px 12px;
	border: 1px #4A80C1 solid;
	border-radius: 130px;
	color: #4A80C1;
}

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

	.section_1 .wrapper_1 .content {
		flex-direction: row;
		align-items: stretch;
	}

	.section_1 .wrapper_2 .content .box table th,
	.section_1 .wrapper_2 .content .box table td {
		display: table-cell;
	}

	.section_1 .wrapper_2 .content .box table th {
		width: 25%;
		padding: 0 0.5em 0 0;
	}

	.section_1 .wrapper_2 .content .box table td {
		width: 75%;
		padding: 0 0 0 0.5em;
	}

	.section_1 .wrapper_2 .content .box table td > * {
		margin-top: 12px;
	}

	.section_1 .wrapper_2 .content .box table td > *:first-child {
		margin-top: 0;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .top .text_1 {
		border-radius: 110px;
	}
}

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

	.section_1 .section_container_inner {
		gap: 120px;
	}

	.section_1 .top .text_1 {
		font-size: 1.875rem;
	}

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

	.section_1 .top .text_3 {
		font-size: 1.875rem;
	}

	.section_1 .wrapper {
		gap: 36px;
	}

	.section_1 .wrapper .belt {
		padding: 24px;
		font-size: 2.5rem;
	}

	.section_1 .wrapper .belt span {
		padding-left: 24px;
	}

	.section_1 .wrapper .content .box ul .check {
		padding-left: 2rem;
	}

	.section_1 .wrapper .content .box ul .check::before {
		height: 1.25rem;
	}

	.section_1 .wrapper_1 .content {
		gap: 72px;
	}

	.section_1 .wrapper_2 .content .box {
		width: 80%;
		padding: 5% 5%;
	}

	.section_1 .wrapper_1 .content .box ul li {
		font-size: 1.25rem;
	}

	.section_1 .wrapper_2 .content .box table th {
		width: 30%;
		font-size: 1.875rem;
	}

	.section_1 .wrapper_2 .content .box table td > * {
		gap: 24px;
		margin-top: 24px;
	}

	.section_1 .wrapper_2 .content .box table td {
		width: 70%;
		font-size: 1.25rem;
	}

	.section_1 .wrapper_2 .content .box table td .item {
		padding: 4px 24px;
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .wrapper_2 .content .box {
		padding: 5% 10%;
	}
}

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

