/* RECURIT parent page 
--------------------------------------------------------- */

#ct-hd,
.ct-hd,
#ct-whole,
.ct-whole{
    display: none !important;
}

#global_menu_nav,
#global_menu_ul li a,
.header_bar.hd_bar_trpt:not(.float):not(.no_ct_hd):not(:hover) .h_group{
    color: #333;
}

.header_bar.hd_bar_trpt:not(.float):not(.no_ct_hd):not(:hover) .h_group .hd-title img{
    -webkit-filter: none;
    filter: none;
}

.mb-theme #page-5488{
    margin: 0;
}

/* fv-recruit --------------------------------------------------------- */
#fv-recruit,
#recruit-concept {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 10vh;
}

    #fv-recruit figure{
        width: 80vw;
        position: relative;
        left: 20vw;
        max-height: 60vh;
        overflow: hidden;
    }

        .mb-theme #fv-recruit figure{
            width: 95vw;
            left: 5vw;
            min-height: 40vh;
        }

        #fv-recruit figure img{
            margin: 0;
            position: relative;
            bottom: 10vh;
        }

            .mb-theme #fv-recruit figure img{
                bottom: 0;
            }

    #fv-recruit .news-latest{
        width: 40vw;
        position: relative;
        left: 60vw;
        bottom: 6.1vh;
        display: flex;
        padding: 2rem;
        background: #333;
    }

        .mb-theme #fv-recruit .news-latest{
            width: 95vw;
            left: 5vw;
        }

        #fv-recruit .news-latest .inner{
            display: flex;
            color: #fff;
            justify-content: flex-start;
            width: 100%;
        }

        #fv-recruit .news-latest .inner .date,
        #fv-recruit .news-latest .inner .news{
            line-height: 1;
        }

            .mb-theme #fv-recruit .news-latest .inner{
                flex-direction: column;
            }

            #fv-recruit .news-latest .date{
                margin: 0 2rem 0 0;
            }

                .mb-theme #fv-recruit .news-latest .date{
                    margin: 0 0 1rem 0;
                }

            #fv-recruit .news-latest a{
                color: #fff;
                position: relative;
                width: 100%;
                display: block;
            }

            #fv-recruit .news-latest a:hover div{
                color: #ccc !important;
            }

                #fv-recruit .news-latest a::after{
                    content: "";
                    position: absolute;
                    bottom: -.9rem;
                    left: 35.8vw;
                    width: 35px;
                    height: 35px;
                    border-radius: 50px;
                    background: #fff;
                }

                #fv-recruit .news-latest::after{
                    content: "";
                    margin: auto;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 4rem;
                    width: 8px;
                    height: 8px;
                    border-top: 2px solid #333333;
                    border-right: 2px solid #333333;
                    transform: rotate(45deg);
                }

                .mb-theme #fv-recruit .news-latest a::after,
                .mb-theme #fv-recruit .news-latest::after{
                    content: none;
                }

/* recruit-concept 
   ref:https://spicato.com/blog/16/css-text-animation01/
--------------------------------------------------------- */

#recruit-concept{
    padding: 0 0 0 20vw;
    display: flex;
    gap: 5%;
}

    .mb-theme #recruit-concept{
        padding: 0;
        flex-direction: column;
    }

    #recruit-concept .recruit-message{
        max-width: 35vw;
    }

        .mb-theme #recruit-concept .recruit-message{
            max-width: 100%;
        }

        #recruit-concept .recruit-message .lead{
            width: 90%;
            text-align: justify;
        }

            .mb-theme #recruit-concept .recruit-message .lead{
                width: 88%;
                margin: 0 auto 5vh;
            }

        #recruit-concept .recruit-message .lead p{
            font-weight: 600;
        }

        #recruit-concept .recruit-message .wp-block-buttons{
            width: 90% !important;
        }

    #recruit-concept .concept-text {
        width: 84%;
        padding: 0;
        margin: 0 0 5rem 0;
        font-size: 5rem;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        color: #333;
        font-family: inherit;
        font-weight: 700;
        text-transform: uppercase;
    }

        .mb-theme #recruit-concept .concept-text{
            width: 88%;
            margin: 0 auto 5rem;
            font-size: 3rem;
        }
    
        #recruit-concept .concept-text.is-active {
            --y: 0;
        }
  
        .char {
            display: inline-block;
            transform: translateY(var(--y, 200%));
            transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
            transition-delay: calc(0.05s * var(--char-index));
            line-height: 1.4;
        }
  
    #recruit-concept figure{
        overflow: hidden;
    }

        #recruit-concept figure img{
            scale: 1.5;
            position: relative;
            right: 9vw;
        }   

