@charset "UTF-8";

/*===============================================
	Voiceページ
===============================================*/
#Contents .CareersContentsArea img{
	display: block;
	margin: 0 auto;
}
.CareersContentsArea .mb_0{
	margin-bottom: 0!important;
}

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

/* 共通 */
.CareersContentsArea a{
	color: var(--color-primary);
}

.CareersContentsArea .FitWrap{
	align-items: stretch;
}

.CareersContentsArea .Fit{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-bottom: 0;
}

.CareersContentsArea .Fit p,
.CareersContentsArea .Fit img,
.CareersContentsArea .Fit ul{
	width: 100%;
}

.CareersContentsArea .ColumnWrap{
	width: calc(50% - 12px);
}

.CareersContentsArea .TwoColumn .PCOneSPTwoColumn,
.CareersContentsArea .TwoColumn .PCOneSPOneColumn{
	display: flex;
	flex-wrap: wrap;
}
.CareersContentsArea .WhiteBackG {
    background: var(--color-white70);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
	width: 100%;
}


#Contents .CareersContentsArea img.CareerSupport_sp{
	display: none;
}

#Contents .CareersContentsArea img.CareerManagement{
	max-width: 375px;
}

#Contents .CareersContentsArea img.CareerCertification{
	max-width: 430px;
}

/* キャリア入社者向けの特別サポート制度 */
.CareersContentsArea .SupportSystem{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 25px;
}

.CareersContentsArea .ImageWrap{
	width: 40%;
	display: grid;
	place-items: center;
}

#Contents .CareersContentsArea img.CareerSupport{
	max-width: 230px;
}

.CareersContentsArea .schedule{
	width: 60%;
}

.CareersContentsArea .schedule li{
	display: flex;
	flex-wrap: wrap;
	border-bottom-style: solid;
	border-bottom-color: var(--color-gray02);
	border-bottom-width: 1px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.CareersContentsArea .schedule li:first-child{
	padding-top: 0px;
}

.CareersContentsArea .schedule li:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}

.CareersContentsArea .schedule li .Day{
	width: 150px;
	font-size: 87.5%;
}

.CareersContentsArea .schedule li .event{
	width: calc(100% - 150px);
	font-size: 87.5%;
	font-weight: bold;
}

.CareersContentsArea .BGInner{
	margin-bottom: 10px;
}

/* スペシャリスト制度 */
.CareersContentsArea .Specialist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.CareersContentsArea .SpecialistInner{
	width: 49%;
	display: flex;
	flex-wrap: wrap;
}

#Contents .CareersContentsArea .SpecialistInner img{
	width: 40%;
	max-width: 150px;
}

.CareersContentsArea .SpecialistInner .SpecialistText{
	width: 60%;
}

.CareersContentsArea .SpecialistTitle{
	color: var(--color-white);
	background-color: var(--color-primary);
	font-weight: bold;
	padding: 3px;
	margin-bottom: 15px;
}

.CareersContentsArea .ListDotL li {
	position: relative;
	margin-left: 12px;
	font-weight: bold;
	line-height: 1.4;
}

.CareersContentsArea .ListDotL li:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 7px;
	left: -10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--color-primary);
}

#Contents .CareersContentsArea img.CareerFibu{
	max-width: 350px;
}

/* What's Nextエリア */
.CareersContentsArea .WhatsNextArea .WhatsNextBg::after{
	background-image: url("/products/it/finance/careers/image/voice/bg_voice_link.png");
	background-position: top;
}

/*===============================================
	レスポンシブ
===============================================*/
@media screen and (max-width: 767px) {
	.CareersContentsArea .mb_0{
		margin-bottom: 10px!important;
	}
	.CareersContentsArea .SpMb10{
		margin-bottom: 10px;
	}
	/* 共通 */
	.CareersContentsArea .ColumnWrap{
		width: 100%;
	}
	.CareersContentsArea .TwoColumn .PCOneSPTwoColumn{
		justify-content: space-between;
		align-items: stretch;
	}
	.CareersContentsArea .TwoColumn .PCOneSPTwoColumn .WhiteBackG{
		width: calc(50% - 5px);
	}
	
	/* キャリア入社者向けの特別サポート制度 */
	#Contents .CareersContentsArea img.CareerSupport{
		display: none;
	}
	#Contents .CareersContentsArea img.CareerSupport_sp{
		max-width: 300px;
		display: block;
		margin-bottom: 40px;
	}
	.CareersContentsArea .ImageWrap{
		width: 100%;
	}
	.CareersContentsArea .schedule{
		width: 100%;
	}
	.CareersContentsArea .schedule li p.Day,
	.CareersContentsArea .schedule li p.event{
		margin-bottom: 5px;
	}
	.CareersContentsArea .schedule li .Day{
		width: 100%;
	}
	.CareersContentsArea .schedule li .event{
		width: 100%;
	}

	/* スペシャリスト制度 */
	.CareersContentsArea .Specialist{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		gap: 20px;
	}
	
	.CareersContentsArea .SpecialistInner{
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
		width: 100%;
		row-gap: 12px;
	}
	
	#Contents .CareersContentsArea .SpecialistInner img.CareerSpecialist{
		width: 100%;
		max-width: 142px;
	}
	#Contents .CareersContentsArea .SpecialistInner img.CareerManager{
		width: 100%;
		max-width: 136px;
	}
	
	.CareersContentsArea .SpecialistInner .SpecialistText{
		width: 100%;
	}
	
	#Contents .CareersContentsArea img.CareerFibu{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	/* What's Nextエリア */
	.CareersContentsArea .WhatsNextArea .WhatsNextBg::after{
		background-image: url("/products/it/finance/careers/image/voice/bg_voice_link_sp.png");
	}
}
