
/* 目次 */
.table-of-contents-section .container {
    padding: 200px 10px 115px;
}

.table-of-contents-section .container .section-title {
    margin-bottom: 50px;
    position: relative;
}

.table-of-contents-section .container .section-title::before {
    content: '';
    position: absolute;
    top: -115%;
    left: 50%;
    transform: translateX(-50%);
    width: 938px;
    height: 141px;
    background-image: url('../../common/images/navi/table-of-contents-section-title-bg.png');
}

.table-of-contents-section .container .table-of-contents-grid {
    width: 1118px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 49px;
}

.table-of-contents-section .container .table-of-contents-grid .table-of-contents-grid-item {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    font-size: 45px;
    font-weight: 500;
    color: #ffffff;
    transition: all 0.3s ease;
}

.table-of-contents-section .container .table-of-contents-grid .table-of-contents-grid-item:nth-child(1) {
    background-color: #4261A6;
}

.table-of-contents-section .container .table-of-contents-grid .table-of-contents-grid-item:nth-child(2) {
    background-color: #4B9649;
}

.table-of-contents-section .container .table-of-contents-grid .table-of-contents-grid-item:nth-child(3) {
    background-color: #C47737;
}


/* 学生インタビュー */
.student-interview-section .container .section-title {
    font-size: 90px;
    position: relative;
    padding-top: 240px;
    margin-bottom: 130px;
}

.student-interview-section .container .section-title::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 938px;
    height: 141px;
    background-image: url('../../common/images/navi/student-interview-section-title-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.student-interview-section .container {
    padding: 0 10px 230px;
}

.student-interview-section .container._1 {
    background-color: #d0d7e9;
}

.student-interview-section .container._2 {
    background-color: #d2e5d1;
}

.student-interview-section .container._3 {
    background-color: #f1ddcd;
}

.student-interview-section .container .student-interview-item {
    max-width: 1280px;
    margin: 0 auto 140px;
    background-color: #ffff;
    padding: 45px 70px 70px 108px;
}

.student-interview-section .container .student-interview-item h3 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.student-interview-section .container._1 .student-interview-item h3 {
    color: #4261A6;
}

.student-interview-section .container._2 .student-interview-item h3 {
    color: #4B9649;
}

.student-interview-section .container._3 .student-interview-item h3 {
    color: #C47737;
}

.student-interview-section .container .student-interview-item-grade {
    font-size: 26.36px;
    line-height: 1.8;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 33px;
}

.student-interview-section .container .student-interview-item-grade .num {
    font-size: 42px;
}

.student-interview-section .container .student-interview-item-grade::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 43.5%;
    height: 2px;
    background-color: #000000;
}

.student-interview-section .container .student-interview-item-grade::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 43.5%;
    height: 2px;
    background-color: #000000;
}

.student-interview-section .container .student-interview-grid {
    display: flex;
    align-items: flex-start;
    gap: 45px;
    margin-bottom: 28px;
}

.student-interview-section .container .student-interview-grid .img {
    width: 615px;
    margin-left: -38px;
}

.student-interview-section .container .student-interview-grid .img .name {
    font-size: 26.43px;
    font-weight: 600;
    text-align: right;
}

.student-interview-section .container .student-interview-grid .img .name .name-school {
    font-size: 20px;
}

.student-interview-section .container .student-interview-grid .interview-text {
    width: 477px;
    font-size: 19px;
    padding-top: 45px;
}

.student_keyword .btn_wrap {
    text-align: center;
}

.student_keyword .btn_wrap .btn {
    background-color: #ffff;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 18%);
}

@media (max-width: 1000px) and (min-width: 751px) {

    .table-of-contents-section .container .table-of-contents-grid {
        width: 90%;
        flex-direction: column;
    }

    .student-interview-section .container .student-interview-grid {
        flex-direction: column;
        align-items: center;
    }
}

/* レスポンシブ */
@media (max-width: 750px) {
    .table-of-contents-section .container {
        padding: 20.5vw 0 10.5vw;
    }

    .table-of-contents-section .container .section-title::before {
        top: -92%;
        width: 83vw;
        height: 13vw;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .table-of-contents-section .container .section-title {
        margin-bottom: 7vw;
    }

    .table-of-contents-section .container .table-of-contents-grid {
        width: 80%;
        flex-direction: column;
        justify-content: unset;
        gap: 5.5vw;
        font-size: min(45px, 6vw);
        border-radius: min(27px, 3.6vw);
    }

    .table-of-contents-section .container .table-of-contents-grid .table-of-contents-grid-item {
        height: min(110px, 14.66666667vw);
        font-size: min(45px, 6vw);
    }

    .student-interview-section .container {
        padding: 0 0 min(93px, 12.4vw);
    }

    .student-interview-section .container .section-title {
        font-size: 10vw;
        padding-top: 21.5vw;
        margin-bottom: 3.5vw;
    }

    .student-interview-section .container .section-title::before {
        top: 21%;
        width: 86vw;
        height: 13vw;
    }

    .student-interview-section .container .student-interview-item {
        width: min(650px, 86.66666667vw);
        margin: 0 auto min(57px, 7.6vw);
        background-color: #ffff;
        padding: min(48px, 6.4vw) min(30px, 4vw) min(47px, 6.26666667vw);
    }

    .student-interview-section .container .student-interview-item h3 {
        font-size: min(47px, 6.26666667vw);
        margin-bottom: 1.75vw;
    }

    .student-interview-section .container .student-interview-item-grade {
        font-size: min(26.36px, 3.51466667vw);
        margin: 0 min(10px, 1.33333333vw) min(20px, 2.66666667vw);
    }

    .student-interview-section .container .student-interview-item-grade .num {
        font-size: min(42px, 5.6vw);
    }

    .student-interview-section .container .student-interview-item-grade::before {
        width: min(215px, 28.66666667vw);
    }

    .student-interview-section .container .student-interview-item-grade::after {
        width: min(215px, 28.66666667vw);
    }

    .student-interview-section .container .student-interview-grid {
        flex-direction: column;
        gap: min(12px, 1.6vw);
        margin-bottom: min(40px, 5.33333333vw);
    }

    .student-interview-section .container .student-interview-grid .img {
        width: 102%;
        margin-left: -2%;
    }

    .student-interview-section .container .student-interview-grid .img .name {
        text-align: center;
        font-size: min(26.43px, 3.524vw);
        padding-top: min(7px, 0.93333333vw);
        padding-left: min(21.75px ,2.9vw);
    }

    .student-interview-section .container .student-interview-grid .img .name .name-school {
        font-size: min(20px, 2.66666667vw);
    }

    .student-interview-section .container .student-interview-grid .interview-text {
        width: 100%;
        font-size: min(18px, 2.4vw);
        padding: 0 min(28px, 3.73333333vw) 0;
    }

    .student-interview-section .btn_wrap .btn {
        padding: min(33px, 4.4vw) 0 0 min(151px, 20.13333333vw);
    }

    .student-interview-section .btn_wrap .btn::before {
        right: 22%;
    }

    .student_keyword .btn_wrap .btn {
        text-align: left;
    }
}