/* recruit-slider --------------------------------------------------------- */

#recruit-slider{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 10vh;
}

.swiper-wrapper{
    gap: 1%;
}

    .wpwax-lsu-item {
        margin-right: 0 !important;
    }

        .wpwax-lsu-item .wpwax-lsu-item-inner{
            width: 350px;
            height: 300px;
            border: none;
            min-height: 300px;
            min-width: 300px;
            padding: 0 !important;
            border: none !important;
        }

            .wpwax-lsu-item .wpwax-lsu-item-inner a{
                overflow: hidden;
            }

                .wpwax-lsu-item-inner a:hover{
                    filter: none;
                    display: block;
                    width: 100%;
                    height: 100%;
                    padding: 0;
                }
            
                .wpwax-lsu-item-inner a img{
                    margin: 0 !important;
                }

    .wpwax-lsu-carousel.wpwax-lsu-carousel-nav-around{
        padding: 0;
        pointer-events: none; 
    }


    .wpwax-lsu-ultimate.wpwax-lsu-hover-active .wpwax-lsu-item img,
    .wpwax-lsu-ultimate.wpwax-lsu-hover-active .wpwax-lsu-item:hover img{
        width: 100%;
        min-width: 500px;
        max-width: 500px;
        filter: none;
        margin: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        scale: 1;
    }

/* inside-title --------------------------------------------------------- */

#about-us .inside-title,
#howto .inside-title{
    font-size: 4rem;
}

#dp_recentposts_widget_for_archive-33 .inside-title{
    font-size: 4rem;
    position: relative;
}

    .mb-theme #about-us .inside-title,
    .mb-theme #howto .inside-title,
    .mb-theme #dp_recentposts_widget_for_archive-34 .inside-title{
        font-size: 3rem;
    }

    #about-us .inside-title::before,
    #howto .inside-title::before,
    #dp_recentposts_widget_for_archive-33 .inside-title::before,
    #dp_recentposts_widget_for_archive-34 .inside-title::before{
    display: block;
    position: relative;
    color: #ccc;
    font-size: 3rem;
    font-weight: 600;
    width: 100%;
    left: 0;
    bottom: 1rem;
    transform: none;
    background: transparent;
}

#about-us .inside-title::before{
    content:"About us." ;
}

#howto .inside-title::before{
    content:"How to enjoy." ;
}

#dp_recentposts_widget_for_archive-33 .inside-title::before,
#dp_recentposts_widget_for_archive-34 .inside-title::before{
    content: "Jobs.";
}

        .mb-theme #about-us .inside-title::before,
        .mb-theme #howto .inside-title::before,
        .mb-theme #dp_recentposts_widget_for_archive-34 .inside-title::before{
            font-size: 2rem;
            bottom: 1.5rem;
        }

/* #howto --------------------------------------------------------- */

#howto{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: visible;
}

#howto .top,
.howto-content{
    width: 80vw;
    position: relative;
    left: 20vw;
}

    .mb-theme #howto .top,
    .mb-theme .howto-content{
        width: 90vw;
        left: 10vw;
    }

.howto-content{
    position: relative;
    z-index: 1;
    margin: 13vh 0 40vh 0;
}

    .mb-theme .howto-content{
         margin: 5vh 0 10vh 0;;
    }

.howto-content::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: -20vw;
    width: 69.8vw;
    min-height: 81vw;
    background: #f2f2f2;
    top: -10vh;
    z-index: -1;
}

    .mb-theme .howto-content::before{
        top: -4vh;
        min-height: -webkit-fill-available;
    }

.howto-content .inner-set{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5%;
    margin: 0 0 5vh 0;
}

    .mb-theme .howto-content .inner-set{
        flex-direction: column-reverse;
    }

.howto-content .inner-set .text{
    background: #fff;
    color: #333;
    width: 100%;
    padding: 4rem;
    position: relative;
}

    .mb-theme .howto-content .inner-set .text{
        padding: 3rem;
    }

    .mb-theme .howto-content .inner-set:last-child .text{
        margin: 0 0 10vh 0;
    }

