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

figure{
	margin: 0;
}

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

.ngr-contents{
	background: #efefef url("/recruit/newgraduates/shared/images/workstyle/bg_01.png") no-repeat 0 top;
	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/workstyle/bg_01-sp.png") no-repeat 0 top;
		background-size: cover;
		padding: 50px 0;
	}
	
	.ngr-contents-inner{
		width: 100%;
	}
	
	.ngr-p-pageHeader .ngr-p-pageHeader_inner {
    padding: calc(80/750 * 100vw) 0 0 0;
  }
}

.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: 10px;
}

.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: 40px;
	line-height: 1.4;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	color: #fff;
	background : -webkit-linear-gradient(0deg, rgba(240, 120, 255, 1) 0%, rgba(255, 190, 255, 1) 80%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(240, 120, 255, 1) ),color-stop(0.8,rgba(255, 190, 255, 1) ));
	background : linear-gradient(90deg, rgba(240, 120, 255, 1) 0%, rgba(255, 190, 255, 1) 80%);
	box-shadow: 7px 7px 0px 0px #FFD178;
}

.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{
	padding: 35px 50px;
	width: 96%;
	margin: -45px auto 45px auto;
	position: relative;
	z-index: 1;
	background : -webkit-linear-gradient(0deg, rgba(251, 214, 255, 1) 0%, rgba(255, 236, 255, 1) 80%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(251, 214, 255, 1) ),color-stop(0.8,rgba(255, 236, 255, 1) ));
	background : linear-gradient(90deg, rgba(251, 214, 255, 1) 0%, rgba(255, 236, 255, 1) 80%);
}

.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: 90%;
		margin: 0 auto 60px auto;
	}

	.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: 15%;
	}

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

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


/* wtalk03 */
[data-page=talk02] .ngr-talk-textbox dl{
	background: #fff;
  padding: 10px;
}

[data-page=talk02] .ngr-talk-textbox dl:first-of-type{
	background: #faee00;
	margin-bottom: 20px;
	padding: 10px;
}

[data-page=talk02] .ngr-talk-textbox.ngr-last-box dl:last-of-type{
	background: #faee00;
	margin-top: 20px;
	padding: 10px;
}

[data-page=talk02] .ngr-talk-textbox dl + dl {
  margin-top: 0;
	padding-bottom: 10px;
}




/* wtalk03 */
[data-page="talk03"] .ngr-talk-textbox{
	position: relative;
}

[data-page="talk03"] .ngr-talk-textbox:after{
	content: "";
	position: absolute;
	background: url("/recruit/newgraduates/shared/images/workstyle/wtalk03/title_bg.png") no-repeat 0 0;
  background-size: contain;
	width: 104px;
	height: 33px;
	left: 50px;
	top: -9px;
}

@media screen and (max-width: 768px) {
	[data-page="talk03"] .ngr-talk-textbox:after{
		content: "";
		position: absolute;
		background: url("/recruit/newgraduates/shared/images/workstyle/wtalk03/title_bg-sp.png") no-repeat 0 0;
		background-size: contain;
		width: 60px;
		height: 24px;
		left: 20px;
		top: -10px;
  }
}
















