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

/* position-active */
 #nav_global .gnav02 a{
	border-bottom: 1px solid #47B739;
}

/*mainVisual*/

#maincatch_sp{
	display: none;
}

#maincatch{
	width: 72%;
	height: 780px;
	box-sizing: border-box;
	display: block;
	margin: 160px auto 0px;
}

.maincatch-sec01{
	width: 30%;
	margin:0px 0 20px 0px;
}

.title_jp{
	width: 80%;
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 600;	
	font-family: 'Noto Sans JP', sans-serif;
}

.catch01{
	display: block;
	position: relative;
	top: 110%;
	left: 0%;
	font-weight: 600;
	width: 246px;
	height: 90px;
	background: #FFFFFF;
	color: #262626;
	font-size: clamp(1rem, 0.273rem + 3.64vw, 3rem);
	font-family: 'Roboto', sans-serif;
	z-index: -1;
	overflow: hidden;
}

.catch01::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_sp{
	display: none;
}

#mainVisual_area01{
	display: block;
	margin: 0 auto;
	width:74%;
	height: 780px;
	background: url("../images/img_takasaki_pc.jpg") center center no-repeat;
	background-size: cover;
}

#mainVisual_area_sp{
	display: none;
}


/*contents*/

#contents{
	margin: 200px auto 120px;	
	line-height: 1.8;	
}

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

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

.sp{
	margin: 0 14px;
}

.sp-member{
	margin: 0 15px 0 38px;
}

.jpn{
	font-size: 1.3rem;	
}


/*company-info*/

.company-info{
	width: 1000px;
	margin: 0 auto 60px;
	font-family: 'Noto Sans JP', sans-serif;
}

.company-title{
	display: block;
	width: 200px;
	margin: 0 60px 50px 34px;
}

.company-list{
	display: inline-block;
	width: 200px;
	margin: 20px 20px;
	font-size: 1.1rem;
	border-bottom: #CECECE double 4px;
	text-align: left;
	padding: 0 0 36px 20px;
}

.company-exp{	
	display: inline-block;
	width: 600px;
	margin: 20px 20px 20px;
	font-size: 1.1rem;
	border-bottom: #CECECE double 4px;
	text-align: left;
	padding: 0 0 36px 24px;
}

.company-plant{
	display: inline-block;
	width: 600px;
	text-align: left;
	margin: 0 0 10px 20px;
	padding: 0 0 14px 24px;
	border-bottom: #CECECE double 4px;
	font-size: 1.0rem;
	line-height: 1.6;
}

.company-plant-wrap{
	width: 200px;
	margin: 50px 20px;
	display: inline-block;
	vertical-align: top;
	border-bottom: #CECECE double 4px;
	padding: 0 0 48px 20px;
	font-size: 1.1rem;
}

.business-content-wrap{
	width: 200px;
	display: inline-block;
	vertical-align: top;
	border-bottom: #CECECE double 4px;
	font-size: 1.1rem;
	margin: 0px 20px 10px;
	padding: 0 0 420px 20px;
}

.business-content{
	display: inline-block;
	width: 600px;
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0 0 20px 24px;
	border-bottom: #CECECE double 4px;
	font-size: 1.0rem;
	line-height: 1.8;
}

/*certification-info*/

.certification-info{
	width: 53%;
	margin: 160px auto 300px;
	font-family: 'Noto Sans JP', sans-serif;
}

.certification_area{
	width: 74%;
	margin: 0px 0px 0 10px;
	position: relative;
}

.cert_detail{
	width: 100%;
	display: flex;
}

.cert_img{
	width: 150px;
	padding: 0;
}


.cert_standard01{
	width: 100%;
	padding: 10px 15px  10px 15px;
	background: #CBC7C7;
	border: #C4BEBE 1px solid;	
	font-weight: 600;
}

.cert_standard02{
	width: 100%;
	padding: 10px 15px  10px 15px;
	background: #FFFFFF;
	border: #C4BEBE 1px solid;
}

.cert_stan01,
.cert_stan_title{
	display: inline-block;
	width: 40%;
}

.cert_stan02,
.cert_exp{
	display: inline-block;
	width: 60%;
}

