@charset "utf-8";
/* CSS Document */

/* root ------------------------------------------------------------- */
:root {
	--color-primary: #232729; /* プライマリカラー：黒 */
	--color-secondary: #ffffff; /* セカンダリー：白*/
	--color-txt: #232729; /* テキストカラー：黒*/
	--txt-serif: "Shippori Mincho B1", serif;
	--txt-strong: 1.75em;
}

/* whole style -------------------------------------------------- */
ol, li { list-style: none; }
em, srtong { font-style: normal; }
small { font-size: 0.8em; font-weight: 600; }
img { width: 100%; height: auto; }
a { opacity: 1.0; transition-duration: 0.5s; }
a:hover { opacity: 0.5; transition-duration: 0.5s; }
html { scroll-behavior: smooth; }
body {
	font-family: "Shippori Mincho B1", serif; font-size: clamp(0.75rem, 0.665rem + 0.36vw, 0.938rem);
	line-height: 2.0;
	text-align: justify;
	font-weight: 400; font-style: normal;
	letter-spacing: 0.05em;
	background: url("../images/bg_00.jpg") no-repeat fixed top center;
	background-size: cover;
}
@media only screen and (min-width: 769px) {
	body { font-size: clamp(16px, 0.665rem + 0.36vw, 0.938rem); }
}
/* PCSP切り替え */
.pc { display: block !important; }
.pc_inl { display: inline !important; }
.sp { display: none !important; }
.sp_inl { display: none !important; }
.pc_br1000 { display: block !important; }
.sp_br1000 { display: none !important; }
@media only screen and (max-width: 768px) {
	.pc { display: none !important; }
	.pc_inl { display: none !important; } 
	.sp { display: block !important; }
	.sp_inl { display: inline !important; }
}
@media only screen and (max-width: 1000px) {
	.pc_br1000 { display: none !important; }
	.sp_br1000 { display: block !important; }
}
/* フェードイン 下から */
.fadein_up { opacity: 0; visibility: hidden; transition: 0.75s; transform: translateY(30px); }
.fadein_up.delay05 { transition-delay: 0.5s; }
.fadein_up.delay10 { transition-delay: 1.0s; }
.fadein_up.delay15 { transition-delay: 1.5s; }
.showed{ opacity: 1; visibility: visible; transform: translateY(0); }
/* フェードイン 動きなし */
@keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fadeout { 0% { opacity: 1; } 100% { opacity: 0; display: none; z-index: -9999; } }
.fadein { animation: fadein 1.5s ease forwards; }
.fadein.delay05 { animation-delay:0.5s; }
.fadein.delay10 { animation-delay:1.0s; }
.fadein.delay15 { animation-delay:1.5s; }
/* ローダー */
#loading_body {
	position: fixed; z-index: 20;
	display: flex; align-items: center; align-content: center; justify-content: center;
	width: 100vw; height: 100svh;
	background: var(--color-secondary);
	animation: fadeout 1.0s ease forwards; animation-delay: 1.5s;
}
#loading {
	width: 50px; aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#ffa516);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
	animation: l13 1s infinite linear;
}
@keyframes l13 { 100% { transform: rotate(1turn) } }


/* styling ---------------------------------------------------------- */
/* header ----------------------------------------------------------- */
#RisingAcademy header {
	position: fixed; z-index: 10;
	width: 100%; height: 100px;
	background: var(--color-primary);
	color: var(--color-secondary);
	transition-duration: 0.5s;
}
#RisingAcademy header > a {
	position: absolute; z-index: 20;
	left: 1.5%; top: calc(50% - 27px);
	transition-duration: 0.5s;
}
#RisingAcademy header > a img {
	max-width: 90px; height: auto; transition-duration: 0.5s;
}
#RisingAcademy header nav.pc_br1000 ul {
	display: flex;
	justify-content: flex-end;
    align-items: center;
}
#RisingAcademy header nav.pc_br1000 ul li {
	margin-right: clamp(1.25rem, 0.8rem + 1.94vw, 3.125rem);
	display: flex; align-items: center;
}
#RisingAcademy header nav.pc_br1000 ul li a {
	display: flex; align-items: center;
	height: 100px;
}
#RisingAcademy header nav.pc_br1000 ul li:last-child {
	margin-right: 0;
}
#RisingAcademy header nav.pc_br1000 ul li:last-child a {
	padding:0 clamp(1.25rem, 0.8rem + 1.94vw, 3.125rem);
	background: linear-gradient(90deg,#e5bb00, #be5000);
	filter: brightness(1.0);
	transition-duration: 0.5s;
}
#RisingAcademy header nav.pc_br1000 ul li:last-child a:hover {
	filter: brightness(1.25);
	opacity: 1.0;
	transition-duration: 0.5s;
}
#RisingAcademy header.short,
#RisingAcademy header.short nav.pc_br1000 li a {
	height: 60px;
	transition-duration: 0.5s;
}
#RisingAcademy header.short > a { top: calc(50% - 18px); }
#RisingAcademy header.short > a img { max-width: 60px; transition-duration: 0.5s; }

