@charset "UTF-8";

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

/*スライダー*/

#top_slider {
    padding-top: 15px;
}

#top_slider ul.ts_slider li {
    padding: 0 10px;
}


/*メイン*/

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

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

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 .scroll {
    width: 15px;
    position: absolute;
    bottom: 20px;
    right: 30px;
}


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

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

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

#gift1 h2.lead {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 50px;
}

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

#more {
    background: linear-gradient(90deg, rgba(51, 190, 207, 1) 0%, rgba(25, 149, 126, 1) 100%);
    position: relative;
    padding: 30px 0 40px;
}

#more: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 #27aaa7;
    border-bottom: 0;
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    margin: auto;
}

#more .txt {
    width: 360px;
    margin: auto;
}

/*メイン*/

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

#gift2 h2.lead {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 50px;
}


/******************************************************************************
*
* [共通]コース
*
******************************************************************************/

article.course {
    background: linear-gradient(90deg, rgba(237, 83, 103, 1) 0%, rgba(157, 88, 229, 1) 100%);
}

article.course h2.lead {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 60px;
}

/*---------------------
* コース概要
---------------------*/

article.course .about {
    display: flex;
    justify-content: space-between;
}

article.course .about > .box {
    width: 48%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
    transform: translateZ(0);
}

article.course .about > .box .inner {
    background: #fff;
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

article.course .about > .box .inner dl {
    margin-bottom: 30px;
}

article.course .about > .box .inner dl:last-child {
    margin-bottom: 0;
}

/*通常コンテナ*/

article.course .about > .box .inner dl.c {
    background: #f1ebeb;
    border: solid 1px #b3b3b3;
    border-radius: 15px;
    padding: 30px;
}

article.course .about > .box .inner dl.c dt {
    width: 60%;
    margin: 0 auto 30px;
}

article.course .about > .box .inner dl.c .content {
    width: 80%;
    margin: auto;
}

article.course .about > .box .inner dl.c.c_support dt {
    margin-bottom: 0;
}

/*開閉補足*/

article.course .about > .box .inner dl.c.c_about {
    padding: 0;
    border-width: 0;
}

article.course .about > .box .inner dl.c .toggle {
    border: solid 1px #666;
    border-radius: 10px;
    overflow: hidden;
}

article.course .about > .box .inner dl.c .toggle h3 {
    text-align: center;
    background: #666666;
    color: #fff;
    font-size: 18px;
    padding: 6px 10px 8px;
    cursor: pointer;
    position: relative;
}

article.course .about > .box .inner dl.c .toggle h3:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/course/i-open.png);
    background-size: cover;
    position: absolute;
    top: 12px;
    right: 20px;
}

article.course .about > .box .inner dl.c .toggle h3.open:before {
    background-image: url(../images/course/i-close.png);
}

article.course .about > .box .inner dl.c .toggle .txt {
    background: #fafafa;
    padding: 20px;
    font-size: 13px;
    display: none;
}

article.course .about > .box .inner dl.c .toggle .txt .c {
    margin-bottom: 15px;
}

article.course .about > .box .inner dl.c .toggle .txt .c:last-child {
    margin-bottom: 0;
}

article.course .about > .box .inner dl.c .toggle .txt .c h4 {
    font-weight: 900;
    color: #666;
    font-size: 14px;
}

article.course .about > .box .inner dl.c .toggle .txt .c p,
article.course .about > .box .inner dl.c .toggle .txt .c li {
    font-size: 12px;
    color: #666;
}

article.course .about > .box .inner dl.c .toggle .txt .c ol li {
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 5px;
}

article.course .about > .box .inner dl.c .toggle .txt .c ol li:last-child {
    margin-bottom: 0;
}


article.course .about > .box .inner dl.c .toggle .txt .c ol li::before {
    content: "（"counter(cnt) "）";
}

/*ボタン*/

article.course .about > .box .inner dl.c.price .btn {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

article.course .about > .box .inner dl.c.price .btn:last-child {
    margin-bottom: 0;
}

article.course .about > .box .inner dl.c.price .btn .bunkatsu {
    width: 90%;
    margin: 0 auto 10px;
}

article.course .about > .box .inner dl.c.price .btn .card {
    width: 60%;
    margin: 5px auto 0;
}

article.course .about > .box .inner dl.c.price .btn aside ul {
    margin-top: 10px;
    text-align: center;
}

article.course .about > .box .inner dl.c.price .btn aside ul li {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    color: #777;
}

/*注意*/

article.course .about > .box .inner dl.attention {
    background: #999;
    text-align: center;
    font-size: 12px;
    color: #f5f5f5;
    border-radius: 8px;
    padding: 10px 0;
}

a:link {
    color: white; /* 通常のリンク色 */
  }
  
  a:visited {
    color: white; /* 訪問済みリンクの色を白に */
  }
  
  a:hover {
    color: #ccc; /* マウスホバー時の色（必要に応じて変更） */
  }
  
  a:active {
    color: white; /* クリック中のリンク色（任意） */
  }



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

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

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

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

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

#content .list dl {
    margin-bottom: 60px;
}

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

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

