@charset "UTF-8";
/* coomon */
.keyImage h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
}
.keyImage h2::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    bottom: 1rem;
}
.keyImage {
    position: relative;
    text-indent: unset;
}
.keyImage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
}
.keyImage h2 .text_yellow {
    color: #FFFF00;
}
.flexButton-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 80px;
}
.flexButton-box .yellowButton a {
    margin: 0 auto;
}
@media (max-width: 699px) {
    #area .keyImage {
        height: auto;
        padding-top: 0;
        background-image: url(https://www.frees-life.com/wp-content/themes/freeslife/img/area/area_mv_sp.png);
    }
    #area .keyImage h2 {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        -webkit-transform: none;
        transform: none;
    }
    .keyImage h2 {
        height: auto;
        text-indent: unset;
        font-size: 1.5rem;
        line-height: 1.2;
        padding: 2rem 1rem 1rem;
    }
}
@media (min-width: 700px) {
    .keyImage {
        position: relative;
        background-image: url(https://www.frees-life.com/wp-content/themes/freeslife/img/area/area_mv_pc.png);
    }
    
    .keyImage h2 {
        height: auto;
        text-indent: unset;
        font-size: 3rem;
        line-height: 1.4;
        padding: 1rem 2rem;
        text-align: center;
        
    }
    .flexButton-box {
        flex-direction: row;
    }   
}
#area {
    margin-bottom: 50px;
    width: 100%;
}
#area #contents {
    max-width: 1100px;
    margin: 0 auto;
}
#area .inner {
    width: 90%;
    margin: auto;
}
#area img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

#area .text {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    font-weight: 400;
    text-align: justify;
}
#area .centerText {
    margin: 20px auto;
}
#area #col1 .item1 {
    margin-bottom: 20px;
}

#area .c-ttl-h3 {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background-color: #F6F5F5;
    margin: 50px 0 20px;
}

#area .c-ttl-h3 .c-ttl-txt {
    color: #393939;
    font-size: 1.1em;
    padding: 0 15px 5px;
    border-bottom: 3px solid #BED9E4;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
    font-weight: 800;
}
@media (max-width: 699px) {
    #area #contents {
        width: 100%;
    }
    #area .c-ttl-h4 {
        background: #BED9E4;
        padding: 10px 0;
        color: #fff;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 1.3;
        text-align: center;
        font-size: 1.2em;
        font-family: 'Noto Sans JP', sans-serif;
        margin: 70px 0 0;
        margin-bottom: 20px;
    }
}
@media (min-width: 700px) {
    #area .c-ttl-h3 {
        padding: 20px;
        margin: 0 0 30px 0;
        background: #F5F2ED;
    }

    #area .c-ttl-h3 .c-ttl-txt {
        font-size: 1.5em;
        padding: 0 15px 5px;
    }
    #area .c-ttl-h4 {
        background: #BED9E4;
        padding: 10px 0;
        color: #fff;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 1.3;
        text-align: center;
        font-size: 1.2em;
        font-family: 'Noto Sans JP', sans-serif;
        margin: 40px 0 0;
        width: 50%;
        margin-bottom: 20px;
    }
}

/* 多彩なリノベーション */
#area #service {
    z-index: 0;
    margin: 50px 0;
    background-repeat: repeat-y;
    background-size: cover;
}
#area #service dl {
    margin: 0 0 60px;
}
#area #service dl dt {
    background: #BED9E4;
    padding: 10px 0;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
    font-size: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
}
#area #service dl dd {
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
    padding: 30px 5%;
    line-height: 1.6;
}
#area #service dl dd div:first-of-type {
    margin-bottom: 30px;
}
/* 施工事例 */

/* お役立ち情報 */
#area #column .report {
    width: 100%;
    margin-bottom: 20px;
}
#area #column .report dl dt span {
    background-color: #292929;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 0.7rem;
}
#area #column .report .photo {
    aspect-ratio: 1.518 / 1;
}
#area #column .report .photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#area #column .report dl {
    padding: 10px 5px;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px #e9e9e9;
    background-color: #fff;
    min-height: 111px;
}
#area #column .report dl dt {
    margin-bottom: 10px;
}
#area #column .report dl dt span {
    background-color: #292929;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 0.7rem;
}
#area #column .report dl dd {
    font-size: 0.9rem;
}

    /* 施工エリア */
