@charset "utf-8";

html {
    scroll-behavior: smooth;
}

/* 共通パーツ */
img {
    max-width: 100%;
}

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 1.5em;
    color: #222;
}

.wrapper {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}


.flex {
    display: flex;
}

.section {
    padding-top: 60px;
    padding-bottom: 100PX;
}

.pc_none {
    display: none;
}

.section_inner {
    width: 80%;
    margin: 0 auto;

}

.section_titleWrap_wide {
    width: 55%;
    margin: 0 auto;
}

.section_titleWrap {
    width: 50%;
    margin: 0 auto;
}

.section_titleWrap.tight {
    width: 30%
}

.section_title {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0 auto;
    color: #4E7898;
    text-align: center;
    padding: 0 1em;
    position: relative;
}

.section_title::before,
.section_title::after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background-color: #4E7898;

}


.section_title::before {
    /* margin-right: 30px; */
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-35deg)
}

.section_title::after {
    /* margin-left: 30px; */
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(35deg)
}


.section_read {
    width: 100%;
    margin-top: 2em;
    font-size: 14px;
    color: #000000;
    line-height: 1.7em;
    text-align: center;
}


.section_title_B {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #4E7898;
    padding: 0.2em;
}

.section_title_B span {
    font-size: 30px;
    letter-spacing: 0.03em;
}

.concept_heading {
    font-size: 20px;
    line-height: 1.5em;
}

.section_title_BWrap {
    width: 40%;
    border-bottom: solid 2px #000000;
}

.cost_section_title_BWrap {
    width: 20%;
    border-bottom: solid 2px #000000;
}

.news_section_title_BWrap {
    width: 9%;
    border-bottom: solid 2px #000000;
}




/* 問い合わせセクション・共通セクション*/
.inquiry.section {
    background-color: #50708B;
    padding-bottom: 50px;
    /* z-index: 70;
    position: relative; */
}

.sub_mv {
    position: relative;
}

.top_title {
    position: absolute;
    color: #FFF;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 500;
    /* text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000; */
    background-color: rgba(50, 82, 119, 0.8);
    padding: 0.5em 1.5em;
    display: inline-block;
    text-align: center;
    z-index: 10;
    top: 55%;
    left: 3%;
}


.inquiry_title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #FFF;

}



.inquiry_btnarea {
    justify-content: space-between;
    margin-top: 30px;
}

.reservation_icon {
    position: absolute;
    width: 20px;
    left: 10%;
    top: 25%;
}

.mail_inquiry_icon {
    position: absolute;
    width: 20px;
    left: 8%;
    top: 35%;
}

.document_inquiry_icon {
    position: absolute;
    width: 20px;
    left: 12%;
    top: 30%;
}


.inquiry_btn {
    display: inline-block;
    background-color: #F8E264;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    color: #50708B;
    width: 30%;
    height: 64px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: relative;
    transition: 0.4s;
}

.inquiry_btn::after {
    position: absolute;
    top: 50%;
    right: 3em;
    display: block;
    width: .5em;
    height: .5em;
    content: '';
    transform: translateY(-50%) rotate(-45deg);
    border: 2px solid;
    border-top: 0;
    border-left: 0;
}



.inquiry_btn:hover {
    opacity: 0.5;
}

.inquiry_text {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    justify-content: center;
    letter-spacing: 0.1em;
}

.inquiry_text span {
    font-size: 14px;
}

.inquiry_time {
    margin-left: 60px;
}

.inquiry_date {
    margin-left: 30px;
}


/* ヘッダー */
.header {
    max-width: 1458px;
    width: 100%;
    border-top: 10px solid;
    border-color: #5E8AAA;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.header_inner {
    justify-content: space-between;
    align-items: center;

}

.header_logo {
    margin-left: 2em;
    width: 100px;

}

/* ナビゲーション */



.beginner_list_img {
    width: 14px;
    vertical-align: text-top;
    margin-right: 10px;

}

.qa_list_img {
    width: 18px;
    vertical-align: text-top;
    margin-right: 10px;
}

