@charset "shift_jis"; 

/*********************************************************
共通設定
*********************************************************/


/*
見出し
*********************************************************/

h1{
	position:relative;
	font-size: 1.45rem;
  line-height: 1em;
	font-weight:normal;
	white-space: nowrap;/*改行しない*/
	z-index:4;
	margin-bottom:5px;
	}
/*ページタイトル*/
h2{
	position:relative;
	z-index:-2;
	background:url(../images/common/2ndImg.jpg) center center no-repeat;
	background-size:;
	text-align:center;
	font-weight:bold;
	font-size:1.6em;
	line-height:1.5em;
	padding:3em 0;
	}
h2:before{
	position:absolute;
	bottom: 50%;
	right:50%;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	z-index:-1;
	width:70%;
	padding:1.6em 0;
	content:'';
	max-width:600px;
	background-color:rgba(255,255,255,0.8);
	background:         linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0) 100%);
	background:      -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0) 100%);
	}

/*タイトル*/
h3{
	font-weight:bold;
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:20px;
	}
h3:before{
	display:inline-block;
	vertical-align:super;
	content:'';
	width:30px;
	height:2px;
	background-color:#258ecf;
	margin-right:10px;
	}
h3 .link{
	display:inline-block;
	margin-top:1em;
	float:right;
	margin-left:auto;
	font-size:1.4rem;
	line-height:1.5em;
	}
h3 .h3text{
	display:block;
	font-size:1.3rem;
	line-height:1.4em;
	font-weight:400;
	color:#222;
	}
h3 > a{
	text-decoration:none;
	color:#258ecf;
	}
/*サブタイトル*/
h4{
	border-top:#258ecf solid 2px;
	background-color:#fff;
	border-bottom:#ccc solid 1px;
	padding:10px;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom:20px;
	}
h4 span{
	display:inline-block;
	}
h5{
	border-left:#258ecf solid 4px;
	padding:5px 5px 5px 14px;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.5em;
	margin-bottom:10px;
	}
h5 span{
	display:block;
	color:#222;
	}
h6{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
	}
