@charset "utf-8";


/* ------------------------------------------------------------------------ */

/* 何をお探しですか？

/* ------------------------------------------------------------------------ */
#contentsBlock .cards{
    display: flex;
}
#contentsBlock .cards .card{
    width: 100%;
}
.looking .inner{
    max-width: 1200px;
    margin: 11vh auto 0;
}
.looking h2{
    position: relative;
    display: inline-block;
   font-size: 34px;
}

.looking h2::before{
    content: "";
    display: block;
    position: absolute;
    max-width: 129px;
    width: 100%;
    height: 129px;
    background: url('../common/img/icon/icon_search.png')no-repeat center center / contain;
    transform: translate(-50%, -50%);
    left: 18px;
    top: 23px;
    z-index: -1;
}

.looking .cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.looking .cards .card{
    max-width: 380px;
}

.looking .cards .card a{
    display: block;
    background-color: #fff;
    color: #000000;
    max-width: 380px;
    width: 100%;
    height: 270px;
    border: 1px solid #000000;
    padding-top: 50px;
}

.looking .cards .card img{
    max-width: 105px;
}

.looking .cards .card p{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    margin-top: 37px;
}

@media screen and (max-width: 1440px) {
    .looking .inner{
        margin: 8vh auto 0;
    }
}
@media screen and (max-width: 1250px) {
    .looking .inner{
        margin: 150px 25px 0;
    }
}

@media screen and (max-width: 1000px) {
    #contentsBlock .cards{
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 30px;
    }


}

@media screen and (max-width: 786px) {
    .looking h2{
        font-size: 22px;
    }

    #contentsBlock .cards{
        display: grid;
         grid-template-columns: repeat(1, 1fr);
        max-width: 380px;
        gap: 30px;
    }

    #contentsBlock .cards .card{
        margin-bottom: 0px;
    }

    .looking .cards .card p{
        font-size: 16px;
    }

    .looking .cards .card a{
        height: 250px;
    }
}

@media screen and (max-width: 500px) {
    .looking .inner{
        margin: 3vh auto 0;
    }
     #contentsBlock .cards{
        margin-top: 50px;
        grid-template-columns: 1fr;
        max-width: 380px;
     }

     .looking .cards .card{
        max-width: 100%;
     }

     .looking .cards .card a{
        max-width: 100%;
        height: 175px;
        padding-top: 15px;
     }

     .looking .cards .card p{
        margin-top: 10px;
     }


}


/* ------------------------------------------------------------------------ */

/* topページお知らせ

/* ------------------------------------------------------------------------ */



.news .inner{
    max-width: 1000px;
    margin: 11vh auto 0;
}

.news h2{
    font-size: 26px;
    font-weight: 700;
}

.news .list{
    margin-top: 46px;
}

.news .list .item{
padding-bottom: 25px;
    margin-bottom: 27px;
    border-bottom: 1px solid #cccccc;
}

.news .list .item a{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    width: fit-content;
    color: #000000;
}

.news .list .item:last-child{
    margin-bottom: 0;
}

.news .list .item .date{
    font-size: 16px;
    font-weight: 500;
}

.news .list .item .texts h3{
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.news .more{
    position: relative;
}

.news .more a{
    display: flex;
    font-size: 16px;
    color: #000;
    width: fit-content;
    margin-top: 10px;
    margin-right: 30px;
    margin-left: auto;
}

.news .more a::after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../common/img/icon/icon_green.png) no-repeat center center/contain;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
    .news .inner{
        margin: 8vh auto 0;
    }
}
@media screen and (max-width: 1050px) {
    .news .inner{
        margin: 150px 25px 0;
    }
}

@media screen and (max-width: 786px) {
    .news .inner{
        margin: 100px 25px 0;
    }

    .news h2{
        font-size: 20px;
    }

    .news .list {
         margin-top: 15px;
    }
    .news .list .item .date{
        min-width: 105px;
        font-size: 14px;
    }

    .news .list .item a{
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px){
    .news .inner{
        margin:5vh 25px 0;
    }
    .news .list .item a{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .news .more a{
        margin-top: 20px;
    }
}

/* ------------------------------------------------------------------------ */

/* 入居基準

/* ------------------------------------------------------------------------ */

.standard .inner{
    max-width: 1200px;
    margin-top: 192px;
    margin-bottom: 193px;
    margin-inline: auto;
}

.standard .inner h2{
    font-size: 26px;
    text-align: left;
    margin-bottom: 52px;
}

.standard .criteria {
    text-align: left;
    margin-bottom: 61px;
}

.standard .criteria h3{
    position: relative;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    margin-left: 23px;
    margin-bottom: 30px
}

.standard .criteria h3::before{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 20px;
    background-color: #cdd32a;
    left: -20px;
}

.standard .criteria .list .item{
    position: relative;
    min-height: 26px;
    margin-bottom: 5px;
    font-size: 16px;
}

.standard .criteria .list .item .term{
    position: absolute;
    font-weight: 700;

}

.standard .criteria .list .item .desc{
    display: block;
    margin-left: 152px;
    font-weight: 500;
}

.standard .criteria .list .item .desc::before{
    content: "";
    display: block;
    position: absolute;
    border-top: 2.5px dotted #000;
    width: 14px;
    top: 10px;
    left: 118px;
    z-index: -1;
}

@media screen and (max-width: 1250px) {
    .standard .inner{
        margin: 150px 25px 0;
    }
}

@media screen and (max-width: 786px) {

    .standard .inner{
        margin: 100px 25px 0;
    }
    .standard .inner h2{
        font-size: 20px;
    }

    .standard .criteria h3{
        font-size: 18px;
    }

    .standard .criteria .list .item{
        font-size: 14px;
    }

    .standard .criteria .list .item .desc{
        margin-left: 115px;
    }

    .standard .criteria .list .item .desc::before{
        left: 88px;
    }
}

@media screen and (max-width: 500px) {
    .standard .inner h2{
        margin-bottom: 30px;
    }

    .standard .criteria{
        margin-bottom: 40px;
    }

    .standard .criteria h3{
        margin-bottom: 20px;
    }

    .standard .criteria .list .item{
        min-height: 43px;
    }

    .standard .criteria .list .item .desc{
        margin-left: 100px;
    }

    .standard .criteria .list .item .desc::before{
        left: 77px;
    }
}