/* 旧サイトからの継承 */

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%;
}

.employee {
	text-align: center;
	font-size: 1em;
	}

/*
HB追加CSS
 */

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

#main section{
    margin-bottom: 2.5rem;
}

a{
    text-decoration: none;
    transition: .3s ease;
}

.offset{
    padding-left: 1.3rem!important;
}

.strong{
    color: #F7931E;
    border-bottom: 1px solid #F7931E;
}

.text-orange{
    color: #F7931E;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.p-l{
    padding-top: 60px;
    padding-bottom: 60px;
}

.info-box p{
    padding: 1rem!important;
    background-color: #fafa9a;
    display: inline-block;
    font-weight: 500;
}

.bg-silver{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #F3F3F3;
    padding: 3rem 1rem;
    position: relative;

    .inner{
        max-width: 1000px;
        background-color: #fff;
        border-radius: 10px;
        margin: 0 auto;
        padding: 2.5rem;
        text-align: center;
    }
}

.bg-orange{
     width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #FFF7ED;
    padding: 3rem 1rem;
    position: relative;
}

.fw-500{
    font-weight: 500!important;
}

/* 見出し*/

#main h3.sec-ttl{

    position: relative;
    margin-top: 4.5rem!important;
    margin-bottom: 3rem!important;

    span{
        color: #333;
        font-size: 1.8rem;
        background-color: #fff;
        padding: 0.5rem 1.5rem 0.5rem 0;
        position: relative;
        z-index: 10;
        letter-spacing: 0.5px;
    }

    small{
        font-weight: normal;
        color: #00c200;
        letter-spacing: normal;
        font-size: 70%;
        display: inline-block;
        padding-bottom: 0.5rem;
    }

    &::after{
        content: "";
        width: 100%;
        height: 2px;
        background-color: #00c200;
        position: absolute;
        top: 65%;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 1;
    }
}

#main .num-ttl{
    border-bottom: 1px solid #00c200;
    padding-bottom: 0.5rem!important;
    font-size: 1.3rem!important;

    span.num{
        display: inline-block;
        padding-right: 2rem;
        font-size: 1.5rem;
        font-weight: 600;
        color: #00c200;
    }

    &.noborder{
        border: 0;
    }
}

