@charset "utf-8";

/* ==================================================================
    mfree.css

=================================================================== */


/* --------------------------------
   □ mainvisual
-------------------------------- */
.mainvisual h1{
    max-width: 100%;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 70px;
}

.mainvisual h1 img{
    width: auto;
    max-height: 100vh;
}

@media only screen and
(max-width : 767px) {
    .mainvisual h1{
        padding: 50px 1.5vw 50px;
    }
}

/* --------------------------------
   □ contents
-------------------------------- */
.contents .bg_polka-dots{
    background: #b0e3b8 url("../img/background_white.png") 0% 0% repeat;
}
.contents .bg_polka-dots_white{
    background: #fff url("../img/background_light.png") 0% 0% repeat;
}
.contents .bg_lightblue{
    background: #e2fae6;
}
@media only screen and
(max-width : 767px) {
    .contents .bg_polka-dots{
        background-size: 10vw;
    }
    .contents .bg_polka-dots_white{
        background-size: 10vw;
    }
}

/* □ section
-------------------------------- */
.contents main > section{
    padding: 118px 0;
}
.contents section .white_wrap{
    padding: 63px 49px;
    background: #fff;
    border-radius: 30px;
}

@media only screen and
(max-width : 767px) {
    
    .contents main > section{
        padding: 8vw 0;
    }
    .contents section .white_wrap{
        padding: 8vw 4vw;
        background: #fff;
        border-radius: 20px;
    }
}

/* □ title
-------------------------------- */
.contents main > section .title._lv2{
    text-align: center;
    font-size: 5.0rem;
}

    .contents main > section .title._lv2 + *{
        margin-top: 50px;
    }

.contents main > section .title._lv3{
    color: #fff;
    background: #f19eb4;
    padding: 15px;
    font-size: 2.9rem;
    border-radius: 80px;
    text-align: center;
}
    .contents main > section .title._lv3 + *{
        margin-top: 30px;
    }

.contents main > section .title._lv3_s {
    text-align: center;
    font-size: 3.0rem;
    margin-top: 50px;
}

@media only screen and
(max-width : 767px) {
    
    .contents main > section .title._lv2{
        text-align: center;
        font-size: 2.0rem;
    }
    .contents main > section .title._lv2 img{
        width: auto;
        max-width: inherit;
        height: 6.4rem;
    }

        .contents main > section .title._lv2 + *{
            margin-top: 8vw;
        }

    .contents main > section .title._lv3{
        padding: 8px;
        font-size: 1.8rem;
        border-radius: 80px;
    }
        .contents main > section .title._lv3 + *{
            margin-top: 6vw;
        }

    .contents main > section .title._lv3_s{
        text-align: center;
        font-size: 2.0rem;
        margin-top: 8vw;
    }
    .contents main > section .title._lv3_s img{
        width: auto;
        max-width: inherit;
        height: 2.3rem;
    }

}


/* --------------------------------
   □ remarks
-------------------------------- */

.contents  .remarks li{
    padding-left: 1em;
    text-indent: -1em;
}
.contents  .remarks.circle > li{
    text-indent: 0;
}
.contents  .remarks.circle > li::before{
    position: relative;
    content: "●";
    display: inline-block;
    text-indent: -1em;
}
.contents  .remarks.circle._blue > li::before{
    color: #23ac38;
}

.contents  .remarks.circle > li + li{
    margin-top: 6px;
}

/* --------------------------------
   □ tabInterface
-------------------------------- */

