@charset "utf-8";

.btn a {
	border: 1px solid #077fad;
	background: #077fad;
	color: #fff;
}
.sec {
	padding: 3em;
}
.headline {
	font-weight:700;
	letter-spacing: 0.1em;
	justify-content: center;
	text-align: center;
}
.col2inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.col2inner .pic, .col2inner .txt {
	width: 48%;
}
@media only screen and (max-width:1024px) {
	.headline {
		padding: 0 5%;
	}
	.col2inner {
		flex-direction:column;
		justify-content: center;
		width: 90%;
	}
	.col2inner .pic, .col2inner .txt {
		width: 100%;
	}
}
@media only screen and (max-width:450px) {
	.sec {
		padding: 3em 0 3em;
	}
}


/*======================================================
	エッジデバイス向け姿勢推定AI / edgeTop
================================================*/
#edgeTop .Keyv img{
	width: 100%;
}
#edgeTop .col2inner{
	margin: 2em auto 2.5em;
}
#edgeTop .col2inner .txt {
	width: 25%;
}
#edgeTop .col2inner .pic{
	width: 70%;
}

@media only screen and (max-width:1024px) {
	.spStyle { display: block; }
	.pcStyle { display: none; }
	#edgeTop .col2inner{
		margin: 4% auto ;
		width: 90%;
	}
	#edgeTop .col2inner .pic, 
	#edgeTop .col2inner .txt {
		width: 100%;
		text-align: center;
	}
	#edgeTop .col2inner .txt{
		margin-bottom: 4%;
	}
	#edgeTop .col2inner .txt img{
		min-width: 300px;
		width: 70%;
	}
}


/*======================================================
	エッジデバイス向け姿勢推定AI / edgeAbout
================================================*/
#edgeAbout{
	background: #fff url(../img/edge/bg_about.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#edgeAbout .txtBox{
	line-height: 2;
	padding: 6%;
	margin: 0 auto;
	border-radius: 4px;
	background-color:rgba(255,255,255,0.80);
}
#edgeAbout .txtBox p{
	margin-bottom: 1em;
}
#edgeAbout .txtBox .title{
	color: #FFF;
	font-weight: 900;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	text-align: center;
}
#edgeAbout .txtBox .title .gradBox {
	display: inline;
	padding: 0.4em 0;
	line-height: 2.5;
	background: #1B1B1B;
/*	background: rgba(255,255,255,0) linear-gradient(120deg,rgba(55,220,139,1),rgba(29,140,244,1));*/
}
#edgeAbout .txtBox .title .gradBox span {
	padding: 0 0.8em;
}
@media only screen and (max-width:1024px) {
	#edgeAbout .txtBox {
		width: 90%;
		padding: 6%;
	}
	#edgeAbout .txtBox .title{
		font-size: 1.1em;
		letter-spacing: 0.1em;
	}
}


/*======================================================
	エッジデバイス利用する利点 / edgeAdvan
================================================*/
#edgeAdvan{
	background-color: #bfe4fd;
}
#edgeAdvan .point{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#edgeAdvan .point li{
	flex-basis:31%;
	margin: 0 0 2em;
	padding: 2em;
	background: #FFF;
	line-height: 1.8;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 1px 7px rgba(0,0,0,.1);
}
#edgeAdvan .point .pic{
	text-align: center;
}
#edgeAdvan .point .pic img{
	max-height: 100px;
}
#edgeAdvan .point .title{
	color: #111;
	font-size: 1.3em;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 1em 1em 0.5em;
}

@media only screen and (max-width:1024px) {
	#edgeAdvan:before,
	#edgeAdvan:after{
		background-attachment:inherit;
		background-size: 90%;
	}
	#edgeAdvan .point{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#edgeAdvan .point li{
		margin: 0 0 1.5em;
		padding: 1em 1.5em;
	}
	#edgeAdvan .point .title{
		min-height:inherit;
		font-size: 1.1em;
	}
}
@media only screen and (max-width:450px) {
	#edgeAdvan .point .pic img{
		max-height: 80px;
	}
}


