@charset "utf-8";

/*========== Body ==========*/

body {
    color: #47413b;
    font-family: 'Chalkboard', sans-serif;
}

body::before {
    background: url("img/girl.jpg") no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
}

.main-color {
    color: #0A3994;
}

.accent-color {
    color: #E83F14;
    color: #F5BA26;
    color: #37A1CD;
    color: #FCEBC1;
}

@media (max-width: 768.98px) {}

@media (max-width: 414.98px) {}


/*========== LOGO ==========*/

.sub-logo {
    display: inline;
    height: 50px;
    width: 50px;
    margin: auto 0.2em auto 0;
    vertical-align: top;
}

.sub-logo.fp {
    vertical-align: bottom;
}

.title__logo {
    display: flex;
    justify-content: center;
}

.title__logo h2 {
    font-size: 1.2rem;
}

.title__logo img {
    height: 50px;
    width: 50px;
    margin-left: 1.5em;
}

.dr__main--logo {
    height: 8em;
    margin-bottom: 5em;
}

@media (max-width: 768.98px) {
    .title__logo {
        display: block;
        text-align: center;
    }
    .title__logo img {
        margin-left: 0;
    }
    .dr__main--logo {
        height: 6.5em;
        margin-bottom: 2.5em;
    }
}

@media (max-width: 414.98px) {
    .dr__main--logo {
        height: 5em;
    }
}


/*========== Button ==========*/

.button-circle {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    background: #61bb46;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 0 none;
}

.button-square {
    height: 210px;
    width: 210px;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    background: #61bb46;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 0 none;
}

.button-rectangle {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    background: #61bb46;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 0 none;
    padding: 0.3em 1em;
}

.button-circle:hover,
.button-square:hover,
.button-rectangle:hover {
    transition: .3s;
    opacity: 0.7;
    cursor: pointer;
}

@media (max-width: 768.98px) {}

@media (max-width: 414.98px) {
    .button-circle {
        height: 100px;
        width: 100px;
        font-size: 1.2rem;
    }
    .button-square {
        height: 150px;
        width: 150px;
        font-size: 1.2rem;
    }
    .button-rectangle {
        font-size: 1rem;
    }
}


/*========== Header ==========*/

#header {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

#g-navi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
}

.header-logo {
    height: 30em;
    margin-bottom: 1em;
}

.language span {
    color: #fff;
    font-size: 1rem;
    padding: 0 1em;
}

.language a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    padding: 0 1em;
    transition: 0.3s;
}

.language a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#g-navi ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

#g-navi ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.3em 0.6em;
    font-size: 1.1rem;
    font-weight: 500;
    width: 98px;
}

#g-navi ul li.current a,
#g-navi ul li a:hover {
    color: #6e6592;
}

#g-navi ul li ul {
    display: flex;
    flex-flow: column;
}

#g-navi ul li ul li {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-flow: column;
}

#g-navi ul li:hover>ul>li {
    color: #6e6592;
    overflow: visible;
    transition: 0.3s;
    height: 1.65em;
}

#g-navi h2 {
    font-size: 4em;
    text-align: center;
    color: #00000c;
}

@media (max-width: 1099.98px) {
    #g-navi {
        margin: 0 auto 0 0;
        padding: 2em 0 0.9em 2em;
    }
    #g-navi .header-logo {}
    #g-navi ul {
        display: none;
    }
}

@media (max-width: 768.98px) {
    #g-navi {
        padding: 1.5em 0 0.7em 2em;
    }
    #g-navi .header-logo {
        height: 15em;
    }
}

@media (max-width: 414.98px) {
    #g-navi {
        padding: 1.5em 0 0 1em;
    }
    #g-navi .header-logo {
        height: 10em;
    }
    .header-logo {
        margin-bottom: 0.5em;
    }
    .language {
        display: none;
    }
}


/*========== DRAWER MENUS ==========*/

.drawer-icon {
    position: fixed;
    top: 55px;
    right: 30px;
    z-index: 999;
    padding: 1em;
    border-radius: 20%;
    background: #61bb46;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.drawer-icon.is-active {
    background: none;
    border: none;
}

.drawer-icon.is-active .drawer-icon-bar1 {
    transform: rotate(-45deg);
    top: 8px;
}

.drawer-icon.is-active .drawer-icon-bar2 {
    display: none;
}

.drawer-icon.is-active .drawer-icon-bar3 {
    transform: rotate(45deg);
    top: 8px;
}

