@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
	/* color code */	
	--black: #000000;
	--charcoalgray01: #111111;
	--charcoalgray02: #333333;
	--gray: #999999;
	--darkgray: #555555;
	--lightgray01: #f5f5f7;
	--lightgray02: #eeeeee;
	--lightgray03: #d2d2d7;
	--skygray: #cccccc;
	--white: #ffffff;
	--blue: #005AE7;
	--lightblue: #79FBF5;
	--yellow: #FFF500;
	--cyan: #00E2E0;
	--red: #D7000F;
	--lightgreen: #00e2e0;
  
	/* ---------default style--------- */
	--main-bg: var(--white);
	--main-font-color: var(--charcoalgray02);
	--title-color: var(--black);
	--nav-bg-color: var(--white);
	--nav-link-bg: var(--darkgray);
	--nav-link-color: var(--charcoalgray01);
	--nav-open-bg: var(--white);
	--btn-bg-color: var(--darkgray);
	--btn-font-color: var(--white);
	--btn-font-border: var(--white);
	--footer-bg: var(--white);
	--footer-title: var(--blue);
	--footer-text: var(--blue);
	--copyright-line: var(--lightgray03);
	--submit-btn-bg: var(--darkgray);
	--submit-btn-color: var(--white);
  
	--outline-title: var(--blue);
	--outline-color: var(--blue);
	--outline-bg: var(--lightgray02);
	--outline-wrap: var(--white);
	--outline-table-border: var(--blue);
	--outline-table-color: var(--blue);
	
	--topics-bg: var(--white);
	--topics-discription: var(--black);
	
	--program-bg: var(--lightgray02);
	
	--faq-border: var(--skygray);
	--faq-color: var(--charcoalgray02);
	--faq-question-icon-bg: var(--charcoalgray02);
	--faq-question-icon-font: var(--white);
	--faq-answer-icon-bg :var(--gray);
	--faq-answer-icon-font: var(--white);
	
	--registration-privacy-box: var(--white);
	--registration-privacy-title: var(--black);
	--registration-privacy-text: var(--black);
	--registration-flow-bg: var(--white);
	--registration-flow-text: var(--charcoalgray02);
	--registration-flow-circle: var(--skygray);
	--registration-flow-circle-black: var(--black);
	--form-table-bg: var(--white);
	--form-table-color: var(--darkgray);
	
	--online-login-txt:var(--black);
	
	--nav-op-btn: var(--black);
	--mypage-border: var(--white);
	--mypage-text: var(--blue);
}

/* ---------dark style--------- */
:root[data-theme="dark"]{
	
	--main-bg: var(--black);
	--main-font-color: var(--white);
	--title-color: var(--white);
	--nav-bg-color: var(--black);
	--nav-link-color: var(--white);
	--nav-open-bg: var(--black);
	--btn-bg-color: var(--white);
	--btn-font-color: var(--black);
	--btn-font-border: var(--white);
	--footer-bg: var(--black);
	--footer-title: var(--white);
	--footer-text: var(--white);
	--copyright-line: var(--white);
	--submit-btn-bg: var(--white);
	--submit-btn-color: var(--black);
  
	--outline-title: var(--black);
	--outline-color: var(--black);
	--outline-bg: var(--black);
	--outline-wrap: var(--white);
	--outline-table-border: var(--darkgray);
	--outline-table-color: var(--black);
	
	--topics-bg: var(--white);
	--topics-discription: var(--darkgray);
	
	--program-bg: var(--black);
	
	--faq-border: var(--white);
	--faq-color: var(--white);
	--faq-question-icon-bg: var(--white);
	--faq-question-icon-font: var(--black);
	--faq-answer-icon-bg :var(--gray);
	--faq-answer-icon-font: var(--white);
	
	--registration-privacy-box: var(--white);
	--registration-privacy-title: var(--black);
	--registration-privacy-text: var(--black);
	--registration-flow-bg: var(--black);
	--registration-flow-text: var(--white);
	--registration-flow-circle: var(--skygray);
	--registration-flow-circle-black: var(--black);
	--form-table-bg: var(--white);
	--form-table-color: var(--darkgray);
	
	--nav-op-btn: var(--white);
	--mypage-input: var(--black);
	--mypage-border: var(--black);
	--mypage-text: var(--white);
}


html {
	min-width: 1140px;
}
@media only screen and (max-width: 1139px) {
	html {
		min-width: 100%;
	}
}
.wrap {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 100%;
}
@media only screen and (max-width: 1140px) {
	.wrap {
		margin: 0;
	}
}
@media only screen and (max-width: 768px) {
	.wrap {
		margin: 0 auto;
	}
}

