@charset "UTF-8";

/*
Theme Name: WP Maruso Group Theme
Theme URI: https://www.trustec.ne.jp/
Description: WP マルソーグループサイトのテーマ
Author: trustec
Version: 2023.08.16
*/

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WP Maruso Group Theme
	ver.2023.08.16.Custom-
	スタイルシート
────────────────────────────────────────
FileName:		/marusogroupTheme/style.css
Editor:			TRUSTEC
Description:	スタイルシート。
────────────────────────────────────────
2023/07/25:		公開。
2022/12/01:		開発開始。
2022/11/01:		サンプル開発開始。
────────────────────────────────────────
背景色:					#ffffff	rgba(255, 255, 255, 1)
本文文字色:				#000000	rgba(0, 0, 0, 1)
ハイライトカラー:		#ff0000	rgba(255, 0, 0, 1)
サブカラー：			#00ff00	rgba(0, 255, 0, 1)
ポイントカラー:			#0000ff	rgba(0, 0, 255, 1)
リンク:

フォント
	本文:				sans-serif
	見出し:				serif
	標準サイズ:			16px
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [COMMON] ::::: */

/* Custom Properties
--------- --------- --------- ------- */
:root {

	--common-background-color: #ffffff;
	--common-color: #464646;

	--common-font-family: noto-sans-cjk-jp, sans-serif;
	--common-font-style: normal;
	--common-font-weight: 400;
	--common-font-weight-medium: 500;
	--common-font-weight-bold: 700;
	--common-font-weight-black: 900;

	--common-font-an-family: raleway, sans-serif;
	--common-font-an-style: normal;
	--common-font-an-weight: 400;
	--common-font-an-weight-medium: 500;
	--common-font-an-weight-bold: 700;

	--title-font-size-25: clamp(1.2rem, 1.3vw, 1.389rem);
	--title-font-size-26: clamp(1.2rem, 1.36vw, 1.45rem);

	--title-font-size-100: clamp(2.5rem, 5.1vw, 5.4rem);	/*	Intro Title	*/
	--title-font-size-80: clamp(2.5rem, 4.1vw, 4.37rem);	/*	Intro-Child Title	*/
	--title-font-size-32: clamp(1rem, 1.57vw, 1.78rem);		/*	Intro Description	*/

	--title-font-size-35: clamp(1.2rem, 1.82vw, 1.94rem);	/*	Block Description Line	*/
	--title-font-size-35: clamp(1.5rem, 1.82vw, 1.94rem);	/*	Block Description Title	*/
	--title-font-size-18: clamp(0.8rem, 0.94vw, 1rem);		/*	Block Description P	*/

	--title-font-size-52: clamp(1.5rem, 2.71vw, 2.9rem);	/*	Section Title	*/
	--title-font-size-23: clamp(0.8rem, 1.2vw, 1.3rem);		/*	Section Title P	*/

	--title-font-size-36: clamp(0.8rem, 1.88vw, 2rem);		/*	Section Title VIDEO	*/

	--title-font-size-26: clamp(1rem, 1.36vw, 1.45rem);		/*	Block Title Rounded	*/

	--title-font-size-46: clamp(1.2rem, 2.4vw, 2.55rem);	/*	Button Category Menu Title	*/

	--title-font-size-36: clamp(1.2rem, 1.88vw, 2rem);		/*	Button Common Contact Title	*/

	--title-font-size-40: clamp(1.2rem, 2.1vw, 2.25rem);	/*	Signature	*/

	--title-font-size-24: clamp(1em, 1.25vw, 1.35em);		/*	Sales Office Block Description Content Lead	*/
	--title-font-size-35: clamp(1.2rem, 1.83vw, 1.945rem);	/*	Sales Office Area-01 Title	*/
	--title-font-size-25: clamp(1.2rem, 1.3vw, 1.38rem);	/*	Sales Office Area-02 Title, Area-03 Title	*/

	--title-font-size-34: clamp();	/*		*/

	--title-font-size-23: clamp(1rem, 1.2vw, 1.28rem);		/*	Recruit Message Text	*/


	--common-pointed-color-1: #ee2621;
	--common-pointed-color-2: #ee2621;
	--common-pointed-color-3: #ee2621;
	--common-pointed-color-4: #ee2621;
	--common-pointed-color-5: #ee2621;

	--common-border-color-1: #707070;
	--common-border-color-2: #707070;
	--common-border-color-3: #707070;
	--common-border-color-4: #707070;
	--common-border-color-5: #707070;

	--modal-dialog-background-color: #e0e0e0;
	--modal-dialog-color: #646464;

	--header-menu-background-color: transparent;
	--header-menu-color: #ffffff;
	--header-menu-scrolled-background-color: rgba(255, 255, 255, 0.9);
	--header-menu-scrolled-color: #000000;

	--footer-background-color: #e0e0e0;
	--footer-color: #646464;

	--sidebar-background-color: #5c5c5c;
	--sidebar-color: #ffffff;
}

