@charset "utf-8";
/* CSS Document */

/*bussiness TOP*/

.p-business section#newdomain{
	margin-top: 100px;
}

.p-business section#newdomain div.tittle{
	background: url(../assets/img/business/bg_domain.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px;
	text-align: center;
	color: #fff;
}

.p-business section#newdomain div.tittle h2{
	margin-bottom: 10px;
	font-size: 35px;
}

.p-business section#newdomain ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-business section#newdomain ul li{
	width: 50%;
	text-align: center;
	font-size: 1.7375em;
	border-right: solid 1px #797979;
}
.p-business section#newdomain ul li:first-child,section#newdomain ul li:nth-child(2){
	border-bottom: solid 1px #797979;
}
.p-business section#newdomain ul li:nth-child(even){
	border-right: none;
	border-bottom: solid 1px #797979;
}
.p-business section#newdomain ul li span{
	display: block;
	font-size: 0.4125em;
}
.p-business section#newdomain ul li a{
	display: block;
	padding: 120px 20px;
	transition:0.5s;
}
.p-business section#newdomain ul li a:hover{
	background: #000;
	color: #fff;
}
.p-business__future {
	margin-top: 0em;
}

@media screen and (max-width:900px) {
	.p-business section#newdomain div.tittle{
		background: url(img/bg_domain_sp.png) no-repeat;
	}
}

@media screen and (max-width:785px) {
	.p-business section#newdomain ul li{
		width: 100%;
		font-size: 1.2375em;
	}
	.p-business section#newdomain ul li a{
		padding: 20px;
	}
	.p-business section#newdomain ul li{
		border-right: none;
		border-bottom: solid 1px #797979;
	}
	.p-business section#newdomain ul li:last-child{
		border-bottom: none;
	}
	.p-business section#newdomain ul li span{
		font-size: 0.5125em;
	}
}

/*business-IP*/

.p-ip-business #tittle{
	background: url("../assets/img/business/b01/IP_cover.png") no-repeat;
	background-position: center;
	background-size: cover;
	height: 360px;
	position: relative;
}
.p-ip-business #tittle div{
	max-width: 840px;
	margin: 0 auto;
}
.p-ip-business #tittle h1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	color: #fff;
}
.p-ip-business #sub_text{
	text-align: center;
	font-size: 2em;
	margin-top: 50px;
}
.p-ip-business #content{
	margin-top: 115px;
	padding-bottom: 200px;
}
.p-ip-business #content article{
	max-width: 840px;
	margin: 0 auto;
	padding: 75px 0;
	border-bottom: solid 2px #bfbfbf;
	display: flex;
    flex-wrap: wrap;
}
.p-ip-business #content article a{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.p-ip-business #content article:last-child{
	border-bottom:none;
}

.p-ip-business #content article div.txt{
	padding-left: 30px;
	max-width: 580px;
}
.p-ip-business #content article div.txt h2{
	font-size: 1.1em;
	margin-bottom: 15px;
}
.p-ip-business #content article div.txt .icon{
	margin-bottom: 15px;
}
.p-ip-business #content article div.txt .icon img{
	width: auto;
}
@media screen and (min-width:825px) {
	.p-ip-business #content article div.img{max-width: 258px;}
	.p-ip-business #sub_text br.sp{display: none;}
}
@media screen and (max-width:856px) {
	.p-ip-business #content article div.txt{
		max-width: 68%;
	}
}
@media screen and (max-width:825px) {
	.p-ip-business #tittle{
		background: url("../assets/img/business/b01/IP_cover_sp.png") no-repeat;
		background-size: cover;
		height: 265px;
		position: relative;
	}
	.p-ip-business #tittle h1{
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.p-ip-business #sub_text {
		text-align: center;
		font-size: 1.55em;
		margin-top: 50px;
		padding: 0 30px;
	}
	.p-ip-business #content{
		padding: 0 20px;
		margin-top: 35px;
	}
	.p-ip-business #content article{
		padding: 75px 20px;
	}
	.p-ip-business #content article div.txt{
		max-width: 100%;
		padding: 0 30px;
	}
	.p-ip-business #content article div.img{
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.p-ip-business #content article div.txt h2{
		text-align: center;
	}
	.p-ip-business #content article img{
		margin: 0 auto;
	}
	.p-ip-business #content article div.txt .icon {
		margin-bottom: 20px;
	}
}

/*business-platform*/

.p-platform #tittle{
	background: url("../assets/img/business/b02/Platform_cover.png") no-repeat;
	background-position: center;
	background-size: cover;
	height: 360px;
	position: relative;
}
.p-platform #tittle div{
	max-width: 840px;
	margin: 0 auto;
}
.p-platform #tittle h1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	color: #fff;
}
.p-platform #sub_text{
	text-align: center;
	font-size: 2em;
	margin-top: 50px;
}
.p-platform #content{
	margin-top: 115px;
	padding-bottom: 200px;
}
.p-platform #content article{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 840px;
	margin: 0 auto;
	padding: 110px 0;
	border-bottom: solid 2px #bfbfbf;
}
.p-platform #content article:last-child{
	border-bottom:none;
}
.p-platform #content article div.inner{
	max-width: 860px;	
}
.p-platform #content article div.inner h2{
	font-size: 1.1em;
	margin-bottom: 10px;
}
.p-platform #content article div.inner div{
	background: #f5f5f5;
	height: 295px;
	position: relative;
	margin-bottom: 30px;
}
.p-platform #content article div.inner div img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: auto;
}
.p-platform #content article div.inner h3{
	font-size: 1.5em;
	margin-bottom: 10px;
}