#content .list dl dd p {
    font-size: 20px;
    margin-top: 30px;
}

#content .list dl dd aside {
    font-size: 14px;
    margin-top: 20px;
    color: #888;
}



/******************************************************************************
*
* [共通]比較
*
******************************************************************************/

#comparison1 {
    background: linear-gradient(90deg, rgba(237, 83, 103, 1) 0%, rgba(157, 88, 229, 1) 100%);
}

#comparison2 {
    background: #f2f2f2;
}

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


/******************************************************************************
*
* [共通]実績
*
******************************************************************************/

#achi {
    background: #3a4356;
    padding: 40px 0 50px;
}

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

#achi ul.slider li {
    padding: 0 10px;
}


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

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

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

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

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

#step .list dl {
    background: #0b9679;
    padding: 30px 30px 50px;
    box-shadow: 6px 6px 0 #f0f0f0;
    position: relative;
    margin-bottom: 100px;
}

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

#step .list dl::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 30px solid #b9d6ce;
    border-bottom: 0;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
}

#step .list dl:last-child::before {
    display: none;
}

#step .list dl dd {
    padding: 20px 0 0 15px;
}

#step .list dl dd h3 {
    font-size: 46px;
    color: #fff;
    font-weight: 900;
    border-bottom: solid 2px rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
}

#step .list dl dd p {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

/*最終*/

#step .list dl:last-child {
    background: #ef5260;
    text-align: center;
}

#step .list dl:last-child h3 {
    font-size: 80px;
    line-height: 1.5;
    color: #ede47c;
    margin-bottom: 15px;
}



/******************************************************************************
*
* [共通]お問い合わせ
*
******************************************************************************/

#contact {
    background-image: url(../images/bg4.png);
    padding: 40px 0;
    background-size: 100%;
}

#contact .txt {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 60px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

/*見出し*/

#contact .sub {
    font-size: 28px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

#contact .sub span {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 0 5px 5px;
}

#contact h2 {
    font-size: 65px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}

/*電話番号*/

#contact .txt .tel a {
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, rgba(58, 170, 53, 1) 0%, rgba(149, 193, 31, 1) 50%, rgba(58, 170, 53, 1) 99.96%);
    border: solid 4px #fff;
    border-radius: 50px;
    width: 500px;
    margin: auto;
    padding: 10px 0 16px;
}

#contact .txt .tel .icon {
    width: 50px;
    position: relative;
    top: 3px;
}

#contact .txt .tel .num {
    color: #fff;
    margin-left: 20px;
}

#contact .txt .tel .num .main {
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
}

#contact .txt .limit {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    color: #999;
}


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

/*960px以下*/

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

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

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

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

    header.hero_area .scroll {
        width: 9px;
        bottom: 15px;
        right: 10px;
    }

}

