/*ローディング画面*/
#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #dddddd;
    z-index: 9999;
}

#spinner {
    display: none;
    color: #007bff;
    z-index: 9999;
}

#wrap {
    background: #fff;
    width: 100%;
}

/*
.spinner-border{
    width: 5rem;
    height: 5rem;
}
*/

/* ヘッダー表示領域 start*/
#header {
    background-color: #fff;
    font-family: 'Noto Sans JP', 'Noto Sans TC', sans-serif;
}

.header {
    transition: .5s;
    padding: 0;
}

.top-header {
    background-color: #fff;
    height: 100px;
}

.under-header {
    background-color: #001e43;
}

.hideClass {
    transform: translateY(-88.5px);
}

.navbar-brand {
    margin-left: 0%;
}

.header-img {
    width: 50%;
    height: 100px;
}
.header-img img {
    width: auto;
    padding: 10px 0 10px 0;
    float: right;
    height: 100px;
}

.contact_btn {
    padding-left: 20px;
    padding-right: 20px;
}

.language-list {
    margin-right: 20%;
}

.language-list img {
    width: 35px;
    margin: 0 10px;
    border: solid 1px;
}

.pc-only {
    display: inline;
}

.sp-only {
    display: none;
}

nav {
    position: relative;
}

nav ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    list-style: none;
}

nav ul li {
    position: relative;
    min-width: 50px;
    text-decoration: none;
}

nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #545454;
}

.nav-link {
    padding: 1rem 1rem;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.scrollnav-list>li a {
    display: block;
    padding: 10px;
    color: #f0f0f0 !important;
    text-decoration: none;
    text-align: center;
}

.scrollnav-list li.current a,
.scrollnav-list>li a:hover {
    color: #ffffff;
    background-color: #F15A24;
}

.dropdown-menu {
    background-color: #001e43;
    width: 120%;
}

/* ドロップダウンメニュー・course */
.nav-pc:nth-of-type(3) .dropdown-menu{
    width: 300%;
}
/* ドロップダウンメニュー・How to apply・Tuition fee */
.nav-pc:nth-of-type(4) .dropdown-menu{
    width: 130%;
}
/* ドロップダウンメニュー・Q&A */
.nav-pc:nth-of-type(5) .dropdown-menu{
    width: 300%;
    right: -110px;
}
/* ※ */


.language-list .dropdown-menu {
    background-color: #fff;
}

.dropdown-item {
    padding: 0.5rem 1.5rem;
}

.pc-only .dropdown:hover>.dropdown-menu {
    display: block;
}

.swiper-pagination-bullet {
    background-color: #f0f0f0;
}

.hover_color {
    background-color: #F15A24;
}


/*スマホ表示 start */
    @media screen and (max-width:480px) {
    .header-sp {
        font-family: 'Noto Sans JP', 'Noto Sans TC', sans-serif;
    }

    .header-img {
		width: 70%;
		height: auto;
    }

    .header-img img {
        width: 100%;
        padding: 0 10px;
		float: right;
		height: auto;
    }

    .menu-btn {
        margin: 10px;
        border-color: rgba(0, 0, 0, 0) !important;
    }

    button[aria-expanded="true"] .menu-btn>span {
        position: relative;
        display: none;
    }

    button[aria-expanded="true"] .menu-btn::after {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 28px;
        content: "✕";
    }

    nav {
        border-bottom: 2px solid #8899a6;
    }

    nav ul {
        position: unset;
        margin: 0 15px;
    }

    .nav-link {
        padding: 10px 0 10px 0;
    }

    .contact_btn {
        margin: 5px;
        font-size: 4vw;
        float: left;
    }

    .language-list {
        margin: 5px;
    }

    .language-list_btn {
        font-size: 4vw;
    }

    .language-list .dropdown-menu {
        border: solid 1px #545454;
    }

    .dropdown-menu {
        margin: 10px;
        width: 102%;
        padding: 0;
        background-color: transparent;
        border: 0;
    }

    .dropdown-item {
        padding: 0.5rem 0rem;
        color: #545454;
    }

    .bar_title {
        display: none;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: inline;
        width: 100vw;
    }

    .dropdown-menu {
        font-size: 14px;
    }
}

/*タブレット表示 start */
@media screen and (min-width: 481px) and (max-width: 959px) and (orientation: portrait) {
    .header-sp {
        font-family: 'Noto Sans JP', 'Noto Sans TC', sans-serif;
    }

    .header-img img {
        width: 85%;
    }

    .dropdown-item {
        padding: 0.5rem 1rem;
    }

    .language-list {
        /* margin-right: 40px; */
        margin-right: 25px;
    }

    .language-list button {
        /* font-size: 13px; */
        font-size: 11px;
    }

    .contact_btn {
        /* font-size: 13px; */
        font-size: 11px;
    }

    nav ul {
        position: unset;
    }

    nav ul li {
        /* font-size: 15px; */
        font-size: 11px;
    }

    .top-header .contact_btn {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .nav-link {
        padding: 15px 0 15px 0;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .bar_title {
        display: none;
    }

    .pc-only {
        display: inline;
    }

    .sp-only {
        display: none;
    }

    /* ドロップダウンメニュー・course */
.nav-pc:nth-of-type(3) .dropdown-menu{
    width: 360%;
}
/* ドロップダウンメニュー・How to apply・Tuition fee */
.nav-pc:nth-of-type(4) .dropdown-menu{
    width: 140%;
}
/* ドロップダウンメニュー・Q&A */
.nav-pc:nth-of-type(5) .dropdown-menu{
    width: 400%;
    left: -150px;
}

}

/*小型PC表示 start */
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .header-sp {
        font-family: 'Noto Sans JP', 'Noto Sans TC', sans-serif;
        font-size: 20px;
    }

    .header-img img {
        width: 85%;
    }

    .dropdown-item {
        padding: 0.5rem 1rem;
    }

    .language-list {
        margin-right: 70px;
    }

    .language-list button {
        font-size: 15px;
    }

    .contact_btn {
        font-size: 15px;
    }

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }

    nav ul {
        position: unset;
    }

    .nav-link {
        padding: 15px 0 15px 0;
    }

    .bar_title {
        display: none;
    }

    .pc-only {
        display: inline;
    }

    .sp-only {
        display: none;
    }
}

/* ニュース表示領域 start*/
#news {
    margin-top: 1vw;
    margin-bottom: 3vw;
}

