@charset "utf-8";
.rec_btn{
    overflow: hidden;
    width: 300px;
    border: #000 1px solid;
    border-radius: 3em;
    text-align: left;
    font-size: 15px;
}
.rec_btn a{
    display: block;
    padding: 1em;
    box-sizing: border-box;
    background:#fff url(../img/recruit/btn_arrow.png) no-repeat right 21px center;
    line-height: 1;
    color: #2f3026;
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s;
}
.rec_btn a:hover{
    background:#000 url(../img/recruit/btn_arrow.png) no-repeat right 10px center;
    color: #fff;
}
@media screen and (max-width: 1079px) {
}
@media screen and (max-width: 767px) {
    .rec_btn{
        width: 33.3vw;
    }
    .rec_btn a{
        background-size: 19px auto;
        background-position: right 10px center;
        font-size:2vw;
    }
    .rec_btn a:hover{
        background-size: 19px auto;
        background-position: right 5px center;
    }
    #header h1{
        display: none;
    }
}
/*#mv*/
#mv{
    padding-bottom: 95px;
}
#mv .imgbox{
    position: relative;
    margin-bottom: 9.5vw;
}
#mv h2{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom:-105px;
    left: 0;
    right: 0;
    mix-blend-mode:multiply;
    text-align: left;
}
#mv .imgbox .main{
    width: 100%;
}
@media screen and (max-width: 1079px) {
    #mv h2{
        height: 14.1vw;
        width: auto;
        bottom:-9.5vw;
    }
    #mv h2 img{
        height: 100%;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    #mv{
        padding-bottom: 3em;
    }
    #mv h2{
        bottom:-12.32vw;
        height: auto;
        width: 100%;
    }
    #mv h2 img{
        height: auto;
        width: 100%;
    }
}
/*END #mv*/

/*#ctob*/
#ctob{
    margin-bottom: 100px;
}
#ctob .tbl2{
    position: relative;
    display: flex;
    align-items:stretch;
    flex-direction: row-reverse;
    width: 100%;
}
#ctob .tbl2 .lbox{
    width: calc(1100px * 0.5);
    box-sizing: border-box;
}
#ctob .tbl2 h3{ 
    margin-bottom: 1em;
    font-size: 25px;
    font-weight: 700;
}

#ctob .tbl2 .txt{
    font-size: 18px;
    font-weight: 700;
}
#ctob .tbl2 .rbox{
    width: 50%;
}
#ctob .tbl2 .rbox .imgbox{
    margin: 0 auto;
}
#ctob .tbl2 .rbox .imgbox img{
    width: 100%;
}
@media screen and (max-width: 1150px) {
    #ctob .tbl2 .lbox{
        width: 50%;
        padding-left: 5vw;
    }
}
@media screen and (max-width: 1079px) {
    #ctob .tbl2 h3{
        font-size: 2.2vw;
    }
    #ctob .tbl2 .txt{
        font-size: 1.6vw;
    }
}
@media screen and (max-width: 767px) {
    #ctob{
        margin-bottom: 3em;
    }
    #ctob .tbl2{
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    #ctob .tbl2 .rbox{
        width: 100%;
        order: 2;
    }
    #ctob .tbl2 .lbox{
        width: 100%;
        padding-left:0;
        order: 1;
    }
    #ctob .tbl2 h3{
        font-size: 4.5vw;
    }
    #ctob .tbl2 .txt{
        margin-bottom: 2em;
        font-size: 3.7vw;
    }
}
/*END #ctob*/

/*#merit*/
#merit{
    
}
#merit .inner {
    max-width: 900px;
    margin: 0 auto;
}
#merit h2{
    display: flex;
    align-items:end;
    margin-bottom: 55px;
    line-height: 1;
    font-size: 25px;
}
#merit h2 div{
    margin-left: 1em;
    font-size: 25px;
    font-weight: 700;
}
#merit .merit_li li{
    display: grid;
    grid-template-columns: 29.5% 70.5%;
    justify-items: center;
    align-items: center;
    padding: 35px 35px 35px 0;
    margin-bottom: 30px;
    border: solid 2px #b1b1b1;
    border-radius: 10px;
}
#merit .merit_li h4{
    padding-left: 0.8em;
    margin-bottom: 1em;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
#merit .merit_li h4:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 1em;
    background: #f00;
}
#merit .merit_li li p{
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 1079px) {
    #merit .inner{
        width: 90%;
    }
    #merit h2 div{
        font-size: 2.2vw;
    }
}
@media screen and (max-width: 767px) {
    #merit .inner{
        width: 90%;
    }
    #merit h2{
        flex-wrap: wrap;
        margin-bottom:1.5em;
    }
    #merit h2 div{
        width: 100%;
        margin-left: 0;
        margin-top: 1em;
        font-size: 4.5vw;
    }
    #merit .merit_li li{
        display: block;
        padding: 3vw;
        position: relative;
    }
    #merit .merit_li li .icon{
        position: absolute;
        top: 3vw;
        left: 3vw;
        width: 25.2%;
    }
    #merit .merit_li h4{
        margin-left: 35%;
        font-size: 4.5vw;
        line-height: 1.4;
    }
    #merit .merit_li li:first-child h4,
    #merit .merit_li li:nth-child(3) h4{
        margin-top: 1em;
    }
    #merit .merit_li h4:before{
        width: 0.5em;
        height: 0.8em;
    }
    #merit .merit_li li p{
        font-size: 3.7vw;
    }
}
/*END #merit*/

