@charset "UTF-8";
/* ------------------------------
 募集要項トップ（PC）
------------------------------ */
.job-descriptionLink .cms_caption_b {
	margin-top: 25px;
}
.job-descriptionLink .cms_caption_b::before {
	content: none;
}
.contentsTop .job-descriptionLink h2 {
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #1f1f1f;
	font-size: 2.8rem;
}
.contentsTop .job-descriptionLink h2::after {
	content: none;
}
.job-descriptionLink .cms_caption_b p {
	padding: 24px 0 18px;
	border-bottom: 1px dotted #b0bac6;
}
@-moz-document url-prefix() {
	.job-descriptionLink .cms_caption_b p {
		border-bottom: 1px dotted #79889a;
	}
}
.job-descriptionLink .cms_caption_b a {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
}
.job-descriptionLink .cms_caption_b a::after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0 0 6px 10px;
	border-radius: 50%;
	background: #1f1f1f url(../img/icon_arrow_link.svg) no-repeat 13px 15px / 15px 6px;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 募集要項トップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.job-descriptionLink .cms_caption_b {
		margin-top: 15px;
	}
	.contentsTop .job-descriptionLink h2 {
		padding-bottom: 10px;
		font-size: 2.2rem;
	}
	.job-descriptionLink .cms_caption_b p {
		padding: 16px 0 13px;
	}
	.job-descriptionLink .cms_caption_b a {
		font-size: 1.8rem;
	}
	.job-descriptionLink .cms_caption_b a::after {
		width: 30px;
		height: 30px;
		margin: 0 0 3px 6px;
		background: #1f1f1f url(../img/icon_arrow_link_sp.svg) no-repeat 10px 11px / 12px 6px;
	}
}

/* ------------------------------
 募集要項下層（PC）
------------------------------ */
/* ステップ */
.step ul {
	display: grid;
}
.step ul > li {
	padding-left: 0;
}
.step ul > li::before {
	content: none;
}
.step ul > li {
	display: grid;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #ebeef1;
	font-size: 1.8rem;
	font-weight: bold;
}
.step ul > li:last-child {
	color: #fff;
	background-color: #00a0e9;
}
@media print, screen and (min-width: 768px) {
	/* ステップ */
	.step ul {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 114px;
		grid-column-gap: 36px;
	}
	.step ul > li:not(:last-child)::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 47px;
		right: -23px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #00a0e9;
	}
	/* 地図 */
	.map iframe {
		width: 100%;
		height: 332px;
	}
	/* マイナビリンク */
	.grayBox.mynavi {
		display: flex;
		justify-content: space-between;
	}
	.cms_block.grayBox.mynavi::after {
		content: none;
	}
	.grayBox.mynavi .cms_image {
		width: 488px;
		margin-bottom: 0;
		background-color: #fff;
	}
}
/* ------------------------------
 募集要項トップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* ステップ */
	.step ul {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: repeat(4, 78px);
		grid-row-gap: 36px
	}
	.step ul > li {
		font-size: 1.6rem;
	}
	.step ul > li:not(:last-child)::after {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -23px;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -10px;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #00a0e9 transparent transparent transparent;
	}
	/* 地図 */
	.map iframe {
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	/* マイナビリンク */
	.grayBox.mynavi .cms_image {
		margin-bottom: 20px;
	}
}