@charset "UTF-8";

/******************************************************************************
*
* ヘッダー
*
******************************************************************************/

header.hero_area {
    width: 100vw;
    height: auto;
    position: relative;
    z-index: 10;
}

header.hero_area::before {
    content: "";
    display: block;
    padding-top: 47.9%;
}

header.hero_area .hero_area_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/header_img.jpg);
    background-size: cover;
    background-position: center;
}

/*---------------------
* ボタン
---------------------*/

.ha_cta {
    background: #000;
    padding: 30px 0;
    position: relative;
    z-index: 10;
}

.ha_cta .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ha_cta .limit,
.ha_cta .btn {
    width: 49%;
    box-sizing: border-box;
}

/*限定*/

.ha_cta .limit .before {
    color: #b3b3b3;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}

.ha_cta .limit .before i {
    display: inline-block;
    width: 35px;
    height: 20px;
    background-image: url(../images/arrow1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 6px;
    top: 2px
}

.ha_cta .limit .before span {
    position: relative;
}

.ha_cta .limit .before span::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #d40908;
    position: absolute;
    bottom: 13px;
    left: 0;
}
.seccond span::before {
	display:none !important;
}

.ha_cta .limit .after {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
    color: #fff;
}

.ha_cta .limit .after span {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.ha_cta .limit .after span::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #FFBF5A;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.ha_cta aside {
    font-size: 13px;
    line-height: 1.4;
    color: #b3b3b3;
    margin-top: 10px;
}

/******************************************************************************
*
* CTA
*
******************************************************************************/

.cta1,
.cta2 {
    position: relative;
    z-index: 10;
}

/*---------------------
* トップバー
---------------------*/

.cta1 .top_bar {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(12, 13, 15, 1) 0%, rgba(48, 56, 66, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 13, 15, 1) 0%, rgba(48, 56, 66, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(12, 13, 15, 1)), color-stop(1, rgba(48, 56, 66, 1)));
    background: -o-linear-gradient(0deg, rgba(12, 13, 15, 1) 0%, rgba(48, 56, 66, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(12, 13, 15, 1) 0%, rgba(48, 56, 66, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 13, 15, 1) 0%, rgba(48, 56, 66, 1) 100%);
    padding: 15px 0;
}

/*---------------------
* メインビジュアル
---------------------*/

.cta1 .cta1_main {
    background-image: url(../images/cta/cta_bg1.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}

.cta1 .cta1_main .wrap {
    position: relative;
}

/*講師*/

.cta1 .cta1_main .cta_teacher {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 30%;
    z-index: 2;
}

/*[テキスト部] コンテナ*/

.cta1 .cta1_main .cta_txt {
    width: 75%;
    margin-left: auto;
}

.cta1 .cta1_main .cta_txt .cta_lead {
    margin-bottom: 30px;
}

/*[テキスト部] 限定*/

.cta1 .cta1_main .cta_txt .limit {
    display: flex;
    align-items: center;
    position: relative;
}

.cta1 .cta1_main .cta_txt .limit::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: -10%;
    width: 100%;
    height: 100%;
    transform: skewX(-15deg);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.cta1 .cta1_main .cta_txt .limit .before {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
}

.cta1 .cta1_main .cta_txt .limit .before i {
    display: inline-block;
    width: 35px;
    height: 20px;
    background-image: url(../images/arrow2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 6px;
    top: 2px;
    margin-right: 15px
}

.cta1 .cta1_main .cta_txt .limit .before span {
    position: relative;
}

.cta1 .cta1_main .cta_txt .limit .before span::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #d40908;
    position: absolute;
    bottom: 13px;
    left: 0;
}

.cta1 .cta1_main .cta_txt .limit .after {
    font-size: 32px;
    line-height: 1.8;
    font-weight: 900;
}

.cta1 .cta1_main .cta_txt .limit .after span {
    position: relative;
}

/*[テキスト部] ボタン*/

.cta1 .cta1_main .cta_txt .btn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 105%;
    box-sizing: border-box;
    position: relative;
    right: 5%;
    z-index: 2;
    padding-bottom: 40px;
    align-items: center;
}

.cta1 .cta1_main .cta_txt .btn .cta_btn {
    width: 50%;
}

.cta1 .cta1_main .cta_txt .btn aside {
    width: 48%;
    font-size: 12px;
    line-height: 1.4;
    color: #b3b3b3;
    margin-top: 10px;
}

/*---------------------
* 特典
---------------------*/

.cta2 {
    background-image: url(../images/cta/cta_bg2.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 10px;
}

.cta2 .cta2_lead {
    width: 90%;
    margin: auto;
}

.cta2 .cta2_gift {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta2 .cta2_gift .txt {
    width: 65%;
}

.cta2 .cta2_gift .gift_img {
    width: 35%;
}

/*タイトル*/

.cta2 .cta2_gift .title {
    padding-bottom: 20px;
    margin-bottom: 22px;
    position: relative;
}

.cta2 .cta2_gift .title::before {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cta2 .cta2_gift .title .sub {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
}

.cta2 .cta2_gift .title h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.4;
}

.cta2 .cta2_gift p small {
    color: #666;
}


/******************************************************************************
*
* 悩み
*
******************************************************************************/

#trouble {
    background-color: #2c333d;
    background-image: url(../images/c/trouble_bg.jpg);
    background-size: 1400px;
    background-repeat: no-repeat;
    background-position: center top 160px;
    position: relative;
}

#trouble .bg_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#trouble .trouble_lead {
    width: 80%;
    margin: 0 auto 80px;
}

#trouble .t_person {
    width: 50%;
    margin: 0 auto;
}

