@charset "UTF-8";

#cle_education {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* #intro */
#intro .in-intro {
    position: relative;
    overflow: hidden;
}

#intro .fixed-content .wrap {
    position: relative;
    overflow: hidden;
}

#intro .fixed-content .wrap .text {
    position: relative;
    z-index: 10;
    padding-left: 25%;
    padding-top: 5%;
    padding-bottom: 10%;
}

#intro .fixed-content .wrap .text h3 {
    font-size: 32px;
    line-height: 1.3em;
}

#intro .fixed-content .wrap .text p {
    display: inline;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8em;
    /* text-shadow: 0 0 35px rgb(255 255 255); */
    background: linear-gradient(transparent 0%, #ffffffaa 0%);
}

#intro .fixed-content .wrap .text h3 span {
    display: inline-block;
}

@media only screen and (max-width:767px) {
    #intro .fixed-content .wrap .text p {
        font-size: 4.6vw;
    }

    #intro .fixed-content .wrap .text {
        z-index: 10;
        padding-left: 0;
        padding-top: 32%;
        padding-bottom: 0;
    }

    #intro .fixed-content .wrap .text h3 {
        font-size: 6.4vw;
        line-height: 1em;
        margin-left: 18%;
        width: calc(100% - 18%);
        padding-left: 0.625em;
        padding-right: 0.625em;
    }
}

/* #intro .background-slider */
#intro .background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* height: 400px; */
}

#intro .background-slider .slide figure {
    width: 52%;
}

#intro .background-slider .slide figure img {
    width: 100%;
    opacity: .8;
}

@media only screen and (max-width:767px) {
    #intro .background-slider .slide figure {
        width: 75%;
    }
}



/* #language_education */
#language_education {
    max-width: 1200px;
    margin: 90px auto 90px;
}

#language_education .cle_mission figure {
    display: block;
    margin: 0 auto;
    max-width: 650px;
}

#language_education figure.cle_mission>img {
    max-width: 100%;
    width: 100%;
}

@media only screen and (min-width:768px)and (max-width:1320px) {
    #language_education {
        padding: 0 10px;
    }
}

@media only screen and (max-width:767px) {
    #language_education {
        margin: 18vw 4vw 12vw;
        z-index: 0;
    }
}

@media only screen and (min-width:1500px) {
    #language_education .cle_mission figure {
        max-width: 800px;
    }
}

/* #languages */
#languages .inner {
    max-width: none;
}

#languages .item-container {
    display: flex;
    gap: 30px;
}


#languages .item-container .item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    padding: 30px;
    width: 33.333333%;
}

@media only screen and (max-width:767px) {
    #languages .item-container {
        gap: 3.73vw;
    }

    #languages .item-container .item {
        padding: 3.73vw;
    }
}

@media only screen and (max-width:1199px) {
    #languages .item-container {
        flex-direction: column;
    }

    #languages .item-container .item {
        width: 100%;
    }
}

#languages .item-container .item .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#languages .item-container .item .bg-img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 100%);
}

#languages .item-container .item .bg-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0%;
    transition: object-position 0s;
    /* transition: object-position 10s ease-out; */
}

#languages .item-container .item .in {
    color: #ffffff;
}

#languages .item-container .item .in strong {
    font-size: 32px;
    color: inherit;
}

#languages .item-container .item .in strong span {
    display: inline-block;
    color: inherit;
    line-height: 1.4;
}

#languages .item-container .item .in p {
    font-size: 18px;
    color: inherit;
    margin-top: 21px;
}

@media only screen and (max-width:767px) {
    #languages .item-container .item .in strong {
        font-size: 6.4vw;
    }

    #languages .item-container .item .in p {
        font-size: 3.73vw;
    }
}

#languages .item-container .item .in-footer {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
    padding-top: 20px;
}

#languages .item-container .item .in-footer .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 3em;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
    border: solid 2px #ffffff;
    position: relative;
    padding: 0 1em;
}

#languages .item-container .item .in-footer .tag .dli-chevron {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    line-height: 1;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0.7em;
    height: 0.7em;
    transform: translateX(-25%) translateY(-50%) rotate(45deg);
}

#languages .item-container .item .in-footer .tag .dli-chevron::before,
#languages .item-container .item .in-footer .tag .dli-chevron::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

#languages .item-container .item .in-footer .tag .dli-chevron::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
}

#languages .item-container .item .in-footer .tag .dli-chevron::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}

#languages .item-container .item:hover .in-footer .tag {
    color: var(--color-neutral-dark);
    background-color: #ffffff;
}


#languages .item-container .item .in-footer .tag span {
    color: inherit;
}


#languages .item-container .item .permalink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
