@charset "UTF-8";

/******************************************************************************
*
* [共通]追従
*
******************************************************************************/

#fb {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 5px 0;
    display: none;
}

#fb .txt {
    width: 75%;
    margin: auto;
}

#fb .btn {
    margin-top: -18px;
}

#fb aside {
    width: 80%;
    margin: -5px auto 0;
}

/******************************************************************************
*
* [概要]FV
*
******************************************************************************/

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

article.cta_txt {
    padding: 40px 0 30px
}

article.cta_txt#cta_txt2 {
    padding-top: 0;
}


/*---------------------
* A
---------------------*/

.marquee-right {
    overflow: hidden;
}

.marquee-right ul {
    animation: marquee-right 80s linear infinite;
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
}

.marquee-right ul li {
    list-style: none;
    width: 1000px;
}

.marquee-right img {
    display: block;
    width: 100%;
}

@keyframes marquee-right {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.marquee-left {
    overflow: hidden;
}

.marquee-left ul {
    animation: marquee-left 80s linear infinite;
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
}

.marquee-left ul li {
    list-style: none;
    width: 1000px;
}

.marquee-left img {
    display: block;
    width: 100%;
}

@keyframes marquee-left {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}

/*---------------------
* B
---------------------*/

.fv-b {
    position: relative;
}

.fv-b .marquee-right ul {
    animation: marquee-right 30s linear infinite;
}

.fv-b .marquee-right ul li {
    width: 450px;
}

.fv-b h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/******************************************************************************
*
* [概要]概要
*
******************************************************************************/

#overview {
    background: #082025;
    padding-bottom: 0;
}

/*上段*/

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

#overview section.top p {
    font-size: 13px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

#overview section.top .photo {
    width: 95%;
    margin: auto;
}

/*下段*/

#overview section.under {
    margin-top: 60px;
}

#overview section.under .list {
    width: 95%;
    margin: 30px auto;
}

#overview section.under .txt {
    width: 82%;
    margin: auto;
}



/******************************************************************************
*
* [共通]生徒の作品
*
******************************************************************************/

#growth {
    background: #fff;
}

#growth h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 900;
    margin: 40px 0 20px;
}

#growth p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 40px;
}

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

.works {
    width: 100%;
    margin: 0 auto 90px;
}


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

/*---------------------
* 導入
---------------------*/

#prof_outset {
    position: relative;
    margin-bottom: 100px;
}

#prof_outset .outset {
    width: 70%;
    background-color: #fff;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 10;
}

/*---------------------
* コラボ
---------------------*/

#prof_colab {
    background: #082025;
    padding-top: 20px;
}

#prof_colab .c_main .lead .sub {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#prof_colab .c_main .lead .sub span {
    display: inline-block;
    border: solid 1px #fff;
    padding: 3px 15px 5px;
}

#prof_colab .c_main p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 30px 0;
}

#prof_colab .c_main .opus ul li {
    margin-bottom: 20px;
}

#prof_colab .c_main .opus ul li:last-child {
    margin-bottom: 0;
}

/*その他*/

#prof_colab .c_sub {
    margin-top: 50px;
}

#prof_colab .c_sub .other_lead {
    width: 80%;
    margin: 0 auto 50px;
}



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

#achi section {
    margin-bottom: 150px;
}

#achi section:last-child {
    margin-bottom: 0;
}

/*見出し*/

#achi section .title {
    margin-bottom: 20px;
}

#achi section .title .en {
    width: 90%;
}

#achi section .title .sub {
    margin: 20px 0 10px;
}

#achi section .title .sub span {
    font-size: 14px;
    background: #fa3283;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px 3px;
}

#achi section .title h2 {
    font-size: 24px;
    font-weight: 900;
    color: #fa3283;
}

/*段落*/

#achi section p {
    margin-bottom: 10px;
}

/*差分*/


#achi section:nth-child(even) .title .en {
    margin-left: auto;
}

#achi section:nth-child(even) .title .sub,
#achi section:nth-child(even) .title h2 {
    text-align: right;
}



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

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

#step .list {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
}


/******************************************************************************
*
* [共通]想い
*
******************************************************************************/

#thoughts {
    background-image: url(../images/thoughts/bg.jpg);
    background-size: cover;
    background-position: center top;
    padding-top: 20px;
}

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

#thoughts p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-top: 30px;
}


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

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

#text section {
    margin-bottom: 80px;
}

#text section:last-child {
    margin-bottom: 0;
}

#text .lead {
    margin-bottom: 15px;
}

#text .lead .sub {
    text-align: center;
    font-size: 8px;
    margin-bottom: 10px;
    opacity: 0.5
}

#text .lead h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

/*---------------------
* ボックス
---------------------*/

#text .box {
    padding: 20px 15px;
    border-radius: 10px;
    border: solid 3px #fff;
    -webkit-backdrop-filter: blur(20px) brightness(120%);
    backdrop-filter: blur(20px) brightness(120%);
}

#text .box p {
    font-size: 13px;
    color: #555;
}

/*画像*/

#text .box .photo {
    margin: 30px auto;
}