/* ハンバーガーメニュー */
#RisingAcademy header #hamburger {
	position: relative; display: block;
	width: 30px; height: 20px;
	margin: 40px 5% 0 auto;
	transition-duration: 0.5s;
}
#RisingAcademy header.short #hamburger {
	margin-top: 20px;
	transition-duration: 0.5s;
}
#RisingAcademy header #hamburger span {
	position: absolute; top: 50%; left: 0;
	display: block;
	width: 100%; height: 2px;
	background-color: #ffffff;
	transform: translateY(-50%);
}
#RisingAcademy header #hamburger::before {
	content: ""; display: block;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 2px;
	background-color: #ffffff;
}
#RisingAcademy header #hamburger::after {
	content: ""; display: block;
	position: absolute; bottom: 0; left: 0;
	width: 100%; height: 2px;
	background-color: #ffffff;
}
#RisingAcademy header #hamburger.toggle span {
	display: none;
}
#RisingAcademy header #hamburger.toggle::before {
	content: ""; position: absolute;
	top: 50%; left: 0;
	display: block;
	width: 30px; height: 2px;
	background: #ffffff;
	transform: rotate( 45deg );
}
#RisingAcademy header #hamburger.toggle::after {
	content: ''; position: absolute;
	top: 50%; left: 0;
	display: block;
	width: 30px; height: 2px;
	background: #ffffff; 
	transform: rotate( -45deg );
}

#RisingAcademy header nav.hamb {
	display: none;
	width: 100%; height: 100svh;
	background-color: var(--color-primary);
	transition-duration: 0.5s;
}
#RisingAcademy header nav.hamb ul {
	display: flex; flex-direction: column;
	text-align: center; margin: auto auto;
}
#RisingAcademy header nav.hamb ul li {
	font-size: var(--txt-strong);
	margin-bottom: 30px;
}
#RisingAcademy header nav.hamb ul li:last-child { margin-bottom: 0; }
#RisingAcademy header nav.hamb.toggle { display: flex; }

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	#RisingAcademy header nav.pc_br1000 ul li { font-size: 0.8em; }
}
@media only screen and (max-width: 1000px) {
	#RisingAcademy header #hamburger { margin-top: 20px; transition-duration: 0.5s;	}
	#RisingAcademy header,
	#RisingAcademy header nav.pc_br1000 li a { height: 60px; transition-duration: 0.5s; }
	#RisingAcademy header nav.hamb { font-size: 0.8em; }
	#RisingAcademy header > a { top: calc(50% - 18px); left: 2.5%; }
	#RisingAcademy header > a img { max-width: 60px; transition-duration: 0.5s; }
}

/* FV --------------------------------------------------------------- */
#RisingAcademy div#FV {
	width: 100%; height: 100svh;
	z-index: 1;
	background: url("../images/fv_bg_b.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	display: flex; align-items: center;
	transition-duration: 0.5s;
}
#RisingAcademy div#FV h1 {
	width: 100%; max-width: 1100px; margin: auto auto;
	padding:0 100px;
	color: #ffffff;
	transition-duration: 0.5s;
}
#RisingAcademy div#FV h1 > img:first-of-type {
	max-width: 454px; height: 225px; display: block;
}
#RisingAcademy div#FV h1 > span:first-of-type,
#RisingAcademy div#FV h1 > strong {
	display: block; margin-bottom: 40px;
	font-family: var(--txt-serif);
	font-size: 1.33em; letter-spacing: 0.175em;
}
#RisingAcademy div#FV h1 > strong {
	font-weight: 600; display: inline-block;
	margin: 60px 0 0;
	background: #ffffff; color: #BE5000;
	letter-spacing: 0.1em;
}
#RisingAcademy div#FV h1 > strong > a { display: inline-block; padding: 10px 3.0em; }
@media only screen and (max-width: 768px) {
	#RisingAcademy div#FV {	background: url("../images/sp/fv_bg_b.jpg") no-repeat right top; background-size: cover; }
	#RisingAcademy div#FV h1 { width: 80%; margin: 10% auto; padding: 0; }
	#RisingAcademy div#FV h1 > img:first-of-type { width: 100%; height: auto; margin: auto auto; }
	#RisingAcademy div#FV h1 > span:first-of-type { margin-bottom: 40px; }
	#RisingAcademy div#FV h1 > strong > a { padding: 10px 1.0em; }
}
@media only screen and (min-width: 1300px) {
	#RisingAcademy div#FV h1 { max-width: 1300px; padding: 0; padding-left: calc(15vw + 120px); margin: auto 0; }
}