#news .news {
    width: 1024px;
}

.news_title:first-letter {
    font-size: 150%;
    color: #007bff;
}

.news_title {
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    font-weight: 700;
    font-size: 1.5rem;
    border-bottom: 3px solid #000;
    margin: 0 10px 0 10px;
}

#news span {
    font-size: 1rem;
    margin: 0 20px;
}

#news .news_window {
    margin: 20px 35px 10px 20px;
    /* max-height: 300px; */
    max-height: 350px;
    padding: 10px;
    overflow-y: scroll;
}

#news dt {
    margin-bottom: 0.5rem;
}

#news dd {
    border-bottom: 1px solid #ccc;
}

.twitter_title:first-letter {
    font-size: 150%;
    color: #007bff;
}

.twitter_title {
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    font-weight: 700;
    font-size: 1.5rem;
    border-bottom: 3px solid #000;
    margin: 0 10px 0 10px;
}

.twitter-timeline {
    padding: 20px !important;
}

.twitter_area iframe {
    margin: 20px auto;
    display: block;
}

.sns_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 0 60px;
    list-style: none;
}

.sns_icon li {
    margin: 0 30px;
}

.sns_icon img {
    width: 60px;
}

.movie_area {
    text-align: center;
}

.movie_area h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.popup-youtube img {
    width: 65%;
    margin: 2vw auto;
    border: 2px solid #626262;
}

.movie_area .btn {
    color: #FFF;
    background-color: #000;
    padding: 10px 8px;
    width: 250px;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    box-shadow: 10px 10px yellow;
    margin-bottom: 20px;
}

.movie_area .btn a {
    color: #FFF;
}


/*スマホ表示 start */
@media screen and (max-width:480px) {
    #news .news {
        width: 90%;
    }

    .news_title {
        font-size: 20px;
        margin-right: 0px;
        padding: 0.5rem 0.5rem;
    }

    #news .news_area {
        margin: 0px;
    }

    #news .news_window {
        width: 90%;
        margin: 10px auto;
        max-height: 400px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .twitter_area {
        margin: 0px;
    }

    .twitter_title {
        font-size: 20px;
        padding: 0.5rem 0.5rem;
    }

    .facebook_area {
        margin: 0px;
    }

    .facebook_title {
        font-size: 20px;
        padding: 0.5rem 0.5rem;
    }

    .sns_icon li {
        margin: 0 20px;
    }

    .sns_icon img {
        width: 50px;
    }
}

/*タブレット表示 start */
@media screen and (min-width: 481px) and (max-width: 959px) and (orientation: portrait) {
    #news .news {
        width: 85%;
    }

    .news_title {
        font-size: 22px;
        padding: 0.5rem 0.5rem;
    }

    #news .news_window {
        width: 90%;
        margin: 5px;
        max-height: 300px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .twitter_title {
        font-size: 21px;
        padding: 0.5rem 0.5rem;
    }

    .twitter-timeline {
        height: 330px !important;
    }

    .facebook_title {
        font-size: 21px;
        padding: 0.5rem 0.5rem;
    }

    .youtube {
        width: 100%;
    }
}

/*小型PC表示 start */
@media screen and (min-width:960px) and (max-width:1279px) {
    #news .news {
        width: 80%;
    }

    .news_title {
        font-size: 25px;
        padding: 0.5rem 0.5rem;
    }

    #news .news_window {
        max-height: 320px;
    }

    .twitter_title {
        font-size: 25px;
        padding: 0.5rem 0.5rem;
    }

    .twitter-timeline {
        width: 340px !important;
        height: 360px !important;
    }

    .facebook_title {
        font-size: 25px;
        padding: 0.5rem 0.5rem;
    }

    .youtube {
        width: 100%;
    }
}

/* ニュース表示領域 end*/

/* フッター表示領域 start*/
.footer {
    font-size: 20px;
    top: 20px;
    margin-bottom: 20px;
}

.footer_img {
    width: 75%;
}

.footer_address a {
    color: #6c757d;
}

.footer_address p {
    margin-left: 55px;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 16px;
    list-style: none;
}

.footer_contents p {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 15px;
}

.footer_contents h6{
    font-size: 15px;
}

.footer_contents a {
    color: #6c757d
}

@media screen and (max-width:480px) {
    .footer_img {
        width: 80%;
    }

    .footer_address {
        width: auto;
        margin: 10px 0 10px 35px;
    }

    .footer_address p {
        margin: 10px 0px;
    }
}

@media screen and (min-width: 481px) and (max-width: 959px) and (orientation: portrait) {
    .footer_img {
        margin-top: 15px;
        width: 80%;
    }

    .footer_address p {
        font-size: 13px;
    }

    .footer_contents h6 {
        font-size: 13px;
    }

    .footer_contents p a {
        font-size: 12px;
    }

}

/*小型PC表示 start */
@media screen and (min-width:960px) and (max-width:1279px) {

    .footer_img {
        margin-top: 20px;
        width: 65%;
    }
}

/* フッター表示領域 end*/