@charset "UTF-8";

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

/* ボタン */
.CareersContentsArea ul.BusinessButtons{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.CareersContentsArea .BusinessButtons li{
	border-style: solid;
	border-color: var(--color-gray04);
	border-width: 1px;
	border-radius: 8px;
	background-color: var(--color-primary);
	margin-bottom: 24px;
	width: calc(50% - 12px);
	display: grid;
	place-items: center;
}

.CareersContentsArea .BusinessButtons a{
	text-decoration: none;
	color: var(--color-white);
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px;
	height: 160px;
}

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

.CareersContentsArea .BusinessButtons a::after{
	content: url("/products/it/finance/careers/image/common/arrow_red.svg");
	margin-left: auto;
}
.CareersContentsArea .BusinessButtons li:hover{
	background-color: var(--color-red02);
	border-color: var(--color-red02);
}

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

.CareersContentsArea .BusinessButtons p{
	color:  var(--color-white);
	font-weight: bold;
}

/*===============================================
	Business サブページ共通
===============================================*/
/* ページタイトルエリア */
.CareersContentsArea .BusinessTopArea{
	padding-top: 90px;
	color: var(--color-white);
}

.CareersContentsArea .BusinessTopAreaBg{
	background-repeat: no-repeat;
	background-size: contain;
}

.CareersContentsArea .BusinessTopArea .BusinessTitleCopy{
	font-size: 200%;
	margin-bottom: 35px;
	font-weight: bold;
}

.CareersContentsArea .BusinessTopArea p.h1Deco{
	background:none;
	position: relative;
	padding-left: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.CareersContentsArea .BusinessTopArea p.h1Deco::before{
	content: url("/products/it/finance/careers/image/common/title_dot.png");
	position: absolute;
	top: -3px;
	left: 0px;
}

.CareersContentsArea .BusinessTopArea h1{
	font-size: 300%;
	margin-bottom: 90px;
	font-weight: bold;
}

.CareersContentsArea .BusinessTitle{
	margin-bottom: 90px;
	position: relative;
}

.CareersContentsArea .BusinessTitle::after{
	content: "";
	position: absolute;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.2;
}

/* カテゴリーエリア */
.CareersContentsArea .Category{
	margin-bottom: 15px;
}

.CareersContentsArea .Category dl{
	display: flex;
	font-size: 75%;
	margin-bottom: 3px;
}

.CareersContentsArea .Category dt {
	position: relative;
	padding-right: 8px;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 3px;
	font-weight: bold;
	background-color: var(--color-primary);
	white-space: nowrap;
}

.CareersContentsArea .Category dt::after{
	content: url("/products/it/finance/careers/image/business/dot.svg");
	position: absolute;
	top:3px;
	right: -5px;
	z-index: 1;
}

.CareersContentsArea .Category dd {
	position: relative;
	padding-right: 5px;
	padding-left: 16px;
	padding-bottom: 4px;
	padding-top: 3px;
	background-color: var(--color-primary);
}

/* メッセージエリア */
.CareersContentsArea .MessageArea{
	background-color: var(--color-white80);
	padding: 80px 80px 45px 80px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.CareersContentsArea .MessageArea h2{
	background: none;
	color: var(--color-primary);
	font-size: 175%;
	width: calc(50% - 80px);
	margin-bottom: 10px;
	font-weight: bold;
	margin-right: 80px;
}

.CareersContentsArea .MessageArea .MessageText{
	width: 50%;
}

.CareersContentsArea .MessageArea .MessageText p{
	font-weight: bold;
	margin-bottom: 35px;
	color: var(--color-primary);
}

.CareersContentsArea .MessageArea .MessageText p span{
	color: var(--color-red01);
}

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

.CareersContentsArea .BusinessPointArea{
	margin-bottom: 125px;
}

/* 取り扱う技術 */
.CareersContentsArea .TechnologyListArea{
	margin-bottom: 120px;
}

.CareersContentsArea .TechnologyListArea ul{
	display: flex;
	flex-wrap: wrap;
	background: var(--color-primary);
	border-radius: 8px;
}

.CareersContentsArea .TechnologyListArea ul li.BlankSP{
	display: none;
}

.CareersContentsArea .TechnologyListArea ul li,
.CareersContentsArea .TechnologyListArea ul li.BlankPC{
	color: var(--color-white);
	width: 20%;
	display: grid;
	place-items: center;
	text-align: center;
	border-top-color: var(--color-white);
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: var(--color-white);
	border-right-style: solid;
	border-right-width: 1px;
	font-weight: bold;
	padding: 20px 5px;
}

.CareersContentsArea .TechnologyListArea ul li:nth-child(-n+5),
.CareersContentsArea .TechnologyListArea ul li.BlankPC:nth-child(-n+5){
	border-top:none;
}

.CareersContentsArea .TechnologyListArea ul li:nth-child(5n),
.CareersContentsArea .TechnologyListArea ul li.BlankPC:nth-child(5n){
	border-right:none;
}

/* 事業一例 */
.CareersContentsArea .CaseArea{
	background-image: url("/products/it/finance/careers/image/common/bg_business.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	color: var(--color-white);
	padding-bottom: 60px;
}

.CareersContentsArea .CaseArea a{
	text-decoration: none;
}

.CareersContentsArea .CaseArea a:hover img{
	opacity: 0.7;
}

.CareersContentsArea .CaseArea a:hover .SlideText{
	opacity: 0.7;
}

.CareersContentsArea .SliderCase .SlideText{
	color: var(--color-white);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-weight: bold;
	margin-top: 5px;
}

.CareersContentsArea .SliderCase img{
	border-radius: 8px;
}

@media screen and (min-width: 767px) {
	.CareersContentsArea .SliderCase .slick-track{
		width: 100%!important;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.CareersContentsArea .SliderCase .slick-track:before, .slick-track:after{
		content: none;
	}
	
	.CareersContentsArea .SliderCase .slick-track .slick-slide{
		width: calc(100% / 3 - 16px)!important;
		margin-bottom: 60px;
		margin-right: 24px;
	}
	.CareersContentsArea .SliderCase .slick-track .child-3n{
		margin-right: 0;
	}
	
	.CareersContentsArea .SliderCase .slick-track .slick-slide img{
		width: 100%;
	}
}

@media screen and (max-width: 994px) and (min-width: 767px) {
	/* スライダー */
	.CareersContentsArea .SliderCase .slick-track .slick-slide{
		width: calc(100% / 2 - 16px)!important;
		margin-right: 24px;
	}
	
	.CareersContentsArea .SliderCase .slick-track .child-3n{
		margin-right: 24px;
	}
	
	.CareersContentsArea .SliderCase .slick-track .child-2n{
		margin-right: 0;
	}
}

/* 得られる経験・スキル */
.CareersContentsArea .SkillArea{
	margin-top: 80px;
}

.CareersContentsArea .SkillArea .NormalTabSwitch:checked+.NormalTabLabel+.NormalTabContent{
	padding: 55px!important;
}

/* インタビューエリア */
.CareersContentsArea .InterviewArea{
	margin-top: 120px;
	margin-bottom: 120px;
}

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

/*===============================================
	レスポンシブ
===============================================*/
/* タブレット */
@media screen and (max-width: 994px) {
	/* ボタン */
	.CareersContentsArea .BusinessButtons li{
		margin-bottom: 15px;
	}
	.CareersContentsArea .BusinessButtons a{
		padding: 10px;
		height: 95px;
	}
	/* メッセージエリア */
	.CareersContentsArea .MessageArea{
		padding: 70px 70px 35px 70px;
	}
	.CareersContentsArea .MessageArea h2{
		width: 100%;
		margin-right: 0;
		font-size: 130%;
	}
	
	.CareersContentsArea .MessageArea .MessageText{
		width: 100%;
	}
	
}

@media screen and (max-width: 767px) {
	/* ページタイトルエリア */
	.CareersContentsArea .BusinessTopArea p.h1Deco{
		padding-bottom: 0px;
	}
	
	.CareersContentsArea .BusinessTopArea h1{
		font-size: 200%;
	}
	/* メッセージエリア */
	.CareersContentsArea .MessageArea{
		padding: 35px 15px 0px 15px;
	}
	/* ボタン */
	.CareersContentsArea .BusinessButtons li{
		width: 100%;
	}
	
	/* 取り扱う技術 */
	.CareersContentsArea .TechnologyListArea ul li.BlankPC{
		display: none;
	}
	.CareersContentsArea .TechnologyListArea ul li.BlankSP{
		display: block;
	}
	
	.CareersContentsArea .TechnologyListArea ul li,
	.CareersContentsArea .TechnologyListArea ul li.BlankSP{
		width: calc(100% / 3);
	}
	
	.CareersContentsArea .TechnologyListArea ul li:nth-child(-n+5){
		border-top-color: var(--color-white);
		border-top-style: solid;
		border-top-width: 1px;
	}
	
	.CareersContentsArea .TechnologyListArea ul li:nth-child(5n){
		border-right-color: var(--color-white);
		border-right-style: solid;
		border-right-width: 1px;
	}
	
	.CareersContentsArea .TechnologyListArea ul li:nth-child(-n+3){
		border-top:none;
	}
	
	.CareersContentsArea .TechnologyListArea ul li:nth-child(3n){
		border-right:none;
	}

	/* What's Nextエリア */
	.CareersContentsArea .WhatsNextArea .WhatsNextBg::after{
		background-image: url("/products/it/finance/careers/image/environment/bg_workstyle_link_sp.png");
	}
	
	/* slider */
	.CareersContentsArea .SliderCase{
		display: grid;
		align-items: center;
		justify-content: center;
		margin-bottom: 40px;
	}
	
	.CareersContentsArea .SliderCase div.slick-list{
		grid-column: 1 / 4;
		grid-row: 1 / 2;
		
	}
	
	.CareersContentsArea .SliderCase button.slick-prev{
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	
	.CareersContentsArea .SliderCase button.slick-next{
		grid-column: 3 / 4;
		grid-row: 2 / 3;
	}
	
	.CareersContentsArea .SliderCase ul.slick-dots{
		grid-column: 2 / 3;
		grid-row: 2 / 3;
		place-content: center;
		display: flex;
		flex-wrap: wrap;
	}
	
	.CareersContentsArea .SliderCase button{
		display: grid;
		width: 60px;
		height: 48px;
	}
	
	.CareersContentsArea .SliderCase button.slick-prev,
	.CareersContentsArea .SliderCase button.slick-next{
		color: rgba(0,0,0,0);
		background: rgba(0,0,0,0);
	}
	
	.CareersContentsArea .SliderCase button.slick-prev{
		margin-left: auto;
		margin-right: 0;
	}
	
	.CareersContentsArea .SliderCase button.slick-next{
		margin-left: 0;
		margin-right: auto;
	}
	
	.CareersContentsArea .SliderCase button.slick-prev::before{
		content: url("/products/it/finance/careers/image/common/button_arrow_left.png");
	}
	
	.CareersContentsArea .SliderCase button.slick-prev:hover:before{
		content: url("/products/it/finance/careers/image/common/button_arrow_left_hover.png");
	}
	
	.CareersContentsArea .SliderCase button.slick-next::before{
		content: url("/products/it/finance/careers/image/common/button_arrow_right.png");
	}
	
	.CareersContentsArea .SliderCase button.slick-next:hover:before{
		content: url("/products/it/finance/careers/image/common/button_arrow_right_hover.png");
	}
	
	.CareersContentsArea .SliderCase ul.slick-dots li{
		width: 10px;
		height: 10px;
		background: var(--color-primary);
		border-radius: 50%;
		margin: 8px;
	}
	
	.CareersContentsArea .SliderCase ul.slick-dots li:hover{
		background: var(--color-red02);
	}
	
	.CareersContentsArea .SliderCase ul.slick-dots li.slick-active{
		background: var(--color-red01);
	}
	
	.CareersContentsArea .SliderCase ul.slick-dots li button{
		display: none;
	}
	
	.CareersContentsArea .SliderCase div.slick-list a{
		width: calc(100% - 30px);
		display: block;
		text-decoration: none;
		margin:0 auto;
	}
	
	.CareersContentsArea .SliderCase{
		margin-inline: -15px;
	}
	
	.CareersContentsArea .SliderCase img{
		width: 100%;
		border-radius: 8px;
	}
	
	/* 得られる経験・スキル */
	.CareersContentsArea .SkillArea .NormalTabSwitch:checked+.NormalTabLabel+.NormalTabContent{
		padding: 30px 15px!important;
	}

}
