/*-----------------------------------------------------

mainvisual

-----------------------------------------------------*/

#mainvisual {
	background: linear-gradient(to bottom, #000, rgba(0,0,0,0)) no-repeat top /100% 234px, #000 url("../../company/images/index/bg01.png") center bottom no-repeat;
	background-size: cover;
}

#mainvisual h1 {
	font-weight: 900;
	letter-spacing: 2.56rem;
	text-align: center;
}



.technologyArea {
	width: 1180px;
	margin: 0 auto;
}

.technologyArea ul {
	width: 100%;
	border-top: #707070 solid 1px;
}

.technologyArea ul li {
	width: 100%;
	border-bottom: #707070 solid 1px;
	display: flex;
}

.technologyArea ul li a {
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	padding: 4rem 0;
	display: block;
	width: 95%;
}

.technologyArea ul li a:hover {
	opacity: 0.5;
}

.technologyArea ul li a:after {
	content: "";
	position: absolute;
	width: 5rem;
	height: 5rem;
	right: -6rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url("../../images/common/icon_pdf.png") no-repeat;
	background-size: contain;
}


@media screen and (max-width: 786px) {

#mainvisual {
 	height: 30rem;
	margin-bottom: 4rem;
	background: linear-gradient(to bottom, #000, rgba(0,0,0,0)) no-repeat top /100% 11.7rem,  #000 url("../../company/images/index/bg01.png") center bottom no-repeat;
	background-size: cover;
}

#mainvisual .inner {
 	height: 30rem;
}

#mainvisual h1 {
	font-size: 2.8rem;
	letter-spacing: 1.536rem;
}

.technologyArea {
	width: 100%;
	padding: 0 3.5rem;
	box-sizing: border-box;
	margin: 0 auto;
}

.technologyArea ul li {
	width: 100%;
	border-bottom: #707070 solid 1px;
	display: block;
}

.technologyArea ul li a {
	font-size: 1.4rem;
	font-weight: 400;
	position: relative;
	padding: 2rem 0;
	display: block;
	width: 100%;
}

.technologyArea ul li a:hover {
	opacity: 0.5;
}

.technologyArea ul li a:after {
	content: "";
	position: absolute;
	width: 3rem;
	height: 3rem;
	right: 0rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url("../../images/common/icon_pdf.png") no-repeat;
	background-size: auto 3rem;
}


}



