@charset "utf-8";

#page_ttl{
    background-color: #f6f3ea;
    padding-block: 20px;
    margin-top: 0 !important;
}

#alert_wrapper{
        margin-top: 56px;
}

#breadTitle{
    font-size: 42px;
    /* font-family: "小塚ゴシック Pr6N"; */
    /* margin-block: 30px; */
}

#wrapper{
    padding-top: 56px;
}

.recruitContent{
    background-color: #f6f3ea;
    font-family: "Noto Sans CJK JP", "Noto Sans Japanese", 'Roboto', sans-serif;
    padding-bottom: 0 !important;
}

.spbr{display: none;}

@media screen and (max-width: 990px) {
  #alert_wrapper{ margin-top: 0;}
   #wrapper {padding-top: 25px;}
}
@media screen and (max-width: 767px) {
    .spbr{display: block}
     #alert_wrapper{ margin-top: 28px;}
   
 
}


.innerBox{
    margin-bottom: 0;
}

.video{
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-block: 50px;
    position: relative;
    z-index: 0;
}

.video::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 50%;
    background-color: #fff;
    margin: 0 calc(50% - 50vw) 0;
    z-index: -1;
}

.video iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.SubMenu ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.SubMenu li{
    background-color: #fff;
    border: solid 1px #dddddd;
    border-radius: 21px;
    padding: 7px 18px;
}

.SubMenu a{
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    #breadTitle {
        font-size: 24px;
    }

    .video{
        margin-block: 50px 30px;
    }

    .SubMenu ul {
        justify-content: flex-start;
    }

    .SubMenu li{
        padding: 4px 14px;
    }

    .SubMenu a{
        font-size: 14px;
    }
}

/* 求める人物 */

#person{
    padding-block: 80px 70px;
}
#person h3{
    font-size: 42px;
    color: #119dda;
    text-align: center;
    line-height: normal;
    margin-bottom: 35px;
}

#person .person_list{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#person span{
    font-size: 36px;
    color: #119dda;
    font-family: "Roboto";
    font-weight: bold;
    font-style: italic;
    padding-bottom: 5px;
}

#person .person_txt{
    display: flex;
    flex-direction: column;
}

#person h4{
    font-size: 20px;
    font-weight: bold;
}

#person .person_txt p{
    margin-top: 5px;
}

#person li{
    display: flex;
    background-color: #fff;
    border-radius: 100px;
    align-items: center;
    padding: 24px 50px;
    flex-direction: row;
    gap: 30px;
}

@media screen and (max-width: 767px) {
    #person h3 {
        font-size: 28px;
    }
    #person li{
        flex-direction: column;
        gap: 10px;
        border-radius: 20px;
        padding: 20px;
    }

    #person span {
        font-size: 30px;
    }
}

/* 社員インタビュー */
#interview{
    background-color: #fff;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    padding-block: 77px 92px;
    padding-inline: 20px;
}

#interview h3{
    font-size: 42px;
    color: #119dda;
    text-align: center;
    line-height: normal ;
}

#interview .interview_box{
    max-width: 1200px;
    margin: 60px auto 0;
}

#interview .interview_list{
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#interview .interview_staff{
    display: flex;
    flex-direction: row;
    gap: 40px;
    position: relative;
    padding-inline: 20px;
    align-items: flex-start;
}

#interview .interview_staff::after{
    content:"";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: #dddddd;

}

#interview .interview_staff:last-child::after{
    display: none;
}

#interview .interviewImg{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 240px;
}

#interview .interviewImg p{
    font-size: 18px;
    background-color: #119dda;
    border-radius: 28px;
    color: #fff;
    padding: 9px 20px;
    font-weight: bold;
}

#interview .interviewImg_box{
    width: 215px;
    height: 215px;
    /* overflow: hidden; */
    margin-top: 16px;
}

#interview .interviewImg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
}

#interview .interview_txt{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
}

#interview .interview_txt span{
    font-size: 20px;
    font-weight: bold;

}

@media screen and (max-width: 767px) {
    #interview h3 {
        font-size: 28px;
    }

    #interview .interview_box {
        width: 100%;
        /* padding-inline: 20px; */
}

    #interview .interview_staff {
        flex-direction: column;
        gap: 10px;
        padding-inline: 0;
        align-items: center;
    }

    #interview .interviewImg p {
        font-size: 16px;
    }

    #interview .interviewImg_box {
        width: 195px;
        height: 195px;
    }

    #interview .interview_txt span {
        font-size: 18px;
    }

    #interview .interview_txt p{
        font-size: 14px;
    }
}

