@charset "UTF-8";

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

.hero_area {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}

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

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

/*無料*/

.hero_area .free {
    width: 600px;
    position: absolute;
    bottom: 270px;
    left: 0;
    right: 0;
    margin: auto;
}

.hero_area .free time {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    text-align: right;
    margin-bottom: 6px;
}

/*ボタン*/

.hero_area .btn {
    width: 100%;
    position: absolute;
    bottom: 90px;
    left: 0;
}

.hero_area .btn a {
    display: block;
    width: 650px;
    margin: auto;
}

.hero_area .btn aside {
    font-size: 11px;
    text-align: center;
    color: #999;
}

.hero_area .btn aside ul li:nth-child(1) {
    color: #555;
}



/******************************************************************************
*
* [共通]特典
*
******************************************************************************/

article.gift {
    background-image: url(../images/bg1.jpg);
    background-size: 100%;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
}

article.gift::before,
article.gift::after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    background-size: cover;
}

article.gift::before {
    background-image: url(../images/ribbon1.png);
    top: 0;
    left: 0;
}

article.gift::after {
    background-image: url(../images/ribbon2.png);
    bottom: 0;
    right: 0;
}

article.gift h2.lead1 {
    width: 80%;
    max-width: 450px;
    margin: 0 auto 60px;
}

/*---------------------
* s2
---------------------*/

article.gift .s2 {
    background: rgba(0, 0, 0, 0.20);
    margin-top: 60px;
    padding: 30px 0
}

/*定員*/

article.gift .s2 .limit {
    background: #fff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    width: 220px;
    border-radius: 50px;
    margin: auto;
    line-height: 2;
    position: relative;
    margin-bottom: 40px;
}

article.gift .s2 .limit::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: auto;
}

article.gift .s2 .limit::after {
    content: "";
    display: block;
    width: 90%;
    height: 3px;
    background: #c63762;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-5deg);
    opacity: 0.5;
}

/*見出し*/

article.gift .s2 h2.lead2 {
    width: 80%;
    max-width: 640px;
    margin: auto;
}

/*期間*/

article.gift .s2 .data {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
}

/*ボタン*/

article.gift .s2 .btn {}

article.gift .s2 .btn a {
    display: block;
    width: 680px;
    margin: auto;
}

article.gift .s2 .btn aside {
    font-size: 12px;
    text-align: center;
    color: #fff;
}

article.gift .s2 .btn aside ul li:nth-child(2),
article.gift .s2 .btn aside ul li:nth-child(3) {
    opacity: 0.6;
}


/******************************************************************************
*
* [共通]STEP
*
******************************************************************************/

article.step {
    background-color: #fff;
    background-image: url(../images/bg2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

article.step h2.lead {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 30px;
}

article.step aside {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}


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

#prof {
    background: #f7f7f9;
    padding-top: 0;
}

#prof .ava {
    width: 90%;
    margin: auto;
}

#prof .list {
    width: 85%;
    margin: 0 auto 0;
}

/*---------------------
* TV
---------------------*/

#tv {
    padding: 0;
}

#tv .wrap {
    padding: 60px 0;
}

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

#tv .sample {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

/*---------------------
* 雑誌
---------------------*/

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

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

#book .book {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 60px;
}

/*補足*/

#book aside {
    width: 100%;
    max-width: 700px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}

#book aside h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 2;
    color: #fff;
    margin-bottom: 20px;
}

#book aside h3 span {
    background: #0040a3;
    padding: 2px 15px 4px;
    border-radius: 50px;
}

#book aside p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #666;
}


/******************************************************************************
*
* [共通]専門家
*
******************************************************************************/

.ex_lead {
    background: linear-gradient(90deg, rgba(141, 124, 98, 1) 0%, rgba(128, 113, 87, 1) 14.07%, rgba(109, 96, 70, 1) 42.27%, rgba(97, 86, 59, 1) 70.82%, rgba(93, 83, 56, 1) 100%);
    padding: 20px 0;
}

.ex_lead img {
    width: 94%;
    max-width: 600px;
    margin: auto;
}

/*---------------------
* メイン
---------------------*/

