@charset "utf-8";

.main {
	position: relative;
}

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

.fv {
	position: relative;
	height: 240px;
	padding-bottom: 5%;
	background-image: url(../img/fv_3.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 .slider_area {
	width: 100%;
	margin-right: auto;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 4px;
	width: max-content;
	padding: 4px;
	background-color: #fff;
	font-size: 2.8rem;
	color: #052A48;
}

.fv_text > * {
	display: block;
	line-height: 1;
}

.fv_text .main {
	font-size: 1em;
	font-weight: 700;
}

.fv_text .main::first-letter {
	color: #33A1F9;
}

.fv_text .sub {
	font-size: 0.3em;
}

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

	.fv .section_inner {}

	.fv .section_container {}

	.fv .slider_area {
		width: 65%;
		margin-right: auto;
	}

	.fv_text {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		gap: 8px;
		padding: 8px 4px;
		margin: -4% 18% 0 auto;
	}

	.fv_text > * {}
}

@media screen and (min-width: 1024px) {
	.fv_text {
		margin: -3% 22.5% 0 auto;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		font-size: 4.8rem;
		margin: -3.5% 20% 0 auto;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		margin: -2.5% 23.5% 0 auto;
	}
}

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

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

.section .section_inner {}

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

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

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

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

}

@media screen and (min-width: 1440px) {
	.section .section_container_inner {
		width: 65%;
	}
}

@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;
	font-family: "Noto Sans JP", sans-serif;
	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: 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;
	border: 1px #33A1F9 solid;
	color: #33A1F9;
}

.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: #33A1F9;
	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: 1px #33A1F9 solid;
	color: #33A1F9;
}

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

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

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

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

	.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: 40%;
	}
}

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

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

	.form_data {
		font-size: 1.2rem;
	}

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

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

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

/*モーダルを開くボタン*/
.modal-open{
	/* position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	background: #000;
	margin: auto;
	cursor: pointer;
	transform: translate(-50%,-50%); */
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}

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