@charset "utf-8";
.products_section {
		min-height: 500px;
		padding: 110px 30px;
		position: relative;
}
.products_section::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 500px);
		left: 0;
		width: 100%;
		height: 1005px;
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: 3000px;
		background-image: url("../images/product_lineBG_pc.png");
		pointer-events: none;
}
@media(max-width: 767px) {
		.products_section::before {
				top: 280px;
				left: 0;
				width: 100%;
				height: 100%;
				background-repeat: repeat-y;
				background-position: 0 0;
				background-size: 100%;
				background-image: url("../images/sp_line_bg.png");
		}
}
.products_section .hd_group {
		color: #fff;
}
.product_col {
		max-width: 1080px;
		margin: 0 auto;
		position: relative;
		min-height: 300px;
		background: #fff;
}
.product_col::before, .product_col::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 8px;
		height: 100%;
		pointer-events: none
}
.product_col::before {
		background: #75431f;
		left: 0;
}
.product_col::after {
		background: #109b95;
		right: 0;
}
.product_col_inner {
		padding: 50px 20px;
}
.product_logo {
		max-width: 720px;
		margin: 0 auto 30px;
}
.product_logo img {
		width: 100%;
		height: auto
}
.product_lead {
		text-align: center;
		font-size: 18px;
		line-height: 2.0;
		font-weight: 600;
		margin: 0 0 30px;
}
.product_catch {
		text-align: center;
		margin: 0 0 25px;
		font-weight: 800;
		font-size: 20px;
		line-height: 1;
}
.product_catch p.first {
		margin: 0 0 15px;
}
.product_catch p.second {
		margin: 0 0 15px;
}
.product_catch p.third {
		margin: 0 0 25px;
}
.product_catch p:last-child {
		font-size: 144%;
}
.product_catch .emphasize {
		font-size: 200%;
}
.product_catch .small {
		font-size: 50%;
}
.product_catch .large {
		font-size: 180%;
}
span.marker {
		background: linear-gradient(transparent 70%, #FFF100 30%);
}
.product_catch p.third span.marker {
		background: linear-gradient(transparent 60%, #FFF100 40%);
}
@media(max-width: 960px) {
		.product_logo {
				max-width: 680px;
		}
		.product_lead {
				font-size: 16px;
		}
		.product_catch .emphasize {
				font-size: 180%;
		}
		.product_catch p:last-child {
				font-size: 129%;
		}
}
@media(max-width: 767px) {
		.products_section {
				padding: 80px 15px;
				overflow: hidden
		}
		.product_col::before, .product_col::after {
				width: 6px;
		}
		.product_col_inner {
				padding: 60px 25px;
		}
		.product_logo {
				max-width: 300px;
		}
		.product_lead {
				text-align: left;
				font-size: 16px;
				line-height: 1.8;
				font-weight: 500;
		}
		.product_catch {
				margin: 0 0 25px;
				font-size: 16px;
		}
		.product_catch p.first {
				margin: 0 0 15px;
				line-height: 1.6;
		}
		.product_catch p.second {
				margin: 0 0 10px;
		}
		.product_catch p.third {
				margin: 0 0 20px;
				line-height: 1.2;
		}
		.product_catch p:last-child {
				font-size: 135%;
				line-height: 1.8;
		}
		.product_catch .emphasize {
				font-size: 140%;
				line-height: 1.6;
		}
		.product_catch .small {
				font-size: 70%;
		}
		.product_catch .large {
				font-size: 240%;
		}
		.product_catch p.second span.marker {
				background: linear-gradient(transparent 70%, #FFF100 30%);
		}
		.product_catch p.third span.marker {
				background: linear-gradient(transparent 60%, #FFF100 40%);
		}
}