@charset "utf-8";
/* default PC */

#contents #processing .pc-box {
    display: block;
}

#contents #processing .sp-box {
    display: none;
}

#contents .main-txt {
    font-size: 18px;
}

#contents #elected .reason-txt {
    font-size: 18px;
}

#contents .bg-gray.solution-area h2 {
    margin-top: 0;
}

#contents #elected .reason-txt-box {
    background-color: #fff;
    border: 3px solid #e0e0e0;
    margin-bottom: 40px;
    padding: 35px 35px 25px;
}

#contents #elected .reason-txt-box .number {
    font-size: 45px;
    font-weight: 900;
    font-family: "Roboto";
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 20px;
    text-align: center;
}

#contents #processing .products-item h4 {
    border: none;
    color: #333;
    font-size: 20px;
    line-height: 1.7em;
    margin-bottom: 15px;
    padding: 0;
    height: 110px;
}

#contents #processing h4 .sub-ttl {
    background-color: #4668ac;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 8px;
    padding: 5px 15px;
    width: 100%;
}

#contents #processing .name-box .name {
    color: #333;
    font-size: 15px;
}

#contents #processing .name-box {
    margin-bottom: 25px;
}

#contents #processing .products-link {
    border: 4px solid #dbdbdb;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 20px 25px;
    transition: .5s;
}

#contents #processing .products-link:hover {
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
    transition: .5s;
}

#contents #processing .products-link:hover img {
    opacity: 1;
}

#contents #processing .products-item {
    margin-bottom: 40px;
}

#contents #processing .products-item .link-btn {
    margin: auto 0 0;
    padding: 8px;
}

#contents #processing .products-link img {
    margin-bottom: 25px;
}

.product-popup {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.product-popup.active {
    display: flex;
}

.product-popup .popup-inner {
    max-height: calc(83vh - 85px);
    height: auto;
    background-color: #fff;
    padding: 30px;
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 1200px;
    overflow: auto;
}

#contents .product-popup .close-btn {
    bottom: 20px;
    background-color: #ea5700;
    color: #fff;
    padding: 10px 40px;
    width: 320px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: .5s;
    position: fixed;
    z-index: 9999;
}

#contents .product-popup .close-btn:hover {
    opacity: .5;
    transition: .5s;
}

#contents #processing .main-txt {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 30px;
}

#contents #processing .menu-item {
    margin-bottom: 50px;
}

#contents #processing .flow-area .ttl {
    background-color: #4668ac;
    color: #fff;
    margin-bottom: 25px;
    padding: 20px;
    width: 20%;
}

#contents #processing .flow-area .flow-item {
    margin-left: 20px;
    width: calc(80% - 20px);
}

#contents #processing .flow-area .flow-item p {
    align-items: center;
    background-color: #ececec;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    width: calc(100% / 3 - 15px);
}

#contents #processing .flow-area .flow-item p.w-2box {
    width: calc(67.7% - 20px);
}

#contents #processing .flow-area .flow-item.item-04 p {
    display: block;
    text-align: left;
}

#contents #processing .flow-area .flow-item p:last-child {
    margin-right: 0;
}

#contents #processing .flow-area .flow-item p::after {
    border-top: 2px solid #ea5700;
    border-right: 2px solid #ea5700;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: 0 auto;
}

#contents #processing .flow-area .flow-item.item-04 p::after {
    display: none;
}

#contents #processing .flow-area .flow-item p.w-2box .item-2box {
    position: relative;
    width: 25.6%;
}

#contents #processing .flow-area .flow-item p.w-2box .item-2box::after {
    border-top: 2px solid #ea5700;
    border-right: 2px solid #ea5700;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    bottom: -51px;
    margin: 0 auto;
}

#contents #processing .flow-area .flow-item p.w-2box .item-2box:nth-child(2n)::after {
    left: unset;
    right: -2%;
}

#contents #processing .flow-area .flow-item.item-01 p.w-2box::after {
    display: none;
}

#contents #processing .need-box {
    background-color: #f3f3f3;
    margin-bottom: 30px;
}

#contents #processing .need-box .ttl {
    background-color: #4668ac;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}

#contents #processing .need-box .txt-box {
    padding: 30px;
}

#contents #processing .need-box .txt-box h4 {
    border: none;
    font-size: 120%;
    margin-bottom: 15px;
    padding: 0;
}

#contents #meatdeli .txt-2box {
    display: flex;
}

.processing-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 20px 5px;
    max-width: 730px;
    margin: auto auto 40px;
}