/* TOPPAGE*/
h2.marker{
    text-align: center!important;
    margin-bottom: 50px!important;

    & span{
        background: linear-gradient(transparent 70%, #86e278 70%);
        display: inline-block;
        font-size: 2.6rem!important;
    }

    &::after{
        content: none!important;
    }
}

.top-catch-bg {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-top: 30px;
	position: relative;

    &::after{
        content: "";
    background: url(img/top-tr.png);
    width: 429px;
    height: 342px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 5%;
    top: 12%;
    z-index: -1;
    opacity: 0.7;
    }
}

.top-catch-txt{

    .lead-text{
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 24px;

        &+p{
            font-weight: 500;
            font-size: 1.1rem;
        }
    }
}

.home .bg-g-y-wrap::after{
    content: '';
    display: block;
    background: url(img/img-center-01-a.png) right center /contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    top: 0;
}


.top-banner-wrap{
    padding-top: 40px;
    text-align: center;
}

/* ページ内リンク*/
.page-intro{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
}

.anchor-list{
    display: flex;
    justify-content: space-evenly;

    a{
        display: block;
        min-width: 240px;
        padding: 0.8rem 1rem;
        border: 1px solid #00c200;
        border-radius: 4rem;
        color: #00c200;
        position: relative;
        font-weight: 500;
    }

    a::after{
        font-family: 'Material Icons';
        content: "\e313";
        position: absolute;
        right: 1rem;
        top: 22%;
    }

    a:hover::after{
        top: 25%;
    }
}

/* cta*/

.page-cta{
    background-color: #ccf3cc;
    padding: 2rem;
    text-align: center;

    h4{
        text-align:center;
        color: #00c200!important;
        font-size: 1.7rem!important;
        letter-spacing: normal!important;
        margin-top: 0!important;
    }

    .inner{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .tel{
        font-size: 2.1rem;
        font-weight: 600;
        margin-bottom: 0!important;
        line-height: 1.2;
        display: inline-flex;

        span{
            color: #00c200;
        }
    }
    small{
        font-weight: normal;
        font-size: 1rem;
        display: block;
    }

    a.btn-contact{
        padding: 0.8rem 1rem;
        border-radius: 3rem;
        min-width: 260px;
        color: #00c200;
        background-color: rgb(255, 255, 0, 70%);
        border: #00c200 1px solid;
        font-weight: 500;
    }

    .material-icons{
        vertical-align: middle;
    }
}

/* ビジョン*/
.message-wrap .inner{

    display: flex;
    gap: 1rem 2rem;

    p{
        margin-bottom: 1.2rem!important;
    }

}

.vision-wrap .bg-g-y-wrap2{

    position: relative;
    z-index: 10;
    overflow: hidden;

    &::after{
        content: '';
        background: url(img/img-bg-truck.png) no-repeat right center;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
    }

}

.guidelines-wrap .inner{
    display: flex;
    justify-content: space-between;
    gap: 1rem 2.5rem;
    align-items: flex-start;
    padding-bottom: 1.5rem;

    p{
       flex: 2;
       margin-bottom: 0!important;
    }

    img{
        flex: 1;
        max-width: 400px!important;
    }

    .order-0{
            order: 1;
        }

        .order-1{
            order: 0;
        }
}


/* 輸送エリア*/
.area-wrap h5{
    font-size: 1.3rem;
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 1rem;

    .material-icons{
        margin-right: 0.8rem;
    }

    &+p{
        margin-left: 1.2rem;
    }
}

.ttl-spot{
    color: #F7931E;
}

.ttl-regular{
    color: #00c200;

    img{
        align-self: center;
        padding-right: 0.5rem;
    }
}

/* 物流センター*/

.challenge-wrap .bg-silver{
    margin-top: 90px;
}

.ttl-fill{
    background-color: #F7931E;
    color: #fff!important;
    display: inline-block;
    padding: 0.7rem 1rem!important;
    text-align: center;
    font-size: 1.5rem!important;
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    margin: 0 auto!important;
    z-index: 10;
    width:330px;
    border-radius: 5px;
}

ul.check-list{
    margin-bottom: 0;
    display: inline-block;

    li{
        position: relative;
        font-weight: 500;
    }

    li::before{
        content: '\e86c';
        font-family: 'Material Icons';
        color: #00c200;
        margin-right: 1rem;
        font-size: 20px;
        vertical-align: sub;
    }
}

.deal{
    display: flex;
    gap: 1rem 2%;
    justify-content: center;
    flex-wrap: wrap;

    div{
        flex: 1 0 40%;

        img{
            max-width: 100%;
            height: auto;
        }

    }
}

.data-wrap h3.sec-ttl span{
    color: #00c200!important;
    font-weight: 500;
}

.g-map{
    iframe{
        width: 100%;
        height: 400px;
        border: 0;
    }
}

/* 採用情報*/

.guidelines-wrap{

    h5{
        font-size: 1.5rem;
        display: inline-flex;
        width: 100%;
        padding-bottom: 0.25rem;
        border-bottom: 2px solid #F7931E;
        margin-bottom: 1.5rem;

        span{
            color: #F7931E;
            padding-right: 1rem;
        }
    }

    dl dt{
        font-weight: 600;
    }

    dl dd{
        margin-bottom: 0.75rem;
    }

}

.recruit-wrap .bg-silver{
    margin-top: 100px;
}


.job-list{
    margin-bottom: 0;

    li{
        padding-bottom: 0.5rem;
        border-bottom: 1px dashed #afafaf;
        margin-bottom: 0.5rem;
    }

    li a{
      position:relative;
      display: block;
    }

    li a::after{
        font-family: 'Material Icons';
        content: '\e5c8';
        display: inline-block;
        color: #F7931E;
        position: absolute;
        right: 0.8rem;
        top: 0;
    }

    li a:hover{
        text-decoration: underline;

        &::after{
            right: 0.5rem;
        }
    }

}

.job-label{
    background-color: #F7931E;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    margin-right: 1rem;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;

}

/* 求人情報*/

.job-detail-table.table-haken{

    width: 100%;
    max-width: none;

    th{
        font-weight: 500;
        white-space: nowrap;
    }

    td{
        text-align: left;
        line-height: 1.6;
        padding: 20px;
    }
}

.recruit-schedule .wrap-inner{
    padding: 2rem;

    ul.oneday{
        position: relative;
        margin-bottom: 0;

         &::after{
            content: '';
            width: 1px;
            height: 100%;
            background: #00c200;
            display: block;
            position: absolute;
            z-index: 1;
            left: 36px;
            top:0;
        }
    }

    li.oneday-item{
        margin-bottom: 2rem;
        position: relative;
        z-index: 10;
    }

    span.oneday-time{
        font-weight: 600;
        color: #00c200;
        border: 1px solid #00c200;
        width: 78px;
        padding: 0.2rem 0.5rem;
        background-color: #fff;
        text-align: center;
        display: inline-block;
        border-radius: 5rem;
        font-size: 1.1rem;

    }

    span.oneday-ttl{
        margin-left: 1.5rem;
        font-weight:500;
        font-size: 1.1rem;
    }

    p{
        margin-left: 100px;
        margin-top: 0.25rem;
    }
}

.recruit-voice{
    max-width: 1000px;
    margin: 0 auto;

      h6{
            font-size: 1.5rem;
            position: relative;
            top: 20px;
        }
}

.recruit-voice .inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0 1rem;
        background-color: #fff;
        padding: 3rem 3.5rem;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
}


.gallery-wrap{

    h4{
        font-size: 2.2rem!important;
        text-align: center;
        position: relative;
        margin-bottom: 3rem!important;

        small{
            display: block;
            font-weight: 500;
            color: #F7931E;
            font-size: 50%;
        }

    }

    .inner{
        max-width: 1260px;
        margin: 0 auto;
        display: flex;
        gap: 1.5rem 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    figure{
        flex: 0 0 30%;
    }

    figcaption{
        padding: 0.5rem;
        line-height: 1.6rem;
        font-size: 0.95rem;
    }

    img{
        max-width: 100%;
    }
}

.single-content a{
    text-decoration: underline;
}

/* パンくずリスト*/
ul.breadcrumb-list{
    display: flex;

    li{
        padding-right: 0.8rem;
    }

    li.breadcrumb-item::after{
        content: ">";
        padding-left: 0.8rem;
    }

    a:hover{
        color: #00c200;
    }
}


#content #main p:has(.green-cir){
    margin-bottom: 10px;
}

/*FOOTER*/
a.to-insta{
    display: block;
    margin-top: 0.5rem;
    text-decoration: none;
    font-weight: 500;

    img{
        margin-right: 0.25rem;
        display: inline-block;
    }

    &:hover{
        opacity: 0.8;
    }
}

/*
追加のメディアクエリ
*/

@media screen and (max-width: 1000px) {

    .message-wrap .inner{
        flex-flow: column-reverse;
    }

    .president{
        text-align: center;
        padding-bottom: 2rem;
    }

}

@media screen and (max-width: 797px) {


    .page-cta{

        h4{
            font-size: 1.4rem!important;
        }
        .inner{
            flex-direction: column;
        }

        .tel{
            font-size: 1.8rem;
        }
    }

    .ill-wrap{
        flex-wrap: wrap;
    }

    .top-catch-bg::after{
        width: 240px;
        top: 5%;
    }

    h2.marker span{
        font-size: 2.2rem!important;
    }

    #content #main .en-txt{
        font-size: 2.2rem;
    }

    .home .bg-g-y-wrap::after{
        background: url(img/img-center-01-amb.png) right bottom/ contain;
        background-repeat: no-repeat;
    }


    .vision-wrap .bg-g-y-wrap2::after{
        opacity: 0.3;
    }

    .guidelines-wrap .inner{
        flex-direction: column;

        img{
            max-width: 100%!important;
        }

        .order-0{
            order: 0;
        }

        .order-1{
            order: 1;
        }
    }

    .n-c-box-wrap {
    flex-flow: column-reverse;
        }
        .n-c-box {
            width: 100%;
        }
        .n-c-box.n-c-box-img {
            margin-bottom: 20px;

            img{
                width: 100%;
            }
        }

    .gallery-wrap figure{
        flex: 0 0 46%;
    }

    .job-list li a::after{
    top: auto;
    bottom: 0;
}

}

@media screen and (max-width: 599px) {


.recruit-schedule .wrap-inner{
    padding: 1rem;
}


.recruit-voice .inner{
    flex-direction: column;
    padding: 3rem 2.5rem 0;
}

.gallery-wrap figure{
        flex-basis: 100%;
    }

}