@charset "UTF-8";
/*====================================================================================
 * ■001.page-index
 */
/* -----------------------------------------------
 * 1-0.  mainVisual
 * -------------------------------------------- */
.mv {
    background-image: url(../images/top/mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 346.32px;
    padding-top: 89.91px;
}

.mv__hdg {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 15.58172%;
    margin-right: auto;
    margin-left: auto;
}

.mv__hdg img {
    position: absolute;
    top: 0;
    left: 0;
}

.mv__txt {
    margin-top: 1em;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
}

@media (max-width: 374px) {
    .mv {
        height: 260px;
        padding-top: 67.5px;
    }
    .mv__txt {
        font-size: 11px;
    }
}

@media (min-width: 576px) {
    .mv {
        height: 390px;
        padding-top: 101.25px;
    }
    .mv__hdg {
        width: 541.5px;
        height: 93.75px;
        padding-top: 0;
    }
    .mv__txt {
        margin-top: 2em;
        font-size: 14px;
    }
}

@media (min-width: 1025px) {
    .mv {
        height: 520px;
        padding-top: 135px;
    }
    .mv__hdg {
        width: 722px;
        height: 125px;
    }
    .mv__txt {
        font-size: 16px;
    }
}

/* -----------------------------------------------
 * 1-6.  news
 * -------------------------------------------- */
.homeNewsWrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.homeNews__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.homeNews__hdg {
    font-size: 20px;
    font-weight: 500;
}

.homeNews__body {
    padding-right: 15px;
    padding-left: 15px;
}

.homeNews__lst {
    overflow: auto;
    height: 116px;
    font-size: 14px;
    line-height: 1.2;
}

.homeNews__desc {
    padding-bottom: 1.5em;
}

.homeNews__date {
    width: 8em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.homeNews__lnk {
    text-decoration: underline !important;
}

@media (max-width: 374px) {
    .homeNews__hdg {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .homeNewsWrap {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .homeNewsWrap .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .homeNews__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 20%;
        height: 120px;
        border-right: 1px solid #4e4e4e;
        padding-bottom: 0;
    }
    .homeNews__body {
        width: 75%;
    }
    .homeNews__lst {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .homeNews__date, .homeNews__desc {
        padding-top: 0.9em;
        padding-bottom: 0.9em;
    }
    .homeNews__desc {
        width: calc(100% - 8em);
    }
    .homeNews__lnk {
        color: inherit;
        text-decoration: none !important;
    }
}

@media (min-width: 1025px) {
    .homeNewsWrap {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .homeNews__hdg {
        font-size: 25px;
    }
    .homeNews__lnk:hover {
        color: #05ab71;
        text-decoration: underline !important;
    }
}

/* -----------------------------------------------
 * 1-2.  service
 * -------------------------------------------- */
.homeServiceWrap {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f5f5f0;
}

.homeService__sec {
    position: relative;
    padding: 30px 0 0;
}

.homeService__sec::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 59.58904%;
    background-size: cover;
    background-color: #0c563c;
}

.homeService__sec#homeService001::before {
    background-image: url(../images/top/service001.jpg);
}

.homeService__sec#homeService002::before {
    background-image: url(../images/top/service002.jpg);
}

.homeService__sec#homeService003 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.homeService__sec#homeService003::before {
    background-image: url(../images/top/service003.jpg);
}

.homeService__inner {
    margin: -75px 15px 0;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.95);
}

.homeService__btn {
    margin-top: 19.98px;
    text-align: center;
}

.homeService__btn .btn-more {
    margin-right: auto;
    margin-left: auto;
}

.homeServiceWrap .ttl-double__hdg {
    margin-bottom: 1.5em;
}

.homeServiceWrap .ttl-double__box::after {
    position: absolute;
    bottom: -2.4em;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    text-indent: -0.75em;
    z-index: 10;
}
.homeServiceWrap .ttl-double__box:nth-of-type(1)::after { content: "カイタイ！"; }
.homeServiceWrap .ttl-double__box:nth-of-type(2)::after { content: "ウリタイ！"; }
.homeServiceWrap .ttl-double__box:nth-of-type(3)::after { content: "チンタイ！"; }

