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

/*-----------------
	mainVisual
---------------- */

.mainVisual-integrated-production {
	background: url("../images/mainVisual-integrated-production.png") top center no-repeat;
}

.mainVisual-business-type {
	background: url("../images/mainVisual-business-type.png") top center no-repeat;
}

.mainVisual-computer {
	background: url("../images/mainVisual-computer.png") top center no-repeat;
}

.mainVisual-energy {
	background: url("../images/mainVisual-energy.png") top center no-repeat;
}

.mainVisual-medical {
	background: url("../images/mainVisual-medical.png") top center no-repeat;
}




/*---------------------------
	integrated-production
-------------------------- */

.integrated-production-inner {
	width: 1000px;
	margin: 0 auto;
}

.top-integrated-production {
	width: 100%; 
	background-color: #EFEFEF;
}

.integrated-production-box {
	position: relative;
	z-index: 1;
}

.ttl-integrated-production01 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 0;
}

.ttl-integrated-production01 span {
	font-size: 80%;
	display: inline-block;
	padding: 20px 0;
	position: relative;
	font-weight: 300;
}


.ttl-integrated-production01 span:before {
	content: "";
    position: absolute;
	transform: translateX(-50%);
	top: 0;
	left: 50%;
	right: 0;
    height: 5px;
	width: 200px;
}

.integrated-production-box-inner {
	position: relative;
	background: #fff;
	padding: 5%;
	margin: 50px 100px 0;
}

.integrated-production-box-inner:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -30px;
	width: 1px;
	height: 60px;
	background: #000;
}

.ttl-step {
	position: absolute;
	top: -50px;
	left: 0;
	font-size: 34px;
}

.integrated-production-box-inner p {
	font-size: 17px;
	line-height: 2;
	margin-bottom: 0;
}

.icon-scroll01 {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
}





/* top-integrated-production */

.top-integrated-production {
	padding: 100px 0;
	position: relative;
}

.top-integrated-production .integrated-production-box {
	background-color: rgba(225,239,216,0.85);
	padding-bottom: 80px;
}

.top-integrated-production .ttl-integrated-production01 span:before {
	background-color: #349B3A;
}

.ttl-top-integrated-production02 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.top-integrated-production .icon-scroll01 {
	bottom: 20px;
}




/* step-area */

.step-area {
	position: relative;
	width: 100%;
	height: auto;
}

.step-area .container-fluid {
	position: relative;
	width: 100%;
	height: 1000px;
	overflow: hidden;
	z-index: 0;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.step-area .integrated-production-box {
	padding-bottom: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1000px;
}

.step-area dl {
	line-height: 1.8;
}

.step-area dl:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f309";
	font-size: 1.4rem;
	padding-left: 10px;
}

.step-area dl:last-child:after {
	display: none;
}

.step-area dl dt {
	font-size: 24px;
	margin-bottom: 5px;
}

.step-area dl dd {
	font-size: 16px;
	font-weight: normal;
}

.step-area .middle {
	width: 90%;
}

.step-area .integrated-production-box-inner .col-md-4 p:first-child {
	margin-bottom: 20px;
}






/* step01 */

#step01 {
}
#step01 .container-fluid {
	background: url("../images/step01-bg.png") center center no-repeat;
}
#step01 .integrated-production-box {
	background-color: rgba(249,238,221,0.85);
}
#step01 .ttl-integrated-production01 span:before {
	background-color: #E0901E;
}
#step01 .ttl-step {
	color: #D3551B;
}


/* step02*/

#step02 {
	margin-top: 150px;
}
#step02 .container-fluid {
	background: url("../images/step02-bg.png") center center no-repeat;
}
#step02 .integrated-production-box {
	background-color: rgba(220,225,242,0.85);
}
#step02 .ttl-integrated-production01 span:before {
	background-color: #5185C5;
}
#step02 .ttl-step {
	color: #0760A0;
}


