<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**********************************************
 * 
 * common
 * header
 * footer
 *
 ***********************************************/

.NewsSec_listLink label {
	font-size: 1.2rem;
	border: 1px solid #000;
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	vertical-align: 1px;
}

/*20220801修正(金森)_既存の記述から『イベント』と『お知らせ』の文字色を交換*/

/*.NewsSec_listLink label.news {
	color: #ff6600;
	border: 1px solid #ff6600;
}

.NewsSec_listLink label.event {
	color: #009900;
	border: 1px solid #009900;
}*/

.NewsSec_listLink label.news {
	color: #009900;
	border: 1px solid #009900;
}

.NewsSec_listLink label.event {
	color: #ff6600;
	border: 1px solid #ff6600;
}

/*20220801修正(金森)_既存の記述から『イベント』と『お知らせ』の文字色を交換*/

/*20230124修正(金森)_『重要』の文字色を交換*/

.NewsSec_listLink label.important {
	color: #e70012;
	border: 1px solid #e70012;
}

/*20230124修正(金森)_『重要』の文字色を交換*/

/*20230516修正(金森)_『求人情報系使用』の文字色を追加*/

.NewsSec_listLink label.career {
	color: #000099;
	border: 1px solid #000099;
}

/*20230516修正(金森)_『求人情報系使用』の文字色を追加*/

.NewsSec_listLink label.recommend {
	color: #ff0099;
	border: 1px solid #ff0099;
}

/**********************************************
 * 
 * common
 *
***********************************************/

/*20230630修正(金森)_『Flow_Content』のtable内使用時用を追加*/

.Flow_Content_Table {
	padding: 0px 0px 28px 0px;
	/*padding: 26px 30px;
	width: calc(100% - 80px);*/
}

@media (max-width: 767px) {
	.Flow_Content_Table .CircleList {
			margin-top: 10px;
		}
}

/*20230630修正(金森)_『Flow_Content』のtable内使用時用を追加*/

/**********************************************
 * 
 * Footer
 *
***********************************************/

.Footer_cvArea-v {
	position: relative;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	min-width: 1200px;
}

.Footer_cvArea-v::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	top: -50px;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
}

.Footer_cvArea-v::after {
	position: absolute;
	content: "";
	width: 208px;
	height: 23px;
	left: 0;
	right: 0;
	margin: auto;
	top: -37px;
	background: url(../../../assets/images/p_footer_cv.png) no-repeat;
}

body.is-footer-cv-fixed .Footer_cvArea-v {
	position: static;
}

.Footer_cvArea-v.-Corporate .Footer_cvBtn.-contact .Footer_cvBtnInner::before {
	content: none;
	background: url(../../images/icon/book-open.svg) no-repeat;
}

/* Footer_pagetop */
.Footer_pagetop {
	min-width: 50px;
	width: 50px;
	height: 50px;
}

.Footer_pagetopLink {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding: 0 10px;
	background: #000;
}

.Footer_pagetopImg {
	width: 16px;
	height: 19px;
	transition: transform .5s;
}

.Footer_pagetopLink:hover .Footer_pagetopImg {
	transform: translateY(-10px);
}
.Footer_pagetopLink {
	flex-direction: column;
	color: #fff;
	font-size: 1.2rem;
}


@media (max-width: 767px) {
	.Footer_cvArea-v {
		background: #fff;
		margin: 0;
		min-width: 0;
		/*overflow: hidden;*/
		/*overflow: hidden;…はみ出た部分を表示しない*/
		overflow: visible;
		/*overflow: visible;…領域をはみ出して表示する*/
		width: 100%;
	}

	.Footer_cvArea-v.-Corporate .Footer_cvBtn.-contact {
		text-align: center;
	}

	.Footer_cvArea-v.-Corporate .Footer_cvBtn.-contact .Footer_cvBtnInner::before {
		content: '';
	}

	.Footer_pagetopLink:hover .Footer_pagetopImg {
		transform: translateY(0);
	}
}

/**********************************************
 * 
 * Corporate Footer
 *
***********************************************/
.Footer_cvArea-v.-Corporate::before,
.Footer_cvArea-v.-Corporate::after {
	content: none;
}

@media (max-width: 767px) {

	.Footer_cvArea-v.-Corporate {
		margin: 0;
		background: #ca0010;
	}
}
</pre></body></html>