/*======================================================
	VisionPoseとは / vpIntro
================================================*/
#vpIntro .inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
#vpIntro .inner .txt{
	order: 2;
	width: 55%;
	padding: 5% 4% 5% 0;
}
#vpIntro .inner .txt .headline{
	justify-content: flex-start;
	margin-bottom: 30px;
}
#vpIntro .inner .bgpic {
	background-image: url("../img/edge/bg_vpintro.jpg");
	width: 40%;
	background-color: #DDD;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: cover;
	background-attachment: scroll;
}
/*thumbnailLinkStyle*/
#vpIntro .recentCase{
	font-size:0.9em;
	padding: 0.8em 1.2em 1em;
	margin-top:2em;
	border-radius: 2px;
	background-color: #E9F7FF;
}
#vpIntro .recentCase .textTitle{
	font-weight: 700;
	border-bottom: 1px dotted #3c1601;
	padding-bottom: 0.4em;
	margin-bottom: 0.8em;
}
#vpIntro .recentCase .col2inner {
	flex-wrap: wrap;
	align-items: stretch;
}
#vpIntro .recentCase .box { width: 50%; }
#vpIntro .recentCase a{
	display: flex;
	align-items:center;
	justify-content: space-around;
	height: 100%;
	padding: 1em;
	background-color: #FFF;
	border-radius: 4px;
	border: 4px solid #E9F7FF;
}
#vpIntro .recentCase a:hover{
	transition: .3s;
	border:4px solid #BFE4FD;
	opacity: 0.8;
}
#vpIntro .recentCase .col2inner .pic {
	width: 25%;
	max-width: 80px;
}
#vpIntro .recentCase .col2inner .txt {
	width: 70%;
	padding:0 0 0 0.2em;
}
#vpIntro .recentCase .col2inner .txt .logo{
	margin-bottom: 0.5em;
}
#vpIntro .recentCase .col2inner .txt .logo img{
	max-height: 20px;
}
#vpIntro .recentCase .col2inner #spo-labo .txt .logo img {
	max-height: 40px;
}
@media only screen and (max-width:1200px) {
	#vpIntro .recentCase .box { width: 100%; }
}
@media only screen and (max-width:1024px) {
	#vpIntro{
		padding: 0;
	}
	#vpIntro .inner{
		flex-direction: column;
		justify-content: center;
	}
	#vpIntro .inner .txt{
		width: 90%;
		margin: 0 auto;
		padding: 2em 0 3em;
	}
	#vpIntro .inner .bgpic {
		width: 100%;
		order: -1;
		padding-top: 60%;
	}
	#vpIntro .recentCase .col2inner{
		width: 100%;
		display: block;
	}
	#vpIntro .recentCase .box { width: auto; }
	#vpIntro .recentCase .col2inner .pic {
		width: 25%;
		/*max-width: none;*/
	}
	#vpIntro .recentCase .col2inner .txt {
		width: 70%;
		padding:0 0 0 0.5em;
	}
	#vpIntro .recentCase .col2inner #spo-labo .txt .logo {
		margin-bottom: 0.5em;
	}
}


/*======================================================
	プロダクト / edgeProduct
================================================*/
#edgeProduct{
	background:rgba(55,220,139,0.8) linear-gradient(120deg,rgba(55,220,139,0.8),rgba(29,140,244,0.8));
	position: relative;
	z-index: -3;
}
#edgeProduct .prodBox {
	margin-bottom: 5em;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 2px 8px rgba(0,0,0,.1);
}
#edgeProduct .col2inner{margin-bottom: 2em;}
#edgeProduct .prodInner .col2inner .txt {	width: 40%;}
#edgeProduct .prodInner .col2inner .pic {	width: 55%;}

