  

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


    #contents_header article{
        background-image: url(/recruit/workstyle/img/workplace_main.webp);
        background-size: cover;
        background-position: center center ;
    }

}

#contents_area article.whitebox_m{
    padding-bottom: 40px;
}

#contents_area article.whitebox_m h2{
    position: relative;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 0px 0px 12px;
    margin-bottom: 30px;
}

#contents_area article.whitebox_m h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: linear-gradient( 90deg, rgb(53, 181, 151) 20%, rgb(0, 160, 233) 80% );
}

#workplacebox_1{
    padding-bottom: 40px;
}

#workplacebox_1 p{
    padding-bottom: 30px;
}

#workplacebox_1 figure{
    width: 100%;
    max-width: 420px;
    margin-top: 7px;
}

#workplacebox_1 figure span{
    width: 48%;
    max-width: 200px;
    max-height: 200px;
    border: #c9c9c9 solid 1px;
    padding: 1px
}

.workplacebox_txtbox h3{
    position: relative;
    padding: 10px 20px;
    width: 100%;
    line-height: 1.4;
}

.workplacebox_txtbox h3 span{
    position: relative;
    font-size: 24px;
    z-index: 1;
}

.workplacebox_txtbox h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient( 90deg, rgb(53, 181, 151) 20%, rgb(0, 160, 233) 80% );
  opacity: .1;
}

.workplacebox_txtbox .flex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;

    padding: 40px 0px 100px 20px;
}


.workplacebox_txtbox p{
    padding: 20px 0px 40px;
}





#listbox{
    position: relative;
    padding: 35px;
}

#listbox::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient( 90deg, rgb(53, 181, 151) 20%, rgb(0, 160, 233) 80% );
    opacity: .1;
}

#listbox h3{
    position: relative;
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1;
    z-index: 10;
}

#listbox h3::before{
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    left: 50%;
    bottom: 0;
    background-color: #000;
    transform: translateX(-50%)
}

#listbox ul{
    max-width: 900px;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;

}

#listbox ul li{
    width: 47%;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-content: center;

    background-color: #4e9ad9;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 10px;
}


#tablebox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.2;
    border-top: #b3b3b3 solid 1px;
    border-left: #b3b3b3 solid 1px;
    margin-top: 60px;
}

#tablebox ul li{
    text-align: center;
    font-size: 14px;
    border-bottom: #b3b3b3 solid 1px;
    border-right: #b3b3b3 solid 1px;
    padding: 0px 5px;
}

#tablebox ul:nth-of-type(1){
    width: 25%;
}

#tablebox ul:nth-of-type(2),
#tablebox ul:nth-of-type(3),
#tablebox ul:nth-of-type(4){
    width: 18%;
}

#tablebox ul:nth-of-type(5){
    width: 21%;
}

#tablebox ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 60px;
}

#tablebox ul li:nth-child(1){
    background-color: #ede4c4;
}

#tablebox ul li span,
#tablebox ul li span i{
    display: inline-block;
}


.workplacebox_photobox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0px 30px;
}

.workplacebox_photobox figure{
    width: 32%;
}