/* lead voice ------------------------------------------------------- */
#RisingAcademy div#lead {
	width: 100%;
	background-color: var(--color-primary);
	padding-top: 60px;
}
#RisingAcademy div#lead ul {
	position: relative;
	z-index: 2;
	max-width: 1500px;
	margin: 0 auto; padding: 0 100px 70px;
	display: flex; align-items: stretch; justify-content: space-between;
	transition-duration: 0.5s;
}
#RisingAcademy div#lead li {
	position: relative;
	background-color: #ffffff; font-weight: 400;
	border-radius: 10px; padding: 30px; padding-bottom: 40px;
	width: calc((100% - 160px) / 5);
	letter-spacing: 0.0em;
	transition-duration: 0.5s;
}
#RisingAcademy div#lead li::after {
	position: absolute;
	content: "";
	width: 17px; height: 17px;
	bottom: -16px; right: 23px;
	background: url("../images/icon/icon_01.png") no-repeat right bottom;
	background-color: transparent;
	background-size: 17px;
}
#RisingAcademy div#lead li::before {
	position: absolute;
	content: "";
	bottom: -60px; right: 43px;
}
#RisingAcademy div#lead li:nth-child(1)::before {
	width: 99px; height: 90px;
	background: url("../images/illust/illust_01.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy div#lead li:nth-child(2)::before {
	width: 89px; height: 90px;
	background: url("../images/illust/illust_02.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy div#lead li:nth-child(3)::before {
	width: 98px; height: 90px;
	background: url("../images/illust/illust_03.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy div#lead li:nth-child(4)::before {
	width: 90px; height: 90px;
	background: url("../images/illust/illust_04.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy div#lead li:nth-child(5)::before {
	width: 66px; height: 90px;
	background: url("../images/illust/illust_05.png") no-repeat left top;
	background-size: contain;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#RisingAcademy div#lead ul { max-width: 1100px; transform: translateY(-20px); padding: 0 60px 60px; }
	#RisingAcademy div#lead li { padding: 20px; padding-bottom: 30px; width: calc((100% - 80px) / 4); }
	#RisingAcademy div#lead li:last-child { display: none; }
}
@media only screen and (max-width: 768px) {
	/* #RisingAcademy div#lead { background: url("../images/bg_01.jpg") repeat-y center top; background-size: auto; } */
	#RisingAcademy div#lead ul { flex-direction: column; padding: 0 10% 20px; }
	#RisingAcademy div#lead li { padding: 20px; width: 100%; margin-bottom: 60px; }
	#RisingAcademy div#lead li::before { bottom: -70px; }
}



/* lead h2 --------------------------------------------------------- */
#RisingAcademy div#lead h2 {
	position: relative; z-index: 1;
	width: 100%;
	padding: 130px 0;
	display: flex; align-items: center; justify-content: center;
	text-align: center;
	background: url("../images/bg_02.jpg") no-repeat center center;
	background-size: cover;
}
#RisingAcademy div#lead h2::before {
	position: absolute; z-index: 2;
	content: "";
	width: 49px; height: 25px;
	top: -1px; left: calc(50% - 25px);
	background: url("../images/icon/icon_02.png") no-repeat center bottom;
	background-size: contain;
}
#RisingAcademy div#lead h2 img { max-width: 252px; }
#RisingAcademy div#lead h2 strong {
	display:inline-block;
	margin-left: 64px; text-align: left;
	font-family: var(--txt-serif);
	font-size: var(--txt-strong); font-weight: 400; letter-spacing: 0.1em;
}
@media only screen and (max-width: 1200px) {
	#RisingAcademy div#lead h2 { padding: 130px 5%; flex-direction: column; text-align: center; }
	#RisingAcademy div#lead h2 strong { text-align: center; margin-top: 0; margin-left: 0; font-size: 1.5em; }
}
@media only screen and (max-width: 768px) {
	#RisingAcademy div#lead h2 { padding: 90px 5%; }
}


/* about ------------------------------------------------------------ */
#RisingAcademy section#About {
	background-color: var(--color-secondary);
	padding: 120px 0 120px;
}
#RisingAcademy section#About h3 * { display: block; margin: 0 auto; }
#RisingAcademy section#About h3 img { max-width: 292px; height: auto; }
#RisingAcademy section#About h3 small { margin-top: 20px; text-align: center; }

#RisingAcademy section#About dl { margin-top: 0; }
#RisingAcademy section#About dl dt {
	font-family: var(--txt-serif); font-size: var(--txt-strong); font-weight:400;
	text-align: center; display: none;
}
#RisingAcademy section#About dl dd {
	max-width: 1100px; margin: 0 auto;
	display: flex; align-items: flex-start;	justify-content: space-between;
}
#RisingAcademy section#About dl dd > p { max-width: 480px; font-size: 1.2em; }
#RisingAcademy section#About dl dd > span { display:block; text-align: right; max-width: 560px; height: auto; }
#RisingAcademy section#About dl dd > span small { }

@media only screen and (max-width: 1200px) {
	#RisingAcademy section#About dl dd { flex-direction: column; max-width: 90%; margin: 0 5% 0; }
	#RisingAcademy section#About dl dd > p { margin-bottom: 60px; max-width: 100%; }
	#RisingAcademy section#About dl dd > span { max-width: 60%; margin: 0 20%; }
}
@media only screen and (max-width: 768px) {
	#RisingAcademy section#About { padding: 90px 0 90px; }
	#RisingAcademy section#About h3 img { max-width: 60%; height: auto; }
	#RisingAcademy section#About dl { margin-top: 60px; }
	#RisingAcademy section#About dl dd { margin-top: 0; }
	#RisingAcademy section#About dl dd > span { max-width: 100%; margin: 0; }
}


/* benefits --------------------------------------------------------- */
#RisingAcademy section#Benefits {
	padding: 120px 0 0; background-color: var(--color-primary);
}
#RisingAcademy section#Benefits h4 * { display: block; margin: 0 auto; }
#RisingAcademy section#Benefits h4 img { max-width: 295px; height: auto; }
#RisingAcademy section#Benefits h4 small { margin-top: 20px; text-align: center; color: #ffffff; }
#RisingAcademy section#Benefits > div.cover {
	width: 100%; margin-top: 280px;
	background-color: #f5f5f5;
}
#RisingAcademy section#Benefits ul {
	display: flex; align-items: flex-start;	justify-content: space-between;
	max-width: 1300px; margin: 0 auto; transform: translateY(-185px);
}
#RisingAcademy section#Benefits ul li {
	width: calc( (100% - 140px) / 4);
}
#RisingAcademy section#Benefits ul li p > strong {
	display: block; margin-top: 40px;
	font-family: var(--txt-serif); font-size: 1.33em; font-weight: 400;
	text-align: center;
}
#RisingAcademy section#Benefits ul li p > span {
	display: block; margin-top: 50px; font-size: 1.125em;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#RisingAcademy section#Benefits ul { width: 90%; margin: 0 5%; }
	#RisingAcademy section#Benefits ul li {	width: calc( (100% - 60px) / 4); }
}
@media only screen and (max-width: 768px) {
	#RisingAcademy section#Benefits { padding: 120px 0 0; /* background: url("../images/bg_01.jpg") repeat-y center top; background-size: auto; */ }
	#RisingAcademy section#Benefits > div.cover { margin-top: 200px; margin-bottom: -60px; }
	#RisingAcademy section#Benefits h4 img { max-width: 50%; height: auto; }
	#RisingAcademy section#Benefits ul { flex-direction: column; width: 90%; margin: 0 5%; transform: translateY(-145px); }
	#RisingAcademy section#Benefits ul li { width: 100%; margin-bottom: 60px; }
	#RisingAcademy section#Benefits ul li > img { display: block; width: 80%; margin: 0 auto; }
	#RisingAcademy section#Benefits ul li p > strong { font-size: 1.75em; font-weight: 400; margin-top: 20px; line-height: 1.5; }
	#RisingAcademy section#Benefits ul li p > span { margin-top: 10px; }
	#RisingAcademy section#Benefits ul li:last-child { margin-bottom: 0; }
}


