.page-title-image {
    display: block;
}

.l-line-adjust {
    margin-left: 10px;
    display: inline-block;
}

.l-section-container {
    width: 100%;
    margin-bottom: 7rem;
}

.l-section-title {
    margin-bottom: 10px
}

.l-section-title h3 {
    font-weight: bold;
}

.l-title-before-margin {
    width: 100%;
    height: 5px;
    background-color: #000;
    margin-bottom: 70px
}

.l-section-content-container {
    padding-right: max(80px, 80px + (100% - 1440px) / 2);
}

.l-person-content {
    margin-bottom: 3rem;
}

.l-key-points p {
    color: red;
    font-weight: bold;
    font-size: 3rem;
}

.l-one-line-margin {
    margin-bottom: 1rem;
}
.l-three-line-margin {
    margin-bottom: 3rem;
}
.overview-row {
    width: 100%
}
.team-initial{
    font-size: 2rem;
    font-weight: bold;
    margin-right: 25px;
}

.training-image,
.career-image {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.page-title-image img,
.training-image img,
.career-image img {
    width: 100%;
}

.career-image {
    padding-right: max(80px, 80px + (100% - 1440px) / 2);
    margin-bottom: 7rem;
}
@media screen and (max-width:1200px) {
    .l-padding-adjust-sec {
        padding-left: 30px
    }

    .l-section-title-container {
        padding-left: 50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .l-section-content-container {
        padding: 0 50px;
    }
    
    .overview-row {
        width: 100%;
    }

    .overview-label,
    .overview-content {
        padding: 50px 0;
        font-size: 1.4rem;
        line-height: 40px;
    }

    div.company-overview {
        margin-bottom: 180px
    }
    .career-image {
        padding-left: 80px;
    }
}

@media screen and (max-width: 768px) {
    .sp-margin-none {
        margin: 0;
    }
    .page-container {
        padding-left: 27.5px;
        padding-right: 0;
    }
    .l-section-container {
        width: 100%;
        margin-bottom: 4rem;
    }
    .l-section-title-container {
        padding-left: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .l-section-content-container {
        padding: 0 27.5px 0 0;
    }

    .l-title-before-margin {
        margin-bottom: 40px
    }
    .l-padding-adjust-sec {
        padding-left: 0;
    }

    .overview-row {
        width: 100%;
        min-height: 90px;
    }

    .overview-label {
        width: 110px;
    }

    .overview-label,
    .overview-content {
        padding: 30px 0;
        font-size: 1.1rem;
        line-height: 30px;
    }
    .career-image {
        padding-left: 0;
        padding-right: 27.5px;
        margin-bottom: 4rem;
    }
}