







	
	/* Noto Sans JP Regular (Japanese) */
@font-face {
  font-family: "Noto Sans JP";
  src: url("https://bbltutorials.s3.ap-northeast-1.amazonaws.com/agokidsesl/wp-content/uploads/ari_tutorials/bbtt/font/NotoSansJP-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans JP Bold (Japanese) */
@font-face {
  font-family: "Noto Sans JP";
  src: url("https://bbltutorials.s3.ap-northeast-1.amazonaws.com/agokidsesl/wp-content/uploads/ari_tutorials/bbtt/font/NotoSansJP-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body,
.mxl-landing-outer {
  font-family: "Noto Sans JP", sans-serif;
}

body, html {
	background: #f8f9fa;
	padding: 0 !important;
overflow-x:hidden!important;
}




.mxl-header {
	background-color: #042a45;
	color: white;
	padding: 0.1rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	width: 100%;
	z-index: 99999;
	top: 0;
	height: 45px;
}


.mxl-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  color: white;
}

.mxl-logo {
  height: 32px;
}

.mxl-nav {
  display: flex;
  gap: 1rem;
}

.mxl-nav a {
  text-decoration: none;
  color: white;
  padding: 0.1rem 1rem;
  border-radius: 8px;
  transition: background 0.3s;
}

.mxl-nav a:hover {
  background-color: #2196f3;
  color: white;
}

.mxl-login {
	background-color: transparent;
	border-radius: 8px;
	color: #2196f3;
	padding: 0.1rem 0.5rem;
	text-decoration: none;
	transition: background 0.3s;
	margin-right: 10px;
        padding-right:5px;
}
.mxl-login:hover {
  background-color: #2196f3;
  color: white;
}

section,
.wave-divider,
.mxl-announcement {
  width: 100%;
}

section {
	z-index: 10;
 position:relative;
}

.wave-divider {
	line-height: 0;
	overflow: hidden;
	position: relative;
	background: #d1f6f3;
	z-index: 1;
	margin-bottom: -75px;
}

xmlfooter {
  padding: 2rem 1rem;
  background: #f1f1f1;
  text-align: center;
  font-size: 0.9rem;
  color: #777;
}

#mxl-footer {
  color: white;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}

.wave-divider.bg-white.footy {
  background: #f8f9fa !important;
}

mxlfooter .wave-divider {
	border: 0;
	display: flex;
	position: relative;
	top: 0;
	margin-bottom: -1px;
}

.themedark-background {
  background: #00445f;
}

.container-fty {
  z-index: 99999;
  overflow: visible;
  position: relative;
}

.connect-icons {
  font-size: 1.8em;
}

.fty-links a {
  font-d:;
  text-decoration:;
  border-bottom: 1px solid white;
}

.newsletter-form {
  max-height: 45px;
}

.newsletter-form .btn.btn-primary {
  white-space: pre;
}




.mxl-announcement {
	text-align: center;
	font-size: 0.875rem;
	background: #0b7207;
	color: #ffc107;
	padding: 0.25rem 1rem;
}


.login-lang {
	font-size: 1.4em !important;
	padding-top: 13px;
}

.login-lang .lang-toggle-icon {
	font-size: 1.5rem;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.3s ease;
	width: 20px;
	height: 20px;
	padding: 2px 10px;
	border-radius: 6px;
}

@media (max-width: 576px) {
  .mxl-header {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5rem;
    height: auto;
  }

  .mxl-nav {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }

  .login-lang {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0.5rem;
  }

  .mxl-login,
  .lang-toggle-icon {
    font-size: 1.4rem;
    padding: 0.25rem 0.5rem;
    margin: 0 0.25rem;
  }
}

.aos-animate {
  overflow-x: hidden; /* Contain offscreen animation */
}

mxlfooter a {
	color: white;
	text-decoration: none;
	border: 0 !important;
}