@charset "utf-8"; 

#header-staff-area {
	position: relative;
	height: 600px;
	background: #0ae0e3 url(../img/page/about/medical-team/bg_staff.jpg) no-repeat 50% 100%;
}

#staff-text-area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 0 0 -300px;
	color: #fff;
}

#staff-text-area h2 {
	display: inline-block;
	padding: 10px 20px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: "Uni Sans Regular";
	font-size: 33px;
	letter-spacing: 0.05em;
}

#staff-text-area h3 {
	margin: 20px 0 0;
	font-family: "SpL";
	font-size: 64px;
	letter-spacing: -0.12em;
}

#staff-text-area h3 span {
	color: #fef6d2;
	font-family: "SpB";
}

#staff-text-area h3 span:first-of-type {
	color: #fef6d2;
}

#staff-text-area p {
    margin: 20px 0 0 5px;
	letter-spacing: -0.02em;
	line-height: 1.4;
}

#staff-body-area {
	background: rgb(250,245,226);
	background: -moz-linear-gradient(top,  rgba(250,245,226,1) 0%, rgba(255,255,255,1) 64%);
	background: -webkit-linear-gradient(top,  rgba(250,245,226,1) 0%,rgba(255,255,255,1) 64%);
	background: linear-gradient(to bottom,  rgba(250,245,226,1) 0%,rgba(255,255,255,1) 64%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf5e2', endColorstr='#ffffff',GradientType=0 );
}

#staff-body-area #content.width-fix {
    margin: 0 auto;
    padding: 140px 7% 0;
}

#staff-picture {
	float: left;
	position: relative;
	width: 40%;
	text-align: center;
}

#staff-picture img {
	position: relative;
	margin: 0 0 0 -40px;
	z-index: 1;
}

#staff-picture:after {
	content: "";
	position: absolute;
	top: 70px;
	left: -97px;
	width: 590px;
	height: 688px;
	border-radius: 100px 0 0 0;
	background: rgb(251,228,126);
	background: -moz-linear-gradient(top,  rgba(251,228,126,1) 0%, rgba(249,217,104,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(251,228,126,1) 0%,rgba(249,217,104,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,228,126,1) 0%,rgba(249,217,104,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe47e', endColorstr='#f9d968',GradientType=0 );
	z-index: 0;
}

#career {
	float: right;
	width: 60%;
	margin: -40px 0 0;
	padding: 7% 7% 0 14.5%;
	border-radius: 0 80px 0 0;
	background: #fff;
}

#career > div {
	position: relative;
	padding: 0 0 0 120px;
	color: #000;
	font-family: "SpB";
	font-size: 41px;
	letter-spacing: 0.8em;
}

#career > div:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
	background: #000 url(../img/common/s_logo.png) no-repeat 50% 43%;
	background-size: 61px 44px;
}

#career > div > span {
	display: block;
	position: relative;
	padding: 0 0 8px;
	color: #999;
	font-family: "SpL";
	font-size: 22px;
	font-weight: 400;
	text-indent: 7px;
	letter-spacing: 2.3em;
}

#career h4 {
	margin: 40px 0 16px;
	padding: 0 0 16px;
	font-family: "SpR";
	font-size: 24px;
	font-weight: 600;
	border-bottom: 2px solid #000;
	letter-spacing: 0.1em;
}

#career ul {
	color: #666;
	font-family: "SpL";
	font-size: 19px;
	letter-spacing: -0.03em;
}

#career li {
	position: relative;
	margin: 20px 0;
	padding: 0 0 20px 20px;
	border-bottom: 1px dotted #ddd;
}

#career li:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	width: 3px;
	height: 3px;
	background: #000;
}

#career li:last-child {
	border-bottom: 0;
}

@media screen and (max-width: 1919px) {
	#career {
		padding: 7% 7% 0 7%;
	}

	#staff-picture:after {
		display: none;
	}
}

@media screen and (max-width: 1320px) {
	#staff-body-area #content.width-fix {
		padding: 125px 7% 0;
	}

	#header-staff-area {
		height: 500px;
		background-size: 1700px auto;
	}

	#staff-text-area {
		margin: 0 0 0 -200px;
	}

	#staff-text-area h2 {
		font-size: 25px;
	}

	#staff-text-area h3 {
		font-size: 50px;
	}

	#staff-text-area p {
		font-size: 15px;
	}

	#staff-picture img {
		max-width: 430px;
	}
}

