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

figure{
	margin: 0;
}


.ngr-contents{
	background: #efefef url("/recruit/newgraduates/shared/images/people/bg_int.png") no-repeat 0 bottom;
	background-size: cover;
	padding: 50px 0 80px 0;
	color: #595757;
}

.ngr-contents .ngr-l-inner{
	max-width: 100%;
}

.ngr-talk-personbox,
.ngr-talk-leadbox{
	width: calc(820/1100 * 100%);
  margin: 0 auto 50px auto;
}

.full-wide {
	width: 94%;
	margin: 0 auto;
 }

.ngr-talk-box .ngr-talk-textbox {
	padding: 35px;
  width: 46%;
  margin: -285px 30px 100px 30px;
}


@media screen and (max-width: 768px) {
	.ngr-contents{
		background: #efefef url("/recruit/newgraduates/shared/images/people/bg_int-sp.png") no-repeat 0 bottom;
		background-size: cover;
		padding: 50px 0;
	}
	
	.ngr-contents-inner{
		width: 100%;
		margin: 0 auto;
	}
}

.ngr-talk-personbox{
	width: 85%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.ngr-talk-personbox dl{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: flex-end;
	text-align: left;
}

.ngr-talk-personbox dl dt{
	width: 20%;
}

.ngr-talk-personbox dl dd{
	width: 75%;
}

.ngr-talk-personbox dl dd span{
  font-size: 14px;
}

.ngr-talk-nametext{
	font-size: 20px;
	line-height: 1.4;
	color: #595757;
	font-weight: normal;
}

.ngr-talk-invtext{
	font-size: 14px;
	line-height: 1.6;
}


.ngr-talk-title {
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.ngr-talk-subtitle {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}


@media screen and (max-width: 1100px) {
	.ngr-talk-personbox dl dd span{
		font-size: calc(14/1100 * 100vw);
	 }
	  
	.ngr-talk-nametext{
		font-size: calc(20/1100 * 100vw);
	}
	
	.ngr-talk-invtext{
		font-size: calc(14/1100 * 100vw);
		line-height: 1.6;
	}
	
	.ngr-talk-title {
		font-size: calc(48/1100 * 100vw);
	}
	
	.ngr-talk-subtitle{
		font-size: calc(28/1100 * 100vw);
	}

	.ngr-talk-text{
		font-size: calc(16/1100 * 100vw);
	}
	
	.ngr-talk-box .ngr-talk-textbox {
		padding: 30px;
		margin-top: -200px;
	}
}

@media screen and (max-width: 768px) {
	.ngr-talk-personbox{
		width: 90%;
		margin: 0 auto;
	}

	.ngr-talk-personbox{
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 50px;
	}

	.ngr-talk-personbox dl{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		text-align: left;
	}

	.ngr-talk-personbox dl dt{
		width: 26%;
		margin: 0;
	}
	
	.ngr-talk-personbox dl dd{
		width: 70%;
	}
	
	.ngr-talk-nametext{
		font-size: 14px;
	}

	.ngr-talk-invtext{
		font-size: 10px;
	}

	.ngr-talk-subtitle{
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.ngr-talk-text {
		font-size: 10px;
	}
	
	.ngr-talk-box .ngr-talk-textbox{
		padding: 20px;
		width: 90%;
		position: relative;
		z-index: 1;
		margin: -25px 0 50px 0;
	}
		
	.full-wide {
		width: 100%;
	}
	
	.ngr-talk-box.full-wide .ngr-talk-textbox{
		width: 90%;
	}
}


