body, html, main {
    /* important */
    height: 100%;
}
  
.fixedBg {
    min-height: 100%;
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center center;
}
  
.mv {
  background-image:url(../img/bg_main.jpg);
}


#mvInr {
	position: relative;
}

.mainInr {
	margin: 0 auto;
	width: 750px;
}


.mainInr h2 {
	padding-top:250px;
	line-height: 1.4;
}

.mainInr h2 span {
	background: #fffc01;
	color: #253494;
	font-size: 1.4em;
}


#item1 {
	background: url(../img/item1.png) center top no-repeat;
	background-size: cover;
}


#mvInfo {
	background: url(../img/item1.png) center top no-repeat;
	min-height: 1165px;
	height: auto !important;
	padding-bottom:10%;
	position: relative;
    top: 0;
    width: 100%;
}


#info {
	padding-left: 15%;
    top: 64%;
	padding-top: 405px;
    width: 710px;
}


#info .newsBox { margin-bottom: 5%;}

#info .newsBox ul li {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 1.6;
}

#info .newsBox ul li .data {
	float: left;
	width: 140px;
	vertical-align: bottom;
}

#info .newsBox ul li .n_k {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	width: 560px;
}



.slantBox {
  background-image: url(../img/bg_slant01.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

.slantBox:before {
  content: "";
  position: absolute;
  height: 400px;
  width: 300%;
  background: #fff;
  bottom: -200px;
  left: -100%;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}





/*斜めパララックス*/
.skew_img {
	position: relative;
	overflow: hidden;
}
#skew_img01 {
	-webkit-transform: skewy(3deg) translate3d(0,0,0);
    -moz-transform: skewy(3deg) translate3d(0,0,0);
    -o-transform: skewy(3deg) translate3d(0,0,0);
    -ms-transform: skewy(3deg) translate3d(0,0,0);
    transform: skewy(3deg) translate3d(0,0,0);
	-webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

#skew_img02 {
	-webkit-transform: skewy(-3deg) translate3d(0,0,0);
    -moz-transform: skewy(-3deg) translate3d(0,0,0);
    -o-transform: skewy(-3deg) translate3d(0,0,0);
    -ms-transform: skewy(-3deg) translate3d(0,0,0);
    transform: skewy(-3deg) translate3d(0,0,0);
	-webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
	padding-bottom: 10%;
}

.slantBox01 {
  background-image:url(../img/bg_slant01.jpg);
  background-size: cover;
  min-height: 500px;
}

.slantBox01 .inr {
	margin: 0 auto;
	width: 960px;
}

.slantBox01 .head02 { text-align: center;}

#skew_img01 .slantInr {
	-webkit-transform: skewy(-3deg) translate3d(0,0,0);
    -moz-transform: skewy(-3deg)  translate3d(0,0,0);
    -o-transform: skewy(-3deg) translate3d(0,0,0);
    -ms-transform: skewy(-3deg) translate3d(0,0,0);
    transform: skewy(-3deg)translate3d(0,0,0);
	-webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
	
	padding: 10% 0 7%;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}


#skew_img02 .slantInr {
	-webkit-transform: skewy(3deg) translate3d(0,0,0);
    -moz-transform: skewy(3deg)  translate3d(0,0,0);
    -o-transform: skewy(3deg) translate3d(0,0,0);
    -ms-transform: skewy(3deg) translate3d(0,0,0);
    transform: skewy(3deg)translate3d(0,0,0);
	-webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
	
	padding: 7% 0 10%;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#contents .slantInr .head02 .ti01 {
	color:#FFF !important;
	font-size:1.4em;
}

.slantInr p {
	color:#FFF;
}

.slantInr .bscBtn02 {
	padding-top:5%;
	transform: skewx(-0deg)translate3d(0,0,0);
}



#pefo {
	background: #FFF;
	padding:5% 0;
	position: relative;
}

#pefo .pefoBox {
	float: left;
	margin-right: 40px;
	margin-bottom:60px;
	width: 460px;
}




#pefo .pefoBox .txt {
	margin-bottom: 30px;
}

#pefo .shadow {
	 background-color: #ccc;
    border-radius: 5px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
	margin-bottom: 20px;
}

#pefo .peho_ph {
    position: relative;
    overflow: hidden;
    text-align: center;
	border: solid 6px #ffe300;
	border-radius: 5px;
    text-shadow: 0 0 12px #7b7a35;
	position: relative;
	height: 300px;
	width: 460px;
}

#pefo .peho_ph:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    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;
}

#pefo .peho_ph:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#pefo .peho_ph .phNum {
	position: absolute;
	left: -2px;
	top: -1px;
    z-index: 1;
}


#pefo .ph01:after { background: url(../img/ph_no01.jpg) no-repeat center center;}
#pefo .ph02:after { background: url(../img/ph_no02.jpg) no-repeat center center;}
#pefo .ph03:after { background: url(../img/ph_no03.jpg) no-repeat center center;}
#pefo .ph04:after { background: url(../img/ph_no04.jpg) no-repeat center center;}
#pefo .ph05:after { background: url(../img/ph_no05.jpg) no-repeat center center;}
#pefo .ph06:after { background: url(../img/ph_no06.jpg) no-repeat center center;}




#contents #cpList {
	margin: 0 auto;
	width: 960px;
}

