@charset "utf-8";

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

.fv {
	position: relative;
	height: 200px;
	background-image: url(../img/fv_2.png);
	background-size: cover;
	background-position: 75% 0%;
	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: 65%;
	left: 5%;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: max-content;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1;
	/* letter-spacing: 0.1em; */
}

.fv_text > * {
	display: block;
}

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

.fv_text > *:nth-of-type(2) {
	font-family: "EB Garamond", serif;
	font-style: italic;
	font-size: 0.8em;
	color: #BFA2DB;
}

@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 {
		/* font-size: 2rem; */
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		left: 15%;
		font-size: 2rem;
	}
}

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

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

.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 {
	padding: 0;
}

.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_area {
	background-image: none;
}

.section_1 .heading_area .heading_2 {
	margin: 0 auto 0 5%;
}

.section_1 .content {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.section_1 .content .text_area {
	/* background-color: #F3F1F5; */
	background-color: rgba(243, 241, 245, 0.425);
}

.section_1 .content .text_area .text_area_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	height: 100%;
	padding: 5% 5% 10%;
	background-color: rgba(34, 34, 34, 0.425);
}

.section_1 .content .text_area .text_area_inner .text_1 {
	width: fit-content;
	text-align: center;
	font-size: 1.5rem;
}

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

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

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .heading_area {}

	.section_1 .heading_area .heading_2 {}

	.section_1 .content {}

	.section_1 .content .text_area {
		position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	}

	.section_1 .content .text_area .text_area_inner {
		align-items: flex-start;
		gap: 12px;
		padding: 2.5% 5%;
	}

	.section_1 .content .text_area .text_area_inner .text_1 {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: max-content;
		margin: 0;
	}

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

@media screen and (min-width: 1280px) {
	.section_1 .content .text_area {
        position: absolute;
        top: 0;
        left: 10%;
        width: 30%;
        height: 100%;
	}

	.section_1 .content .text_area .text_area_inner {
		gap: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content .text_area {
		left: 15%;
		width: 35%;
	}

	.section_1 .content .text_area .text_area_inner {
		gap: 24px;
	}

	.section_1 .content .text_area .text_area_inner .text_1 {
		gap: 12px;
		font-size: 2rem;
	}

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

	.section_1 .content .text_area .text_area_inner .btn {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content .text_area {
        width: 27.5%;
	}
}

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

.section_2 {}

.section_2 .section_inner {
	padding: 0;
}

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

.section_2 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 5% 0;
}

.section_2 .content table {
	width: 100%;
	margin: 0 auto;
}

.section_2 .content table tr {}

.section_2 .content table tr th,
.section_2 .content table tr td {
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
	color: #222222;
	border: 0;
}

.section_2 .content table tr th {
	border-bottom: 1px #222222 solid;
}

.section_2 .content table tr td {
	border-bottom: 1px #D9D9D9 solid;
}

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

	.section_2 .section_inner {}

	.section_2 .section_container_inner {}

	.section_2 .content {
		flex-direction: row;
	}

	.section_2 .content table {
		width: 55%;
	}

	.section_2 .content table tr {}

	.section_2 .content table tr th,
	.section_2 .content table tr td {}

	.section_2 .content table tr th {}

	.section_2 .content table tr td {}

	.section_2 .content .img {
		width: 45%;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .content {
		gap: 48px;
		width: 80%;
	}

	.section_2 .content table tr th,
	.section_2 .content table tr td {
		display: table-cell;
	}

	.section_2 .content table tr th {
		padding: 1em 0;
	}

	.section_2 .content table tr td {
		padding: 1em 0 1em 3em;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .content {
		gap: 96px;
		width: 70%;
	}

	.section_2 .content table tr th,
	.section_2 .content table tr td {
		font-size: 1rem;
	}
}

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

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