@charset "UTF-8";

/*------------------------
#main
------------------------*/
#eeGeeWrap #main {
	position: relative;
	background:
	url(../img/top/bg_main_02.png) bottom center no-repeat,
	url(../img/top/bg_main_01.jpg) top center no-repeat;
	padding-top: 60px;
}
#eeGeeWrap #main .slide{
	width: 94%;
	max-width: 1426px;
	height: 650px;
	border: solid white 5px;	
	border-radius: 20px 20px;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
#eeGeeWrap #main .slide p{
	position: absolute;
	top: 80px;
	left: 80px;
	z-index: 100;
	text-align: left;
	font-size: 33px;
	line-height: 1.8;
	letter-spacing: 5px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#eeGeeWrap #main .slide ul{
	position: relative;
}
/*静止画の場合*/
/* #eeGeeWrap #main .slide ul li:first-of-type{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 650px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(https://www.toyamanseikaku.jp/rakuten/img/top/slide/sec_main_ph_01.jpg);
} */
 
/*スライドにする場合*/
 #eeGeeWrap #main .slide ul {
	width: 100%;
  	height: 650px;
	background-image: url(../img/top/slide/main_01.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
 }
 #eeGeeWrap #main .slide ul li{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}
#eeGeeWrap #main .slide ul li:nth-of-type(1){
  background-image: url(../img/top/slide/main_01.jpg);
}
#eeGeeWrap #main .slide ul li:nth-of-type(2){
  background-image: url(../img/top/slide/main_02.jpg);
  animation-delay: 2s;
} 
#eeGeeWrap #main .slide ul li:nth-of-type(3){
  background-image: url(../img/top/slide/main_03.jpg);
  animation-delay: 6s;
}
#eeGeeWrap #main .slide ul li:nth-of-type(4){
  background-image: url(../img/top/slide/main_04.jpg);
  animation-delay: 10s;
}
#eeGeeWrap #main .slide ul li:nth-of-type(5){
	background-image: url(../img/top/slide/main_05.jpg);
	animation-delay: 14s;
}
#eeGeeWrap #main .slide ul li:nth-of-type(6){
	background-image: url(../img/top/slide/main_06.jpg);
	animation-delay: 18s;
}
#eeGeeWrap #main .slide ul li:nth-of-type(7){
	background-image: url(../img/top/slide/main_07.jpg);
	animation-delay: 22s;
}
#eeGeeWrap #main .slide ul li:nth-of-type(8){
	background-image: url(../img/top/slide/main_08.jpg);
	animation-delay: 26s;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  90%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
#eeGeeWrap #main .inner{
	padding: 110px 0 60px 0;
}
#eeGeeWrap #main p{
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}
#eeGeeWrap #main p b{
	font-size: 25px;
}
#eeGeeWrap #main p b.en{
	font-size: 40px;
	padding: 0 2px;
}
#eeGeeWrap #main .ico{
	text-align: center;
	margin-top: 30px;
}
/*------------------------
#point
------------------------*/
#eeGeeWrap #point h3{
	text-align: center;
	margin-bottom: 40px;
}
#eeGeeWrap #point ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#eeGeeWrap #point ul li{
	margin-bottom: 50px;
	position: relative;
}
#eeGeeWrap #point ul li i{
	display: block;
	width: 80px;
	height: 79px;
	position: absolute;
	left: -15px;
	top: -15px;
	z-index: 2;
}
#eeGeeWrap #point ul li:nth-child(1) i{
	background: url(../img/top/ico_01.png) top left;
}
#eeGeeWrap #point ul li:nth-child(2) i{
	background: url(../img/top/ico_02.png) top left;
}
#eeGeeWrap #point ul li:nth-child(3) i{
	background: url(../img/top/ico_03.png) top left;
}
#eeGeeWrap #point ul li:nth-child(4) i{
	background: url(../img/top/ico_04.png) top left;
}
#eeGeeWrap #point ul li:nth-child(5) i{
	background: url(../img/top/ico_05.png) top left;
}
#eeGeeWrap #point ul li:nth-child(6) i{
	background: url(../img/top/ico_06.png) top left;
}
@media only screen and (max-width: 1126px) {
	#eeGeeWrap #point ul li a img{
		width: 100%;
		height: auto;
	}
	#eeGeeWrap #point ul li:nth-child(2) ,
	#eeGeeWrap #point ul li:nth-child(6) {
		width: 605px;
	}
	#eeGeeWrap #point ul li:nth-child(3) ,
	#eeGeeWrap #point ul li:nth-child(5) {
		width: 408px;
	}
}

/*------------------------
#plan
------------------------*/
#eeGeeWrap #plan{
	background: linear-gradient(rgb(64, 109, 8) 0%, rgb(107, 146, 35) 27%, rgb(150, 183, 61) 100%);
	border-radius: 20px;
	padding: 45px 85px;
}
#eeGeeWrap #plan h3{
	color: white;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
#eeGeeWrap #plan h3 span{
	display: block;
	font-size: 60px;
	line-height: 1.0;
}
#eeGeeWrap #plan ul{
	display: flex;
	justify-content: space-between;
}
#eeGeeWrap #plan ul li{
	width: 31.5%;
	background-color: white;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 20px;
}
#eeGeeWrap #plan ul li img{
	width: 100%;
	height: auto;
}
#eeGeeWrap #plan ul li h4{
	margin: 10px 0 0 0;
	font-size: 20px;
	color: #3F6B08;
	text-align: center;
}
#eeGeeWrap #plan ul li p{
	font-size: 14px;
	line-height: 1.5;
}