#contents #cpList li {
	border: solid 1px #a7a7a7;
	border-radius: 5px;
	box-shadow:0px 8px 0px 0px #4c5596;
-moz-box-shadow:0px 8px 0px 0px #4c5596;
-webkit-box-shadow:0px 8px 0px 0px #4c5596;
	color: #253494;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    height: 280px;
	margin-bottom: 8px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 225px;
}

#contents #cpList li a {color: #253494;}

#contents #cpList ul li:last-child{ margin-right: 0;}



#contents #cpList li::after {
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    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;
}


#contents #cpList li:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


#contents #cpList li div {
	background :url(../img/icon_pc_arrow.png) 204px bottom no-repeat;
	height: 270px;
	padding: 30% 5%;
    position: absolute;
    width: 100%;
	line-height: 1.2;
    z-index: 1;
}

#contents #cpList li div span.iconCp {
	display: block;
	padding-top: 10;
	margin-bottom: 35px;
}

#contents #cpList .cp01:after { background: url(../img/bg_cp01.jpg) no-repeat center center;}
#contents #cpList .cp02:after { background: url(../img/bg_cp02.jpg) no-repeat center center;}
#contents #cpList .cp03:after { background: url(../img/bg_cp03.jpg) no-repeat center center;}
#contents #cpList .cp04:after { background: url(../img/bg_cp04.jpg) no-repeat center center;}


#contents #cpList li.cp02 div span.iconCp{ margin-bottom: 22px; } 





#contents #topM {
	margin: 0 auto;
	width: 960px;
}

#contents #topM ul li {
	border: solid 1px #a7a7a7;
	border-radius: 5px;
	box-shadow:0px 10px 0px 0px #dddddd;
-moz-box-shadow:0px 10px 0px 0px #dddddd;
-webkit-box-shadow:0px 10px 0px 0px #dddddd;
	color: #FFF;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    height: 285px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 300px;
}







#contents #topM li a {color: #FFF;}

#contents #topM ul li:last-child{ margin-right: 0; margin-bottom: 8px;}



#contents #topM li::after {
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    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;
}


#contents #topM li:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


#contents #topM li div {
	background :url(../img/icon_pc_arrow02.png) 280px bottom no-repeat;
	height: 275px;
	padding: 20% 5%;
    position: absolute;
    width: 100%;
	line-height: 1.2;
    z-index: 1;
}

#contents #topM li div span.iconCp {
	display: block;
	padding-top: 10;
	margin-bottom: 10%;
}

#contents #topM .topM01:after { background: url(../img/bg_topM01.jpg) no-repeat center center;}
#contents #topM .topM02:after { background: url(../img/bg_topM02.jpg) no-repeat center center;}
#contents #topM .topM03:after { background: url(../img/bg_topM03.jpg) no-repeat center center;}


#contents #topM li.cp02 div span.iconCp{ margin-bottom: 22px; } 



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


.pol {
	position: absolute; }

.pol-right {
	right: 0;
	}

.pol-left {
	left: 0; }
	
	
.section-company {
    position: relative;
	}


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


@media only screen and (max-width: 800px) {
	
	
	#mvInfo {
		background-size:cover;
	}
	
	.fixedBg {
    background-attachment: inherit;
		background-size:100% auto;
		background-position: center 5px;
}
	
	.mainInr { width:90%; }
	
	#info { 
	width:90%;
	margin:0 auto;
	padding-left:0;
	padding-top:10%;
	}
	
	
	
	
	/*---*/
	
	#mvInfo {
		min-height: auto !important;
	}
	
	
	
	#info .newsBox ul li .n_k {
		font-size: 1.0em;
	}
	
	
	
	#pefo .pefoBox,#pefo .peho_ph { width: 100%;}
	#pefo .peho_ph { height: 235px;}
	
	#skew_img01 .slantInr {padding: 15% 0 12%;}
	#skew_img02 .slantInr { padding: 12% 0 15%;}
	#contents #cpList,#contents #cpList ul { width: 100%;}
	#contents #cpList li { 
		height: auto;
        margin-bottom: 20px;
        min-height: 50px;
        width: 100%;
	}
	#contents #cpList li div { 
		background-position: right bottom;
		padding:1%; 
		height: auto;
		clear:both;
		overflow: hidden;
		width: 100%;
		font-size: 0.7em;
		padding: 4% 2% 5%;
}
	#contents #cpList li div span.iconCp {
	   left: 5%;
       margin: 0;
       position: absolute;
       top: 9px;
       width: 9%;
	}
	
	#contents #cpList .cp01::after,#contents #cpList .cp02::after,#contents #cpList .cp03::after,#contents #cpList .cp04::after {
		background-size: cover;
	}
	
	
	.pol-right {display: none;}
	
	
	#contents #topM{
		margin: 0 auto;
		width: 90%;
	}
	
	#contents #topM ul {
		margin: 0 auto;
		width: 100%;
	}
	
	#contents #topM ul li {
		font-size: 1.2em;
		margin-right: 2%;
		height: 120px;
        width: 32%;
	}
	

	#contents #topM li::after { height: 100%; }
	#contents #topM li div { padding: 10% 2%;}
	
	#contents #topM li div span.iconCp { text-align: center; margin: 0 auto; width: 40%;}
	
	#contents #topM li div {
		padding: 20% 2%;
	}
	
	
	
}

