/* Agency Page Styles */
.agency-page-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
section.agency-section-1.fade-in-element.visible{
    background: white;
}
/* Hero Section */
.agency-hero {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #FFFEE9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.agency-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.agency-hero-content {
    position: relative;
    text-align: center;
    color: #3E3E3E;
    z-index: 2;
    padding: 0 20px;
}

.agency-subheading {
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.agency-title {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
div#content h1 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #3E3E3E;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

div#content p.page-subheading {
    font-size: 13px;
    letter-spacing: 0.065em;
    margin-bottom: 0px;
    color: #3E3E3E;
    font-weight: normal;
}
/* Hero Section Title Area */
.agency-hero-title-area {
    text-align: center;
    padding: 75px 20px 45px;
}

.agency-hero-main-title {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: 40px;
    margin: 0;
    white-space: pre-wrap;
}

/* Common Section Styles */
.agency-section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
section.agency-section-4.three-column-section.fade-in-element.visible {
    padding-bottom: 4rem;
    background: white;
}
/* Section Header with Number */
.section-header {
    display: flex;
    align-items:center;
    max-width: 370px;
    margin: 0 auto;
    gap: 20px;
    margin-bottom: 40px;
    padding-top: 58px;
}

.number-box {
    width: 49px;
    height: 49px;
    background-color: #FFE42D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.header-content {
    flex: 1;
}

.section-subtitle {
    font-size: 12px;
    margin: 0;
}

.section-title {
    font-size: 26px;
    margin: 0;
}

/* Section Text */
.section-text {
    text-align: center;
    padding: 0px 0 55px;
    font-size:14px;
}

/* 6 Column Grid */
.six-column-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    padding: 0 20px;
}

/* 3 Column Grid */
.three-column-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
    padding: 0 20px;
}

/* Grid Box Styles */
.grid-box {
    max-width: 376px;
    background: #FFE42D;
    border: 1px solid #FFE42D;
}

