#header-img h2 {
    background: url(https://www.renoveru.jp/hubfs/corporate2024/recruit/pickup_article/header.jpg) no-repeat top
}

.pickup-article {
    margin: 0 auto;
    max-width: 1030px;
    padding: 5% 15px
}

.pickup-article h2 {
    margin-bottom: 30px
}

.pickup-article ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 768px
}

.pickup-article ul li {
    max-height: 236px;
    max-width: 236px;
    overflow: hidden;
    position: relative;
    width: 30.7%
}

.pickup-article ul li a {
    display: block;
    opacity: 1;
}

.pickup-article ul li a img {
    height: auto;
    vertical-align: top;
    width: 100%
}

.article-meta {
    align-items: center;
    background-color: rgba(0,0,0,.4);
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    opacity: 0;
    padding-top: 40%;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100% !important;
    !i;!;}

.article-meta-text {
    transform: translateY(40px);
    transition: .5s;
    width: auto !important;
    !i;!;}

.article-meta-text * {
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: auto !important;
    !i;!;}

.article-meta-text h3 {
    font-size: 27px
}

.article-meta-text p {
    font-size: 14px
}

a:hover .article-meta {
    opacity: 1
}

a:hover .article-meta-text {
    transform: translateY(0)
}

@media screen and (max-width: 767px) {
    .article-meta-text h3 {
        font-size:22px
    }
}

@media screen and (max-width: 640px) {
    #article .content {
        padding: 0 !important;
    }
    .pickup-article {
        height:auto!important;
        padding: 13.33333vw 4vw 6.66667vw
    }

    .pickup-article h2 {
        margin-bottom: 20px;
        width: 35.73333vw
    }

    .pickup-article h2 img {
        height: auto;
        vertical-align: top;
        width: 100%;
        zoom:1}

    .pickup-article ul {
        flex-wrap: wrap
    }

    .pickup-article ul li {
        height: 43.46667vw;
        margin-bottom: 5.33333vw;
        max-height: 100%;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        width: 43.46667vw
    }

    .pickup-article ul li a {
        display: block
    }

    .pickup-article ul li a img {
        height: auto;
        vertical-align: top;
        width: 100%
    }

    .article-meta {
        opacity: 1;
        padding-top: 39%
    }

    .article-meta-text {
        transform: translateY(0)
    }

    .article-meta-text h3 {
        font-size: 5.06667vw
    }

    .article-meta-text p {
        font-size: 2.66667vw;
        text-align: center !important;
    }
}