@charset "utf-8";
/*
ファーストビュー
*/
#mv{
    padding:7rem 0 5rem;
    overflow: hidden;
}

.mv_wp{
    display: flex;
    justify-content: space-between;
    padding:10.4rem 0 0;
}

.mv_bg{
    background: url(../img/mv_bg.png) no-repeat right bottom 10px;
    background-size: 40vw;
}

.mv_wp .mv_l{
    max-width: 480px;
}

.mv_wp .mv_l h1{
    max-width: 383px;
    margin-bottom: 5rem;
    animation-delay: .1s;
}

.mv_wp .mv_l h2{
    font-size: 3rem;
    color: #5D5FEF;
    margin-bottom: 2.4rem;
    animation-delay: .3s;
}

.mv_wp .mv_l p{
    font-size: 1.8rem;
    line-height: 1.6;
    animation-delay: .5s;
}

.mv_wp .mv_r figure{
    max-width: 424px;
    position: relative;
    animation-delay: 1s;
}

.mv_wp .mv_r figure img.slide_anime{
    animation-name:fade_pc;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity:0;
    animation-delay: 1s;
}

.mv_wp .mv_r span.slide_anime{
    animation-name:fadeUpAnime;
    animation-duration:0.9s;
    animation-fill-mode:forwards;
    opacity:0;
    animation-delay: 1s;
}

.mv_wp .mv_r span{
    position: absolute;
    bottom: -15px;
    right: -50px;
    animation-delay: 1.2s;
}

.mv_btn li{
    font-size: 2.2rem;
    display: block;
    border-radius: 8px;
    width: calc(50% - 20px);
    transition: .3s;
}

.mv_btn a{
    display: block;
    padding: 2.9rem 3.2rem;
    color: #fff;
}

.mv_btn li:hover{
    opacity: 0.7;
}

.mv_btn{
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}


.mv_btn li.contact_btn{
    background: url(../img/contact_btn_fig.svg) no-repeat;
    background-position: top -10px right 0;
    background-color: #5D5FEF;
}

.mv_btn li.demo_btn{
    background: url(../img/demo_btn_fig.svg) no-repeat;
    background-color:#FCF9E1;
    background-position: top -10px right 0;
}

.mv_btn li.demo_btn a{
    color: #000;
}


@media screen and (max-width: 960px){
    .mv_wp .mv_l{
        max-width: 420px;
    }

    .mv_wp .mv_l h1{
        max-width: 383px;
        margin-bottom: 5rem;
    }
    
    .mv_wp .mv_l h2{
        font-size: 2.6rem;
    }
    
    .mv_wp .mv_l p{
        font-size: 1.3rem;
    }

    .mv_btn li{
        font-size: 1.6rem;
        display: block;
    }
}

@media screen and (max-width: 867px){
    .mv_wp{
        display: block;
        max-width: 100%;
        padding: 5.4rem 0 0;
    }

    .mv_wp .mv_l h1{
        margin: 0 auto 2rem;
        max-width: 80%;
    }


    .mv_wp .mv_l h2{
        font-size: 3rem;
        text-align: center;
        line-height: 1.3;
    }

    .mv_wp .mv_l{
        margin: 0 auto;
        max-width: 100%;
    }

    .mv_wp .mv_r figure{
        max-width: 80%;
        position: relative;
        margin: 5rem auto 0;
    }

    .mv_wp .mv_r span{
        bottom: -15px;
        right: -30px;
    }

    .mv_wp .mv_r span img{
        width: 26vw;
    }

    .mv_btn{
        display: block;
    }

    .mv_btn li{
        width: 100%;
        margin-bottom: 2.4rem;
    }  

    .mv_bg{
        background-size: 80vw;
    }

}

@media screen and (max-width: 600px){
    .mv_btn li a{
        padding: 1.8rem 5%;
    }
    .mv_btn li.contact_btn,
    .mv_btn li.demo_btn{
        background-size: 90px;
        line-height: 1.3;
        background-position: top -5px right 0;
    }
}



/*
求人のチェック業務でお困りのことはありませんか？
*/
#worries{
    padding: 5rem 0 0;
}

.worries_wp{
    background: #F2F2FF;
    border-radius: 18px;
    position: relative;
    box-shadow: 5px 5px 1px #A7A8F2;
}

.worries_inr{
    max-width:675px;
    margin: 0 auto;
    padding: 6rem 3%;
}

.worries_wp figure{
    position: absolute;
    right: 5px;
    bottom: -3rem;
}

.worries_inr h3{
    font-size: 2.2rem;
    text-align: center;
    background: url(../img/line.svg) bottom center no-repeat;
    padding-bottom: 1.5em;
    margin-bottom: 3rem;
}

.worries_inr h3 span{
    background:#5D5FEF;
    color: #fff;
    padding: 0.2em 0.5em;
    margin-left: 0.3em;
    border-radius: 4px;
}

.worries_inr ul li{
    font-size: 1.8rem;
    padding: 0.3em 0 0.5em 5.4rem;
    background: url(../img/qa_ico.svg)no-repeat top 4px left;
    line-height: 1.6;
    margin-top: 1rem;
}

