@charset "utf-8";

/*-------------------------------------
	共通
--------------------------------------*/
/* cssアニメーション */
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.technology_img_slide {
	position: relative;
	display: flex;
	overflow: hidden;
	z-index: 1;
	margin: 58px 0 87px;
}

.technology_img_slide_wrap {
	display: flex;
	list-style: none;
	animation: infinity-scroll-left 95s infinite linear 0.5s both;
	margin: 0;
	padding: 0;
}

.technology_img_slide_wrap li {
	list-style: none;
	width: calc(100vw / 5.85);
	margin: 0 30px 0 0;
}

.technology_img_slide_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*padding-right: 28px;*/
}

/* 取り扱い素材 */
.material_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -20px 10px 0;
}

.material_item {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 45px;
	text-align: center;
	background: #E4EEEF;
	margin: 0 20px 10px 0;
}


/*-------------------------------------
	technology 親ページ
--------------------------------------*/
.one_side_txt .technology_h2 {
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #2B5872;
	margin: 76px 0 34px;
}

.one_side_txt .technology_h2::before {
	display: block;
	content: counter(oneside, decimal-leading-zero);
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.one_side_txt .technology_h2::after {
	display: block;
	content: attr(data-txt)'';
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	color: #222222;
	margin: 4px 0 0;
}

.one_side_txt .viewmore_btn {
	margin-top: 19px;
}

/*-------------------------------------
	子ページ welding 溶接
--------------------------------------*/


/*-------------------------------------
	子ページ welding 溶接
--------------------------------------*/

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

	/*-------------------------------------
		共通
	--------------------------------------*/
	/* cssアニメーション */
	.technology_img_slide {
		margin: 35px 0 45px;
	}

	.technology_img_slide_wrap li {
		width: calc(100vw / 3);
		margin: 0 10px 0 0;
	}

	/* 取り扱い素材 */
	.material_list{
		margin: 0 0 10px 0;
	}
	.material_item {
		width: calc((100% - 10px) / 2);
		margin: 0 10px 10px 0;
	}

	.material_item:nth-child(even) {
		margin-right: 0;
	}

	/*-------------------------------------
		technology 親ページ
	--------------------------------------*/
	.one_side_txt .technology_h2 {
		font-size: 2.4rem;
		margin: 35px 0 20px;
	}

	.one_side_txt .technology_h2::before {
		font-size: 1.5rem;
	}

	.one_side_txt .technology_h2::after {
		font-size: 1.5rem;
		margin: 3px 0 0;
	}

	.one_side_txt .viewmore_btn {
		margin-top: 14px;
	}

	/*-------------------------------------
		子ページ welding 溶接
	--------------------------------------*/


	/*-------------------------------------
		子ページ welding 溶接
	--------------------------------------*/

}