@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: auto;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 50px 0;
	background:linear-gradient(0deg,#a1d6a7 0%,#a1d6a7 60%,#fcfcf0 60%,#fcfcf0 100%);
}

.wave{
	width: 100%;
	position:relative;
    height:50px;
    background: #a1d6a7;
}
canvas{
	position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}


#slider {
    width: 94%;
    height: 400px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px 20px 20px 20px;
	background-image: url(../web/support/mimg.webp);
	background-size: cover;
	background-position: top center;
}

#mimg .txtBox {
	position: absolute;
	width: auto;
	height: auto;
	display:inline-block;
	top: 265px;
	left: 8%;
	z-index: 1000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#mimg .p1 {
	width: auto;
	height: auto;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
    text-align: left;
	float: left;
}
#mimg .p2 {
	width: auto;
	height: auto;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
    text-align: left;
	margin-left: 25px;
	margin-top: 27px;
	float: left;
}
#mimg .p3 {
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #fff;
    text-align: left;
	margin-top: 20px;
	margin-left: 5px;
	float: left;
	clear: both;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents01 {
	width: 1100px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	height: 75px;
	position: relative;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	background-image: url(../web/learn_about01/h2back.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#h2ac {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 15px;
	color: #666;
}
#contents01 .Img{
	width: 1100px;
	margin-top: 50px;
	float: left;
}
#contents01 .txt{
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	float: left;
}
#contents01 .txt span{
	font-size: 16px;
	font-weight: bold;
	color: #F33;
}
#contents01 .scttl{
	width: auto;
	height: auto;
	padding:6px 30px 6px 30px;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	color: #FFF;
	font-weight: bold;
	float: left;
	background:linear-gradient(-45deg,#96C9DE 0%,#96C9DE 50%,#009c7d 50%,#009c7d 100%);
	border-radius: 17px;
	clear: both;
	margin-top: 70px;
}
#contents01 .txt2{
	width: 100%;
	margin-top: 20px;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	float: left;
}
#contents01 .txt2 a{ color: #000;}
#bnr{
	width: 520px;
	height: auto;
	margin-top: 30px;
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0px;
	float: left;
}
#bnr img{
	width: 520px;
	height: auto;
	padding-bottom: 10px;
	transition: 0.4s;
}
#bnr img:hover{
	transform: scale(1.03);
}
#bnr.f{
	margin-left: 60px;
}

#bnr2{
	width: 1100px;
	height: auto;
	margin-top: 50px;
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0px;
	float: left;
}
#bnr2 img{
	width: 1100px;
	height: auto;
	padding-bottom: 10px;
	transition: 0.4s;
}
#bnr2 img:hover{
	transform: scale(1.03);
}

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

}
