@charset "UTF-8";

/* sass */
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:wght@100..900&family=Outfit:wght@100..900&display=swap");
body::before { background-image: linear-gradient(10deg, transparent 0%, transparent 25%, #003894 70%, #003894 100%); }
@media print, all and (min-width: 769px) { body::before { background-image: linear-gradient(10deg, transparent 0%, transparent 25%, #003894 50%, #003894 100%); } }
