@charset "utf-8";

/* common
============================================================ */
body{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
br.un_sp_br{
    display: none;
}
@media screen and (max-width:768px) {
    br.un_sp_br{
        display: inline;
    }
}


/* page-title
============================================================ */
.ly_page_ttl{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 300px;
    padding: 0 20px;
    background-color: #59bfd8;
    background-image: url(/recruit/group/img/fv_bg_pc.png);
    background-position: top 20px center;
    background-repeat: no-repeat;
    background-size: 915px;
}
.ly_page_ttl .el_page_ttl{
    box-sizing: border-box;
    padding-top: 30px;
    text-align: center;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
}
@media screen and (max-width:1024px) {
    .ly_page_ttl{
        background-size: 80%;
    }
    .ly_page_ttl .el_page_ttl{
        font-size: 30px;
    }
}
@media screen and (max-width:768px) {
    .ly_page_ttl{
        min-height: 340px;
        background-image: url(/recruit/group/img/fv_bg_sp.png);
        background-size: 320px;
    }
    .ly_page_ttl .el_page_ttl{
        line-height: 1.4;
    }
}

/* content
============================================================ */
#contents{
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 100px;
}
#contents .ly_content_inner{
    max-width: 960px;
    width: 100%;
    margin: auto;
}

/* content-text */
.bl_content_txt .el_content_head{
    margin: 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.16em;
}
.bl_content_txt .el_content_txt{
    margin: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.85em;
    letter-spacing: 0.03em;
}
@media screen and (max-width:1024px) {
    .bl_content_txt .el_content_head{
        font-size: 26px;
    }
    .bl_content_txt .el_content_txt{
        font-size: 18px;
    }
}
@media screen and (max-width:768px) {
    .bl_content_txt .el_content_head{
        font-size: 26px;
    }
    .bl_content_txt .el_content_txt{
        margin-top: 25px;
        font-size: 14px;
    }
}

/* tab-list */
.bl_type_tab{
    margin: 0;
    margin-top: 43px;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 45px;
}
.bl_type_tab .el_tab_item{
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 10px;
    width: calc((100% / 3) - 32px);
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.04em;
    transition: .3s;
}
.bl_type_tab .el_tab_item.is-active{
    opacity: .6;
}
@media (hover:hover){
    .bl_type_tab .el_tab_item:hover{
        opacity: .6;
    }
}
.bl_type_tab .el_tab_item#type-fresh{
    background-color: #33a7ef;
}
.bl_type_tab .el_tab_item#type-career{
    background-color: #3333cc;
}
.bl_type_tab .el_tab_item#type-both{
    background-color: #e2ae24;
}
@media screen and (max-width:1024px) {
    .bl_type_tab{
        gap: 21px;
    }
    .bl_type_tab .el_tab_item{
        width: calc((100% / 3) - 14px);
    }
}
@media screen and (max-width:768px) {
    .bl_type_tab{
        gap: 12px;
    }
    .bl_type_tab .el_tab_item{
        width: 100%;
    }
}


/* recruit-list */
.bl_recruit_list *{
    box-sizing: border-box;
}
.bl_recruit_list{
    margin: 0;
    margin-top: 60px;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}
.bl_recruit_list .bl_recruit_item{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 15px;
    width: calc((100% / 3) - 32px);
    min-height: 245px;
    border: 1px solid #808080;
}
.bl_recruit_item .bl_txt_wrap{
    margin: 0;
}
.bl_recruit_item .bl_txt_wrap .el_label{
    margin: 0;
    padding: 3px 5px;
    width: fit-content;
    min-width: 95px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
}
.bl_recruit_item.type-fresh .bl_txt_wrap .el_label{
    background-color: #33a7ef;
}
.bl_recruit_item.type-career .bl_txt_wrap .el_label{
    background-color: #3333cc;
}
.bl_recruit_item.type-both .bl_txt_wrap .el_label{
    background-color: #e2ae24;
}
.bl_recruit_item .bl_txt_wrap .el_ttl{
    margin: 0;
    margin-top: 16px;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
}
.bl_recruit_item .bl_txt_wrap .el_option{
    margin: 0;
    margin-top: 8px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.bl_recruit_item .el_btn{
    margin: 0;
    width: 100%;
}
.bl_recruit_item .el_btn + .el_btn{
    margin-top: 10px;
}
.bl_recruit_item .el_btn a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.02em;
    transition: .3s;
}
.bl_recruit_item .el_btn a::after{
    content: "";
    display: block;
    width: 17px;
    height: 19px;
    background-image: url(/recruit/group/img/blank_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bl_recruit_item .el_btn a:hover{
    opacity: .6;
}

@media screen and (max-width:1024px) {
    .bl_recruit_list{
        gap: 21px;
    }
    .bl_recruit_list .bl_recruit_item{
        width: calc((100% / 3) - 14px);
    }
}
@media screen and (max-width:768px) {
    .bl_recruit_list{
        gap: 25px;
        margin-top: 30px;
    }
    .bl_recruit_list .bl_recruit_item{
        width: 100%;
    }
}


/* btn_page_top
============================================================ */
#suntory_contents .btn_page_top {
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 20px;
    z-index: 16;
}
#suntory_contents .btn_page_top a {
    width: 70px;
    height: 70px;
    display: block;
    background: url(/recruit/group/img/pagetop.png) no-repeat center center;
    background-size: 100% auto;
    text-indent: -9999px;
}
#suntory_contents .btn_page_top.fixed {
    position: fixed;
}
#suntory_contents .btn_page_top.absolute {
    position: absolute;
}

@media screen and (max-width:768px) {
    #suntory_contents .btn_page_top {
        width: 70px;
        height: 70px;
		right: 20px;
		bottom: 20px;
		z-index: 50;
    }
    #suntory_contents .btn_page_top a {
		width: 70px;
        height: 70px;
		display: block;
        background: url(/recruit/group/img/pagetop.png) no-repeat center center;
        background-size: 100% auto;
        text-indent: -9999px;
    }
    #suntory_contents .btn_page_top.fixed {
        position: fixed;
    }
    #suntory_contents .btn_page_top.absolute {
        position: absolute;
    }
}