@charset "utf-8";

/*メディアクエリ設定*/

@media screen and (max-width: 959px) {
	html{overflow-x: hidden;
}
	
	
	/* hamburger-menu-position-active */
			
	.sp-gnav01 a{
		opacity: 1.0;
	}
	
	.sp-gnav02 a{
		opacity: 0.6;
	}

	/*	maincatch　*/
	
	#maincatch{
		display: none;	
	}
	
	#maincatch_sp{
		display: block!important;
		width: 100%;
		height: 100px;
		box-sizing: border-box;
		position: relative;
		margin: 60px auto 15px;
	}

.catch01_sp{
	display: block;
	position: relative;
	top: 0%;
	left: 0%;
	font-weight: 500;
	width: 200px;
	height: 90px;
	background: #FFFFFF;
	color: #262626;
	font-size: 2.6rem;
	font-family: 'Roboto', sans-serif;
	z-index: -1;
	overflow: hidden;
	padding-left: 20px;
}

.catch01_sp:before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	background:#228B22;
	opacity: 0.8;
	width: 100%;
	height: 60%;
	animation-name: square_box_slide;
	animation-timing-function:ease;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	z-index: -2;
}

@keyframes square_box_slide{
0% {
	width: 0%;
}
  50%{
	  width: 100%;
  }
 100% {
	 transform: translateX(200%);
 } 
}
	
.title_jp{
	display: none;
}
	
	.title_jp_sp{
	display: block;
	position: absolute;
	top: 36%;
	left: 0;
	width: 80%;
	margin: 30px 0 0 5px;
	font-size: 1.1rem;
	font-weight: 600;	
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 18px;
}	
		
	.mainVisual_area01_sp{
		position: absolute;
		top: 94%;
		width:100%;
		height: 400px;
		overflow: hidden;
		background-image:url("../images/img_takasaki-factory_sp.jpg");
		background-position: center;
		background-size: cover;
		transition: 1400ms linear;
		z-index: -2;
	}

	
	/*	contents　*/
	#contents{
		width: 100%;	
		margin: 0 auto 120px;	
		line-height: 1.8;	
		}


.company_title_jpn{
	display: block;
	width: 100%;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}

.company_title_eng{
	display: block;
	width: 100%;
	font-size: 1.1rem;
	margin: 10px 0px 5px;
	text-align: left;
	color: #41A63E;
	font-family: 'Roboto', sans-serif;
}

.sp{
	margin: 0 14px;
}

/*company-info*/

.company-info{
	width: 100%;
	margin: 60px auto 20px;
	padding: 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
}
	
.company-title{
	display: block;
	width: 200px;
	margin: 0 60px 20px 10px;
}

.company-list{
	display: block;
	width: 20%;
	margin: 0px 10px;
	font-size: 1.0rem;
	border-bottom-style: none;
	text-align: left;
	padding: 0 0 4px 10px;
}

.company-exp{	
	display: block;
	width: 80%;
	margin: 5px 20px 10px;
	font-size: 1.0rem;
	border-bottom: #CECECE double 4px;
	text-align: left;
	padding: 0 0 10px 10px;
}

.board-member-wrap{
	width: 20%;
	margin: 0px 10px;
	display: block;
	font-size: 1.0rem;
	border-bottom-style: none;
	padding: 0 0 4px 10px;
}

.board-member{
	display: inline-block;
	width: 80%;
	text-align: left;
	margin: 5px 20px 10px;
	padding: 0 0 10px 10px;
	border-bottom: #CECECE double 4px;
	font-size: 1.0rem;
	line-height: 1.8;
}
	
	
.company-plant-wrap{
	width: 20%;
	margin: 0px 10px;
	display: block;
	font-size: 1.0rem;
	border-bottom-style: none;
	padding: 0 0 4px 10px;
}

.company-plant{
	display: block;
	width: 80%;
	text-align: left;
	margin: 5px 20px 10px;
	padding: 0 0 10px 10px;
	border-bottom: #CECECE double 4px;
	font-size: 0.9rem;
	line-height: 1.6;
}


.business-content-wrap{
	width: 20%;
	display: block;
	margin: 0px 10px;
	font-size: 1.0rem;
	border-bottom-style: none;
	padding: 0 0 4px 10px;
}

.business-content{
	display: block;
	width: 80%;
	text-align: left;
	margin: 5px 20px 10px;
	padding: 0 0 10px 10px;
	border-bottom: #CECECE double 4px;
	font-size: 0.9rem;
	line-height: 1.2;
}
	
	
/*certification-info*/

.certification-info{
	width: 100%;
	margin: 100px auto 140px;
	padding: 0 20px;
}

.certification_area{
	width: 92%;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
	
.cert_detail{
	width: 100%;
	display: block;
}

.cert_img{
	width: 150px;
	padding-left: 20px;
}


.cert_standard01{
	font-size: 1.0rem;
	width: 90%;
	padding: 5px 0  5px 10px;
	background: #CBC7C7;
	border: #C4BEBE 1px solid;	
	font-weight: 600;
}

.cert_standard02{
	font-size: 1.0rem;
	width: 90%;
	padding: 5px 0  5px 10px;
	background: #FFFFFF;
	border: #C4BEBE 1px solid;
}

.cert_stan01{
	display: block;
	width: 100%;
	margin: 5px 0;
}
	
.cert_stan_title{
	display: block;
	width: 100%;
	margin: 5px 0;
	padding-left: 5px;
}

.cert_stan02,
.cert_exp{
	display: block;
	width: 100%;
}
	


