@charset "utf-8";

/* ==================================================================

    company.css

=================================================================== */

/* --------------------------------
■共通
-------------------------------- */

/* --------------------------------
overview
-------------------------------- */
#overview .flex_box {
    align-items: start;
}
    #overview .flex_box .tableStyle {
        width: 74%;
    }

@media (max-width: 1200px) and (min-width: 768px) {


}

@media only screen and (max-width: 767px) {


}


/* --------------------------------
access
-------------------------------- */
#access {
    padding: 100px 0;
    margin-top: 100px;
}
#access.bg_green {
    background: #F2F9F9;
}
#access .flex_box {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 36px;
}
    #access .flex_box .address {
        margin-bottom: 0;
        padding-right: 20px;
    }
    #access .flex_box .gmap {
        margin-top: 0;
    }
    #access .flex_box .gmap a {
        font-size: 1.5rem;
        text-decoration: none!important;
        font-weight: normal;
        color: initial;
        background: #fff;
        border: 1px solid #707070;
    }
    
@media only screen and (max-width: 767px) {

    #access .flex_box .address {
        text-align: center;
        margin-bottom: 16px;
    }
    #access .flex_box .gmap a {
        padding: 12px 20px;
        width: 80%;
    }
    #access iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 3 / 4;
    }
}