/* ==================================================== */

/*  全体レポート
/* ==================================================== */
.overall {}
.page-report__contents{
    padding: 70px 0 0;
}
.page-report__contents h3 {
    color: #AC001A;
    font-weight: bold;
    font-size: clamp(20px, calc(20px + (25 - 20) * ((100vw - 1024px) / (1366 - 1024))), 25px);
}
.report_box {
    margin-top: 35px;
}
.report_box .report_photo_full {
    width: 80%;
    margin: 0 auto 30px;
}
.report_box .report_photo {
    max-width: 400px;
    width: 36.6%;
    margin: 0 0 15px;
}
.report_box .report_photo .profile_text {
    margin-top: 5px;
}
.report_box .report_photo .profile_text h4 {
    color: #AC001A;
    font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 1024px) / (1366 - 1024))), 18px);
    font-weight: bold;
}
.report_box .report_photo .profile_text h4 span {
    display: inline-block;
    padding-left: 2%;
    color: #000;
    font-size: clamp(15px, calc(15px + (16 - 15) * ((100vw - 1024px) / (1366 - 1024))), 16px);
    font-weight: normal;
}
.report_box .report_photo .profile_text p {
    color: #797979;
    font-size: 1.3rem;
}
.report_box .report_photo.photo_right {
    float: right;
    margin-left: 25px;
}
.report_box .report_photo.photo_left {
    float: left;
    margin-right: 25px;
}
.report_box .report_text {
    margin-bottom: 25px;
    line-height: 1.9;
}
.report_box .report_text:last-child {
    margin-bottom: 0;
}
.report_box .report_text p a {
    text-decoration: underline;
}
@media screen and (max-width:767px) {
    .page-report__contents{
        padding-top: 40px;
    }
    .page-report__contents h3{
        font-size: var(--font-size18);
    }
    .report_box .report_photo_full {
        width: 100%;
        margin: 0 auto 30px;
    }
    .report .rounded-btn__list {
        display: block;
    }
    .report .rounded-btn__list .rounded-btn {
        margin-bottom: 10px;
    }
    .report_box .report_photo {
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
    }
    .report_box .report_photo.photo_right,
    .report_box .report_photo.photo_left {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

/* ==================================================== */

/*  student_essay
/* ==================================================== */
.student_essay{}

/*.application テキストフォント*/
.student_essay .page-report__contents{
    font-size: clamp(15px, calc(15px + (16 - 15) * ((100vw - 768px) / (1366 - 768))), 16px);
}
@media screen and (max-width:767px) {
    .student_essay .page-report__contents {
        font-size: min(4.27vw, 1.6rem);
    }
}
/*ベーシックタイトル*/
.student_essay .c-under-title {
    margin-bottom: 60px;
}
.student_essay .c-under-title h4 {
    margin-bottom: 35px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: clamp(25px, calc(25px + (29 - 25) * ((100vw - 768px) / (1366 - 768))), 29px);
    border-bottom: solid 1px #D6D6D6;
    line-height: 1.5;
}
@media screen and (max-width:767px) {
    .student_essay .c-under-title h4 {
        font-size: min(6.4vw, 2.4rem);
    }
}

.student_essay {}
.student_essay article{
    display: flex;
    margin-bottom: 40px;
    padding: 35px 4% 30px;
    border: 1px solid #CCCCCC;
    border-top: 3px solid #B29763;
}
.student_essay article figure{
    width: 15%;
    margin-right: 5%;
}
.student_essay article .text-box{
    width: 80%;
}
.student_essay article.full .text-box{
    width: 100%;
}
.student_essay article .text-box .tlt{
    margin-bottom: 5px;
    font-size: clamp(18px, calc(18px + (21 - 18) * ((100vw - 768px) / (1366 - 768))), 21px);
    color: #AC001A;
    font-weight: bold;
}
.student_essay article .text-box .name-box{
    margin-bottom: 15px;
    font-weight: normal;
    color: #575757;
    font-size: 90%;
}
.student_essay article .text-box .name-box span{
    color: #000;
    font-weight: bold;
    font-size: clamp(18px, calc(18px + (21 - 18) * ((100vw - 768px) / (1366 - 768))), 21px);
}
.student_essay article .text-box>p{
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 768px) / (1366 - 768))), 15px);
}


