@charset "utf-8";
.jobBox {
	margin-bottom: 30px;
}
.occupationsBox {
	background: #fff;
	padding: 20px;
}
.occupationsBox .columnTitle {
	float: left;
	width: 29%;
	margin-right: 1%;
}
.occupationsBox h3.titleH3:after {
	content: none;
}
.occupationsBox h3.titleH3 {
	font-size: 24px;
	line-height: 1.5em;
	margin: 0;
}
.occupationsBox h3.titleH3 span.textSub{
	font-size: 18px;
}
h3.titleH3.orange{
	color: #FF8D23;
	background-color: transparent !important;
}
.occupationsBox p.textStyle1 {
	float: left;
	width: 70%;
	margin-bottom: 0;
}
.occupationsBox + .person {
	background: #fff;
	border-top: solid #ddd 1px;
	position: relative;
	padding: 25px;
}
.occupationsBox + .person h4 {
	color: #0666a8;
}
.occupationsBox + .person .personDetail {
	margin: 0 auto;
	width: 50%;
	position: relative;
}
.occupationsBox + .person .personDetail a:hover {
	text-decoration: none;
}
.occupationsBox + .person .txtArea {
	position: absolute;
	top: 30px;
	right: -175px;
	background: #0666a8;
	padding: 15px 15px 15px 20px;
	width: 260px;
	color: #fff;
}
.occupationsBox + .person .txtArea p.textStyle1{
	font-size: 16px;
}
.occupationsBox + .person .txtArea em{
	font-size: 18px;
	font-style: normal;
}
.occupationsBox + .person .txtArea.orang{
	background-color: #FF8D23;
}
.occupationsBox + .person .txtArea img {
	max-width: 127px;
}
.txtArea .btn {
	display: inline-block;
	background: #fff;
	color: #0666a8;
	font-weight: bold;
	padding: 15px 20px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.occupationsBox + .person .personDetail a:hover img{
	opacity: 0.7;
}
.occupationsBox + .person .personDetail a:hover .txtArea .btn{
	opacity: 0.7
}
@media screen and (max-width: 890px){
.occupationsBox + .person .personDetail{
	width: 100%;
}
.mainVisual h1{
	z-index: 99999;
}
.mainVisual img{
	position: absolute;
	right: 0;
}
.occupationsBox + .person .txtArea{
	position: inherit;
	width: 100%;
}
}
@media screen and (max-width: 765px){
.occupationsBox .columnTitle,
.occupationsBox p.textStyle1{
	float: none;
	width: 100%;
	display: block;
}
.occupationsBox .columnTitle br{
	display: none;
}
.txtArea .btn{
	text-align: center;
	display: block;
}
}


@media screen and (max-width: 660px){
.mainVisual img{
	display: none;
}
}