/* overview --------------------------------------------------------- */
#RisingAcademy section#Overview {
	background-color: var(--color-secondary); 
	padding: 180px 0 120px; border-bottom: 1px solid #f5f5f5; border-top: 1px solid #f5f5f5;
}
#RisingAcademy section#Overview h5 * { display: block; margin: 0 auto; }
#RisingAcademy section#Overview h5 img { max-width: 472px; height: auto; }
#RisingAcademy section#Overview h5 small { margin-top: 20px; text-align: center; }

#RisingAcademy section#Overview ul { display: table; width: 100%; max-width: 1300px; margin: 80px auto 0; border-top: 1px solid #f5f5f5; }
#RisingAcademy section#Overview ul li { display: table-row; width: 100%; vertical-align: middle; font-size: 1.2em; }
#RisingAcademy section#Overview ul li > div { display: table-cell; border-bottom: 1px solid #f5f5f5; }
#RisingAcademy section#Overview ul li > div:nth-child(1) { width: 25%; padding: 20px 0 20px 20px; }
#RisingAcademy section#Overview ul li > div:nth-child(2) { width: 75%; padding: 20px; }
#RisingAcademy section#Overview ul + small { display: block; max-width: 1100px; margin: 40px auto 0; text-align: right; font-weight: 400; }
@media only screen and (max-width: 1200px) {
	#RisingAcademy section#Overview ul li > div:nth-child(1) { width: 20%; }
	#RisingAcademy section#Overview ul + small { width: 90%; }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#RisingAcademy section#Overview ul { width: 90%; }
}
@media only screen and (max-width: 768px) {
	#RisingAcademy section#Overview { padding: 120px 0 90px; }
	#RisingAcademy section#Overview h5 img { max-width: 75%; height: auto; }
	#RisingAcademy section#Overview ul li > div:nth-child(1) { width: 100%; background-color: #f5f5f5; }
	#RisingAcademy section#Overview ul li > div:nth-child(2) { width: 100%; }
	#RisingAcademy section#Overview ul { display: flex; flex-direction: column; }
	#RisingAcademy section#Overview ul li { display: flex; flex-direction: column; }
}
	

/* schedule --------------------------------------------------------- */
#RisingAcademy section#Schedule {
	margin-top: 0; padding: 180px 0 120px;
	background-color: var(--color-primary);
}
#RisingAcademy section#Schedule h6 * { display: block; margin: 0 auto; }
#RisingAcademy section#Schedule h6 img { max-width: 1025px; height: auto; }
#RisingAcademy section#Schedule h6 small { margin-top: 20px; text-align: center; color: #ffffff; }
@media only screen and (max-width: 768px) {
	#RisingAcademy section#Schedule { margin-top: 0; padding: 120px 0 90px; }
	#RisingAcademy section#Schedule h6 img { max-width: 90%; height: auto; }
}

/* スケジュールリスト */
#RisingAcademy section#Schedule > ol {
	max-width: 1300px; margin: 100px auto 0; color: var(--color-secondary);
}
#RisingAcademy section#Schedule > ol > li {
	display: flex; align-items: stretch; /* position: sticky; top: 60px; */
	background-color: var(--color-primary); padding-top: 70px;
	flex-wrap: wrap;
}
#RisingAcademy section#Schedule > ol > li:first-child {
	padding-top: 0px;
}
#RisingAcademy section#Schedule > ol > li > div.thead { width: 35%;	background-color: #393d3f; padding-top: 100px; text-align: center; margin-bottom: 1px; }
#RisingAcademy section#Schedule > ol > li > div.thead.short { padding-top: 80px; }
#RisingAcademy section#Schedule > ol > li > div.thead.commingsoon {
	padding-top: 0; display: flex;
	align-content: center; align-items: center; justify-content: center;
}
#RisingAcademy section#Schedule > ol > li > div.thead div * { display: block; }
#RisingAcademy section#Schedule > ol > li > div.thead div > span { font-size: 1.5em; font-family: var(--txt-serif); font-weight: 400; line-height: 1.25; margin: 0 auto; }
#RisingAcademy section#Schedule > ol > li > div.thead div > small { margin: 0 auto; }
#RisingAcademy section#Schedule > ol > li > div.thead div > aside { margin: 10px auto 0; font-size: 1.0em; opacity: 0.5; }
#RisingAcademy section#Schedule > ol > li > div.thead p { margin: 40px auto; padding: 0 10%; font-size: 0.8em; text-align: justify; }

