/* メインイメージ */
.owner-top {
    height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.owner-top-hero {
    margin: 0px auto;
    padding-top: 190px;
    width: 80%;
    max-width: 412px;
}
.owner-top-hero-image {
    width: 100%;
    height: auto;
}


/* 運営・管理実績 */
.owner-result {
    position: relative;
    color: var(--dark-blue);
}
.owner-result-bubble-upper-left {
    top: -140px;
    left: -120px;
    width: 500px;
}
.owner-result-bubble-lower-right {
    bottom: -150px;
    right: -180px;
    width: 500px;
    transform: rotate(90deg);
}
.owner-result-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.owner-result-list {
    display: flex;
    flex-wrap: wrap;
}
    .owner-result-list > li {
        width: 260px;
    }
.owner-result-list-name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.owner-result-list-kind {
    margin-top: 10px;
    border-top: solid 1px var(--dark-blue);
}
.owner-result-list-kind-image {
    display: block;
    margin: 0px auto;
}


/* LEASING × PROPERTY MANAGEMENT */
.owner-service {
    background-color: var(--dark-blue);
}
.owner-service-unit-heading {
    font-weight: bold;
}
.owner-service-unit-heading-number {
    width: 76px;
}
.owner-service-unit-heading-number-image {
    width: 100%;
    height: auto;
}
.owner-service-unit-heading-category {
    color: var(--cyan);
}
.owner-service-unit-heading-about {
    color: var(--white);
    font-size: 18px;
}
.owner-service-unit-heading-title {
    color: var(--white);
    font-size: 24px;
}
.owner-service-unit-text {
    color: var(--white);
}


/* 豊富な管理サービス */
.owner-work-title {
    font-weight: bold;
    text-align: center;
}
.owner-work-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .owner-work-features > li {
        text-align: center;
    }
.owner-work-features-icon {
    margin: 0px auto;
    background-color: var(--cyan);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.owner-work-features-recruit {
    background-image: url(../images/tokyo/kanri_icon1.svg);
}
.owner-work-features-money {
    background-image: url(../images/tokyo/kanri_icon2.svg);
}
.owner-work-features-claim {
    background-image: url(../images/tokyo/kanri_icon3.svg);
}
.owner-work-features-maintenance {
    background-image: url(../images/tokyo/kanri_icon4.svg);
}
.owner-work-features-icon-image {
    width: 100%;
    height: auto;
}
.owner-work-features-name {
    margin-top: 10px;
    font-weight: bold;
}
.owner-work-other {
    border-top: solid 1px var(--grey);
}
.owner-work-other-text {
    font-size: 18px;
    font-weight: bold;
}
.owner-work-other-list {
    display: flex;
    flex-wrap: wrap;
}
.owner-work-other-list > li {
    position: relative;
    padding-left: 20px;
}
.owner-work-other-list > li::after {
    content: "•";
    position: absolute;
    left: 0;
    color: #EED959;
    font-size: 36px;
    line-height: 24px;
}


/* ビッグ不動産管理部について */
.owner-bigservice-title {
    font-weight: bold;
    text-align: center;
}
.owner-bigservice-link {
    position: relative;
    display: block;
    text-align: center;
    box-shadow: 0px 3px 6px #00000026;
}
.owner-bigservice-link > img {
    width: 16px;
    height: auto;
}