@charset "UTF-8";


h3.haedH3{
	text-align: center;
}
div.shift{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;
	background: #efefef;
	padding:28px;
	box-sizing: border-box;
}
div.shift .shiftImg,
div.shift .shiftTxt{
	width:384px;
}
div.shift .shiftImg img{
	width:100%;
	height:auto;
}
#contents div.shift .shiftTxt p{
	font-size:14px;
	line-height: 1.8em;
}
#contents div.shift .shiftTxt p.box{
	background: #c4dcf0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom:0;
	line-height: 1.2em;
	padding: 0.75em 0;
}
p.timeline{
	text-align: center;
}
p.timeline img{
	width:730px;
	height:auto;
	margin: 40px 0 0 0;
}

#contents p.calender{
	text-align: center;
	font-size:14px;
	line-height: 1.8em;
}
#contents p.calender img{
	width:100%;
	height:auto;
}


#contents p.flow{
	text-align: center;
	font-size:16px;
	line-height: 1.8em;
	font-weight: 600;
	margin-bottom: 30px;
}
.shiftFlow{
	width:100%;
	padding: 30px 0 0 12px;
    border-top: solid 2px #c4dcf0;
    border-bottom: solid 2px #c4dcf0;
	box-sizing: border-box;
	margin-bottom: 75px;
}
.shiftFlow ul {
    /*border-left: solid 2px #0673d0;*/
    position: relative;
	list-style: none;
	width:100%;
	box-sizing: border-box;
	margin: 0;
	padding:0;
}
.shiftFlow ul li:last-child::after {
    width: 2px;
    height: 100%;
    left: 0;
    top: 45px;
    content: '';
    height: calc(100% - 45px);
    background: #fff;
    position: absolute;
}

.shiftFlow ul::before {
    width: 2px;
    height: 100%;
    left: 0;
    top: 5px;
    content: '';
    height: calc(100% - 45px);
    background: #0673d0;
    position: absolute;
}
.shiftFlow ul li {
    padding-left: 20px;
	box-sizing: border-box;
}
.shiftFlow ul li {
    position: relative;
}
.shiftFlow ul li + li {
    /*margin-top: 30px;*/
	padding-top: 30px;
}
.shiftFlow ul li::before {
    width: 14px;
    height: 14px;
    left: -6px;
    top: 2px;
}
.shiftFlow ul li + li::before {
    top: 32px;
}
.shiftFlow ul li::before {
    content: '';
    border-radius: 100%;
    background: #0673d0;
    position: absolute;
    z-index: 2;
}
shiftFlow ul li:last-child::before {
    width: 10px;
    height: 100%;
    left: 0;
    top: 5px;
    content: '';
    background: #0673d0;
    position: absolute;
    z-index: 1;
}

.flowUnit{
	width:100%;
	display:flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: solid 2px #c4dcf0;
}
.shiftFlow ul li:last-child .flowUnit{
	border-bottom: none;
}
.flowCont{
	width:360px;
}
#contents .flowImg{
	width:430px;
	margin:0;
	padding:0;
}
.flowImg img{
	width:100%;
	height:auto;
	display:block;
}

#contents .flowCont p.flowTime {
    font-size: 16px;
	font-weight: 600;
    color: #0673d0;
    line-height: 1;
	margin: 0px 0px 0.75em;
}
#contents .flowCont .flowTtl{
    font-size: 28px;
	font-weight: 600;
	margin: 0px 0px 0.5em;
}
#contents .flowCont .flowTxt{
    font-size: 14px;
    line-height: 1.8em;
}

#contents .advantage{
	width:100%;
	border: 8px solid #00a1a3;
	box-sizing: border-box;
	padding: 2px;
	margin: 50px 0 30px 0;
	display:table;
}
#contents .advantage.dis{
	margin: 30px 0 80px 0;
	border: 8px solid #cf0505;
}

#contents .advantage .advantageTtile{
	width:27%;
	height:130px;
	background: #d9f1f2;
	margin: 0 0 0 0;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
#contents .advantage.dis .advantageTtile{
	background: #f7dada;
}
#contents .advantage .advantageTtile span{
	padding-left: 35px;
	position: relative;
}
#contents .advantage .advantageTtile span::before {
    content: '';
    background: url('/cms/recruit/seki/shift_work/images/advantage.png');
    background-size: auto;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
	width:35px;
	height:35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#contents .advantage.dis .advantageTtile span::before {
    content: '';
    background: url('/cms/recruit/seki/shift_work/images/disadvantage.png');
    background-size: auto;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
	width:30px;
	height:30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#contents .advantage ul{
	width:63%;
	margin: 0;
	display:table-cell;
	vertical-align: middle;
}

#contents .advantageList {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    text-align: left;
	list-style: none;
}
#contents .advantageList li {
    padding-left: 18px;
    font-size: 16px;
	line-height: 1.6em;
	font-weight: 600;
}
#contents .advantageList li + li {
    margin-top: 5px;
}
#contents .advantageList li {
    padding-left: 18px;
    font-size: 16px;
}
#contents .advantageList li {
    position: relative;
}
#contents .advantageList li::before {
    width: 10px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#contents .advantageList li::before {
    content: '';
    background: #333;
    position: absolute;
    left: 0;
    border-radius: 100%;
}

@media screen and (max-width: 767px) {
    .shift{
        flex-wrap: wrap;
    }
    #contents .advantage {
        display: flex;
        flex-wrap: wrap;
    }
    
    #contents .advantage .advantageTtile {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    
    .contentsInner {
        width: 100%;
        box-sizing: border-box;
    }
    
    #contents .advantage ul {
        width: 100%;
        display: block;
        padding: 10px;
    }
}