@charset "UTF-8";

/*	┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
	┃　
	┃　初版 1.0.0
	┃　このファイルは、各ウェブサイトのassetsで管理する。	
	┃　
	┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛*/

/* CSS Document */

/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━
   ┃
   ┃　■　(お客様名)ウェブサイト
   ┃
   ┗━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━
   ┃
   ┃　■　ウェブサイト共有
   ┃
   ┗━━━━━━━━━━━━━━━━━━━━━━━━━ */

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');


/* ①画像の色が濃いので、上位レイヤーに相当するようにbackground-imageでベタ塗りで白の半透明の背景画像として設定し画像の色の濃さを抑える。 */
body {
	background-image: linear-gradient(
		to bottom,
		rgba(255,255,255,0.90),
		rgba(255,255,255,0.90)), 
		url("/assets/images/common/seino-logo_type2.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: 45%;
}

/* ②　h3タグをサイト独自のデザインに変更する。続けてあしらいを追加しても良い。 */
h3 {
	color:rgba(0,50,122,1.00);
	/*
	font-size:2rem;
	text-align:center;
	*/
}


/* ┌──────────────────────────
   │
   │　□　企業サイト
   │
   └───────────────────────── */

/* 　─────────　トップ　　─────────　 */

/* サービスのdivタグの背景画像 */
.sccs-top-service-area {
	background-image: linear-gradient(
		to bottom,
		rgba(255,255,255,0.90),
		rgba(227,237,255,0.90)
	  ), url("/assets/_seinoscc/img/home/sccs-home-service-bg.jpg");
	background-repeat: no-repeat ;
	background-size:cover;
	
	padding:5rem 0 0.1rem 0;
	margin-bottom:7rem;	
}

/* 　─────────　会社情報　───────── 　*/



/* 　─────────　お問合せ　─────────　 */

/* ┌──────────────────────────
   │
   │　□　採用サイト
   │
   └───────────────────────── */

/*　 ─────────　トップ　　─────────　 */

/*　 ─────────　新卒採用　─────────　 */

/* 　─────────　中途採用　───────── 　*/

/* 　─────────　エントリ　─────────　 */




