@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}


/* サイト名 */
.site h1 a	{color: #000000;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px}

.site img	{border: none}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}

/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px}

.catchA {margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px;
	color: blue;
}

/* ヘッダー画像にキャッチコピーを重ねる */
.top	{position: relative}
.catch	{position: absolute;
	bottom: 7%;
	left: 3%
}

.top	{position: relative}
.catchA {
	position: absolute;
	bottom: 47%;
	left: 3%;
	font-weight: bold;
}
.sai {
	background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
}

/*ヘッダー画像上の文字を点滅させる */
.catchA {
	-webkit-animation: blink 3s ease infinite;
	animation: blink 1.5s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* 募集 */

.bosyu	a	{color: #0000ff;
		font-size: 18px}

.bosyu a:hover	{color: #ff1493;
		background-color: #dddddd}


/* ナビゲーション現在ページ */
.menu li a.current	{font-weight: bold}

.menu li a.current	{color: #ffffff}

.menu li a.current	{background-color: #6495ed}

.menu li a:hover	{color: #000000}

/* 特設・事業再構築サイト boxS */



/* 概要 */
.gaiyou a	{display: block;
	background-color: #222222;
	color: #ffffff;
	text-align: center;
	text-decoration: none}

.gaiyou a:hover	{opacity: 0.8}

.gaiyou i	{display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 38px}

.gaiyou .fa-database	{background-color: #bfbd13}

.gaiyou .fa-bar-chart-o	{background-color: #c58839}

.gaiyou .fa-envelope	{background-color: #859f46}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: normal}

.gaiyou p	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #524e3c;
	font-size: 12px}


/* お知らせ */
.news	{padding: 20px;
	border: solid 5px #dddddd}

.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.news li a:hover	{background-color: #eeeeee}

.news time	{color: #888888;
	font-weight: bold}

.news a:after	{content: "";
	display: block;
	clear: both}

.news time	{float: left;
	width: 70px}

.news .text	{float: none;
	width: auto;
	margin-left: 70px}


/* SNSメニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a {display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

/*
.follow-tw	{background-color: #63bafb}
*/
.follow-tw	{background-color: #222236}

 .fa-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
}
.follow li .x-font {
	font-weight: normal;
	font-family: fantasy, cursive;
	font-size: 18px;
	color: whitesmoke;
}
/*
.follow li a .x-2 {display: inline-block;
	padding: 0;
	font-size: 14px;
}
*/
.follow-fb	{background-color: #315096}
/*
.follow-is	{background-color: #E1306C}
*/
.follow-is	{background: linear-gradient(90deg, #5851db, #f77737);}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}


/* 補足説明 */
.follow-info	{margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center}

.follow-info {
	position: relative;
	background: #dddddd;
}
.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}



/* 記事 */
.kiji h1	{margin-top: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 20px #c50018;
	font-size: 36px;
	font-weight: normal}

.kiji h2	{margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	font-size: 28px;
	font-weight: normal}

.kiji h2 i	{margin-right: 7px;
	color: #888888}

.kiji p	{max-width: 640px;
	margin-top: 0;
	margin-bottom: 20px}

.kiji .lead	{max-width: 100%;
	font-size: 20px;
	color: #666666}

.kijiimg	{max-width: 100%;
	height: auto;
	margin-bottom: 20px}


/* プロフィール（沿革）・事業内容 */
.profile h1, .create h1	{margin-top: 20x;
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: bold}

.profile h2, .create h2	{margin-top: 0;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold}

.profile p, .create p	{margin-top: 0;
	margin-bottom: 40px}

.profile h3, .create h3	{margin-top: 0;
	margin-bottom: 10px}

.profile .lead	{font-size: 20px;
	color: #666666}

.create .lead	{font-size: 20px;
	color: #666666}

.create a	{color: #000000}

.create a:hover	{background-color: #eeeeee}


/* メッセージ文サイズとセンターに表示 */
.message	{text-align: center}

.message h1	{margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: bold}

.message h2	{margin-top: 0;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold}

.message h3	{margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold}

.massage p	{max-width: 640px;
	margin-top: 0;
	margin-bottom: 20px}


/* メッセージの章間隔 */
.message .dengon	{margin-bottom: 60px}

.message .consept	{margin-bottom: 60px}

.message .mokuhyou	{margin-bottom: 60px}

.message .daizi		{margin-bottom: 60px}

.message .taisetu	{margin-bottom: 60px}

.message .saigo		{margin-bottom: 60px}


/* パンくずリスト */
.bread	{margin-bottom: 20px}

.bread ol	{margin: 0;
	padding: 0;
	list-style: none}

.bread li a	{display: inline-block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.bread li a:hover	{background-color: #eeeeee}

.bread ol:after	{content: "";
	display: block;
	clear: both}

.bread li	{float: left;
	width: auto}

.bread li:after	{content: '\003e';
	margin-left: 10px;
	margin-right: 10px;
	color: #888888}


/* サイドメニュー */
.sidemenu	{border: solid 6px #dddddd}

.sidemenu h1	{margin: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: normal}

.sidemenu h1 i	{margin-right: 5px;
	color: #8abc60;
	font-size: larger}

.sidemenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{display: block;
	padding: 10px;
	border-top: solid 1px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.sidemenu li a:hover	{background-color: #eeeeee}

/* サイドメニューの現在ページ */
.sidemenu li a.current	{font-weight: bold}

.sidemenu li a.current	{color: #ffffff}

.sidemenu li a.current	{background-color: #6495ed}

.sidemenu li a:hover	{color: #000000;
			background-color: #eeeeee}


/* お問い合わせフォーム */
.annai h1	{font-size: 24px}

input[type="text"], input[type="email"], input[type="tel"]{
	border: 1px solid #ccc;
	width: 300px;
	font-family: sana-serif;
	font-size: 16px;
	}

textarea	{
	border: 1px solid #ccc;
	width: 70%;
	height: 160px;
	font-family: sans-serif;
	font-size: 16px;
	}

input:required,
input[type="email"]:invalid { background: #e0ffff;}

input[type="text"]:valid,
input[type="email"]:valid,
input[type="tel"]:vaild { background: transparent;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus { background: #faf4e2;
	}

/* Googleのお問い合わせフォーム */
	<!-- 作成のフォームに準ずる 



/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px}


/* BOX Aの下に罫線を挿入（コンテンツページのみ） */
.contents .boxA	{border-bottom: solid 1px #dddddd}

/* 特設サイトのpickup-A,-B,-Cを図形化する */
.pickup-A, .pickup-B, .pickup-C {border-style: none;
border-radius: 20px;
text-align: center;
background-color: #c6c2f9;}
/* 特設サイトpickup-A,-B,-Cにポインター */
.pickup-A:hover, .pickup-B:hover, .pickup-C:hover {color: #ffffff;
	background: #0000ff;
}


/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #dddddd}


/* ボックスの左右 */
.boxA, .box4, .box5, .pickup, .box6, .box7, .box8, .box9, .box10, .box11, .boxS
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下 */
.boxA	{padding-top: 20px;
	padding-bottom: 10px}

.box4	{padding-top: 20px;
	padding-bottom: 20px}

.box4-1	{padding-bottom: 20px}

.box4-2 {padding-bottom: 0px}

.pickup {padding-top: 20px;
	padding-bottom: 0px;}

.box6	{padding-top: 20px}

.box6-1, .box6-2, .box6-3
	{padding-bottom: 10px}

.box7	{padding-top: 25px;
	padding-bottom: 25px}

.box8	{padding-top: 25px;
	padding-bottom: 25px}

.box9	{padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: solid 1px #dddddd}

.box10	{padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: solid 1px #dddddd}

.box11	{padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: solid 1px #dddddd}






/* #####
	レスポンシブ								 
	359px以下
		--599以下
			--767以下
				--768px以上～999px以下
					--768px以上												 
						--1190px以上							
								########	
													 */





/* ########### 359px以下 ########### */
@media (max-width: 359px) {


/* サイト名 */
.site img	{width: 225px;
	height: auto}

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px}

.catchA {padding: 5px 10px;
	font-size: 12px}

	.catchA {
		visibility: visible;
	}

/* 記事 */
.kiji h1	{font-size: 26px}

.kiji h2	{font-size: 20px}

.kiji .lead	{font-size: 16px}

/* プロフィール（沿革）・事業内容 */
.profile h1, .create h1	{font-size: 26px}

.profile h2, .create h2	{font-size: 20px}

.profile h3, .create h3	{font-size: 18px}

.profile .lead	{font-size: 16px}

.create .lead	{font-size: 16px}

/* メッセージ */
.message h1	{font-size: 26px}

.message h2	{font-size: 20px}

.message h3	{font-size: 18px}


/* Googleお問い合わせフォーム */
iframe		{width: 100%}


}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {

	/*
	.catchA {
		visibility: hidden;
	}
	*/

	.catchA {
		visibility: visible;
	}

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

/* BOX8-1とBOX8-2の間に区切り線を入れる */
.box8-1	{border-bottom: solid 1px #dddddd}

.box8-2	{border-bottom: solid 1px #dddddd}

/* お問い合わせ内容ボックス */
textarea	{width: 100%}

/* Googleお問い合わせフォーム */
iframe		{width: 100%}

}


/* ########### 768px以上～999px以下 ########### */
textarea	{width: 90%}



/* ########### 768px以上 ########### */
@media (min-width: 768px) {


	.catchA {
		visibility: visible;
	}

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box1-1	{float: left;
	width: auto}

.box1-1 p	{margin-left: 30px;
		margin-top: 5px}

.box2	{float: right;
	width: auto}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 30%}


/* pickup-A, pixkup-B, pickup-Cを横に並べる設定 */
.pickup-inner::after {content: "";
	display: block;
	clear: both;}

.pickup-A {float: left;
	width: 32%;
	margin-right: 2%;}

.pickup-B {float: left;
	width: 32%;
	margin-right: 2%;}

.pickup-C {float: left;
	width: 32%;
	margin-right: 0%;}


/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-2	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-3	{float: left;
	width: 32%;
	margin-right: 0%;
}


/* BOX7-1とBOX7-2を横に並べる設定 */
.box7:after	{content: "";
	display: block;
	clear: both}

.box7-1	{float: right;
	width: 80%;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box7-2	{float: left;
	width: 20%}

/* BOX8-1とBOX8-2を横に並べる設定 */
.box8:after	{content: "";
	display: block;
	clear: both}

.box8-1	{float: left;
	width: 40%;
	padding-right: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box8-2	{float: left;
	width: 60%;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

/* BOX9-1、BOX9-2、BOX9-3を横に並べる設定 */
.box9:after	{content: "";
	display: block;
	clear: both}

.box9-1	{float: left;
	width: 18%;
	margin-right: 2%}

.box9-2	{float: left;
	width: 60%;
	margin-right: 2%}

.box9-3	{float: left;
	width: 18%}

/* BOX10-1、BOX10-2、BOX10-3を横に並べる設定 */
.box10:after	{content: "";
	display: block;
	clear: both}

.box10-1	{float: left;
	width: 18%;
	margin-right: 2%}

.box10-2	{float: left;
	width: 60%;
	margin-right: 2%}

.box10-3	{float: left;
	width: 18%}

/* BOX11-1、BOX11-2、BOX11-3を横に並べる設定 */
.box11:after	{content: "";
	display: block;
	clear: both}

.box11-1	{float: left;
	width: 18%;
	margin-right: 2%}

.box11-2	{float: left;
	width: 60%;
	margin-right: 2%}

.box11-3	{float: left;
	width: 18%}


/* Googleお問い合わせフォーム */
iframe		{width: 100%}



}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3, .box4, .boxA-inner, .box5-inner, .pickup, .box6, .box7, .box8, .box9, .box10, .box11, .boxS
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 20px;
	border-bottom: solid 1px #dddddd}


	.catchA {
		visibility: visible;
	}

}


