@charset "utf-8";

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

.header_list_inner a.now.recruit:after {
	content: "";
}

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_4.png);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.fv .fv_splash_1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	z-index: 2;
}

.fv .fv_splash_2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	z-index: 2;
}

.fv .section_inner {
	width: 100%;
	height: 100%;
}

.fv .section_container_1 {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-size: 1.8rem;
}

.fv_text * {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	text-align: center;
	line-height: 1;
	color: #fff;
}

.fv_text_big {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 700;
}

.fv_text_small {
	margin-top: 0.5em;
	font-size: 0.5em;
	font-weight: 700;
}

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

	.fv .fv_splash_1 {
		top: 0;
		right: 3%;
		width: 38%;
	}

	.fv .fv_splash_2 {
		bottom: 0;
		left: 0;
		width: 22%
	}
}

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

@media screen and (min-width: 1440px) {
	.fv .fv_splash_1 {
		top: 0;
		right: 3%;
		width: 38%;
	}

	.fv .fv_splash_2 {
		bottom: 0;
		left: 0;
		width: 21%
	}

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

@media screen and (min-width: 1920px) {
	.fv .fv_splash_1 {
		top: 0;
		right: 3%;
		width: 38%;
	}
}

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

.section {
	padding: 20% 0;
}

.section_container_inner {}

.text {
	font-size: 1rem;
}

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

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

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

.section_1 {
	position: relative;
}

.section_1 .bg_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

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

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

.section_1 .section_content {
	margin: 5% auto 0;
}

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

.section_1 .heading {
	width: 100%;
	margin: 0 auto 0 0;
	text-align: left;
	color: #024f5f;
}

.section_1 .heading::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 30%;
	height: 1px;
	background-color: #024f5f;
}

.section_1 .heading_2 {
	width: 100%;
	margin: 5% auto 0;
	text-align: center;
}

.section_1 .text {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
}

.section_1 .table_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
}

.section_1 table {
	width: 100%;
	margin: 5% auto 0;
}

.section_1 table th,
.section_1 table td {
	display: block;
	border: 1px #000003 solid;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.section_1 table th {
	background-color: #d7f8fd;
}

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

	.section_1 .bg_1 {}

	.section_1 .section_inner {}

	.section_1 .section_container_inner {
		width: 100%;
		margin: 0;
	}

	.section_1 .section_content {}

	.section_1 .section_content_1 {
		flex-direction: row;
		gap: 0;
		margin: 5% auto 0;
	}

	.section_1 .section_content_inner_1 {
		flex: 5;
	}

	.section_1 .section_content_inner_1 .text {
		padding: 0 12px 0 10%;
	}

	.section_1 .section_content_inner_2 {
		flex: 5;
	}

	.section_1 .heading {
		width: 44%;
		margin: 0 auto 0 5%;
	}

	.section_1 .heading::before {
		width: 120px;
	}

	.section_1 .heading_2 {
		width: fit-content;
	}

	.section_1 .text {}

	.section_1 .table_title {
		width: fit-content;
		margin: 0 auto 0 5%;
	}

	.section_1 table {
		width: 90%;
		margin: 2.5% auto 0;
	}

	.section_1 table th,
	.section_1 table td {}

	.section_1 table th {}
}

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

	.section_1 .bg_1 {}

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .section_content {}

	.section_1 .section_content_1 {}

	.section_1 .section_content_inner_1 {}

	.section_1 .section_content_inner_2 {}

	.section_1 .heading {
		width: 30%;
	}

	.section_1 .heading::before {}

	.section_1 .heading_2 {}

	.section_1 .text {}

	.section_1 .table_title {}

	.section_1 table {}

	.section_1 table th,
	.section_1 table td {}

	.section_1 table th {}
}

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

	.section_1 .bg_1 {}

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .section_content {}

	.section_1 .section_content_1 {}

	.section_1 .section_content_inner_1 {}

	.section_1 .section_content_inner_1 .text {
		padding: 0 24px 0 30%;
	}

	.section_1 .section_content_inner_2 {}

	.section_1 .heading {
		width: 34%;
		margin: 0 auto 0 15%;
	}

	.section_1 .heading::before {
		width: 180px;
	}

	.section_1 .heading_2 {}

	.section_1 .text {}

	.section_1 .table_title {
		margin: 0 auto 0 20%;
		font-size: 2rem;
	}

	.section_1 table {
		width: 60%;
	}

	.section_1 table th,
	.section_1 table td {
		display: table-cell;
		padding: 1em;
	}

	.section_1 table th {
		width: 20%;
	}

	.section_1 table td {
		width: 80%;
	}
}

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

	.section_1 .bg_1 {}

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .section_content {}

	.section_1 .section_content_1 {}

	.section_1 .heading {
		width: 28%;
	}

	.section_1 .heading::before {}

	.section_1 .heading_2 {}

	.section_1 .text {}

	.section_1 .table_title {}

	.section_1 table {}

	.section_1 table th,
	.section_1 table td {}

	.section_1 table th {}
}