/*---------------------
* リスト
---------------------*/

#trouble .t_list ul {
    display: flex;
    flex-wrap: wrap;
}

#trouble .t_list ul li {
    width: 49%;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    background-image: url(../images/c/trouble_icon.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center left;
}

#trouble .t_list ul li:nth-child(even) {
    margin-left: 2%;
}

#trouble .t_list ul li:nth-child(n+3) {
    margin-top: 10px;
}

/******************************************************************************
*
* 解決
*
******************************************************************************/

/*---------------------
* SEC1
---------------------*/

#solution1 {
    padding: 10px 0 30px;
}

#solution1 .solution_lead1 {
    width: 60%;
    margin: auto;
}

/*---------------------
* SEC2
---------------------*/

#solution2 {
    background-image: url(../images/c/solution_bg.jpg);
    background-size: 100%;
    background-position: center top;
}

#solution2 .solution_lead2 {
    width: 60%;
    margin: 0 auto 50px;
}

#solution2 .solution_list {
    width: 50%;
    margin: 0 auto 50px;
}

#solution2 aside.voice_aside {
    text-align: center;
    margin-top: 50px;
    color: #777;
    font-size: 15px;
}

/*声*/

#solution2 .voice {
    display: flex;
    justify-content: space-between;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
}

#solution2 .voice dl {
    width: 32%;
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
    border-radius: 7px;
}

#solution2 .voice dl dt {
    display: flex;
    justify-content: space-between;
}

#solution2 .voice dl dt .ava {
    width: 90px;
}

#solution2 .voice dl dt .title {
    width: 70%;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
}

#solution2 .voice dl dt .title h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
    color: #d40908;
}

#solution2 .voice dl dt .title h3 small {
    display: inline-block;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

#solution2 .voice dl dt .title .name {
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
    color: #808080;
    margin-top: 5px;
}

#solution2 .voice dl dd {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
}

/******************************************************************************
*
* メリット
*
******************************************************************************/

#merit {
    background-image: url(../images/c/merit_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 1200px;
}

#merit .merit_lead {
    width: 50%;
    margin: 0 auto 80px;
}

/*---------------------
* リスト
---------------------*/

#merit .merit_list dl {
    display: flex;
    align-items: center;
}

#merit .merit_list dl:nth-child(n+2) {
    margin-top: 80px;
}

#merit .merit_list dl dt,
#merit .merit_list dl dd {
    width: 50%;
    box-sizing: border-box;
}

