@charset "utf-8";

/**technology index**/

/*menu index*/
.technologyMenu1 .columnHalf{
	height: 140px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border: 1px solid #DDD;
	border-radius: 4px;
	cursor: pointer;
}
.technologyMenu1 .columnHalf.current{
	cursor: default;
	background-color: #000;
}
.technologyMenu1 .columnHalf img{
	transition: all 0.3s ease;
}
.technologyMenu1 .columnHalf.current img{
	opacity: 0.5;
}
.technologyMenu1 .columnHalf:not(.current):hover img{
	opacity: 0.75;
	width: 600px;
}

.technologyMenu1 .columnHalf h3{
	letter-spacing: 0.1em;
	margin: 6px 10px 6px;
	position: relative;
	padding-top: 2px;
	padding-left: 18px;
	padding-right: 10px;
	background-color: rgba(255,255,255,0.9);
	height: auto;
	line-height: 1.5em;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.3s ease;
}
.technologyMenu1 .columnHalf.current h3 a{
	color: #666;
}

.technologyMenu1 .columnHalf h3 a:hover,
.technologyMenu1 .columnHalf:hover h3 a{
	text-decoration: none;
}
.technologyMenu1 .columnHalf h3::before{
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	display: inline-block;
	width:5px;
	height: 1.2em;
	background-color: #6bF;
	border-radius: 4px;
}
.technologyMenu1 .columnHalf.current h3::before{
	background-color: #DDD;
}
.technologyMenu1 .columnHalf p{
	margin: 10px;
}
.technologyMenu1 .columnHalf img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 110%;
}
/**technology content page**/
.technologyNav{
	border-top: 1px solid #DDD;
}
.technologyNav .technologyMenu1{
	width: 80%;
	margin: 50px auto 0;
}
.technologyNav .technologyMenu1 .columnHalf{
	height: 110px;
}

/**technologyhead**/
.mainVisual h1 *,
.mainVisual_s h1 *{
	text-shadow: 0px 1px 1px rgb(0 0 0 / 30%);
}
.mainVisual h1,
.mainVisual_s.technologyhead h1{
	z-index: 1200;
}
.mainVisual_s.technologyhead h1 span em{
		position: relative;
		padding-left: 4em;
		font-style: normal;
}
.mainVisual_s.technologyhead h1 span em::before{
	position: absolute;
	content: "";
	display: block;
	width: 3em;
	height: 1px;
	background-color: #FFF;
	float: left;
	top: 50%;
	left: -4em;
	margin-left: 4.5em;
	box-shadow: 0px 1px 1px rgb(0 0 0 / 30%);
}

.mainVisual{
	position: relative;
}
.mainVisual::before,
.mainVisual_s.technologyhead::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, .4);
	background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 4px 4px;
	z-index: 1100;
}
/*responsive*/
@media screen and (max-width: 959px) {

}

@media screen and (max-width: 899px) {

}

@media screen and (max-width: 770px) {
.funcColumn{
	width: calc((100% - 45px) / 2);
	float: left;
}

}

@media screen and (max-width: 739px) {
	
}