@charset "UTF-8";

/******************************************************************************
*
* [共通]ヘッダー
*
******************************************************************************/

.hero_area {
    width: 100%;
    height: auto;
    position: relative;
}

.hero_area:before {
    content: "";
    display: block;
    padding-top: 149.2%;
}

.hero_area .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/main/fv.jpg);
    background-size: cover;
}

.hero_area .inner .btn {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
}

.hero_area .inner .btn .txt {
    width: 80%;
    margin: 0 auto 2%;
}

.hero_area .inner .btn aside {
    font-size: 14px;
    text-align: center;
}

/*---------------------
* CTA
---------------------*/

.cta {
    width: 100%;
    height: auto;
    position: relative;
}

.cta:before {
    content: "";
    display: block;
    padding-top: 92.4%;
}

.cta .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/main/cta.jpg);
    background-size: cover;
}

.cta .inner .btn {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
}

.cta .inner .btn .txt {
    width: 80%;
    margin: 0 auto 2%;
}

.cta .inner .btn aside {
    font-size: 14px;
    text-align: center;
}


/*差分*/

#cta2 .inner {
    background-image: url(../images/main/cta2.jpg);
}

#cta4 .inner {
    background-image: url(../images/main/cta3.jpg);
}


/******************************************************************************
*
* [共通]テキスト
*
******************************************************************************/

/*---------------------
* 最初のコンテンツ
---------------------*/

#first_area {
    background-image: url(../images/bg3.jpg);
    background-size: 100%;
    border-bottom: solid 1px #ebebeb;
    background-position: center;
}

#first_area .box {
    padding: 0;
}

#first_area .box p {
    font-size: 22px;
    line-height: 1.7;
}


/*---------------------
* 画像
---------------------*/

.i1 {
    display: block;
    width: 260px;
    float: right;
    position: relative;
    top: 45px;
}

.i2 {
    display: block;
    width: 260px;
    float: right;
    position: relative;
    top: 30px;
}

.i5,
.i6 {
    width: 70%;
}

.ic7 dt,
.ic8 dt {
    border: solid 2px #0e3564;
    border-bottom-width: 0;
}

.ic7 dd,
.ic8 dd {
    border: solid 2px #0e3564;
    border-top-width: 0;
    padding: 30px;
    font-size: 20px;
    background: #f8f8fd;
    color: #322c64;
}

/*---------------------
* テキスト
---------------------*/

#sec2 h4 {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin: 15px 0;
    color: #ff6b42;
    line-height: 1.7;
}

#sec2 h4 i {
    background: #ffebeb;
}

#sec4 h4 {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

#sec4 h4 i {
    background: linear-gradient(90deg, rgba(246, 58, 83, 1) 0%, rgba(127, 75, 206, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sec4 h5 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 30px;
    color: #d4145a;
    line-height: 1.5;
}


/******************************************************************************
*
* [共通]プロフィール
*
******************************************************************************/

#prof {
    background: #e6e6e6;
    padding: 50px 0;
}

#prof h2.lead {
    width: 70%;
    margin: 0 auto 30px;
}

/*情報*/

#prof .data {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#prof .ava {
    width: 180px;
    border: solid 3px #fff;
}

#prof .info {
    width: auto;
    margin-left: 30px;
}

#prof .info .job {
    font-size: 16px;
}

#prof .info .job span {
    background: #263147;
    color: #fff;
    padding: 3px 12px 5px;
}

#prof .info .name {
    font-size: 36px;
    font-weight: bold;
    color: #263147;
    margin-top: 15px;
    letter-spacing: 0.1em;
}

/*実績*/

#prof .achi {
    background: #fff;
    padding: 20px 80px;
    border: solid 2px #ccc;
    margin-top: 20px;
    margin-bottom: 15px;
}

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

#voice {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center top;
    padding: 50px 0 80px;
}

#voice h2.lead {
    width: 360px;
    margin: 0 auto 50px;
}

#voice dl {
    margin-bottom: 80px;
}

#voice dl:last-child {
    margin-bottom: 0;
}

#voice dl dd {
    width: 92%;
    margin: 30px auto 0;
}

#voice dl dd p {
    font-size: 20px;
}

#voice dl dd aside {
    font-size: 14px;
    margin-top: 10px;
}

/******************************************************************************
*
* [共通]生活
*
******************************************************************************/

