/* CSS Document */

#topkeyimg{
	background: url("../img/mv.webp") center bottom no-repeat;
	background-size: cover;
	border-bottom: 15px solid #000;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#topkeyimg .keyimgtext{
		display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 60vh;
	background: url("../img/mv_img.webp") center bottom no-repeat;
	text-align: center;
}

#topkeyimg .keyimgtext img{
	   animation-name: fadein;
    animation-duration: 3s;
	width: 80%;
	height: auto;
}

@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

#s01{
	margin-bottom: 80px;
}

#s01 h2{
	text-align: center;
	font-size: 24px;
	color: #F2AE00;
	margin-bottom: 25px;
}

#s01 .f35{
	/*font-size: 35px;*/
	font-size: 22px!important;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

#s01 .box_rap{
	/*display: flex;
	justify-content: center;*/
	max-width: 480px;
	width: 90%;
	margin: auto;
}

#s01 .box_rap .bg{
	width: 100%;
	margin-bottom: 30px;
}

#s01 .box_rap .bg  img{
	width: 100%;
}

#s01 .box_rap .box{
	/*min-width: 50%;
	width: 500px;
	background: #fff;
	padding-left: 30px;*/
	width: 100%;
}

#s01 .box_rap .box p{
	/*	width: 500px;*/
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

#s01 .box_rap .box a{
	margin: auto;
	display: flex;
	width: 300px;
	height: 80px;
	background: #F39800 url("../img/arrow01.webp") 270px 35px no-repeat;
	color: #fff;
	border-radius: 50vh;
	justify-content: center;
	align-items: center;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
}

#s02{
	margin-bottom: 80px;
}

#s02 h2 small{
	display: block;
	text-align: center;
	font-size: 35px;
	color: #F2AE00;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 200;
font-style: normal;
	margin-bottom: 15px;
}

#s02 h2 b{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

#s02 .bg{
	background: #F4F4F4;
	padding-top: 50px;
	padding-bottom: 80px;
}

#s02 h3{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 40px;
}

#s02 h3 span{
	background: url("../img/line.webp") bottom center repeat-x;
	background-size: 100% 10px;
}

#s02 .box_rap{
	max-width: 480px;
	width: 90%;
	margin: auto;
}

#s02 .box_rap .box{
	padding-top: 20px;
	width: 100%;
}

#s02 .box_rap dl{
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

#s02 .box_rap dt{
	font-size: 20px;
	color: #0085B2;
	background: url("../img/light.webp") left center no-repeat;
	padding-left: 40px;
	font-weight: bold;
	height: 45px;
	line-height: 30px;
	margin-bottom: 15px;
}

#s02 .box_rap dd{
	margin-bottom: 35px;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;
}

#s02 .box_rap dd:last-child{
	padding-top: 20px;
}

#s02 .box_rap .box a{
	margin: auto;
	margin-bottom: 80px;
	display: flex;
	width: 300px;
	height: 80px;
	background: #F39800 url("../img/arrow01.webp") 270px 35px no-repeat;
	color: #fff;
	border-radius: 50vh;
	justify-content: center;
	align-items: center;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
}

#s02 .box_rap .img{
	text-align: center;
}

#s02 .box_rap .img img{
	width: 80%;
	height: auto;
}

#s03{
	margin-bottom: 80px;
}

#s03 h2 small{
	display: block;
	text-align: center;
	font-size: 35px;
	color: #F2AE00;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 200;
font-style: normal;
	margin-bottom: 15px;
}

#s03 h2 b{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

#s03 .box_rap02,
#s03 .box_rap01{
	max-width: 480px;
	width:90%;
	margin: auto;
	/*display: flex;
	justify-content: space-between;*/
	margin-bottom: 30px;
}

#s03 .box_rap01{
	background: #F39800;
}

#s03  .box_rap02{
	background: #00AFD2;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
	
}

#s03 .box_rap01 .box{
	width: 80%;
	margin: auto;
	/*padding-right: 35px;*/
	padding-top: 30px;
	padding-bottom: 30px;
}

#s03  .box_rap02  .box h3,
#s03  .box_rap01  .box h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
}

#s03  .box_rap02  .box p,
#s03  .box_rap01  .box p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
}

