@charset "utf-8";
/*------------------------------------------------------------
	innovation
------------------------------------------------------------*/
#main .secBox {
	padding: 9.1rem 0 10rem;
	position: relative;
	background: url("../img/ourculture/innovation/bg01.jpg") no-repeat center top / cover;
}
#main .secBox::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 91.2rem;
	background: linear-gradient(180deg, #09193A 0%, rgba(64, 76, 100, 0.74) 55%, rgba(217, 217, 217, 0.00) 100%);
	mix-blend-mode: multiply;
	content: "";
}
#main .secBox h3 {
	margin-bottom: 3.9rem;
	color: #FFF;
	font-size: 3rem;
	text-align: center;
	font-weight: 700;
}
#main .secBox p {
	line-height: 2;
	text-align: justify;
}
#main .secBox .text {
	max-width: 100rem;
	margin: 0 auto 9.8rem;
	color: #FFF;
}
#main .secBox .content {
	width: 120rem;
}
#main .secBox .innerBox {
	padding: 1rem 2rem 9.7rem;
	border-radius: 2rem;
	background-color: #FFF;
}
#main .secBox .lead {
	margin-bottom: 5.5rem;
	text-align: center;
}
#main .secBox .lead .color {
	margin: -6.3rem auto 0.4rem;
    width: fit-content;
    display: block;
    font-size: 7rem;
	font-weight: 700;
	line-height: 1.2;
    background-image: linear-gradient(to right, #A2DB00 0%, #007EC0 50%, #7556F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#main .secBox .lead .mark {
	display: block;
}
#main .secBox .inner {
	max-width: 100rem;
	margin: 0 auto 7.7rem;
}
#main .secBox .inner:last-child {
	margin-bottom: 0;
} 
#main .secBox .inner p {
	margin-bottom: 5.1rem;
}
#main .secBox .inner .phoList {
	margin-top: -2rem;
}
#main .secBox .inner .phoList li {
	margin-top: 2rem;
	width: 47.5rem;
}
#main .secBox .inner .phoList li img {
	width: 100%;
	border-radius: 2rem;
}
#main .secBox .inner .phoList .wid100 {
	width: 100%;
}
#main .secBox .inner .imgBox .txtBox {
	margin-top: -0.1rem;
	width: 47.5rem;
}
#main .secBox .inner .imgBox .txtBox p:last-child {
	margin-bottom: 0;
} 
#main .secBox .inner .imgBox .phoBox {
	width: 47.5rem;
}
#main .secBox .inner .imgBox .phoBox img {
	width: 100%;
	border-radius: 2rem;
}
@media all and (max-width: 896px) {
	#main .secBox {
		padding: 4.5rem 0 5rem;
		background-image: url("../img/ourculture/innovation/bg01_sp.jpg");
	}
	#main .secBox h3 {
		margin-bottom: 1.3rem;
		font-size: 2rem;
	}
	#main .secBox .text {
		max-width: inherit;
		margin-bottom: 5.4rem;
	}
	#main .secBox .innerBox {
		padding: 1rem 2rem 2rem;
		border-radius: 1rem;
	}
	#main .secBox .lead {
		margin: 0 -2rem 2.8rem;
	}
	#main .secBox .lead .color {
		margin: -3rem auto 0.9rem;
		font-size: 2.6rem;
	}
	#main .secBox .lead .mark img {
		width: 4rem;
	}
	#main .secBox .inner {
		margin-bottom: 4.8rem;
	}
	#main .secBox .inner p {
		margin-bottom: 3rem;
	}
	#main .secBox .inner .phoList {
		margin-top: 0;
		display: block;
	}
	#main .secBox .inner .phoList li {
		margin: 0 0 2rem;
		width: auto;
	}
	#main .secBox .inner .phoList li:last-child {
		margin-bottom: 0;
	}
	#main .secBox .inner .phoList li img {
		border-radius: 1rem;
	}
	#main .secBox .inner .imgBox {
		display: block;
	}
	#main .secBox .inner .imgBox .txtBox {
		margin: 0 0 2.1rem;
		width: auto;
	}
	#main .secBox .inner .imgBox .phoBox {
		width: auto;
	}
	#main .secBox .inner .imgBox .phoBox img {
		border-radius: 1rem;
	}

}