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

ul.l-custom-counter {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    counter-reset: list-counter;
}

/* li要素ごとにカウンターを増加 */
ul.l-custom-counter li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 2.5rem;
    margin: 0.5rem 0;
    font-weight: bold;
}

/* 丸の中に数字を表示 */
ul.l-custom-counter li::before {
    content: counter(list-counter);
    /* カウンターの数字を表示 */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: red;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.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-key-points p {
    color: red;
    font-weight: bold;
    font-size: 2.5rem;
}
@media (max-width: 1200px) {
    .l-key-points p {
        font-size: 3.5rem;
    }
}
@media (max-width: 768px) {
    .l-key-points p {
        font-size: 2.75rem;
    }
}

.l-one-line-margin {
    margin-bottom: 1rem;
}
.overview-row {
    width: 100%
}
.l-salary-list li:nth-child(2) .l-salary-ctgry,
.l-salary-list li:nth-child(3) .l-salary-ctgry {
    margin-right: 4rem;
}
.l-salary-list li:nth-child(4) .l-salary-ctgry {
    margin-right: 6rem;
}
.team-initial{
    font-size: 2rem;
    font-weight: bold;
    margin-right: 25px;
}
@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
    }
    .l-salary-list li:nth-child(n) .l-salary-ctgry {
        margin-right: 0;
    }
    .team-initial{
        font-size: 2.8rem;
    }
}

@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;
    }
    .team-initial{
        font-size: 2.2rem;
    }
}