@charset "UTF-8";


/*common---------------------*/
#worksearch .under_body {
    width:94%;
    margin: 0 auto 40px;
    padding-top:40px;
    color:#333;
}
#worksearch h4{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;;
}
#worksearch p{
    line-height: 1.6;
}
.txt_center{
    text-align: center;
}
br.pc{display: none;}

/*mv-------------------------*/
#worksearch .mv{
    width: 100%;
    background:#F6CA4A url(../images/worksearch_mv_bg_sp.png)no-repeat center bottom;
    background-size: cover;
    /*position: relative;*/
    min-height: 53.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12.5vh;
}

@media screen and (max-width: 768px){
#worksearch .mv{
    margin-top: 10vh;
}

}
#worksearch .mv .inner{
    width: 95%;
    margin: 0 auto;
    color: #000;
    box-sizing: border-box;
    height: auto;
    padding: 0;
}
#worksearch .mv .inner h2.mv_jattl {
    font-size: 2.6rem;
    letter-spacing: 2px;
    font-weight: bolder;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.3;
    text-align: center;
    box-sizing: border-box;
}
#worksearch .mv .inner h2.mv_jattl span{
    display: block;
    font-size:57%;
}
/*guide_list---------------------*/
ul.guide_list{
    margin: 40px 0 80px;
}
ul.guide_list li h5{
    background-color: #FCEEC5;
    border-bottom:1px solid #F6CA4A;
    font-weight: bold;
    text-align: center;
    padding:20px;
    margin-bottom:20px;
    white-space: nowrap;
}
.guide_list_detail{}
.guide_list_detail .img{
    text-align: center;
    margin-bottom:20px;
}
.guide_list_detail .img img.sp{
    width:100%;
    max-width:309px;
}
.guide_list_detail .img img.pc{
    display: none;
}
.guide_list_detail .txt ul.guide_how{
    margin: 30px 0 20px;
    font-weight: bold;
}
.guide_list_detail .txt ul.guide_how li{
    border:none;
}
.guide_list_detail .txt ul.guide_how li a::after{
    display: none;
}
.guide_list_detail .txt ul.guide_how li a{
    padding: 6px;
    border: 1px solid #46C7FE;
    text-align: center;
    color: #46C7FE;
    display: block;
    margin: 0 0 10px;
    border-radius: 6px;
    font-size: 0.9rem;
    box-sizing: border-box;
}
.guide_list_detail .txt ul.guide_how li a:hover{
    background-color: #46C7FE;
    color: #fff;
}
ul.guide_list li ul{
    margin:15px 0 80px;
}
ul.guide_list li ul li{
    border-bottom:2px solid #F6CA4A;
}
ul.guide_list li ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 10px;
    color:#333;
    padding:15px 0;
    line-height: 1.4;
    width:100%;
}
ul.guide_list li ul li a:hover{
    background-color: #FFFAE3;
}
ul.guide_list li ul li a::after{
    content:">";
    width:10px;
    height:10px;
    display: inline-block;
    color:#999999;
    margin-top:-10px;
}
/* ------------------------------------
tablet
---------------------------------------*/
@media screen and (min-width: 768px){
    br.sp{display: none;}
    #worksearch .mv{
        background: #F6CA4A url(../images/worksearch_mv_bg.png) no-repeat right;
    }
    #worksearch .mv .inner h2.mv_jattl{
        /*background-color: rgba(246,202,74,0.6);*/
        display: inline-block;
        padding: 0 10px;
    }
    /*guide_list---------------------*/
    ul.guide_list{
        display: flex;
        gap:0 15px;
        margin: 40px 0 80px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    ul.guide_list li{
        width:48%;
    }
    .guide_list li li{
        width:100%
    }
}
/* ------------------------------------
PC
---------------------------------------*/
@media screen and (min-width: 980px){
    /*common---------------------*/
    #worksearch .under_body {
        width:100%;
        max-width: 1160px;
        margin: 0 auto 80px;
        padding-top:100px;
    }
    #worksearch h4{
        font-size: 2rem;
    }
    #worksearch p{
        line-height: 1.8;
    }
    .txt_center{
        text-align: center;
    }
    br.pc{display: block;}
    /*mv-------------------------*/
    #worksearch .mv{
        background: url(../images/worksearch_mv_bg.png)no-repeat center bottom;
        /*background-size: 100%;
        height: 600px;*/
        background-size: cover;
    }
    #worksearch .mv .inner{
        padding-bottom:0;
    }
    #worksearch .mv .inner h2.mv_jattl {
        font-size: 4rem;
        letter-spacing: 4px;
        text-align: left;
    }
    .guide_list_detail{
        display: flex;
        justify-content: space-between;
    }
    .guide_list_detail div.img{
        width:46%;
    }
    .guide_list_detail div.txt{
        width:50%;
    }
    .guide_list_detail .img img.sp{
        display: none;
    }
    .guide_list_detail .img img.pc{
        display: block;
        width:100%;
    }
}
