article#recruit {
    opacity: 1!important;
}

/*Header
-------------------------------------------------------------------------------------------*/
#recruit #pageHead {
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}


@media screen and (max-width: 767px) {
    
    #recruit #pageHead {
        height: 40px;
        height: 5.33vw;
    }
    
}

/*Header Images
-------------------------------------------------------------------------------------------*/

.rtPageHead {
	color: #fff!important;
}

#rheader {
    width: 100%;
    height: 580px;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
	background-color: #e71620;
    overflow: hidden;
    overflow-x: hidden;
	margin-top: -60px;
}

#rheader .rImgBox {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -725px;
    width: 1450px;
    height: 580px;
	opacity: 0;
}

#rheader .rImgBox img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1079px) {
	
	.rtPageHead {
        color: #e71620!important;
    }	
	
	#rheader {
        width: 100%;
        height: 55.6vw;
        margin-top: 80px;
    }

    #rheader .rImgBox {
		top: -6vw;
        margin-left: -77vw;
        width: 154vw;
        height: 61.6vw;
    }
	
}

@media screen and (max-width: 767px) {
	
	#rheader {
        margin-top: 14vw;
    }
	
}

/*loader*/
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 260px auto 0; }
@media screen and (max-width: 1079px) {
	.sk-double-bounce { margin-top: 26vw; }
}
@media screen and (max-width: 767px) {
	.sk-double-bounce { margin-top: 22vw; }
}
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
            animation: sk-doubleBounce 2s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }



/*Content
-------------------------------------------------------------------------------------------*/

#recruit #lead {
    width: 1000px;
    margin: 46px auto 0;
    font-size: 16px;
    line-height: 34px;
    color: #949494;
}

#recruit #wanted {
    width: 1000px;
    margin: 50px auto 0;
}
#recruit #wanted div {
    width: 475px;
}
#recruit #wanted div:first-of-type { float: left; }
#recruit #wanted div:last-of-type { float: right; }
#recruit #wanted h4 {
    border-bottom: solid 1px #dadada;
    font-size: 20px;
    padding-bottom: 15px;
}
#recruit #wanted p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 32px;
    color: #7f7f7f;
}
#recruit #wanted a {
    margin-top: 15px;
}
#recruit #wanted a:hover {
    opacity:0.8;
}
#recruit #wanted a,
#recruit #wanted a img {
    display: block;
    width: 200px;
    height: 80px;
}
#recruit #wanted a img{
    border: solid 1px #0068b3;
}

@media screen and (max-width: 1024px) {
    
    #recruit #lead {
        width: 100%;
        margin: 46px 0 0;
        padding: 0 30px;
    }
    
    #recruit #wanted {
        width: 100%;
        margin: 50px 0 0;
        padding: 0 40px;
    }
    #recruit #wanted div {
        width: -webkit-calc(50vw - 60px);
        width: calc(50vw - 60px);
    }
    
}


@media screen and (max-width: 767px) {
    
    #recruit #lead {
        margin: 70px 0 0;
        margin: 9.33vw 0 0;
        padding: 0 50px;
        padding: 0 6.67vw;
        font-size: 28px;
        font-size: 3.73vw;
        line-height: 56px;
        line-height: 7.47vw;
    }
    
    #recruit #wanted {
        margin: 60px 0 0;
        margin: 8vw 0 0;
        padding: 0 50px;
        padding: 0 6.67vw;
    }
    #recruit #wanted div {
        width: 100%;
    }
    #recruit #wanted div:first-of-type,
    #recruit #wanted div:last-of-type { float: none; }
    
    #recruit #wanted div:last-of-type { 
        margin-top: 50px; 
        margin-top: 6.67vw;
    }
    
    #recruit #wanted h4 {
        font-size: 30px;
        font-size: 4vw;
        padding-bottom: 24px;
        padding-bottom: 3.2vw;
    }
    #recruit #wanted p {
        margin-top: 20px;
        margin-top: 2.67vw;
        font-size: 26px;
        font-size: 3.47vw;
        line-height: 52px;
        line-height: 6.93vw;
    }
    #recruit #wanted a {
        margin-top: 20px;
        margin-top: 2.67vw;
    }
    #recruit #wanted a {
        width: auto;
        height: auto;
    }
    #recruit #wanted a img {
        width: 300px;
        width: 40vw;
        height: auto;
    }
    
    
}


/*Project Thumb
-------------------------------------------------------------------------------------------*/

#recruit #prjThumb {
    width: 100%;
    margin-top: 50px;
    padding: 40px 0;
    background-color: #efefef;
}

#recruit #prjThumb ul {
    width: 998px;
    margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#recruit #prjThumb li {
    margin-right: 40px;
    width:306px;
    background-color: #fff;
}
#recruit #prjThumb li:last-of-type{ margin-right: 0; }

#recruit #prjThumb li a { 
    display: block;
    padding-bottom: 30px;
}

