@import url("ojh4goc.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");
@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 "section_search_area_in_tokyo-2.css";
@import "section-buy-invest-guide.css";

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.hero-wrapper{
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.hero-wrapper .title{
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}
#index.buy_forsale .propertySearch .searchBtn >*{
    width: auto!important;
    padding: 0px 28px;
}
#index.buy_forsale .propertySearch .searchBtn > *:hover{
    background-color: rgba(0, 35, 104, 1);
    color: white;
}

.forsale .wrap:after {
    content: none;
    display: none;
    clear: none;
}

#recommendProperties {
    padding: 90px 0 120px 0;
    overflow: hidden;
}

#recommendProperties .owl-carousel .owl-stage-outer {
    margin-right: -50%;
}

#recommendProperties .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

#recommendProperties .title-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

#recommendProperties .text-title {
    font-size: 42px;
    font-family: "adobe-garamond-pro", serif;
    line-height: 44px;
    font-weight: 600;
    color: #222222;
    display: inline-block;
    position: relative;
    padding-top: 25px;
}

#recommendProperties .text-title::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    left: 0;
    top: 0;
}

#recommendProperties .showcase-footer {
    display: flex;
    justify-content: space-between;
}

#recommendProperties .carousel-navigation {
    display: flex;
    align-items: center;
}

#recommendProperties .carousel-navigation .button {
    cursor: pointer;
    width: 56px;
    height: 56px;
    font-size: 2rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 1px solid rgba(0, 35, 104, 1);
}

#recommendProperties .carousel-navigation .button.disabled {
    cursor: not-allowed !important;
    background: whitesmoke !important;
}

#recommendProperties .carousel-navigation .button:not(:last-child) {
    margin-right: 10px;
}

#listRecommendProperties {
    margin-bottom: 1rem;
    display: flex;
}


#listRecommendProperties .owl-stage {
    display: flex;
    gap: 31px;
    padding-left: 5px;
}

@media screen and (max-width: 860px) {
    #listRecommendProperties .owl-stage {
        gap: 8px;
        padding-left: 0px;
    }
}

#listRecommendProperties .card-wrapper {
    margin-left: 1px;
}

#listRecommendProperties .card-wrapper:not(:last-child) {
    margin-right: 1rem;
}

.property-card {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 12px 0px #0000001A;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    max-width: 421px;
}

.property-card .overlay-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.property-card .favorite-button{
    z-index: 3;
}

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


.property-card .body {
    justify-content: space-between;
    padding: 36px 24px;
}

.property-card .content-wrapper {
    width: 100%;
}

.property-card .content-header {
    position: relative;
}

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

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

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

.property-card .tag.dark {
    color: white;
    background: rgba(155, 124, 50, 1);
    align-items: center;
    display: flex;
}

.property-card .tag.light {
    color: rgba(164, 0, 0, 1);
    background: white;
    border: 1px solid rgba(164, 0, 0, 1);
    align-items: center;
    display: flex;
}

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

.property-card .tag.gray {
    background: white;
    color: #033eb5;
    border: 1px solid #033eb5;
    align-items: center;
    display: flex;
}

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

.property-card .image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

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

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

.property-card .price {
    margin-bottom: 8px;
    font-size: 20px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
}

.property-card .price .period {
    font-size: 1rem;
    font-family: "jost",serif;
    margin-left: -0.2em;
    color: #b8b8b8;
    font-weight: initial;
}

.property-card .location-wrapper{
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    width: 100%;
    line-height: 16px;
}

.property-card .location-wrapper .location {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    line-height: 1;
}

.property-card .meta-info {
    display: inline-flex;
    gap: 15px;
    align-items: center;
}

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

.property-card .meta-info .text {
    display: flex;
    color: rgba(34, 34, 34, 1);
    font-weight: 500;
    font-family: "jost",serif;
}

.property-card .meta-info .sub-text {
    font-size: 14px;
    margin-left: 2px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
}

.property-card .meta-info .text img{
    width: 20px;
    height: auto;
}

.property-card .meta-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.property-card .body .description .title {
    font-weight: 600;
    text-decoration: none;
    color: #222222;
    font-size: 24px;
    font-family: "adobe-garamond-pro",serif;
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
    width: 90%;
}

.property-card .body .icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.property-card .body .icon .icon-wrapper:hover {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: none, url("../svg/favorite-hover.svg");
}

