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

.p-bg-prof{
	background-image: url(../img/career/bg.jpg);
	background-repeat: repeat-x!important;
	background-position: center top;
	background-size: auto auto;
}
.p-bg-prof02{
	background-image: url(../img/career/bg.jpg);
	background-repeat: repeat-x!important;
	background-position: center top;
	background-size: auto 440px;
}
.p-proftitle{
	width: 44%;
	float: left;
}
.p-profgr .p-proftitle{
	width: 44%;
	float: right;
	position: relative;
}
.p-proftitle .c-jost{
	font-size: 110px;
	line-height: 1em;
	color: #FDE9E6;
	text-transform: uppercase;
}
.p-profgr .p-proftitle .c-jost{
	line-height: 1em;
	color: #EFF4ED;
	text-transform: uppercase;
	position: relative;
	text-align:right;
	padding-top: 30px;
}
.p-proftitle h3{
	font-size: 36px;
	line-height: 1.6em;
	font-weight: 600;
	position: relative;
}

.p-profgr .p-proftitle h3{
	top: -150px;
	text-align:right;
}
.p-profbox{
	width: 50%;
	float: left;
	padding-right: 6%;
	position: relative;
	margin-bottom: 100px;
}
.p-profgr .p-profbox{
	width: 50%;
	float: left;
	padding-right: 0;
	padding-left: 6%;
}
.p-profbox .p-photo{
	width: 77%;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 0;
	padding-bottom: 30px;
}
.p-profgr .p-profbox .p-photo{
	width: 77%;
	margin: 0 auto 0 0;
	position: relative;
	z-index: 0;
	padding-bottom: 30px;
}
.p-profbox .p-box{
	width: 47%;
	color: #FFF;
	background-color: #EE6749;
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	padding: 30px 0 20px;
	font-weight: 600;
}
.p-profgr .p-profbox .p-box{
	width: 47%;
	background-color: #88AA85;
	left: auto;
	bottom: 0;
	right: 0;
}
.p-profbox .p-box .p-name{
	font-size: 26px;
	line-height: 1.6em;
}
.p-careerbox{
	clear: both;
}
.p-careerbox .p-year{
	width: 160px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	padding: 0;
	font-weight: bold;
	color: #FFF;
	background-color: #E8350C;
	border-radius: 50px;
	margin-bottom: 20px;
}

.p-profgr .p-careerbox .p-year{
	background-color: #608F5C;
}
.p-careerbox .p-title{
	font-size: 20px;
	line-height: 50px;
	display: inline-block;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.p-careerbox h4{
	padding: 15px 4%;
	color: #E8350C;
	background-color: #FDE9E6;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}

.p-profgr .p-careerbox h4{
	color: #608F5C;
	background-color: #D7E3D6;
}
.p-careerbox .p-come{
	padding: 30px 4% 20px;
	background-color: #FFF;
}

.p-careerbox h5{
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 20px;
}
.p-careerbox .p-arrow{
	text-align: center;
	padding: 30px 0 0;
}
.p-careerbox .p-arrow img{
	width: 160px;
	height: auto;
}
.c-img_full{
	position: relative;
}
.p-timesc{
	width: 100%;
	max-width: 1200px;
	padding: 130px 0 100px;
	background-color: #FFF;
	margin: 0 auto -70px;;
	top: -70px;
	position: relative;
}
.p-timeline{
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	position: relative;
}
.p-timeline:after{
	visibility: visible;
	content: " ";
	position: absolute;
	width: 1px;
	height: calc(100% - 60px);
	top: 30px;
	bottom: 30px;
	left: 17px;
	background-color: #E8350C;
}
.p-profgr .p-timeline:after{
	background-color: #608F5C;
}
.p-timeline .p-box{
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 36px auto;
	padding-left: 70px;
	padding-top: 10px;
	margin-bottom: 30px;
	font-weight: 600;
}
.p-profgr .p-timeline .p-box{
	background-image: url(../img/dot02.png);
}
.p-timeline .p-box .p-time{
	width: 80px;
	float: left;
	color: #E8350C;
	font-weight: bold;
}
.p-profgr .p-timeline .p-box .p-time{
	color: #608F5C;
}
.p-caption{
	width: 100%;
	max-width: 1200px;
	padding: 40px 0 100px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	line-height: 1.6em;
}
.p-profgr{
	margin-bottom: 100px;
}
