/* ==============================
   採用情報ページ専用スタイル
   ============================== */

/* 選考フロー */
.hokkaidoitoen.recruit .flow-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hokkaidoitoen.recruit .flow-list li {
	display: flex;
	align-items: center;
	position: relative;
}
.hokkaidoitoen.recruit .flow-list li:nth-child(odd) {
	background-color: #f2f5ef;
}
.hokkaidoitoen.recruit .flow-list li:nth-child(even) {
	background-color: #ffffff;
}
.hokkaidoitoen.recruit .flow-list li::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	z-index: 1;
}
.hokkaidoitoen.recruit .flow-list li:nth-child(odd)::after {
	border-top-color: #f2f5ef;
}
.hokkaidoitoen.recruit .flow-list li:nth-child(even)::after {
	border-top-color: #ffffff;
}
.hokkaidoitoen.recruit .flow-list li:last-child::after {
	display: none;
}
.hokkaidoitoen.recruit .flow-list .step-label {
	display: flex;
	align-items: baseline;
	flex-shrink: 0;
	line-height: 1;
}
.hokkaidoitoen.recruit .flow-list .step-label .step-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #28a040;
}
.hokkaidoitoen.recruit .flow-list .step-label .step-num {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	background: linear-gradient(0deg, rgba(40, 160, 64, 1) 31%, rgba(226, 206, 0, 1) 69%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.hokkaidoitoen.recruit .flow-list .step-desc {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
	color: #191919;
}
.hokkaidoitoen.recruit .flow-note {
	font-size: 14px;
	line-height: 1.6;
	color: #505050;
	margin-top: 20px;
}

/* 初任給テーブル（共通） */
.hokkaidoitoen.recruit .salary-table,
.hokkaidoitoen.recruit .salary-table-sp table {
	width: 100%;
	border-collapse: collapse;
}
.hokkaidoitoen.recruit .salary-table th,
.hokkaidoitoen.recruit .salary-table-sp th {
	border: 1px solid #d7d7d7;
	text-align: center;
	padding: 20px;
	font-size: 17px;
	line-height: 1.6;
	background-color: #f2f5ef;
	font-weight: 500;
	color: #191919;
}
.hokkaidoitoen.recruit .salary-table td,
.hokkaidoitoen.recruit .salary-table-sp td {
	border: 1px solid #d7d7d7;
	text-align: center;
	padding: 20px;
	font-size: 17px;
	line-height: 1.6;
	font-weight: 400;
	color: #505050;
}
/* SP用テーブル：デフォルト非表示 */
.hokkaidoitoen.recruit .salary-table-sp {
	display: none;
}
.hokkaidoitoen.recruit .salary-note {
	font-size: 14px;
	line-height: 1.6;
	color: #505050;
	margin-top: 20px;
}

/* お問い合わせ先ボックス */
.hokkaidoitoen.recruit .contact-box {
	background-color: #f2f5ef;
	border-radius: 30px;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hokkaidoitoen.recruit .contact-box .contact-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	color: #191919;
	margin-bottom: 14px;
}
.hokkaidoitoen.recruit .contact-box .contact-detail p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	color: #505050;
	text-align: left;
	margin-bottom: 0;
}

/* 応募資格リスト：デフォルト非表示 */
.hokkaidoitoen.recruit .qualification-list {
	display: none;
}

/* 営業拠点リンク（勤務地内） */
.hokkaidoitoen.recruit .branch-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}
.hokkaidoitoen.recruit .branch-link .icon {
	width: 50px;
	height: 50px;
}
.hokkaidoitoen.recruit .branch-link .icon img {
	width: 100%;
	height: 100%;
}

/* ---- PC (min-width: 751px) ---- */
@media print, screen and (min-width: 751px) {
	.hokkaidoitoen.recruit .flow-list li {
		padding: 30px 40px;
		gap: 30px;
	}
	.hokkaidoitoen.recruit .flow-list li::after {
		border-width: 14px 24px 0 24px;
		left: 100px;
	}
	.hokkaidoitoen.recruit .flow-list .step-label {
		gap: 8px;
		width: 120px;
	}
	.hokkaidoitoen.recruit .flow-list .step-label .step-text {
		font-size: 20px;
	}
	.hokkaidoitoen.recruit .flow-list .step-label .step-num {
		font-size: 40px;
	}
}