#support_area {
    margin-top: 50px;
}
#support_area .contentsWrap .supplement {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#support_area .contentsWrap .supplement br {
    display: none;
}
#support_area .contentsWrap .contentsInner {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}
#support_area .contentsWrap .contentsInner .imgBox {
    width: 30%;
}
#support_area .contentsWrap .contentsInner .txtBox {
    width: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    word-break: keep-all;
}
#support_area .contentsWrap .contentsInner div.imgBox img {
    width: 100%;
    object-fit: cover;
}

#support_area .contentsWrap .contentsInner .txtBox .headline {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
#area-intro {
    padding: 20px 0;  
}
@media (max-width: 699px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .flexBox_sp {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .keyImage {
        background-image: url("https://yq911059.heteml.net/test/frees-life/20250502/img/area_mv_sp.png") ;
    }
    /* 多彩なリノベーション */
    #area #service dl dd:last-of-type{
        padding-bottom: 40px;
    }
    .yellowButton {
        padding: 0 !important;
    }
    .textM{
        margin-top: 10px;
    }
}


@media (min-width: 700px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    .flexBox_pc {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #area{
        font-size: 15px;
    }
    #area h3{
        margin: 80px auto 50px ;
        max-width: 1100px;
        box-sizing: border-box;
    }
    #area h3 p{
        font-size: 2em;
        padding: 0 40px 20px;
    }
    #area h3 p span{
        margin-bottom: 10px;
    }
    #area .text{
        line-height: 2;
        width: 80%;
        margin: 0 auto;
    }
    #area .centerText{
        width: 70%;
        display: block;
        margin: 20px auto;
    }

    /* 多彩なリノベーション */
    #area #service dl{
        margin: 30px auto;
        max-width: 1100px;
    }
    #area #service dl dt{
        font-size: 1.3rem;
    }
    #area #service dl dd{
        align-items: center;
        padding: 70px 10%;
    }
    #area #service dl dd img{
        margin-bottom: 20px;
    }
    #area #service dl dd:first-of-type{
        padding: 70px 10% 0;
    }
    #area #service dl dd:nth-of-type(2){
        padding: 50px 0 70px;
    }
    #area #service dl dd div{
        width: 48%;
    }
    #area .col2{
        margin: 80px auto;
        max-width: 1100px;
    }
    #area .col2 dl{
        width: 45%;
        margin: 0;
    }
    #area .col2 dl dd:first-of-type{
        padding: 50px 10% 0;
    }
}
/* 過去追加分 */
    
    @media (max-width: 699px) {
        #support_area .contentsWrap .supplement br {
            display: block;
        }

        #support_area .contentsWrap .contentsInner {
            flex-direction: column;
        }

        #support_area .contentsWrap .contentsInner .imgBox {
            width: 100%;
        }
        #support_area .contentsWrap .contentsInner .txtBox {
            width: 100%;
        }
    }
    #contents #openroom .listBox .flexBox_sp,
    #contents #forsale .listBox .flexBox_sp {
        align-items: center;
    }

    #contents #openroom .colBox p,
    #contents #forsale .colBox p {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 1.1rem;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    #contents #openroom .colBox dl,
    #contents #forsale .colBox dl {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #contents #openroom .colBox dl:first-of-type {
        margin: 5px 0;
    }

    #contents #openroom .colBox dl dt,
    #contents #forsale .colBox dl dt {
        color: #fff;
        font-size: 12px;
        width: 30%;
        height: 22px;
        line-height: 22px;
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        background-color: #CB2154;
        font-family: 'Noto Sans JP', sans-serif;
    }

    #contents #openroom .colBox dl dd {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 0.75rem;
        line-height: 1.2;
        width: 67%;
        margin: 0;
    }

    #contents #forsale .colBox dl dd {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1.3rem;
        width: 67%;
        margin: 0;
    }

    #contents #openroom .txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 0.9rem;
        line-height: 1.5;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px #ccc dotted;
    }

    #contents #openroom .blackButton,
    #contents #forsale .blackButton {
        width: 150px;
        display: block;
        text-align: center;
        padding: 5px 0;
        background: #393939;
        margin: 20px auto;
    }

    #contents #openroom .blackButton a,
    #contents #forsale .blackButton a,
    #contents #works .blackButton a {
        color: #fff;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 2px;
    }

    @media (min-width: 700px) {
        /* 開催中のイベント */
        #contents #openroom {
            margin: 120px auto;
        }

        #contents #openroom .listBox {
            width: 23%;
            margin-top: 30px;
            border: 1px solid;
            position: relative;
            height: 380px;
        }

        #contents #openroom .imgBox {
            margin-bottom: 10px;
            width: 253px;
            height: 160px;
        }

        #contents #openroom .imgBox img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

        #contents #openroom .colBox {
            padding: 0 15px;
        }

        #contents #openroom .colBox dl dt {
            font-size: 0.7rem;
            width: 30%;
            height: 25px;
        }
        #contents #forsale .colBox dl dt {
            font-size: 0.7rem;
            width: 30%;
            height: 25px;
        }

        #contents #openroom .colBox dl dd {
            width: 68%;
            line-height: 1.1rem;
        }
        #contents #forsale .colBox dl dd {
            width: 68%;
            line-height: 1.1rem;
        }

        #contents #openroom .txt {
            padding: 15px 10px 0;
            height: 82px;
        }

        #contents #openroom .blackButton {
            line-height: 1.5rem;
            margin: 0 auto 20px;
            padding: 0;
            position: absolute;
            bottom: 20px;
            left: 0;
            margin: auto;
            right: 0;
        }

    }

