/*Brands 1805
------------------------------------------*/
header.metal {
	min-height: 630px;
}
header.metal section.mainimg {
	background: #387eb9;
}

header.metal section.mainimg:before{
	content: none;
}

header.metal section.mainimg div {
	position: absolute;
	height: calc(100% - 120px);
	width: calc(644 / 1529 * 100%);
	background: url(/images/service/metal/mainimg_pc.jpg) no-repeat center center;
	background-size: cover;
	bottom: 0;
	left: 50%;
}
main.metal {
	padding-bottom: 0;
}
main.metal + main {
	padding-top: 0;
}

header section.mainimg h1 span {
	display: block;
	margin: 0 0 10px -5px;
	letter-spacing: 0rem;
	font-family: "Futura LT W01 Light";
	font-weight: 100;
	font-size: 50px;
	position: relative;
}
header section.mainimg h1 span:after {
	content: "";
	width: 100%;
	height: 75px;
	background: url(/images/common/bg-pagename.svg) repeat-x left bottom;
	position: absolute;
	bottom: -45px;
	left: 0;
}


/* 導入 */
.metal .intro .metal-table {
	margin: 77px auto 0;
	max-width: 919px;
}

.metal .intro .metal-table .title {
	font-size: 15px;
	font-weight: bold;
	color: #5a91d5;
	position: relative;
	padding-left: 20px;
}