/* font */
body {
	font: 13px/1.231 "Noto Sans JP", "Helvetica Neue", Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "游ゴシック",	YuGothic, "ヒラギノ角ゴ ProN W3", sans-serif;
	color: var(--main-font-color);
	background: var(--main-bg);
}
select,
input,
button,
textarea,
button {
	font: 13px/1.231 "Noto Sans JP", "Helvetica Neue", Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "游ゴシック",	YuGothic, "ヒラギノ角ゴ ProN W3", sans-serif;
	color: var(--main-font-color);
	font-weight: 300;
	line-height: 1.5;
}
pre {
	font: 13px/1.231 "Noto Sans JP", "Helvetica Neue", Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "游ゴシック",	YuGothic, "ヒラギノ角ゴ ProN W3", sans-serif;
	color: var(--main-font-color);
}

/* placeholder */
:placeholder-shown {
	color: #bfbfbf;
	opacity: 1;
}

.jumble {
	font-family: "jumble", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	color: var(--title-color);
	position: relative;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 0;
}
/*h2:before {*/
/*	content: "";*/
/*	display: block;*/
/*	width: 178px;*/
/*	height: 2px;*/
/*	background: var(--title-color);*/
/*	position: absolute;*/
/*	top: 38px;*/
/*	left: 50%;*/
/*	transform: translateX(-50%);*/
/*}*/
h2.password:before {
	width: 300px;
}
h2.session:before {
	width: 230px;
}
h2.confirm:before {
	width: 330px;
}
h2.completed:before {
	width: 290px;
}
h2.cancel:before {
	width: 290px;
}
h2.download:before {
	width: 260px;
}
h2.online:before {
	width: 240px;
}
h2 > span {
	font-size: 16px;
	display: block;
	margin-top: 20px;
}
main a {
	color: #00e;
}
main a:hover {
	text-decoration: underline;
}
main a:visited {
	color: #fff;
}

/* for fixed footer */
body,
div.body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	overflow-x: hidden;
}

/* main */
main {
	padding: 0;
	flex-grow: 1;
}

footer {
	position: relative;
	margin-top: auto;
	min-width: 1100px;
}
@media only screen and (max-width: 1199px) {
	footer {
		min-width: 100%;
	}
}

/* title2 */
header {
	position: relative;
}
header .gate {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scale(var(--gate-scale-start, 2.5));
	transform-origin: 50% 50%;
	width: 100%;
	z-index: 3;
	height: auto;
	opacity: 0;
	pointer-events: none;
	will-change: transform, opacity;
	animation: gateIn var(--gate-duration, 1.4s) ease-out forwards;
}
header .gate img {
	width: 100%;
}

@keyframes gateIn{
  0%   { transform: translateX(-50%) scale(var(--gate-scale-start, 2.5)); opacity: 0; }
  100% { transform: translateX(-50%) scale(1);                             opacity: 1; }
}

header div.title2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #ffffff;
	text-align: center;
	min-width: 1100px;
	margin: 0 auto;
	padding: 25px 0 0;
	text-align: center;
	background: var(--blue);
}
@media only screen and (max-width: 1199px) {
	header div.title2 {
		min-width: 100%;
	}
}
header div.title2 .wrap {
	width: 100%;
	background: var(--lightgreen);
	height: 133px;
}
header div.title2 h1 {
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
	height: 133px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	font-size: 29px;
	color: var(--white);
	gap: 0 10px;
}

header div.title2 h1 span {
	font-size: 70px;
	font-family: "jumble", sans-serif;
}
/*header div.title2 h1 img {*/
/*	width: 100%;*/
/*	height: auto;*/
/*	image-rendering: -webkit-optimize-contrast;*/
/*}*/

