@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/doremi/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: 100px;
	padding-bottom: 50px;
}
#contents01 {
	width: 1140px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	overflow: hidden;
}
#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 .newspc iframe{
	position: relative;
	width: 1140px;
	height: 430px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}
#c01_btn {
	float: left;
	margin-top: 50px;
	margin-left: 300px;
	clear: both;
}
.button1 {
  display: inline-block;
  width: 600px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 55px;
  font-weight: 600;
  outline: none;
  border-radius: 30px;
}
.button1::before,
.button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button1,
.button1::before,
.button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #009c7d;
  color: #000;
  line-height: 55px;
  overflow: hidden;
}
.button1:hover {
  color: #fff;
  text-decoration: none;
  border: 2px solid #009c7d;
}
.button1::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button1:hover::after {
  top: 0;
  left: 0;
  background-color: #009c7d;
}

#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#contents02 .Img1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
#contents02 .txt1{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: ;
	float: left;
	margin-top: 20px;
}
#contents02 .txt1 span{
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	color: #F33;
}

#contents02 .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: 50px;
}
#contents02 .tblBox {
	width: 1100px;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	margin-top: 20px;
}
#contents02 .tblBox table {
	min-width: 1100px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#contents02 .tblBox td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 10px 5px 10px;
}
#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 50px;
}
#contents03 {
	width: 1140px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	overflow: hidden;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#US_pc {
	width: 1100px;
	height: auto;
	float:left;
	margin-top: 50px;
}
#US_pc iframe{
	width: 1100px;
	height: 800px;
	overflow: hidden;
}



@media screen and (min-width:768px){
#US_sp { display:none;}
#contents01 .newssp iframe{ display:none;}
}