#merit .merit_list dl dd {
    background: #fff;
    position: relative;
}

#merit .merit_list dl dd::before {
    content: "";
    display: block;
    width: 20px;
    height: 110%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

#merit .merit_list dl dd .title {
    display: flex;
    justify-content: space-between;
}

#merit .merit_list dl dd .title .num {
    width: 40px;
}

#merit .merit_list dl dd .title h3 {
    width: 80%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
}

#merit .merit_list dl dd p {
    font-size: 14px;
    margin-top: 20px
}

/*差分*/

#merit .merit_list dl:nth-child(even) {
    flex-flow: row-reverse;
}

#merit .merit_list dl:nth-child(even) dd::before {
    left: inherit;
    right: -20px;
}


/******************************************************************************
*
* 未来
*
******************************************************************************/

#future {
    background-image: url(../images/c/future_bg.svg);
    background-size: 50px;
}

#future .future_lead {
    width: 70%;
    margin: 0 auto 80px;
}

#future .future_list {
    width: 80%;
    margin: auto;
}

/******************************************************************************
*
* 講師紹介
*
******************************************************************************/

#profile {
    background-image: url(../images/c/profile_bg.jpg);
    background-size: cover;
}

#ebi aside {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #888;
}

/*---------------------
* エビデンス
---------------------*/

#ebi .ebi_lead {
    width: 500px;
    margin: 0 auto 50px;
}

#ebi .ebi_list ul.el_slide {
    display: flex;
    flex-wrap: wrap;
}

#ebi .ebi_list ul.el_slide > li {
    width: 32%;
    margin-right: 2%;
}

#ebi .ebi_list ul.el_slide li:nth-child(3n) {
    margin-right: 0;
}

#ebi .ebi_list ul.el_slide li:nth-child(n+4) {
    margin-top: 15px;
}

/******************************************************************************
*
* 可能性
*
******************************************************************************/

/*sec1*/

#possibility .p_lead1 {
    width: 75%;
    margin: 0 auto 30px;
}

#possibility p.tc {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

#possibility .p_about {
    width: 80%;
    margin: 40px auto 50px;
}

/*sec2*/

#possibility .p_icon {
    width: 50px;
    margin: 0 auto 40px;
}

#possibility .p_lead2 {
    width: 75%;
    margin: 0 auto 30px;
}

#possibility .p_graf {
    width: 75%;
    margin: 30px auto 0;
}

#possibility .p_graf img {
    border: solid 1px #ccc;
    box-sizing: border-box;
}

/*---------------------
* SEC3
---------------------*/

#possibility .p_step {
    margin-top: 50px;
}

#possibility .p_step ul li.txt {
    width: 75%;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
    border: solid 3px #333;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#possibility .p_step ul li.txt p {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 900;
}

#possibility .p_step ul li.txt .ebi {
    margin: 20px 0 40px;
}

#possibility .p_step ul li.txt .ebi img {
    box-sizing: border-box;
    border: solid 1px #ccc;
}

#possibility .p_step ul li.arrow {
    width: 40px;
    margin: 15px auto;
}

.slick-dots li {
    margin: 0;
}

/******************************************************************************
*
* カリキュラム内容
*
******************************************************************************/

#content {
    background-image: url(../images/c/content_bg.jpg);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: right top;
}

#content .c_lead {
    width: 70%;
    margin: 0 auto 50px;
}

/*---------------------
* カルーセル
---------------------*/

#content .c_banner {
    margin-top: 20px;
}

#content .c_banner ul li {
    box-sizing: border-box;
    padding: 0 6px;
}

#content .c_banner ul li img {
    box-sizing: border-box;
    border: solid 1px #000;
}

.slick-next {
    right: -20px;
}

.slick-prev {
    left: -24px;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    opacity: 1;
    font-size: 24px;
}

/******************************************************************************
*
* 特典
*
******************************************************************************/

#gift {
    background-image: url(../images/c/gift_bg.jpg);
    background-position: center top;
}

#gift .gift_lead {
    width: 85%;
    margin: 0 auto 50px;
}

