@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_6.png);
	background-position: center;
	background-size: cover;
	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: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Noto Serif KR", serif;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.1em;
}

.fv_text > * {
	display: block;
}

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

@media screen and (min-width: 1280px) {
	.fv_text {
		font-size: 2.6rem;
	}
}

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

@media screen and (min-width: 1920px) {
	.fv_text {
		font-size: 4rem;
	}
}

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

.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 {}

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

.section_1 .text {
	text-align: center;
}

.section_1 .text_1 .highlight {
	color: #4F618E;
}

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

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

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

@media screen and (min-width: 1440px) {
	.section_1 .text {
		font-size: 1.2rem;
	}

	.section_1 .text_1 {
		width: 45%;
	}

	.section_1 .text_2 {
		gap: 24px;
	}
}

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

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

.form {
	width: 100%;
	margin: 0 auto 0;
}

.form_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.form_table th,
.form_table td {
    display: block;
	width: 100%;
	border: 0;
	vertical-align: middle;
	font-weight: 400;
	line-height: 1;
}

.form_table th {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	padding-top: 1em;
    /* border-top: 1px #D4E2E8 solid; */
}

.form_table .first_line th {
	padding: 0.5em;
    border: 0;
}

.form_table td {
	padding-bottom: 1em;
}

.form_table .first_line td {}

.form_table .radio td {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
	border: 0;
}

.form_table input {
	width: 100%;
	padding: 0.5em;
	border-radius: 8px;
	border: 1px #D8D8D8 solid;
	border-radius: 4px;
	background-color: #fff;
	line-height: 1;
}

.form_table .radio input {
	width: auto;
}

.form_table .any input {
	height: 5em;
}

.form_table textarea {
	width: 100%;
	padding: 0.5em;
	border-radius: 8px;
	border: 1px #D8D8D8 solid;
    border-radius: 4px;
	background-color: #fff;
	line-height: 1;
}

.form_table .flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	width: 100%;
	margin: 0 auto 0 0;
}

.form_table .must {
	display: inline-block;
	padding: 0.25em 0.5em;
	/* border: 2px #FF4F4F solid; */
	border-radius: 5px;
	color: #fff;
	background-color: #FF4F4F;
}

.form_table .arbitrary {
	display: inline-block;
	padding: 0.25em;
	border: 1px #B6B6B6 solid;
	color: #B6B6B6;
}

.form_table .comment {
	display: block;
	margin-top: 0.5em;
}

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

.form_table .address_num {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 4px;
	width: 100%;
	margin: 0 auto 0;
}

.form_table .address_num > * {
	display: flex;
	align-items: center;
}

.form_table .address_search {
	padding: 0.5em;
	background-color: #FF8B00;
	font-size: 0.8rem;
	color: #fff;
}

.form_table .address_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.form_table .address_text > * {
	width: 100%;
}

.form_data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
	margin: 0 auto 0;
	font-family: "Noto Sans JP", sans-serif;
}

.form_data .must {
	display: inline-block;
	padding: 0.25em;
	border: 2px #FF8B00 solid;
	border-radius: 5px;
	line-height: 1;
	color: #FF8B00;
}

.form_data .personal_data {
	border-bottom: 1px #052A48 solid;
}

.form_btn {
	position: relative;
	display: block;
	width: fit-content;
    margin: 5% auto 0;
}

.form_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(0, -50%);
    display: block;
    width: auto;
	height: 1.2rem;
	aspect-ratio: 1 / 1;
	background-image: url(../img/arrow_2.png);
	background-size: contain;
}

.form_btn_input {
	position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 1em 5em;
	border-radius: 40px;
    background: #4F618E;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
	.form_table th,
	.form_table td {
		display: table-cell;
		font-size: 0.8rem;
	}

	.form_table th {
		width: 30%;
		padding: 1em;
	}

	.form_table .first_line th {
		padding: 1em;
	}

	.form_table .any th {
		padding-top: 2em;
		vertical-align: top;
	}

	.form_table td {
		width: 70%;
		padding: 1em;
	}

	.form_table .radio td {
		flex-direction: row;
		width: 100%;
	}

	.form_table .radio td > * {
		width: calc((100% - (12px * 2)) / 3);
	}

	.form_table .flex {
		flex-direction: row;
		justify-content: flex-start;
		gap: 8px;
	}

	.form_table .address_num {
		justify-content: flex-start;
		gap: 12px;
	}

	.form_table .address_search {
		font-size: 1rem;
	}

	.form_data {
		flex-direction: row;
		align-items: center;
		gap: 12px;
		width: max-content;
	}

	.form_btn {
		/* width: 30%; */
	}
}

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

@media screen and (min-width: 1440px) {
	.form_table th,
	.form_table td {
		font-size: 1.2rem;
	}

	.form_table .flex {
		gap: 12px;
	}

	.form_btn::after {
		height: 1.4rem;
	}

	.form_btn_input {
		font-size: 1.2rem;
	}
}

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

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