/* 仕事の紹介・特徴 */


#work .work_box{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: 0;
    position: relative;
    padding-block: 100px 0;
    padding-inline: 20px;
}

#work .work_bk{
   display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    z-index: -1;

}
#work .bk_white{
    background-color: #fff;
    flex: 0 0 30%;
}


#work .bk_photo{
    flex: 1;
    background: 
    linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%),
    url("../../img/recruit/work_Bk.jpg") no-repeat 30% top / cover;
    pointer-events: none;
    position: relative;
}

#work .work_bk::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 72, 161, 0.8);
}

#work h3{
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    line-height: normal;
}

#work .work_list{
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

#work .work_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background-color: rgba(0, 80, 154, 0.5);
    border: solid #fff 2px;
    padding: 20px 30px;
    flex: 1;
}

#work .work_item span{
    font-size: 60px;
    color: #fff;
    font-family: "Roboto";
    font-weight: bold;
    font-style: italic;
    line-height: normal;
}

#work .work_item h4{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
}

#work .work_item p{
    font-size: 18px;
    color: #fff;
}

@media screen and (max-width: 899px) {
    #work .work_list {
        flex-direction: column;
    }

    #work h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    #work .work_bk {
        flex-direction: column;
        height: 120%;
    }

    #work .bk_white {
        background-color: #fff;
        flex: 0 0 20%;
    }

    #work .bk_photo {
        flex: 1;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%),
        url("../../img/recruit/work_Bk.jpg") no-repeat 30% top / cover;
        pointer-events: none;
        position: relative;
    }

    #work .work_item {
        gap: 10px;
        padding: 20px 20px;
    }

    #work .work_item span {
        font-size: 30px;
    }

    #work .work_item h4 {
        font-size: 20px;
    }

    #work .work_item p {
        font-size: 16px;
    }

}

/* 仕事の流れ */
#flow{
    position: relative;
    z-index: 1;
    padding-top: 90px;
}

#flow h3{
    font-size: 42px;
    color: #fff;
    text-align: center;
    line-height: normal;
}

/* day */
#flow .day_box ul{
    display: flex;
    flex-direction: column;
    gap: 40px;

}

#flow .day_box{
    background-color: #fff;
    margin-top: 40px;
    padding: 80px;
}

#flow .day_box li{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#flow .day_time{
    background-color: #119dda;
    border-radius: 30px;
    color: #fff;
    width: 90px;
    height: 30px;
    text-align: center;
    padding-top: 2px;
    position: relative;
    font-weight: bold;
}

#flow .day_time::after{
    position: absolute;
    content: "";
    background-image: url(../../img/recruit/arrow.svg);
    width: 20px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50px;
    left: 34%;
}

#flow .day_box li:last-child .day_time::after{
    display: none;
}

#flow .day_txt{
    flex: 1;
    min-width: 0;
    min-height: 120px;
}

#flow .day_txt p{
    color: #333333;
}

#flow .day_txt h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}

#flow .day_content{
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
}

