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

@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Allura');


#oem #main{
	width:100%;
	/*height:900px;*/
	height:calc(0vh);
	/*background-image:url(../img/main_pc.jpg);
	background-size:cover;
	background-position:center;*/
	position:relative;
	margin-top:-20px;
}




#oem .fixed_gnav{
		padding-top:5px;

}

/*

#oem #main .bana{
	bottom:0px;
	position:absolute;
}

*/
#oem #main .bana {
    bottom: 0px;
    position: absolute;
    padding: 5px 0px;
}


#oem ul#nagare{
	width:100%;
}
#oem ul#nagare li{
	width:25%;
	 width : calc(100% / 4) ;
	   width : -webkit-calc(100% /4) ;
	display:inline-block;
	padding:0px;
	text-align:center;

}
#oem ul#nagare li img{
	width:100%;
}
#oem ul#nagare li a{
	color:#fff;
	font-size:16px;
	line-height:3.0;
	display:block;
		background-color:#333;
		padding-bottom:5px;

}

#oem ul#nagare li p{
	margin-top:-10px;
	border-right:1px solid #7D7D7D;

	
}


#oem ul#nagare li p:nth-child(4n){
	border:none;
}


/*ミッション・メッセージ*/

#oem_h_navi2{
	width:100%;
	height:auto;
	clear:both;
	float:left;
/*	height:550px;*/
	font-size:18px;
	line-height:/*3.0*/1.9;
	margin-bottom:50px;

}

#oem_h_navi2 ul {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0px;
}


#oem_h_navi2 ul li{
	width:100%;
	height:300px;
	clear:both;
	/*height:150px;*/
	padding:50px 0;
	margin:0px 0;
	text-align:center !important;
	vertical-align:top;
}

#oem_h_navi2 ul li .left{
	width:/*40*/40%;
	max-width:450px;
	height:auto;
	float:left;
	margin-right:50px;

}

#oem_h_navi2 ul li .right{
	width:/*40*/40%;
	max-width:455px;
	height:auto;
	float:right;
	margin-left:50px;

}



#oem_h_navi2 h2{
	width:100%;
        text-align: center;
        margin: 50px 0 10px 0px;
}


#oem_h_navi2 ul li p.title2{
	font-size:34px;
	letter-spacing:0.01em;
	line-height:2.5;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


#oem_h_navi2 ul li{
	font-size:14px;
	text-align:left !important;
	position:relative;
	margin-bottom:50px;
}


.bg_gray::after {
    position: absolute;
    display: block;
    content: '';
    width: 60%;
    height: 400px;
	background-color:rgb(51,51,51,0.1);
    top: 0;
    left: 10%;
    z-index: -999999; /* 最背面に */
	
}


.bg_gray2::after {
    position: absolute;
    display: block;
    content: '';
    width: 60%;
    height: 400px;
	background-color:rgb(51,51,51,0.1);
    top: 0;
    right: 10%;
    z-index: -999999; /* 最背面に */
}



#oem_h_navi2 ul li .btn{
		margin-top:100px !important;
}


#oem_h_navi2 ul li .btn a{
/*	width:100%;*/
/*    display: block;*/

    line-height: 1.8;
	padding:10px 80px !important;
    font-size: 12px;
    text-align: center;
	background-color:/*#CCC*/#861705;
	text-align:center;
	padding:5px;
	color:#fff;
	float:right;
}



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

#oem #oem_sp_top{
	display:none !important;
}




#oem #main{
/*	background-image:url(../img/main_sp.jpg);
	margin-top:-50px;
	height:700px;*/
	height:calc(30vh);
	margin-top:-120px;/*バナー上のマージンサイズ*/

}


#oem ul#nagare li{
	width:50%;
	 width : calc(100% / 2) ;
	   width : -webkit-calc(100% /2) ;

}

#oem ul#nagare li a{
	font-size:14px;

}


