.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}


.l-feature-rich {
    background: #F9F9F9;
    color: #2F1B00;
    word-break: break-all;

    .l-feature-rich__inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    .l-feature-rich__inner--full {
        width: 100%;
        background: #F2F2F2;
        padding: 80px 0;
    }

    .l-feature-rich__inner--middle {
        max-width: 800px;
        margin: 0 auto;
        padding: 80px 0;
    }

    .feature-rich__sectionTitle,
    .feature-rich__sectionTitle--small {
        font-family: Zen Kaku Gothic New;
        font-weight: 900;
        text-align: center;

    }

    .feature-rich__sectionTitle {
        font-size: 48px;
    }

    .feature-rich__sectionTitle--small {
        font-size: 30px;
    }
}

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

    .l-feature-rich {
        .l-feature-rich__inner--full {
            padding: 40px 0;
        }

        .l-feature-rich__inner--middle {
            padding: 40px 0;
        }


        .feature-rich__sectionTitle {
            font-size: 32px;
        }

        .feature-rich__sectionTitle--small {
            font-size: 22px;
        }

    }

}


.feature-rich__img {
    width: 800px;
    height: 420px;
    overflow: hidden;
    object-fit: cover;
    margin: 0 auto;

    img {
        width: 100%;
        height: 100%;
    }
}


@media screen and (max-width: 768px) {
    .feature-rich__img {
        width: 100%;
        height: auto;
        overflow: hidden;
        object-fit: cover;
        margin: 0 auto;

        img {
            width: 100%;
            height: 100%;
        }
    }

}

.feature-rich_contents--top {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0 80px;

    .ql-editor p {
        font-size: 20px;
        font-weight: 500;
    }
}

.feature-rich_contents--cv {
    .ql-editor p {
        font-size: 18px;
        font-weight: 500;
    }
}


@media screen and (max-width: 768px) {
    .feature-rich_contents--top {
        padding: 40px 20px;

        .ql-editor p {
            font-size: 18px;
        }
    }

    .feature-rich_contents--cv {
        padding: 40px 20px;
    }

    .ql-editor p {
        font-size: 16px;
    }
}

.feature-rich-projectContainer {
    padding: 40px 0;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px 65px;
    margin: 0 auto;
    padding: 4rem 0 4rem;

    .project-card {
        width: 290px;
    }
}

@media screen and (max-width: 768px) {
    .feature-rich-projectContainer {
        padding: 23px 0;
        gap: 23px;

        .project-card {
            width: 335px;
        }
    }
}


.feature-rich-whiteContainer {
    background: #FFFFFFF2;
    padding: 40px 40px 60px;
    max-width: 1000px;
    border-radius: 30px;
    margin: 0 auto;

    .feature-rich__sectionTitle--small {
        border-bottom: 1px solid #0000001A;
        padding-bottom: 30px;
    }

    .topic-report-list {
        width: 100%;
        padding-top: 30px;
        display: flex;
        gap: 30px;
        flex-wrap: wrap;

        .no-topic-report {
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;

        }

        .topic-report {

            a {
                display: flex;
                gap: 20px;
                color: #2F1B00;
                text-decoration: none;
            }

            .topic-report-post {
                max-width: 273px;

                .topic-report-date {
                    margin-bottom: 10px;
                }

                .topic-report-title span {
                    font-weight: 700;
                    font-size: 18px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-height: calc(22.4px * 3);
                }
            }
        }
    }

    .topic-report-img {
        width: 152px;
        height: 100px;
        overflow: hidden;
        object-fit: cover;
        flex-shrink: 0;

        img {
            width: 100%;
            height: 100%;
        }
    }

    .message-list {
        .message-container {
            display: flex;
            gap: 40px;
            padding: 30px 0;
            border-bottom: 1px solid #0000001A;

            &:last-child {
                border-bottom: none;
            }
        }



        &:last-child {
            border-bottom: none;
        }

        .message-image {
            width: 160px;
            height: 160px;
            border-radius: 10px;
            overflow: hidden;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .message-post {
            max-width: 520px;

            .message-post__name {
                font-weight: 900;
                font-size: 18px;
                margin-bottom: 15px;
            }

            .message-post__text {
                font-weight: 500;
                font-size: 16px;
            }
        }

    }
}

@media screen and (max-width: 768px) {
    .feature-rich-whiteContainer {
        max-width: 335px;
        padding: 20px;
        border-radius: 15px;

        .feature-rich__sectionTitle--small {
            padding-bottom: 20px;
        }

        .topic-report-list {
            padding-top: 20px;
            flex-direction: column;

            .topic-report {
                border-bottom: 1px solid #0000001A;

                &:last-child {
                    border-bottom: none;
                }

                .topic-report-img {
                    width: 110px;
                    height: 72px;
                    border-radius: 2px;
                    margin-bottom: 43px;
                }

                .topic-report-post {
                    max-width: 273px;
                    flex-grow: 1;

                    .topic-report-title span {
                        font-size: 16px;
                        -webkit-line-clamp: 4;
                        line-height: 24px;
                        max-height: calc(24px * 4);

                    }
                }
            }
        }
    }

    .feature-rich-whiteContainer {
        .message-list {
            .message-container {
                flex-direction: column;
                align-items: center;
                padding: 20px 0;
                gap: 15px;
            }

            .message-image {
                width: 120px;
                height: 120px;
                border-radius: 7.5px;
            }

            .message-post {
                width: 100%;

                .message-post__name {
                    font-size: 16px;
                    width: 100%;
                    text-align: left;
                    margin-bottom: 10px;
                }

                .message-post__text {
                    font-size: 14px;
                }

            }

        }
    }
}

.feature-rich_cvContainer {
    margin: 40px auto 80px;
    text-align: center;

    a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 71px 15px 50px;
        border-radius: 50px;
        border-width: 2.5px;
        background: #CA4F02;
        color: #FFFFFF;
        font-family: Zen Kaku Gothic New;
        font-weight: 900;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: -2%;
        box-shadow: 4px 4px 20px 0px #0000001A;
        text-decoration: none;

        &::before {
            content: "";
            background: #fff;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        &::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 13px solid #CA4F02;
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }
}

@media screen and (max-width: 768px) {
    .feature-rich_cvContainer {
        margin: 20px auto 40px;

        a {
            font-size: 20px;
            padding: 12px 60px 12px 45px;

            &::before {
                width: 30px;
                height: 30px;
                position: absolute;
                right: 10px;
            }

            &::after {
                right: 16px;
            }
        }
    }
}

.feature-rich-linkContainer {
    padding-top: 80px;

    .link-continer {
        background: #F2F2F2;
        border-radius: 20px;
        align-items: flex-start;

        .ol-discription {

            p {
                font-weight: 500;
                font-style: Medium;
                font-size: 16px;
            }

            a {
                background: #FFFFFF;
                border: 2px solid #2F1B00;
                box-shadow: 4px 4px 20px 0px #0000001A;
                color: #2F1B00;
                font-size: 18px;
                font-weight: 700;

                &::before {
                    content: "";
                    background: #2F1B00;
                    border-radius: 50%;
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                &::after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                    border-left: 13px solid #FFFFFF;
                    position: absolute;
                    right: 22px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }
            }
        }
    }
}


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

    .feature-rich-linkContainer {

        padding: 40px 20px;

        .link-continer {
            padding: 20px;

            .ol-img {
                width: 120px;
                height: auto;
                margin: 0 auto;
            }
        }
    }
}

.feature-rich__pagination {
    padding-bottom: 40px;
}

.whiteContainer--small {
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    .whiteContainer--small {
        width: 335px;
    }

}