.processing-flow .flow-item {
    margin: 0 20px 15px 0;
    text-align: center;
    position: relative;
    background-color: #ea5700;
    padding: 10px 40px 10px 20px;
    color: #fff;
    transition: .5s;
    cursor: pointer;
}

.processing-bg {
    background-color: #ffe7d3;
}

#contents .processing-flow .no-event {
    pointer-events: none;
    background-color: #ffffff;
    color: #333;
    background-image: none;
    padding: 10px 20px;
}

#contents .processing-flow .flow-item p::after {
    border-top: 2px solid #ea5700;
    border-right: 2px solid #ea5700;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 1px;
    margin: auto 0;
}

#contents .processing-flow .flow-item p::before {
    content: "";
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #fff;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    border-radius: 30px;
}

#contents .processing-flow .flow-item.no-event p::after,
#contents .processing-flow .flow-item.no-event p::before {
    display: none;
}

.processing-flow .flow-item:hover {
    opacity: .5;
    transition: .5s;
}


.product-popup .close-bg {
    z-index: -9999;
    position: fixed;
    background-color: rgb(0 0 0 / 60%);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    cursor: pointer;
}

.processing-flow .flow-item::before {
    border-top: 2px solid #ea5700;
    border-right: 2px solid #ea5700;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: calc(100% + 2px);
    bottom: 0;
    top: 0;
    margin: auto;
}

#contents .processing-flow .flow-item p {
    margin-bottom: 0;
}

.processing-flow .flow-item:last-child::before {
    display: none;
}

#contents .solution-area h2 {
    margin-top: 50px;
}

#contents .solution-area .solution-box .txt-3box {
    margin-bottom: 40px;
}