@media screen and (min-width:825px) {
	.p-platform #sub_text br.sp{display: none;}
}

@media screen and (max-width:825px) {
	.p-platform #tittle{
		background: url("../assets/img/business/b02/Platform_cover_sp.png") no-repeat;
		background-size: cover;
		height: 265px;
		position: relative;
	}
	.p-platform #tittle h1{
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.p-platform #sub_text {
		text-align: center;
		font-size: 1.55em;
		margin-top: 50px;
		padding: 0 30px;
	}
	.p-platform #content{
		padding: 0 20px;
		margin-top: 35px;
	}
	.p-platform #content article{
		padding: 75px 20px;
	}
	.p-platform #content article div.inner div img{
		width: 70%;
	}
}

/*business-incubation*/

.p-incubation #tittle{
	background: url("../assets/img/business/b03/Incubation_cover.png") no-repeat;
	background-position: center;
	background-size: cover;
	height: 360px;
	position: relative;
}
.p-incubation #tittle div{
	max-width: 840px;
	margin: 0 auto;
}
.p-incubation #tittle h1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	color: #fff;
}
.p-incubation #sub_text{
	text-align: center;
	font-size: 2em;
	margin-top: 50px;
}
.p-incubation #content{
	/*margin-top: 115px;*/
	padding-bottom: 200px;
}
.p-incubation #content article{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 840px;
	margin: 0 auto;
	padding: 110px 0;
	border-bottom: solid 2px #bfbfbf;
}
.p-incubation #content article:last-child{
	border-bottom:none;
}
.p-incubation #content article div.inner{
	max-width: 860px;	
}
.p-incubation #content article div.inner h2{
	font-size: 1.1em;
	margin-bottom: 10px;
}
.p-incubation #content article div.inner div{
	background: #f5f5f5;
	height: 295px;
	position: relative;
	margin-bottom: 30px;
}
.p-incubation #content article div.inner div img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: auto;
}
.p-incubation #content article div.inner h3{
	font-size: 1.5em;
	margin-bottom: 10px;
}

@media screen and (min-width:825px) {
	.p-incubation #sub_text br.sp{display: none;}
}

@media screen and (max-width:825px) {
	.p-incubation #tittle{
		background: url("../assets/img/business/b03/Incubation_cover_sp.png") no-repeat;
		background-size: cover;
		height: 265px;
		position: relative;
	}
	.p-incubation #tittle h1{
		top: 50%;
		left: 50%;
		width: 100%;
		text-align: center;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
	.p-incubation #sub_text {
		text-align: center;
		font-size: 1.55em;
		margin-top: 50px;
		padding: 0 30px;
	}
	.p-incubation #content{
		padding: 0 20px;
		margin-top: 35px;
	}
	.p-incubation #content article{
		padding: 75px 20px;
	}
	.p-incubation #content article div.inner div img{
		width: 70%;
	}
}

/*business-partner*/

.p-partner #tittle{
	background: url("../assets/img/business/b04/BusinessPartner_cover.png") no-repeat;
	background-position: center;
	background-size: cover;
	height: 360px;
	position: relative;
}
.p-partner #tittle div{
	max-width: 840px;
	margin: 0 auto;
}
.p-partner #tittle h1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	color: #fff;
}
.p-partner #sub_text{
	text-align: center;
	font-size: 2em;
	margin-top: 50px;
}
.p-partner #content{
	margin-top: 115px;
	padding-bottom: 200px;
}

.p-partner #content h2{
	max-width: 840px;
	text-align: left;
	margin: 0 auto 30px;
}

.p-partner #content article{
	max-width: 840px;
	margin: 0 auto 35px;
}
.p-partner #content article:last-child{
	margin: 0 auto;
}
.p-partner #content article div.inner{
	max-width: 860px;	
}
.p-partner #content article div.inner h2{
	font-size: 1.1em;
	margin-bottom: 10px;
}
.p-partner #content article div.inner div{
	background: #f5f5f5;
	height: 295px;
	position: relative;
	margin-bottom: 30px;
}
.p-partner #content article div.inner div img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: auto;
}


@media screen and (min-width:825px) {
	.p-partner #sub_text br.sp{display: none;}
}

@media screen and (max-width:825px) {
	.p-partner #tittle{
		background: url("../assets/img/business/b04/BusinessPartner_cover_sp.png") no-repeat;
		background-size: cover;
		height: 265px;
		position: relative;
	}
	.p-partner #tittle h1{
		top: 50%;
		left: 50%;
		width: 100%;
		text-align: center;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
	.p-partner #sub_text {
		text-align: center;
		font-size: 1.55em;
		margin-top: 50px;
		padding: 0 30px;
	}
	.p-partner #content{
		padding: 0 20px;
		margin-top: 35px;
	}
	.p-partner #content article{
		padding: 75px 20px;
	}
	.p-partner #content article div.inner div img{
		width: 70%;
	}
}
