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

figure{
	margin: 0;
}

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

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

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

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

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

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

/* btn */
.ngr-index-inner{
	margin-top: 30px;
}

.ngr-index-area a {
  color: #595757;
}

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

.ngr-index-area_wrap > li {
	width: 48%;
}

.ngr-index-contents{
	position: relative;
}

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

.ngr-btnarea .ngr-text{
	position: relative;
}

.ngr-btnarea{
  position: absolute;
	right: 0;
	bottom: 0;
	width: 188px;
	background: rgba(255, 255, 255, .9);
}

.ngr-index-area .ngr-btn-box{
	position: relative;
	text-align: center;
	padding: 7px 0;
}

.ngr-btnarea .ngr-btn-box:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 10px;
    height: 1px;
    background: #E6141E;
    transition: .3s;
}

.ngr-btnarea .ngr-btn-box:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-left: 1px solid #E6141E;
    border-bottom: 1px solid #E6141E;
    transform: rotate(-135deg);
    transition: .3s;
}

.ngr-index-area a:hover .ngr-btnarea .ngr-btn-box:before{
    right: 9px;
    width: 14px;
}

.ngr-index-area a:hover .ngr-btnarea .ngr-btn-box:after{
    right: 9px;
}

@media screen and (max-width: 1100px) {
	.ngr-text{
		font-size: calc(14/1100 * 100vw);
	}
}

@media screen and (max-width: 768px){
	.ngr-index-area_wrap {
		display: block;
	}

	.ngr-index-area_wrap > li {
		width: 100%;
	}

	.ngr-btn-box {
		padding: 5px 0;
	}

	.ngr-index-area_wrap > li + li{
		margin-top: 30px;
	}
	
	.ngr-text{
		font-size: 10px;
		line-height: 1.6;
	}
}

.ngr-index-inner:first-of-type{
	margin-bottom: 60px;
}

.ngr-contents-title{
	color: #231815;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 20px;
	position: relative;
}

.ngr-contents-title:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 73px;
	background: #231815;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.ngr-talk-tag{
	position: absolute;
	top: 0;
	background: #e60012;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	width: 188px;
	padding: 3px 10px;
}

.ngr-title{
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 5px;
}

.ngr-caption{
	margin: 10px 0 0 0;
}

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

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

.ngr-talk-nametext span{
	font-size: 14px;
}

.ngr-person-inner .ngr-index-area_wrap > li {
	margin-bottom: 80px;
}

.ngr-person-contents{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	margin-bottom: 10px;
}

.ngr-person-contents .ngr-person-photo{
	position: relative;
	width: 48%;
}

.ngr-person-contents .ngr-person-text{
	width: 50%;
}

@media screen and (max-width: 1100px) {
	.ngr-contents-title {
		font-size: calc(28/1100 * 100vw);
	}
	.ngr-talk-tag {
    font-size: calc(16/1100 * 100vw);
	}
	
	.ngr-title{
		font-size: calc(20/1100 * 100vw);
	}
	
	.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-nametext span{
		font-size: calc(14/1100 * 100vw);
	}
	
	.ngr-btnarea{
		width: 40%;
	}
	
	.ngr-person-contents .ngr-btnarea{
		width: 78%;
	}
}

@media screen and (max-width: 768px) {
	.ngr-btnarea {
		width: 48%;
	}
	
	.ngr-index-area{
		width: 100%;
	}

	.ngr-title{
		font-size: 14px;
	}

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

	.ngr-talk-nametext{
		font-size: 14px;
	}

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

	.ngr-contents-title{
		font-size: 14px;
		margin-bottom: 60px;
		padding-bottom: 15px;
	}

	.ngr-contents-title:after{
		width: 40px;
	}

	.ngr-talk-tag{
		font-size: 10px;
		width: 40%;
		padding: 5px 10px;
	}

	.ngr-title{
		font-size: 14px;
	}

	.ngr-caption{
		margin: 5px 0 0 0;
	}

	.ngr-person-inner .ngr-index-area_wrap > li {
		margin-bottom: 0;
	}

	.ngr-person-contents{
		display: flex;
		flex-flow: column;
		margin-bottom: 10px;
	}

	.ngr-person-contents .ngr-person-photo{
		width: 100%;
		margin-bottom: 10px;
	}

	.ngr-person-contents .ngr-person-text{
		width: 100%;
	}
}





