@charset "UTF-8";

/*===================================================================
	青森つばめプロパン　採用ページCSS

===================================================================*/

/***********************************
	採用実績
************************************/
@media screen and (max-width: 768px) {
	.bl_recruitResult_wrapper {
		flex-wrap: wrap;
		gap: 2em 0 !important;
	}
}

.bl_recruitResult {
	border-radius: 100%;
	background-color: #bfdfff;
	width: 100%;
	padding-top: 25%;
	position: relative;
}
@media screen and (max-width: 768px) {
	.bl_recruitResult {
		width: 150px;
		padding-top: 150px;
	}
}

.bl_recruitResult_content {
	color: #002b62;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.bl_recruitResult_content_innerLargeTxt {
	font-size: 12rem;
}

.bl_recruitResult_content_innerSmallTxt {
	font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
	.bl_recruitResult_content_innerLargeTxt {
		font-size: 6rem;
	}
	.bl_recruitResult_content_innerSmallTxt {
		font-size: 2rem;
	}
}

/***********************************
	採用情報のリンク画像
	SDGsへの取り組み、よくある質問
************************************/
.bl_recruitContents_wrapper {
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.bl_recruitContents_wrapper {
		gap: 3em 0 !important;
	}
}

/* 20240805 3列になったので、幅を調整 */
.bl_recruitContents {
	/* flex: 0 0 45%; */
	flex: 0 0 30%;
}

@media screen and (max-width: 768px) {
	.bl_recruitContents {
		flex: 0 0 100%;
	}
}

/* 20240805 3列になったので、幅を調整 */
.bl_recruitContents_img {
	width: 100%;
	/* max-width: 346px; */
}

.bl_recruitContents_line {
	line-height: 180%;
}

/***********************************
	採用関連ブログボックス
************************************/
.bl_recruitBlogBoxUnit {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	gap: 0 5%;
	padding-top: 1em;
}

.bl_recruitBlogBox {
	border: 8px solid #dde8fc;
	flex: 0 0 30%;

	padding-bottom: 0.5em;

	/* ドロップシャドウ */
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); */
}

@media screen and (max-width: 768px) {
	.bl_recruitBlogBoxUnit {
		gap: 3em 10%;
	}
	.bl_recruitBlogBox {
		flex: 0 0 70%;
	}
}

.bl_recruitBlogBox_contents {
	display: flex;
	flex-direction: column;
	gap: 0.75em 0;
	padding: 0.75em;
}

.bl_recruitBlogBox_contents_title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 140%;
}

/***********************************
	採用関連FAQタイトル
************************************/
.el_recruitFaqTitle {
	background-color: #dde8fc;
	color: #002b62;
	border: none;
	font-weight: 700;
	font-size: 2rem;
	padding: 1em 0;
	line-height: 180%;
}

/***********************************
	採用関連Q&Aのアイコンとテキスト
************************************/
.el_recruitFaq_qaList {
	flex-wrap: nowrap !important;
}

/***********************************
	採用関連QAアイコン
************************************/
.el_recruitFaq_icon {
	flex: 0 0 4rem;
}

/***********************************
	募集要項の上付き合わせ
************************************/
.recruit_table > dt {
	line-height: 150%;
}

.recruit_table > dd {
	padding: 1.3rem 1.5em 2rem 2rem !important;
}

/***********************************
	募集要項リスト
************************************/
.bl_recruitInfo {
	display: flex;
	flex-direction: column;
	gap: 1em 0;
	border: 2px solid #002b62;
	padding: 2rem 1.5rem 1.25rem 1.5rem;
	margin-bottom: 3rem;
}

.bl_recruitInfo:nth-last-of-type(1) {
	margin-bottom: -5em;
}

.bl_recruitInfo_label {
	background-color: #002b62;
	color: #fff;
	padding: 0.5em 0.75em;
}
@media screen and (max-width: 768px) {
	.bl_recruitInfo_label {
		font-size: 0.75em;
	}
}

.el_recruitLink {
	position: relative;
	top: -0.75em;
	padding: 1.5em 1.5em 0.5em 0;
	border-bottom: 1px solid #002b62;
	/* border-right: 1px solid #002b62; */
}

.el_recruitLink::after {
	content: "";
	position: absolute;
	right: 0; /* 要素の右端に配置 */
	top: 0; /* 要素の上端から */
	bottom: 0; /* 要素の下端まで */
	width: 1px; /* 線の太さ */
	background: #002b62; /* 線の色 */
	transform: rotate(-45deg); /* Y軸を基準に-45度傾ける */
	transform-origin: bottom right; /* 変形の基点を上右に設定 */
}

.bl_recruitInfo_title {
	font-size: 1.25em;
}

@media screen and (max-width: 768px) {
	.bl_recruitInfo_title {
		font-size: 1em;
	}
}

.hp_flexbox__gapSmall_1p {
	gap: 0 1%;
}

.hp_flexbox_jc_spb {
	justify-content: space-between !important;
}

.el_job_link {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.el_job_link {
		font-size: 0.9em;
	}
}

/***********************************
	募集要項タイトル
************************************/
.el_jobDexcription {
	line-height: 180%;
	display: inline-block;
}