h6 i{ color:#258ecf; margin-right:5px;}

@media only screen and (min-width : 600px){
	h1{}
	h2{
		font-size:2em;
		line-height:1.5em;
		}
	h3{
		font-size:1.8em;
		line-height:1.5em;
		}
}
@media only screen and (min-width : 1025px){
	h2{
		font-size:2.8em;
		line-height:1.5em;
		}
	h3{
		font-size:2em;
		line-height:1.5em;
		margin-bottom:30px;
		}
	h3:before{
		width:40px;
		height:4px;
		}
	h3 .link{
		margin-top:2em;
		font-size:1.6rem;
		line-height:1.5em;
		}
	h3 .h3text{
		display:inline-block;
		font-size:1.5rem;
		line-height:1.4em;
		margin-left:20px;
		}
	h4{
		font-size:1.2em;
		line-height:1.5em;
		padding:20px;
		}
	h5{
		font-size:1.5em;
		line-height:1.5em;
		margin-bottom:20px;
		}
	h6{
		margin-bottom:20px;
		}
}
@media only screen and (min-width : 1400px){
	h1{
		margin-bottom:8px;
		}
	h3{
		margin-bottom:40px;
	}
	h4{
		font-size:1.5em;
		line-height:1.5em;
		margin-bottom:30px;
		}
	h5{
		font-size:1.8em;
		line-height:1.5em;
		margin-bottom:30px;
		}

}

/*IE*/
@media all and (-ms-high-contrast:none){
}


/*
共通-コンテンツ
*********************************************************/

.contents{padding:20px 0;}

/*<hr class="inner nextCont">*/
hr.nextCont{border-top:#eee 3px dashed;}

@media only screen and (min-width : 600px){
	.contents{padding:40px 0;}
}
@media only screen and (min-width : 1025px){
	.contents{padding:60px 0;}
}

/*
ボタン
***********************************************************/
/*<p class="link"><a href="results/"><i class="fa-solid fa-circle-chevron-right"></i>導入事例を見る</a></p>*/
.link a{
	color:#222;
	text-decoration:none;
	font-weight:400;
	}
.link i{color:#258ecf; margin-right:5px;}


/*<p class="btnL"><a href="javascript:history.back();"><i class="fa-solid fa-arrow-rotate-left"></i>前のページにもどる</a></p>*/
/*<p class="btnL"><a href="results/"><i class="fa-solid fa-circle-chevron-right"></i>導入事例を見る</a></p>*/
.btnL a{
	display:block;
	text-align:center;
	max-width:800px;
	margin:auto;
	padding:20px;
	text-decoration:none;
	color:#222;
	font-weight:bold;
	border:#cccccc solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#f7f7f7));
	background:-webkit-linear-gradient(top, #ffffff 0% , #f7f7f7 100%);
	background:-moz-linear-gradient   (top, #ffffff 0% , #f7f7f7 100%);
	background:-o-linear-gradient     (top, #ffffff 0% , #f7f7f7 100%);
	background:-ms-linear-gradient(top, #ffffff, #f7f7f7); /* IE */
	background:linear-gradient        (top, #ffffff 0% , #f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
		GradientType=0,startColorstr='#FFffffff', endColorstr='#FFf7f7f7');/*IE10用（色の頭にFFが必要）*/
	transition: 0.1s all ease 0s;
	}
.btnL a i{ margin-right:8px;color:#258ecf;}

/**/
.btnLRed a{
	display:block;
	text-align:center;
	max-width:800px;
	margin:auto;
	padding:20px;
	text-decoration:none;
	color:#222;
	font-weight:bold;
	border:#cccccc solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: 0.1s all ease 0s;
	background:#bc002a;
	color:#fff !important;
	}
.btnLRed a i{ margin-right:8px;color:#fff !important;}

.btnLRed a:hover,
.btnLRed a:active{
	background:#8d001f;
	}

/*
subMenu2
**********************************************************/
.subMenu2{
	position:relative;
	z-index:1;
  display:flex;
	gap:20px;
	flex-wrap: wrap;
	border:#ccc solid 1px;
	padding:10px;
	}
.subMenu2 a{
	display:block;
	color:#222;
	text-decoration:none;
	}
.subMenu2 a i{
	color:#258ecf;
	margin-right:8px;
	}

@media only screen and (min-width : 1025px){
	.subMenu2{
		padding:20px;
	}
}

/*
subMenu
**********************************************************
.subMenu{
	position:relative;
	z-index:1;
  display:flex;
  align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top:#258ecf solid 2px;
	border-bottom:#258ecf solid 2px;
	padding:10px 5px;
	background-color:rgba(255,255,255,0.5);
	gap:5px;
	}
.subMenu p{
	 flex: 1 0 30%;
		}
.subMenu a{
  display: flex;
  align-items: center;
  justify-content: center;
	position:relative;
	height:100%;
	text-align:center;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	border:#cccccc solid 1px;
	padding:10px 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#f7f7f7));
	background:-webkit-linear-gradient(top, #ffffff 0% , #f7f7f7 100%);
	background:-moz-linear-gradient   (top, #ffffff 0% , #f7f7f7 100%);
	background:-o-linear-gradient     (top, #ffffff 0% , #f7f7f7 100%);
	background:-ms-linear-gradient(top, #ffffff, #f7f7f7); 
	background:linear-gradient        (top, #ffffff 0% , #f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
		GradientType=0,startColorstr='#FFffffff', endColorstr='#FFf7f7f7');
	transition: 0.1s all ease 0s;
	}
	.subMenu a:hover,
	.subMenu a:active{
		background:#f7f7f7;
		color:#c00000;
		box-shadow:none;
		-moz-box-shadow:none;
		-o-box-shadow:none;
		-webkit-box-shadow:none;
		}
@media only screen and (min-width : 600px){
	.subMenu p{
		 flex: 1 0 20%;
			}

}
@media only screen and (min-width : 1025px){
	.subMenu{
		padding:20px 15px;
		gap:10px;
		}
	.subMenu p{
		 flex: 1 0 10%;
			}
}

*/

/*
ヘッダー
*********************************************************/
#header{
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	width:100%;
	height:65px;
	}
#header .innerFull{
	display:flex;
	align-items:center;
	height:100%;
	position:relative;
	}
.h-left{padding-right:10px;}
.logo {
	max-height:42px;
	}
.logo img{max-height:26px;}
.logo a:hover img,
.logo a:active img{
	transform:scale(1);
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	}

.h-right{ display:none;}
	.h-tel{}
	.h-tel a{
		display:block;
		text-decoration:none;
		font-weight:bold;
		white-space:nowrap;
		text-align:center;
		padding:10px 2px;
		color:#222;
		font-size:1.2em;
		}
	.h-tel i{ margin-right:5px; color:#bc002a;}
	.h-tel a:hover,
	.h-tel a:active{
		color:#8d001f !important;
		}
	.h-mail{}
	.h-mail a{
		display:block;
		text-decoration:none;
		background-color:#bc002a;
		color:#fff;
		font-weight:bold;
		white-space:nowrap;
		text-align:center;
		padding:10px 15px;
		}
	.h-mail i{ margin-right:5px;}
	.h-mail a:hover,
	.h-mail a:active{
		background-color:#8d001f;
		color:#fff !important;
		}

@media only screen and (min-width : 768px){
	.h-right{
		display:flex;
		gap: 20px;
		margin-left:auto;
		}

}
@media only screen and (min-width : 1025px){
	.h-tel a{ padding:9px 2px;}
	.h-mail a{ padding:9px 15px;}
}
@media only screen and (min-width : 1200px){
}
@media only screen and (min-width : 1400px){
	#header{
		height:78px;
	}
	.logo {flex-shrink: 0;width:400px;}
	.logo img{max-height:none;}
	.h-right{ margin-left:20px;}


}

/*IE*/
@media all and (-ms-high-contrast:none){
}


/*
お問い合わせボタン
*********************************************************/
.f-InqWrap{
	border-top:#eee solid 1px;
	}

.f-Inq{
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.f-Inq > *{
	flex-shrink: 0;
	width:47%;
	margin-bottom:20px;
	}


.f-Inq a{
	display:block;
	position:relative;
	height:100%;
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	overflow:hidden;
	text-align:center;
	color:#258ecf;
	font-weight:bold;
	text-decoration:none;
	}
.f-Inq a > i{
	display:inline-block;
	text-align:center;
	padding:0.6em 0;
	font-size:3em;
	line-height:1em;
	transition:0.6s all;
	}
.f-Inq a:hover > i,
.f-Inq a:active > i{
	position:relative;
	z-index:1;
	transform:scale(1.1);
	}

.f-Inq a > p{
	background-color:#f1f7fa;
	padding:0.9em 0;
	color:#222;
	text-align:center;
	font-size:0.94em;
	line-height:1.5em;
	}
.f-Inq a  > p > i{
	color:#258ecf;
	margin-right:8px;
	}
.f-Inq a:hover  > p,
.f-Inq a:active  > p{
	color:#bc002a;
	}
@media only screen and (min-width : 1025px){
	.f-Inq{
		max-width:100%;
	}
	.f-Inq > *{
		width:23.5%;
		}

	.f-Inq a  > p{
		font-size:1.1em;
	}
	.f-Inq a > i{
		padding:0.8em 0;
		}
}

/*
サイトマップ
*********************************************************/
.sitemapWrap{ display:none;}

@media only screen and (min-width : 1025px){

.sitemapWrap{
	display:block;
	background-color:#f7f7f7;
	}
.sitemapWrap > div{
	display:flex;
	gap: 3%;
	justify-content:space-between;
	}
.sitemapWrap > div > * {
	flex: 1;
	}
.sitemapWrap a{
	text-decoration:none;
	color:#222;
	}
.sitemapWrap a i{ margin-right:5px; color:#258ecf;}
.sitemapWrap dt{
	font-weight:bold;
	font-size:1.1em;
	border-bottom:#258ecf solid 1px;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	}
.sitemapWrap dd{
	padding:3px 10px;
	font-size:0.9em;
	}
}
/*
フッター
*********************************************************/
#footer{
	/*position: absolute; ←wrapperの一番下に表示 */
	bottom: 0;
	left:0;
	width:100%;
	clear:both;
	float:none;
	padding:30px 0;
	background:#444444;
	color:#fff;
	text-align:center;
	}
#footer a{ color:#fff;}
.f-logo img{ max-height:30px; margin:auto;}
.copyright{
	background:#333333;
	padding:10px 0;
	font-size:0.6em;
	line-height:1;
	color:#ffffff;
	text-align:center;
	}
/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
	#footer{padding:50px 0;}
	#footer a{text-decoration:none;}

}
/*IE*/
@media all and (-ms-high-contrast:none){
}




/*mainImg
*********************************************************/
.mainImgWrap{
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	}
.mainImg{
	position:relative;
	overflow:hidden;
	max-width:1800px;
	margin-left:auto;
	margin-right:auto;
	}

.mainImg .mainOver{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:'';
	background:url(../images/mainImg/mainOver.png);
	z-index:2;
	}

.mainTxtWrap{
	position:absolute;
	bottom: 50%;
	right:50%;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	width:80%;
	max-width:783px;
	z-index:4;
	}


/*********************************************************
index
*/
/**/
.topProductsWrap{
	}
.productsList{
	display:flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap:2.5%;
	}
.productsList > *{
	flex-shrink: 0;
	width:calc(95% / 3);
	margin-bottom:20px;
	}
.productsList a{
	display:block;
	text-decoration:none;
	color:#222
	}
.productsList a:hover,
.productsList a:active{
	color:#bc002a;
	}
.productsList p{
	overflow:hidden;
	/*
	background-color: #eee;
  background-image: radial-gradient(112.74% 112.74% at 81.07% 78.35%, rgba(183, 186, 188, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
	*/
	background:url(../images/products/productsListBg.jpg) center center no-repeat;
	background-size: cover;
	}
.productsList span{
	display:block;
	position:relative;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
	line-height:1em;
	white-space:nowrap;
	padding-right:1.4em;
	}
.productsList i{
	display:inline-block;
	width:1em;
	text-align:right;
	color:#258ecf;
	margin-right:0.4em;
	}

@media only screen and (min-width : 600px){
	.productsList span{
		margin-top:10px;
		font-size:1.1em;
		line-height:1em;
		}
}
@media only screen and (min-width : 1025px){
	.productsList > *{
		width:calc(87.5% / 6);
		}
	.productsList span{
		margin-top:10px;
		font-size:1em;
		line-height:1em;
	}
}
@media only screen and (min-width : 1400px){
	.productsList span{
		margin-top:20px;
		font-size:1.1em;
		line-height:1em;
		}
}

/**/
.topResults{
	background-color:#fff;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
	}
.topResults a{
	display:block;
	text-decoration:none;
	color:#222 !important;
	}

.topResultsTxt{
	padding:20px;
	}
.topResults a:hover .topResultsTxt p.link,
.topResults a:active.topResultsTxt p.link{
	color:#bc002a !important;
	}

@media only screen and (min-width : 1025px){
	.topResults a{
		display:flex;
		flex-direction: row-reverse;
		}
	.topResultsImg{
		flex-shrink: 0;
		width:60%;
		}
	.topResultsTxt{
		flex-shrink: 0;
		width:40%;
		}
}
@media only screen and (min-width : 1400px){
	.topResultsTxt{
		padding:40px;
		}
}

/**/
.topNewsWrap{}


.topBnr{
	display:flex;
	justify-content:center;
	gap: 3%;
	margin-top:20px;
	margin-bottom:10px;
	}
.topBnr.dispPC{ display:none;}
.topBnr.dispSPTAB{}

/*NEWS*/
.newsScroll{
	max-height:360px;
	overflow-y:auto;
	}
	.newsScroll::-webkit-scrollbar {
    width: 5px;
		}
	.newsScroll::-webkit-scrollbar-track {
    background-color:#ddd;
		}
 	.newsScroll::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color:#ccc;
		}
.topNewsWrap .newsScroll{
	height:280px;
	max-height:none;
	}

.news{}

.topNewsWrap .news{
	background-color:#fff;
	padding:20px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}

.news dl{
	float:none;
	clear:both;
	padding:20px 10px;
	border-bottom:#ddd solid 1px;
	}
.news .newsDate{
	float:left;
	width:120px;
	padding:2px 0;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.3em;
	}
.news .newsCate{
	float:right;
	padding:2px;
	width:140px;
	background:#fff;
	border:#dddddd solid 1px;
	color:#666;
	text-align:center;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	font-size:0.9em;
	line-height:1.3em;
	}
	.newsCate.newsCate1{color:#bc002a;}/*お知らせ*/
	.newsCate.newsCate2{color:#366e17;}/*製品情報*/
	.newsCate.newsCate3{color:#258ecf;}/*導入事例*/
	.newsCate.newsCate4{color:#f48400;}/*展示会情報*/
	.newsCate.newsCate5{color:#0d2393;}/*メディア情報*/
	.newsCate.newsCate6{color:#272f9a;}/*採用情報*/
	.newsCate.newsCate7{color:;}/*その他*/
.news .newsTtl{
	float:none;
	clear:both;
	padding-top:5px;
	}
.news a{
	color:#222;
	text-decoration:none;
	}


@media only screen and (min-width : 1025px){
	.newsScroll{
		max-height:1000px;
		}
	.topNewsWrap{
		display:flex;
		align-items:flex-end;
		}
	.topNewsWrap h3:after{
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		}
	.topBnr{
		display:block;
		margin-top:0;
		flex-shrink: 0;
		width:300px;
		margin-left:60px;

		}
	.topBnr.dispPC{ display:block;}
	.topBnr.dispSPTAB{ display:none;}

	.topBnr > p{
		margin-top:20px;
		}
	.topNewsWrap .topNews{
		flex-shrink: 0;
		width:calc(100% - 360px);
		}
	.topNewsWrap .news{
		padding:20px;
		}
	.topNewsWrap .newsScroll{
		height:200px;
		}
}
@media only screen and (min-width : 1200px){
	.news dl{
		padding:20px;
		}
	.news .newsCate{
		float:left;
		}
	.news .newsTtl{
		float:left;
		clear:none;
		padding:0 0 0 40px;
		width : 80% ;
		width : -webkit-calc(100% - 280px) ;
		width : calc(100% - 280px) ;
	}
}
/*IE*/
@media all and (-ms-high-contrast:none){
}


/*********************************************************
お問合せ
*/
.kt-test{
	position:relative;
	border:#666 solid 1px;
	background-color:#f7f7f7;
	/*padding:20px 42% 20px 20px;*/
	padding:20px;
	}
/*
.kt-testImg{
	position:absolute;
	bottom:10px;
	right:10px;
	width:40%;
	max-width:285px;
	}
.kt-testImg img{
	max-height:250px;
	}
*/
.kt-testImg{
}
.privacy{
	background-color:#f7f7f7;
	padding:20px;
	height:100px;
	overflow-y:auto;
	font-size:0.9em;
	}


@media only screen and (min-width : 1025px){
	.kt-test{
		/*padding:40px 30% 40px 40px;*/
		padding:40px;
		}
	/*
	.kt-testImg{
		position:absolute;
		bottom:10px;
		right:10px;
		width:25%;
		}
		*/
	.privacy{
		height:330px;
		padding:40px;
		}

}


/*********************************************************
会社情報
*/
.greetingWrap{}
.greetingPhoto{
	margin-bottom:10px;
	}
.greetingPhoto img{
	margin:auto;
	}

@media only screen and (min-width : 1025px){
.greetingWrap{
	display:flex;
	gap: 3%;
	}
.greetingPhoto{
	margin-bottom:0;
	}
.greetingPhoto img{
	min-width:282px;
	}

}

.philosophyWrap{
	background:#f7f7f7;
	padding:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
.philosophyWrap p{ padding:20px 0;}
.philosophyWrap img{ margin:auto;}

.philosophyWrap dl{
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	padding:20px;
}
.philosophyWrap dt{
	text-align:center;
	color:#1d94d3;
	font-weight:bold;
	font-size:3em;
	line-height:1em;
	margin-bottom:20px;
	}
.philosophyWrap dd{
	font-size:1.15em;
	line-height:1.7em;
	}

.mvvssWrap > *{
	margin-bottom:40px;
}

.mvvssWrap h4{ text-align:center;}
.mvvssWrap i{
	color:#1d94d3;
	font-size:4em;
	line-height:1em;
	}
.mvvssTtl{
	text-align:center;
	font-weight:bold;
	color:#bc002a;
	font-size:1.3em;
	line-height:1.5em;
	}
.mvvssDtl{}

.mvvsslistNumberWrap{
	text-align:center;
	}
.mvvsslistNumberWrap ol{
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	}
.mvvsslistNumberWrap .mvvssTtl{
	text-align:left;
	}
.mvvsslistNumberWrap .mvvssDtl{
	font-weight:400;
	color:#222;
	font-size:0.8em;
	display:block;
	text-indent: 0em;	
	}



@media only screen and (min-width : 1025px){
	.philosophyWrap{
		padding:40px;
		}
	.philosophyWrap dl{
		padding:40px;
		}
	.mvvsslistNumberWrap .mvvssDtl{
		display:inline-block;
		}
}


/*********************************************************
強み
*/
.featuresWrap{}
.featuresTxt{
	margin-bottom:10px;
	}
.featuresImg img{
	margin:auto;
	max-width:300px;
	}
.featuresDtl img{
	width:100%;
	}
.featuresDtl dt{
	font-weight:bold;
	margin-bottom:10px;
	font-size:1.1em;
	line-height:1.5em;
	}


@media only screen and (min-width : 1025px){
.featuresWrap{
	display:flex;
	/*justify-content: space-between;*/
	gap: 3%;
	}
.featuresTxt{ margin-bottom:0;}

}

/*********************************************************
設備
*/

.facilityWrap{}

@media only screen and (min-width : 1025px){
	.facilityWrap{
		display:flex;
		}
	.facilityWrap > div{
		flex:1;
		}

}



/*********************************************************
事業紹介products
*/
.productsWrap{}
.productsTxt{
	margin-bottom:10px;
	}
.productsImg img{
	margin:auto;
	}

.productDtl{}
.type1{
	display:inline-block;
	padding:3px;
	width:90px;
	text-align:center;
	background:#bc002a;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
.type2{
	display:inline-block;
	padding:3px;
	width:90px;
	text-align:center;
	background:#1a7903;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
.type3{
	display:inline-block;
	padding:3px;
	width:90px;
	text-align:center;
	background:#666;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}

.productsResults{
	position:relative;
	text-align:center;
	}
.productsResults a{
	display:block;
	text-decoration:none;
	color:#222;
	}
.productsResults p{
	position:relative;
	}
.productsResults .youtubeIco{
	display:block;
	position:absolute;
	bottom: 50%;
	right:50%;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	width:50px;
	}
a:hover .youtubeIco img,
a:active .youtubeIco img{
	opacity:1 !important;
	transition:none;
	}

@media only screen and (min-width : 1025px){
	.productsWrap{
		display:flex;
		justify-content: space-between;
		gap: 3%;
		}
	.productsWrap > *{ flex:1;}
	.productsTxt{ margin-bottom:0;}
	.productsImg{}
	.productsImg img{
		min-width:300px;
		}

	.productDtl{
		display:flex;
		flex-direction: row-reverse;	
		gap: 3%;
		}
	.productDtl > div{
		flex :1;
		}

}



/*********************************************************
導入事例
*/
.resultsWrap{}
.resultsL{ margin-bottom:20px;}
.resultsR{}


/*PC*/
@media only screen and (min-width : 1200px){
	.resultsWrap{
		display:flex;
		gap: 3%;
		}
	.resultsL{
		flex-shrink: 0;
		width:22.75%;
		margin-bottom:0;
		}
	.resultsR{
		flex-shrink: 0;
		width:74.25%;
		}
}

/*検索*/

.searchWrap{}

.searchTtl{
	background:#f7f7f7;
	padding:10px;
	font-weight:500;
	margin-bottom:5px;
	}
.searchTtl i{
	margin-right:5px;
	color:#258ecf;
	}
.searchDtl{
	font-size:0.9em;
	display:flex;
	align-items: stretch; 
	flex-wrap: wrap;
	gap: 2%;
	}
.searchDtl > *{
	flex-shrink: 0;
	width:49%;
	}
.searchDtl.searchLink > *{
	width:100%;
	}
.searchWrap a{
	color:#222;
	text-decoration:none;
	}
.searchWrap i{
	margin-right:5px;
	}
.searchWrap a i{
	color:#258ecf;
	}

@media only screen and (min-width : 1200px){
	.searchDtl{ display:block;gap: 0;}
	.searchDtl > *{ width:100%;}
}


/**表示切替**/

.dispSwitchWrap{
	display:flex;
	align-items:stretch;
	justify-content: center;
	margin-top:20px;
	border:#258ecf solid 1px;
	width:210px;
	}
.dispSwitchTtl{
	flex-shrink: 0;
	width:50%;
	background-color:#f1f7fa;
	text-align:center;
	font-weight:bold;
	padding:5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
	}
.dispSwitchDtl{
	flex-shrink: 0;
	width:50%;
  display: flex;
	padding-left:10px;
	}
.dispSwitchDtl a{
	display:block;
	color:#258ecf;
	font-size:1.6em;
	line-height:1em;
	padding:5px 10px;

}

@media only screen and (min-width : 600px){
	.pagerWrap{
		display:flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items:center;
		}
	.dispSwitchWrap{
		margin-top:0;
		flex-shrink: 0;
		}
}


/*一覧（card）*/
.resultsList{}
.resultsList a{
	display:block;
	position:relative;
	height:100%;
	text-decoration:none;
	color:#222;
	padding-bottom:2em;
	}
.resultsPhoto{
	margin-bottom:10px;
	overflow:hidden;
	}
.resultsCate{
	display:inline-block;
	background:#258ecf;
	color:#fff;
	font-size:0.8em;
	line-height:1em;
	padding:5px 10px;
	margin-bottom:5px;
	}
.resultsTtl{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:20px;
	}
.resultsKeyword{color:#999;}
.resultsKeyword > *{
	display:inline-block;
	font-size:0.86em;
	line-height:1em;
	margin-right:5px;
	}
.resultsBtn{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:right;
	border-bottom:#ccc solid 1px;
	padding-bottom:10px;
	font-weight:bold;
	}	
.resultsBtn i{
	color:#258ecf;
	margin-right:8px;
	}

/*一覧リスト*/
.resultsList.dispList{}

.resultsList.dispList > *{
	margin-bottom:20px;
	}
.resultsList.dispList a{
	display:flex;
	position:relative;
	text-decoration:none;
	color:#222;
	gap:3%;
	padding-bottom:0;
	}
.resultsList.dispList .resultsPhoto{
	margin-bottom:0;
	flex-shrink: 0;
	width:35%;
	}
.resultsList.dispList .resultsTxtWrap{
	position:relative;
	padding-bottom:2em;
	flex-shrink: 0;
	width:62%;
	}
.resultsList.dispList .resultsTtl{
	margin-bottom:5px;
	}

.resultsList.dispList .resultsTxt{
	height: 2.6em;/*高さは必須*/
	color:#222 !important;
	font-size:0.86em;
	line-height:1.3em;
	overflow-wrap: break-word;/*強制折返*/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*行数*/
	margin-bottom:5px;
	}

@media only screen and (min-width : 600px){
	.resultsCate{
		font-size:0.9em;
		line-height:1em;
		padding:10px 15px;
		}
	.resultsKeyword > *{
		font-size:0.9em;
		}

}
@media only screen and (min-width : 1025px){
	.resultsList.dispList > *{
		margin-bottom:30px;
		}
	.resultsList.dispList .resultsPhoto{
		width:25%;
		}
	.resultsList.dispList .resultsTxtWrap{
		width:72%;
		}
	.resultsList.dispList .resultsTtl{
		}
	.resultsList.dispList .resultsTxt{
		height: 3.9em;/*高さは必須*/
		font-size:0.9em;
		line-height:1.3em;
		-webkit-line-clamp: 3;/*行数*/
		margin-bottom:10px;

		}
}

/*詳細*/
.resultsDtl .resultsCate{
	margin-right:10px;
	}




/*********************************************************
採用情報
*/

.recruitVoiceWrap{}
.recruitVoicePhoto{
	margin-bottom:10px;
	}
.recruitVoicePhoto img{
	margin:auto;
	}

@media only screen and (min-width : 1025px){
	.recruitVoiceWrap{
		display:flex;
		gap: 3%;
		}
	.recruitVoicePhoto{
		margin-bottom:0;
		flex-shrink: 0;
		width:550px;
		}

}

.recruitWorkWrap{
	display:flex;
	flex-wrap: wrap;
	}
.recruitWorkWrap > *{
	flex-shrink: 0;
	width:100%;
	}
.recruitWorkTxt{
	margin-bottom:10px;
	order: 1;
	}
.recruitWorkImg{
	order: 2;
	}
.recruitWorkImg img{
	margin:auto;
	}
@media only screen and (min-width : 1025px){

	.recruitWorkWrap{
		gap:4%;
		}
	.recruitWorkWrap > *{
		width:48%;
		order:inherit;
	}
	.recruitWorkTxt{
		margin-bottom:0;
		order:inherit;
		}
	.recruitWorkImg{
		order:inherit;
		}

}

.recruitIco{ text-align:center;}
.recruitIco > *{
	display:inline-block;
	margin-left:5px;
	margin-bottom:5px;
	background-color:#1d94d3;
	color:#fff;
	font-size:0.9em;
	line-height:1em;
	padding:5px 10px;
	text-align:center;
		border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
@media only screen and (min-width : 1025px){
	.recruitIco > *{padding:10px 15px;}
}

/*********************************************************
2nd
*/
/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
}
/*IE*/
@media all and (-ms-high-contrast:none){
}