.howto-content .inner-set .text::before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    right: -2rem;
    bottom: 45%;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

    .mb-theme .howto-content .inner-set .text::before{
        right: 0;
        bottom: -2rem;
    }

    .howto-content .inner-set a:hover .text::before{
        background: #ce5242;
        transition: all 0.2s ease-in-out;
    }

.howto-content .inner-set .text::after{
    content: "";
    display: block;
    width: 250px;
    border: solid 1px #ccc;
    position: absolute;
    right: 0;
    bottom: 50%;
    transition: all 0.2s ease-in-out;
}

    .mb-theme .howto-content .inner-set .text::after{
        width: 100%;
        bottom: 0;
    }

    .howto-content .inner-set a:hover .text::after{
        border: solid 1px #333;
        transition: all 0.2s ease-in-out;
    }

.howto-content .inner-set .text .title::after{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    right: -.5rem;
    top: 47%;
    z-index: 3;
}

    .mb-theme .howto-content .inner-set .text .title::after{
        top: 98%;
        right: 1.5rem;
    }


.howto-content .inner-set .text .title{
    font-size: 3rem;
    margin: 0 0 3rem 0;
}

    .mb-theme .howto-content .inner-set .text .title{
        font-size: 1.8rem;
    }

.howto-content .inner-set .text .desc{
    width: 65%;
    font-weight: 400;
    line-height: 1.9;
}

    .mb-theme .howto-content .inner-set .text .desc{
        width: 100%;
    }

.howto-content .inner-set .right{
    width: 100%;
    max-width: 580px;
    max-height: 315px;
    overflow: hidden;
}

    .mb-theme .howto-content .inner-set .right{
        max-height: 150px;
    }

.howto-content .inner-set .right img{
    margin: 0;
    width: 100%;
}

/* recruit-client --------------------------------------------------------- */

#client .client-logo-wrap{
    max-width: 1440px;
    justify-content: flex-start;
    gap: 1.655%;
}

/* create-new --------------------------------------------------------- */

/* #create-new .wp-block-dp-ex-blocks-media-cover --------------------------------------------------------- */
#create-new .wp-block-dp-ex-blocks-media-cover{
    color: #fff;
    margin: 0 0 30vh 0;
}

    .mb-theme #create-new .wp-block-dp-ex-blocks-media-cover{
        margin: 0 0 20vh 0;
    }

    #create-new .__bg-media{
        min-height: 50vh;
    }

        #create-new .__bg-media::after{
            opacity: 0.15;
            filter: contrast(200%) saturate(150%);
        }

    #create-new .__cover-container{
        top: 7vh;
    }

        #create-new .deb-media-cover .__content-wrapper{
            right: 15vw;
        }

            .mb-theme #create-new .deb-media-cover .__content-wrapper{
                right: -4vw;
                padding: 0 2rem 0 .7rem;
            }

            #create-new .deb-reset-heading,
            #create-new .deb-block-description{
                text-align: left;
            }

                #create-new .deb-reset-heading{
                    font-size: 5rem;
                }

                .mb-theme #create-new .deb-reset-heading .deb-inner-text{
                    font-size: 3rem;
                    margin: 0 0 1rem 0;
                    text-align: left;
                }

                #create-new .deb-block-description{
                    margin-top: 0;
                    font-size: 2.4rem;
                    letter-spacing: 3px;
                }

                .mb-theme #create-new .deb-block-description{
                    font-size: 1.8rem;
                }

/* #create-new .new-way --------------------------------------------------------- */

#create-new .new-way{
    width: 100%;
    display: flex;
    gap: 3%;
    flex-direction: row;
}

    .mb-theme #create-new .new-way{
        overflow-x: scroll;
        overflow-y: auto;
    }

    .mb-theme #create-new .new-way::-webkit-scrollbar {
        width: 10px;
        height: 10px;
       }
       
       .mb-theme #create-new .new-way::-webkit-scrollbar-thumb {
        background: #333333;
        border-radius: 5px;
       }
       
       .mb-theme #create-new .new-way::-webkit-scrollbar-track {
        background: #fff;
       }

#create-new .new-way .inner{
    flex-basis: 50%;
}

