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

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

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

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


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

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

.ngr-title-area{
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.ngr-title-area .title{
	font-size: 28px;
	line-height: 1.6;
  margin-bottom: 10px;
	font-weight: bold;
}

.ngr-voice-area{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.ngr-voice-area [class^="ngr-voice"] {
	background: #fff;
	padding: 30px;
	width: 48%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.ngr-voice-area [class^="ngr-voice"]:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.ngr-voice-area [class^="ngr-voice"]:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	border-radius: inherit;
}

.ngr-voice-area .ngr-voice-01:before {
	background : -webkit-linear-gradient(0deg, rgba(190, 235, 111, 1) 0%, rgba(141, 217, 254, 1) 60.67%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(190, 235, 111, 1) ),color-stop(0.6067,rgba(141, 217, 254, 1) ));
	background : linear-gradient(90deg, rgba(190, 235, 111, 1) 0%, rgba(141, 217, 254, 1) 60.67%);
}

.ngr-voice-area .ngr-voice-02:before {
	background : -webkit-linear-gradient(0deg, rgba(236, 145, 251, 1) 1.55%, rgba(236, 145, 70, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.0155,rgba(236, 145, 251, 1) ),color-stop(1,rgba(236, 145, 70, 1) ));
	background : linear-gradient(90deg, rgba(236, 145, 251, 1) 1.55%, rgba(236, 145, 70, 1) 100%);
}

.ngr-voice-area .ngr-voice-03:before {
	background : -webkit-linear-gradient(0deg, rgba(255, 145, 129, 1) 1.55%, rgba(236, 206, 70, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.0155,rgba(255, 145, 129, 1) ),color-stop(1,rgba(236, 206, 70, 1) ));
	background : linear-gradient(90deg, rgba(255, 145, 129, 1) 1.55%, rgba(236, 206, 70, 1) 100%);
}

.ngr-voice-area .ngr-voice-04:before {
	background : -webkit-linear-gradient(0deg, rgba(35, 204, 197, 1) 0%, rgba(255, 215, 143, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(35, 204, 197, 1) ),color-stop(1,rgba(255, 215, 143, 1) ));
	background : linear-gradient(90deg, rgba(35, 204, 197, 1) 0%, rgba(255, 215, 143, 1) 100%);
}

.ngr-voice-area .ngr-voice-05:before {
	background : -webkit-linear-gradient(0deg, rgba(120, 200, 255, 1) 0%, rgba(212, 153, 254, 1) 60%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(120, 200, 255, 1) ),color-stop(0.6,rgba(212, 153, 254, 1) ));
	background : linear-gradient(90deg, rgba(120, 200, 255, 1) 0%, rgba(212, 153, 254, 1) 60%);
}

.ngr-voice-area .ngr-voice-06:before {
	background : -webkit-linear-gradient(0deg, rgba(255, 151, 210, 1) 0%, rgba(236, 204, 102, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 151, 210, 1) ),color-stop(1,rgba(236, 204, 102, 1) ));
	background : linear-gradient(90deg, rgba(255, 151, 210, 1) 0%, rgba(236, 204, 102, 1) 100%);
}

.ngr-voice-area .ngr-voice-07:before {
	background : -webkit-linear-gradient(0deg, rgba(165, 206, 74, 1) 0%, rgba(255, 212, 0, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(165, 206, 74, 1) ),color-stop(1,rgba(255, 212, 0, 1) ));
	background : linear-gradient(90deg, rgba(165, 206, 74, 1) 0%, rgba(255, 212, 0, 1) 100%);
}

.ngr-voice-area .ngr-voice-08:before {
	background : -webkit-linear-gradient(0deg, rgba(236, 204, 255, 1) 0%, rgba(136, 216, 210, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(236, 204, 255, 1) ),color-stop(1,rgba(136, 216, 210, 1) ));
	background : linear-gradient(90deg, rgba(236, 204, 255, 1) 0%, rgba(136, 216, 210, 1) 100%);
}
.ngr-voice-area .full-wide{
	width: 100%;
}