/* nav */
nav {
	position: fixed;
	right: 0;
	top: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 12px 10px;
	width: 200px;
	background: var(--nav-bg-color);
	z-index: 5000;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 20px 0 0 20px;
}
nav .wrap {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
nav .wrap > img {
	display: block;
}

/*nav .logo,*/
nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
nav .logo {
	margin: 0 20px;
	display: none;
}
nav .logo .main-logo img {
	width: 68px;
}
nav ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
nav ul li {
	margin-right: 0;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
nav ul li.mypage,
nav ul li.online,
nav ul li.registration {
	margin-right: 0px;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li > a {
	color: var(--white);
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background: var(--blue);
	border-radius: 25px;
	display: block;
	width: 100%;
	padding: 5px 0;
}
nav ul li > a:hover {
	opacity: 1;
	background: #4ca0ff;
}
nav ul li.registration > a {
	background: var(--red);
}
nav ul li.registration > a:hover {
	opacity: 1;
	background: #ffd800;
}
nav ul li.mypage a,
nav ul li.online a{
	background: var(--cyan);
	color: var(--blue);
}
nav ul li.mypage a:hover,
nav ul li.online a:hover {
	opacity: 1;
	background: #79fbf5;
}

nav ul .register-btn a {
	color: #fff;
	line-height: 1;
	background: #0f4b8f;
	border: 2px solid #0f4b8f;
	padding: 15px 17px;
	display: inline-block;
}
nav ul .register-btn a:hover {
	color: #0f4b8f;
	background: #fff;
}
nav .nav-op-btn {
	display: none;
}
nav .sp_registration {
	display: none;
}

/* box-button */
a.box-button,
a.box-button:visited {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: var(--btn-font-color);
	background-color: var(--btn-bg-color);
	border: 2px solid var(--btn-font-color);
	padding: 8px 24px;
	border-radius: 4px;
	box-sizing: border-box;
	transition: all 300ms ease;
}
a.box-button.online {
	padding: 8px 16px;
}
a.box-button:hover {
	color: var(--btn-bg-color);
	background-color: var(--btn-font-color);
	text-decoration: none;
	border-color: var(--btn-bg-color);
	opacity: 1;
}

/* submit */
.submit {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 0;
	gap: 0 20px;
}
.submit li {
	display: inline-block;
	position: relative;
	width: 300px;
}
.submit li:after {
	content: "";
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(../images/program/btn_arrow.svg) no-repeat center/cover;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.submit li input {
		display: block;
	width: 100%;
	font-size: 25px;
	text-align: center;
	color: var(--white);
	background: #184EDD;
	background: linear-gradient(0deg,rgba(24, 78, 221, 1) 0%, rgba(68, 124, 230, 1) 100%);
	padding: 15px 30px 15px 20px;
	border-radius: 40px;
	font-weight: bold;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
}
.submit li a {
	display: block;
	width: 100%;
	font-size: 25px;
	text-align: center;
	color: var(--white);
	background: #184EDD;
	background: linear-gradient(0deg,rgba(24, 78, 221, 1) 0%, rgba(68, 124, 230, 1) 100%);
	padding: 15px 30px 15px 20px;
	border-radius: 40px;
	font-weight: bold;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
	border: none;
	margin: 0;
}


.submit li input:hover,
.submit li a:hover{
	/*color: #555;*/
	/*background-color: #fff;*/
	text-decoration: none;
	opacity: 0.7;
}
.submit li input:disabled {
	opacity: 0.6;
	cursor: auto;
}
.submit li input:disabled:hover {
	color: #fff;
	background-color: #555;
}

.external {
	background: url(../images/common/icon_external.png) no-repeat right center;
	padding: 0 20px 0 0;
}

/* footer */
footer {
	width: 100%;
	background: url(../images/common/footer_bg3000.png) no-repeat center bottom;
	padding: 40px 0 150px;
}
footer .wrap {
	margin: 0 auto;
	padding: 24px 0;
}

footer .wrap ul {
	text-align: right;
	margin-bottom: 20px;
}

footer .wrap ul li {
	display: inline;
	line-height: 1;
	border-left: 1px solid #000000;
	padding-left: 14px;
	margin-left: 10px;
}

footer .wrap ul li:first-child {
	border-left: none;
}

footer .wrap ul li a {
	color: #000000;
	text-decoration: none;
}

footer .wrap ul li a:hover {
	color: #777777;
}

footer .wrap dl {
	overflow: hidden;
	text-align: center;
}

footer .wrap dl dt {
	font-size: 28px;
	font-weight: bold;
	margin: 0px auto 24px;
	line-height: 1.5;
	color: var(--footer-title);
	
}
footer .wrap dl dt span {
	display: block;
	font-size: 16px;
	border-top: 2px solid;
	line-height: 2;
}
footer .wrap dl dd {
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	color: var(--footer-text);
	/*display: flex;*/
	/*justify-content: center;*/
	/*gap: 0 20px;*/
	font-weight: bold;
}

footer .wrap dl dd p a,
footer .wrap dl dd a{
	color: var(--footer-text);
}

footer .wrap dl dd p a:hover,
footer .wrap dl dd a:hover{
	text-decoration: underline;
}
footer .wrap dl dd .office-email a {
	position: relative;
	padding-left: 40px;
}
footer .wrap dl dd .office-email a:before {
	position: absolute;
	content: "";
	width: 35px;
	height: 23px;
	background: url(../images/common/mail_icon.svg) no-repeat center/cover;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	
}
footer .wrap .office-time {
	font-size: 14px;
	margin: 4px 0;
}
footer .copy {
	font-size: 12px;
	margin-top: 24px;
	text-align: center;
	padding: 16px 0 0 0;
	color: var(--footer-text);
	margin-bottom: 250px;
}
footer ul.sns_list {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
footer ul.sns_list li {
	width: 40px;
	margin: 0;
	padding: 0;
	border: none;
}
footer ul.sns_list li img {
	width: 100%;
	height: auto; 
}
footer p.sns_txt {
	text-align: center;
	color: var(--blue);
	font-size: 12px;
	margin: 0;
}


#sticky-footer {
  position: fixed;
  bottom: -250px; /* default */
  left: 0;
  width: 100%;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  padding: 15px 20px 10px;
  transition: bottom 0.5s ease;
  z-index: 1000;
  display: flex;
  justify-content: center;
  gap: 0 40px;
  align-items: center;
}
@media only screen and (max-width: 950px) {
	#sticky-footer {
	  gap: 0 20px;
	  padding: 10px 15px;
	}
}
#sticky-footer .logo {
	width: 480px;
	max-width: 50%;
	margin-top: -71px;
}
@media only screen and (max-width: 1199px) {
	#sticky-footer .logo {
		width: 37%;
		max-width: 40%;
		margin-top: -42px;
	}
}
@media only screen and (max-width: 950px) {
	#sticky-footer .logo {
		width: 32%;
		max-width: 32%;
		margin-top: -42px;
	}	
}
#sticky-footer .logo img {
	width: 100%;
	height: auto;
}
#sticky-footer p {
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	border-left: 1px solid #fff;
    padding: 0 0 0 15px;
}
#sticky-footer p em {
	font-size: 28px;
	font-style: normal;
}
#sticky-footer p span {
	font-size: 16px;
}
#sticky-footer .linkbtn {
	width: 310px;
}
@media only screen and (max-width: 1199px) {
	#sticky-footer .linkbtn {
		width: 27%;
	}
}
#sticky-footer .linkbtn a {
	display: block;
	width: 100%;
	background: #FFD900;
	background: linear-gradient(0deg,rgba(255, 217, 0, 1) 35%, rgba(255, 244, 0, 1) 100%);
	color: #f90000;
	font-size: 28px;
	font-weight: bold;
	border-radius: 35px;
	text-align: left;
	padding: 10px 30px;
	box-shadow: 2px 4px 0px -1px #870425;
	font-feature-settings: "palt";
	position: relative;
}
@media only screen and (max-width: 1199px) {
	#sticky-footer .linkbtn a {
		font-size: 20px;
		padding: 10px 62px;
	}	
}
@media only screen and (max-width: 950px) {
	#sticky-footer .linkbtn a {
		font-size: 18px;
		padding: 10px 0;
	}
}