.property-card .body .icon .icon-wrapper {
    content: "";
    background-image: url("../svg/favorite.svg"), none;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
}

.icon .checkbox{
    display: none;
}

.icon .checkbox:checked+.icon-wrapper {
    background-image: none,url("../svg/favorite-hover.svg");
}

@media screen and (max-width: 860px) {
    #recommendProperties .text-title {
        font-size: 26px;
        line-height: 31px;
    }

    #recommendProperties .text-title::before {
        width: 16%;
    }

    #recommendProperties .wrap {
        max-width: 100%;
        padding-left: 16px;
        margin-top: 130px;
    }

    #recommendProperties .owl-carousel .owl-stage {
        gap: 16px;
    }

    #recommendProperties .carousel-navigation {
        display: none;
    }

    #listRecommendProperties .property-card {
        width: 100%;
        height: max-content;
    }

    .property-card .image-wrapper img {
        height: 240px;
    }

    #recommendProperties .showcase-footer {
        display: flex;
        justify-content: center;
    }

    #recommendProperties .showcase-footer .more-btn{
        margin-top: 0;
    }
}

/* featured list section */
#featuredListing {
    padding: 140px 0 40px 0;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 80%; */
    position: relative;
}

.featured-bg{
    position: absolute;
    background: url("../png/buyfeatured.png") no-repeat;
    width: 100%;
    height: 735px;
    background-size: cover;
    z-index: -10;
    top: 0px;
}

#featuredListing .title-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

#featuredListing .text-title {
    font-size: 42px;
    font-family: "adobe-garamond-pro",serif;
    line-height: 44px;
    font-weight: 600;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    padding-top: 25px;
}

#featuredListing .title-wrapper p{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    align-items: flex-end;
    display: flex;
}

#featuredListing .text-title::before {
    position: absolute;
    content: "";
    width: 34%;
    height: 2px;
    background-color: rgb(125, 133, 149);
    left: 0px;
    top: 0px;
}

#featuredListing .card-wrapper {
    width: 100%;
    min-height: 120px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
}

#featuredListing .card-wrapper .featured-card {
    grid-column: span 4 / span 4;
    background-color: rgb(161, 153, 153);
    display: flex;
    flex-direction: column;
    position: relative;
    background: none;
    text-decoration: none;
}

#featuredListing .card-wrapper .featured-card .image {
    height: 520px!important;
}

#featuredListing .card-wrapper .featured-card .content {
    position: relative;
    left: 7%;
    width: 86%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    height: 220px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.12);
    margin-top: -26%;
}

#featuredListing .card-wrapper .featured-card .content .card-title-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    width: 78%;
}

#featuredListing .card-wrapper .featured-card .content .title {
    font-size: 26px;
    font-weight: 600;
    font-family: "adobe-garamond-pro",serif;
    color: rgba(0, 35, 104, 1);
    line-height: 28px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

#featuredListing .card-wrapper .featured-card .content .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-family: Helvetica, Arial, sans-serif;
}

#featuredListing .card-wrapper .featured-card .content .icon {
    font-size: 22px;
    font-weight: 900;
    color: rgba(0, 35, 104, 1);
    display: flex;
    justify-content: end;
}
#featuredListing .card-wrapper .featured-card .content .icon span{
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

/* end featured list section */
/* area section */
.area-section{
    padding: 55px 0;
}

.area-section .area-wrapper .title,.section-title{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-family: "adobe-garamond-pro",serif;
    position: relative;
    padding-top: 25px;
}

.area-section .area-wrapper .title::before,.section-title.section-title-top-border::before {
    position: absolute;
    content: "";
    width: 8%;
    height: 2px;
    background-color: rgba(5, 33, 87, 1);
    left: 0px;
    top: -1px;
    z-index: 1;
}

.area-section .area-wrapper .sub-title {
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 40px;
    line-height: 24px;
}

.area {
    display: flex;
    min-height: 400px;
}

.area .area-img {
    width: 45%;
    flex: 0 0 45%;
}

.area .area-content {
    display: flex;
    flex-direction: column;
    width: 55%;
    max-width: 850px;
    padding: 48px 80px;
}

.area .area-content .item {
    display: flex;
    gap: 10px;
    position: relative;
    padding-top: 25px;
    border-top: 1px solid rgba(216, 216, 216, 1);
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding-bottom: 10px;
}

