@charset "UTF-8";

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

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

header.hero_area::before {
    content: "";
    display: block;
    padding-top: 1080px;
}

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

/*ボタン*/

header.hero_area .hero_area_inner .btn {
    width: 80%;
    max-width: 550px;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: auto;
}

header.hero_area .hero_area_inner .btn aside {
    width: 80%;
    margin: 5px auto 0;
}



/******************************************************************************
*
* [共通]流れ
*
******************************************************************************/

article.flow h2.lead {
    width: 80%;
    max-width: 360px;
    margin: auto;
}


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

/*---------------------
* 1
---------------------*/

#trouble1 {
    background-color: #000;
    background-image: url(../images/bg3.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#trouble1 h2.lead {
    width: 85%;
    margin: 0 auto 40px;
}

#trouble1 p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

#trouble1 .com {
    width: 95%;
    margin: 50px auto 0;
}

/*---------------------
* 2
---------------------*/

#trouble2 {
    background: #333;
    padding-top: 50px;
}

#trouble2 .wrap {
    max-width: 840px;
}

#trouble2 h2.lead {
    width: 80%;
    max-width: 550px;
    margin: 0 auto 10px;
    position: relative;
    top: -40px;
}

/*---------------------
* 3
---------------------*/

#trouble3 {
    background-image: url(../images/bg5.jpg);
    background-size: cover;
    background-position: center top;
}

#trouble3 .arrow {
    width: 400px;
    margin: 0 auto 40px;
}

#trouble3 h2.lead {
    width: 100%;
    margin: 0 auto 30px;
}

/******************************************************************************
*
* [共通]なぜ
*
******************************************************************************/

#why1 h2.lead {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 50px;
}

#why1 p {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}

/*2*/

#why2 {
    background-color: #f0f0f0;
    background-image: url(../images/bg6.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

#why2 h2.lead {
    width: 80%;
    max-width: 550px;
    margin: 0 auto 60px;
}


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

#prof {
    background: linear-gradient(45deg, rgba(255, 23, 89, 1) 0%, rgba(0, 96, 247, 1) 100%);
}

#prof h2.lead {
    width: 62%;
    margin: 30px auto 60px;
}

#prof .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

#prof .box .ava {
    width: 45%;
}

#prof .box .txt {
    width: 50%;
}

#prof .box .txt .name {
    width: 80%;
}

#prof .box .txt p {
    color: #fff;
    font-size: 18px;
    line-height: 2;
}

/*---------------------
* メディア1
---------------------*/

#media1 .en {
    width: 200px;
    margin: auto;
}

#media1 h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin: 10px 0 50px
}

/*リスト*/

#media1 .list {
    display: flex;
    justify-content: space-between;
}

#media1 .list dl {
    width: 31%;
    border: solid 1px #ccc;
    padding: 15px;
}

#media1 .list dl dt {
    margin-bottom: 10px;
}

#media1 .list dl dd h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 13px;
}

#media1 .list dl dd p {
    font-size: 14px;
}

/*企業*/

#media1 .company {
    padding: 30px 0;
    margin: 60px 0;
    border-top: solid 1px #cdd9dd;
    border-bottom: solid 1px #cdd9dd;
}

#media1 .company .more {
    width: 120px;
    margin: 30px auto 0;
}

/*本*/

#media1 .book {
    margin-top: 80px;
}

#media1 .book .name {
    width: 80%;
    max-width: 450px;
    margin: 0 auto 50px;
}

#media1 .book .main {
    width: 80%;
    max-width: 500px;
    margin: auto;
}

#media1 .book p {
    width: 80%;
    max-width: 500px;
    margin: auto;
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
}

/*CM*/

#media1 .cm {
    padding: 80px 0 0;
    margin: 80px 0 0;
    border-top: solid 1px #cdd9dd;
}

#media1 h2.lead {
    width: 80%;
    max-width: 420px;
    margin: 0 auto 50px;
}

#media1 .txt {
    width: 80%;
    max-width: 390px;
    margin: 0 auto 50px;
}

#media1 .thum {
    width: 70%;
    margin: 0 auto;
}

/*---------------------
* パートナー
---------------------*/

#partner {
    background: #f2f2f2;
    background-image: url(../images/bg4.jpg);
    background-size: cover;
    background-position: center;
}

#partner .en {
    width: 300px;
    margin: auto;
}

#partner h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin: 10px 0 50px
}

#partner .list {
    width: 60%;
    margin: auto;
    mix-blend-mode: multiply;
}

/*他*/

#partner .other {
    margin-top: 50px;
}

