@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_bg_2_sp.png);
	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%);
	width: max-content;
	margin: 0 auto 0;
	padding: 0.75em;
	border-radius: 10px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.25em;
}

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

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

	.fv_text {
		font-size: 1.6rem;
	}
}

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

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

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

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

@media screen and (min-width: 768px) {
	main::after {
		background-size: 3.5%;
	}

	.section_inner {
		padding: 10% 0;
	}
}

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

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

.section_1 {
    position: relative;
	background-color: #FFF6EC;
}

.section_1 > * {
    position: relative;
	z-index: 1;
}

.section_1 .section_inner {
	padding: 10% 0 10%;
}

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

.section_1 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 80%;
	margin: 0 auto 0;
	padding: 5%;
	border-radius: 30px;
	background-color: #fff;
}

.section_1 .section_content::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 30px;
    background-image: url(../img/bg_square.png);
    background-size: 7%;
    background-repeat: repeat;
    opacity: 0.1;
}

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

.section_1 .list .text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5em;
    width: 100%;
    margin: 0 auto 0;
    padding-left: 2em;
}

.section_1 .list .text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: #FF8B00;
}

.section_1 .text {
	width: fit-content;
	max-width: 100%;
	margin: 0;
	font-weight: 700;
}

.section_1 .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_1 {
		background-size: 3.5%;
	}

	.section_1 .section_container_inner {
		gap: 36px;
	}

	.section_1 .section_content {
		gap: 36px;
	}

	.section_1 .section_content::before {
		background-size: 3.5%;
	}
}

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

	.section_1 .section_content {
		gap: 48px;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .section_container_inner {
		gap: 60px;
	}

	.section_1 .section_content {
		gap: 60px;
		width: 70%;
		padding: 5% 10%;
	}

	.section_1 .list {
		gap: 24px;
	}

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

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

}

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

.section_2 {
    position: relative;
	background-color: #FFF6EC;
}

.section_2 .section_inner {
	padding: 10% 0 10%;
}

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

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

@media screen and (min-width: 768px) {
	.section_2 {
		background-size: 3.5%;
	}

	.section_2 .section_container_inner {
		gap: 36px;
	}

	.section_2 .section_content {
		flex-direction: row;
		align-items: stretch;
		gap: 36px;
	}
}

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

	.section_2 .section_content {
		gap: 48px;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .section_container_inner {
		gap: 60px;
	}

	.section_2 .section_content {
		gap: 60px;
		width: 60%;
	}

	.section_2 .text {
		font-size: 1.2rem;
	}
}

@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;
	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;
	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;
	border: 2px #FF8B00 solid;
	border-radius: 5px;
	color: #FF8B00;
}

.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_input {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 1em 3em;
	border-radius: 130px;
    background: #FF8B00;
    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 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_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;
	}
}