@charset "utf-8";
/* CSS Document */
main {
    background: top center no-repeat url(/img/recruit/img/recruit-top.png);
    padding-top: 450px;
}
h3 {
    font-size: 36px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 50px;
}

ul.rec-btn {
    font-size: 0;
    margin-bottom: 70px;
    text-align: center;
}
ul.rec-btn li {
    position: relative;
    height: 70px;
    width: 270px;
    font-size: 16px;
    transform: skewX(-45deg);
    display: inline-block;
    margin-right: 10px;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.4), rgba(255,255,255,0.1));

}
ul.rec-btn li:hover {
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.6), rgba(255,255,255,0.1));

}
ul.rec-btn li:last-of-type {
    margin-right: 0;
}

ul.rec-btn a {
    width: 100%;
    height: 100%;
    display: block;
}
ul.rec-btn a p {
    position: absolute;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) skewX(45deg);
}
ul.rec-btn a img {
    padding-left: 2em;
}

section:not(#intro) {
    border-top: 1px solid rgba(255,255,255,0.2);
}
#intro {
    padding-bottom: 60px;
}
#intro .flex {
    padding-top: 50px;
}
#intro .flex > div {
    width: 50%;
}
#intro .flex:not(.reverse) .pic {
    padding-right: 60px;
}
#intro .flex.reverse .pic {
    padding-left: 60px;
}
#intro .txt h4 {
    font-size: 28px;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
}
#rec-list {
    padding-bottom: 60px;
}
#rec-list p.rec-notice {
    text-align: center;
    padding-bottom: 50px;
}
#rec-list li {
    width: 49%;
    border: 1px solid rgba(255,255,255,0.2);
}
#rec-list li a {
    display: block;
    padding: 30px;
    position: relative;
    height: 100%;
}

#rec-list li a:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0.08;
    transition: all ease 0.3s;
}
#rec-list li a:hover:after {
    opacity: 0.4;
}
#rec-list li:nth-of-type(odd) {
    margin-right: 1%;
}
#rec-list li:nth-of-type(even) {
    margin-left: 1%;
}
#rec-list li:nth-of-type(n+3) {
    margin-top: 30px;
}
#rec-list li span.sans {
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 0.75em;
    letter-spacing: 0.1em;
}
#rec-list li h4 {
    font-size: 24px;
    padding: 0.5em 0 1em;
}
#rec-list li p {
    line-height: 1.5em;
}
#message .bg {
    height: 370px;
    background: center center / cover no-repeat url(/img/recruit/img/message-bg.jpg);
}
#message h3 {
    padding: 50px 0;
}
#message .pic {
    width: 33.3%;
    margin-right: 40px;
}
#message .flex:first-of-type .pic {
    transform: translateY(-30px);
}
#message .flex.reverse .pic {
    margin-right: 0;
    margin-left: 40px;
}
#message .pic {
    width: 33.3%;
}
#message .txt {
    flex: 1;
}
#message h4 {
    font-size: 28px;
    padding-bottom: 1em;
}



.rec-ovv h3 {
    padding-bottom: 60px;
}
.rec-ovv h4 {
    font-size: 28px;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
}

.rec-ovv h4 + p {
    padding-bottom: 0.5em;
}
.rec-ovv .pic {
    width: 37.5%;
    margin-right: 40px;
}
.rec-ovv .txt {
    flex: 1;
}
.rec-ovv .black-bg {
    background: rgba(0,0,0,0.2);
    padding: 30px 50px;
    margin: 60px 0 80px;
}
.rec-ovv .black-bg dt {
    padding-right: 4em;
}
.info-table > div {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.info-table dl {
    padding-top: 1em;
    padding-bottom: 1em;
}
.info-table dt {
    width: 15em;
}
.info-table dd {
    flex: 1;
}

@media screen and (max-width: 1279px) {
    main {
        background-size: 110vw auto;
        padding-top: 36vw;
    }
    ul.rec-btn li {
        width: 21vw;
        padding-right: 0.8vw;
    }
}

@media screen and (max-width: 1023px) {
    ul.rec-btn a p {
        font-size: 14px;
    }
    ul.rec-btn a img {
        padding-left: 1em;
    }
    
}
    @media screen and (max-width: 767px) {

        h3 {
            font-size: 28px;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        #message h3 {
            padding: 20px 0;
        }
        #intro .flex,
    #rec-list .flex,
    #message .flex {
        flex-direction: column;;
    }
    #intro h3 {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    #intro .flex {
        padding-top: 20px;
    }
    #intro .flex:not(.reverse) .txt,
    #intro .flex.reverse .txt {
