html
{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


.header_pc .menu_block a.pc_menu_1{
    color: #0e648c;
}

.blue_bg{
    background: #ebf8fe;
    padding: 50px 0;
}


.main_title
{
    /*padding-top: 160px;*/
}

.recruit_block
{
    padding: 30px 0;
}

.recruit_block .menu
{
    display: flex;
    justify-content: space-around;
}
.recruit_block .menu a
{
    background: #fff;
    border: 2px solid #186d8d;
    border-radius: 10px;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 50px 10px 30px;
    position: relative;
    text-decoration: none;
}
.recruit_block .menu a::after
{
    border-bottom: 1px solid #186d8d;
    border-right: 1px solid #186d8d;
    content: '';
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
}



.recruit_block table
{
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
}
.recruit_block th,
.recruit_block td
{
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    box-sizing: border-box;
    padding: 10px;
}
.recruit_block tr:first-of-type th,
.recruit_block tr:first-of-type td
{
    border-top: 1px solid #999;
}
.recruit_block th
{
    background: #186d8d;
    border-left: 1px solid #999;
    color: #fff;
    text-align: left;
}
.recruit_block td
{
    background: #fff;
    colot: #000;
}
.recruit_block table
{
    border-collapse: collapse;
}

.remarks
{
    display: flex;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
.remarks span
{
    word-break: keep-all;
}






@media all and (max-width: 768px) {
                .main_title
                {
                    padding-top: 50px;
                }
                .recruit_block .menu
                {
                    flex-direction: column;
                    justify-content: center;
                }
                .recruit_block .menu a:first-of-type
                {
                    margin-bottom: 10px;
                }

}
