@charset "UTF-8";


.entry{
    text-align: left;
    color: #111;
    font-size: 16px;
}

.entry .inner{
    max-width: 1200px;
    margin: 93px auto 0;
}

.entry h2{
    font-size: 34px;
    font-weight: 700;
    text-align: left;

}

.entry h3{
    position: relative;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    margin-top: 88px;
    margin-left: 20px;
    margin-bottom: 60px;
}

.entry h3::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 8px;
    height: 26px;
    background-color: #008549;
    left: -20px;
    top: 0;
    bottom: 0;
    margin-block: 0;
}

@media screen and (max-width: 1250px) {
    .entry .inner{
        margin: 70px 25px 0;
    }
}

@media screen and (max-width: 786px) {

    .entry{
        font-size: 14px;
    }
    .entry h2{
        font-size: 22px;
    }

    .entry h3{
        font-size: 20px;
        margin-top: 60px;
        margin-left: 20px;
        margin-bottom: 40px;
    }

    .entry h3::before{
        width: 6px;
        height: 18px;
        left: -16px;
    }
}

@media screen and (max-width: 500px) {

    .entry{
        font-size: 12px;
    }
    .entry h3{
        font-size: 18px;
    }

    .entry h3::before{
        width: 6px;
        height: 16px;
        left: -16px;
    }

}



/* ------------------------------------------------------------------------ */

/*  .standard 入居基準

/* ------------------------------------------------------------------------ */


.standard .list .item{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-left: 25px;
    text-indent: -12px;
}

.standard .list .item span{
    display: inline-block;
    width: 13px;
}

.standard .list .item p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 10px;
}

.standard .sublist{
    margin-top: 10px;
}

