@charset "UTF-8";

/**
    ヒーロー画像.
 */
.hero {
    background: url("../image/bg-cv_01.png?v=12");
    background-repeat: repeat;
}
.hero h1 {
    margin: 0;
}
.hero-bg {
    width: 100%;
    height: 426px;
    background-image: linear-gradient(180deg, #60C8EF 0%, #A0CEDE 100%);
}
.hero-bg h1 {
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
}
.hero-bg h1.is-pc {
    background: url("../load-image.php?q=/image/hero-pc.png?v=4") top center no-repeat;
    background-size: 1200px 426px;
}
.hero-title {
    position: absolute;
    top: 60px;
    left: 40px;
    width: 612px;
    height: auto;
}
.hero-points {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 40px 20px;
}
.hero-point {
    position: relative;
    width: 360px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11);
    border-radius: 8px;
    padding: 15px;
}
.hero-point-title-container {
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
}
.hero-point-img {
    flex: 0 0 53px;
    height: 53px;
    margin-right: 14px;
}
.hero-point-title {
    flex-grow: 1;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #0178C4;
    margin-bottom: 0;
}
.hero-point-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

/**
    こんなお悩みありませんか？
    そのお悩みはコネクト相続なら解決できます！
 */
.solution {
    position: relative;
}
.solution::before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    content: "";
    border-top: 50px solid #ffffff;
    border-bottom: 0px solid transparent;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
}
.solution-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: .3em;
}
.trouble-title-2 {
    font-size: 1.5em;
    font-weight: bold;
    /*padding-bottom: 1.5em;*/
    /*display: block;*/
    /*font-weight: bold;*/
    /*font-size: 24px;*/
    /*color: #003A79;*/
    /*text-align: center;*/
    /*line-height: 33px;*/
    /*margin: 15px 0;*/
}
.trouble-title-3 {
    /*padding-bottom: 1.5em;*/
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #003A79;
    text-align: center;
    line-height: 33px;
    margin: 15px 0 0;
}
.solution-title::after {
    display: none;
}
.solution-title span {
    display: block;
    padding: 8px;
    background: #9A8E63;
    margin-right: 10px;
}
.solution .c-section-body {
    padding-top: 60px;
}
.troubles {
    display: flex;
    justify-content: space-between;
}
.trouble {
    flex: 0 0 320px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11);
}
.solution .trouble {
    height: 440px;
}
.trouble img:nth-child(1) {
    display: block;
    width: 100%;
}
.trouble img:nth-child(2) {
    display: block;
    width: 170px;
    margin: 20px auto 15px;
}
.trouble-title-1 {
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 33px;
}
.trouble-title-2 {
    font-size: 1.5em;
    font-weight: bold;
    /*display: block;*/
    /*font-weight: bold;*/
    /*font-size: 24px;*/
    /*color: #0178C4;*/
    /*text-align: center;*/
    /*line-height: 33px;*/
    /*margin: 15px 0;*/
}
.trouble-text {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 15px;
}
.type {
    position: relative;
    flex: 0 0 32%;
    width: 32%;
    /* margin-top: 25px; */
    background: #ffffff;
    color: #003A79 !important;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
    border-radius: 16px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.11);
    padding: 1em;
    /*flex: 0 0 320px;*/
    /*height: 220px;*/
    /*background: #FFFFFF;*/
    /*box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11);*/
}
@media (max-width: 900px) {
    .solution-title {
        font-size: 28px;
    }
    .solution-title-2 {
        display: block;
        text-align: center;
    }
    .solution-title-2 span {
        display: inline-block;
        margin-bottom: .5em;
    }
}


/**
    ご相談のタイミングについて.
 */
.caution {
    border-radius: 8px;
    border: 4px solid #D0021B;
    padding: 30px 40px 15px;
}
.caution-title {
    color: #D0021B;
    text-align: center;
    margin-bottom: 1.0em;
}
.caution-title::before {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    background-image: url("../image/icon-caution.svg??v=12");
    background-size: 30px 30px;
    margin-right: 5px;
}

/**
    チェックリスト
 */
.checklist {
    margin-left: 40px;
    margin-right: 40px;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11);
}
.checklist li {
    padding: 5px 0 5px 40px;
    font-size: 22px;
    line-height: 2em;
    list-style: none;
    background-image: url("../image/icon-check-on.svg??v=12");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}

/**
    サービス内容.
 */
.service-list {
    background: #ECF7FE;
    padding: 15px;
    margin-top: 20px;
    line-height: 2em;
}
.service-list span {
    display: inline-block;
    margin-right: 15px;
}

/**
    料金.
 */
