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

page-aboutus.css　私たちについてcss

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

/*============================================================
 メインビジュアル
*============================================================*/
/* 
---------------------------------------- */
#page-aboutus #mainvisual  {
}
#page-ページslug #セクション名  {
}

/*============================================================
 セクション共通
*============================================================*/
#page-aboutus .section .inner {
    display: block;
}

#page-aboutus .section .sec-title {
}

/*============================================================
 セクション 私たちについて
*============================================================*/
#page-aboutus #sec-aboutus {
}
#page-aboutus #sec-aboutus .layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 64px;
}
#page-aboutus #sec-aboutus .layout .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#page-aboutus #sec-aboutus .layout .image {
    width: 37%;
}
#page-aboutus #sec-aboutus .layout .image img {
    border-radius: 16px;
}

/*============================================================
 セクション 会社情報
*============================================================*/
#page-aboutus #sec-summary {
}
#page-aboutus #sec-summary .sec-title {
    margin-bottom: 40px;
}

/*============================================================
 セクション アクセス
*============================================================*/
#page-aboutus #sec-access {
}
#page-aboutus #sec-access .sec-title {
    margin-bottom: 40px;
}
#page-aboutus #sec-access .map {
    margin-bottom: 40px;
}
#page-aboutus #sec-access .transport {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}
#page-aboutus #sec-access .transport .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;    
}
#page-aboutus #sec-access .transport .row .label {
    width: 124px;
    padding: 8px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    color: var(--common-color-accent);
    border-bottom: solid 1px var(--common-color-accent);
}
#page-aboutus #sec-access .transport .row .data {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#page-aboutus #sec-access .transport .row .data .summary {
    font-size: 24px;
    line-height: 180%;
}
#page-aboutus #sec-access .entrance {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 0 auto;
}
#page-aboutus #sec-access .entrance .block-title {
    text-align: center;
    padding-bottom: 12px;
    border-bottom: solid 1px #D9D9D9;
    margin-bottom: 24px;
}
#page-aboutus #sec-access .entrance .lead {
    margin-bottom: 24px;
}
#page-aboutus #sec-access .entrance .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 40px;
}
#page-aboutus #sec-access .entrance .layout .image img {
    border-radius: 16px;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*============================================================
     セクション 私たちについて
    *============================================================*/
    #page-aboutus #sec-access .transport .row .label {
        font-size: 16px;
    }
    #page-aboutus #sec-access .transport .row .data .summary {
        font-size: 18px;
    }

}



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

    /*============================================================
     セクション 私たちについて
    *============================================================*/
    #page-aboutus #sec-aboutus {
    }
    #page-aboutus #sec-aboutus .layout {
        flex-direction: column;
    }
    #page-aboutus #sec-aboutus .layout .image {
        width: 100%;
        text-align: center;
    }
    #page-aboutus #sec-access .transport {
        gap: 24px;
    }
    #page-aboutus #sec-access .transport .row {
        flex-direction: column;
    }
}