.contact_list_img {
    width: 18px;
    vertical-align: text-top;
    margin-right: 10px;
}

.header_list {
    align-items: center;
    font-size: 14px;
}



.contact_list {
    background-color: #EFF3F7;
}

.header_list a {
    display: block;
    padding: 1.5em 3em;
    transition: 0.4s;
}

.header_list a:hover {
    opacity: 0.5;
}

/* 固定のサイドボタン */

.document_sideber {
    position: fixed;
    z-index: 90;
    top: 340px;
    right: 0%;
}


.counseling_sideber {
    position: fixed;
    z-index: 80;
    top: 140px;
    right: 0%;
}


.document_btn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3em 0.8em 0.8em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #5E8AAA;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    writing-mode: vertical-rl;
    transition: 0.4s;
    letter-spacing: 0.2em;
}

.document_btn:hover {
    background-color: #2B465C;
}

.counseling_btn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3.5em 0.5em 0.5em;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    color: #325277;
    background-color: #E8D274;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    writing-mode: vertical-rl;
    transition: 0.4s;
    letter-spacing: 0.2em;
}

.counseling_btn:hover {
    background-color: #fad015;

}

.document_img {
    width: 40%;
    position: absolute;
    top: 8%;
}

.counseling_img {
    width: 35%;
    position: absolute;
    top: 5%;
}

/* 上へ行くボタン */
.btn_top {
    position: fixed;
    z-index: 90;
    bottom: 0%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: 0.4s;
    background-color: #5E8AAA;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.btn_top::before {
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 10px;
    content: '';
    transform: rotate(-45deg);
    border: 2px solid #FFF;
    border-bottom: 0;
    border-left: 0;
}

.btn_top:hover {
    background-color: #2B465C;
}

/* フッター */

.footer {
    background-color: #fff;
    margin-top: 3em;
    padding-top: 60px;
    border-bottom: 10px solid;
    border-color: #E8D274;
}

.footer_inner {
    justify-content: center;
}

.footer_logo {
    width: 100px;
}

.footer_address {
    display: flex;
    justify-content: center;
    margin-top: 26px;
    margin-bottom: 0.5em;
}

.footer_address p {
    font-size: 12px;
    margin-right: 2em;
}

.footer_icon {
    width: 10px;
    vertical-align: middle;
    margin-right: 5px;
}




.document_sideber,
.counseling_sideber {
    display: block;
}

.inquiry_btn {
    font-size: 12px;
}

.btn_top {
    bottom: 15%;
}

.inquiry_container {
    width: 90%;
}

.inquiry_btn {
    width: 32%;
}





/* ヘッダー ハンバーガーメニュー */
/* .header {
        display: none;
    } */



/* フッター */
.footer_inner {
    /* flex-direction: column; */
    text-align: center;
    /* justify-content: center; */
}



.copyright.none {
    display: none;
}

