:root {
  --kütüp-library-dark-slate-grey: #264653;
  --kütüp-library-dark-slate-grey-x: #2e5261;
  --white: white;
  --show-tell-main: #006069;
  --button-hover: #ffbf00;
  --light-green: #f0f5f4;
  --kütüp-library-dim-grey: #6e6e6e;
  --kütüp-library-burntsienna: #e76f51;
  --light-yellow: #ffffe6;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.brand {
  width: 200px;
  object-fit: contain;
  background-image: url("../images/Navbar-Brand.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.p-nav {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.navbar {
  width: 100%;
  background-color: #006069;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
}

.section-hero {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper {
  width: 100%;
  height: auto;
  max-width: 750px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-hero {
  width: 100%;
  height: 1574.5px;
  max-width: 1650px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 140px 24px 24px;
  display: flex;
  position: static;
}

.hero-flex-row-right {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hero-title01 {
  width: 100%;
  height: auto;
  max-width: 260px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.img_hero_title01 {
  object-fit: contain;
}

.hero-title02 {
  width: 100%;
  height: auto;
  max-width: 320px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-flex-row-right-2 {
  width: 62%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.text {
  opacity: 1;
  color: #e16206;
  text-align: center;
  letter-spacing: 0.03em;
  border: 0 solid #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.hero-flex-right {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-right: 100px;
  display: flex;
}

.hero-logo {
  width: 100%;
  height: 300px;
  max-width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.img_hero_title02 {
  object-fit: contain;
}

.container {
  width: 95%;
  height: 200px;
  max-width: 1240px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  width: 100%;
  text-align: right;
  flex: 1;
  order: 0;
  display: block;
}

.container-nav {
  width: 90%;
  max-width: 1440px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.img_hero_logo {
  width: auto;
  max-width: 360px;
  object-fit: contain;
}

.image {
  width: 100%;
  max-width: 600px;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-nav-link {
  color: var(--kütüp-library-dark-slate-grey);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity 0.3s;
}

.kutup-nav-link:hover {
  color: rgba(38, 70, 83, 0.8);
}

.kutup-dropdown-link {
  color: var(--kütüp-library-dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library-dark-slate-grey);
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library-dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: rgba(38, 70, 83, 0.8);
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-flex-center {
  justify-content: center;
  display: flex;
}

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-first-element {
  order: -1;
}

.kutup-nav-container-2 {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.kutup-nav-component-2 {
  background-color: #fff;
  padding: 25px 3%;
}

.section-info {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.container-2 {
  width: 80%;
  max-width: 1200px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-section {
  width: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.text-2 {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
}

.columns-vertical {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #d9d9d9;
  border-width: 1px 0;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.p {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.badge_info {
  max-width: 100px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #2259bf;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  font-size: 12px;
  display: flex;
}

.p-badge {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.p-3 {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.list-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 0 solid #d9d9d9;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.list-item {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #333;
  border-bottom: 1px dashed #333;
  padding: 20px;
  display: flex;
}

.list-3 {
  width: 100%;
}

.kutup-social-wrapper-flex-2 {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-nav-link-2 {
  color: var(--white);
  -webkit-text-stroke-color: white;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
  transition: opacity 0.3s;
}

.kutup-nav-link-2:hover {
  color: #ffbf00;
}

.kutup-nav-link-2:active {
  color: #cbc100;
}

.kutup-dropdown-link-2 {
  color: var(--kütüp-library-dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link-2:hover {
  color: var(--kütüp-library-dark-slate-grey);
}

.kutup-dropdown-list-2 {
  padding: 2px;
}

.kutup-dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow-2 {
  color: var(--kütüp-library-dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-toggle-2 {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle-2:hover {
  color: rgba(38, 70, 83, 0.8);
}

.kutup-dropdown-2 {
  font-weight: 700;
}

.kutup-flex-center-2 {
  justify-content: center;
  display: flex;
}

.kutup-shrink-item-2 {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-first-element-2 {
  order: -1;
}

.kutup-nav-container-3 {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-component {
  width: 100%;
  background-color: #006069;
  padding: 10px 3%;
  position: fixed;
}

.section-problem {
  width: 100%;
  height: 940px;
  max-height: 750px;
  max-width: none;
  min-height: auto;
  background-image: url("../images/bg_mask_green.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 64px;
  display: flex;
}

.container-3 {
  width: 80%;
  height: 812px;
  max-width: 1240px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.tittle-problem {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img_tittle-problem {
  width: 100%;
  object-fit: contain;
}

.subtittle-problem {
  max-width: 750px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle-problem {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.contents-problem {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.flex-vertical {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contents-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-problem {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 36.39px;
}

.p-problem-2 {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.p-problem-3 {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 53.82px;
}

.p-problem-4 {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
}

.p-problem-5 {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 55px;
}

.contents-problem-image {
  width: 50%;
  height: 336px;
  max-width: 343px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.subtitle-problem-2 {
  color: #fff;
  padding-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.img_check {
  width: 40px;
  object-fit: contain;
}

.img_-problem {
  width: 100%;
  object-fit: contain;
}

.section-solution {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
  display: flex;
}

.container-_green {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #d3f2e1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 40px 24px;
  display: flex;
}

.title_green {
  width: 100%;
  min-height: 50px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #006069;
  background-image: url("../images/green_bg.png");
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 80px;
  display: flex;
}

.m3-display-medium {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.vectors-wrapper {
  height: 166.5px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-purple {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(251, 248, 253, 0);
  background-clip: border-box;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
}

.column {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content {
  width: 100%;
  background-color: #fff;
  border: 2px solid #e4ebf3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.quote {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-content {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0.7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.m3-title-large {
  color: #0b656f;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28px;
}

.vectors-wrapper-2 {
  height: 100px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.img_solution {
  width: 100%;
  max-width: 90%;
  object-fit: contain;
  border-radius: 16px;
  padding-top: 0;
}

.vectors-wrapper-3 {
  height: 88px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sulutioncontent-info {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.m3-body-large {
  color: #333;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.subtitle {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.m3-display-small {
  color: #333;
  text-align: center;
  overflow-wrap: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.image-3 {
  width: auto;
  height: 50px;
}

.m3-display-small-2 {
  color: #333;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.flex-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
}

.footer-dark {
  background-color: var(--show-tell-main);
  border-bottom: 1px solid #e4ebf3;
  /* padding: 50px 30px 100px; */
  padding: 50px 30px 0px;
  position: relative;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  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;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.footer-link:hover {
  color: var(--button-hover);
}

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

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

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

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

.columns-green {
  width: 100%;
  max-width: 1240px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f0f5f4;
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 20px;
  display: flex;
}

.flex-solution {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
}

.img-solution {
  width: 40%;
}

.content-2 {
  width: 100%;
  height: auto;
  max-width: 380px;
  background-color: #fff;
  border: 2px solid #e4ebf3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.quote-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1164 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4da27;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-3 {
  color: #006069;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 28px;
}

.author-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.sulutioncontent-info-2 {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.p-4 {
  color: #333;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-feature {
  justify-content: center;
  padding: 20px 24px;
  display: flex;
}

.heading {
  color: var(--show-tell-main);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.2rem;
}

.line_title {
  width: 50%;
}

.p-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1rem;
}

.flex-100 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  align-items: center;
}

.featurebox {
  width: 50%;
  height: 160px;
  max-width: 550px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(255, 255, 255, 0.61);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.flex-v {
  width: 150px;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.image-4 {
  width: 60px;
}

.image-5 {
  width: 100px;
}

.paragraph {
  color: #e16206;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.feature-text-flexv {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-6 {
  width: 24px;
  display: none;
}

.section-video {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.youtube {
  width: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  margin-top: 20px;
  overflow: hidden;
}

.container-6 {
  max-width: 750px;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}

.section-seminor {
  height: 350px;
  background-color: rgba(0, 0, 0, 0.62);
  background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url("../images/pixta_85966107_M.jpg");
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}

.heading-3 {
  color: #fff;
  font-size: 2rem;
}

.button {
  color: #000;
  background-color: #f4da27;
  border-radius: 60px;
  padding: 20px 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.section-how {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 64px;
  display: flex;
}

.container-7 {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #f5f7fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title {
  width: 100%;
  height: 97px;
  max-width: 610px;
  min-height: 97px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url("../images/Title.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

._0 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

._1 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 44px;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.flex-block-3 {
  width: 100%;
  justify-content: center;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-right: 20px;
}

.how-content-title {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
}

.image-7 {
  max-width: 450px;
}

.image-8 {
  max-width: 90%;
}

.flex-block-5 {
  width: 100%;
}

.flex-block-6 {
  width: 30%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-7 {
  flex-direction: column;
  align-items: flex-start;
}

.flex-block-8 {
  width: 60%;
}

.image-11 {
  width: 30px;
}

.kutup-nav-link-2-copy {
  background-image: linear-gradient(to bottom, var(--button-hover), var(--button-hover));
  color: #000;
  -webkit-text-stroke-color: white;
  border-radius: 60px;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity 0.3s;
}

.kutup-nav-link-2-copy:hover {
  color: #000;
  background-image: linear-gradient(#ffcd39, #ffcd39);
}

.kutup-nav-link-2-copy:active {
  color: #000;
}

.hero-title-group {
  flex-direction: column;
  display: flex;
}

.image-12 {
  width: auto;
  max-width: 400px;
}

.hero-title {
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  margin-top: 10px;
  font-size: 2.6rem;
}

.container-hero-page {
  width: 100%;
  height: 1574.5px;
  max-width: 1650px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 24px 24px;
  display: flex;
  position: static;
}

.wrapper-page-lesson {
  width: 100%;
  height: 750px;
  min-height: 750px;
  background-image: url("../images/pixta_65044480_M.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-block-9 {
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 40px;
}

.catch-title-small {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.8rem;
}

.flex-block-10 {
  width: 100%;
  align-items: center;
}

.catch-title-big-blue {
  color: #1c6cff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.flex-block-11 {
  font-size: 14rem;
}

.catch-title-big {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.flex-block-12 {
  width: 100%;
  max-width: 90%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.div-block {
  width: 500px;
  height: auto;
  background-image: url("../images/Title.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.heading-4 {
  width: auto;
  text-align: center;
  white-space: nowrap;
  background-image: url("../images/Title.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.8rem;
}

.column_factor {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(254, 255, 172, 0.28);
  border-radius: 12px;
  justify-content: center;
  padding: 40px 10px;
  display: flex;
}

.image-13 {
  width: 260px;
  overflow-wrap: normal;
  object-fit: contain;
}

.factor-contents-yellow {
  max-width: 320px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border: 3px solid #f4da27;
  border-radius: 12px;
  align-items: center;
  padding: 10px;
}

.flex-block-14 {
  width: 260px;
  object-fit: fill;
  background-image: url("../images/frame02.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  padding: 10px;
}

.title-factor-green {
  width: 90%;
  color: var(--show-tell-main);
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(#9fd3b3, #9fd3b3);
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9rem;
  line-height: 30px;
}

.paragraph-4 {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.image-14 {
  max-width: 280px;
}

.title-factor-yellow {
  width: 90%;
  color: #585704;
  text-align: center;
  -webkit-text-stroke-color: #f4da27;
  white-space: nowrap;
  background-image: linear-gradient(#f4da27, #f4da27);
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9rem;
  line-height: 30px;
}

.title-factor-blue {
  width: 90%;
  color: #29339f;
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(#4dc1ff, #4dc1ff);
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9rem;
  line-height: 25px;
}

.flex-block-15,
.flex-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.factor-contents-green {
  max-width: 320px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border: 3px solid #9fd3b3;
  border-radius: 12px;
  align-items: center;
  padding: 10px;
}

.factor-contents-blue {
  max-width: 320px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border: 3px solid #4dc0ff;
  border-radius: 12px;
  align-items: center;
  padding: 10px;
}

.flex-block-17 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f7fa;
  border-radius: 12px;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 40px 20px;
}

.unique-column-purple {
  width: 260px;
  height: 300px;
  max-width: 260px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #bd82c1;
  border-radius: 12px;
  align-items: center;
  padding-bottom: 10px;
}

.unique-column-heading-purple {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #ad22b7;
  border-radius: 12px 12px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.image-15 {
  width: 90%;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.unique-paragraph {
  width: 90%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 12px;
  justify-content: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.unique-column-heading-green {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #1b9e95;
  border-radius: 12px 12px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.unique-column-green {
  width: 260px;
  height: 300px;
  max-width: 260px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #82c1b4;
  border-radius: 12px;
  align-items: center;
  padding-bottom: 10px;
}

.unique-column-orange {
  width: 260px;
  height: 300px;
  max-width: 260px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6d3a2;
  border-radius: 12px;
  align-items: center;
  padding-bottom: 10px;
}

.unique-column-heading-orange-copy {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #fcaf0b;
  border-radius: 12px 12px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.unique-column-heading-blue-copy {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #2775e2;
  border-radius: 12px 12px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.unique-column-blue {
  width: 260px;
  height: 300px;
  max-width: 260px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #83b9e4;
  border-radius: 12px;
  align-items: center;
  padding-bottom: 10px;
}

.container-feature {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 40px;
  display: flex;
}

.paragraph-5 {
  width: 100%;
}

.container-hero-page2 {
  width: 100%;
  height: 1574.5px;
  max-width: 1650px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 24px 24px;
  display: flex;
  position: static;
}

.heading-class {
  width: 100%;
  height: 70px;
  background-image: url("../images/frame03.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 20px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  display: flex;
}

.card-class-3-4 {
  width: 340px;
  height: 310px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url("../images/base01.png");
  background-position: 0 0;
  background-size: contain;
  align-items: center;
  padding: 10px;
}

.paragraph-class {
  color: #00669c;
  font-size: 1.2rem;
  font-weight: 700;
}

.paragraph-lesson-list-title {
  width: 90%;
  height: 50px;
  color: #000;
  text-align: center;
  background-color: #2bbbe1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.list-4 {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-self: stretch;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  list-style-type: disc;
  display: flex;
}

.card-class-5-6 {
  width: 340px;
  height: 310px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url("../images/base02.png");
  background-position: 0 0;
  background-size: contain;
  align-items: center;
  padding: 10px;
}

.paragraph-lesson-list-title-5-6 {
  width: 90%;
  height: 50px;
  color: #000;
  text-align: center;
  background-color: #a5c71f;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.paragraph-class-5-6 {
  color: #4b8112;
  -webkit-text-stroke-color: #a5c71f;
  font-size: 1rem;
  font-weight: 700;
}

.heading-class-5-6 {
  width: 100%;
  height: 70px;
  background-image: url("../images/frame04.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 20px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  display: flex;
}

.flex-block-18 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-end;
}

.wrapper-page-feature {
  width: 100%;
  height: 750px;
  min-height: 750px;
  background-image: url("../images/pixta_69251848_L.jpg");
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-short {
  width: 400px;
  height: 80px;
  text-align: center;
  white-space: nowrap;
  background-image: url("../images/Title.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 16px 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem;

  text-decoration: none;
}

.image-16 {
  width: 80%;
  max-width: 340px;
}

.flex-block-19 {
  width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 20px;
}

.div-block-2 {
  width: 100%;
  max-width: 300px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d0d4eb;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.flex-block-20 {
  height: 60px;
  white-space: nowrap;
  background-image: url("../images/frame05.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.paragraph-7 {
  color: #874c8d;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

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

.flex-block-21 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
}

.image-17 {
  max-height: 80px;
}

.flex-block-22 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(240, 245, 244, 0);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.container-class {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.class {
  width: 100%;
  background-color: var(--light-green);
  border-radius: 12px;
  padding: 10px;
}

.flex-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.image-18,
.image-19 {
  display: none;
}

.section-teacher {
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-teacher {
  max-width: 750px;
  background-color: var(--white);
  border: 10px solid #bee5e4;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.card-teacher {
  max-width: 90%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;

  flex-direction: row;
  padding: 10px;
  display: flex;
}

.image-21 {
  width: 200px;
  max-width: 200px;
}

.name {
  background-color: #fff;
  border: 0 solid #000;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}

.flex-block-25 {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--show-tell-main);
  align-items: stretch;
  padding: 10px;
}

.heading-6 {
  width: 100%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 16px;
}

.paragraph-9 {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-10 {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 12px;
}

.paragraph-11 {
  background-color: #bee5e4;
  margin-bottom: 0;
  padding: 10px;
}

.flex-block-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
}

.image-21-copy,
.image-22,
.image-21-copy-copy {
  width: 200px;
  max-width: 200px;
}

.image-23 {
  max-width: 750px;
}

.section-apply {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 750px;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-24 {
  max-width: 600px;
}

.section-about {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-10 {
  width: 100%;
  max-width: 750px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-11 {
  width: 100%;
  max-width: 750px;
  flex-direction: column;
  display: flex;
}

.image-25 {
  width: 80%;
  margin-bottom: 0;
  padding-top: 40px;
}

.image-26 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-apply {
  width: 100%;
  height: 70px;
  max-width: 500px;
  border: 0px solid var(--show-tell-main);
  background-image: linear-gradient(to bottom, var(--button-hover), var(--button-hover));
  color: #000;
  text-align: center;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.5);
}

.image-27 {
  max-width: 50%;
}

.container-12 {
  width: 100%;
  max-width: 90%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-28 {
  max-width: 250px;
}

.flex-block-31 {
  grid-column-gap: 20px;
  align-items: center;
}

.flex-block-32 {
  align-items: center;
}

.section-reason {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container_white {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px 20px;
  display: flex;
}

.container_bottomapply {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.img-lesson {
  width: 45%;
  max-width: 90%;
  padding-top: 0;
  display: block;
}

.image-30 {
  max-width: 90%;
  padding-top: 0;
  display: none;
}

.image-31 {
  padding-top: 20px;
}

.section-studycase {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-9 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.section-company {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-47 {
  color: #1b1b1f;
  font-size: 35px;
  font-weight: 700;
}

.company-info-title {
  width: 100%;
  color: #1b1b1f;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 170%;
}

.header-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

._5 {
  width: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.container-company {
  width: 100%;
  height: auto;
  max-width: 750px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._2-columns-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-293 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-8 {
  width: 80%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.frame-395 {
  width: 40%;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company-info-p {
  color: #1b1b1f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%;
}

.image-32 {
  width: 100%;
  height: 100%;
}

.f2wf-columns-2 {
  justify-content: center;
}

.frame-394 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-course {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-block-33 {
  align-items: center;
  grid-row-gap: 12px;
}

.heading-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.2rem;
}

.flex-block-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
}

.section-price {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-communication-skill {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.p-green {
  color: var(--show-tell-main);
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.section-voice {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-voice {
  width: 48%;
  max-width: 90%;
  padding-top: 0;
}

.img_contants {
  width: 45%;
  max-width: 90%;
}

.section-supporter,
.section-flow,
.section-q-a {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vbox-q-aset {
  width: 100%;
  height: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.p-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.image-33 {
  width: 50px;
  height: 50px;
}

.hbox-question {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
}

.p-answer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.hbox-question-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
}

.hbox-anser {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
}

.flex-block-35 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container-apply {
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hbox-explain {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-3 {
  width: 200px;
}

.p-explain-title {
  width: 200px;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.bold-text {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.explainbox {
  width: 100%;
  align-items: center;
}

.p-explain-desc {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}

.explain-text {
  font-weight: 400;
  line-height: 22px;
}

.heading-7 {
  width: 200px;
  height: 50px;
  white-space: nowrap;
  margin-top: 0;
  font-size: 1.1rem;
}

.paragraph-12 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.paragraph-13 {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 700;
}

.div-block-4 {
  width: 250px;
  height: 100%;
  max-width: 250px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-14 {
  width: 150px;
  white-space: nowrap;
  font-weight: 700;
}

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

.list-5 {
  width: 100%;
  order: -1;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 10px;
}

.paragraph-16 {
  font-size: 12px;
}

.flex-block-36 {
  width: 100%;
  grid-row-gap: 24px;
}

.flex-block-37 {
  width: 100%;
  grid-row-gap: 0px;
}

.paragraph-17 {
  margin-bottom: 0;
  padding-left: 40px;
}

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

.paragraph-19 {
  margin-bottom: 0;
  padding-top: 10px;
}

.schedulelist {
  width: 80%;
  grid-row-gap: 10px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.button-2 {
  width: 120px;
  background-color: var(--button-hover);
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  font-weight: 700;
}

.schedulelist_element {
  width: 100%;
  border: 1px solid var(--button-hover);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.paragraph-20 {
  width: auto;
  margin-bottom: 0;
  font-size: 1rem;
}

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

.button-apply-bottom {
  width: 100%;
  height: 80px;
  max-width: 100%;
  border: 0px solid var(--button-hover);
  background-color: var(--button-hover);
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(279deg, #fee680, #439199 46%, #1c6a72);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.5);
}

.container-13 {
  margin-top: 0;
}

.div-block-5 {
  width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-copy {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.vbox-terms {
  border: 1px solid var(--show-tell-main);
  padding: 20px;
}

.heading-terms {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 44px;
}

.p-terms {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 22px;
}

.bold-text-3 {
  font-size: 1rem;
}

.p-list {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 24px;
  line-height: 22px;
}

.link {
  padding-left: 20px;
}

.list-1stterms {
  grid-row-gap: 5px;
  flex-direction: column;
  padding-left: 24px;
  display: flex;
}

.list-7 {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.paragraph-21 {
  width: 100%;
  text-align: right;
}

.paragraph-22 {
  color: #fff;
  text-align: center;
}

.flex-block-38 {
  grid-row-gap: 0px;
  align-items: center;
}

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

.step-block {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.numbercircle {
  width: 60px;
  height: 60px;
  background-image: linear-gradient(#ecf3f1, #ecf3f1);
  border-radius: 64px;
  justify-content: center;
  align-items: center;
}

.paragraph-23,
.paragraph-23-copy {
  color: #006069;
  margin-top: 4px;
  margin-bottom: -4px;
}

.paragraph-24 {
  color: var(--show-tell-main);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  margin-top: -4px;
}

.heading-9 {
  color: var(--show-tell-main);
}

.step-element {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
}

.heading-step {
  color: var(--show-tell-main);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2rem;
}

.step-descriptionblock {
  width: 80%;
  height: 90px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  padding-left: 30px;
}

.dash-line {
  width: 1px;
  height: 100px;
  background-image: linear-gradient(#ecf3f1, #ecf3f1);
  border: 2px dashed #ecf3f1;
}

.paragraph-25 {
  padding-left: 24px;
  font-size: 1.5rem;
  line-height: 26px;
}

.dash-line-copy {
  width: 1px;
  height: 100px;
  border: 0 dashed #ecf3f1;
}

.paragraph-22-copy {
  color: #000;
  text-align: center;
}

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

.paragraph-26 {
  color: var(--show-tell-main);
  margin-bottom: 0;
}

.heading-10 {
  color: var(--show-tell-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.reason-block {
  width: 70px;
  height: 70px;
  align-items: center;
}

.flex-block-39 {
  width: 100%;
  flex-direction: row;
  align-items: center;
}

.heading-11 {
  width: 100%;
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.flex-block-40 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  align-items: flex-start;
}

.reasonblock {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.lessonblock {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  display: flex;
}

.slider {
  height: auto;
  max-width: 90%;
  background-color: rgba(221, 221, 221, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon,
.icon-2 {
  color: var(--show-tell-main);
}

.div-block-6 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  display: flex;
}

.img_course {
  width: 48%;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
}

.priceblock {
  height: 150px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#ffc1dd, #ffc1dd);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  margin-bottom: 12px;
}

.titleprice01 {
  width: 80%;
  color: #fff;
  background-image: linear-gradient(#e16206, #e16206);
  border-radius: 64px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.paragraph-27 {
  font-size: 1.5rem;
  font-weight: 700;
}

.paragraph-28 {
  font-size: 16px;
}

.paragraph-29 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.paragraph-30 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.flex-block-41 {
  align-items: center;
}

.titleprice02 {
  width: 80%;
  background-image: linear-gradient(to bottom, var(--show-tell-main), var(--show-tell-main));
  color: #fff;
  border-radius: 64px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-7 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
}

.div-block-8 {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.button-3 {
  width: 350px;
  height: 70px;
  background-color: var(--button-hover);
  color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.flex-block-42 {
  width: 100%;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-9 {
  margin-top: 80px;
  width: 100%;
  height: 350px;
  max-width: 750px;
  background-image: url("../images/pixta_94868286_M.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_hero {
  color: var(--show-tell-main);
  margin-top: 60px;
  padding-left: 40px;
  font-size: 3rem;
  line-height: 3.3rem;
}

.paragraph-31 {
  padding-top: 40px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 700;
}

.flex-block-43 {
  width: 100%;
  max-width: 750px;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 6px;
}

.button-course {
  width: 40%;
  height: auto;
  background-color: var(--button-hover);
  color: #000;
  text-align: center;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.51);
}

.heading-14 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.paragraph-32 {
  color: var(--show-tell-main);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.flex-block-44 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #006069;
  background-image: url("../images/green_bg.png");
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.paragraph-33 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.image-34 {
  width: 40px;
}

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

.course01block {
  width: 45%;
  /* height: 620px; */
  grid-row-gap: 12px;
  align-items: center;
}

.flex-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  display: flex;
}

.container-15 {
  max-width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-bg_yellow {
  object-fit: contain;
  background-image: linear-gradient(#ffe391, #ffe391);
  margin-bottom: 0;
  font-size: 1rem;
  text-decoration: none;
  overflow: auto;
}

.paragraph-34 {
  font-size: 16px;
  line-height: 24px;
  overflow: auto;
}

.titleblock-blue {
  grid-row-gap: 16px;
  background-image: linear-gradient(#0092d0, #0092d0);
  padding: 20px;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
}

.heading-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

.flex-block-47 {
  width: 100%;
  justify-content: space-around;
  padding-bottom: 60px;
}

.image-35 {
  width: 45%;
}

.flex-block-48 {
  width: 45%;
  height: 100%;
  grid-row-gap: 24px;
  -webkit-text-stroke-width: 0px;
  border: 1px solid #0092d0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.flex-block-49 {
  width: 45%;
  height: 100%;
  grid-row-gap: 24px;
  -webkit-text-stroke-width: 0px;
  border: 1px solid#d02001;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.heading-18 {
  font-size: 1.4rem;
}

.p-feature {
  width: 100%;
  color: var(--white);
  background-image: linear-gradient(#0092d0, #0092d0);
  border-radius: 60px;
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  text-align: center;
}

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

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

.title_style {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 1.2rem;
}

.paragraph-35 {
  padding-left: 10px;
  font-size: 1rem;
  line-height: 24px;
}

.flex-block-50 {
  width: 100%;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-around;
}

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

.flex-block-51 {
  width: 100%;
  font-size: 16px;
}

.flex-block-52 {
  width: 100%;
  justify-content: space-around;
  align-items: flex-end;
}

.image-37 {
  width: 45%;
}

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

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

.paragraph-37 {
  width: 80%;
}

.section-course02 {
  padding-top: 0;
  padding-bottom: 20px;
}
.section-course03 {
  padding-top: 0;
  padding-bottom: 20px;
}

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

.slide-nav {
  padding-top: 0;
}

.div-block-11 {
  width: 100%;
  height: 620px;
  grid-row-gap: 24px;
  white-space: nowrap;
  overflow-wrap: normal;
  background-image: url("../images/lp_FV_BG.png"), linear-gradient(#ecf3f1, #ecf3f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading-19 {
  width: auto;
  color: var(--show-tell-main);
  background-image: linear-gradient(#fff, #fff);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 2.5rem;
  line-height: 30px;
  display: inline;
}

.image-40 {
  width: 25%;
}

.flex-block-53 {
  width: 100%;
  justify-content: flex-end;
}

.flex-block-54 {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
}

.image-41 {
  width: 60%;
}

.div-block-12 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url("../images/green_bg.png");
  background-position: 0 0;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 20px 60px;
  display: flex;
}

.flex-block-55 {
  width: 90%;
  grid-column-gap: 12px;
  align-items: center;
}

.image-42 {
  width: 30px;
}

.p-fv-catch_white {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 700;
}

.p-fv-catch_yellow {
  color: var(--button-hover);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 700;
}

.flex-block-56 {
  grid-row-gap: 16px;
}

.titleblock02 {
  grid-row-gap: 16px;
  background-image: linear-gradient(#e84468, #e84468);
  padding: 20px;
}

.image-43 {
  width: 100px;
}

.p-full {
  width: auto;
  color: #a1a1a1;
  margin-bottom: 0;
  font-size: 1rem;
  text-decoration: line-through;
}

.button-full {
  width: 120px;
  color: #2a2a2a;
  text-align: center;
  white-space: nowrap;
  background-color: #a7a7a7;
  border-radius: 8px;
  font-weight: 700;
}

.schedulelist_element-full {
  width: 100%;
  border: 1px solid var(--kütüp-library-dim-grey);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.image-44 {
  height: 343px;
  padding-bottom: 20px;
}

.text-block {
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(#ff3232, #ff3232);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
}

.flex-block-57 {
  align-items: center;
}

.list-item-3,
.list-item-4 {
  text-decoration: line-through;
}

.link-2 {
  font-size: 16px;
  font-weight: 700;
}

.priceblock-blue {
  height: 150px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#d0e4f1, #d0e4f1);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  margin-bottom: 12px;
}
.priceblock-red {
  height: 150px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#ffa99a, #ffa99a);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
}

.priceblock-white {
  width: 50%;
  height: 150px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
}

.image-45,
.image-46 {
  width: 220px;
  min-width: 70px;
}

.flex-block-58 {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
}

.image-47 {
  width: 60%;
}

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

.p-course-red {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.link-course-blue {
  width: 40%;
  background-image: linear-gradient(#0092d0, #0092d0);
  border: 2px solid #fff;
  border-radius: 60px;
  padding: 10px 10px;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.image-48 {
  width: 30px;
  height: 30px;
}

.image-49 {
  width: 30px;
}

.link-course-red {
  width: 40%;
  background-image: linear-gradient(#e84468, #e84468);
  border: 2px solid #fff;
  border-radius: 60px;
  padding: 10px 10px;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.p-course-blue {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

.p-blue {
  color: #0092d0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.line_title-blue {
  width: 50%;
}

.p-feature-red {
  width: 100%;
  color: #dd4693;
  background-image: linear-gradient(#f3bcd5, #f3bcd5);
  border-radius: 60px;
  justify-content: center;
  align-self: center;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  text-align: center;
}

.flex-block-red {
  width: 45%;
  height: 100%;
  grid-row-gap: 24px;
  -webkit-text-stroke-width: 0px;
  border: 1px solid #dd4693;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.container-_red {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffc1dd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 40px 24px;
  display: flex;
}

.p-red {
  color: #dd4693;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.container-_blue {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #d0e4f1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 40px 24px;
  display: flex;
}

.container-16 {
  width: 100%;
  max-width: 750px;
  padding-top: 40px;
  padding-left: 0;
}

.p-info {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.list-item-info {
  min-height: 50px;
  border-bottom: 1px dotted #000;
  align-items: center;
  display: flex;
}

.list-8 {
  grid-row-gap: 12px;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.p-info-date {
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 14px;
}

.p-feature-advance {
  width: 100%;
  color: var(--white);
  background-color: #d02001;
  border-radius: 60px;
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  text-align: center;
}

.break-xs {
  display: none;
}

@media screen and (max-width: 991px) {
  .brand {
    flex: 1;
  }

  .section-hero {
    height: auto;
  }

  .wrapper {
    background-position: 35%;
  }

  .container-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-flex-row-right {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .hero-title01 {
    width: auto;
    max-width: 200px;
  }

  .img_hero_title01 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .hero-title02 {
    max-width: 247px;
  }

  .hero-flex-row-right-2 {
    width: 60%;
    padding-right: 0;
  }

  .text {
    width: 100%;
    text-align: right;
    font-size: 2.5rem;
  }

  .hero-flex-right {
    padding-right: 60px;
  }

  .container-nav {
    width: 90%;
    justify-content: center;
    align-items: stretch;
  }

  .img_hero_logo {
    max-width: 320px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .text-span {
    outline-offset: 0px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    border-radius: 0;
    outline: 3px #e16206;
  }

  .image {
    width: 100%;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

  .kutup-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .kutup-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

  .container-2 {
    width: 90%;
  }

  .columns-vertical {
    flex-direction: column;
    align-items: center;
  }

  .p {
    text-align: left;
    font-size: 0.9rem;
  }

  .kutup-menu-button-2 {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

  .kutup-menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .kutup-nav-link-2 {
    border-bottom: 1px dashed #1e818a;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .kutup-nav-link-2:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }

  .kutup-nav-link-2:active {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .kutup-dropdown-arrow-2 {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-2 {
    width: 100%;
  }

  .kutup-nav-menu-2 {
    background-color: #14727b;
  }

  .section-problem {
    height: auto;
  }

  .container-3 {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .img_tittle-problem {
    height: 60px;
  }

  .subtittle-problem {
    padding: 20px;
  }

  .subtitle-problem {
    font-size: 1.4rem;
  }

  .contents-problem {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical {
    height: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .p-problem {
    font-size: 1rem;
    line-height: 30px;
  }

  .contents-problem-image {
    width: 50%;
    height: 100%;
  }

  .subtitle-problem-2 {
    font-size: 2rem;
  }

  .img_check {
    width: 30px;
    height: 30px;
  }

  .img_-problem {
    height: 99.9997%;
  }

  .title_green {
    padding: 20px 40px;
  }

  .m3-display-medium {
    font-size: 1.8rem;
  }

  .columns-purple {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .column {
    max-width: 750px;
  }

  .content {
    padding: 20px 10px;
  }

  .m3-title-large {
    color: #006069;
    font-size: 1.8rem;
    line-height: 24px;
  }

  .author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .subtitle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .m3-display-small {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .image-3 {
    height: 40px;
    line-height: 15px;
  }

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

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

  .columns-green {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-solution {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .img-solution {
    width: 40%;
  }

  .content-2 {
    width: 50%;
    height: auto;
    max-width: 300px;
    padding: 20px 10px;
  }

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

  .sulutioncontent-info-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .featurebox {
    height: 190px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
  }

  .flex-v {
    flex-direction: row;
    align-items: center;
  }

  .image-4 {
    width: 40px;
  }

  .feature-text-flexv {
    align-items: center;
  }

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

  .heading-3,
  .button {
    font-size: 1.8rem;
  }

  .container-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-2 {
    width: 100%;
    justify-content: center;
  }

  .how-content-title {
    font-size: 1rem;
  }

  .image-7 {
    width: 50%;
  }

  .image-8,
  .image-9,
  .image-10 {
    height: 100px;
  }

  .image-11 {
    width: 30px;
  }

  .kutup-nav-link-2-copy {
    width: 250px;
    text-align: center;
    border-bottom: 1px dashed #1e818a;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .kutup-nav-link-2-copy:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }

  .kutup-nav-link-2-copy:active {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .container-hero-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wrapper-page-lesson {
    background-position: 60%;
  }

  .flex-block-9 {
    padding-bottom: 40px;
  }

  .catch-title-small {
    font-size: 1.1rem;
  }

  .catch-title-big-blue,
  .catch-title-big {
    font-size: 1.5rem;
  }

  .flex-block-12 {
    flex-direction: column;
  }

  .column_factor {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .factor-contents-yellow {
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .flex-block-15 {
    height: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .factor-contents-green,
  .factor-contents-blue {
    max-width: 100%;
    flex-direction: row;
  }

  .flex-block-17 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .container-feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-hero-page2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-class {
    font-size: 1rem;
    line-height: 22px;
  }

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

  .heading-class-5-6 {
    font-size: 1rem;
    line-height: 22px;
  }

  .flex-block-18 {
    flex-direction: column;
  }

  .wrapper-page-feature {
    background-position: 30%;
  }

  .heading-short {
    height: 60px;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .image-16 {
    max-width: 320px;
  }

  .flex-block-19 {
    width: 100%;
    flex-direction: row;
  }

  .heading-5 {
    font-size: 0.9rem;
  }

  .flex-block-21 {
    padding-left: 0;
  }

  .image-17 {
    max-height: 60px;
  }

  .container-class {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-19 {
    display: block;
  }

  .image-20 {
    display: none;
  }

  .card-teacher {
    max-width: 550px;
    flex-direction: column;
  }

  .image-21 {
    width: 160px;
    max-height: 200px;
    max-width: 160px;
  }

  .name {
    width: 100%;
    flex-direction: row;
  }

  .heading-6 {
    text-align: center;
    font-size: 1rem;
  }

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

  .paragraph-11 {
    font-size: 12px;
  }

  .flex-block-26 {
    justify-content: center;
  }

  .image-21-copy {
    max-width: 160px;
  }

  .image-22 {
    width: 160px;
    max-width: 160px;
  }

  .image-21-copy-copy {
    max-width: 160px;
  }

  .flex-block-27 {
    width: 100%;
    align-items: stretch;
  }

  .flex-block-28,
  .flex-block-29,
  .flex-block-30 {
    width: 100%;
  }

  .image-23,
  .container-11 {
    max-width: 768px;
  }

  .img-lesson {
    width: 50%;
  }

  .section-company {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-company {
    width: 90%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  ._2-columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .frame-395 {
    width: 30%;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .p-question {
    font-size: 1.2rem;
  }

  .container-apply {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-copy {
    background-position: 35%;
  }

  .lessonblock {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-around;
  }

  .button-3 {
    background-color: var(--button-hover);
    border-radius: 32px;
  }

  .div-block-9 {
    max-width: 768px;
  }

  .flex-block-43 {
    width: 100%;
    max-width: 768px;
  }

  .button-course {
    background-color: var(--button-hover);
    border-radius: 32px;
  }

  .priceblock-white {
    background-color: #fff;
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: auto;
  }

  .container-hero {
    padding-top: 60px;
  }

  .hero-flex-row-right {
    justify-content: center;
  }

  .hero-title01 {
    max-width: 200px;
  }

  .img_hero_title01 {
    object-fit: contain;
  }

  .hero-title02 {
    max-width: 240px;
  }

  .hero-flex-row-right-2 {
    width: 100%;
    justify-content: center;
  }

  .hero-flex-right {
    padding-top: 100px;
    padding-right: 0;
  }

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

  .container-2 {
    width: 100%;
  }

  .badge_info {
    white-space: nowrap;
    padding-right: 20px;
  }

  .list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .image-2 {
    max-width: 160px;
  }

  .section-problem {
    height: auto;
    background-image: url("../images/bg_mask_green.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-3 {
    width: 100%;
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 0;
  }

  .subtittle-problem {
    padding: 5px 10px;
  }

  .subtitle-problem {
    font-size: 1.2rem;
  }

  .contents-problem {
    padding: 10px;
  }

  .flex-vertical {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .p-problem {
    font-size: 0.8rem;
    line-height: 20px;
  }

  .subtitle-problem-2 {
    padding-top: 10px;
    font-size: 1.6rem;
  }

  .img_check {
    width: 20px;
    height: 20px;
  }

  .container-_green {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title_green {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .m3-display-medium {
    white-space: nowrap;
    font-size: 1.4rem;
  }

  .columns-purple {
    display: flex;
  }

  .column {
    max-width: 90%;
  }

  .m3-title-large {
    font-size: 1.7rem;
  }

  .m3-display-small {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .image-3 {
    height: 24px;
    line-height: 12px;
  }

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

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

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

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

  .columns-green {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-solution {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .img-solution {
    width: 80%;
  }

  .content-2 {
    width: 100%;
    max-width: 80%;
  }

  .heading {
    font-size: 2rem;
  }

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

  .featurebox {
    width: 90%;
    height: auto;
    max-width: 600px;
  }

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

  .heading-3,
  .button {
    font-size: 1.6rem;
  }

  ._0 {
    font-size: 32px;
  }

  ._1 {
    font-size: 22px;
  }

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

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

  .image-7 {
    width: 45%;
  }

  .image-8,
  .image-9,
  .image-10 {
    height: 80px;
  }

  .flex-block-5 {
    width: 100%;
  }

  .flex-block-6 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .flex-block-8 {
    width: 100%;
  }

  .image-11 {
    width: 30px;
  }

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

  .hero-title {
    font-size: 2.4rem;
  }

  .container-hero-page {
    height: 1200px;
    justify-content: flex-start;
    padding-top: 60px;
  }

  .wrapper-page-lesson {
    background-image: url("../images/pixta_65044480_M.jpg");
    background-position: 70%;
    background-size: cover;
    margin-top: 60px;
  }

  .flex-block-9 {
    height: 100%;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .catch-title-big-blue {
    line-height: 20px;
  }

  .flex-block-11 {
    flex-direction: column;
    align-items: center;
  }

  .heading-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
  }

  .image-13 {
    width: 220px;
  }

  .factor-contents-yellow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .flex-block-14 {
    width: 230px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .title-factor-green {
    font-size: 0.8rem;
    line-height: 25px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .image-14 {
    max-width: 180px;
  }

  .title-factor-yellow,
  .title-factor-blue {
    font-size: 0.8rem;
    line-height: 25px;
  }

  .flex-block-15 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .factor-contents-green {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    justify-content: center;
  }

  .factor-contents-blue {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
  }

  .unique-column-purple,
  .unique-column-green,
  .unique-column-orange,
  .unique-column-blue {
    width: 240px;
  }

  .container-feature {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-hero-page2 {
    height: 1200px;
    justify-content: flex-start;
    padding-top: 60px;
  }

  .flex-block-18 {
    align-items: center;
  }

  .wrapper-page-feature {
    background-image: url("../images/pixta_69251848_L.jpg");
    background-position: 45%;
    background-size: cover;
    margin-top: 60px;
  }

  .heading-short {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
  }

  .image-16 {
    order: 1;
  }

  .flex-block-19 {
    flex-direction: column;
    order: 0;
  }

  .div-block-2 {
    max-width: 340px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-21 {
    flex-direction: column;
    padding-left: 0;
  }

  .container-class {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-23 {
    flex-direction: column;
  }

  .card-teacher {
    max-width: 500px;
  }

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

  .paragraph-9,
  .paragraph-11 {
    font-size: 13px;
  }

  .image-21-copy-copy {
    width: 180px;
  }

  .container-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .staticarea {
    height: 50px;
  }

  .button-apply {
    max-width: 450px;
  }

  .image-28 {
    max-width: 220px;
  }

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

  .img-lesson {
    width: auto;
    max-width: 90%;
  }

  .image-30 {
    display: block;
  }

  .image-31 {
    display: none;
  }

  .container-company {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .frame-395 {
    width: 50%;
  }

  .company-info-p {
    font-size: 0.9rem;
  }

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

  .flex-block-34 {
    flex-direction: column;
    align-items: center;
  }

  .image-voice,
  .img_contants {
    width: auto;
  }

  .p-question {
    font-size: 1.2rem;
    line-height: 22px;
  }

  .hbox-question {
    align-items: center;
  }

  .p-answer {
    font-size: 0.9rem;
  }

  .flex-block-35 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hbox-explain {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .explainbox {
    align-items: center;
  }

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

  .paragraph-12 {
    padding-top: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
    hright: auto;
  }

  .bold-text-2 {
    font-size: 1.5rem;
  }

  .div-block-4 {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .paragraph-14 {
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .list-5 {
    padding-right: 0;
  }

  .paragraph-17 {
    padding-left: 20px;
  }

  .schedulelist {
    width: 100%;
  }

  .button-apply-bottom {
    height: 70px;
  }

  .div-block-5 {
    width: 90%;
  }

  .wrapper-copy {
    margin-top: 60px;
  }

  .footer-social-block-copy {
    margin-top: 60px;
    margin-left: -20px;
    display: flex;
  }

  .step-element {
    width: 100%;
  }

  .heading-step {
    font-size: 1.6rem;
  }

  .step-descriptionblock {
    width: 100%;
  }

  .paragraph-25 {
    font-size: 1.2rem;
  }

  .paragraph-22-copy {
    color: #000;
  }

  .footer-divider-copy {
    background-color: #000;
    margin-top: 60px;
  }

  .flex-block-39 {
    flex-direction: column;
  }

  .heading-11 {
    font-size: 1rem;
    line-height: 32px;
  }

  .flex-block-40 {
    max-width: 90%;
    flex-direction: column;
  }

  .reasonblock {
    width: 100%;
    padding-top: 40px;
  }

  .lessonblock {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .slider {
    display: none;
  }

  .div-block-6 {
    max-width: 90%;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .img_course {
    width: auto;
  }

  .priceblock {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .div-block-9 {
    height: 320px;
  }

  .heading_hero,
  .paragraph-31 {
    padding-left: 20px;
  }

  .flex-block-43 {
    background-image: linear-gradient(#fff, #fff);
  }

  .button-course {
    border-radius: 64px;
  }

  .heading-14 {
    font-size: 1.6rem;
  }

  .flex-block-44 {
    width: 90%;
  }

  .div-block-10 {
    width: 90%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .course01block {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .titleblock-blue {
    width: 100%;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .heading-15 {
    font-size: 3rem;
  }

  .heading-16 {
    font-size: 20px;
  }

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

  .flex-block-47 {
    width: 90%;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .image-35 {
    width: 80%;
  }

  .flex-block-48 {
    width: 80%;
    grid-row-gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-18 {
    margin-bottom: 0;
  }

  .p-feature {
    width: 80%;
  }

  .section-course01 {
    padding-bottom: 0;
  }

  .paragraph-35 {
    line-height: 24px;
  }

  .flex-block-49 {
    width: 80%;
    grid-row-gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-50 {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-52 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .image-37 {
    width: 90%;
  }

  .paragraph-37 {
    width: 80%;
  }

  .image-39 {
    max-width: 90%;
  }

  .div-block-11 {
    height: 550px;
    grid-row-gap: 18px;
    padding: 20px;
  }

  .heading-19 {
    font-size: 2rem;
    line-height: 30px;
  }

  .flex-block-54 {
    padding-top: 20px;
  }

  .image-41 {
    width: 60%;
  }

  .div-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
  }

  .flex-block-55 {
    width: 90%;
  }

  .image-42 {
    width: 24px;
  }

  .p-fv-catch_white,
  .p-fv-catch_yellow {
    font-size: 1.3rem;
  }

  .flex-block-56 {
    grid-row-gap: 12px;
  }

  .titleblock02 {
    width: 100%;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .priceblock-blue,
  .priceblock-white {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-45,
  .image-46 {
    width: 60%;
    max-width: 60%;
  }

  .flex-block-58 {
    flex-direction: column;
  }

  .image-47 {
    width: 60%;
  }

  .p-course-red {
    font-size: 1.2rem;
  }

  .link-course-blue,
  .link-course-red {
    padding: 10px 20px;
  }

  .p-feature-red {
    width: 80%;
  }

  .p-feature-advance {
    width: 80%;
  }

  .flex-block-red {
    width: 80%;
    grid-row-gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-_red,
  .container-_blue {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-info {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .p-info-date {
    padding-bottom: 5px;
  }

  .titleblock-advance {
    width: 100%;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    min-height: auto;
    background-image: none;
  }

  .container-hero {
    padding-top: 40px;
  }

  .hero-flex-row-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .hero-title01 {
    max-width: 120px;
  }

  .hero-flex-right {
    align-items: center;
    padding-top: 120px;
  }

  .img_hero_logo {
    height: 200px;
    max-width: 280px;
  }

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

  .kutup-nav-component-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .title-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .p {
    font-size: 0.8rem;
    line-height: 120%;
  }

  .list-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .image-2 {
    max-width: 150px;
  }

  .section-problem {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tittle-problem {
    width: 80%;
  }

  .img_tittle-problem {
    height: 30px;
  }

  .subtittle-problem {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .subtitle-problem {
    font-size: 0.7rem;
  }

  .contents-problem {
    width: 85%;
    grid-column-gap: 5px;
    grid-row-gap: 3px;
    padding: 5px;
  }

  .p-problem {
    font-size: 0.6rem;
    line-height: 10px;
  }

  .contents-problem-image {
    display: none;
  }

  .subtitle-problem-2 {
    padding-top: 0;
    font-size: 0.6rem;
  }

  .img_check {
    width: 15px;
    height: 15px;
    display: block;
  }

  .section-solution {
    background-color: #d3f2e1;
    padding: 20px 0;
  }

  .container-_green {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title_green {
    width: 100%;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .m3-display-medium {
    font-size: 1rem;
    line-height: 1rem;
  }

  .columns-purple {
    grid-column-gap: 0px;
    padding: 0;
  }

  .column {
    max-width: 330px;
  }

  .m3-title-large {
    font-size: 1.2rem;
    line-height: 16px;
  }

  .author {
    border-radius: 12px;
  }

  .img_solution {
    max-height: 250px;
    max-width: 100%;
    border-radius: 12px;
  }

  .m3-display-small {
    font-size: 0.8rem;
  }

  .image-3 {
    height: 20px;
  }

  .footer-dark {
    padding-bottom: 100px;
  }

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

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

  .columns-green {
    padding: 10px;
  }

  .img-solution {
    width: 100%;
  }

  .content-2 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-feature {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 1.6rem;
  }

  .featurebox {
    width: 100%;
  }

  .image-4 {
    width: 24px;
  }

  .image-5 {
    width: 80px;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .image-6 {
    width: 18px;
  }

  .section-video {
    padding-bottom: 0;
  }

  .paragraph-2 {
    padding-top: 0;
    font-size: 1rem;
  }

  .section-seminor {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .heading-3 {
    font-size: 1.2rem;
  }

  .button {
    padding: 10px 40px;
    font-size: 1rem;
  }

  ._0 {
    font-size: 18px;
  }

  ._1 {
    font-size: 14px;
  }

  .how-content-title {
    font-size: 0.9rem;
    line-height: 20px;
  }

  .image-7 {
    width: 100%;
  }

  .image-8,
  .image-9,
  .image-10 {
    display: none;
  }

  .image-11 {
    width: 30px;
  }

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

  .hero-title {
    font-size: 2rem;
  }

  .container-hero-page {
    height: 1000px;
    padding-top: 40px;
  }

  .wrapper-page-lesson {
    height: 480px;
    min-height: auto;
    background-position: 80%;
    background-size: cover;
  }

  .flex-block-9 {
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .catch-title-small {
    padding-left: 0;
    font-size: 0.8rem;
    line-height: 16px;
  }

  .flex-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .catch-title-big-blue {
    font-size: 1rem;
    line-height: 16px;
  }

  .flex-block-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .catch-title-big {
    font-size: 1rem;
    line-height: 16px;
  }

  .heading-4 {
    padding: 10px;
    font-size: 0.9rem;
    line-height: 20px;
  }

  .image-13 {
    width: 220px;
  }

  .factor-contents-yellow {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-14 {
    width: 240px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-14 {
    max-width: 240px;
  }

  .flex-block-15 {
    width: 100%;
  }

  .factor-contents-green,
  .factor-contents-blue {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .unique-column-purple,
  .unique-column-green,
  .unique-column-orange,
  .unique-column-blue {
    width: 100%;
  }

  .container-feature {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    width: 100%;
  }

  .container-hero-page2 {
    height: 1000px;
    padding-top: 40px;
  }

  .heading-class {
    height: 50px;
    padding-bottom: 10px;
  }

  .card-class-3-4 {
    width: 100%;
    height: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-class {
    font-size: 0.9rem;
  }

  .paragraph-lesson-list-title {
    height: 30px;
  }

  .list-4 {
    font-size: 0.9rem;
  }

  .card-class-5-6 {
    width: 100%;
    height: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-lesson-list-title-5-6 {
    height: 30px;
  }

  .paragraph-class-5-6 {
    font-size: 0.9rem;
  }

  .heading-class-5-6 {
    height: 50px;
    padding-bottom: 10px;
  }

  .wrapper-page-feature {
    height: 480px;
    min-height: auto;
    background-position: 60%;
    background-size: cover;
  }

  .heading-short {
    width: 100%;
    height: 50px;
    align-items: center;
    padding: 5px 10px 10px;
    font-size: 0.9rem;
    line-height: 20px;
  }

  .flex-block-20 {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .flex-block-21 {
    flex-direction: column;
    padding-left: 0;
  }

  .container-class {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-23 {
    align-items: center;
  }

  .image-18 {
    max-width: 90%;
    display: block;
  }

  .image-19 {
    display: none;
  }

  .list-item-2 {
    line-height: 16px;
  }

  .section-teacher {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-teacher {
    border-width: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .card-teacher {
    width: 90%;
    flex-direction: column;
  }

  .image-21 {
    width: 40%;
    max-height: 450px;
    max-width: 40%;
  }

  .name {
    flex-direction: row;
  }

  .paragraph-11 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-21-copy,
  .image-22,
  .image-21-copy-copy {
    width: 100%;
    max-width: none;
  }

  .container-11 {
    grid-row-gap: 0px;
  }

  .button-apply {
    height: 60px;
    max-width: 300px;
    border-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

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

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .image-28 {
    max-width: 130px;
  }

  .flex-block-31 {
    grid-column-gap: 10px;
  }

  .section-reason {
    padding: 20px 10px;
  }

  .container_white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 0;
  }

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

  .section-studycase {
    padding: 20px 10px;
  }

  .column-9 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-company {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-47 {
    font-size: 1.2rem;
  }

  ._5 {
    width: 90%;
  }

  .container-company {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .column-8 {
    width: 100%;
  }

  .frame-395 {
    width: 50%;
  }

  .company-info-p {
    font-size: 0.8rem;
  }

  .frame-394 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-course {
    padding: 20px 10px;
  }

  .heading-black {
    font-size: 1.2rem;
  }

  .section-price {
    padding: 20px 0;
  }

  .section-communication-skill {
    padding: 20px 10px;
  }

  .p-green {
    padding-top: 0;
    font-size: 1rem;
  }

  .section-voice {
    padding: 20px 10px;
  }

  .img_contants {
    max-width: 90%;
  }

  .section-supporter {
    padding: 20px 0;
  }

  .section-flow {
    padding: 20px 10px 40px;
  }

  .section-q-a {
    padding: 20px 10px;
  }

  .p-question {
    font-size: 0.9rem;
    line-height: 20px;
  }

  .image-33 {
    width: 30px;
    height: 30px;
  }

  .hbox-question {
    align-items: center;
  }

  .p-answer {
    font-size: 0.8rem;
    line-height: 18px;
  }

  .flex-block-35 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-apply {
    grid-column-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hbox-explain {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

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

  .paragraph-12 {
    padding-top: 0;
  }

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

  .paragraph-17 {
    padding-left: 10px;
  }

  .schedulelist_element {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .paragraph-20 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-apply-bottom {
    height: 70px;
    border-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .wrapper-copy {
    min-height: auto;
    background-image: none;
  }

  .container-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .heading-terms {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 24px;
  }

  .paragraph-22 {
    color: #fff;
    font-size: 10px;
  }

  .footer-social-block-copy {
    margin-top: 60px;
  }

  .step-block {
    width: 95%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .numbercircle {
    min-width: 60px;
  }

  .paragraph-23 {
    font-size: 12px;
  }

  .paragraph-24 {
    font-size: 20px;
  }

  .step-element {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-step {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .step-descriptionblock {
    height: 100px;
    flex-direction: column-reverse;
    order: 0;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
  }

  .dash-line {
    display: flex;
  }

  .paragraph-25 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    font-size: 1rem;
  }

  .dash-line-copy {
    display: none;
  }

  .paragraph-22-copy {
    color: #fff;
    font-size: 10px;
  }

  .flex-block-39 {
    flex-direction: row;
  }

  .heading-11 {
    font-size: 0.9rem;
    line-height: 20px;
  }

  .flex-block-40 {
    align-items: center;
  }

  .reasonblock {
    width: 100%;
  }

  .priceblock {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titleprice01 {
    width: 100%;
  }

  .paragraph-27 {
    font-size: 1.3rem;
  }

  .paragraph-28 {
    font-size: 14px;
  }

  .paragraph-29 {
    font-size: 1.2rem;
  }

  .paragraph-30 {
    font-size: 14px;
  }

  .heading-13 {
    font-size: 1.2rem;
  }

  .flex-block-41 {
    flex-direction: row;
  }

  .titleprice02 {
    width: 100%;
  }

  .button-3 {
    width: 280px;
    height: 60px;
    padding: 0;
  }

  .div-block-9 {
    height: 300px;
    background-position: 50%;
  }

  .heading_hero {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .paragraph-31 {
    text-shadow: 1px 1px 1px #fff;
    padding-top: 60px;
    padding-right: 20px;
    font-size: 14px;
  }

  .flex-block-43 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-course {
    width: 45%;
    height: auto;
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-14 {
    font-size: 1.2rem;
  }

  .image-34 {
    width: 30px;
  }

  .flex-block-45 {
    max-width: 100%;
  }

  .container-15 {
    max-width: 90%;
  }

  .paragraph-34 {
    line-height: 24px;
  }

  .titleblock-blue {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px 10px;
  }

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

  .heading-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-17 {
    font-size: 1.6rem;
    line-height: 30px;
  }

  .flex-block-47 {
    padding-bottom: 40px;
  }

  .flex-block-48 {
    width: 100%;
  }

  .heading-18 {
    font-size: 1.2rem;
  }

  .p-feature {
    width: 95%;
    font-size: 14px;
  }

  .flex-block-49 {
    width: 100%;
  }

  .p-feature-advance {
    width: 95%;
    font-size: 14px;
  }

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

  .title_style {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .paragraph-35 {
    font-size: 0.9rem;
  }

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

  .flex-block-51 {
    width: 90%;
  }

  .paragraph-36 {
    font-size: 0.9rem;
  }

  .image-38 {
    max-width: 90%;
  }

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

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

  .div-block-11 {
    height: 350px;
    grid-row-gap: 12px;
    background-image: url("../images/lp_FV_BG.png"), linear-gradient(#ecf3f1, #ecf3f1);
    background-size: contain, auto;
    padding: 20px 15px;
  }

  .heading-19 {
    font-size: 1.2rem;
    line-height: 10px;
  }

  .image-40 {
    width: 30%;
  }

  .flex-block-54 {
    height: 100%;
    align-items: flex-end;
    padding-top: 10px;
  }

  .div-block-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-55 {
    width: 80%;
    grid-column-gap: 8px;
  }

  .image-42 {
    width: 18px;
  }

  .p-fv-catch_white,
  .p-fv-catch_yellow {
    white-space: nowrap;
    font-size: 0.8rem;
  }

  .flex-block-56 {
    grid-row-gap: 4px;
  }

  .titleblock02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url("../images/course_title02.png"), linear-gradient(to bottom, null, null);
    padding: 20px 10px;
  }

  .p-full {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .schedulelist_element-full {
    flex-direction: column;
  }

  .text-block {
    color: var(--white);
    border-radius: 20px;
    font-weight: 700;
  }

  .priceblock-blue,
  .priceblock-white {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-47 {
    width: 80%;
  }

  .div-block-13 {
    grid-row-gap: 8px;
  }

  .p-course-red {
    font-size: 0.8rem;
  }

  .link-course-blue {
    padding: 10px;
  }

  .image-49 {
    width: 20px;
  }

  .link-course-red {
    padding: 10px;
  }

  .p-course-blue {
    font-size: 0.8rem;
  }

  .p-blue {
    padding-top: 0;
    font-size: 1rem;
  }

  .p-feature-red {
    width: 95%;
    font-size: 14px;
  }

  .flex-block-red {
    width: 100%;
  }

  .container-_red {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-red {
    padding-top: 0;
    font-size: 1rem;
  }

  .container-_blue {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .titleblock-advance {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px 10px;
  }

  .break-xs {
    display: block;
  }
}

#w-node-dcbc59cb-4ae3-1ce4-3662-3638eefcde8c-4e1e3a3c,
#w-node-dcbc59cb-4ae3-1ce4-3662-3638eefcdea0-4e1e3a3c,
#w-node-dcbc59cb-4ae3-1ce4-3662-3638eefcde8c-80b04e25,
#w-node-dcbc59cb-4ae3-1ce4-3662-3638eefcdea0-80b04e25,
#w-node-dcbc59cb-4ae3-1ce4-3662-3638eefcde8c-ff4e9f87,
#w-node-dcbc59cb-4ae3-1ce4-3662-3638eefcdea0-ff4e9f87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.timeblock {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffc1dd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  margin-bottom: 12px;
}
.timeblock-blue {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #d0e4f1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  margin-bottom: 12px;
}

.timeblock-red {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#ffa99a, #ffa99a);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
}

.link-course-advance {
  width: 40%;
  background-color: #d02001;
  border: 2px solid #fff;
  border-radius: 60px;
  padding: 10px 10px;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.titleblock-advance {
  grid-row-gap: 16px;
  background-color: #d02001;
  padding: 20px;
}

.container-advance {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffe2dd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 40px 24px;
  display: flex;
}
.container-advance2 {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(#ffa99a, #ffa99a);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 40px 24px;
  display: flex;
}
.p-advance {
  color: #d02001;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.cp_pricetable2 {
  margin: 0 auto;
  padding: 0em;
  border-spacing: 1px 0;
  border-radius: 6px;
  background: #e3e3e3;
  width: 100%;
}
.cp_pricetable2 td {
  height: 50px;
  padding: 0 10px;
  text-align: center;
  border-bottom: 1px solid #9d9d9d;
}
/*main tableブロック*/
.cp_pricetable2 tbody td {
  text-align: center;
}
/* --リスト名ブロック */
.cp_pricetable2 tbody td:first-child {
  font-size: 0.8rem;
  width: auto;
  text-align: left;
  white-space: nowrap;
}

/* --2,3列目 */
.cp_pricetable2 td:nth-child(2),
.cp_pricetable2 td:nth-child(3) {
  border-right: 1px solid #9d9d9d;
  background: #ffffff;
}
/* --4列目 */
.cp_pricetable2 td:nth-child(4) {
  color: #ffffff;
  background: #131874;
}
/*Header テキストブロック*/
.cp_pricetable2 thead td {
  font-size: 1em;
  font-weight: bold;
  border-top: none;
  border-radius: 6px 6px 0 0;
}
/*Footer ボタンブロック*/
.cp_pricetable2 tfoot td {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
/*ボタンデザイン*/
.cp_pricetable2 a.cp_btn {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.3em 1em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #da3c41;
  border-radius: 4px;
  background: #da3c41;
}
.cp_pricetable2 .cp_btn:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  content: "";
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  background: #ffffff;
}
.cp_pricetable2 .cp_btn:hover {
  color: #da3c41;
}
.cp_pricetable2 .cp_btn:hover:after {
  height: 250%;
  opacity: 1;
}
.cp_pricetable2 .cp_btn:active:after {
  height: 350%;
  opacity: 1;
}
