@charset "UTF-8";
/********************************************************************************

page-company.css　会社概要css

********************************************************************************/

/*============================================================
 メインビジュアル
*============================================================*/
/* 
---------------------------------------- */
#page-company #mainvisual  {
}

/*============================================================
 セクション共通
*============================================================*/
/* 
---------------------------------------- */
#page-company .section {

}

/*============================================================
 セクション イントロ
*============================================================*/
#page-company #sec-intro {
    margin-bottom: 120px;
}
#page-company #sec-intro .sec-lead {
    margin-bottom: 24px;
}
#page-company #sec-intro .layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 64px;
    margin-bottom: 48px;
}
#page-company #sec-intro .layout .info {
    flex: 1;
}
#page-company #sec-intro .layout .image {
    width: 37%;
}
#page-company #sec-intro .layout .image img {
    border-radius: 16px;
}

/*============================================================
 セクション 概要
*============================================================*/
#page-company #sec-summary {
    margin-bottom: 64px;
}
#page-company #sec-summary .block-summary {
    position: relative;
    padding-bottom: 48px;
    margin-bottom: 64px;
}
#page-company #sec-summary .block-summary::after {
    display: block;
    content: "";
    width: calc(100% - 112px - 16px + 16px);
    height: 100%;
    background-color: var(--common-color-background1);
    border-radius: 16px;
    position: absolute;
    top: -16px;
    right: 0;
    z-index: -1;
}
#page-company #sec-summary .block-summary .data .item-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#page-company #sec-summary .block-summary .data .item .office span {
    font-weight: bold;
}

/*============================================================
 セクション SDGsの取り組み
*============================================================*/
#page-company #sec-sdgs {
    margin-bottom: 64px;
}
#page-company #sec-sdgs .sec-title {
    margin-bottom: 40px;
}
#page-company #sec-sdgs .sdgs-image {
    margin-bottom: 88px;
}
#page-company #sec-sdgs .sdgs-tbl {
}
#page-company #sec-sdgs .sdgs-tbl :is(th, td) {
    padding: 16px;
}
#page-company #sec-sdgs .sdgs-tbl thead th {
    background-color: var(--common-color-accent);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: var(--common-color-white);
}
#page-company #sec-sdgs .sdgs-tbl thead .label {
    width: 280px;
    border-right: solid 1px var(--common-color-white);
}
#page-company #sec-sdgs .sdgs-tbl thead .summary {
    width: calc(100% - 280px);
}
#page-company #sec-sdgs .sdgs-tbl tbody tr:nth-of-type(odd) {
    background-color: #FBF9F1;
}
#page-company #sec-sdgs .sdgs-tbl tbody :is(th, td) {
    vertical-align: middle;
}
#page-company #sec-sdgs .sdgs-tbl tbody .label .icon-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 32px;
}

/*============================================================
 セクション アクセス
*============================================================*/
#page-company #sec-access {
}
#page-company #sec-access .site-title {
    margin-bottom: 24px;
}
#page-company #sec-access .office-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#page-company #sec-access .office-list .office {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 64px;
}
#page-company #sec-access .office-list .office .info {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#page-company #sec-access .office-list .office .info .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
}
#page-company #sec-access .office-list .office .info .block-addr {
    padding-left: 24px;
    background-image: url(../images/common/icon-map-pin.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 18px auto;
}
#page-company #sec-access .office-list .office .info .block-addr .addr {
    margin-bottom: 4px;
}
#page-company #sec-access .office-list .office .info .block-addr .tel .num {
    font-weight: bold;
}
#page-company #sec-access .office-list .office .info .parts-btn {
    --width: 220px;
    --padding: 13px 16px;
}
#page-company #sec-access .office-list .office .map {
    flex: 1;
}
#page-company #sec-access .office-list .office .map iframe {
    width: 100%;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-company #mainvisual  {
    }

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-company #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-company #mainvisual  {
    }

    /*============================================================
     セクション イントロ
    *============================================================*/
    #page-company #sec-intro .layout .image {
        width: 100%;
    }
    #page-company #sec-intro .layout .image img {
        width: 100%;
    }

    /*============================================================
     セクション 概要
    *============================================================*/
    #page-company #sec-summary .block-summary::after {
        display: none;
    }
    
    /*============================================================
    セクション SDGsの取り組み
    *============================================================*/
    #page-company #sec-sdgs .sdgs-tbl thead .label {
        width: 120px;
    }
    #page-company #sec-sdgs .sdgs-tbl tbody .label .icon-list {
        flex-direction: column;
    }

    /*============================================================
     セクション アクセス
    *============================================================*/
    /* #page-company #sec-access .layout {
        flex-direction: column;
    } */
    #page-company #sec-access .layout .info {
        display: none;
    }
    

}