#worries .inr figure{
    text-align: center;
    margin: 1.6rem 0;
}

.ico_btn span{
    position: absolute;
}

.ico_btn span:nth-child(1){
    top: 2.4rem;
    left: 2.4rem;
}

.ico_btn span:nth-child(2){
    top: 2.4rem;
    right: 2.4rem;
}

@media screen and (max-width: 867px){
    .worries_wp{
        box-shadow: none;
    }
    
    .worries_inr{
        padding: 3.6rem 3% 10rem;
    }
    .worries_inr ul li{
        font-size: 1.6rem;
        background-size: 20px;
        padding: 0.1em 0 0.5em 3rem;
    }

    .ico_btn span img{
        width: 16px;
    }

    .worries_inr h3{
        font-size: 1.8rem;
        background: none;
    }
    .worries_wp figure{
        right: 5px;
        bottom: -2.2rem;
    }

    .worries_wp figure img{
        max-width: 70px;
    }
}


/*
求人チェック担当者の課題
*/
#solution{
    background: url(../img/solution_bg.svg);
    padding: 4.8rem 0;
    margin-bottom: 5rem;
}

#solution h3{
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    line-height: 1.3;
}

#solution h3 span{
    color: #e66c66;
}

#solution ul li{
    font-size: 1.8rem;
    padding: 0.5em 0 0.5em 5.4rem;
    background: url(../img/check_ico.svg)no-repeat top 4px left;
    line-height: 1.6;
    margin-bottom: 1rem;
}

#solution ul li span{
    font-size: 1.4rem;
}

@media screen and (max-width: 867px){
    #solution h3{
        font-size: 1.8rem;
    }
    #solution ul li{
        font-size: 1.6rem;
        padding: 0.5em 0 0.5em 4rem;
        background: url(../img/check_ico.svg)no-repeat top 4px left;
        background-size: 30px;
        margin-bottom: 1rem;
    }

    #solution ul li span{
        font-size: 1.2rem;
    }
    
}

/* 
Shepherd HRを利用した求人チェックの流れ
*/
#check{
    padding: 5rem 0;
}

.check_wp li{
    display: flex;
    align-items: center;
    counter-increment: check;
    margin-top: 16rem;
    justify-content: space-between;
}

.check_wp li figure{
    position: relative;
    padding-left: 3rem;
    max-width: 450px;
}

.check_wp li:nth-child(2){
    flex-direction: row-reverse;
    padding-left: 0;
}

.check_wp li figure img{
    position: relative;
    z-index: 2;
}

.check_wp li figure:before{
    content: "0" counter(check);
    position: absolute;
    font-size: 100px;
    color: #5D5FEF;
    z-index: 1;
    top: -4.6rem;
    left: 0;
    font-weight: 900;
}

.check_wp li div{
    max-width: 345px;
}

.check_wp li h2{
    font-size: 2.2rem;
    margin-bottom: 1em;
    color: #5D5FEF;
    line-height: 1.6;
}

.check_wp li p{
    font-size: 1.8rem;
    line-height: 1.6;
}

.check_wp li p span{
    font-size: 1.4rem;
}

@media screen and (max-width: 867px){
    .check_wp li{
        display: block;
    }

    .check_wp li div{
        max-width: 100%;
    }

    .check_wp li h2,
    .check_wp li p{
        text-align: center;
    }

    .check_wp li:nth-child(2) figure:before{
        right: 0;
        left: auto;
    }

    .check_wp li figure{
        padding-left: 0;
        margin-bottom: 3.2rem;
        max-width: 100%;
    }

    .check_wp li p span{
        font-size: 1.4rem;
    }
}

/*
HRが対応しているルール
*/
#rule{
    padding: 5rem 0;
}

#rule ul{
    display: flex;
    justify-content: space-between;
    margin-top: 10rem;
}

#rule ul li{
    width: 31%;
    background: #f2f2ff;
    border-radius: 14px;
    padding: 6.6rem 2.4rem 2.4rem;
    box-sizing: border-box;
    position: relative;
}

#rule ul li span{
    position: absolute;
    top:-5rem;
    left: 0;
    right: 0;
    text-align: center;
}

#rule ul li h3{
    text-align: center;
    color: #5D5FEF;
    font-size: 2.2rem;
}

#rule ul li p{
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.6;
}

.rule_come p{
    text-align: center;
    line-height: 1.6;
    margin-top: 2.4rem;
}

@media screen and (max-width: 768px){
    #rule ul{
        display: block;
    }

    #rule ul li{
        width: 100%;
        margin-bottom: 100px;
    }
    

    #rule ul li:nth-child(3){
        margin-bottom: 0;
    }
}

/*
導入の流れ
*/
#flow{
    padding: 5rem 0;
}

.flow_wp{
    position: relative;
}

.flow_wp span.fig{
    position: absolute;
    right: 0;
    top: 470px;
    z-index: 9;
}

.flow_wp ul li{
    display: flex;
    counter-increment: step;
    background: #F9F9F9;
    border-radius: 12px;
    padding: 32px 60px 32px 112px;
    margin-bottom: 16px;
}