.sp_copyright {
    /* display: flex; */
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

.copyright_text {
    border-top: 10px solid #E8D274;
    margin-bottom: 20px;

}



.footer_address {
    display: flex;
    justify-content: center;
    /* margin-top: 26px;
    margin-bottom: 0.5em; */
}


.footer {
    border-bottom: 0px;
    padding-top: 0px;
}





/* スマホ・レスポンシブ */
/* SP版 */


@media (max-width: 1025px) {
    .section_titleWrap.tight {
        width: 50%;
    }
}

@media (max-width: 950px) {
    .wrapper {
        width: 90%;
        margin: 0 auto;
        /* width: 800px; */
    }
}

@media (max-width: 900px) {


    .inquiry_title {
        text-align: center;
    }

    .bottom_inquiry {
        display: none;
    }


}

@media (max-width: 770px) {}


@media (max-width: 768px) {

    .sub_mv {
        /* height: 135px; */
        object-fit: cover;
        background-position-x: -467px;
        background-position-y: 546px;
    }

    .top_title {
        font-size: 16px;
    }

    .wrapper {
        width: 90%;
    }

    .header_list a {
        font-size: 12px;

        padding: 1.5em 2em;
    }


    .section_title {
        font-size: 18px;
    }

    .inquiry.section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .inquiry.section {
        display: none;
    }

    /* 
    .inquiry_btnarea {
        flex-direction: column;
        align-items: center;
    } */

    /* .inquiry_btnarea {
        display: none;
    } */


    .inquiry_title {
        font-size: 16px;
        font-weight: 400;
    }

    .inquiry_text {
        display: none;
    }

    /* サイドボタン  */
    .document_sideber,
    .counseling_sideber {
        display: none;
    }


    /* 画面下に固定ボタン */

    .sp_btnarea {
        position: sticky;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-content: center;
        width: 98%;


        bottom: 0px;
        left: 0;
        z-index: 99;
    }

    .sp_btn {
        width: calc(32.5%);
        /* height: 50px; */
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.3em;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        transition: 0.4s;
    }

    .sp_btn_Wrap {
        padding-right: 0.5em;
        position: relative;

    }



    .sp_btn_Wrap img {
        width: 12%;
        margin-right: 0.5em;
        position: absolute;
        top: 0%;
        left: 0;
    }


    .sp_btn_Wrap.document img {
        width: 10%;
        position: absolute;
        top: -5px;
        right: 0;
    }


    .sp_counseling {
        color: #325277;
        background-color: #E8D274;
        position: relative;
        text-align: center;
        padding: 1em 0em 1em 2.2em;

    }

    .sp_document {
        color: #fff;
        background-color: #5E8AAA;
        text-align: center;
        position: relative;
        padding: 2em 0em 1.5em 2.2em;
    }





    .sp_contact {
        color: #FFFFFF;
        background-color: #778899;
        padding: 1.5em 1.5em 1.5em 2.5em;
        position: relative;
        text-align: center;
        padding: 2em 0em 1.5em 2.2em;
    }



    .sp_btn a:hover {
        opacity: 0.5;
    }




    /*共通ぱーつ */


    .inquiry_btnarea {
        /* flex-direction: column; */
        align-items: center;
    }


}

@media (max-width: 600px) {

    .wrapper {
        width: 80%;
    }



    .header {
        max-width: 1440px;
        height: 60px;
        /* display: flex; */
        align-items: center;
        text-align: center;
    }


    .header_inner {
        height: 100%;
        flex-direction: row;
    }

    .header_list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        font-size: 18px;
        transition: 0.4s;
        z-index: 888;
    }

    .contact_list {
        background-color: #FFF;
    }

    .header_listarea {
        background-color: #FFF;
    }

    .show .header_list {
        left: 0;
    }

    .header_hamburger {
        position: relative;
    }

    .header_hamburger::after {
        font-family: 'Material Icons';
        content: '\e5d2';
        font-size: 5vh;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        display: block;
        margin-right: 0.8em;
        color: #4E7898;
    }

    .header_hamburger {
        z-index: 9999;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .show+.header_hamburger::after {
        content: '\e5cd';
        font-family: 'Material Icons';
        font-size: 5vh;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        display: block;
        margin-right: 0.8em;
        color: #4E7898;
    }

    .pc_none {
        display: block;
    }

    .inquiry_text {
        display: none;
    }

    .section_title_BWrap {
        width: 35%;
    }

    .section_titleWrap {
        width: 80%;
    }


    .section_title {
        font-size: 18px;
    }

    .section_title_B {
        font-size: 18px;
    }

    .news_section_title_BWrap {
        width: 25%;
    }




}

@media (max-width: 500px) {
    .footer_address {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 1.8em;
    }

    .sp_btn {
        font-size: 11px;
    }

}

@media (max-width: 520px) {
    .wrapper {
        width: 80%;
    }



}


@media (max-width: 500px) {


    /* .sp_document_icon {
        display: block;
        margin-right: 1px;
        bottom: 18px;
        left: 9px;
    }

    .sp_counseling_icon {
        display: block;
        bottom: 18px;
        left: 9px;
    }

    .sp_contact_icon {
        display: block;
        bottom: 30px;
        left: 9px;
    } */

}

@media (max-width: 500px) {
    .sp_btn {
        font-size: 10px;
    }
}