@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap');

html, body {
    font-family: 'IBM Plex Sans', sans-serif;
}
html {
    height:auto;
    overflow-x:hidden;
}
.el-mo {
    display: none !important;
}


/* mentor */
.mentor-wr {

}
.mentor-sec01 {
    width:100%;
    height:100vh;
    padding: 3.3% 9.271%;
    background:linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.18) 100%), url('../image/img_mentor01.webp')no-repeat center center;
    background-size:cover;
}
.mentor-sec01 .logo {
    display:block;
    margin-bottom:14.75rem;
}
.mentor-sec01 .txt-cont {
    position:relative;
    color: #fff;
}
.mentor-sec01 .txt-cont:nth-child(2) {
    margin-bottom: 8.25rem;
}
.mentor-sec01 .txt-cont > h2 {
    font-size: 3.625rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.2;
}
.mentor-sec01 .txt-cont:nth-child(3):before {
    content:'';
    position:Absolute;
    width:72px;
    height:3px;
    top:-36px;
    left:0;
    background:#E94A1C;
}
.mentor-sec01 .txt-cont > strong {
    display:block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-bottom:0.815rem;
}
.mentor-sec01 .txt-cont > p {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

.mentor-sec02 {
    width: 100%;
    min-height: 92vh;
    padding: 8% 9.271% 7%;
    background: #fff url('../image/img_mentor02.webp') no-repeat right 0 bottom -5%;
    background-size: contain;
}
.mentor-sec02 .txt-cont > h3 {
    font-size: 2.625rem;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1.4;
    margin-bottom: 3.125rem;
}
.mentor-sec02 .txt-cont > p {
    font-size: 1.25rem;
    letter-spacing: -0.05em;
    line-height: 1.7;
}
.mentor-sec02 .list-cont {
    margin-top: 13.125rem;
}
.mentor-sec02 .list-cont > p {
    font-size: 1.5rem;
    color: #A1B1C3;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-bottom: 1.5rem;
}
.mentor-sec02 .list-cont > ul {
    display: grid;
    width: 35%;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 0.625rem;
    font-size: 1.25rem;
    color: #AAAAAA;
    font-weight: 500;
}
.mentor-sec02 .list-cont > ul > li {

}
.mentor-sec02 .list-cont > ul > li:nth-of-type(3n) {
    margin-left: -5rem;
}
.mentor-sec03 {
    padding: 7% 9.271% 8%;
    background: #F6F6F6;
}
.mentor-sec03 h3 {
    font-size: 2.625rem;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1.5;
    margin-bottom: 9.5rem;
}
.list-benefit {
    display: flex;
    justify-content: space-between;
}
.list-benefit > li {
    flex: 1;
    text-align: center;
}
.list-benefit > li:nth-child(2) {
    margin: 0 6.9%;
}
.list-benefit > li > img {
    margin-bottom: 8.7rem;
}
.list-benefit > li > div {
    text-align:left;
}
.list-benefit > li strong {
    font-size: 1.875rem;
    margin-bottom: 2.125rem;
    display: block;
    letter-spacing: -0.04em;
}
.list-benefit > li p.desc {
    font-size: 1.125rem;
    letter-spacing: -0.05em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 1.4rem;
}
.list-benefit > li p.example {
    font-size: 1.125rem;
    font-weight: 600;
    color: #A5A5A5;
    line-height: 2;
    word-break: break-word;
}

.mentor-sec04 {
    display: flex;
    padding: 4.8% 9.271% 0;
    background: #E6EAEF;
}
.mentor-sec04 > div {

}
.mentor-sec04 .left-cont {
    text-align: center;
    font-size: 0;
}
.cont-wr div.left-cont {
    flex: 1 1 42%;
}
.cont-wr div.right-cont {
    flex: 1 1 58%;
}
.cont-wr div.right-cont > strong {
    display: block;
    font-size: 1.875rem;
    letter-spacing: -0.04em;
    margin: 2rem 0;
}
.cont-wr div.right-cont > p {
    font-size: 1.125rem;
    letter-spacing: -0.05em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
}
.mentor-wr footer {
    padding: 6.4% 9.271% 3.65%;
    background: #2C2C2C;
    color: #fff;
}
.mentor-wr footer .foot-top {
    display: flex;
    margin-bottom: 13.4375rem;
}
.mentor-wr footer .foot-top strong {
    font-weight: 600;
    letter-spacing: -0.06em;
    margin: 0 0 1.5rem;
}
.mentor-wr footer .foot-top p {
    font-size: 1.5rem;
    letter-spacing: -0.06em;
}
.mentor-wr footer .copyright {
    padding-top: 5.4375rem;
    border-top: 1px solid #CFCFCF;
}
.mentor-wr footer .copyright > p {

}




@media screen and (max-width:1800px) {

}
@media screen and (max-width:1600px) {

}
@media screen and (max-width:1440px) {

}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:767px) {
    .el-mo {
        display:block !important;
    }
    .el-pc {
        display: none !important;
    }

    .mentor-sec01 {
        height:100vh;
        /* min-height:640px; */
        padding: 11.2% 10%;
    }
    .mentor-sec01 .logo {
        margin-bottom: 20vh;
    }
    .mentor-sec01 .txt-cont:nth-child(2) {
        margin-bottom: 60px;
    }
    .mentor-sec01 .txt-cont > h2 {
        font-size: 3.2rem;
        line-height: 1.3;
    }
    .mentor-sec01 .txt-cont > strong {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .mentor-sec01 .txt-cont > p {
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .mentor-sec02 {
        min-height: 1100px;
        padding: 20.3% 10%;
        background: #fff url('../image/img_mentor02.webp') no-repeat right -20vw bottom -5%;
        background-size: contain;
    }
    .mentor-sec02 .txt-cont > h3 {
        font-size: 3.2rem;
        font-weight: 700;
    }
    .mentor-sec02 .txt-cont > p {
        font-size: 1.8rem;
    }
    .mentor-sec02 .list-cont {
        margin-top: 62px;
    }
    .mentor-sec02 .list-cont > p {
        font-size: 1.6rem;
    }
    .mentor-sec02 .list-cont > ul {
        width: 100%;
        grid-column-gap: 2rem;
    }
    .mentor-sec02 .list-cont > ul > li {
        font-size: 1.6rem;
        letter-spacing: -0.03em;
    }
    .mentor-sec02 .list-cont > ul > li:nth-of-type(3n) {
        margin-left: -90px;
    }

    .mentor-sec03 {
        padding: 20.3% 10%;
    }
    .mentor-sec03 h3 {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.4;
    }
    .list-benefit {
        display: block;
    }
    .list-benefit > li {
        flex: none;
        display: block;
        width: 100%;
        margin-bottom: 182px;
    }
    .list-benefit > li:nth-child(2) {
        margin: 0 0 182px;
    }
    .list-benefit > li:last-child {
        margin-bottom:0;
    }
    .list-benefit > li > img {
        width: 120px;
    }
    .list-benefit > li strong {
        font-size: 3rem;
        line-height: 1.3;
    }
    .list-benefit > li p.desc {
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .list-benefit > li p.example {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .mentor-sec04 {
        padding: 14.7% 10% 0;
        flex-direction: column;
    }
    .mentor-sec04 div.left-cont {
        flex:1;
        order:2;
        margin-top:90px;
    }
    .mentor-sec04 div.left-cont img {
        width:65%;
    }
    .mentor-sec04 div.right-cont {
        flex:1;
        order:1;
    }
    .cont-wr div.right-cont > strong {
        font-size: 3rem;
        margin: 0 0 30px;
    }
    .cont-wr div.right-cont > p {
        font-size: 1.8rem;
        line-height:1.6;
    }
    .cont-wr div.right-cont > p > br {
        display:none;
    }
    .mentor-wr footer {
        padding: 16% 10% 10.7%;
    }
    .mentor-wr footer .foot-top {
        flex-direction: column;
        margin-bottom: 0;
    }
    footer div.left-cont {
        flex:1;
        order: 2;
        padding-top: 35px;
        border-top: 1px solid #CFCFCF;
    }
    footer div.left-cont svg {
        width: 134px;
    }
    footer div.right-cont {
        flex:1;
        margin-bottom: 213px;
    }
    .mentor-wr footer .copyright {
        padding-top:0;
        border-top:none;
        margin-top:10px;
    }
    .mentor-wr footer .copyright > p {
        font-size: 1.2rem;
    }

    /* for ios viewport */
    /* @supports (-webkit-touch-callout: none) {
        .mentor-sec01 {
            height:100vh;
            height: fill-available;
            height: -webkit-fill-available !important;
        }
    } */


}