.step_num{
    width: 100px;
    height: 100px;
    background: #5D5FEF;
    color: #fff;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
    padding-top: 6px;
    margin-right: 24px;
}

.step_num:after{
    content: "0" counter(step);
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
}

.step_con h3{
    font-size: 2.2rem;
    color: #000000;
    margin-top: 1em;
}

.flow_wp li .step_con p{
    margin-top: 1em;
    font-size: 1.4rem;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width: 960px){
    .flow_wp ul li{
        padding: 32px 5%;
    }    
}


@media screen and (max-width: 867px){
    .sp_flow{
        display: flex;
        align-items: center;
    }

    .step_con h3{
        margin-top: 0;
    }

    .sp_flow .step_num{
        display: flex!important;
        width: 42px;
        height: 42px;
        font-size: 12px;
        line-height: 1;
        padding-top: 1px;
    }

    .step_num:after{
        font-size: 15px;
        line-height: 1.2;
    }

    .flow_wp span.fig{
        position: absolute;
        right: 0;
        top: -65px;
        z-index: 9;
    }

    .flow_wp span.fig img{
        max-width: 72px;
    }
}


/*
よくあるご質問
*/
#qa{
    padding: 5rem 0;
}

.qa_wp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#qa dl{
    width: calc(50% - 24px);
    margin-bottom: 40px;
    border-radius: 16px;
    overflow: hidden;
    background: #F9F9F9;
}

#qa dl dt{
    display: flex;
    align-items: flex-start;
    padding: 24px 24px 20px;
    color: #fff;
    background: #5D5FEF;
    font-size: 16px;
    line-height: 1.4;
}

#qa dl dt:before {
    content: "Q.";
    font-size: 2rem;
    margin: -3px 8px 0 0;
}

#qa dl dd{
    padding: 24px;
    display: flex;
    align-items: flex-start;
    line-height: 1.8;
    font-size: 14px;
}

#qa dl dd:before {
    content: "A.";
    font-size: 2rem;
    color: #5D5FEF;
    margin: 0 8px 0 0;
    line-height: 1;
}

@media screen and (max-width: 768px){
    .qa_wp{
        display: block;
    }

    #qa dl{
        width: 100%;
    }
}


/*
お問い合わせ
*/
#contact{
    padding: 5rem 0;
}

#contact .inr{
    background: #F9F9F9;
    padding: 5rem 0;
    border-radius: 18px;
}

#contact .contact_wp{
    max-width: 710px;
    margin: 0 auto;
    padding: 0 3%;
}

#contact .contact_wp dt,
#contact .contact_wp dd{
    font-size: 1.4rem;
}

#contact .contact_wp dd.radio{
    display: flex;
    border: solid 1px #000;
    border-radius: 3px;
    width: 280px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2;
}

#contact .contact_wp dl{
    margin-bottom: 2.8em;
}

#contact .contact_wp dt{
    margin-bottom: 0.5em;
}

#contact .contact_wp dd label{
    width: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3em 0;
    border-right: solid 1px #000;
}

#contact .contact_wp dd span:nth-child(2) label{
    border-right: none;
}

#contact .contact_wp dt:after{
    content: "必須";
    font-size: 1rem;
    color: #EB5149;
    margin-left: 1em;
}

#contact .contact_wp input[type="text"],
#contact .contact_wp input[type="email"],
#contact .contact_wp input[type="tel"],
#contact .contact_wp textarea{
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1.4rem;
    box-sizing: border-box;
    border: solid 1px #000;
    border-radius: 4px;
}

#contact .contact_wp textarea{
    resize: vertical;
}

#contact .contact_wp button{
    width: 30%;
    line-height: 1.6;
    font-size: 1.4rem;
    color: #fff;
    background: #A4A4A4;
    border-radius: 4px;
    display: block;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0.5em 0;
    appearance: none;
    margin: 0 auto;
    transition: 0.3s;
}

#contact .contact_wp button:hover{
    color: #fff;
    background: #5D5FEF;
}

@media screen and (max-width: 768px){
    #contact .contact_wp button{
        width: 100%;
    }
}

/*
運営会社
*/
#campany{
    padding: 5rem 0;
}

#campany table{
    width: 100%;
}

#campany table th,
#campany table td{
    font-size: 1.4rem;
    vertical-align: top;
    line-height: 1.6;
}

#campany table th{
    width: 180px;
}

#campany table td{
    padding-bottom: 3.2rem;
}

.copy{
    font-weight: normal;
    font-size: 12px;
    margin-top: 2.4rem;
}

@media screen and (max-width: 768px){
    #campany table th{
        width: 6em;
    }
}
/*
利用規約
*/
#terms {
    padding: 10rem 0 3rem;
    display: flex;
}

#terms_inr_p {
    width: 100%;
    vertical-align: top;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
}

.terms_inr_title {
    font-size: 3rem;
}
.terms_inr_section {
    font-size: 2rem;
    font-weight: bold;
    line-height: 6rem;
    margin: 2rem 0;
}