#gift .gift_list ul li:nth-child(n+2) {
    margin-top: 30px;
}


/******************************************************************************
*
* メッセージ
*
******************************************************************************/

#message {
    background-image: url(../images/c/message_bg.jpg);
}

#message .message_lead {
    width: 50%;
    margin: 0 auto 50px;
}

#message p {
    text-align: center;
}


/******************************************************************************
*
* FAQ
*
******************************************************************************/

#faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 50px;
}



/******************************************************************************
*
* レスポンシブ対応
*
******************************************************************************/

/*1920px以下*/

@media only screen and (max-width: 1920px) {

    /*---------------------
    * ヘッダー
    ---------------------*/

    header.hero_area::before {
        padding-top: 920px;
    }

}

/*1400px以下*/

@media only screen and (max-width: 1400px) {}

/*960px以下*/

@media only screen and (max-width: 960px) {

    /*---------------------
    * ヘッダー
    ---------------------*/

    header.hero_area::before {
        padding-top: 132.3%;
    }

    header.hero_area .hero_area_inner {
        background-image: url(../images/header_img_sp.jpg);
    }

    /*ボタン*/

    .ha_cta {
        padding: 10px 0 15px;
    }

    .ha_cta .limit {
        margin-bottom: 15px;
    }

    .ha_cta .limit .before {
        font-size: 20px;
        line-height: 1.4;
    }

    .ha_cta .limit .before i {
        width: 30px;
    }

    .ha_cta .limit .after {
        font-size: 26px;
    }

    .ha_cta .limit .after span {
        padding-bottom: 3px;
        line-height: 1.2;
    }

    .ha_cta .limit .after span::before {
        height: 2px;
    }

    .ha_cta .limit aside {
        font-size: 11px;
        margin-bottom: 14px;
    }

    /*---------------------
    * CTA
    ---------------------*/

    /*メインビジュアル*/

    .cta1 .cta1_main .cta_teacher {
        left: -11%;
        width: 33%;
    }

    .cta1 .cta1_main .cta_txt {
        width: 80%;
    }

    .cta1 .cta1_main .cta_txt .limit::before {
        left: -16%;
        width: 110%;
    }

    .cta1 .cta1_main .cta_txt .limit .before {
        font-size: 20px;
    }

    .cta1 .cta1_main .cta_txt .limit .after {
        font-size: 24px;
    }

    /*特典*/

    .cta2 .cta2_gift .title .sub {
        font-size: 26px;
    }

    .cta2 .cta2_gift .title h2 {
        font-size: 36px;
    }

    /*---------------------
    * 解決
    ---------------------*/

    #solution2 .voice {
        display: block;
    }

    #solution2 .voice dl {
        width: 100%;
        padding: 15px;
    }

    #solution2 .voice dl:nth-child(n+2) {
        margin-top: 15px;
    }

    #solution2 .voice dl dt .ava {
        width: 70px;
    }

    #solution2 .voice dl dt .title {
        width: 70%;
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }

    #solution2 .voice dl dt .title h3 {
        font-size: 15px;
    }

    #solution2 .voice dl dt .title .name {
        font-size: 11px;
        margin-top: 3px;
    }

    #solution2 .voice dl dd {
        font-size: 13px;
        margin-top: 20px;
    }


}

/*644px以下*/

