@charset "utf-8";

/* common */

html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Noto Serif JP", 
        serif,
        Arial,
        sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 1.2rem;
    color: black;
    line-height: 1.2;
    
}

img {
    max-width: 100%;
    height: auto;
}

.section__topic {
    color: #e0a059;
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-size: 3.2rem;
    text-align: center;
    line-height: 1;
}

/* header */
.header {
    padding: 24px 2%;
    
}

.header__container {
    display: flex;
    align-items: center;
}


.header__logo img {
    width: 60px;
    text-align: left;
}


/* nav初期表示 */
.nav {
    background: #5999e0;
    color: #fff;
    width: 100%;
    height: 100vh;
    padding: 36px 4.2%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.3s;
}

.nav__header {
    max-width: 375px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.nav__list {
    font-size: 2.4rem;
    font-weight: 400;
    margin-top: 50px;
    padding-left: 0px;
}

.nav__item {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 30px;
    list-style: none;
}

/* .nav .active表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 18px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 6.4%;
}

/* header PC */
@media screen and (min-width:769px) {
    .header {
        max-width: 1280px;
        margin: 0 auto;
        padding: 10px 4.2% 0;
    }

    .header__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0; 
}


    .header__logo img {
    width: 100px;
    }

    .header__info {
        font-size: 2.4rem;
    }

    .header__txt {
        color: #e0a059;
    }

    .nav {
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    } 

    .nav__list {
        margin-top: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        text-align: center;
    }

    .nav__item {
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 1.3;
        color: #fff;
        padding: 15px 40px;
        margin-top: 0;
    }

    .nav__header {
        display: none;
    }

    .nav__item img {
        display: none;
        margin-right: 0;
    }


    .header__btn {
        display: none;
    }
}
/* PC769px */

/* main */
.mainImg .mainImg__pc {
    display: none;
}

/* main pc */
@media screen and (min-width:769px) {
    .main__visual {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 4.2%;
    }

    .mainImg .mainImg__pc {
        display: block;
        
    }

    .mainImg .mainImg__sp {
        display: none;
    }
}


/* pc */

/* consept */
.section--consept {
    padding: 48px 4.2%;
}

.section__topic--topic {
    font-size: 2rem;
    font-weight: 600;
}

.consept__lead {
    font-weight: 400;
    padding: 24px;
    text-align: center;
    
}

.marker {
    background-color: #e0cd59;
    margin: 0.3px;
    padding: 0.3px;

}

.consept__txt {
    padding-bottom: 24px;
}

/* consept pc */
@media screen and (min-width:769px) {

/* pc common */
body {
    font-weight: 200;
    font-size: 1.8rem;
}

.section__topic {
    font-weight: 600;
    font-size: 4rem;
}
/* pc common */


.section--consept {
    max-width: 1280px;
    margin: 0 auto 48px;
    text-align: center;
}

.consept__lead {
    font-size: 3rem;
    margin-top: 48px;
}

.consept__txt {
    margin: 48px 300px 0;
    padding: 0;
}
    
}
/* pc */

/* fee */
.section--fee {
    padding: 48px 4.2%;
    background-color: #5999e0;
    color: #fff;
}

.section__topic--fee {
    color: #fff;

}

.fee {
    margin-top: 48px;
}

.fee__item {
    margin-top: 24px;

}

.fee__course {
    font-size: 2.4rem;
    font-weight: 400;
}

/* fee PC */
@media screen and (min-width:769px) {
.section--fee {
    max-width: 1280px;
    margin: 0 auto 48px;
    text-align: center;
}
.fee__list {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    }

.fee__item {
    padding-bottom: 60px;
    max-width: 373px;
    margin-top: 0;
}

.fee__course {
    margin: 10px 0;
}

}
/* PC */

/* staff */
.section--staff {
    padding: 48px 4.2%;
}

.staff {
    margin-top: 48px;
}

.staff__txt,
.staff__name {
    margin-top: 24px;
}

/* staff pc */
@media screen and (min-width:769px) {
.section--staff {
    max-width: 1280px;
    margin: 0 auto 48px;
    padding: 40px;
    text-align: center;
}

.section--staff h2 {
    margin-bottom: 48px;
}

.staff {
    max-width: 900px;
    margin: 0 auto;
}

.staff img {
    width: 300px;
}

.staff__txt {
    text-align: left;
}

.staff__name {
    text-align: right;
}

}
/* pc */

/* access */
.section--access {
    padding: 24px 0;
}

.address {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 24px;
}

.address img {
    margin-right: 8px;
    vertical-align: bottom;
    width: 20px;
}

.map {
    width: 100%;
    margin-top: 24px;
    height: 400px;
}

.directions {
    padding: 24px 6.4% 0;
}

.directions__item:last-of-type {
    margin-top: 24px;
}

.directions__topic {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #5999e0;
}

.directions__txt {
    font-size: 1.2rem;
    margin-top: 4px;
}

/* access pc */
@media screen and (min-width:769px) {
.section--access {
    max-width: 1280px;
    margin: 0 auto 48px;
    padding: 40px;
    text-align: center;
}

.directions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address {
    margin-top: 48px;
    font-size: 1.6rem;
}

.map {
    margin-top: 24px;
}

.directions__topic {
    font-size: 2.4rem;
    text-align: left;
}

.directions__txt {
    font-size: 1.8rem;
    text-align: left;
}

.directions__item:last-of-type {
    margin: 0;

}
}

/* PC */

.footer {
    padding: 24px 4.2%;
}

.footer__container {
    max-width: 900px;
    display: flex;
    justify-content: center;
    /* margin-left: auto;
    margin-right: auto; */
    margin: 0 auto;
}

.footer__nav {
    margin-top: 16px;
}

.footer__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.footer__item {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #5999e0;
}

.footer__item:last-child {
    border-right: transparent;
    padding-right: 0;
    margin-right: 0;
}

.footer__logo {
    width: 100%;
    height: 30px;
    max-width: 70px;
    margin: 24px auto;
}

.footer__copyLight {
    display: block;
    text-align: center;
    margin-top: 48px;
}

.totop {
    position: fixed;
    bottom: 0;
    right: 10%;
}

.totop a {
    background-color: #5999e0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

/* footer PC */
@media screen and (min-width:769px) {
.totop a {
    font-size: 3rem;
    font-weight: 600;
    }
}
/* PC */