.area .area-content .item::before {
    position: absolute;
    content: "";
    width: 7%;
    height: 2px;
    background-color: rgba(5, 33, 87, 1);
    left: 0px;
    top: -1px;
    z-index: 1;
}

.area .area-content .item .number {
    background-color: rgba(5, 33, 87, 1);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "adobe-garamond-pro",serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.area .area-content .item .location {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
}

.area .area-content .item .location a {
    font-weight: bold;
    text-decoration: none;
    color: #222222;
    cursor: pointer;
    font-size: 18px;
}

.area .area-content .item .location .city {
    display: flex;
    gap: 10px;
    border: 1px solid rgba(216, 216, 216, 1);
    align-items: center;
    line-height: 12px;
    padding-right: 19px;
    justify-content: space-between;
}

.area .area-content .item .location .city .about-area {
    width: 20%;
    text-align: center;
}

.area .area-content .item .location .city p {
    border-right: 1px solid rgba(216, 216, 216, 1);
    padding: 19px;
    font-family: "jost",serif;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.area .area-content .item .location .city .area-name {
    font-size: 12px;
    display: flex;
    width: 80%;
}

.area .area-content .item .location .city span {
    text-decoration: none;
}

.area .area-content .item .location .city .icon {
    text-decoration: none;
    font-size: initial;
    color: rgba(0, 51, 153, 1);
    margin-left: auto;
}

@media screen and (max-width: 860px) {
    .area-section {
        padding-top: 0;
    }

    .area {
        display: block!important;
    }

    .area .area-img {
        display: none;
    }

    .area .area-img-sp {
        max-width: 100%;
        height: 430px;
        padding-bottom: 13%;
        background: url("../png/mapsp.png") no-repeat center;
    }

    .area .area-content {
        margin-left: 0;
        margin-top: 10px;
        padding: 0;
        width: 100%;
    }

    .area-section .area-wrapper .sub-title {
        font-size: 14px;
        max-width: 82%;
        padding-left: 9%;
    }

    .area .area-content .item .number {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    .area .area-content .item .location {
        padding-top: 14px;
    }

    .area .area-content .item .location .city {
        display: block;
        padding-right: 0;
        position: relative;
    }

    .area .area-content .item .location .city .about-area {
        width: 100%;
        border-bottom: 1px solid rgba(216, 216, 216, 1);
    }

    .area .area-content .item .location .city p {
        border-right: none;
        justify-content: initial;
        font-size: 13px;
        padding: 11px;
    }

    .area .area-content .item .location .city p br {
        display: none;
    }

    .area .area-content .item .location .city span {
        font-size: 12px;
        padding: 8px;
    }

    .area .area-content .item .location .city .icon{
        position: absolute;
        top: 55%;
        right: 0;
    }

    .area .area-content .item .location .city .area-name {
        line-height: 14px;
        width: 90%;
    }

    .area .area-content .item {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block!important;
        padding-bottom: 18px
    }

    .area .area-content .item-wrapper {
        padding-top: 40px;
    }

    .area .area-content .item::before {
        width: 10%;
    }

    .area .area-content .item .location a {
        font-size: 16px;
        position: absolute;
        top: 27px;
        left: 36px;
        width: 100%;
    }
}
/* end area section */
.about-section {
    padding-top: 143px;
    overflow: hidden;
    position: relative;
    background-color: rgb(232, 232, 232);
}

.about-section .about-section-wrapper {
    min-height: 380px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.about-section .about-section-wrapper .about-section-wrapper-left {
    padding: 0px 20px;
    display: flex;
}

.about-section .about-section-wrapper .about-section-wrapper-left .about-section-header > * {
    width: 50%;
    flex: 0 0 50%;
  }

.about-section .about-section-wrapper .about-section-wrapper-left .about-section-header {
    display: flex;
    gap: 20px;
}

.about-section .about-section-wrapper .about-section-wrapper-left .about-section-title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    flex-direction: column;
    color: rgba(0, 35, 104, 1);
    font-family: 'adobe-garamond-pro', serif;
}

.about-section .about-section-wrapper .about-section-wrapper-left .about-section-subtitle {
    width: 50%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.about-section .about-section-wrapper .about-section-button {
    padding-bottom: 5px;
    width: 111px;
    text-decoration: none;
    position: relative;
    color: rgba(0, 35, 104, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "jost",serif;
    cursor: pointer;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    margin: 0 0 0 auto;
    font-size: 16px;
    font-weight: 500;
}

.about-section .about-section-wrapper .about-section-button a {
    text-decoration: none;
}
.about-section .about-section-wrapper .about-section-button a .about-section-button-arrow {
    font-size: 22px;
    padding-left: 17px;
}
.about-section .about-section-wrapper .about-section-wrapper-left .about-section-button .about-section-button-arrow {
    position: absolute;
    right: 10px;
}

.about-section .about-section-wrapper .about-section-wrapper-right {
    grid-column: span 7 / span 7;
    gap: 10px;
    padding-top: 50px;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-content {
    display: flex;
    text-align: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    padding: 0;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    gap: 15px;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-content .about-image-content {
    width: 60%;
    padding: 0 0 2rem 2rem;
    position: relative;
}

.about-hidden01 {
    width: 100%;
    position: relative;
}

.about-hidden02 {
    width: 100%;
    position: relative;
}

.about-hidden03 {
    width: 100%;
    position: relative;
}

.about-hidden01::before {
    position: absolute;
    content: "01";
    z-index: 1;
    top: -50px;
    left: -50px;
    font-family: "adobe-garamond-pro", serif;
    border-bottom: 4px solid;
    color: rgba(5, 33, 87, 1);
    font-size: 6rem;
    line-height: 1em;
}

.about-hidden02::before {
    position: absolute;
    content: "02";
    z-index: 1;
    top: -50px;
    left: -50px;
    font-family: "adobe-garamond-pro", serif;
    border-bottom: 4px solid;
    color: rgba(5, 33, 87, 1);
    font-size: 6rem;
    line-height: 1em;
}

.about-hidden03::before {
    position: absolute;
    content: "03";
    z-index: 1;
    top: -50px;
    left: -50px;
    font-family: "adobe-garamond-pro", serif;
    border-bottom: 4px solid;
    color: rgba(5, 33, 87, 1);
    font-size: 6rem;
    line-height: 1em;
}

.about-section .hidden {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-content .about-image-content .number {
    font-size: 6rem;
    position: absolute;
    top: -50px;
    left: -50px;
    line-height: 1em;
    font-family: "adobe-garamond-pro", serif;
    border-bottom: 4px solid;
    color: #FFFFFF;
    z-index: 2;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-content .about-image-content .label {
    position: absolute;
    left: 0.5rem;
    top: 45%;
    transform: translate(-50%) rotate(90deg);
    font-size: 1rem;
    color: rgb(7, 34, 86);
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card {
    position: relative;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 3rem 0 6rem 0;
    width: 44%;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .line {
    position: absolute;
    top: 0;
    left: 2rem;
    height: 3px;
    width: 100%;
    margin-bottom: 0;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.line:first-child {
    margin-top: 0;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .line::before {
    content: "";
    height: 100%;
    width: 3000%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(197, 197, 197);
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .line::after {
    content: "";
    height: 100%;
    width: 40%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 63, 160);
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header {
    font-size: 5.5rem;
    font-weight: 400;
    font-family: "adobe-garamond-pro", serif;
    display: inline-block;
    color: #072256;
    line-height: 4rem;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-title {
    color: rgba(0, 35, 104, 1);
    font-family: "adobe-garamond-pro", serif;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgb(7, 34, 86);
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header .about-card-title-small {
    font-size: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: rgba(0, 35, 104, 1);
    font-family: "adobe-garamond-pro", serif;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-sub-title {
    color: rgba(0, 35, 104, 1);
    font-family: "adobe-garamond-pro", serif;
    display: block;
    font-size: 56px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-text {
    min-height: 1em;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.about-card-img01 {
    object-fit: cover;
    width: 100%;
    height: 275px;
    background-position: center;
}

.about-card-img02 {
    object-fit: cover;
    width: 100%;
    height: 275px;
    background-position: center;
}

.about-card-img03 {
    object-fit: cover;
    width: 100%;
    height: 275px;
    background-position: center;
}

@media screen and (max-width: 860px) {
    .about-section .about-section-wrapper {
        gap: 20px;
    }

    .about-section .about-section-wrapper .about-section-wrapper-left {
        grid-column: span 12 / span 12;
        padding: 0 5% 0 5%;
    }

    .about-section .about-section-wrapper .about-section-wrapper-left .about-section-header {
        display: initial;
    }

    .about-section .about-section-wrapper .about-section-wrapper-left .about-section-title {
        width: 100%;
        color: rgba(0, 35, 104, 1);
        padding-left: 0;
        font-size: 32px;
    }

    .about-section .about-section-wrapper .about-section-wrapper-left .about-section-subtitle {
        width: 100%;
        color: rgba(34, 34, 34, 1);
        font-size: 16px;
        padding: 24px 0 32px 0;

    }

    .about-section .about-section-wrapper .about-section-button {
        margin: 0 auto;
        font-size: 16px;
        width: 120px;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right {
        padding: 35px 0 30px 0 !important;
        max-width: 100% !important;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-content {
        display: block;
        gap: 0px;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-content .about-image-content {
        width: 100%;
        padding: 20px 0 10px 0;
    }

    .about-image-content .number {
        color: #FFFFFF !important;
        top: -30px !important;
        left: 14px !important;
        z-index: 1;
    }

    .about-image-content .about-hidden01::before {
        color: rgba(5, 33, 87, 1);
        top: -30px;
        left: 14px;
    }

    .about-image-content .number {
        top: -30px !important;
        left: 14px !important;
        z-index: 1;
    }

    .about-image-content .about-hidden02::before {
        top: -30px;
        left: 14px;
    }

    .about-image-content .about-hidden03::before {
        color: rgba(5, 33, 87, 1);
        top: -30px;
        left: 14px;
    }

    .about-image-content .label01 {
        right: 0 !important;
        left: auto !important;
        top: 0 !important;
        color: rgba(0, 35, 104, 1) !important;
        transform: none !important;
    }

    .about-image-content .label02 {
        right: 0 !important;
        left: auto !important;
        top: 0 !important;
        color: rgba(0, 35, 104, 1) !important;
        transform: none !important;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-card {
        width: 100%;
        min-height: 190px;
        align-items: center;
        margin-bottom: 30px;
        padding: 0 0 1rem 0 !important;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-card .line {
        top: auto;
        bottom: 0;
        left: auto !important;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-card .line::before {
        width: 100%;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-card .line::after {
        width: 20%;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header {
        width: 100%;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-text {
        width: 100%;
        font-size: 16px;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header .about-card-title {
        font-size: 56px;
        line-height: 67px;
    }

    .about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header .about-card-sub-title {
        font-size: 38px;
        line-height: 40px;
    }

    .about-card-img01 {
        height: 120px;
    }

    .about-card-img02 {
        width: 100%;
        height: 120px;
    }

    .about-card-img03 {
        width: 100%;
        height: 120px;
    }

    .about-image-content .label {
        right: 0 !important;
        left: auto !important;
        top: 0 !important;
        color: rgba(0, 35, 104, 1) !important;
        transform: none !important;
    }
}

#kenCorporationValue,
#kenCorporationValue * {
    box-sizing: border-box;
}

#kenCorporationValue .row-flex {
    display: flex;
    gap: 10px 0px;
}

#kenCorporationValue .col {
    flex: 1 1 0;
}

#kenCorporationValue .section-title {
    text-align: left;
    line-height: 1.2em;
}

#kenCorporationValue .section-description {
    text-align: left;
}

#kenCorporationValue {
    padding-top: 116px;
    overflow: hidden;
}

#kenCorporationValue * {
    box-sizing: border-box;
}

#kenCorporationValue .section-header {
    margin-bottom: 0;
}

#kenCorporationValue .section-title {
    padding: 0px;
    color: rgba(0, 35, 104, 1);
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    font-family: "adobe-garamond-pro",serif;
}

#kenCorporationValue .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    align-content: center;
    font-family: Helvetica,Arial, sans-serif;
}

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

@media screen and (max-width: 860px) {
    #kenCorporationValue {
        padding: 46px 0 0 0;
    }

    #kenCorporationValue .section-header {
        flex-wrap: wrap;
    }

    #kenCorporationValue .section-header > * {
        width: 100%;
    }

    #kenCorporationValue .section-header {
        flex-wrap: wrap;
    }

    #kenCorporationValue .section-title {
        width: 100%;
        color: rgba(0, 35, 104, 1);
        padding-left: 0;
        font-size: 32px;
        line-height: 33px;
    }

    #kenCorporationValue .section-subtitle {
        width: 100%;
        color: rgba(34, 34, 34, 1);
        font-size: 16px;
        padding: 24px 0 32px 0;
    }
}

/* end about section */


/* end about section */

/* guide section */
#buyGuide {
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    gap: 2%;
}

#buyGuide .wrap>div {
    margin-bottom: 2rem;
}

#buyGuide .buy-guide-card {
    width: 100%;
    position: relative;
}

.buy-guide-card img {
    width: 100%;
    height: 100%;
}

.buy-guide-card .content {
    padding-left: 1rem;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    color: white;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.buy-guide-card .content .section-title {
    color: white;
    font-size: 2rem;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    line-height: 38px;
    padding: 0 !important;
}

.buy-guide-card .content .section-title span {
    display: block;
}

.buy-guide-card .content .section-subtitle {
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    padding-bottom: 20px;
    font-size: 16px;
    width: 80%;
}

.buy-guide-card .content>* {
    width: 100%;
}

.buy-guide-card .content .link {
    text-align: end;
    position: absolute;
    right: 1rem;
    top: 140px;
}

.buy-guide-card .content .link .button-v2 {
    color: white;
    min-width: 0em;
    padding: 0px 0px;
    font-size: 2rem;
}

.buy-guide-card .icon{
    border-bottom: 1px solid #FFFFFF;
}

#buyGuide .guide-sp .buy-img {
    display: block;
}

#buyGuide .guide-sp .buy-img-sp {
    display: none;
}

@media screen and (max-width: 860px) {
    #index.buy_forsale .propertySearch .searchBtn >*{
        width: auto!important;
        padding: 0px 18px;
    }
    #buyGuide {
        max-width: 90%;
        display: block;
    }

    #buyGuide .wrap {
        display: flex;
        max-width: 1200px;
        width: 100%;
        gap: 20px;
    }

    #buyGuide .wrap::after {
        display: none;
    }

    #buyGuide .wrap > div {
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }

    #buyGuide .guide-sp {
        width: 100%;
        height: 300px;
        padding-bottom: 10px;
    }

    #buyGuide .newsletter-sp {
        width: 100%;
        height:160px;
    }

    .buy-guide-card-wrapper {
        height: 100%;
    }

    #buyGuide .buy-guide-card {
        height: 100%;
    }

    .buy-guide-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .buy-guide-card .content .section-title {
        font-size: 22px;
        line-height: 24px;
    }

    .buy-guide-card .content .section-subtitle {
        font-size: 14px;
        line-height: 22px;
        width: 80%;
        padding-top: 15px;
    }

    #buyGuide .guide-sp .buy-guide-card .content .link {
        top: initial;
        bottom: 7%;
    }

    #buyGuide .newsletter-sp .buy-guide-card .content .link {
        top: initial;
        bottom: -105%;
    }

    #buyGuide .guide-sp .buy-img {
        display: none;
    }

    #buyGuide .guide-sp .buy-img-sp {
        display: block;
    }
    }
