main section:nth-of-type(1) {
	background: rgb(255 255 255);
	padding: 100px 0 100px 0;
}

main section:nth-of-type(1) > h2 {
	font-size: 3.0rem;
	font-weight: 100;
	text-align: center;
}

main section:nth-of-type(1) > div {
	width: 100%;
	max-width: 1440px;
	margin: 40px auto 0 auto;
	padding: 0 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

main section:nth-of-type(1) > div > div {
	width: 50%;
}
@media only screen and (max-width: 989px) {
	main section:nth-of-type(1) > div > div {
		width: 100%;
	}
}

main section:nth-of-type(1) > div > div:nth-of-type(1) > img {
	width: 100%;
	border-radius: 10px;
}

main section:nth-of-type(1) > div > div:nth-of-type(2) > p {
	padding: 0 0 0 40px;
}
@media only screen and (max-width: 989px) {
	main section:nth-of-type(1) > div > div:nth-of-type(2) > p {
		padding: 15px 0 0 0;
	}
}

main section:nth-of-type(1) > div > div:nth-of-type(2) > p > a {
	width: 100%;
    height: 40px;
	padding: 5px 0 0 0;
    margin: 15px auto 0 auto;
    text-align: center;
	background: rgb(255 255 255);
    border: solid 2px rgba(50, 50, 50, 1.0);
    display: block;
	border-radius: 5px;
	position: relative;
	transition: 0.25s ease;
}

main section:nth-of-type(1) > div > div:nth-of-type(2) > p > a:hover {
	color: rgb(255 255 255);
	background: rgb(0 0 0);
}

main section:nth-of-type(1) > div > div:nth-of-type(2) > p > a::after {
	width: 5px;
	height: 5px;
	margin-top: auto;
	margin-bottom: auto;
	border-top: 1px solid rgb(0 0 0);
	border-right: 1px solid rgba(0 0 0);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin-top: auto;
	margin-bottom: auto;
	z-index: +1;
	transform: rotate(45deg);
	transition: 0.25s ease;
}

main section:nth-of-type(1) > div > div:nth-of-type(2) > p > a:hover::after {
	border-top: 1px solid rgb(255 255 255);
	border-right: 1px solid rgba(255 255 255);
}



main section:nth-of-type(2) {
	background: rgb(240 240 240);
	padding: 100px 0 100px 0;
}

main section:nth-of-type(2) > h2 {
	font-size: 3.0rem;
	font-weight: 100;
	text-align: center;
}

main section:nth-of-type(2) > ul {
	width: 100%;
	max-width: 1440px;
	margin: 40px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

main section:nth-of-type(2) > ul > li {
	width: 300px;
	background: rgb(255 255 255);
	padding: 40px;
	border-radius: 10px;
}

main section:nth-of-type(2) > ul > li:nth-of-type(4n) {
	margin: 0 0 0 0;
}

main section:nth-of-type(2) > ul > li::before {
	content: "";
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	font-size: 20.0rem;
	font-weight: 700;
	color: rgb(255 255 255);
	text-align: center;
	line-height: 0.9;
	border-radius: 50%;
	display: block;
}

main section:nth-of-type(2) > ul > li:nth-of-type(1)::before {
	content: "R";
	background: rgb(191 0 0);
}

main section:nth-of-type(2) > ul > li:nth-of-type(2)::before {
	content: "Y";
	background: rgb(255 132 0);
}

main section:nth-of-type(2) > ul > li:nth-of-type(3)::before {
	content: "A";
	background: rgb(191 0 0);
}

main section:nth-of-type(2) > ul > li:nth-of-type(4)::before {
	content: "a";
	line-height: 0.7;
	background: rgb(235 85 5);
}



main section:nth-of-type(2) > ul > li > div > a {
	width: 100%;
    height: 40px;
	padding: 5px 0 0 0;
    margin: 5px auto 0 auto;
    text-align: center;
    border: solid 2px rgba(50, 50, 50, 1.0);
    display: block;
	border-radius: 5px;
	position: relative;
	transition: 0.25s ease;
}

main section:nth-of-type(2) > ul > li > div > a:hover {
	color: rgb(255 255 255);
	background: rgb(0 0 0);
}

main section:nth-of-type(2) > ul > li > div > a::after {
	width: 5px;
	height: 5px;
	margin-top: auto;
	margin-bottom: auto;
	border-top: 1px solid rgb(0 0 0);
	border-right: 1px solid rgba(0 0 0);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin-top: auto;
	margin-bottom: auto;
	z-index: +1;
	transform: rotate(45deg);
	transition: 0.25s ease;
}

main section:nth-of-type(2) > ul > li > div > a:hover::after {
	border-top: 1px solid rgb(255 255 255);
	border-right: 1px solid rgba(255 255 255);
}

	
main section:nth-of-type(3) {
	background-color: rgba(255 255 255 / 0.75);
	margin: 0 auto 0 auto;
	padding: 100px 0 100px 0;
}

main section:nth-of-type(3) > h2 {
	font-size: 3.0rem;
	font-weight: 100;
	text-align: center;
}
		
main section:nth-of-type(3) > p {
	max-width: 880px;
	font-size: 1.7rem;
	margin: 40px 0 0 0;
	margin: 40px auto 0 auto;
	padding: 0 20px 0 20px;
}


main section:nth-of-type(4) {
	background: rgb(255 255 255);
	padding: 100px 20px 100px 20px;	
}

main section:nth-of-type(4) > h2 {
	font-size: 3.0rem;
	font-weight: 100;
	text-align: center;
}

main section:nth-of-type(4) > dl {
	max-width: 1024px;
	margin: 40px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}

main section:nth-of-type(4) > dl > dt {
    width: 150px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
	border-bottom: 1px solid rgb(100 100 100);
    display: inline-block;
    vertical-align: middle;
}

main section:nth-of-type(4) > dl > dd {
    width: calc(100% - 150px);
    padding: 30px 20px 30px 0;
    border-bottom: 1px solid rgb(100 100 100);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}



main section:nth-of-type(5) {
	background: rgb(255 255 255);
	margin: 300px 0 0 0;
	padding: 100px 20px 100px 20px;
}


main section:nth-of-type(5) > a:nth-of-type(1) {
	max-width: 800px;
	background-color: rgba(50, 50, 50, 1.0);
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	position: relative;
	border-radius: 10px;
}

main section:nth-of-type(5) > a:nth-of-type(1)::before {
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: rgb(255 255 255);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	border-radius: 10px;
	transition: 0.25s ease;
}

main section:nth-of-type(5) > a:nth-of-type(1):hover::before {
	width: 0;
	height: 0;
}

main section:nth-of-type(5) > a:nth-of-type(1)::after {
	width: 5px;
	height: 5px;
	margin-top: auto;
	margin-bottom: auto;
	border-top: 1px solid rgb(0 0 0);
	border-right: 1px solid rgba(0 0 0);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin-top: auto;
	margin-bottom: auto;
	z-index: +1;
	transform: rotate(45deg);
	transition: 0.25s ease;
}

main section:nth-of-type(5) > a:nth-of-type(1):hover::after {
	border-top: 1px solid rgb(255 255 255);
	border-right: 1px solid rgba(255 255 255);
}


main section:nth-of-type(5) > a:nth-of-type(1) > h2 {
	font-size: 1.7rem;
	font-weight: 500;
	position: relative;
	text-align: center;
	z-index: +1;
	transition: 0.25s ease;

}

main section:nth-of-type(5) > a:nth-of-type(1):hover > h2 {
	color: rgba(255,255,255,1.0);
}

main section:nth-of-type(5) > a:nth-of-type(1) > h2::after {
	content: "";
	width: 200px;
	height: 1px;
	background: rgb(50 50 50);
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

main section:nth-of-type(5) > a:nth-of-type(1):hover > h2::after {
	background: rgb(255 255 255);
}

main section:nth-of-type(5) > a:nth-of-type(1) > p {
	text-align: center;
	margin-top: 20px;
	position: relative;
	transition: 0.25s ease;
}

main section:nth-of-type(5) > a:nth-of-type(1):hover > p {
	color: rgba(255,255,255,1.0);
}

main section:nth-of-type(5) > a:nth-of-type(2) {
	width: 64px;
	height: auto;
	margin: 40px auto 0 auto;
	display: block;
}
