@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;
    letter-spacing: 0.06em;
    position: relative;
    color: #fff;
    text-align:center;
    line-height:1.6;
    font-weight:bold;
}

#content .btnDesign{
    margin-top:30px;
    min-width:120px;
    padding:7px 20px 10px;
    line-height:1.4;
    background:#000;
    color:#fff;
    font-size:125%;/*20px*/
    letter-spacing: 0.06em;
    display: inline-block;
    text-align: center;
}

#content .btnDesign span{
    background: url("../img/common/icn_arrow04.png") no-repeat left center;
    padding-left: 10px;
}

/* 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 a{
    width:100%;
    height:100%;
    min-height: 400px;
    box-sizing: border-box;
    display:block;
    padding:65px 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);
}

/* .nlmg-maruwakari */
.nlmg-maruwakari{
    position:relative;
    float:left;
}

.nlmg-maruwakari:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background:url(../img/top/bg_nlmg-maruwakari.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;
}

.nlmg-maruwakari .btnDesign span:after{
    content:"　";
    background: url("../img/common/icn_window02.png") no-repeat left center;
    background-size:7px auto;
    width:9px;
    height:8px;
    font-size:10px;
    margin-left:5px;
}
/* .recruit */
.recruit{
    position:relative;
    float:right;
}

.recruit:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background:url(../img/top/bg_recruit.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;
}

.recruit .btnDesign span:after{
    content:"　";
    background: url("../img/common/icn_window02.png") no-repeat left center;
    background-size:7px auto;
    width:9px;
    height:8px;
    font-size:10px;
    margin-left:5px;
}


/* .office */
.office{
    text-align:center;
    overflow:hidden;
    max-width:1500px;
    min-width:1200px;
    margin:0 auto;
    opacity:1;
    position:relative;
}

.office a{
    position:relative;
    padding:100px 0;
    opacity:1;
    display:block;
}

.office:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background:url("../img/top/bg_office.jpg") no-repeat center top;
    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 p{
    color:#fff;
    font-size:150%;/*24px*/
    line-height:1.8;
    letter-spacing: 0.1em;
    position:relative;
}

.office:hover:before {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* .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;
}

/* .bnrArea  */
.bnrArea{
	margin: 50px 6.66% 0;
    overflow: hidden;
/*    text-align:center;
	  margin: 50px auto 0 auto;
	  max-width:1300px;*/
}

.bnrArea li {
    display:inline-block;
    max-width:400px;
    width:30.77%;
    margin-bottom:25px;
}

.bnrArea li img{
    width:100%;
    height:auto;
}

.bnrArea li:nth-child(2),
.bnrArea li:nth-child(5){
    margin:0 3.847%;
}

/* 動画リンク */
.inner{
	position:relative;
}

.inner .movieBtn{
	position: absolute;
	text-align:right;
	top:875px;
	position:fixed;
	z-index:10;
	width:100%;
	text-align:right;
}

.inner .movieBtn.fixed{
	top:168px;
}

.inner .movieBtn div{
	max-width:1480px;
	padding-right:20px;
}

@media only screen and (max-width:767px) {
.mainVisual_next{
    max-width: 597px;
    width: 70%;
}

#content h2{
    font-size: 175%;/*28px*/
}

#content h3{
    font-size: 100%;
}

#content .btnDesign{
    min-width:100px;
    padding:7px 10px 10px;
    font-size: 75%;/*12px*/
}

#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 a{
    min-width:inherit;
    padding:40px 0;
    min-height: 250px;
}

/* .nlmg-maruwakari */
.nlmg-maruwakari:before {
    background:url("../img/top/bg_nlmg-maruwakari_sp.jpg") no-repeat center center;
    -webkit-background-size: cover;
}

/* .recruit */
.recruit:before {
    background:url("../img/top/bg_recruit_sp.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
}

.recruit .btnDesign span:after{
    margin-left:3px;
}

/* .office */
.office{
    min-width:inherit;
}

.office a{
    padding:25px 0;
}

.office:before {
    background:url("../img/top/bg_office_sp.jpg") no-repeat center center;
    background-size:cover;
}

.office p{
    font-size: 75%;/*12px*/
    margin-top:10px;
}

/* .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;
}

.pickup .thumbImgLink li:nth-child(2),
.pickup .thumbImgLink li:nth-child(5),
.pickup .thumbImgLink li:nth-child(8)    {
    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),
.bnrArea li:nth-child(8) {
    margin:0 2%;
}

/* newArea */
.newsArea .youtube{
	width: 200px;
    margin: 10px auto 0 auto;
	border:1px solid #dbdbdb

}
/* 動画リンク */
.inner{
	position:relative;
}

	
	.inner .movieBtn{
		top: 70vh;
		width: 150px;
		right: 2%;
		z-index:10;
	}
	
	.inner .movieBtn div{
		padding-right:0;
	}
    
    .inner .movieBtn.fixed {
      top: 70px;
    }    

}