#expert {
    background: linear-gradient(90deg, rgba(251, 247, 229, 1) 0%, rgba(253, 251, 237, 1) 18.36%, rgba(255, 255, 247, 1) 50.41%, rgba(254, 254, 245, 1) 53.71%, rgba(252, 249, 233, 1) 76.59%, rgba(251, 247, 229, 1) 100%);
    position: relative;
}

#expert::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#expert .wrap {
    position: relative;
}

#expert .box {
    width: 70%;
    margin: auto;
}

#expert .box .txt {
    width: 98%;
    margin: auto;
    margin-top: 30px;
    /*background: #fff;
    padding: 30px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2)*/
}

#expert .box p {
    /*background-color: #fff;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;*/
    font-weight: bold;
    color: #333;
    line-height: 1.7;
    color: #37474b;
}


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

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

#voice1 h2.lead {
    width: 56%;
    margin-left: auto;
    margin-bottom: 80px;
}

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

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

#voice1 .list dl {
    background-image: url(../images/bg14.jpg);
    padding: 40px;
    border-radius: 20px;
    border: solid 1px #ccc;
    margin-bottom: 50px;
}

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


#voice1 .list dl dd {
    width: 98%;
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 1.7;
}

#voice1 .list dl dd aside {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
}


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

/*---------------------
* メイン
---------------------*/

#trouble {
    width: 100%;
    height: auto;
    position: relative;
}

#trouble::before {
    content: "";
    display: block;
    padding-top: 1120px;
}

#trouble .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/trouble/main.jpg);
    background-size: cover;
    background-position: center;
}

#t1 p,
#t2 p,
#t3 p {
    font-size: 18px;
}


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

#t1 {
    background-image: url(../images/bg5.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0
}

#t1 p {
    width: 60%;
    margin-left: auto;
    color: #fff;
}

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

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

#t2 .box {
    width: 60%;
}

#t2 .box h2.lead {
    width: 60%;
    margin-bottom: 50px;
    position: relative;
    left: -15px;
}

#t2 .and {
    width: 90%;
    max-width: 650px;
    margin: 60px auto 0;
}

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

#t3 {
    background: #fff;
    padding-top: 0;
}

#t3 h2.lead {
    width: 100%;
    max-width: 640px;
    margin: auto;
}

/*---------------------
* 4
---------------------*/

#t4 {
    background-color: #88aeb7;
    background-image: radial-gradient(circle, #8db5be 2.5px, transparent 2.5px), radial-gradient(circle, #8db5be 2.5px, transparent 2.5px);
    background-position: 0 0, 8.5px 17px;
    background-size: 17px 34px;
}

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

#t4 p.tc {
    text-align: center;
    color: #fff;
    margin: 50px 0 40px;
    font-weight: bold;
    font-size: 18px;
}

#t4 .more {
    width: 120px;
    margin: 0 auto 20px;
}

/*ボックス*/

#t4 .box {
    width: 80%;
    margin: auto;
}

#t4 .box .center {
    background-image: url(../images/trouble/report2.png);
    background-size: 100%;
    padding: 15px 80px 0;
}

#t4 .box .center h3 {
    width: 85%;
    margin: 0 auto 20px;
}

#t4 .box .center p {
    margin: 20px 0 30px;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
}

#t4 .box .center .txt {
    width: 80%;
    max-width: 400px;
    margin: auto;
}

#t4 .box .center aside {
    background: #ebebeb;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    color: #666;
    font-size: 14px;
}


/******************************************************************************
*
* [共通]経験
*
******************************************************************************/

#experience {
    background-image: url(../images/bg9.jpg);
    padding-top: 0;
    padding-bottom: 30px
}

#experience .lead1 {
    background-image: url(../images/bg8.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0 170px;
}

#experience .lead1 h2 {
    width: 65%;
    margin-left: auto;
}

/*---------------------
* 名称
---------------------*/

#experience .list {
    width: 80%;
    margin: auto;
    position: relative;
    top: -100px;
}

#experience .list dl {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 100px;
}

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

/*見出し*/

#experience .list dl dt .sub {
    text-align: center;
    color: #275c68;
    font-size: 14px;
}

