@charset "utf-8";
/* CSS Document */

/*==========================================================================
トップビジュアル
============================================================================*/
  .topvisualWap {
	  background-image:url("../img/topvisual_bg_pc.jpg");
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: cover;
      padding: 50px 0 0 0;
  }
  .topvisual{
    padding: 30px 0 0 0;
    min-height: 200px;
  }
  .topTitle{
    text-align: center;
    padding: 10px;
  }
  .topTitle h1.topvisualText{
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
  }
/*****************************************************
	320px以下【iphone5】
******************************************************/
@media print, screen and (max-width: 320px) {
  .topTitle h1.topvisualText{
	  font-size: 1.2rem;
	}
}
  

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
    .topvisualWap {
    	padding: 80px 0 0 0;
  	}
  	.topvisual{
		min-height: 350px;
    	padding: 80px 0 0 0;
  	}
  	.topTitle{
    	text-align: center;
    	padding: 40px;
  	}
  	.topTitle h1.topvisualText{
    	font-size: 1.8rem;
    	line-height: 1.4;
  	}
  
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .topvisualWap {
    	padding: 142px 0 0 0;
  	}
  .topvisual{
	max-width: 1000px;
    min-height: 400px;
    padding: 100px 0 0 0;
	margin: 0 auto;
  }
  .topTitle h1.topvisualText{
    font-size: 2.2rem;
    line-height: 1.6;
  }
  
}
  