#edgeProduct .prodBox:last-child {
	margin-bottom: 0;
}
#edgeProduct .prodBox .proTitle {
	color: #FFF;
	font-size: 1.4em;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 3px;
	padding: 1.3em;
	background-color: #1B1B1B;
}
#edgeProduct .prodBox .prodInner{
	margin: 3em 3em 4em;
}
#edgeProduct .prodBox .prodInner .col2inner .txt{
	padding-bottom: 1em;
}
#edgeProduct .prodInner .name{
	color: #FFF;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0.1em 0.8em 0.2em;
	margin-bottom: 0.5em;
	display: inline-block;
	background: #00827d linear-gradient(60deg, #00827d, #21BA8F);
	transform: skewX(-15deg);
}
#edgeProduct .device{
	font-size: 1.3em;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#edgeProduct .pickup{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 3em 0 3em;
}
#edgeProduct .pickup li{
	flex-basis:49%;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 1em;
	padding: 1.5em;
	line-height: 1.8;
	border-radius: 4px;
	background-color: rgba(211,244,206,0.80);
	display: flex;
	align-items: center;
}
#edgeProduct .pickup .icon {
	text-align: center;
	line-height: 1;
	width: 100%;
	max-width: 30px;
	margin-right: 0.8em;
}
/*こんな方におすすめ*/
#edgeProduct .prodInner .recoBox{
	text-align: center;
	padding: 0 0 1.5em;
	margin: 4em 0 4em;
	border: 1px solid #00827d;
	border-radius: 4px;
	position: relative;
}
#edgeProduct .prodInner .recoBox:before,
#edgeProduct .prodInner .recoBox:after{
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: calc(100% - 30px);
	background-color: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
}
#edgeProduct .prodInner .recoBox:before{left:-3px;}
#edgeProduct .prodInner .recoBox:after{right:-3px;}

#edgeProduct .prodInner .recoBox .title{
	position: relative;
	top: -1.2em;
	text-align: center;
}
#edgeProduct .prodInner .recoBox .title > span{
	display: inline-block;
	background-color: #275BAF;
	background: #00827d linear-gradient(60deg, #00827d, #21BA8F);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0.6em 1.3em 0.6em 1.5em;
	line-height: 1.2;
	border-radius: 30px;
}
#edgeProduct .prodInner .recoBox ul{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
#edgeProduct .prodInner .recoBox li{
	font-size:1.1em;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 20px;
	line-height: 2.5;
}
/*subColor*/
#edgeProduct .prodBox.subColor {
	border-color:#077FAD;
}
#edgeProduct .prodBox.subColor .name{
	background: #0350a7 linear-gradient(60deg, #0350a7, #1E7FEF);
}
#edgeProduct .prodBox.subColor .pickup li{
	background-color: rgba(215,232,255,0.8);
}
#edgeProduct .prodBox.subColor .recoBox{
	border-color:#0350a7;
}
#edgeProduct .prodBox.subColor .recoBox .title > span{
	background: #0350a7 linear-gradient(60deg, #0350a7, #1E7FEF);
}

@media only screen and (max-width:1024px) {
	#edgeProduct .prodBox {
		width: 90%;
		margin: 0 auto 2em;
	}
	#edgeProduct .prodBox .prodInner{
		margin: 2em 1.5em;
	}
	#edgeProduct .col2inner{
		width: 100%;
		margin-bottom: 1.4em;
	}
	#edgeProduct .prodInner .col2inner .txt {	width: 100%;}
	#edgeProduct .prodInner .col2inner .pic {	width: 100%;}
	#edgeProduct .prodInner .name{font-size: 1.6em;}
	#edgeProduct .pickup{
		flex-direction: column;
		width: 100%;
		margin: 2em auto;
	}
	#edgeProduct .pickup li{
		margin: 0 0 0.5em;
		padding: 1em 1.5em;
	}
	#edgeProduct .prodInner .recoBox{
		margin: 3em 0 2.5em;
	}
	#edgeProduct .prodInner .recoBox li{
		font-size:1em;
		letter-spacing: 1px;
		padding: 0 15px;
		line-height: 2;
	}
}


