section.panel {
	background-color: var(--color-back);
	padding: 0px 5% 160px 5%;
	> div {
		max-width: 1160px;
		margin-inline: auto;
		> figure {
			> img {
				max-width: 100%;
				border-radius: 20px;
				@media (width < 550px) {
					border-radius: 0px;
				}
			}
		}
	}
}

section.initiative {
	margin-top: -80px;
	padding: 80px 5% 120px 5%;
	border-radius: 80px 80px 0px 0px;
	background: url(./image/mark.svg) #fff;
	background-size: 160px;
	background-repeat: no-repeat;
	background-position: top 110px left 95%;
	@media (width < 690px) {
		background-size: 120px;
		background-position: top 70px left 95%;
	}
	@media (width < 370px) {
		background-position: top 110px left 95%;
	}
	> div {
		max-width: 800px;
		margin-inline: auto;
		> h2 {
			margin-top: 80px;
			font-size: min(2.4rem, 7vw);
			line-height: 1;
			color: #5a4600;
			font-weight: 600;
			letter-spacing: 0.2rem;
			> b {
				font-size: min(3.0rem, 7.5vw);
				font-weight: 600;
			}
			@media (width < 370px) {
				margin-top: 120px;
			}
		}
		> div {
			margin-top: 40px;
			text-align: right;
			> p {
				margin-top: 5px;
				font-size: 1.0rem;
				line-height: 1.3;
				color: #333;
				font-weight: 600;
				letter-spacing: 0.1em;
				&:nth-of-type(2) {
					margin-top: 10px;
				}
				&:nth-of-type(3) {
					margin-top: 15px;
				}
			}
		}
		> p {
			margin-top: 30px;
			font-size: 1.0rem;
			line-height: 1.8;
			color: #333;
			font-weight: 600;
			letter-spacing: 0.1em;
			text-align: justify;
			&:nth-of-type(1) {
				margin-top: 60px;
			}
		}
		> article {
			padding-block: 60px;
			border-bottom: 1px solid #5a4600;
			&:nth-of-type(1) {
				padding-block: 120px 60px;
			}
			&:nth-of-type(4) {
				> p {
					padding-top: 20px;
				}
			}
			&:nth-of-type(5) {
				> p {
					&:nth-of-type(2) {
						padding-top: 20px;
					}
				}
			}
			&:nth-of-type(6) {
				> p {
					&:nth-of-type(2),&:nth-of-type(3) {
						padding-top: 30px;
					}
				}
			}
			&:last-of-type {
				border-bottom: none;
			}
			> h3 {
				font-size: min(1.8rem, 6vw);
				line-height: 1.3;
				color: #5a4600;
				font-weight: 600;
				letter-spacing: 0.1rem;
				margin-bottom: 30px;
			}
			> h4 {
				margin-top: 25px;
				font-size: min(1.2rem, 6vw);
				line-height: 1.3;
				color: #000;
				font-weight: 500;
				letter-spacing: 0.1rem;
			}
			> h5 {
				margin-top: 20px;
				font-size: min(1.1rem, 6vw);
				line-height: 1.1;
				color: #000;
				font-weight: 500;
				letter-spacing: 0.1rem;
			}
			> p {
				font-size: 1.0rem;
				line-height: 1.8;
				color: #333;
				font-weight: 600;
				letter-spacing: 0.1em;
				text-align: justify;
			}
		}
	}
}
