@charset "utf-8"; 

#index{
	width: 970px;
	margin: 0 auto;
	padding: 60px 0;
}
#index .intro .ttl{
	width: 460px;
	/* width: 567px; */
	margin: 0 auto;
}
#index .intro .ttl img{
	width: 100%;
	height: auto;
}
#index .intro .txt{
	text-align: center;
	font-size: 2.2rem;
	margin: 1em 0 1.5em;
}
#index .block{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#index .block .inner{
	width: 425px;
}
#index .block .inner a{
	display: block;
	border: 2px solid #727171;
	border-radius: 20px;
	transition: 0.3s;
}
#index .block .inner a:hover{
	opacity: 0.7;
}
#index .block .inner .img{
	width: 270px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 20px;
}
#index .block .inner img{
	width: auto;
	height: 194px;
}
#index .block .inner .ttlWrap{
	background: #727171;
	padding: 10px 0 12px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#index .block .inner p{
	text-align: center;
	color: #fff;
	line-height: 1.4;
	font-size: 1.4rem;
}
#index .block .inner .ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 0.2em;
}
#index .block .inner .ttl img{
	width: 1em;
	height: auto;
	margin-right: 5px;
}
#index .goal{
	margin: 40px 0 45px;
}
#index .goal .txt{
	text-align: center;
	font-size: 2.2rem;
	margin: 0 0 1em;
}
#index .goal ol{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#index .goal ol li{
	width: 150px;
	margin: 10px 14px 0 0;
}
#index .goal ol li:nth-child(6n){
	margin-right: 0;
}
#index .goal ol li:nth-child(-n+6){
	margin-top: 0;
}
#index .goal ol li img{
	width: 100%;
	height: auto;
}
.fixedbnr {
	position: fixed;
	bottom: 50px;
	right: 20px;
	transition: 0.2s;
	width: 240px;
	opacity: 0;
	z-index: 101;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .4);
}
.fixedbnr img {
	max-width: 100%;
	height: auto;
}
.fixedbnr.show {
	opacity: 1;
}
@media screen and (max-width : 767px){
	
	#index{
		width: auto;
		padding: 30vw 0 0;
	}
	#index .intro .ttl{
		width: 67vw;
	}
	#index .intro .txt{
		font-size: 4.2vw;
		margin: 17vw 0 13vw;
	}
	#index .block{
		display: block;
	}
	#index .block .inner{
		width: auto;
	}
	#index .block .inner + .inner{
		margin-top: 13vw;
	}
	#index .block .inner .img{
		padding: 5vw 0;
	}
	#index .block .inner img{
		height: 42vw;
	}
	#index .block .inner .ttl{
		font-size: 4.2vw;
		margin-bottom: 0.7em;
	}
	#index .goal{
		margin: 17vw 0;
	}
	#index .goal .txt{
		font-size: 4.2vw;
	}
	#index .goal ol li{
		width: 32%;
		margin-right: 2%;
		margin-top: 4%;
	}
	#index .goal ol li:nth-child(-n+6){
		margin-top: 4%;
	}
	#index .goal ol li:nth-child(-n+3){
		margin-top: 0;
	}
	#index .goal ol li:nth-child(3n){
		margin-right: 0;
	}
.fixedbnr {
	position: fixed;
	bottom: 3%;
	right: 3%;
	width: 30%;
}
	
}
@media (orientation: landscape) and (max-width : 767px){


}