@charset "UTF-8";
/*===============================================
	Business01
===============================================*/
/* ページタイトルエリア */
.CareersContentsArea .BusinessTopAreaBg{
	background-image: url("/products/it/finance/careers/image/business/bg_pic_business03.png");
}

.CareersContentsArea .BusinessTitle::after{
	background-image: url("/products/it/finance/careers/image/business/icon_03.svg");
	top: -50px;
	left: -100px;
	width: 200px;
	height: 200px;
}

/* InterviewArea */
.CareersContentsArea .InterviewArea .SliderWidth{
	grid-template-columns:auto 120px auto;
}

/*===============================================
	レスポンシブ
===============================================*/
@media screen and (max-width: 1304px) {
	/* ページタイトルエリア */
	.CareersContentsArea .BusinessTitle::after{
		left: -10px;
	}
}

/* タブレット */
@media screen and (max-width: 994px) {
	/* ページタイトルエリア */
	.CareersContentsArea .BusinessTitle::after{
		left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.CareersContentsArea .BusinessTitle::after{
		top: -30px;
		left: 20px;
		width: 60px;
		height: 60px;
	}
	
	/* InterviewArea */
	.CareersContentsArea .InterviewArea .SliderWidth{
		grid-template-columns:auto 200px auto;
	}
}

/* スマホ1 */
@media screen and (max-width: 579px) {

	/* ページタイトルエリア */
	.CareersContentsArea .BusinessTopAreaBg{
		background-image: url("/products/it/finance/careers/image/business/bg_pic_business03_sp.png");
	}
}