.box-header {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.box-content {
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

.box-bottom-text {
    font-size: 13px;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 145px;
}

/* 3カラムセクション1のスタイル */
.agency-section-2 .box-content,
.agency-section-2 .box-bottom-text {
    background-color: #FFFEE9;
}

/* 3カラムセクション2のスタイル */
.agency-section-4 .box-content,
.agency-section-4 .box-bottom-text {
    background-color: #FFF;
}

/* Section Background Colors */
.agency-section-2 {
    background-color: #fffee5;
    padding: 56px 0;
}

.agency-section-3 {
    background-color: #fffff4;
}

.agency-section-4 {
    background-color: #fffee5;
    border-top: 1px solid #ffe42d;
    border-bottom: 1px solid #ffe42d;
    padding: 64px 0;
}
.agency-section-5{
	padding: 58px 0 72px;
}
.agency-section-7{
	padding: 66px 0;
    background-color: #fffff4;
}
.point-list{
padding: 60px 0;
}
/* Image Area */
.image-area {
    padding: 0 5rem;
    text-align: center;
}

.image-area img {
    max-width: 100%;
    height: auto;
}

/* Banner Section */
.agency-banner {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    background-blend-mode: multiply;
}

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

.image-banner .section-header {
    margin-bottom: 20px;
    padding-top: 0;
}

.image-banner .number-box {
    color: #000;
    width: 49px;
    height: 49px;
    background-color: #FFE42D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.image-banner .header-content {
    color: #000;
}

.image-banner .section-subtitle {
    color: #000;
    text-align: left;
}

.image-banner .section-title {
    color: #000;
}

.image-banner .section-text {
    text-align: center;
    color: #000;
    margin-bottom: 25px;
    padding: 0;
}

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

.banner-text {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 2;
}

.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: #000;
    color: white;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    transition: all 0.3s ease;
}

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

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

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-element {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .six-column-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .agency-hero {
        padding: 2rem;
    }
    section.agency-hero.fade-in-element.visible{
        padding: 0;
    }
    .six-column-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .three-column-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .agency-hero-title-area {
        text-align: center;
        padding: 0px 20px 5px;
    }
    .three-column-grid{
        display: flex!important;
    flex-direction: column;
    justify-self: center;
    gap: 33px;
    padding: 0 20px;
    }
    .agency-hero-main-title {
        font-size: 23px;
        font-weight: 500;
        letter-spacing: 2.4px;
        line-height: 32px;
        margin: 0;
        white-space: pre-wrap;
    }
    h2.section-title {
        font-size: 32px;
        padding-top: 10px;
    }
    .image-area {
        padding: 0 2rem;
    }
    .section-text {
        text-align: center;
        padding: 0px 0 20px;
        font-size: 14px;
    }
    .six-column-grid {
        display: flex;
                overflow-x: auto;
                gap: 20px;
                -webkit-overflow-scrolling: touch;
                scroll-snap-type: x mandatory;
                scrollbar-width: none;
                -ms-overflow-style: none;
                width: 100%;
                max-width: 100%;
                margin: 0 auto;
                margin-right: 0;
                padding-right: 0;
                box-sizing: border-box;
    }
    .grid-item {
        flex: 0 0 25%;
        scroll-snap-align: start;
        margin-right: -4px;
        max-width: none;
        width: auto;
    }
    .agency-banner{
    	height: 200px;
    }
    .agency-section-2{
    	padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .six-column-grid,
    .three-column-grid {
        grid-template-columns: 1fr;
    }

    .section-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

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

/* 3 Column Grid */
.three-column-section {
    background-color: #FFFEE9;
}

.three-column-intro {
    text-align: center;
    font-size: 14px;
    padding: 0 0 4.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.three-column-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
    padding: 0 20px;
} 


section.agency-section-4.three-column-section.fade-in.active {
    background: white;
    margin-bottom: 7rem;
}

/* 1カラムセクション */
.one-column-section .section-text {
    text-align: center;
    padding: 0px 0 40px;
    font-size: 14px;
    max-width: 988px;
    margin: 0 auto;
}

.one-column-section .section-image {
    text-align: center;
    margin-bottom: 0px;
}

.one-column-section .section-image img {
    max-width: 988px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.one-column-section .section-button {
    text-align: center;
    margin-bottom: 3rem;
}

.one-column-section .btn {
    display: inline-block;
    max-width: 231px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.065em;
    line-height: 15.95px;
    padding: 10px 15px;
    background-color: #FFE42D;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FFE42D;
    transition: all 0.3s ease;
}

.one-column-section .btn:hover {
    background-color: #FFF;
    color: #000;
}

/* Image Banner Section */

.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: 26px;
margin: 0 0 48px;
font-weight: normal;
}
.agency-section-7 .staffing-section-subtitle{
margin: 0;
}
.voice-intro-txt{
text-align: center;
margin: 14px 0 44px;
}
.point-list{
max-width: 740px;
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: 420px;
border: 1px solid #000;
padding: 8px;
display: flex;
background: #fff;
gap: 30px;
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: 22px;
    }
    .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;
    }
}
.agency-section1-title{
margin: 0 0 64px;
font-size: 26px;
font-weight: normal;
text-align: center;
}
.agency-section-1{
padding: 70px 0;
background: #fffff4;
}
.agency-section1-content-title{
font-size: 21px;
font-weight: normal;
margin: 0;
}
.agency-section1-content-subtitle{
font-size: 16px;
}
.agency-section1-flex{
display: flex;
justify-content: space-between;
align-items: center;
}
.six-column-grid-text{
text-align: center;
font-size: 16px;
margin: 32px 0 0;
}
@media (max-width: 768px) {
    .agency-section1-flex{
    flex-direction: column;
    gap: 30px;
    }
    .agency-section1-image img{
    width: 100%;
    }
    .agency-section1-title{
    font-size: 22px;
    margin-bottom: 40px;
    }
    .staffing-section-1-title{
    font-size: 17px;
    }
}