html{
    height: 100%;
    font-size: 62.5%;
    background: #eeffee;
    scroll-behavior: smooth;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    color:#787878;
}
a {text-decoration: none;
}
.text a {color: #224400;
         -webkit-text-stroke: 2px rgb(255, 255, 255);
         text-stroke: 2px rgb(255, 255, 255);
         paint-order: stroke;
}
header{
    margin: 20px;
}
ul li{
    font-size: 1.6rem;
    list-style: none;
    line-height: 1.5;
    margin: 0 0 0 60px;
}
h1{
    font-size: 2.6rem;
    margin: 20px 0 20px 100px;
}

h2{
	font-size: 2.0rem;
    margin: 20px 0 20px 80px;
}
#top{
    position: relative;
    width: 100%;
    height: 750px;
    background: url(/img/top.jpg);
    background-size: cover;
}
#top .text{
    position: absolute;
    z-index: 1;
    bottom: 50%;
    right: 10%;
}





/* フッター */
footer{
    text-align: center;
    padding: 100px 0 50px 0;
}
.footer{
    padding: 300px 0 0 0;
}