
h1, h2, h3, h4 {
  font-weight: 500;
}
.edu {
  color: #2C2C2C;
}
.edu .c-edu-how__item,
.edu .c-edu-how__item-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none transparent;
}
.edu .c-edu-how__item-list,
.edu .c-edu-how__list,
.edu .c-edu-options__item,
.edu .c-edu-options__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.edu .c-edu-hero {
  padding: 40px 0;
  text-align: center;
}
.edu .c-edu-hero h1 {
  font-size: 40px;
  line-height: 50px;
}
.edu .c-edu-hero h1,
.edu .c-edu-hero p {
  margin: 0 0 60px;
}
.edu .c-edu-hero p {
  position: relative;
  font-size: 60px;
  line-height: 75px;
}
.edu .c-edu-hero p svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
}
.edu .c-edu-hero p span {
  position: relative;
  z-index: 1;
}
.edu .c-edu-hero__illust img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .edu .c-edu-hero h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .edu .c-edu-hero p {
    font-size: 80px;
    line-height: 95px;
  }
  .edu .c-edu-hero p svg {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .edu .c-edu-hero {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
  }
  .edu .c-edu-hero__side {
    max-width: 33.3333%;
    flex: 1 0 33.3333%;
  }
  .edu .c-edu-hero__illust {
    max-width: 66.6667%;
    flex: 1 0 66.6667%;
  }
  .edu .c-edu-hero h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .edu .c-edu-hero p {
    margin: 0;
    font-size: 60px;
    line-height: 75px;
  }
  .edu .c-edu-hero p svg {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (min-width: 1368px) {
  .edu .c-edu-hero {
    margin-bottom: 60px;
  }
  .edu .c-edu-hero h1 {
    margin: 0 0 60px;
    font-size: 50px;
    line-height: 60px;
  }
  .edu .c-edu-hero p {
    font-size: 80px;
    line-height: 95px;
  }
  .edu .c-edu-hero p svg {
    transform: translate(-50%, -50%);
  }
}
.edu .c-edu-options {
  margin-bottom: 60px;
}
.edu .c-edu-options h2 {
  margin: 0 0 40px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}
.edu .c-edu-options__list {
  max-width: 400px;
  margin: 0 auto;
}
.edu .c-edu-options__item {
  margin-bottom: 30px;
}
.edu .c-edu-options__code {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  align-items: center;
}
.edu .c-edu-options__code svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8) translate(10px, -10px);
  color: #fe7d5e;
}
.edu .c-edu-options__code strong {
  display: block;
  font-size: 70px;
  line-height: 80px;
}
.edu .c-edu-options__code small {
  display: block;
  font-size: 20px;
  line-height: 20px;
}
.edu .c-edu-options__desc {
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
}
/*.edu .c-edu-options__item:first-child .c-edu-options__code, .edu .c-edu-options__item:first-child .c-edu-options__code svg { color: #ffdd46 }*/
/*.edu .c-edu-options__item:last-child .c-edu-options__code svg { color: #3ac6ef }*/
@media (min-width: 1024px) {
  .edu .c-edu-options h2 {
    margin-bottom: 70px;
    font-size: 40px;
    line-height: 48px;
  }
  .edu .c-edu-options__list {
    display: flex;
    max-width: none;
    margin: 0 0 0 -20px;
  }
  .edu .c-edu-options__item {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
    border-left: 20px solid hsla(0, 0%, 100%, 0);
  }
}
@media (min-width: 1200px) {
  .edu .c-edu-options__code {
    min-height: 300px;
  }
  .edu .c-edu-options__code svg {
    transform: translate(-50%, -50%) translate(10px, -10px);
  }
}
.edu .c-edu-teachers {
  margin-bottom: 30px;
  text-align: center;
}
.edu .c-edu-teachers h2,
.edu .c-edu-teachers p {
  font-size: 26px;
  line-height: 36px;
}
.edu .c-edu-teachers h2 {
  order: 2;
}
.edu .c-edu-teachers p {
  order: 3;
}
.edu .c-edu-teachers__pencil {
  margin-bottom: -30px;
  order: 1;
}
.edu .c-edu-teachers img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.edu .c-edu-teachers__desc {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .edu .c-edu-teachers {
    margin-bottom: 60px;
  }
  .edu .c-edu-teachers h2,
  .edu .c-edu-teachers p {
    position: relative;
    z-index: 1;
    font-size: 30px;
    text-align: left;
  }
  .edu .c-edu-teachers__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .edu .c-edu-teachers__desc {
    position: relative;
    max-width: 49%;
    flex: 1 0 49%;
  }
  .edu .c-edu-teachers h2 {
    order: 1;
  }
  .edu .c-edu-teachers p {
    order: 2;
  }
  .edu .c-edu-teachers__pencil {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 536px;
    height: 266px;
  }
  .edu .c-edu-teachers__cell {
    max-width: 49%;
    flex: 1 0 49%;
  }
  .edu .c-edu-teachers__ipad {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .edu .c-edu-teachers__desc {
    padding-left: 20%;
  }
  .edu .c-edu-teachers__pencil {
    left: 60%;
  }
}
.edu .c-edu-how {
  position: relative;
  margin-bottom: 40px;
}
.edu .c-edu-how:before {
  position: absolute;
  top: 50px;
  right: -10px;
  left: -10px;
  height: 334px;
  content: "";
  background: transparent linear-gradient(180deg, #f5f5f5, #fff) 0 0 no-repeat padding-box;
}
.edu .c-edu-how__list {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 0 auto 40px;
}
.edu .c-edu-how__item {
  margin-bottom: 30px;
}
.edu .c-edu-how__item-inner {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 6px 11px 33px rgba(0, 0, 0, 0.08);
}
.edu .c-edu-how__item-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  padding-left: 50%;
}
.edu .c-edu-how__item-header img {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}
.edu .c-edu-how__item-name {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 26px;
}
.edu .c-edu-how__item-more .less {
  display: none;
}
.edu .c-edu-how__toggle {
  position: relative;
  color: #d7007f;
}
.edu .c-edu-how__toggle:after {
  position: absolute;
  top: 50%;
  right: -18px;
  font-size: 24px;
  content: "›";
  transform: translateY(-45%) rotate(90deg);
}
.edu .c-edu-how__item-active {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d6d6d6;
}
.edu .c-edu-how__item.is-active .c-edu-how__item-active {
  display: block;
}
.edu .c-edu-how__item.is-active .c-edu-how__toggle:after {
  margin-right: 5px;
  transform: translateY(-45%) rotate(-90deg);
}
.edu .c-edu-how__item.is-active .c-edu-how__item-more .less {
  display: inline;
}
.edu .c-edu-how__item.is-active .c-edu-how__item-more .more {
  display: none;
}
.edu .c-edu-how__item-desc,
.edu .c-edu-how__item-list li {
  font-size: 18px;
  line-height: 24px;
}
.edu .c-edu-how__item-desc a,
.edu .c-edu-how__item-list li a {
  color: #d7007f;
}
.edu .c-edu-how__item-list {
  counter-reset: item;
}
.edu .c-edu-how__item-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
}
.edu .c-edu-how__item-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) ".";
  counter-increment: item;
  color: #d7007f;
}
.edu .c-edu-how__item-hint {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #777;
}
@media (min-width: 550px) {
  .edu .c-edu-how:before {
    right: -20px;
    left: -20px;
  }
}
@media (min-width: 768px) {
  .edu .c-edu-how {
    margin-bottom: 100px;
  }
  .edu .c-edu-how__list {
    display: flex;
    max-width: none;
    margin: 0 0 0 -40px;
  }
  .edu .c-edu-how__item {
    flex: 1 0 50%;
    max-width: 50%;
    border-left: 40px solid hsla(0, 0%, 100%, 0);
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .edu .c-edu-how {
    margin-bottom: 140px;
  }
  .edu .c-edu-how__item-inner {
    padding: 50px;
  }
  .edu .c-edu-how__item-header {
    min-height: 120px;
  }
  .edu .c-edu-how__item-header img {
    left: 25%;
    transform: translate(-50%, -50%);
  }
}
.edu .c-edu-choose {
  position: relative;
  margin-bottom: 40px;
}
.edu .c-edu-choose__row {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 0 auto;
}
.edu .c-edu-choose__item-inner {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 6px 11px 33px rgba(0, 0, 0, 0.08);
}
.edu .c-edu-choose__image {
  display: block;
  margin: 0 0 14px;
  line-height: 0;
}
.edu .c-edu-choose__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.edu .c-edu-choose__illust {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.edu .c-edu-choose__illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .edu .c-edu-choose {
    margin-bottom: 100px;
  }
  .edu .c-edu-choose__row {
    display: grid;
    max-width: none;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    column-gap: 60px;
    row-gap: 60px;
  }
  .edu .c-edu-choose__item:first-child {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
  }
  .edu .c-edu-choose__item:nth-child(2) {
    grid-row: 2 / 4;
    grid-column: 1 / 2;
  }
  .edu .c-edu-choose__item:last-child {
    grid-row: 3 / 5;
    grid-column: 2 / 3;
  }
  .edu .c-edu-choose__item-inner {
    margin: 0;
    padding: 50px;
  }
  .edu .c-edu-choose__image {
    margin-bottom: 40px;
  }
  .edu .c-edu-choose__illust {
    display: block;
  }
}
.edu .c-edu-footer {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}
.edu .c-edu-footer p {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #666;
}
.edu-grayBg {
  background-color: #F5F5F7;
  padding: 50px;
}
.edu-how {
  max-width: 1450px;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
  border-radius: 25px;
  gap: 75px;
  padding: 100px;
  align-items: center;
  margin-bottom: 150px;
}
.edu-how-textwrap {
  flex: 0 1 35%;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.edu-how-textwrap-h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
.edu-how-textwrap-text {
  font-size: 18px;
  line-height: 24px;
}
.edu-how-right {
  flex: 0 1 65%;
  display: flex;
  flex-direction: column;
}
.edu-how-right-list {
  max-width: 570px;
  list-style: decimal;
}
.edu-how-right-list li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.edu-how-right-list li::marker {
  color: #d7007f;
}
.edu-how-right-disclaimer {
  font-size: 14px;
  line-height: 18px;
  color: #777;
}
.edu-why {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 150px;
}
.edu-why.reversed {
  flex-direction: row-reverse;
}
.edu-why-picture img {
  max-width: 100%;
  min-width: 250px;
}
.edu-why-textwrap {
  max-width: 475px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.edu-why-textwrap a {
  max-width: 300px;
}
.edu-why-textwrap-h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
.edu-why-textwrap-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.full-width {
  width: calc(100vw - 16px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw);
  margin-right: calc(-50vw);
}
@media screen and (max-width: 1000px) {
  .edu-how {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .edu-why {
    flex-direction: column !important;
  }
  .edu-why-picture img {
    width: 350px;
  }
  .edu-why-textwrap {
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .edu-how {
    gap: 25px;
  }
  .edu-how-textwrap-text {
    font-size: 14px;
    line-height: 20px;
  }
  .edu-how-right-list li {
    font-size: 14px;
    line-height: 20px;
  }
  .edu-why {
    margin-bottom: 50px;
    gap: 25px;
  }
  .edu-why-textwrap-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 450px) {
  .edu-how {
    padding: 2rem;
  }
  .edu-grayBg {
    padding: 2rem;
  }
}
.flex-academy-membership {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1130px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: clamp(30px, 8vw, 48px) 20px;
  border-radius: 25px;
  gap: 50px;
  background-color: #f5f5f7;
  margin-top: 3rem;
}
.flex-academy-membership__content {
  text-align: center;
  flex: 1 0 calc(50% - 25px);
  align-self: center;
}
.flex-academy-membership__title {
  font-size: 30px;
  line-height: 36px;
  color: #306eb2;
}
.flex-academy-membership__desc {
  margin: 10px 0 20px;
  font-size: 22px;
  line-height: 24px;
}
.flex-academy-membership__desc--2 {
  font-size: 18px;
  line-height: 21px;
  color: #777777;
}
.flex-academy-membership__desc-colored {
  color: #306eb2;
}
.flex-academy-membership__btn .btn {
  padding: 13px 40px;
}
.flex-academy-membership__img {
  display: grid;
  flex: 0 0 calc(50% - 25px);
  place-content: center;
}
.flex-academy-membership__img img {
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flex-academy-membership {
    flex-direction: row;
  }
}