@charset "UTF-8";

@import url("reset.css") screen and (min-width:0px) and (max-width: 5000px);
@import url("common.css?20200927224321") screen and (min-width:0px) and (max-width: 5000px);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

/* PC */
@import url("style.css?20200927224316") screen and (min-width:800px) and (max-width: 5000px);

/* SP */
@import url("style_sp.css?20200927224318") screen and (min-width:0px) and (max-width: 799px);

/* Add 20240523 */
.works-link a img {
  max-width: 100%;
  height: auto;
}