#sec1 {
    position: relative;
    padding: 20vw 0 100vw
}

#sec1::before {
    content: "";
    position: absolute;
    background: url("../img/recruit/sec1_deco_line.png") no-repeat right top/100%, url("../img/recruit/sec1_bg_deco.png") no-repeat center bottom/cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2
}

#sec1 .bg {
    position: absolute;
    bottom: -40vw;
    left: 0;
    right: 0
}

#sec1 h2 {
    background: url("../img/shared/deco_ttl.png") no-repeat center top/20vw auto;
    padding-top: 5vw;
    text-align: center;
    font-size: 6.13vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .15em
}

#sec1 .txt {
    margin-top: 10vw
}

@media screen and (min-width: 768px) {
    #sec1 {
        background-size: auto;
        padding: 116px 0 240px
    }

    #sec1::before {
        background-position: right top 355px, center bottom;
        background-size: auto, cover;
        bottom: -100px
    }

    #sec1 .bg {
        top: 134px;
        bottom: auto
    }

    #sec1 h2 {
        background-size: 108px auto;
        padding-top: 28px;
        font-size: 30px
    }

    #sec1 .txt {
        width: 490px;
        margin: 92px 47px 0 auto
    }
}

#sec2 {
    position: relative;
    padding: 0 0 20vw;
    top: -20vw;
}

#sec2::before {
    content: "";
    position: absolute;
    background: url("../img/recruit/sec2_deco.png") no-repeat;
    width: 72.2vw;
    height: 45.4vw;
    background-size: 100%;
    bottom: 80vw;
    left: 0;
    z-index: 1
}
#sec2 .stuff-img {
    position: relative;
    z-index: 2;
}
#sec2 .stuff-img .photo1 {
    text-align: right;
}
#sec2 .stuff-img .photo1 img {
    width: 60%;
}
#sec2 .stuff-img .photo2 {
    text-align: left;
    padding-top: 15vw;
}
#sec2 .stuff-img .photo2 img {
    width: 40%;
}
#sec2 .stuff-img .photo3 {
    text-align: right;
    margin-top: -20vw;
}
#sec2 .stuff-img .photo3 img {
    width: 50%;
}
#sec2 .stuff-img .photo4 {
    text-align: left;
    margin-top: 10vw;
    margin-left: 40px;
}
#sec2 .stuff-img .photo4 img {
    width: 50%;
}

/* #sec2 .group-txt {
    margin-top: 10vw;
}

#sec2 .group-txt h2 {
    text-align: center;
    font-size: 6.13vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .15em
}

#sec2 .group-txt .txt {
    margin-top: 10vw
} */
#sec2::after {
    content: "";
    position: absolute;
    transform: scale(-1, 1);
    background: url("../img/recruit/sec2_deco.png") no-repeat;
    width: 72.2vw;
    height: 45.4vw;
    background-size: 100%;
    bottom: -30px;
    right: -40px;
    z-index: 1
}


@media screen and (min-width: 768px) {
    #sec2 {
        padding: 59px 0 781px;
        top: 20px;
    }

    #sec2::before {
        width: 579px;
        height: 378px;
        bottom: 253px;
    }

    #sec2 .wrap {
        max-width: 1136px;
        padding: 0 30px;
    }
    #sec2 .stuff-img {
        max-width: 1000px;
    }
    #sec2 .stuff-img .photo1 {
        margin-left: 500px;
        margin-top: -170px;
    }
    #sec2 .stuff-img .photo1 img {
        width: 490px;
        height: auto;
    }
    #sec2 .stuff-img .photo2 {
        text-align: left;
        padding-top: 0;
        margin-left: 60px;
    }
    #sec2 .stuff-img .photo2 img {
        width: 300px;
        height: auto;
    }
    #sec2 .stuff-img .photo3 {
        text-align: right;
        margin-top: 280px;
        margin-left: 450px;
    }
    #sec2 .stuff-img .photo3 img {
        width: 400px;
        height: auto;
    }
    #sec2 .stuff-img .photo4 {
        text-align: justify;
        margin-top: 0px;
        margin-left: 0px;
        right: 270px;
        top: 660px;
    }
    #sec2 .stuff-img .photo4 img {
        width: 340px;
        height: auto;
    }

    /* #sec2 .group-txt {
        position: relative;
        z-index: 1;
        margin-top: 0;
    }

    #sec2 .group-txt h2 {
        text-align: left;
        font-size: 30px
    }

    #sec2 .group-txt .txt {
        width: 494px;
        margin-top: 97px
    }

    #sec2 .photo {
        top: 103px;
        left: 488px;
        right: -42px;
        height: 500px
    } */
    #sec2::after {
    content: "";
    position: absolute;
    transform: scale(-1, 1);
    background: url("../img/recruit/sec2_deco.png") no-repeat;
    width: 579px;
    height: 378px;
    background-size: 100%;
    bottom: -30px;
    right: -100px;
    z-index: 1
    }

}