.drawer-icon-bars {
    width: 22px;
    height: 20px;
    display: block;
    position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
    position: absolute;
    width: 22px;
    height: 4px;
    background: #fff;
    top: 0;
    left: 0;
}

.drawer-icon-bar1 {
    top: 0;
}

.drawer-icon-bar2 {
    top: 8px;
}

.drawer-icon-bar3 {
    top: 16px;
}

.drawer-content {
    width: 100%;
    max-height: 800px;
    position: fixed;
    text-align: center;
    box-shadow: 0 0 3px rgba(#000, 0.15);
    z-index: 998;
    transform: translateX(105%);
    transition: 0.3s;
    padding-bottom: 1em;
}

.drawer-content.is-active {
    transform: translateX(0);
    transition: 0.3s;
    top: 50px;
}

.drawer-content ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}

.drawer-content ul li ul li a {
    display: block;
    text-decoration: none;
    padding: 13px 20px;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
}

.drawer-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 997;
    display: none;
}

.drawer-background.is-active {
    display: block;
}

@media (max-width: 1099.98px) {
    .drawer-icon {
        /* display: block; */
    }
}

@media (max-width: 768.98px) {}

@media (max-width: 414.98px) {}


/*============ Common (Container) ============*/

.common__container {}

.common__inner {}

.common__image {
    height: auto;
    width: 100%;
    height: auto;
    display: block;
}

.common__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3em 2em 4em 2em;
}

.common__content-g {
    background: #edeef0;
    padding: 2.5em 2em;
}

.common__content h2,
.common__content-g h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1em;
}

.common__content p,
.common__content-g p {
    font-size: 1.85rem;
    font-weight: 300;
    line-height: 2;
}

.common__content-g h2,
.common__content-g p {
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width: 768.98px) {
    .common__inner {
        padding: 0;
    }
    .common__content {
        padding: 3em 2em 2em 2em;
    }
    .common__content h2 {
        font-size: 2rem;
        margin-bottom: 0.5em;
    }
    .common__content p {
        margin-bottom: 1em;
        line-height: 1.8;
    }
    .common__content.fv {
        padding-bottom: 1em;
    }
}

@media (max-width: 414.98px) {
    .common__container {}
    .common__inner {}
    .common__content {
        padding: 1.5em 2em 1em 2em;
    }
    .common__content h2 {
        font-size: 1.2rem;
    }
    .common__content p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5em;
    }
    .common__content p:last-child {}
    .common__content.fv {
        padding-top: 1em;
        padding-bottom: 0.5em;
    }
}


/*============ Common (Column) ============*/

.flex2 {
    display: flex;
    margin-bottom: 2em;
}

.flex2 div {
    width: 50%;
}

.flex2 div:nth-of-type(1),
.flex2 div:nth-of-type(2) {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 1em;
}

.flex2 div:nth-of-type(1) img,
.flex2 div:nth-of-type(2) img {
    width: 100%;
}

.shooting-stars {
    text-align: center;
    margin: 4em 0;
}

.shooting-stars img {
    height: 12em;
}

@media (max-width: 768.98px) {
    .flex2 {
        display: block;
    }
    .flex2 div {
        width: 100%;
    }
    .shooting-stars {
        text-align: center;
        margin: 2em 0;
    }
    .shooting-stars img {
        height: 8em;
    }
    .flex2 div:nth-of-type(1) img,
    .flex2 div:nth-of-type(2) img {
        width: auto;
        height: 13em;
        margin-bottom: 3em;
    }
}

@media (max-width: 414.98px) {
    .shooting-stars {
        margin: 0.5em 0 1em 0;
    }
    .shooting-stars img {
        height: 6em;
    }
    .flex2 div:nth-of-type(1),
    .flex2 div:nth-of-type(2) {
        padding: 0;
    }
    .flex2 div:nth-of-type(1) img,
    .flex2 div:nth-of-type(2) img {
        height: 8em;
        margin-bottom: 0;
        margin-right: 1em;
    }
}


/*============ Common (Column Background) ============*/

.filter-white {
    background-color: rgb(255, 255, 255, 0.3);
}

.filter-black {
    background-color: rgb(0, 0, 0, 0.3);
}

.bg {
    width: 100%;
    height: 100%;
}

.bg1 {
    background: url("img/727906015R.jpeg") no-repeat center;
    background-size: cover;
}

.bg2 {
    background: url("img/727906040.jpeg") no-repeat center;
    background-size: cover;
}