#experience .list dl dt .sub span {
    border: solid 1px #275c68;
    padding: 3px 15px;
}

#experience .list dl dt h3 {
    text-align: center;
    font-size: 36px;
    color: #275c68;
    font-weight: 900;
    margin: 20px 0 30px
}

/*テキスト*/

#experience .list dl dd {
    margin-top: 30px;
}

#experience .list dl dd p {
    background-color: #fff;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 2.1em;
    line-height: 2.1em;
    padding-bottom: 1px;
}

#experience .list dl dd .graf {
    margin-top: 30px;
}


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

#text1 {
    background: #fff;
    padding-bottom: 0;
}

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

#text1 .txt {
    width: 80%;
    max-width: 650px;
    margin: auto;
}

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

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

#text2 h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: #0040a3;
}

#text2 p.tc {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0;
}

#text2 .box {
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 30px 50px 50px;
    border-radius: 15px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

#text2 .box h4 {
    width: 80%;
    margin: auto;
    position: relative;
    top: -50px;
}

#text2 .box .photo4 {
    margin: 40px 0;
}


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

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

#future .lead {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 60px;
}

#future .list {
    width: 75%;
    margin: auto;
}

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

.reason_title {
    margin-top: 100px;
}

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

#reason::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

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

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

#reason .list {
    width: 80%;
    margin: auto;
}

#reason .list dl {
    background-image: url(../images/bg15.jpg);
    background-size: 100%;
    padding: 50px 80px 80px;
    margin-bottom: 60px;
    position: relative;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}

#reason .list dl::before {
    content: "";
    display: block;
    width: 98%;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 98%;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    border: solid 2px #5d5338;
    opacity: 0.5
}

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

#reason .list dl dt .num {
    width: 180px;
    margin: 0 auto 20px;
}

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

#reason .list dl dt .photo {
    border: solid 10px #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#reason .list dl dd {
    margin-top: 30px;
}

#reason .list dl dd .graf {
    margin-top: 30px;
}



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

#voice2 {
    background: #fff;
}

#voice2 .wrap {
    width: 94%;
    max-width: 1200px;
}

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

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

.slick-track {
    display: flex;
}

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

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

.slick-dots li {
    margin: 0;
}

#voice2 .list li.slick-slide {
    padding: 0 5px
}

#voice2 .list dl {
    height: 100%;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 30px 30px;
}

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

#voice2 .list dl dd {
    font-size: 13px;
    color: #667898;
}

#voice2 .list dl dd aside {
    font-size: 10px;
    opacity: 0.5;
    margin-top: 10px;
}

#voice2 .list dl dd aside ul li {
    text-indent: -1em;
    padding-left: 1em;
}


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

#content {
    background-color: #f7f9fb;
    background-image: url(../images/bg13.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

#content h2.lead {
    width: 60%;
    margin: 0 auto 40px;
}

#content .list {
    width: 75%;
    margin: auto;
}



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

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

#faq h2.lead {
    width: 240px;
    margin: 0 auto 60px;
}

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

.faq_list {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

/*リストコンテナ*/

.faq_list ul li {
    padding: 30px 15px;
    border-top: solid 1px #ccc;
}

.faq_list ul li:last-child {
    border-bottom: solid 1px #ccc;
}

/*リスト内部*/

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

.faq_list dl dt {
    margin-bottom: 15px;
}

.faq_list dl dt .txt {
    font-size: 18px;
    font-weight: 900;
}

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

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


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


/*960px以下*/

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

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

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

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

    /*無料*/

    .hero_area .free {
        width: 80%;
        bottom: 22.8%;
    }

    .hero_area .free time {
        font-size: 4.5vw;
        margin-bottom: 4px;
    }

    /*ボタン*/

    .hero_area .btn {
        width: 85%;
        margin: auto;
        right: 0;
        bottom: 4.8%;
    }
    
    .hero_area .btn a {
        width: 100%;
    }

    .hero_area .btn aside {
        font-size: 7.5px;
        margin-top: 4px
    }

    .hero_area .btn aside ul li {
        text-indent: -1em;
        padding-left: 1em;
    }
}

