@charset "utf-8";

body {
    background: #fff
}

@media screen and (max-width: 768px) {
	section img{
		width: 100%;
	}
	}

/* ---------- mainvisual ---------- */
#mainvisual {
	background: url("../img/mainvisual_bg.jpg") center top no-repeat;
	height: 850px;
	background-size: 1440px auto;
}

@media screen and (max-width: 768px) {
    #mainvisual {
		background: none;
		height: auto;
        min-height: auto;
    }
}

/* ---------- lead ---------- */
#lead {
	background: url("../img/lead_bg.jpg") center top no-repeat;
	height: 590px;
	background-size: 1440px auto;	
}

@media screen and (max-width: 768px) {
    #lead {
    background: url("../img/lead_bg_sp.jpg") center bottom no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }

}


/* ---------- sp01 ---------- */
#sp01 {
	background: url("../img/sp01_bg.jpg") center top no-repeat;
	height: 2135px;
	background-size: 1440px auto;	
}

@media screen and (max-width: 768px) {
    #sp01 {
        background: url("../img/sp01_bg_sp.jpg") center bottom no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }
}


/* ---------- sp02 ---------- */
#sp02 {
	background: url("../img/sp02_bg.jpg")  center top no-repeat;
	height: 2300px;
	background-size: 1440px auto;	
}

@media screen and (max-width: 768px) {
    #sp02 {
        background: url("../img/sp02_bg_sp.jpg") center bottom no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }
}


/* ---------- sp03 ---------- */
#sp03 {
	background: url("../img/sp03_bg.jpg")  center top no-repeat;
	height: 2321px;
	background-size: 1440px auto;	
}

@media screen and (max-width: 768px) {
    #sp03 {
        background: url("../img/sp03_bg_sp.jpg") center bottom no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }
}




/* ---------- link ---------- */


#sp02_link01 a {
	position: relative;
	display: block;
	width: 0px;
	margin-left: 100px;
}

#sp02_link01 li {
	float: left;
	width: 170px;
}

#sp02_link01 .list {
	list-style: none;
	margin-left: -170px;
}

#sp02_link01 img {
margin:1110px 0px 0px 0px;
width: 150px;
}


#sp02_link02{
margin: 2090px 0 0 -310px;	
}

#sp02_link03{
padding: 2090px 0 0 220px;
}


#sp03_link01 a {
	position: relative;
	display: block;
	width: 0px;
	margin-left: 663px;
}

#sp03_link01 li {
	float: left;
	width: 170px;
}

#sp03_link01 .list {
	list-style: none;
	margin-left: -170px;
}

#sp03_link01 img {
margin:1160px 0px 0px 0px;
width: 150px;
}


#sp03_link02{
margin: 2140px 0 0 -310px;	
}

#sp03_link03{
padding: 2140px 0 0 220px;
}





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

	
ul {
			padding:0px 0px 0px 35px;
			margin:0px;
		}

		.list a {
		width:100% !important;
		}

		.list {
			list-style: none;
			float:left;
		}

		.list li {
			float: left;
			width: 30%;
			padding:3px;
		}

	.list a {
			width:100% !important;
			}	
	
	#sp02_link07 {
		padding: 0;
}	

	#sp02_link08 {
		padding: 0;
}	
	#sp03_link07 {
		padding: 0;
}	
	#sp03_link08 {
		padding: 0;
}	

}


a:hover {
	opacity: 0.8 ;
}