/*======================================================
	ツールアプリケーション / expFun
================================================*/
#expFun { 
	background-color: #FFF;
}
#expFun .col2inner {
	align-items: stretch;
	margin-top: 5em;
}
#expFun .exptool{
	width: 48%;
	margin-bottom: 3em;
	padding: 1.5em 2em 1.5em ;
	border-radius: 4px;
	background-color: #E9F7FF;
	position: relative;
}
#expFun .exptool img{
	width: 100%;
}
#expFun .exptool .number{
	color:#0451A8;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 1;
	width: 100px;
	height: 100px;
	padding-top: 1.1em;
	border-radius: 50%;
	background-color: #E9F7FF;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -50px;
	z-index: 1;
}
#expFun .exptool .number .count {
	font-size: 2.2em;
	font-style: italic;
}
#expFun .exptool .title{
	color: #0451A8;
	font-size: 2em;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border-bottom: 3px solid #0451A8;
	line-height: 2;
	text-align: center;
	font-style: italic;
	position: relative;
	z-index: 3;
}
#expFun .exptool .poTxt{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.2em 0 0.5em;
}
#expFun .exptool .usagefile,
#expFun .exptool .toolimg{
	margin-top: 2em;
}
#expFun .exptool .usagefile{
	text-align: center;
	padding: 1.5em 0;
	background: #FFF;
	border: 3px solid #ADCDFF;
}
#expFun .exptool .usageTxt{
	color:#0451A8;
	font-weight: bold;
	margin-top: 1.5em;
	letter-spacing: 1px;
}
#expFun .exptool .usageTxt:first-child{
	margin-top: 0;
}
#expFun .csvOut{
	width: 70%;
	padding:2em;
	margin: 0 auto;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content:center;
	border: 6px solid #DDD;
}
#expFun .csvOut .pic{
	flex-basis:70px;
	margin-right: 2em;
}
#expFun .csvOut .poTxt{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.2em;
}

@media only screen and (max-width:1024px) {
	#expFun .exptool {
		width: 100%;
		margin-bottom: 4em;
	}
	#expFun .exptool:last-child {
		margin-bottom: 2em;
	}
	#expFun .exptool .bluebold{
		padding:0;
	}
	#expFun .csvOut{
		width: 80%;
		padding:1.5em;
	}
	#expFun .csvOut .pic{
		flex-basis:80px;
		margin-right: 1.6em;
	}
	#expFun .csvOut .poTxt{
		font-size: 1.1em;
	}
}


/*======================================================
	エッジAI利用用途 / vpUses
================================================*/
#vpUses { 
	background: #e1eef8 linear-gradient(to bottom,#e3f3ff,#d2f0ff);
}
#vpUses .toptxt{ 
	margin-bottom: 3em;
	padding: 0 5%;
}
#vpUses .useList{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#vpUses .useList li{
	flex-basis:32%;
	margin: 0 0 2%;
	background: #FFF;
	line-height: 1.8;
	border-radius: 4px;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
}
#vpUses .useList .number{
	position:absolute;
	top:9px;
	left: -5px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background: #0350a7 linear-gradient(60deg, #0350a7, #1E7FEF);
	background: linear-gradient(-40deg,rgba(42,255,255,0.8),rgba(36,89,255,0.8));
	color: #fff;
	font-weight: 500;
	font-family: 'Roboto';
	padding: 0 12px 0 16px;
	transform: skewX(-15deg);
}
#vpUses .useList .number .count{
	font-size: 1.4em;
}
#vpUses .useList .pic{
	text-align: center;
}
#vpUses .useList .title{
	font-weight: 900;
	letter-spacing: 1px;
	text-align: center;
	margin: 0.8em 1em 1.2em;
}

@media only screen and (max-width:1024px) {
	#vpUses .useList{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#vpUses .useList li{
		margin: 0 0 1.4em;
	}
	#vpUses .useList li:last-child {
		margin-bottom: 0;
	}
}

/*======================================================
	エッジAIの開発事例 / vpDevelop
================================================*/
#vpDevelop.sec {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width:1024px) {
  #vpDevelop.sec {
    padding:3em 5%;
  }
}

/*======================================================
	シリーズ比較表 / compSheet
================================================*/
.compSheet th, .compSheet td {
	width:auto;
	padding: 1em;
}
.compSheet th {
	width: auto; 
}

