@charset "utf-8";

@media only screen and (min-width: 768px), print {


/*=========================================
 
 headContents

=========================================*/

.work .headContents{
	height: 360px;
}
.work .headContents .headWrap{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.work .headContents .headWrap .headTextBox{
	position: absolute;
	top: 50px;
	left: 526px;
}
.work.type02 .headContents .headWrap .headTextBox,
.work.type03 .headContents .headWrap .headTextBox,
.work.type07 .headContents .headWrap .headTextBox{
	top: 85px;
}
.work .headIcon{
	margin-top: 0;
}
.work .headIcon span{
	display: inline-block;
	width: 128px;
	padding: 2px 0;
	text-align: center;
	color: #ffffff;
	background-color: #a78e48;
	border-radius: 4px;
}
.work .headLead{
	font-size: 24px;
	line-height: 1.4;
}
.work .heading01{
	margin-top: 20px;
	font-weight: bold;
	color: #999999;
}
.work .heading01 span{
	font-size: 18px;
	color: #333333;
}

/* page type */
.work.type01 .headContents{
	background: url(/company/recruit/graduate/work/img/01_bg01.jpg) no-repeat center 0;
}
.work.type02 .headContents{
	background: url(/company/recruit/graduate/work/img/02_bg01.jpg) no-repeat center 0;
}
.work.type03 .headContents{
	background: url(/company/recruit/graduate/work/img/03_bg01.jpg) no-repeat center 0;
}
.work.type04 .headContents{
	background: url(/company/recruit/graduate/work/img/04_bg01.jpg) no-repeat center 0;
}
.work.type05 .headContents{
	background: url(/company/recruit/graduate/work/img/05_bg01.jpg) no-repeat center 0;
}
.work.type06 .headContents{
	background: url(/company/recruit/graduate/work/img/06_bg01.jpg) no-repeat center 0;
}
.work.type07 .headContents{
	background: url(/company/recruit/graduate/work/img/07_bg01.jpg) no-repeat center 0;
}
.work.type08 .headContents{
	background: url(/company/recruit/graduate/work/img/08_bg01.jpg) no-repeat center 0;
}
.work.type09 .headContents{
	background: url(/company/recruit/graduate/work/img/09_bg01.jpg) no-repeat center 0;
}


/*========================================
 
 contentsWrap

=========================================*/

/* contentImage */
.work .contentImage{
	text-align: center;
}

/* contentsInner */
.work .contentsInner{
	width: 1000px;
	margin: 0 auto;
}

/* contentsBlock
----------------------------------- */

.work .contentsInner .contentsBlock{
	padding: 50px 0;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.work .contentsBlock .titleArea,
.work .contentsBlock .textArea{
	width: 680px;
	float: right;
}
.work .contentsBlock .titleArea .lead{
	margin-top: 0;
	font-size: 30px;
	font-weight: bold;
}
.work .contentsBlock .contentsIcon{
	float: left;
	width: 160px;
	height: 160px;
	padding: 30px 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #d40c0c;
	border-radius: 4px;
	color: #ffffff;
}
.work .contentsBlock .contentsIcon.size01{
	padding: 20px 20px;
}
.work .contentsBlock .contentsIcon.size02{
	padding: 15px 10px;
	font-size: 16px;
}


/* colWrap
----------------------------------- */

.work .colWrap .col{
	float: left;
}
.work .colWrap.col2 .col{
	width: 475px;
	margin-left: 50px;
}
.work .colWrap.col2 .col:first-child{
	margin-left: 0;
}
.work .colWrap.col2 .col .title{
	padding: 10px 20px;
	font-size: 18px;
	background-color: #d40c0c;
	border-radius: 4px;
	color: #ffffff;
}
.work .colWrap.col2 .col .title span{
	position: relative;
	padding-left: 45px;
}

/* carrier */
.work .colWrap.col2 .col.carrier .title span:after{
	content: "";
	display: block;
	width: 38px;
	height: 30px;
	background: url(/company/recruit/graduate/work/img/work_ic06.png) no-repeat 0 center;
	background-size: 30px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.work .colWrap.col2 .col.carrier dl{
	padding: 30px 0;
	margin-top: 0;
	border-bottom: 2px solid #a78e48;
	position: relative;
}
.work .colWrap.col2 .col.carrier dl:after{
	content: "";
	display: block;
	width: 32px;
	height: 16px;
	background: url(/company/recruit/graduate/work/img/work_ic09.png) no-repeat 0 center;
	background-size: 32px auto;
	position: absolute;
	bottom: -10px;
	left: 222px;
}
.work .colWrap.col2 .col.carrier dl.icNone:after{
	background: none;
}
.work .colWrap.col2 .col.carrier dl dt{
	font-size: 18px;
	font-weight: bold;
}
.work .colWrap.col2 .col.carrier dl dd{
	margin-top: 10px;
}

/* schedule */
.work .colWrap.col2 .col.schedule .title span:after{
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background: url(/company/recruit/graduate/work/img/work_ic07.png) no-repeat 0 center;
	background-size: 28px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.work .colWrap.col2 .col.schedule .colInner{
	margin-top: 20px;
}
.work .colWrap.col2 .col.schedule dl{
	display: table;
	padding: 10px 0;
	margin-top: 0;
	border-bottom: 1px dashed #cccccc;
}
.work .colWrap.col2 .col.schedule .colInner dl:last-child{
	border-bottom: 1px solid #eeeeee;
}
.work .colWrap.col2 .col.schedule dl dt{
	display: table-cell;
	width: 120px;
	font-weight: bold;
	color: #d40c0c;
}
.work .colWrap.col2 .col.schedule dl dd{
	display: table-cell;
	width: 355px;
}


/* bdBox
----------------------------------- */

.work .bdBox{
	border: 1px solid #eeeeee;
	border-radius: 4px;
}
.work .bdBox .title{
	padding: 10px 20px;
	margin-top: 0;
	font-size: 18px;
	background-color: #d40c0c;
	border-radius: 4px 4px 0 0;
	color: #ffffff;
}
.work .bdBox .title span{
	position: relative;
	padding-left: 45px;
}
.work .bdBox .title span:after{
	content: "";
	display: block;
	width: 28px;
	height: 30px;
	background: url(/company/recruit/graduate/work/img/work_ic08.png) no-repeat 0 center;
	background-size: 28px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.work .bdBox .colWrap{
	display: table;
	padding: 30px;
}
.work .bdBox .colWrap + .colWrap{
	padding: 0 30px 30px;
}
.work .bdBox .colWrap .col{
	float: inherit;
	width: 270px;
	display: table-cell;
	vertical-align: middle;
}
.work .bdBox .colWrap .col.textArea{
	width: 670px;
	padding-left: 30px;
	font-size:16px;
}


/* flowBlock
----------------------------------- */

.flowBlock{
	margin: 50px 50px 60px;
}
.flowBlock ul{
	position: relative;
}
.flowBlock ul li{
	float: left;
	width: 120px;
	height: 150px;
	padding: 70px 5px 0;
	margin-left: 36px;
	position: relative;
	border: 2px solid #d40c0c;
	border-radius: 4px;
}
.flowBlock ul li:first-child{
	margin-left: 0;
}
.flowBlock ul li p{
	margin-top: 5px;
}
.flowBlock ul li p a{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #d40c0c;
	border: 2px solid #d40c0c;
	border-radius: 4px;
	vertical-align: bottom;
	position: relative;
}
.flowBlock ul li.active p a,
.flowBlock ul li:hover p a{
	border: 2px solid #ffffff;
}
.flowBlock ul li.active p.active a,
.flowBlock ul li p a:hover{
	color: #d40c0c;
	background-color: #ffffff;
}
.flowBlock ul li p a span{
	display: inline-block;
	padding-left: 12px;
	position: relative;
}
.flowBlock ul li:before{
	content: "";
	display: block;
	width: 74px;
	height: 38px;
	background: url(/company/recruit/graduate/work/img/work_ic20.png) no-repeat 0 center;
	background-size: 74px auto;
	position: absolute;
	top: -40px;
	left: 24px;
}
.flowBlock ul li.alone:before{
	content: "";
	display: block;
	width: 34px;
	height: 38px;
	background: url(/company/recruit/graduate/work/img/work_ic19.png) no-repeat 0 center;
	background-size: 34px auto;
	position: absolute;
	top: -40px;
	left: 44px;
}
.flowBlock ul li:after{
	content: "";
	display: block;
	width: 36px;
	height: 34px;
	background: url(/company/recruit/graduate/work/img/work_ic16.png) no-repeat 0 center;
	background-size: 36px auto;
	position: absolute;
	top: 44px;
	right: -38px;
}
.flowBlock ul li:last-child:after{
	content: "";
	display: block;
	width: 50px;
	height: 34px;
	background: url(/company/recruit/graduate/work/img/work_ic21.png) no-repeat 0 center;
	background-size: 50px auto;
	position: absolute;
	top: 44px;
	right: -52px;
}
.flowBlock ul:before{
	content: "";
	display: block;
	width: 50px;
	height: 34px;
	background: url(/company/recruit/graduate/work/img/work_ic21.png) no-repeat 0 center;
	background-size: 50px auto;
	position: absolute;
	top: 44px;
	left: -50px;
}
.flowBlock ul li p a span:before{
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	background: url(/company/recruit/graduate/work/img/work_ic18.png) no-repeat 0 center;
	background-size: 7px auto;
	position: absolute;
	top: 4px;
	left: 0;
}
.flowBlock ul li.active p.active a span:before,
.flowBlock ul li p a:hover span:before{
	background: url(/company/recruit/graduate/work/img/work_ic17.png) no-repeat 0 center;
	background-size: 7px auto;
}

/* ictype */
.flowBlock ul li.type01{
	background: url(/company/recruit/graduate/work/img/work_ic10.png) no-repeat 55% 20px;
	background-size: 43px auto;
}
.flowBlock ul li.type02{
	background: url(/company/recruit/graduate/work/img/work_ic11.png) no-repeat 50% 20px;
	background-size: 43px auto;
}
.flowBlock ul li.type03{
	background: url(/company/recruit/graduate/work/img/work_ic12.png) no-repeat 50% 20px;
	background-size: 43px auto;
}
.flowBlock ul li.type04{
	background: url(/company/recruit/graduate/work/img/work_ic13.png) no-repeat 50% 20px;
	background-size: 43px auto;
}
.flowBlock ul li.type05{
	background: url(/company/recruit/graduate/work/img/work_ic14.png) no-repeat 50% 20px;
	background-size: 43px auto;
}
.flowBlock ul li.type06{
	background: url(/company/recruit/graduate/work/img/work_ic15.png) no-repeat 50% 20px;
	background-size: 43px auto;
}

/* ictype hover,active */
.flowBlock ul li.active a{
	background-color: #d40c0c;
	color: #ffffff;
}
.flowBlock ul li.type01.active{
	background: url(/company/recruit/graduate/work/img/work_ic10on.png) no-repeat 55% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.flowBlock ul li.type02.active{
	background: url(/company/recruit/graduate/work/img/work_ic11on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.flowBlock ul li.type03.active{
	background: url(/company/recruit/graduate/work/img/work_ic12on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.flowBlock ul li.type04.active{
	background: url(/company/recruit/graduate/work/img/work_ic13on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.flowBlock ul li.type05.active{
	background: url(/company/recruit/graduate/work/img/work_ic14on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.flowBlock ul li.type06.active{
	background: url(/company/recruit/graduate/work/img/work_ic15on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}


/* workFlowBlock
----------------------------------- */

.workFlowBlock{
	padding: 50px 0 25px;
}
.workFlowBlock ul{
	position: relative;
	margin-top: 0;
}
.workFlowBlock ul li{
	float: left;
	width: 150px;
	height: 150px;
	padding: 70px 5px 0;
	margin-left: 20px;
	position: relative;
	border: 2px solid #d40c0c;
	border-radius: 4px;
}
.workFlowBlock ul li:first-child{
	margin-left: 0;
}
.workFlowBlock ul li p{
	margin-top: 5px;
}
.workFlowBlock ul li p a{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #d40c0c;
	border: 2px solid #d40c0c;
	border-radius: 4px;
	vertical-align: bottom;
	position: relative;
}
.workFlowBlock ul li.active p a,
.workFlowBlock ul li:hover p a{
	border: 2px solid #ffffff;
}
.workFlowBlock ul li.active p.active a,
.workFlowBlock ul li p a:hover{
	color: #d40c0c;
	background-color: #ffffff;
}
.workFlowBlock ul li p a span{
	display: inline-block;
	padding-left: 12px;
	position: relative;
}
.workFlowBlock ul li:before{
	content: "";
	display: block;
	width: 74px;
	height: 38px;
	background: url(/company/recruit/graduate/work/img/work_ic20.png) no-repeat 0 center;
	background-size: 74px auto;
	position: absolute;
	top: -40px;
	left: 38px;
}
.workFlowBlock ul li.alone:before{
	content: "";
	display: block;
	width: 34px;
	height: 38px;
	background: url(/company/recruit/graduate/work/img/work_ic19.png) no-repeat 0 center;
	background-size: 34px auto;
	position: absolute;
	top: -40px;
	left: 58px;
}
.workFlowBlock ul li:not(:last-child):after{
	content: "";
	display: block;
	width: 20px;
	height: 19px;
	background: url(/company/recruit/graduate/work/img/work_ic16.png) no-repeat 0 center;
	background-size: 20px auto;
	position: absolute;
	top: 60px;
	right: -22px;
}
.workFlowBlock ul li p a span:before{
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	background: url(/company/recruit/graduate/work/img/work_ic18.png) no-repeat 0 center;
	background-size: 7px auto;
	position: absolute;
	top: 4px;
	left: 0;
}
.workFlowBlock ul li.active p.active a span:before,
.workFlowBlock ul li p a:hover span:before{
	background: url(/company/recruit/graduate/work/img/work_ic17.png) no-repeat 0 center;
	background-size: 7px auto;
}

/* ictype */
.workFlowBlock ul li.type01{
	background: url(/company/recruit/graduate/work/img/work_ic10.png) no-repeat 55% 20px;
	background-size: 43px auto;
}
.workFlowBlock ul li.type02{
	background: url(/company/recruit/graduate/work/img/work_ic11.png) no-repeat 50% 20px;
	background-size: 43px auto;
}
.workFlowBlock ul li.type03{
	background: url(/company/recruit/graduate/work/img/work_ic12.png) no-repeat 50% 20px;
	background-size: 43px auto;
}
.workFlowBlock ul li.type04{
	background: url(/company/recruit/graduate/work/img/work_ic13.png) no-repeat 50% 20px;
	background-size: 43px auto;
}
.workFlowBlock ul li.type05{
	background: url(/company/recruit/graduate/work/img/work_ic14.png) no-repeat 50% 20px;
	background-size: 43px auto;
}
.workFlowBlock ul li.type06{
	background: url(/company/recruit/graduate/work/img/work_ic15.png) no-repeat 50% 20px;
	background-size: 43px auto;
}

/* ictype hover,active */
.workFlowBlock ul li.active a{
	background-color: #d40c0c;
	color: #ffffff;
}
.workFlowBlock ul li.type01.active{
	background: url(/company/recruit/graduate/work/img/work_ic10on.png) no-repeat 55% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.workFlowBlock ul li.type02.active{
	background: url(/company/recruit/graduate/work/img/work_ic11on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.workFlowBlock ul li.type03.active{
	background: url(/company/recruit/graduate/work/img/work_ic12on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.workFlowBlock ul li.type04.active{
	background: url(/company/recruit/graduate/work/img/work_ic13on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.workFlowBlock ul li.type05.active{
	background: url(/company/recruit/graduate/work/img/work_ic14on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}
.workFlowBlock ul li.type06.active{
	background: url(/company/recruit/graduate/work/img/work_ic15on.png) no-repeat 50% 20px;
	background-size: 43px auto;
	background-color: #d40c0c;
}

/*=================================

	clearfix

=================================*/
.work .contentsBlock:after,
.work .colWrap:after,
.flowBlock ul:after,
.workFlowBlock ul:after{
	content: "";
	display: block;
	clear: both;
}

}

