@charset "utf-8";
/* CSS Document */

@import url(cmn.css);
@import url(base.css);

#main {
    height: 500px;
    background: url("../images/recruit-images/page-title.jpg") 50% 50% no-repeat;
}

/* ==========================================================================
	CONTENT
========================================================================== */
.top-box{
position: relative;
top: -100px;
margin-bottom: -30px;
}

#work .box2{
background: url("../images/recruit-images/work-img.jpg") 0% 50% no-repeat;
background-size: 55% auto;
}
#work  .box2 .txt{
width: 45%;
box-sizing: border-box;
background-color: rgba(255,255,255,1);
padding: 50px;
margin-left: 55%;
}

#merit .img-r{
width: 30%;
height: auto;
}



/* ------------------------------------------------------------
	 PC   1100px -
   ------------------------------------------------------------ */
@media screen and (min-width: 1000px) {


}

/* ------------------------------------------------------------
	 TABLET   for - 1099px
   ------------------------------------------------------------ */
@media screen and (max-width:999px) {

}

/* ------------------------------------------------------------
	 SP　699pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 699px) {
#main {
height: 180px;
background-position:50% 100%;
    background-size: 100% auto;
}
#main2 {
height: 150px;
background-position:50% 100%;
    background-size: 100% auto;
}
.top-box{
position: relative;
top: 0px;
margin-bottom: 0px;
}

#work  .box2{
background: url("../images/recruit-images/work-img.jpg") 50% 0% no-repeat;
background-color: #fff;
background-size: 100% auto;
padding-top: 60%;
}
#work  .box2 .txt{
width: 100%;
box-sizing: border-box;
padding: 15px;
margin-left: 0;
}

#merit .img-r{
width: 100%;
height: auto;
}




}