#create-new .new-way .inner figure{
    max-height: 180px;
    overflow: hidden;
}

    .mb-theme #create-new .new-way .inner figure{
        max-height: 146px;
    }

#create-new .new-way .inner figure img{
    margin: 0;
}

#create-new .new-way .inner .box{
    padding: 3rem 2rem 0;
}

.mb-theme #create-new .new-way .inner .box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#create-new .new-way .inner .box .title{
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 2rem 0;
}

.mb-theme #create-new .new-way .inner .box .title{
    font-size: 2rem;
}

#create-new .new-way .inner .box .desc{
    margin: 0 0 2rem 0;
    font-size: 1.4rem;
}


/* jobs --------------------------------------------------------- */

/* recruit-related  --------------------------------------------------------- */

#recruit-related {
    background: #f6f6f6;
    margin: 10vh 0 0 0;
}

    .mb-theme #recruit-related{
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin: 0 -50vw;
    }

    #recruit-related .wrap{
        width: 50%;
        display: flex;
        margin: 0 auto;
        padding-top: 5vw;
        flex-wrap: nowrap;
        gap: 3%;
    }

        .mb-theme #recruit-related .wrap{
            width: 90%;
            flex-direction: column;
            gap: 0;
            padding: 5vh 0 0;
            margin: 5vh auto 0;
        }

    #recruit-related .wrap article{
        flex-basis: 100%;
    }

        .mb-theme #recruit-related .wrap article{
            flex-basis: 100%;
            max-height: 62px;
            margin: 0 0 1vh 0;
            overflow: hidden;
        }

            .mb-theme #recruit-related .wrap article a{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
            }

        #recruit-related .wrap article figure{
            max-height: 150px;
            overflow: hidden;
            position: relative;
        }

            .mb-theme #recruit-related .wrap article figure{
                width: 50%;
                max-height: 100px;
            }

            #recruit-related .wrap article:nth-child(1) figure img,
            #recruit-related .wrap article:nth-child(3) figure img{
                position: relative;
                bottom: 6.5vh;
            }

                .mb-theme #recruit-related .wrap article figure img{
                    margin: 0;
                    bottom: 0;
                }

            #recruit-related .wrap article a:hover .box{
                background: #333;
                color: #fff;
                transition: all 0.2s ease-in-out;
            }

            #recruit-related .wrap article .box{
                background: #fff;
                padding: 2rem;
                color: #333;
                transition: all 0.2s ease-in-out;
            }

                .mb-theme #recruit-related .wrap article .box{
                    margin: 0;
                    width: 100%;
                    padding: 1rem 2rem;
                }

            #recruit-related .wrap article .box .title{
                font-size: 2rem;
                line-height: 1.2;
            }

                .mb-theme #recruit-related .wrap article .box .title{
                    font-size: 1.8rem;
                }

            #recruit-related .wrap article .box .desc{
                font-size: 1.4rem;
            }

                .mb-theme #recruit-related .wrap article .box .desc{
                    font-size: 12px;
                }

/* footer-selection --------------------------------------------------------- */

#footer-selection{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    padding: 5vh 25vw 10vh;
    background: #f6f6f6;
    color: #333;
    min-height: 30vh;
    z-index: 0;
}

    .mb-theme #footer-selection{
        padding: 5vh 5vw;
    }

    #footer-selection::before{
        position: absolute;
        background: url(/wp-content/uploads/footer-cta-recruit-bk-2.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 500px;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: 10rem;
        margin-bottom: 0;
        padding: 0 25vw 5rem;
        z-index: 99;
    }

#footer-selection .footer-selection-wrap{
    background: #fff;
    padding: 3rem;
    display: flex;
    gap: 3%;
}

    .mb-theme #footer-selection .footer-selection-wrap{
        flex-direction: column;
    }

.footer-selection-wrap .left-box,
.footer-selection-wrap .right-box{
    flex-basis: 50%;
}

.footer-selection-wrap .left-box{
    border-right: solid 1px #ccc;
    padding: 0 3rem 0 0;
}

    .mb-theme .footer-selection-wrap .left-box{
        border: none;
        padding: 0;
    }

.footer-selection-wrap .right-box{
    padding: 0;
}

.footer-selection-wrap .title{
    font-size: 4rem;
    margin: 0 0 2rem 0;
    display: block;
    position: relative;
}

    .mb-theme .footer-selection-wrap .title{
        font-size: 2rem;
    }

