@charset "utf-8";
/* CSS Document */

/*==========================================================================
トップビジュアル
============================================================================*/
  .topvisualWap {
    padding: 0 0 20px;
    background-image:url("../common/img/topvisual_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  .topvisual{
    padding: 60px 0px 0px;
  }
  .topTitle{
    text-align: center;
    padding: 20px 0px 20px;;
  }
  .topTitle h1.topvisualText{
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(255 255 255 / 90%), 0 2px 4px rgb(0 0 0 / 90%);
  }
/* title decoration */
  .test_dec {
    color:#E8FF00 !important;
    text-shadow:0 -1px 0 rgba(255,255,255,0.6),0 1px 1px rgba(0,0,0,0.5);
  }

  .test_dec:before {
    color:#0036b4 !important;
    -webkit-mask-image:-webkit-linear-gradient(-85deg, rgba(0,0,0,0), rgba(0,0,0,0) 40%, rgba(0,0,0,1) 80%, rgba(0,0,0,1));
  }
  .test_dec:after {
    color:#d7edff !important;
    -webkit-mask-image:-webkit-linear-gradient(-85deg, rgba(0,0,0,1), rgba(0,0,0,1) 10%, rgba(0,0,0,0.25) 48%, rgba(0,0,0,0) 48%, rgba(0,0,0,0));
  }

  .topTitle .topvisualSub{
    color: #c00000;
    font-size: 0.9rem;
    line-height: 1.4;
    padding-top: 0px;
  }

  .topvisualArea{
    /*height:500px;*/
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .topvisualArea .topvisualLeft,
  .topvisualArea .topvisualRight{
    width: 100%;
  }
  .topvisualLeft .topvisualLogo{
    width: 80%;
    margin: 0 auto;
  }
  .topvisualLeft .topvisualWorkImage {
	width: 60%;
    margin: 0 auto 10px;
  }
  .topvisualRight .topvisualImageText{
    color: #C00000;
    line-height: 1.6;
    font-size:0.8rem;
    margin-top: 40px;
	margin-bottom: 20px;
    text-align: center;
	font-weight: bold;
  }
  .topvisualRight .topvisualImage{
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  /* cvボタン */
.topvisualLeft  .cvBtnArea {
	width: 80%;
	margin: 10px auto;
}
.topvisualLeft  .cvBtnArea .cvBtn {
	 background-color:#CC0000;
	border-radius: 10px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	line-height: 1;
	border: none;
}
.topvisualLeft  .cvBtnArea  .cvBtn:hover {
	background-color: rgba(55,55,55,0.8);
}

  
 /*****************************************************
	640px以上【tablet】
******************************************************/
@media print, screen and (min-width: 640px) {
  .topvisualLeft .topvisualLogo{
    width: 60%;
  }
  .topvisualLeft .topvisualWorkImage {
		width: 30%;
    	margin: 0 auto 20px;
  }
  .topvisualRight .topvisualImageText{
    font-size: 1.0rem;
	margin-bottom: 30px;
  }
}
  
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .topvisual{
    padding: 80px 0px 0px;
    /*background-image:url("../img/topvisual_bg.jpg");
    background-position: bottom center;*/
  }
  .topTitle h1.topvisualText{
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .topTitle .topvisualSub{
    padding-top: 30px;
    line-height: 1.4;
    font-size: 0.85rem;
  }
  .topvisualArea{
    /*height: 350px;*/
    flex-direction: row;
  }
  .topvisualArea .topvisualLeft {
    width: 40%;
    text-align: center;
  }
  .topvisualArea .topvisualRight{
    width: 60%;
    text-align: center;
  }
  .topvisualLeft .topvisualLogo{
    width: 80%;
  }
  .topvisualRight .topvisualImageText{
    line-height: 1.6;
    font-size:0.8rem;
    margin-top: 0px;
  }
  .topvisualLeft .topvisualWorkImage {
		width: 60%;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  .topvisual{
	max-width: 1000px;
      min-height: 500px;
    padding: 118px 0px 0px;
	margin: 0 auto;
  }
  .topTitle h1.topvisualText{
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .topTitle .topvisualSub{
    padding-top: 40px;
    line-height: 1.4;
    font-size: 1.0rem;
  }
  .topvisualArea{
    /*height: 400px;*/
  }
  .topvisualLeft .topvisualLogo{
    width: 80%;
  }
  .topvisualRight .topvisualImageText{
    font-size:0.9rem;
  }
  .topvisualRight .topvisualImage{
    width: 80%;
  }
    /* cvボタン */
	.topvisualLeft  .cvBtnArea {
		width: 90%;
		margin: 20px auto;
	}
	
}
/* 1024px */
@media print, screen and (min-width: 1024px) {
  .topvisualRight .topvisualImageText{
    font-size:1.05rem;
  }
  .topvisualRight .topvisualImage{
    width: 80%;
  }
  .topvisualLeft .topvisualWorkImage {
		width: 50%;
    	margin: 0 auto 20px;
  }
}
  
/*****************************************************
	1200px以上【PC】
******************************************************/  
@media print, screen and (min-width: 1200px) {
  .topvisual{
    padding: 143px 0px 0px;
  }
  .topTitle h1.topvisualText{
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2px;
  }
  .topTitle .topvisualSub{
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
  




/*==========================================================================
共有項目
============================================================================*/
/* メインテキスト */
.mainText{
  font-size: 1.0rem;
  font-weight: normal;
}
/*	768px以上  */
@media print, screen and (min-width: 768px) {
  .mainText{
    font-size: 1.2rem;
  }
}
/*	1024px以上  */
@media print, screen and (min-width: 1024px) {
  .mainText{
    font-size: 1.3rem;
  }
}

/* タイトル */
.contsttl{
  color: #1a1a1a;
  line-height: 1.4;
  font-size: 1.4rem;
  border-bottom:1px solid #409;
  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: 60px 0;
}
.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;
	}
	.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("../common/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;
	}
}



/*==========================================================================
Extreme networks社について
============================================================================*/
.contents .companyArea {
	padding: 60px 0;
}
.contents .companyArea .companyAreainnr {
	padding: 0 10px;
}

.contents .companyArea .companyAreainnr .companyAbouotUs ul{
  margin-bottom: 40px;
  list-style: none;
}
.contents .companyArea .companyAreainnr h3{
  font-size: 1.2rem;
  border-left: 10px solid #440099;
  line-height: 1;
  padding: 10px 10px 9px;
  margin-bottom: 10px;
}

.contents .companyArea .companyAreainnr .companyAbouotUs ul li{
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	border-radius: 6px;
  font-size: 1.0rem;
}
.contents .companyArea .companyAreainnr .steps{
  text-align: center;
  background-color: #440099;
}
.contents .companyArea .companyAreainnr .companyBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents .companyArea .companyAreainnr .companyBox .companylist {
	width: 100%;
}
.contents .companyArea .companyAreainnr .companyBox .companylist ul {
	list-style: none;
	margin-bottom: 20px;
}
.contents .companyArea .companyAreainnr .companyBox .companylist ul li {
  text-align: center;
  line-height: 1.2;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .companyArea {
		padding: 60px 0;
	}
  .contents .companyArea .companyAreainnr h3{
    font-size: 1.3rem;
  }
  .contents .companyArea .companyAreainnr .companyAbouotUs ul li{
    font-size: 1.1rem;
  }
  
	.contents .companyArea .companyAreainnr .companyBox .companylist {
		width: calc(50% - 40px /2);
	}
  .companylistLeft{
    margin-right: 40px;
  }
  .companylistRight{
    margin-right: 0px;
  }
	.contents .companyArea .companyAreainnr .companyBox .companylist ul li {
		margin-bottom: 20px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .companyArea .companyAreainnr {
		margin: 0 auto;
		max-width: 1200px;
	}
  .contents .companyArea .companyAreainnr h3{
    font-size: 1.4rem;
  }
  .contents .companyArea .companyAreainnr .companyAbouotUs ul li{
    font-size: 1.2rem;
  }
}

/*==========================================================================
製品一覧
============================================================================*/
.contents .productArea {
	padding: 60px 0;
	background-color: #f0f0f0;
}
.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;
	border-top: 4px solid #6731ab;
	background-color: #FFF;
	width: 100%;
  	margin-bottom: 20px;
	box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}
.productIndex .productIndexBox a {
	display: block;
	padding: 20px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}

.productIndex .productIndexBox a::after {
	content: "";
  	position: absolute;
 	bottom: 0;
  	right: 0;
  	width: 0;
  	height: 0;
  	border-bottom: 14px solid #6731ab;
  	border-left: 14px solid transparent;
}

.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 .productIndexNo span{
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.productIndex .productIndexBox .productIndexImg{
  text-align: center;
  margin-bottom: 20px;
}
.productIndex .productIndexBox .productIndexText{
  color: #333333;
  font-size:0.9rem;
  text-align: left;
  padding: 0px 20px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .productArea {
		padding: 60px 0;
	}
	.productIndex {
		margin: 0px 0;
	}
	.productIndex .productIndexBox {
	 width: calc((100% - 80px) / 2);
		margin: 20px;
	}
  .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: 1440px;
	}
	.productIndex {
    margin: 0px;
	}
	.productIndex .productIndexBox {
		width: calc((100% - 120px) / 3);
		margin: 20px;
	}
  
  .productIndex .productIndexBox .productIndexImg{
  }
  .productIndex .productIndexBox .productIndexText{
    font-size:1.0rem;
  }
}

/*========================================
利用シーン
=========================================*/
.useSceneAera {
	padding: 60px 0;
}
.useSceneAera .useSceneAerainnr {
	padding: 0 10px;
	
}
.useSceneAera .useSceneAerainnr .usesceneIndex {
	list-style: none;
	box-sizing: border-box;
	margin: 20px auto 30px;
}
.useSceneAera .useSceneAerainnr .usesceneIndex .usesceneBox {
	padding: 30px 10px;	
}
.useSceneAera .useSceneAerainnr .usesceneIndex .usesceneBox .innr {
	background:rgba(255,255,255,0.9);
	padding: 10px;
}
.useSceneAera .useSceneAerainnr .usesceneIndex .case01 {
	background-image:url("../common/img/usescene01_bg.jpg");
	background-size:cover;
}
.useSceneAera .useSceneAerainnr .usesceneIndex .usesceneBox .innr h3 {
	text-align: left;
	margin: 0 0 10px;
	font-size: 20px;
}
.useSceneAera .useSceneAerainnr .usesceneIndex .usesceneBox .innr p {
	text-align: left;
}
.sceneArea{
  background-color: #FFFFFF;
  padding: 30px 0px 4px;
  margin-bottom: 60px;
}
.sceneTitle{
  border-bottom: 2px solid #6731ab;
  padding: 0px 10px 20px;
}
.sceneSec{
  background-color: #f7f7f7;
  margin: 60px 20px 20px;
  padding: 20px 0px;
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.useSceneAera .useSceneAerainnr .usesceneIndex .usesceneBox {
		padding: 30px 20px;	
	}
	.useSceneAera .useSceneAerainnr .usesceneIndex .usesceneBox .innr {
		padding: 30px;
	}
	.useSceneAera .useSceneAerainnr .usesceneIndex .usesceneBox .innr h3 {
		text-align: center;
		margin: 0 0 20px;
		font-size: 24px;
	}
	.useSceneAera .useSceneAerainnr .usesceneIndex .usesceneBox .innr p {
		text-align: center;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.useSceneAera .useSceneAerainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	.useSceneAera .useSceneAerainnr .usesceneIndex .usesceneBox {
		padding: 40px;	
	}
}


.border_under{border-bottom:10px solid #cfcfcf;}


/*==========================================================================
	導入事例
============================================================================*/
.casestudyArea {
	padding: 60px 0;
	background-color: #f0f0f0;
}
.casestudyArea .casestudyAreainnr {
	padding: 0 10px;
}

.casestudyIndex {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0px;
    justify-content: flex-start;
}
.casestudyIndex .casestudyIndexBox {
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-top: 4px solid #6731ab;
	background-color: #FFF;
	width: 100%;
  	margin-bottom: 20px;
	box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}
.casestudyIndex .casestudyIndexBox a {
	padding: 20px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.casestudyIndex .casestudyIndexBox a::after {
	content: "";
  	position: absolute;
 	bottom: 0;
  	right: 0;
  	width: 0;
  	height: 0;
  	border-bottom: 14px solid #6731ab;
  	border-left: 14px solid transparent;
}

.casestudyIndex .casestudyIndexBox .casestudyIndexImg{
  	text-align: center;
  	margin-bottom: 20px;
	width: 100%;
}
.casestudyIndex .casestudyIndexBox .casestudyTxtwap {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}
.casestudyIndex .casestudyIndexBox .casestudyIndexNo {
	margin-bottom: 15px;
	color: #1a1a1a;
	line-height: 1;
  	font-size: 1.2rem;
  	text-align: left;
  	padding: 0 10px;
  	border-radius: 20px;
	font-weight: bold;
}
.casestudyIndex .casestudyIndexBox .casestudyIndexText{
  color: #333333;
  font-size:0.9rem;
  text-align: left;
  padding: 0 10px;
}
/*****************************************************
	768px【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.casestudyIndex {
		margin: 0px 0;
	}
	.casestudyIndex .casestudyIndexBox {
	}
  	.casestudyIndex .casestudyIndexBox .casestudyIndexImg{
    	width: 20%;
  	}
	.casestudyIndex .casestudyIndexBox .casestudyTxtwap {
		padding: 10px;
		box-sizing: border-box;
		width: 75%;
	}
	.casestudyIndex .casestudyIndexBox .casestudyIndexNo {
		line-height: 1.4;
 	}
  	.casestudyIndex .casestudyIndexBox .casestudyIndexText{
    	font-size:1.0rem;
		line-height: 1.6;
  	}
}


/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.casestudyArea .casestudyAreainnr {
		margin: 0 auto;
		max-width: 960px;
	}
	
	.casestudyIndex {
    	margin: 0px;
	}
	.casestudyIndex .casestudyIndexBox {
	}
  
  	.casestudyIndex .casestudyIndexBox .casestudyIndexImg{
  	}
  	.casestudyIndex .casestudyIndexBox .casestudyIndexText{
    	font-size:1.0rem;
  	}
}