#partner .other ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#partner .other ul li {
    background: #fff;
    border-radius: 5px;
    margin: 0 5px;
    padding: 5px 15px 5px 30px;
    background-image: url(../images/prof/icon.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    margin-bottom: 10px;
}

/*---------------------
* 結果
---------------------*/

#result h2 {
    width: 84%;
    margin: 80px auto;
}

#result .list dl {
    margin-bottom: 100px;
}

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

#result .list dl dt {
    width: 85%;
    margin: 0 auto 30px;
}

#result .list dl dd {
    width: 75%;
    margin: auto;
}

#result p {
    margin: 50px auto 0;
    font-size: 18px;
}


/******************************************************************************
*
* [共通]店舗
*
******************************************************************************/

#shop .wrap {
    border-top: solid 1px #cdd9dd;
    padding-top: 80px;
}

#shop h2.lead {
    width: 80%;
    max-width: 380px;
    margin: 0 auto 80px;
}

/*---------------------
* 2
---------------------*/

#shop2 {
    background: #f2f2f2;
    position: relative;
    background-image: url(../images/bg4.jpg);
    background-size: cover;
    background-position: center;
}

#shop2:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 45px solid #f2f2f2;
    border-top: 0;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: auto;
}

#shop2 .com {
    width: 70%;
    margin: 0 auto 40px;
}

#shop2 h2.lead {
    width: 85%;
    margin: 0 auto 80px;
}

#shop2 p {
    font-size: 18px;
}

#shop2 .account {
    width: 80%;
    margin: 50px auto;
}

/*ボタン*/

.common_btn {
    width: 80%;
    max-width: 560px;
    margin: auto;
    margin-top: 50px;
}

.common_btn aside {
    width: 80%;
    margin: 8px auto 0;
}

/*---------------------
* 3
---------------------*/

#shop3 {
    background: #000;
    padding-bottom: 120px;
}

#shop3 .icon {
    width: 110px;
    margin: 0 auto 30px;
}

#shop3 h2.lead {
    width: 80%;
    max-width: 450px;
    margin: auto;
}

#shop3 p {
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 50px 0;
}


/******************************************************************************
*
* [共通]アンケート
*
******************************************************************************/

#enquete h2.lead {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 40px;
}

#enquete p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}

#enquete .list .c {
    margin-bottom: 50px;
    border-radius: 12px;
    overflow: hidden;
}

#enquete .list .c:last-child {
    margin-bottom: 0;
}

/*---------------------
* 義務
---------------------*/

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

#duty .box {
    width: 60%;
    margin-left: auto;
}

#duty .box h2.lead {
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}

#duty .box h2.lead:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #666;
    position: absolute;
    bottom: 0;
    left: 5px;
}

#duty .box p {
    color: #fff;
    font-size: 20px;
}


/******************************************************************************
*
* [共通]間違い
*
******************************************************************************/

#mistake {
    background: #000;
}

#mistake h2.lead {
    width: 70%;
    max-width: 400px;
    margin: 0 auto 50px;
}

#mistake .list {
    display: flex;
    justify-content: space-between;
}

#mistake .list .c {
    width: 19%;
}

#mistake p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;

}

/*---------------------
* 安心
---------------------*/

#safe {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
}

#safe .but {
    width: 80px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

#safe h2.lead {
    width: 80%;
    margin: 80px auto 50px;
}

#safe .txt {
    width: 85%;
    margin: 0 auto;
}

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

#reason h2.lead {
    width: 65%;
    margin: 0 auto 50px;
}

#reason .list dl {
    margin-bottom: 80px;
}

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

#reason .list dl dt {
    position: relative;
}

#reason .list dl dt .num {
    width: 55px;
    position: absolute;
    top: 0;
    left: 18px;
}

#reason .list dl dd {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 92%;
    margin: -80px auto 0;
    position: relative;
}

#reason .list dl dd h3 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 40px;
}

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


/******************************************************************************
*
* [共通]未来
*
******************************************************************************/

#feature {
    background: #f2f2f2;
    background-image: url(../images/bg4.jpg);
    background-size: cover;
    background-position: center;
}

#feature h2.lead {
    width: 95%;
    max-width: 750px;
    margin: 0 auto 40px;
}



/******************************************************************************
*
* [共通]コンテンツ
*
******************************************************************************/

#content .en {
    width: 80%;
    margin: auto;
}

#content h2.lead {
    width: 80%;
    max-width: 500px;
    margin: 20px auto 60px;
}

#content aside {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 0.05em;
    color: #808080;
}


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

#faq {
    background: #000;
}

#faq h2.lead {
    width: 150px;
    margin: 0 auto 40px;
}

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

