@charset "utf-8";

/* 共通パーツ */
.circle {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #222;
    background-color: #FFF;
    line-height: 24px;
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
    margin-left: 1em;
    font-size: 10px;
    letter-spacing: 0.1em;
}




/* メインビジュアル */
.mv {
    width: 100%;
    position: relative;
    z-index: 1;
}




.castle_mv img {
    object-position: 0 100%
}


.mv_titleWrap {
    width: 500px;
    color: #fff;
    background-color: #164071;
    opacity: 0.9;
    position: absolute;
    padding: 1.7em;
    left: 15px;
    bottom: 0;
    z-index: 222;
}


.mv_title {
    color: #fff;
}

.mv_circle {
    width: 97px;
    height: 97px;
    background-color: #ebb237;
    border-radius: 50%;
    position: absolute;
    top: 22%;
    right: 5%;
}

.mv_circle p {
    text-align: center;
    padding-top: 0.9em;
    line-height: 1.3em;
}


.mv_title {
    margin-top: 5%;
    font-size: 42px;
    line-height: 1.5em;
}

.mv_title span {
    font-size: 50px;
    font-weight: bold;
    border-bottom: solid 4px #EAC36C;
}

.mv_title_sub {
    padding: 2% 2% 2% 9%;
    border: solid 1px #fff;
    letter-spacing: 0.1em;
}






.slick-slide img {
    display: block;
    object-fit: cover;
    z-index: -1111;
}

.slick-dots {
    position: relative;
    z-index: 333;
    text-align: center;
    margin: -70px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 0px;
}

/* .student_mv img {
    position: absolute;
    left: 10px;
} */

.slick-dots button {
    color: #EAC36C;
    outline: none;
    width: 1px;
    height: 1px;
    display: block;
    border-radius: 50%;
    background: #EAC36C;
}

.slick-dots .slick-active button {
    background: #EAC36C;
    opacity: 1;
}

.slick-dots li button::before {
    color: #EAC36C !important;
}

.slick-dots li button::before {
    color: #EAC36C;
    line-height: 1;
    width: 10px;
    height: 10px;

}

.slick-dots li button {
    color: #EAC36C;
    outline: none;
    width: 10px;
    height: 10px;
}



.main_visvisual {
    height: 700px;
    width: 100%;
}

.second_visual {
    height: 700px;
    width: 100%;
}

.third_visual {
    height: 700px;
    width: 100%;
}





/* メッセージ~夢を諦めていませんか？~ */



.message.section {
    margin-top: 7em;
    letter-spacing: 0.1em;
}

.messege_box {
    font-size: 16px;
    margin-top: 30px;
    justify-content: center;
    text-align: center;
    line-height: 2.0;
}



.section_read span {
    position: relative;
}

.section_read span::before {
    content: '.';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E8D274;
    font-weight: 600;
}


.message_group {
    width: 90%;
    margin: 0 auto;
    margin-top: 5em;
    justify-content: space-between;
}

.message_item {
    width: 30%;
    /* height: 200px; */
}

.message_img {
    border-radius: 20px;
    width: 100%;
    height: 200px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.message_item {
    overflow: hidden;
    position: relative;
    background-color: #000;
    border-radius: 20px;
}



.message_item :hover .message_img {
    opacity: 0.6;
    transition-duration: 0.7s;
}

.message_item_text {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

/* サポート */
.support.section {
    padding-top: 100px;
    background-color: #F2F7F8;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.support_title {
    justify-content: center;
    position: relative;
}

.support_title::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 40%;
    left: 30%;
    width: 34px;
    height: 2px;
    background-color: #707070;
    transform: rotate(60deg);
}

.support_title::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 40%;
    right: 30%;
    width: 34px;
    height: 2px;
    background-color: #707070;
    transform: rotate(-60deg);
}


.support_box {
    justify-content: center;
    margin-top: 20px;
    line-height: 2.0;
    letter-spacing: 0.1em;
}


.contents_container {
    width: 100%;
    margin-top: 100px;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
}

.contents_item {
    justify-content: center;
    width: 25%;
    padding: 14px 16px 30px;
    background-color: #FFF;
    border-radius: 20px;
    border: 2px #7D8F9D solid;
}


.contents_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #50708B;
}

.contents_title.margin {
    margin: 30px 0 25px;
}

.contents_title span {
    position: relative;
    display: inline-block;
}

.contents_title span::before {
    content: '.';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E8D274;
    font-weight: 600;
}