/* end e-newsletter section */
/* contact section */
.buy_forsale .cvBtn__tel {
    border: 1px solid #b8b8b8;
    padding: 12px 25px;
}

.buy_forsale .cvBtn__tel span {
    text-align: center;
}

.buy_forsale .cvBtn__contact {
    background-color: #222222;
    border-radius: 50px;
    padding: 10px 10px;
}

.buy_forsale .cvBtn__contact a {
    color: white !important;
}

.buy_forsale .icon-tel02, .buy_forsale .icon-contact01 {
    display: none !important;
}

.buy_forsale .cvBtn .cvBtn__contact span {
    border: none !important;
}

/* end contact section */
.more-btn {
    padding: 12px;
    width: 170px;
    display: flex;
    color: rgba(0, 51, 153, 1);
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    margin: 30px 0;
    font-size: 18px;
    font-family: "jost",serif;
    font-weight: 500;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

#featuredListing .more-btn {
    margin-right: auto;
    margin-left: auto;
    margin-top: 56px;
    padding-left: 0px;
    padding-right: 0px;
    width: 125px;
    display: flex;
    gap: 16px;
}
#featuredListing .more-btn .icon {
    left: 0px;
}

.more-btn .icon {
    position: relative;
    left: 18%;
    color: rgba(0, 51, 153, 1);
}
.more-btn .icon {
    font-size: 22px;
    line-height: 22px;
}