#s03  .box_rap02 a,
#s03  .box_rap01 a{
	margin: auto;
	display: flex;
	width: 245px;
	height: 45px;
	background: #fff url("../img/arrow02.webp") 200px 18px no-repeat;
	color: #F39800;
	border-radius: 50vh;
	justify-content: center;
	align-items: center;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 15px;
}


#s03 .box_rap02  .box{
	width: 80%;
	margin: auto;
	/*padding-left: 35px;*/
	padding-top: 30px;
	padding-bottom: 30px;
}

#s03 .box_rap02 a{
	color: #00AFD2;
	background: #fff url("../img/arrow03.webp") 200px 18px no-repeat;
}

#s03 .box_rap02 .img img,
#s03 .box_rap01 .img img{
	width: 100%;
	height: auto;
}

#s03 .box_rap03{
	max-width: 480px;
	width: 90%;
	margin: auto;
}

#s03 .box_rap03 .box03,
#s03 .box_rap03 .box02,
#s03 .box_rap03 .box01{
	width: 100%;
	color: #fff;
	padding-bottom: 30px;
	margin: auto;
	margin-bottom: 30px;
}

#s03 .box_rap03 .box01{
	background: #72D024;
}

#s03 .box_rap03 .box02{
	background: #FF6A6A;
}

#s03 .box_rap03 .box03{
	background: #0079C5;
}

#s03 .box_rap03 figcaption{
	font-size: 22px;
	font-weight: bold;
	width: 80%;
	margin: auto;
	margin-bottom: 15px;
	/*padding: 25px;*/
	padding-top: 25px;
	padding-bottom: 15px;
}

#s03 .box_rap03 img{
	width: 100%;
	height: auto;
}

#s03 .box_rap03 p{
	/*padding-left: 25px;
	padding-right: 25px;*/
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
	font-size: 15px;
}

#s03 .box_rap03 a{
	display: flex;
	width: 245px;
	height: 45px;
	background: #fff url("../img/arrow04.webp") 200px 18px no-repeat;
	color: #72D024;
	border-radius: 50vh;
	justify-content: center;
	align-items: center;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 15px;
	margin: auto;
}

#s03 .box_rap03 .box02 a{
	background: #fff url("../img/arrow05.webp") 200px 18px no-repeat;
	color: #FF6A6A;
}
#s03 .box_rap03 .box03 a{
	background: #fff url("../img/arrow06.webp") 200px 18px no-repeat;
	color: #0079C5;
}


#s04{

}

#s04 .bg{
		background: #F4F4F4;
	padding-top: 50px;
	padding-bottom: 50px;
}

#s04 h2 small{
	display: block;
	text-align: center;
	font-size: 35px;
	color: #F2AE00;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 200;
font-style: normal;
	margin-bottom: 15px;
}

#s04 h2 b{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

#s04 .box_rap01{
	max-width: 480px;
	width: 90%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: auto;
}

#s04 .box_rap01 .box01{
	width: 100%;
	position: relative;
	padding-top: 110px;
}

#s04 .box_rap01 .box01 .obj01{
	position: absolute;
	top: 0;
	left: 65px;
	width: 80%;
}

#s04 .box_rap01 .box01 img:last-child{
	width: 100%;
	height: auto;
}

#s04 .box_rap01 .box02{
	width: 90%;
	margin: auto;
	padding-top: 40px;
}

#s04 .box_rap01 .box02 h3{
	font-size:22px;
	font-weight: bold;
	color: #00AFD2;
	margin-bottom: 20px;
}

#s04 .box_rap01 .box02 p.f20{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 45px;
}

#s04 .box_rap02{
	max-width: 480px;
	width: 90%;
	margin: auto;
	
}

#s04 .box_rap02 .box01{
	width: 100%;
	position: relative;
	padding-top: 110px;
}

#s04 .box_rap02 .box01 .obj01{
	position: absolute;
	top: 0;
	left: 65px;
	width: 80%;
}

#s04 .box_rap02 .box01 img:last-child{
	width: 100%;
	height: auto;
}

#s04 .box_rap02 .box02{
	width: 90%;
	margin: auto;
	padding-top: 40px;
}

#s04 .box_rap02 .box02 h3{
	font-size:22px;
	font-weight: bold;
	color: #00AFD2;
	margin-bottom: 20px;
}

#s04 .box_rap02 .box02 p.f20{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 45px;
}

#s04 .box_rap02 .box02 .blue{
	color: #00ADD2;
}