.price-case {
    border: 2px solid #0178C4;
}
.price-case-title {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    background: #0178C4;
    padding: 5px 0;
}
.price-case-body {
    font-size: 16px;
    line-height: 28px;
    padding: 10px;
}

/**
    強み一覧（/strength）
 */
.factors {}
.factor {
    display: block;
    width: 19%;
    margin-top: 15px;
    margin-right: 1%;
    float: left;
    padding: 0 5px;
    font-size: 0.875rem; /*14px*/
    text-align: center;
    line-height: 1.6em;
}
.factor:last-child {
    margin-right: 0;
}
.factor img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}

/**
    要因詳細（/land）
 */
.factor-detail {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
}
.factor-detail img {
    flex: 0 0 380px;
    width: 380px;
    display: block;
    margin-top: 7px;
    margin-right: 16px;
    border: 1px solid #cccccc;
}
.factor-detail p {
    flex: 1 1 auto;
}


/**
    SP対応.
 */
@media (max-width: 900px) {

    /**
        ヒーロー.
     */
    .hero {
        height: auto;
    }
    .hero h1 {
        height: 0;
    }
    .hero-bg {
        position: relative;
        height: auto;
        background: none;
    }
    .hero-bg img {
        width: 100%;
        height: auto;
    }
    .hero-title {
        top: 16px;
        left: 16px;
        width: 49%;
        height: auto;
    }
    .hero-points {
        position: static;
        display: block;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .hero-point {
        margin-top: 20px;
        width: auto;
        height: auto;
    }
    .hero-point-img {
        flex: 0 0 33px;
        height: 33px;
    }
    .hero-point-title-container {
        height: auto;
    }
    .hero-point-title {
        font-weight: bold;
        font-size: 18px;
        color: #0178C4;
        line-height: 1.4;
    }
    .hero-point-title br {
        display: none;
    }

    /**
        料金.
     */
    .price-case {
        border: 2px solid #0178C4;
    }
    .price-case-title {
        background: #0178C4;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 23px;
        padding: 5px 10px;
    }
    .price-case-body {
        font-size: 16px;
        line-height: 28px;
        padding: 10px;
    }

    /**
        こんなお悩みありませんか？
        そのお悩みはコネクト相続なら解決できます！
     */
    .solution::before {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -30px;
        width: 0;
        height: 0;
        content: "";
        border-top: 20px solid #ffffff;
        border-bottom: 0px solid transparent;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
    }
    .troubles {
        display: block;
        padding: 0 10px;
    }
    .type {
        width: 100%;
    }
    .type:not(:first-child) {
        margin-top: 20px;
    }
    .trouble,
    .solution .trouble {
        height: auto;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .solution .c-section-body {
        padding-top: 30px;
    }


    /**
        ご相談のタイミング.
     */
    .caution {
        padding: 10px;
    }
    .caution-title {
        font-size: 21px;
    }
    .caution-text {
        font-size: 14px;
        margin-bottom: 0;
    }

    /**
        チェックリスト.
     */
    .checklist {
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
    }
    .checklist li {
        font-size: 16px;
    }

    /**
        サービス内容.
     */
    .service-list span {
        display: inline;
        margin-right: 0;
    }

    /**
        税理士報酬.
     */
    .price-notice {
        margin-left: 0;
        margin-right: 0;
    }
    .price-table {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .price-notice {
        font-size: 14px;
    }
    .price-table th {
        width: 120px;
    }

}

/**
    SP対応.
 */
@media (max-width: 768px) {

    .factor {
        width:  49%;
        margin-right: 1%;
    }
    .factor-detail {
        display: block;
    }
    .factor-detail img {
        width: 100%;
        margin-right: 0;
    }
    .factor-detail p {
        margin-top: 1em;
    }

}



/**
    【悩み別】対応方法
 */
.solutions {
    display: flex;
    flex-wrap: wrap;
}
.solution2 {
    position: relative;
    flex: 0 0 32%;
    width: 32%;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 25px;
    background: #ffffff;
    color: #003A79 !important;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 16px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.11);
    padding-right: 50px;
    padding-left: 10px;
    font-weight: bold;
}
.solution2:nth-child(3n+1), .solution2:nth-child(3n+2) {
    margin-right: 2%;
}
.solution2::after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 19px;
    height: 32px;
    margin-top: -16px;
    content: "";
    background: url("/image/icon-arrow-right.svg?v=12") no-repeat;
    background-size: 19px 32px;
}
@media (max-width: 900px) {
    .solutions {
        display: block;
    }
    .solution2 {
        width: 100%;
        height: auto;
        min-height: 60px;
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        padding-left: 16px;
        border-radius: 4px;
    }
}