/* ---- SP (max-width: 750px) ---- */
@media screen and (max-width: 750px) {
	.hokkaidoitoen.recruit .flow-list li {
		padding: 4vw 3vw;
		gap: 2vw;
    height: 28vw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	}
	.hokkaidoitoen.recruit .flow-list li::after {
		border-width: 3.2vw 5.3333333333vw 0 5.3333333333vw;
		left: 16vw;
	}
	.hokkaidoitoen.recruit .flow-list .step-label {
		gap: 2vw;
		width: 24vw;
	}
	.hokkaidoitoen.recruit .flow-list .step-label .step-text {
		font-size: 3.7333333333vw;
	}
	.hokkaidoitoen.recruit .flow-list .step-label .step-num {
		font-size: 7.4666666667vw;
	}
	.hokkaidoitoen.recruit .flow-list .step-desc {
		font-size: 4.2666666667vw;
	}
	.hokkaidoitoen.recruit .flow-list li:nth-child(3) .step-desc {
		line-height: 1.2;
	}
	.hokkaidoitoen.recruit .flow-list .step-desc-note {
		font-size: 3.4666666667vw;
	}
	.hokkaidoitoen.recruit .flow-note {
		font-size: 3.7333333333vw;
	}
	.hokkaidoitoen.recruit .qualification-pc {
		display: none;
	}
	.hokkaidoitoen.recruit .qualification-list {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.hokkaidoitoen.recruit .qualification-list li {
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	.hokkaidoitoen.recruit .salary-table {
		display: none;
	}
	.hokkaidoitoen.recruit .salary-table-sp {
		display: block;
	}
	.hokkaidoitoen.recruit .salary-table-sp tr,
	.hokkaidoitoen.recruit .salary-table-sp th,
	.hokkaidoitoen.recruit .salary-table-sp td {
		display: block;
		width: 100%;
	}
	.hokkaidoitoen.recruit .salary-table-sp th,
	.hokkaidoitoen.recruit .salary-table-sp td {
		font-size: 4.2666666667vw;
		padding: 4vw 2.6666666667vw;
	}
	.hokkaidoitoen.recruit .salary-table-sp th {
		border-bottom: none;
		text-align: left;
	}
	.hokkaidoitoen.recruit .salary-table-sp tr + tr th {
		border-top: none;
	}
	.hokkaidoitoen.recruit .salary-table-sp td {
    text-align: left;
	}
	.hokkaidoitoen.recruit .salary-note {
		font-size: 3.7333333333vw;
	}
	.hokkaidoitoen.recruit .entry-section.tpl-section {
		margin-top: 10.6666666667vw;
	}
	.hokkaidoitoen.recruit .contact-box {
		max-width: 100%;
		padding: 8vw 5.3333333333vw;
		border-radius: 6.4vw;
	}
	.hokkaidoitoen.recruit .contact-box .contact-title {
		font-size: 5.3333333333vw;
		margin-bottom: 4vw;
	}
	.hokkaidoitoen.recruit .contact-box .contact-detail p {
		font-size: 3.7333333333vw;
	}
}

/* ENTRYボタン */
.hokkaidoitoen.recruit .entry-btn {
	max-width: 380px;
	margin: 0 auto;
	padding: 22px 60px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.hokkaidoitoen.recruit .entry-btn::after {
	width: 14px;
	height: 14px;
}
@media screen and (max-width: 750px) {
	.hokkaidoitoen.recruit .entry-btn {
		max-width: 85vw;
		padding: 5.3333vw 10vw;
		font-size: 5.3333vw;
	}
	.hokkaidoitoen.recruit .entry-btn::after {
		width: 3.7333vw;
		height: 3.7333vw;
	}
}

