@charset "utf-8";

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

.now.contact::before {
	content: "";
}

.header_list_inner li a .text {
	color: #000000;
}

.fv_other_bottom {
	background-image: url(../img/fv_bottom_contact.webp);
}

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

.section_intro .content_wrap .content .item_wrap .item_2 .item_inner .text_wrap .text_wrap_inner .text .highlight {
	color: #0B34E1;
}

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

.section_1 {
	background-image: url(../img/contact_contact_form_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0;
	}

	.section_1 .heading_wrap {
		align-items: flex-start;
	}

	.section_1 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 48px;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 84px;
	}
}

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

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

.section_2 {}

.section_2 .inner {
	padding: 10% 0 50%;
}

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .content_wrap .content .item_wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .item_inner {
	gap: 48px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner:nth-child(1) {
	align-items: center;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner:nth-child(1) .text {
	font-size: 1.375rem;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .list li {
	position: relative;
	padding-left: 1rem;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .list li::before {
	content: "";
    position: absolute;
    top: calc(0.875em - (0.5em / 2));
    left: calc(0.625em - (0.5em / 2));
    transform: translate(0, 0);
    width: 0.25em;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 100vmax;
    background-color: #000000;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .big {
	font-size: 1.25rem;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .blue {
	color: #0B34E1;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .green {
	color: #009944;
}

@media screen and (min-width: 768px) {
	.section_2 .inner {
		padding: 5% 0 25%;
	}

	.section_2 .heading_wrap {
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: 85%;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		gap: 36px;
	}
}

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

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

.form {
	width: 100%;
}

.form_area {
    width: 100%;
	max-width: 880px;
    margin: 0 auto 0;
}

.tbl-form {
    width: 100%;
    table-layout: fixed;
    /* border-collapse: separate; */
    border-spacing: 0 12px;
}

th,
td {
    display: block;
    padding: 12px 0;
    border: 0;
	font-weight: 500;
}

th {}

td {
	padding-top: 0;
	border-bottom: 1px #B1B1B1 solid;
}

.first_line th {}

tr:not(.first_line) th {}

.last_line td {
	padding: 0;
	border: 0;
}

tr:not(.last_line) td {}

.must {
	color: #FF0000;
}

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

th .flex {}

td .flex {
	flex-direction: column;
	align-items: flex-start;
}

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

.radio td {}

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

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

.radio label::before {
    background-color: #ffffff;
    border: 1px #B1B1B1 solid;
    width: 1.25em;
    height: auto;
	aspect-ratio: 1 / 1;
    left: 0;
}

.radio label::after {
    background-color: #B1B1B1;
    opacity: 0;
    width: 0.75em;
    height: auto;
	aspect-ratio: 1 / 1;
    left: 0.25em;
}

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

.radio.radio_2 label::before,
.radio.radio_2 label::after {
    border-radius: 3px;
}

.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 #B1B1B1 solid;
	/* border-radius: 9px; */
    background-color: #ffffff;
}

.textarea {
    width: 100%;
    min-height: 10em;
    padding: 0.5em;
    border: 1px #B1B1B1 solid;
	/* border-radius: 9px; */
    background-color: #ffffff;
}

.textarea_2 {
    min-height: 0;
}

.info_area {}

.info_area .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 10% auto 0;
	padding: 5%;
	border: 1px #333333 solid;
}

.info_area .info .text {}

.info_area .info .text .title {
	font-weight: 900;
}

.info_area .radio {
    margin-top: 2.5%;
}

.info_area .radio label::before,
.info_area .radio label::after {
    border-radius: 0;
}

.form_submit_btn {
	position: relative;
    display: block;
	width: 224px;
    margin: 48px auto 0;
}

.form_submit_btn::after {
	/* content: "";
    position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-25%, -50%);
	width: auto;
	height: 75%;
	aspect-ratio: 1 / 1;
	background-image: url(../img/);
	background-repeat: no-repeat;
	background-size: contain; */
}

.input-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
	height: auto;
	aspect-ratio: 358 / 82;
    padding: 16px;
	/* border-radius: 100vmax; */
	background-image: url(../img/recruit_form_btn.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    text-align: center;
	line-height: 1;
    color: #fff;
    cursor: pointer;
}

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

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

.form_text_wrap .form_text_wrap_inner .text {
	font-weight: 500;
}

.form_text_wrap .form_text_wrap_inner .text_top {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 1.25rem;
}

.form_text_wrap .form_text_wrap_inner .text_top::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 60px;
	height: 1px;
	background-color: #ffffff;
}

.form_text_wrap .form_text_wrap_inner .text_2 {
	font-size: 1.25rem;
}

.form_text_wrap .form_text_wrap_inner .list {}

.form_text_wrap .form_text_wrap_inner .list li {
	position: relative;
	padding-left: 16px;
}

.form_text_wrap .form_text_wrap_inner .list li::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	transform: translate(0, 0);
	width: 0.5em;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100vmax;
	background-color: #ffffff;
}

.form_text_wrap .form_text_wrap_inner .list li .text {}

@media screen and (min-width: 768px) {
	.tbl-form {
		/* border-spacing: 4px 12px; */
		border-spacing: 0;
	}

	th,
	td {
		display: table-cell;
		padding: 24px 0;
		border-bottom: 1px #B1B1B1 solid;
		vertical-align: middle;
	}

	th {
		width: 35%;
		padding-right: 12px;
		vertical-align: middle;
	}

	td {
		padding-left: 12px;
	}

	tr:not(.last_line) td {}

	th .flex {}

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

	.first_line th,
	.first_line td {
		padding-top: 0;
	}

	.last_line th,
	.last_line td {
		vertical-align: top;
		padding-bottom: 0;
		border: 0;
	}

	.last_line td {
		padding-top: 24px;
		padding-left: 12px;
	}

	.form_submit_btn {
		width: 220px;
		margin: 48px auto 0;
	}

	.input-button {}
}

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

}

@media screen and (min-width: 1440px) {
	th,
	td {
		/* font-size: 1.125rem; */
	}

	.radio label {
		/* padding-left: 2rem; */
	}

	.form_submit_btn {
		margin-top: 48px;
	}

	.input-button {
		/* font-size: 1.125rem; */
	}

	.form_text_wrap {
		width: max-content;
		margin: 0 auto;
		margin-top: 60px;
	}

	.form_text_wrap .form_text_wrap_inner .text {
		line-height: 2;
	}

	.form_text_wrap .form_text_wrap_inner .text_top {
		margin-bottom: 36px;
		padding-bottom: 24px;
		font-size: 1.5rem;
	}

	.form_text_wrap .form_text_wrap_inner .text_2 {
		font-size: 1.25rem;
	}

	.form_text_wrap .form_text_wrap_inner .list li::before {
		top: 0.75em;
	}
}

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

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