/* Staffing Page Styles */
.staffing-page-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
}

/* Hero Section */
.staffing-hero {
    position: relative;
    width: 100%;
    margin-bottom:0px;
}

.staffing-hero-image {
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.staffing-hero-content {
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 30px;
    background-color: transparent;
    max-width: 80%;
}

.staffing-subheading {
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #000;
}

.staffing-title {
    font-size: 32px;
    margin: 0;
    font-weight: 500;
    color: #000;
}

/* Section 1 & 2 */

.staffing-section-1 {
    padding: 80px 0;
    background-color: #fffff4;
}
.staffing-section-2 {
    background-color: #fffee5;
}

.staffing-section-1-inner,
.staffing-section-2-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.staffing-section-2-inner{
padding: 68px 20px;
}
.section-title-container {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
    padding-top: 0;
}

.section-title-container h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #333;
}

.two-column-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.two-column-grid.reverse {
    flex-direction: row-reverse;
}

.left-column,
.right-column {
    flex: 1;
    min-width: 300px;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.content-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
    margin-bottom: 20px;
    word-break: keep-all;
    color: #333;
}

.text-content {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* Section 3 (Banner) */
.staffing-section-3 {
    padding: 80px 0;
    background-color: #f5f5f5;
}
section.staffing-section-3.fade-in.active {
    padding: 0;
}

.staffing-section-3-inner {
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    position: relative;
}

.banner-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.banner-title {
        font-size: 36px;
        margin-bottom: 0px;
        font-family: 'Melvinsans Thin Regular' !important;
}

.banner-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.banner-button {
    display: inline-block;
    max-width: 231px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.065em;
    line-height: 15.95px;
    padding: 10px 15px;
    background-color: white;
    color: var(--primary-color);
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--primary-color);
    transition: all 0.3s ease;
}

.banner-button:hover {
    background-color: #333;
    color: #fff;
}

