@charset "UTF-8";
/******************************

 * style
 *
 * 1. Layout（共通要素）

******************************/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import 'font-awesome.min-2.css';
@import 'button-v2-4.css';
@import 'section_close_up.css';
@import 'section_gross_yield_properties.css';
@import 'section_buy.css';
@import 'section_ken_corporation_value.css';
@import 'section_buy_guide.css';
@import 'section_news.css';
@import 'section_contact.css';
@import "section_top_banner-2.css";

html,
body {
    font-size: 14px;
}

#index.page.buy .page-title {
    font-size: 64px;
    line-height: 56px;
    font-weight: 600;
    color: white;
    font-family: "adobe-garamond-pro",serif;
}

#index.page.buy .page-sub-title {
    font-size: 24px;
    color: white;
    font-weight: 400;
    font-family: "jost", serif;
}

#index.page.buy .page-title-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 18px;
}

@media screen and (max-width: 860px) {
    #index.page.buy .page-title-wrapper {
        min-height: 320px;
        padding: 20px;
        gap: 0;
    }

    #index.page.buy .page-title {
        margin-bottom: 0px;
        font-size: 38px;
        line-height: 56px;
    }

    #index.page.buy .page-sub-title {
        font-size: 18px;
        line-height: 24px;
    }
}

/**
 * card-statistic
 */
.card-statistic {
    text-align: center;
    padding: 1rem;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 100%;
}

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

.card-statistic .content {
    width: 100%;
}

.card-statistic .content .value {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 20px;
}

.card-statistic .content .value .sub-text {
    font-size: 20px;
    font-weight: normal;
}

.card-statistic .content .description {
    font-size: 12px;
    min-height: 6em;
}

@media screen and (max-width: 400px) {
    .card-statistic .content .value {
        font-size: 26px;
        line-height: 16px;
    }

    .card-statistic .content .value .sub-text {
        font-size: 16px;
    }
}

/**
 * recommend-rent-card
 */
.recommend-rent-card * {
    box-sizing: border-box;
}

.recommend-rent-card .header {
    position: relative;
}

.recommend-rent-card .header .image-wrapper img {
    opacity: 0;
    width: 100%;
}

.recommend-rent-card .header .image-wrapper {
    background-size: cover;
    background-position: center;
}

.recommend-rent-card .header .image-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.recommend-rent-card .header .content {
    position: absolute;
    padding: 1rem;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.recommend-rent-card .header .content .title {
    font-size: 2rem;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: white;
}


.recommend-rent-card .rent-areas {
    padding: 10px;
    background: whitesmoke;
    font-size: 0.9rem;
    color: #222222;
    margin-bottom: 10px;
}

.recommend-rent-card .rent-areas .area {
    text-decoration: none;
    color: #222222;
}

.recommend-rent-card .rent-areas .area:after {
    content: "/";
    padding: 0px 5px;
}

.recommend-rent-card .rent-areas-wrapper .title {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.recommend-rent-card .body {
    padding: 1rem 0rem;
}

.recommend-rent-card .rent-links {
    margin: 0px -3px;
}

.recommend-rent-card .rent-links .link {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #222222;
    padding: 0px 3px;
}

@media screen and (max-width: 500px) {
    .recommend-rent-card .image-wrapper img {
        width: 100%;
    }

    .recommend-rent-card .rent-links {
        display: block !important;
    }

    .recommend-rent-card .rent-links .link {
        width: 100%;
        display: block;
    }
}



/**
 * property-card */
.property-card {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 12px 0 #0000001A !important;
    margin-bottom: 10px;
    max-width: 421px;
}

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

.property-card .tags {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.property-card .tag {
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "jost",serif;
    height: 22px;
}

.property-card .tag.info {
    background: rgba(5, 33, 87, 1);
    color: white;
}

.property-card .tag.light {
    color: rgba(5, 33, 87, 1);
    background: white;
}

.property-card .tag.danger {
    background: rgba(164, 0, 0, 1);
    color: white;
}

.property-card .image-wrapper {
    background-size: cover !important;
    background-position: center !important;
    max-height: 310px;
}

.property-card .image-wrapper img {
    width: 100%;
    opacity: 0 !important;
}

.property-card .content-wrapper {
    padding: 20px 24px;
    position: relative;
}

.property-card .place-tags .tag {
    border: 1px solid #dedede;
}

.property-card .place-tags {
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
}

.property-card .favorite-button-wrapper {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    cursor: pointer;
}

.property-card .favorite-button {
    height: 24px;
    width: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 15px;
    top: 40px;
}

.property-card .favorite-button-wrapper .icon {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
}

.property-card .price {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.property-card .price .period {
    font-size: 1rem;
    margin-left: -4px;
    color: #b8b8b8;
    font-weight: initial;
}

.property-card .meta-info {
    display: inline-flex;
    gap: 3px;
    align-items: center;
    font-size: 1rem;
}

.property-card .meta-info.icon {
    padding-left: 3px;
}

.property-card .meta-info .icon.lg {
    width: 24px;
  }

.property-card .meta-info .text {
    font-weight: 500;
    font-family: "jost",serif;
    padding-right: 5px;
}

.property-card .meta-info .sub-text {
    font-size: 14px;
    font-weight: 400;
    font-family: "jost",serif;
    color: rgba(128, 128, 128, 1);
    padding-right: 8px;
}

.property-card .meta-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0rem 0rem 0.5rem 0rem;
    border-bottom: 1px solid #D8D8D8;
}

#recommendProperties .property-card .meta-info-wrapper {
    border-bottom: none;
}

.property-card .description {
    font-size: 1rem;
    font-family: "adobe-garamond-pro",serif;
}

.property-card .description.name-and-address {
    font-family: "jost",serif;
    font-size: 15px;
    font-weight: 500;
}

.property-card .description.price {
    font-size: 24px;
    line-height: 20px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 8px;
}

.property-card .description .title {
    font-weight: 500;
    text-decoration: none;
    color: #222222;
}

.property-card .description .paragraph {
    opacity: 0.8;
    font-family: Helvetica, Arial, sans-serif;;
    font-size: 14px;
}

@media screen and (max-width: 860px) {
    .property-card .image-wrapper {
        height: initial;
    }
}


/**
 * card news
 */
.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: #222222;
}

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

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

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

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

.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: #222222;
    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) {
    .card-news .header .image-wrapper {
        width: 60%;
    }

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

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

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