.ngr-voice-area .ngr-question{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.ngr-voice-area .ngr-voice-06 .ngr-question{
	align-items: flex-start;
}

.ngr-voice-area .ngr-question dt{
	width: 60px;
	margin-top: 5px;
}

.ngr-voice-area .ngr-question dd{
	width: calc( 100% - 80px );
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
}

.ngr-voice-area .ngr-question dd .small{
	font-size: 14px;
}

.ngr-voice-area [class^="ngr-voice"] figure{
	width: 80%;
	margin: 30px 30px 0 80px;
}

.ngr-voice-area [class^="ngr-voice"] figure + figure{
	margin: 0 30px 0 80px;
}

.ngr-list-area{
	width: calc( 100% - 80px );
	margin: 10px 0 0 auto;
}

.ngr-list-area li +li {
	margin-top: 5px;
}

.ngr-voice-area .voice-box-inner{
	width: calc( 100% - 80px );
	margin: 10px 0 0 auto;
}

.voice-box-inner .voice-box{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
  line-height: 1.4;
	font-weight: bold;
}

.voice-box-inner .voice-box ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding-top: 15px;
}

.voice-box ul li:nth-child(even){
	margin-left: 10px;
}

.voice-box ul li{
	width: 46%;
	display: flex;
	align-items: center;
	justify-content: center;
	background : #EBF6F9;
	padding: 13px 0;
	line-height: 1.2;
	margin-bottom: 10px;
}

.ngr-voice-07 ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 15px;
}

.ngr-voice-07 ul li{
	background : #EBF6F9;
	padding: 13px 23px;
	line-height: 1.2;
	margin-bottom: 10px;
}



@media screen and (max-width: 1100px) {
	.ngr-voice-area [class^="ngr-voice"] {
		padding: 30px;
	}
	
	.ngr-voice-area .ngr-question dd{
		width: calc( 100% - 80px );
		font-size: calc(20/1100 * 100vw);
	}
	
	.ngr-voice-area .ngr-question dd .small {
		font-size: calc(14/1100 * 100vw);
	}
	
	.voice-box-inner .voice-box {
		font-size: calc(14/1100 * 100vw);
		margin: 0;
	}
	
	.ngr-voice-area [class^="ngr-voice"] figure {
		margin: 20px 0 0 80px;
	}
	
	.ngr-voice-area .ngr-voice-04 figure {
		width: 70%;
	}
	
	.ngr-voice-05 ul li {
		padding: 7px 0;
	}
	
	.ngr-voice-07 ul{
		padding: 0;
	}
	
	.ngr-voice-07 ul li {
		padding: 10px 13px;
		margin-bottom: 7px;
	}
}



@media screen and (max-width: 768px) {
	.ngr-bg-contents{
		background: #efefef url("/recruit/newgraduates/shared/images/voice/bg-sp.png") no-repeat 0 bottom;
		background-size: cover;
	}
	
	.ngr-contents-inner{
		width: 90%;
		margin: 0 auto;
	}
	
	.ngr-title-area{
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.ngr-title-area .title{
		font-size: 17px;
		line-height: 1.6;
		margin-bottom: 7px;
	}
	
	.ngr-voice-area [class^="ngr-voice"] {
		padding: 20px 15px;
		width: 100%;
		margin-bottom: 30px;
	}

	.ngr-voice-area .ngr-question dt{
		width: 40px;
		margin-top: 5px;
	}

	.ngr-voice-area .ngr-question dd{
		width: calc( 100% - 55px );
		font-size: 18px;
		line-height: 1.3;
	}

	.ngr-voice-area .ngr-question dd .small{
		font-size: 9px;
	}

	.ngr-voice-area [class^="ngr-voice"] figure{
		margin: 30px 0 0 50px;
		width: 75%;
	}
	
	.ngr-voice-area [class^="ngr-voice"] figure + figure {
		margin: 10px auto 0 auto;
		width: 65%;
	}

	.ngr-list-area {
		width: calc( 100% - 55px );
		margin: 20px 0 0 auto;
	}

	.ngr-voice-area .voice-box-inner{
		display: flex;
		flex-flow:  row nowrap;
		justify-content: space-between;
		width: calc( 100% - 55px );
		margin: 0 0 10px auto;
	}

	.voice-box-inner .voice-box{
		width: 46%;
		text-align: center;
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.4;
		font-weight: bold;
	}

	.voice-box-inner .voice-box ul{
		margin-top: 0;
	}

	.voice-box ul li:nth-child(even){
		margin-left: 0;
	}

	.voice-box ul li{
		width: 100%;
		height: 9vw;
		margin-bottom: 5px;
		font-size: 11px;
		line-height: 1.4;
	}

	.ngr-voice-07 .voice-box{
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		padding-top: 0;
	}

	.ngr-voice-07 ul li{
		padding: 13px 11px;
		line-height: 1.2;
		margin-bottom: 7px;
  }
}
