@charset "utf-8";

/*----------------
	共通
------------------*/


/*----------------
	bg_dark 冷間鍛造でコストダウン
------------------*/
.bg_dark {
	display: block;
	color: #FFF;
	padding: 117px 0 90px;
	position: relative;
}

.bg_dark::before {
	position: absolute;
	content: "";
	width: 100vw;
	min-width: 1400px;
	height: 100%;
	background: #080808;
	background: radial-gradient(ellipse 1800px 900px at 50% 50%, #5B4F3C 0%, #080808 39%);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
}

.bg_dark .sec_ttl_h2 {
	margin: 0 0 36px;
}

.bg_dark p {
	text-align: center;
	margin-bottom: 72px;
}

.bg_dark_img img {
	margin: auto;
}

/*----------------
	bg_grey 冷間鍛造成形で省資源・強度UP
------------------*/
.bg_grey_img {
	margin: 43px 0 138px;
}

.bg_grey_img img {
	margin: auto;
}

.flow_item_content h3 {
	margin-bottom: 15px;
}

.flow_item_content h4 {
	color: #0057AA;
	margin: 0px 0 9px;
}

.flow_item_img {
	max-width: 800px;
	margin-left: auto;
}

.flow_item_col {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.flow_item_col>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flow_item_col>div:first-child {
	max-width: 36.8%;
}

.flow_item_col>div:last-child {
	max-width: 55.4%;
}

.flow_item_col>div img {
	margin: 0 0 17px;
}

/*----------------
	製造工程
------------------*/
.flow_wrap {
	overflow: hidden;
}

.flow_area {
	max-width: 1752px;
	padding: 0 20px;
	margin: 0 auto;
}

.swiper {
	overflow: visible !important;
}

/*  */
.swiper-slide {
	display: flex;
	flex-direction: column;
	flex: 0 0 195px;
	min-width: 195px;
	height: auto !important;
	padding-top: 13px;
	border-right: 2px solid #0057AA;
	counter-increment: flowNum;
	position: relative;
}

.swiper-slide::before {
	display: block;
	content: counter(flowNum, decimal-leading-zero);
	font-family: 'Poppins', sans-serif;
	font-size: 3rem;
	letter-spacing: 0.06em;
	line-height: 2.5rem;
	color: #0057AA;
	text-align: center;
	margin: 0 0 7px;
}

.swiper-slide.arrow_s:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  border-color: transparent transparent transparent #0057AA;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.swiper-slide:first-child {
	border-left: 2px solid #0057AA;
}

.swiper-slide p {
	text-align: center;
	margin-bottom: 16px;
}

.business_flow_icon:first-child {
	margin-top: 30px;
}

.business_flow_icon img {
	width: 159px;
	margin: auto;
}

/*  */

.scrollbar_wrap {
	width: 600px;
	max-width: 100%;
	margin: 63px auto 0;
}

.scrollbar_wrap .scrollbar {
	width: 100%;
	height: 28px;
	margin: 0 auto;
	background: #EAEDF1;
	border-radius: 100px;
	overflow: hidden;
}

.scrollbar_wrap .swiper-scrollbar-drag {
	background-color: #0057AA;
	border: 2px solid #F1EFEA;
	cursor: pointer;
	border-radius: 100px;
	box-sizing: border-box;
}

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

	/*----------------
		共通
	------------------*/


	/*----------------
		bg_dark 冷間鍛造でコストダウン
	------------------*/
	.bg_dark {
		padding: 55px 0 50px;
	}

	.bg_dark .sec_ttl_h2 {
		margin: 0 0 25px;
	}

	.bg_dark p {
		margin-bottom: 40px;
	}

	.bg_dark_img img {
		width: 430px;
		max-width: 100%;
	}


	/*----------------
		bg_grey 冷間鍛造成形で省資源・強度UP
	------------------*/
	.bg_grey_img {
		margin: 30px 0 65px;
	}

	.bg_grey_img img {
		width: 550px;
	}

	.flow_item_content h3 {
		margin-bottom: 5px;
	}

	.flow_item_content h4 {
		margin: 0px 0 7px;
	}

	.flow_item_img img {
		margin: auto;
	}

	.flow_item_col>div:first-child {
		max-width: 39%;
	}

	.flow_item_col>div:last-child {
		max-width: 58%;
	}

	/*----------------
		製造工程
	------------------*/
	/*  */

	.swiper-slide::before {
		font-size: 2.5rem;
		line-height: 2.0rem;
	}

	/*  */

	.scrollbar_wrap {
		margin: 45px auto 0;
	}

	.scrollbar_wrap .scrollbar {
		height: 23px;
	}

}