.footer-selection-wrap .title a{
    font-weight: 600;
    color: #333;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-selection-wrap .title a:hover{
    color: #999
}

.footer-selection-wrap .title::after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 13px;
    height: 13px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg);
}

    .mb-theme .footer-selection-wrap .title::after{
        right: 4vw;
        width: 10px;
        height: 10px;
        border-top: 2px solid #333333;
        border-right: 2px solid #333333;
    }

.footer-selection-wrap .desc{
    line-height: 1.6;
    font-weight: 400;
    color: #666;
}

.footer-selection-wrap .link-list,
.footer-selection-wrap .link-list-box{
    width: 100%;
    margin: 5rem auto;
}

.footer-selection-wrap .link-list .link{
    border-bottom: solid 1px #ccc;
    position: relative;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
}

.footer-selection-wrap .link-list .link:hover{
    background: #f6f6f6;
}

.footer-selection-wrap .link-list .link a{
    color: #333;
    font-weight: 600;
    display: block;
    padding: 2rem 1rem;
}

.footer-selection-wrap .link-list .link::after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg); 
}

.footer-selection-wrap .link-list-box .link{
    background: #333;
    border: solid 1px #333;
    padding: 2rem;
    margin: 0 0 1rem 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
    position: relative;
}

    .footer-selection-wrap .link-list-box .link::after{
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2rem;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg); 
    }

        .footer-selection-wrap .link-list-box .link:hover::after{
            content: "";
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 2rem;
            width: 10px;
            height: 10px;
            border-top: 2px solid #333;
            border-right: 2px solid #333;
            transform: rotate(45deg); 
        }

    .footer-selection-wrap .link-list-box .link:hover{
        background: #fff;
        max-width: 100%;
    }

        .footer-selection-wrap .link-list-box .link a{
            color: #fff;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
        }

            .footer-selection-wrap .link-list-box .link:hover a{
                color: #333;
            }


/* entry-cta --------------------------------------------------------- */

#entry-cta{
    margin: 0 0 15vh 0;
}

    /* media-cover --------------------------------------------------------- */
    #entry-cta .wp-block-dp-ex-blocks-media-cover{
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin: 0 -50vw;
        padding: 10vh 18vw;
        background: linear-gradient(-125deg, #CE5242, #CE4257, #F18A05);
        background-size: 600% 600%;
        animation: GradientBackground 5s ease infinite;
    }

        .mb-theme #entry-cta .wp-block-dp-ex-blocks-media-cover{
            padding: 5vh 8vw;
        }

    #entry-cta .deb-media-cover .__bg-media::before{
        filter: none !important;
    }

    #entry-cta .deb-media-cover .__bg-media::after{
        opacity: 0 !important;
        background-image: none !important;
    }

    @keyframes GradientBackground {
        0% {
        background-position: 0% 50%;
        }

        50% {
        background-position: 100% 50%;
        }

        100% {
        background-position: 0% 50%;
        }
    }

        #entry-cta .deb-media-cover .__cover-container,
        #entry-cta .deb-media-cover.alignfull.fixed-block-bg .__cover-container{
            left: 0 !important;
            text-align: left;
            width: 100% !important;
        }

    /* content-wrapper --------------------------------------------------------- */
    #entry-cta .deb-media-cover .__content-wrapper{
        flex-direction: row;
        justify-content: space-between;
        gap: 3%;
    }

        .mb-theme #entry-cta .deb-media-cover .__content-wrapper{
            flex-direction: column;
            padding: 0;
            grid-auto-flow: 0;
        }

    #entry-cta .message{
        margin: 0 0 5vh 0;
    }

    #entry-cta .deb-block-description{
        text-align: left;
        margin: 0;
    }

        .mb-theme #entry-cta .deb-block-description{
            font-size: 2rem ;
            margin: 0 0 1rem 0;
        }

    #entry-cta .deb-reset-heading{
        font-size: 4rem;
    }

        .mb-theme #entry-cta .deb-reset-heading{
            font-size: 2.4rem;
        }

        #entry-cta .deb-reset-heading .deb-inner-text{
            line-height: 1.2;
        }

            .mb-theme #entry-cta .deb-reset-heading .deb-inner-text{
                font-size: 100%;
                margin: 0;
                text-align: justify;
            }

        #entry-cta .cta-btn-block {
            width: min-content;
        }

            .mb-theme #entry-cta .cta-btn-block .wp-block-buttons{
                margin: 0 !important;
            }

            .mb-theme #entry-cta .cta-btn-block{
                margin: 5bh auto 0;
                width: 100%;
            }

        #entry-cta .cta-btn-block .wp-block-button__link{
            border: solid 2px #fff;
            color: #fff !important;
        }

        #entry-cta .cta-btn-block .wp-block-button__link:hover{
            color: #333 !important;
        }

        #entry-cta .cta-btn-block .wp-block-button__link:hover::after{
            background: #fff;
        }


