@charset "utf-8";

@import "base.css";
@import "common.css";
@import "style.css";
@import "gnav.css";
@import "gnav_sp.css";

/* top
---------------------------------------------------*/
#content h2,
#content h3{
    font-size: 312.5%;
    font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    color: #fff;
    text-align:center;
    line-height:1.6;
}

#content .btnDesign{
    margin-top:30px;
    height:40px;
    line-height:40px;
    background:#000;
    color:#fff;
    font-size:125%;/*20px*/
    letter-spacing: 0.06em;
    display: inline-block;
    text-align: center;
    width:300px;
    
}

#content .btnDesign span{
    background: url("../img/common/icn_arrow04.png") no-repeat left center;
    padding-left: 20px;
}

/* mainVisual */
.mainVisual{
    position:relative;
    max-width:1500px;
    margin:0 auto;
    overflow:hidden;
    background: #000;
}

.relastive:before{
    background-color: rgba( 0, 0, 0, .5 );
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mainVisual:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:url(../img/top/pattern.png) repeat left center;
}

.mainVisual_next{
    top: 50%;
    position:absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.mainVisual video{
    width:100%;
    opacity:0.6;
    vertical-align:bottom;
    background:#000;
    position:relative;
}

/* .products */
.products{
    max-width:1500px;
    min-width:1200px;
    background:url(../img/top/bg_products.jpg) no-repeat center top;
    background-size:cover;
    padding:100px 0;
}

.products h2{
    margin-bottom: 40px;
}

/* .column02 */
.column02{
    overflow:hidden;
    max-width:1500px;
    min-width:1200px;
    margin:0 auto;
}

.column02 > div{
    width:50%;
    text-align:center;
    overflow:hidden;
}

.column02 > div h3{
    font-size: 218.8% !important;/*35px*/
}

.column02 > div a{
    width:100%;
    height:100%;
    min-height: 400px;
    box-sizing: border-box;
    display:block;
    padding:120px 0;
    opacity:1;
    position:relative;
}

.column02 > div:hover:before {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* .company */
.company{
    position:relative;
    float:left;
}

.company:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background:url(../img/top/bg_company.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* .office */
.office{
    position:relative;
    float:right;
}

.office:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background:url(../img/top/bg_office.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



/* .pickup  */
.pickup{
    max-width:1500px;
    margin:0 auto 100px auto;
    background:url(../img/top/bg_pickup.jpg) no-repeat center top;
    background-size:cover;
    padding:100px 0 75px 0;
}

.pickup h2{
    margin-bottom:40px;
}

/*.pickup .thumbImgLink{
    max-width: 1300px;
    text-align: left;
    margin: 0 auto;
}*/

/* .bnrArea  */
.bnrArea{
    margin: 50px auto 0 auto;
    overflow: hidden;
    text-align:center;
    min-width:1200px;
}

.bnrArea li {
    display:inline-block;
    max-width:400px;
    width:26.67%;
    margin-bottom:25px;
}

.bnrArea li img{
    width:100%;
    height:auto;
}

.bnrArea li:nth-child(2),
.bnrArea li:nth-child(5){
    margin:0 3.334%;
}

@media only screen and (max-width:767px) {
.mainVisual_next{
    max-width: 597px;
    width: 70%;
}

#content h2,
#content h3{
    font-size: 125% !important;/*20px*/
    line-height: 1.2;
}

#content .btnDesign{
    min-width:100px;
    padding:0 10px;
    height:30px;
    line-height:30px;
    font-size: 75%;/*12px*/
    width: 170px;
}

#content .btnDesign span{
    background: url("../img/common/icn_arrow04.png") no-repeat left center;
    background-size:4px auto;
    padding-left: 7px;
}

/* .products */
.products{
    min-width:inherit;
    padding:50px 0;
    background:url("../img/top/bg_products_sp.jpg") no-repeat center top;
    background-size: cover;
}

.products h2{
    margin-bottom: 20px;
}

/* .column02 */
.column02{
    min-width:inherit;
}

.column02 > div{
    width:100%;
}

.column02 > div h3 {
    font-size: 175% !important;/*28px*/
}

.column02 > div a{
    min-width:inherit;
    padding:40px 0 50px 0;
    min-height:inherit;
}

/* .company */
.company:before {
    background:url("../img/top/bg_company.jpg") no-repeat center center;
    -webkit-background-size: cover;
}

/* .office */
.office:before {
    background:url("../img/top/bg_office.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
}

/* .pickup  */
.pickup{
    min-width:inherit;
    margin:0 auto 50px auto;
    padding:50px 0 35px 0;
}

.pickup h2{
    margin-bottom:20px;
}

.pickup .thumbImgLink li {
    width:32%;
    float:left !important;
    text-align:center;
}

.pickup .thumbImgLink li span {
    font-size: 50%;/*8px*/
}

.pickup .thumbImgLink li:nth-child(2){
    margin:0 2% !important;
}

/* .bnrArea  */
.bnrArea{
    margin: 20px auto 0 auto;
    min-width:inherit;
    width:96%;
}

.bnrArea li {
    width:32%;
    float:left !important;
    margin-bottom:15px;
}

.bnrArea li:nth-child(2),
.bnrArea li:nth-child(5){
    margin:0 2%;
}


}
