@charset "UTF-8";

/*===============================================
	TOPページ
===============================================*/
/* 共通 */
.CareersContentsArea .Copy{
	font-size: 300%;
	font-weight: bold;
	line-height: 1.3;
}

/* Topメッセージエリア */
.CareersContentsArea .MsgArea{
	display: grid;
	justify-items: center;
}

/* Topメッセージエリア内のGrid設定 */
.CareersContentsArea .MsgArea .BackGroundImage{
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	display: grid;
	justify-content: flex-start;
	overflow: hidden;
	width: 100%;
}

.CareersContentsArea .MsgArea .BrandingArea1Text{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.CareersContentsArea .MsgArea .BrandingArea2Text{
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

/* 背景画像のGrid設定 */
.CareersContentsArea .MsgArea .BackGroundImageSP{
	display: none;
	width: 100%;
}

.CareersContentsArea .MsgArea .BackGroundImage1{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: grid;
	justify-content: end;
	align-content: start;
	width: 100%;
}

.CareersContentsArea .MsgArea .BackGroundImage2{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: flex;
	justify-content: center;
	width: 100%;
}
.BackGroundImage2Inner{
	width: 100%;
	max-width: 1275px;
	display: flex;
	justify-content: space-between;
}
.CareersContentsArea .MsgArea .BackGroundImage3{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: flex;
	justify-content: center;
	width: 100%;
}

.BackGroundImage3Inner{
	width: 100%;
	max-width: 1275px;
	display: flex;
	justify-content: space-between;
}
.CareersContentsArea .MsgArea .BackGroundImage4{
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	display: grid;
	align-content: end;
	width: 100%;
}

#Contents .CareersContentsArea .MsgArea img.ImgBrandingCopy{
	width: 100vw;
}

#Contents .CareersContentsArea .MsgArea img.ImgRedTriangle{
	width: 100vw;
	max-width: 1366px;
	margin-left: auto;
}

.CareersContentsArea .MsgArea .BrandingArea1Bg{
	max-width: 1366px;
}

#Contents .CareersContentsArea .MsgArea img.ImgBrandingMeeting{
	margin-top: 27px;
	margin-left: -60px;
	width: 355px;
	height: 321px;
}

#Contents .CareersContentsArea .MsgArea img.ImgBrandingPople{
	margin-top: 380px;
	margin-left: 200px;
	width: 263px;
	height: 270px;
}

#Contents .CareersContentsArea .MsgArea img.ImgBrandingMain{
	margin-top: 15px;
	margin-right: 30px;
	width: 528px;
	height: 578px;
}

#Contents .CareersContentsArea .MsgArea img.ImgRedTriangleLeft{
	width: 100vw;
	max-width: 1366px;
}

.CareersContentsArea .MsgArea .BrandingArea1Text{
	max-width: 1275px;
	width: 100%;
	margin-inline: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 120px;
}

.CareersContentsArea .MsgArea .BrandingArea1Text .BrandingCopy{
	font-weight: bold;
	font-size: 440%;
	margin-left: 280px;
	margin-top: 150px;
	line-height: 1.1;
	width: calc(100% - 280px);
}

.CareersContentsArea .MsgArea .BrandingArea1Text h1{
	line-height: 1.8;
	margin-right: 30px;
	margin-top: 245px;
}

.CareersContentsArea .MsgArea .BrandingArea1Text span{
	background-color: var(--color-primary);
	color: var(--color-white);
	font-weight: bold;
	font-size: 212%;
}

.CareersContentsArea .MsgArea .BrandingArea1Text span.SmallStyle{
	font-size: 138%;
}

.CareersContentsArea .MsgArea .BrandingArea2Text .BusinesUnitImages{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 80px;
}

#Contents .CareersContentsArea .MsgArea .BrandingArea2Text img.ImgIntroduction{
	width: 812px;
}

.CareersContentsArea .MsgArea .BrandingArea2Text .PointArea{
	margin-bottom: 60px;
}

.CareersContentsArea .PointLine ul li::after{
	background-image: url("/products/it/finance/careers/image/common/point_line_pc.png");
}

.CareersContentsArea .MsgArea .BrandingArea2Text .Case{
	background-color: var(--color-white70);
	border-radius: 8px;
	padding: 45px 30px;
	margin-bottom: 280px;
}

.CareersContentsArea .MsgArea .BrandingArea2Text .Case h3{
	margin-top: 0;
	margin-bottom: 30px;
}

.CareersContentsArea .MsgArea .BrandingArea2Text .Case ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.CareersContentsArea .MsgArea .BrandingArea2Text .Case li{
	width: calc(100% / 3 - 10px);
}

