@import url('https://fonts.cdnfonts.com/css/jost?styles=35466,35467,35460,35461,35462,35463,35464,35465,35468,35469,35470,35471,35472,35473,35474,35475,35476,35477');
@import url('https://fonts.cdnfonts.com/css/adobe-garamond-pro-2?styles=14659,29966,29964,29965');
@import "util-4.css";
@import "button-v2-5.css";
@import "section_top_banner-3.css";
@import "section_recommended_properties-2.css";
@import "section_featured-2.css";
@import "section_popular_area.css";
@import "moving-process-banner.css";
@import "section_ken_value.css";
@import "news.css";


* {
    box-sizing: border-box;
}

.wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1432px;
    padding: 0px 20px;
}

html,
body {
    font-size: 14px !important;
    font-family: Helvetica, Arial, sans-serif;
}

.page {
    width: 100%;
    min-width: 1px;
}

p {
    font-size: 1rem;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.section-title {
    font-size: 42px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    color: #222222;
    padding: 2rem 0;
    margin: 0;
}

.section-title.section-title-top-border:before {
    content: "";
    width: 90px;
    height: 2px;
    background: rgba(0, 35, 104, 1);
    position: absolute;
    top: 0px;
}

.hr-ken-primary {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}

.hr-ken-primary hr {
    margin: 0px;
    background: #D8D8D8;
}

.hr-ken-primary:after {
    content: "";
    width: 40%;
    height: 5px;
    background: #002368;
    left: 0px;
    display: block;
    top: -1px;
    position: relative;
}

@media screen and (max-width: 860px) {

    html,
    body {
        font-size: 12px !important;
    }

    .page {
        min-width: inherit;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .section-title {
        font-size: 26px;
        line-height: 31px;
        padding: 12px 0px;
    }
}

@media screen and (max-width: 1440px) {
    .wrap {
        max-width: var(--max-width-pc-md);
    }
}