/* step03 */

#step03 {
	margin-top: 150px;
}
#step03 .container-fluid {
	background: url("../images/step03-bg.png") center center no-repeat;
}
#step03 .integrated-production-box {
	background-color: rgba(225,239,226,0.85);
}
#step03 .ttl-integrated-production01 span:before {
	background-color: #349B3A;
}
#step03 .ttl-step {
	color: #349B3A;
}


/* step04 */

#step04 {
	margin-top: 150px;
}
#step04 .container-fluid {
	background: url("../images/step04-bg.png") center center no-repeat;
}
#step04 .integrated-production-box {
	background-color: rgba(234,246,253,0.85);
}
#step04 .ttl-integrated-production01 span:before {
	background-color: #3694C4;
}
#step04 .ttl-step {
	color: #3694C4;
}


/* step05 */

#step05 {
	margin-top: 150px;
}
#step05 .container-fluid {
	background: url("../images/step05-bg.png") center center no-repeat;
}
#step05 .integrated-production-box {
	background-color: rgba(223,230,191,0.85);
}
#step05 .ttl-integrated-production01 span:before {
	background-color: #6AA63C;
}
#step05 .ttl-step {
	color: #6AA63C;
}




/*--------------------------------
	Medical＆Energy＆computer
------------------------------- */

.bg-gray {
	position: relative;
	text-align: center;
	padding-bottom: 100px;
}

.bg-gray:before {
	content: "";
	width: 77px;
	height: 72px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
}

.bg-gray-medical:before {
	background: url("../images/icon-m.png") no-repeat;
}
.bg-gray-energy:before {
	background: url("../images/icon-e.png") no-repeat;
}
.bg-gray-computer:before {
	background: url("../images/icon-c.png") no-repeat;
}

.bg-gray h1 {
	margin-bottom: 10px;
	font-size: 34px;
}

.bg-gray p {
	line-height: 1.6;
	margin-bottom: 10px;
	font-size: 95%;
}


.business-content-body {
	position: relative;
	width: 100%;
}

.business-content-body:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	min-height: 1240px;
}

#medical , #energy , #computer {
	position: relative;
}

#medical .icon-scroll01 , #energy .icon-scroll01 {
	bottom: -130px;
	z-index: 999;
}

#medical .business-content-body:before {
	background: url("../images/medical-bg.png") top center no-repeat;
	background-size: cover;
}
#energy .business-content-body:before {
	background: url("../images/energy-bg.png") top center no-repeat;
	background-size: cover;
}
#computer .business-content-body:before {
	background: url("../images/computer-bg.png") top center no-repeat;
	background-size: cover;
}

.business-content h2 {
	color: #FFF;
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	font-style: italic;
	margin: 0;
}

.business-content h2.ttl-medical {
	background-color: #004EA2;
}

.business-content h2.ttl-energy {
	background-color: #45B035;
}

.business-content h2.ttl-computer {
	background-color: #ED6C00;
}



.business-contentBox {
	background-color: #FFF;
	padding: 50px;
	margin-top: 100px;
	box-shadow: 3px 3px 20px #000;
}

.business-contentBox:last-child {
	margin-bottom: 100px;
}

.business-contentBox ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.business-contentBox ul li {
}

.business-contentBox ul li span {
	display: block;
	font-size: 90%;
	padding-top: 10px;
	text-align: center;
}

.business-contentBox ul li img {
	width: 100%;
}








