@charset "UTF-8";
/* PC用CSS */
@media print, screen and (min-width: 896px) {
/* 英語：Nirmala UI（ノーマル） */
@font-face {
	font-family: 'Nirmala UI';
	src: url(../font/Nirmala.ttf);
}
/* 英語：Nirmala UI（太字） 
@font-face {
	font-family: 'Nirmala UI B';
	src: url(../font/NirmalaB.ttf);
}*/
/* 日本語：UD デジタル 教科書体 NP-R */
@font-face {
	font-family: 'UD Digi Kyokasho NP-R';
	src: url(../font/UD Digi Kyokasho NP-R.ttc);
}

body {
	margin:0px;
	padding:0px;
	font-family:"Nirmala UI B", "UD Digi Kyokasho NP-R", "Meiryo", "メイリオ";
	/*font-family:"Nirmala UI", "UD Digi Kyokasho NP-R", "Meiryo", "メイリオ";*/
	min-width: 1200px;/*背景が横スクロールのときに消えないように*/
}

html>body {
	margin:0px;
	padding:0px;
	font-family:"Nirmala UI B", "UD Digi Kyokasho NP-R", "Meiryo", "メイリオ";
	/*font-family:"Nirmala UI", "UD Digi Kyokasho NP-R", "Meiryo", "メイリオ";*/
	min-width: 1200px;/*背景が横スクロールのときに消えないように*/
}

ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: yourDefinition;
}
ol li {
	padding-left: 30px;
	text-indent: -30px;
}
ol li:before {
	counter-increment: yourDefinition;
	content: counter(yourDefinition);
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-family: helvetica;
	text-indent: 0;
	background: #0054A7;
	border-radius: 100%;
}
/*
ul li {
	margin: 0px 10px 20px 20px;
	padding:0px;
	font-size:15px;
	line-height: 150%;
	color: #333333;
	text-align: left;
}
*/
li A         { color:#0066FF; text-decoration:underline;}
li A:link    { color:#0066FF; text-decoration:underline;}
li A:visited { color:#0066FF; text-decoration:underline;}
li A:hover   { color:#ff3300; text-decoration:underline;}

/*-------------------------------
 ドキュメント要素指定 
-------------------------------*/
#all {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}
/*-------------------------------
back白
-------------------------------*/
.fff{
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 40px 0px;
	clear:both;
}
/*-------------------------------
backグレー
-------------------------------*/
.eee{
	background-color: #eee;
	margin: 0px;
	padding: 10px 0px 40px 0px;
	clear:both;
}
/*-------------------------------
back白の透過
-------------------------------*/
.tfff{
	background-color:rgba(255,255,255,0.2);
	margin: 0px;
	padding: 10px 0px 40px 0px;
	clear:both;
}
/*-------------------------------
backオリジナルカラーの透過
-------------------------------*/
.toka{
	background-color:rgba(110,185,44,0.5);
	margin: 0px;
	padding: 10px 0px 40px 0px;
	clear:both;
}
/*-------------------------------
画面配置幅
-------------------------------*/
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame800 {
	width: 900px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
/*-------------------------------
ヘッダー
-------------------------------*/
#headdder {
	margin: 0px;
	height:86px;
	text-align: left;
}

#headdder .logo {
	float: left;
	margin-left: 10px;
	padding-top: 0px;
}

#headdder .telpc {
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

/*-------------------------------
メニュー
-------------------------------*/
ul#navi {
	height:35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
}

ul#navi li {
	float:left;
	height:35px;
	font-size:15px;
	display: block;
	margin:  0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	text-align: center;
}

ul#navi li a {
	display: block;
	height:35px;
	margin:  0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	text-decoration: none;
}
/*-------------------------------
メニュー固定
-------------------------------*/
.fixed {
	position: fixed;
	top: 0;
	width: 1200px;
	z-index: 10000;
	background-color: #F18900;
	color: #fff;
}
.fixed A         { color: #fff; text-decoration: underline}
.fixed A:link    { color: #fff; text-decoration: underline}
.fixed A:visited { color: #fff; text-decoration: underline}
.fixed A:hover   { color: #ff3300; text-decoration: none}
/*-------------------------------
コンテンツ
-------------------------------*/
#content {
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
	background-image: url("../image/top/back.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}
/*--------------------------
メイン画像
--------------------------*/
#maine {
	width:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#maine img {
	object-fit: contain;
	width: 98%;
	margin: 0px;
	padding: 80px 0px 30px 0px;
}

#content h1 {
	font-weight: bold !important;
	margin: 0px 0px 5px 0px;
	padding: 30px 0px 0px 0px;
	height: 50px;
	color: #FFF;
	font-size:25px;
	text-align: center;
}

#content h2 {
	margin: 30px 0px 10px 0px;
	padding: 10px 0px 10px 20px;
	font-size:20px;
	line-height: 170%;
	color: #0054A7;
	border-top: 1px dashed #0054A7;
	border-bottom: 1px dashed #0054A7;
	text-align: left;
	background-color: #ffffff;
}

#content h3 {
	margin: 5px 0px 0px 0px;
	padding: 10px;
	font-size:18px;
	line-height: 120%;
	color: #fff;
	text-align: left;
	background-color: #0054A7;
}
#content h3 A         { color: #fff; TEXT-DECORATION: none;}
#content h3 A:link    { color: #fff; TEXT-DECORATION: none;}
#content h3 A:visited { color: #fff; TEXT-DECORATION: none;}
#content h3 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h4 {
	margin: 5px 5px 20px 5px;
	padding: 20px 10px 0px 10px;
	font-size:17px;
	color: #555;
	font-weight:bold;
	line-height: 120%;
	text-align: left;
	border-bottom: 2px solid #999;
}
#content h4:first-letter {
	font-size: 1.5em;
}

