@charset "utf-8";

/*-------------------------------
	新卒採用／キャリア採用
-------------------------------*/

.Recruit__text{
	color: var(--blackcolor2);
}
.Recruit-block{
	width: 100%;
	margin-top: 4rem;
	border-radius: 1.6rem;
	padding-top: 3.8rem;
	padding-bottom: 3.8rem;
	border: 1px solid #cbcbcb;
	background: #fff;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.Recruit-block__item{
	width: 50%;
	padding-top: .8rem;
	padding-bottom: .6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.Recruit-block__item:not(:last-child){
	border-right: 1px dotted var(--blackcolor);
}
.Recruit-block__item-qr{
	width: 100%;
	max-width: 12rem;
	margin-bottom: 4.5rem;
	margin-left: auto;
	margin-right: auto;
}
.Recruit-block__item-qr img{
	width: 100%;
}
.Recruit-block__item-logo{
	width: calc(100% - 5rem);
	max-width: 24rem;
	aspect-ratio: 240 / 74;
}
.Recruit-block__item-logo a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Recruit-block__item-logo img{
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .Recruit-block__item.-mynavi .Recruit-block__item-logo a{
	border: 1px solid #00aaeb;
} */

.Recruit-block:has(.Recruit-block__item:only-child){
	width: 50%;
}
.Recruit-block:has(.Recruit-block__item:only-child) .Recruit-block__item{
	width: 100%;
}

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

}
@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){

	.Recruit-block__item-qr{
		max-width: 8rem;
	}

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

	.Recruit-block{
		margin-top: 5.5rem;
		border-radius: 2.4rem;
		padding: 6.2rem 5rem 6.5rem;
		flex-direction: column;
	}
	.Recruit-block:has(.Recruit-block__item:only-child){
		width: 100%;
	}
	.Recruit-block__item{
		width: 100%;
		padding-top: 6.8rem;
		padding-bottom: 6.8rem;
		padding-right: 2.8rem;
		flex-direction: row;
	}
	.Recruit-block__item:first-child{
		padding-top: 0;
	}
	.Recruit-block__item:not(:last-child){
		border-bottom: 1px solid #cbcbcb;
		border-right: none;
	}
	.Recruit-block__item:last-child{
		padding-top: 6.8rem;
		padding-bottom: 0;
	}
	.Recruit-block__item:only-child{
		padding-top: 0;
		padding-bottom: 0;
	}
	.Recruit-block__item-qr{
		width: 16.8rem;
		max-width: 16.8rem;
		margin-bottom: 0;
	}
	.Recruit-block__item-logo{
		width: calc(100% - 16.8rem);
		max-width: calc(100% - 16.8rem);
		padding-left: 7rem;
	}

}



/*-------------------------------
	新卒採用
-------------------------------*/

#Newgraduate{
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
}

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

}
@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){

}



/*-------------------------------
	キャリア採用
-------------------------------*/

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

}
@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){

}



/*-------------------------------
	個人情報取扱いについて
-------------------------------*/

.Privacy__title{
	font-size: 2.4rem;
	margin-bottom: .5rem;
	font-weight: 700;
}
.Privacy__text{
	color: var(--blackcolor2);
}
.Privacy__text a{
	text-decoration: underline;
	color: #999;
}

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

}
@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){

	.Privacy__title{
		font-size: 3.2rem;
	}

}



/*-------------------------------
	ジョブ・リターン
-------------------------------*/

.Return__text{
	color: var(--blackcolor2);
}
.Return__text a{
	text-decoration: underline;
	color: #999;
}
.Return__body .C-Table{
	margin-top: 4rem;
}
.Return__body .C-Table__item-text a{
	color: var(--blackcolor2);
	text-decoration: underline;
}

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

}
@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){

	.Return__body .C-Table{
		margin-top: 6.5rem;
	}

}



/*-------------------------------
	ご連絡・お問合せ先
-------------------------------*/

.Contact__name{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	line-height: calc(3.2 / 1.8);
}
.Contact__tel{
	color: var(--maincolor);
	font-size: 3.6rem;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: calc(4.5 / 3.6);
}
.Contact__mail{
	font-size: 1.8rem;
	line-height: calc(3.2 / 1.8);
}

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

}
@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){

	.Contact__name{
		font-size: 2.8rem;
		margin-bottom: 2.4rem;
		line-height: calc(3.2 / 2.8);
	}
	.Contact__tel{
		font-size: 5.6rem;
		margin-bottom: 2.4rem;
		line-height: 1;
	}
	.Contact__mail{
		font-size: 2.8rem;
		line-height: calc(3.2 / 2.8);
	}

}