#recruit #prjThumb img {
    display: block;
    width: 100%;
    height: auto;
}

#recruit #prjThumb li .number {
    display: inline-block;
    margin: 30px 0 0 30px;
    padding: 10px;
    color: #fff;
    background-color: #e71620;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
}

#recruit #prjThumb li h5 {
    margin: 15px 30px 0 30px;
    font-size: 18px;
    line-height: 34px;
}

#recruit #prjThumb li p {
    margin: 5px 30px 0 30px;
    font-size: 14px;
    line-height: 32px;
    color: #7f7f7f;
}


@media screen and (max-width: 1024px) {
    
    #recruit #prjThumb {
        padding: 30px 0;
    }
    #recruit #prjThumb ul {
        width: 100%;
        margin: 0;
    }    
    #recruit #prjThumb li {
        margin-right: 0;
        margin-left: 30px;
        width: -webkit-calc((100vw - 132px) / 3 );
        width: calc((100vw - 132px) / 3 );
    }
    
}


@media screen and (max-width: 767px) {
    
    #recruit #prjThumb {
        padding: 50px 0;
        padding: 6.67vw 0;
    }  
    #recruit #prjThumb li {
        margin-left: 50px;
        margin-left: 6.67vw;
        margin-bottom: 50px;
        margin-bottom: 6.67vw;
        width: 85vw;
    }
    #recruit #prjThumb li a { 
        padding-bottom: 50px;
        padding-bottom: 6.67vw;
    }    
    #recruit #prjThumb li .number {
        margin: 50px 0 0 50px;
        margin: 6.67vw 0 0 6.67vw;
        padding: 15px;
        padding: 2vw;
        font-size: 28px;
        font-size: 3.73vw;
        letter-spacing: 3px;
        letter-spacing: 0.4vw;
    }
    #recruit #prjThumb li h5 {
        margin: 15px 30px 0 30px;
        font-size: 30px;
        font-size: 4vw;
        line-height: 52px;
        line-height: 6.93vw;
    }
    #recruit #prjThumb li p {
        margin: 10px 50px 0 50px;
        margin: 1.33vw 6.67vw 0 6.67vw;
        font-size: 26px;
        font-size: 3.47vw;
        line-height: 54px;
        line-height: 7.2vw;
    }
    
}


/*Inquiry
-------------------------------------------------------------------------------------------*/

.inquiry {
    width: 1000px;
    margin: 50px auto 100px;
    font-size: 16px;
    line-height: 34px;
    color: #949494;
}

.inquiry h4 {
    border-bottom: solid 1px #dadada;
    font-size: 20px;
    padding-bottom: 15px;
}
.inquiry p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 32px;
    color: #7f7f7f;
}

.inquiry a {
    margin-top: 5px;
    font-size: 14px;
    color: #7f7f7f;
}
.inquiry a:hover { text-decoration: underline; }

@media screen and (max-width: 1024px) {
    
    .inquiry {
        width: 100%;
        margin: 50px 0 100px;
        padding: 0 30px;
    }
    
}


@media screen and (max-width: 767px) {
        
    .inquiry {
        margin: 60px 0 120px;
        margin: 8vw 0 16vw;
        padding: 0 50px;
        padding: 0 6.67vw;
    }
    
    .inquiry h4 {
        font-size: 30px;
        font-size: 4vw;
        padding-bottom: 24px;
        padding-bottom: 3.2vw;
    }
    .inquiry p {
        margin-top: 20px;
        margin-top: 2.67vw;
        font-size: 26px;
        font-size: 3.47vw;
        line-height: 52px;
        line-height: 6.93vw;
    }
    .inquiry a {
        margin-top: 10px;
        margin-top: 1.33vw;
        font-size: 26px;
        font-size: 3.47vw;
    }    
    
}

@media screen and (min-width: 768px) {
    .inquiry p br.spOnly {
        display: none;
    }
}


/*Policy Header
-------------------------------------------------------------------------------------------*/

article#recruit #pageSubTitle {
	font-size: 28px;
	letter-spacing: 2px;
	color: #525252;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-top: 120px;
    margin-bottom: 80px;
}

article#recruit #pageSubTitle::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
    bottom: -40px;
	left: 50%;
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
	background-color: #e71620;
}


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

    article#recruit #pageSubTitle {
        margin-top: 50px;
        margin-top: 6.67vw;
	    font-size: 34px;
	    font-size: 4.53vw;
        line-height: 56px;
        line-height: 7.47vw;
        padding-bottom: 0;
        margin-top: 120px;
        margin-top: 16vw;
        margin-bottom: 80px;
        margin-bottom: 10.67vw;
    }    
    article#recruit #pageSubTitle::after {
	    height: 48px;
	    height: 6.4vw;
        bottom: -60px;
        bottom: -8vw;
    }
    
}

@media (min-width: 768px) {

    article#recruit #pageSubTitle br {
        display: none;
    }

}