@media only screen and (max-width: 644px) {

    /*---------------------
    * ヘッダー
    ---------------------*/

    .ha_cta .wrap {
        display: block;
    }

    .ha_cta .limit,
    .ha_cta .btn {
        width: 100%;
    }

    /*---------------------
    * CTA
    ---------------------*/

    /*トップバー*/

    .cta1 .top_bar {
        padding: 10px 0;
    }

    .cta1 .top_bar img {
        width: 80%;
        margin: auto;
    }

    /*メインビジュアル*/

    .cta1 .cta1_main {
        background-image: url(../images/cta/cta_bg1_sp.jpg);
        padding-top: 30px;
    }

    .cta1 .cta1_main .cta_teacher {
        left: -12%;
        width: 42%;
    }

    .cta1 .cta1_main .cta_txt {
        width: 100%;
    }

    .cta1 .cta1_main .cta_txt .cta_lead {
        margin-bottom: 20px;
    }

    .cta1 .cta1_main .cta_txt .limit {
        display: block;
    }

    .cta1 .cta1_main .cta_txt .limit::before {
        left: -20%;
        width: 108%;
    }

    .cta1 .cta1_main .cta_txt .limit .before {
        font-size: 16px;
        padding-top: 5px;
    }

    .cta1 .cta1_main .cta_txt .limit .before i {
        width: 30px;
    }

    .cta1 .cta1_main .cta_txt .limit .after {
        font-size: 22px;
        line-height: 1.3;
        padding-bottom: 10px;
    }

    .cta1 .cta1_main .cta_txt .btn {
        display: block;
        margin-top: 20px;
        width: 80%;
        right: 0;
        padding-bottom: 30px;
        margin-left: auto;
    }

    .cta1 .cta1_main .cta_txt .btn .cta_btn {
        width: 98%;
        margin-left: auto;
    }

    .cta1 .cta1_main .cta_txt .btn aside {
        width: 100%;
        box-sizing: border-box;
        font-size: 11px;
        color: #fff;
        padding-left: 50px;
    }

    /*特典*/

    .cta2 {
        background-image: url(../images/cta/cta_bg2_sp.jpg);
    }

    .cta2 .cta2_lead {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .cta2 .cta2_gift {
        display: block;
        margin-top: 10px;
    }

    .cta2 .cta2_gift .txt {
        width: 100%;
    }

    .cta2 .cta2_gift .gift_img {
        width: 50%;
        margin: 15px auto 0;
        position: relative;
        right: 8%;
    }

    .cta2 .cta2_gift .title {
        padding-bottom: 20px;
        margin-bottom: 22px;
        text-align: center;
    }

    .cta2 .cta2_gift .title::before {
        right: 0;
        margin: auto;
    }

    .cta2 .cta2_gift .title .sub {
        font-size: 18px;
    }

    .cta2 .cta2_gift .title h2 {
        font-size: 26px;
    }

    .cta2 .cta2_gift p {
        font-size: 14px;
    }

    /*---------------------
    * 悩み
    ---------------------*/

    #trouble {
        background-image: url(../images/c/trouble_bg.jpg);
        background-size: 900px;
        background-position: center top 100px;
    }

    #trouble .trouble_lead {
        width: 100%;
        margin: 0 auto 40px;
    }

    #trouble .t_person {
        width: 70%;
    }

    /*リスト*/

    #trouble .t_list ul li {
        font-size: 13px;
        line-height: 1.4;
        padding-left: 22px;
        background-size: 17px;
        background-position: top 5px left 0;
    }

    #trouble .t_list ul li:nth-child(n+3) {
        margin-top: 15px;
    }

    /*---------------------
    * 解決
    ---------------------*/

    /*sec1*/

    #solution1 {
        padding: 12px 0 20px;
    }

    #solution1 .solution_lead1 {
        width: 100%;
    }

    /*sec2*/

    #solution2 {
        background-image: url(../images/c/solution_bg_sp.jpg);
    }

    #solution2 .solution_lead2 {
        width: 85%;
        margin: 0 auto 30px;
    }

    #solution2 .solution_list {
        width: 80%;
        margin: 0 auto 30px;
    }

    #solution2 aside.voice_aside {
        margin-top: 22px;
        font-size: 12px;
    }

    /*---------------------
    * メリット
    ---------------------*/

    #merit {
        background-size: 90%;
    }

    #merit .merit_lead {
        width: 70%;
        margin: 0 auto 50px;
    }

    /*リスト*/

    #merit .merit_list dl {
        display: block;
    }

    #merit .merit_list dl:nth-child(n+2) {
        margin-top: 40px;
    }

    #merit .merit_list dl dt,
    #merit .merit_list dl dd {
        width: 100%;
    }

    #merit .merit_list dl dt {
        margin: 0 calc(50% - 50vw) 15px;
        width: 100vw;
    }

    #merit .merit_list dl dd::before {
        display: none;
    }

    #merit .merit_list dl dd .title .num {
        width: 32px;
    }

    #merit .merit_list dl dd .title h3 {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        font-size: 20px;
        line-height: 1.5;
    }

    /*---------------------
    * 未来
    ---------------------*/

    #future {
        background-size: 40px;
    }

    #future .future_lead {
        width: 90%;
        margin: 0 auto 30px;
    }

    #future .future_list {
        width: 100%;
    }

    /*---------------------
    * 講師紹介
    ---------------------*/

    #profile {
        background-image: url(../images/c/profile_bg_sp.jpg);
        padding-bottom: 20px;
    }

    #ebi aside {
        font-size: 12px;
        margin-top: 40px;
    }

    #ebi .ebi_lead {
        width: 85%;
        margin: 0 auto 20px;
    }

    #ebi .ebi_list ul.el_slide {
        display: block;
    }

    #ebi .ebi_list > ul.el_slide .slick-track li {
        width: 100%;
        margin-right: 0;
    }

    #ebi .ebi_list ul.el_slide li:nth-child(n+4) {
        margin-top: 0;
    }

    /*---------------------
    * 可能性
    ---------------------*/

    /*sec1*/

    #possibility .p_lead1 {
        width: 100%;
        margin-bottom: 20px;
    }

    #possibility p.tc {
        font-size: 13px;
    }

    #possibility .p_about {
        width: 100%;
        margin: 20px auto 30px;
    }

    /*sec2*/

    #possibility .p_icon {
        width: 30px;
        margin: 0 auto 30px;
    }

    #possibility .p_lead2 {
        width: 100%;
        margin: 0 auto 20px;
    }

    #possibility .p_graf {
        width: 100%;
        margin: 20px auto 0;
    }

    /*SEC3*/

    #possibility .p_step {
        margin-top: 30px;
    }

    #possibility .p_step ul li.txt {
        width: 100%;
        border-width: 2px;
        padding: 20px 10px;
        border-radius: 10px;
    }

    #possibility .p_step ul li.txt p {
        font-size: 17px;
    }

    #possibility .p_step ul li.txt .ebi {
        margin: 15px 0;
    }

    #possibility .p_step ul li.arrow {
        width: 25px;
        margin: 10px auto;
    }

    /*---------------------
    * カリキュラム内容
    ---------------------*/

    #content {
        background-size: 90%;
    }

    #content .c_lead {
        width: 80%;
        margin: 0 auto 30px;
    }

    /*カルーセル*/

    #content .c_banner ul li {
        padding: 0 3px;
        opacity: 0.3;
    }

    .slick-next {
        right: -15px;
    }

    .slick-prev {
        left: -15px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 18px;
    }

    .slick-active {
        opacity: 1 !important;
    }

    /*---------------------
    * 特典
    ---------------------*/

    #gift {
        background-image: url(../images/c/gift_bg_sp.jpg);
        background-size: cover;
    }

    #gift .gift_lead {
        width: 100%;
        margin: 0 auto 30px;
    }

    #gift .gift_list ul li:nth-child(n+2) {
        margin-top: 20px;
    }

    /*---------------------
    * メッセージ
    ---------------------*/

    #message {
        background-size: contain;
    }

    #message .message_lead {
        width: 80%;
        margin: 0 auto 30px;
    }

    #message p {
        font-size: 14px;
    }

    /*---------------------
    * FAQ
    ---------------------*/

    #faq h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {

    .ha_cta .limit {
        margin-bottom: 12px;
    }

    .ha_cta .limit .before {
        font-size: 18px;
    }

    .ha_cta .limit .before span::before {
        bottom: 10px;
    }

    .ha_cta .limit .after {
        font-size: 24px;
    }

    /*---------------------
    * CTA
    ---------------------*/

    .cta1 .cta1_main .cta_teacher {
        left: -12%;
        width: 45%;
    }


}

/*330px以下*/

@media only screen and (max-width: 330px) {}
