@charset "utf-8";

/***************************************************************************
*
* PEOPLE STYLE
*
***************************************************************************/
body{
	background: #eaf7f4;
}
.header {
	position: fixed;
	top: 0;
	z-index: -1;
}
/*#MAIN*/
#main {
	position: relative;
	overflow: hidden;
}

#main .inner {
    top: 59.8%;
    left: 49.7%;
}

#main .namePage .icon img{
	margin-top: -1px;
	margin-left: 1px;
}

/*#MAIN*/

#content {
	padding: 88px 0;
}

/*AREAPEOPLE*/
.areaPeople {
}
.areaPeople .boxWrap {
}
.areaPeople .boxWrap .boxItem {
	background: #fff;
}
.areaPeople .boxWrap .boxItem + .boxItem {
	margin-top: 48px;
}
.areaPeople .boxWrap .boxItem .boxPhoto {
	position: relative;
}
.areaPeople .boxWrap .boxItem .boxPhoto a {
	display: block;
}
.areaPeople .boxWrap .boxItem .boxPhoto .photoItem {
	position: relative;
}
.areaPeople .boxWrap .boxItem .boxPhoto .photoItem:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/people/people-bg.png) no-repeat left center/100%;
}
.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 140px 100px;
}
.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxTitle {
	font-size: 32px;
	color: #2DB294;
	font-weight: normal;
	letter-spacing: -3px;
	margin-bottom: 25px;
}
.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxName {
	font-weight: bold;
	color: #3F3E3C;
	letter-spacing: -0.3px;
	margin-bottom: 6px;
}
.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .cBlue {
	color: #2DB294;
} 
.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxName2 {
	font-size: 24px;
	color: #3F3E3C;
	margin-bottom: 65px;
}
.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxName2 span {
	vertical-align: 3px;
	font-size: 16px;
	letter-spacing: -0.5px;
}
.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxMore {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #2DB294;
	padding-top: 33px;
}
.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxMore:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 24px;
	background: url(../images/people/icon-dropdown.png) no-repeat center center/100%;
	top: 0;
	left: 56%;
	transform: translateX(-50%);

}
.areaPeople .boxWrap .boxItem .boxQA {
	display: none;
	overflow: hidden;
	padding: 92px 99px 82px;
}
.areaPeople .boxWrap .boxItem .boxQA .boxPhotoQA {
	width: 400px;
	float: left;
	margin: -20px 47px 20px 0;
}
.areaPeople .boxWrap .boxItem .boxQA .qaList {
	display: inline;
}
.areaPeople .boxWrap .boxItem .boxQA .qaList li + li {
	margin-top: 28px;
}
.areaPeople .boxWrap .boxItem .boxQA .qaList li .qaQuest {
	margin-bottom: 12px;
}
.areaPeople .boxWrap .boxItem .boxQA .qaList li .qaQuest .iconQ {
	width: 48px;
	display: inline-block;
	vertical-align: 14px;
	margin-right: 3px;
}
.areaPeople .boxWrap .boxItem .boxQA .qaList li .qaQuest .text {
	font-size: 24px;
	color: #2DB294;
	font-weight: normal;
	letter-spacing: -2.5px;
}
.areaPeople .boxWrap .boxItem .boxQA .qaList li .qaAnwser {
	font-size: 16px;
	color: #3F3E3C;
	line-height: 2;
	letter-spacing: -0.4px;
	text-align: justify;
}
/*AREAPEOPLE*/


/*IE FIX*/
@media all and (-ms-high-contrast:none) {
    .areaPeople .boxWrap .boxItem .boxQA .qaList li .qaQuest .iconQ {
    	vertical-align: -15px;
    }
}

/*SP STYLE*/
@media (max-width: 768px) {
	#main .namePage .icon img{
		width: 30px;
	}
	#content {
	    padding: 40px 0;
	}

	/*AREAPEOPLE*/
	.areaPeople .inner {
		padding: 0;
	}
	.areaPeople .boxWrap .boxItem + .boxItem {
	    margin-top: 30px;
	}
	.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo {
	    padding: 15px 30px;
	}
	.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxTitle {
	    font-size: 20px;
	    margin-bottom: 8px;
	}
	.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxName {
		font-size: 12px;
	    margin-bottom: 6px;
	}
	.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxName2 {
	    font-size: 16px;
	    margin-bottom: 2px;
	}
	.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxName2 span {
	    vertical-align: 1px;
	    font-size: 12px;
	}
	.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxMore {
		font-size: 12px;
		padding-top: 0;
	}
	.areaPeople .boxWrap .boxItem .boxPhoto .boxInfo .boxMore:before {
		width: 23px;
	    height: 18px;
	    top: 20px;
	    left: 49%;
	}
	.areaPeople .boxWrap .boxItem .boxQA .boxPhotoQA {
	    width: 150px;
	    margin: -10px 10px 0 0;
	}
	.areaPeople .boxWrap .boxItem .boxQA {
	    padding: 40px 4% 30px;
	}
	.areaPeople .boxWrap .boxItem .boxQA .qaList li + li {
	    margin-top: 25px;
	}
	.areaPeople .boxWrap .boxItem .boxQA .qaList li .qaQuest {
		display: flex;
		justify-content: space-between;
		margin-bottom: 5px;
	}
	.areaPeople .boxWrap .boxItem .boxQA .qaList li .qaQuest .iconQ {
	    width: 25px;
	    vertical-align: 2px;
	    margin-right: 0;
	}
	.areaPeople .boxWrap .boxItem .boxQA .qaList li .qaQuest .text {
	    font-size: 16px;
	    width: calc(100% - 25px);
	    padding-left: 5px;
	    letter-spacing: 0;
	    text-align: justify;
	    font-weight: bold;
	    margin-bottom: 5px;
	}
	.areaPeople .boxWrap .boxItem .boxQA .qaList li .qaAnwser {
	    font-size: 14px;
	    line-height: 1.5;
	}
	/*AREAPEOPLE*/
	.areaPeople .boxWrap .boxItem .boxPhoto .photoItem:before{
		background: url(../images/people/people-bg2.png) no-repeat left center/100%;
	}
}