/* ==========================================================================
   subppage
   ========================================================================== */
/* p-subPage
   ----------------------------------------------------------------- */
.p-subPage__heading {
    background-color: #00b2a3;
}

@media screen and (min-width: 1024px) {
    .p-subPage__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.p-subPage__heading::after {
    display: block;
    content: '';
    background-size: cover;
    background-position: center;
    background-image: url(../image/company_img_01.jpg);
}

@media screen and (max-width: 767px) {
    .p-subPage__heading::after {
        height: 34.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-subPage__heading::after {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%;
        padding-top: 34%;
    }
}

@media screen and (min-width: 1024px) {
    .p-subPage__heading::after {
        width: 55.5%;
        height: 380px;
        padding-top: 0;
    }
}

.p-subPage__wrap {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-subPage__wrap {
        padding: 8vw 5.33vw 8vw 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-subPage__wrap {
        width: 100%;
        padding: 40px 0;
    }
}

@media screen and (min-width: 1024px) {
    .p-subPage__wrap {
        width: 44.5%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;
        background: #00b2a3;
    }
}

@media screen and (max-width: 767px) {
    .p-subPage__lead {
        width: 74.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-subPage__lead {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .p-subPage__lead {
        max-width: 490px;
        padding-right: 20px;
        margin-left: auto;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .p-subPage__inner {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-subPage__inner {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* p-gallery
   ----------------------------------------------------------------- */
.p-gallery__link {
    display: block;
}

.p-gallery--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .p-gallery--01 .p-gallery__thumbnail {
        width: 49%;
        margin-bottom: 2%;
    }
}

@media screen and (min-width: 768px) {
    .p-gallery--01 .p-gallery__thumbnail {
        width: 32.5%;
        margin-bottom: 1.25%;
    }
}

@media screen and (min-width: 768px) {
    .p-gallery--01 .p-gallery__thumbnail img {
        width: 100%;
        max-height: 265px;
    }
}

@media screen and (max-width: 767px) {
    .p-gallery--01 .p-gallery__thumbnail:nth-child(-n+2) {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .p-gallery--01 .p-gallery__thumbnail:nth-child(-n+2) {
        width: 49.5%;
        margin-bottom: 1%;
    }
}

@media screen and (min-width: 768px) {
    .p-gallery--01 .p-gallery__thumbnail:nth-child(-n+2) img {
        width: 100%;
        max-height: 397.5px;
    }
}

.p-gallery--01 .p-gallery__caption {
    display: none;
}

.p-gallery--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .p-gallery--02 .p-gallery__thumbnail {
        width: 49%;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 768px) {
    .p-gallery--02 .p-gallery__thumbnail {
        width: 32.5%;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-gallery--02 .p-gallery__thumbnail img {
        width: 100%;
        max-height: 265px;
    }
}

@media screen and (max-width: 767px) {
    .p-gallery--02 .p-gallery__caption {
        margin-top: 5px;
    }
}

@media screen and (min-width: 768px) {
    .p-gallery--02 .p-gallery__caption {
        margin-top: 5px;
    }
}

/* p-loanSimulator
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .p-loanSimulator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.p-loanSimulator__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #006bbb;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__box {
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-loanSimulator__box {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .p-loanSimulator__box {
        width: 31%;
    }
}

.p-loanSimulator__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    color: #fff;
    font-weight: bold;
    background: #006bbb;
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__heading {
        font-size: 28px;
        font-size: 3.73vw;
    }
}

@media screen and (min-width: 768px) {
    .p-loanSimulator__heading {
        padding: 5px 0;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-loanSimulator__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__value {
        font-size: 28px;
        font-size: 3.73vw;
    }
}

@media screen and (min-width: 768px) {
    .p-loanSimulator__value {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-loanSimulator__field {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right;
    border: none;
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__field {
        width: 26.66667vw;
        height: 16vw;
        font-size: 46px;
        font-size: 6.13vw;
        margin-right: 1.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-loanSimulator__field {
        font-size: 23px;
        font-size: 2.3rem;
        width: 100px;
        height: 60px;
        margin-right: 5px;
    }
}

.p-loanSimulator__button {
    display: block;
    width: 100%;
    border: none;
    background: rgba(0, 107, 187, .1);
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__button {
        padding: 4vw 4vw 4vw 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-loanSimulator__button {
        padding: 15px;
    }
}

.p-loanSimulator__total {
    border: 1px solid #006bbb;
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__total {
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-loanSimulator__total {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 48%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .p-loanSimulator__total {
        width: 50%;
        height: 80px;
        margin-bottom: 0;
    }
}

.p-loanSimulator__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
    background: #006bbb;
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__label {
        width: 100%;
        height: 10.66667vw;
        font-size: 28px;
        font-size: 3.73vw;
    }
}

@media screen and (min-width: 768px) {
    .p-loanSimulator__label {
        width: 30.5%;
    }
}

.p-loanSimulator__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    color: red;
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__price {
        height: 18.66667vw;
        font-size: 72px;
        font-size: 9.6vw;
    }
}

@media screen and (min-width: 768px) {
    .p-loanSimulator__price {
        width: 69.5%;
        font-size: 34px;
        font-size: 3.4rem;
    }
}

@media screen and (min-width: 1024px) {
    .p-loanSimulator__price {
        font-size: 38px;
        font-size: 3.8rem;
    }
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__description {
        font-size: 30px;
        font-size: 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-loanSimulator__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .p-loanSimulator__description {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .p-loanSimulator__description br {
        display: none;
    }
}

/* p-realestate
-------------------------------------------------------------------------- */
.p-realestate {
    display: block;
    text-decoration: none;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .p-realestate {
        border: .53333vw solid #e0e0e0;
        border-bottom: 2.13333vw solid #e0e0e0;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate {
        border: 2px solid #e0e0e0;
        border-bottom: 8px solid #e0e0e0;
    }
}

@media screen and (max-width: 767px) {
    .p-realestate--check {
        border-bottom: .53333vw solid #e0e0e0;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate--check {
        border-bottom: 2px solid #e0e0e0;
    }
}

.p-realestate:hover {
    opacity: .8;
}

.p-realestate__thumbnail {
    position: relative;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-realestate__thumbnail {
        border-bottom: .53333vw solid #e0e0e0;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__thumbnail {
        border-bottom: 2px solid #e0e0e0;
    }
}

@media screen and (max-width: 767px) {
    .p-realestate__thumb img {
        width: 100%;
        height: 74.13333vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__thumb img {
        width: 100%;
        height: 254px;
    }
}

.p-realestate__label {
    position: absolute;
    font-weight: bold;
    display: inline-block;
}

.p-realestate__label--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
    background-color: #f00;
}

@media screen and (max-width: 767px) {
    .p-realestate__label--new {
        top: 4vw;
        width: 24vw;
        height: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__label--new {
        top: 20px;
        width: 90px;
        height: 30px;
        font-size: 16px;
        font-size: 2.13vw;
    }
}

.p-realestate__label--unreleased {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    letter-spacing: .1em;
    background: #00b2a3;
}

@media screen and (max-width: 767px) {
    .p-realestate__label--unreleased {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 13.33333vw;
        height: 13.33333vw;
        top: 4vw;
        right: 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__label--unreleased {
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-realestate__label--event {
    right: 0;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    background-color: #b28600;
}

@media screen and (max-width: 767px) {
    .p-realestate__label--event {
        bottom: 4vw;
        width: 32vw;
        height: 8vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__label--event {
        bottom: 17px;
        width: 130px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .p-realestate__content {
        padding: 5.33vw 2.67vw 2.67vw 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__content {
        padding: 20px 8px 8px;
    }
}

.p-realestate__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.p-realestate__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-realestate__category {
        width: 34.66667vw;
        height: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 110px;
        height: 30px;
        line-height: 1;
        padding: 8px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate__category {
        max-width: 130px;
        padding: 6px 0;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-realestate__category--new {
    background: #ffd1d1;
}

.p-realestate__category--land {
    background: #c9e998;
}

.p-realestate__category--apartment {
    background: #fccd9b;
}

.p-realestate__category--used {
    background: #afd8fb;
}

.p-realestate__category--unreleased {
    background: #efe542;
}

.p-realestate__price {
    color: #006bbb;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-realestate__price {
        font-size: 50px;
        font-size: 6.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__price {
        margin-top: .5em;
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate__price {
        margin-top: 0;
        padding-left: .5em;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__price--unreleased {
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-realestate__unit {
    color: #000;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-realestate__unit {
        font-size: 28px;
        font-size: 3.73vw;
        font-weight: normal;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__unit {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-realestate__size {
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-realestate__size {
        margin-bottom: 2.67vw;
        font-size: 52px;
        font-size: 6.93vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__size {
        margin-bottom: 10px;
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.p-realestate__size::before, .p-realestate__size::after {
    content: '\2605';
}

@media screen and (min-width: 768px) {
    .p-realestate__size::before {
        margin-right: 8px;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__size::after {
        margin-left: 8px;
    }
}

.p-realestate__address, .p-realestate__distance {
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .p-realestate__information {
        padding-top: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__information {
        padding-top: 19px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-realestate__information {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate__information {
        min-height: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-realestate__information--unreleased {
        padding-top: 35px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate__information--unreleased {
        padding-top: 35px;
    }
}

.p-realestate__message {
    background: rgba(0, 107, 187, .1);
}

@media screen and (max-width: 767px) {
    .p-realestate__message {
        margin-top: 1em;
        line-height: 1.8;
        padding: 2.67vw 2.67vw 2.67vw 2.67vw;
        font-size: 28px;
        font-size: 3.73vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 82px;
        padding: 5px 10px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

.p-realestate__checkbox > input {
    display: none;
}

.p-realestate__checkbox > input:checked + label::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    content: '';
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}

@media screen and (max-width: 767px) {
    .p-realestate__checkbox > input:checked + label::after {
        width: 2.66667vw;
        height: 5.33333vw;
        border-right: 1.06667vw solid #006bbb;
        border-bottom: 1.06667vw solid #006bbb;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__checkbox > input:checked + label::after {
        width: 10px;
        height: 20px;
        border-right: 3px solid #006bbb;
        border-bottom: 3px solid #006bbb;
    }
}

.p-realestate__checkbox > label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #e0e0e0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

@media screen and (max-width: 767px) {
    .p-realestate__checkbox > label {
        height: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__checkbox > label {
        height: 30px;
    }
}

.p-realestate__checkbox > label::before {
    position: relative;
    top: 0;
    display: inline-block;
    content: '';
    border: 1px solid #d4d4d4;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .p-realestate__checkbox > label::before {
        width: 5.33333vw;
        height: 5.33333vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate__checkbox > label::before {
        width: 20px;
        height: 20px;
    }
}

/* p-realestateSlider
-------------------------------------------------------------------------- */
.p-realestateSlider__list {
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-realestateSlider__list {
        margin-left: auto;
        margin-right: auto;
        max-width: 1080px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-realestateSlider__list {
        max-width: 700px;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateSlider__item {
        max-width: 350px;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateSlider .slick-list {
        margin: 0 -7.5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-realestateSlider .slick-list {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-realestateSlider .slick-slide {
        padding: 0vw .67vw 0vw .67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateSlider .slick-slide {
        margin: 0;
        padding: 0 7.5px;
    }
}

.p-realestateSlider .slick-arrow {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: -999999px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    outline: none;
    border: none;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .p-realestateSlider .slick-arrow {
        width: 10.66667vw;
        height: 10.66667vw;
        margin-top: -6vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateSlider .slick-arrow {
        width: 45px;
        height: 45px;
        margin-top: calc(-45px / 2);
    }
}

@media screen and (min-width: 768px) {
    .p-realestateSlider .slick-arrow:hover {
        opacity: .8;
    }
}

@media screen and (max-width: 767px) {
    .p-realestateSlider .slick-prev {
        left: -2.67vw;
        border-left: 2.4vw solid #006bbb;
        border-bottom: 2.4vw solid #006bbb;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateSlider .slick-prev {
        left: -10px;
        margin-left: calc(-45px / 2);
        border-left: 10px solid #006bbb;
        border-bottom: 10px solid #006bbb;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestateSlider .slick-prev {
        left: 10px;
    }
}

@media screen and (min-width: 1280px) {
    .p-realestateSlider .slick-prev {
        left: -45px;
    }
}

@media screen and (max-width: 767px) {
    .p-realestateSlider .slick-next {
        right: -2.67vw;
        border-top: 2.4vw solid #006bbb;
        border-right: 2.4vw solid #006bbb;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateSlider .slick-next {
        right: -10px;
        margin-right: calc(-45px / 2);
        border-right: 10px solid #006bbb;
        border-top: 10px solid #006bbb;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestateSlider .slick-next {
        right: 10px;
    }
}

@media screen and (min-width: 1280px) {
    .p-realestateSlider .slick-next {
        right: -45px;
    }
}

/* p-realestateGroup
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .p-realestateGroup {
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-realestateGroup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-realestateGroup__list {
        width: 100%;
        max-width: 715px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-realestateGroup__item {
        margin: 0vw 0vw 5.33vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateGroup__item {
        width: 100%;
        max-width: 350px;
        margin-right: 15px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestateGroup__item {
        width: calc(97% / 3);
        margin-right: 1.5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-realestateGroup__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestateGroup__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-realestateGroup__item:last-child {
        margin-bottom: 0;
    }
}

/* p-realestateCard
-------------------------------------------------------------------------- */
.p-realestateCard {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .p-realestateCard {
        padding: 5.33vw 5.33vw 5.33vw 5.33vw;
        border: 1.06667vw solid #006bbb;
        border-bottom: 2.13333vw solid #006bbb;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard {
        padding: 20px;
        border: 4px solid #006bbb;
        border-bottom: 8px solid #006bbb;
    }
}

.p-realestateCard--check .p-realestateCard__message {
    border-bottom: none;
}

.p-realestateCard__link {
    display: block;
    text-decoration: none;
}

.p-realestateCard__link:hover {
    opacity: .8;
}

@media screen and (min-width: 768px) {
    .p-realestateCard__content {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestateCard__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

.p-realestateCard__thumbnail {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__thumbnail {
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-realestateCard__thumbnail {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestateCard__thumbnail {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}

@media screen and (max-width: 767px) {
    .p-realestateCard__image {
        width: 100%;
        height: 60vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__image {
        width: 100%;
        height: 100%;
    }
}

.p-realestateCard__label {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
}

.p-realestateCard__label--new {
    color: #fff;
    background-color: #e60012;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__label--new {
        top: 2.67vw;
        right: 2.67vw;
        width: 10.66667vw;
        height: 10.66667vw;
        font-size: 28px;
        font-size: 3.73vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__label--new {
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-realestateCard__label--event {
    left: 0;
    color: #fff;
    text-align: center;
    background-color: #b29c37;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__label--event {
        bottom: 5.33vw;
        width: 21.33333vw;
        height: 8vw;
        font-size: 36px;
        font-size: 4.8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__label--event {
        bottom: 20px;
        width: 88px;
        height: 30px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestateCard__summary {
        width: 210px;
        margin-right: 5.08%;
    }
}

.p-realestateCard__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__category {
        width: 100%;
        font-size: 40px;
        font-size: 5.33vw;
        height: 10.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 40px;
        line-height: 1;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-realestateCard__category--new {
    background: #ffd1d1;
}

.p-realestateCard__category--land {
    background: #c9e998;
}

.p-realestateCard__category--apartment {
    background: #fccd9b;
}

.p-realestateCard__category--used {
    background: #afd8fb;
}

.p-realestateCard__category--unreleased {
    background: #efe542;
}

.p-realestateCard__price {
    color: #006bbb;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__price {
        margin-top: 2.67vw;
        font-size: 68px;
        font-size: 9.07vw;
        margin-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__price {
        margin-top: 20px;
        margin-bottom: 12px;
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-realestateCard__unit {
    color: #000;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__unit {
        margin-left: 1.33vw;
        font-size: 30px;
        font-size: 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__unit {
        font-size: 16px;
        font-size: 1.6rem;
        margin-left: 5px;
    }
}

.p-realestateCard__size {
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__size {
        margin-top: 4vw;
        font-size: 40px;
        font-size: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__size {
        margin-top: 15px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-realestateCard__size::before {
    content: '\3010';
}

.p-realestateCard__size::after {
    content: '\3011';
}

@media screen and (min-width: 768px) {
    .p-realestateCard__size::before {
        margin-right: 8px;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__size::after {
        margin-left: 8px;
    }
}

.p-realestateCard__text {
    line-height: 1.8;
}

.p-realestateCard__message {
    color: #fff;
    background: #006bbb;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__message {
        margin-top: 6.67vw;
        line-height: 1.6;
        padding: 2.67vw 4vw 2.67vw 4vw;
        font-size: 32px;
        font-size: 4.27vw;
        border-bottom: 1.6vw solid #00b2a3;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 12px 15px;
        font-size: 16px;
        font-size: 1.6rem;
        border-bottom: 6px solid #00b2a3;
    }
}

.p-realestateCard__checkbox > input {
    display: none;
}

.p-realestateCard__checkbox > input:checked + label::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    content: '';
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}

@media screen and (max-width: 767px) {
    .p-realestateCard__checkbox > input:checked + label::after {
        width: 2.66667vw;
        height: 5.33333vw;
        border-right: 1.06667vw solid #006bbb;
        border-bottom: 1.06667vw solid #006bbb;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__checkbox > input:checked + label::after {
        width: 10px;
        height: 20px;
        border-right: 3px solid #006bbb;
        border-bottom: 3px solid #006bbb;
    }
}

.p-realestateCard__checkbox > label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #00b2a3;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__checkbox > label {
        height: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__checkbox > label {
        height: 30px;
    }
}

.p-realestateCard__checkbox > label::before {
    position: relative;
    top: 0;
    display: inline-block;
    content: '';
    border: 1px solid #d4d4d4;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .p-realestateCard__checkbox > label::before {
        width: 5.33333vw;
        height: 5.33333vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCard__checkbox > label::before {
        width: 20px;
        height: 20px;
    }
}

/* p-realestateCardGroup
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .p-realestateCardGroup {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-realestateCardGroup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .p-realestateCardGroup__item {
        margin: 0vw 0vw 5.33vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestateCardGroup__item {
        width: 49%;
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 767px) {
    .p-realestateCardGroup__item:last-child {
        margin-bottom: 0;
    }
}
