.pftip-box {}

.pftip-box {
	background: #b32123;
	color: #fff;
	padding: 30px 30px 30px 40px;
	display: inline-flex;
	margin-bottom: -100px;
	position: relative;
	z-index: 2
}

.pftip-box__cont {
	padding: 0 4.4rem
}

.pftip-box__ttl {
	font-size: 4rem;
	border-bottom: 1px solid rgba(221, 221, 221, .4);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.pftip-box .counter-value {
	font-weight: 600;
	font-size: 4rem
}

.pftip-box p {}

.border-right {
	border-right: 1px solid rgba(221, 221, 221, .4)
}

.section-manufacture {
	background: #f8f8f8;
	padding: 8rem 0;
	margin-top: 6rem;
}

.manufacture-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.manufacture-list__item {
	position: relative;
}





.manufacture-list__img {
	width: 58%;
}

.manufacture-list__img img {
	width: 100%;
}

.manufacture-list__ct {
	width: 57%;
	margin-left: -7%;
	padding: 40px 24px 40px 40px;
	background: #fff;
	height: 100%;
	margin-top: 90px;
	position: relative;
	z-index: 2;
}

.manufacture-list__number {
	color: #b32123;
	font-size: 4.4rem;
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
	line-height: 1;
}

.manufacture-list__number .icon {
	display: flex;
	align-items: center;
}

.manufacture-list__number .icon::before {
	content: "";
	width: 120px;
	height: 1px;
	background: #b32123;
	margin-left: 20px;
}

.manufacture-list__number .icon::after {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 10px;
	border: 1px solid #b32123;
	margin-left: 10px;
}

.manufacture-list__ttl {
	font-weight: bold;
	color: #b32123;
	font-size: 3.5rem;
	margin-bottom: 8px;
}

.manufacture-list__subttl {
	font-size: 19px;
	font-weight: 400;
	color: #555;
	margin-bottom: 40px;
}

.manufacture-list__desc {
	color: #999;
	padding: 0;
}

.about-history {
	padding: 60px 0;
}

.about-history__ttl {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
	position: relative;
	padding-bottom: 50px;
	font-size: 2.4rem;
}

.about-history__ttl::after {
	content: "";
	height: 100%;
	width: 3px;
	background: var(--color-main2);
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.about-history__ttl>* {
	width: calc(50% - 20px);

}

.about-history__right {
	color: var(--color-main2);
}



.history-list {}

.history-list__item {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
	position: relative;
	padding-left: 40px;
}

.history-list__item:not(:last-child) {
	padding-bottom: 15px;
}

.history-list__item::before {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--color-main2);
	border: 4px solid #ffacad;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.history-list__item::after {
	content: "";
	height: 100%;
	width: 3px;
	background: var(--color-main2);
	position: absolute;
	z-index: 1;
	left: 8px;
	top: 0;

}

.history-list__icon img {
	width: 50px;
}


.history-list__ttl {

	font-weight: 700;
}

.history-list__content {
	/* text-align: justify; */
	margin-top: -9px;
	/* padding-bottom: 32px;
	border-bottom: 1px solid #eee; */
}

.history-list__year {
	font-size: 25px;
	font-weight: 700;
	color: var(--color-main2);
}

.history-list__desc {
	max-width: 200px;
}

.section-certificate {}

.certificate-column {
	gap: 20px 0;
}

.certificate-column__item {
	border: 1px solid #dee2e6;
	height: 100%;
}

.certificate-column__img>a {
	display: block;
	padding-top: calc((457 / 324) * 100%);
	overflow: hidden;
	position: relative;
}

.certificate-column__img>a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s ease;
}

.certificate-column__ttl {
	background: #f5f5f5;
	padding: 12px;
	font-size: 12px;
	text-align: center;
	color: #555;
}

@media screen and (min-width: 992px) {
	.manufacture-list__item:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	.manufacture-list__item:nth-of-type(even) .manufacture-list__ct {
		margin-left: 0;
		margin-right: -7%;
		padding: 40px 40px 40px 24px;
	}

	/*  */
	.about-history__left {
		text-align: right;
	}

	.history-list__item>* {
		width: calc(50% - 20px);
	}

	.history-list__item:not(:last-child) {
		padding-bottom: 40px;
	}

	.history-list__item {
		padding-left: 0;
	}

	.history-list__item:nth-child(2n) .history-list__content {
		text-align: left;
	}

	.history-list__item:nth-child(2n) {
		flex-direction: row-reverse;
	}

	.history-list__item:nth-child(odd) .history-list__content {
		text-align: right;
	}

	.history-list__item:nth-child(odd) .history-list__desc {
		margin-left: auto;
	}

	/* .history-list__item:not(:last-child) {
		padding-bottom: 40px;
	} */

	.history-list__item::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.history-list__item::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.history-list__icon {
		display: flex;
		align-items: center;
	}

	.history-list__item:nth-child(2n) .history-list__icon {
		justify-content: right;
	}

	/*  */
}

@media(max-width: 992px) {
	.pftip-box {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 20px;
		padding: 20px;
		width: 100%;
	}

	.pftip-box__ttl {
		font-size: 2.8rem;
	}

	.pftip-box__cont.border-right {
		border: 0
	}

	.pftip-box__cont {
		padding: 0
	}

	.section-manufacture {
		padding: 3rem 0;
		margin-top: 3rem;
	}

	.manufacture-list {
		gap: 20px;
	}

	.manufacture-list__item {
		flex-wrap: wrap;
	}

	.manufacture-list__img {
		width: 100%;
		line-height: 0;
	}

	.manufacture-list__ct {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		padding: 20px;
	}

	.manufacture-list__number {
		font-size: 3.4rem;
		margin-bottom: 1.5rem;
	}

	.manufacture-list__ttl {
		font-size: 2.8rem;
	}

	.manufacture-list__subttl {
		margin-bottom: 15px;
	}

	.about-history {
		padding: 30px 0;
	}

	.about-history__ttl {
		padding-left: 41px;
		text-align: center;
		padding-bottom: 30px;
	}

	.about-history__ttl>* {
		width: 100%;
	}

	.about-history__ttl>* br {
		display: none;
	}

	.about-history__ttl::after {
		left: 8px;
		transform: none;
	}

	.history-list__item::before {
		opacity: 0;
	}

	.history-list__icon {
		position: absolute;
		top: 4px;
		left: -5px;
		z-index: 10;
		width: 30px;
		height: 30px;
		background: var(--color-main2);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.history-list__icon img {
		width: 17px;
	}

	.history-list__desc {
		max-width: 100%;
	}

	.history-item:not(:last-child) {
		margin-bottom: 15px;
	}
}
