@charset "UTF-8";
/* CSS Document */

*, *::before, *::after{
	animation: none !important;
	opacity: 1 !important;
}


/*
	共通
-----------------------------------------------------------------------------------------------*/
/* 画像アニメーション
============================== */
[class *= "cmnAnmPh"] img{
	filter: blur(0);
	scale: 1;
	opacity: 1;
}

/* ページタイトル　共通
============================== */
.cmnTit > *{
	filter: blur(0) !important;
	opacity: 1 !important;
	animation: none !important;
}

/* KV　共通
============================== */
#cmnKvWrapper::before{
	filter: blur(0) !important;
	opacity: 1 !important;
	scale: 1 !important;
	animation: none !important;
}


/*
	トップ
-----------------------------------------------------------------------------------------------*/
/* メインKV
============================== */
#kvWrapper{
	height: 800px;
	min-height: auto;
}
/* スライド写真 */
.kvSlider01{
	height: 300px !important;
}
.kvSlider02{
	height: 186px !important;
}
.kvSlider03{
	height: 234px !important;
}

/* 採用情報
============================== */
/* 背景色 */
#recruitWrapper::before{
	opacity: 0.2 !important;
}