/*644px以下*/

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

    #top_slider {
        padding-top: 15px;
    }

    #top_slider ul.ts_slider li {
        padding: 0 5px;
    }

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

    /*1*/

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

    #gift1 h2.lead {
        width: 75%;
        margin: 0 auto 20px;
    }

    #gift1 .list1 {
        width: 94%;
        margin: auto;
    }

    /*2*/

    #more {
        padding: 20px 0 30px;
    }

    #more:before {
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid #27aaa7;
        bottom: -19px;
    }

    #more .txt {
        width: 190px;
    }

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

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

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

    /*---------------------
    * [共通]コース
    ---------------------*/

    article.course {
        background: linear-gradient(130deg, rgba(237, 83, 103, 1) 0%, rgba(157, 88, 229, 1) 100%);
        padding-top: 15px;
    }

    article.course h2.lead {
        width: 100%;
        margin: 0 auto 30px;
    }

    /*コース概要*/

    article.course .about {
        display: block;
    }

    article.course .about > .box {
        width: 100%;
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
        transform: translateZ(0);
        margin-bottom: 50px;
    }

    article.course .about > .box:last-child {
        margin-bottom: 0;
    }

    article.course .about > .box .inner {
        padding: 15px 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    article.course .about > .box .inner dl {
        margin-bottom: 15px;
    }

    /*通常コンテナ*/

    article.course .about > .box .inner dl.c {
        border-radius: 8px;
        padding: 20px 10px;
    }

    article.course .about > .box .inner dl.c dt {
        width: 75%;
        margin: 0 auto 20px;
    }

    article.course .about > .box .inner dl.c .content {
        width: 100%;
    }

    /*開閉補足*/

    article.course .about > .box .inner dl.c .toggle {
        border-radius: 4px;
    }

    article.course .about > .box .inner dl.c .toggle h3 {
        font-size: 14px;
    }

    article.course .about > .box .inner dl.c .toggle h3:before {
        width: 12px;
        height: 12px;
    }

    article.course .about > .box .inner dl.c .toggle .txt {
        padding: 14px;
    }

    article.course .about > .box .inner dl.c .toggle .txt .c {
        margin-bottom: 10px;
    }

    article.course .about > .box .inner dl.c .toggle .txt .c h4 {
        font-size: 12px;
    }

    article.course .about > .box .inner dl.c .toggle .txt .c p,
    article.course .about > .box .inner dl.c .toggle .txt .c li {
        font-size: 11px;
    }

    /*ボタン*/

    article.course .about > .box .inner dl.c.price .btn {
        width: 90%;
        margin-bottom: 20px;
    }

    article.course .about > .box .inner dl.c.price .btn .bunkatsu {
        width: 85%;
        margin: 0 auto 5px;
    }

    article.course .about > .box .inner dl.c.price .btn .card {
        width: 70%;
        margin: 3px auto 0;
    }

    article.course .about > .box .inner dl.c.price .btn aside ul {
        margin-top: 10px;
        text-align: left;
    }

    article.course .about > .box .inner dl.c.price .btn aside ul li {
        font-size: 10px;
    }

    /*注意*/

    article.course .about > .box .inner dl.attention {
        font-size: 10px;
        border-radius: 6px;
        padding: 10px;
    }

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

    #content {
        background-size: 150%;
    }

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

    /*リスト*/

    #content .list {
        width: 100%;
    }

    #content .list dl {
        margin-bottom: 30px;
    }

    #content .list dl dd {
        padding: 15px;
    }

    #content .list dl dd p {
        font-size: 14px;
        margin-top: 20px;
    }

    #content .list dl dd aside {
        font-size: 14px;
        margin-top: 20px;
        color: #888;
    }

    /*---------------------
    * [共通]比較
    ---------------------*/

    article.comparison {
        padding-bottom: 0
    }

    #comparison2 {
        border-bottom: solid 1px #fff;
    }

    article.comparison h2.lead {
        width: 70%;
        margin: 0 auto 30px;
    }

    article.comparison .main {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    /*---------------------
    * [共通]実績
    ---------------------*/

    #achi {
        padding: 30px 0 40px;
    }

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

    #achi ul.slider li {
        padding: 0 5px;
    }

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

    #step {
        background-size: 150%;
    }

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

    /*リスト*/

    #step .list {
        width: 100%;
    }

    #step .list dl {
        padding: 15px 15px 20px;
        box-shadow: 3px 3px 0 #f0f0f0;
        margin-bottom: 50px;
    }

    #step .list dl::before {
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 15px solid #b9d6ce;
        bottom: -35px;
    }

    #step .list dl dd {
        padding: 10px 0 0 5px;
    }

    #step .list dl dd h3 {
        font-size: 20px;
        border-bottom-width: 1px;
        padding-bottom: 10px;
    }

    #step .list dl dd p {
        font-size: 14px;
        font-weight: 400;
    }

    /*最終*/

    #step .list dl:last-child h3 {
        font-size: 36px;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }

    /*---------------------
    * [共通]お問い合わせ
    ---------------------*/

    #contact {
        padding-top: 30px;
    }

    #contact .txt {
        padding: 30px 0;
    }

    /*見出し*/

    #contact .sub {
        font-size: 14px;
    }

    #contact .sub span {
        padding: 3px 5px 4px;
    }

    #contact h2 {
        font-size: 32px;
        margin-bottom: 12px;
        margin-top: 5px;
    }

    /*電話番号*/

    #contact .txt .tel a {
        border: solid 4px #fff;
        width: 250px;
        padding: 12px 0 16px;
    }

    #contact .txt .tel .icon {
        width: 24px;
        top: 1px;
    }

    #contact .txt .tel .num {
        margin-left: 10px;
    }

    #contact .txt .tel .num .main {
        font-size: 24px;
    }

    #contact .txt .limit {
        font-size: 14px;
        margin-top: 5px;
    }

}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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