/*---------------------------------

  共通

---------------------------------*/



@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){

}

/*---------------------------------

　content_about

---------------------------------*/

.content_about{
    position: relative;
    padding: 120px 0 144px;
}
.content_about .inner{
    min-height: 540px;
}
.content_about .catch{
    width: 50%;
    padding: 0 80px 0 0;
    margin: 0 0 24px;
    font-size: 38px;
}
.content_about .txt{
    width: 50%;
    padding: 0 80px 0 0;
}
.content_about .txt * + *{
    margin: 20px 0 0;
}
.content_about .txt p{
    line-height: 1.7;
}
.content_about::before{
    content: '';
    position: absolute;
    top: 120px;
    right: 0;
    width: 50vw;
    height: 540px;
    background: url(../img/recruit/facom/facom_pic_01.png) no-repeat;
    background-size: cover;
}

@media screen and (max-width:767px){

    .content_about{
        padding: 90px 0 90px;
    }
    .content_about .inner{
        min-height: inherit;
    }
    .content_about .catch{
        width: 100%;
        padding: 0 0;
        font-size: 32px;
    }
    .content_about .txt{
        width: 100%;
        padding: 0 0 0;
    }
    .content_about::before{
        display: none;
    }
    
}

/*---------------------------------

　content_business

---------------------------------*/

.content_business{
    padding: 114px 0 144px;
    background: var(--lblue);
}
.content_business .title_slash{
    margin: 0 0 48px;
}
.content_business .flex{
    justify-content: space-between;
    counter-reset: number 0;
}

.content_business .box{
    position: relative;
    width: 30%;
    padding: 337px 0 0;
}
.content_business .box::before{
    counter-increment: number 1;     /* number カウンタの増加数をセット */
    content: '0'counter(number);      /* 表示形式を指定 */
    position: absolute;
    top: -10px;
    color: rgba(var(--main-rgb),.3);
    font-family: 'Lato', sans-serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
}
.content_business .box::after{
    content: '';
    position: absolute;
    top: 25px;
    display: block;
    width: 100%;
    height: 288px;
}
.content_business .box:nth-of-type(1)::after{
    background: url(../img/recruit/facom/business_pic_01.png) no-repeat center;
    background-size: 288px;
}
.content_business .box:nth-of-type(2)::after{
    background: url(../img/recruit/facom/business_pic_02.png) no-repeat center;
    background-size: 288px;
}
.content_business .box:nth-of-type(3)::after{
    background: url(../img/recruit/facom/business_pic_03.png) no-repeat center;
    background-size: 288px;
}
.content_business .box .ttl{
    margin: 0 0 8px;
    text-align: center;
}

@media screen and (max-width:1440px){

    .content_business .box{
        padding: 280px 0 0;
    }
    .content_business .box::after{
        height: 250px;
    }
    .content_business .box:nth-of-type(1)::after{
        background: url(../img/recruit/facom/business_pic_01.png) no-repeat center;
        background-size: 250px;
    }
    .content_business .box:nth-of-type(2)::after{
        background: url(../img/recruit/facom/business_pic_02.png) no-repeat center;
        background-size: 250px;
    }
    .content_business .box:nth-of-type(3)::after{
        background: url(../img/recruit/facom/business_pic_03.png) no-repeat center;
        background-size: 250px;
    }
    
}

@media screen and (max-width:1024px){

    .content_business{
        padding: 90px 0 90px;
    }
    .content_business .flex{
        gap: 60px;
    }
    .content_business .box{
        width: 100%;
        max-width: 600px;
        margin: auto;
        padding: 300px 0 0;
    }

    
}

/*---------------------------------

　content_nav

---------------------------------*/

.content_nav{
    padding: 144px 0 0;
}
.content_nav .title{
    margin: 0 0 40px;
    color: var(--main);
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}
.content_nav .white_box{
    gap: 40px;
    padding: 62px 56px 75px;
    box-shadow: 0px 0px 60px 0px #0000000A;
}
.content_nav .white_box li{
    width: calc(50% - 20px);
    height: 264px;
    border-radius: 24px;
}
.content_nav .white_box li:nth-child(1){
    background: url(../img/recruit/facom/facom_nav_01.png) no-repeat;
    background-size: cover;
}
.content_nav .white_box li:nth-child(2){
    background: url(../img/recruit/facom/facom_nav_02.png) no-repeat;
    background-size: cover;
}
.content_nav .white_box li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 112px 30px 0 0;
    background: rgba(0,0,0,.3);
    border-radius: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: .02em;
    text-align: center;
    transition: .3s;
}
.content_nav .white_box li a:hover{
    background: rgba(0,0,0,.2);
}
.content_nav .white_box li a::before{
    content: '';
}
.content_nav .white_box li a span{
    position: relative;
}
.content_nav .white_box li .arrow_r_o::before{
    top: -4px;
    right: -56px;
    width: 40px;
    height: 40px;
    background: url(../img/recruit/common/ico_arrow_w.png) no-repeat left 12px top 11px;
    background-size: 16px;
    border: 1px solid #fff;
}

@media screen and (max-width:767px){

    .content_nav{
        padding: 90px 0 0;
    }
    .content_nav .title{
        margin: 0 0 40px;
        font-size: 40px;
    }
    .content_nav .white_box{
        gap: 40px;
        padding: 6vw;
    }
    .content_nav .white_box li{
        width: 100%;
        height: 264px;
    }
    
}

