@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --tomato: #fb5e43;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

body {
  color: #222;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  line-height: 200%;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button.cta.margin-top {
  margin-top: 30px;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  text-align: center;
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility_form {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  color: #fff;
  min-height: 100vh;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.menu-button {
  display: none;
}

.div-block-5 {
  grid-column-gap: 15px;
  color: #fff;
  background-color: #bc002d;
  border-radius: 20px;
  padding: 10px 15px;
  display: flex;
}

.navigation-link {
  flex-direction: column;
  display: flex;
}

.navigation-link.footer {
  display: flex;
}

.navigation-link.main-nav {
  width: 100%;
}

.nav-item-text {
  font-size: 2.3vh;
  line-height: 120%;
}

.nav-item-text.footer {
  font-size: .9rem;
  font-weight: 700;
}

.menu-wrapper {
  grid-row-gap: 3vh;
  flex-flow: column wrap;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.icon {
  font-family: "Fa solid 900", sans-serif;
}

.icon.orange {
  color: var(--tomato);
}

.navigation {
  grid-row-gap: 4vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 1px 0 2px #00000026;
}

.logo-wrapper.w--current {
  height: 12vh;
}

.footer-dark {
  padding: 50px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.main-body {
  border-left: 1px solid #f5f5f5;
  width: 80%;
}

.navigation-wrapper {
  width: 20%;
}

.paragraph {
  font-size: 1.8vh;
  font-weight: 400;
}

.div-block-6 {
  grid-column-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.area-block {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
  display: grid;
}

.area-block_google-link {
  grid-column-gap: 10px;
  color: #fb5e43;
  background-color: #fff;
  border: 3px solid #fb5e43;
  border-radius: 30px;
  justify-content: center;
  padding: 10px 30px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.area-block_google-link:hover {
  background-color: var(--tomato);
  color: #fff;
}

.area-block_google-link.blocked {
  filter: grayscale();
}

.area-block-item {
  grid-row-gap: 20px;
  border: 3px solid #222;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  display: flex;
}

.area-block-item.practice {
  padding-top: 40px;
  padding-bottom: 40px;
}

.area-block_address-phone {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.large-span {
  font-size: 1.6rem;
}

.address {
  font-size: .9rem;
}

.area-block_name {
  line-height: 150%;
}

.area-block_name.practice {
  font-size: 24px;
}

.area-block_name.black {
  color: #333;
}

.area-block_name.black.large {
  font-weight: 500;
}

.hero-section {
  background-image: url('../images/hero-b.webp');
  background-position: 0 0;
  background-size: cover;
  border-bottom-left-radius: 70px;
  min-height: 100vh;
  position: relative;
}

.hero-section.white-text {
  color: #fff;
  background-image: linear-gradient(#00000059, #00000059), url('../images/hero-b.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-section.programming_class {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.vertical-text {
  letter-spacing: 12px;
}

.div-block-7 {
  background-color: var(--tomato);
  color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 3vh 2vh;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
}

.div-block-7._2nd {
  position: relative;
  top: 150px;
  right: -10px;
}

.div-block-8 {
  z-index: 10;
  position: absolute;
  inset: auto auto 3vw 100px;
}

.link-block {
  grid-column-gap: 15px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px 25px;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #fffc;
}

.link-block.hide {
  display: none;
}

.heading {
  color: var(--tomato);
  font-size: 1.2rem;
}

.div-block-9 {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.image-2 {
  height: 100%;
}

.div-block-10 {
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 5.6vh;
  right: 100px;
}

.section {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 50px 30px;
  display: flex;
  position: relative;
}

.section.contact-area {
  color: #fff;
  background-image: url('../images/contact-image.webp');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.section.contact-area.no-print.instagram__section {
  background-image: url('../images/pexels-didsss-2675061.avif');
  background-position: 50% 100%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.section.contact-area.no-print.instagram__section.ivent {
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
  padding: 10px;
}

.section.bg-grey {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  background-color: #fcfcfc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-grey.results {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.three-column {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.three-column.bg-grey {
  background-color: #eeebea;
  grid-template-columns: .7fr 1fr 1fr;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.two-column-grey {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  background-color: #fcfcfc;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 70px;
  padding-bottom: 70px;
  display: grid;
}

.section.two-column-grey.hide {
  display: none;
}

.section.inner-section {
  grid-row-gap: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.our-goal {
  grid-row-gap: 50px;
}

.section.event__page {
  grid-row-gap: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-head.contact-area {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
  font-weight: 700;
  display: flex;
}

.section-head.about-pages {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.section-body {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-body.half-pc {
  width: 50%;
}

.section-body.hide {
  display: none;
}

.cta {
  grid-column-gap: 10px;
  background-color: var(--tomato);
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
}

.cta.invert {
  border-color: var(--tomato);
  color: var(--tomato);
  background-color: #fff;
  transition: all .2s;
}

.cta.invert:hover {
  background-color: var(--tomato);
  color: #fff;
}

.cta.download {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: .9rem;
  font-weight: 500;
}

.cta.main {
  color: #fff;
  align-self: center;
  padding-left: 60px;
  padding-right: 60px;
}

.cta.audio {
  color: #fff;
  align-self: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  font-size: .9rem;
  font-weight: 500;
}

.cta.white__text {
  color: #fff;
}

.half {
  width: 50%;
}

._100-height {
  line-height: 100%;
}

._100-height.full_ul {
  border-bottom: 1px dashed #000;
  width: 100%;
  padding-bottom: 20px;
  font-size: 2.4rem;
}

.text {
  font-size: 1rem;
  line-height: 200%;
}

.text.statement {
  font-size: 1.3rem;
  font-weight: 700;
}

.text.title {
  border-bottom: 2px solid var(--tomato);
  font-weight: 500;
}

.text._222 {
  color: #222;
  font-size: 1rem;
}

.text._222.left {
  text-align: left;
  font-weight: 500;
}

.text.activity-number {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 100%;
}

.text.activity-number.smaller {
  font-size: 2.5rem;
}

.text.instagram__area {
  width: 100%;
}

.highlight {
  border-bottom: 3px solid var(--tomato);
  display: inline-block;
}

.highlight.top__page {
  color: #fff;
  background-color: #fb5e43;
  border-radius: 10px;
  margin-top: 15px;
  padding-left: 22px;
  padding-right: 22px;
}

.text-area {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  display: flex;
}

.image-area {
  background-color: #fb5e43;
  border-radius: 25px;
  padding: 15px;
  position: relative;
}

.image-3 {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.news-item-link {
  grid-column-gap: 15px;
  align-self: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.news-date-wrapper {
  color: #3333336b;
  display: flex;
}

._2nd {
  z-index: 10;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: relative;
}

._1st-block {
  z-index: 10;
  height: 100%;
  display: flex;
  position: relative;
  bottom: -141px;
  right: -59px;
}

._3rd-block {
  z-index: 10;
  justify-content: center;
  margin-top: -50px;
  display: flex;
  position: relative;
}

.div-block-11 {
  border-top-left-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  background-color: #fff;
  border-top-left-radius: 30px;
  width: 100%;
  height: 100%;
}

.image-4 {
  position: absolute;
  top: auto;
  bottom: -6%;
}

.image-5 {
  object-fit: cover;
  position: relative;
}

.image-6 {
  object-fit: contain;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-13._2 {
  grid-template-columns: 1fr 1fr;
}

.activity-block {
  grid-row-gap: 20px;
  border: 3px solid var(--tomato);
  color: var(--tomato);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.activity-block.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

._2nd-block {
  z-index: 10;
  grid-row-gap: 30px;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

._2nd-block.instagram__block {
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
}

.br-sp {
  display: none;
}

.h1 {
  font-size: 1.3rem;
}

.submit-button {
  background-color: var(--tomato);
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 70px;
  padding-right: 70px;
}

.submit-button.cta {
  justify-content: center;
  transition: opacity .2s;
}

.submit-button.cta:hover, .submit-button.cta:focus {
  opacity: .8;
}

.form-field {
  color: #020202;
  background-color: #f3f3f3;
  border: 1px #000;
  border-bottom: 3px solid #c2c2c2;
  border-radius: 7px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.form-2.full {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.form-block {
  width: 100%;
}

.radio-button:hover, .radio-button.w--redirected-checked {
  border-color: var(--tomato);
  background-color: var(--tomato);
}

.radio {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
}

.paragraph-4 {
  color: red;
  font-size: 1.7rem;
  font-weight: 700;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-2 {
  font-size: 2rem;
}

.div-block-16 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  background-color: #ffe8b5;
  border-radius: 10px;
  padding: 15px;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.news-heading {
  border-bottom: 2px solid var(--tomato);
  width: 100%;
  padding-bottom: 10px;
  font-size: 30px;
}

.rich-text {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.rich-text h2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 25px;
}

.rich-text h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.div-block-18 {
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 100px 30px;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  width: 100%;
}

.image-8 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 250px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.principal_intro_outer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.principal_intro_inner {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 335px;
  max-height: 335px;
  box-shadow: 0 2px 5px #0000001c;
}

.paragraph-5 {
  background-color: #fcfcfc;
  border-radius: 5px;
  padding: 15px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-10 {
  width: 100%;
}

.info_block {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-24 {
  background-color: #ffe8b5;
  border-radius: 20px;
  padding: 10px 20px;
}

.number {
  color: var(--tomato);
}

.number.innerpage_h2 {
  font-size: 24px;
}

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.fees-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.fees-title {
  background-color: var(--tomato);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.fees-detail-wrapper {
  overflow: hidden;
}

.fees-detail {
  grid-row-gap: 30px;
  flex-direction: column;
  padding: 25px;
  display: flex;
}

.heading-4 {
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
  font-size: 1rem;
}

.class-item-detail {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  background-color: #ffe8b5;
  border-radius: 10px;
  padding: 5px 15px;
  font-weight: 700;
}

.paragraph-7 {
  font-size: 1rem;
}

.class-item {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 20px;
  flex-direction: column;
  display: flex;
}

.extra-details-wrapper {
  overflow: hidden;
}

.div-block-27 {
  grid-row-gap: 10px;
  flex-flow: column wrap;
  display: flex;
}

.form-section {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 30px;
  display: flex;
}

.form-section.center {
  text-align: center;
  align-items: stretch;
}

.div-block-28 {
  grid-column-gap: 3px;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.field-label {
  font-size: 1.5rem;
}

.submit {
  background-color: #101011;
  border-radius: 13px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.form-3 {
  background-color: #f8f8f8;
  border: 1px solid #cacaca;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-29 {
  grid-column-gap: 5px;
  background-color: var(--tomato);
  color: #fff;
  border-radius: 9px;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding: 6px 17px 20px;
  display: flex;
}

.html-embed {
  font-size: .7rem;
}

.div-block-30 {
  background-color: #cecaca96;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block {
  background-color: #fff;
  border-radius: 17px;
  padding: 4px 22px;
}

.collection-item-2 {
  grid-column-gap: 50px;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.collection-list-4 {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-31 {
  width: 98%;
  margin-top: 35px;
}

.div-block-32 {
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-11 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-link-2 {
  border-radius: 5px;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.form-outer {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.required {
  color: #f32400;
  margin-left: 3px;
  font-size: .8rem;
}

.form-sub {
  background-color: var(--tomato);
  color: #fff;
  border-radius: 5px;
}

.form-sub.sub {
  border: 1px solid var(--tomato);
  color: var(--tomato);
  background-color: #fb5e4300;
}

.form-sub.sub.btn {
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 15px;
  display: flex;
}

.form-sub.sub.btn.loginout {
  width: 100%;
}

.form-sub.sub.btn.footer-btn {
  grid-column-gap: 15px;
  margin-top: 0;
  display: flex;
}

.form-sub.sides {
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.form-link {
  color: var(--tomato);
  font-weight: 700;
}

.form-link.password-reset {
  text-align: center;
  margin-top: 15px;
  display: block;
}

.form-link.center {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.form-heading {
  padding-bottom: 25px;
}

.paragraph-8 {
  text-align: center;
  font-size: .9rem;
}

.user-account-wrapper {
  background-color: #f5f5f500;
  padding: 0;
}

.block-header {
  background-color: #fff0;
  border-style: none;
  flex-direction: column;
  padding-left: 0;
}

.block-content {
  border: 1px #000;
  border-radius: 5px;
}

.div-block-33 {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-5 {
  margin-top: 1.5rem;
}

.cancel-button {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.heading-6 {
  font-size: 1.5rem;
}

.form-4 {
  grid-column-gap: 15px;
  background-color: #fff;
  border-radius: 20px;
  align-items: flex-end;
  padding: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0000000d;
}

.div-block-34 {
  width: 100px;
  height: 100px;
}

.div-block-35 {
  grid-column-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-3 {
  margin-bottom: 0;
}

.large {
  margin-bottom: 0;
  font-size: 1.9rem;
}

.field-label-2 {
  font-size: .7rem;
}

.div-block-36 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #dfdfdf8c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  padding-bottom: 20px;
}

.text-block-3 {
  padding-top: 20px;
}

.div-block-37 {
  position: relative;
}

.lottie-animation-2 {
  width: 200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.redirect-block {
  text-align: center;
}

.text-block-4 {
  color: #fff;
  background-color: #424242;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding: 3px 9px;
  font-weight: 700;
  display: flex;
}

.text-block-5 {
  color: #bdbdbd;
}

.html-embed-2 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  color: #fb5e43;
}

.div-block-38 {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.collection-list-wrapper-5 {
  margin-top: 14px;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  padding: 15px;
  display: grid;
}

.text-block-6 {
  font-weight: 700;
}

.usermail, .usernumber {
  border-bottom: 1px dashed var(--tomato);
  color: var(--tomato);
}

.text-block-7 {
  font-size: .8rem;
  font-weight: 700;
}

.info-block.mailtel {
  font-size: .8rem;
}

.title-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  padding: 15px;
  display: grid;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_search-field {
  background-image: url('../images/search.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1rem;
}

.form-block-4 {
  width: 100%;
}

.html-embed-3 {
  font-size: .8rem;
}

.filter_empty {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.title {
  text-align: center;
  width: 100%;
}

.empty-state {
  border-radius: 8px;
}

.left {
  text-align: left;
  font-weight: 500;
}

.left.month {
  background-color: var(--tomato);
  color: #fff;
  border-radius: 7px;
  flex: none;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.left.bigger {
  font-size: 1.3rem;
}

.div-block-40 {
  display: flex;
}

.collection-list-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.html-embed-4 {
  grid-column-gap: 5px;
  display: flex;
}

.html-embed-4.margin-30-t {
  border-top: 1px solid #a6a6a6;
  justify-content: center;
  margin-top: 30px;
  padding-top: 30px;
}

.success-message {
  background-color: var(--tomato);
  color: #fff;
  border-radius: 5px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.schoolcheck {
  width: 20px;
}

.image-12 {
  max-width: 100px;
}

.lightbox-link-3, .image-13 {
  width: 100%;
}

.image-link {
  width: 100%;
  transition: opacity .2s;
}

.image-link:hover {
  opacity: .75;
}

.text-block-8 {
  text-align: center;
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: 700;
}

.html-embed-5 {
  flex: none;
}

.finalcheck {
  width: 20px;
}

.schoolselect {
  color: red;
}

.empty-state-2 {
  background-color: #ddd0;
}

.slider {
  background-color: #ddd0;
  min-height: 100vh;
  box-shadow: 0 2px 1px #0003;
}

.slide-nav {
  bottom: 20px;
}

.left_arrow {
  background-color: var(--tomato);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  inset: 0% auto 0% 20px;
}

.arrow_icon {
  font-size: 1.5rem;
}

.right_arrow {
  background-color: var(--tomato);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  inset: 0% 20px 0% auto;
}

.classinfo_image {
  width: 100%;
  height: 100%;
}

.classinfo_image.sp_image {
  display: none;
}

.principal_intro_text {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.philosophy_text {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.image-15 {
  width: 100%;
}

.info_h3.smaller {
  color: var(--tomato);
  font-size: 1.5rem;
}

.info_h3.smaller.subheading {
  border: 2px solid var(--tomato);
  width: 100%;
  color: var(--tomato);
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.div-block-41 {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.course_layout {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text_link {
  border-bottom: 1px solid #000;
}

.class_info {
  width: 100%;
  transition: opacity .2s;
}

.class_info:hover {
  opacity: .7;
}

.slide {
  height: auto;
}

.slider-2 {
  height: auto;
  display: none;
}

.arrow_button {
  background-color: #fb5e43;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  transition: opacity .2s;
  display: flex;
}

.arrow_button:hover {
  opacity: 1;
}

.small {
  font-size: 12px;
}

.koucho {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 335px;
  max-height: 335px;
  box-shadow: 0 2px 5px #0000001c;
}

.slide-2, .mask {
  height: 100%;
}

.slider-3 {
  background-color: #ddd0;
  height: auto;
}

.results_image {
  width: 100%;
}

.innerpage_h1 {
  font-size: 32px;
}

.div-block-42 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-16 {
  border-radius: 10px;
  width: 30%;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event__header {
  font-size: 2.8rem;
  line-height: 100%;
}

.event__header.full_ul {
  border-bottom: 1px dashed #000;
  width: 100%;
  padding-bottom: 20px;
  font-size: 2.4rem;
}

.div-block-44 {
  color: #fff;
  background-color: #fb5e43;
  border-radius: 30px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
}

.image-17 {
  border-radius: 25px;
  width: 200px;
}

.div-block-45 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.instagram__image {
  border-radius: 25px;
  width: 200px;
  margin-right: 25px;
}

.div-block-47 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.black {
  color: #000;
}

.activity_text {
  border-bottom: 1.5px solid var(--tomato);
  color: #000;
  font-size: 1rem;
  line-height: 200%;
}

.activity_text.statement {
  font-size: 1.3rem;
  font-weight: 700;
}

.activity_text.title {
  border-bottom: 2px solid var(--tomato);
  font-weight: 500;
}

.activity_text._222 {
  color: #222;
  font-size: 1rem;
}

.activity_text._222.left {
  text-align: left;
  font-weight: 500;
}

.activity_text.activity-number {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 100%;
}

.activity_text.activity-number.smaller {
  font-size: 2.5rem;
}

.activity_text.instagram__area {
  width: 100%;
}

.image-18 {
  opacity: .68;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-49 {
  background-color: #0c2454;
  border: 3px solid #0c2454;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.div-block-50 {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .84fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  display: flex;
}

.div-block-51 {
  background-color: #0c2454;
}

.div-block-52 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 42%;
  height: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
}

.text-block-9 {
  color: #0c2454;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 100%;
}

.div-block-53 {
  background-color: #0d2556;
  justify-content: center;
  align-items: center;
  width: 18rem;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.div-block-54 {
  background-color: #dfca83;
  width: 80%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 17px;
}

.text-block-10 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}

.div-block-55 {
  height: 10%;
}

.div-block-56 {
  background-color: #495b78;
  width: 1.5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-57 {
  border-top: 20px solid #0000;
  border-bottom: 30px solid #0000;
  border-left: 2px solid #000;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-11 {
  color: #0d2556;
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 100%;
}

.text-span {
  font-size: 2.6rem;
}

.text-block-12 {
  color: #0d2556;
  font-family: Open Sans, sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
}

.div-block-58 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.ivent--pc {
  width: 100%;
}

.ivent--sp {
  width: 100%;
  display: none;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .show-tablet {
    display: block;
  }

  .main-wrapper {
    flex-flow: column wrap;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .menu-button {
    z-index: 1000;
    height: 100%;
    display: flex;
    position: relative;
  }

  .navigation-link {
    overflow: hidden;
  }

  .menu-wrapper {
    z-index: 999;
    grid-row-gap: 30px;
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image {
    height: 100%;
  }

  .navigation {
    z-index: 1000;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 15px;
    position: relative;
    inset: 0% 0% auto;
  }

  .lottie-animation {
    height: 43px;
    position: relative;
    top: -6px;
  }

  .logo-wrapper {
    z-index: 1000;
    height: 50px;
    position: relative;
  }

  .logo-wrapper.w--current {
    height: 50px;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .main-body, .navigation-wrapper {
    width: 100%;
  }

  .div-block-6 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .area-block {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: 90vh;
  }

  .div-block-7, .div-block-8 {
    right: 20px;
  }

  .link-block {
    transition: none;
  }

  .link-block:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff;
  }

  .div-block-9 {
    grid-row-gap: 10px;
  }

  .image-2 {
    height: 100%;
  }

  .div-block-10 {
    right: 20px;
  }

  .section.three-column.bg-grey {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
  }

  .section.event__page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-head.contact-area.instagram__area {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-body.half-pc {
    width: 100%;
  }

  ._1st-block {
    width: 50%;
    top: -178px;
    bottom: auto;
    right: auto;
  }

  ._3rd-block.hide-non-pc {
    display: none;
  }

  .div-block-11 {
    display: flex;
  }

  .div-block-12 {
    width: 95%;
    margin-left: 5%;
  }

  .div-block-13 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-13._2 {
    grid-template-columns: 1fr;
  }

  ._2nd-block {
    margin-bottom: -110px;
    margin-left: 60px;
    margin-right: 60px;
    top: -180px;
  }

  ._2nd-block.instagram__block {
    margin-bottom: 0;
    top: 0;
  }

  .form-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .form-2.full {
    width: 100%;
  }

  .principal_intro_outer {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-22 {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-10 {
    width: 50%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 25px;
  }

  .div-block-33 {
    flex-direction: column;
    display: flex;
  }

  .title {
    text-align: left;
  }

  .collection-list-8 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-44 {
    max-width: 92%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .area-block_name.black.large {
    font-size: 1.2rem;
  }

  .hero-section {
    border-radius: 0 0 0 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    right: auto;
  }

  .section.contact-area.no-print.instagram__section {
    flex-flow: wrap;
  }

  .section.bg-grey, .section.two-column-grey {
    grid-template-columns: 1fr;
  }

  .section-head.contact-area {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head.contact-area.instagram__area {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-head.about-pages {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-body {
    grid-row-gap: 20px;
  }

  .cta.instagram__area {
    margin-left: auto;
    margin-right: auto;
  }

  .text {
    font-size: .9rem;
  }

  .text.instagram__area {
    margin-left: auto;
    margin-right: auto;
  }

  .news-item-link {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .div-block-13 {
    grid-template-columns: 1fr;
  }

  ._2nd-block {
    margin-left: 28px;
    margin-right: 28px;
  }

  .form-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-15, .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-19 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .principal_intro_outer {
    grid-template-columns: 1fr;
  }

  .principal_intro_inner {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .image-9 {
    border-radius: 100%;
    width: 335px;
  }

  .image-10 {
    width: 70%;
  }

  .info_block {
    align-items: center;
  }

  .info_block.left_align {
    align-items: flex-start;
  }

  .div-block-26.vertical {
    flex-direction: column;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lightbox-link-2 {
    height: 150px;
  }

  .collection-list-6 {
    display: flex;
  }

  .div-block-39 {
    justify-content: flex-start;
    display: flex;
  }

  .text-block-6.main {
    width: 100%;
  }

  .title-block {
    display: none;
  }

  .collection-list-8 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .classinfo_image.sp_image {
    display: block;
  }

  .principal_intro_text {
    align-items: center;
  }

  .philosophy_text {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .koucho {
    border-radius: 100%;
    width: 335px;
  }

  .div-block-42 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .image-16 {
    width: 100%;
  }

  .instagram__image {
    order: -1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 0;
  }

  .div-block-48 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .activity_text {
    font-size: .9rem;
  }

  .activity_text.instagram__area {
    margin-left: auto;
    margin-right: auto;
  }

  .ivent--pc {
    display: none;
  }

  .ivent--sp {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .menu-button {
    width: 45px;
    margin-top: 10px;
  }

  .navigation-link.footer {
    display: flex;
  }

  .image {
    height: 95%;
  }

  .icon.orange {
    display: none;
  }

  .navigation {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: none;
  }

  .address {
    text-align: center;
  }

  .area-block_name {
    order: -1;
  }

  .hero-section {
    min-height: 85vh;
  }

  .hero-section.white-text {
    min-height: 40vh;
  }

  .div-block-7, .div-block-7._2nd {
    padding: 15px 10px;
  }

  .div-block-8 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .link-block.hero-sec {
    justify-content: space-between;
  }

  .heading {
    font-size: .9rem;
  }

  .paragraph-3 {
    font-size: .8rem;
  }

  .section {
    padding-left: 13px;
    padding-right: 13px;
  }

  .section.contact-area {
    background-position: 0 100%;
    background-size: cover;
  }

  .section.contact-area.no-print.instagram__section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.bg-grey {
    padding: 30px 15px;
  }

  .section.three-column.bg-grey {
    padding-top: 143px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.two-column-grey {
    padding: 0 0 30px;
  }

  .section.inner-section {
    padding: 50px 20px;
  }

  .section.our-goal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.event__page {
    padding: 50px 20px;
  }

  .cta.invert {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: .8rem;
  }

  .cta.instagram__area {
    font-size: .8rem;
  }

  ._100-height {
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
  }

  ._100-height.instagram__area {
    font-size: 1.2rem;
  }

  .text {
    order: -1;
    line-height: 160%;
  }

  .text.title {
    order: 1;
    width: 100%;
    padding-bottom: 3px;
    line-height: 160%;
  }

  .highlight {
    font-size: 1.2rem;
  }

  .highlight.top__page {
    font-size: .9rem;
  }

  .text-area {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .image-area {
    padding: 0;
    line-height: 1.6;
  }

  .image-3 {
    border-radius: 0;
  }

  .news-item-link {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
  }

  ._1st-block {
    width: 80%;
  }

  .div-block-12 {
    margin-left: 0%;
    display: none;
  }

  .activity-block {
    justify-content: flex-start;
    align-items: center;
  }

  ._2nd-block {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .br-sp {
    display: inline;
  }

  .h1.vertical-text {
    font-size: 1.1rem;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    bottom: 40px;
  }

  .image-8 {
    height: 150px;
  }

  .image-9 {
    width: 200px;
    height: 200px;
    min-height: 200px;
  }

  .image-10 {
    width: 100%;
  }

  .collection-list-3 {
    flex-direction: column;
    display: flex;
  }

  .collection-item-2 {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link-2 {
    height: 120px;
  }

  .form-footer {
    flex-direction: column;
    align-items: center;
  }

  .text-block-5 {
    text-align: center;
  }

  .arrow_button {
    background-color: #fb5e4300;
    border: 2px solid #fff;
  }

  .koucho {
    width: 200px;
    height: 200px;
    min-height: 200px;
  }

  .activity_text {
    order: -1;
    line-height: 160%;
  }

  .activity_text.title {
    order: 1;
    width: 100%;
    padding-bottom: 3px;
    line-height: 160%;
  }
}

#w-node-c47f9722-d7a2-7400-6731-2262b7a2e59d-1225e5c6, #w-node-_6c6e0921-bc15-fd67-c319-419d485dd4fa-1225e5c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c8447ec-1b30-41e9-52ea-9a9c93fbe7bb-1225e5c6 {
  align-self: end;
}

#w-node-_9e66b7a8-8a17-baed-e484-0c8f4166618d-1225e5c6, #w-node-_9ef3068a-fc61-3886-1a3c-dd58662090f7-1225e5c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e941bae8-ced3-3cbb-e411-340fc4fc7692-1225e5c6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8358fbbe-e594-3c28-735d-fd26428d6347-1225e5c6, #w-node-_8358fbbe-e594-3c28-735d-fd26428d6351-1225e5c6, #w-node-_8358fbbe-e594-3c28-735d-fd26428d635b-1225e5c6, #w-node-b2651564-a774-4070-85b3-a7eaa69038a4-a690389e, #w-node-_12046931-b1a2-47da-d106-93fc5891fe9a-a690389e, #w-node-_302ae3bc-37be-5866-940d-ed62d379f10d-a690389e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-beddbe2a-3f44-49b5-e2b0-0ae2dd9e6ec6-38ad4578, #w-node-ada9dc11-b192-499e-4994-4c25f9deadda-38ad4578, #w-node-d51638fc-c15e-235b-3528-d9cac87248e5-38ad4578, #w-node-_25eae5d3-2b3d-420b-111e-a3a2c0b41e66-38ad4578, #w-node-_9eaaffcd-d928-12aa-ee7c-43319fbb0b0c-38ad4578, #w-node-f45607b3-c575-011f-a8d9-9999bac35f13-38ad4578 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_666c078c-de1f-57f2-58b4-6ab4ce0538d8-38ad4578, #w-node-e1fdfa9a-b1cd-2a38-a493-76b77ce3472c-612faaab, #w-node-_601dc8c8-7b91-fafe-b2d9-6308dec40f87-e2d09955, #w-node-_601dc8c8-7b91-fafe-b2d9-6308dec40f88-e2d09955, #w-node-_601dc8c8-7b91-fafe-b2d9-6308dec40faa-e2d09955, #w-node-_601dc8c8-7b91-fafe-b2d9-6308dec40fab-e2d09955, #w-node-_601dc8c8-7b91-fafe-b2d9-6308dec40fad-e2d09955, #w-node-_47e7c60e-753a-be22-cd7e-56c94b3a17d6-e2d09955, #w-node-_47e7c60e-753a-be22-cd7e-56c94b3a17d7-e2d09955, #w-node-_47e7c60e-753a-be22-cd7e-56c94b3a17d9-e2d09955, #w-node-_0e37a18a-be1c-1de0-b825-ba86da86efac-e2d09955, #w-node-_0e37a18a-be1c-1de0-b825-ba86da86efae-e2d09955, #w-node-fc7cbc6a-f02d-9734-5945-3ecbd79b8bab-fe7d8cd5, #w-node-fc7cbc6a-f02d-9734-5945-3ecbd79b8bab-88af9322, #w-node-_138553d4-9150-f55d-11a1-98b5914f4aec-a4780d18, #w-node-_5a433183-35a5-4bae-7290-0e845f15d26c-7944941f, #w-node-_5a433183-35a5-4bae-7290-0e845f15d274-7944941f, #w-node-_5a433183-35a5-4bae-7290-0e845f15d27c-7944941f, #w-node-_4cc57a18-a126-0d13-285a-1f7036f3864e-7944941f, #w-node-_4cc57a18-a126-0d13-285a-1f7036f38656-7944941f, #w-node-_4cc57a18-a126-0d13-285a-1f7036f3865e-7944941f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11ac7cca-4203-86db-4148-f05a2c7f4b8e-b63c0a70, #w-node-_11ac7cca-4203-86db-4148-f05a2c7f4b98-b63c0a70, #school-select-area.w-node-_11ac7cca-4203-86db-4148-f05a2c7f4b94-b63c0a70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11ac7cca-4203-86db-4148-f05a2c7f4bbe-b63c0a70, #w-node-_1a6ce1a3-8608-1559-5f5b-7e9399f36e93-9a0e95b5, #w-node-_04881b1f-55bd-eb30-168f-b3bb056afe98-9a0e95b5, #w-node-_2aa39a16-6abe-c63e-2a03-9d1ce3990143-9a0e95b5, #w-node-_1a6ce1a3-8608-1559-5f5b-7e9399f36e93-fac65615, #w-node-_04881b1f-55bd-eb30-168f-b3bb056afe98-fac65615, #w-node-_2aa39a16-6abe-c63e-2a03-9d1ce3990143-fac65615, #w-node-_687ab78c-a005-56d8-ca9c-6aaba333cc16-fac65615, #w-node-caf2f83b-197a-7fa8-b042-7d36d0454571-fac65615, #w-node-_1a6ce1a3-8608-1559-5f5b-7e9399f36e93-88bd8089, #w-node-_04881b1f-55bd-eb30-168f-b3bb056afe98-88bd8089, #w-node-_2aa39a16-6abe-c63e-2a03-9d1ce3990143-88bd8089, #w-node-_687ab78c-a005-56d8-ca9c-6aaba333cc16-88bd8089, #w-node-caf2f83b-197a-7fa8-b042-7d36d0454571-88bd8089, #w-node-_1a6ce1a3-8608-1559-5f5b-7e9399f36e93-7f127eec, #w-node-_04881b1f-55bd-eb30-168f-b3bb056afe98-7f127eec, #w-node-_2aa39a16-6abe-c63e-2a03-9d1ce3990143-7f127eec, #w-node-_687ab78c-a005-56d8-ca9c-6aaba333cc16-7f127eec, #w-node-caf2f83b-197a-7fa8-b042-7d36d0454571-7f127eec, #w-node-a5442173-aa06-96df-9dac-04abce7bddbe-1b2d18b7, #w-node-_3b116aac-ee4d-8c1b-5632-125e0077f103-1b2d18b7, #w-node-_83e7b1e5-b0bd-1127-8bbd-f97301b0b1ec-de9b1477, #w-node-fc7cbc6a-f02d-9734-5945-3ecbd79b8bab-58f1c9f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f45607b3-c575-011f-a8d9-9999bac35f13-38ad4578 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d51638fc-c15e-235b-3528-d9cac87248e5-38ad4578 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_25eae5d3-2b3d-420b-111e-a3a2c0b41e66-38ad4578 {
    grid-row-end: 3;
  }

  #w-node-f45607b3-c575-011f-a8d9-9999bac35f13-38ad4578 {
    grid-column-end: 2;
  }

  #w-node-_11ac7cca-4203-86db-4148-f05a2c7f4b98-b63c0a70 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}