@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    overflow-y: scroll;
}

header,footer {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    color: #333;
}

header p,footer p {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    padding: 5px 0px;
}


header img,footer img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

header a,footer a {
    cursor: pointer;
    text-decoration: none;
    color: #444444;
}

a:hover {
    color: #808080;

}

 header ul,footer ul {
    list-style: none;
}

header h2 ,footer h2{
    font-size: 2.5rem;
}

.large_txt {
    font-size: 5rem;
}

.blue_txt {
    color: #30A1D2;
}

.pc_display {
    display: inline-block;
}

.mobile_display {
    display: none;
}

/* ///////// 詳細ボタン：PC ///////////*/

/* ///////// 無料体験予約：PC ///////////*/

/* ///////// ヘッダー：PC ///////////*/

header {
    width: 100%;
    display: flex;
    background: #fff;
    height: auto;
    box-shadow: 0 0 1.2rem 0.08rem rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 99999;
}

.main-menu {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
}

.logo {
    display: flex;
    padding: 0;
    width: 10%;
}

.logo img {
    width: 120px;
}

.pc-menu {
    width: 70%;
}

.nav-btns {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px 15px 10px;
}

.nav_btn_2 {
    background: #F7F87B;
    color: #444444;
    padding: 5px 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0.1rem 0.2rem 0 rgb(0, 0, 0);
    width: 180px;
    text-align: center;
}

.nav_btn_2:hover {
    background: #F2E633;
    transition: .4s;
}

.pc-menu>ul {
    display: flex;
    list-style: none;
}

.pc-menu>ul>li {
    text-align: center;
    font-size: 1rem;
    padding: 0 13px;
    width: auto;
}

.pc-menu>ul>li>a {
    display: block;
    text-decoration: none;
    color: #444444;
    line-height: 60px;
}

.pc-menu>ul>li>a:hover {
    color: #0070ad;
}

.sp-menu__box {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}

.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #444444;
    position: absolute;
}

.sp-menu__box span:before {
    bottom: 8px;
}

.sp-menu__box span:after {
    top: 8px;
}

#sp-menu__check {
    display: none;
}

#sp-menu__check:checked~.sp-menu__box span {
    background: rgba(255, 255, 255, 0);
    transition: .4s;
}

#sp-menu__check:checked~.sp-menu__box span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: .4s;
    background: #fff;
}

#sp-menu__check:checked~.sp-menu__box span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: .4s;
    background: #fff;
}

#sp-menu__check:checked~.sp-menu__content {
    left: 0;
}

.sp-menu__content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #0070ad;
    transition: all 0.5s;
    color: #fff;
    text-align: center;
    line-height: 3;
}

.sp-menu__list {
    padding: 70px 10px 0;
}

.sp-menu__link {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
}

/* ///////// ファーストビュー //////////*/

/* ////// 英語力は数が勝負　バブル ////// */

/* Triangle pointer */


/* ////// 月々15840円 ////// */


/* ///////// トップ画像：PC ///////////*/




/* ///////// パンクズリスト：PC ///////////*/

/* ///////// 基本情報：PC ///////////*/

/* ///////// 料金・コース：PC ///////////*/

/* ///////// 料金表：PC ///////////*/


/* ///////// コース・レベル：PC ///////////*/

/* ///////// GLOBEを選ぶ理由：PC ///////////*/




/* ///////// 講師：PC ///////////*/

/* ///////// 在校生インタビュー：PC ///////////*/

/* ///////// スクール：PC ///////////*/

/* ///////// 体験レッスンの流れ：PC ///////////*/

/* ///////// フッター：PC ///////////*/

footer {
    padding: 80px 10px 10px 10px;
}

footer h2 {
    text-align: center;
    margin-bottom: 20px;

}

.footer_wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.lightblue_wave {
    position: relative;
}

.lightblue_wave:after {
    content: "";
    display: block;
    width: 100px;
    height: 12px;
    background-image: url(https://www.globeenglish.com/assets/images/home/footer/wave_lightblue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -10px;
    bottom: 0;
}

.footer_box_right {
    display: flex;
    width: 40%;
    margin: 10px auto;
}

.footer_box_left {
    width: 60%;
}

.footer_box_half {
    width: 100%;
    font-size: 1rem;
    line-height: 1.8;
    padding-left: 50px;
}

.footer_box_half img {
    width: 18%;
    margin-top: 5px;
}

.copyright {
    text-align: center;
}


/* ///////// モバイル用CSS ///////////*/

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

    header p,footer p {
        font-size: .8rem;
        line-height: 1.4;
        width: 100%;
        padding: 5px 0px;
    }

    header h2,footer h2 {
        font-size: 1.5rem;
    }

    .large_txt {
        font-size: 3rem;
    }

    .pc_display {
        display: none;
    }

    .mobile_display {
        display: inline-block;
    }

    /* ///////// 詳細ボタン：モバイル ///////////*/

    /* ///////// 無料体験予約：モバイル ///////////*/

    /* ///////// ヘッダー：モバイル ///////////*/

    header {
        height: 55px;
        position: static !important;
    }

    .logo {
        display: flex;
        padding: 0;
        width: 25%;
    }


    .nav-btns {
        width: 58%;
        display: flex;
        justify-content: flex-end;
        padding: 0 0 15px 0;
    }

    .nav_btn_2 {
        width: auto;
    }

    /* ///////// トップ画像：モバイル ///////////*/

    /* ///////// パンクズリスト：PC ///////////*/

    /* ///////// 基本情報：モバイル ///////////*/

    /* ///////// 料金・コース：モバイル ///////////*/

    /* ///////// 料金表：モバイル ///////////*/


    /* ///////// コース・レベル：モバイル ///////////*/


    /* ///////// GLOBEを選ぶ理由：モバイル ///////////*/

    /* ///////// 講師：モバイル ///////////*/



    /* ///////// 在校生インタビュー：モバイル ///////////*/

    /* ///////// スクール：モバイル ///////////*/

    /* ///////// 無料体験流れ：モバイル ///////////*/

    /* ///////// フッター：モバイル ///////////*/

    footer {
        padding: 40px 15px 15px 15px;
    }

    footer h2 {
        text-align: center;
        margin-bottom: 20px;

    }

    .footer_wrapper {
        width: 100%;
        display: block;
    }

    .lightblue_wave:after {
        content: "";
        display: block;
        width: 50px;
        height: 12px;
        background-image: url(https://www.globeenglish.com/assets/images/home/footer/wave_lightblue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .footer_box_left {
        width: 100%;
    }

    .footer_box_right {
        display: flex;
        width: 100%;
        margin: 10px auto;
    }

    .footer_box_half {
        width: 50%;
        font-size: .8rem;
        line-height: 1.8;
        padding: 0;
    }

    .footer_box_half img {
        width: 13%;
        margin-top: 5px;
    }

}