/* footer-cta --------------------------------------------------------- */
#custom_html-12,
#custom_html-14{
    display: none; /* footer-cta-si を display:none; */
}









.page-id-5488 .ct-whole .hd-content{
    text-align: left;
}

    .mb-theme .page-id-5488 .ct-whole .hd-content{
        text-align: center;
    }

.page-id-5488 .ct-whole.singular .hd-title{
    font-size: 10rem;
    position: relative;
}

    .mb-theme.page-id-5488 .ct-whole.singular .hd-title{
        font-size: 5rem;
    }

.page-id-5488 .ct-whole.singular .hd-title span{
    line-height: 1;
}

.mb-theme.page-id-5488 .ct-whole.singular .hd-title::after{
    top: 0;
    font-size: 2rem;
}

.page-id-5488 #dp_recentposts_widget_for_archive-33{
    width: 80vw;
    max-width: 1200px;
}

    .mb-theme.page-id-5488 #dp_recentposts_widget_for_archive-33{
        width: 100vw;
    }

.page-id-5488 .loop-section .fmeta{
    font-size: 1.4rem;
}

.page-id-5488 .loop-c-block{
    cursor: none;
}

.recruit-lead-message .message-mv{
    width: 150%;
    max-height: 500px;
    overflow: hidden;
    margin: 0 0 10vh 0;
}

.recruit-lead-message .message-mv img{
    position: relative;
    bottom: 27vh; 
}

    .mb-theme .recruit-lead-message .message-mv img{
        bottom: 0;
    }

.recruit-lead-message .jp h2.__rvl_txt_wrapper .__rvl_txt_content .__rvl_txt{
    font-size: 140% !important;
}

/* ------------------------ recruit top-page tab design */

.recruit-tab-content {
    display: flex;
    flex-wrap: wrap;
    margin: 2vh 0 10vh;
    gap: 1%;
}

.recruit-tab-content > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    max-width: 200px;
    padding: .7em 0 .5em;
    background-color: #f6f6f6;
    border-radius: 30px;
    color: #999;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer;
}

    .mb-theme .recruit-tab-content > label{
        font-size: 1.4rem;
        min-width: 100px;
        max-width: 400px;
        padding: 1em 0 .75em;
        font-size: 1.2rem;
        margin: 0 0 .5rem 0;
    }

.recruit-tab-content > label:hover {
    opacity: .8;
}

.recruit-tab-content input {
    display: none;
}

.recruit-tab-content > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.recruit-tab-content label:has(:checked) {
    background: #1e1e1e;
    color: #fff;
    border-radius: 30px;
}

.recruit-tab-content label:has(:checked) + div {
    display: block;
    padding: 3rem 0;
}

