@charset "UTF-8";
/* CSS Document */

*, *::before, *::after{
	animation: none !important;
	opacity: 1 !important;
}


/*
	共通
-----------------------------------------------------------------------------------------------*/
/* phLayer
============================== */
.phLayer::before{
	content: none;
}


/*
	top
-----------------------------------------------------------------------------------------------*/
/* kv
============================== */
.topPage #kvWrapper{
	height: 500px;
}
.topPage #kvWrapper .phBox::after{
	content: none !important;
}

/* 学生のみなさまへメッセージ
============================== */
.topPage #messageWrapper{
	visibility: inherit !important;
	opacity: 1 !important;
}

/* item:どうぶつさん
============================== */
.topPage [class *= itemAbout]{
	visibility: inherit !important;
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}


/*
	社員紹介
-----------------------------------------------------------------------------------------------*/
/* kv
============================== */
.peoplePage #kvWrapper{
	height: 500px;
}
.peoplePage #kvWrapper .phBox::after{
	content: none !important;
}
.peoplePage .titKv span > span{
	padding-top: 0;
}

/* 入社を希望する方へのメッセージ
============================== */
.peoplePage .messageArea::before{
	border-left: none;
}


/*
	ワークライフバランス
-----------------------------------------------------------------------------------------------*/
/* タイトル
============================== */
.welfarePage .titIco::before{
	left: 0;
	transform: translate(0, -50%);
}