@charset "utf-8";

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

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

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

.section_1 {}

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

.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 {
	width: 90%;
	max-width: 930px;
}

.section_1 .content_wrap .content .item_wrap {}

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

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

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

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

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

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

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

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

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

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

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

.form {
	width: 100%;
}

.form_area {
    width: 100%;
    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 #BBC0C2 solid;
}

.first_line th {}

tr:not(.first_line) th {}

.last_line td {}

tr:not(.last_line) td {}

.must {
	color: #B20000;
}

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

th .flex {}

th .flex > *:nth-child(1) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	padding: 12px;
	background-color: #8E9EAB;
}

td .flex {}

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

.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: #BBC0C2;
    /* border: 1px solid #757575; */
    width: 1.25em;
    height: auto;
	aspect-ratio: 1 / 1;
    left: 0;
}

.radio label::after {
    background-color: #878D92;
    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 #757575 solid;
	/* border-radius: 9px; */
    background-color: #f4f3f3;
	color: #333333;
}

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

.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: 535 / 118; */
    padding: 16px;
	/* border-radius: 100vmax; */
    background-color: #8E9EAB;
	/* background-image: url(../img/recruit_form_btn.webp); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    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 #BBC0C2 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;
		justify-content: flex-start;
		align-items: center;
		gap: 24px;
	}

	.last_line th,
	.last_line td {}

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

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