.CareersContentsArea .MsgArea .BrandingArea2Text .Case li img{
	border-radius: 8px;
	width: 100%;
}

.CareersContentsArea .MsgArea .BrandingArea2Text .Case a{
	text-decoration: none;
	color: var(--color-primary);
}

.CareersContentsArea .MsgArea .BrandingArea2Text .Case a:hover img{
	opacity: 0.7;
}

.CareersContentsArea .MsgArea .BrandingArea2Text .Case a:hover{
	color: var(--color-red02);
}

.CareersContentsArea .MsgArea .BrandingArea2Text .Case .CaseTitle{
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* BusinessArea */
.CareersContentsArea .BusinessAreas{
	background-image: url("/products/it/finance/careers/image/common/bg_business.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 160px;
}

.CareersContentsArea .BusinessAreas .GridSet{
	position: relative;
}

.CareersContentsArea .BusinessAreas .GridSet::before{
	content: "";
	background-image: url("/products/it/finance/careers/image/top/top_business.png");
	display: inline-block;
	background-repeat: no-repeat;
	width: 966px;
	height: 280px;
	background-size: contain;
	top: -356px;
	position: absolute;
	margin-inline:15px;
}

.CareersContentsArea .BusinessAreas h2{
	color: var(--color-white);
}

.CareersContentsArea .BusinessAreas .BusinessAreasInner{
	display: grid;
	grid-template-rows: 45px auto;
}

.CareersContentsArea .BusinessAreas .BusinessAreasInner h2{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.CareersContentsArea .BusinessAreas .BusinessAreasInner .BusinessAreasCopy{
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.CareersContentsArea .BusinessAreas .BusinessAreasInner .BusinessAreasButtons{
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

.CareersContentsArea .BusinessAreas .BusinessAreasCopy{
	color: var(--color-white);
}

.CareersContentsArea .BusinessAreas .BusinessAreasTitle{
	margin-bottom: 40px;
}

.CareersContentsArea .BusinessAreas .BusinessAreasButtons li{
	border-style: solid;
	border-color: var(--color-gray04);
	border-width: 1px;
	border-radius: 8px;
	background-color: var(--color-primary);
	margin: 10px 0;
}

.CareersContentsArea .BusinessAreas .BusinessAreasButtons li:hover{
	border-color: var(--color-red02);
	background-color: var(--color-red02);
}

.CareersContentsArea .BusinessAreas .BusinessAreasButtons img{
	width: 40px;
	margin-right: 15px;
}

.CareersContentsArea .BusinessAreas .BusinessAreasButtons a{
	text-decoration: none;
	color: var(--color-white);
	display: flex;
	align-items: center;
	font-weight: bold;
	padding: 30px;
}

.CareersContentsArea .BusinessAreas .BusinessAreasButtons a::after{
	content: url("/products/it/finance/careers/image/common/arrow_red.svg");
	margin-left: auto;
}
.CareersContentsArea .BusinessAreas .BusinessAreasButtons li:hover a::after{
	content: url("/products/it/finance/careers/image/common/arrow_white.svg");
}

/* Top_WorkImage */
.CareersContentsArea .WorkImage{
	margin-top: 80px;
	margin-bottom: 120px;
}

.CareersContentsArea .WorkImage .Copy{
	margin-bottom: 45px;
}

.CareersContentsArea .WorkImageButton{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
}

.CareersContentsArea .WorkImageButton li{
	width: calc(100% / 3 - 15px);
}

#Contents .CareersContentsArea .WorkImageButton li img{
	width: 100%;
	border-radius: 8px 8px 0 0;
}

#Contents .CareersContentsArea .WorkImageButton li:hover img{
	opacity: 0.7;
}

.CareersContentsArea .WorkImageButton li a{
	text-decoration: none;
}

.CareersContentsArea .WorkImageButton li p{
	background: var(--color-primary);
	border-radius: 0 0 8px 8px;
	color: var(--color-white);
	display: flex;
	align-items: center;
	padding: 30px 20px;
	font-weight: bold;
}

.CareersContentsArea .WorkImageButton li:hover p{
	background: var(--color-red02);
}

.CareersContentsArea .WorkImageButton li .WorkImageBr{
	display: none;
}


.CareersContentsArea .WorkImageButton li p::after{
	content: url("/products/it/finance/careers/image/common/arrow_red.svg");
	margin-left: auto;
}

.CareersContentsArea .WorkImageButton li:hover p::after{
	content: url("/products/it/finance/careers/image/common/arrow_white.svg");
}

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

.CareersContentsArea .InterviewArea .GridSet{
	padding-bottom: 360px;
}

.CareersContentsArea .InterviewArea .GridSet{
	position: relative;
}

.CareersContentsArea .InterviewArea .GridSet::before{
	content: "";
	background-image: url("/products/it/finance/careers/image/top/top_entry.png");
	display: inline-block;
	background-repeat: no-repeat;
	width: 966px;
	height: 227px;
	background-size: contain;
	bottom: 0px;
	position: absolute;
	margin-inline: 15px;
}

/* 関連リンク */
.CareersContentsArea .LinkArea{
	padding-top: 80px;
	padding-bottom: 120px;
}

.CareersContentsArea .LinkArea ul.BannerLinkList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.CareersContentsArea .LinkArea ul.BannerLinkList li{
	width: 23%;
	overflow: hidden;
}

.CareersContentsArea .LinkArea ul.BannerLinkList li img{
	width: 100%;
	height: auto;
	display: block;
}

.CareersContentsArea .LinkArea ul.BannerLinkList li:hover img{
	opacity: 0.7;
}


/*===============================================
	レスポンシブ
===============================================*/
@media screen and (max-width: 1304px) {
	/* 背景画像 */
	#Contents .CareersContentsArea .MsgArea img.ImgBrandingMeeting{
		width: 200px;
		height: 180px;
		margin-top: 0;
		margin-left: -20px;
	}
	.CareersContentsArea .MsgArea .BrandingArea1Text .BrandingCopy{
		margin-left: 10%;
		margin-top: 150px;
		width: calc(100% - 10%);
	}
}

/* タブレット */
@media screen and (max-width: 994px) {
	/* 背景画像 */
	.CareersContentsArea .MsgArea .BackGroundImage{
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.CareersContentsArea .MsgArea .BrandingArea1Text{
		justify-content: flex-start;
		align-content: flex-start;
	}
	.CareersContentsArea .MsgArea .BackGroundImageSP{
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		display: block;
	}
	.CareersContentsArea .MsgArea .BrandingArea1Text .BrandingCopy{
		margin-left: 30px;
		margin-top: 150px;
		width: 100%;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea1Text h1{
		margin-left: 30px;
    	margin-top: 30px;
	}

	#Contents .CareersContentsArea .MsgArea img.ImgBrandingSP{
		width: 100vw;
		overflow: hidden;
	}
	
	.CareersContentsArea .MsgArea .BackGroundImage1,
	.CareersContentsArea .MsgArea .BackGroundImage2,
	.CareersContentsArea .MsgArea .BackGroundImage3,
	.CareersContentsArea .MsgArea .BackGroundImage4{
		display: none;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text{
		display: grid;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .GridSet{
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .BackGroundImageBottom{
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		align-self: end;
	}
	.CareersContentsArea .MsgArea .BrandingArea2Text .BackGroundImageBottom .ImgRedTriangleLeft2{
		width: 100vw;
		height: calc(100vw * 0.625);
	}
	
	.CareersContentsArea .MsgArea .BusinesUnitImagesInner{
		width: 100%;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .BusinesUnitImages{
		margin-bottom: 60px;
	}
	#Contents .CareersContentsArea .MsgArea .BrandingArea2Text img.ImgIntroductionSp{
		width: 476px;
	}
	
	/* BusinessArea */
	.CareersContentsArea .BusinessAreas{
		padding-top: 100px;
	}
	.CareersContentsArea .BusinessAreas .GridSet::before{
		width: 738px;
		height: calc(738px * (289 /996)) ;
		top: -250px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasInner h2{
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasInner .BusinessAreasCopy{
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasInner .BusinessAreasButtons{
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
	.CareersContentsArea .BusinessAreas .BusinessAreasTitle{
		margin-bottom: 45px;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasSubTitle{
		margin-bottom: 45px;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasButtons{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasButtons li{
		width: calc(50% - 10px);
	}
	.CareersContentsArea .BusinessAreas .BusinessAreasButtons{
		padding: 25px 10px;
	}
	
	.CareersContentsArea .InterviewArea .GridSet::before{
		width: 738px;
		height: calc(738px * (234 / 996));
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -1px;
	}
	
	.CareersContentsArea .InterviewArea .GridSet{
		padding-bottom: 300px;
	}
	
	.CareersContentsArea .WorkImageButton li p{
		height: 80px;
	}
	
	.CareersContentsArea .WorkImageButton li .WorkImageBr{
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.CareersContentsArea .MsgArea .BrandingArea1Text .BrandingCopy{
	    font-size: calc(2.1875rem + ((1vw - 4px) * 8.1522));
    	min-height: 0vw;
		margin-top: 130px;
	}
	.CareersContentsArea .MsgArea .BrandingArea1Text h1{
    	margin-top: 15px;
	}
	.CareersContentsArea .MsgArea .BrandingArea1Text span{
	    font-size: calc(1rem + ((1vw - 4px) * 3.8043));
	    min-height: 0vw;
	}
	.CareersContentsArea .MsgArea .BrandingArea1Text span.SmallStyle{
	    font-size: calc(0.625rem + ((1vw - 4px) * 2.1739));
	    min-height: 0vw;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .BusinesUnitImages{
		margin-bottom: 50px;
	}
	
	#Contents .CareersContentsArea .MsgArea .BrandingArea2Text img.ImgIntroductionSp{
		width: 476px;
	}
	
	.CareersContentsArea .PointLine ul li::after{
		background-image: url("/products/it/finance/careers/image/common/point_line_tab.png");
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .Case{
		padding: 40px 15px;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .Case li{
		width: 100%;
		margin-bottom: 40px;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .Case li a{
		display: flex;
		flex-wrap: wrap;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .Case li:last-child{
		margin-bottom: 0px;
	}
	
	#Contents .CareersContentsArea .MsgArea .BrandingArea2Text .Case li img{
		border-radius: 8px;
		width: 100px;
		height: 100px;
		object-fit: cover;
		margin-right: 15px;
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .Case .CaseTextWrap{
		width: calc(100% - 115px);
	}
	
	.CareersContentsArea .MsgArea .BrandingArea2Text .Case .CaseTitle{
		margin-top: 0;
		margin-bottom: 5px;
	}
	
	/* BusinessArea */
	.CareersContentsArea .BusinessAreas{
		padding-top: 70px;
	}
	
	.CareersContentsArea .BusinessAreas .GridSet::before{
		width: 550px;
		height: calc(550px * (289 /996)) ;
		top: -180px;
	}
	
	.CareersContentsArea .InterviewArea .GridSet{
		padding-bottom: 200px;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasTitle{
		font-size: 250%;
		margin-bottom: 30px;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasSubTitle{
		margin-bottom: 30px;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasButtons li{
		width: 100%;
		margin: 7px;
	}
	
	.CareersContentsArea .WorkImageButton li{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.CareersContentsArea .WorkImageButton li p{
		height: 56px;
	}
	.CareersContentsArea .WorkImageButton li .WorkImageBr{
		display: none;
	}
	
	.CareersContentsArea .InterviewArea .GridSet::before{
		width: 550px;
		height: calc(550px * (234 / 996));
		bottom: -1px;
	}
	/* 関連リンク */
	.CareersContentsArea .LinkArea ul.BannerLinkList li{
		width: 100%;
		display: grid;
		place-items: center;
		margin-bottom: 15px;
	}
	.CareersContentsArea .LinkArea ul.BannerLinkList a{
		width: 100%;
		max-width: 250px;
		display: block;
	}
}

/* スマホ1 */
@media screen and (max-width: 579px) {
	/* 共通 */
	.CareersContentsArea .WorkImage .Copy{
		font-size: 200%;
		margin-bottom: 10px;
	}

	.CareersContentsArea .BusinessAreas .GridSet::before{
		width: 370px;
		height: calc(370px * (289 /996)) ;
		top: -145px;
	}
	.CareersContentsArea .MsgArea .BrandingArea1Text .BrandingCopy{
		margin-top: 100px;
		margin-left: 15px;
	}
	.CareersContentsArea .MsgArea .BrandingArea1Text h1{
    	margin-left: 15px;
		margin-top: 10px;
		line-height: 1.5;
	}
	
	.CareersContentsArea .BusinessAreas .BusinessAreasTitle{
		font-size: 200%;
		margin-bottom: 30px;
	}
	
	.CareersContentsArea .PointLine ul li::after{
		background-image: url("/products/it/finance/careers/image/common/point_line_sp1.png");
	}
	
	#Contents .CareersContentsArea .MsgArea .BrandingArea2Text img.ImgIntroductionSp{
		width: 265px;
	}
	.CareersContentsArea .InterviewArea .GridSet::before{
		width: 370px;
		height: calc(370px * (234 / 996));
		bottom: -1px;
	}
	.CareersContentsArea .InterviewArea .GridSet{
		padding-bottom: 150px;
	}
}

/* スマホ2 */
@media screen and (max-width: 399px) {
	.CareersContentsArea .MsgArea .BrandingArea1Text .BrandingCopy{
		margin-top: 70px;

	}
	.CareersContentsArea .PointLine ul li::after{
		background-image: url("/products/it/finance/careers/image/common/point_line_sp2.png");
	}
	.CareersContentsArea .BusinessAreas .GridSet::before{
		width: 290px;
		height: calc(290px * (289 /996)) ;
		top: -128px;
	}
	.CareersContentsArea .InterviewArea .GridSet::before{
		width: 290px;
		height: calc(290px * (234 / 996));
		bottom: -1px;
	}
}