@media screen and (max-width: 1024px) {

    #contents #processing .products-item {
        width: calc(100% / 3 - 20px);
    }

    #contents #processing .products-item:nth-child(3n) {
        margin-right: 0;
    }

    #contents #processing .products-item.end {
        margin-right: 20px;
    }

    #contents #processing .menu-item {
        width: calc(100% / 2 - 20px);
    }

    #contents #processing .menu-item.end {
        margin-right: 20px;
    }

    #contents .link-bnr .ttl {
        font-size: 18px;
    }

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

    #contents #processing .pc-box {
        display: none;
    }

    #contents #processing .sp-box {
        display: block;
    }

    #contents #elected .txt-2box {
        width: 48%;
    }

    #contents #elected .reason-txt-box {
        padding: 35px 25px 25px;
    }

    #contents #elected .reason-txt-box .number {
        font-size: 40px;
    }

    #contents #elected .reason-txt {
        font-size: 16px;
    }

    #contents #elected .img-2box {
        width: 30%;
    }

    #contents #elected .img-2box-txt {
        margin-left: 25px;
        width: calc(70% - 25px);
    }

    #contents #elected .staff-box .mb-50:last-child {
        margin-bottom: 0;
    }

    #contents #processing .products-item {
        width: calc(100% / 2 - 20px);
    }

    #contents #processing .products-item:nth-child(3n) {
        margin-right: 20px;
    }

    #contents #processing .products-item h4 {
        font-size: 18px;
    }

    #contents #processing h4 .sub-ttl {
        font-size: 14px;
    }

    #contents #processing .menu-item {
        width: 100%;
    }

    #contents #processing .menu-item ul li {
        margin-right: 2%;
        width: calc(100% / 4 - 2%);
    }

    #contents #processing .menu-item ul li:last-child {
        margin-right: 0;
    }

    #contents #processing .flow-area .ttl {
        width: 30%;
    }

    #contents #processing .flow-area .flow-item {
        display: block;
        width: calc(70% - 20px);
    }

    #contents #processing .flow-area .flow-item p {
        width: 100%;
    }

    #contents #processing .flow-area .flow-item p br {
        display: none;
    }

    #contents #processing .need-box {
        margin-right: 20px;
        width: calc(100% / 2 - 20px);
    }

    #contents #processing .need-box .ttl {
        font-size: 18px;
    }

    #contents #processing .need-box .txt-box {
        padding: 25px;
    }

    #contents #helaspice .txt-2box img {
        width: 100%;
    }

    #contents #meatdeli .img-2box {
        width: 30%;
    }

    #contents #meatdeli .img-2box-txt {
        margin-left: 20px;
        width: calc(70% - 20px);
    }

    #contents #meatdeli .txt-2box {
        width: 48%;
    }

    #contents .solution-area .solution-box .txt-3box {
        margin-right: 15px;
        width: calc(100% / 2 - 15px);
    }

    #contents .link-bnr .txt-box {
        padding: 5px 15px 20px;
    }

    #contents .solution-box {
        justify-content: center;
    }

    .processing-flow {
        justify-content: flex-start;
    }

    .processing-flow .flow-item,
    #contents .processing-flow .no-event,
    .processing-flow .flow-item:last-child {
        margin: 0 20px 15px 0;
        padding: 8px 40px 8px 10px;
    }

    .processing-flow .flow-item::before {
        width: 5px;
        height: 5px;
        left: calc(100% + 5px);
    }

    #contents .product-popup .close-btn {
        position: fixed;
        bottom: 15px;
        z-index: 9999;
    }

    .product-popup .close-bg {
        z-index: 0;
        height: 85px;
        bottom: 0;
        top: auto;
        z-index: 999;
    }

    .product-popup .popup-inner {
        max-height: calc(100% - 70px);
        top: 35px;
        margin: 0;
        padding-bottom: 110px;
    }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {

    #contents .main-txt {
        font-size: min(3.7vw, 15px);
    }

    #contents .txt-4box {
        margin-right: 0;
        width: 100%;
    }

    #contents #elected .reason-txt-box {
        padding: 25px 20px 15px;
        width: 100%;
    }

    #contents #elected .reason-txt {
        font-size: min(4vw, 16px);
    }

    #contents #elected .reason-txt-box .number {
        font-size: min(7vw, 30px);
    }

    #contents #elected .txt-2box {
        width: 100%;
    }

    #contents #elected .img-2box,
    #contents #elected .img-2box-txt {
        margin: 0;
        width: 100%;
    }

    #contents .staff-box .name {
        font-size: min(6vw, 25px);
    }

    #contents #processing .products-item {
        margin-right: 0;
        width: 100%;
    }

    #contents #processing h4 .sub-ttl {
        font-size: min(3.5vw, 14px);
    }

    #contents #processing .products-item h4 {
        font-size: min(4.5vw, 18px);
    }

    #contents #processing .name-box .name {
        font-size: min(3.5vw, 14px);
    }

    #contents #processing .products-item.end {
        margin-right: 0;
    }

    #contents #processing .products-item:nth-child(3n) {
        margin-right: 0;
    }

    #contents #processing .products-item:last-child {
        margin-bottom: 0;
    }

    #contents #processing .menu-item ul li {
        width: calc(100% / 2 - 2%);
    }

    #contents #processing .flow-area .flow-item {
        margin-left: 0;
        width: 100%;
    }

    #contents #processing .flow-area .ttl {
        margin-bottom: 0;
        padding: 3% 4%;
        width: 100%;
    }

    #contents #processing .flow-area .flow-item p {
        justify-content: flex-start;
        padding: 5% 4%;
        text-align: left;
    }

    #contents #processing .need-box {
        margin-right: 0;
        width: 100%;
    }

    #contents #processing .need-box .ttl {
        font-size: min(5vw, 21px);
    }

    #contents #processing .need-box .txt-box h4 {
        font-size: min(4.5vw, 18px);
        margin-bottom: 10px;
    }

    #contents #processing .need-box .txt-box {
        padding: 20px 15px;
    }

    #contents #processing {
        padding-bottom: 0;
    }

    #contents #helaspice {
        padding-bottom: 10px;
    }

    #contents #meatdeli .img-2box,
    #contents #meatdeli .img-2box-txt {
        margin-left: 0;
        width: 100%;
    }

    #contents #meatdeli .img-2box-txt br {
        display: none;
    }

    #contents #meatdeli .txt-2box {
        margin-bottom: 15px;
        width: 100%;
    }

    #contents .solution-area .solution-box .txt-3box {
        margin-right: 0;
        width: 100%;
    }

    #contents .link-bnr .ttl {
        font-size: min(4.5vw, 18px);
    }

    #contents .solution-area .solution-box .txt-3box.end {
        margin-bottom: 0;
    }

    #contents #meatdeli {
        margin-bottom: 40px;
    }

}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/* view-393 Mobile */
@media screen and (max-width: 393px) {

    .processing-flow .flow-item,
    #contents .processing-flow .no-event,
    .processing-flow .flow-item:last-child {
        width: 100%;
        margin-right: 0;
    }

    .processing-flow .flow-item::before {
        transform: rotate(135deg);
        top: 50px;
        left: calc(46% + 4px);
    }

}

/*IE*/
@media all and (-ms-high-contrast: none) {}