﻿/*===========================================================================================*/
/* カタリスト・コンサルティング株式会社　WEBサイト [基本CSS]
/* 2023.02.01 - 
/*===========================================================================================*/

/*
Theme Name: Catalyst Consulting 2023
Theme URI: https://catalyst-consulting.jp/
Description: カタリスト・コンサルティング株式会社 オリジナルテーマ
Author: Akuseru Design
Author URI: https://akuseru-design.com/
Version: 1.0
*/

@charset "UTF-8";

/* -------------------------------------------------------------------------
 import.css
------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* font-family:'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');
/* font-family:'Noto Serif JP', serif; */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');
/* font-family:'M PLUS Rounded 1c', sans-serif; */

@import url("style_pc_common.css?v=20230201") 	only screen and (min-width: 981px);
@import url(  "style_pc_home.css?v=20230201") 	only screen and (min-width: 981px);
@import url(  "style_pc_page.css?v=20230201") 	only screen and (min-width: 981px);

@import url("style_pc_common.css?v=20230201") 	only screen and (max-width: 980px) and (min-width: 641px);
@import url(  "style_pc_home.css?v=20230201") 	only screen and (max-width: 980px) and (min-width: 641px);
@import url(  "style_pc_page.css?v=20230201") 	only screen and (max-width: 980px) and (min-width: 641px);

@import url("style_sp_common.css?v=20230201") 	only screen and (max-width: 640px);
@import url(  "style_sp_home.css?v=20230201") 	only screen and (max-width: 640px);
@import url(  "style_sp_page.css?v=20230201") 	only screen and (max-width: 640px);

@import url("style_pc_common.css?v=20230201") 	print;
@import url(  "style_pc_home.css?v=20230201") 	print;
@import url(  "style_pc_page.css?v=20230201") 	print;

/*===========================================================================================*/
/* end */
/*===========================================================================================*/
