#contents {
    background-color: #f8f8f8;
}

#benefits {
    padding-top: 12rem;
    padding-bottom: 12rem;

    @media screen and (max-width: 767px) {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.benefits-card-container {
    width: 100%;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.benefits-card {
    width: 46rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    /* justify-content: center; */
    padding: 4.5rem 7rem;
    background-color: #ffffff;

    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 3rem 2rem;
    }
}

.benefits-card-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 200%;
    text-align: center;
    letter-spacing: 0.08em;
    color: #e50012;

    @media screen and (max-width: 767px) {
        font-size: 2rem;
    }
}

.benefits-card-img {
    width: 18rem;

    @media screen and (max-width: 767px) {
        width: 15rem;
    }
}

.benefits-card-text {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 160%;
    letter-spacing: 0.08em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
    }
}

#training {
    padding-bottom: 12rem;

    @media screen and (max-width: 767px) {
        padding-bottom: 5rem;
    }
    .common-header-pages {
        margin-bottom: 4rem !important;
        @media screen and (max-width: 767px) {
            margin-bottom: 3.4rem;
        }
    }
}

.training-card-container {
    width: 100%;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.training-card {
    width: 46rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.training-card-img-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.training-card-slider {
    width: 100%;
    overflow: hidden;
}

.training-card-slide {
    width: 100%;
}

.training-card-img {
    display: block;
    width: 100%;
    height: auto;
}

.training-card-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 200%;
    letter-spacing: 0.08em;
    color: #000000;
    width: 100%;

    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
    }
}

.common-text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 200%;
    letter-spacing: 0.08em;
    color: #000000;
    margin-bottom: 4rem;
}
