@charset "UTF-8";



.page_title {
	display: flex;
	max-width: 1620px;
	margin: 0 auto;
	padding-left: clamp(0rem, -5.417rem + 11.28vw, 8.125rem);
	border-bottom: 2px solid #2b1e1d;
	flex-direction: column-reverse;
}

.page_title-main {
	color: #df4f4d;
	font-weight: 500;
	font-size: clamp(0.938rem, 0.835rem + 0.21vw, 1.063rem);
	letter-spacing: 0.1em;
}

.page_title-sub {
	font-weight: bold;
	font-size: clamp(1.875rem, 0.698rem + 2.45vw, 3.313rem);
	letter-spacing: 0.1em;
}

.page_lead-text {
	max-width: 1620px;
	width: 95%;
	margin: 0 auto;
	padding-left: clamp(0rem, -5.417rem + 11.28vw, 8.125rem);
	font-size: clamp(0.875rem, 0.658rem + 0.45vw, 1.063rem);
	line-height: clamp(1.688rem, 1.181rem + 1.05vw, 2.125rem);
}

@media screen and (min-width: 768px) {
	.page_title {
		width: 95%;
		margin-bottom: 50px;
		padding-bottom: 20px;
	}
	.page_lead-text {
		margin-bottom: 50px;
	}
	.main_container {
		padding-bottom: 145px;
	}
}

@media screen and (max-width: 767px) {
	.page_title {
		width: calc(100% - 40px);
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	.page_lead-text {
		width: calc(100% - 40px);
		margin-bottom: 16px;
	}
	.page_lead-text br {
		display: none;
	}
	.main_container {
		padding-bottom: 50px;
	}
}


/*******************************************************************************
	雇用項目
*******************************************************************************/
.jobs_type-container {
	display: flex;
	position: relative;
	max-width: 1620px;
	margin: 0 auto;
	flex-direction: column;
	align-items: flex-end;
}

.jobs_type-container::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: clamp(0.625rem, 0.369rem + 0.53vw, 0.938rem);
	background-image: url(../images/jobs/job_type-line.webp);
	background-repeat: repeat-x;
	background-position: center;
	background-size: 1625px 15px;
	content: "";
}
.job_type-article {
	display: flex;
	position: relative;
	width: 100%;
	padding-bottom: calc(50px + 15px);
	padding-left: clamp(0rem, -5.417rem + 11.28vw, 8.125rem);
	column-gap: 20px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;

	row-gap: 15px;
}
.job_type-article::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: clamp(0.625rem, 0.369rem + 0.53vw, 0.938rem);
	background-image: url(../images/jobs/job_type-line.webp);
	background-repeat: repeat-x;
	background-position: center;
	background-size: 1625px 15px;
	content: "";
}
.job_type-img {
	overflow: hidden;
	max-width: 585px;
	width: 52.5%;
	border-radius: clamp(1.25rem, 0.738rem + 1.07vw, 1.875rem);
}
.job_type-img img {
	width: 100%;
	height: auto;
}
.job_type-detail {
	display: flex;
	padding-top: 10px;
	flex-direction: column;
}
.job_type-title {
	display: flex;
	position: relative;
	width: fit-content;
	margin-bottom: 15px;
	padding: clamp(0.5rem, 0.372rem + 0.27vw, 0.656rem) clamp(0.938rem, 0.17rem + 1.6vw, 1.875rem);
	background-color: #2b1e1d;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(1.25rem, 0.38rem + 1.81vw, 2.313rem);
	justify-content: center;
	align-items: center;
}
.job_type-title i {
	position: absolute;
	bottom: calc(100% - clamp(0.625rem, 0.574rem + 0.11vw, 0.688rem));
	left: 10px;
	color: #f23f46;
	font-size: clamp(1.25rem, 1.148rem + 0.21vw, 1.375rem);
}
.job_post-list {
	display: flex;
	flex-direction: column;
}
.job_post-item {
	display: flex;
	flex-direction: column;
}
.job_post-item h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: clamp(1.125rem, 0.562rem + 1.17vw, 1.813rem);
}
.job_post-item ul {
	display: flex;
	font-weight: normal;
	font-size: clamp(0.875rem, 0.721rem + 0.32vw, 1.063rem);
	line-height: clamp(1.625rem, 1.318rem + 0.64vw, 2rem);
	flex-direction: column;
}
.job_post-item li {
	display: flex;
}
.job_post-item li::before {
	content: "･";
}
.job_post-link {
	display: flex;
	width: fit-content;
	margin-top: 20px;
	color: #2b1e1d;
	font-weight: 500;
	font-size: 14px;
	column-gap: 10px;
	align-items: center;
	transition: all 0.3s;
}
.job_post-link:hover {
	color: #bd2d2e;
}
.job_post-link i {
	font-size: clamp(1.875rem, 1.363rem + 1.07vw, 2.5rem);
}
.job_type-not {
	font-size: clamp(0.875rem, 0.73rem + 0.3vw, 1rem);
	justify-content: flex-end;
}
@media screen and (min-width: 768px) {
	.jobs_type-container {
		width: 95%;
		margin-bottom: 95px;
		padding-top: calc(50px + clamp(0.625rem, 0.369rem + 0.53vw, 0.938rem));

		row-gap: 50px;
	}
	.job_type-article {
		padding-bottom: calc(50px + clamp(0.625rem, 0.369rem + 0.53vw, 0.938rem));
	}
	.job_type-img {
		width: 52.5%;
	}
	.job_type-title {
		margin-bottom: 15px;
	}
	.job_post-list {
		row-gap: 25px;
	}
	.job_post-link {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.jobs_type-container {
		width: calc(100% - 40px);
		margin-bottom: 50px;
		padding-top: calc(30px + 10px);

		row-gap: 30px;
	}
	.job_type-article {
		padding: 0 10px;
		padding-bottom: calc(30px + 10px);
		flex-direction: column;
	}
	.job_type-img {
		width: 100%;
		margin: 0 auto;
	}
	.job_type-title {
		margin-bottom: 10px;
	}
	.job_post-list {
		row-gap: 15px;
	}
	.job_post-link {
		margin-top: 15px;
	}
}

/*******************************************************************************
	ページネーション
*******************************************************************************/

.about_video-article {
	display: flex;
	max-width: 1360px;
	margin: 0 auto;
	background-color: rgba(251, 161, 91, 0.1);
	background-image: url(../images/about/about_video-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1780px 1050px;
	flex-direction: column;
	align-items: center;
}

.about_video-title {
	display: flex;
	font-weight: 500;
	font-size: clamp(1.563rem, 0.84rem + 1.51vw, 2.188rem);
	flex-direction: column-reverse;
	align-items: center;
}
.about_video-title span {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.about_video-content {
	max-width: 1000px;
	margin: 0 auto;
}
.about_video-content iframe {
	width: 100%;
	border: none;

	aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
	.about_video-article {
		width: 95%;
		padding: 100px 0;

		row-gap: 40px;
	}
	.about_video-content {
		width: 95%;
	}
}
@media screen and (max-width: 767px) {
	.about_video-article {
		width: calc(100% - 30px);
		padding: 40px 15px;

		row-gap: 20px;
	}
	.about_video-content {
		width: 100%;
	}
}
