@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background: #FFFFFF;
	color: #333333;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
html .goti {
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width: 1100px;
}
main {
	overflow: hidden;
	width: 100%;
}
.sitewrap {
	width: 1100px;
	min-width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ruby[data-ruby] {
	position: relative;
	z-index: 10;
	display: inline-block;
	line-height: 1;
	padding-top: 0.5em;
}
ruby[data-ruby]::before {
	position: absolute;
	z-index: 10;
	content: attr(data-ruby);
	inset: 0 auto auto 50%;
	text-align: center;
	font-size: 50%;
	line-height: 1;
	white-space: nowrap;
	translate: -50% 0;
}
rt {
	display: none;
}
@media screen and (max-width:1100px) {

	body,
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
	.sitewrap>* {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media screen and (max-width:767px) {
	html {
		font-size: 14px;
	}
	.sitewrap>* {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.bg-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100svh;
	background: url(../img/bg.png) no-repeat;
	background-size: cover;
}
.flex-inner {
	width: min(100%, 1280px);
	height: min(90%, 665px);
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0 1.25em;
	margin: auto;
	padding-inline: 2em;
}
.flex-ttl_wrap {
	width: 262px;
}
.flex-ttl_wrap .flex-ttl img {
	display: inline-block;
	aspect-ratio: 232/105;
	width: auto;
	height: min(13.65vh, 105px);
}
.flex-ttl_wrap .flex-ttl_lead {
	font-size: 1.375rem;
	font-weight: bold;
	margin-block: 0.5em .25em;
}
.flex-ttl_wrap .flex-ttl_lead span{
	display:block;
	font-size:0.81817995em;
}
.flex-ttl_wrap .flex-ttl_image img {
	display: inline-block;
	filter: drop-shadow(3px 3px 6px rgba(55, 53, 53, 0.3));
	aspect-ratio: 227/277;
	width: auto;
	height: min(36.125vh, 277px);
}
.flex-ttl_wrap .flex-ttl_image p {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.875em;
}
.modal-btn a {
	display: block;
	filter: drop-shadow(2px 2px 2px rgba(55, 53, 53, 0.3));
}
.flex-contents_wrap {
	width: calc(100% - calc(262px + 1.5em));
	height: 100%;
	background: #fff;
	border-radius: 0.875rem;
	box-shadow: 0 0 18px rgba(255, 221, 125, 0.29);
	overflow: hidden;
}
.flex-contents_wrap .flex-contents_ttl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	min-height: 2.25em;
	text-align: left;
	color: #fff;
	background: #e4af00;
	padding-inline: 1.5em;
	padding-bottom: 0.15em;
}
.flex-contents_wrap .flex-contents_ttl em {
	font-size: 1.4375rem;
	font-weight: bold;
	font-family: "Zen Kaku Gothic New", serif;
}
.flex-contents_wrap .flex-contents_ttl a{
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.flex-contents_wrap .flex-contents_ttl span {
	font-size: 0.875rem;
	padding-bottom: 0.25em;
}
.flex-contents_wrap .flex-contents_inner {
	width: 100%;
	height: calc(100% - 2.25em);
	text-align: left;
	overflow: auto;
	padding: 0.75em 2em 1.25em;
}
.flex-contents_wrap .simplebar-content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 1em;
}
.simplebar-content:after,
.simplebar-content:before {
	display: none !important;
}
.flex-contents_wrap .flex-contents_list:first-child {
	width: calc(60% - 0.5em);
}
.flex-contents_wrap .flex-contents_list:last-child {
	width: calc(40% - 0.5em);
}
.flex-contents_wrap .flex-contents_list>*+* {
	margin-top: 0.2em;
}
.flex-contents_wrap .flex-contents_inner .grade-3rd{
	--main_color:#ff8d0e;
}
.flex-contents_wrap .flex-contents_inner .grade-4th{
	--main_color:#69ab63;
}
.flex-contents_wrap .flex-contents_inner .grade-5th{
	--main_color:#41afd1;
}
.flex-contents_wrap .flex-contents_inner a {
	--item_color: #333;
	position: relative;
	z-index: 10;
	font-size: 0.875em;
	line-height: 1.6;
	text-decoration: none;
}
.flex-contents_wrap .flex-contents_inner a span,
.flex-contents_wrap .flex-contents_inner a ruby{
	text-decoration:underline;
	text-underline-offset:0.25rem;
}
.flex-contents_wrap .contents_h1 a {
	--item_color: var(--main_color);
	display: inline-block;
	font-weight: bold;
	color: var(--item_color);
}
.flex-contents_wrap .contents_h1 a i {
	display: inline-flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1.5em;
	aspect-ratio: 1/1;
	font-size: 0.75em;
	line-height: 1;
	color: #fff;
	background: var(--item_color);
	border-radius: 100%;
	margin-right: 0.75em;
	text-decoration: none;
}
.flex-contents_wrap .contents_h1 a span {
	display: inline-block;
	vertical-align: middle;
}
.flex-contents_wrap .contents_h2 a i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1.125em;
	aspect-ratio: 1/1;
	margin-right: 0.5625em;
	text-decoration: none;
}
.flex-contents_wrap .contents_h2 ul {
	padding-left: 1.5em;
}
.flex-contents_wrap .flex-contents_inner a span:has(small){
	display:inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.flex-contents_wrap .flex-contents_inner a small{
	font-size:0.85em;
}
.flex-contents_wrap .flex-contents_sub {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 2.1435em;
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: bold;
	background: #f6e3a6;
	border-radius: 0.35em;
	margin-block: 1.25em 0.5em;
}
.flex-contents_wrap div[class^="grade-"] .flex-contents_sub {
	color:#fff;
	background: var(--main_color);
}
.flex-contents_wrap .flex-contents_list *:first-child .flex-contents_sub {
	margin-top:0;
}
.flex-contents_wrap .contents_p{
	font-size:0.75rem;
	margin-top: 0.35em;
}
.flex-contents_wrap .flex-contents_list em{
	color:#fff;
	line-height:1;
	background:var(--main_color);
	padding: 0 0.5em;
	border-radius:0.25em;
	text-decoration: none;
}
.flex-contents_wrap .flex-contents_list em + em{
	margin-left:0.5em;
}
.flex-contents_wrap .flex-contents_list div[class^="contents_"] em{
	font-size: 0.75em;
}
.flex-contents_wrap .flex-contents_list a:has(em){
	text-decoration:none;
}
@media (max-height:702px) {
	.flex-contents_wrap .flex-contents_list div[class^="contents_"]{
		line-height: 1.3;
	}
	.flex-contents_wrap .flex-contents_inner a {
		font-size: 0.75em;
	}
}
@media (max-height:664px) {
	.flex-contents_wrap .flex-contents_inner a {
		font-size: 0.625em;
	}
}
@media (orientation: portrait) {
	.bg-wrap {
		justify-content: flex-start;
		height: auto;
		min-height: 100svh;
		padding-block: 3em;
	}
	.flex-inner {
		flex-direction: row;
		margin: 0;
		gap: 2em;
	}
	.flex-inner>* {
		width: 100%;
	}
	.flex-ttl_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2em;
	}
	.flex-ttl_wrap .flex-ttl_lead {
		margin-bottom: 0;
	}
	.flex-ttl_wrap .flex-ttl_image img {
		width: 160px;
		height: auto;
	}
	.flex-contents_wrap .flex-contents_inner {
		width: 100%;
		height: calc(100svh - 228px - 60px - 12.25em);
		text-align: left;
		overflow: auto;
		padding: 0.75em 2em 1.25em;
	}
	.modal-btn {
		order: 3;
	}
	.flex-contents_wrap .flex-contents_inner a {
		font-size: 0.875em;
	}
}
.modal-content {
	position: fixed;
	display: none;
	z-index: 1020;
	width: min(90%, 1024px);
	height: 80%;
	margin: 0;
	background: transparent;
}
#modal-overlay {
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: rgba(40, 40, 40, 0.78);
}
.modal-content .close_btn {
	position: absolute;
	z-index:1100;
	top: -0.5em;
	right: -0.5em;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	width:2em;
	aspect-ratio:1/1;
	font-size: 1.25rem;
	font-weight:500;
	line-height: 1;
	color: #5f5d58;
	background:#fff;
	border:1px solid #5f5d58;
	border-radius:100%;
	box-sizing:content-box;
	cursor: pointer;
	text-decoration: none;
}
.modal-content .scroll__inner {
	text-align: left;
	background:#fff;
	border-radius: 0.75em;
	padding: 1.5em 2.6875em;
}
.modal-content .modal-h2{
	font-size:1rem;
	font-weight:500;
	color:#fff;
	background:#0067be;
	border-radius:0.25em;
	padding:0.5em 1em 0.35em;
	margin-bottom:1.25em;
}
.modal-content .modal-h2:not(:first-child){
	margin-top:3em;
}
.modal-content .modal-h3{
	position:relative;
	z-index:10;
	font-size:1rem;
	font-weight:bold;
	color:#0067be;
	margin-bottom:0.5em;
}
.modal-content .modal-h3::before{
	position:absolute;
	z-index:10;
	display:inline-block;
	content:"";
	width:1em;
	aspect-ratio:1/1;
	background:#0067be;
	border-radius:100%;
	top:.65em;
	left:-1.5em;
}
.modal-content .modal-flex_box{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.modal-content .modal-flex_box + .modal-flex_box{
	border-top:1px solid #eaeaea;
	padding-top:1.25em;
	margin-top:1.25em;
}
.modal-content .modal-flex_box.flex-column{
	flex-direction:column;
	gap:1em;
}
.modal-content .modal-flex_box.flex-row{
	gap:2em
}
.modal-content .modal-flex_text{
	padding-left:3em;
}
.modal-content .modal-flex_box.flex-row .modal-flex_text{
	width:max(50%,465px);
}
.modal-content .modal-flex_text p{
	font-size:0.875rem;
}
.modal-content .modal-flex_box.flex-column .modal-flex_image{
	margin: auto;
}
.modal-content .modal-flex_box.flex-row .modal-flex_image{
	width:40%;
}
.modal-content .simplebar-track.simplebar-vertical{
	margin: 2.75em 0.75em 0.75em;
}
@media (orientation: portrait) {
	.modal-content .modal-h3{
		font-size:0.875rem;
	}
	.modal-content .modal-flex_text{
		padding-left:1.5em;
	}
	.modal-content .modal-flex_box.flex-row .modal-flex_text{
		width: 55%;
	}
	.modal-content .modal-flex_text p{
		font-size:0.75rem;
	}
}
.scroll__inner {
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.scroll__inner::-webkit-scrollbar {
	display: none;
}
.simplebar-scrollbar::before {
	background: #b8bdbe !important;
	border-radius: 0;
	width: 1em;
	inset: 0 !important;
}
.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}
.simplebar-track {
	background: #eaeaea;
	width: 1em !important;
	border-radius: 1em;
	margin: 0.25em;
}