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

.all_wrapper{
	width:100%;
	height: auto;
	display:block;
	margin:0 auto;
	overflow: hidden;
	display: block;
	position: relative;
	top:-120px;
}

@media screen and (max-width: 700px) {
.all_wrapper{
	width:100%;
	height: auto;
	display:block;
	margin:0 auto;
	overflow: hidden;
	display: block;
	position: relative;
	top:115px;
}
}

/*
========================================
    大見出し枠ここから
=========================================
 */

.pankuzu_wrapper{
	width:100%;
	height: 100px;
	display:block;
	margin:0 auto;
	background-color: #e9e9e9;
	display: inline-block
}


.pankuzu_list{
	width:100%;
	max-width:1000px; 
	height: 100px;
	display:flex;
	flex-direction: row;
	background-color: #e9e9e9;
	margin:0 auto;
}

.company{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	font-size:30px;
	margin-left: 2%;
	line-height: 3.3em;
	/*font-family: '游ゴシック','Yu Gothic',San-Serif;*/
}

.pankuzu{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	font-size:15px;
	text-align: right;
	line-height: 10em;
	
}

@media screen and (max-width: 700px) {
	
.company{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: inline-block;
	font-size:20px;
	margin: 0 auto;
	line-height: 5em;
	text-align: center;
	/*font-family: '游ゴシック','Yu Gothic',San-Serif;*/
}

.pankuzu{
	display: none;
}
	
}


/*
========================================
    大見出し枠ここまで
=========================================
 */

/*
========================================
    設備紹介タイトルここから
=========================================
 */

.title_wrapper{
	width: 100%;
	max-width: 1000px;
	height: 300px;
	display: table;
	margin:0 auto;
	text-align: center;
}

.title1{
	width: 100%;
	max-width: 1000px;
	height: 300px;
	display: table;
	margin:0 auto;
	text-align: center;
}

.title2{
	width: 100%;
	max-width: 1000px;
	height: 300px;
	margin:0 auto;
	font-size: 35px;
	font-weight: bold;
	line-height: 2em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	
.title_wrapper{
	width: 100%;
	max-width: 700px;
	height: 150px;
	display: block;
	margin:0 auto;
}

.title1{
	width: 100%;
	max-width: 700px;
	height: auto;
	display: inline-block;
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 3em;
	text-align: center;
}

.title2{
	width: 100%;
	max-width: 700px;
	height: auto;
	display: inline-block;
	margin:0 auto;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 3.5em;
	text-align: center;
}

}

@media screen and (max-width: 700px) {
	
.title_wrapper{
	width: 100%;
	max-width: 450px;
	height: 100px;
	display: block;
	margin:0 auto;
	display: none;
}

.title1{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: inline-block;
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
	/*line-height: 5em;*/
	text-align: center;
}

.title2{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: none;
	margin:0 auto;
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 3.5em;
	text-align: center;
}

}


/*
========================================
    設備紹介タイトルここまで
=========================================
 */

/*
========================================
    設備紹介ここから
=========================================
 */

.facility_all_wrapper{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 100px;
	background-color: #f0f0f1;
	display: block;
}

	/*
	========================================
		神戸・岐阜工場ここから
	=========================================
	 */

