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

figure{
	margin: 0;
}

[data-dir="talk"] .ngr-p-pageHeader:before {
	background-image: url("/recruit/newgraduates/shared/images/people/talk/mv_01.png");
  }
  
  @media screen and (max-width: 768px) {
	[data-dir="talk"] .ngr-p-pageHeader:before {
	  background-image: url("/recruit/newgraduates/shared/images/people/talk/mv_01-sp.png");
	}
  }

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

.ngr-contents-inner {
	width: calc(1008/1100 * 100%);
	margin: 0 auto;
  }


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

.ngr-talk-personbox{
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.ngr-talk-personbox dl{
  width: 30%;
	text-align: center;
}

.ngr-talk-personbox dl dt{
	width: 55%;
	margin: 0 auto 20px auto;
}

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

.ngr-talk-nametext{
	font-size: 20px;
	line-height: 1.4;
}

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

.ngr-talk-personbox.vertical{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
}

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

.ngr-talk-personbox.vertical dl + dl{
	margin-top: 30px;
}

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

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

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

.ngr-talk-leadbox{
	width: 85%;
	margin: 0 auto 60px auto;
}

.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;
}

.ngr-talk-text{
	font-size: 16px;
	line-height: 1.6;
}

.ngr-talk-textbox{
	background: #fff;
	padding: 35px 50px;
	width: 96%;
	margin: -45px auto 45px auto;
	position: relative;
	z-index: 1;
}

.ngr-talk-textbox dl{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}

.ngr-talk-textbox dl + dl{
	margin-top: 30px;
}

.ngr-talk-textbox dl dt{
	width: 8%;
}

.ngr-talk-textbox dl dd{
	width: 92%;
}

.nrg-talk-box + .nrg-talk-box{
	margin-top: 70px;
}

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

@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{
		width: 100%;
		text-align: left;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-end;
	}

	.ngr-talk-personbox dl dt{
		width: 26%;
		margin: 0;
	}
	
	.ngr-talk-personbox dl dd{
		width: 70%;
	}
	
	.ngr-talk-personbox dl + dl{
		margin-top: 20px;
	}

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

	.ngr-talk-personbox.vertical{
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		align-items: center;
	}

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

	.ngr-talk-personbox.vertical dl + dl{
		margin-top: 30px;
	}

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

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

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

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

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

	.ngr-talk-leadbox{
		width: 100%;
		margin: 0 auto 60px auto;
		padding: 0 20px;
	}

	.ngr-talk-title{
		font-size: 24px;
	}

	.ngr-talk-subtitle{
		font-size: 14px;
		margin-bottom: 10px;
	}

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

	.ngr-talk-textbox{
		padding: 20px;
		width: 90%;
		margin: -25px auto 25px auto;
		position: relative;
		z-index: 1;
	}

	.ngr-talk-textbox dl{
		display: flex;
		flex-flow: row nowrap;
		width: 100%;
	}

	.ngr-talk-textbox dl + dl{
		margin-top: 10px;
	}

	.ngr-talk-textbox dl dt{
		width: 8%;
	}

	.ngr-talk-textbox dl dd{
		width: 92%;
	}

	.nrg-talk-box + .nrg-talk-box{
		margin-top: 50px;
	}
}






















