@charset "UTF-8";

a {
    color: #333;
    text-decoration: none;
}

ul {
    list-style: none;
}


img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}


.site__logo img {
    vertical-align: middle;
}

#bg-img {
    background-image: url(../img/hero.jpg);
    height: 240px;
    background-size:cover;
    background-repeat: no-repeat;
}
.title-en {
    font-family:  Montserrat;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    margin: 15px auto 2px;
}
.title-ja {
    font-family: Noto Sans JP;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 69px;
}

.breadcrumb {
    font-size: 12px;
    color: #333333;
    letter-spacing: 0.6px;
    text-align: left;
    margin: 0;
}

.nav {
    background-color: #F7F7F7;
    padding: 15px 0 15px 165px;
}





/* #contact */
#contact {
    background-color: #F7F7F7;
}

.contact__text-area {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.contact__text {
    margin-top: 30px;
    margin-bottom: 29px;
}
/* .option_area {
    width: 172px;
    margin-left: 47px;
    position: relative;
    top: -257px;
    text-align: left;
} */
.option__title {
    font-size: 24px;
    font-family: Noto Sans JP;
    color: #333333;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}
.option {
    font-size: 14px;
    font-family: Noto Sans JP;
    text-align: left;
    color: #333333;
    margin-bottom: 6px;
    letter-spacing: 0.7px;
}

.gradation {
    width: 200px;
    height: 54px;
    background: transparent linear-gradient(90deg, #7633A4 0%, #250D65 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
}


/* #footer */
.footer__inner {
    background-color: #120E19;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.footer__inner ul {
    align-items: center;
    justify-content: center;
}


.footer__inner li a {
    color: #FFFFFF;
    font-size: 14px;
    font-family:  Montserrat;
    font-weight: bold;
}
@media (min-width: 769px) {
    .footer__inner ul li:nth-child(1) a {
        display: none;
    }
}

.copy-right {
    font-size: 10px;
    color: #A798B7;
    font-family:  Montserrat;
    margin-top: 22px;
}

/* .circle {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50%;
    width: 100px;
    height: 100px;
} */




/* responsive */
@media (max-width:768px) {
    #bg-img {
        background-image: url(../img/hero.jpg);
        height: 190px;
        background-size:cover;
        background-repeat: no-repeat;
    }
    .header__inner {
        /* width: 375px; */
        height: 64px;
        padding: 21px 20px;
    }
    .site__logo {
        width: 124px;
    }


    nav.wrapper {
        background: linear-gradient(180deg, #642390 0%, #19074A 100%);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }
    .open nav.wrapper {
        opacity: 1;
        visibility: visible;
    }
    .nav {
        margin-bottom: 15px;
        text-align: left;
        padding: 5px 0 5px 20px;
    }
    nav.wrapper ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.75px;
        height: 100%;
    }
    nav.wrapper li {
        padding: 10px 0;
    }
    nav.wrapper li a {
        font-size: 15px;
        font-family: Montserrat;
    }
    .menuber {
        display: block;
    }
    
    .open .menuber span:nth-child(1) {
        transform: rotate(45deg);
        top: 50%;
    }
    .open .menuber span:nth-child(2) {
        opacity: 0;
    }
    .open .menuber span:nth-child(3) {
        transform: rotate(-45deg);
        top: 50%;
    }


    /* .nav {
        margin-bottom: 15px;
        text-align: left;
        padding: 5px 0 5px 20px;
    }
    ul {
        display: none;
    } */

    .title-en {
        font-size: 30px;
    }
    .title-ja {
        font-size: 13px;
    }
    .breadcrumb {
        font-size: 11px;
    }
    .news__area {
        margin: 40px 19px 0 20px;
    }
    .news__item-area {
        margin-left: 20px;
    }
    .news__item {
        max-width: 336px;
    }
    .time {
        margin-right: 15px;
    }
    .news__text-title a {
        width: 82px;
        padding: 2px 21px;
    }

    .pager {
        margin: 29px 0 80px;
    }

    .contact__text-area {
        padding: 60px 0;
        height: 328px;
    }

    .section__title-en {
        font-size: 30px;
    }
    .contact__text {
        font-size: 14px;
        margin: 4px 61px 28px 62px;
    }
    .footer__inner {
        padding-left: 31px;
    }
    .footer__inner ul  {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer__inner li  {
        margin-bottom: 20px;
    }
    .copy-right {
        margin-top: 10px;
    }
}


