@charset "utf-8";

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

.fv {
	width: 100%;
	height: 240px;
	background-image: url(../img/fv_5.png);
	background-size: cover;
	background-position: center;
}

.fv .section_inner {
	width: 100%;
	height: 100%;
}

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

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-size: 2rem;
}

.fv_text * {
	display: block;
	margin: 0 auto;
	line-height: 1;
}

.fv_text span {
	font-size: 2rem;
}

.fv_text span:nth-of-type(1) {
	width: fit-content;
	font-size: 0.8em;
	color: #04B111;
}

.fv_text span:nth-of-type(2) {
	width: fit-content;
	margin-top: 0.25em;
	font-size: 1em;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 100%;
		height: auto;
	}
}

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

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

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

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

.section {
	padding: 20% 0;
}

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

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

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

.section_1 .section_content_inner_1 {}

.section_1 .section_content_inner_1 .text {
	width: max-content;
	max-width: 90%;
	margin: 0 auto 0;
	text-align: center;
}

.section_1 .section_content_inner_1 .tel {
	padding: 5%;
	border: 1px #08A814 solid;
}

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

.section_1 .section_content_inner_1 .flex_1 {
	margin: 5% auto 0;
}

.section_1 .section_content_inner_1 .tel .text {
	display: block;
	line-height: 1;
}

.section_1 .section_content_inner_1 .tel .text_1 {
	font-size: 1.3rem;
}

.section_1 .section_content_inner_1 .tel .text_2 {
	position: relative;
	padding-top: 12px;
	font-size: 1.3rem;
	font-weight: 700;
	color: #00D910;
}

.section_1 .section_content_inner_1 .tel .text_2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2em;
	height: 2px;
	background-color: #00D910;
}

.section_1 .section_content_inner_1 .tel .text_2 span {
	font-size: 1.4em;
	line-height: 1;
}

.section_1 .section_content_inner_1 .tel .text_3 {
	font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
	.section_1 .section_content_inner_1 .flex_2 {
		flex-direction: row;
	}

	.section_1 .section_content_inner_1 .tel {
		width: 60%;
		padding: 5% 2.5%;
	}

	.section_1 .section_content_inner_1 .tel .text_3 {
		margin: 0;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .section_content_inner_1 .flex {
		gap: 24px;
	}

	.section_1 .section_content_inner_1 .tel {
		width: 45%;
		padding: 2.5%;
	}

	.section_1 .section_content_inner_1 .tel .text {
		font-size: 1.2rem;
	}

	.section_1 .section_content_inner_1 .tel .text_1 {
		font-size: 1.3rem;
	}

	.section_1 .section_content_inner_1 .tel .text_2 {
		padding-top: 24px;
		font-size: 1.4rem;
	}

	.section_1 .section_content_inner_1 .tel .text_3 {
		font-size: 1.2rem;
	}
}

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

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

.form {
	width: 90%;
	margin: 10% auto 0;
}

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

.form_table th,
.form_table td {
    display: block;
	width: 100%;
	border: 0;
	line-height: 1;
}

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

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

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

.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: 1px #D4E2E8 solid;
	line-height: 1;
}

.form_table .radio input {
	width: auto;
}

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

.form_table textarea {
	width: 100%;
	padding: 0.5em;
	border: 1px #D4E2E8 solid;
	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;
	background-color: #F3B200;
	color: #fff;
}

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

.form_btn {
	position: relative;
	display: block;
    margin: 5% auto 0;
}

.form_btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
}

.form_btn::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 35%;
	border-bottom: 1px #fff solid;
}

.form_btn_input {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 1em 0;
    background: #00D910;
    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;
	}

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

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

	.form_table td {
		width: 70%;
		padding: 2em 1em;
		border-top: 1px #D4E2E8 solid;
	}

	.form_table .flex {
		flex-direction: row;
		justify-content: space-between;
	}

	.form_btn {
		width: 40%;
	}
}

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

@media screen and (min-width: 1440px) {
	.form {
		width: 60%;
	}
}

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