@charset "utf-8";
/* CSS Document */

/* interview */

.interview__box h2{
	background:url(../shared/img/ttl_line.png) 50% 100% no-repeat;
	line-height:2em;
	text-align:center;
	font-family: 'Noto Serif JP', sans-serif;
	font-size:40px;
	margin-bottom:50px;
	font-weight:500;
	}
.interview__box p{
	text-align:center;
	margin-bottom:3em;
}
.interview__thamb--area{
  display: flex;
  width:900px;
  margin:0 auto 60px auto;
	}
.interview__thamb--box{
	width:190px;
	margin-right:40px;
	}
.interview__thamb--box a{
	text-decoration:none;
	color:#000;
	}
.interview__thamb--box p{
	line-height:1.4em;
	font-size:0.8em;
	vertical-align: middle;
	text-align:center;
}
.interview__thamb--box .name{
	font-size:1.2em;
	line-height:2em;
	color:#5e952d;
	font-weight:500;
}
.interview__thamb--area2{
  display: flex;
  width:650px;
  margin:0 auto;
	}
.kome{font-size:0.8em;}

.interview__menu--area{
  width:1200px;
  margin:0 auto 60px auto;
  border-top:1px solid #535353;
	}
.interview__menu--area h2{
	font-size:1.2em;
	font-weight:500;
	text-align:center;
	margin-bottom:1em;
	clear:both;
	padding-top:40px;
	}
.interview__menu--voice{
  width:1200px;
  margin:0 auto;
  clear:both;
  padding-left:60px;
}
.interview__menu--box{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
	margin-right:40px;
	float:left;
	}
.interview__menu--box a{
	text-decoration:none;
	color:#000;
	}
.interview__menu--box p{
	display:inline-block;
	line-height:1.2em;
	font-size:0.8em;
	vertical-align:top;
	margin-left:10px;
	padding-top:5px;
}
.interview__menu--box .name{
	font-size:1em;
	line-height:2em;
	color:#5e952d;
	font-weight:500;
}
.interview__menu--rookie{
  width:850px;
  margin:0 auto;
  clear:both;
  padding:20px 0 60px 0;
}

.interview__comment{
	height:510px;
	margin-bottom:40px;
	padding:40px 0 0 40px;
}
.interview__comment .catch{
	line-height:1.6em;
	text-align:center;
	font-family: 'Noto Serif JP', sans-serif;
	font-size:50px;
	background-color:#fff;
	font-weight:500;
}
.interview__comment .name{
	background:url(img/name.png) 0 100% no-repeat;
	width:238px;
	height:238px;
	margin-top:20px;
}
.interview__comment .name p{
	padding-top:70px;
	text-align:center;
	color:#fff;
	line-height:1.5em;
}
.interview__comment .name span{
	font-size:1.4em;
}
.interview__comment--ttl{
	line-height:1.4em;
	text-align:center;
	font-family: 'Noto Serif JP', sans-serif;
	font-size:40px;
	margin-bottom:20px;
	font-weight:500;
	}
.interview__comment--box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom:50px;
}
.interview__comment--txt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width:590px;
  margin-right:40px;
}
.interview__comment--txt2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width:590px;
  margin-left:40px;
}
.kome{
	font-size:0.8em;
	width:600px;
	margin:0 auto;
	text-align:left;
}
.kome2{
	font-size:0.8em;
	width:1200px;
	margin:0 auto 60px 0;
	text-align:left;
}
.kouzou--u{
	background:url(kouzou_u/img/img_interview_01.jpg) 100% 0 no-repeat;
}
.naisou--a{
	background:url(naisou_a/img/img_interview_01.jpg) 100% 0 no-repeat;
}
.densan--s{
	background:url(densan_s/img/img_interview_01.jpg) 100% 0 no-repeat;
}
.gaisou--n{
	background:url(gaisou_n/img/img_interview_01.jpg) 100% 0 no-repeat;
}
.naisou--c{
	background:url(naisou_c/img/img_interview_01.jpg) 100% 0 no-repeat;
}
.naisou--k{
	background:url(naisou_k/img/img_interview_01.jpg) 100% 0 no-repeat;
}
.gaisou--h{
	background:url(gaisou_h/img/img_interview_01.jpg) 100% 0 no-repeat;
}

.rookie__box{
  width:1200px;
  margin:0 auto;
	}

.rookie__box dl{
  }
 .rookie__box dl dt{
	 background:url(img/icon_q.png) 0 0 no-repeat;
	 font-size:1.2em;
	 line-height:2.5em;
	 padding-left:80px;
 }
  .rookie__box dl dd{
	 padding-left:80px;
	 padding-bottom:30px;
  margin-bottom:30px;
 }
 .rookie__box a{
	 color:#000;
	 }