@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap'); /*primary_font_url*/
:root {
    --base-color: #1d1668;
    --primary-color: #1d1668;
    --secondary-color: #33a8ff;
    --tertiary-color: #f6fafd;
    --accent-color: #ff937e;
    --heading_font-family: "Noto Sans JP", sans-serif;
    --content_font-family: "Noto Sans JP", sans-serif;
    --h1_hero_color: #4a4a4a;
    --h1_hero_font-weight: 400;
    --h1_font-weight: 500;
    --button_border-radius: 999px;
    --form_input_border-radius: 10px;
    --header_box-shadow: none;
    --footer_background: #fff;
    --footer_color: #4a4a4a;
    --footer_content_color: #4a4a4a;
    --footer_link_color: #4a4a4a;
    --footer_link_hover_color: #33a8ff;
    --footer_h2_color: #4a4a4a;
    --footer_webring_background: #1D1668;
    --footer_webring_p_color: #fff;
    --footer_webring_li_color: #fff;
}

/*###> custom ###*/
.site-logo img {
max-height: 65px !important;
}

.page_vacancy-overview .is-bg-grey  {
background:#f5f5f5 ;
}
/*###< custom ###*/