#sec3 {
    background: url("../img/shared/bg1.png") repeat center top, url("../img/recruit/sec3_bg_deco1.png") no-repeat right top/80%, url("../img/recruit/sec3_bg_deco2.png") no-repeat left bottom/80%;
    padding: 15vw 0 20vw
}

#sec3 h2 {
    text-align: center;
    font-size: 6.13vw;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .15em
}

#sec3 .set {
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 7vw 5vw 8vw;
    margin-top: 10vw
}

#sec3 .set h3 {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: 1vw;
    font-size: 5.6vw;
    line-height: 2;
    letter-spacing: .2em
}

#sec3 .set .info {
    margin-top: 5vw
}

#sec3 .set .info .col+.col {
    margin-top: 5vw
}

#sec3 .set .info .col dl+dl {
    margin-top: 5vw
}

#sec3 .set .info .col dl p+p {
    margin-top: 3vw
}

#sec3 .set .info .col dl .item .sub-ttl {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .4);
    margin-bottom: -3vw;
    width: 130px;
    line-height: 26px;
    letter-spacing: .15em
}

#sec3 .set .info .col dl .item+.item {
    margin-top: 3vw
}

#sec3 .set3 {
    background: url("../img/shared/bg2.jpg") repeat center;
    border: 3px solid rgba(255, 255, 255, .05);
    padding: 7vw 5vw 8vw;
    margin-top: 10vw
}

#sec3 .set3 h3 {
    text-align: center;
    font-size: 5.33vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .1em
}

#sec3 .set3 h4 {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .4);
    margin: 0 auto;
    padding: 0.5vw 0 1vw 2vw;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .2em;
}

#sec3 .set3 .btn-tel {
    font-size: 32px;
    line-height: 1;
    letter-spacing: .025em
}

#sec3 .set3 .btn-tel img {
    width: 19px;
    margin: -7px 7px 0 0
}

#sec3 .set3 .row1 {
    margin-top: 10vw
}

#sec3 .set3 .row1 h4 {
    width: 45%
}

#sec3 .set3 .row1 .btn-tel {
    text-align: center;
    margin-top: 4vw
}

#sec3 .set3 .row2 {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding-top: 10vw;
    margin-top: 8vw;
}

#sec3 .set3 .row2 h4 {
    width: 85%
}

#sec3 .set3 .row2 .txt {
    text-align: center;
    margin-top: 4vw
}

#sec3 .set3 .row2 .group {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4vw auto 0
}

#sec3 .set3 .row2 .group .col .item dt {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em
}

#sec3 .set3 .row2 .group .col .item+.item {
    margin-top: 5vw;
}

#sec3 .set3 .row2 .group .col+.col {
    margin-top: 5vw
}

