@charset "utf-8";

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

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

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

.fv {
	position: relative;
	padding: 0 0 5%;
	background-color: #024f5f;
	overflow: hidden;
}

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

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

.fv .section_inner {
	position: relative;
}

.fv .section_container_1 {
	position: relative;
}

.fv .section_container_2 {
	position: relative;
	z-index: 3;
}

.fv .slider_area {
	width: 95%;
	margin: 0 0 0 auto;
}

.fv_text {
	position: absolute;
	bottom: 2.5%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 90%;
	z-index: 3;
}

.fv_text * {
	display: block;
	color: #fff;
}

.fv_text_big {
	margin-top: 5%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-feature-settings: "palt" 1;
}

.fv_text_big span {
	font-size: 0.8em;
}

.fv_text_small {
	margin-top: 2.5%;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 2;
}

.fv_text_small span {
	margin-top: 2.5%;
}

.news_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 10% auto 0;
	padding: 5%;
	background-color: #fff;
}

.news_area_top {
	width: fit-content;
	margin: 0 auto 0;
	padding: 0 0 5% 0;
}

.news_heading {
	width: fit-content;
	margin: 0;
	font-size: 1.8rem;
}

.news_heading .heading_text_1 {}

.news_heading .heading_text_2 {
	font-size: 0.7em;
}

.news_area_bottom {
	width: 100%;
}

.scroll_area {
	width: 100%;
	height: auto;
}

.scroll_area_inner {
	width: 100%;
	height: 120px;
	padding: 0 5% 0 0;
	overflow: auto;
	/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	/*Firefoxへの対応*/
	scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.scroll_area_inner::-webkit-scrollbar {
	display: none;
}

/* SimpleBarのカスタムスタイル */
.scroll_area_inner .simplebar-scrollbar {
	width: 4px;
    background-color: #5dc1cf;
}

.scroll_area_inner .simplebar-track {
    background-color: transparent;
}

.scroll_area_heading {
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-size: 1.1rem;
}

.scroll_area_list {
	width: 90%;
	margin: 0 auto 0 0;
	font-size: 1rem;
	line-height: 1.5;
}

.scroll_area_list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: 100%;
}

.scroll_area_list li .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: 100%;
}

.scroll_area_list li:nth-of-type(n+2) {
	margin: 5% auto 0;
	padding: 5% 0 0 0;
	border-top: 1px #5dc1cf dashed;
}

.scroll_area_list span {
	display: block;
}

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

	.fv .fv_splash_1 {
		top: 15%;
		right: -2%;
		width: 35%;
	}

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

	.fv_text {
		position: absolute;
		top: auto;
		bottom: 10%;
		left: auto;
		right: 5%;
		transform: none;
		width: 61.5%;
		font-size: 1.4rem;
	}

	.fv_text_small {
		font-size: 0.6em;
	}

	.fv_text_big {
		margin: 0;
		font-size: 1em;
	}

	.news_area {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
		padding: 5% 5%;
	}

	.news_area_top {
		flex: 2;
		padding: 0;
	}

	.news_heading {
		margin: 0 auto 0 0;
	}

	.news_heading .heading_text_2 {}

	.news_area_bottom {
		flex: 8;
		width: 100%;
		padding: 0;
		border: none;
	}

	.scroll_area_inner {
		height: 108px;
	}

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

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

	.scroll_area_list span {
		display: inline;
	}

	.scroll_area_list span:nth-of-type(1) {
		flex: 2.5;
	}

	.scroll_area_list span:nth-of-type(2) {
		flex: 7.5;
	}
}

@media screen and (min-width: 1024px) {
	.fv_text {
		width: 46.5%;
	}

	.scroll_area_inner {
		height: 96px;
	}
}

