
/* リクルート */
#recruit {
    height: 56.25vw;
    overflow: hidden;
}
#recruit .recruit-bg { 
    background: url('../../images/corporate/recruit-bg.png') no-repeat center/cover; 
    height: 100%;
    position: relative;
    z-index: 0;
}

#recruit .track-img{
    position: relative;
    width: 25%;
    height: 75%;
    bottom: 0;
    right: 0;
    z-index: -2;
}

#recruit .appeal-point-container .track-img img{
    position: absolute;
    width: 150%;
    height: auto;
    display: block;
  }

#recruit h2 { 
    text-align: center;
    font-size: 7vw;
    line-height: 1.3;
    letter-spacing: 0.1em; 
    margin: 0px auto;
    color: var(--white);

    transform: rotate(-5deg) skewX(-15deg);
    -moz-transform: rotate(-5deg)  skewX(-15deg);
    -webkit-transform: rotate(-5deg)  skewX(-15deg);
    padding: 40px 0 0px 0;
    width: fit-content;

    margin-bottom: 6.25vw;

    border-bottom: 1.5vw solid #FFFF35;
}

.recruit-bg .message{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recruit-bg .message p{
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 0.8em;
    color: var(--white);
    text-shadow: 0 0 15px var(--shadow);
}

#recruit .btn { 
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 60%;

    display: inline-block; 
    background: var(--deep-blue); 
    padding: 30px 30px; 
    border-radius: 999px;
    text-decoration: none;
    border: 2px solid var(--white);
    
    text-align: center;
    font-size: var(--font-large);
    letter-spacing: 0.1em;
    font-weight: bold;

    color: white;
}

#recruit .btn a{
    color: white;
}

#recruit .appeal-point-wrapper{
    width: 75%;
}

#recruit .appeal-point-inner-wrapper{
    width: 80%;
    margin: 0 0 0 auto;
    display: flex;

    justify-content: space-between; 
    align-items:center;
    gap: 50px;
}

#recruit .appeal-point-container{
    width: 100%;
    display: flex;
}

#recruit .appeal-point{
    width: calc((100% - 120px) / 3);
    aspect-ratio: 1 / 1 !important;
    border-radius: 50%;

    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #fff;
    position: relative;
    font-size: var(--font-large);
    font-weight: bold;
}

#recruit .appeal-point::before{
    content: "";
    position: absolute;
    inset: -20px;
    border-radius: 50%;
  
    border: 3px solid #fff;
}
  
#recruit .appeal-point::after{
    content: "";
    position: absolute;
    inset: -28px;
    border-radius: 50%;
  
    border: 2px dashed #fff;
}

/* レスポンシブ */
/* =========================
   タブレット（～1200px）
========================= */
@media (max-width: 1200px) {
    #recruit{
        height: auto;
    }

    #recruit .title{font-size: 9vw;}

    #recruit .recruit-bg{ padding-bottom: 60px;}

    #recruit .track-img{
        width: 25%;
    }

    #recruit .appeal-point-wrapper{
        height: 20vw;
        width: 75%;
    }

    #recruit .appeal-point-inner-wrapper{width: 90%;}

    #recruit .btn {
        position: relative;
        transform: translate(-50%, 0);
        bottom: 0;
        margin: 60px auto 0 auto;     
        width: 80%;
        padding: 15px 30px; 
    }
}

/* =========================
   タブレット（～999px）
========================= */
@media (max-width: 999px){
    #recruit .appeal-point-inner-wrapper{width: 95%;}
}

/* =========================
    〜992px
========================= */
@media (max-width: 992px) {
    /* リクルート：高さを固定値から解放 */
    #recruit {
        height: auto;
    }
  
    #recruit .appeal-point-wrapper{
        width: 90%;
        height: auto;
    }

    #recruit .appeal-point{
        width: calc((100% - 30px) / 3);
        height: auto;
    }

    #recruit .appeal-point img{
        width: 100%;
        height: auto;
    }
}

@media (769px <= width <= 831px){
    .appeal-point-wrapper.non-sp .appeal-point-inner-wrapper .appeal-point .s-sp{display: block;}
    .appeal-point-wrapper.non-sp .appeal-point-inner-wrapper .appeal-point{text-align: center;}
}

@media (min-width: 769px){
    #recruit .appeal-point-wrapper.sp{display: none;}
    #recruit .appeal-point-inner-wrapper.sp{display: none;}
}

/* =========================
スマホ（～768px）
========================= */
@media (max-width: 768px) {
    /* ----------- リクルート ----------- */
    #recruit h2 {
        font-size: 10vw;
        padding-top: 40px;
        margin-bottom: 40px;
        border-bottom-width: 2vw;
    }
    
    #recruit .track-img{
        width: 30%;
        height: 50%;
        position: absolute;
    }

    #recruit .track-img img{
        height: 100%;
        width: auto;
    }

    #recruit .btn {
        width: 75%;
        padding: 20px 20px;
        font-size: var(--font-semi-large);
    }

    #recruit .appeal-point-wrapper{
        width: 90%;
        margin: 0 auto;
    }

    #recruit .appeal-point-inner-wrapper{width: 90%; display: block; margin: 0 auto;}

    #recruit .appeal-point-inner-wrapper-top,
    #recruit .appeal-point-inner-wrapper-bottom{
        width: 100%;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
    
        justify-content: center; 
        align-items:center;
        gap: 60px;
    }
    
    #recruit .appeal-point{
        width: calc((100% - 120px) / 2);
        font-size: var(--font-large);
    }
}


@media (max-width: 480px) {
    #recruit .appeal-point{
        width: calc((100% - 60px) / 2);
        font-size: var(--font-large);
        text-align: center;
    }

    #recruit .appeal-point::before {
        inset: -16px;
        border: 2px solid #fff;
    }

    #recruit .appeal-point::after {
        inset: -22px;
        border: 2px dashed #fff;
    }
}