@charset "utf-8";

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

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

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

.section_1 {}

.section_1::before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #003f8e;
	/* clip-path: polygon(50% 5%, 100% 50%, 80% 100%, 0 100%, 0 20%); */
	clip-path: polygon(50% 5%, 100% 50%, 100% 100%, 0 100%, 0 20%);
}

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

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

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

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

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

.section_1 .content_wrap .content_1 {
	width: 90%;
}

.section_1 .content_wrap .content_1 .item_wrap {}

.section_1 .content_wrap .content_1 .item_wrap .item {}

.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap .img {
	width: 100%;
}

.section_1 .content_wrap .content_2 {
	width: 90%;
	max-width: 1024px;
}

.section_1 .content_wrap .content_2 .item_wrap {}

.section_1 .content_wrap .content_2 .item_wrap .item {}

.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap {
	align-items: flex-start;
	gap: 12px;
}

.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text {
	color: #ffffff;
}

.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 {
	font-size: 1.5rem;
	font-weight: 900;
}

.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 .highlight {
	font-size: 2em;
}

.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 .highlight_1 {
	color: #c20000;
}

.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 .highlight_2 {
	color: #ff9c00;
}

.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
}

.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_3 {
	font-family: "Noto Sans JP", sans-serif;
}

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

	.section_1::before {
		clip-path: polygon(50% 5%, 100% 50%, 80% 100%, 0 100%, 0 20%);
	}

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

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

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

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

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

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

	.section_1 .content_wrap .content_1 {
		width: 97.5%;
	}

	.section_1 .content_wrap .content_1 .item_wrap {}

	.section_1 .content_wrap .content_1 .item_wrap .item {}

	.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap {
		flex-direction: row;
		gap: 0;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap .img {
		width: 50%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap .img_1 {
		position: relative;
		z-index: 1;
		margin-right: -12px;
		padding-top: 24px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap .img_2 {
		margin-left: -12px;
		padding-bottom: 24px;
	}

	.section_1 .content_wrap .content_2 {
		width: 70%;
	}

	.section_1 .content_wrap .content_2 .item_wrap {}

	.section_1 .content_wrap .content_2 .item_wrap .item {}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap {}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text {}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 {
		font-size: 2rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 .highlight {}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 .highlight_1 {}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 .highlight_2 {}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_2 {}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_3 {}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 {
		font-size: 3.5rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_2 {
		font-size: 1.5rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_3 {
		line-height: 2;
	}
}

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

	.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap .img_1 {
		margin-right: -36px;
		padding-top: 48px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap .img_2 {
		margin-left: -36px;
		padding-bottom: 48px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_1 {
		font-size: 4.5rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text_2 {
		font-size: 1.875rem;
	}
}

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

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

.section_2 {}

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

.section_2 .wrap {
	gap: 24px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	position: relative;
	gap: 4px;
	width: 65%;
	font-size: 1rem;
}

.section_2 .heading_wrap .heading::before,
.section_2 .heading_wrap .heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 48px;
	height: auto;
	aspect-ratio: 148 / 178;
	background-image: url(../img/recruit_deco.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

}

.section_2 .heading_wrap .heading::before {
	left: 0;
	transform: translate(-100%, 0);
}

.section_2 .heading_wrap .heading::after {
	right: 0;
	transform: translate(100%, 0) scale(-1, 1);
}

.section_2 .heading_wrap .heading .main {
	text-align: center;
	font-size: 1.5em;
	font-weight: 900;
	line-height: 1.5;
	color: #003f8e;
}

.section_2 .heading_wrap .heading .sub {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #c20000;
}

.section_2 .content_wrap {}

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

.section_2 .content_wrap .content .item_wrap {}

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

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

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {
	font-family: "Noto Sans JP", sans-serif;
}

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

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

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {
		width: max-content;
	}

	.section_2 .heading_wrap .heading::before,
	.section_2 .heading_wrap .heading::after {}

	.section_2 .heading_wrap .heading::before {
		left: -12px;
	}

	.section_2 .heading_wrap .heading::after {
		right: -12px;
	}

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

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

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

	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {
		text-align: center;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .heading_wrap .heading {
		gap: 8px;
	}
}

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

	.section_2 .heading_wrap .heading {
		font-size: 1.125rem;
	}

	.section_2 .heading_wrap .heading .main {
		font-size: 2.2em;
	}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}
}

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

}

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

.section_3 {
	background-color: #ffffff;
}

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

.section_3 .wrap {
	gap: 24px;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {
	font-family: "Noto Sans JP", sans-serif;
}

.section_3 .heading_wrap .heading .sub {
	color: #003f8e;
}

.section_3 .heading_wrap .heading .sub::before {
	background-color: #003f8e;
}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_3 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .text_wrap {}

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {
	font-family: "Noto Sans JP", sans-serif;
}

.section_3 .content_wrap .content .item_wrap .item .img_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_3 .content_wrap .content .item_wrap .item .img_wrap .img {
	width: 100%;
}

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

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

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .heading_wrap .heading .sub::before {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

	.section_3 .content_wrap .content .item_wrap .item {}

	.section_3 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {
		text-align: center;
	}

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

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

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

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

@media screen and (min-width: 1440px) {
	.section_3 .wrap {
		gap: 48px;
	}

	.section_3 .content_wrap .content .item_wrap {
		gap: 48px;
	}

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}
}

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

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

.section_4 {}

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

.section_4 .wrap {
	gap: 24px;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {
	width: 90%;
	text-align: center;
}

.section_4 .heading_wrap .heading .main {
	font-family: "Noto Sans JP", sans-serif;
}

.section_4 .heading_wrap .heading .sub {
	color: #003f8e;
}

.section_4 .heading_wrap .heading .sub::before {
	background-color: #003f8e;
}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_4 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_4 .content_wrap .content .item_wrap .item {
	gap: 12px;
}

.section_4 .content_wrap .content .item_wrap .item .top {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 4px;
	border-radius: 100vmax 0 0 100vmax;
	background-color: #0089d8;
}

.section_4 .content_wrap .content .item_wrap .item .top .num,
.section_4 .content_wrap .content .item_wrap .item .top .time,
.section_4 .content_wrap .content .item_wrap .item .top .text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.section_4 .content_wrap .content .item_wrap .item .top .num {
	padding: 8px;
	aspect-ratio: 1 / 1;
	border-radius: 100vmax;
	background-color: #ffffff;
	color: #0089d8;
}

.section_4 .content_wrap .content .item_wrap .item .bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_4 .content_wrap .content .item_wrap .item .bottom .text {
	font-family: "Noto Sans JP", sans-serif;
}

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

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

	.section_4 .wrap {
		gap: 48px;
	}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .heading_wrap .heading .sub::before {}

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {
		gap: 48px;
	}

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

	.section_4 .content_wrap .content .item_wrap .item .top {}

	.section_4 .content_wrap .content .item_wrap .item .top .num,
	.section_4 .content_wrap .content .item_wrap .item .top .time,
	.section_4 .content_wrap .content .item_wrap .item .top .text {
		font-size: 1.5rem;
	}

	.section_4 .content_wrap .content .item_wrap .item .top .num {}

	.section_4 .content_wrap .content .item_wrap .item .bottom {
		flex-direction: row;
		align-items: flex-start;
		gap: 0;
	}

	.section_4 .content_wrap .content .item_wrap .item .bottom .text {
		width: 60%;
		padding: 0;
		padding-left: 5%;
		padding-right: 10%;
	}

	.section_4 .content_wrap .content .item_wrap .item .bottom img {
		width: 40%;
	}
}

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

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

	.section_4 .content_wrap .content .item_wrap .item .top {
		padding: 8px;
	}

	.section_4 .content_wrap .content .item_wrap .item .top .num,
	.section_4 .content_wrap .content .item_wrap .item .top .time,
	.section_4 .content_wrap .content .item_wrap .item .top .text {
		font-size: 1.875rem;
	}

	.section_4 .content_wrap .content .item_wrap .item .bottom .text {
		font-size: 1.125rem;
		line-height: 2;
	}
}

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

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

.section_5 {
	background-color: #ffffff;
}

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

.section_5 .wrap {
	gap: 24px;
}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {
	width: 90%;
}

.section_5 .heading_wrap .heading .main {
	font-family: "Noto Sans JP", sans-serif;
}

.section_5 .heading_wrap .heading .sub {
	color: #003f8e;
}

.section_5 .heading_wrap .heading .sub::before {
	background-color: #003f8e;
}

.section_5 .content_wrap {}

.section_5 .content_wrap .content {
	width: 90%;
	max-width: 640px;
}

.section_5 .content_wrap .content .item_wrap {}

.section_5 .content_wrap .content .item_wrap .item {
	gap: 12px;
}

.section_5 .table {
	width: 100%;
}

.section_5 .table tr th,
.section_5 .table tr td {
	display: block;
	padding: 12px 6px;
	border: 0;
	border: 1px #000000 solid;
	font-family: "Noto Sans JP", sans-serif;
}

.section_5 .table tr th {}

.section_5 .table tr:not(.first) th {
	border-top: 0;
}

.section_5 .table tr td {
	border-top: 0;
}

.section_5 .btn {}

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

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

	.section_5 .wrap {
		gap: 48px;
	}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .heading_wrap .heading .sub::before {}

	.section_5 .content_wrap {}

	.section_5 .content_wrap .content {
		width: 50%;
	}

	.section_5 .content_wrap .content .item_wrap {}

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

	.section_5 .table {}

	.section_5 .table tr th,
	.section_5 .table tr td {
		display: table-cell;
		border: 1px #000000 solid;
	}

	.section_5 .table tr th {
		width: 30%;
	}

	.section_5 .table tr:not(.first) th {}

	.section_5 .table tr td {
		width: 70%;
	}

	.section_5 .btn {}
}

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

@media screen and (min-width: 1440px) {
	.section_5 .wrap {
		gap: 84px;
	}

	.section_5 .content_wrap .content .item_wrap .item {
		gap: 60px;
	}

	.section_5 .table tr th,
	.section_5 .table tr td {
		font-size: 1.125rem;
	}

	.section_5 .table tr th div,
	.section_5 .table tr td div {
		width: 70%;
		margin: 0 auto;
	}
}

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

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

.section_6 {}

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

.section_6 .wrap {
	gap: 24px;
}

.section_6 .heading_wrap {}

.section_6 .heading_wrap .heading {
	width: 90%;
}

.section_6 .heading_wrap .heading .main {
	font-family: "Noto Sans JP", sans-serif;
}

.section_6 .heading_wrap .heading .sub {
	color: #003f8e;
}

.section_6 .heading_wrap .heading .sub::before {
	background-color: #003f8e;
}

.section_6 .content_wrap {}

.section_6 .content_wrap .content {
	width: 90%;
	max-width: 768px;
}

.section_6 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_6 .content_wrap .content .item_wrap .item {
	gap: 12px;
}

.section_6 .content_wrap .content .item_wrap .item .text_wrap {
	gap: 12px;
}

.section_6 .content_wrap .content .item_wrap .item .text_wrap .text {
	font-family: "Noto Sans JP", sans-serif;
}

.section_6 .content_wrap .content .item_wrap .item .text_wrap .text .highlight {
	color: #ff0000;
}

.section_6 .content_wrap .content .item_wrap .item img {
	display: block;
	width: 80%;
}

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

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

	.section_6 .wrap {
		gap: 48px;
	}

	.section_6 .heading_wrap {}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

	.section_6 .heading_wrap .heading .sub::before {}

	.section_6 .content_wrap {}

	.section_6 .content_wrap .content {}

	.section_6 .content_wrap .content .item_wrap {
		gap: 48px;
	}

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

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

	.section_6 .content_wrap .content .item_wrap .item .text_wrap .text {
		text-align: center;
	}

	.section_6 .content_wrap .content .item_wrap .item .text_wrap .text .highlight {}

	.section_6 .content_wrap .content .item_wrap .item img {
		width: 35%;
	}
}

@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 12px;
    border: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

th {}

td {
	padding-top: 0;
}

.first_line th {}

tr:not(.first_line) th {
	border-top: 1px #333333 solid;
}

.last_line td {}

tr:not(.last_line) td {}

.must {
	font-family: "Zen Old Mincho", serif;
	color: #ff0000;
}

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

th .flex {}

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

.radio label::after {
    background-color: #757575;
    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_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;
}

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

.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: 50%;
    margin: 12px 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: #c20000;
	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;
}

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

	th,
	td {
		display: table-cell;
		padding: 0;
		border: 0;
		vertical-align: middle;
	}

	th {
		width: 40%;
		padding: 12px 6px;
		border-right: 1px #333333 solid;
		vertical-align: middle;
	}

	tr:not(.first_line) th {
		border-top: 1px #333333 solid;
	}

	tr.last_line th {
		vertical-align: top;
	}

	td {
		padding: 12px 6px;
	}

	tr:not(.first_line) td {
		border-top: 1px #333333 solid;
	}

	tr:not(.last_line) td {}

	th .flex {}

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

	.last_line th,
	.last_line td {}

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

	.input-button {}
}

@media screen and (min-width: 1280px) {
    th,
	td {
		padding: 12px;
	}
}

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

	.form_area {}

	th,
	td {
		font-size: 1.125rem;
	}

    .radio label {}

    .radio label::after {}

	.input-button {
		width: 260px;
		font-size: 1.125rem;
	}
}

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

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