@charset "UTF-8";
/* ---------------------------------------------
*   l-sub-kv
--------------------------------------------- */
.l-sub-kv.-article {
    background-image: linear-gradient(90deg, #0076c3 0%, #e2f0ff 100%);
}

.l-sub-kv.-article:before {
    background-image: url(/files/img/tutor/tutor.jpg);
    mix-blend-mode: normal;
}

@media screen and (max-width: 768px) {
    .l-sub-kv.-article:before {
        background-image: url(/files/img/tutor/tutor-sp.jpg);
    }
}

@media screen and (min-width: 769px) {
    .l-sub-kv.-article .l-container:before {
        left: calc(321 / 1130 * 100%);
        bottom: calc(-22 / 230 * 100%);
    }
}

/* ---------------------------------------------
*   p-tutor-lead
--------------------------------------------- */
.p-tutor-lead {
    padding-block: 95px 38px;
}

@media screen and (max-width: 768px) {
    .p-tutor-lead {
        padding-block: 60px 0;
    }
}

.p-tutor-lead__ttl {
    font-size: 30px;
    letter-spacing: calc(80 / 1000 * 1em);
    font-weight: 900;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-tutor-lead__ttl {
        font-size: 24px;
    }
}

.p-tutor-lead__txt {
    margin-top: 35px;
    font-size: 15px;
    letter-spacing: calc(80 / 1000 * 1em);
    line-height: calc(24 / 15);
}

@media screen and (max-width: 768px) {
    .p-tutor-lead__txt {
        margin-top: 33px;
    }
}

/* ---------------------------------------------
*   p-tutor-list
--------------------------------------------- */
.p-tutor-btn {
    display: block;
    max-width: 360px;
    width: 100%;
    margin-top: 38px;
    margin-inline: auto;
    padding: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 200px;
    background-image: linear-gradient(90deg, #33c7f0 0%, #fb71b1 25%, #f69600 50%, #f69600 51%, #fb71b1 75%, #33c7f0 100%);
    background-size: 200% auto;
    background-position: 0% 0%;
    border: 1px solid transparent;
    transition: background-position 0.3s;
}

@media screen and (max-width: 768px) {
    .p-tutor-btn  {
        max-width: initial;
        padding: 8px;
        line-height: 1.2;
    }
}

.p-tutor-btn:hover {
    background-position: 99% 0%;
}

@media screen and (max-width: 479px) {
    .p-tutor-btn  {
        min-width: initial;
        width: 100%;
    }
}

/* ---------------------------------------------
*   p-tutor-list
--------------------------------------------- */
.p-tutor-list {
    margin-bottom: 85px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px calc(40 / 1130 * 100%);
}

@media screen and (max-width: 768px) {
    .p-tutor-list {
        margin-bottom: 75px;
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.p-tutor-list__pic {
    width: 100%;
    height: auto;
}

.p-tutor-list__pic img {
    width: 100%;
    height: 100%;
    aspect-ratio: 348 / 196;
    object-fit: cover;
}

.p-tutor-list__texts {
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .p-tutor-list__texts {
        margin-top: 15px;
    }
}

.p-tutor-list__title,
.p-tutor-list__date {
    font-size: 15px;
    letter-spacing: calc(80 / 1000 * 1em);
    line-height: calc(24 / 15);
}

.p-tutor-list__date {
    margin-top: 2px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .p-tutor-list__date {
        margin-top: 0;
    }
}