#life {
    padding: 60px 0;
}

#life h2.lead {
    max-width: 380px;
    margin: 0 auto 50px;
}


/******************************************************************************
*
* [共通]よくある質問
*
******************************************************************************/

#faq {
    background: #e6e8ef;
    padding: 50px 0;
}

#faq h2.lead {
    width: 200px;
    margin: 0 auto 30px;
}

/*---------------------
* FAQリスト
---------------------*/

/*リストコンテナ*/

.faq_list ul li {
    padding: 20px;
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 15px;
}

.faq_list ul li:last-child {
    margin-bottom: 0;
}

/*リスト内部*/

.faq_list dl dt,
.faq_list dl dd {
    display: flex;
    justify-content: space-between;
}

.faq_list dl dt {
    cursor: pointer;
    position: relative;
}


.faq_list dl dd {
    margin-top: 15px;
    border-top: solid 1px #ddd;
    padding-top: 15px;
}

.faq_list dl dt .txt {
    font-size: 16px;
    font-weight: bold;
}

.faq_list dl i {
    width: 28px;
    height: 28px;
    background-size: cover;
}

.faq_list dl i.q {
    background-image: url(../images/faq/q.png);
}

.faq_list dl i.a {
    background-image: url(../images/faq/a.png);
}

.faq_list dl .txt {
    width: 92%;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    font-size: 15px;
}

.faq_list dl dd .txt {
    padding-top: 2px;
}

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

#company {
    background: #fff;
    padding: 50px 0;
}

#company h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

#company h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: solid 3px #1a1a1a;
}

#company ul li {
    font-size: 14px;
    padding: 8px 0;
    border-bottom: solid 1px rgba(105, 105, 105, 0.2);
    color: #727272;
}

#company ul li:first-child {
    border-top: solid 1px rgba(105, 105, 105, 0.2);
}

/******************************************************************************
*
* [共通]サービス
*
******************************************************************************/

#service {
    background: #e6e8ef;
    padding: 50px 0;
}

#service h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

#service h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: solid 3px #1a1a1a;
}

#service p {
    font-size: 14px;
    color: #727272;
}

/*プラン*/

#service .plan {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 20px;
}

#service .plan dl {
    width: 48%;
    background: #fff;
}

#service .plan dl dt {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    background: #c5cdd6;
    padding: 6px 0;
    letter-spacing: 0.2em;
}

#service .plan dl dd {
    padding: 15px;
}

#service .plan dl dd h4 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 7px;
    opacity: 0.7;
}

#service .plan dl dd h4 i {
    display: inline-block;
    border: solid 1px #b1b1b1;
    padding: 1px 20px 1px;
    border-radius: 50px;
    background: #ccc;
}

#service .plan dl dd .price {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
    color: #727272;
}

#service .plan dl dd ul li {
    font-size: 14px;
    padding: 4px 0;
    color: #727272;
    border-bottom: solid 1px rgba(105, 105, 105, 0.2);
}

#service .plan dl dd ul li:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
}


/******************************************************************************
*
* [共通]最終CTA
*
******************************************************************************/

.last {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-position: center top;
    padding: 30px 0 50px;
}

.last .arrow {
    width: 300px;
    margin: 0 auto 40px;
}

.last .free {
    width: 60%;
    margin: 0 auto 30px;
}

.last h2 {
    width: 80%;
    margin: 0 auto 50px;
}

.last .btn {
    margin: auto;
    width: 85%;
}

.last .btn .txt {
    width: 80%;
    margin: 0 auto 2%;
}

.last .btn aside {
    font-size: 14px;
    text-align: center;
}


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

