@charset "utf-8";
body {
	background-color: #f7f8f8;
}
/*.drawer-nav{
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
}
.contact_chat{
	display: none;
}*/
.top{
	 margin: -110px auto 0;
	}

.story .image {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: cover;
	margin-bottom: 40px;
}
.story .image01 {
	background-image: url(../images/employeesstory/image03.jpg);
}
.story .image02 {
	background-image: url(../images/employeesstory/image02.jpg);
}
.story .image03 {
	background-image: url(../images/employeesstory/image09.jpg);
}
.story .image04 {
	background-image: url(../images/employeesstory/image04.jpg);
}
.story .image05 {
	background-image: url(../images/employeesstory/image05.jpg);
}
.story .image06 {
	background-image: url(../images/employeesstory/image06.jpg);
}
.story .image07 {
	background-image: url(../images/employeesstory/image07.jpg);
}
.story .image08 {
	background-image: url(../images/employeesstory/image08.jpg);
}
.story .image09 {
	background-image: url(../images/employeesstory/image09.jpg);
}

.story strong{
	font-size: 3rem;
	line-height: 3rem;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	}
.story em.team {
	font-size: 2rem;
	line-height: 2.6rem;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	font-style: normal;
}
.story em.name_s {
	font-size: 1.4rem;
	color: #898989;
	line-height: 1.4rem;
	text-align: center;
	margin-bottom: 60px;
	display: block;
	font-style: normal;
}
.story_menu{
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}
.story_menu a{
	display: block;
	float: left;
	width: 20%;
	height: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
.story_menu a.smenu01{
	background-image: url(../images/employeesstory/image03.jpg);	
}
.story_menu a.smenu02{
	background-image: url(../images/employeesstory/image02.jpg);	
}
.story_menu a.smenu03{
	background-image: url(../images/employeesstory/image09.jpg);	
}
.story_menu a.smenu04{
	background-image: url(../images/employeesstory/image04.jpg);	
}
.story_menu a.smenu05{
	background-image: url(../images/employeesstory/image05.jpg);	
}
.story_menu a.smenu06{
	background-image: url(../images/employeesstory/image06.jpg);	
}
.story_menu a.smenu07{
	background-image: url(../images/employeesstory/image07.jpg);	
}
.story_menu a.smenu08{
	background-image: url(../images/employeesstory/image08.jpg);	
}
.story_menu a.smenu09{
	background-image: url(../images/employeesstory/image09.jpg);	
}
.story{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	line-height: 0px;
	position: relative;
	padding-top: 0px;
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 60px;
}
.story h4 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: left;
	line-height: 3rem;
}
.story p {
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	height: auto;
	line-height: normal;
	text-align: left;
}
.story .back {
	display: block;
	width: 160px;
	background-color: #065e8f;
	text-align: center;
	color: #ffffff;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
}




@media (min-width:641px){
.top{
	 margin: -80px auto 0;
	}
.story{
	margin: 80px auto 0;
	margin-right: auto;
	margin-left: 180px;
	margin-bottom: 0;
	width: 640px;
	position: relative;
	text-align: left;
	line-height: 2.6rem;
	padding-bottom: 60px;
}
	.story h4 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: left;
}
	.story_menu{
	width: 180px;
	overflow: hidden;
	position: fixed;
	top: 80px;
	left: 0px;
	height: calc(100vh - 80px);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
	.story_menu::-webkit-scrollbar {
		display: none;
	}
.story_menu a{
	display: block;
	float: left;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	margin-bottom: 1px;
}
}

@media (min-width:1024px){
	.story{
	margin: 80px auto 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 640px;
	position: relative;
	text-align: left;
	line-height: 2.6rem;
	padding-bottom: 60px;
	float: none;
}
	
}