@media screen and (min-width: 1440px) {
	.fv .fv_splash_1 {
		top: 17%;
		right: -2%;
		width: 40%;
	}

	.fv .fv_splash_2 {
		bottom: 9%;
		left: 1%;
		width: 23%;
	}

	.fv_text {
		bottom: 20%;
		width: 56.5%;
		font-size: 2.4rem;
	}

	.news_area {
		width: 55%;
		padding: 2.5%;
	}

	.news_heading {
		font-size: 2rem;
	}

	.scroll_area_inner {
		height: 120px;
	}

	.scroll_area_list {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		width: 42.5%;
	}

	.scroll_area_inner {
		height: 108px;
	}
}

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

.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: 40%;
}

.section_1 .bg_2 {
	position: absolute;
	bottom: 27%;
	right: 0;
	width: 60%;
}

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

.section_1 .heading {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: right;
}

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

.section_1 .heading_2 {
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
}

.section_1 .text {
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
	text-align: left;
}

.section_1 .text_en {
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
	text-align: left;
}

.section_1 .img_1 {
	display: block;
	width: 95%;
	margin: 0 0 0 auto;
	margin-top: 5%;
}

.section_1 .img_2 {
	display: block;
	width: 70%;
	margin: 0 auto 0 0;
	margin-top: -5%;
}

.section_1 .img_3 {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
}

.section_1 .img_4 {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10%;
}

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

	.section_1 .bg_1 {
		width: 100%;
	}

	.section_1 .bg_2 {
		width: 100%;
	}

	.section_1 .section_inner {}

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

	.section_1 .heading::before {
		width: 35%;
	}

	.section_1 .heading_2 {
		width: auto;
		margin: 5% 7.5% 0 50%;
	}

	.section_1 .text {
		width: auto;
		margin: 5% 7.5% 0 50%;
	}

	.section_1 .text_en {
		width: auto;
		margin: 15% 60% 0 5%;
	}

	.section_1 .img_1 {
		position: absolute;
		top: 60px;
		left: 7.5%;
		width: 40%;
		margin: 0;
	}

	.section_1 .img_2 {
		position: absolute;
		top: 270px;
		left: 5%;
		width: 30%;
		margin: 0;
	}

	.section_1 .img_3 {
		position: absolute;
		top: 400px;
		right: 5%;
		width: 40%;
		margin: 0;
	}

	.section_1 .img_4 {
		width: 70%;
	}
}

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

	.section_1 .bg_1 {}

	.section_1 .bg_2 {}

	.section_1 .section_inner {}

	.section_1 .heading {
		width: 35%;
	}

	.section_1 .heading::before {}

	.section_1 .heading_2 {}

	.section_1 .text {}

	.section_1 .text_en {
		margin: 20% 60% 0 5%;
	}

	.section_1 .img_1 {}

	.section_1 .img_2 {}

	.section_1 .img_3 {}

	.section_1 .img_4 {}
}

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

	.section_1 .bg_1 {}

	.section_1 .bg_2 {
		bottom: 31%;
	}

	.section_1 .section_inner {}

	.section_1 .heading {}

	.section_1 .heading::before {}

	.section_1 .heading_2 {
        margin: 5% 10% 0 53%;
	}

	.section_1 .text {
		margin: 2.5% 10% 0 53%;
	}

	.section_1 .text_en {
		margin: 10% 40% 0 35%;
	}

	.section_1 .img_1 {
		top: 100px;
		left: 15.5%;
		width: 35%;
	}

	.section_1 .img_2 {
		top: 430px;
		width: 25%;
	}

	.section_1 .img_3 {
		top: 460px;
		width: 30%;
	}

	.section_1 .img_4 {
		margin: 15% auto 0;
	}
}

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

	.section_1 .bg_1 {}

	.section_1 .bg_2 {
		bottom: 32%;
	}

	.section_1 .section_inner {}

	.section_1 .heading {}

	.section_1 .heading::before {}

	.section_1 .heading_2 {}

	.section_1 .text {}

	.section_1 .text_en {
		margin: 17% 47% 0 33%;
	}

	.section_1 .img_1 {}

	.section_1 .img_2 {
		top: 530px;
	}

	.section_1 .img_3 {
		width: 38%;
	}

	.section_1 .img_4 {}
}

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