.contents_text {
    margin-top: 20px;
    /* margin-left: 20px; */
    font-size: 14px;
    line-height: 2em;
}

.contents_img {
    width: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.contents_img.small {
    width: 35px;
}

.contents_img.large {
    width: 50px;
}

.contents_item_circle {
    margin: -55px auto 20px;
    display: flex;
    align-items: center;
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #E8D274;
    border-radius: 50%;
}


/* コンセプト */

.consept_container {
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.concept.section {
    position: relative;
    text-align: start;
}

.concept_txt_Box {
    width: 50%;
}

.concept_title {
    display: inline-block;
    position: relative;
    margin-bottom: 1em;
}

.concept_title::before {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -0.1em;
    width: 130px;
    height: 3px;
    background-color: #222;
    border-radius: 2px;
}

.concept_heading {
    margin-top: 2em;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.concept_detail {
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 14px;
    line-height: 2.5em;
    letter-spacing: 0.1em;
}



.concept_box {
    position: relative;
    margin-left: 1em;
}

.concept_img {
    width: 360px;
    height: 360px;
    object-fit: cover;
    object-position: left;
    z-index: 2;
}

.concept_feature {
    position: absolute;
    bottom: 0%;
    right: -5%;
    z-index: -1;
}

.feature_img {
    width: 150px;
}



/* ニュース */
.news.section {
    background-color: #F7F7F8;
    position: relative;
    padding-bottom: 120px;
}

.news_title {
    display: inline-block;
    position: relative;
    margin-bottom: 1em;
}

.news_title::before {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -0.1em;
    width: 80px;
    height: 3px;
    background-color: #222;
    border-radius: 2px;
}

.news_title span {
    text-transform: uppercase;
}

/* .news_text {
    font-size: 14px;
    position: absolute;
    transform: rotate(90deg);
    top: 11%;
    left: 5%;
} */

/* .text_circle {
    background-color: #F7F7F8;
} */

.news_container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

/* ページネーション */
/* .news_container_slick {
    position: relative;
} */

.slick-prev::before,
.slick-next::before,
.slick-prev::after,
.slick-next::after {
    position: absolute;
    top: -30px;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    /* color: red;
    font-size: 26px;
    display: inline-block;
    font-style: normal; */
}

.slick-prev::after,
.slick-next::after {
    width: 14px;
    height: 14px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
}

.slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}

.slick-prev::after {
    right: 4px;
    transform: rotate(-135deg);
}

.slick-prev {
    top: 107%;
    left: 27%;
}

.slick-next {
    top: 350px;
    right: 34%;
}



.slick-initialized .slick-slide {
    display: flex;
}

.slick-dots {
    position: relative;
}

.news_container_slick .slick-dots li {
    display: inline-block;
    transition: 0.4s;
    width: 8%;
    text-align: center;
}

.news_container_slick .slick-dots li:hover::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 12%;
    transform: translateY(-50%)translateX(-50%);
    z-index: -1;
    padding: 15px;
    background-color: #F2E4A9;
    border-radius: 50%;
}

.news_container_slick .slick-dots li button {
    position: relative;
    font-size: initial;
    color: initial;
    background-color: initial;
}

.news_container_slick .slick-dots li button:before {
    content: none;
}

.news_container_slick .slick-dots {
    bottom: -60px;
    margin: 0;
}


.news_item {
    position: relative;
    display: flex;
    align-items: center;
    /* height: 40px; */
}

.news_item.space {
    line-height: 2em;
}

.news_item dd {
    font-size: 16px;
    color: #50708B;
    font-weight: 500;
    padding-left: 0.5em;
    transition: 0.4s;
}

.news_item dd:hover {
    color: #EAC36C;
}


.news_item br {
    display: flex;
    justify-content: flex-end;
}

.news_item::before {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -1em;
    width: 100%;
    height: 1px;
    background-color: #707070;
    border-radius: 1px;
}

.news_detail {
    margin-top: 30px;
}

.news_img {
    display: block;
    width: 50%;
}

.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.news_detail p {
    font-size: 14px;
    width: 45%;
    margin-left: 20px;
    line-height: 1.8;
}

.dt_wrap {
    display: flex;
    align-items: center;
}

.dt_wrap span {
    display: inline-block;
    font-size: 14px;
    background-color: #E8D274;
    text-align: center;
    font: 400;
    font-size: 10px;
    padding: 0em .3em;
    vertical-align: text-top;
    color: #5E8AAA;
    margin: 0px 10px;
}

.click_btnarea {
    padding: 0px 0 60px;
}

.click_list {
    display: flex;
    justify-content: center;
    position: relative;
}

.click_list li {
    display: inline-block;
    /* padding: 0em 3em 0em; */
    transition: 0.4s;
    width: 10%;
}

.click_list a {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.click_list a:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    z-index: -1;
    padding: 15px;
    background-color: #F2E4A9;
    border-radius: 50%;
}

/* .click_list::before {
    position: absolute;
    top: 50%;
    left: 16.5em;
    display: block;
    width: .5em;
    height: .5em;
    content: '';
    transform: translateY(-50%) rotate(-45deg);
    border: 1px solid;
    border-bottom: 0;
    border-right: 0;
} */

/* .click_list::after {
    position: absolute;
    top: 50%;
    right: 20.5em;
    display: block;
    width: .5em;
    height: .5em;
    content: '';
    transform: translateY(-50%) rotate(-45deg);
    border: 1px solid;
    border-top: 0;
    border-left: 0;
} */

/* .click_list li {
    display: block;
} */

/* .click_list li:hover {
    background-color: #F2E4A9;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 0.5;
    align-items: center;
} */


/* 問い合わせ共通セクション base.css */


/* あなたならどこに行きたい？ */

.recommend.section {
    background-image: url(../image/country_bgi.jpg);
    height: 92vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recommend_container.wrapper {
    max-width: 1000px;
}

.reconmend_title {
    display: flex;
    justify-content: center;

}

.recommend_text {
    font-size: 14px;
    margin-top: 40px;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.8;
}





.info.section {
    background-color: #BFD7E2;
    padding-bottom: 80px;
}



.info_container {
    display: flex;
    /* width: 100%; */
    margin-top: -400px;
    justify-content: space-between;
}


/* .info_inner {
    display: flex;
    justify-content: space-between;
} */



.info_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_box {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 30px; */
}

/* .info_icon {
    width: 20%;
} */

.info_god_icon {
    width: 55px;
}

.info_area p {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    margin-right: 10px;
}

.info_title {
    font-size: 24px;
    font-weight: bold;
    color: #50708B;
}


.info_area span {
    font-size: 22px;
    color: #EBE9DC;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    display: inline-block;
}

.info_area span::first-letter {
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.info_space {
    padding-left: 1em;
}

.info_emhasis {
    white-space: nowrap;
    margin-left: 20px;
}

.info_emhasis_sp {
    display: none;
}


.info_item {
    width: 100%;
    margin-top: 20px;
}

.info_text {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.8;
}

.info_button {
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}



.button_img.spain.open {
    transform: rotate(180deg);
}

.button_img.latinamerica.open {
    transform: rotate(180deg);
}


/* .info_group::after {
    content: "\025b2";
    text-align: center;
}

.info_group.open::after {
    content: "\025b2";
    text-align: center;
    transform: rotate(180deg)
} */



.info_button a:hover {
    opacity: 0.8;

}

.button_img {
    width: 12px;
}



.info_nav {
    background-color: #EFF3F7;
    width: 480px;
    padding: 1em 2em;
    display: flex;
    justify-content: center;
    display: none;
}



.info_nav.show {
    display: block;

}

.info_list {
    margin-left: 0.5em;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}


.info_list li {
    font-size: 12px;
    font-weight: 600;
    color: #50708B;
    width: calc(33.33%);
    padding: 10px 0;
    text-align: start;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.info_list a {
    transition: 0.4s;
}


.info_list a:hover {
    color: #EAC36C;
}


/* コスト */

.section {
    position: relative;
}


.section_icon {
    position: absolute;
    left: 20px;
    top: 70px;
}

.section_tag {
    width: 40px;
}

.cost_item {
    background-image: url(../image/paper_bgi.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 30px;
    height: 100%;
    width: 100%;
    margin-top: 50px;
}



.cost_title::before {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -0.2em;
    width: 150px;
    height: 3px;
    background-color: #222;
    border-radius: 2px;
}

.cost_text p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-left: 90px;
    color: #222;
    display: inline-block;
    /* padding-top: 1em; */
}

.cost_text {
    align-items: center;
}

.example_text {
    color: #50708B;
    font-size: 14px;
    padding-top: 20px;
    padding-left: 10px;
    font-weight: 600;
}


.cost_inner {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.cost_detail_group {
    width: 240px;
    background-color: #F8F8DA;
    padding: 1.0em 0 2em;
}

.cost_box {
    background-color: #5692B7;
    padding: 1em 0em;
    width: 240px;
    /* flex-direction: column; */
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 110px;
    position: relative;
    vertical-align: middle;
}


.cost_box p {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
}

.cost_box span {
    font-size: 10px;
}

.cost_box::before {
    content: '';
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #5692B7;
}

.cost_img {
    width: 30px;
}

.cost_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8F8DA;
    width: 240px;
    padding-top: 0.5em;
    align-items: center;
}

.cost_detail_text {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    background-color: #B8D2E3;
    border-radius: 10px;
    text-align: center;
    width: 160px;
    display: block;
    letter-spacing: 0.05em;
    padding: 0.2em 0;
}


.cost_detail_box p {
    color: #50708B;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    /* text-align: end; */
}

.cost_detail_box {
    max-width: 180px;
    text-align: end;
    padding: 1em 0em;
}



/* SP版 */


@media (max-width: 1080px) {
    .contents_container {
        gap: 50px;
    }

    .contents_item {
        width: 28%;
    }



}

@media (max-width: 1120px) {
    /* .info_container {
        width: 85%;
    } */

    .info_title {
        font-size: 18px;
    }


    .info_area span {
        font-size: 16px;
        line-height: 1.3em;
    }
}

@media (max-width: 1028px) {
    .dt_wrap {
        flex-direction: column;
    }

    .news_detail {
        margin-top: 20px;
    }

    .dt_wrap span {
        width: 85%;

    }

}



@media (max-width: 950px) {

    /* 時間がないから・・・ */
    .message.wrapper {
        max-width: 780px;
    }

    .message_item_text {
        font-size: 20px;
    }



    /* サポート */

    .support_title::before {
        left: 19%;
    }

    .support_title::after {
        right: 19%;
    }

    /* コンセプト */

    .section_icon {
        display: none;
    }

    .concept_img {
        width: 350px;
    }

    .concept_detail {
        line-height: 1.8;
    }

    .concept_feature {
        bottom: 0%;
        right: -5%;
    }

    /* ニュース */
    .news.section {
        padding: 60px 0 0;
    }

    .click_list::before {
        left: 12.5em;
    }

    .click_list::after {
        right: 16.5em;
    }

    /* .slick-prev {
        top: 103%;
        left: 27%;
    } */

    .slick-next {
        top: 103%;
        right: 34%;
    }

    /* あなたならどこに行きたい */
    /* .info_container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */

    /* .info_inner+.info_inner {
        margin-top: 60px;
    } */


    .info_emhasis_sp {
        display: block;
        line-height: 0.5em;
    }

    /* コスト */

    .cost.section {
        padding-bottom: 0;
    }





}

@media (max-width: 810px) {}



@media (max-width: 768px) {


    /* mv */
    .main_visvisual {
        margin-top: 60px;
        height: 500px;
        width: 100%;
    }

    .second_visual {
        margin-top: 60px;
        height: 500px;
        width: 100%;
    }

    .third_visual {
        margin-top: 60px;
        height: 500px;
        width: 100%;
    }

    .cost_box {
        width: 180px;
    }

    .cost_detail {
        width: 180px;
    }

    .cost_detail_group {
        width: 180px;
    }


}



/* コスト */





.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
}


/* メッセージ */

/* .message.section_title {
    text-align: center;
} */



.messege_box {
    padding: 0.5em 0.7em;
}




.contents_text {
    font-size: 12px;
}

.support_text {
    font-size: 12px;
}

.support_text {
    font-size: 12px;
}

.recommend_text {
    font-size: 12px;
}






/* サポート */

.support_title {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.support_title::before {
    top: 70%;
    left: 8%;
    width: 36px;
}

.support_title::after {
    top: 70%;
    right: 8%;
    width: 36px;
}

.support_text {
    text-align: center;
    justify-content: center;
    align-items: center;
}


.section_icon {
    display: none;
}

.concept_detail {
    width: 100%;
}



/* ニュース */
.news_title {
    justify-content: flex-start;
}

.news_box {
    width: 45%;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    /* border: 1px solid #707070; */
    box-shadow: rgba(0, 0, 0, 0.9);
    border-radius: 30px;
}

.news_detail p {
    font-size: 13px;
}

.news_item::before {
    display: none;
}

.news_item {
    padding: 0em 0em;
    display: flex;
}

.news_item dd {
    font-size: 15px;
    line-height: 1.5em;
    justify-content: flex-start;
    text-align: start;
    transition: 0.4s;
}

.news_item dd a:hover {
    opacity: 0.5;
    color: #E8D274;
}



.news_item dt {
    font-size: 12px;
    /* margin-left: 0.5em; */
}



.click_list li {
    padding: 0em 1.5em 0em;
}


.click_list::before {
    left: 1.5em;
}

.click_list::after {
    right: 1.5em;
}

.slick-prev {
    top: 110%;
    left: 18%;
}

.slick-next {
    top: 110%;
    right: 27%;
}

.news_container_slick .slick-dots li:hover::after {
    top: 20%;
    left: 19%;
    padding: 10px;
}

.news_container_slick .slick-dots li {
    width: 13%;
}


/* .news_detail p {
        margin-top: 20px;
        width: 100%;
    }

    .news_img {
        display: none;
    } */

/* どこに行きたい */



.reconmend_title {
    display: flex;
    justify-content: center;
}

/* .info.section {
        display: flex;
        flex-direction: column;

    } */



.info_inner {
    width: 47%;
}

.info_group {
    background-color: #fff;
    width: 100%;
    padding: 20px 30px 10px 30px;
}



.info_sp {
    display: none;
}




.info_icon {
    width: 55px;
}

.info_space {
    margin-left: 0px;
}

.info_nav {
    width: 100%;
}

.info_list li {
    font-size: 10px;
}



/* cost */

.cost_title {
    display: flex;
    justify-content: flex-start;
}

.cost_headding {
    margin-left: 3em;
}

.cost_text {
    align-items: flex-start;
}


.cost_inner {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5em;
    /* height: 80%; */
}



.cost.section {
    padding-bottom: 30px;
}

.example_text {
    padding-top: 10px;

}

@media (max-width: 1015px) {
    .info_sp {
        display: block;
    }

    .section_titleWrap_wide {
        width: 90%;
    }
}

@media (max-width: 950px) {
    .news_item span {
        font-size: 10px;
    }

}

@media (max-width: 900px) {
    .concept_img {
        width: 320px;
        height: 320px;
        object-fit: cover;
        object-position: left;
        z-index: 2;
    }

}

@media (max-width: 800px) {
    .consept_container {
        flex-direction: column;
    }



    .concept_txt_Box {
        width: 100%;
    }




    .concept_box {
        width: 350px;
        margin: 3em auto;

    }

    .concept_box img {
        width: 100%;

    }

    /* .contents_container {
        gap: 20px;
    } */



    .info_title {
        font-size: 16px;
    }

    .info_emhasis {
        font-size: 12px;
    }

    .info_box p {
        font-size: 12px;
    }

    .slick-prev::before,
    .slick-next::before,
    .slick-prev::after,
    .slick-next::after {
        position: absolute;
        top: 0px;
        left: 0;
    }

}


@media (max-width: 769px) {

    .mv_wrap {
        width: 100%;
    }

    /* .mv_title_img {
        width: 80%;
        position: absolute;
        bottom: 0%;
        left: 0em;
        left: 15%;
        opacity: 0.95;
        z-index: 2;
    } */






    .slick-dots {
        position: relative;
        z-index: 3;
        text-align: center;
        margin: 70px 0 0 0;
    }

    .contents_item {
        width: 40%;
    }

    .message_text {
        font-size: 12px;
    }


    .news_detail {
        display: none;
    }

    .news_box {
        width: 100%;
        background-color: #fff;
        /* border: 1px solid #707070; */
        box-shadow: rgba(0, 0, 0, 0.9);
        border-radius: 20px;
    }



    .dt_wrap {
        flex-direction: row;
    }


    .info_inner {
        width: 49%;
    }

    .info_group {
        width: 100%;
        padding: 20px 30px 10px 30px;
    }




}

@media (max-width: 600px) {

    .message.section {
        margin-top: 0;
    }

    .mv_titleWrapWrap {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .mv_titleWrap {
        width: 80vw;
        background-color: #164071;
        position: absolute;
        padding: 2em;
        margin: 0 auto;
        bottom: 0;
        z-index: 111;
    }

    .mv_circle {
        width: 15vw;
        height: 15vw;
        background-color: #ebb237;
        border-radius: 50%;
        position: absolute;
        top: 22%;
        right: 5%;
    }

    .mv_circle p {
        font-size: 14px;
        align-items: center;
        text-align: center;
        line-height: 1.3em;
    }


    .mv_title {
        margin-top: 5%;
        font-size: 36px;
        line-height: 1.5em;
    }

    .mv_title span {
        font-size: 46px;
        font-weight: bold;
        border-bottom: solid 4px #EAC36C;
    }

    .mv_title_sub {
        padding: 2% 2% 2% 6%;
        border: solid 1px #fff;
        letter-spacing: 0em;
    }


    .contents_item {
        width: 42%;
    }

    .messege_box {
        font-size: 14px;
    }



    .message_group {
        margin-top: 45px;
    }

    .contents_title {
        font-size: 16px;
    }




    .info_box {
        width: 80%;
    }

    .info_inner {
        width: 100%;
        margin: 0 auto;

    }

    .info_inner+.info_inner {
        margin-top: 50px;
    }

    .info_area p {
        font-size: 14px;
        line-height: 1.3em;
        font-weight: 600;
        margin-right: 10px;
    }

    .info_title {
        font-size: 24px;
    }


    .info_area span {
        font-size: 22px;
        color: #EBE9DC;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        text-transform: capitalize;
        display: inline-block;
    }


    .info_container {
        flex-direction: column;
    }



    .cost_box {
        width: 300px;
    }

    .cost_detail {
        width: 300px;
    }

    .cost_detail_group {
        width: 300px;
    }

    .cost_detail_text {
        width: 200px;

    }

    .cost_detail_box p {
        font-size: 20px;
    }

    .cost_inner {
        flex-direction: column;
    }

    .cost_group+.cost_group {

        margin-top: 30px;
    }

}


@media (max-width: 770px) {


    .cost_text {
        flex-direction: column;
    }

    .cost_text p {
        margin-top: 2em;
        margin-left: 0;
        font-size: 12px;
    }

    .cost_section_title_BWrap {
        width: 30%;
    }




}

@media (max-width:520px) {


    .mv_titleWrapWrap {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .mv_titleWrap {
        width: 95vw;
        background-color: #325277;
        padding: 1.7em;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 12px;
        z-index: 999;
    }




    .mv_circle {
        width: 82px;
        height: 82px;
        background-color: #ebb237;
        border-radius: 50%;
        position: absolute;
        top: 22%;
        right: 5%;
    }

    .mv_circle p {
        font-size: 13px;
        align-items: center;
        text-align: center;
        line-height: 1.3em;
    }


    .mv_title {
        margin-top: 5%;
        font-size: 34px;
        line-height: 1.5em;
    }



    .mv_title span {
        font-size: 40px;
        font-weight: bold;
        border-bottom: solid 4px #EAC36C;
    }

    .mv_title_sub {
        font-size: 14px;
        padding: 2% 2% 2% 6%;
        border: solid 1px #fff;
        letter-spacing: 0em;
    }

    .section_titleWrap_wide {
        width: 80%;

    }


    .section_read {
        font-size: 12px;
        margin-top: 3em;
        line-height: 2em;
    }

    .sp_paragraph {
        display: none;
    }


    .news_item {
        flex-direction: column;
    }

    .contents_item {
        width: 80%;
    }

    .news_item dd {
        margin-top: 0.5em;
    }

    .message_group {
        flex-direction: column;
    }

    .message_item {
        width: 100%;
        height: 150px;
        margin-top: 1em;
    }

}



@media (max-width:450px) {
    .concept_heading {
        font-size: 18px;
    }

    .info_title {
        font-size: 22px;
    }

    .info_area p {
        font-size: 12px;
    }

}


@media (max-width:400px) {


    .mv_circle {
        width: 78px;
        height: 78px;
        background-color: #ebb237;
        border-radius: 50%;
        position: absolute;
        top: 22%;
        right: 5%;
    }

    .mv_circle p {
        font-size: 12px;
        align-items: center;
        text-align: center;
        line-height: 1.3em;
    }


    .mv_title {
        margin-top: 5%;
        font-size: 28px;
        line-height: 1.5em;
    }

    .mv_title span {
        font-size: 34px;
        font-weight: bold;
        border-bottom: solid 4px #EAC36C;
    }

    .mv_title_sub {
        font-size: 12px;
        padding: 1% 1% 1% 3%;
        border: solid 1px #fff;
        letter-spacing: 0em;
    }


    .info_container {
        margin-top: -370px;

    }

    .news_container_slick .slick-dots {
        margin-top: -70px;
    }

    .student_mv img {
        object-position: 45% 0;
    }




}