.bg3 {
    background: url("img/369504123.jpeg") no-repeat center;
    background-size: cover;
}

.bg5 {
    background: url("img/girls.jpg") no-repeat center;
    background-size: cover;
}

.bg6 {
    background: url("img/727906015.jpeg") no-repeat center;
    background-size: cover;
    height: 80vh;
}

.bg7 {
    background: url("img/boy.jpg") no-repeat center;
    background-size: cover;
}

.bg8 {
    background: url("img/715658838.jpeg") no-repeat center;
    background-size: cover;
}

.bg9 {
    background: url("img/727905962D.jpeg") no-repeat center;
    background-size: cover;
}

.bg10 {
    background: url("img/our-team.jpg") no-repeat center;
    background-size: cover;
}

@media (max-width: 768.98px) {
    .bg1 {
        background: url("img/727906015SR.jpeg") no-repeat center;
        background-size: cover;
    }
    .bg2 {
        background: url("img/727906040S.jpeg") no-repeat center;
        background-size: cover;
    }
    .bg6 {
        background: url("img/727906015S.jpeg") no-repeat center;
        background-size: cover;
        height: 80vh;
    }
}

@media (max-width: 414.98px) {
    .bg1 .common__content,
    .bg2 .common__content,
    .bg6 .common__content {
        background-color: rgba(0, 0, 0, 0.6);
        height: auto;
    }
    .bg6 {
        background: url("img/727906015S.jpeg") no-repeat center;
        background-size: cover;
        height: auto;
    }
}


/*============ Common (Background) ============*/

.bg-white {
    background: #ffffff;
}

.bg-shadow {
    background-color: rgb(255, 255, 255, 0.9);
    box-shadow: 0px 0px 20px 10px #fff;
    padding: 10px 30px;
    margin: 2em 0;
}

@media (max-width: 768.98px) {}

@media (max-width: 414.98px) {
    .common--fb__container::before {}
    .common--fb__inner {}
    .common--fb__content {
        padding: 3.5em 2em;
    }
    .common--fb__content h2 {
        font-size: 2.8rem;
        line-height: 1.5;
        margin-bottom: 1.5em;
    }
    .common--fb__content p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5em;
    }
    .common--fb__content p:last-child {
        margin-bottom: 0;
    }
}


/*============ Common (List) ============*/

.common--lists {
    text-align: left;
    margin: 2em 0;
    padding-left: 3em;
    padding-right: 3em;
    list-style-type: disc;
    list-style-position: outside;
}

.common--lists li {
    font-size: 1.85em;
    line-height: 1.5;
    margin-bottom: 0.8em;
}

.common--lists li:last-child {
    margin-bottom: 0;
}

.list--icon {
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    vertical-align: top;
    margin-top: 0.3em;
}

.list--icon.end {
    margin-left: 0.5em;
    margin-right: 0;
}

@media (max-width: 768.98px) {
    .common--lists {
        margin-bottom: 3em;
    }
    .common--lists li {
        line-height: 1.8;
        font-weight: 300;
    }
}

@media (max-width: 414.98px) {
    .common--lists {
        margin-bottom: 2em;
        padding-left: 1em;
        padding-right: 1em;
    }
    .common--lists ol {}
    .common--lists li {
        font-size: 1em;
        line-height: 1.5;
        margin-bottom: 1em;
    }
    .common--lists li:last-child {}
    .list--icon {
        width: 15px;
        height: 15px;
        margin-right: 0.5em;
        vertical-align: top;
        margin-top: 0.3em;
    }
    .list--icon.end {
        margin-left: 0.5em;
        margin-right: 0;
    }
}


/*============ Common (Others) ============*/

.heading-bgc1 {
    background: #d3f4c8;
    padding: 0.7em 0;
}

.heading-bgc2 {
    background: #61bb46;
}

.heading-bgc2 h2 {
    color: #B850D7;
    font-size: 2.4rem;
    line-height: 1.5;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0.8em;
    text-shadow: 2px 2px 5px #d3f4c8;
}

.font-black {
    color: #00000c;
}

.font-white {
    color: #ffffff;
}

.font-red {
    color: #BB4661;
}

.font-red-v {
    color: red;
}

.font-blue {
    color: #4661BB;
}

.font-light-blue {
    color: #37A1CD;
}

.font-purple {
    color: #B850D7;
}

.font-green {
    color: #61bb46;
}

.font-yellow {
    color: #F5F27A;
}