#text .box .photo.p1 {
    width: 87%;
}

#text .box .p3 {
    border: solid 1px #ccc;
    margin-bottom: 30px;
}

/*ブルーオーシャン*/

#text .box .bo {
    background: #0051fe;
    padding: 20px 15px;
    border-radius: 6px;
    margin-top: 30px;
}

#text .box .bo h3 {
    width: 85%;
    margin: auto;
}

#text .box .bo p {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}


/******************************************************************************
*
* [共通]過去
*
******************************************************************************/

#past {
    background: #082025;
}

#past section {
    margin-bottom: 80px;
}

#past section:last-child {
    margin-bottom: 0;
}

/*リード*/

#past h2.lead {
    width: 75%;
    margin-bottom: 20px;
}

#past section.s2 h2.lead {
    margin-left: auto;
}

#past section.s3 h2.lead {
    width: 80%;
    margin: 0 auto 30px;
}

/*段落*/

#past p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
}

#past section.s3 p {
    text-align: center;
}


/******************************************************************************
*
* [共通]メリット
*
******************************************************************************/

#merit h2.lead {
    width: 70%;
    margin-bottom: 50px;
}

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

#merit .list dl {
    border: solid 1px #333;
    padding: 20px 15px;
    box-shadow: 5px 5px 0 #7551f6;
    margin-bottom: 50px;
}

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

/*タイトル*/

#merit .list dl dt {
    display: flex;
    justify-content: space-between;
}

#merit .list dl dt .num {
    width: 45px;
    position: relative;
    top: 5px;
}

#merit .list dl dt .title {
    width: 70%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin-bottom: 20px;
}

#merit .list dl dt .title .sub {}

#merit .list dl dt .title .sub span {
    background: #7551f6;
    font-weight: bold;
    color: #fff;
    padding: 3px 10px 4px;
}

#merit .list dl dt .title h3 {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.4;
    color: #7551f6;
    margin-top: 10px;
}

/*段落*/

#merit .list dl dd p {
    margin-bottom: 10px;
}


/******************************************************************************
*
* [共通]推薦
*
******************************************************************************/

#reco {
    position: relative;
}

#reco .en {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0
}

#reco .wrap {
    position: relative;
}

#reco h2.lead {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 80px;
}

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

#reco .list dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px
}

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

#reco .list dl dt {
    width: 40%;
    position: relative;
    z-index: 3;
}

#reco .list dl dd {
    width: 55%;
}

/*情報*/

#reco .list dl dd .info .job {
    margin-bottom: 5px;
}

#reco .list dl dd .info .job span {
    display: inline-block;
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
}

#reco .list dl dd .info .name {
    font-size: 30px;
}

#reco .list dl dd .info .copy {
    font-size: 12px;
    margin-top: 10px;
}

/*メッセージ*/

#reco .list dl dd .message {
    margin-top: 30px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}

#reco .list dl dd .message::before {
    content: "";
    display: block;
    width: 105%;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    height: 105%;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    top: -15px;
    right: 0;
    background: #f2f2f2;
    border-radius: 6px;
}

#reco .list dl dd .message h3 {
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
}

#reco .list dl dd .message p {
    font-size: 12px;
    position: relative;
}

/*差分*/

#reco .list dl:nth-child(even) {
    flex-flow: row-reverse;
}

#reco .list dl:nth-child(even) dd .info {
    text-align: right;
}

#reco .list dl:nth-child(even) dd .message {
    padding-right: 0;
    padding-left: 15px;
}

#reco .list dl:nth-child(even) dd .message::before {
    right: inherit;
    left: 0;
}



/******************************************************************************
*
* [共通]トピック
*
******************************************************************************/

#topic {
    background-image: url(../images/topic/bg.jpg);
    background-size: cover;
    background-position: center;
}

#topic h2.lead {
    width: 70%;
    margin: 0 auto 60px;
}

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

#topic .list dl {
    width: 85%;
    margin-bottom: 60px;
}

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

#topic .list dl:nth-child(even) {
    margin-left: auto;
}

#topic .list dl dt {
    margin-bottom: 20px;
}

#topic .list dl dt .num {
    width: 80px;
}

#topic .list dl dt h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
    color: #fff;
    margin-top: -15px;
}

#topic .list dl dt h3 small {
    display: inline-block;
}

#topic .list dl dt h3 span {
    color: #ebeb23;
}

#topic .list dl dt .sub {
    font-size: 8px;
    color: #fff;
    margin-top: 5px;
}



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

#faq {
    background: #f2f2f2;
}

#faq .wrap {
    display: flex;
    justify-content: space-between;
}

#faq .wrap h2.lead {
    width: 90px;
}

#faq .wrap .faq_list {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}

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

/*リストコンテナ*/

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

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

/*リスト内部*/

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

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

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

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

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

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

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

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




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

/*644px以下*/

@media only screen and (max-width: 644px) {
    #fb {
        display: block;
    }

    /*FV(B)*/

    .fv-b .marquee-right ul li {
        width: 100vw;
    }
}