#RisingAcademy section#Schedule > ol > li > div.tbody {
	width: 65%; border-left: 1px solid var(--color-primary);
	background-color: #393d3f; padding: 30px 50px; margin-bottom: 1px;
}
#RisingAcademy section#Schedule > ol > li > div.tbody ul li { display: flex; align-items: flex-end; flex-wrap: wrap; margin-bottom: 40px; }
#RisingAcademy section#Schedule > ol > li > div.tbody.short ul li { margin-bottom: 20px; }
#RisingAcademy section#Schedule > ol > li > div.tbody ul li:last-child { margin-bottom: 0; }
#RisingAcademy section#Schedule > ol > li > div.tbody ul li:nth-child(n+2) { padding-top: 40px; border-top: 1px solid var(--color-primary); }
#RisingAcademy section#Schedule > ol > li > div.tbody ul li > aside { display: block; width: 100%; margin-bottom: 20px; font-size: 1.25em; }
#RisingAcademy section#Schedule > ol > li > div.tbody ul li > div {
	aspect-ratio: 1 / 1; background: url("../images/schedule_photo_noimage.jpg") no-repeat center center;
	background-size: cover; width: 240px; margin-right: 20px;
}
#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p { max-width: calc(100% - 260px); font-size: 1.3em; }
#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p * { display: block; }
#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p span { font-size: 1.5em; font-family: var(--txt-serif); }
#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p small { margin-left: 0; font-weight: 400; text-align: left; }
#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p > em { display: flex; justify-content: flex-start; margin-top: 10px; }
#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p > em > a {
	display: inline-block; font-size: 0.75em; padding: 0.5em 5em; cursor: pointer;
	background-color: rgba(255,255,255,0.05);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#RisingAcademy section#Schedule > ol { max-width: 90%; }
}
@media only screen and (max-width: 768px) {
	#RisingAcademy section#Schedule > ol > li { flex-direction: column; position: relative; top: 0; }
	#RisingAcademy section#Schedule > ol > li > div.thead,
	#RisingAcademy section#Schedule > ol > li > div.tbody { width: 100%; }
	#RisingAcademy section#Schedule > ol > li > div.thead { padding-top: 60px; padding-bottom: 40px; }
	#RisingAcademy section#Schedule > ol > li > div.thead.short { padding-top: 60px; }
	#RisingAcademy section#Schedule > ol > li > div.thead div > span { font-size: 1.75em; }
	#RisingAcademy section#Schedule > ol > li > div.thead div > aside { font-size: 1.25em; }
	#RisingAcademy section#Schedule > ol > li > div.thead p { padding: 0 5%; font-size: 1.0em; margin-top: 20px; }
	#RisingAcademy section#Schedule > ol > li > div.tbody { padding: 5%; border-left: none; }
	#RisingAcademy section#Schedule > ol > li > div.tbody ul li { margin-bottom: 20px; }
	#RisingAcademy section#Schedule > ol > li > div.tbody ul li:nth-child(n+2) { padding-top: 20px; }
	#RisingAcademy section#Schedule > ol > li > div.tbody ul li > div { max-width: 30%; min-width: 30%; }
	#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p { min-width: calc(70% - 20px); }
	#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p span { line-height: 1.0; }
	#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p small { margin-left: 0; margin-top: 10px; opacity: 0.5; }
	#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p > em { width: 100%; }
	#RisingAcademy section#Schedule > ol > li > div.tbody ul li > p > em > a { padding: 1.0em 0; width: 100%; text-align: center; }
}

/*
#RisingAcademy section#Schedule > ol > li:nth-child(1)::before {
	content: ""; position: absolute;
	width: 80px; height: 50px;
	top: 40px; left: 0;
	background: url("../images/txt/txtlust_01.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy section#Schedule > ol > li:nth-child(2)::before {
	content: ""; position: absolute;
	width: 92px; height: 50px;
	top: 40px; left: 0;
	background: url("../images/txt/txtlust_02.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy section#Schedule > ol > li:nth-child(3)::before {
	content: ""; position: absolute;
	width: 92px; height: 50px;
	top: 40px; left: 0;
	background: url("../images/txt/txtlust_03.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy section#Schedule > ol > li:nth-child(4)::before {
	content: ""; position: absolute;
	width: 96px; height: 50px;
	top: 40px; left: 0;
	background: url("../images/txt/txtlust_04.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy section#Schedule > ol > li:nth-child(5)::before {
	content: ""; position: absolute;
	width: 94px; height: 50px;
	top: 40px; left: 0;
	background: url("../images/txt/txtlust_05.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy section#Schedule > ol > li:nth-child(6)::before {
	content: ""; position: absolute;
	width: 94px; height: 50px;
	top: 40px; left: 0;
	background: url("../images/txt/txtlust_06.png") no-repeat left top;
	background-size: contain;
}

#RisingAcademy section#Schedule > ol > li:nth-child(7) > div.thead {
	display:flex; align-items: center; justify-content: center;
	background: linear-gradient(90deg, #e5bb00, #d89800); padding: 0;
}
#RisingAcademy section#Schedule > ol > li:nth-child(7) > div.tbody { background: linear-gradient(90deg, #d89800, #be5000); }
#RisingAcademy section#Schedule > ol > li:nth-child(7) > div.tbody > div {
	width: 100%; margin-top: 20px; background-color: #ffffff; display: flex; align-items: center; align-content: center; justify-content: center; padding: 10px;
}
#RisingAcademy section#Schedule > ol > li:nth-child(7) > div.tbody > div img { max-width: 195px; }

#RisingAcademy section#Schedule > ol > li:nth-child(7)::before {
	content: ""; position: absolute;
	width: 92px; height: 50px;
	top: 40px; left: 0;
	background: url("../images/txt/txtlust_07.png") no-repeat left top;
	background-size: contain;
}
#RisingAcademy section#Schedule > ol > li:nth-child(8)::before {
	content: ""; position: absolute;
	width: 92px; height: 50px;
	top: 40px; left: 0;
	background: url("../images/txt/txtlust_08.png") no-repeat left top;
	background-size: contain;
}
*/

