@import 'section_we_are_professional.css';
@import 'section_living_guide-2.css';
@import 'four_feature_owner.css';
@import 'section_contract_process.css';
@import 'section_news-2.css';
@import 'section_contact-2.css';

*{
    box-sizing: border-box!Important;
}

.page.owners_index .mainVisual .mainVisual__inner {
    max-width: 100%;
    height: clamp(493px,calc(740*100vw/1920),9999px);
    background: url(../jpg/owners-top.jpg)!important;
    background-size: cover!important;
}

.page.owners_index .page-title {
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 600;
    color: white;
    font-family: "adobe-garamond-pro",serif;
}

.page.owners_index .page-title-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.titleA {
    text-align: left;
    margin-bottom: 45px;
    margin-top: 80px;
    font-size: 42px;
    text-transform: none;
    font-family: "adobe-garamond-pro", serif;
    line-height: 44px;
    display: inline-block;
    position: relative;
    padding-top: 25px;
    font-weight: 600;
}

.titleA::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    left: 0;
    top: 0;
}

.section-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}

.card-news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    margin-bottom: 0px !important;
    padding: 15px 15px;
    overflow: hidden;
}

.card-news * {
    box-sizing: border-box;
}

.card-news>div {
    min-width: 100%;
}

.card-news .header {
    display: flex;
    align-items: center;
    margin: 0px -10px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.card-news .header>div {
    padding: 0px 10px;
}

.card-news .header .image-wrapper {
    width: 40%;

}

.card-news .header .title-wrapper {
    width: 60%;
    text-align: center;
}

.card-news .header .title-wrapper .title {
    font-weight: bold;
    font-size: 20px;
    color: initial;
    text-decoration: none;
}

.card-news .body {
    margin-bottom: 2rem;
    font-size: 1rem;
}

.card-news .footer {
    display: flex;
    margin: 0px -10px;
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: auto;
}

.card-news .footer>div {
    padding: 0px 10px;
    width: 100%;
}

.card-news .footer .latest-article-wrapper .title {
    color: black;
}

.card-news .footer .latest-article-wrapper .more-text {
    color: #039;
}

.card-news .footer .date-wrapper .date {
    color: black;
}

.card-news .footer .link-more-wrapper .link {
    text-wrap: nowrap;
}

.card-news .footer .link-more-wrapper .link {
    color: black;
}

.card-news .footer .link-more-wrapper .link .icon {
    text-decoration: none;
    padding-right: 0.5em;
}

.card-news .footer .button-mobile {
    display: none;
    align-items: center;
    cursor: pointer;
    text-decoration: underline;
}

.card-news .footer .icon-wrapper {
    width: 1.5em;
    height: 1.5em;
    background: black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1em;
    border-radius: 50%;
    color: white;
    font-size: 10px;
}

.card-news .latest-news .news {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5em;
}

.card-news .description {
    margin-bottom: 10px;
    font-size: 14px;
}

.card-news .latest-news .news .meta-info {
    width: auto;
    padding-right: 15px;
    font-weight: bold;
}

.card-news .latest-news .news .content .title {
    font-weight: normal;
}

@media screen and (max-width: 860px) {
    #index.owners_index .mainVisual .mainVisual__inner {
        height: 428px;
        background: url(../jpg/owners-topsp.jpg) no-repeat center !important;
        background-size: cover!important;
    }

    .titleA {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 23px;
        margin-top: 0;
        padding-top: 12px;
    }

    .titleA::before {
        width: 36px;
    }

    .page.owners_index .page-title {
        font-size: 38px;
    }

    .card-news {
        padding: 15px 0;
    }

    .card-news .header .image-wrapper {
        width: 60%;
    }

    .card-news .footer {
        display: block;
    }

    #livingGuide .card-news {
        border-bottom: 1px solid #ddd;
    }

    .card-news .footer .button-mobile {
        display: flex;
    }

    .card-news .footer .button-desktop {
        display: none;
    }

    #fourFeature .flex-col-sm-50:nth-child(-n + 2) .card-with-side-image {
        min-height: 215px;
    }
}

.button-v2 {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-align: center;
    min-width: 8rem;
    font-weight: bold;
    position: relative;
}

.button-v2.light {
    background: whitesmoke;
    color: black;
}

.button-v2:not(.right-space-none) {
    padding-right: 2rem;
}

.button-v2 .icon {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button-v2.button-lg {
    font-size: 1.4rem;
    padding: 1rem 3.5rem;
}