@charset "UTF-8";

#top_col3+.composite_box01 .inner_item>a::after{
    content: "";
    display: block;
    background: var(--i_btn_color);
    position: relative;
    display: inline-block;
    padding: 8px 20px 7px;
    text-align: center;
    font-family: inherit;
    border-radius: 100px;
    color: #fff!important;
    font-weight: 500;
    transition: 0.2s ease-in-out;
    line-height: 1.5;
    font-size: 1.5rem;
    margin-top: 20px;
}
#top_col3+.composite_box01 .inner_item>a:hover::after{
    opacity: 0.75;
}
#top_col3+.composite_box01 .inner_item:first-child>a::after{
    content: "Recruit";
}
#top_col3+.composite_box01 .inner_item:nth-child(2)>a::after{
    content: "Blog";
}
#top_col3+.composite_box01 .inner_item:nth-child(3)>a::after{
    content: "We need";
}
#top_col3+.composite_box01 .inner_item:last-child>a::after{
    content: "Q&A";
}
#top_col3+.composite_box01 .inner_item .inner_item_txt::before{
    content: "";
    display: block;
    text-align: center;
    margin-inline: auto;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin-bottom:5px;
}
#top_col3+.composite_box01 .inner_item:first-child .inner_item_txt::before{
    content: "求人一覧";
}
#top_col3+.composite_box01 .inner_item:nth-child(2) .inner_item_txt::before{
    content: "ブログ";
}
#top_col3+.composite_box01 .inner_item:nth-child(3) .inner_item_txt::before{
    content: "求める人物像";
}
#top_col3+.composite_box01 .inner_item:last-child .inner_item_txt::before{
    content: "よくある質問";
}
@media screen and (max-width: 700px){
    #top_col3+.composite_box01 .inner_item>a::after{
        padding: 8px 15px 8px;
    }
}