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

/*---------------------------------------------------------------------------

loading

---------------------------------------------------------------------------*/
#loader-bg{
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	position:absolute;
	z-index:999999;
	text-align:center;
	display: table;
	top:0;
}

#loader{
 display: table-cell;
  text-align: center;
  vertical-align: middle;
  z-index:2;
}

#loader img{
	display:inline-block;
}

h2 img{
	display:block;
	max-width: 350px;
}
h2{
	text-align:left;
	width:auto;
	background:none;
	margin:auto;
}
h2 span{
	color:#074293;
	display:block;
	font-family:'Lato';
	letter-spacing: 2px;
    font-size: 70%;
    font-weight: bold;
    margin-top: 8px;
}

h3 img{
	display:inline-block;
	width: 100%;
	max-width:120px;
}

h3{
	text-align:center;
	width:200px;
	background:#FFF;
	margin:auto;
}
h3 span{
	color:#074293;
	display:block;
	font-family:'Lato';
	letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 8px;
}

.mainV { 
    position:relative;
}

.catch {
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index:70;
	text-align:center;
}
.catch  img.catchTtl{
	margin-bottom: 3%;
    margin-top: 12%;
	display:inline-block;
}

.catch  img.catchTxt{
	margin-bottom: 0;
    margin-top: 0;
	display:inline-block;
}

.introBlock{
	width:100%;
	margin-top:50px;
	background:url(/common/img/intro_bg.png) no-repeat right bottom #040e49;
}
.introIn{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	
}
.introPic img{
	display:none;
}
.introPic{
	width:690px;
	float:left;
	background:url(/common/img/intro.jpg) no-repeat;
	background-size:cover;
	height: 300px;
}
.introTxt{
	width:430px;
	float:left;
	color:#FFF;
	padding:40px 40px 0px 40px;
	
}

.whiteBorder{
	border-bottom:1px solid #FFF;
	margin-top:20px;
	margin-bottom:20px;
	width:100px;
}

.blueBorder{
	margin:0 auto;
	border-bottom:1px solid #074294;
	margin-top:20px;
	margin-bottom:20px;
	width:100px;
	text-align:center;
}

@media screen and (max-width: 1677px) {
.catch img.catchTtl {
    margin-top: 15%;
}
}

@media screen and (max-width: 1200px) {
.catch img.catchTtl {
    margin-top: 22%;
}
}

