.cate-jobdetail {
    min-height: calc(100vh - 100px);
}

.daiichisankyo-jobdetail {
    width: 100%;
    min-width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.jobdetail-container {
    min-width: 1280px;
    max-width: 1280px;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.job-detail-left {
    width: 900px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-left-top {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-left-top-title {
   font-weight: bold;
    font-size: 30px;
    color: #222222;
}

.detail-left-top-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
}

.detail-left-top-tags {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #444444;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.spr {
  margin: 0 10px;
  color: #ccc;
}

.desc-company {
    display: flex;
    align-items: center;
    gap: 10px;
}

.desc-company img {
    width: 14px;
    height: 14px;
    display: block;
}

.detail-left-bottom {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-sec-title {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
    padding-left: 15px;
}

.detail-sec-title::before{
    /* display: inline-block; */
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 5px;
    height: 17px;
    background: #00B4ED;
    box-shadow: 0px -1px 0px 0px #005BAA;
    border-radius: 3px;
}

.job-detail-right {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
   gap: 20px;
}


.jobdetail-right-item{
    width: 360px;
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
}

.jobdetail-right-title{
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 15px;
}

.jobdetail-right-title::before{
    /* display: inline-block; */
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 5px;
    height: 17px;
    background: #00B4ED;
    box-shadow: 0px -1px 0px 0px #005BAA;
    border-radius: 3px;
}

.detail-right-logo{
    width: 300px;
    height: 54px;
    display: block;
}

.company-desc-info{
    width: 100%;
    text-wrap: wrap;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.apply-button-row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.define-btn{
    display: inline-block;
    width: 134px;
    height: 50px;
    background: #00B4ED;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

