body {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    position: relative;
}

.company_width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.menu_list.company_top {
    height: 80vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu_list.company_top::-webkit-scrollbar {
    display: none;
}


.top_area.company_top {
    content: "";
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    position: relative;
    width: 100%;

}

.company_top_area::after{
    z-index: -2;
    content: "";
    background-image: url(../img/office04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;

}

.top_area.company_top::before {
    z-index: -1;
    content: "";
    background-color: rgba(81, 130, 125, 0.6);
    height: 400px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
}

.header_button span {
    content: "";
    width: 60px;
    height: 60px;

    border-radius: 999px;
    display: block;
    position: absolute;

    top: -20px;
    z-index: -1;
    left:-2px;


}


.header_button span::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(81, 130, 125, .3);
    box-shadow: 0 0 5px 5px rgba(81, 130, 125, .3);
    border-radius: 999px;
}

.inview_button {
    display: none;
}

.f-imges {
    position: absolute;
    top: 0;
    color: #fff;
    left: 20%;
    top: 60%;
}

.f-img_la {
    font-size: 8.0rem;
    line-height: 80px;
    margin: 0;
}

.f-img_sm {
    font-size: 2.0rem;
    margin: 0;
    position: absolute;
    top: 48px;
    right: -100px;
}

@media only screen and (max-width: 972px) {
    .top_area.company_top {
        height: 80vh;


    }

    .top_area.company_top::before {
        height: 80vh;

    }

    .company_top_area::after{
        height: 80vh;
    
    }

    .header_button span {
        top: -18px;
        z-index: -1;
        
    
    
    }

    .f-imges {

        left: 10%;
        top: 60%;
        display: block;
    }

    .f-img_la {
        font-size: 4.5rem;
        line-height: 80px;
        margin: 0;
    }

    .f-img_sm {
        font-size: 2.0rem;
        margin: 0;
        position: absolute;
        top: 70px;
        right: 0;
        left: 0px;
        text-align: left;

    }
}

@media only screen and (max-width: 450px) {
    .header_button span {
        top: -18px;
        z-index: -1;
       
    
    
    }
}

main {
    background-color: #f0f0f0;
}

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 10%);
    transition: 1.0s;
}



/*company_概要*/
.company_dworks {
    padding-top: 150px;
}

.dworks_img {
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;

}

.dworks_img img {
    width: 100%;
    height: auto;
}

.company_tx {
    text-align: center;
    padding: 130px 130px 100px 130px;

}

.company_tx p {
    margin-bottom: 80px;
}



.dworks_button a {
    background-color: #9c7540;
    width: 300px;
    height: 100px;
    border-radius: 999px;
    padding: 30px 80px 30px 60px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    position: relative;
    transition: 0.3s;
}

.dworks_button a:hover {
    opacity: 0.8;
}

.dworks_button a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/out_link02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 32px;
    right: 50px;
}

.company_gaiyou{
    padding-top: 150px;
    padding-bottom: 100px;
}

.company_gaiyou table {
    height: auto;
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
}



.company_gaiyou_list {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    line-height: 30px;

}

.company_gaiyou_list::after {
    content: "";
    display: block;
    background-color: #333;
    width: 800px;
    height: 0.75px;
    position: absolute;

    left: 50%;
    transform: translateX(-50%);

}

.company_gaiyou_list a {
    text-emphasis: none;
    color: #333;
    text-underline-offset: 0.3em;
    

}

tr,
th,
td {
    padding: 0px 0px 0px 0px;
}

.company_gaiyou_list th::after {
    content: "";
    display: block;
    background-color: #333;
    width: 800px;
    height: 0.75px;
    position: absolute;

    left: 50%;
    transform: translateX(-50%);

}

.company_gaiyou_list th {
    text-align: left;
    padding-right: 100px;
    display: flex;
    vertical-align: top;
    justify-content: right;


}

.company_icon img {
    height: 25px;
    width: auto;
    margin-left: 20px;
    margin-bottom: 10px;

}

@media only screen and (max-width: 972px) {
    .company_dworks {
        padding-top: 50px;
    }

    .dworks_img {
        width: 200px;
        height: auto;
        margin-left: auto;
        margin-right: auto;

    }

    .dworks_img img {
        width: 100%;
        height: auto;
    }

    .company_tx {
        text-align: center;
        padding: 80px 30px 80px 30px;

    }

    .company_tx p {
        margin-bottom: 80px;
        margin-top: 30px;
    }

    .dworks_button a {
        width: 200px;
        height: 100px;
        padding: 20px 50px 20px 40px;
    }

    .dworks_button a:hover {
        opacity: 0.8;
    }

    .dworks_button a::after {
        top: 22px;
        right: 28px;
    }

    .company_gaiyou table {
        height: auto;
        padding-top: 100px;
        padding-bottom: 50px;
        position: relative;
    }



    .company_gaiyou_list {
        padding: 100px 5px 50px 20px;

    }

    .company_gaiyou_list::after {

        width: 100%;



    }


    tr,
    th,
    td {
        padding: 0px 0px 0px 0px;
        display: block;
    }

    .company_gaiyou_list th::after {

        width: 100%;


    }

    .company_gaiyou_list th {
        text-align: left;
        padding-right: 0px;
        display: flex;
        vertical-align: top;
        justify-content: left;


    }

    .company_icon img {
        height: 25px;
        width: auto;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 15px;

    }


}


.company_map {
    padding: 50px 0px 100px;
    background-color: #f0f0f0;
}

.company_map_area {

    background-image: url(../img/office01.jpg);
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.company_map_area::before {
    z-index: 1;
    content: "";
    display: block;
    background-color: rgba(0, 0, 20, .5);
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
}

.company_txmap_area {
    z-index: 9;
    position: relative;
    color: #fff;
    padding: 50px 0px;
}

.company_tx_top {
    font-weight: 600;
    font-size: 1.8rem;
}


.googlemap_area {
    z-index: 9;
    position: relative;
}

.googlemap_area iframe {
    width: 800px;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.company_map_area a {
    color: #fff;
    margin-left: 40px;
    text-decoration: none;
    position: relative;
    z-index: 9;
   
}

.company_map_area a span {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/map_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 9;
}

@media only screen and (max-width: 972px) {
    .company_map {
        padding: 50px 0px 50px;
    }

    .company_map_area {

        background-image: url(../img/office01.jpg);
        width: 100%;
        height: 600px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-bottom: 50px;
    }


    .company_map_area::before {
        z-index: 1;
        content: "";
        display: block;
        background-color: rgba(0, 0, 20, .5);
        width: 100%;
        height: 600px;
        position: absolute;
        top: 0;
        padding-bottom: 50px;
    }

    .company_txmap_area {
        z-index: 10;
        position: relative;
        color: #fff;
        padding: 50px 0px 30px;
    }

    .company_tx_top {
        font-weight: 600;
        font-size: 1.8rem;
    }

    .company_tx2{
        line-height: 2;
        text-decoration: none;
        padding: 0 10px;
    }


    .googlemap_area {
        z-index: 10;
        position: relative;
        padding: 0 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .googlemap_area iframe {
        width: 100%;
        height: 200px;
        border-radius: 10px;
        padding: 0;
        margin-bottom: 20px;
    }

    .company_map_area a {
        color: #fff;
        margin-left: 40px;
        position: relative;
    }

  

}