@media only screen and (max-width: 768px) {
	#RisingAcademy section#Schedule > ol { /* margin-top: 0; */ }
	#RisingAcademy section#Schedule > ol > li > div.thead.commingsoon { padding-top: 60px; }
	#RisingAcademy section#Schedule > ol > li > div.thead.commingsoon + div.tbody { text-align: center; }
	/*
	#RisingAcademy section#Schedule > ol > li:nth-child(7) > div.thead { padding: 30px 0; }
	#RisingAcademy section#Schedule > ol > li:nth-child(7) > div.thead,
	#RisingAcademy section#Schedule > ol > li:nth-child(7) > div.tbody { background: linear-gradient(90deg, #e5bb00, #be5000); }
	*/
}


/* graduate --------------------------------------------------------- */
#RisingAcademy section#Graduate {
	margin-top: 0; padding: 180px 0 120px;
	background: linear-gradient(90deg,#e5bb00, #be5000);
}
#RisingAcademy section#Graduate > p:first-of-type { display: block; margin: 0 auto; text-align: center; color: #ffffff; font-size: 1.75em; }
#RisingAcademy section#Graduate > p:first-of-type img {  }
#RisingAcademy section#Graduate > p:first-of-type small { margin-top: 20px; text-align: center; color: #ffffff; }
#RisingAcademy section#Graduate > p:first-of-type + p {
	max-width: 1300px; margin: 100px auto 0;
	background: #ffffff; padding: 60px;
}
#RisingAcademy section#Graduate > p:first-of-type + p > span {
	display: block; margin-top: 30px; text-align: center; font-size: 1.1em;
}
#RisingAcademy section#Graduate > dl {
	max-width: 1300px; margin: 10px auto 60px;
	display: flex; justify-content: space-between;
}
#RisingAcademy section#Graduate > dl > dt { 
	display: block; min-width: 240px; padding-bottom: 40px;
	background-color: #ffffff; text-align: center;
}
#RisingAcademy section#Graduate > dl > dt img { 
	max-width: 117px; height: auto;
	transform: translateY(-20px);
}
#RisingAcademy section#Graduate > dl > dd {
	width: calc(100% - 250px);
	display: flex; align-items: center; background-color: #ffffff; padding: 60px;
}
#RisingAcademy section#Graduate > div:last-of-type {
	max-width: 1300px; margin: 0 auto;
	background-color: #ffffff;
	padding: 60px; font-size: 1.1em;
	display: flex; justify-content: space-between;
}
#RisingAcademy section#Graduate > div:last-of-type > p { font-size: 0.9em; }
#RisingAcademy section#Graduate > div:last-of-type * { display: block; }
#RisingAcademy section#Graduate > div:last-of-type img { max-width: 160px; }
#RisingAcademy section#Graduate > div:last-of-type > span { min-width: 160px; margin-left: 60px; }
#RisingAcademy section#Graduate > div:last-of-type > span strong { font-weight: 400; font-size: 1.5em; }
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#RisingAcademy section#Graduate > p:first-of-type + p,
	#RisingAcademy section#Graduate > dl,
	#RisingAcademy section#Graduate > div:last-of-type { max-width: 90%; }
}
@media only screen and (max-width: 768px) {
	#RisingAcademy section#Graduate { margin-top: 0; padding: 120px 0 90px; }
	#RisingAcademy section#Graduate > p:first-of-type img { max-width: 90%; height: auto; }
	#RisingAcademy section#Graduate > p:first-of-type + p { padding: 5vw; margin-top: 80px; }
	#RisingAcademy section#Graduate > dl { margin: 10px auto 40px; flex-direction: column; }
	#RisingAcademy section#Graduate > dl > dt { width: 100%; padding-bottom: 10px; margin-bottom: 1px; }
	#RisingAcademy section#Graduate > dl > dd { width: 100%; padding: 5vw; }
	#RisingAcademy section#Graduate > div:last-of-type { flex-direction: column; padding: 5%; justify-content: flex-end; }
	#RisingAcademy section#Graduate > div:last-of-type > span { margin-left: 0; margin-top: 20px; display: flex; }
	#RisingAcademy section#Graduate > div:last-of-type > span img { max-width: 30%; min-width: 30%; margin-right: 20px; }
}