@media screen and (max-width: 1000px) {
	
    
    
    #contents_area article.whitebox_m h2{
        font-size: 3.2vw;
        margin-bottom: 3vw;
    }

    .workplacebox_txtbox h3 span{
        font-size: 20px;
    }

    #listbox{
        position: relative;
        padding: 25px;
    }

    #listbox ul li{
        width: 48.5%;
    
        background-color: #4e9ad9;
        height: 40px;
        border-radius: 20px;
        font-size: 13px;
        color: #FFF;
        margin-bottom: 10px;
    }

    #tablebox{
        width: 100%;
        margin-top: 40px;
    }

    #tablebox ul li{
        text-align: center;
        font-size: 12px;
    }

    #tablebox ul:nth-of-type(1){
        width: 28%;
    }
    
    #tablebox ul:nth-of-type(2),
    #tablebox ul:nth-of-type(3),
    #tablebox ul:nth-of-type(4){
        width: 17.5%;
    }
    
    #tablebox ul:nth-of-type(5){
        width: 19.5%;
    }


    .workplacebox_photobox{
        padding: 40px 0px 20px;
    }
    
}


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

    #contents_header article{
        background-image: url(/recruit/workstyle/img/workplace_main_sp.webp);
        background-size: cover;
        background-position: center center ;
    }

    #contents_area article.whitebox_m h2{
        font-size: 4.4vw;
        line-height: 1.4;
    }

    #listbox h3{
        font-size: 18px;
        line-height: 1.4;
    }

    #listbox ul li{
        width: 100%;
        text-align: center;
        background-color: #4e9ad9;
        height: auto;
        border-radius: 7px;
        line-height: 1.4;
        font-size: 15px;
        color: #FFF;
        margin-bottom: 10px;
        padding: 5px 10px 7px;
    }


    

    
}


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

    #tablebox{
        margin-top: 30px;
    }


    .workplacebox_photobox{
        padding: 30px 0px 0px;
    }

    .workplacebox_photobox::after{
        content: "";
        display: block;
        widows: 48%;
    }
    
    .workplacebox_photobox figure{
        width: 48.5%;
        margin-bottom: 3%;
    }
}


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

    #contents_area article.whitebox_m h2{
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .workplacebox_txtbox{
        display: block;
    }

    .workplacebox_txtbox .flex{
        padding: 40px 0px 70px px;
    }
    
}


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

    #tablebox{
        display: block;
    }

    #tablebox ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #tablebox ul:nth-of-type(1),
    #tablebox ul:nth-of-type(2),
    #tablebox ul:nth-of-type(3),
    #tablebox ul:nth-of-type(4),
    #tablebox ul:nth-of-type(5){
        width: 100%;
    }

    #tablebox ul li:nth-child(1){
        width: 110px;
        justify-content: flex-start;
        text-align: left;
        padding: 0px 10px;
    }

    #tablebox ul li:nth-child(2){
        justify-content: flex-start;
        text-align: left;
        width: calc(100% - 110px) ;
        text-align: left;
        padding: 0px 10px;
    }


    .workplacebox_photobox::after{
        display: none;
    }
    
    .workplacebox_photobox figure{
        width: 100%;
        margin-bottom: 15px;
    }
}


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

    #contents_area article.whitebox_m h2{
        font-size: 5.8vw;
    }

    .workplacebox_txtbox h3 span{
        font-size: 17px;
    }
    
}




/* banner */

.banner{
    transition: all 500ms 0s ease;
    position: relative;
    width: 100%;
    height: 200px;
    margin: 50px auto 0 0;
    background: linear-gradient(90deg, rgba(234,247,244,1) 0%, rgba(229,245,253,1) 100%);
    overflow: hidden;
    border-radius: 10px;
    padding-left: 30px;
    flex-direction: row-reverse;
}

.pc .banner:hover{
    opacity: .7;
}

.banner figure{
    width: 500px;
    height: 100%;
    background-image: url(/recruit/workstyle/img/banner_woman_photo.webp);
    background-size: cover;
    background-position: center center;
}

.banner div{
    position: relative;
    padding:30px 20px 0px;
}

.banner div small{
    display: block;
    font-size: 16px;
    line-height: 1;
}

.banner div small i{
    display: inline-block;
    font-size: 18px;
}

.banner div strong{
    display: inline-block;
    font-size: 36px;
    line-height: 1.3;
    padding-top: 15px;
}

.banner div aside{
    display: block;
    background-color: #4cb9b1;
    padding: 3px 15px;
    line-height: 1;
    margin-top: 10px;
}

.banner::before{
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 100%;
    background-color: #3b3b3b;
    left: 0;
    top: 0;
}

.banner::after{
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    transform-origin: center center;
    border-top: #FFF solid 2px;
    border-left: #FFF solid 2px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}


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

    .banner{
        height: 150px;
    }
    
    .banner figure{
        width: 280px;
    }
    
    .banner div{
        position: relative;
        padding:20px 20px 0px;
    }
    
    .banner div strong{
        display: inline-block;
        font-size: 32px;
        line-height: 1.3;
        padding-top: 10px;
    }

    .banner div aside{
        display: block;
        background-color: #4cb9b1;
        padding: 3px 15px;
        line-height: 1;
        margin-top: 5px;
    }

}

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

    .banner{
        height: 100px;
    }

    .banner figure{
        width: 35%;
    }
    
    .banner div{
        width: 65%;
        position: relative;
        padding:10px 20px 0px;
    }

    .banner div small{
        font-size: 12px;
    }
    
    .banner div strong{
        display: inline-block;
        font-size: 26px;
        line-height: 1.3;
        padding-top: 0px;
    }

    .banner div aside{
        width: 100%;
        max-width: 200px;
        margin-top: 0px;
        padding: 3px 8px;
    }


}


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

    .banner.flex{
        display: block;
        height: auto;
    }

   .banner figure{
        width: 100%;
        height: 80px;
        background-position: center top -15px;
    }
    
    .banner div{
        width: 100%;
        position: relative;
        padding:10px 15px 10px 15px;
    }

    .banner div strong{
        font-size: 16px;
        padding-top: 10px;
    }
    

}



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

    .banner figure{
        width: 100%;
        height: 80px;
        background-position: center center;
    }

}


/* banner */
