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

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

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

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

#office .group{
overflow: hidden;
}
#office .next{
margin-bottom: 50px;
}
#office .group .float-l{
width: 47.5%;
position: relative;
display: block;
padding-bottom: 40px;
}
#office .group .float-r{
width: 47.5%;
position: relative;
display: block;
padding-bottom: 50px;
}
#office01{
width: 100%;
height: 250px;
background: url( "../images/company-images/tamagawa.jpg") 50% 0 no-repeat;
background-size: cover;
}
#office02{
width: 100%;
height: 250px;
background: url( "../images/company-images/fukuoka.jpg") 50% 0 no-repeat;
background-size: cover;
}
#office .group h3{
color: #fff;
font-size: 1.5rem;
text-align: center;
background-color: #00736d;
padding: 10px;
}
#office .group p{
display: block;
padding: 10px 0;
}
#office .group .btn-l{
float: left;
width: 47%;
position: absolute;
bottom: 0;
left: 0;
}
#office .group .btn-l a{
display:  inline-block;
position: relative;
width: 100%;
box-sizing: border-box;
color: #fff;
text-align: center;
background-image: url("../images/cmn-images/btn-icon01.png");
background-repeat: no-repeat;
background-position: 90% 50%;
background-size: 8px auto;
background-color: #0068b7;
border: 1px solid #0068b7;
border-radius: 30px;
padding: 10px 0;
}

#office .group .btn-r{
float: right;
width: 47%;
position: absolute;
bottom: 0;
right: 0;
}
#office .group .btn-r a{
display:  inline-block;
position: relative;
width: 100%;
box-sizing: border-box;
color: #fff;
text-align: center;
background-image: url("../images/cmn-images/btn-icon01.png");
background-repeat: no-repeat;
background-position: 90% 50%;
background-size: 8px auto;
background-color: #f6b37f;
border: 1px solid #f6b37f;
border-radius: 30px;
padding: 10px 0;
}


/* ------------------------------------------------------------
	 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;
}

.top-box{
position: relative;
top: 0px;
margin-bottom: 0px;
}

#office .next{
margin-bottom: 30px;
}
#office .group .float-l{
width: 100%;
padding-bottom: 40px;
margin-bottom: 30px;
}
#office .group .float-r{
width: 100%;
padding-bottom: 50px;
}




}