/* entry ------------------------------------------------------------ */
#RisingAcademy div.cvlink { width: 100%; padding: 80px 0 100px; background: #ffffff; font-weight: 400; }
#RisingAcademy div.cvlink.bgblack { background: var(--color-primary); font-weight: 400; }
#RisingAcademy div#Entry > p { font-weight: 400; }
#RisingAcademy div#Entry > p * { display: block; margin: 0 auto; text-align: center; }
#RisingAcademy div#Entry > p strong { margin-bottom: 40px; font-weight: 400; }
#RisingAcademy div#Entry > p span { font-family: var(--txt-serif); font-size: 1.0em; }
#RisingAcademy div#Entry > p img { max-width: 252px; margin-bottom: 24px; }
#RisingAcademy div.cvlink > a {
	max-width: 640px; display: block; position: relative; filter: drop-shadow(0px 0px 20px #cccccc );
	background-color: #ecbf00; border: 1px solid #ffffff; border-radius: 10px;
	text-align: center; font-size: 1.2em; padding: 1.25em; margin: 60px auto 0;
}
#RisingAcademy div.cvlink.bgblack > a { filter: drop-shadow(0px 0px 20px #222222 ); }
#RisingAcademy div.cvlink > a::after {
	content: ""; position: absolute;
	width: 24px; height: 23px;
	right: 20px; top: calc( 50% - 11px);
	background:  url("../images/icon/icon_arrow.gif") no-repeat center center;
	background-size: contain;
}
#RisingAcademy div.cvlink > a:first-child { margin-top: 0; }
@media only screen and (max-width: 768px) {
	#RisingAcademy div.cvlink { padding: 80px 0 80px; }
	#RisingAcademy div.cvlink > p { font-size: 1.0em; }
	#RisingAcademy div.cvlink > p img { max-width: 50%; }
	#RisingAcademy div.cvlink > a { max-width: 90%; margin-top: 40px; }
}


/* sponsor ---------------------------------------------------------- */
#RisingAcademy section#Sponsor {
	margin-top: 0; padding: 180px 0 120px; border-top: 1px solid #f5f5f5;
	background: #ffffff;
}
#RisingAcademy section#Sponsor > p:first-of-type { display: block; margin: 0 auto; text-align: center; font-size: 1.75em; }
#RisingAcademy section#Sponsor > p:first-of-type img { max-width: 335px; height: auto; }
#RisingAcademy section#Sponsor > p:first-of-type + img { display: block; max-width: 400px; margin: 60px auto 0; }
#RisingAcademy section#Sponsor > p:first-of-type small { margin-top: 20px; text-align: center; }
#RisingAcademy section#Sponsor > div:first-of-type { max-width: 1300px; margin: 80px auto 0; padding: 60px 50px; border: 1px solid #00aa14; }
#RisingAcademy section#Sponsor > div:first-of-type > dl dt { text-align: center; }
#RisingAcademy section#Sponsor > div:first-of-type > dl dt img { max-width: 223px; }
#RisingAcademy section#Sponsor > div:first-of-type > dl dd { display: flex; margin-top: 0; }
#RisingAcademy section#Sponsor > div:first-of-type > dl dd > p { margin-right: 60px; font-size: 0.9em; }
#RisingAcademy section#Sponsor > div:first-of-type > dl dd > span { min-width: 160px; }
#RisingAcademy section#Sponsor > div:first-of-type > dl dd > span * { display: block; font-weight: 400; }
#RisingAcademy section#Sponsor > div:first-of-type > dl dd > span strong { font-size: 1.5em; }
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#RisingAcademy section#Sponsor > div:first-of-type { max-width: 90%; }
}
@media only screen and (max-width: 768px) {
	#RisingAcademy section#Sponsor { padding: 120px 0 0; }
	#RisingAcademy section#Sponsor > p:first-of-type img { max-width: 50%; height: auto; }
	#RisingAcademy section#Sponsor > p:first-of-type + img { max-width: 60%; margin: 60px auto 0; }
	#RisingAcademy section#Sponsor > div:first-of-type { width: 100%; padding: 40px 5%; border-left: none; border-right: none; }
	#RisingAcademy section#Sponsor > div:first-of-type > dl dt img { max-width: 40%; }
	#RisingAcademy section#Sponsor > div:first-of-type > dl dd { flex-direction: column; margin-top: 0; }
	#RisingAcademy section#Sponsor > div:first-of-type > dl dd > p { margin-right: 0; }
	#RisingAcademy section#Sponsor > div:first-of-type > dl dd > span { margin-top: 40px; display: flex; }
	#RisingAcademy section#Sponsor > div:first-of-type > dl dd > span img { min-width: 30%; max-width: 30%; margin-right: 20px; }
}


/* partner ---------------------------------------------------------- */
#RisingAcademy section#Partner {
	margin-top: 0; padding: 80px 0 80px; border-top: 1px solid #f5f5f5;
	background: #ffffff;
}
#RisingAcademy section#Partner > p:first-of-type { display: block; margin: 0 auto; text-align: center; font-size: 1.75em; }
#RisingAcademy section#Partner > p:first-of-type img { max-width: 335px; height: auto; }
#RisingAcademy section#Partner > p:first-of-type + img { display: block; max-width: 400px; margin: 60px auto 0; }
#RisingAcademy section#Partner > p:first-of-type small { margin-top: 20px; text-align: center; }
#RisingAcademy section#Partner > ul:first-of-type {
	max-width: 1300px; margin: 40px auto 0;
	display: flex; align-content: space-between; justify-content: center; align-items: center;
}
#RisingAcademy section#Partner > ul:first-of-type li { max-width: 200px; margin-left: 60px; }
#RisingAcademy section#Partner > ul:first-of-type li:first-child { margin-left: 0; }
#RisingAcademy section#Partner > ul:first-of-type li img { width: 100%; height: auto; }
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#RisingAcademy section#Partner > ul:first-of-type { max-width: 90%; flex-direction: column; }
	#RisingAcademy section#Partner > ul:first-of-type li { margin-top: 40px; margin-left: 0; }
	#RisingAcademy section#Partner > ul:first-of-type li:first-child { margin-top: 20px; }
}
@media only screen and (max-width: 768px) {
	#RisingAcademy section#Partner { border-top: none; }
	#RisingAcademy section#Partner > p:first-of-type img { max-width: 50%; height: auto; }
	#RisingAcademy section#Partner > p:first-of-type + img { max-width: 60%; margin: 60px auto 0; }
	#RisingAcademy section#Partner > ul:first-of-type { width: 100%; margin-top: 20px; flex-direction: column; }
	#RisingAcademy section#Partner > ul:first-of-type li { margin-top: 40px; max-width: 40%; margin-left: 0; }
	#RisingAcademy section#Partner > ul:first-of-type li:first-child { margin-top: 20px; }
}