/*#book*/
#book{
    padding: 68px 0 75px;
}
#book .inner{
    max-width: 900px;
    margin: 0 auto;
}
#book h2{
    margin-bottom: 55px;
}
#book .bnr{
    position: relative;
}
#book .bnr .rec_btn{
    position: absolute;
    left: 20px;
    bottom: 18px;
    border: #fff 1px solid;
}
#book .bnr .rec_btn a{
    background: rgba(255,255,255,1.00) url(../img/recruit/newgraduate/book_btn_hover.png) no-repeat right 21px center;
    color: rgba(220,58,24,1.00);
    transition: 0.5s;
}
#book .bnr .rec_btn a:hover{
    background: rgba(220,58,24,0.00) url(../img/recruit/newgraduate/book_btn.png) no-repeat right 10px center;
    color: #fff;
}
@media screen and (max-width: 1079px) {
    #book .inner{
        width: 90%;
    }
    #book .bnr .rec_btn{
        width: 30vw;
    }
}
@media screen and (max-width: 767px) {
    #book{
        padding: 3em 0;
    }
    #book .inner{
        width: 90%;
    }
    #book h2{
        margin-bottom: 1.5em;
    }
    #book .bnr .rec_btn{
        left: inherit;
        right: 1em;
        bottom: 10px;
        width: 55%;
    }
    #book .bnr .rec_btn a{
        padding: 0.5em 1em;
        background: rgba(255,255,255,1.00)  url(../img/recruit/newgraduate/book_btn_hover_sp.png) no-repeat right 10px center;
        background-size: 19px auto;
        font-size:3.7vw;
    }
    #book .bnr .rec_btn a:hover{
        background: rgba(220,58,24,0.00) url(../img/recruit/newgraduate/book_btn_sp.png) no-repeat right 5px center;
        background-size: 19px auto;
    }
}
/*END #book*/

/*#course*/
#course{
    padding: 68px 0 75px;
}
#course .inner{
    max-width: 1000px;
    margin: 0 auto;
}
#course h2{
    text-align: center;
    margin-bottom: 55px;
}
#course .course_li{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
    margin-bottom: 75px;
}
#course .course_li li{
    text-align: center;
    overflow: hidden;
}
#course .course_li li a{
    padding: 8px 8px 16px;
    display: block;
    height: 100%;
    background: url(../img/recruit/newgraduate/course_btn.png) no-repeat right 21px bottom 0.8em,#000;
    box-sizing: border-box;
    border: solid #000 1px;
    color: #fff;
    transition: 0.5s;
}
#course .course_li a:hover{
    background: url(../img/recruit/newgraduate/course_btn_hover.png) no-repeat right 10px bottom 0.8em,#fff;
    color: #000;
}
#course .course_li a .btn{
    padding: 0 15px;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
}

#course .course_li li p{
    padding: 0 15px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
}
@media screen and (max-width: 1079px) {
    #course .course_li a .btn{
        background-size: 19px auto;
        font-size: 2vw;
    }
    #course .course_li a:hover .btn{
        background-size: 19px auto;
    }
    #course .course_li li p{
        font-size: 1.4vw;
    }
}
@media screen and (max-width: 767px) {
    #course{
        padding: 0 0 3em;
    }
    #course h2{
        margin-bottom: 2em;
    }
    #course .course_li{
        grid-template-columns: repeat(1, 1fr);
        gap: 2%;
    }
    #course .course_li li{
        overflow: initial;
    }
    #course .course_li li a{
        background:#000;
    }
    #course .course_li li a:hover{
        background: #fff;
    }
    #course .course_li a .btn{
        background: url(../img/recruit/newgraduate/course_btn_sp.png) no-repeat right 3.7vw center;
        background-size: 19px auto;
        padding: 0.5em 3.7vw;
        margin-bottom: 0.5em;
        font-size: 4.5vw;
    }
    #course .course_li a:hover .btn{
        background: url(../img/recruit/newgraduate/course_btn_hover_sp.png) no-repeat right 3vw center;
        background-size: 19px auto;
    }
    #course .course_li li p{
        padding:0 1em;
        margin-bottom: 1em;
        font-size: 3.7vw;
    }
}
/*END #course*/

/*#intern*/
#intern{
    padding: 68px 0 75px;
}
#intern .inner{
    max-width: 1000px;
    margin: 0 auto;
}
#intern h2{
    text-align: center;
    margin-bottom: 55px;
}
#intern .note{
    margin-bottom: 55px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
#intern .btn a{
    display: block;
    margin: 0 auto;
    padding: 1em;
    width: 578px;
    border: #000 1px solid;
    border-radius: 3em;
    text-align: left;
    box-sizing: border-box;
    background:#fff url(../img/recruit/btn_arrow.png) no-repeat right 21px center;
    line-height: 1;
    color: #2f3026;
    font-size: 30px;
    font-weight: 700;
    transition: 0.5s;
}
#intern .btn a:hover{
    background:#000 url(../img/recruit/btn_arrow_hover.png) no-repeat right 10px center;
    color: #fff;
}
@media screen and (max-width: 1079px) {
    
}
@media screen and (max-width: 767px) {
    #intern{
        padding: 0 0 3em;
        text-align: center;
    }
    #intern h2{
        margin-bottom: 2em;
    }
    #intern .note{
        margin-bottom: 2em;
        font-size: 4vw;
    }
    #intern .btn a{
        width: auto;
        display: inline-block;
        margin: 0 auto;
        padding-right: 3em;
        background: #fff url(../img/recruit/btn_arrow.png) no-repeat right 10px center;
        background-size: 19px auto;
        font-size: 4vw;
    }
    #intern .btn a:hover{
        background: #000 url(../img/recruit/btn_arrow_hover.png) no-repeat right 5px center;
        background-size: 19px auto;
    }
}
/*END #intern*/