.recruit-tab-content .inner-content{
    display: flex;
    flex-wrap: nowrap;
    min-height: 600px;
    max-height: 600px;
}

    .mb-theme .recruit-tab-content .inner-content{
        flex-direction: column;
    }

    .recruit-tab-content .inner-content figure{
        overflow: hidden;
        max-height: 900px;
        max-width: 450px;
        padding: 0;
        margin: 0;
    }

        .mb-theme .recruit-tab-content .inner-content figure{
            max-height: 200px;
            min-height: 200px;
        }

    .recruit-tab-content .inner-content figure:hover img{
        scale: 1.2;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .recruit-tab-content .inner-content figure img{
            margin: 0;
            padding: 0;
            object-fit: cover;
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .recruit-tab-content .inner-content article{
        padding: 0 0 0 5rem;
        flex-shrink: 1;
        width: 100%;
    }

        .mb-theme .recruit-tab-content .inner-content article{
            padding: 4rem 0;
        }

    .recruit-tab-content .inner-content article .title{
        font-size: 4rem;
        margin: 0 0 2rem 0;
        display: block;
        position: relative;
        font-weight: 400;
    }

        .mb-theme .recruit-tab-content .inner-content article .title{
            font-size: 2.4rem;
        }

    .recruit-tab-content .inner-content article .title a{
        font-weight: 400;
        color: #333;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        display: block;
        width: 100%;
    }

        .recruit-tab-content .inner-content article .title a:hover{
            color: #ce5242;         
        }


        .recruit-tab-content .inner-content article .title a::after{
            content: "";
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 2rem;
            width: 13px;
            height: 13px;
            border-top: 3px solid #333333;
            border-right: 3px solid #333333;
            transform: rotate(45deg);
        }

    .recruit-tab-content .inner-content article .desc{
        line-height: 1.6;
        font-weight: 400;
        color: #666;
    }

    .recruit-tab-content .inner-content article .link-list{
        width: 100%;
        margin: 5rem auto;
    }

        .recruit-tab-content .inner-content article .link-list .link{
            border-bottom: solid 1px #ccc;
            position: relative;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            cursor: pointer;
        }

        .recruit-tab-content .inner-content article .link-list .link::before{
            content: "";
            position: absolute;
            background: #333;
            width: 0;
            height: 2px;
            transition: all .5s ease-in-out;
            animation-fill-mode: forwards;
            left: 0;
            bottom: 0;
            transition-delay: 0.2s;
        }

        .recruit-tab-content .inner-content article .link-list .link:hover::before{
            width: 100%;
        }

        .recruit-tab-content .inner-content article .link-list .link a{
            color: #333;
            font-weight: 600;
            display: block;
            padding: 2rem 1rem;
        }

        .recruit-tab-content .inner-content article .link-list .link::after{
            content: "";
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 2rem;
            width: 10px;
            height: 10px;
            border-top: 2px solid #333;
            border-right: 2px solid #333;
            transform: rotate(45deg);
        }

/* ------------------------ LOOP-SECTION*/
.loop-section.normal-mag .loop-excerpt{
	max-height: 16rem;
}

.loop-section.normal-mag .meta-title{
    margin-top: 2rem;
}

.loop-article-content .loop-excerpt{
    font-size: 14px;
}


/* common--------------------------------- */

.inner-content-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

/* update */

#update {
    margin: 3rem 0 0;
    display: flex;
    justify-content: flex-start;
    gap: 3%;
}

#update .title{
    flex-basis: 20%;
}

#update .scroll-wrap{
    margin: 3rem 0;
    padding: 0;
    height: 30rem;
    overflow-y: auto;
    flex-basis: 80%;
    -webkit-overflow-scrolling: touch;
}

#update .scroll-wrap::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
   
   #update .scroll-wrap::-webkit-scrollbar-thumb {
	background: #1e1e1e;
	border-radius: 5px;
   }
   
   #update .scroll-wrap::-webkit-scrollbar-track {
	background: #fff;
   }

#update .scroll-wrap ul{
    margin: 0;
}

#update .scroll-wrap ul li{
    list-style: none;
    margin: 0;
    border-bottom: solid 1px #ddd;
    padding: 2rem 0;
    position: relative;
}

#update .scroll-wrap ul li:first-child{
    border-top: solid 1px #ddd;
}

#update .scroll-wrap ul li::after {
    content: "";
    position: absolute;
    background: #333;
    width: 100px;
    height: 1px;
    left: 0;
    bottom: 0;
}

#update .scroll-wrap ul li .top{
    display: flex;
    justify-content: flex-start;
    gap: 1%;
    margin: 0 0 .5rem 0;
}

#update .scroll-wrap ul li .top .date{
    line-height: 1;
    padding: .5rem 0;
    font-weight: 300;
}

#update .scroll-wrap ul li .top .tag{
    display: flex;
    gap: 1%;
    flex-basis: 66.666%;
    height: 2rem;
}

#update .scroll-wrap ul li .top .tag p{
    font-size: 1.2rem;
    text-align: center;
    background: #f2f2f2;
    margin: 0;
    line-height: 1;
    padding: .6rem;
    height: fit-content;
}