@media (min-width: 576px) {
    .homeServiceWrap {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .homeService__sec {
        padding: 45px 0;
    }
    .homeService__sec::before {
        width: 87.67123%;
        padding-top: 52.24245%;
    }
    .homeService__sec#homeService001::before {
        margin-right: -39px;
        margin-left: auto;
    }
    .homeService__sec#homeService002::before {
        margin-right: auto;
        margin-left: -39px;
    }
    .homeService__sec#homeService003 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .homeService__sec#homeService003::before {
        margin-right: -39px;
        margin-left: auto;
    }
    .homeService__inner {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 400px;
        height: calc(100% - 180px);
        padding: 15px 30px;
    }
    #homeService001 .homeService__inner {
        right: auto;
        left: -24px;
        padding-top: 15px;
    }
    #homeService002 .homeService__inner {
        right: -24px;
        left: auto;
    }
    #homeService003 {
        margin-top: 45px;
        padding: 0 0 90px;
    }
    #homeService003 .homeService__inner {
        right: auto;
        left: -24px;
        height: calc(100% + 30px);
        padding-top:    15px;
        padding-bottom: 15px;
    }
    .homeService__btn {
        margin-top: 15px;
        text-align: left;
    }
    #homeService001 .homeService__btn {
        margin-top: 19.98px;
    }
    .homeService__btn .btn-more {
        margin-left: 0;
    }
    .homeServiceWrap .ttl-double__box::after {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .homeService__btn {
        margin-top: 22.5px;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .homeService__sec {
        margin-top: 1px;
    }
    .homeService__inner {
        top: 90px;
        height: calc(100% - 60px);
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1025px) {
    .homeServiceWrap {
        overflow: hidden;
        padding-top: 75px;
        padding-bottom: 75px;
        padding-bottom: 45px;
    }
    .homeService__sec {
        padding: 60px 0;
    }
    .homeService__sec::before {
        width: 876px;
        padding-top: 44.61538%;
    }
    .homeService__sec#homeService001::before {
        margin-right: -130px;
        margin-left: auto;
    }
    .homeService__sec#homeService002::before {
        margin-right: auto;
        margin-left: -130px;
    }
    .homeService__sec#homeService003 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .homeService__sec#homeService003::before {
        margin-right: -130px;
        margin-left: auto;
    }
    .homeService__inner {
        width: 630px;
        height: calc(100% - 240px);
        padding: 0 75px;
    }
    #homeService001 .homeService__inner {
        right: auto;
        left: -60px;
        padding-top: 0;
    }
    #homeService001 .homeService__btn {
        margin-top: 30px;
    }
    #homeService002 .homeService__inner {
        right: -60px;
        left: auto;
    }
    #homeService003 {
        padding: 0 0 120px;
    }
    #homeService003 .homeService__inner {
        right: auto;
        left: -60px;
        height: calc(100% - 120px);
    }
}

/* -----------------------------------------------
 * 1-3.  property
 * -------------------------------------------- */
.homePropertyWrap {
    padding-top: 45px;
    padding-bottom: 45px;
    background-size: 30px 30px;
    background-image: -webkit-radial-gradient(#dedede 1px, #ffffff 2px);
    background-image: radial-gradient(#dedede 1px, #ffffff 2px);
}

.homeProperty__lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.homeProperty__item {
    width: 33%;
    padding: 30px 0;
}

.homeProperty__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .homePropertyWrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .homeProperty__lst {
        margin-left: -15px;
        margin-right: -15px;
    }
    .homeProperty__item {
        padding: 45px 15px;
    }
}

@media (min-width: 1025px) {
    .homePropertyWrap {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

/* -----------------------------------------------
 * 1-X.  beginner
 * -------------------------------------------- */
.homeBeginnerWrap {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f5f5f0;
}

.homeBeginner__inner {
    position: relative;
    background-color: #fff;
}

.homeBeginner__fig {
    padding: 15px;
}

.homeBeginner__cont {
    padding: 0 15px 30px;
    background-color: #fff;
}

.homeBeginner__ico {
    position: absolute;
    top: -30px;
    left: -20px;
    width: 90px;
    width: 90px;
    background-image: url(../images/top/beginner__bg.png);
    background-size: cover;
}

.homeBeginner__lst {
    margin-top: 15px;
}

.homeBeginner__btn {
    margin-top: 30px;
    text-align: center;
}

.homeBeginner__btn .btn-more {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .homeBeginnerWrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .homeBeginner__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .homeBeginner__fig {
        width: 52%;
    }
    .homeBeginner__cont {
        width: 48%;
        padding: 15px;
    }
    .homeBeginner__lst, .homeBeginner__btn {
        margin-top: 19.99998px;
    }
    .homeBeginner__ico {
        top: -60px;
        left: -30px;
        width: 120px;
    }
}

@media (min-width: 1025px) {
    .homeBeginnerWrap {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .homeBeginner__fig {
        padding: 30px;
    }
    .homeBeginner__cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px;
    }
    .homeBeginner__lst, .homeBeginner__btn {
        margin-top: 30px;
    }
    .homeBeginner__ico {
        top: -60px;
        left: -30px;
        width: 180px;
    }
}

@media (min-width: 1200px) {
    .homeBeginner__ico {
        top: -60px;
        left: -60px;
        width: 180px;
    }
}