/*644px以下*/

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

    /*---------------------
    * [共通]特典
    ---------------------*/

    article.gift::before,
    article.gift::after {
        width: 60px;
        height: 60px;
    }

    article.gift h2.lead1 {
        width: 70%;
        margin: 0 auto 25px;
    }

    article.gift .list {
        width: 100%;
        margin: auto;
    }

    /*S2*/

    article.gift .s2 {
        margin-top: 30px;
        padding: 20px 0 30px;
    }

    article.gift .s2 .limit {
        font-size: 14px;
        width: 160px;
        line-height: 2.5;
        margin-bottom: 20px;
    }

    article.gift .s2 .limit::before {
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
        border-top: 12px solid #fff;
        bottom: -11px;
    }

    article.gift .s2 .limit::after {
        width: 80%;
        height: 2px;
        top: 18px;
        transform: rotate(-4deg);
    }

    article.gift .s2 h2.lead2 {
        width: 80%;
    }

    article.gift .s2 .data {
        font-size: 14px;
        margin: 10px 0;
    }

    /*ボタン*/

    article.gift .s2 .btn {
        width: 100%;
    }
    
    article.gift .s2 .btn a {
        width: 100%;
    }

    article.gift .s2 .btn aside {
        font-size: 8px;
        margin-top: 5px;
    }

    /*---------------------
    * [共通]STEP
    ---------------------*/

    article.step {
        background-size: 170%;
    }

    article.step h2.lead {
        width: 65%;
        margin: 0 auto 20px;
    }

    article.step aside {
        text-align: center;
        font-size: 10px;
        margin-top: 10px;
    }

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

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

    #prof .list {
        width: 100%;
        margin: 10px auto 0;
    }

    /*TV*/

    #tv .wrap {
        padding: 40px 0;
    }

    #tv h2.lead {
        width: 65%;
        margin: 0 auto 30px;
    }

    /*雑誌*/

    #book h2.lead {
        margin: 0 auto 30px;
    }

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

    #book aside {
        border-radius: 10px;
        padding: 15px 20px;
    }

    #book aside h3 {
        font-size: 12px;
        line-height: 2.5;
        margin-bottom: 15px;
    }

    #book aside h3 span {
        padding: 3px 15px 4px;
    }

    #book aside p {
        text-align: left;
        font-size: 10px
    }

    /*---------------------
    * [共通]専門家
    ---------------------*/

    .ex_lead {
        padding: 10px 0;
    }

    .ex_lead img {
        width: 80%;
    }

    /*メイン*/

    #expert .box {
        width: 94%;
        margin: auto;
    }

    #expert .box .txt {
        margin-top: 20px;
    }

    #expert .box p {
        font-size: 12px;
    }

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

    #voice1 {
        background-size: 160%;
        background-position: top 0 left 40%;
    }

    #voice1 h2.lead {
        width: 55%;
        margin-bottom: 30px;
    }

    /*リスト*/

    #voice1 .list {
        width: 94%;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    #voice1 .list dl {
        padding: 20px 15px;
        border-radius: 8px;
        margin-bottom: 30px;
        width: 90%;
        border-radius: 0;
    }

    #voice1 .list dl:nth-child(odd) {
        border-left-width: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    #voice1 .list dl:nth-child(even) {
        border-right-width: 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        margin-left: auto;
    }

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

    #voice1 .list dl dd {
        margin: 20px auto 0;
        font-size: 12px;
        line-height: 1.6;
    }

    #voice1 .list dl dd aside {
        font-size: 9px;
        margin-top: 6px;
    }

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

    #trouble::before {
        padding-top: 181.3%;
    }

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

    #t1 p,
    #t2 p,
    #t3 p {
        font-size: 14px;
    }

    /*1*/

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

    #t1 p {
        width: 70%;
    }

    /*2*/

    #t2 {
        background-image: url(../images/bg6.jpg);
        background-size: 160%;
    }

    #t2 .box {
        width: 100%;
    }

    #t2 .box h2.lead {
        width: 60%;
        margin-bottom: 30px;
        left: -4px;
    }

    #t2 .and {
        margin: 20px auto 0;
    }

    /*3*/

    /*4*/

    #t4 h2.lead {
        width: 85%;
    }

    #t4 p.tc {
        margin: 30px 0 20px;
        font-size: 13px;
    }

    #t4 .more {
        width: 65px;
        margin: 0 auto 12px;
    }

    #t4 .box {
        width: 100%;
    }

    #t4 .box .center {
        padding: 15px 35px 0;
    }

    #t4 .box .center h3 {
        width: 90%;
        margin: 0 auto 10px;
    }

    #t4 .box .center p {
        font-size: 12px;
        margin: 20px 0 20px;
        background-size: 8px 100%, 100% 2.2em;
        line-height: 2.2em;
    }

    #t4 .box .center .txt {
        width: 70%;
    }

    #t4 .box .center aside {
        padding: 10px;
        border-radius: 8px;
        margin-top: 20px;
        font-size: 11px;
    }

    /*---------------------
    * [共通]経験
    ---------------------*/

    #experience {
        padding-bottom: 30px
    }

    #experience .lead1 {
        background-image: url(../images/bg8.jpg);
        padding: 40px 0 70px;
    }

    #experience .lead1 h2 {
        width: 70%;
    }

    /*名称*/

    #experience .list {
        width: 100%;
        top: -30px;
    }

    #experience .list dl {
        padding: 30px 20px;
        border-radius: 10px;
        margin-bottom: 40px;
    }

    /*見出し*/

    #experience .list dl dt .sub {
        font-size: 10px;
    }

    #experience .list dl dt .sub span {
        padding: 3px 12px;
    }

    #experience .list dl dt h3 {
        font-size: 22px;
        margin: 15px 0 20px
    }

    /*テキスト*/

    #experience .list dl dd {
        margin-top: 20px;
    }

    #experience .list dl dd p {
        font-size: 12px;
    }

    #experience .list dl dd .graf {
        margin-top: 20px;
    }

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

    #text1 h2.lead {
        width: 65%;
        margin: 0 auto 20px;
    }

    #text1 .txt {
        width: 95%;
        max-width: 650px;
        margin: auto;
    }

    /*2*/

    #text2 {
        background-image: url(../images/bg10_sp.jpg);
    }

    #text2 h3 {
        font-size: 18px;
    }

    #text2 p.tc {
        font-size: 12px;
        margin: 30px 0;
    }

    #text2 .box {
        width: 94%;
        padding: 30px 15px 30px;
        border-radius: 10px;
    }

    #text2 .box h4 {
        width: 100%;
        top: -35px;
    }

    #text2 .box p {
        font-size: 12px;
    }

    #text2 .box .photo4 {
        margin: 20px 0;
    }

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

    #future .lead {
        width: 90%;
        margin: 0 auto 40px;
    }

    #future .list {
        width: 100%;
    }

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

    .reason_title {
        margin-top: 50px;
    }

    #reason {
        padding-top: 60px;
    }

    #reason::before {
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-top: 20px solid #fff;
    }

    /*リスト*/

    #reason .list {
        width: 100%;
    }

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

    #reason .list dl::before {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px);
        border-width: 1px;
    }

    #reason .list dl dt .num {
        width: 90px;
        margin: 0 auto 10px;
    }

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

    #reason .list dl dt .photo {
        border-width: 5px;
    }

    #reason .list dl dd {
        margin-top: 20px;
    }

    #reason .list dl dd .graf {
        margin-top: 20px;
    }

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

    #voice2 .wrap {
        width: 100%;
    }

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

    /*リスト*/

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

    #voice2 .list li.slick-slide {
        padding: 0 5px
    }

    #voice2 .list dl {
        border-radius: 8px;
        padding: 20px 15px;
    }

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

    #voice2 .list dl dd {
        font-size: 12px;
        line-height: 1.5
    }

    #voice2 .list dl dd aside {
        font-size: 8px;
    }

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

    #content {
        background-size: 150%;
        background-position: top right;
    }

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

    #content .list {
        width: 100%;
        margin: auto;
    }

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

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

    /*リストコンテナ*/

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

    .faq_list dl dt {
        margin-bottom: 10px;
    }

    .faq_list dl dt .txt {
        font-size: 13px;
    }

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

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

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

}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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