@media screen and (max-width: 1024px) {
	#staff-body-area #content.width-fix {
		padding: 109px 7% 0;
	}

	#header-staff-area {
		height: 450px;
		background-size: 1500px auto;
	}

	#staff-text-area {
		margin: 0 0 0 -150px;
	}

	#staff-text-area h2 {
		padding: 11px 10px 4px;
		font-family: "Uni Sans Thin CAPS";
		font-weight: 600;
		font-size: 21px;
	}

	#staff-text-area h3 {
		font-size: 40px;
	}

	#staff-text-area p {
		font-size: 14px;
	}

	#staff-picture img {
		max-width: 280px;
		margin: 0 0 0 -87px;
	}

	#career > div {
		padding: 0 0 0 100px;
		font-size: 33px;
	}

	#career > div:after {
		width: 70px;
		height: 70px;
		background-size: 50px auto;
	}

	#career > div > span {
		font-size: 18px;
	}

	#career h4 {
		margin: 32px 0 16px;
		font-size: 22px;
	}

	#career ul {
		font-size: 17px;
	}

	#career li {
		margin: 15px 0;
		padding: 0 0 16px 20px;
	}
}

@media screen and (max-width: 950px) {
	#header-staff-area {
		height: auto;
		background: #0ae0e3;
	}

	#staff-body-area #content.width-fix {
		padding: 7% 7% 0;
	}

	#staff-text-area {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		margin: 0;
		padding: 7% 4%;
		text-align: center;	
	}

	#staff-body-area {
		background: rgb(250,245,226);
		background: -moz-linear-gradient(top, rgba(250,245,226,1) 0%, rgba(255,255,255,1) 95%);
		background: -webkit-linear-gradient(top, rgba(250,245,226,1) 0%,rgba(255,255,255,1) 95%);
		background: linear-gradient(to bottom, rgba(250,245,226,1) 0%,rgba(255,255,255,1) 95%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf5e2', endColorstr='#ffffff',GradientType=0 );
	}

	#staff-picture {
		float: none;
		width: 100%;
		text-indent: 11%;
	}

	#staff-picture:after {
		display: block;
		top: 50px;
		left: 0;
		width: 100%;
		height: 560px;
		border-radius: 100px 100px 0 0;
	}

	#career {
		float: none;
		width: 100%;
		margin: 0;
		padding: 9% 9% 6% 9%;
		border-radius: 0;
	}
}

@media screen and (max-width: 500px) {
	#staff-text-area h2 {
		padding: 10px 10px 5px;
		font-size: 15px;
		letter-spacing: 0.07em;
	}

	#staff-text-area h3 {
		margin: 10px 0 0;
		font-size: 28px;
	}

	#staff-text-area p {
		margin: 10px 0 0 0;
		font-size: 13px;
	}

	#staff-picture {
		text-indent: 18%;
	}

	#staff-picture img {
		max-width: 200px;
	}

	#staff-picture:after {
		top: 40px;
		height: 396px;
	}

	#career > div {
		padding: 0 0 0 73px;
		font-size: 25px;
	}

	#career > div:after {
		width: 55px;
		height: 55px;
		background-size: 40px auto;
	}

	#career > div > span {
		font-size: 14px;
		text-indent: 5px;
		letter-spacing: 2.1em;
	}

	#career h4 {
		margin: 22px 0 12px;
		padding: 0 0 12px;
		font-size: 18px;
	}

	#career ul {
		font-size: 14px;
	}

	#career li {
		margin: 12px 0;
		padding: 0 0 12px 13px;
	}

	#career li:after {
		top: 7px;
		width: 2px;
		height: 2px;
	}
}

@media screen and (max-width: 420px) {
	#staff-picture img {
		max-width: 180px;
		margin: 0 0 0 -80px;
	}

	#staff-picture:after {
		top: 30px;
		height: 362px;
		border-radius: 50px 50px 0 0;
	}

	#staff-text-area p {
		font-size: 12px;
	}
}