@charset "utf-8";

/*==========================
about common
==========================*/

.sectiontitle {
    font-family: Cormorant;
    font-size: 5.0rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

/* .about common pc */
@media screen and (min-width:835px) {
    .sectiontitle {
        font-size: 10.0rem;
        letter-spacing: 1px;
    }
}

/*==========================
concept
==========================*/

.concept {
    background-color: var(--base-white);
    padding: 68px 12.8vw 44px;
    position: relative;
}

.concept__title {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.2px;
    margin-top: 53px;
}

.concept__sybtl {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.12px;
    margin-top: 13.6px;
}

.concept__txt {
    width: 73.3vw;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.35;
    margin: 73px auto 0px;
}

.txt__group {
    margin-top: 33px;
}

.concept__backimg {
    height: 418px;
    object-fit: cover;
    object-position: 24% 50%;
    position: absolute;
    top: 520px;
    left: 0px;
}

.concept__img1 {
    width: 41.8vw;
    height: auto;
    margin: 50px 8vw 0px 36.8vw;
}

.concept__img2 {
    width: 36.3vw;
    height: auto;
    margin: 45px auto 0px 0px;
}

/* .concept pc */
@media screen and (min-width:835px) {

    .concept {
        padding: 132px 14.8vw 75px 18.5vw;
    }
    
    .concept__title {
        font-size: 3.6rem;
        font-weight: 500;
        line-height: 2.0;
        letter-spacing: 0.39px;
        margin-top: 128px;
    }
    
    .concept__sybtl {
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 2.0;
        letter-spacing: 0.2px;
        margin-top: 27.5px;
    }
    
    .concept__txt {
        width: 39.9vw;
        font-size: 1.6rem;
        line-height: 3.25;
        margin: 142.5px 0px 0px 35.3vw;
    }

    .txt__group {
        margin-top: 52px;
    }

    .concept__backimg {
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 851px;
        left: 0px;
    }
    
    .concept__img1 {
        width: 29.6vw;
        height: auto;
        margin: 120px 4.9vw 0px 46.6vw;
    }
    
    .concept__img2 {
        width: 33.5vw;
        height: auto;
        margin: -36px 44vw 0px 4.2vw;
    }

}

@media screen and (min-width:1280px) {

    .concept__title {
        font-size: 3.9rem;
    }
}

/*==========================
Instructor
==========================*/

.Instructor {
    margin: 88px 12.8vw 122.5px;
}

.Instructor__txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.78;
    margin-top: 6px;
}

.Instructor__frame {
    margin-top: 113px;
}

.Instructor__wrapper:nth-of-type(2) {
    margin-top: 123px;
}

.Instructor__wrapper:nth-of-type(3) {
    margin-top: 123px;
}

.Instructor__content {
    margin-top: 48px;
}


.Instructor__ctgr {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.24px;
}

.Instructor__img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
}

.Instructor__desc {
    margin-top: 48px;
}

.Instructor__desc--motoko {
    margin-top: 48px;
}

.name {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.name__en {
    font-family: Cormorant;
    font-size: 1.6rem;;
    font-weight: 700;
    line-height: 1.87;
    letter-spacing: 0.16px;
    margin-top: 4.4px;
}

.awards {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.14;
    letter-spacing: 0.14px;
    margin-top: 18px;
    position: relative;
}

.awards::after {
    content: '';
    display: block;
    /* width: 73.3vw; */
    width: 100%;
    height: 0.5px;
    background-color: var(--accent-black);
    position: absolute;
    top: 84px;
    bottom: 0;
    right: 0;
    left: 0; 
}

.awards--none::after {
    display: none;
}

.awards--sp::after {
    top: 140px;
}

.career {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.14;
    letter-spacing: 0.14px;
    margin-top: 60px;
}

.career_group {
    margin-top: 30px;
}

@media screen and (min-width:419px) {
  
    .awards--sp::after {
        top: 112px;
    }

}

/* .Instructor pc */
@media screen and (min-width:835px) {
    
    .Instructor {
        margin: 92px 7.5vw 128px 18.5vw;
    }

    .Instructor__txt {
        font-size: 1.6rem;
        line-height: 1.87;
        margin-top: 18px;
    }

    .Instructor__frame {
        /* margin: 151px 0px 0px 14.8vw; */
        margin: 151px 0px 0px 0px;
    }
    
    .Instructor__content:nth-of-type(2) {
        margin-top: 172px;
        gap: 0px;
    }
    
    .Instructor__content:nth-of-type(3) {
        margin-top: 172px;
        gap: 0px;
    }

    .Instructor__content {
        display: flex;
        align-items:flex-start;
        justify-content:flex-start;
        gap: 8vw;
        margin-top: 50px
    }

    .Instructor__wrapper--none::after {
        display: none;
    }

    .Instructor__ctgr {
        text-align: left;
        white-space: nowrap;
    }

    .Instructor__img {
        margin: 0px;
    }

    .Instructor__contener {
        width: 100%;
        max-width: 574px;
    }
    
    .Instructor__desc {
        margin-top: 84px;
    }

    .Instructor__desc:first-of-type {
        margin-top: 0px;
    }

    .Instructor__desc--motoko {
        margin-top: 0px;
    }

    .name {
        font-size: 2.4rem;
        line-height: 1.25;
        letter-spacing: 0.24px;
    }
    
    .name__en {
        font-size: 2.0rem;;
        line-height: 1.5;
        letter-spacing: 0.2px;
    }
    
    .awards {
        font-size: 1.6rem;
        line-height: 1.87;
        letter-spacing: 0.16px;
        position: relative;
    }
    
    .awards::after {
        content: '';
        display: block;
        width: 100%;
        height: 0.5px;
        position: absolute;
        bottom: -42px;
        top: auto;
        left: 0;
        right: 0;
    }

    .awards--none::after {
        display: none;
    }

    .career {
        font-size: 1.6rem;
        line-height: 1.87;
        letter-spacing: 0.16px;
        margin-top: 84px;
    }
}