@media screen and ( max-width:767px ) {
	
	
	/*----------------------
	    mainVisual(sp)
	--------------------- */

.mainVisual-integrated-production {
	background: url("../images/mainVisual-integrated-production.png") top center no-repeat;
}

.mainVisual-computer {
	background: url("../images/mainVisual-computer.png") top center no-repeat;
}

.mainVisual-energy {
	background: url("../images/mainVisual-energy.png") top center no-repeat;
}

.mainVisual-medical {
	background: url("../images/mainVisual-medical.png") top center no-repeat;
}




	/*--------------------------------
		integrated-production(sp)
	------------------------------- */

	.integrated-production-inner {
		width: 100%;
	}

	.top-integrated-production {
	}

	.integrated-production-box {
		width: 100%;
		padding: 0 3%;
	}

	.ttl-integrated-production01 {
		font-size: 180%;
	}

	.ttl-integrated-production01 span {
		font-size: 70%;
		padding: 20px 0 10px;
	}


	.ttl-integrated-production01 span:before {
		width: 100px;
	}

	.integrated-production-box-inner {
		padding: 50px 5% 5% 5%;
		margin: 50px 0 0;
		width: 100%;
	}

	.integrated-production-box-inner:before {
		top: -25px;
		height: 50px;
	}

	.ttl-step {
		top: -30px;
		font-size: 120%;
		margin: 0;
	}

	.integrated-production-box-inner p {
		font-size: 95%;
		line-height: 1.8;
	}

	.icon-scroll01 {
		bottom: -70px;
		width: 40px;
		height: 40px;
	}





	/* top-integrated-production(sp) */

	.top-integrated-production {
		padding: 30px 0 80px;
	}

	.top-integrated-production .integrated-production-box {
		padding-bottom: 50px;
	}

	.top-integrated-production .ttl-integrated-production01 span:before {
	}

	.ttl-top-integrated-production02 {
		font-size: 110%;
		margin-bottom: 10px;
	}

	.top-integrated-production .icon-scroll01 {
	}




	/* step-area(sp) */

	.step-area {
	}

	.step-area .container-fluid {
		height: 100%;
		padding: 50px 3%;
		background-attachment: scroll !important;
	}

	.step-area .integrated-production-box {
		position: static;
		transform: none;
		max-width: 100%;
		padding: 0 5% 5% 5%;
	}

	.step-area dl {
		line-height: 1.6;
	}

	.step-area dl:after {
		font-size: 150%;
		padding-left: 35px;
	}

	.step-area dl:last-child:after {
	}

	.step-area dl dt {
		font-size: 130%;
	}

	.step-area dl dd {
		font-size: 90%;
	}

	.step-area .middle {
		width: 100%;
		margin-bottom: 10px;
	}

	.step-area .integrated-production-box-inner .col-md-4 p:first-child {
		margin-bottom: 15px;
	}






	/* step01(sp) */

	#step01 {
	}
	#step01 .container-fluid {
	}
	#step01 .integrated-production-box {
	}
	#step01 .ttl-integrated-production01 span:before {
	}
	#step01 .ttl-step {
	}


	/* step02(sp) */

	#step02 {
		margin-top: 100px;
	}
	#step02 .container-fluid {
	}
	#step02 .integrated-production-box {
	}
	#step02 .ttl-integrated-production01 span:before {
	}
	#step02 .ttl-step {
	}


	/* step03(sp) */

	#step03 {
		margin-top: 100px;
	}
	#step03 .container-fluid {
	}
	#step03 .integrated-production-box {
	}
	#step03 .ttl-integrated-production01 span:before {
	}
	#step03 .ttl-step {
	}


	/* step04(sp) */

	#step04 {
		margin-top: 100px;
	}
	#step04 .container-fluid {
	}
	#step04 .integrated-production-box {
	}
	#step04 .ttl-integrated-production01 span:before {
	}
	#step04 .ttl-step {
	}


	/* step05(sp) */

	#step05 {
		margin-top: 100px;
	}
	#step05 .container-fluid {
	}
	#step05 .integrated-production-box {
	}
	#step05 .ttl-integrated-production01 span:before {
	}
	#step05 .ttl-step {
	}
	
	
}