padding: 20px;
width: 100%;
    }
    #intro .flex:not(.reverse) .pic,
    #intro .flex.reverse .pic {
        padding: 0;
        width: 70%;
        margin: 0 auto;
    }
    #intro .txt h4 {
        font-size: 24px;
    }
    #message .flex:first-of-type .pic,
    #message .flex.reverse .pic {
        width: 55%;
        margin: 0 auto;
    }
    
    #message .flex:first-of-type .pic {
        transform:none;
        margin-top: -15vw;
    }
    #message .flex:last-of-type .pic {
       padding-top: 20px;
    }
    #rec-list p.rec-notice .sp{
        display: inline;
    }
    #rec-list li {
        width: 100%;
        margin: 20px 0 0 !important;
    }
    #rec-list li a {
        padding: 20px;
    }
    #rec-list li h4 {
        padding-bottom: 0;
        font-size: 18px;
    }
    #rec-list li p {
        display: none;
    }
    #message .bg {
        height: 50vw;
    }
    #message h4 {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 0;
    }
    #message p {
        padding-top: 20px;
    }
    .rec-ovv {
        background: top center / contain no-repeat url(/img/recruit/img/rec-list-top-sp.png);
    }
    .rec-ovv .sp-ttl {
        text-align: center;
        padding: 0 12.5vw;
        margin: 30vw 0 15vw;
    }
    .rec-ovv .sp-ttl h3 {
        padding: 0;
        padding-bottom: 3vw;
        font-size: 6vw;
        line-height: 1.25em;
        display: inline-block;
        text-align: left;
    }
    .rec-ovv .sp-ttl h3 small {
        display: block;
        font-size: 4vw;
    }
    .rec-ovv .sp-ttl img {
        width: 100%;
    }
    .sp.rec-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #000;
        width: 100%;
    }
    .sp.rec-menu .flex li {
        flex-grow: 1;
        text-align: center;
        border-right: 1px solid #fff;
        padding: 0.5em 0;
    }
    .sp.rec-menu .flex li:last-of-type {
        border-right: 0;
    }
    .rec-ovv .txt {
        text-align: center;
    }
    .rec-ovv h4 {
        font-size: 24px;
        display: inline-block;
        text-align: left;
    }
    .rec-ovv p {
        text-align: left;
    }
    .rec-ovv .flex,
    .rec-info .flex {
        flex-direction: column;
    }
    .rec-ovv dt,
    .rec-info dt {
        padding-bottom: 0.5em;
        font-weight: 700;
    }
}
@media screen and (max-width: 500px) {
    #rec-list p.rec-notice {
        padding-bottom: 0;
    }
    h3 {
        font-size: 24px;
    }
    #rec-list li h4 {
        font-size: 16px;
    }
    #intro .flex:not(.reverse) .txt,
    #intro .flex.reverse .txt {
        padding: 20px 0 0;
    }
    #intro .txt h4 {
        font-size: 18px;
    }
    .rec-ovv h4 {
        font-size: 18px;
        letter-spacing: 0;
    }
   .sp.rec-menu .flex li {
        font-size: 12px;
    }
   .rec-ovv .black-bg {
        padding: 1em 10px;
        margin: 40px 0;
    }
    #message h4 {
        font-size: 18px;
    }
}





    
main {
    background:
    top center no-repeat url(/img/recruit/img/recruit-top.png),
    top 1530px left no-repeat url(/img/recruit/img/recruit-d1.png),
    top 3750px right no-repeat url(/img/recruit/img/recruit-d2.png);
}
@media screen and (max-width: 1279px){
main {
    background-position:
    top center,
    top 1800px left,
    top 4100px right;
    background-size:
    110vw auto,
    60vw auto,
    60vw auto;
    padding-top: 36vw;
}
}
@media screen and (max-width: 767px){
main {
    background:
    top center no-repeat url(/img/recruit/img/recruit-top.png),
}
        main {
            background: top 50px center / contain no-repeat url(/img/recruit/img/recruit-top-sp.png),
    top calc(100vw + 1900px) left / 60vw auto no-repeat url(/img/recruit/img/recruit-d1.png),
    top calc(100vw + 3570px) right / 60vw auto no-repeat url(/img/recruit/img/recruit-d2.png);
            padding-top: calc(100vw + 70px);
        }
}
@media screen and (max-width: 500px){
main {
    background:
    top center no-repeat url(/img/recruit/img/recruit-top.png),
}
        main {
            background: top 50px center / contain no-repeat url(/img/recruit/img/recruit-top-sp.png),
    top calc(100vw + 1550px) left / 60vw auto no-repeat url(/img/recruit/img/recruit-d1.png),
    top calc(100vw + 3070px) right / 60vw auto no-repeat url(/img/recruit/img/recruit-d2.png);
            padding-top: calc(100vw + 70px);
        }
}