.section-post {
	overflow: hidden;
	padding-bottom: 100px;
}

.post-info {
	position: relative;
	z-index: 1;
	padding: 71px 0 40px;
	margin-bottom: 27px;
}

.post-info::after {
	content: '';
	width: 1340px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
	background: #FFF7E0;
	position: absolute;
	height: 100%;
}

.post-info__flex {
	margin-bottom: 20px;
	gap: 20px;
}

.post-info__img {
	width: 57%;
	box-shadow: 0px 4px 4px 0px #00000040;
	border: 1px solid #000000;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.post-info__img::before {
	content: "";
	padding-top: calc((300 / 533) * 100%);
	display: block;
}

.post-info__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-info__ct {
	width: 40%;
	text-align: center;
}

.post-info__ttl {
	font-size: 45px;
	font-weight: 400;
	font-family: var(--font-anton);
	margin-bottom: 15px;
}

.post-info__desc {
	font-size: 20px;
	color: #476800;
	font-weight: 400;
}

.post-info__wbtn {
	text-align: center;
}

.post-info__link {
	display: inline-block;
	line-height: 1;
	color: #000000;
}

.post-category {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 92px;
}

.post-category__img {}

.post-category__figure {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: calc((255 / 430) * 100%);
	border-radius: 30px;
	margin-bottom: 17px;
}

.post-category__figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.post-category__ttl {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	font-family: var(--font-anton);
}

@media screen and (max-width: 992px) {
	.section-post {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.post-info__img {
		width: 100%;
	}

	.post-info__ct {
		width: 100%;
	}

	.post-info__ttl {
		font-size: 30px;
	}

	.post-info__desc {
		font-size: 16px;
	}

	.post-info {
		padding: 30px 0 20px;
	}

	.post-category {
		gap: 20px
	}

	.post-category__figure {
		margin-bottom: 10px;
		border-radius: 15px;
	}

	.post-category__ttl {
		font-size: 16px;
	}
}
