@charset "UTF-8";

/*---global---*/

/*------------------------
.page_content_area
--------------------------*/	
.page_content_area{
	background-image:url("../img/global/page_side_image.png"); 
}
@media screen and (min-width:0px) and (max-width:767px){
	.page_content_area{
		background-image:none; 
	}
}

/*------------------------
.underPage_title
--------------------------*/	
.underPage_title_global{
	width: 491px;
	background-image: url("../img/global/underPage_title_global.png");
}
#title_comment{
	margin-top: 50px;
	padding-left: 100px;
}
@media screen and (min-width:0px) and (max-width:767px){
	.underPage_title_global{
		width: 100%;
		background-image: url("../img/global/underPage_title_global.png");
	}
	#title_comment{
		margin-top: 25px;
		padding-left: 0;
	}
}

/*------------------------
cont_01
--------------------------*/	
.cont_01{
	margin-top: 100px;
	padding:0;
}
.global_map{
	width: 1100px;
	height: 621px;
	margin: 0 auto;
	background-image: url("../img/global/bg_map_base.png");
}
.group_link_btn{
	margin: 50px auto 100px;
}
.cont_01_inner h4{
	width: 360px;
	height: 50px;
	line-height: 50px;
	color: #ff7418;
	border: solid 1px #ff7418;
	text-align: center;
	margin: 0 auto;
}
.iso_wrap{
	width: 80%;
	margin: 50px auto 0;
}
.iso_wrap .iso_sub_title{
	text-align: center;
	margin: 50px auto 25px;
}
.iso_wrap ol{
	padding-left: 1em;
}
.iso_wrap ol li{
	list-style-type:decimal;
}
.iso_certification{
	margin: 100px auto;
}
.iso_certification img{
	margin: 0 50px;
}
.bottom_message{
	width: 100%;
	min-width: 1300px;
	margin-top: 100px;
	height: 512px;
	background-image: url("../img/global/bg_factory_view.png");
	background-repeat: no-repeat;
	background-position: top center;
}
.bottom_message h3{
	padding: 0 20% 75px;
	font-size: 20px;
	background: #ffffff;
	/* 左上・右上・右下を結ぶ三角形 */
	clip-path: polygon(
		0 0,
		100% 0,
		50% 100%
	);
}
.bottom_message h3 img{
	display: block;
	margin: 10px auto 0;
}

@media screen and (min-width:0px) and (max-width:767px){

	.cont_01{
		margin-top: 50px;
		padding:0;
	}
	.global_map{
		width: 100%;
		height: auto;
		margin: 0 auto;
		background-image:none;
	}
	.global_map img{
		display: block;
		width: 100%;
		margin: 0 auto 15px;
	}
	.group_link_btn{
		margin: 50px auto 100px;
	}
	.cont_01_inner h4{
		width: 100%;
		height: auto;
		line-height: 50px;
		color: #ff7418;
		border: solid 1px #ff7418;
		text-align: center;
		margin: 0 auto;
	}
	.iso_wrap{
		width: 100%;
		margin: 25px auto 0;
	}
	.iso_wrap .iso_sub_title{
		text-align: center;
		margin: 25px auto 15px;
	}
	.iso_wrap ol{
		padding-left: 1em;
	}
	.iso_wrap ol li{
		list-style-type:decimal;
	}
	.iso_certification{
		margin: 50px auto;
	}
	.iso_certification img{
		display: block;
		width: 80%;
		margin: 10px auto;
	}
	.bottom_message{
		width: 100%;
		min-width: unset;
		margin-top: 50px;
		margin-bottom: -50px;
		height: auto;
		background-image: url("../img/global/bg_factory_view.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: auto 100%;
	}
	.bottom_message h3{
		padding: 0 20% 50px;
		font-size: 14px;
		background: #ffffff;
		/* 左上・右上・右下を結ぶ三角形 */
		clip-path: polygon(
			0 0,
			100% 0,
			50% 100%
		);
	}
	.bottom_message h3 img{
		display: block;
		margin: 10px auto 0;
	}
}



