@charset "UTF-8";

/* =========================
   既存スタイル（変更なし）
========================= */

.recruit-wrap .column dt {
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.recruit-wrap .column dt::before {
	content: "▶︎";
	font-size: 12px;
	font-weight: 600;
	margin-right: 1vw;
}

.recruit-wrap .column .require dt {
	margin-bottom: 2vw;
}

.recruit-wrap .column dd {
	margin-bottom: 6vw;
}

.recruit-wrap .column .require dd {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 0 0 3vw 3vw;
}

.mark-up {
	background-color: #E1E1E1;
	padding: 3vw;
	margin-top: 3vw;
	border-radius: 12px;
}

.recruit-wrap .column dd.mark-up {
	margin-bottom: 3vw;
}

.pick-up li {
	background-color: #FFF194;
	border-radius: 12px;
	font-size: 16px;
	padding: 3vw 0;
	text-align: center;
	margin-bottom: 3vw;
}
.pick-up li:last-child {
	margin-bottom: 0;
}

.recruit-wrap .column small {
	color: #00866d;
	margin-bottom: 6vw;
}

#wrapper .row .recruit-feature h3 {
	margin-top: 6vw;
}

#wrapper .row .recruit-feature p:last-of-type {
	margin-bottom: 0;
}

#wrapper .row .recruit-works dl:nth-of-type(2) dt {
	margin-top: 8vw;
}

.recruit-wrap .column .require dd:last-of-type {
	margin-bottom: 0;
}

/* =========================
   レスポンシブ既存枠
========================= */

/***** FOR TABLET *****/
@media screen and (min-width: 769px) {
	/* 変更なし */
}

/***** FOR PC *****/
@media screen and (min-width: 961px) {
	/* 変更なし */
}


@media screen and (max-width: 768px) {

	/* 親要素：はみ出し防止のみ */
	#main-visual {
		overflow: hidden;
	}

	/* トップ画像：センター基準でトリミング */
	#main-visual > img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
}
