@charset "utf-8";

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

.header_list_inner a.now.staff: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;
	background-color: #024f5f;
	color: #fff;
}

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

.section_1 .heading {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}

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

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

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

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

.img {}

.info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.info_title {}

.info_name {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: max-content;
	max-width: 100%;
}

.info_name_heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: max-content;
	margin: 0 auto 0;
	font-size: 1rem;
}

.info_name_heading span:nth-of-type(1) {
	font-size: 1.4em;
}

.info_name_img {
}

.info_text {
	width: max-content;
	max-width: 100%;
	text-align: left;
}

.info_table {
	width: 100%;
	margin: 0 auto 0;
}

.info_table th,
.info_table td {
	display: block;
	border: 0;
	border-bottom: 1px #fff solid;
}

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

	.section_1 .section_inner {}

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

	.section_1 .heading::before {
		width: 40%
	}

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

	.section_content_1 {}

	.section_content_1 .section_content_inner {
		flex-direction: row;
		align-items: stretch;
		gap: 0;
	}

	.img {
		/* flex: 5; */
	}

	.info {
		/* flex: 5; */
		gap: 24px;
		width: 90%;
		max-width: 768px;
	}

	.info_title {}

	.info_name {}

	.info_name_heading {
		gap: 12px;
	}

	.info_name_heading span {
		line-height: 1;
	}

	.info_name_heading span:nth-of-type(1) {}

	.info_name_img {}

	.info_text {}

	.info_table {
		width: 100%;
		border-spacing: 10px;
	}

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

	.info_table th {
		width: 30%;
	}

	.info_table td {
		width: 70%;
		border-left: 1em rgba(255, 255, 255, 0) solid;
	}
}

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

	.section_1 .section_inner {}

	.section_1 .heading {
		width: 30%;
	}

	.section_1 .heading::before {}

	.section_container_inner {}

	.section_content_1 {}

	.section_content_1 .section_content_inner {}

	.img {}

	.info {}

	.info_title {}

	.info_name {}

	.info_name_heading {}

	.info_name_heading span:nth-of-type(1) {}

	.info_name_img {}

	.info_text {}

	.info_table {}

	.info_table th,
	.info_table td {}
}

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

	.section_1 .section_inner {}

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

	.section_1 .heading::before {}

	.section_container_inner {}

	.section_content_1 {}

	.section_content_1 .section_content_inner {}

	.img {}

	.info {
		gap: 48px;
		padding-left: 48px;
		padding-right: 48px;
	}

	.info_title {
		font-size: 1.2rem;
	}

	.info_name {}

	.info_name_heading {
		gap: 24px;
		font-size: 1.6rem;
	}

	.info_name_heading span:nth-of-type(1) {}

	.info_name_img {}

	.info_text {
		font-size: 1.2rem;
	}

	.info_table {}

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

	.info_table td {}
}

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

	.section_1 .section_inner {}

	.section_1 .heading {}

	.section_1 .heading::before {}

	.section_container_inner {}

	.section_content_1 {}

	.section_content_1 .section_content_inner {}

	.img {}

	.info {}

	.info_title {}

	.info_name {}

	.info_name_heading {}

	.info_name_heading span:nth-of-type(1) {}

	.info_name_img {}

	.info_text {}

	.info_table {}

	.info_table th,
	.info_table td {}
}
