.section {
    position: relative;
}

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

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

.section3 {
    height: 773px;
    background: url("../images/job/section3bg.jpg?r=20250520-1") center bottom no-repeat;
}

.section3-mobile {
    position: relative;
    top: 15vw;
    background: url("../images/job/mobile/section3bg.jpg?r=20250520-1") center top no-repeat;
    background-size: 100% auto;
    height: 152vw;
    padding-bottom: 20vw;
}

.section4-padding {
    padding-bottom: 100px;
}

.section4-padding-mobile {
    padding-bottom: 10vw;
}

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

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

.mail-btn {
    display: block;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fed312;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    margin: 10px 20px;
}