/* 採用情報 */
/* いらない要素を非表示にする */
.date-tags {
    display: none;
}

/* 幅とか調整 */
.content-in {
    justify-content: center;
}

.wrap {
    width: 100%;
}

.main {
    padding: 0px !important;
    overflow: hidden;
}

.entry-content {
    background-color: var(--gray-4);
    color: var(--text-main);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.content {
    margin-top: 0px;
}

.footer {
    margin-top: 0px;
}

.article {
    margin-bottom: 0px !important;
}

.article h2 {
    background: none;
}

.article h3 {
    border: none;
}

.article p{
    margin-bottom: 0px;
}


/* オリジナル */
.entry-header {
    background-color: color-mix(in srgb, var(--green-1) 65%, transparent) !important;
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
}

.entry-title {
    font-weight: bold;
    color: var(--white);
    margin-top: 0px;
    text-align: center;
    padding-right: 15%;
    
}

.small-firstview-img {
    margin-top: 0px;
    overflow: hidden;
    width: 100%;
}

.small-firstview-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.align-center {
    display: flex;
    align-items: center;
}


.message-header {
    position: relative;
}

.message-header-fr {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.message-header-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: var(--gray-1);
    font-family: 'Impact', sans-serif;
}

.message {
    position: relative;
    margin-bottom: 0px !important;
}

.message-label {
    position: absolute;
    z-index: 3;
}

.message-img {
    position: absolute;
    z-index: 1;
    margin-bottom: 0px !important;
}

.message-desc {
    position: absolute;
    bottom: 0px;
    left: 0;
    transform-origin: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.business-header {
    position: relative;
}

.business-header-fr {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.business-header-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: var(--gray-1);
    font-family: 'Impact', sans-serif;
}


.business {
    position: relative;
    margin-bottom: 0px !important;
}

.business-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.business-img {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 1;
    margin-bottom: 0px !important;
}

.business-desc {
    position: absolute;
    bottom: 0px;
    right: 0;
    transform-origin: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefits-header {
    position: relative;
}

.benefits-header-fr {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.benefits-header-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: var(--gray-1);
    font-family: 'Impact', sans-serif;
}

.benefits {
    position: relative;
    margin-bottom: 0px !important;
}

.benefits-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.benefits-img {
    position: absolute;
    top: -66px;
    right: -100px;
    z-index: 1;
    margin-bottom: 0px !important;
}

.benefits-desc-text {
    position: absolute;
    left: 0;
}

.benefits-desc-label {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}







.recruitment-link a{
    text-decoration: none !important;
}



.recruitment-link-text {
    display: flex;
    align-items: center;
}



@media screen and (min-width: 1024px) {

    .small-firstview-img {
        height: 380px;
    }

    .small-firstview-img img {
        height: 380px;
    }

    .spacer {
        height: 100px !important;
    }

    .entry-header {
        height: 200px;
        top: 252px;
    }

    .entry-title {
        font-size: 48px;
    }

    .not-full-width {
        max-width: 1200px;
    }

    .message-header {
        width: 100%;
        height: 80px;
    }

    .message-header h2 {
        font-size: 38px;
        font-weight: bold;
        padding: 0px;
        margin-bottom: 10px;
    }

    .message-header-bg {
        font-size: 64px;
        font-weight: 900;
        letter-spacing: 0.05em;
        opacity: 0.1;
        line-height: normal;
    }

    .message {
        width: 950px;
        height: 370px;
        border-radius: 30px;
    }

    .message-label {
        width: 800px;
        top: 0;
        left: 0;
    }

    .message h3{
        font-size: 28px;
    }

    .message-img {
        bottom: 0;
        right: -100px;
    }


    .message-img img {
        width: 400px;
    }

    .message-desc {
        width: 650px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .message-desc {
        font-size: 16px;
        line-height: normal;
        display: inline;
    }

    .business-header {
        width: 100%;
        height: 80px;
    }

    .business-header h2 {
        font-size: 38px;
        font-weight: bold;
        padding: 0px;
        margin-bottom: 10px;
    }

    .business-header-bg {
        font-size: 64px;
        font-weight: 900;
        letter-spacing: 0.05em;
        opacity: 0.1;
        line-height: normal;
    }

    .business {
        width: 950px;
        height: 325px;
        border-radius: 30px;
    }

    .business-label {
        width: 650px;
    }

    .business h3{
        font-size: 28px;
    }


    .business-img img {
        width: 400px;
    }

    .business-desc {
        width: 650px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .business-desc {
        font-size: 16px;
        line-height: normal;
        display: inline;
    }


    .benefits-header {
        width: 100%;
        height: 80px;
    }

    .benefits-header h2 {
        font-size: 38px;
        font-weight: bold;
        padding: 0px;
        margin-bottom: 10px;
    }

    .benefits-header-bg {
        font-size: 64px;
        font-weight: 900;
        letter-spacing: 0.05em;
        opacity: 0.1;
        line-height: normal;
    }

    .benefits {
        width: 950px;
        height: 300px;
        border-radius: 30px;
    }

    .benefits-label {
        width: 535px;
    }

    .benefits h3{
        font-size: 28px;
    }


    .benefits-img img {
        width: 520px;
    }

    .benefits-desc-text {
        width: 760px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .benefits-desc-text {
        font-size: 16px;
        line-height: normal;
        display: inline;
        bottom: 50px;
    }

    .benefits-desc-label {
        width: 100%;
        padding-bottom: 20px;
    }

    .benefits-desc-label {
        font-size: 20px;
        line-height: normal;
        display: inline;
    }

    .sp-only {
        display: none;
    }

}

@media screen and (max-width: 1023px) {
    

    .fz-32px {
        font-size: 20px;
    }

    .small-firstview-img {
        height: 130px;
    }

    .small-firstview-img img {
        height: 130px;
    }

    .spacer {
        height: 30px !important;
        margin-bottom: 0px;
    }

    .entry-header {
        height: 50px;
        top: 102px;
    }

    .entry-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .not-full-width {
        width: 343px !important;
    }

    .message-header {
        width: 100%;
        height: 44px;
    }

    .message-header h2 {
        font-size: 24px;
        font-weight: bold;
        padding: 0px;
        margin-bottom: 0px;
    }

    .message-header-bg {
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 0.05em;
        opacity: 0.1;
        line-height: normal;
    }

    .message {
        width: 340px;
        height: 520px;
        border-radius: 15px;
    }

    .message-label {
        width: 340px;
        top: 130px;
        left: 50%;
        transform: translateX(-50%);
    }

    .message h3{
        font-size: 18px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .message-img {
        top: -75px;
        left: 50%;
        transform: translateX(-50%);
    }

    .message-img img {
        width: 300px;
    }

    .message-desc {
        width: 340px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .message-desc {
        font-size: 12px;
        line-height: normal;
        display: inline;
    }

    
    .business-header {
        width: 100%;
        height: 44px;
    }

    .business-header h2 {
        font-size: 24px;
        font-weight: bold;
        padding: 0px;
        margin-bottom: 0px;
    }

    .business-header-bg {
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 0.05em;
        opacity: 0.1;
        line-height: normal;
    }

    .business {
        width: 340px;
        height: 430px;
        border-radius: 15px;
    }

    .business-label {
        width: 340px;
        top: 130px;
        left: 50%;
        transform: translateX(-50%);
    }

    .business h3{
        font-size: 18px;
        padding: 0px;
    }

    .business-img {
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .business-img img {
        width: 300px;
    }

    .business-desc {
        width: 340px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .business-desc {
        font-size: 12px;
        line-height: normal;
        display: inline;
    }


    .benefits-header {
        width: 100%;
        height: 44px;
    }

    .benefits-header h2 {
        font-size: 24px;
        font-weight: bold;
        padding: 0px;
        margin-bottom: 0px;
    }

    .benefits-header-bg {
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 0.05em;
        opacity: 0.1;
        line-height: normal;
    }

    .benefits {
        width: 340px;
        height: 430px;
        border-radius: 15px;
    }

    .benefits-label {
        width: 340px;
        top: 110px;
        left: 50%;
        transform: translateX(-50%);
    }

    .benefits h3{
        font-size: 18px;
        padding: 0px;
    }

    .benefits-img {
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .benefits-img img {
        width: 300px;
    }

    .benefits-desc-text {
        width: 340px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .benefits-desc-text {
        font-size: 12px;
        line-height: normal;
        display: inline;
        bottom: 65px;
    }

    .benefits-desc-label {
        width: 100%;
        padding-bottom: 10px;
    }

    .benefits-desc-label {
        font-size: 16px;
        line-height: normal;
        display: inline;
    }

    .recruitment-box {
        width: 343px;
    }

    .recruit-banner h3 {
        margin-bottom: 0px;
    }


    .recruitment-link {
        margin-top: 16px;
    }
    .recruitment-link-flow {
        width: 55px;
        height: 55px;
        background-color: var(--green-1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .recruitment-link-desc {
        height: 55px;
    }

    .recruitment-link-flow .fz-32px {
        font-size: 32px;
    }

    .recruitment-link-text p{
        padding-top: 16px;
    }

    .pc-only {
        display: none;
    }

}