/*==========================================================================
共有項目
============================================================================*/
/* メインテキスト */
.mainText{
  color: #174489;
  font-size: 1.0rem;
  font-weight: bold;
    padding: 10px 20px;
  background-color: #FFF;
  border: none;
}
.mainText span.linebar{
    background: linear-gradient(transparent 80%, #a8cb3a 55%);
}

/*	768px以上  */
@media print, screen and (min-width: 768px) {
  .mainText{
    padding: 20px 20px;
    font-size: 1.2rem;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  }
}
/*	1024px以上  */
@media print, screen and (min-width: 1024px) {
  .mainText{
    font-size: 1.5rem;
  }
}

/* タイトル */
.contsttl{
  color: #1a1a1a;
  line-height: 1.4;
  font-size: 1.4rem;
  border-bottom:1px solid #174489;
  margin-bottom: 10px;
}
.contsttl_white{
  color: #FFFFFF;
  border-bottom:1px solid #fff;
}
.contsttl i {
	margin-right: 10px;
	color: #0096da;
}
/* タイトル2 */
.contsttl2{
  	color: #1a1a1a;
  	line-height: 1.4;
  	font-size: 1.4rem;
  	margin-bottom: 10px;
	text-align: center;
}
.contsttl2 i {
	margin-right: 10px;
	color: #ff0000;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	/* タイトル */
	.contsttl{
		line-height: 1.4;
    	font-size: 2.1rem;
    	margin-bottom: 30px;
	}
	/* タイトル2 */
	.contsttl2{
		line-height: 1.4;
    	font-size: 2.1rem;
    	margin-bottom: 30px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

/*==========================================================================
イントロ
============================================================================*/
.contents .introArea {
	padding: 10px 0;
  text-align: left;
}
.contents .introArea .introAreainnr {
	padding: 0 50px;
}
.contents .introArea .introAreainnr .icon {
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	color: #0096da;
}
/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
 
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .introArea {
		padding: 60px 0;
    text-align: center;
	}
	.contents .introArea .introAreainnr .icon {
		font-size: 24px;
		margin-bottom: 40px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .introArea .introAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/*==========================================================================
ポートフォリオ
============================================================================*/
.contents .portfolioArea {
	padding: 60px 0;
  background-image:url("../img/portfolio_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.contents .portfolioArea .portfolioAreainnr {
	padding: 0 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .portfolioArea .portfolioAreainnr {
		padding: 0 60px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .portfolioArea .portfolioAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/*==========================================================================
Nutanixのコンセプト
============================================================================*/
.contents .conceptArea {
	padding: 60px 0;
}
.contents .conceptArea .conceptAreainnr {
	padding: 0 10px;
}
.conceptIndex {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0px;
  	justify-content: space-between;
}
.conceptIndex .conceptIndexBox {
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	padding: 20px;
	width: 100%;
  	border-radius: 0px;
  	margin-bottom: 20px;
}

ul.conceptIndex li{
  position: relative;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
  width: 100%;
}
.conceptIndex .conceptIndexBox .conceptIndexNo {
	margin-bottom: 15px;
	background-color: #f0f0f0;
	color: #1a1a1a;
	line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  padding: 16px 10px 10px;
  border-radius: 20px;
}
.conceptIndex .conceptIndexBox .conceptIndexImg{
  text-align: center;
  margin-bottom: 20px;
}
.conceptIndex .conceptIndexBox .conceptIndexText{
  color: #333333;
  font-size:0.9rem;
  text-align: left;
  padding: 0px 20px;
}
ul.conceptIndex li a {
  transition: .2s;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}
ul.conceptIndex li a:hover{
  opacity: 0.1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .conceptArea {
		padding: 60px 0;
	}
	.conceptIndex {
		margin: 0;
	}
	.conceptIndex .conceptIndexBox {
    	margin-bottom: 20px;
		width: 32%;
	}
  	.conceptIndex .conceptIndexBox .conceptIndexNo {
  	}
  	.conceptIndex .conceptIndexBox .conceptIndexImg{
    	display: inherit;
    	padding: 0px 20px;
    	margin-bottom: 20px;
  }
  .conceptIndex .conceptIndexBox .conceptIndexImg img{
    border-radius: 5px;
  }
  .conceptIndex .conceptIndexBox .conceptIndexText{
    font-size:1.0rem;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .conceptArea .conceptAreainnr {
		margin: 0 auto;
		max-width: 1200px;
	}
	.conceptIndex {
    	margin: 0px;
	}
  	.conceptIndex .conceptIndexBox .conceptIndexImg{
  	}
  	.conceptIndex .conceptIndexBox .conceptIndexText{
    	font-size:1.0rem;
  	}
}

/*==========================================================================
メリット・特長
============================================================================*/
.contents .meritArea {
	padding: 60px 0;
}
.contents .meritArea .meritAreainnr {
	padding: 0 10px;
}
.meritIndex {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0px;
  	justify-content: space-between;
}
.meritIndex .meritIndexBox {
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	padding: 20px;
	width: 100%;
  	border-radius: 0px;
  	margin-bottom: 20px;
}

ul.meritIndex li{
  position: relative;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
  width: 100%;
}
.meritIndex .meritIndexBox .meritIndexImg{
  text-align: center;
  margin-bottom: 20px;
}
.meritIndex .meritIndexBox .meritIndexText{
  color: #333333;
  font-size:1.0rem;
  text-align: left;
  font-weight: bold;
  padding: 0px 20px;
}
.meritIndex .meritIndexBox .meritIndexText p {
  color: #a8cb3a;
  display: inline;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .meritArea {
		padding: 60px 0;
	}
	.meritIndex {
		margin: 0;
	}
	.meritIndex .meritIndexBox {
    	margin-bottom: 20px;
		width: 32%;
	}
  .meritIndex .meritIndexBox .meritIndexImg{
    display: inherit;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  .meritIndex .meritIndexBox .meritIndexImg img{
    border-radius: 5px;
  }
  .meritIndex .meritIndexBox .meritIndexText{
    font-size:1.0rem;
	text-align: center;
  }
  .meritIndex .meritIndexBox .meritIndexText p {
	  display: block;
	  font-size: 1.6rem;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .meritArea .meritAreainnr {
		margin: 0 auto;
		max-width: 1200px;
	}
	.meritIndex {
    	margin: 0px;
	}
  	.meritIndex .meritIndexBox .meritIndexImg{
  	}
  	.meritIndex .meritIndexBox .meritIndexText{
    	font-size:1.0rem;
  	}
}

/*==========================================================================
製品一覧
============================================================================*/
.contents .productArea {
	padding: 60px 0;
}
.contents .productArea .productAreainnr {
	padding: 0 10px;
}
.productIndex {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0px;
  justify-content: flex-start;
}
.productIndex .productIndexBox {
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	padding: 20px;
	width: 100%;
  border-radius: 0px;
  margin-bottom: 20px;
}

ul.productIndex li{
  position: relative;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}
ul.productIndex li:last-child{
  margin-bottom: 0px;
}
.productIndex .productIndexBox .productIndexNo {
	margin-bottom: 15px;
	background-color: #f0f0f0;
	color: #1a1a1a;
	line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  padding: 16px 10px 10px;
  border-radius: 20px;
	font-weight: bold;
}
.productIndex .productIndexBox .productIndexImg{
  text-align: center;
  margin-bottom: 20px;
}
.productIndex .productIndexBox .productIndexText{
  color: #333333;
  font-size:0.9rem;
  text-align: left;
  padding: 0px 20px;
}
/*
ul.productIndex li a {
  transition: .2s;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}
ul.productIndex li a:hover{
  opacity: 0.1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
}*/

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .productArea {
		padding: 60px 0;
	}
	.productIndex {
		margin: 0px 0;
	}
	.productIndex .productIndexBox {
	  width: calc(50% - 20px /2);
    margin-bottom: 20px;
	}
  .productIndex li{
    margin-right: 20px;
  }
  .productIndex li:nth-child(2n) {
    margin-right: 0px;
  }
  .productIndex li:nth-child(3) {
    margin-bottom: 0px;
  }
  .productIndex .productIndexBox .productIndexNo {
  }
  .productIndex .productIndexBox .productIndexImg{
    display: inherit;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  .productIndex .productIndexBox .productIndexImg img{
    border-radius: 5px;
  }
  .productIndex .productIndexBox .productIndexText{
    font-size:1.0rem;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .productArea .productAreainnr {
		margin: 0 auto;
		max-width: 1200px;
	}
	.productIndex {
    margin: 0px;
	}
	.productIndex .productIndexBox {
    width: calc(23.9% - 20px / 4);
    margin-bottom: 0px;
	}
  .productIndex li{
    margin-right: 20px;
  }
  .productIndex li:nth-child(2) {
    margin-right: 20px;
  }
  .productIndex li:last-child {
    margin-right: 0px;
  }
  .productIndex .productIndexBox .productIndexImg{
  }
  .productIndex .productIndexBox .productIndexText{
    font-size:1.0rem;
  }
}


/*==========================================================================
導入サービス
============================================================================*/
.contents .serviceArea {
	padding: 60px 0;
}
.contents .serviceArea .serviceAreainnr {
	padding: 0 10px;
}
/*-- 図 --*/
.contents .serviceArea .serviceAreainnr figure {
	margin: 20px auto 30px;
}
/*-- リスト --*/
.contents .serviceArea .serviceAreainnr .contentsBullets ul{
  margin-bottom: 50px;
  list-style: none;
}
.contents .serviceArea .serviceAreainnr .contentsBullets ul li{
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	border-radius: 6px;
  font-size: 1.0rem;
}
/*-- contentsbox --*/
.contents .serviceArea .serviceAreainnr .contentsBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents .serviceArea .serviceAreainnr .contentsBox .contentslist {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.contents .serviceArea .serviceAreainnr .contentsBox .contentslist ul {
	list-style: none;
	margin-bottom: 20px;
}
.contents .serviceArea .serviceAreainnr .contentsBox .contentslist ul li {
  text-align: center;
  line-height: 1.2;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .serviceArea {
		padding: 60px 0;
	}
  .contents .serviceArea .serviceAreainnr h3{
    font-size: 1.3rem;
  }
  .contents .serviceArea .serviceAreainnr .contentsBullets ul li{
    font-size: 1.1rem;
	background-color: #FFF;
  }
  .contents .serviceArea .serviceAreainnr .contentsBox .contentslist {
	width: calc(50% - 40px /2);
	padding: 40px;
  }
  .contentslistLeft{
    margin-right: 40px;
  }
  .contentslistRight{
    margin-right: 0px;
  }
	.contents .serviceArea .serviceAreainnr .contentsBox .contentslist ul li {
		margin-bottom: 20px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .serviceArea .serviceAreainnr {
		margin: 0 auto;
		max-width: 1200px;
	}
  .contents .serviceArea .serviceAreainnr h3{
    font-size: 1.4rem;
  }
  .contents .serviceArea .serviceAreainnr .contentsBullets ul li{
    font-size: 1.2rem;
  }
}

/*==========================================================================
導入事例
============================================================================*/
.contents .casestudyArea {
	padding: 60px 0;
}
.contents .casestudyArea .casestudyAreainnr {
	padding: 0 10px;
}
/*-- 図 --*/
.contents .casestudyArea .casestudyAreainnr figure {
	margin: 20px auto 30px;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .casestudyArea {
		padding: 60px 0;
	}
  
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .casestudyArea .casestudyAreainnr {
		margin: 0 auto;
		max-width: 1200px;
	}
	/*-- 図 --*/
	.contents .casestudyArea .casestudyAreainnr figure {
		text-align: center;
		margin: 20px auto 30px;
	}
  
}

