


.recruitMainImg {
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
}

.recruitTop {
    margin-bottom: 10%;
}

.recruitTop h3 {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 2.5;
    margin-bottom: 5%;
    text-indent: -10px;
}

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

    .recruitTop h3 {
        font-size: 2.5rem;
    }
}


.recruitTop p {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    line-height: 2.3;
}


.recruitType {
    margin-bottom: 20%;
}

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

    .recruitType {
        margin-bottom: 15%;
    }
    
}


.recruitType .-link {
    display: block;
    margin-top: 20px;
}

.recruitType .-link a {
    display: block;
    width: 100%;
}

.recruitType .-link a:first-child {
    margin-bottom: 5%;
}

.recruitType .-link a:nth-child(2) {
    margin-bottom: 5%;
}

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

    .recruitType .-link {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3%;
    }

    .recruitType .-link a:first-child {
        margin-bottom: 0%;
    }

    .recruitType .-link a:nth-child(2) {
        margin-bottom: 0%;
    }
}


.recruitType .-link a {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 10%;
    color: #010101;
    background-color: #FFF;
    box-shadow: 3px 3px 2px -1px rgb(3 3 3 / 30%);
    text-decoration: none;
}


.recruitType .-link a::after {
    background: url(https://jamtrading.jp/company_site/img/recruit/arrow_bk.png) no-repeat center center;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 6px;
    width: 9px;
}

.recruitType .-link a:hover {
    color: #FFF;
    background-color: #121a58;
    transition: 1s;
    text-decoration: none;
}


.recruitType .-link a:hover::after {
    background: url(https://jamtrading.jp/company_site/img/recruit/arrow_wh.png) no-repeat center center;
    transition: 1s;
}



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

    .recruitType .-link a {
        padding: 3% 5%;
    }

}


.detailWrap:first-child {
    margin-bottom: 30%;
}

.detailWrap {
    margin-bottom: 20%;
}

.c-table01 th {
    color: #333;
    font-weight: bold;
    padding: 15px 5px 15px 15px;
}



.c-table01 td .mm {
    font-size: 0.7rem;
    letter-spacing: -0.3px;
 }

 .c-table01 td .ms {
    font-size: 0.6rem;
    letter-spacing: -0.3px;
 }

.c-table01 td .sm {
   font-size: 0.6rem;
   letter-spacing: -0.3px;
   color: #616161;
}

.c-table01 td .mail {
    color: #1FB7DE;
    border-bottom: 1px solid #1FB7DE;
    text-decoration: none;
    transition-property: opacity;
    transition-duration: 0.5s;
 }

 .c-table01 td .mail:hover {
    opacity: 0.7; 
 }

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

    .c-table01 td .mm {
        font-size: 0.9rem;
     }
    
     .c-table01 td .ms {
        font-size: 0.8rem;
     }
    
    .c-table01 td .sm {
       font-size: 0.8rem;
    }

}

.apply {
    display: block;
    margin: 7% auto 0;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 4% 6%;
    color: #FFF;
    background-color: #d6542b;
    text-decoration: none;
    width: 80%;
    text-align: center;
    text-decoration: none;
    border-radius: 200px;
}

.apply:hover {
    color: #d6542b;
    background-color: #FFF;
    transition: 1s;
    text-decoration: none;
}


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

    .apply {
        width: 35%;
        padding: 2% 6%;
        margin: 5% auto 0;
    }

}

.sp_noBr {
    display: none;
}

.pc_noBr {
    display: block;
}

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

    .sp_noBr {
        display: block;
    }

    .pc_noBr {
        display: none;
    }

}


/*slider*/

.slider {
    padding: 0;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}
  
.slider img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.slider .slick-slide {
    height: auto!important;
    margin-left: 0;
}


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

    .slider {
        margin-top: 5%;
        margin-bottom: 5%;
    }

}



/*topInterview*/

section.topInteview {
    margin-bottom: 15%;
}


section.topInteview .-box video {
    margin-top: 3%;
    width: 100%;
    height: 206px;
}

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


section.topInteview .-box video {
    margin-top: 3%;
    width: 100%;
    height: 600px;
    }
}