.section_2 {
	position: relative;
}

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

.section_2 .heading {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

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

.section_2 .text {
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
	text-align: left;
}

.section_2 table {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
}

.section_2 table th,
.section_2 table td {
	display: block;
	border: none;
	border-bottom: 1px #5dc1cf solid;
	font-weight: 700;
}

.section_2 .btn_1 {
	margin-top: 5%;
}

.section_2 .btn_1::before {
	width: 30%;
}

.section_2 .img_1 {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10%;
}

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

	.section_2 .section_inner {}

	.section_2 .section_content_inner {
		position: relative;
	}

	.section_2 .heading {
		width: 35%;
		margin: 0 auto 0 5%;
	}

	.section_2 .heading::before {
		width: 45%;
	}

	.section_2 .text {}

	.section_2 table {
		width: 35%;
		margin: 5% auto 0 10%;
	}

	.section_2 table th,
	.section_2 table td {}

	.section_2 .btn_1 {
		margin: 5% auto 0 12%;
	}

	.section_2 .btn_1::before {}

	.section_2 .img_1 {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 50%;
		margin: 0;
	}
}

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

	.section_2 .section_inner {}

	.section_2 .section_content_inner {}

	.section_2 .heading {
		width: 30%;
	}

	.section_2 .heading::before {
		width: 50%;
	}

	.section_2 .text {}

	.section_2 table {}

	.section_2 table th,
	.section_2 table td {}

	.section_2 .btn_1 {
		margin: 5% auto 0 16%;
	}

	.section_2 .btn_1::before {}

	.section_2 .img_1 {}
}

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

	.section_2 .section_inner {}

	.section_2 .section_content_inner {
		padding: 0 0 2.5%;
	}

	.section_2 .heading {
		margin: 0 auto 0 15%;
	}

	.section_2 .heading::before {
		width: 45%;
	}

	.section_2 .text {}

	.section_2 table {
		width: fit-content;
        margin: 5% auto 0 20%;
	}

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

	.section_2 .btn_1 {
		margin: 2.5% auto 0 25%;
	}

	.section_2 .btn_1::before {}

	.section_2 .img_1 {
		top: auto;
		bottom: 0;
		transform: none;
		width: 35%;
	}
}

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

	.section_2 .section_inner {}

	.section_2 .section_content_inner {}

	.section_2 .heading {}

	.section_2 .heading::before {}

	.section_2 .text {}

	.section_2 table {
		margin: 5% auto 0 20%;
	}

	.section_2 table th,
	.section_2 table td {}

	.section_2 .btn_1 {
		margin: 2.5% auto 0 30%;
	}

	.section_2 .btn_1::before {}

	.section_2 .img_1 {}
}

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

.section_3 {
	position: relative;
	padding: 10% 0 0;
}

.section_3 .bg_1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

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

.section_3 .section_content_2 {
	margin-top: -15%;
	padding: 10%;
	background-color: #024f5f;
}

.section_3 .section_content_2 .section_content_inner {
	position: relative;
	padding: 10% 5%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1;
}

.section_3 .heading {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: right;
}

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

.section_3 .img_1 {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10%;
}

.section_3 .btn_1 {
	display: block;
	margin: 0 auto;
	margin-top: 10%;
}

