@charset "utf-8";

body {
    background: #f3f6fa;
}

.btn_wrap a img{
  width: 90%;
}

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

  .btn_wrap a {
    width: 80%;
  }

	}


  /* ---------- maintitle ---------- */

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

  h1 {
  	margin: 0;
  	padding: 0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
  	width: 100%;
  }


  @media screen and (max-width: 768px) {
  	#mainvisual{
  		height: auto;
  		background: none;
  		}
  	#mainvisual img {
  		width: 100%;
  	}
  	h1 {
  		height: 1em;
  		margin-top: -1em;
  	}
  }

  /* ---------- conponent ---------- */

  .htxt {
  	margin: 0;
  	padding: 0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
  	width: 100%;
  }

  @media screen and (max-width: 768px) {
  .htxt {
  	height: 1em;
  	margin-top: -1em;
  	}
  }

  /* ---------- lead ---------- */
  #lead {
  	background: url("../img/lead_bg.jpg") center top no-repeat;
  	height: 530px;
  	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: 767px;
	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: 3558px;
	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: 3530px;
	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: 30%;
    }
}




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


#sp02_link01{
	margin: 835px 0px 0px 540px;
}

#sp02_link02{
	margin: 740px 0px 0px 175px;
}

#sp02_link03{
	margin: 1330px 0px 0px -5px;
}

#sp2_link01 a {
	position: relative;
	display: block;
	width: 240px;
	margin-left: 120px;
}

#sp2_link01 li {
	float: left;
	width: 240px;
  margin-top:800px;
}

#sp2_link01 .list {
	list-style: none;
	margin-top: -20px;
}

#sp2_link01 img {
	padding: 0px 0px 0px 5px;
	width: 240px;
}


#sp03_link01{
	margin: 805px 0px 0px 540px;
}

#sp03_link02{
	margin: 756px 0px 0px 175px;
}

#sp03_link03{
	margin: 1360px 0px 0px -5px;
}

#sp3_link01 a {
	position: relative;
	display: block;
	width: 240px;
	margin-left: 120px;
}

#sp3_link01 li {
	float: left;
	width: 240px;
  margin-top:800px;
}

#sp3_link01 .list {
	list-style: none;
	margin-top: -20px;
}

#sp3_link01 img {
	padding: 0px 0px 0px 5px;
	width: 240px;
}








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

  #sp01_link01{
		margin: 0 auto 6.6%;
	}

	#sp01_link01{
		margin: 0 auto;
	}

	#sp02_link01 {
		padding: 0;
}






	ul {
			padding:0px 9px 0px 13px;
			margin:0px;
		}

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

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

		.list li {
			float: left;
			width: 33%;
			padding: 1px;
		}


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


}


}