.font-yellow-v {
    color: #F5BA26;
}

.shadow {
    text-shadow: 3px 3px 5px rgba(14, 51, 29, 0.5);
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.underlined {
    text-decoration: underline;
    font-weight: 300;
}

.green-bar1 {
    padding: 0.5em;
    background-color: #d3f4c8;
}

.green-bar2 {
    padding: 0.5em;
    background-color: #61bb46;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-2 {
    margin-bottom: 2em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pb-2 {
    padding-bottom: 2em;
}

.pb-3 {
    padding-bottom: 3em;
}

.page__bottom--btn {
    padding: 3em 0 2em 0;
    text-align: center;
}

.page__bottom--btn button {
    margin: 0 0.5em;
}

.align {
    text-align: center;
}

@media (max-width: 768.98px) {
    hr {
        margin-top: 3em;
        margin-bottom: 3em;
    }
}

@media (max-width: 414.98px) {
    .heading-bgc2 h2 {
        font-size: 1.4rem;
        line-height: 1.5;
        padding-left: 0.8em;
    }
    .page__bottom--btn {
        padding: 3em 0 1em 0;
        text-align: center;
    }
}


/*============ Common (Image) ============*/

.common-img img {
    width: 100%;
    height: 100%;
}


/*============ Common (Video) ============*/

.video-wrap {
    max-width: 50%;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 1.5em;
}

.video video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
}

@media (max-width: 768.98px) {
    .video-wrap {
        max-width: 80%;
    }
    .video video {
        position: absolute;
        top: 0;
        left: 14%;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 414.98px) {
    .video-wrap {
        max-width: 100%;
        margin-bottom: 2em;
    }
    .video video {
        top: 0;
        left: 0;
    }
}


/*========== FOOTER ==========*/

.footer__container {
    color: #fff;
    background-color: #61bb46;
    text-align: center;
}

.footer__inner {
    max-width: 1200px;
    padding: 4.5em 2em 1.5em;
    margin: 0 auto;
}

.footer__content--upper {
    margin-bottom: 1em;
}

.footer--register {
    margin-bottom: 1em;
}

.footer--register h2 {
    margin-bottom: 0.5em;
    font-size: 2.4rem;
}

.footer--register button {
    margin-bottom: 1.65em;
    background: #fff;
    color: #00000c;
}

.footer--register button img {
    width: 35px;
    vertical-align: middle;
    margin-right: 0.5em;
}

.footer__content--middle {
    margin-bottom: 1em;
}

.footer-logo {
    height: 6.5rem;
}

.social-media.info {
    margin-bottom: 2em;
}

.social-media.info a {
    margin-right: 2.5em;
    transition: .3s;
}

.social-media.info a:last-child {
    margin-right: 0;
}

.social-media.info a:hover {
    opacity: 0.7;
    transition: .3s;
}

.official-icon {
    width: 50px;
}

.voice-icon {
    width: 48px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    box-shadow: 0px 0px 0px 2px #fff inset;
    padding: 0.5em;
    border-radius: 10px;
}

.footer__menus {
    line-height: 2;
    display: flex;
    justify-content: center;
}

.footer__menus a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 1em;
}

.footer__menus a:hover {
    opacity: 0.7;
    transition: .3s;
    text-decoration: none;
}

.footer__menu {
    margin-right: 1.5em;
    font-size: 0.875rem;
    font-weight: 300;
}

.footer__menu:nth-child(4) {
    margin-right: 0;
}

.copy--right {
    font-weight: 300;
    font-size: 0.875rem;
}

@media (max-width: 1099.98px) {}

@media (max-width: 768.98px) {
    .footer-inner {
        padding: 2em;
        display: block;
    }
    .footer-logo-container {
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }
    .footer-logo {
        height: 5.5rem;
    }
    .footer-text-container {
        width: 100%;
        text-align: center;
    }
    .corp-address {
        margin-bottom: 1em;
    }
    .flex {
        padding-top: 0.8em;
        text-align: center;
        justify-content: space-around;
    }
}

@media (max-width: 414.98px) {
    .footer__inner {
        padding: 3em 2em 1.5em;
    }
    .footer--register {
        margin-bottom: 3em;
    }
    .footer--register button {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
    .footer--register button img {
        width: 25px;
    }
    .footer-logo {
        height: 4rem;
    }
    .official-icon {
        width: 40px;
    }
    .voice-icon {
        width: 38px;
    }
    .ja-menu a {
        font-size: 0.6rem;
    }
}