@media only screen and (min-width:768px) and (max-width:1199px) {
	
	
	/*--------------------------------
		integrated-production(tab)
	------------------------------- */

	.integrated-production-inner {
		width: 100%;
		margin: 0 auto;
	}

	.top-integrated-production {
	}

	.integrated-production-box {
	}

	.ttl-integrated-production01 {
		font-size: 210%;
	}

	.ttl-integrated-production01 span {
	}


	.ttl-integrated-production01 span:before {
	}

	.integrated-production-box-inner {
		margin: 50px auto 0;
		max-width: 700px;
		width: 100%;
	}

	.integrated-production-box-inner:before {
	}

	.ttl-step {
		font-size: 200%;
	}

	.integrated-production-box-inner p {
		font-size: 100%;
		line-height: 1.8;
	}

	.icon-scroll01 {
	}





	/* top-integrated-production(tab) */

	.top-integrated-production {
	}

	.top-integrated-production .integrated-production-box {
	}

	.top-integrated-production .ttl-integrated-production01 span:before {
	}

	.ttl-top-integrated-production02 {
		font-size: 135%;
	}

	.top-integrated-production .icon-scroll01 {
	}




	/* step-area(tab) */

	.step-area {
	}

	.step-area .container-fluid {
		height: 900px;
	}

	.step-area .integrated-production-box {
		max-width: 800px;
	}

	.step-area dl {
	}

	.step-area dl:after {
	}

	.step-area dl:last-child:after {
	}

	.step-area dl dt {
		font-size: 140%;
	}

	.step-area dl dd {
		font-size: 95%;
	}

	.step-area .middle {
	}

	.step-area .integrated-production-box-inner .col-md-4 p:first-child {
	}






	/* step01(tab) */

	#step01 {
	}
	#step01 .container-fluid {
	}
	#step01 .integrated-production-box {
	}
	#step01 .ttl-integrated-production01 span:before {
	}
	#step01 .ttl-step {
	}


	/* step02(tab) */

	#step02 {
	}
	#step02 .container-fluid {
	}
	#step02 .integrated-production-box {
	}
	#step02 .ttl-integrated-production01 span:before {
	}
	#step02 .ttl-step {
	}


	/* step03(tab) */

	#step03 {
	}
	#step03 .container-fluid {
	}
	#step03 .integrated-production-box {
	}
	#step03 .ttl-integrated-production01 span:before {
	}
	#step03 .ttl-step {
	}


	/* step04(tab) */

	#step04 {
	}
	#step04 .container-fluid {
	}
	#step04 .integrated-production-box {
	}
	#step04 .ttl-integrated-production01 span:before {
	}
	#step04 .ttl-step {
	}


	/* step05(tab) */

	#step05 {
	}
	#step05 .container-fluid {
	}
	#step05 .integrated-production-box {
	}
	#step05 .ttl-integrated-production01 span:before {
	}
	#step05 .ttl-step {
	}
	
	
	
	
	/*------------------------------------------
		   Medical＆Energy＆computer(tab)
	----------------------------------------- */

	.bg-gray {
	}

	.bg-gray:before {
	}

	.bg-gray-medical:before {
	}
	.bg-gray-energy:before {
	}
	.bg-gray-computer:before {
	}

	.bg-gray h1 {
	margin-bottom: 10px;
		font-size: 200%;
	}

	.bg-gray p {
		font-size: 90%;
	}


	.business-content-body {
	}

	.business-content-body:before {
	}

	#medical .business-content-body:before {
	}
	#energy .business-content-body:before {
	}
	#computer .business-content-body:before {
	}

	.business-content h2 {
		font-size: 180%;
	}

	.business-content h2.ttl-medical {
	}

	.business-content h2.ttl-energy {
	}

	.business-content h2.ttl-computer {
	}



	.business-contentBox {
		padding: 5%;
	}

	.business-contentBox:last-child {
	}

	.business-contentBox ul {
	}

	.business-contentBox ul li {
	}

	.business-contentBox ul li span {
	}

	.business-contentBox ul li img {
	}
	
	
	
	
	
}


















