@charset "UTF-8";
/*******************************************************************************
	ページタイトル
 *******************************************************************************/
.common_title {
	display: flex;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	text-shadow: 0 3px 6px #ca3c23;
	flex-direction: column;
}
.common_title span {
	display: block;
	margin-bottom: -0.2425%;
	color: #ffe200;
	font-weight: normal;
	font-size: 50px;
	text-transform: uppercase;
	text-shadow: none;
}


.common_page-title {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 32px;
	flex-direction: column;
}
.common_page-title span {
	display: block;
	margin-bottom: 1px;
	color: #142b8b;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.common_page-title {
		width: 95%;
	}
}
@media screen and (max-width: 767px) {
	.common_page-title {
		width: 100%;
		padding: 0 20px;
	}
}


.common_job-link {
	display: flex;
	position: relative;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}

.common_job-link:hover {
	opacity: 0.6;
}

.common_job-link::before , .common_job-link::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}
.common_job-link::before {
	opacity: 0.66;
}

.common_job-link::after {
	top: clamp(0rem, -1.684rem + 3.51vw, 0.625rem);
	right: clamp(0rem, -1.684rem + 3.51vw, 0.625rem);
	opacity: 0.5;
}

.common_job-link h3 {
	display: flex;
	position: relative;
	z-index: 5;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(1.125rem, 0.957rem + 0.35vw, 1.188rem);
	flex-direction: column;
	align-items: center;
}

.common_job-link h3 > span {
	display: flex;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	align-items: center;
}
.common_job-link i {
	font-size: clamp(1.25rem, -2.118rem + 7.02vw, 2.5rem);
	letter-spacing: 0 !important;
}





.recruit_link {
	padding: clamp(2.531rem, -4.29rem + 14.21vw, 5.063rem) 0;
	background-image: url(../images/recruit_link-bg.jpg);
}
.recruit_link::before {
	background-color: #142b8b;
}

.recruit_link::after {
	background-color: #000000;
}
.recruit_link h3 {
	row-gap: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
}
.recruit_link h3 > span {
	font-size: clamp(1.438rem, -1.257rem + 5.61vw, 2.438rem);
	column-gap: clamp(0.313rem, -1.372rem + 3.51vw, 0.938rem);
}


@media screen and (min-width: 768px) {
	.common_job-link {
		width: 95%;
	}
}

@media screen and (max-width: 767px) {
	.common_job-link {
		width: calc(100% - 40px);
	}
}
