@charset "UTF-8";
/* ===========================
header
===============================*/
.nav__item:first-of-type {
    display: block;
}

.nav__item:nth-of-type(4) {
    display: none;
}

.header {
    flex-direction: row-reverse;
}

.header__logo {
    width: auto;
    margin-left: auto;
}

.nav__header {
    flex-direction: row-reverse;
    width: auto;
    gap: 50px;
}

.nav__logo {
    margin-left: auto;
}

.nav__item {
    margin: 50px 8% 40px 0;
    text-align: right;
}

/* header pc */
@media screen and (min-width: 769px) {
    .header--lesson {
        background-color: transparent;
        backdrop-filter: blur(1px);
        flex-direction: row-reverse
    }

    .header__logo {
        justify-content: flex-end;
    }
}


/* ===========================
article header
===============================*/
.lessonImg__top {
    top: 10px;
    left: 3.7%;
}

.lesson-bg {
    background-image: url(../imges/lesson_topBg.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.lessonImg__topSp {
    margin-top: 200px;
}

.lessonImg__topPc {
    display: none;
}

.category__topic--right {
    margin-top: 52px;
    font-family: "Shippori Mincho B1";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    text-align: right;
    margin-right: 8%;
}

/* article header pc */
@media screen and (min-width: 769px) {
    .lesson-bg {
        background-image: url(../imges/lesson_topBg__pc.svg);
        background-size: cover;
        background-position: center;
        width: 100%;
    }

    .lessonImg__topSp {
        display: none;
    }

    .lessonImg__topPc {
        display: block;
        position: absolute;
        top: 225px;
        left: 6.2%;
    }
    
    .category__topic--right {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2;
        text-align: right;
        margin-top: 155px;
    }
} /* article header pc 769px */


/* ===========================
couse
===============================*/
.contents {
    padding: 120px 8% 0;
    text-align: center;
}

.contents--couse1,
.contents--couse2 {
    padding-bottom: 100px;
    position: relative;
}

.contents--couse1 {
    margin-top: 80px;
}

.section__topic--couse {
    margin-top: 160px;
}

.courseTxt {
    display: inline-block;
    color: var(--primary-black);
    font-family: "Shippori Mincho B1";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    gap: 30px;
}

.couse__imgSp {
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.couse__imgPc {
    display: none;
}

.course-img{
    width: 375px;
}



/* couse pc */
@media screen and (min-width: 769px) {
    .contents--couse {
        padding: 120px 28% 0;
    }

    .couse__imgSp {
        display: none;
    }

    .couse__imgPc {
        display: block;
        position: absolute;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        width:100%;
    }

    .section__topic--couse {
        margin-top: 550px;
    }

    .couseTxt__group {
        padding: 0 28% 202px;
    }

    .contents--couse2 {
        padding-bottom: 0;
    }

} /* couse pc 769px */



/* ===========================
contents
===============================*/
/* trainer */
.main__lesson {
    margin-top: 135px;
    background-image: url(../imges/product_orderBg.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.contents--trainer {
    padding: 0;
}

.section__topicUnder--trainer {
    margin-top: 0;
}

.trainer__imgSp {
    margin: 30px auto 0;
}

.trainer__imgPc {
    display: none;
}

.trainer {
    margin-top: 50px;
    padding: 0 16%;
    text-align: left;
    color: var(--primary-white, #F5F5F5);
    font-family: "Shippori Mincho B1";
    font-style: normal;
    font-weight: 400;
}

.trainer__topic {
    font-size: 1.8rem;
    line-height: 1.2;
}

.trainer__inf {
    font-size: 1.4rem;
    line-height: 1.5;
}

.trainer--2 {
    margin-top: 50px;
}

/* trainer pc */
@media screen and (min-width: 769px) {
    .trainerBox {
        display: flex;
        padding: 120px 11% 0 18%;
        gap: 116px;
        align-items: flex-end;
    }

    .main__lesson {
        margin-top: 135px;
        background-image: url(../imges/product_orderBg.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 200px;
    }

    .trainerGroup {
        width: 504px;
        height: 407px;
    }

    .trainer {
        padding: 0;
        margin-top: 0;
    }

    .trainer__imgPc {
        display: block;
    }

    .trainer__imgSp {
        display: none;
    }
    

    .trainer--2 {
        margin-top: 10px;
    }

    .trainer__img {
        width: 400px;
        height: 480px;
        margin: 0;
    }

    .trainer__topic {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.2;
        position: relative;
        display: inline-block;
    }

    .trainer--2 .trainer__topic::after {
        position: absolute;
        display: inline-block;
        content: '';
        width: 377px;
        height: 1px;
        background-color: var(--primary-white);
        top: 50%; 
        left: 100%; 
        transform: translateY(-50%); 
        margin-left: 10px; 
    }

    .trainer__inf {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.5;
    }

} /* trainer pc 769px */



/* access */
.article__footer--access {
    margin-top: 120px;
    padding-left: 8%;
    padding-bottom: 130px;
    text-align: right;
}

.access__group {
    display: flex;
    margin-top: 50px;
    justify-content: flex-end;
}

.section__topic--access {
    color: var(--primary-white, #F5F5F5);
    font-family: "Shippori Mincho B1";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 8%;
}

.section__topicUnder--access {
    color: var(--primary-white, #F5F5F5);
    font-family: "Shippori Mincho B1";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding-right: 8%;
}

.section__topicUnder--vertical {
    writing-mode: vertical-rl;
    color: var(--primary-white, #F5F5F5);
    margin-right: auto;
}

.access__txtGroup {
    margin-top: 30px;
    margin-right: 8%;
    gap: 20px;

    text-align: right;
    color: var(--primary-white, #F5F5F5);
    font-family: "Shippori Mincho B1";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
}

.access__txtGroup a {
    text-decoration:underline;
    text-decoration-color: var(--primary-white);
}

.accessPc {
    display: none;
}

/* access pc */
@media screen and (min-width: 769px) {
    .section__topic--access {
        text-align: right;
        font-size: 4.8rem;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 320px;
        padding-right: 6.2%;
    }

    .accessPc {
        display: block;
    }

    .accessSp {
        display: none;
    }

    .access__group {
        justify-content: end;
        align-items: flex-start;
    }

    .access__txtGroup {
        margin-top: 70px;
        margin-right: 6.2%;
        gap: 20px;
    
        text-align: right;
        color: var(--primary-white, #F5F5F5);
        font-family: "Shippori Mincho B1";
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 2;
    }

    .section__topicUnder--access {
        font-size: 1.8rem;
        padding-right: 6.2%;
    }

    .section__topicUnder--vertical {
        margin-right: 4%;
    }
}

/* ===========================
footer
===============================*/
.footer {
    background-color: var(--primary-white);
}