#content h5 {
	margin: 10px 0px;
	padding: 5px 10px;
	font-size:16px;
	color: #fff;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
	/*border: 1px solid #0054A7;
	border-radius: 4px;*/
	background: #0054A7;
}

#content h5 A         { color: #fff; TEXT-DECORATION: none;}
#content h5 A:link    { color: #fff; TEXT-DECORATION: none;}
#content h5 A:visited { color: #fff; TEXT-DECORATION: none;}
#content h5 A:hover   { color: #FFB973; TEXT-DECORATION: none;}

#content h6 {
	margin: 5px;
	padding: 10px 10px 15px 10px;
	font-size:15px;
	color: #0054A7;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
	border: 1px solid #0054A7;
	/*border-radius: 4px;*/
	background: #fff;
}

#content h6 A         { color: #0054A7; TEXT-DECORATION: none;}
#content h6 A:link    { color: #0054A7; TEXT-DECORATION: none;}
#content h6 A:visited { color: #0054A7; TEXT-DECORATION: none;}
#content h6 A:hover   { color: #FFB973; TEXT-DECORATION: none;}
	
#content p {
	margin: 0px 20px 10px 20px;
	padding:0px;
	font-size:16px;
	line-height: 180%;
	color: #333333;
	text-align: left;
}
#content p A         { color:#663300; text-decoration:none;}
#content p A:link    { color:#663300; text-decoration:none;}
#content p A:visited { color:#663300; text-decoration:none;}
#content p A:hover   { color:#ff3300; text-decoration:none;}

/*----------------------------------------------------
画像(右)と文章の記述
----------------------------------------------------*/
.rwdbox{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	/*width: 100vw;*/
}
.lefttop{
	width: 60%;
	margin: 5px;
	padding: 5px;
	font-size:15px;
	line-height: 180%;
	color: #333333;
	text-align: left;
}
.rightbottom{
	padding:5px;
	width 35%;
	text-align: right;
	float:right;
}
.rightbottom img{
	width: 100%;
}

/*----------------------------------------------------
画像(左)と文章の記述
----------------------------------------------------*/
.rwdbox2{
	margin:2px 50px 5px 50px;
	overflow:auto;
}
.lefttop2{
	padding:5px;
	float:left;
	width:30%;
}
.rightbottom2{
	padding:5px;
	width:55%;
	text-align: left;
	float:right;
	font-size:15px;
	line-height: 180%;
	color: #333333;
}
/*--------------------------
会社概要
--------------------------*/
#content table {
	text-align: left;
	font-size:14px;
	border-collapse: separate;
	border-spacing: 15;
	text-align: left;
}

#content table th {
	padding: 15px;
	vertical-align: top;
	font-weight: normal;
}
#content table td {
	padding: 15px;
	vertical-align: top;
}

#content table.type01 {
	width:100%;
	margin: 30px 0px 0px 0px;
	padding:0px;
	border-collapse: separate;
	border-spacing: 15;
	text-align: left;
	line-height: 1.5;
}

#content table.type01 th {
	white-space: nowrap; /*テキストが1行にする（折り返させない）*/
	padding: 10px;
	background: #eee;
	font-weight: normal;
}
#content table.type01 td {
	padding: 10px;
	border-bottom: 1px solid #fff;
	background: #fff;
}

