:root {
  --green: #537c54;
  --light-green: #e6e8c7;
  --white: white;
  --menuhover: #72aa73;
  --gray: #efefef;
  --experience: #757e35;
  --intensive: #825e5e;
  --group: #b99f6e;
  --gold: #cfb94e;
  --modal-bg: #0009;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  color: var(--green);
  text-align: center;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  width: 11em;
  margin: 20px auto 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
}

li {
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  font-weight: 300;
}

.navbar-logo-left {
  opacity: 1;
  min-height: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  opacity: 0;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: fixed;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  cursor: pointer;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.instaicon {
  font-size: 25px;
  font-weight: 400;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image.logo {
  width: 120px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.about {
  background-image: url('../images/top_about.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.expect {
  background-color: var(--light-green);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.include {
  background-color: var(--light-green);
  padding-top: 0;
  padding-bottom: 0;
}

.section.calendar {
  background-color: var(--gray);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.location {
  background-color: var(--white);
  margin-top: -60px;
  padding-top: 60px;
}

.h1-box {
  width: 100%;
  margin-bottom: 2em;
}

.heading {
  color: var(--green);
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 24px;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

.title-hr {
  width: 3em;
  margin-left: auto;
  margin-right: auto;
}

.top-kv {
  background-image: url('../images/top_kv.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  padding-bottom: 60px;
}

.about-text-box {
  width: 70%;
}

.button {
  border: 1px solid var(--green);
  color: var(--green);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.paragraph {
  margin-bottom: 20px;
}

.paragraph.program-lead {
  margin-bottom: 40px;
}

.heading-2 {
  color: var(--green);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 32px;
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.expect-box-2 {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 20px;
}

.column {
  display: flex;
}

.expect-text {
  font-size: 16px;
}

.expect-box-2-copy {
  width: 100%;
  padding-left: 20px;
}

.column-2, .column-3 {
  display: flex;
}

.program-lead-box {
  width: 100%;
}

.program-title {
  text-align: center;
  letter-spacing: 3px;
  margin-top: -.75em;
}

.program-title.title-experience {
  background-color: var(--experience);
  color: #fff;
  margin-bottom: 1.5em;
  position: relative;
}

.program-title.title-intensive {
  background-color: var(--intensive);
  color: #fff;
  margin-bottom: 1.5em;
  position: relative;
}

.program-title.title-group {
  background-color: var(--group);
  color: #fff;
  margin-bottom: 1.5em;
  position: relative;
}

.text-span {
  color: var(--experience);
  font-weight: 400;
}

.heading-3 {
  margin-bottom: 16px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.program-feature {
  border: 1px solid #000;
  min-height: 33em;
  padding: 24px;
}

.program-feature.feature-experience {
  border-color: var(--experience);
}

.program-feature.feature-intensive {
  border-color: var(--intensive);
}

.program-feature.feature-group {
  border-color: var(--group);
}

.program-feature-list {
  padding-left: 20px;
  list-style-type: square;
}

.program-feature-list.list-experience {
  color: var(--experience);
  font-size: 16px;
  line-height: 1.5em;
}

.program-feature-list.list-intensive {
  color: var(--intensive);
  font-size: 16px;
  line-height: 1.5em;
}

.program-feature-list.list-group {
  color: var(--group);
  font-size: 16px;
  line-height: 1.5em;
}

.list-item {
  font-size: 16px;
}

.button-airkitchen {
  background-color: var(--gold);
  letter-spacing: 2px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.program-txt {
  min-height: 9em;
  margin-bottom: 32px;
}

.feature-title.feature-title-experience {
  color: var(--experience);
}

.feature-title.feature-title-intensive {
  color: var(--intensive);
}

.feature-title.feature-title-group {
  color: var(--group);
}

.text-span-2 {
  color: var(--intensive);
  font-weight: 400;
}

.column-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 20em;
  min-height: 20em;
  display: flex;
}

.include-col2 {
  background-image: url('../images/top-include.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding-right: 10px;
}

.include-text {
  text-align: center;
  width: 80%;
}

.include-cols {
  width: 100%;
  min-height: 100%;
  margin: 60px 0;
  position: relative;
  left: 10px;
}

.include-col1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.location-map {
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  max-width: 80%;
}

.paragraph-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footer-dark {
  background-color: var(--green);
  border-bottom: 1px solid #e4ebf3;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10%;
  display: flex;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  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: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: left;
  width: 100%;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.containerkv {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.modal-bg {
  z-index: 20;
  background-color: var(--modal-bg);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: auto;
  max-height: 60vh;
  margin: 20vh auto auto;
  padding: 40px;
  display: block;
}

.modal-col02 {
  flex-flow: column;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

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

.modal-title {
  width: 100%;
  margin-top: 0;
}

.modal-btn {
  background-color: var(--green);
  letter-spacing: 3px;
  border-radius: 25px;
  width: 200px;
  font-size: 18px;
}

.div-block-3, .modal-btn-wrp {
  text-align: center;
}

.text-span3 {
  color: var(--group);
  font-weight: 400;
}

.paragraph-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-5 {
  position: static;
}

.expect-col-box {
  display: flex;
}

.paragraph-5.top-expect-text {
  padding-left: 20px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.text-span-3 {
  color: var(--green);
}

.instaicon {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  display: flex;
}

.text-block {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.footer-contact {
  order: 0;
  justify-content: space-between;
  width: 150px;
  display: flex;
}

.footer-contact-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .column-5 {
    position: static;
  }

  .expect-col-box {
    display: flex;
  }

  .image-5 {
    flex: none;
    align-self: center;
    display: block;
  }

  .paragraph-5 {
    margin-left: 0;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .paragraph-5.top-expect-text {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    min-height: 0;
  }

  .image.logo {
    width: 150px;
  }

  .section {
    margin-top: -80px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.about {
    background-position: 100% 100%;
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section.program {
    padding-bottom: 180px;
  }

  .section.calendar {
    margin-top: -80px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.location {
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .heading {
    margin-bottom: 0;
  }

  .top-kv {
    background-position: 50%;
    min-height: 100vh;
    padding-bottom: 60px;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 200px;
    display: flex;
  }

  .button.bio-pc {
    font-weight: 400;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column.expect-col {
    border: 1px solid var(--green);
    border-radius: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .expect-text {
    color: var(--green);
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
  }

  .include-col2 {
    background-image: url('../images/top-include.png');
    background-position: 50%;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .include-text {
    font-size: 18px;
  }

  .include-cols {
    background-color: var(--light-green);
    margin-top: 60px;
  }

  .include-col1 {
    background-color: var(--light-green);
  }

  .image-3 {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .modal-bg {
    z-index: 10;
    background-color: #0009;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block {
    z-index: 10;
    background-color: #000000ba;
    position: absolute;
    inset: 0%;
  }

  .modal-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-radius: 7px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 10%;
    padding: 5%;
    display: flex;
  }

  .modal-col01 {
    padding-left: 0;
    padding-right: 10px;
  }

  .modal-col02 {
    padding-left: 20px;
  }

  .modal-p {
    margin-bottom: 20px;
  }

  .modal-p.mb-0 {
    margin-bottom: 0;
  }

  .modal-title {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
  }

  .button-2 {
    background-color: var(--green);
    letter-spacing: 3px;
    cursor: pointer;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-weight: 300;
    display: flex;
  }

  .image-4 {
    display: inline-block;
  }

  .modal-btn {
    background-color: var(--green);
    text-align: center;
    letter-spacing: 3px;
    border-radius: 20px;
    width: 200px;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .expect-box {
    border: 1px solid var(--green);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 10em;
    display: block;
  }

  .paragraph-3 {
    margin: 10px;
  }

  .expecttitle {
    color: var(--green);
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    display: block;
  }

  .included-title {
    color: var(--green);
    font-weight: 700;
  }

  .paragraph-4 {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left {
    min-height: 80px;
    display: block;
  }

  .navbar-logo-left-container {
    opacity: 0;
  }

  .section {
    margin-top: -80px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.about {
    min-height: 750px;
  }

  .top-kv {
    min-height: 100vh;
    position: static;
  }

  .include-col2 {
    min-height: 500px;
  }

  .include-text {
    font-size: 24px;
  }

  .include-col1 {
    background-color: var(--light-green);
    min-height: 500px;
  }

  .image-3 {
    width: auto;
    height: 100%;
    min-height: 500px;
    overflow: scroll;
  }

  .modal-bg {
    display: none;
  }

  .modal-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 25vh auto;
    padding: 3%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 20px 10px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: var(--green);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--menuhover);
    color: #fff;
  }

  .icon {
    color: #fff;
  }

  .section.about {
    background-image: url('../images/top_about.jpg');
    background-position: 80%;
    background-size: cover;
  }

  .heading {
    padding-bottom: 0;
    font-size: 32px;
  }

  .top-kv {
    background-position: 50% 0;
  }

  .about-text-box {
    width: 70%;
  }

  .button.bio-pc {
    text-align: center;
    width: 40%;
    display: block;
  }

  .program-col1 {
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .program-col2 {
    margin-bottom: 40px;
    padding: 0% 5%;
  }

  .program-col3 {
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .program-feature.feature-experience, .program-feature.feature-intensive {
    min-height: 0;
    margin-bottom: 40px;
  }

  .program-feature.feature-group, .program-txt {
    min-height: 0;
  }

  .include-col2, .include-cols, .include-col1 {
    min-height: 350px;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .containerkv {
    max-width: 728px;
  }

  .image-3 {
    display: none;
  }

  .heading-5 {
    font-size: 24px;
  }

  .modal-bg {
    z-index: 100;
    filter: blur();
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    text-align: center;
    background-color: #00000073;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .modal-wrapper {
    text-align: left;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    max-height: 70vh;
    margin-top: 15vh;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .modal-col01 {
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-col02 {
    clear: none;
    padding-left: 30px;
  }

  .modal-p.mb-0 {
    margin-bottom: 0;
  }

  .image-4 {
    width: 100%;
  }

  .column-5 {
    margin-bottom: 60px;
  }

  .top-expect-col {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .expect-col-box {
    text-align: center;
  }

  .image-5 {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
  }

  .paragraph-5 {
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .paragraph-5.top-expect-text, .paragraph-5.top-expect-text.pl-0.pr-20 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .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;
  }

  .modal-wrapper {
    max-height: 80vh;
    margin-top: 10vh;
  }

  .modal-col01 {
    text-align: center;
    margin-bottom: 20px;
  }

  .modal-p.mb-0 {
    margin-bottom: 0;
  }

  .image-4 {
    min-width: 150px;
    max-width: 30%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
  }

  .navbar-logo-left {
    min-height: 50vh;
  }

  .navbar-logo-left-container {
    padding: 10px 5%;
  }

  .container {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-two {
    background-color: var(--light-green);
    flex-direction: column;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .image.logo {
    width: 100px;
  }

  .icon {
    color: var(--white);
  }

  .section {
    margin-top: -40px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.about {
    background-image: url('../images/top_about-sp.png');
    background-position: 50% 100%;
    background-size: contain;
    margin-bottom: 40px;
    padding-top: 80px;
    position: static;
  }

  .section.expect {
    padding-bottom: 20px;
  }

  .heading {
    padding-bottom: 0;
    font-size: 26px;
  }

  .top-kv {
    background-position: 50% 0;
    min-height: 40vh;
  }

  .about-text-box {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 160px;
  }

  .button.bio-sp {
    inset: auto;
  }

  .button.bio-pc {
    text-align: center;
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    font-weight: 400;
    display: block;
  }

  .paragraph {
    font-size: 16px;
  }

  .program-col1, .program-col2 {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .program-col3 {
    padding-left: 0;
    padding-right: 0;
  }

  .program-title.title-experience, .program-title.title-intensive {
    width: 10em;
  }

  .button-airkitchen {
    width: 100%;
    font-size: 14px;
  }

  .program-txt {
    min-height: 0;
  }

  .include-col2 {
    background-image: none;
    display: none;
  }

  .include-text {
    color: var(--green);
    width: 100%;
  }

  .include-cols {
    background-color: #0000;
    min-height: 300px;
  }

  .include-col1 {
    background-color: var(--light-green);
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    justify-content: flex-start;
    align-items: center;
    min-height: 300px;
    margin-top: -30px;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
    left: -10px;
  }

  .image-2 {
    max-width: 100%;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 16px;
  }

  .container-2 {
    max-width: none;
  }

  .containerkv {
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-4 {
    margin-top: 0;
  }

  .modal-bg {
    z-index: 10;
    background-color: #000000a1;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .modal-wrapper {
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-height: 80vh;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 5% 0% 2%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .modal-col01 {
    text-align: center;
    margin-bottom: 20px;
  }

  .modal-p {
    font-size: 14px;
  }

  .modal-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    width: 70%;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-btn {
    background-color: var(--green);
    text-align: center;
    letter-spacing: 3px;
    border-radius: 20px;
    width: 200px;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .mordal-sp {
    position: absolute;
    inset: auto auto auto 0%;
  }

  .modal-sp {
    position: absolute;
    inset: 0%;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    height: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .flex-block-2 {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .button-3, .div-block-2 {
    position: absolute;
  }

  .included-title {
    color: var(--green);
  }

  .paragraph-4 {
    margin-top: 0;
  }

  .column-5 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .top-expect-col {
    margin-bottom: 20px;
  }

  .expect-col-box {
    display: flex;
  }

  .image-5 {
    flex: none;
    width: 80px;
    height: 80px;
  }

  .paragraph-5 {
    padding-left: 0;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .paragraph-5.top-expect-text {
    padding-left: 20px;
  }

  .paragraph-5.top-expect-text.pl-0 {
    padding-left: 0;
  }

  .paragraph-5.top-expect-text.pl-0.pr-20 {
    padding-left: 20px;
    padding-right: 0;
  }

  .instaicon {
    font-size: 24px;
  }

  .heading-6 {
    margin-bottom: 24px;
  }
}


@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 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

span.text-span-4{
  font-family:'Fa 400';
}