.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%;

}

.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);
}

.post-detail {
	max-width: 910px;
	margin: 0 auto;
}

.post-detail__img img {
	border-radius: 16px;
}

.post-detail__img {
	margin-bottom: 35px;
}

.post-detail__ttl {
	text-align: center;
	margin-bottom: 35px;
}

.post-detail__content img {
	border-radius: 16px;
}

.section-post-detail {
	padding: 50px 0;
}

.sec-method {
	background: #eee8d2;
	padding-bottom: 50px;
	overflow: hidden;
}

.sec-method>.ctnr {
	max-width: 1060px;
}

.method-block {
	background: #FBFFED;
	padding: 40px 33px 60px;
	margin-bottom: 30px;
}

.method-block__ttl {
	color: #FD9800;
	margin-bottom: 25px;
}

.method-block__flex {
	--gutter: 20px;
	gap: 20px 0
}

.method-block__info {
	width: 210px;
	height: 210px;
	font-size: 40px;
	font-family: var(--font-anton);
	text-align: center;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #D1E5D9;
	border-radius: 50%;
	margin: 0 auto;
}



.method-block__subttl {
	background: #1B5631;
	color: white;
	padding: 20px 5px;
	line-height: 1.7;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	font-family: var(--font-anton);
	margin-top: -68px;
}

.method-info {
	max-width: 880px;
	margin: 0 auto 50px;
	position: relative;
	padding-bottom: 50px;
}

.method-info__item .method-info__img {
	position: relative;
	overflow: hidden;
}
.method-info__item.first .method-info__img::before{
	padding-top: calc((512 / 717) * 100%);
}
.method-info__item .method-info__img::before {
	content: "";
	padding-top: calc((342 / 366) * 100%);
	display: block;
}

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


.method-info::after {
	content: "";
	width: 100%;
	max-width: 827px;
	box-shadow: 0px 4px 4px 0px #00000040;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #999999;
}

.method-info__ttl {
	font-size: 35px;
	font-weight: 400;
	font-family: var(--font-anton);
	text-align: center;
	max-width: 460px;
	margin: 0 auto 30px;
	color: #476800;

}

.method-info__column {
	--gutter: 100px;
	gap: 90px 0;
}

.method-info__img {
	max-width: 512px;
	margin: 0 auto 30px;
	line-height: 0;
}

.method-info__img img {
	width: 100%;
}

.method-info__subttl {
	font-size: 30px;
	font-weight: 400;
	font-family: var(--font-anton);
	text-align: center;
	color: #476800;

}

.method-socail {}

.method-socail h3 {
	font-size: 30px;
	font-weight: 400;
	font-family: var(--font-anton);
	color: #476800;
	margin-bottom: 20px;
}

.method-socail__ttl {
	font-family: var(--font-anton);
	color: #476800;
	font-weight: 400;
	text-align: center;
}

.method-socail table {
	margin-top: 10px;
	width: 100%;
}

.method-socail__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.method-socail__item,
.method-socail table tr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px;

}

.method-socail table tr td:first-child img {
	width: 50px !important;
	height: 50px !important;
}

.method-socail table tr td:nth-child(2) {
	width: calc(100% - 70px);
}

.method-socail table tr td {
	font-size: 20px;
	font-weight: 400;
	font-family: var(--font-anton);
	word-break: break-all;
}

.method-socail__icon {
	width: 99px;
}

.method-socail__ct {
	width: calc(100% - 145px);


}

.method-socail__ct a {
	font-size: 30px;
	font-weight: 400;
	color: #000000;
	font-family: var(--font-anton);
	word-wrap: break-word;
}

@media screen and (min-width: 992px) {
	.post-info__ct {
		text-align: right;
	}

}

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

	.method-info__ttl {
		font-size: 28px;

	}

	.method-info__img {
		margin-bottom: 15px;
	}

	.method-info__subttl {
		font-size: 22px;
	}

	.method-info__column {
		--gutter: 10px;
		gap: 30px 0;
	}

	.method-block__ttl {
		font-size: 2.6rem;
	}

	.method-socail h3 {
		font-size: 22px;
	}
}

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

	.sec-method {
		padding-bottom: 20px;
	}

	.post-info__ct {
		width: 100%;
	}

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

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

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

	.post-category {
		gap: 20px
	}

	.method-info__column {
		gap: 30px 0;
	}

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

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

	.method-info {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

	.method-socail__ttl {
		margin-bottom: 20px;
	}

	.method-socail__list {
		gap: 10px;
	}

	.method-socail__icon {
		width: 40px;
	}

	.method-socail__ct {
		width: calc(100% - 48px);
	}

	.method-socail__ct a {
		font-size: 16px;
	}

	.method-block {
		padding: 15px;
	}

	.method-block__subttl {
		min-height: 76px;
	}

	.method-socail table tr td {
		font-size: 16px;
	}

	/* .method-block__info {
		width: 120px;
		height: 120px;
		font-size: 30px;
	} */
}