.contents  .tabInterface{
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

.contents  .tabInterface li{
    width: 50%;
    display: table;
    height: 110px;
}

    .contents  .tabInterface li a{
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border: 3px solid #23ac38;
        text-decoration: none;
        border-radius: 30px 30px 0 0;
        font-size: 3.1rem;
        font-weight: 700;
        color: #23ac38;
        background: #E3E3E3 30px 50% no-repeat;
        line-height: 1.1;
        transition: .3s;
    }
    .contents  .tabInterface li a >span{
        display: inline-block;
        padding-left: 60px;
    }

    .contents  .tabInterface li a small{
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.1;
    }

.contents  .tabInterface li.active{
    height: 124px;
}
.contents  .tabInterface li.active a{
    color: #fff;
    background-color: #23ac38;
    background-position:24px 50%;
    font-size: 3.6rem;
}
    .contents  .tabInterface li a small{
        font-size: 2.2rem;
    }

    .contents .tabInterface li.tab_home a{
        background-image: url("../img/home.png");
    }
    .contents .tabInterface li.tab_apartment a{
        background-image: url("../img/apartment.png");
    }
    .contents .tabInterface li.tab_home.active a{
        background-image: url("../img/home_over.png");
    }
    .contents .tabInterface li.tab_apartment.active a{
        background-image: url("../img/apartment_over.png");
    }

.contents  .tabContent{
    border: 3px solid #23ac38;
    border-top:0;
    padding: 38px 33px;
    border-radius: 0 0 30px 30px;
}

@media only screen and
(max-width : 767px) {

.contents  .tabInterface{
}

.contents  .tabInterface li{
    height: 110px;
}

    .contents  .tabInterface li a{
        border-radius: 16px 16px 0 0;
        font-size: 1.6rem;
        background: #E3E3E3 50% 6px no-repeat;
        background-size: auto 34px;
    }
    .contents  .tabInterface li a >span{
        padding-top: 42px;
        padding-left: 0;
    }

    .contents  .tabInterface li a small{
        font-size: 1.2rem;
    }

.contents  .tabInterface li.active{
    height: 124px;
}
.contents  .tabInterface li.active a{
    background-position:50% 6px;
    font-size: 1.8rem;
}
    .contents  .tabInterface li.active a small{
        font-size: 1.3rem;
    }

.contents  .tabContent{
    padding: 6vw 4vw;
    border-radius: 0 0 16px 16px;
}
    
}


/* --------------------------------
   □ overview
-------------------------------- */
#overview p.leadtext{
    font-size: 2.0rem;
    line-height: 2;
    text-align: center;
}

#overview p.leadtext + *{
    margin-top: 80px;
}

#overview p.leadtext .underline{
    display: inline-block;
    font-size: 4.0rem;
    line-height: 1.3;
    color: #23ac38;
    background: linear-gradient(transparent 64%, #FFF000 0%);
}

#overview p.leadtext + *{
    margin-top: 80px;
}

#overview .tabContent .text{
    font-size: 1.8rem;
}

#overview .tabContent .table{
    margin-top: 18px;
}
#overview .tabContent .table > ul{
    display: table;
    background: #e2fae6;
    border-radius: 12px;
    overflow: hidden;
}

    #overview .tabContent .table > ul li{
        position: relative;
        display: table-cell;
        width: 25.25%;
    }

    #overview .tabContent .table > ul li.column3{
        width: auto;
    }
    #overview .tabContent .table > ul > li > dl{
        height: 100%;
    }
    #overview .tabContent .table > ul > li > dl > dt{
        position: relative;
        padding: 12px 0;
        color: #fff;
        background: #23ac38;
        font-weight: 700;
        text-align: center;
    }

    #overview .tabContent .table > ul > li > dl > dd{
        position: relative;
        padding: 49px 30px 35px 30px;
        font-weight: 700;
        text-align: center;
    }

    #overview .tabContent .table > ul > li::before,
    #overview .tabContent .table > ul > li > dl > dt::before
    {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: #fff;
        content: "";
    }
    #overview .tabContent .table > ul > li::before{
        background: #23ac38;
    }

    #overview .tabContent .table > ul > li.column3::before,
    #overview .tabContent .table > ul > li.column3 > dl > dt::before{
        display: none;
    }

#overview .tabContent .add_capacity{
    font-size: 2.6rem;
    font-weight: 700;
    margin: 45px 0 0 0;
    text-align: center;
}

    #overview .tabContent .add_capacity img{
        vertical-align: middle;
    }

#overview .tabContent .remarks{
    margin: 43px 0 0 0;
    font-size: 1.5rem;
}

#overview .tabContent + .remarks{
    margin-top: 33px;
    font-size: 1.5rem;
}


