@charset "utf-8";

header{
    background-color: #0086BB;
    height: 90px;
    align-items: center;
}

.SDGs img{
    width: 8%;
    
}

.SDGs{
    display: flex;
    justify-content: center;
    padding-top: 1.5%;
}

main{
    height: 1750px;

}

.matome{
    
    height: 800px;
    position: relative;
}
.matome img{
    width: 80%;
    position: absolute;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);   
}

p{
    width: 600px;
    font-size: 14px;
    text-align: center;
    margin: auto;
    line-height: 200%;
    color: #61BB85;
}

.tori{
    background-image: url("../img/hato.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.sime{
    padding-top: 5%;
    padding-bottom: 5%;
}

.sime2{
    padding-bottom: 5%;
}
.sime3{
    padding-bottom: 5%;
}

.btn{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 18px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #6bb6ff;
    border-radius: 8px;
    border-bottom: solid 5px #1d7fde;
    
}

.btn a{
    text-decoration: none;
    color: #FFF;
}
 a:hover {
    border-bottom: solid 2px #1d7fde;
    transform: translateY(3px);
    text-decoration: none;   
}

.btn2 a {
    background-color: #0086BB;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    line-height: 2;
    border-radius: 20px;
    text-decoration: none;
   
}
.btn2 a:hover{
    background-color: pink;
}

.btn2{
    text-align: center;
    padding-top: 8%;
    padding-bottom: 10%;
}

footer{
    height: 50px;
    background-color: #0086BB; 
    
}