@media screen and (min-width: 768px) {
    #sec3 {
        background-size: auto;
        padding: 218px 0 149px
    }

    #sec3 .wrap {
        max-width: 1040px;
        padding: 0 20px
    }

    #sec3 h2 {
        font-size: 30px
    }

    #sec3 .set {
        padding: 28px 20px 47px;
        margin-top: 95px
    }

    #sec3 .set .inner {
        max-width: 887px;
        margin: 0 auto
    }

    #sec3 .set h3 {
        padding-bottom: 9px;
        font-size: 26px
    }

    #sec3 .set .info {
        display: flex;
        justify-content: space-between;
        margin: 53px 0 0 30px
    }

    #sec3 .set .info .col {
        width: 50%
    }

    #sec3 .set .info .col+.col {
        margin-top: 0
    }

    #sec3 .set .info .col dl {
        display: flex;
        line-height: 25px
    }

    #sec3 .set .info .col dl dt {
        max-width: 166px;
        width: 100%
    }

    #sec3 .set .info .col dl dd {
        flex: 1
    }

    #sec3 .set .info .col dl+dl {
        margin-top: 25px
    }

    #sec3 .set .info .col dl p+p {
        margin-top: 24px
    }

    #sec3 .set .info .col dl .item .sub-ttl {
        margin-bottom: -19px
    }

    #sec3 .set .info .col dl .item .txt {
        margin-left: 7px
    }

    #sec3 .set .info .col dl .item+.item {
        margin-top: 26px
    }

    #sec3 .set1 .info .col:nth-child(1) {
        width: 448px
    }

    #sec3 .set1 .info .col:nth-child(2) {
        width: 365px
    }

    #sec3 .set2 {
        margin-top: 66px
    }

    #sec3 .set2 .info .col:nth-child(1) {
        width: 400px
    }

    #sec3 .set2 .info .col:nth-child(2) {
        width: 413px
    }

    #sec3 .set2 .info .col:nth-child(2) dl dt {
        max-width: 100px
    }

    #sec3 .set3 {
        border-width: 6px;
        padding: 75px 0;
        margin-top: 115px
    }

    #sec3 .set3 h3 {
        font-size: 24px
    }

    #sec3 .set3 h4 {
        padding: 4px 0 4px 9px;
        font-size: 20px
    }

    #sec3 .set3 .btn-tel {
        font-size: 36px
    }

    #sec3 .set3 .btn-tel img {
        width: 22px
    }

    #sec3 .set3 .row1 {
        margin-top: 48px
    }

    #sec3 .set3 .row1 h4 {
        width: 185px
    }

    #sec3 .set3 .row1 .btn-tel {
        margin-top: 20px
    }

    #sec3 .set3 .row2 {
        max-width: 787px;
        padding-top: 57px;
        margin: 44px auto 0
    }

    #sec3 .set3 .row2 h4 {
        width: 257px
    }

    #sec3 .set3 .row2 .txt {
        margin: 16px 0 0 14px
    }

    #sec3 .set3 .row2 .group {
        display: flex;
        justify-content: space-between;
        width: 640px;
        margin: 27px auto 0
    }

    #sec3 .set3 .row2 .group .col .item dt {
        font-size: 18px;
        line-height: 1
    }

    #sec3 .set3 .row2 .group .col .item dd {
        margin-top: 6px
    }

    #sec3 .set3 .row2 .group .col .item+.item {
        margin-top: 49px
    }

    #sec3 .set3 .row2 .group .col+.col {
        margin-top: 0
    }
}

@media screen and (min-width: 768px)and (max-width: 1500px) {
    #sec3 {
        background-size: auto, 86% auto, 62% auto
    }
}

#sec4 {
    background: url("../img/recruit/sec4_deco1.png") no-repeat right top/80%, url("../img/recruit/sec4_deco2.png") no-repeat left top 50vw/80%;
    padding: 15vw 0 20vw
}

#sec4 .set1 h2 {
    text-align: center;
    font-size: 6.13vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .15em
}

#sec4 .set1 .txt {
    margin-top: 7vw
}

#sec4 .set2 {
    margin-top: 10vw
}

#sec4 .set2 .box .name-price {
    margin-top: 7vw;
    padding: 4vw;
    font-size: 5.06vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .1em;
}
#sec4 .set2 .box .name-price dt {
    text-align: center;
}

#sec4 .set2 .box .name-price dd {
    text-align: right
}

#sec4 .set2 .box .txt {
    margin-top: 5vw;
}
#sec4 .set2 .box .txt dl {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}
#sec4 .set2 .box .txt dt {
    width: 20%;
    line-height: 1.8;
}
#sec4 .set2 .box .txt dd {
    width: 70%;
    line-height: 1.8;

}

#sec4 .set2 .box .btn-shared {
    margin: 5vw 7% 0
}

#sec4 .set2 .box+.box {
    margin-top: 13vw
}

@media screen and (min-width: 768px) {
    #sec4 {
        background-size: auto;
        background-position: left calc(50% + 339px) top, left top 345px;
        padding: 154px 0 141px
    }

    #sec4 .set1 h2 {
        font-size: 30px
    }

    #sec4 .set1 .txt {
        text-align: center;
        margin-top: 77px
    }

    #sec4 .set2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 104px;
        margin: 112px 25px 0
    }

    #sec4 .set2 .box {
        width: 410px
    }

    #sec4 .set2 .box .name-price {
        margin: 37px 10px 0;
        padding: 20px 24px 23px 13px;
        font-size: 22px;
        line-height: 34px
    }

    #sec4 .set2 .box .txt {
        margin: 31px 11px 30px 0;
    }

    #sec4 .set2 .box .btn-shared {
        width: 268px;
        margin: 9px auto 0
    }

    #sec4 .set2 .box+.box {
        margin-top: 0px
    }
}