#flow .day_content img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

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

    #flow h3 {
        font-size: 28px;
    }

    #flow .day_box {
        padding: 40px 20px;
    }

    #flow .day_content {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    #flow .day_time::after {
        top: 100px;
    }

    #flow .day_txt {
        width: 100%;
    }
}

    /* week */
    #flow .week{
        padding-block: 80px 0px;
        color: #333333;
    }

    
    #flow .week h3{
        color: #119dda;
    }
    
    /* PC版シフト表 */
    .week_scroll {
        position: relative;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 40px;
    }

    #flow .week_box{
        display: flex;
        flex-direction: column;
        min-width: 1000px;
    }

    #flow .schedule_time{
        background-color: #fff;
        display: grid;
        grid-template-columns: 60px 1fr;
        align-items: center;
        border-top: solid 1px #aaaaaa;
        position: relative;
    }

    #flow .schedule_time .blank{
        position: sticky;
        left: 0;
        z-index: 5;
        background-color: #fff;
        color: #FFF;
        text-align: center;
        height: 38.8px;
        border-left: solid 1px #aaaaaa;
        border-bottom: solid 1px #aaaaaa;
        border-right: solid 1px #aaaaaa;
    }


    #flow .schedule_time .time{
        display: grid;
        grid-template-columns: repeat(23, 1fr);
        text-align: center;
         min-width: max-content; 
        z-index: 1;
        border-bottom: solid 1px #aaaaaa;
    }
    
    #flow .schedule_time .time div{
         border-right: solid 1px #aaaaaa;
        padding-block: 5px;
    }

    #flow .week_schedule{
        background-color: #fff;
    }

    #flow .schedule_item{
        display: grid;
        grid-template-columns: 60px 1fr;
        border-right: solid 1px #aaaaaa;
        border-bottom: solid 1px #aaaaaa;
    }
    
    #flow .schedule_item.sunday{
        border-bottom: solid 3px #aaaaaa;
    }
    
    #flow .schedule_label{
        position: sticky;
        left: 0;
        z-index: 2;
        
        background-color: #41b1e1;
        color: #fff;
        text-align: center;
        padding: 8px 0;
        border-right: solid 1px #aaaaaa;
        border-left: solid 1px #aaaaaa;
    }

    #flow .schedule_label.second{
        background-color: #0c89b8;
        color: #fff;
        text-align: center;
        padding: 8px 0;
    }

    #flow .schedule_shift{
        display: grid;
        grid-template-columns: repeat(23, 1fr);
        padding: 8px 2px;
    }

    #flow .schedule_shift > div{
        position: relative;
        grid-column: var(--start)/var(--end);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    #flow .schedule_bar.work{
        background-color: #0c89b8;
        border-radius: 20px;
    }
    #flow .schedule_bar.rest{
        background-color: #aaa;
        border-radius: 20px;
    }
    #flow .schedule_bar.off{
        background-color: #fff;
        color: #d72a2a;
        font-weight: bold;
        border-radius: 20px;
    }

    /* SP版シフト表 */
    
    @media screen and (max-width: 767px) {
        #flow .week h3 {
            font-size: 28px;
        }
        #flow .week_box {
            font-size: 14px;
        }
        #flow .schedule_time {
            grid-template-columns: 50px 1fr;
        }
        #flow .schedule_item {
            grid-template-columns: 50px 1fr;
        }

    }
    /* 研修について */
    #training{
        background-color: #fff;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        padding-block: 127px 0px;
        position: relative;
        z-index: 1;
        padding-inline: 20px;
        color: #333333;
        margin-top: 30px;
    }

    #training::before{
        content: "";
        position: absolute;
        background-image: url(../../img/recruit/traning_Bk.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 35%;
        z-index: -1;
    }

    #training p{
        white-space: normal;
        color: #555;
    }

    #training h3{
        font-size: 42px;
        color: #fff;
        font-weight: bold;
        background-color: #0c89b8;
        border-radius: 50px;
        line-height: normal;
        text-align: center;
        max-width: 385px;
        margin: 0 auto 60px;
        padding-block: 7px 10px;
    }

    #training .training_box{
        max-width: 1200px;
        margin: 0 auto;
        background-color: #fff;
        padding: 60px 20px 0;
    }

    #training .training_box h4{
        font-size: 24px;
        color: #333333;
        text-align: center;
        margin-bottom: 40px;
    }
    
    #training .training_box ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 70px;
    }
    #training .training_box li{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #training .training_img{
        display: flex;
        flex-direction: row;
        gap: 50px;
        margin-top: 25px;
        flex-wrap: wrap;
        justify-content: center;
    }

     #training .training_img img{
            width: 360px;
            height: 240px;
            object-fit: cover;
        }

    @media screen and (max-width: 767px) {
        #training{
            padding-block: 97px 0px;
        }
        #training h3{
            font-size: 28px;
        }

           #training .training_box h4{
            font-size: 20px;
            margin-bottom: 20px;
        }

        #training .training_box li {
            width: 100%;
        }

        #training .training_img img{
            width: 80%;
            height: auto;
        }
    }
    
        /* よくある質問 */
    
            #faq{
                padding-block: 95px;
                background-color: #fff;
                width: 100vw;
                margin: 0 calc(50% - 50vw);
                color: #333333;
            }
            #faq h3{
                font-size: 42px;
                color: #119dda;
                line-height: normal;
                text-align: center;
                margin-bottom: 50px;
            }
    
            #faq .faq_ttl{
                display: flex;
                flex-direction: row;
            }
    
            #faq .faq_ttl span{
                font-size: 24px;
                font-family: "Roboto";
                color: #fff;
                position: relative;
                z-index: 1;
            }
    
            #faq .faq_ttl span::before{
                content: "";
                position: absolute;
                background-color: #119dda;
                border-radius: 50px;
                width: 45px;
                height: 45px;
                top: -8px;
                left: -14px;
                z-index: -1;
            }
    
            #faq .faq_ttl h4{
                font-size: 24px;
                margin-left: 40px;
            }
    
            #faq ul{
                margin: 0 auto;
                /* background-color: #fff; */
                padding: 30px 70px 0;
                display: flex;
                flex-direction: column;
                gap: 40px;
                max-width: 1200px;
            }
    
            #faq li{
                border-bottom: dotted 1px #cccccc;
                padding-bottom: 30px;
                padding-inline: 40px;
            }
            #faq li:last-child{
                border-bottom: none;
                padding-bottom: 0;
            }
    
            #faq .faq_txt{
                margin-left: 60px;
                margin-top: 20px;
                color: #555;
            }
            #faq .faq_underline{
                color: #4285f4;
                font-weight: bold;
                text-decoration: underline !important;
                text-underline-offset: 6px;
            }
    
            @media screen and (max-width: 767px) {
                #faq {
                    padding-block: 70px 40px;
                }
    
                #faq h3{
                    font-size: 28px;
                }
                #faq .faq_ttl h4{
                    font-size: 20px;
                    margin-left: 30px;
                }
                 #faq ul{
                    width: 100%;
                    padding: 30px 10px 0;
                }
    
                #faq .faq_ttl span{
                    font-size: 20px;
                    margin-top: 2px;
                }
    
                #faq .faq_ttl span::before{
                    width: 40px;
                    height: 40px;
                    top: -5px;
                    left: -13px;
                    z-index: -1;
                }
    
                #faq li {
                    padding-inline: 20px 10px;
                }
                #faq .faq_txt {
                    margin-left: 10px;
                }
            }

    /* 募集要項 */
    #recruitment{
        background-color: #f6f3ea;
        padding-block: 75px 95px;
    }

    #recruitment h3{
        font-size: 42px;
        color: #119dda;
        line-height: normal;
        text-align: center;
        margin-bottom: 65px;
    }

    #recruitment .job{
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    #recruitment .job_tabs{
        color: #fff;
        background-color: #119dda;
        font-size: min(4vw,20px);
        width: min(35vw,290px);
        padding-block: min(4vw,25px);
        border-radius: 15px 15px 0 0;
        text-align: center;
        transform: translateY(1px);
        /* cursor: pointer; */
    }

    #recruitment .job_content{
        background-color: #fff;
        border-top: solid #119dda 5px;
        padding: min(7vw,60px);
        position: relative;
        z-index: 2;
    }

    #recruitment .job_content h4{
        font-size: min(6vw,26px);
        color: #333333;
    }

    #recruitment .job_details{
        color: #333333;
        margin-top: 10px;
    }

    #recruitment .job_group{
        padding: 35px 42px;
        display: flex;
        flex-direction: row;
        gap: 10%;
    }

    #recruitment .job_group:nth-child(even){
        background-color: #f4f4f4;
    }

    #recruitment .job_group dt{
        min-width: 110px;
    }

    #recruitment .job_group dd{
        width: 100%;
    }


    @media screen and (max-width: 767px) {
        #recruitment h3{
            font-size: 28px;
        }

        #recruitment .job {
            gap: min(2vw,10px);
        }

        #recruitment .job_group{
            flex-direction: column;
            padding: min(5vw,35px) min(4vw,42px);
        }

        #recruitment .job_group dt {
            border-bottom: dotted 1px #ccc;
            padding-bottom: 5px;
            margin-bottom: 5px;
            font-weight: bold;
        }
    }
    

    
    /* 応募フォーム */
    #recruitment .recruitform{
        padding-block: 0;
    }
    .recruitform{
        padding-block: 60px 30px;
    }

    .recruitform .form_btn{
        background-color: #4285f4;
        max-width: 462px;
        margin: 0 auto;
        padding: 26px 40px;
        border-radius: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 42px;
        transition: all 0.3s ease;
    }

    .recruitform .form_btn:hover{
        background-color: #1e57b3;
    }
    .recruitform .form_btn:hover img{
        transform: translateX(6px) scale(0.8);
    }

    .recruitform .form_btn p{
        color: #fff !important;
        text-align: start;
        font-size: 24px;
        font-weight: bold;
        line-height: normal;
    }

    .recruitform .form_btn img{
        padding-top: 1px;
        transition: all 0.3s ease;
        transform: scale(0.8);
    }

    @media screen and (max-width: 767px) {
        .recruitform{
            padding-inline: 0;
        }

        #recruitment h3 {
            margin-bottom: 45px;
        }
        #faq .recruitform{
            padding-inline: 20px;
        }

        .recruitform .form_btn {
            padding: 20px 0px;
            gap: 14px;
        }

        .recruitform .form_btn p{
            font-size: 20px;
        }

        
        .recruitform .form_btn img{
            padding-top: 1px;
            transition: all 0.3s ease;
            transform: scale(0.6);
        }

        .recruitform .form_btn:hover img{
       transform: translateX(6px) scale(0.6);
   }
    }

    /* recruitformFloating */
    #recruitformFloating{
        padding-block: 0;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    #recruitformFloating.hide{
        opacity: 0;
        pointer-events: none;

    }
    
    #recruitformFloating .form_btn{
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        background-color: #4285f4;
        width: 330px;
        margin: 0;
        padding: 21px 28px 21px 46px;
        border-radius: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 42px;
        transition: all 0.3s ease;
    }

    #recruitformFloating .form_btn:hover{
        background-color: #1e57b3;
    }
    #recruitformFloating .form_btn:hover img{
        transform: translateX(6px) scale(0.8);
    }

    #recruitformFloating .form_btn p{
        color: #fff;
        text-align: start;
        font-size: 18px;
        font-weight: bold;
        line-height: normal;
    }

    #recruitformFloating .form_btn img{
        padding-top: 1px;
        transition: all 0.3s ease;
        transform: scale(0.8);
    }

    @media screen and (max-width: 767px) {
         #recruitformFloating .form_btn{
            width: 220px;
            padding: 10px 8px 10px 20px;
            gap: 12px;
        }
          #recruitformFloating .form_btn p{
            font-size: 14px;
          }

           #recruitformFloating .form_btn img{
                transform: scale(0.6);
            }
             #recruitformFloating .form_btn:hover img{
        transform: translateX(4px) scale(0.6);
    }
    }

    /* 会社案内 */

    #information{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        position: relative;
        background-color: #0074b0;
        padding-block: 80px 90px;
    }

    #information .information_bk{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        opacity: 0.1;
        z-index: 0;
    }

    #information .information_content{
        position: relative;
        z-index: 1;
        max-width: 1200px;
        margin: 0 auto;
        padding-inline: 20px;
    }
    #information h3{
        color: #fff;
        font-size: 42px;
        text-align: center;
        line-height: normal;
    }

    #information .information_content ul{
        background-color: #fff;
        margin-top: 56px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-block: 60px 10px;
    }

    #information .information_content li{
        display: flex;
        flex-direction: row;
        margin-inline: 50px;
        padding-inline: 20px;
        padding-bottom: 30px;
        border-bottom: dotted 1px #ccc;
        gap: 1vw;
    }
    
    #information .information_content li:last-child{
        border-bottom: none;
    }

    #information .information_ttl{
        min-width: 120px;
    }


    @media screen and (max-width: 767px) {
        #information {
            padding-block: 60px 70px;
        }

        #information h3{
            font-size: 28px;
        }

        #information .information_ttl,
         #information .information_txt{
            font-size: 14px;
        }

        #information .information_ttl{
            min-width: auto;
            width: 66px;
        }

        #information .information_txt{
            width: 80%;
        }

        #information .information_content ul {
            padding-block: 40px 10px;
            margin-top: 36px;
        }

        #information .information_content li{
            margin-inline: 10px;
            padding-inline: 10px;
            gap: 5px;
        }
    }

