body {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

#mv {
    background: url(//www.navi-kaden.co.jp/images/lp/mv.jpg) no-repeat 50%;
    height: 634px;
}

.cta {
    background: #fff7dc;
    border-bottom: 2px solid #ffc600;
    padding: 25px 0;
    text-align: center;
}

.btn_cta {
    background: url(//www.navi-kaden.co.jp/images/lp/btn_cta.png) no-repeat 50%;
    cursor: pointer;
    display: inline-block;
    width: 560px;
    height: 106px;
}

.btn_cta:hover {
    background: url(//www.navi-kaden.co.jp/images/lp/btn_cta_on.png) no-repeat 50%;
    cursor: pointer;
}

.point .main_ttl {
    background: url(//www.navi-kaden.co.jp/images/lp/bg_stripe.png) repeat;
    box-sizing: border-box;
    height: 200px;
    padding: 70px 0;
    text-align: center;
}

.reason01,
.reason02 {
    margin-bottom: 80px;
}

.reason01 {
    margin-top: -20px;
}

.reason_ttl {
    margin-bottom: 30px;
}

.reason01_sub {
    background: #fdffe1;
    box-sizing: border-box;
    padding: 30px 50px;
}

.point .box {
    background: #fff;
    border-left: 10px solid #23d09a;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    padding: 30px;
    margin-bottom: 30px;
}

.point .box .title {
    color: #23d09a;
    font-size: 24px;
    font-weight: bold;
}

.point .note {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.orange {
    color: #ff7d1a;
}

.kuji {
    background: url(//www.navi-kaden.co.jp/images/lp/bg_stripe.png) repeat;
    box-sizing: border-box;
    padding: 70px 0;
    text-align: center;
}

.kuji_main {
    background: url(//www.navi-kaden.co.jp/images/lp/kuji_main.png) no-repeat 50%;
    height: 422px;
}

.kuji_point img {
    margin: 30px 40px 30px 0;
}

.kuji_point img:nth-child(2n) {
    margin-right: 0;
}

.pc_none {
    display: none;
}

.sp_none {
    display: block;
}

.kaitori_flow .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
}

.kaitori_flow .subtitle {
    color: #0088e7;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.kaitori_flow .flow {
    position: relative;
}

.kaitori_flow .text {
    font-size: 20px;
    position: absolute;
}

.kaitori_flow .text01 {
    left: 510px;
    top: 43px;
}

.kaitori_flow .text02 {
    left: 140px;
    top: 580px;
}

.kaitori_flow .text03 {
    left: 140px;
    top: 822px;
}

.kaitori_flow .text04 {
    left: 140px;
    top: 1230px;
}

.kaitori_flow .text05 {
    left: 140px;
    top: 1790px;
}

.kaitori_flow .text06 {
    left: 140px;
    top: 2020px;
}

.kaitori_flow .text07 {
    left: 140px;
    top: 2130px;
}

footer {
    background: #53ba00;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}


/*--------------------------------------------------
 mobile
----------------------------------------------------*/

@media screen and (max-width: 640px) {
    #mv {
        background: url(//www.navi-kaden.co.jp/images/lp/mv_sp.jpg) no-repeat 50%;
        background-size: cover;
        height: 430px;
    }
    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }
    .inner {
        width: 100%;
    }
    .inner_sp {
        padding: 0 20px;
    }
    .cta {
        padding: 0 20px;
    }
    .btn_cta,
    .btn_cta:hover {
        background-size: contain;
        width: 100%;
        height: 100px;
    }
    .w100p {
        width: 100%;
    }
    .point .main_ttl {
        padding: 50px 20px;
        height: auto;
    }
    .reason01_sub {
        padding: 30px 20px;
    }
    .reason02 p,
    .reason03 p {
        padding: 0 20px;
    }
    .kaitori_flow .title {
        font-size: 40px;
    }
    .kaitori_flow .subtitle {
        font-size: 18px;
    }
    .arrow_down {
        margin: 20px;
        text-align: center;
    }
    .kuji {
        padding: 50px 0;
    }
    .kuji_main {
        background: url(//www.navi-kaden.co.jp/images/lp/kuji_main_sp.png) no-repeat 50%;
        background-size: cover;
        max-height: 180px;
    }
    .kuji_point {
        padding: 0 20px;
    }
    .kuji_point img {
        margin: 30px 0;
        width: 100%;
    }
}