/* joinus */
section.joinus .label h3 {
    color: #fff;
}

.joinus{
    color:#fff;
    position: relative;
    background-image: url(/mid-careers/assets/img/join-us.png);
    background-size: cover;
    background-position: center;
    z-index: 0;
    
}
.joinus::after{
    opacity: 0.9;
    content: "";
    position: absolute;
    background-color: var(--theme-color-main);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:-1;
    pointer-events: none;
}
.joinus .section-inner {
    display: flex;
    align-items: center;
}

.joinus .section-inner>div {
    flex: 1;
}

.joinus .section-inner>div:nth-child(1) {
    margin-right: 40px;
}
.joinus .section-inner>div:nth-child(2) {
    display: flex;
    justify-content: center;
}
.joinus .section-inner>div:nth-child(2) p {
    text-align:center;
    font-size:24px;
    margin-bottom:16px;
    font-weight: bold;
}
.joinus-title{
    font-size:32px;
    margin-bottom:16px;
    font-weight: bold;
}
.joinus .button{
    max-width:15em;
    font-size: 2.25em;
    letter-spacing: 0.1em;
    font-weight: bold;
    box-shadow: 0 2px 4px #00000044;
}
.joinus .button.entry {
    padding: 1.5rem 3rem;
}
.joinus .button-arrow.entry {
    width: 22rem;
}
.joinus .button-arrow.entry.button-arrow::after  {
    right: 1.5rem;
    font-size: 1.25em;
}

@media screen and (max-width: 768px) {
    .joinus .section-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .joinus .section-inner>div:nth-child(1) {
        margin-right: unset;
    }
    .joinus .section-inner>div {
        flex: unset;
    }
    .joinus .button{
        max-width:15em;
        font-size: 1.25em;
    }
    .joinus .button-arrow.entry {
        width: 100%;
    }
    .joinus-text {
        font-size: 14px;
        line-height: 1.65!important;
    }
}

/* footer */
.footer-top{
    max-width:1280px;
    margin:0 auto;
    padding:80px;
    display:flex;
    justify-content: space-between;
}



.footer-top .logo{ /* 20250422 */
    max-width:320px;
    margin-bottom: 1em;
}
.footer-top .logo img{
    width:100%;
}
/* 20250422 → */
.footer-top .corp-link-career {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 12px;
}
.footer-top .corp-link-career div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-image: linear-gradient(to right, #000000, #1a1a1a, #333333);
    padding: 8px 60px;
    border-radius: 100px;
    box-shadow: 0 2px 4px #ccc;
}
.footer-top .corp-link-career div span {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.footer-top .corp-link-career div img {
    width: auto;
    height: 14px;
    filter: invert(100%) brightness(200%);
}
@media screen and (max-width: 768px) {
    /* .footer-top .corp-link-career {
        justify-content: center;
        font-size: 14px;
    }
    .footer-top .corp-link-career img {
        width: auto;
        height: 14px;
    } */
    .footer-top .corp-link-career {
        display: flex;
        justify-content: left;
        align-items: center;
        margin-bottom: 12px;
    }
    .footer-top .corp-link-career div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        background-image: linear-gradient(to right, #000000, #1a1a1a, #333333);
        padding: 8px 52px;
        border-radius: 100px;
        box-shadow: 0 2px 4px #ccc;
    }
    .footer-top .corp-link-career div span {
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
    }
    .footer-top .corp-link-career div img {
        width: auto;
        height: 12px;
        filter: invert(100%) brightness(200%);
    }
}
/* ←20250422 */



.footer-top .address{
    font-size: 16px;
    line-height: 1.5;
}

.footer-top .recruit{
    display:flex;
    justify-content: flex-end;
    margin-bottom: 4em;
}

.footer-top .recruit p{
    text-align:center;
    margin-bottom:.5em;
}
.footer-top .recruit div:nth-child(1){
    margin-right:2em;
}
.footer-top .recruit .button{
    background-color: var(--theme-color-main);
    color: var(--theme-color-sub);
    font-weight: bold;
    box-shadow: 0 2px 4px #00000044;
}

.footer-top .contact{
    display:flex;
}
.footer-top .contact div:nth-child(1){
    margin-right:4em;
}
.footer-top .contact div p:nth-child(2){
    font-size:2em;
    font-weight: bold;
}
.footer-bottom{
    background-color:#000;
    color:#fff;
}
.footer-bottom > div{
    height:80px;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
    justify-content: space-evenly;
    align-items: center;
    
}
.footer-bottom .sns-icon ul{
    display:flex;
    align-items: center;
}
.footer-bottom .sns-icon ul li:not(:last-child){
    padding-right:1em;
}
/* .footer-bottom .privacy-policy a{
    white-space: nowrap;
    font-size: 12px;
}
.footer-bottom .copyright small{
    white-space: nowrap;
    font-size: 12px;
} */


@media screen and (max-width: 1000px) {
    .footer-top {
        padding: 4em 2em;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-top > div {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
    }
    .footer-top > div:not(:last-child) {
        margin-bottom: 4em;
    }
    .footer-bottom {
        padding: 2em;
    }
    .footer-bottom > div {
        flex-wrap: wrap;
        height: unset;
        padding: 0;
    }
    .footer-bottom > div div {
        width:100%;
        text-align:center;
    }
    .footer-bottom > div div:not(:last-child) {
        margin-bottom:1em;
    }
    .footer-bottom > div ul {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .footer-top .recruit {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 2em;
        flex-direction: column;
    }
    .footer-top .recruit div{
        text-align:center;
    }
    .footer-top .recruit div:nth-child(1) {
        margin-right: unset;
        margin-bottom: 2em;
    }
    .footer-top .contact {
        font-size: 2.5vw;
        width: 100%;
    }
    .footer-top .contact > div {
        margin: 0 auto;
    }
    .footer-top .contact div:nth-child(1) {
        margin-right: unset;
    }
    .footer-top .recruit .button{
        width: 100%;
    }

    /* 20250314 */
    .footer-top .address{
        font-size: 14px;
    }

    .footer-top .logo { /* 20250422 */
        max-width: 220px;
        margin-bottom: 1em;
    }
    
    .footer-top .recruit {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 2em;
    }

    .footer-top .recruit div:nth-child(1) {
        margin-right: unset;
        margin-bottom: 1em;
    }
    .footer-top .contact {
        font-size: 4vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .footer-top .contact div:nth-child(1) {
        margin: 0 auto;
    }
    .footer-top .contact div:nth-child(1) {
        margin: 0 auto;
    }


    

    .footer-top > div:not(:last-child) {
        margin-bottom: 2em;
    }
    .footer-bottom > div {
        padding: 0 20px;
    }
    .footer-bottom .privacy-policy a{
        white-space: nowrap;
        font-size: 12px;
    }
    .footer-bottom .copyright small{
        white-space: nowrap;
        font-size: 12px;
    }
}