.section {
    position: relative;
}

.section .slogan-title {
    padding-top: 65px;
}

.section .slogan-title {
    font-size: 36px;
    color: #4f4e4c;
    text-align: center;
    line-height: 42px;
}

.section3 {
    height: 620px;
    margin-top: 100px;
    padding-top: 80px;
    background-color: #fdc82f;
    text-align: center;
}

.concern .title{
    font-size: 36px;
}

.concern .line{
    border-bottom: 1px solid #000;
}

.concern .content-container{
    display: grid;
    justify-content: center;
    margin: 0 auto;
    padding-top: 60px;
    grid-template-columns: 300px 300px;
    gap: 0 100px;
}

.concern .content{
    font-size: 18px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}

.section4 .join-bg {
    position: relative;
    margin: 0 auto;
    width: 300px;
    height: 123px;
    background: url("../images/job/join-bg.jpg?r=20251224") center center no-repeat;
}

.section4 .join-bg a {
    display: block;
    position: absolute;
    top: 44px;
    left: 97px;
    text-decoration: none;
    color: #4f4e4c;
}
