@charset 'utf-8';

@import url('normalize.css');
@import url('master.css') screen and (min-width: 641px),print;
@import url('block.css') screen and (min-width: 641px),print;
@import url('sp_master.css') screen and (max-width: 640px);
@import url('sp_block.css') screen and (max-width: 640px);

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap');

:root {
    --primary: #499ed7;
    --link: #032251;
    /* --secondary: #eef4ec;
    --accent: #e32489; */
    --black: #333;
    --gray40: #f5f5f5;
    --gray80: #ebebeb;
    --gray150: #d9d9d9;
    --gray400: #999;
    --gray600: #666;
    /* --bg1: #f0f2eb;
    --bg2: #d2e2d7; */
}

.worksans {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}