/* -------------------
募集要項 job-description
-------------------*/
#job-description .selectbox{
    text-align: center;
    margin-bottom: 100px;
}
#job-description .selectbox #job-select{
    width: 90%;
    max-width: 463px;
    height: 70px;
    padding: 0 25px;
    font-size: 18px;
    border-radius: 10px;
    border: solid 1px #d5d5d5;
}
#job-description .bg-gray{
    width: 90%;
    margin: 0 auto 180px;
    padding: 120px 10%;
    max-width: 1440px;
}
#job-description .job-inner .title{
    font-size: 34px;
    text-align: center;
    line-height: 1;
    color: var(--green);
    font-weight: 500;
}
#job-description .job-inner .title span{
    font-size: 18px;
    line-height: 1.3;
    display: inline-block;
    margin-top: 10px;
}
#job-description .job-inner .box{
    padding: 100px 0 70px;
    border-bottom: solid 1px #333;
}
#job-description .job-inner .box:last-child {
    border-bottom: none;
    }
#job-description .job-inner .mini-title{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 60px;
}
#job-description .job-inner .box dl .set {
    display: flex; 
    margin-bottom: 50px;
    flex-wrap: wrap;
}
    
    #job-description .job-inner .box dl dt {
    width: 180px;
    font-weight: bold;
    }
    
    #job-description .job-inner .box dl dd {
    flex: 1;
    margin: 0;
    }
#job-description .job-inner .box dt{
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
}
#job-description .job-inner .box dd{
    font-size: 16px;
    line-height: 2;
}
#job-description .link{
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}
#job-description .link .entry{
    background-color: #d9533b;
    text-align: center;
    width: 300px;
    height: 80px;
}
#job-description .link .entry a{
    color: #fff;
    font-size: 16px;
    line-height: 80px;
}
#job-description .link .consult{
    width: 300px;
    height: 80px;
    border: solid 1px #3e3e3e;
    text-align: center;
}
#job-description .link .consult a{
    line-height: 80px;
    font-size: 16px;
}
#job-description .flow-list{
    width: 90%;
    margin: 0 auto;
}
#job-description .cta-wrap,
#job-description .cta-wrap-black{
    margin: 0;
}
@media screen and (max-width:768px) {
    #job-description .bg-gray{
        padding: 90px 5%;
    }
    #job-description .selectbox{
        margin-bottom: 50px;
    }
    #job-description .selectbox #job-select{
        height: 50px;
        font-size: 14px;
    }
    #job-description .job-inner .box dl .set {
        display: block;
        margin-bottom: 30px;
    }
    #job-description .beige-bg{
        padding: 80px 10%;
    }
    #job-description .job-inner .title{
        font-size: 24px;
    }
    #job-description .job-inner .title span{
        font-size: 15px;
    }
    #job-description .job-inner .box{
        padding: 50px 0 40px;
    }
    #job-description .job-inner .mini-title{
        margin-bottom: 30px;
        font-size: 23px;
    }
    #job-description .job-inner .box dt{
        font-size: 14px;
    }
    #job-description .job-inner .box dd{
        font-size: 14px;
    }

    #job-description .link{
        display: block;
    }
    #job-description .link .cta-wrap{
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
    }
    #job-description .link .cta-wrap a{
        font-size: 16px;
        line-height: 50px;
    }
    #job-description .link .cta-wrap-black{
        width: 100%;
        height: 50px;
    }
    #job-description .link .cta-wrap-black a{
        line-height: 50px;
        font-size: 14px;
    }
}

.c-balloon-btn.black .c-balloon-btn__body a{
    border: var(--green) solid 2px;
    background-color: #fff;
    position: relative;
}

.c-balloon-btn.black .c-balloon-btn__body a span.arrow {
    background-color: var(--green);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  
.c-balloon-btn.black .c-balloon-btn__body a span.arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 1.5px;
    background-color: #fff;
    position: relative;
}
.c-balloon-btn.black .c-balloon-btn__body a span.arrow::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    right: 5px;
}