html
{
    font-family: 'Noto Sans JP';
    background-color: #f8f8f8;
    margin: 0%;
    padding: 0%;
}

header
{
    margin: 0%;
}

#logo
{
    width: 25%;
    height: 25%;
    margin-top: 24;
}

.logobig
{
    width: 100%;
    height: 100%;
    margin: 25px;
}

.eye_images
{
    width: 50%;
    height: 50%;
    margin: 25px;
}

.goutenberk
{
    width: 50%;
    height: 50%;
    margin: 25px;
}

.image
{
    text-align: center;
}

.logobig_images
{
    text-align: center;
}

.top_Menu
{
    text-align: center;    
}

nav
{
    width: 100%;
    height: 70px;
    background-color: #59ac07;
    position: sticky;
    top: 0;
}

.nav_var
{
    display: flex;
    padding: 0 0 0 0;
}

li
{
    list-style: none;
    margin:  auto;
}

.nav_p
{
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 125%;
    color: black;
}

#home
{
    color: black;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

#eye_home
{
    color: black;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

#human
{
    color: black;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

#last
{
    color: black;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

#other
{
    color: black;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

h1
{
    font-size: 30px;
    font-weight: normal;
    margin-top: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

h2
{
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

h1::before
{
    content: "";
    display: inline-block;
    width: 7px;
    height: 50px;
    background-color: #59ac07;
    vertical-align: -14px;
    margin-right: 13px;
}

.content
{
    font-size: 110%;
    margin-top: 10px;
}

p
{
    margin-bottom: 30px;
}

article
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.link-button
{
    width: 50%;
    height: 50%;
    margin-right: auto;
    margin-left: auto;
}

.link-button:hover
{
    background-color: #366903;
}

.nextpage_images
{
    text-align: center;
}

.human_images
{
    width: 50%;
}