@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/emigrate02/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: 1100px;
	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 .txt1{
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
}
#contents01 .txt1 span{
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
}
#contents01 .box{
	width: 800px;
	padding: 40px;
	float: left;
	margin-top: 50px;
	margin-left: 110px;
	outline: 4px solid #ec7575;
	outline-offset: -4px;
	border-radius: 15px;
	background-color: #fff7e6;
}
#contents01 .txt2{
	width: 800px;
	float: left;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
#contents01 .txt3{
	width: 800px;
	float: left;
	text-align: left;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	margin-top: 20px;
}


#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;
}
#house {
	width: 530px;
	float: left;
	outline: 4px solid #7cd5c3;
	outline-offset: -4px;
	border-radius: 15px;
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#house.f { margin-left: 40px;}
#house .ttl1{
	width: 100%;
	float: left;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}
#house .ttl2{
	width: 100%;
	float: left;
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
#imgBox {
	position: relative;
	width:490px;
	height: auto;
	border-radius: 15px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
#imgBox img {
  width: 490px;
  height: 320px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease-in-out;
  border-radius: 15px;
}

.slide-list {
  width: 500px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  float: left;
  margin-left: 15px;
}
.slide-list img{
	border-radius: 5px;
	transition: 0.4s;
}
.slide-list img:hover{
	transform:scale(1.1);
}
.slide-item {
  width: 90px;
  height: 60px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.slide-item2 {
  width: 90px;
  height: 60px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  cursor: pointer;
}
#house .txt{
	width: 490px;
	float: left;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}
#house .tblBox {
	width: 490px;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
}
#house .tblBox table {
	min-width: 490px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#house .tblBox td {
	min-width: 100px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 10px 5px 10px;
}
#contents02 .btn{
	width: 490px;
	height: 60px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #e9974f;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	border-radius:30px;
	font-weight: bold;
}
#contents02 .btn a{
	transition: 0.4s;
	border-radius:30px;
	display: block;
	color: #FFF;
}
#contents02 .btn a:hover{
	background-color: #694732;
	color: #FFF;
}

#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#contents03 .scttl{
	width: auto;
	height: auto;
	padding:6px 30px 6px 30px;
	margin-top: 60px;
	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;
}
#contents03 .scttl2{
	width: auto;
	height: auto;
	padding:6px 30px 6px 30px;
	margin-top: 100px;
	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;
}
#contents03 .txt1{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: ;
	float: left;
	margin-top: 20px;
}
#contents03 .txt1 span{
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}
#contents03 .txt2{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	margin-top: 10px;
	list-style: inside decimal;
}
@media screen and (min-width:768px){

}