/*---------------------------------
画像にマウスを載せると色が薄くなる
---------------------------------*/
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/*--------------------------
福利厚生(product)
--------------------------*/
.product {
	margin: 50px 0px 0px 10px;
	padding: 0px;
	width:285px;
	height: auto;
	/*height: 450px;*/
	float: left;
	line-height: 100%;
	/*border: 1px #999 dashed;*/
}
.product A:link    { color:#FF6600; text-decoration:none;}
.product A:visited { color:#FF6600; text-decoration:none;}
.product A:hover   { color:#ff3300; text-decoration:none;}

.product img {
	width: 250px;
	height: 250px;
	object-fit: cover;/*元画像が長方形でも正方形にカットする*/
	margin-right: 3%;
}
/*--------------------------
事業内容(product1)
--------------------------*/
.boxA:after {
	content: "";
	display: block;
	clear: both;
}
.box1{
	float: left;
	width: 25%;
}
.box2{
	float: left;
	width: 25%;
}
.box3{
	float: left;
	width: 25%;
}
.box4{
	float: left;
	width: 25%;
}
/*--------------------------
グループ紹介(product2)
--------------------------*/
.product2 {
	margin: 50px 0px 0px 10px;
	padding: 0px;
	width:285px;
	height: auto;
	float: left;
	line-height: 100%;
}

.product2 A:link    { color:#FF6600; text-decoration:none;}
.product2 A:visited { color:#FF6600; text-decoration:none;}
.product2 A:hover   { color:#ff3300; text-decoration:none;}

.product2 img {
	object-fit: contain;
	width: 280px;
	height: 200px;
	object-fit: cover;/*元画像が長方形でも正方形にカットする*/
	margin: 0px;
	padding: 5px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
}
.product2 img:hover {
	-ms-filter: "alpha( opacity=85 )";/*for IE8*/
	filter: alpha(opacity=85); /*for IE6〜7*/
	opacity: 0.85;
}
/*--------------------------
商品画像調整
--------------------------*/
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

/*--------------------------
画像を丸く
--------------------------*/
.image-round{
	border-radius: 80%;
}
/*--------------------------
画像に動きをつける
--------------------------*/
.image-round_tilt {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.image-round_tilt:hover {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
/*--------------------------------
3個のBOXのCSS
--------------------------------*/
.wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
	width: 100%;

}
.box{
	width: 31%;
	margin: 1%;
	background-color: #fff;
	padding: 5px 0px 0px 0px;
}
.box UL {
	LIST-STYLE-TYPE: square; 
	margin: 10px 0px 10px 30px;
	padding: 0px;
	letter-spacing:1pt;
}

.box li {
	margin: 0px;
	font-size:15px;
	color:#333333;
	padding: 10px 0px 0px 0px;
	line-height:160%;
	letter-spacing:1pt;
	text-align:left;
}

.box li A         { color: #000000; TEXT-DECORATION: none;}
.box li A:visited { color: #000000; TEXT-DECORATION: none;}
.box li A:hover   { color: #ff9900; TEXT-DECORATION: none;}
/*--------------------------
検索タグ
--------------------------*/
ul#tagu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

ul#tag li {
	float:left;
	background: #717171;
	color: #FFFFFF;
	font-size:13px;
	display: block;
	margin:  5px;
	padding: 5px;
	text-align: center;
	border-radius: 5px;       /* ←角丸の半径 */
	/*border: 1px solid #99A07E;*/
}
/*---------------------------------
サイト内リンクの位置調整
.anchor {
	padding-top: 86px;
	margin-top: -86px;
}
/*--------------------------------
フッター
--------------------------------*/
#foot {
	margin: 0px 0px 0px 0px;
	padding:  20px 0px 15px 0px;
	clear: both;
	background-color:  #0054A7;
}

#foot p {
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#foot p A:link    { color:#FFFFFF; text-decoration:none;}
#foot p A:visited { color:#FFFFFF;text-decoration:none;}
#foot p A:hover   { color:#ff3300; text-decoration:underline; }

/*--------------------------------
topへボタン
--------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 50px;   /* ←下端からの距離 */
	right: 15px;    /* ←右端からの距離 */
	width: 50px;     /* ←横幅 */
	height:50px;
	
	/* ▼最初は非表示にしておく */
	display: none;
	
	/* ▼配色・配置・文字の装飾など */
	background-color: #717171; /* ←背景色 */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 0px;       /* ←角丸の半径 */
	text-align: center;    /* ←文字の位置 */
	font-size: 80%;       /* ←文字サイズ */
	font-weight: bold;     /* ←文字の太さ */
	margin: 0px;    /* ←外側の余白 */
	padding: 15px;  /* ←内側の余白 */
}
#topbutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
	/* ▼マウスが載ったときの装飾 */
	color: #333333;              /* ←文字色 */
	text-decoration: underline; /* ←下線あり */
}
/*--------------------------------
非表示
--------------------------------*/
#headder {
	display:none;
}

.mob {
	display:none;
}

#headder {
	display:none;
}

.usiro {
	display:none;
}
.tel {
	display:none;
}
}