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

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

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

/* タブ1つの場合 */
.CareersContentsArea .NormalTabSwitch:checked+.NormalTabLabel {
  max-width: calc(50% - 5px);
}

/* 社員と仕事のスライダー部分 */
.CareersContentsArea .SliderPC{
	margin-top: 15px;
	margin-bottom: 70px;
}

.CareersContentsArea .SliderPC ul{
	display: flex;
}

.CareersContentsArea .SliderPC ul li{
	width: calc(100% / 3 - 16px);
	margin-right: 24px;
}

#Contents .CareersContentsArea .SliderPC ul li img{
	width: 100%;
	border-radius: 8px;
	margin-bottom: 5px;
}

.CareersContentsArea .SliderPC ul li a{
	color: var(--color-primary);
	text-decoration: none;
	font-weight: bold;
}

.CareersContentsArea .SliderPC ul li a:hover{
	color: var(--color-red02);
}

.CareersContentsArea .SliderPC ul li a:hover img{
	opacity: 0.7;
}

/*===============================================
	レスポンシブ
===============================================*/
@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 100px auto;
	}
}

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

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