/* Layout
--------- --------- --------- ------- */
html, body {
	/*
	-ms-scroll-padding-top: 60px;
	-webkit-scroll-padding-top: 60px;
	-moz-scroll-padding-top: 60px;
	-o-scroll-padding-top: 60px;
	scroll-padding-top: 60px;
	*/
	-ms-scroll-padding-top: 6rem;
	-webkit-scroll-padding-top: 6rem;
	-moz-scroll-padding-top: 6rem;
	-o-scroll-padding-top: 6rem;
	scroll-padding-top: 6rem;
}

/* Font
--------- --------- --------- ------- */
html {
	font-size: 18px;
/*	font-size: max(14px, 0.94vw);*/
}

/*	DisplayWidth < XS	*/
@media (max-width: 575px) {

	/* Font
	--------- --------- --------- ------- */
	html {
		font-size: 14px;
	}
}

/* Common Tags
--------- --------- --------- ------- */
body {
/*	background-color: #ffffff;
	color: #464646;*/

	/*
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka", sans-serif, system-ui;
	*/
/*	font-family: sans-serif, system-ui;
	font-weight: normal;
	font-style: normal;
    letter-spacing: initial;
	line-height: 1.5em;*/


	background-color: var(--common-background-color);
	color: var(--common-color);

	font-family: var(--common-font-family);
	font-weight: var(--common-font-weight);
	font-style: var(--common-font-style);
    letter-spacing: initial;
	line-height: 1.5em;
}

p {
	font-size: inherit;
	line-height: inherit
}

a {
	text-decoration: underline;
	transition: 0.4s;
}
a:hover {
	text-decoration: inherit;
	opacity: 0.5;
}

b, strong {
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	text-align: initial;
	margin: 0;
	padding: 0;
}

svg {
	fill: currentColor;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}

table, thead, tfoot, tbody,
tr, th, td {
	color: var(--common-color);
}





/* ::::: [SECTION : HEADER] ::::: */

/* Common
--------- --------- --------- ------- */
header {
}

/*
 * ページヘッダとグローバルメニューの記述は
 * style-header.css へ移行しました。
 */





/* ::::: [SECTION : FOOTER] ::::: */

/* Common
--------- --------- --------- ------- */
footer {
}

/*
 * ページフッタの記述は
 * style-foter.css へ移行しました。
 */





/* ::::: [SECTION : COMMON PARTS] ::::: */

/* Font & Text
--------- --------- --------- ------- */
.font-size-smaller {
	font-size: smaller;
}
.font-size-larger {
	font-size: larger;
}

/* Decoration
--------- --------- --------- ------- */

/* Indent
--------- --------- --------- ------- */
.indent {
	text-indent: 1em;
}



/* Call Telephone
--------- --------- --------- ------- */

/* Contact link
--------- --------- --------- ------- */

/* Contact Banner
--------- --------- --------- ------- */





/* :::::  [SECTION : MAIN] ::::: */

/* Intro
--------- --------- --------- ------- */



/* Headline
--------- --------- --------- ------- */
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}
