@charset "UTF-8";

/* block */


/***************************************
    common
****************************************/
.bl_sect {
    padding: 8rem 0;
}
.bl_cont_txt {
    text-align: center;
    line-height: 2.8;
}

/***************************************
    header
****************************************/
.bl_header_logo {
    width: 25rem;
}
.bl_hamburger_btn {
    width: 8rem;
    height: 8rem;
    border-radius: 50vh;
    box-shadow: 0.5rem 0.5rem 1rem rgb(0 0 0 / 8%);
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.bl_hamburgerList {
    padding-top: 20rem;
}
.bl_hamburgerList li a {
    font-size: 1.6rem;
    padding: 2rem;
    display: block;
}

/***************************************
    footer
****************************************/
.bl_companyInfo {
    flex-flow: column;
    border-top: 1px solid #eee;
    margin-bottom: 4rem;
}
.bl_footer_left {
    width: 42%;
}
.bl_companyInfo_item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}
.bl_companyInfo_ttl {
    width: 11rem;
    width: 22%;
}
.bl_companyInfo_txt {
    width: 78%;
}
.bl_measures {
    font-size: 2.4rem;
    margin-bottom: 5rem;
}

/***************************************
    mainVisual
****************************************/
.bl_mv {
    height: 100vh;
    position: relative;
}
.bl_mv_inner {
    padding: 0 12rem;
}
.bl_mv_lead {
    margin-top: 8rem;
}
.bl_mvList {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 30%;
}
.bl_mvList_item {
    width: 50%;
    padding: .5rem 0;
    font-family: 'Noto Sans JP';
    font-size: 2rem;
}

/***************************************
    information
****************************************/
.bl_newsList {
    margin-bottom: 3rem;
}
.bl_newsList_item {
    border-bottom: 1px solid #eee;
}
.bl_newsList_item:first-child {
    border-top: 1px solid #eee;
}
.bl_newsList_item a {
    display: flex;
    align-items: center;
    padding: 2rem 3rem;
}
.bl_newsList_txt {
    width: 80%;
}
/*.bl_newsList_item a:hover {
    background: #f6f6fa;
}*/

/***************************************
    works
****************************************/
.bl_worksList {
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bl_worksList_item:first-child {
    width: 100%;
}
.bl_worksList_item {
    border-bottom: 1px solid #eee;
    padding: 3rem 0;
}
.bl_worksList_item:not(:first-child) {
    width: 46%;
}
.bl_worksList_item > .el_lv3Heading {
    margin-bottom: 1.5rem;
}

/***************************************
    contact
****************************************/
.bl_form {
    /*margin-top: 3rem;*/
}
.bl_form_dl {
    display: flex;
    align-items: center;
    padding: 2rem 3rem;
    border-bottom: 1px solid #eee;
}
.bl_form_dl:first-of-type {
    border-top: 1px solid #eee;
}

.bl_form_dl:last-of-type {
    margin-bottom: 3rem;
}
.bl_form_dl dt {
    width: 30%;
    font-weight: initial;
}
.bl_form_dl dd {
    width: 70%;
}

/* 768px以下
============================================================================= */
@media screen and (max-width:768px) {
    /***************************************
        common
    ****************************************/
    .bl_cont_txt {
        line-height: 2.5;
    }

    /***************************************
        header
    ****************************************/
    .bl_header_logo {
        width: 15rem;
    }
    .bl_hamburger_btn {
        width: 4rem;
        height: 4rem;
    }
    .bl_hamburgerList {
        padding-top: 5rem;
    }

    /***************************************
        footer
    ****************************************/
    .bl_footer_left {
        width: 100%;
        margin-bottom: 3rem;
    }
    .bl_measures {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    /***************************************
        MV
    ****************************************/
    .bl_mv_inner {
        padding: 0 2rem;
    }
    .bl_mv_lead {
        margin-top: 3rem;
    }
    .bl_mvList {
        width: 28rem;
        /*bottom: 25%;*/
    }
    .bl_mvList_item {
        width: 100%;
        padding: 0;
        font-size: 1.4rem;
    }

    /***************************************
        information
    ****************************************/
    .bl_newsList_item a {
        flex-wrap: wrap;
    }
    .bl_newsList_txt {
        width: 100%;
    }

    /***************************************
        works
    ****************************************/
    .bl_worksList_item:not(:first-child) {
        width: 100%;
    }

    /***************************************
        contact
    ****************************************/
    .bl_form_dl {
        flex-flow: column;
    }
    .bl_form_dl dt ,
    .bl_form_dl dd {
        width: 100%;
    }
}