@charset "UTF-8";

/* ----------------------------------------

content

---------------------------------------- */
/* staff1
------------------------------- */
.staff1 .item{
	margin-bottom: 60px;
}

.staff1 .item:last-child{
	margin-bottom: 0;
}

.staff1 .body:after{
	content: " ";
	display: block;
	clear: both;
}

.staff1 .body + .body{
	margin-top: 40px;
}

.staff1 .image{
	position: relative;
	float: right;
	width: 500px;
	padding-top: 20px;
	margin-left: -140px;
	z-index: 2;
}

.staff1 .image img{
	width: 100%;
}

.staff1 .desc{
	position: relative;
	padding: 20px 170px 40px 30px;
	z-index: 1;
	background: #f1faff;
	overflow: hidden;
}

.staff1 .txt{
	margin-bottom: 25px;
	font-size: 18px;
}

.staff1 .heading{
	margin-bottom: 15px;
}

.staff1 .heading .category01{
	margin-right: 10px;
}

.staff1 .heading_txt{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
}

.staff1 .info{
	display: table;
	margin-bottom: 30px;
}

.staff1 .info li{
	display: table-row;
}

.staff1 .info_term,
.staff1 .info_desc{
	display: table-cell;
	padding-bottom: 6px;
	vertical-align: top;
}

.staff1 .info_term{
	font-weight: bold;
}

.staff1 .info_term:before{
	content: "\25a0";
	margin-right: 8px;
	color: #0088ee;
}

.staff1 .info_desc{
	padding-left: 1em;
}

/* 詳細
------------------------------- */
.detail1 .head{
	position: relative;
	margin-bottom: 60px;
}

.detail1 .head:after{
	content: " ";
	display: block;
	clear: both;
}

.detail1 .image{
	position: relative;
	float: right;
	width: 520px;
	margin-left: 40px;
	z-index: 10;
}

.detail1 .image img{
	width: 100%;
}

.detail1 .copy{
	padding-top: 30px;
}

.detail1 .bg{
	position: relative;
	margin-bottom: 15px;
	padding: 30px 0 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	color: #fff;
	background: #0088ee;
	z-index: 1;
}

.detail1 .bg:before,
.detail1 .bg:after{
	content: "";
	position: absolute;
	top: 0;
	width: 10000px;
	height: 100%;
	background: #0088ee;
	z-index: -1;
}

.detail1 .bg:before{
	left: 100%;
}

.detail1 .bg:after{
	right: 100%;
}

.detail1 .name{
	font-size: 28px;
	font-weight: bold;
}

.detail1 .info{
	font-weight: bold;
}

.detail1 .body{
	margin-bottom: 15px;
}

.detail1 .imgSec02{
	margin-bottom: 50px;
}

.detail1 .imgSec02_txt{
	line-height: 2.1428;
}

.detail1 .imgSec02_txt p{
	margin-bottom: 20px;
}

.detail1 .imgSec02_txt p:last-child{
	margin-bottom: 0;
}

.detail1 .title2{
	font-size: 24px;
	line-height: 1.6;
}

.detail1 .time{
	margin-bottom: 50px;
}

.detail1 .time .title05{
	margin-bottom: 30px;
	font-size: 23px;
}

.detail1 .time_list:after{
	content: " ";
	display: block;
	clear: both;
}

.detail1 .time_item{
	position: relative;
	float: left;
	width: 176px;
	margin: 0 0 0 30px;
	padding: 8px 8px 20px;
	background: #f3f3f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.detail1 .time_item:after{
	content: " ";
	display: block;
	clear: both;
}

.detail1 .time_item:before{
	content: "";
	position: absolute;
	top: 104px;
	left: -20px;
	width: 11px;
	height: 24px;
	background: url(/recruit/files/img/common/ico_arrow03.png) no-repeat left top;
	background-size: 100% 100%;
}

.detail1 .time_item:nth-child(5n+1){
	clear: both;
	margin-left: 0;
}

.detail1 .time_item:nth-child(5n+1):before{
	content: none;
}

.detail1 .time_image{
	margin-bottom: 10px;
}

.detail1 .time_image img{
	width: 100%;
}

.detail1 .time .txt{
	overflow: hidden;
}

.detail1 .link{
	text-align: center;
}

@media screen and (max-width: 767px) {

/*スマホ指定*/
/* staff1
------------------------------- */
.staff1 .image{
	float: none;
	width: auto;
	margin: 0;
	padding: 15px 15px 0;
	background: #f1faff;
}

.staff1 .desc{
	padding: 15px;
}

.staff1 .txt{
	font-size: 16px;
}

.staff1 .link{
	text-align: center;
}

/* 詳細
------------------------------- */
.detail1 .image{
	float: none;
	width: auto;
	margin: 0;
}

.detail1 .copy{
	padding-top: 15px;
}

.detail1 .bg{
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.6;
}

.detail1 .name{
	font-size: 20px;
}

.detail1 .title2{
	margin-bottom: 10px;
	font-size: 18px;
}

.detail1 .time_item:before{
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.detail1 .time_item{
	float: none;
	width: auto;
	margin: 0 0 40px;
	padding: 8px;
}

.detail1 .time_image{
	float: left;
	width: 33%;
	margin: 0 2% 0 0;
}

}

