/* 求人情報 */
#recruit .recruit-body {
    padding: 20px 0 0 0;
}

#recruit .recruit-ttl p {
    line-height: 1.5;
    letter-spacing: 0rem;
    text-align: center;
}

#recruit .blue {
    color: #0130a8;
    font-weight: bold;
}

#recruit .recruit-cnt img {
    border: solid 1px #d3d3d3;
    border-radius: 10px;
}

#recruit .recruit-cnt a:hover {
    opacity: .5;
}


@media (min-width: 768px) {
    #recruit .recruit-body {
        padding: 0 0 80px 30px;
    }

    #recruit .recruit-cnt {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    /*求人cnt情報*/
    #recruit .icon-size {
        width: calc((100% - 3em )/4);
    }

    /*ベース*/
    #recruit .toggle {
        display: none;
    }

    #recruit .Label {
        display: block;
        margin-bottom: 5px;
        color: #ffffff;
    }

    #recruit .Label, #recruit .content {
        transform: translateZ(0);
        text-align: center;
        transition: all .3s;

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }

    #recruit .content {
        /*本文*/
        height: 0;
        overflow: hidden;
    }

    #recruit .content a {
        margin-bottom: 5px;
    }

    #recruit .toggle:checked + .Label + .content {
        /*開閉時*/
        height: auto;
        transition: all .3s;
    }

    #recruit .toggle:checked + .Label::before {
        transform: rotate(-45deg) !important;
    }
}

@media (max-width: 820px) {
    #block-01, #block-02, #block-03, #block-04 {
        display: none;
    }
    #recruit .icon-size {
        width: 90%;
        margin: 0 auto;
    }
}
