@charset "utf-8";

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

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

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

.fv {
	position: relative;
	width: 100%;
	padding: 0;
	aspect-ratio: 1 / 1;
}

.fv_text {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	z-index: 1;
}

.fv .heading_text_1 {
	color: #DF051B;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 100%;
		padding: 0;
		aspect-ratio: 3 / 1;
	}

	.fv_text {
		top: 55%;
		width: max-content;
	}
}

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

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

.heading_3 {
	width: 100%;
	margin: 0 auto 0;
	padding: 1em;
	font-size: 1.4rem;
	background-color: #000;
}

.heading_3_text_1 {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.heading_4 {
	width: fit-content;
	margin: 0 auto 0 0;
	font-size: 1.4rem;
}

.heading_4_text_1 {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-size: 1em;
	font-weight: 700;
	color: #124EA8;
	line-height: 1
}

.heading_5 {
	width: fit-content;
	margin: 0 auto 0 0;
	font-size: 1.4rem;
}

.heading_5_text_1 {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	line-height: 1
}

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

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

	.heading_4 {
		font-size: 2.4rem;
	}

	.heading_5 {
		font-size: 2.4rem;
	}
}

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

.section {
	padding: 15% 0;
}

.section_container_inner {
	width: 90%;
	margin: 5% auto 0;
}

.text {
	font-size: 1rem;
}

.bg_b {
	background-color: #124EA8;
}

.bg_r {
	background-color: #DF051B;
}

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

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

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

.section_1 {
	background-color: #F2F2F2;
}

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

.section_1 .section_container_inner {
	margin: 0 auto;
}

.section_1 .section_content_1 .section_content_inner_1 .heading {
	font-size: 2rem;
}

.section_1 .section_content_1 .section_content_inner_1 .heading_text_1 {
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
	.section_1 .section_content_1 .section_content_inner_1 .heading {
		margin: 0 auto 0 0;
	}
}

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

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

.form_area {
	margin: 10% auto 0;
	padding: 0;
}

.form_content_area {
	margin: 0 auto 0;
}

.form_content_text_wrap {
	width: 90%;
	margin: 5% auto 0;
}

.form_content_text {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
}

.form_content_text:nth-of-type(n+2) {
	margin: 5% auto 0;
}

.form_content_text .highlight {
	color: #ff0000;
}

/* ↓ フォーム欄 ------------------------------ */

.form_content_form_wrap {
	margin: 0 auto 0;
}

.form_input_area {}

.form_input_area th,
.form_input_area td {
	display: block;
	border: 0;
}

.form_input_area th {
	padding: 0.5em;
	vertical-align: middle;
}

.form_input_area td {
	padding: 0 0.5em 0.5em;
}

.form_input_area .select_wrap {
	position: relative;
}

.form_input_area .select_wrap::after {
	content: '';
	position: absolute;
	top: 40%;
	right: 5%;
	transform: translate(0, -50%) rotate(135deg);
	display: block;
	width: 12px;
	height: 12px;
	border-top: solid 1px #707070;
    border-right: solid 1px #707070;
	/* background-color: #333333; */
	pointer-events: none;
}

.form_input_area select {
	padding: 0.5em 2em 0.5em 0.5em;
}

.radio label {
	display: block;
}

.form_text {
    margin: 5% auto 0;
    text-align: left;
	font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.5;
	color: #B4B4B4;
}

.contact_link {
    margin: 5% auto;
}

.tbl-form_wrap {
    padding: 5%;
	background-color: #F8F8F8;
}

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

.tbl-form .th_border {
    /* border-top: 1px #ffcfa5 solid; */
}

.must {
	margin-left: 0.5em;
    color: #FF0000;
}

.address {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.address_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}

.address_1 input {
	width: 25%;
}

/* ↓ ラジオボタン ↓ */

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

.radio label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5rem;
}

.radio label::before,
.radio label::after {
    content: "";
    display: block;
    border-radius: 2px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.radio label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 1em;
    height: 1em;
    left: 5px;
}

.radio label::after {
    background-color: #ddd;
    opacity: 0;
    width: 0.6em;
    height: 0.6em;
    left: 0.525em;
}

.radio label:has(input[type="radio"]:checked):after {
    opacity: 1;
}

.radio_telmail label::before,
.radio_telmail label::after {
    border-radius: 50%;
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

/* ↑ ラジオボタン ↑ */

.input-text {
    width: 100%;
    min-height: 2em;
    padding: 0.5em;
    border: 1px #C6C6C6 solid;
    background-color: #fff;
}

.textarea {
    width: 100%;
    min-height: 5em;
}

.textarea_2 {
    min-height: 0;
}

.form_submit_btn {
    display: block;
	width: 60%;
    margin: 5% auto 0;
}

.form_comment {
	color: #BCBCBC;
}

.input-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 1em 0;
    background: #DF051B;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

/* ↑ フォーム欄 ------------------------------ */

.form_content_other_wrap {
	margin: 5% auto 0;
}

.form_content_other {
	padding: 5%;
	line-height: 2;
}

.form_content_other:nth-child(odd) {
	background-color: #fef3ea;
}

.form_content_other_headline {
	font-size: 1.6rem;
}

.form_content_other table,
.form_content_other th,
.form_content_other td {
	border: 0;
}

.form_content_other table {
	width: 100%;
}

.form_content_other th,
.form_content_other td {
	display: block;
	padding: 0.5em 0;
	line-height: 1;
}

.form_content_other .mail {
	width: fit-content;
	padding-bottom: 0.25em;
	border-bottom: 1px #00a7fd solid;
	color: #00a7fd;
}

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

	.form_content_text_wrap > *:nth-of-type(n+2) {
		margin: 2.5% auto 0;
	}

	.tbl-form {}

	.tbl-form th,
	.tbl-form td {
		display: table-cell;
		padding: 0.25em;
	}

	.tbl-form th {
		width: 35%;
	}

	.tbl-form td {
		width: 65%;
	}

	.tbl-form .td_border {
		/* border-top: 1px #ffcfa5 solid; */
	}

	.form_input_area .select_wrap {}

	.form_input_area .select_wrap::after {

	}

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

	.form_submit_btn {
		width: 40%;
	}

	.form_content_other th,
	.form_content_other td {
		display: table-cell;
	}

	.form_content_other th {
		width: 25%;
	}

	.form_content_other td {
		width: auto;
	}
}

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

}

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

	.form_content_text_wrap {}

	.form_content_text_wrap * {
		font-size: 1.2rem;
	}

	.form_content_form_wrap {}

	.tbl-form th,
	.tbl-form td {
		font-size: 1.2rem;
	}

	.tbl-form .td_width_1 .input-text {
		width: 40%;
	}

	.tbl-form .td_width_2 .input-text {
		width: 50%;
	}

	.form_input_area .select_wrap::after {
		right: 62%;
	}

	.radio td {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 12px;
	}

	.input-text_2 {
		width: fit-content;
	}

	.form_submit_btn {
		width: 30%;
	}

	.form_content_other {
		padding: 2.5% 5%;
	}

	.form_content_other th,
	.form_content_other td {
		font-size: 1.2rem;
	}
}

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

}