@media screen and (max-width: 860px) {
    #recommendProperties {
        margin-top: -90px;
        padding: 0 0 35px 0;
    }

    #featuredListing {
        padding: 40px 0;
    }

    .featured-bg {
        height: 86%;
        background: url("../jpg/mobile-buyfeatured.jpg") no-repeat;
        background-size: cover;
        background-position: top center;
    }

    #featuredListing .title-wrapper {
        display: initial!important;
        justify-content: space-between;
        margin-bottom: 3rem;
    }

    #featuredListing .text-title {
        font-size: 26px;
        line-height: 31px;
    }

    #featuredListing .title-wrapper p {
        font-size: 14px;
        line-height: 18px;
        padding: 16px 0 26px 0;
    }

    #featuredListing .card-wrapper {
        gap: 0px;
    }

    #featuredListing .card-wrapper .featured-card {
        grid-column: span 12 / span 12;
        height: auto;
        margin-top: 24px;
    }

    #featuredListing .card-wrapper .featured-card .image {
        min-height: 120px;
        height: initial!important;
    }

    #featuredListing .card-wrapper .featured-card .content {
        height: 170px;
        margin-top: -37%;
    }

    #featuredListing .card-wrapper .featured-card .content .card-title-wrapper {
        width: 86%;
    }

    #featuredListing .card-wrapper .featured-card .content .title {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .more-btn{
        font-size: 16px;
    }
}

