@charset "utf-8";

.l-contents {
    overflow: hidden;
}
.company__inner {
    padding: 83px 0 0;
}
.company__logo {
    margin-block: 0 40px;
    text-align: center;
}
    .company__logo img {
        max-width: 540px;
    }
.company__comment {
    margin-block: 0 40px;
    line-height: 1.85;
}
.company__discription {
    line-height: 1.85;
}
.company__access {
    width: 200px;
    height: 34px;
    margin: 0 auto 40px;
    font-size: 13px;
}
.company-photo {
    width: 335px;
    margin: 0 auto 40px;
}
    .company-photo__items {
        height: 227px;
    }

/*-------------------------------------------------------------------------
概要
-------------------------------------------------------------------------*/

.company__summary {
    margin: 0 0 16px;
}
    .company__list {
        display: flex;
        border-bottom: 1px solid var(--border-color);
    }
        .company__ttl {
            width: 180px;
            min-width: 180px;
            background-color: var(--bg-light-gray);
            padding: 11px 12px 9px;
            font-size  : 13px;
            font-weight: bold;
        }
        .company__text {
            padding: 10px 15px 9px;
        }
            .company__text a {
                color: #1976D2;
            }
.companyDetail__wrap .company__summary {
    margin: 0 auto;
}
.companyDetail__wrap .company_photo_none {
    width: 100%;
}
.companyDetail__wrap .company__summary .company__list:first-child {
    border-top: 1px solid var(--border-color);
}
.companyDetail__wrap .company__summary .company__list:last-child {
    border-bottom: 1px solid var(--border-color);
}
.shop__first_list {
    border-top: 1px solid var(--border-color);
}
/*-------------------------------
会社写真
--------------------------------*/
.companyDetail__wrap {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}
/* 会社画像 */
.company_photo {
    width: 580px;
    margin: 0 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
[class*="company_photo__item"] {
    position: relative;
}
.company_photo__item--1 {
    width: 580px;
    height: 350px;
    background: #f5f5f5;
}
.company_photo__item--2 {
    margin: 10px 10px 0 0;
    width: 285px;
    height: 235px;
}
.company_photo__item--3 {
    margin-top: 10px;
    width: 285px;
    height: 235px;
}

.company_photo__item--2,
.company_photo__item--3 {
    background: #f5f5f5;
    display: flex;
    align-items: center;
}
[class*="company_photo__item"] img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.company_photo__item--1 img {
    max-width: 580px;
    max-height: 350px;
    width: 100%;
    object-fit: contain;
}
.company_photo__item--2 img,
.company_photo__item--3 img {
    max-width: 285px;
    max-height: 235px;
    width: 100%;
    object-fit: contain;
}
/*-------------------------------
staff中央ぞろえ
--------------------------------*/
.staff .md-info__items {
    margin: 0 auto;
}