.section_3 .btn_1::before {
	width: 30%;
}

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

	.section_3 .bg_1 {
		width: 100%;
	}

	.section_3 .section_inner {}

	.section_3 .section_content_2 {
		padding: 5%;
	}

	.section_3 .section_content_2 .section_content_inner {
		width: 50%;
		margin: -160px 0 0 auto;
		padding: 5%;
	}

	.section_3 .heading {
		width: 30%;
        margin: 0 15% 0 auto;
	}

	.section_3 .heading::before {
		width: 45%;
	}

	.section_3 .img_1 {
		width: 50%;
		margin: 0 0 0 5%;
	}

	.section_3 .btn_1 {}

	.section_3 .btn_1::before {}
}

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

	.section_3 .bg_1 {}

	.section_3 .section_inner {}

	.section_3 .section_content_2 {}

	.section_3 .section_content_2 .section_content_inner {}

	.section_3 .heading {
		width: 25%;
	}

	.section_3 .heading::before {
		width: 45%;
	}

	.section_3 .img_1 {}

	.section_3 .btn_1 {}

	.section_3 .btn_1::before {}
}

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

	.section_3 .bg_1 {}

	.section_3 .section_inner {}

	.section_3 .section_content_2 {
		padding: 10%;
	}

	.section_3 .section_content_2 .section_content_inner {
		width: 60%;
		margin: -240px 0 0 auto;
	}

	.section_3 .heading {
		width: 25%;
	}

	.section_3 .heading::before {}

	.section_3 .img_1 {
		width: 40%;
		margin: -56px 0 0 10%;
	}

	.section_3 .btn_1 {}

	.section_3 .btn_1::before {}
}

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

	.section_3 .bg_1 {}

	.section_3 .section_inner {}

	.section_3 .section_content_2 {}

	.section_3 .section_content_2 .section_content_inner {
		margin: -300px 0 0 auto;
	}

	.section_3 .heading {}

	.section_3 .heading::before {}

	.section_3 .img_1 {}

	.section_3 .btn_1 {}

	.section_3 .btn_1::before {}
}

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

.section_4 {
	position: relative;
}

.section_4 .bg_1 {
	position: absolute;
	top: 0;
	right: -50%;
	width: 100%;
}

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

.section_4 .section_content_2 {
	margin-top: 20%;
}

.section_4 .section_content_1 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_4 .heading {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

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

.section_4 .img_1 {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10%;
}

.section_4 .btn_1 {
	display: block;
	margin: 0 auto;
}

.section_4 .btn_1::before {
	width: 30%;
}

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

	.section_4 .bg_1 {
		top: 0;
		right: 5%;
		width: 25%;
	}

	.section_4 .section_inner {}

	.section_4 .section_content_2 {
		margin-top: 10%;
	}

	.section_4 .section_content_1 .section_content_inner {
		flex-direction: row;
		justify-content: flex-start;
		margin: 0 auto 0 0;
		padding: 0 0 0 5%;
	}

	.section_4 .heading {
		width: 35%;
		margin: 0;
	}

	.section_4 .heading::before {
		width: 45%;
	}

	.section_4 .img_1 {}

	.section_4 .btn_1 {
		width: 25%;
		margin: 0;
	}

	.section_4 .btn_1::before {}
}

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

	.section_4 .bg_1 {}

	.section_4 .section_inner {}

	.section_4 .section_content_2 {}

	.section_4 .section_content_1 .section_content_inner {}

	.section_4 .heading {
		width: 25%;
	}

	.section_4 .heading::before {
		width: 45%;
	}

	.section_4 .img_1 {}

	.section_4 .btn_1 {
		width: 20%;
	}

	.section_4 .btn_1::before {}
}

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

	.section_4 .bg_1 {}

	.section_4 .section_inner {}

	.section_4 .section_content_2 {}

	.section_4 .section_content_1 .section_content_inner {
		gap: 72px;
		padding: 0 0 0 15%;
	}

	.section_4 .heading {
		width: 35%;
	}

	.section_4 .heading::before {}

	.section_4 .img_1 {}

	.section_4 .btn_1 {
		width: 20%;
	}

	.section_4 .btn_1::before {}
}

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

	.section_4 .bg_1 {}

	.section_4 .section_inner {}

	.section_4 .section_content_2 {}

	.section_4 .section_content_1 .section_content_inner {}

	.section_4 .heading {
		width: 30%;
	}

	.section_4 .heading::before {}

	.section_4 .img_1 {}

	.section_4 .btn_1 {
		width: 15%;
	}

	.section_4 .btn_1::before {}
}

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

.section_5 {
	position: relative;
	background-color: #024f5f;
}

.section_5 .bg_1 {
	position: absolute;
	top: 0;
	right: -50%;
	width: 100%;
}

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