.faq_list ul li {
    padding: 30px 30px 25px;
    background: #fff;
    border: solid 1px #e5e0d6;
    margin-bottom: 10px;
}

.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 {
    position: relative;
    cursor: pointer;
}

.faq_list dl dt .icon {
    position: absolute;
    top: -3px;
    right: 0;
    color: #808080;
}

.faq_list dl dt .icon:before {
    content: "＋";
}

.faq_list dl dt.on .icon:before {
    content: "ー";
}

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

.faq_list dl dt .txt {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -3px;
    padding-right: 40px;
}

.faq_list dl i {
    width: 22px;
    height: 22px;
    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% - 40px);
    width: calc(100% - 40px);
    font-size: 14px;
}

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





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

/*960px以下*/

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

    /*---------------------
    * [共通]ヘッダー(SP用に幅固定)
    ---------------------*/

    header.hero_area::before {
        padding-top: 170%;
    }

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

    /*ボタン*/

    header.hero_area .hero_area_inner .btn {
        width: 90%;
        bottom: 7%;
    }

    header.hero_area .hero_area_inner .btn aside {
        width: 90%;
    }
}

/*644px以下*/

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

    /*---------------------
    * [共通]流れ
    ---------------------*/

    article.flow h2.lead {
        width: 65%;
    }

    article.flow .list {
        width: 90%;
        margin: auto;
    }

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

    /*1*/

    #trouble1 {
        background-image: url(../images/bg3.jpg);
        background-size: 150%;
    }

    #trouble1 h2.lead {
        width: 90%;
        margin: 0 auto 25px;
    }

    #trouble1 p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #trouble1 .list {
        width: 95%;
        margin: auto;
    }

    #trouble1 .com {
        width: 95%;
        margin: 25px auto 0;
    }

    /*2*/

    #trouble2 {
        padding-top: 25px;
    }

    /*3*/

    #trouble3 {
        background-image: url(../images/bg5_sp.jpg);
        background-size: 100%;
        background-position: center top;
    }

    #trouble3 .arrow {
        width: 220px;
        margin: 0 auto 20px;
    }

    #trouble3 h2.lead {
        width: 96%;
        margin: 0 auto 20px;
    }

    /*---------------------
    * [共通]なぜ
    ---------------------*/

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

    #why1 .list {
        width: 90%;
        margin: auto;
    }

    #why1 p {
        font-size: 14px;
        margin-top: 20px;
    }

    /*2*/

    #why2 {
        background: #f0f0f0;
        ;
    }

    #why2 h2.lead {
        width: 75%;
        margin: 0 auto 30px;
    }

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

    #prof h2.lead {
        width: 85%;
        margin: 20px auto 50px;
    }

    #prof .box {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        margin-bottom: 30px;
    }

    #prof .box .ava {
        width: 44%;
    }

    #prof .box .txt {
        width: 51%;
        padding-right: 4%;
    }

    #prof .box .txt .name {
        width: 100%;
    }

    #prof .box .txt p {
        font-size: 12px;
        line-height: 1.7;
    }

    /*メディア*/

    #media1 .en {
        width: 150px;
    }

    #media1 h2 {
        font-size: 16px;
        margin: 10px 0 30px
    }

    #media1 .list {
        display: block;
    }

    #media1 .list dl {
        width: 90%;
        margin: 0 auto 20px;
        padding: 15px;
    }

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

    #media1 .company {
        margin: 30px calc(50% - 50vw);
        width: 100vw;
        padding: 20px 0;
    }

    #media1 .company .more {
        width: 80px;
        margin: 20px auto 0;
    }

    #media1 .book {
        margin-top: 50px;
    }

    #media1 .book .name {
        margin: 0 auto 30px;
    }

    #media1 .book p {
        width: 90%;
        font-size: 12px;
        margin-top: 20px;
    }

    /*CM*/

    #media1 .cm {
        padding: 50px 0 10px;
        margin: 50px calc(50% - 50vw) 0;
        width: 100vw;
    }

    #media1 h2.lead {
        width: 70%;
        margin: 0 auto 40px;
    }

    #media1 .txt {
        width: 77%;
        margin: 0 auto 40px;
    }

    #media1 .thum {
        width: 90%;
    }

    /*パートナー*/

    #partner {
        padding-bottom: 25px;
    }

    #partner .en {
        width: 200px;
    }

    #partner h2 {
        font-size: 16px;
        margin: 10px 0 40px
    }

    #partner .list {
        width: 90%;
    }

    #partner .other {
        margin-top: 25px;
    }

    #partner .other ul li {
        font-size: 10px;
        border-radius: 3px;
        margin: 0 3px;
        padding: 5px 10px 6px 20px;
        background-size: 7px;
        background-position: left 8px top 8px;
        margin-bottom: 5px;
    }

    /*結果*/

    #result {
        padding-top: 0;
    }

    #result h2 {
        width: 100%;
        margin: 40px auto 50px;
    }

    #result .gallery {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    #result .list dl {
        margin-bottom: 50px;
    }

    #result .list dl dt {
        width: 100%;
        margin: 0 auto 20px;
    }

    #result .list dl dd {
        width: 100%;
    }

    #result p {
        margin: 30px auto 0;
        font-size: 14px;
    }

    /*---------------------
    * [共通]店舗
    ---------------------*/

    #shop .wrap {
        padding-top: 40px;
    }

    #shop h2.lead {
        width: 80%;
        margin: 0 auto 40px;
    }

    /*2*/

    #shop2:before {
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 22px solid #f2f2f2;
        top: -21px;
    }

    #shop2 .com {
        width: 95%;
        margin: 0 auto 20px;
    }

    #shop2 h2.lead {
        width: 100%;
        margin: 0 auto 40px;
    }

    #shop2 p {
        font-size: 14px;
    }

    #shop2 .account {
        width: 90%;
        margin: 25px auto;
    }

    /*ボタン*/

    .common_btn {
        width: 92%;
        margin-top: 25px;
    }

    .common_btn aside {
        width: 90%;
        margin: 8px auto 0;
    }

    /*3*/

    #shop3 {
        padding-bottom: 60px;
    }

    #shop3 .icon {
        width: 80px;
        margin: 0 auto 30px;
    }

    #shop3 h2.lead {
        width: 280px;
    }

    #shop3 p {
        margin: 30px 0 40px;
    }

    /*---------------------
    * [共通]アンケート
    ---------------------*/

    #enquete h2.lead {
        width: 72%;
        margin: 0 auto 30px;
    }

    #enquete p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    #enquete .list .c {
        margin-bottom: 15px;
        border-radius: 6px;
    }

    /*義務*/

    #duty {
        background-image: url(../images/bg1_sp.jpg);
        background-position: left top;
        padding: 60px 0;
    }

    #duty .box {
        width: 82%;
    }

    #duty .box h2.lead {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #duty .box h2.lead:before {
        left: 2px;
        background: #999;
    }

    #duty .box p {
        font-size: 14px;
    }

    /*---------------------
    * [共通]間違い
    ---------------------*/

    #mistake h2.lead {
        width: 62%;
        margin: 0 auto 30px;
    }

    #mistake .list {
        display: flex;
        justify-content: center;
        ;
        flex-wrap: wrap;
    }

    #mistake .list .c {
        width: 48%;
        margin-left: 4%;
    }

    #mistake .list .c:nth-child(odd) {
        margin-left: 0;
    }

    #mistake .list .c:nth-child(n+3) {
        margin-top: 15px;
    }

    #mistake p {
        font-size: 16px;
        margin-top: 20px;
    }

    /*安心*/

    #safe {
        background-image: url(../images/bg2_sp.jpg);
        background-position: top right;
    }

    #safe .but {
        width: 55px;
        top: -10px;
    }

    #safe h2.lead {
        width: 90%;
        margin: 50px auto 30px;
    }

    #safe .txt {
        width: 72%;
    }

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

    #reason h2.lead {
        width: 75%;
        margin: 0 auto 35px;
    }

    #reason .list dl {
        margin-bottom: 40px;
    }

    #reason .list dl dt .num {
        width: 35px;
        left: 15px;
    }

    #reason .list dl dd {
        padding: 20px 14px;
        margin: -30px auto 0;
    }

    #reason .list dl dd h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

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

    /*---------------------
    * [共通]未来
    ---------------------*/

    #feature h2.lead {
        width: 100%;
        margin: 0 auto 20px;
    }

    #feature .list {
        margin: 0 calc(50% - 53vw);
        width: 106vw;
    }

    /*---------------------
    * [共通]コンテンツ
    ---------------------*/

    #content .en {
        width: 75%;
    }

    #content h2.lead {
        width: 90%;
        margin: 20px auto 40px;
    }

    #content aside {
        font-size: 12px;
        margin-top: 10px;
    }

    /*---------------------
    * [共通]FAQ
    ---------------------*/

    #faq h2.lead {
        width: 100px;
        margin: 0 auto 40px;
    }

    /*リストコンテナ*/

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

    .faq_list dl dt .icon {
        width: 14px;
        top: 1px;
    }

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

    .faq_list dl dt .txt {
        font-size: 13.5px;
        top: -1px;
        padding-right: 30px;
    }

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

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

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

}