.kobegihu_wrapper{
	width: 100%;
	max-width: 900px;
	height: auto;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.kobe_wrapper,.gihu_wrapper{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 0 auto;
}

.kobe{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 5% auto 1% auto;
}

.gihu{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 5% auto 1% auto;
}

.kobegihu_sentence_wrapper{
	width: 100%;
	max-width: 900px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.kobegihu_sentence{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 1% 2% 2% 2%;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
	/*font-weight: bold;*/
	font-family: '游ゴシック','Yu Gothic',San-Serif;
}

@media screen and (max-width: 1000px) {
	
.facility_all_wrapper{
	width: 100%;
	max-width: 700px;
	height: auto;
	margin: 0 auto;
	background-color: #f0f0f1;
	display: block;
}

.kobegihu_wrapper{
	width: 100%;
	max-width: 700px;
	height: auto;
	display: flex;
	flex-direction: row;
	margin: 5% auto;
}

.kobe_wrapper,.gihu_wrapper{
	width: 100%;
	max-width: 700px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 0 auto;
}

.kobe{
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
	margin: 5% auto 1% auto;
}

.gihu{
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
	margin: 5% auto 1% auto;
}

.kobegihu_sentence_wrapper{
	width: 100%;
	max-width: 700px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.kobegihu_sentence{
	width: 100%;
	max-width: 320px;
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 1% 2% 2% 2%;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	/*font-weight: bold;*/
	font-family: '游ゴシック','Yu Gothic',San-Serif;
}
	
	
}

@media screen and (max-width: 700px) {
	
.facility_all_wrapper{
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 0 auto;
	background-color: #f0f0f1;
	display: block;
}

.kobegihu_wrapper{
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	flex-direction: column;
	margin: 5% auto;
}

.kobe_wrapper,.gihu_wrapper{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 0 auto;
}

.kobe{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: block;
	margin: 5% auto 1% auto;
}

.gihu{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: block;
	margin: 5% auto 1% auto;
}

.kobegihu_sentence_wrapper{
	width: 100%;
	max-width: 110px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.kobegihu_sentence{
	width: 100%;
	max-width: 110px;
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 1% 2% 2% 2%;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: normal;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
}

.kobegihu_sentence span{
	width: 100%;
	max-width: 100px;
	height: auto;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
	
	
}


	/*
	========================================
		神戸・岐阜工場ここまで
	=========================================
	 */

	/*
	========================================
		従業員ここから
	=========================================
	 */

.employee_wrapper{
	width:100%;
	max-width: 900px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 5% auto 5% auto;
}

.employee1{
	width: 100%;
	max-width: 100px;
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 1% 1% 2% 1.5%;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}

.employee2{
	width: 100%;
	max-width: 150px;
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 1% 2% 2% 1%;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}

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

.employee_wrapper{
	width:100%;
	max-width: 700px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 5% auto 5% auto;
}

.employee1{
	width: 100%;
	max-width: 100px;
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 1% 1% 2% 1.5%;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}

.employee2{
	width: 100%;
	max-width: 150px;
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 1% 2% 2% 1%;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}

}

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

.employee_all_wrapper{
	width:100%;
	width: 260px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 80px auto 80px auto;
}

.employee_wrapper{
	width:100%;
	width: 260px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 0 auto;
}

.employee1{
	width: 100%;
	max-width: 100px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}

.employee2{
	width: 100%;
	max-width: 150px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}

}


	/*
	========================================
		従業員ここまで
	=========================================
	 */

	/*
	========================================
		工場機械紹介ここから
	=========================================
	 */

.facility_title_wrapper{
	width: 100%;
	width: 900px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 0 auto;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	margin:2% auto 1% auto;
}

.facility_title{
	width: 100%;
	max-width: 900px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 1% auto 0 auto;
	line-height: 1.5em;
	font-size: 25px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}


.facility_wrapper{
	width: 100%;
	width: 900px;
	height: auto;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	font-size:20px;
	margin:0 auto;
}


.facility_gazou{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 1% auto 1% auto;
	line-height: 1.5em;
	font-size: 25px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}

.kobe_factory1,.kobe_factory2{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: block;
	margin: 7% auto 7% auto;
}


.facility_sentence{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 1% auto 5% auto;
	line-height: 3em;
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
}

@media screen and (max-width: 1000px) {
	
.facility_title_wrapper{
	width: 100%;
	width: 700px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 0 auto;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	margin:2% auto 1% auto;
}

.facility_title{
	width: 100%;
	max-width: 700px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 1% auto 0 auto;
	line-height: 1.5em;
	font-size: 25px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}


.facility_wrapper{
	width: 100%;
	width: 700px;
	height: auto;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	font-size:20px;
	margin:0 auto;
}


.facility_gazou{
	width: 100%;
	max-width: 300px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 1% auto 1% auto;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}

.kobe_factory1,.kobe_factory2{
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 7% auto 7% auto;
}


.facility_sentence{
	width: 100%;
	max-width: 300px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 1% auto 5% auto;
	line-height: 3em;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
}

	
}

@media screen and (max-width: 700px) {
	
.facility_title_wrapper{
	width: 100%;
	width: 350px;
	height: auto;
	display: block;
	/*flex-direction: row;*/
	margin: 0 auto;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	margin:2% auto 1% auto;
}

.facility_title{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 2% auto 2% auto;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}


.facility_wrapper{
	width: 100%;
	width: 350px;
	height: auto;
	display: flex;
	flex-direction: column-reverse;
	margin: 0 auto;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	font-size:20px;
	margin:0 auto;
}


.facility_gazou{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 1% auto 1% auto;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
	font-family: '游ゴシック','Yu Gothic',San-Serif;
	vertical-align: top;
}

.kobe_factory1,.kobe_factory2{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: block;
	margin: 7% auto 7% auto;
}


.facility_sentence{
	width: 100%;
	max-width: 350px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 1% auto 1% auto;
	line-height: 3em;
	font-size: 15px;
	font-weight: normal;
	vertical-align: top;
}

	


	/*
	========================================
		工場機械紹介ここまで
	=========================================
	 */

/*
========================================
    設備紹介ここまで
=========================================
 */

.space_wrapper{
	width: 100%;
	height: 50px;
	display: block;
}