.standard .sublist .item{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width: 786px) {
    .standard .list .item{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .standard .list .item p{
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .standard .list .item{
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.6;
        letter-spacing: .02em;
    }

    .standard .list .item p{
        font-size: 12px;
    }
}

/* ------------------------------------------------------------------------ */

/*  .steps 入居までの流れ

/* ------------------------------------------------------------------------ */


.steps{
    background-color: #f7fffb;
    color: #000;
}

.steps .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.steps h3{
    margin-top: 0;
    margin-bottom: 93px;
}

.steps .list{
    max-width: 1140px;
    margin: 0 auto;
}

.steps .list .item{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 35px;
    align-items: stretch;
    min-height: 150px;
    margin-top: 29px;
}

.steps .list .item::before{
    content: "";
    position: absolute;
    width: 2px;
    border-left: 6px dotted #bbebca;
    top: 0;
    bottom: -50px;
    left: 48px;
    z-index: 1;
}

.steps .list .item:last-child::before{
    display: none;
}

.steps .list .item img{
    display: block;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
    background-color: #f7fffb;
}

.steps .list .item .icons{
    max-width: 100px;
    width: 100%;
}

.steps .list .item .icons .number{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #008549;
    font-weight: 800;
    text-align: center;
    background-color: #f7fffb;
    z-index: 2;
    position: relative;
}

.steps .list .item .texts{
    position: relative;
    display: block;
    flex: 1;
    width: 100%;
    border-bottom: 2px  solid #bbebca;
}

.steps .list .item .texts::before{
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 48px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #bbebca;
    bottom: -48px;
    left: -13%;
    right: 0;
    margin-inline: auto;
}

.steps .list .item:last-child .texts::before{
    display: none;
}

.steps .list .item .texts h4{
    font-size: 20px;
    font-weight: 700;
    color: #008549;
    margin-bottom: 13px;
    margin-top: 14px;
}

.steps .list .item .texts p{
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 1250px) {
    .steps .inner{
        margin:0 25px;
    }
}

@media screen and (max-width: 786px) {
   .steps .inner{
    padding-top: 40px;
    padding-bottom: 40px;
   }

   .steps h3{
    margin-bottom: 50px;
   }

    .steps .list .item{
        gap: 20px;
        min-height: 100px;
    }

    .steps .list .item::before{
        left: 32px;
    }

    .steps .list .item .icons{
        max-width: 70px;
    }
}

@media screen and (max-width: 500px) {

    .steps h3{
        margin-bottom: 30px;
    }

    .steps .inner{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .steps .list .item{
        margin-top: 20px;
        gap: 15px;
    }

    .steps .list .item::before{
        left: 23px;
    }

    .steps .list .item .icons{
        max-width: 50px;
    }

    .steps .list .item .icons .number{
        font-size: 14px;
    }
    .steps .list .item .texts p{
        font-size: 14px;
        line-height: 2;
        margin-bottom: 10px;
    }

    .steps .list .item .texts h4{
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

/* ------------------------------------------------------------------------ */

/*  .document 申し込みに必要な書類

/* ------------------------------------------------------------------------ */

.document .list .item h4{
    position: relative;
    font-size: 20px;
    border-bottom: 2px solid #a9a9a9;
}

.document .list .item h4::before{
    position: absolute;
    content: "";
    max-width: 100px;
    width: 100%;
    height: 2px;
    background-color: #008549;
    bottom: -2px;
}

.document .list .item .contents{
    margin-top: 44px;
    margin-bottom: 60px;
    padding-left: 24px;
    font-size: 16px;
}



img.small{
    max-width: 20px;
    width: 100%;
    height: 17px;
}

/* .sublist */

.document .sublist{
    padding-left: 40px;
}

.document .sublist .item{
    position: relative;
    margin-bottom: 40px;
}



.document .sublist .item .contents{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
}

.document .sublist > .item h5{
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;

}

.document .sublist > .item h5 span{
    font-size: 14px;
    display: flex;
    align-items: center;
}

.document .sublist > .item h5::before {
    content: "";
    position: absolute;
    max-width: 30px;
    width: 100%;
    height: 26px;
    left: -40px;
}
.document .sublist > .item:nth-child(1) h5::before {
    background: url(../../common/img/icon/img_home_01.png) no-repeat center center/cover;
}

.document .sublist > .item:nth-child(2) h5::before {
    background: url(../../common/img/icon/img_home_02.png) no-repeat center center/cover;
}

.document .sublist > .item:nth-child(3) h5::before {
    background: url(../../common/img/icon/img_home_03.png) no-repeat center center/cover;
}

.document .sublist > .item:nth-child(4) h5::before {
    background: url(../../common/img/icon/img_home_04.png) no-repeat center center/cover;
}
.document .sublist > .item:nth-child(5) h5::before {
    background: url(../../common/img/icon/img_home_05.png) no-repeat center center/cover;
}
.document .sublist > .item:nth-child(6) h5::before {
    background: url(../../common/img/icon/img_home_06.png) no-repeat center center/cover;
}
.document .sublist > .item:nth-child(7) h5::before {
    background: url(../../common/img/icon/img_home_07.png) no-repeat center center/cover;
}
.document .sublist > .item:nth-child(8) h5::before {
    background: url(../../common/img/icon/img_home_08.png) no-repeat center center/cover;
}

.document .lastlist{
    margin-bottom: 26px;
}

.document .lastlist .item{
    margin-bottom: 10px;
}

.document .note{
    margin-top: 114px;
    background-color: #ffeee5;
    padding: 35px 10px 24px;
}

.document .note h4{
    font-size: 26px;
    font-weight: 700;
    color: #df6024;
    text-align: center;
}

.document .note .list{
    max-width: 865px;
    margin: 26px auto;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.document .note .list .item{
    margin-top: 6px;
    text-align: left;
}


@media screen and (max-width: 786px) {
    .document  h3 {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .document .list .item h4{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .document .list .item .contents{
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .document .sublist{
        padding-left: 20px;
    }

    .document .sublist .item{
        margin-bottom: 30px;
    }

    .document .sublist > .item h5{
        font-size: 16px;
    }

    .document .sublist > .item h5::before{
        max-width: 20px;
        height: 18px;
        left: -28px;
        top: 2px;

    }

    .document .lastlist .item{
        margin-bottom: 8px;
    }

    .document .note{
        margin-top: 50px;
    }
    .document .note h4{
        font-size: 20px;
    }
    .document .note .list{
        margin: 10px auto;
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .entry .inner{
        margin:50px 25px 0;
    }

    .document h3{
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .document .list .item h4{
        font-size: 16px;
    }

    .document .list .item .contents{
        padding-left: 11px;
        font-size: 14px;
    }



    .document .sublist{
        padding-left: 8px;
    }

    .document .sublist > .item h5{
        font-size: 14px;
    }

    .document .sublist > .item h5::before{
        max-width: 15px;
        height: 14px;
        left: -22px;
    }

    .document .lastlist{
        margin-bottom: 20px;
    }

    .document .note{
        margin-top: 30px;
        padding: 20px 15px 20px;
    }

    .document .note h4{
        font-size: 18px;
    }

   .document .note .list{
    font-size: 14px;
   }

   .document .note .list .item {
    margin-top: 10px;
   }
}


/* ------------------------------------------------------------------------ */

/*  .reference 参考

/* ------------------------------------------------------------------------ */

.reference{
    margin-top: 121px;
}

.reference p{
    margin-top: 37px;
}

.reference .list .item {
    overflow: hidden;
    margin-bottom: 72px;
}

.reference .list .item h4{
    position: relative;
    font-size: 20px;
    border-bottom: 2px solid #a9a9a9;
}

.reference .list .item h4::before {
    position: absolute;
    content: "";
    max-width: 100px;
    width: 100%;
    height: 2px;
    background-color: #008549;
    bottom: -2px;
}

.reference .list .item h4 span{
    font-size: 16px;
}

.reference table{
    min-width: 965px;
    margin-top: 36px;
}

.reference th{
    padding: 16px;
}

.no-left-border {
    border-left: none !important;
}

.no-right-border{
    border-right: none !important;
}

.no-inline-border td, .no-inline-border th {
    border-left: none !important;
    border-right: none !important;
}

th.left-border{
    border-left: 1px solid gray !important;
}

.reference .case{
    margin-top: 29px;
    padding: 40px 25px 30px;
    background-color: #f0f0f0;
    color: #000;
}

.reference .case p{
    margin-top: 0;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.reference .case .salaried h5,
.reference .case .selfemployed h5 {
    max-width: 180px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5f5f5f;
    color: #fff;
    font-size: 18px;
    margin-bottom: 17px;
}

.reference .case .selfemployed{
    margin-top: 31px;
}

.reference .reference_img{
    max-width: 580px;
    width: 100%;
    height: 310px;
    margin-top: 40px;
}

.reference .firstlist{
    margin-top: 31px;

}

.reference .firstlist .item{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1px;
    padding-left: 20px;
    text-indent: -20px;
}

.reference .sublist{
    margin-top: 43px;
}

.reference .sublist .item{
    position: relative;
    margin-bottom: 33px;
    overflow: initial;
}

.reference .sublist .item h5{
    font-size: 18px;
    display: flex;
    margin-bottom: 21px;
}

.reference .sublist .item h5 span{
    padding-left: 40px;
}

.reference .sublist .item h5::before {
    content: "";
    position: absolute;
    max-width: 30px;
    width: 100%;
    height: 26px;
    left: 0px;
}

.reference .sublist .item:nth-child(1) h5::before {
    background: url(../../common/img/icon/img_home_01.png) no-repeat center center / cover;
}

.reference .sublist .item:nth-child(2) h5::before {
    background: url(../../common/img/icon/img_home_02.png) no-repeat center center / cover;
}

.reference .sublist .item .flex{
    display: flex;
    gap: 76px;
    align-items: stretch;
}

.reference .sublist .item .flex .box{
    max-width: 500px;
    width: 100%;
     background-color: #f0f0f0;
     padding: 32px 24px;
     flex: 1;
}

.reference .sublist .item .flex .box p{
    font-size: 18px;
    color: #fff;
    background-color: #5f5f5f;
    max-width: 180px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.reference .sublist .item .flex .box .boxlist{
    padding: 36px;
    padding-bottom: 0;
}


.reference .sublist .item .flex .box .boxlist .item{
    margin-bottom: 8px;
}

.reference .boxlist{
    max-width: 1076px;
    background-color: #f0f0f0;
    padding: 26px;
}

.reference .boxlist .item{
    margin-bottom: 10px;
}


@media screen and (max-width: 786px) {
    .reference{
        margin-top: 70px;
    }

    .reference .list .item h4{
        font-size: 18px;
    }

    .reference .list .item h4 span{
        font-size: 14px;
    }

    .reference p{
        margin-top: 20px;
    }

    .reference table{
        margin-top: 20px;
    }

    .reference .case{
        margin-top: 20px;
        padding: 20px 15px 15px;
    }

    .reference .case .salaried h5, .reference .case .selfemployed h5{
        font-size: 16px;
        max-width: 160px;
        margin-bottom: 10px;
    }

    .reference .case p{
        font-size: 14px;
    }

    .reference .reference_img{
        max-width: 450px;
        height: auto;
    }

    .reference .sublist .item .flex{
        flex-direction: column;
        gap: 20px;
    }

    .reference .sublist .item .flex .box{
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {

    .reference{
        margin-top: 50px;
    }

    .reference h3{
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .reference .list .item h4{
        font-size: 16px;
    }

    .reference .list .item h4 span{
        font-size: 12px;
    }

    .reference p{
        margin-top: 15px;
    }

    .reference .case{
        margin-top: 15px;
        padding: 15px 10px 10px;
    }

    .reference .case .salaried h5, .reference .case .selfemployed h5{
        font-size: 14px;
        max-width: 140px;
        height: 25px;
        margin-bottom: 10px;
    }

    .reference .case p{
        font-size: 12px;
        line-height: 1.8;
    }

    .reference .case .selfemployed{
        margin-top: 20px;
    }

    .reference .reference_img{
        margin-top: 20px;
    }

    .reference .list .item{
        margin-bottom: 20px;
    }

    .reference .firstlist{
        margin-top: 15px;
    }

    .reference .firstlist .item{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .reference .sublist .item h5{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .reference .sublist .item h5::before{
        max-width: 20px;
        height: 20px;
    }

    .reference .sublist .item h5 span{
        padding-left: 28px;
    }

    .reference .boxlist{
        padding: 15px;
    }

    .reference .boxlist .item{
        margin-bottom: 10px;
    }

    .reference .boxlist .item:last-child{
        margin-bottom: 0;
    }

    .reference .sublist .item .flex .box{
        padding: 15px;
    }

    .reference .sublist .item .flex .box p{
        font-size: 14px;
        max-width: 140px;
        height: 25px;
        margin-bottom: 10px;
    }

    .reference .sublist .item .flex .box .boxlist{
        padding: 0;
    }

    .reference .sublist .item .flex .box .boxlist .item:last-child{
        margin-bottom: 0;
    }
}
