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

/* staff */

.stafflist__box{
	width:900px;
	margin:0 auto;
	}

.staff__catch{
	text-align:left;
    margin:0 auto 70px auto;
}

.staff__menu{
	background-color:#eeeeee;
	padding:5px;
	max-width: 1100px;
  margin: 0 auto 70px auto;
}
.staff__menu__line{
	border:1px solid #fff;
	width:100%;
	padding:20px 0 20px 50px;
	display: flex;
	flex-wrap: wrap;
	
}
.staff__menu__ttl{
	line-height:2em;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
	display:block;
	width:100%;
}
.staff__menu img{
	margin-left:10px;
}
.staff__list {
  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;
  justify-content: space-between;
  max-width: 920px;
  margin: 40px auto;
}
.staff__listitem{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position:relative;
  padding-bottom:15px;
}
.staff__comment{
	background:url(../shared/img/bg_comment.png) 0 0 no-repeat;
	padding-top:2em;
	margin-bottom:80px;
	}
.staff__comment2{
	background:url(../shared/img/bg_comment.png) 100% 6em no-repeat;
	margin-bottom:80px;
	}
.staff__comment3{
	background:url(../shared/img/bg_comment.png) 0 100px no-repeat;
	padding-top:20px;
	margin-bottom:80px;
	}
.staff__comment4{
	margin-bottom:80px;
	}
.staff__comment--ttl{
	line-height:2.5em;
	text-align:center;
	font-size:40px;
	margin-bottom:40px;
	font-weight:600;
	}
.staff__comment--ttl2{
	line-height:1.6em;
	text-align:center;
	font-size:36px;
	color:#5e952d;
	margin-bottom:30px;
	font-weight:600;
	}
.staff__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;
}
.staff__comment--txt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width:550px;
  margin:0 30px;
  padding-top:20px;
}
.staff__comment--txt2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width:550px;
  margin-right:30px;
}
.staff__comment--txt3{
	padding-top:25px;
	margin-left:30px;
}
.staff__comment--txt,staff__comment--txt2 p{
	display:inline-block;
}
.staff__comment--box .name{
	font-size:1.2em;
	margin-bottom:1em;
}
.staff__comment--eigyo{
	height:515px;
	margin-bottom:60px;
	padding:40px 0 0 40px;
}
.east{
	background:url(eigyo-east/img/img_east_01.png) 100% 0 no-repeat;
}
.east2{
	background:url(eigyo-east/img/img_east_02.jpg) 90% 0 no-repeat;
}
.west{
	background:url(eigyo-west/img/img_west_01.png) 100% 0 no-repeat;
}
.west2{
	background:url(eigyo-west/img/img_west_02.jpg) 90% 0 no-repeat;
}
.staff__comment--eigyo .catch{
	line-height:1.6em;
	text-align:center;
	font-size:40px;
	background-color:#fff;
	color:#5e952d;
	font-weight:600;
}
.staff__comment--eigyo .name{
	color:#fff;
	background-color:#5e952d;
	width:160px;
	padding:12px;
	line-height:1.4em;
	margin-top:40px;
}
.densan__staff{
	background:url(densan/img/img_densan.png) 0 0 no-repeat;
	min-height:460px;
}
.densan__staff .staff__comment--txt{
	margin-left:550px;
	}