@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual{
	background-image: url(../images/recruitment/bg_keyvisual.jpg);
	background-image: image-set(url(../images/recruitment/bg_keyvisual.jpg) 1x, url(../images/recruitment/bg_keyvisual@2x.jpg) 2x);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}



/*-------------------------------
	募集要項
-------------------------------*/

.Recruitment-block{
	width: 100%;
	padding: 4rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background: #EDF8FE;
}
.Recruitment-block:not(:last-child){
	margin-bottom: 4rem;
}
.Recruitment-block__header{
	width: 100%;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.Recruitment-block__header::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 10rem;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Recruitment-block__header-title{
	max-width: calc(100% - (11rem + 2.5rem));
	font-size: 3rem;
	font-weight: 700;
	margin-right: 2.5rem;
	line-height: 1.35;
}
.Recruitment-block__header-tag{
	color: var(--subcolor1);
	width: 11rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}
.Recruitment-block__list-wrap{
	width: 100%;
	margin-bottom: 2.5rem;
}
.Recruitment-block__list{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Recruitment-block__list:not(:last-child){
	margin-bottom: 1rem;
}
.Recruitment-block__list-tag{
	background: var(--subcolor2);
	width: 8.8rem;
	height: 2.6rem;
	padding-bottom: .2rem;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Recruitment-block__list-text{
	width: calc(100% - 8.8rem);
	padding-left: 1rem;
	line-height: 1.5;
	font-weight: 500;
}
.Recruitment-block__arrow{
	align-self: flex-end;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Recruitment-block__header{
		margin-bottom: 5rem;
		padding-bottom: 3.5rem;
		flex-direction: column;
		align-items: flex-start;
	}
	.Recruitment-block__header-title{
		max-width: 100%;
		font-size: 3.6rem;
		margin-right: 0;
		line-height: 1.5;
	}
	.Recruitment-block__header-tag{
		width: 100%;
		margin-top: 1.5rem;
	}
	.Recruitment-block__list-wrap{
		margin-bottom: 4rem;
	}
	.Recruitment-block__list:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Recruitment-block__list-tag{
		width: 15rem;
		height: 5rem;
		padding-bottom: .2rem;
	}
	.Recruitment-block__list-text{
		width: calc(100% - 15rem);
		padding-left: 2.5rem;
	}

}



/*-------------------------------
	一覧
-------------------------------*/

/*----- 新卒採用 */
.New{
	padding-bottom: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}



/*-------------------------------
	詳細
-------------------------------*/

.Single__body{
	padding: 5rem;
	background: #EDF8FE;
}
.Single__sub-title{
	background: var(--maincolor);
	font-size: 3rem;
	padding: 1rem 2rem;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Single__sub-title::before{
	content: "";
	display: block;
	width: 3rem;
	height: 1px;
	background: #fff;
}
.Single__sub-title span{
	width: calc(100% - 3rem);
	padding-left: 1rem;
	line-height: 1.5;
	display: block;
}
.Single__list-wrap{
	padding-top: 7rem;
}
.Single__list{
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Single__list:first-child{
	padding-top: 0;
}
.Single__list-title{
	color: var(--subcolor2);
	width: 15rem;
	font-weight: 500;
	font-size: 1.8rem;
}
.Single__list-text{
	width: calc(100% - 15rem);
	line-height: 1.6;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Single__body{
		padding: 4rem;
	}
	.Single__sub-title{
		font-size: 3.6rem;
		padding: 2.5rem;
	}
	.Single__sub-title span{
		padding-left: 2.5rem;
	}
	.Single__list-wrap{
		padding-top: 6rem;
	}
	.Single__list{
		width: 100%;
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
		flex-direction: column;
		align-items: flex-start;
	}
	.Single__list:first-child{
		padding-top: 0;
	}
	.Flow__list-image img{
		width: 9rem;
	}
	.Single__list-title{
		width: 100%;
		margin-bottom: .5rem;
		font-size: 2.8rem;
	}
	.Single__list-text{
		line-height: var(--line-height);
		width: 100%;
	}

}



/*-------------------------------
	採用までの流れ（詳細）
-------------------------------*/

.Flow{
	background: #E6F7FF;
}
.Flow__title{
	color: var(--subcolor2);
	font-size: 3rem;
	margin-bottom: 5rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
.Flow__list-wrap{
	width: 100%;
	margin-bottom: 6rem;
	column-gap: 4.4rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.Flow__list{
	width: calc((100% - (4.4rem * 5)) / 6);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.Flow__list:not(:first-child)::before{
	border-bottom: 3px solid var(--subcolor1);
	border-right: 3px solid var(--subcolor1);
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	left: calc((4.4rem / 2) * -1);
	top: calc(16rem / 2);
	transform: translate(calc(-50% + 3px),-50%) rotate(-45deg);
}
.Flow__list:not(:first-child)::after{
	background: var(--subcolor1);
	content: "";
	display: block;
	width: 2.4rem;
	height: 3px;
	border-radius: 100rem;
	position: absolute;
	left: calc((4.4rem / 2) * -1);
	top: calc(16rem / 2);
	transform: translate(-50%,-50%);
}
.Flow__list-image{
	width: 16rem;
	height: 16rem;
	padding-top: 4rem;
	margin-bottom: 2rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.Flow__list-image::before{
	font-family: var(--en2);
	color: var(--subcolor1);
	content: attr(data-number);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	position: absolute;
	left: 0;
	top: 2.5rem;
	right: 0;
	text-align: center;
}
.Flow__list-image span{
	display: inline-block;
	position: relative;
}
.Flow__list-image span::before{
	background: var(--gradcolor);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: screen;
}
.Flow__list-image img{
	max-width: 100%;
}
.Flow__list-text{
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}
.Flow__list-text a{
	color: var(--maincolor);
	text-decoration: underline;
}
.Flow .C-Button.-white a{
	color: var(--maincolor);
}
.Flow .C-Button.-white a:hover{
	color: #fff;
}
@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Flow__list{
		width: calc((100% - (4.4rem * 3)) / 4);
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Flow__title{
		font-size: 3.6rem;
		margin-bottom: 7.5rem;
	}
	.Flow__list-wrap{
		margin-bottom: 7.5rem;
		column-gap: 0;
		row-gap: 8rem;
	}
	.Flow__list{
		width: 100%;
		flex-direction: row;
	}
	.Flow__list:not(:first-child)::before{
		width: 1.6rem;
		height: 1.6rem;
		left: calc(18rem / 2);
		top: calc((8rem / 2) * -1);
		transform: translate(-50%,calc(-50% + .5rem)) rotate(45deg);
		border-width: 2px;
	}
	.Flow__list:not(:first-child)::after{
		width: 2px;
		height: 3rem;
		left: calc(18rem / 2);
		top: calc((8rem / 2) * -1);
		transform: translate(-50%,-50%);
	}
	.Flow__list-image{
		width: 18rem;
		height: 18rem;
		margin-bottom: 0;
	}
	.Flow__list-image::before{
		font-size: 3.6rem;
	}
	.Flow__list-text{
		width: calc(100% - 18rem);
		font-size: 2.6rem;
		padding-left: 3.5rem;
		line-height: 1.8;
		text-align: left;
	}

}