@charset "UTF-8";
/* CSS Document */
@import url(common.css); /* 共通 */
@import url(header_footer_sp.css) screen and (max-width: 820px); /* 820以下 */
@import url(file21_bg_sp.css) screen and (max-width: 820px); /* 820以下 */
@import url(header_footer_pc.css) screen and (min-width: 821px); /* 820以上 */
@import url(file21_bg_pc.css) screen and (min-width: 821px); /* 820以上 */
@import url(aos.css) screen and (min-width: 821px); /* 820以上 */