/*ミッション・メッセージ*/

#oem_h_navi2{
	width:94%;
	height:auto;
	font-size:14px;
	line-height:3.0;
	margin:0 3% 50px 3%;

}



#oem_h_navi2 ul {
	width:100%;
	max-width:auto;
}


#oem_h_navi2 ul li{
	width:100% !important;
	height:auto;
	clear:both;
	padding:30px 0;
	margin:0px 0;
	text-align:center !important;
	vertical-align:top;
	font-size:14px;
	text-align:left !important;
	line-height:1.5;
}



#oem_h_navi2 ul li .left,#oem_h_navi2 ul li .right{

	width:100%;
	max-width:auto;
	height:auto;
	float:none;
	margin:auto;
	padding:0px;

}



#oem_h_navi2 h2{
	width:100%;
	font-weight:bold;
        text-align: center;
        margin:0px;
}



#oem_h_navi2 ul li .left img,
#oem_h_navi2 ul li .right img{
	width:100%;
}





#oem_h_navi2 ul li p.title2{
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.01em;
	margin:20px 0;
	text-align:center;
}


#oem_h_navi2 ul li .btn{
	width:100%;
		margin-top:0px !important;
		margin-left:auto;
		margin-right:auto;
}


#oem_h_navi2 ul li .btn a{
	display:block;
	text-align:center !important;
	margin:20px 25% 0 25%;
	padding:0px;
}

.bg_gray::after {
	background-color:#FFF;
	
}


.bg_gray2::after {
	background-color:#FFF;
}






}


.fixed {
    position: fixed;
    top: 80px !important;
    width: 100%;
    z-index: 10000;
}

/*メイン画像*/



#main_ttl p{
	width:100%;
	max-width:580px;
	font-size:24px;
	position:relative;
	top:30vh;
	left:30%;
	margin-top:-50px;
	font-weight:bold;
}


.bg-slider_bg{
	  height:/*90*/85vh;
	  margin-top:-20px !important; 
}



.bg-slider {
 /* width:90%;
  height:80vh;
    top:10%;
  left:5%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;*/
  content:"";
  display:block;
  position:fixed;
/*  top:10%;
  left:5%;*/
  z-index:-1;
  width:100%;
	  height:/*90*/85vh !important;
  background-size:cover;
  background-position:center;
	
	
	
}



@media only screen and (max-width: 640px) { 
body{
/*	margin-top:-21px !important;*/
}


#main_ttl p{
	width:90%;
	max-width:auto;
	font-size:16px;
	position:relative;
	top:30vh;
	left:5%;
	margin-top:-50px;
	font-weight:bold;
}



.bg-slider {
 /* width:90%;
  height:80vh;
    top:10%;
  left:5%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;*/
  content:"";
  display:block;
  position:fixed;
/*  top:10%;
  left:5%;*/
  z-index:-1;
  width:100%;
  height:50vh !important;
  background-size:cover;
  background-position:center;
	
	
	
}
.bg-slider_bg{
	  height:50vh;
	  margin-top:-20px !important; 
}



}


/* */
#oem #faq p.ac1 a{
	width:100%;
	display:block;
}


#oem #faq  .btn{
		width:100%;
	text-align:center;

	margin:0 auto;
}


#oem #faq  .btn a{
/*	width:100%;*/
/*    display: block;*/

    line-height: 1.8;
	padding:10px 80px !important;
    font-size: 16px;
    text-align: center;
	/*background-color:#861705;*/
	border:1px solid #861705;
	text-align:center;
	padding:5px;
	color: #861705;
}


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

#oem #faq{
	margin:50px 0 0 0;
}


}




#oem_h_navi2 .bana-interview{
	text-align: center;
	width: 100%;
	font-size: 11px;
}

#oem_h_navi2 .bana-interview img{
	margin-top: 50px;
}

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

#oem_h_navi2 .bana-interview img{
	width:100%;
}

}