@media only screen and
(max-width : 767px) {
    
    #overview p.leadtext{
        font-size: 1.5rem;
        line-height: 2;
        text-align: center;
    }

    #overview p.leadtext + *{
        margin-top: 10vw;
    }

    #overview p.leadtext .underline{
        font-size: 2.2rem;
        line-height: 1.3;
    }

    #overview p.leadtext + *{
        margin-top: 8vw;
    }

    #overview .tabContent .text{
        font-size: 1.5rem;
    }

    #overview .tabContent .table{

    }
    #overview .tabContent .table > ul{
        display: block;
        background: #e2fae6;
        border-radius: 12px;
        overflow: hidden;
    }

        #overview .tabContent .table > ul li{
            position: relative;
            display: block;
            width: 100%;
        }

        #overview .tabContent .table > ul li.column3{
            width: 100%;
        }

        #overview .tabContent .table > ul li img{
            width: 70%;
        }

        #overview .tabContent .table > ul li.column3 img{
            width: 100%;
        }
    
        #overview .tabContent .table > ul > li > dl{
            height: auto;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            font-size: 1.5rem;
        }
        #overview .tabContent .table > ul > li > dl > dt{
            position: relative;
            padding: 0 2px;
            width: 6.5em;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
            word-break: keep-all;
            white-space: nowrap;
        }

        #overview .tabContent .table > ul > li > dl > dd{
            width: calc(100% - 4.5em);
            position: relative;
            padding: 15px;
            font-weight: 700;
            text-align: center;
        }

        #overview .tabContent .table > ul > li::before,
        #overview .tabContent .table > ul > li > dl > dt::before
        {
            top: 100%;
            height: 1px;
            width: 100%;
            z-index: 1;
        }
        #overview .tabContent .table > ul > li::before{
            background: #23ac38;
        }
        #overview .tabContent .table > ul > li > dl > dt::before{
            background: #fff;
        }

        #overview .tabContent .table > ul > li.column3::before,
        #overview .tabContent .table > ul > li.column3 > dl > dt::before{
            display: none;
        }

    #overview .tabContent .add_capacity{
        font-size: 1.7rem;
        margin: 8vw 0 0 0;
        text-align: center;
    }

        #overview .tabContent .add_capacity img{
            vertical-align: middle;
            display: block;
            width: 80%;
            margin: 3vw auto;
        }

    #overview .tabContent .remarks{
        margin: 8vw 0 0 0;
        font-size: 1.4rem;
    }

    #overview .tabContent + .remarks{
        margin-top: 8vw;
        font-size: 1.4rem;
    }
    
}



/* --------------------------------
   □ flow
-------------------------------- */
#flow ul.flow{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
    #flow ul.flow li{
        position: relative;
        width: 17.19038817%;
    }

    #flow ul.flow li > img{
        width: 100%;
        height: auto;
    }

    #flow ul.flow li::before{
        position: absolute;
        top: 50%;
        right: -12.365591397%;
        content: url("../img/icon/flow_arrow.svg");
    }

    #flow ul.flow li:last-child::before{
        display: none;
    }

#flow .banner{
    margin-top: 115px;
}


@media only screen and
(max-width : 767px) {
    
    #flow ul.flow{
        display: flex;
        flex-wrap: wrap;
        gap : 5vw 7vw;
        align-items: stretch;
        justify-content: center;
    }
        #flow ul.flow li{
            position: relative;
            width: 43%;
        }

        #flow ul.flow li > img{
            width: 100%;
            height: auto;
        }

        #flow ul.flow li::before{
            position: absolute;
            top: 50%;
            right: -12.365591397%;
            content: url("../img/icon/flow_arrow.svg");
        }

        #flow ul.flow li:last-child::before{
            display: none;
        }

    #flow .banner{
        margin-top: 8vw;
    }
    
}

/* --------------------------------
   □ qa
-------------------------------- */


#qa ul.qaList li{
    padding: 57px 28px;
    border-bottom: 2px dashed #23ac38;
}

