@charset "utf-8";

/*製造工程ページ ここから*/
.process{
	width: 100%;
	height: auto;
	background-color: #fafafa;
}
.process .baskervville{
	font-family: 'Baskervville', serif;
}

/*=== 見出し ===*/
.process_head{
	width: 100%;
	height: auto;
	padding: 70px 0 0;
	display: block;
}
.process_head_inner{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.process_en{
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #0e2155;
}
.process_ttl{
	margin-top: 25px;
	font-size: 32px;
	line-height: 41px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
.process_lead{
	margin-top: 46px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}

/*=== 工程ステップ ===*/
.process_flow{
	width: 100%;
	height: auto;
	margin: 53px 0 0;
	padding: 0 0 120px;
	display: block;
}
.process_flow_inner{
	width: 950px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.process_list{
	width: 100%;
	height: auto;
	display: block;
}
.process_step{
	width: 100%;
	height: auto;
	display: block;
}
.process_step:not(:last-child)::after{
	content: '';
	width: 39px;
	height: 16px;
	margin: 21px auto 22px;
	display: block;
	background-image: url(../img/process/img09.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.process_card{
	width: 950px;
	height: auto;
	padding: 40px 40px 40px 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #0e2155;
	border-radius: 10px;
	background-color: #ffffff;
}
.process_card_txt{
	width: 410px;
	height: auto;
	display: block;
}
.process_card_num{
	height: auto;
	padding: 6px 12px;
	display: inline-block;
	border-radius: 3px;
	background-color: #0e2155;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #ffffff;
}
.process_card_ttl{
	margin-top: 19px;
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
.process_card_desc{
	margin-top: 11px;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #5a5959;
}
.process_card_img{
	width: 400px;
	height: 255px;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	flex-shrink: 0;
}
.process_card_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/*製造工程ページ ここまで*/


/* ============================================================
   SP（〜767px） 製造工程
   ============================================================ */
@media only screen and (max-width: 767px){
	/* 見出し */
	.process_head{ padding: 56px 0 0; }
	.process_head_inner{ width: 100%; padding: 0 27px; }
	.process_en{ font-size: 16px; letter-spacing: 0.1em; }
	.process_ttl{ margin-top: 18px; font-size: 25px; line-height: 1.4; }
	.process_lead{ margin-top: 20px; font-size: 15px; line-height: 28px; }

	/* 工程ステップ */
	.process_flow{ margin-top: 40px; padding: 0 0 54px; }
	.process_flow_inner{ width: 100%; padding: 0 27px; }
	.process_step:not(:last-child)::after{ margin: 18px auto 20px; }

	.process_card{
		width: 100%;
		padding: 24px 21px;
		flex-direction: column;
		align-items: stretch;
		border-radius: 8px;
	}
	.process_card_txt{ width: 100%; }
	.process_card_ttl{ margin-top: 16px; font-size: 20px; line-height: 1.4; }
	.process_card_desc{ margin-top: 10px; font-size: 14px; line-height: 25px; }
	.process_card_img{
		width: 100%;
		height: auto;
		aspect-ratio: 280 / 179;
		margin-top: 20px;
		border-radius: 6px;
	}
}