.section_5 .section_content_1 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_5 .section_content_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 20% auto 0;
}

.section_5 .section_content_2 .section_content_inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.section_5 .section_content_2 .section_content_inner .img {
	flex: 5;
}

.section_5 .section_content_2 .section_content_inner .text_area {
	flex: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_5 .section_content_2 .section_content_inner .text {
	display: block;
	color: #fff;
}

.section_5 .section_content_2 .section_content_inner .text_1 {}

.section_5 .section_content_2 .section_content_inner .text_2 {
	font-size: 1.4rem;
}

.section_5 .section_content_2 .section_content_inner .btn_2 {
	width: 100%;
}

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

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

.section_5 .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_5 .text_1 {}

.section_5 .text_2 {}

.section_5 .btn_1 {
	display: block;
	margin: 0 auto;
}

.section_5 .btn_1::before {
	width: 30%;
}

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

	.section_5 .bg_1 {}

	.section_5 .section_inner {}

	.section_5 .section_content_1 .section_content_inner {
		flex-direction: row-reverse;
		justify-content: flex-start;
		padding: 0 5% 0 0;
	}

	.section_5 .section_content_2 {
		flex-direction: row;
		gap: 48px;
		margin: 10% auto 0;
	}

	.section_5 .section_content_2 .section_content_inner {
		flex-direction: column;
		gap: 24px;
		width: calc(100% - (24px * 2) / 3);
	}

	.section_5 .section_content_2 .section_content_inner .img {}

	.section_5 .section_content_2 .section_content_inner .text_area {}

	.section_5 .section_content_2 .section_content_inner .text {}

	.section_5 .section_content_2 .section_content_inner .text_1 {}

	.section_5 .section_content_2 .section_content_inner .text_2 {}

	.section_5 .section_content_2 .section_content_inner .btn_2 {}

	.section_5 .heading {
		width: 35%;
		margin: 0;
	}

	.section_5 .heading::before {
		width: 45%;
	}

	.section_5 .img {}

	.section_5 .text_1 {}

	.section_5 .text_2 {}

	.section_5 .btn_1 {
		width: 25%;
		margin: 0;
	}

	.section_5 .btn_1::before {}
}

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

	.section_5 .bg_1 {}

	.section_5 .section_inner {}

	.section_5 .section_content_1 .section_content_inner {}

	.section_5 .section_content_2 {}

	.section_5 .section_content_2 .section_content_inner {}

	.section_5 .section_content_2 .section_content_inner .img {}

	.section_5 .section_content_2 .section_content_inner .text_area {}

	.section_5 .section_content_2 .section_content_inner .text {}

	.section_5 .section_content_2 .section_content_inner .text_1 {}

	.section_5 .section_content_2 .section_content_inner .text_2 {}

	.section_5 .section_content_2 .section_content_inner .btn_2 {}

	.section_5 .heading {
		width: 25%;
	}

	.section_5 .heading::before {}

	.section_5 .img {}

	.section_5 .text_1 {}

	.section_5 .text_2 {}

	.section_5 .btn_1 {
		width: 20%;
	}

	.section_5 .btn_1::before {}
}

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

	.section_5 .bg_1 {}

	.section_5 .section_inner {}

	.section_5 .section_content_1 .section_content_inner {
		padding: 0 10% 0 0;
	}

	.section_5 .section_content_2 {
		gap: 144px;
		width: 70%;
	}

	.section_5 .section_content_2 .section_content_inner {
		width: calc(100% - (144px * 2) / 3);
	}

	.section_5 .section_content_2 .section_content_inner .img {}

	.section_5 .section_content_2 .section_content_inner .text_area {}

	.section_5 .section_content_2 .section_content_inner .text {}

	.section_5 .section_content_2 .section_content_inner .text_1 {}

	.section_5 .section_content_2 .section_content_inner .text_2 {}

	.section_5 .section_content_2 .section_content_inner .btn_2 {}

	.section_5 .heading {
		width: 30%;
	}

	.section_5 .heading::before {}

	.section_5 .img {}

	.section_5 .text_1 {
		font-size: 1.2rem;
	}

	.section_5 .text_2 {
		font-size: 1.4rem;
	}

	.section_5 .btn_1 {}

	.section_5 .btn_1::before {}
}

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

	.section_5 .bg_1 {}

	.section_5 .section_inner {}

	.section_5 .section_content_1 .section_content_inner {}

	.section_5 .section_content_2 {}

	.section_5 .section_content_2 .section_content_inner {}

	.section_5 .section_content_2 .section_content_inner .img {}

	.section_5 .section_content_2 .section_content_inner .text_area {}

	.section_5 .section_content_2 .section_content_inner .text {}

	.section_5 .section_content_2 .section_content_inner .text_1 {}

	.section_5 .section_content_2 .section_content_inner .text_2 {}

	.section_5 .section_content_2 .section_content_inner .btn_2 {}

	.section_5 .heading {}

	.section_5 .heading::before {}

	.section_5 .img {}

	.section_5 .text_1 {}

	.section_5 .text_2 {}

	.section_5 .btn_1 {
		width: 15%;
	}

	.section_5 .btn_1::before {}
}

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