@media (max-width: 699px) {

    #contents #openroom .imgBox {
        width: 45%;
        margin: 0 3% 0 0;
    }
    #contents #forsale .imgBox {
        width: 45%;
        margin: 0 3% 0 0;
    }

    #contents #openroom .colBox {
        width: 52%;
    }
    #contents #forsale .colBox {
        width: 52%;
    }

    #contents #openroom .listbox .flexBox_sp {
        align-items: center;
    }
    #contents #forsale .listbox .flexBox_sp {
        align-items: center;
    }

    #contents #openroom .listBox {
        margin: 30px auto 60px;
        width: 100%;
    }

    #contents #openroom .listBox .listCol {
        margin-bottom: 5px;
        padding-bottom: 20px;
        border-bottom: 1px #ccc dotted;
        display: block;
    }
    /* コンテンツ幅 */
    #area #works {
        width: 90%;
        margin:  0 auto;
    }
    #area #detail_area {
        width: 90%;
        margin:  0 auto;
    }
    #area #support_area {
        width: 90%;
        margin:  0 auto;
    }
    #area #openroom {
        width: 90%;
        margin:  0 auto;
    }
    #area #column {
        width: 90%;
        margin:  0 auto;
    }
}
/* お役立ち情報 */
@media (min-width: 700px) {
    #area #column .report dl {
        min-height: 89.22px;
    }
    #area #column .report {
        width: calc((100% - 60px) / 3);
    }
}
/* 施工事例 */
@media (min-width: 700px) {
    #contents #works .listArea {
        display: flex;
        column-gap: 5%;
        justify-content: center;
        row-gap: 50px;
        margin-bottom: 50px;
    }
    #contents #works .listArea .listBoxWrap {
        float: unset;
        margin: 20px 0 0;
        width: calc(90% / 3);
    }
}
@media (max-width: 699px) {
    #contents #works .listArea {
        justify-content: start;
        display: flex;
        column-gap: 5%;
        row-gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    #contents #works .listArea .listBoxWrap {
        float: unset;
        margin: 20px 0 0;
        width: calc(95% / 2);
    }
}
@media (min-width: 700px) {
    #area-intro {
        margin-top: -60px;
    }
}
@media (max-width: 699px) {
    #area-intro {
        padding: 20px;
    }
}