#sticky-footer .linkbtn a:hover {
	background: linear-gradient(0deg,rgba(255, 188, 0, 1) 35%, rgba(255, 220, 0, 1) 100%);
}
#sticky-footer .linkbtn a:after {
	content: "";
	width: 35px;
	height: 35px;
	background: url(../images/common/top_btn_arrow.svg) no-repeat center / cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}
@media only screen and (max-width: 950px) {
	#sticky-footer .linkbtn a:after {
		width: 28px;
		height: 28px;
		right:7px;
	}
}
#sticky-footer .mobile-footer {
	display: none;
}

.ime-off {
	ime-mode: disabled;
}
.ime-on {
	ime-mode: active;
}
.sp {
	display: none;
}
.pc {
	display: block;
}

/* info */
.info {
	font-size: 11px;
}
.message {
	padding: 32px 0;
	text-align: center;
}
.thanks_topbtn {
	width: 300px;
	margin: 20px auto;
	max-width: 85%;
	position: relative;
}
.thanks_topbtn a,
.thanks_topbtn a:visited {
	display: block;
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: var(--white);
	background: #184EDD;
	background: linear-gradient(0deg,rgba(24, 78, 221, 1) 0%, rgba(68, 124, 230, 1) 100%);
	padding: 15px 30px 15px 20px;
	border-radius: 40px;
	font-weight: bold;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
}

.thanks_topbtn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.thanks_topbtn a:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/program/btn_arrow.svg) no-repeat center/cover;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}


