@charset "UTF-8";
#about-01{
	padding:100px 0 40px;
	background: url(../img/cloud01.svg) no-repeat 14% 283px;
}
#about-01 h2{margin-bottom: 30px;}
#about-01-txt{
	position: relative;
	width: 80%;
	z-index: 444;
	margin: 0 auto;
	padding-top: 90px;
}
#about-01-txt p{padding-right: 27px;}
#about-01 h3{margin-bottom: 45px;}
@media (max-width: 960px) {
	#about-01{background-position: 14% 244px;}
	#about-01-txt{width: 75%;padding-top: 320px;}
}
@media (max-width: 768px) {
	#about-01{background-position: 2% 240px;}
	#about-01-txt,#about-01-txt p{width: 100%;padding: 0;}
	#about-01 h3{margin-bottom: 30px;}
}

#about-02{padding:60px 0px 100px;}
#about-02 h2{margin-bottom: 0;}
.feat-img-01,
.feat-img-02,
.feat-img-03{
	position: absolute;
	z-index: -1;
	width: 180px;
}
.feat-img-01{top: 15%;right: 0;}
.feat-img-02{top: 50%;left: -5%;}
.feat-img-03{bottom: -8%;right: 0;}
@media (max-width: 768px) {
	.feat-img-01,
	.feat-img-02,
	.feat-img-03{width: 100px;}
}
#about-02 ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 640px;
	margin: 30px auto;
	padding: 0 10px;
}
#about-02 h3{position: relative;margin-top: 10px;margin-bottom: 10px;}
.feat-number{
	flex: 0 0 80px;
	margin-right: 10px;
}
@media (max-width: 768px) {
	#about-02 ul{display: block;}
	#about-02 ul li{
		margin-bottom: 10px;
	}
	#about-02 h3{margin-bottom: 10px;}
	#about-02 h3 img{max-height: 15px;}
	.feat-number{
		flex: 0 0 50px;
		margin-right: 10px;
	}
}
.a02-odd:first-child(not),.a02-eve{margin-top: -30px;}
.a02-odd .feat-thumb,.a02-odd .feat-txt{float: left;}
.a02-eve .feat-thumb,.a02-eve .feat-txt{float: right;}
.a02-odd .feat-thumb span{right: 0;}
.a02-eve .feat-thumb span{left: 0;}
@media (max-width: 768px) {
	#about-02 h2{margin-bottom: 30px;}
	.a02-odd,.a02-eve{margin-top: 0;margin-bottom: 30px;}
	.feat-txt h3 img{max-height: 15px;}
	.feat-txt{
		padding: 10px 10px 0;
	}
}

#about-03{margin: 0;position: relative;padding: 60px 0 80px;}
#about-03::before,#about-03::after{
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	margin:0;
}
#about-03::before{
	top: -2px;
	padding-top: 5%;
	background: url(../img/y-before.svg) no-repeat center top;
	background-size: 104%;
}
#about-03::after{
	bottom: -1px;
	padding-top: 3.9%;
	background: url(../img/b-after.svg) no-repeat center bottom;
	background-size: 107%;
}
#about-03 h3{
	color: #F08437;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 2px solid #FABE00;
	font-weight: bold;
}
#about-03 h4{font-weight: bold;margin-bottom: 12px;}
#about-03 .left,#about-03 .right{width: 47.916666666667%;}
.a-03-c{margin-bottom: 30px;}
#hoiku-jikan {width: 100%;}
#hoiku-jikan th,#hoiku-jikan td{
	width: 33.3333333333%;
	padding: 15px 5px;
	border-right: 2px solid #fff;
	text-align: center;
}
#hoiku-jikan tr:nth-child(odd){background-color: #FFF9D9;}
#hoiku-jikan th{font-weight: bold;background-color: #F7D5A1;}
#narashi {width: 100%;}
#narashi th,#narashi td{
	width: 25%;
	padding: 15px 5px;
	border-right: 2px solid #fff;
	text-align: center;
}
#narashi tr:nth-child(odd){background-color: #FFF9D9;}
#narashi th{font-weight: bold;background-color: #F7D5A1;}
@media (max-width: 480px) {
	#about-03 .left,#about-03 .right{width: 100%;}
	#about-03 .left{margin-bottom: 20px;}
}

#guide{
	margin: 0;
	position: relative;
	padding: 80px 0;
	background: url(../img/fireflower.svg) no-repeat 81.944444444444% 30px;
	background-size: 120px;
}
#guide ul li{
	width: 50%;
	padding: 0 20px 10px;
	position: relative;
}
#guide ul li a{
	display: block;
	position: relative;
	border: 1px solid #008D3F;
	text-decoration: none;
}
#guide ul li a div{
	display: block;
	position: relative;
	background-color: #fff;
	padding: 30px 10px;
	text-align: center;
	z-index: 222;
}
#guide ul li a::after{
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	bottom: -5px;
	border: 1px solid #008D3F;
	width: 100%;
	height: 100%;
	z-index: 111;
}
#guide ul li a p{font-weight: bold;letter-spacing: 0.03em;padding: 20px;color: #333;}
#guide ul li a .g-btn{width: 100px;}
#guide ul li a:hover{opacity: 0.6;}
#guide ul li a:hover .g-btn{background-color: #FABE00;}
@media (max-width: 768px) {
	#guide ul li{width: 100%;}
}