/* QA --------------------------------------------------------------- */
#RisingAcademy section#QA {
	background-color: #ffffff; 
	padding: 180px 0 120px; border-top: 1px solid #f5f5f5;
}
#RisingAcademy section#QA > p:first-of-type { display: block; margin: 0 auto; text-align: center; font-size: 1.75em; margin-bottom: 80px; }
.qa_btn {
    max-width: 1300px;
	margin: 0 auto 20px;
	border: none;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 10px #eeeeee);
    background-color: #ffffff;
	font-weight: 400;
	font-size: 1.1em;
}
	
.qa_btn summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 4em;
    color: var(--color-primary);
    font-weight: 600;
    cursor: pointer;
	font-size: 1.1em;
}

.qa_btn summary::before,
.qa_btn p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa_btn summary::before {
    color: #e5bb00;
    content: "Q";
}

.qa_btn summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
    content: '';
    transition: transform .5s;
}

.qa_btn[open] summary::after {
    transform: rotate(225deg);
}

.qa_btn p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 4em 1.5em;
    color: var(--color-primary);
    transition: transform .5s, opacity .5s;
}

.qa_btn[open] p {
    transform: none;
    opacity: 1;
}

.qa_btn p::before {
    color: #be5000;
    line-height: 1.5;
    content: "A";
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.qa_btn { max-width: 90%; }
}
@media only screen and (max-width: 768px) {
	#RisingAcademy section#QA {	padding: 120px 0 90px; }
	.qa_btn { margin-left: 5vw;	margin-right: 5vw; }
	.qa_btn summary { padding: 1em 2em 1em 3em; font-size: 1.0em; }
	.qa_btn p { padding: .3em 3em 1.5em; }
}




/* footer ----------------------------------------------------------- */
#RisingAcademy footer {	width: 100%; padding-top:80px; background: #f5f5f5; display: block; }
#RisingAcademy footer p.head * { display: block; margin: 0 auto; }
#RisingAcademy footer p.head img { max-width: 395px; height: auto; }
#RisingAcademy footer p.head small { margin-top: 20px; text-align: center; }
#RisingAcademy footer > ul:first-of-type {
	max-width: 1020px; margin: 0 auto; padding: 40px 0 80px;
	/* display: flex; align-content: space-between; */
}
#RisingAcademy footer > div.singlehref {
	max-width: 600px; margin: 0 auto; padding: 60px 0 80px;
	text-align: center;
}
#RisingAcademy footer > div.singlehref.wide {
	max-width: 1200px; 
}
#RisingAcademy footer > ul:first-of-type > li {	max-width: 100%; margin-bottom: 30px; transition-duration: 0.5s; }
#RisingAcademy footer > ul:first-of-type > li:last-child { margin-bottom: 0; }
#RisingAcademy footer > div.copy { padding: 60px 0; text-align: center; background: var(--color-secondary); }
#RisingAcademy footer > div.copy img { display: block; max-width: 360px; margin: 0 auto; }

@media only screen and (max-width: 768px) {
	#RisingAcademy footer p.head img { max-width: 80%; height: auto; }
	#RisingAcademy footer > div.copy { padding: 30px 0; }
	#RisingAcademy footer > div.copy img { max-width: 60%; }
}


/* popup ------------------------------------------------------------ */
.popupContainer {
	position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
	display: flex; align-content: center; align-items: center; justify-content: center; cursor: pointer; z-index: 9999;
}
.popupContainer .popupBg {
	position: absolute; top: 0; left: 0; z-index: 9997; width: 100vw; height: 100vh; background-color: var(--color-primary);
}
.popupContainer .popupBody {
	z-index: 9998; position: relative;
	max-width: calc(1100px * 0.95); background-color: #393d3f; margin: 10vh 10vw; padding: 30px 50px; color: #ffffff; cursor: auto;
}
.popupContainer .popupBody > div.detail { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid var(--color-primary); }
.popupContainer .popupBody > div.detail > p { font-size: 1.5em; text-align: center; margin-bottom: 15px; }
.popupContainer .popupBody > div.detail > small { display: block; }
.popupContainer .popupBody > dl { display: flex; }
.popupContainer .popupBody > dl dt { margin-right: 20px; }
.popupContainer .popupBody > dl dt img { max-width: 160px; }
.popupContainer .popupBody > dl dd p span { display: block; font-size: 1.5em; font-weight: 400; }
.popupContainer .popupBody > dl dd p small { display: block; font-weight: 400; }
.popupContainer .popupBody > p.bio { margin-top: 20px; font-weight: 400; font-size: 0.9em; }

.popupContainer .popupBody .popupCloser {
	cursor: pointer;
}
.popupContainer .popupBody .popupCloser::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    transform: rotate(45deg);
}
.popupContainer .popupBody .popupCloser::after {
	content: '';
    position: absolute;
    top: -40px;
    right: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
	.popupContainer .popupBody { padding: 20px; max-height: calc(80vh - 40px); overflow-y: scroll; }
	.popupContainer .popupBody > dl dt { max-width: 30%; min-width: 30%; }
}


