@charset "UTF-8";

/******************************************************************************
*
* [共通]悩み
*
******************************************************************************/

#trouble {
    background: #d8dae5;
}

#trouble h2.lead {
    width: 70%;
    margin: 0 auto 50px;
}

/*---------------------
* 解決
---------------------*/

#solu {
    background: #289fb4;
}

#solu h2.lead {
    width: 75%;
    margin: 0 auto 50px;
}

#solu .list {
    width: 70%;
    margin: auto;
}

/*---------------------
* バー
---------------------*/

#bar {
    background: #eaeacc;
    position: relative;
}

#bar::before {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f14aa4;
}

#bar .wrap {
    max-width: 800px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bar #lc {
    width: 36%;
}

#bar #rc {
    width: 62%;
}

.fv_pc {
    display: block;
}

.fv_m,
.fv_sp {
    display: none;
}


/******************************************************************************
*
* [共通]理由
*
******************************************************************************/

#reason {
    background: #eaeacc;
}

#reason .list dl {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 50px;
}

#reason .list dl:last-child {
    margin-bottom: 0;
}

#reason .list dl dt {
    display: flex;
}

#reason .list dl dt .num {
    font-size: 50px;
    line-height: 1;
    background: #cc1b81;
    background: #24812e;
    width: 100px;
    text-align: center;
    color: #fff;
    padding: 20px 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#reason .list dl dt h3 {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    background: #f14aa4;
    background: #49a253;
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #ffff;
    font-weight: 900;
    padding: 20px
}

#reason .list dl dd {
    background: #fff;
    padding: 30px 30px 50px;
}

#reason .list dl dd p {
    font-size: 20px;
    text-align: center;
}

#reason .list dl dd .photo {
    width: 80%;
    margin: 40px auto 0;
}


#reason .list dl dd .photo.p3 {
    width: 100%;
}

/******************************************************************************
*
* [共通]声
*
******************************************************************************/

#voice {
    margin-bottom: 50px;
}

#voice .slide {
    width: 400px;
    margin: auto;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}

#voice .slide li {
    padding: 0 10px;
}

#voice .slide dl {
    background: #fff;
    height: 100%;
    padding: 50px 30px;
    border-radius: 15px;
}

#voice .slide dl dt .ava {
    width: 120px;
    margin: 0 auto 10px;
}

#voice .slide dl dt h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 900;
    color: #289fb4;
}

#voice .slide dl dt .info {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#voice .slide dl dt .info span {
    display: block;
    background: #289fb4;
    color: #fff;
    font-size: 11.5px;
    font-weight: bold;
    padding: 3px 10px;
    margin-right: 5px;
    border-radius: 50px;
}

#voice .slide dl dt .info span:last-child {
    margin-right: 0;
}

#voice .slide dl dd {
    margin-top: 20px;
}

/*slick調整*/

.slick-track {
    display: flex;
}

.slick-slide {
    height: auto !important;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
    margin: 0;
}


/******************************************************************************
*
* [共通]CTA
*
******************************************************************************/

#cta {
    background: #289fb4;
    position: relative;
}

#cta h2.lead {
    width: 70%;
    margin: auto;
}

#cta p {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 30px 0;
}

#cta .btn {
    width: 70%;
    margin: 40px auto 0;
}

#cta .arrow {
    margin-top: 50px;
}

/*---------------------
* ここからコンテンツ内容
---------------------*/

#weare {
    background: #e6e6e6;
    padding-top: 10px;
}

#weare h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #025866;
}

#weare .hukidashi {
    width: 70%;
    margin: 30px auto 0;
}

#weare .ava {
    width: 80%;
    margin: auto;
}


/******************************************************************************
*
* [共通]会社概要
*
******************************************************************************/

#company h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

#company table {
    width: 80%;
    margin: auto;
}

#company table th,
#company table td {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}

#company table tr:last-child th,
#company table tr:last-child td {
    border-bottom-width: 0;
}

#company table th {
    width: 200px
}

#company table td {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1080px以下*/

@media only screen and (max-width: 1080px) {
    .fv_m {
        display: block;
    }

    #bar,
    .fv_pc,
    .fv_sp {
        display: none;
    }
}


/*644px以下*/

@media only screen and (max-width: 644px) {

    .fv_sp {
        display: block;
    }

    #bar,
    .fv_pc,
    .fv_m {
        display: none;
    }

    /*---------------------
    * [共通]悩み
    ---------------------*/

    #trouble {
        padding-top: 25px;
    }

    #trouble h2.lead {
        width: 80%;
        margin: 0 auto 30px;
    }

    #solu h2.lead {
        width: 90%;
        margin: 0 auto 30px;
    }

    #solu .list {
        width: 80%;
    }

    /*---------------------
    * [共通]理由
    ---------------------*/

    #reason .list dl {
        border-radius: 10px;
        margin-bottom: 30px;
    }

    #reason .list dl dt .num {
        font-size: 26px;
        width: 50px;
        padding: 0;
    }

    #reason .list dl dt h3 {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        font-size: 16px;
        padding: 20px 0 20px 10px;
    }

    #reason .list dl dd {
        padding: 20px 15px 30px;
    }

    #reason .list dl dd p {
        font-size: 14px;
        text-align: left;
    }

    #reason .list dl dd .photo {
        width: 90%;
        margin: 20px auto 0;
    }

    /*---------------------
    * [共通]声
    ---------------------*/

    #voice {
        margin-bottom: 10px;
    }

    #voice .slide {
        width: 100%;
    }

    #voice .slide li {
        padding: 0 5px;
    }

    #voice .slide dl {
        padding: 30px;
        border-radius: 12px;
    }

    #voice .slide dl dt .ava {
        width: 72px;
    }

    #voice .slide dl dt h3 {
        font-size: 18px;
    }

    #voice .slide dl dt .info span {
        font-size: 10px;
    }

    #voice .slide dl dd {
        font-size: 13px;
    }

    .slick-dots {
        bottom: -34px;
    }

    /*---------------------
    * [共通]CTA
    ---------------------*/

    #cta p {
        font-size: 15px;
        margin: 10px 0 30px;
    }

    #cta .btn {
        width: 80%;
        margin: 20px auto 0;
    }

    #cta .arrow {
        margin-top: 30px;
    }

    #weare {
        padding-top: 30px;
    }

    #weare h2 {
        font-size: 24px;
    }

    #weare .hukidashi {
        width: 70%;
        margin: 15px auto 10px;
    }

    #weare .ava {
        width: 90%;
    }

    /*---------------------
    * [共通]会社概要
    ---------------------*/

    #company h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    #company table {
        width: 90%;
    }

    #company table th,
    #company table td {
        font-size: 12px;
        padding: 15px 0;
    }

    #company table th {
        width: 120px
    }

    #company table td {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }

}