@media screen and (max-width: 1152px) {
	.introIn{
		width:100%;
	}
	.introPic{
		width:63%;
	
}
.introTxt {
	width:30%;
	padding:3%;
}
}
@media screen and (max-width:965px) {
.catch  img.catchTtl{
	margin-bottom: 4%;
    margin-top: 20%;
    display: inline-block;
    
	}
}
@media screen and (max-width:867px) {
.catch  img.catchTtl{
	margin-bottom: 4%;
    margin-top: 25%;
	
}
}
@media screen and (max-width: 797px) {
	.catch img.catchTtl {
    	margin-top: 35%;
	}
	.introPic img{
		display:block;
	}
	.introPic{
		background:none;
		height:auto;
	}
	.introTxt h2 img{
	width: 70%;
    margin: 0 auto;
}
.introIn .sp{
	display:block;
}
.introIn .pc{
	display:none;
}
.introIn {
    width: 100%;
}
.introPic{
	width:100%;
	float:none;
}
.introTxt {
	width:80%;
	float:none;
	padding:5%;
	text-align:center;
	margin: 0 auto;
}
.whiteBorder{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
}
@media screen and (max-width: 600px) {
	.catch img.catchTtl {
    	margin-top: 20%;
	}
	.catch img.catchTtl {
	    width: 80%;
	}
	.catch  img.catchTxt{
	display:none;
	}
	
	h3 img{
	max-width:110px;
}
}

@media screen and (max-width: 585px) {
	.catch img.catchTtl {
    	margin-top: 25%;
	}
}
@media screen and (max-width: 400px) {
	.catch img.catchTtl {
    	margin-top: 40%;
	}
	
	.introTxt h2 img{
		width: 100%;
	}
}

/*商品カテゴリー*/
.productBlock{
	margin-top:60px;
	padding-top:60px;
	border-top:1px solid #e0e0e0;
	position:relative;
}

.productBlock h3{
	position:absolute;
	top:-1rem;
	left:0;
	right:0;
}

.productBlock ul{
	overflow:hidden;
	/*width: 827px;*/
	width: 544px;
	margin:0 auto;
}

.productBlock ul li{
	float:left;
	width:260px;
	margin-right:20px;
	position:relative;
	margin-top:110px;
	border:1px solid #e0e0e0;
}
.productBlock ul li:last-child{
	margin-right:0;
}

.productBlock ul li h4{
	text-align:center;
	font-size:15px;
    font-weight: bold;
    margin-bottom: 2.5%;
	margin-top: 20px;
	letter-spacing:1px;
}

.productBlock ul li div.txt p{
	line-height: 1.6;
    font-size: 0.8rem;
	padding:5%;
	padding-top:0;
	font-weight:normal;
}
.fukidashi{
	position:absolute;
	top: -90px;
    left: 0;
    right: 0;
    margin: auto;
	z-index:70;
}

.productBlock ul li:hover{
	transition:0.25s ease-in-out;
	border:#074486 1px solid;
}

.productBlock ul li:hover .fukidashi{
	top: -110px;
	/*transition:all 0.25s ease-in-out;*/
	transition:0.25s ease;
}
 
figure img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
  
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
		-webkit-backface-visibility: hidden
}
 
a:hover>figure figcaption {
    opacity: 1;
}

div.top_box{
	width: 466px;
}
/**/
@media screen and (max-width: 827px) {
.productBlock ul{
	width:90%;
	margin:0 auto;
}

.productBlock ul li {
	margin-bottom:20px;
}
.productBlock ul li{
	border:1px solid #ccc;
	width:31%;
	width:48%;
	margin-right:3%;
}
.productBlock ul li:last-child{
	margin-right:0;
}
}

@media screen and (max-width: 715px) {
	.productBlock ul li{
		border:1px solid #ccc;
		width:99%;
	}
	.productBlock ul li {
    	margin-top: 0px;
		background: #FFF;
	}
	.fukidashi{
		display:none;
	}
}

@media screen and (max-width: 715px) {
	figure {
    float: left;
    width: 47%;
}
.productBlock ul li div.txt {
	text-align:left;
    margin-top: 0;
    float: left;
    width: 52%;
}
.productBlock ul li h4{
	margin-top:0;
	font-size:15px;
	text-align:left;
	padding: 5% 5% 0 5%;
}

}

/*会社案内＆採用情報*/
div.bottomContents{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	background:url(/common/img/top_bottom_bg.jpg) no-repeat;
	background-size:cover;
}
div.bottomContentsIn{
	width:960px;
	margin:0 auto;
}
div.bottomContents h3{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

div.bottomContents .company{
	max-width:587px;
	width:48.5%;
	float:left;
	margin-right:20px;
	text-align:center;
	background:#FFF;
	margin-bottom:70px;
	padding-bottom: 20px;
	font-weight:normal;
}

div.bottomContents .recruit{
	max-width:587px;
	width:48.5%;
	float:left;
	text-align:center;
	background:#FFF;
	margin-bottom:70px;
	padding-bottom: 20px;
	font-weight:normal;
}

div.bottomContents button{
	margin-top:3%;
}
@media screen and (max-width: 950px) {
div.bottomContentsIn {
	width:100%;
}

div.bottomContents .company,div.bottomContents .recruit{
	float:none;
	width:90%;
	max-width: none;
	margin:0 auto;
	margin-bottom:5%;
}

div.top_box{
	width: 90%;
}
}