/*644px以下*/

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

    /*---------------------
    * [共通]FV
    ---------------------*/

    .hero_area:before {
        padding-top: 167.6%;
    }

    .hero_area .inner {
        background-image: url(../images/main/fv_sp.jpg);
    }

    .hero_area .inner .btn {
        bottom: 5%;
        width: 92%;
    }

    .hero_area .inner .btn .txt {
        width: 90%;
        margin: 0 auto 3%;
    }

    .hero_area .inner .btn aside {
        font-size: 12px;
        margin-top: 1%
    }

    /*CTA*/

    .cta .inner .btn {
        bottom: 5%;
        width: 85%;
    }

    .cta .inner .btn aside {
        font-size: 12px;
        margin-top: 1%;
    }

    /*---------------------
    * [共通]テキスト
    ---------------------*/

    #first_area .box p {
        font-size: 17px;
    }

    .i1 {
        width: 120px;
        top: 30px;
        margin-right: -5px;
    }

    .i2 {
        width: 120px;
        top: 25px;
        margin-right: -5px;
    }

    .i5,
    .i6 {
        width: 100%;
    }

    .ic7 dd,
    .ic8 dd {
        padding: 15px;
        font-size: 16px;
    }

    #sec2 h4 {
        font-size: 5.5vw;
    }

    #sec4 h4 {
        font-size: 7vw;
    }

    #sec4 h5 {
        font-size: 6vw;
        margin: 0 0 20px;
    }

    /*---------------------
    * [共通]プロフィール
    ---------------------*/

    #prof h2.lead {
        width: 80%;
    }

    #prof .data {
        margin-bottom: 20px;
    }

    #prof .ava {
        width: 130px;
        border-width: 2px;
    }

    #prof .info {
        width: auto;
        margin-left: 15px;
    }

    #prof .info .job {
        font-size: 12px;
    }

    #prof .info .job span {
        padding: 5px 8px 6px;
    }

    #prof .info .name {
        font-size: 30px;
    }

    #prof .achi {
        padding: 15px 20px;
        border-width: 1px;
    }

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

    #voice {
        padding: 50px 0 50px;
    }

    #voice h2.lead {
        width: 250px;
    }

    #voice dl {
        margin-bottom: 50px;
    }

    #voice dl dd {
        width: 92%;
        margin: 30px auto 0;
    }

    #voice dl dd p {
        font-size: 16px;
    }

    #voice dl dd aside {
        font-size: 10px;
    }

    /*---------------------
    * [共通]生活
    ---------------------*/

    #life {
        padding: 50px 0 60px;
    }

    #life h2.lead {
        max-width: 250px;
        margin: 0 auto 30px;
    }

    /*---------------------
    * [共通]よくある質問
    ---------------------*/

    #faq {
        padding: 30px 0 50px;
    }

    #faq h2.lead {
        width: 140px;
        margin: 0 auto 30px;
    }

    /*リスト*/

    .faq_list ul li {
        padding: 14px;
        margin-bottom: 10px;
    }

    .faq_list dl dd {
        margin-top: 10px;
        padding-top: 10px;
    }

    .faq_list dl dt .txt {
        font-size: 16px;
        font-weight: bold;
    }

    .faq_list dl i {
        width: 22px;
        height: 22px;
    }

    .faq_list dl .txt {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        font-size: 14px;
    }

    .faq_list dl dd .txt {
        padding-top: 0px;
    }

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

    #company h2 {
        font-size: 26px;
        margin-bottom: 50px;
    }

    #company h3 {
        font-size: 16px;
    }

    #company ul li {
        font-size: 12px;
    }

    /*---------------------
    * [共通]サービス
    ---------------------*/

    #service h2 {
        font-size: 26px;
        margin-bottom: 50px;
    }

    #service h3 {
        font-size: 16px;
    }

    /*プラン*/

    #service .plan {
        display: flex;
        justify-content: space-between;
        margin: 20px auto 20px;
    }

    #service .plan dl {
        width: 49%;
    }

    #service .plan dl dt {
        font-size: 16px;
        padding: 5px 0;
    }

    #service .plan dl dd {
        padding: 10px;
    }

    #service .plan dl dd h4 {
        font-size: 12px;
        margin-bottom: 6px;
    }

    #service .plan dl dd h4 i {
        padding: 1px 14px 1px;
    }

    #service .plan dl dd .price {
        font-size: 13px;
        margin-bottom: 15px;
    }

    #service .plan dl dd ul li {
        font-size: 12px;
        padding: 4px 0;
    }

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

    .last {
        padding: 30px 0 50px;
    }

    .last .arrow {
        width: 200px;
        margin: 0 auto 30px;
    }

    .last .free {
        width: 70%;
    }

    .last h2 {
        width: 90%;
        margin: 0 auto 40px;
    }

    .last .btn {
        width: 94%;
    }

    .last .btn .txt {
        width: 85%;
    }

    .last .btn aside {
        font-size: 12px;
        margin-top: 1%;
    }
}
