.friends-page.friends-page--company {
    display: flow-root;
    padding-bottom: 0;
    background: #ffffff;
}

.friends-company-hero {
    position: relative;
    height: 230px;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/subpage/obi.webp");
    background-size: cover;
    background-position: center;
}

.friends-company-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

body.friends-custom-site h1.friends-company-hero__title {
    margin: 0;
    color: #2a3033;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.friends-company-main {
    position: relative;
    overflow: hidden;
    padding: 147px 0 0;
    background: #ffffff;
}

.friends-company-main__inner {
    position: relative;
    z-index: 1;
}

.friends-company-main__deco {
    position: absolute;
    pointer-events: none;
}

.friends-company-main__deco--pink {
    right: -140px;
    top: 110px;
    width: 304px;
    height: 304px;
    background: url("../images/top/circle_01.svg") center / contain no-repeat;
}

.friends-company-main__deco--blue {
    display: none;
}

.friends-company-main__deco--blue-dash {
    left: -24px;
    top: 640px;
    width: 419px;
    height: 410px;
    border: 0;
    background: url("../images/top/circle_03.svg") center / contain no-repeat;
}

.friends-company-main__deco--pink-bottom {
    display: none;
}

.friends-company-main__deco--pink-dash {
    right: -92px;
    bottom: -78px;
    width: 339px;
    height: 322px;
    border: 0;
    background: url("../images/top/circle_09.svg") center / contain no-repeat;
}

.friends-company-block + .friends-company-block {
    margin-top: 150px;
}

body.friends-custom-site h2.friends-company-section-title {
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #cdcdcd;
    color: #2a3033;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: center;
}

.friends-company-info {
    width: min(1160px, 100%);
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
    gap: 100px;
    align-items: start;
}

.friends-company-photo {
    margin: 0;
}

.friends-company-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.friends-company-table-wrap {
    display: grid;
    gap: 74px;
}

.friends-company-table-group {
    display: grid;
    gap: 10px;
}

body.friends-custom-site h3.friends-company-table-group__title {
    margin: 0;
    color: #2a3033;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.friends-company-table {
    margin: 0;
}

.friends-company-table__row {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 9px 0 9px 15px;
    border-bottom: 1px solid #e8e2dd;
}

.friends-company-table__row:last-child {
    border-bottom: 0;
}

.friends-company-table-group:last-child .friends-company-table__row:last-child {
    border-bottom: 1px solid #e8e2dd;
}

.friends-company-table-group:first-child .friends-company-table__row:last-child {
    border-bottom: 1px solid #e8e2dd;
}

.friends-company-table dt {
    color: #444e53;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.friends-company-table dd {
    margin: 0;
    color: #2a3033;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.friends-company-block--access {
    position: relative;
    padding-bottom: 135px;
}

.friends-company-access {
    margin-top: 80px;
    display: grid;
    grid-template-columns: minmax(0, 690px) minmax(0, 1fr);
    gap: 65px;
    align-items: start;
}

.friends-company-map {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid #e5dfd8;
}

.friends-company-map img {
    display: block;
    width: 100%;
    height: auto;
}

.friends-company-map iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 690 / 450;
    border: 0;
}

.friends-company-map::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.friends-company-access__details {
    padding-top: 6px;
}

body.friends-custom-site p.friends-company-access__line {
    margin: 0;
    color: #2a3033;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.8;
}

body.friends-custom-site p.friends-company-access__line--phone {
    margin-top: 4px;
    position: relative;
    padding-left: 24px;
}

body.friends-custom-site p.friends-company-access__line--phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    background: url("../images/top/tel_icon.svg") center / contain no-repeat;
}

.friends-company-access__line--phone a {
    color: #303030;
    text-decoration: none;
}

body.friends-custom-site p.friends-company-access__label {
    margin: 12px 0 0;
    color: #2a3033;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
}

body.friends-custom-site p.friends-company-access__text {
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #cdcdcd;
    color: #2a3033;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.friends-company-access__car {
    position: absolute;
    right: 170px;
    bottom: 40px;
    width: 125px;
    height: auto;
}

.friends-company-history {
    display: flow-root;
    margin-bottom: 80px;
    padding: 75px 0 90px;
    background: #f4ede7;
}

body.friends-custom-site .friends-company-history__inner.friends-container {
    width: min(1160px, calc(100% - 64px));
}

body.friends-custom-site h2.friends-company-history__title {
    margin: 0;
    color: #2a3033;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}

body.friends-custom-site p.friends-company-history__lead {
    margin-top: 14px;
    color: #2a3033;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
}

body.friends-custom-site ul.friends-company-history__list {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #cfc7c1;
}

.friends-company-history__item {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding: 25px 0;
    border-bottom: 1px solid #d8d0ca;
}

body.friends-custom-site p.friends-company-history__date {
    margin: 0;
    color: #444e53;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
}

body.friends-custom-site p.friends-company-history__detail {
    margin: 0;
    color: #2a3033;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .friends-company-main {
        padding-top: 42px;
    }

    .friends-company-info,
    .friends-company-access {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .friends-company-photo {
        max-width: 500px;
    }

    .friends-company-access__car {
        right: 24px;
    }

}

@media (max-width: 767px) {
    .friends-company-hero {
        height: 150px;
        min-height: 150px;
    }

    body.friends-custom-site h1.friends-company-hero__title {
        font-size: 28px;
        font-weight: 500;
    }

    .friends-company-main {
        padding-top: 28px;
    }

    .friends-company-main__deco--pink,
    .friends-company-main__deco--blue,
    .friends-company-main__deco--blue-dash,
    .friends-company-main__deco--pink-bottom,
    .friends-company-main__deco--pink-dash {
        display: none;
    }

    .friends-company-block + .friends-company-block {
        margin-top: 50px;
    }

    body.friends-custom-site h2.friends-company-section-title {
        font-size: 16px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    body.friends-custom-site .friends-company-block--info > h2.friends-company-section-title {
        display: none;
        border-bottom: 0;
    }

    .friends-company-info {
        margin-top: 20px;
        gap: 20px;
    }

    .friends-company-table-wrap {
        gap: 22px;
        margin-top: 20px;
    }

    body.friends-custom-site h3.friends-company-table-group__title {
        font-size: 18px;
    }

    .friends-company-table__row {
        grid-template-columns: 94px minmax(0, 1fr);
        gap: 10px;
        padding: 8px 0;
    }

    .friends-company-access {
        margin-top: 20px;
        gap: 18px;
    }

    .friends-company-block--access {
        padding-bottom: 100px;
    }

    .friends-company-access__details {
        padding-top: 0;
    }

    body.friends-custom-site p.friends-company-access__line,
    body.friends-custom-site p.friends-company-access__label,
    body.friends-custom-site p.friends-company-access__text {
        font-size: 16px;
    }

    .friends-company-access__car {
        right: 12px;
        bottom: 20px;
        width: 56px;
    }

    .friends-company-history {
        margin-top: 0;
        padding: 42px 0 56px;
    }

    body.friends-custom-site h2.friends-company-history__title {
        font-size: 18px;
    }

    body.friends-custom-site ul.friends-company-history__list {
        margin-top: 16px;
    }

    body.friends-custom-site p.friends-company-history__lead {
        font-size: 16px;
    }

    .friends-company-history__item {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 0;
    }

    body.friends-custom-site p.friends-company-history__date,
    body.friends-custom-site p.friends-company-history__detail {
        font-size: 16px;
    }
}


body.friends-custom-site .site-main > .friends-company-history {
    margin-bottom: 80px !important;
}