.arrow-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-card .properties-available {
    text-align: center;
    position: relative;
    top: 14px
}

.property-card .availability-btn {
    width: 113px;
    height: 28px;
    background-color: #EFF1F5;
    color: #002368;
    border: 1px solid #D8D8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.property-card.show-properties-available .properties-available {
    padding-bottom: 0rem;
    background: #efefef;
}

.property-card .properties-available .button-action {
    display: inline-block;
    background: #052157;
    padding: 0.5em 2em;
    font-size: 1rem;
    font-family: "jost",serif;
    color: white;
    font-weight: 300;
    cursor: pointer;
}

.property-card.show-properties-available .properties-available .button-action {
    color: #052157;
    background: transparent;
    display: block;
}

.property-card .properties-available-content>* {
    width: 50%;
    padding: 1rem 0.5rem;
}

.property-card .properties-available-content {
    min-width: calc(200% + 1rem);
    display: none;
    left: 0px;
    border: 0px;
    background: #efefef;
    position: relative;
    flex-wrap: wrap;
}

.right-properties-available .properties-available-content {
    left: -104%;
}

.property-card.show-properties-available .properties-available-content {
    display: flex;
}

.property-card .properties-available-content .property-wrapper {
    padding: 0px 10px;
    width: 50%;
}

.property-card .properties-available-content .property-available-card {
    background: white;
    display: flex;
    margin: 0rem;
    min-width: 100%;
}

