@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* font */
.robotoCondensed {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;	/* 100 to 900 */
	font-style: normal;
}


main {
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
main .inner {
	max-width: 82rem;
	margin: 0 auto;
	padding: 3.5rem 0 5rem;
}
main .yellowBack {
	background: #fdfadc;
}
@media (max-width: 768px) {
	main .inner {
		padding: 4.5rem 4rem 5rem;
	}
}


/* summary */
main .summary .inner {
	padding-bottom: 0;
}
main .summary .yellowBack {
	padding: 2.5rem 3rem 4rem;
}
main .summary h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	color: #4a773c;
	line-height: 1.75;
}
main .summary ol li {
	font-size: 1.6rem;
	line-height: 3.6rem;
	margin-top: 3rem;
	padding-left: 7rem;
	position: relative;
}
main .summary ol li + li {
	margin-top: 4rem;
}
main .summary ol li::before {
	content: "1";
	position: absolute;
	left: 0;
	top: calc(50% + 0.2rem);
	transform: translateY(-50%);
	font-size: 9rem;
	color: #4d4d4d;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;	/* 100 to 900 */
	font-style: normal;
}
main .summary ol li:nth-child(2):before {
	content: "2";
}
main .summary ol li:nth-child(3):before {
	content: "3";
}
@media (max-width: 768px) {
	main .summary h2 {
		font-size: 3.6rem;
	}
	main .summary ol li {
		font-size: 2.6rem;
		line-height: 5.2rem;
		padding-left: 7.5rem;
	}
	main .summary ol li + li {
		margin-top: 4.5rem;
	}
	main .summary ol li::before {
		font-size: 9.2rem;
		top: 1.8rem;
		transform: none;
	}
}


/* section */
main h2.chapter {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	color: #4a773c;
	line-height: 1.75;
}
main h2.chapter span {
	position: relative;
	display: inline-block;
}
main h2.chapter span::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #4a773c;
	width: 11rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
main h3.secTtl {
	font-size: 3.2rem;
	color: #4a773c;
	line-height: 1.5;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 3.5rem;
}
main h3.secTtl span {
	font-size: 2.2rem;
}
main section .txt {
	font-size: 1.6rem;
	line-height: 3.6rem;
	margin-top: 1.5rem;
	letter-spacing: 0.08em;
}
main section .pic {
	margin-top: 2rem;
}
main section .copy {
	font-size: 1.1rem;
	line-height: 2rem;
	margin-top: 1rem;
}
@media (max-width: 768px) {
	main h2.chapter {
		font-size: 3.8rem;
	}
	main h2.chapter span::after {
		width: 13.5rem;
	}
	main h3.secTtl {
		font-size: 3.6rem;
		margin-top: 4rem;
	}
	main h3.secTtl span {
		font-size: 2.8rem;
	}
	main section .txt {
		font-size: 2.6rem;
		line-height: 5.2rem;
		margin-top: 2rem;
		letter-spacing: 0.1em;
	}
	main section .pic {
		margin-top: 2.5rem;
	}
	main section .copy {
		font-size: 2rem;
		line-height: 3.4rem;
		margin-top: 2.5rem;
	}

}

/* flex */
main section .secContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section .secContent .leftWrap {
	width: 49.390244%;
}
main section .secContent .rightWrap {
	width: 47.560976%;
}
main section .secContent .rightWrap .pic {
	margin-top: 4.5rem;
}
@media (max-width: 768px) {
	main section .secContent .leftWrap {
		width: 100%;
	}
	main section .secContent .rightWrap {
		width: 100%;
	}
	main section .secContent .rightWrap .pic {
		margin-top: 2.5rem;
	}
}

/* info */
main .info .inner {
	padding: 2.5rem 0 0;
}
main .info p {
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
main .info ul {
	font-size: 1.2rem;
	line-height: 2rem;
	margin-top: 1rem;
}
main .info ul li {
	text-indent: -1em;
	padding-left: 1em;
}
@media (max-width: 768px) {
	main .info .inner {
		padding: 3.5rem 4rem 0;
	}
	main .info p {
		font-size: 2rem;
	}
	main .info ul {
		font-size: 2rem;
		line-height: 3.4rem;
		margin-top: 2rem;
	}
}