/* Animation Classes */
.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}
.sp{
display: none;
}
/* Responsive Design */
@media (max-width: 768px) {
    .staffing-hero-image {
        height: 400px;
    }

    .staffing-title {
        font-size: 28px;
    }

    .two-column-grid {
        flex-direction: column;
    }
    .staffing-section-2-inner .two-column-grid {
        flex-direction: column-reverse;
    }

    .two-column-grid.reverse {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

    .section-title-container h2 {
        font-size: 20px;
    }

    .content-title {
        font-size: 20px;
    }

    .banner-title {
        font-size: 28px;
    }
    .sp{
display: block;
}
}

@media (max-width: 480px) {
    .staffing-hero-image {
        height: 300px;
    }

    .staffing-title {
        font-size: 24px;
    }

    .staffing-section-1,
    .staffing-section-2,
    .staffing-section-3 {
        padding: 40px 0;
    }

    .banner-button {
        padding: 10px 20px;
    }
    
} 

.staffing-section-1-title{
border-left: 5px solid #ffe42d;
padding-left: 10px;
font-size: 22px;
margin: 0 0 16px;
font-weight: normal;
}
.staffing-section-1-text{
font-size: 16px;
}
.staffing-section-1-subtext{
font-size: 14px;
}
.staffing-section-2-image{
padding: 173px 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.staffing-section-2-image1{
background-image: url(https://mimosa-career.com/wp/wp-content/uploads/2026/01/staff-img3-scaled.jpg);
}
.staffing-section-2-image2{
background-image: url(https://mimosa-career.com/wp/wp-content/uploads/2026/01/staff-img4-scaled.jpg);
}
.staffing-section-2-image h2{
font-size: 28px;
color: #fff;
text-align: center;
font-weight: normal;
}
.staffing-section-title{
font-weight: normal;
font-size: 26px;
text-align: center;
padding: 25px 0;
background: #ffe42d;
position:relative;
margin: 0;
}
.staffing-section-title::before{
content: '';
position: absolute;
left: 50%;
top: 100%;
width: 25px;
height: 13px;
background: url(http://mimosa-career.com/wp/wp-content/uploads/2026/01/staff-arrow.png) no-repeat;
background-position: top center;
background-size: contain;
margin-left: -12.5px;
}
.staffing-section-subtitle{
text-align: center;
font-size: 22px;
margin: 0 0 36px;
font-weight: normal;
}
.point-list{
max-width: 890px;
margin: 0 auto;
}
.point-one{
display: flex;
margin-bottom: 48px;
}
.point-one:last-child{
margin-bottom: 0;
}
.point-image{
width: 62px;
min-width: 62px;
}
.point-content-ttl{
font-size: 19px;
margin: 0 0 15px;
}
.point-content-txt{
font-size: 13px;
margin: 0;
}
.point-content{
margin-left: 30px;
padding-left: 30px;
border-left: 4px solid #ffe42d;
}
.case-list-container{
margin-top: 68px;
}
.case-list{
display: flex;
justify-content: space-between;
}
.case-one{
width: 380px;
border: 2px solid #ffe42d;
}
.case-one-number{
padding: 8px 0;
background: #ffe42d;
text-align: center;
margin: 0;
font-size: 16px;
}
.case-one-title{
text-align: center;
margin: 0;
padding: 10px 0;
border-bottom: 2px solid #ffe42d;
font-size: 19px;
}
.case-one-text{
margin: 0;
padding: 20px;
font-size: 13px;
}
.staffing-point-list-container{
display: flex;
justify-content: space-between;
}
.staffing-point-list-container .point-list{
margin: 0;
}
.staffing-section-2-bar{
border-bottom: 2px solid #ffe42d;
margin-bottom: 98px;
}
.voice-list-container{
margin-top: 68px;
}
.voice-list{
display: flex;
justify-content: space-between;
}
.voice-one{
width: 340px;
}
.voice-one-image{
text-align: center;
}
.voice-one-text{
margin: 0;
}
.service-list-container{
margin-top: 72px;
}
.service-title{
margin: 0 0 36px;
text-align: center;
font-size: 22px;
font-weight: normal;
}
.service-list{
display: flex;
gap: 30px;
justify-content: center;
}
.service-one{
width: 560px;
border: 1px solid #000;
padding: 8px;
display: flex;
background: #fff;
gap: 20px;
align-items: center;
text-decoration: none;
}
.service-one-image{
margin: 0;
line-height: 1;
}
.service-one-title{
margin: 0;
font-size: 16px;
text-align: center;
width: 100%;
}
@media (max-width: 768px) {
	.staffing-section-1-image img{
    width: 100%;
    }
    .case-list{    
    flex-direction: column;
    gap: 20px;
    }
    .staffing-point-list-container{
    flex-direction: column;
    gap: 40px;
    }
    .voice-list{
    flex-direction: column;
    gap: 20px;
    }
    .staffing-point-list-image img{
    width: 100%;
    }
    .case-one{
    margin: 0 auto;
    max-width: 100%;
    }
    .voice-one{
    margin: 0 auto;
    max-width: 100%;
    }
    .service-list{
    flex-direction: column;
    gap: 20px;
    }
    .service-one{
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    }
    .staffing-section-1-title{
    font-size: 18px;
    }
    .staffing-section-1-text{
    font-size: 14px;
    }
    .staffing-section-1-subtext{
    font-size: 12px;
    }
    .staffing-section-2-image{
    padding: 80px 20px;
    }
    .staffing-section-2-image h2{
    font-size: 22px;
    }
    .staffing-section-2-bar{
    padding: 0;
    margin-bottom: 50px;
    }
    .staffing-section-title{
    font-size: 22px;
    }
    .staffing-section-subtitle{
    font-size: 18px;
    }
    .point-content-ttl{
    font-size: 16px;
    }
    .point-content{
    margin-left: 15px;
    padding-left: 15px;
    }
    .point-one{
    margin-bottom: 20px;
    }
    .staffing-section-2{
    padding: 0;
    }
    .pc{
    display: none;
    }
    .service-one-image{
    width: 160px;
    }
    .service-one-image img{
    width: 100%;
    }
    .service-one-title{
    font-size: 14px;
    }
}