.property-card .properties-available-content .property-available-card .image-wrapper {
    width: 44%;
    position: relative;
}

.property-card .properties-available-content .property-available-card .content-wrapper {
    padding: 0.5rem 0.5rem;
    flex: 1;
    align-self: center;
}

.property-card .properties-available-content .property-available-card .price-wrapper .price {
    font-size: 1.2rem;
    text-align: start;
}

.property-card .properties-available-content .property-available-card .property-info {
    display: flex;
    gap: 5px;
}

.property-available-card .property-info .meta-info-wrapper {
    flex: 1 1 100%;
    border: none;
    gap: 5px 8px;
    padding-top: 0.5em;
}

.property-card .properties-available-content .property-available-card .meta-info>* {
    font-size: 0.8rem;
}

.property-card .properties-available-content .property-available-card .meta-info .sub-text {
    font-size: 0.7rem;
}

.property-card .properties-available-content .property-available-card .meta-info .icon {
    width: 0.8rem;
}

.property-available-card .property-info .link {
    flex: 1;
}

.property-available-card .property-info .link .button-v2 {
    width: auto;
    min-width: 1rem;
    padding: 0.5rem 0rem;
}

@media screen and (max-width: 860px) {
    .property-card .properties-available-content {
        min-width: 100%;
        flex-wrap: wrap;
        left: 0px !important;
    }

    .property-card .properties-available-content>* {
        width: 100%;
    }
}