.metal .intro .metal-table .title::before {
	content: "";
	display: block;
	background: #5a91d5;
	width: 9px;
	height: calc(tan(60deg) * 9px / 2);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.metal .intro .metal-table .table {
	margin-top: 15px;
	width: 100%;
	aspect-ratio: 919 / 400;
}

.metal .intro .metal-table .table img {
	width: 100%;
	height: auto;
}

.metal .intro .metal-table .note {
	margin-top: 8px;
	margin-left: 5px;
	display: flex;
	align-items: center;
	gap: 0 31px;
}

.metal .intro .metal-table .note p {
	font-size: 11px;
	position: relative;
	padding-left: 16px;
	line-height: 1;
}

.metal .intro .metal-table .note .primary::before {
	content: "";
	display: block;
	background: #60c13d;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.metal .intro .metal-table .note .recycle::before {
	content: "";
	display: block;
	background: #5a91d5;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* セクションリスト */
section.metal-list {
	width: 100%;
	margin: auto;
	padding: 96px 0 0;
}
.metal-list article {
	margin-bottom: 164px;
	position: relative;
}
.metal-list article + article {
	margin: 0 0 164px 0 !important;
}
.metal-list article:last-child {
	margin-bottom: 0;
}
.metal-list article > * {
	max-width: 1178px;
	margin-inline: auto;
	position: relative;
}
/* .metal-list article::after {
	width: 100%;
	display: block;
	position: absolute;
	content: '';
	height: 290px;
	background: #f5f5f5;
	top: 810px;
	z-index: -1;
} */

.metal-list .ttl {
	border-left: 10px solid #5a8cd5;
	padding-left: 20px;
}
.metal-list .ttl.-primary {
	border-color: #60c13d;
}
.metal-list .ttl h2 {
	font-size: 15px;
	line-height: 1;
	color: #5a8cd5;
	text-align: left;
	padding: 14px 0;
	letter-spacing: 1px;
}
.metal-list .ttl.-primary h2 {
	color: #60c13d;
}
.metal-list .ttl p {
	font-size: 14.5px;
	line-height: 1;
	color: #d0d0d0;
	font-family: "Futura LT W01 Light";
	letter-spacing: 1px;
}

.metal-list article .desc {
	margin-top: 30px;
	padding-left: 18px;
	font-size: 13px;
	line-height: 2.1;
}

.metal-itemsTable {
	margin-top: 43px;
	width: 100%;
}

.metal-itemsTable__head {
	padding: 14px 18px;
}

.metal-itemsTable__head.-primary {
	background: #60c13d;
}

.metal-itemsTable__head.-recycle {
	background: #5a91d5;
}

.metal-itemsTable__head p {
	font-size: 15px;
	position: relative;
	padding-left: 16px;
	line-height: 1;
	color: #fff;
}

.metal-itemsTable__head p::before {
	content: "";
	display: block;
	background: #fff;
	width: 9px;
	height: calc(tan(60deg) * 9px / 2);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.metal-itemsTable__container {
	width: 100%;
	display: flex;
}

.metal-itemsTable__container dt {
	width: calc(129 / 1186 * 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f0f0f0;
	border-left: #dcdcdc solid 2px;
	border-bottom: #dcdcdc solid 2px;
	font-size: 13px;
}

.metal-itemsTable__container dd {
	flex: 1;
}

.metal-itemsTable__container dd ul {
	display: flex;
	flex-wrap: wrap;
	border-left: #dcdcdc solid 2px;
}

.metal-itemsTable__container dd li {
	width: calc(25%);
	padding: 16px 20px;
	background: #fafafa;
	border-right: #dcdcdc solid 2px;
	border-bottom: #dcdcdc solid 2px;
	font-size: 13px;
}

/* お問い合わせフォーム */
.metal-contact h2 {
	font-size: 36px;
	font-family: "Futura LT W01 Light";
	padding-bottom: 20px;
	font-weight: normal;
}
.metal-contact h2::after {
	display: none;
}

form #company,
form #person {
	width: 70%;
}

.sp_br br {
	display: none;
}

@media screen and (max-width: 1000px) {
	header.metal section.mainimg {
		margin-top: 26vw;
		background: none;
	}

	header section.mainimg h1 {
		z-index: 10;
	}
	header.metal section.mainimg div {
		width: 100%;
		height: auto;
		aspect-ratio: 375 / 308;
		left: 0;
		background: url(/images/service/metal/mainimg_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	.metal .intro .metal-table {
		margin: 20px auto 0;
		padding-inline: 5vw;
		width: 100%;
		max-width: none;
	}

	.metal .intro .metal-table .title {
		font-size: 16px;
		font-weight: 500;
		padding-left: 16px;
	}

	.metal .intro .metal-table .title::before {
		width: 11px;
		height: calc(tan(60deg) * 11px / 2);
	}

	.metal .intro .metal-table .table {
		margin-top: 15px;
		margin-bottom: 0px;
		width: 100%;
		aspect-ratio: auto;
		overflow: scroll;
	}

	.metal .intro .metal-table .table img {
		width: auto;
		height: 440px;
	}

	.metal .intro .metal-table .note {
		margin-top: 12px;
		margin-left: 3px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px 0;
	}

	.metal .intro .metal-table .note p {
		font-size: 13px;
		padding-left: 16px;
		line-height: 1;
	}

	.metal .intro .metal-table .note .primary::before {
		content: "";
		display: block;
		background: #60c13d;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.metal .intro .metal-table .note .recycle::before {
		content: "";
		display: block;
		background: #5a91d5;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	main.metal,
	section.metal-list {
		padding-top: 56px;
	}

	.metal-list article,
	.metal-list article + article {
		margin-bottom: 60px !important;
	}
	.metal-list article picture {
		height: 280px;
	}

	.metal-list article .bgp {
		background-position: 90%;
	}

	.metal-list .ttl {
		margin-left: 5vw;
		margin-bottom: 30px;
		padding-left: 12px;
	}

	.metal-list .ttl h2 {
		font-size: 15px;
		padding: 16px 0;
	}
	.metal-list .ttl p {
		font-size: 15px;
	}

	.metal-list article .desc {
		margin-top: 35px;
		padding-inline: 5vw;
		font-size: 15px;
		line-height: 2;
	}

	.metal-itemsTable {
		margin-top: 30px;
		padding-inline: 5vw;
		overflow: hidden;
	}

	.metal-itemsTable__inner {
		width: 100%;
		overflow: scroll;
	}

	.metal-itemsTable__head {
		min-width: 813px;
		padding: 14px 18px;
	}

	.metal-itemsTable__head p {
		font-size: 16px;
		padding-left: 24px;
	}

	.metal-itemsTable__head p::before {
		width: 9px;
		height: calc(tan(60deg) * 9px / 2);
	}

	.metal-itemsTable__container {
		min-width: 813px;
	}

	.metal-itemsTable__container dt {
		width: calc(129 / 813 * 100%);
		font-size: 15px;
	}

	.metal-itemsTable__container dd li {
		padding: 16px 18px;
		font-size: 15px;
	}

	section.intro h2 {
		font-size: 20px;
		font-weight: bold;
	}
	form #company,
	form #person {
		width: 100%;
	}

	.intro figure {
		margin: 0 0 30px 0;
	}
	.intro figure img {
		width: 90vw;
	}
	header.metal {
		height: calc(308 / 375 * 100vw);
		min-height: 0;
	}

	.page-news .fullsize_img img {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.metal-list article .bgp_left {
		background-position: left;
	}
}


/* 英語 */

main.metal.-en {
	padding-bottom: 130px;
}

main.page-service.metal section.intro p {
	width: auto;
	margin: 0;
}