:root {
  --main-color: #aa1c1b;
  --white: white;
  --snow: snow;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-heading-left {
  background-color: #aa1c1b;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  font-family: Noto Sans JP, sans-serif;
  position: relative;
}

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

.hero-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.hero-split {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.hero-img.smp {
  display: none;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.navbar-logo-left {
  z-index: 9999;
  background-color: #fff;
  font-family: Noto Sans JP, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

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

.navbar-brand {
  display: block;
}

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

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.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-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: rgba(26, 27, 31, .75);
}

.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: rgba(26, 27, 31, .75);
}

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

.image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading {
  margin-top: 10px;
}

.top-heading {
  font-size: 28px;
  font-weight: 900;
  line-height: 33px;
}

.top-white-logo, .top-butoton {
  margin-top: 20px;
  margin-bottom: 20px;
}

.top-button {
  background-color: #404346;
  border-radius: 9px;
  margin-right: 20px;
  padding: 15px 35px;
  font-weight: 800;
}

.top-button.login {
  color: #aa1c1b;
  background-color: #fff;
}

.top-button.login:hover {
  background-color: var(--main-color);
  color: var(--white);
  border: 1px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.top-button.login.top-login {
  border: 2px solid var(--main-color);
  color: var(--main-color);
  padding: 10px 30px;
  font-size: 16px;
}

.top-button.login.top-login:hover {
  background-color: var(--main-color);
  color: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.top-button.top-borders {
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  padding: 10px 30px;
  font-size: 16px;
}

.top-button.top-borders:hover {
  background-color: var(--white);
  color: var(--main-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.top-button.white-border {
  background-color: var(--main-color);
  border: 1px solid #fff;
}

.top-button.white-border.w--current:hover {
  background-color: var(--white);
  color: var(--main-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.top-button.white-border:hover {
  background-color: var(--white);
  color: var(--main-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.paragraph {
  font-weight: 600;
}

.top-description {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.container-2.shadow {
  background-color: var(--snow);
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-2.katsuyou {
  margin-top: 50px;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hajimeni {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Noto Sans JP, sans-serif;
}

.hajimeni.nayami_bg {
  background-color: var(--snow);
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.hajimeni-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 900;
}

.hajimeni-heading.left {
  text-align: left;
  margin-bottom: 20px;
}

.hajimeni-heading.course {
  margin-bottom: 30px;
}

.para {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 23px;
}

.para.white {
  color: #fff;
  text-align: center;
}

.para.merit {
  border-bottom: 1px solid var(--main-color);
  margin-top: 15px;
  padding-bottom: 5px;
}

.para.merit.no-line {
  border-bottom-style: none;
}

.para.merit.course {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 15px;
}

.para.flow-para {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}

.para.smaller {
  font-size: 16px;
  line-height: 22px;
}

.emphasize {
  color: var(--main-color);
  font-weight: 900;
}

.memo {
  background-color: #fbff00;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.seperator {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 350px;
  padding-right: 350px;
}

.seperator-line {
  background-color: #a3a3a3;
  height: 3px;
  padding-right: 0;
}

.nayami-grid {
  margin-top: 20px;
}

.grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nayami-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 125px;
  display: flex;
}

.kaiketsu {
  background-color: var(--main-color);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px 50px;
}

.big-text {
  font-size: 25px;
  line-height: 40px;
}

.seperator-line-2 {
  background-color: #a3a3a3;
  height: 3px;
  margin-bottom: 50px;
}

.div-block {
  background-color: var(--main-color);
  width: 200px;
  height: 3px;
}

.merit-num {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.merit-heading {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 900;
}

.grid-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-auto-flow: row;
}

.course-grid {
  margin-top: 0;
}

.image-2 {
  object-fit: none;
  width: 1140px;
  max-width: none;
  overflow: visible;
}

.course-img-holder {
  background-image: url('../images/course_main.png');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  margin-top: 50px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-columns: .5fr .5fr 1fr 1fr 1fr;
}

.area-block {
  color: #fff;
  text-align: center;
  background-color: #125e26;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.todohuken {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 900;
}

.grid-4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.course-block {
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-bottom: 5px;
  padding-right: 5px;
  display: flex;
}

.course-holder {
  margin-top: 20px;
}

.small {
  font-size: 13px;
}

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

.flow-grid-2 {
  border: 1px solid #e9e9e9;
  padding: 20px 30px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.heading-3.flow-title {
  margin-bottom: 10px;
}

.heading-3.flow-title.shikumi-title {
  margin-bottom: 30px;
}

.div-block-2 {
  height: 1px;
}

.nayami_img {
  border-radius: 100px;
  width: 30%;
  overflow: hidden;
}

.nayami_comtents {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-left: 10px;
  display: flex;
}

.triangle {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  width: 40px;
}

.course-memo {
  margin-top: 30px;
  display: flex;
}

.grid-7, .shikumi-grid {
  grid-template-rows: auto;
}

.jirei-grid {
  border: 1px solid #e9e9e9;
  padding: 20px;
}

.jirei {
  grid-template-rows: auto;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.paragraph-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.bold-text {
  font-size: 25px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.container-5 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.loading-bar {
  background-color: var(--main-color);
  height: 5px;
}

.preloader {
  z-index: 2147483647;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-smp {
  display: none;
}

.nayami-title {
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
}

.nayami-title-p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.nayami-title-p.nayami-title-p-small {
  text-align: center;
  font-size: 15px;
}

.shikumi-div {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.shikumi-button {
  border: 3px solid var(--main-color);
  background-color: var(--main-color);
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.shikumi-button:hover {
  border: 3px solid var(--main-color);
  background-color: var(--white);
  color: var(--main-color);
}

.katsuyou-title {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.katsuyou-p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.katsuyou-sub {
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
  width: 200px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 900;
}

.katsuyou-text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
}

.katsuyou-banner-pc {
  margin-bottom: 20px;
  display: inline-block;
}

.katsuyou-banner-smp {
  display: none;
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: none;
  }

  .hero-split {
    aspect-ratio: auto;
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-split.hero-img {
    display: block;
    position: static;
    overflow: visible;
  }

  .hero-split.hero-img.smp {
    margin-bottom: 0;
    display: block;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .mobile-margin-top-10 {
    margin-top: 30px;
    margin-left: 50px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .main-top-image {
    object-fit: fill;
    position: static;
    overflow: visible;
  }

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

  .hajimeni.katsuyou-hajimeni {
    padding-top: 0;
  }

  .hajimeni-heading {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .para {
    font-size: 13px;
  }

  .para.white {
    font-size: 16px;
  }

  .para.merit.course {
    font-size: 12px;
    line-height: 18px;
  }

  .para.flow-para {
    font-size: 14px;
    line-height: 20px;
  }

  .para.hajimeni-para {
    font-size: 20px;
    line-height: 25px;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .seperator {
    padding-left: 100px;
    padding-right: 100px;
  }

  .grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .big-text {
    font-size: 20px;
    line-height: 30px;
  }

  .seperator-line-2 {
    margin-bottom: 30px;
  }

  .todohuken, .heading-3.flow-title {
    font-size: 20px;
  }

  .heading-3.flow-title.shikumi-title {
    font-size: 17px;
  }

  .heading-3.flow-title.smp-hero {
    color: #fff;
    font-size: 20px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .bold-text {
    font-size: 20px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .top-smp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 30px;
    display: flex;
  }

  .heading-4 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    font-weight: 900;
  }

  .smp-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-4 {
    max-width: 70%;
    position: static;
  }

  .katsuyou-banner-pc {
    display: none;
  }

  .katsuyou-banner-smp {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .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 rgba(0, 0, 0, .05);
  }

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

  .hero-without-image, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .accordion-item-content {
    margin-right: 0;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading-left {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    margin-left: 0;
  }

  .top-button.login.top-login.w--current {
    width: 60%;
    margin-right: 0;
  }

  .top-button.top-borders.w--current {
    width: 60%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .hajimeni {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hajimeni.katsuyou-hajimeni {
    padding-bottom: 0;
  }

  .hajimeni-heading {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .hajimeni-heading.left {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .para.white {
    font-size: 15px;
  }

  .para.smaller {
    font-size: 17px;
  }

  .para.hajimeni-para {
    font-size: 15px;
    line-height: 20px;
  }

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

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

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

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

  .div-block {
    width: 100px;
  }

  .todohuken {
    font-size: 17px;
  }

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

  .course-block {
    height: 40px;
  }

  .flow-grid-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-3.flow-title.shikumi-title {
    font-size: 17px;
    line-height: 25px;
  }

  .heading-3.flow-title.smp-hero {
    font-size: 18px;
  }

  .shikumi-grid, .jirei {
    grid-template-columns: 1fr;
  }

  .accordion-item-trigger {
    justify-content: space-between;
    align-items: center;
  }

  .bold-text {
    font-size: 17px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-5, .smp-img-size {
    max-width: 70%;
  }

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

  .nayami-title {
    width: 100%;
    max-width: 100%;
  }

  .katsuyou-title {
    justify-content: center;
    align-items: center;
  }

  .katsuyou-p {
    font-size: 16px;
    line-height: 22px;
  }

  .katsuyou-sub {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .katsuyou-text {
    font-size: 16px;
    line-height: 22px;
  }
}

#w-node-_90f0bb0a-9417-5707-784c-5d2acd64d521-27188cd0 {
  align-self: center;
}

#w-node-_2c2409c0-6405-d08f-db68-e0a47d696396-27188cd0, #w-node-ca15303b-ad67-014c-8774-2ebb683de60d-27188cd0, #w-node-_55ab53cd-61ba-bd6d-25d4-825aa01ded8b-27188cd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f419a8d-1193-d817-1036-24c08f659a13-27188cd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4e8c26e-7c04-4900-b237-4770b4afa208-27188cd0, #w-node-_7198a111-9a41-61d7-5b93-e2f21a2154df-27188cd0, #w-node-_7198a111-9a41-61d7-5b93-e2f21a2154e1-27188cd0, #w-node-_7198a111-9a41-61d7-5b93-e2f21a2154e2-27188cd0, #w-node-f85380fe-ad5a-74f8-552a-565ff5a0a68d-27188cd0, #w-node-f85380fe-ad5a-74f8-552a-565ff5a0a68f-27188cd0, #w-node-f85380fe-ad5a-74f8-552a-565ff5a0a690-27188cd0, #w-node-c79bce31-66c6-4a32-e33f-152cda66a361-27188cd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c79bce31-66c6-4a32-e33f-152cda66a363-27188cd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c79bce31-66c6-4a32-e33f-152cda66a364-27188cd0, #w-node-ec338ff0-7b19-8b0d-f7ae-4e1accb141b5-27188cd0, #w-node-ec338ff0-7b19-8b0d-f7ae-4e1accb141b7-27188cd0, #w-node-ec338ff0-7b19-8b0d-f7ae-4e1accb141b8-27188cd0, #w-node-_97ad0ff8-514f-2561-fbd8-def81cd3b4c9-27188cd0, #w-node-_97ad0ff8-514f-2561-fbd8-def81cd3b4cb-27188cd0, #w-node-_97ad0ff8-514f-2561-fbd8-def81cd3b4cc-27188cd0, #w-node-f255bcff-2de3-b5a0-57b3-9d4c00ef7e58-27188cd0, #w-node-_78d81f90-88b3-3551-debf-a38e84a4a8ea-27188cd0, #w-node-f29cd8c7-0263-6280-0138-f2b188c0ceec-27188cd0, #w-node-f29cd8c7-0263-6280-0138-f2b188c0ceed-27188cd0, #w-node-_2495c9d8-3b03-71b5-851c-cc9d1ba0a1ef-27188cd0, #w-node-_2495c9d8-3b03-71b5-851c-cc9d1ba0a1f0-27188cd0, #w-node-_5f759f14-8f7f-e497-551e-1f08eaff0886-27188cd0, #w-node-_5f759f14-8f7f-e497-551e-1f08eaff0887-27188cd0, #w-node-f4f26be9-b3a7-5789-ef5f-03d6c62bd175-27188cd0, #w-node-f4f26be9-b3a7-5789-ef5f-03d6c62bd176-27188cd0, #w-node-_98c61c1b-7288-3a7a-af53-fa0e772f1e09-27188cd0, #w-node-_98c61c1b-7288-3a7a-af53-fa0e772f1e0a-27188cd0, #w-node-_4819aacf-f6d3-1b46-a662-805c654d5f7b-27188cd0, #w-node-_4819aacf-f6d3-1b46-a662-805c654d5f7c-27188cd0, #w-node-d775dfdc-445f-eb0a-4df5-c160fa9f42df-27188cd0, #w-node-d775dfdc-445f-eb0a-4df5-c160fa9f42e0-27188cd0, #w-node-cda86bd1-3f85-066c-0f5d-3cc8ee350f5f-27188cd0, #w-node-cda86bd1-3f85-066c-0f5d-3cc8ee350f60-27188cd0, #w-node-cb6dfbd3-6784-5a0a-1142-1d9151392ba0-27188cd0, #w-node-cb6dfbd3-6784-5a0a-1142-1d9151392ba1-27188cd0, #w-node-cbcbc17f-252c-e731-1273-83ad97258040-27188cd0, #w-node-cbcbc17f-252c-e731-1273-83ad97258041-27188cd0, #w-node-f31bcde0-1e10-3a3a-6058-fb3e6d1eb87d-27188cd0, #w-node-f31bcde0-1e10-3a3a-6058-fb3e6d1eb87e-27188cd0, #w-node-dc2fe4fa-6022-5df7-550a-c19ae0819922-27188cd0, #w-node-dc2fe4fa-6022-5df7-550a-c19ae0819923-27188cd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ab70283-2498-5207-8ae8-52fef8c74aad-27188cd0 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4b96b9a3-cfbb-656c-248e-d8b6f91eed31-27188cd0 {
    align-self: center;
  }
}


