.container {
    line-height: 140%;
}

.img1 {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background: url(../img/recruit_01_01.jpg) center;
    background-size: cover;
    height: 580px;
    max-width: 1160px;
}
.img1 img {
    text-align: center;
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;

    width: 100%;
    max-width: 1128px;
}
.img1-re {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background-size: cover;
    height: 580px;
    max-width: 1160px;
}
.img1-re img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgRec {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background: url(../img/recruit_02_01.jpg) center;
    background-size: cover;
    height: 580px;
    max-width: 1160px;
}
.imgRec img {
    text-align: center;
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;

    width: 100%;
    max-width: 1128px;
}
.area1 {
    padding-bottom: 30px !important;
}
.area1,
.area2 {
    padding: 0 6em 0 6em;
}
.area1 h3 {
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    padding: 0 0 0 0;
    margin: .7em 0 .7em 0;
    font-size: 160%;
}
.area1 h4 {
    margin: 0 0 .5em 0;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 160%;
    text-align: center;
}
.area1 p {
    margin-bottom: 20px;
    line-height: 1.7em;
    font-size: 130%;
}

@media (min-width: 1025px) {
    .area1 h3 {
        line-height: 1.8;
        font-size: 1.5vw;
        letter-spacing: 0.1em;
    }
    .area1 h4 {
        line-height: 1.8;
        font-size: 1.5vw;
        letter-spacing: 0.1em;
    }
    .area1 p {
        line-height: 2.5;
        font-size: 1vw;
        letter-spacing: 0.1em;
    }
}
@media (min-width: 768px) {
    .area1 {
        padding-top: 20px;
        font-size: 115%;
    }
    .area1 h3 {
        margin: 10px 0 0;
    }
    .area1 h4 {
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    .area1 {
        padding: 0;
    }
    .area1 h3 {
        font-size: 140%;
    }
    .area1 h4 {
        font-size: 140%;
    }
    .area1 p {
        font-size: 100%;
        text-align: justify;
    }
}
@media (max-width: 480px) {
    .img1 {
        height: 220px;
    }
    .img1-re {
        height: 220px;
    }
    .imgRec {
        height: 220px;
    }
}