/*450px以下*/

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

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

    #overview {
        padding-bottom: 20px;
    }

    /*上段*/

    #overview section.top h2.lead {
        width: 80%;
    }

    #overview section.top p {
        font-size: 12px;
    }

    #overview section.top .photo {
        width: 100%;
    }

    /*下段*/

    #overview section.under {
        margin-top: 60px;
    }

    #overview section.under .list {
        width: 100%;
        margin: 30px auto 40px;
    }

    #overview section.under .txt {
        width: 90%;
        margin: auto;
    }

    /*---------------------
    * [共通]生徒の作品
    ---------------------*/

    #growth h2 {
        width: 90%;
        margin: auto;
    }

    #growth h3 {
        font-size: 20px;
        margin: 30px 0;
    }

    #growth p {
        font-size: 13px;
    }

    .works {
        margin: 0 auto 70px;
    }

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

    /*導入*/

    #prof_outset {
        margin-bottom: 80px;
    }

    #prof_outset .outset {
        width: 64%;
    }

    /*コラボ*/

    #prof_colab {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    #prof_colab .c_main .lead .sub span {
        padding: 4px 15px 5px;
    }

    #prof_colab .c_main p {
        font-size: 12px;
    }

    #prof_colab .c_main .opus ul li {
        margin-bottom: 10px;
    }

    /*その他*/

    #prof_colab .c_sub {
        margin-top: 40px;
    }

    #prof_colab .c_sub .other_lead {
        width: 70%;
        margin: 0 auto 40px;
    }

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

    #achi section {
        margin-bottom: 100px;
    }

    #achi section:last-child {
        margin-bottom: 0;
    }

    /*見出し*/

    #achi section .title {
        margin-bottom: 20px;
    }

    #achi section .title .en {
        width: 90%;
    }

    #achi section .title .sub {
        margin: 20px 0 5px;
    }

    #achi section .title .sub span {
        font-size: 12px;
        padding: 3px 8px 5px;
    }

    #achi section .title h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    /*---------------------
    * [共通]想い
    ---------------------*/

    #thoughts p {
        font-size: 13px;
    }

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

    #text {
        background-size: 110%;
    }

    #text section {
        margin-bottom: 60px;
    }

    #text .lead {
        margin-bottom: 20px;
    }

    #text .lead h2 {
        font-size: 18px;
    }

    /*ボックス*/

    #text .box {
        padding: 20px 12px;
        border-width: 2px;
    }

    #text .box .photo {
        margin: 20px auto;
    }

    #text .box .p3 {
        margin-bottom: 20px;
    }

    /*ブルーオーシャン*/

    #text .box .bo {
        padding: 30px 12px;
        margin-top: 20px;
    }

    #text .box .bo h3 {
        width: 92%;
    }

    #text .box .bo p {
        margin-top: 30px;
    }

    /*---------------------
    * [共通]メリット
    ---------------------*/

    #merit .list dl {
        padding: 20px 14px;
    }

    #merit .list dl dt .num {
        width: 40px;
        top: 2px;
    }

    #merit .list dl dt .title {
        width: 70%;
        width: -webkit-calc(100% - 55px);
        width: calc(100% - 55px);
    }

    #merit .list dl dt .title .sub span {
        font-size: 11px;
        padding: 3px 6px 4px;
    }

    #merit .list dl dt .title h3 {
        font-size: 16px;
        margin-top: 5px;
    }

    /*---------------------
    * [共通]推薦
    ---------------------*/

    #reco .en {
        width: 50px;
        left: 5px
    }

    #reco h2.lead {
        font-size: 20px;
        margin-bottom: 60px;
    }

    /*リスト*/

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

    #reco .list dl dt {
        width: 40%;
    }

    #reco .list dl dd {
        width: 56%;
    }

    #reco .list dl dd .info .job {
        margin-bottom: 3px;
    }

    #reco .list dl dd .info .job span {
        font-size: 11px;
        padding: 2px 5px 3px;
    }

    #reco .list dl dd .info .name {
        font-size: 24px;
    }

    #reco .list dl dd .info .copy {
        font-size: 11px;
        margin-top: 8px;
    }

    /*メッセージ*/

    #reco .list dl dd .message::before {
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        top: -15px;
    }

    #reco .list dl dd .message h3 {
        font-size: 15px
    }

    #reco .list dl dd .message p {
        font-size: 11.5px;
    }

    /*---------------------
    * [共通]トピック
    ---------------------*/

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

    #topic .list dl:nth-child(odd) dt {
        padding-left: 15px;
    }

    #topic .list dl:nth-child(even) dt {
        padding-right: 15px;
    }

    #topic .list dl dt .num {
        width: 70px;
    }

    #topic .list dl dt h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-top: -10px;
    }

    #topic .list dl dt .sub {
        font-size: 6px;
        margin-top: 8px;
    }

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

    #faq .wrap h2.lead {
        width: 80px;
    }

    #faq .wrap .faq_list {
        width: -webkit-calc(100% - 105px);
        width: calc(100% - 105px);
    }

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


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

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

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



}
