@charset "UTF-8";
#Contents {
	padding-bottom: 0;
}

figure{
	margin: 0;
}

[data-dir="process"] .ngr-p-pageHeader:before {
	background-image: url("/recruit/newgraduates/shared/images/process/mv_01.png");
}

@media screen and (max-width: 768px) {
	[data-dir="process"] .ngr-p-pageHeader:before {
		background-image: url("/recruit/newgraduates/shared/images/process/mv_01-sp.png");
  }
}
  
.ngr-contents-inner {
	width: calc(809/1100 * 100%);
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.ngr-contents-inner {
		width: calc(1014/1100 * 100%);
		margin: 0 auto;
	}
}

.ngr-bg-contents{
	background: #efefef;
	color: #595757;
	padding: 100px 0;
}

.flow-box{
	margin-bottom: 60px;
}

.flow-box-item{
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 0;
}

.flow-box-item:first-of-type{
	border-top: 4px solid #dcdddd;
	padding-top: 30px;
}

.flow-box-item:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #dcdddd;
	bottom: 26px;
	z-index: 0;
}

.flow-box-item:last-of-type:after{
	bottom: -30px;
}

.flow-box-item figure{
  width: 75px;
	margin-left: 20px;
	position: relative;
	z-index: 1;
}

.flow-box-item p{
	font-size: 26px;
	margin-top: -60px;
	margin-left: 20px;
}

.flow-box-item:last-of-type p{
	margin-top: -10px;
}

.note{
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	.ngr-bg-contents{
		padding: 50px 0;
	}

	.ngr-contents-inner {
		width: 90%;
	}

	.flow-box{
		margin-bottom: 60px;
	}

	.flow-box-item{
		padding: 10px 0;
	}

	.flow-box-item:first-of-type{
		border-top: 3px solid #dcdddd;
		padding-top: 30px;
	}

	.flow-box-item:after{
		height: 3px;
		bottom: 22px;
		z-index: 0;
	}

	.flow-box-item:last-of-type:after{
		bottom: -20px;
	}

	.flow-box-item figure{
		width: 55px;
		margin-left: 20px;
	}

	.flow-box-item p{
		font-size: 19px;
		margin-top: -50px;
	}

	.flow-box-item:last-of-type p{
		margin-top: -10px;
	}

	.note{
		font-size: 9px;
	}
}