.section_6 {
	position: relative;
	background-image: url(../img/top_recruit_bg_sp.png);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.section_6 .bg_1 {
	position: absolute;
	top: 0;
	left: 25%;
	width: 40%;
}

.section_6 .bg_2 {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 50%;
}

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

.section_6 .section_content_2 {
	margin-top: 20%;
}

.section_6 .section_content_1 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

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

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

.section_6 .text {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	line-height: 2;
	color: #fff;
}

.section_6 .btn_1 {
	display: block;
	margin: 20% auto 0;
}

.section_6 .btn_1::before {
	width: 30%;
}

@media screen and (min-width: 768px) {
	.section_6 {
		background-image: url(../img/top_recruit_bg_pc.png);
	}

	.section_6 .bg_1 {
		top: 2.5%;
		left: 40%;
		width: 15%;
	}

	.section_6 .bg_2 {
		left: 5%;
		width: 20%;
	}

	.section_6 .section_inner {}

	.section_6 .section_content_2 {
		margin-top: 5%;
	}

	.section_6 .section_content_1 .section_content_inner {}

	.section_6 .heading {
		width: 35%;
		margin: 0 auto 0 5%;
	}

	.section_6 .heading::before {
		width: 30%;
	}

	.section_6 .text {
		width: fit-content;
	}

	.section_6 .btn_1 {
		width: 20%;
		margin: 5% auto 0;
	}

	.section_6 .btn_1::before {}
}

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

	.section_6 .bg_1 {}

	.section_6 .bg_2 {}

	.section_6 .section_inner {}

	.section_6 .section_content_2 {}

	.section_6 .section_content_1 .section_content_inner {}

	.section_6 .heading {
		width: 25%;
	}

	.section_6 .heading::before {}

	.section_6 .text {}

	.section_6 .btn_1 {
		width: 15%;
	}

	.section_6 .btn_1::before {}
}

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

	.section_6 .bg_1 {}

	.section_6 .bg_2 {
		left: 7.5%;
	}

	.section_6 .section_inner {}

	.section_6 .section_content_2 {}

	.section_6 .section_content_1 .section_content_inner {}

	.section_6 .heading {
		width: 30%;
		margin: 0 auto 0 15%;
	}

	.section_6 .heading::before {}

	.section_6 .text {}

	.section_6 .btn_1 {}

	.section_6 .btn_1::before {}
}

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

	.section_6 .bg_1 {}

	.section_6 .bg_2 {}

	.section_6 .section_inner {}

	.section_6 .section_content_2 {}

	.section_6 .section_content_1 .section_content_inner {}

	.section_6 .heading {
		width: 28%;
	}

	.section_6 .heading::before {}

	.section_6 .text {}

	.section_6 .btn_1 {
		width: 12%;
	}

	.section_6 .btn_1::before {}
}
