@charset "UTF-8";




/*----------------------------------------------------
	☆general
----------------------------------------------------*/
a{
	opacity: 1;
	text-decoration: none!important;
}
a:hover{
	opacity: 0.7;
}

div.inr{
	width: 900px;
	margin: 0 auto;
	position: relative;
}
body{
line-height: 200%;
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
}
p{
	font-size: 13px;
	letter-spacing: 1px;
}

/*----------------------------------------------------
	☆main visual
----------------------------------------------------*/

header{

	background-size: cover;
	position: relative;
}

header h1{
	color:#000;
	font-size:45px;
	line-height: 130%;
	margin-bottom: 30px;
	letter-spacing: 3px;
	font-weight: 100;
}
.onSlideImg{
	position: absolute;
	z-index: 9999;
	left: 50%;
	margin-left: -276px;
	top: 50%;
	margin-top: -200px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc!important;
    -webkit-box-shadow: 0 0 0px #ccc!important;
    box-shadow: 0 0 0px #ccc!important;
    border: solid #fff 0px!important;
    left: 0px!important;
    background: #fff;
}
/*----------------------------------------------------
	☆section1
----------------------------------------------------*/
section.sec01{
	padding: 30px 0px 70px;
}

section.sec01 p{
	font-size: 15px;
	font-weight: 600;
}

/*----------------------------------------------------
	☆section2
----------------------------------------------------*/
section.sec02{
	
}
section.sec02 div.greenBox{
	background-image:url(../img/top_03.png);
	background-size: cover;
	float: left;
	width: 50%;
}
section.sec02 div.greenBox div{
	background-image:url(../img/top_05.png);
	padding: 185px 0px;
	width: 450px;
	float: right;
}
section.sec02 div.blueBox{
	background-image:url(../img/top_04.png);
	background-size: cover;
	float: left;
	width: 50%;
}
section.sec02 div.blueBox div{
	background-image:url(../img/top_06.png);
	padding: 185px 0px;
	width: 450px;
	float: left;
}

section.sec02 div.blueBox div h2 span, section.sec02 div.greenBox div h2 span{
	font-size: 24px;
}

/*----------------------------------------------------
	☆footer
----------------------------------------------------*/



@media screen and (max-width: 750px) {
div.inr{
	width: 96%;
	margin: 0 auto;
	position: relative;
}
.onSlideImg{
	position: absolute;
	z-index: 9999;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top:-50px;
	width: 300px;
}
header{
	height: auto;
	background-size: cover;
	position: relative;
	padding: 65px 0px 0px !important;

}
	

p{
	font-size: 12px;
	letter-spacing: 1px;
	width: 90%;
	margin: 0 auto;
}
section.sec01 p{
	font-size: 12px;
	letter-spacing: 0px;
}

section.sec01 p.first_ph{
	padding-top: 55px;
}

section.sec02 div.greenBox{
	float: none;
	width: 100%;
}
section.sec02 div.greenBox div{
	padding: 125px 0px;
	width: 300px;
	float: none;
	margin: 0 auto;
	background-position: center center;
	background-size: 100%;
}
section.sec02 div.blueBox{
	float: none;
	width: 100%;
}
section.sec02 div.blueBox div{
	padding: 125px 0px;
	width: 300px;
	float:none;
	margin: 0 auto;
	background-position: center center;
	background-size: 100%;
}
section.sec02 div.blueBox div h2, section.sec02 div.greenBox div h2{
	font-size: 18px;
}
section.sec02 div.blueBox div h2 span, section.sec02 div.greenBox div h2 span{
	font-size: 14px;
}


}