@charset "utf-8";



/* header
-----------------------------------*/
#header{
	background-image: url("../img/bg_profile_01.jpg");
}
#header nav li:nth-child(1) a:before{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#header nav li:nth-child(1) a:after{
	opacity: 1;
}
#header nav li:nth-child(1) a img{
	opacity: 0;
}



/* profile_unit
-----------------------------------*/
#profile_unit{
	width: 100%;
	margin-bottom: 123px;
}


#profile_unit > .intro{
	width: 1000px;
	margin: 144px auto -91px;
	padding-bottom: 102px;
	position: relative;
}
#profile_unit > .intro h2{
	color: #000000;
	font-size: 146.5%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 14px;
	position: relative;
	z-index: 10;
}
#profile_unit > .intro h2 .name{
	font-size: 194.7%;
}
#profile_unit > .intro h2 .en{
	color: #00bbcc;
	font-size: 78.9%;
	width: 1000px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: -22px;
}
#profile_unit > .intro p{
	margin-left: 180px;
	position: relative;
	z-index: 10;
}
#profile_unit > .intro p span{
	font-size: 85%;
}
#profile_unit > .intro .image{
	position: absolute;
	right: 1px;
	bottom: 0;
}


#profile_unit > #award:after{
	background-image: url("../../common/img/bg_title_02.jpg");
}
#profile_unit > #social:after{
	background-image: url("../../common/img/bg_title_03.jpg");
}
#profile_unit > #specialty:after{
	background-image: url("../../common/img/bg_title_04.jpg");
}
#profile_unit > #society:after{
	background-image: url("../../common/img/bg_title_05.jpg");
}