@charset "UTF-8";

/*2*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
}

/*3*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}

/*TB*/
@media screen and (max-width:959px) { /*TB&SP*/
}
@media screen and (min-width:960px) , print { /*PC*/
}

/************************************************************/
/*   COURSE   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .CS_camBox{
        display: inline-block;
    }
    .CS_camIconPC{
        display: none;
    }
    .CS_camIconSP{
        width: 60%; margin: -15px 0 20px auto;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .CS_camBox{
        display: inline-flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center;
    }
    .CS_camIconPC{
        width: 200px; margin-left: 10px;
    }
    .CS_camIconSP{
        display: none;
    }
}

/************************************************************/
/*   TAB - COURSE   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .course_tab_wrap{
        width: 100%;
        padding: 0 0 40px;
    }
    .course_tab_set{
        width: 100%;
        display: grid;
        grid-gap: 1px;
    }
    .course_tab_inner{
        display: flex;
        justify-content: flex-start; align-items: center;
        padding: 10px 15px;
        font-size: 0.8rem;
        color: #fff;
        background-color: #ccc;
        position: relative;
    }
    .course_tab_inner::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; right: 15px;
        width: 7px; height: 100%;
        background-image: url(../image/link_arr01_wh.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .course_tab_inner:hover{
        color: #fff;
        background-color: #044995;
    }
    .course_tab_inner.active{
        background-color: #044995;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .course_tab_wrap{
        width: 100%;
        padding: 0 0 60px;
    }
    .course_tab_set{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1px;
    }
    .course_tab_inner{
        display: flex;
        justify-content: center; align-items: center;
        padding: 10px;
        color: #fff;
        text-align: center;
        background-color: #ccc;
        position: relative;
    }
    .course_tab_inner::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; right: 20px;
        width: 7px; height: 100%;
        background-image: url(../image/link_arr01_wh.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .course_tab_inner:hover{
        color: #fff;
        background-color: #044995;
    }
    .course_tab_inner.active{
        background-color: #044995;
    }
}

/************************************************************/
/*   SLIDER - COURSE   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .course_slide_area{
        width: 100%;
        padding: 20px 0;
        background-color: #FFE100;
        overflow: hidden;
    }
    .course_slide_title{
        text-align: center;
        margin: 0 0 15px;
        font-size: 1.3rem;
        color: #044995;
        letter-spacing: 0.2rem;
    }
    .course_slide_set{
        position: relative;
    }
    .course_slide_box{
        position: absolute;
        z-index: 1;
        bottom: 0; left: 0;
        width: 100%;
    }
    .course_slide_name{
        box-sizing: border-box;
        width: 100%;
        padding: 5px 15px;
        color: #fff;
        font-size: 0.9rem;
        text-align: right;
        position: relative;
    }
    .course_slide_name::before{
        content: ''; position: absolute;
        z-index: -1;
        bottom: 0; right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    
    /* スライダー部分 */
    .course_slide_wrap{
        width: 100%;
        padding: 0 10px;
    }
    .course_slide_wrap ._slickBox{
        width: 100%;
    }
    /* ドット */
    .course_slide_dots{
        padding: 20px 10px 0;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .course_slide_dots li {
        flex-grow: 1;
    }
    .course_slide_dots li button {
        position: relative;
        text-indent: -9999px;
        border: none !important;
        border-radius: 0 !important;
        width: 100%;
        height: 6px;
        background-color: #FFC800;
    }
    .course_slide_dots li.slick-active button {
        background-color: #044995;
    }
    .course_slide_dots li button:hover{
        cursor: pointer;
    }
    /* カウント */
    .slick-num{
        padding: 0 10px;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-end;
        color: #044995;
        font-size: 1.0rem;
        letter-spacing: 0.4rem;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .course_slide_area{
        width: 100%;
        padding: 40px 0;
        background-color: #FFE100;
        overflow: hidden;
    }
    .course_slide_title{
        text-align: center;
        margin: 0 0 40px;
        font-size: 1.8rem;
        color: #044995;
        letter-spacing: 0.2rem;
    }
    .course_slide_set{
        position: relative;
    }
    .course_slide_box{
        position: absolute;
        z-index: 1;
        bottom: 0; left: 0;
        width: 100%;
    }
    .course_slide_name{
        box-sizing: border-box;
        width: 100%;
        padding: 5px 15px;
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        text-align: right;
        position: relative;
    }
    .course_slide_name::before{
        content: ''; position: absolute;
        z-index: -1;
        bottom: 0; right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    
    /* スライダー部分 */
    .course_slide_wrap{
        width: 100%;
    }
    .course_slide_wrap ._slickBox{
        width: 460px;
        transform: scale(0.7);
        transition: transform 0.5s;
    }
    .course_slide_wrap ._slickBox.slick-center{
        transform: scale(1);
    }
    /* ドット */
    .course_slide_dots{
        width: 100%;
        max-width: 1010px;
        margin: 0 auto;
        padding: 40px 10px 0;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .course_slide_dots li {
        flex-grow: 1;
    }
    .course_slide_dots li button {
        position: relative;
        text-indent: -9999px;
        border: none !important;
        border-radius: 0 !important;
        width: 100%;
        height: 6px;
        background-color: #FFC800;
    }
    .course_slide_dots li.slick-active button {
        background-color: #044995;
    }
    .course_slide_dots li button:hover{
        cursor: pointer;
    }
    /* カウント */
    .slick-num{
        width: 100%;
        max-width: 1010px;
        margin: 0 auto;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-end;
        color: #044995;
        font-size: 1.1rem;
        letter-spacing: 0.4rem;
    }
    /* 矢印 */
    .slide-arrow {
        position: absolute;
        z-index: 10;
        top: 0; bottom: 0; left: 0; right: 0;
        margin: auto;
        transform: translateY(-40px);
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background-color: #044995;
        border: 4px solid #FFE100;
        display: flex;
        justify-content: center; align-items: center;
    }
    .slide-arrow:hover{
        cursor: pointer;
    }
    .prev-arrow{
        left: -950px;
    }
    .prev-arrow > span{
        display: block;
        width: 10px;
        height: 10px;
        border: 4px solid #fff;
        border-right: none;
        border-bottom: none;
        transform: rotate(-45deg);
        margin: 0 0 0 4px;
    }
    .next-arrow{
        right: -950px;
    }
    .next-arrow > span{
        display: block;
        width: 10px;
        height: 10px;
        border: 4px solid #fff;
        border-right: none;
        border-bottom: none;
        transform: rotate(135deg);
        margin: 0 4px 0 0;
    }
}

/************************************************************/
/*   DISCOUNT - SERVICE   */
/************************************************************/
.ca_discount.categoryMainImg{
	background: url(../service/discount/image/ca_main_img.jpg) center center no-repeat;
	background-size: cover;
}
.ca_discount .caMainImg_inr h2 img{width: 36px;}

/* C1 */
@media screen and (max-width:767px) { /*SP*/
    .DISCOUNT_C1_set{
        width: 100%;
        margin-bottom: 40px;
    }
    .DISCOUNT_C1_box{
        display: block;
        padding: 10px;
        background-color: #ffe100;
        margin-top: 20px;
    }
    .DISCOUNT_C1_box img{
        width: 100%;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .DISCOUNT_C1_set{
        width: 100%;
        margin-bottom: 60px;
        text-align: center;
    }
    .DISCOUNT_C1_box{
        display: inline-block;
        padding: 10px;
        background-color: #ffe100;
        margin-top: 20px;
    }
    .DISCOUNT_C1_box img{
        width: 100%; max-width: 360px;
    }
}

/* C2 */
@media screen and (max-width:767px) { /*SP*/
    .DISCOUNT_C2_set{
        width: 100%;
    }
    .DISCOUNT_C2_box{
        width: 100%;
        margin-bottom: 40px;
    }
    .DISCOUNT_C2_box img{
        width: 100%;
    }
    .DISCOUNT_C2_key{
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        text-align: center;
        background-color: #044995;
        color: #fff;
        border-top: 6px solid #ffe100;
    }
    .DISCOUNT_C2_tx{
        text-align: center;
        font-size: 0.9rem;
    }
    .DISCOUNT_C2_link{
        width: 100%; max-width: 240px;
        height: 50px;
        margin: 20px auto 0;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        background-color: #ffe100;
        font-size: 0.9rem; font-weight: bold; line-height: 1;
        position: relative;
    }
    .DISCOUNT_C2_link::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; right: 10px; margin: auto;
        width: 5px; height: 5px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .DISCOUNT_C2_set{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;
    }
    .DISCOUNT_C2_box{
        width: 310px;
        margin-right: 40px;
        margin-bottom: 60px;
    }
    .DISCOUNT_C2_box:nth-of-type(3n){
        margin-right: 0;
    }
    .DISCOUNT_C2_box img{
        width: 100%;
    }
    .DISCOUNT_C2_key{
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        text-align: center;
        background-color: #044995;
        color: #fff;
        border-top: 6px solid #ffe100;
    }
    .DISCOUNT_C2_tx{
        text-align: center;
        font-size: 0.9rem;
    }
    .DISCOUNT_C2_link{
        width: 240px;
        height: 50px;
        margin: 20px auto 0;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        background-color: #ffe100;
        font-size: 0.9rem; font-weight: bold; line-height: 1;
        position: relative;
    }
    .DISCOUNT_C2_link::before{
        content: ''; position: absolute;
        top: 0; bottom: 0; right: 10px; margin: auto;
        width: 5px; height: 5px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
    }
    .DISCOUNT_C2_link:hover{
        opacity: 0.7;
    }
}

/* C3 */
@media screen and (max-width:767px) { /*SP*/
    .DISCOUNT_C3_set{
        width: 100%;
        padding: 20px 0;
    }
    .DISCOUNT_C3_tx{
        text-align: center;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .DISCOUNT_C3_set{
        width: 100%;
        padding: 20px 0;
    }
    .DISCOUNT_C3_tx{
        text-align: center;
    }
}

/************************************************************/
/*   更新20250310 - トップ RECRUIT   */
/************************************************************/
.topRecruit_linkbox{
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.topRecruit_linkbox a span{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 5px;
    align-items: center;
    background-color: #fff;
    color: #044995;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.topRecruit_linkbox a span::before{
    content: '';
}
.topRecruit_linkbox a span::after{
    content: '';
    justify-self: end;
    background: url(../image/link_arr01_bl.png) 95% 50% no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 100%;
}

/************************************************************/
/*   軽貨物運送   */
/************************************************************/
/* メイン */
.ca_keikamotsu.categoryMainImg{
	background: url(/service/keikamotsu/image/ca_main_img.jpg) center no-repeat;
	background-size: cover;
}
.ca_keikamotsu .caMainImg_inr h2 img{width: 36px;}
@media screen and (max-width:767px) { /*SP*/
    /* C1 */
    .keikamotsu_c1_img{
        width: 80%;
        margin: 0 auto;
        padding: 0 0 40px;
    }
    /* C2 */
    .keikamotsu_point_set{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px 10px;
        padding: 0 0 40px;
    }
    .keikamotsu_point_box{
        text-align: center;
        display: grid;
        justify-items: center;
        gap: 10px;
        /* font-size: 1.0rem; */
        font-weight: bold;
    }
    .keikamotsu_point_icon{
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-color: #044995;
        padding: 10px;
    }
    .keikamotsu_c2_text_box{
        text-align: left;
        margin: 0 0 40px;
    }
    .keikamotsu_c2_text_box .blueText{
        color: #044995;
    }
    /* C3 */
    .keikamotsu_c3_text01{
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
    }
    .keikamotsu_info_box{
        width: 100%;
        margin: 0 auto 40px;
        border: 2px solid #044995;
    }
    .keikamotsu_info_box dt{
        text-align: center;
        padding: 10px;
        font-size: 1.0rem;
        font-weight: bold;
        color: #044995;
        background-color: #ffe100;
    }
    .keikamotsu_info_box dd{
        display: grid;
        justify-items: center;
        gap: 10px;
        padding: 15px 10px;
    }
    .keikamotsu_info_tel{
        display: grid;
        grid-template-columns: 20px 1fr;
        gap: 5px;
        align-items: center;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .keikamotsu_info_tel::before{
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(/service/keikamotsu/image/icon_tel_blue.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .keikamotsu_info_mail{
        display: grid;
        grid-template-columns: 24px 1fr;
        gap: 5px;
        align-items: center;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .keikamotsu_info_mail::before{
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(/service/keikamotsu/image/icon_mail_blue.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    /* C1 */
    .keikamotsu_c1_img{
        width: 530px;
        margin: 0 auto;
        padding: 0 0 80px;
    }
    /* C2 */
    .keikamotsu_point_set{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 10px;
        padding: 0 0 40px;
    }
    .keikamotsu_point_box{
        flex: 1;
        text-align: center;
        display: grid;
        justify-items: center;
        gap: 20px;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .keikamotsu_point_icon{
        width: 120px;
        height: 120px;
        border-radius: 100%;
        background-color: #044995;
        padding: 10px;
    }
    .keikamotsu_c2_text_box{
        text-align: center;
        margin: 0 0 80px;
    }
    .keikamotsu_c2_text_box .blueText{
        color: #044995;
    }
    /* C3 */
    .keikamotsu_c3_text01{
        font-size: 1.8rem;
        font-weight: bold;
    }
    .keikamotsu_info_box{
        width: 100%;
        max-width: 800px;
        margin: 0 auto 80px;
        border: 2px solid #044995;
    }
    .keikamotsu_info_box dt{
        text-align: center;
        padding: 10px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #044995;
        background-color: #ffe100;
    }
    .keikamotsu_info_box dd{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 40px;
        padding: 15px 10px;
    }
    .keikamotsu_info_tel{
        display: grid;
        grid-template-columns: 22px 1fr;
        gap: 5px;
        align-items: center;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .keikamotsu_info_tel::before{
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(/service/keikamotsu/image/icon_tel_blue.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .keikamotsu_info_mail{
        display: grid;
        grid-template-columns: 28px 1fr;
        gap: 10px;
        align-items: center;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .keikamotsu_info_mail::before{
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(/service/keikamotsu/image/icon_mail_blue.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}