section.panel {
	> div {
		display: grid;
		> figure {
			grid-area: 1/1/2/2;
			> img {
				max-width: 100%;
				width: 100%;
			}
		}
		> div {
			margin-top: 50px;
			grid-area: 1/1/2/2;
			align-self: center;
			justify-self: center;
			@media (width < 550px) {
				margin-top: 30px;
			}
			> h2 {
				font-size: min(3.5rem, 8vw);
				line-height: 1.3;
				color: #333;
				font-weight: 900;
				letter-spacing: 0.05em;
				text-align: center;
				font-family: var(--font-en);
			}
			> p {
				font-size: min(1.4rem, 6vw);
				line-height: 1.3;
				color: #333;
				font-weight: 800;
				letter-spacing: 0.1em;
				text-align: center;
				margin-top: 20px;
				@media (width < 550px) {
					margin-top: 10px;
				}
			}
		}
	}
}
section.description {
	margin-bottom: 50px;
	padding: min(100px,15vw) 5% min(100px,15vw) 5%;
	background-color: #e9ecf2;
	> div {
		max-width: 1000px;
		margin-inline: auto;
		> h2 {
			text-align: center;
			font-size: min(3.5rem, 8vw);
			line-height: 1.3;
			color: #333;
			font-weight: 900;
			letter-spacing: 0.05em;
			font-family: var(--font-en);
		}
		> div#newgradArea {
			> div {
				> div {
					> article {
						margin-top: 60px;
						&:nth-of-type(1) {
							margin-top: 30px;
						}
						> h3 {
							font-size: 1.5rem;
							line-height: 1.3;
							color: #111;
							text-align: center;
						}
						> div {
							margin-top: 20px;
							> table {
								border-collapse: collapse;
								width: 100%;
								> tbody {
									> tr {
										&:nth-of-type(even) {
											> th,
											> td {
												background-color: #f3f3f3;
											}
										}
										> th {
											background-color: #fff;
											font-size: min(1rem,4.5vw);
											color: #a72126;
											font-weight: 500;
											text-align-last: justify;
											line-height: 1.7;
											border-style: solid none solid none;
											border-width: 1px;
											border-color: #aaa;
											padding-block: 10px;
											padding-inline: 20px;
											white-space: nowrap;
											@media (width < 500px) {
												padding-block: 10px 0;
												padding-inline: 5px;
												display: block;
												border-style: solid none none none;
												text-align-last: unset;
												text-align: left;
											}
										}
										> td {
											background-color: #fff;
											font-size: min(1rem,4.5vw);
											color: #111;
											line-height: 1.7;
											border-style: solid none solid none;
											border-width: 1px;
											border-color: #aaa;
											padding-block: 10px;
											padding-inline: 20px;
											@media (width < 500px) {
												padding-block: 0 10px;
												padding-inline: 5px;
												display: block;
												border-style: none none none none;
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		> div#empty {
			margin-top: 30px;
			max-width: 800px;
			margin-inline: auto;
			display: none;
			&.on {
				display: block;
			}
			> h3 {
				text-align: center;
				padding: 30px;
				background-color: #fff;
				font-size: min(1.4rem, 6vw);
				line-height: 1.3;
				color: #ff5074;
				font-weight: 800;
				letter-spacing: 0.1em;
				@media (width < 750px) {
					padding: 20px;
				}
			}
			> p {
				text-align: center;
				font-size: min(1.0rem, 5vw);
				line-height: 1.8;
				color: #333;
				letter-spacing: 0.1em;
				margin-top: 20px;
				@media (width < 750px) {
					text-align: justify;
				}
			}
		}
	}
}
section.flow {
	padding: min(50px,5vw) 5% min(100px,15vw) 5%;
	> div {
		max-width: 1000px;
		margin-inline: auto;
		> h2 {
			text-align: center;
			font-size: min(3.5rem, 8vw);
			line-height: 1.3;
			color: #333;
			font-weight: 900;
			letter-spacing: 0.05em;
			font-family: var(--font-en);
		}
		> p {
			text-align: center;
			font-size: min(1.4rem, 6vw);
			line-height: 1.3;
			color: #333;
			font-weight: 800;
			letter-spacing: 0.1em;
			margin-top: 20px;
			@media (width < 550px) {
				margin-top: 10px;
				font-weight: 500;
			}
			&:nth-of-type(2) {
				margin-top: 80px;
			}
		}
		> figure {
			margin-top: 50px;
			text-align: center;
			&:nth-of-type(3) {
				> img {
					width: 120px;
				}
			}
			img {
				max-width: 100%;
			}
		}
	}
}
section.link {
	padding: 0px 5% 50px 5%;
	&.none {
		display: none;
	}
	> div {
		max-width: 1000px;
		margin-inline: auto;
		> div {
			margin-bottom: 30px;
			&.entry {
				> a {
					> div {
						background: url(../common/image/mark_external_fff.svg) no-repeat calc(100% - 40px) 50% / 30px, linear-gradient(to right, #ff8c32 0%, #ff5074 100%);
						@media (width < 550px) {
							background: url(../common/image/mark_external_fff.svg) no-repeat calc(100% - 20px) 50% / 20px, linear-gradient(to right, #ff8c32 0%, #ff5074 100%);
						}
					}
				}
			}
			&.news {
				> a {
					> div {
						background: url(./image/link02_bg.svg) no-repeat calc(100% - 20px) 50% / 60px, linear-gradient(to right, #00a0e9 0%, #003cdc 100%);
						@media (width < 550px) {
							background: url(./image/link02_bg.svg) no-repeat calc(100% - 20px) 50% / 40px, linear-gradient(to right, #00a0e9 0%, #003cdc 100%);
						}
					}
				}
			}
			> a {
				text-decoration: none;
				&:hover {
					opacity: 0.8;
				}
				> div {
					> div {
						padding-block: 40px;
						padding-inline: 30px;
						text-align: center;
						font-size: min(3.2rem, 8vw);
						line-height: 1.3;
						color: #fff;
						font-weight: 900;
						letter-spacing: 0.05em;
						font-family: var(--font-en);
						@media (width < 500px) {
							padding-block: 15px;
						}
					}
				}
			}
		}
	}
}
