html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
}

body {
    font-size: 1em;
    line-height: 1.6em;
    font-family: georgia,serif;
    color: #222;
}

body {
    width: 100%;
}

#header_inner {
    width: 1920px;
    margin: 0 auto;
    background-color: #b0c4de;
    position: fixed;
}

#header_inner {
    top:0;
    height: 85px;
   
    background-color: #b0c4de;
   
}

#header_logo, #header_contact, #header_text {
    position: fixed;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}


#header_logo {
    position: fixed;
    margin: 0.5em 0.2em;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background-color: rgb(221, 17, 17);
    border-radius: 30px;
}
    #header_logo a {
        color: #fff;
        position: fixed;
        text-align: center;
    }
#header_logo a:hover {
        color: #fff100;
        background-color: transparent;
    }
#header_contact {
    position: fixed;
    height: 850px;
    right: 30px;
}
#header_contact a {
    
        padding: 10px;
        font-size: 30px;
        font-family: 'M PLUS 1p', sans-serif;
    }
#header_contact a:hover {
            color: #FF00FF;
            text-decoration: none;
        }
#header_contact a:active {
    color: #D200D2;
    text-decoration: none;
} 
#header_contact_inner {
    display: block;
    width: 102px;
    height: 24px;
    text-align: center;
    padding: 14px 26px 13px 27px;
    background-color: #ff0600;
    transition: 0.4s;
}

    #header_contact_inner:hover {
        transform: scale(1.1,1.1);
    }

    #header_contact_inner p {
        color: #fff;
    }

#header_text {
    width: 243px;
    height: 29px;
    right: 155px;
}

    #header_text p {
        font-size: 0.9rem;
    }

#main_image {
    display: table;
    width: 100%;
    height: 482px;
    background-size: cover;
}

#main_image_inner {
    width: 100%;
    height: 920px;
    
    background-size: cover;
}

h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 900px;
    height: 150px;
    margin: auto;
    color: #ccc;
    font-size: 4.3rem;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.scroll {
    height: 87px;
    width: 100%;
    background-color: #aaa;
    position: relative;
    display: table;
}

    .scroll:after {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        bottom: -14px;
        border-top: 43px solid #aaa;
        border-right: 60px solid transparent;
        border-left: 60px solid transparent;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }

h2 {
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

nav {
    height: 396px;
    width: 100%;
    margin: 0 auto;
}

#main_nav {
    width: 67.5%;
    min-width: 687px;
    height: 396px;
    overflow: hidden;
    margin: 0 auto;
    padding: 88px 0;
}

    #main_nav li {
        float: left;
        height: 225px;
        width: 225px;
        border: 2px solid #000;
        border-radius: 50%;
        position: relative;
    }

        #main_nav li:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 22px;
            right: 0;
            left: 0;
            width: 21px;
            height: 21px;
            margin: auto;
            border-right: 3px solid #000;
            border-bottom: 3px solid #000;
            transform: rotate(45deg);
        }

        #main_nav li:last-of-type {
            float: none;
            margin: 0 auto;
        }

        #main_nav li:nth-of-type(2) {
            float: right;
        }

    #main_nav a {
        color: #000;
        font-size: 1.5rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 50%;
        text-align: center;
        padding: 83px 0 100px;
    }



.contents {
    height: 1000px;
    overflow: hidden;
}


.left {
    float: left;
    height: 700px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.left01 {
    float: left;
    height: 1000px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.left02 {
    float: left;
    height: 400px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.right {
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    width: 50%;
    height: 1000px;
}
.right01 {
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    width: 50%;
    height: 500px;
}
.right02 {
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    width: 50%;
    height: 650px;
}
.right03 {
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    width: 50%;
    height: 650px;
}
.text {
    background-color: #aaa;
}

.contents p, h4 {
    font-size: 1.3rem;
    margin: 100px 100px 20px 100px;
    color:#222;
}

h4 {
    font-size: 1.5rem;
     color:rgb(221, 17, 17);
}

.main_contact {
    height: 163px;
    background-color: #aaa;
    margin-bottom: 100px;
    overflow: hidden;
}

.main_contact_inner {
    width: 50%;
    height: 163px;
    position: relative;
}

.contact_left {
    float: left;
}

.contact_left_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 307px;
    height: 53px;
    margin: auto;
    overflow: hidden;
}

    .contact_left_inner img {
        float: left;
    }

    .contact_left_inner p {
        float: right;
        font-size: 1.4rem;
        line-height: 20px;
        margin: 9px 0 5px;
    }

    .contact_left_inner span {
        font-size: 0.9rem;
    }

.contact_right {
    float: right;
}

.contact_right_inner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 243px;
    height: 60px;
    margin: auto;
    padding: 25px 85px 25px 41px;
    background-color: #ff0600;
    transition: 0.4s;
}

    .contact_right_inner:hover {
        transform: scale(1.1,1.1);
    }

.contact_right p {
    float: right;
    color: #fff;
    font-size: 1.3rem;
}

footer {
    height: 93px;
    background-color: #aaa;
}

    footer p {
        margin-left: 119px;
        font-size: 0.75rem;
        line-height: 93px;
    }