#qa ul.qaList li > dl > dt{
    position: relative;
    padding-left: 39px;
    padding-right: 35px;
    background: url("../img/icon/q.png") 0 0.3em no-repeat;
    font-size: 2.0rem;
    font-weight: 700;
    cursor: pointer;
}
    #qa ul.qaList li > dl > dt .toggle {
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0px;
        top: 8px;
    }
        #qa ul.qaList li > dl > dt .toggle::before,
        #qa ul.qaList li > dl > dt .toggle::after {
            content: "";
            width: 100%;
            height: 2px;
            background: #23ac38;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transition: .2s;
        }
        #qa ul.qaList li > dl > dt .toggle::before {
            transform: translate(-50%, -50%) rotate(90deg);
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
        }
        #qa ul.qaList li > dl > dt.open .toggle::before {
            transform: translate(-50%, -50%) rotate(0deg);
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
            -ms-transform: translate(-50%, -50%) rotate(0deg);
        }

#qa ul.qaList li > dl > dd{
    display: none;
    margin-top: 19px;
    padding-left: 39px;
    background: url("../img/icon/a.svg") 0 0.3em no-repeat;
    font-size: 1.8rem;
}

#qa ul.qaList li > dl > dd small{
    font-size: 1.5rem;
}

@media only screen and
(max-width : 767px) {

    #qa ul.qaList{
        padding-top: 4vw;
    }


    #qa ul.qaList li{
        padding: 6vw 3vw;
        border-bottom: 1px dashed #23ac38;
    }

    #qa ul.qaList li > dl > dt{
        padding-left: 29px;
        padding-right: 35px;
        font-size: 1.6rem;
    }
        #qa ul.qaList li > dl > dt .toggle {
            width: 16px;
            height: 16px;
            top: 8px;
        }

    #qa ul.qaList li > dl > dd{
        display: none;
        margin-top: 19px;
        padding-left: 29px;
        font-size: 1.5rem;
    }

    #qa ul.qaList li > dl > dd small{
        font-size: 1.5rem;
    }

}



/* --------------------------------
   □ caution
-------------------------------- */
#caution dl.node{
}

#caution dl.node + dl.node{
    margin-top: 60px;
}

#caution dl.node dt{
    font-weight: 700;
    color: #23ac38;
    font-size: 2.0rem;
}

#caution dl.node dt + dd{
    margin-top: 13px;
    font-size: 1.8rem;
}

#caution dl.node dd ul.disc{
    padding-top: 13px;
}
#caution dl.node dd ul.disc > li{
    font-size: 1.5rem;
    text-indent: 0;
    padding-left: 0;
}

#caution dl.node dd ul.disc > li + li{
    margin-top: 6px;
}

@media only screen and
(max-width : 767px) {
    
    #caution dl.node{
    }

    #caution dl.node + dl.node{
        margin-top: 8vw;
    }

    #caution dl.node dt{
        font-size: 1.8rem;
    }

    #caution dl.node dt + dd{
        margin-top: 13px;
        font-size: 1.5rem;
    }

    #caution dl.node dd ul.disc{
        padding-top: 2vw;
    }
    #caution dl.node dd ul.disc > li{
        font-size: 1.4rem;
    }
    
}

/* --------------------------------
   □ campaign
-------------------------------- */
#campaign ul.banners{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 49px;
    margin-top: 30px;
}

#campaign ul.banners > li{
    width: 48%;
    margin-bottom: 40px;
}

#campaign ul.banners > li img{
    max-width: 100%;
    height: auto;
}


@media only screen and
(max-width : 767px) {
    
    #campaign ul.banners{
        display: block;
        padding: 0;
        margin-top: 4vw;
    }

    #campaign ul.banners > li{
        width: auto;
        margin-bottom: 0;
    }

    #campaign ul.banners > li + li{
        margin-top: 4vw;
    }
    
    #campaign ul.banners > li img{
        max-width: 100%;
        height: auto;
    }
    
}


.mt70 { margin-top: 70px !important; }
.mb00 { margin-bottom: 0 !important; }
.m0auto { margin: 0 auto !important; }
@media only screen and
(max-width : 767px) {
    .sp_mt30 { margin-top: 30px !important; }
}