#update .scroll-wrap ul li .desc a{
    color: #1e1e1e !important;
    display: block;
    position: relative;
    line-height: 1.4;
}

#update .scroll-wrap ul li .desc a:hover{
    color: #666 !important;
    transition: all .5s ease-in-out;
    animation-fill-mode: forwards;
}

#update .scroll-wrap ul li .icon svg{
    fill: #ccc;
}

@media (max-width:819px){
    #update {
        margin: 3rem 0;
        display: block;
    }

}    


/* jobs */
#jobs{ 
    margin: 0 auto 12rem;
}

.job-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.job-thumb{
    background: #f2f2f2;
    padding: 2rem 2rem 3rem;
    width: 100%;
    flex-basis: 32%;
    margin: 0 1.5rem 1.5rem 0;
    display: block;
    position: relative;
    z-index: 3;
}

.job-thumb .job-thumb-link h3,
.job-thumb .job-thumb-link p,
.job-thumb .job-thumb-link.job-tags li,
.job-thumb .job-more-link{
    color: #1e1e1e;
}

.job-thumb:hover .job-thumb-link h3,
.job-thumb:hover .job-thumb-link p,
.job-thumb:hover .job-thumb-link.job-tags li,
.job-thumb:hover .job-more-link{
    color: #fff;
}

.job-thumb:hover{
 webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px;
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
 }

 .job-thumb .job-thumb-link{
    display: block;
    position: relative;
    z-index: 3;
 }

.job-tags {
 list-style: none;
 padding: 0 !important;
 margin: 0 !important;
 color: #666;
}

.job-tags li{
 display: inline-block;
}

.job-tags li::before{
 display: none;
}

.job-tags li::after{
 display: inline;
 content: "-";
 padding: 0 0 0 .5rem;
}

.job-tags li:last-child::after{
 display: none;
}

.job-thumb h3{
 padding: 3rem 0 0 !important;
 font-size: 140%;
}

.job-thumb p{
 line-height: 1.2;
 color: #666;
}

.job-thumb .job-more-link{
    display: block;
    position: relative;
    text-align: right;
    padding-right: 2rem;
}

.job-thumb .job-more-link::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0.1em;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
    transform: rotate(45deg);
}

.graduates h2.deb-reset-heading .deb-inner-text{
 font-size: 175% !important;
 line-height: 1.2;
}

.graduates h2.deb-reset-heading .deb-inner-text strong{
 line-height: 1.2;
}

.graduates .deb-block-description .deb-inner-text{
  font-size: 100% !important;
}



/* welfare & lisence & pay-structure */

.welfare-head{
    margin: 0 0 5rem;
}

.welfare-head h2{
    margin: 0 0 10rem 0;
    padding: 0;
    font-size: 240%;
}

.welfare-head p,
.license-head p,
.pay-structure-head p{
    margin: 5rem 0 1rem 0;
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 5px;
    color: #ccc;
    text-align: center;
}

.license-head p.normal,
.pay-structure-head p.normal{
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0;
    color: #1e1e1e;
}

/* lisence */

.license-list{
    margin: 15vh 0;
}

.license-list article{
    margin: 8vh 0;
}

.license-list h3{
    border-bottom: solid 3px #1e1e1e;
    line-height: 1;
    padding: 0 0 1rem 1rem;
    margin: 3rem 0;
}

.license-list dl{
    border-bottom: solid 1px #ccc !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 0 0 5%;
}

@media (max-width:819px){

    .deb-media-cover .__title-wrapper .deb-inner-text{
        font-size: 160%;
        margin: 15rem 0 5rem;
        line-height: 1.4;
        text-align: center;
    }

    .graduates h2.deb-reset-heading .deb-inner-text{
        font-size: 135% !important;
        line-height: 1.2;
        margin: 0;
    }

    .graduates .deb-block-description .deb-inner-text{
        font-size: 16px !important;
    }

    .job-list{
        display: block;
    }

    .job-thumb{
        max-width: 100%;
        margin: 0 auto 2rem;
    }
    
    .welfare-head h2{
        font-size: 175%;
    } 

    .welfare-head p {
        font-size: 1.4rem;
        letter-spacing: 3px;
        line-height: 1.4;
    }
    
    .license-list dl{
        width: 100%;
        margin: 0;
        padding: 1rem 0;
    }
}
