@charset "UTF-8";
/* ----------------------------------------------
    共通css上書き
------------------------------------------------- */
.ly_cont {
    margin-top: 0;
}


/* ----------------------------------------------------------------
    ABOUT US
---------------------------------------------------------------- */
.profile {
    padding: 34px 0 0;
}
@media print, screen and (min-width: 768px) {
    .profile {
        padding: 66px 0 0;
    }
}


/* ========================================
　会社概要　共通
========================================= */
dl.information {
    margin-top: 30px;
}
dl.information dt:first-of-type {
    border-top: 1px solid #D9D9D9;
}
dl.information dt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding: 14px 0 0;
    font-family: "Geologica";
}
dl.information dd {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    padding: 2px 0 24px;
    border-bottom: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
    dl.information {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    dl.information dt:first-of-type,
    dl.information dd:first-of-type {
        border-top: 1px solid #D9D9D9;
    }    
    dl.information dt {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        padding: 24px 0 22px;
        width: 15.6%;
        border-bottom: 1px solid #D9D9D9;
    }
    dl.information dd {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        padding: 24px 0 22px;
        border-bottom: 1px solid #D9D9D9;
        width: 84.4%;
    }
}


/* ========================================
    事業内容
========================================= */
.business {
    background: #F8F8F8;
    margin-top: 70px;
    padding: 30px 0 60px;
}
.business_box {
    background: #FFF;
    padding: 30px 20px;
    margin-top: 30px;
}
.business_box + .business_box {
    margin-top: 20px;
}
.business_box__head {
    color: #C7000B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.business_box__deets {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; 
    margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
    .business {
        margin-top: 140px;
        padding: 60px 0 160px;
    }
    .business_box {
        padding: 40px;
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .business_box + .business_box {
        margin-top: 40px;
    }
    .business_box__head {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        width: 186px;
    }
    .business_box__deets {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%; 
        margin-top: 0;
        width: 694px;
    }
}
/* ========================================
    アクセス
========================================= */
#map {
    width: 100%;
    height: 320px;
    margin: 30px auto;
}
@media print, screen and (min-width: 768px) {
    #map {
        width: 100%;
        height: 500px;
        margin: 60px auto 0;
    }
}
.access_box {
    margin-top: 30px;
}
span.access_list {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
span.access_list + span.access_list {
    margin-top: 10px;
}
span.access_list::before {
    font: var(--fa-font-light);
    content: '\F554';
    margin-right: 5px;
    color: #C7000B;
}
@media print, screen and (min-width: 768px) {
    .access_box {
        margin-top: 40px;
        width: 884px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px 0;
    }
    span.access_list {
        width: 370px;
    }
    span.access_list + span.access_list {
        margin-top: 0;
    }
}
