@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=M+PLUS+Rounded+1c&family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --text-color: #005b43;
  --main-color: #1ca867;
  --pink: #d74e71;
  --orange: #ef8615;
  --bk: #000;
  --wh: #fff;
}

@font-face {
  font-family: "DIN2014";
  src: url("../fonts/din-2014.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.under499 {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* -------------------------
 * イントロ
 * ------------------------- */
.lesson-intro {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .lesson-intro {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .lesson-intro {
    margin-bottom: 6rem;
  }
}

.lesson-intro__inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 3rem 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .lesson-intro__inner {
    grid-template-columns: 100%;
  }
}

.lesson-intro__sub-catch {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .lesson-intro__sub-catch {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .lesson-intro__sub-catch {
    font-size: 1.8rem;
  }
}

.lesson-intro__catch {
  font-size: 4.8rem;
  color: var(--main-color);
}
@media screen and (max-width: 1024px) {
  .lesson-intro__catch {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .lesson-intro__catch {
    font-size: 2.5rem;
  }
}

/* -------------------------
 * Method
 * ------------------------- */
@media screen and (max-width: 834px) {
  .lesson-method .inner {
    width: 100%;
  }
}

.lesson-method__inner {
  border-radius: 10px;
  padding: 10rem 5%;
}
@media screen and (max-width: 834px) {
  .lesson-method__inner {
    padding: 3rem 2rem;
    border-radius: 0;
  }
}

.lesson-method__info-flex {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .lesson-method__info-flex {
    grid-template-columns: 100%;
  }
}

.lesson-method__info-body {
  color: #fff;
}

.lesson-method__info-catch {
  margin-bottom: 4rem;
}
.lesson-method__info-catch .sub {
  font-size: clamp(1.8rem, 1.3vw, 2.4rem);
}
.lesson-method__info-catch .main {
  font-size: clamp(2.5rem, 2.3vw, 4.2rem);
}

.lesson-method__main {
  background-color: #33a17c;
  margin-top: 8rem;
  padding: 8rem 6%;
}
@media screen and (max-width: 1024px) {
  .lesson-method__main {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .lesson-method__main {
    margin-top: 3rem;
    padding: 2rem;
  }
}

.lesson-method__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 834px) {
  .lesson-method__main-list {
    gap: 3rem;
  }
}
.lesson-method__main-list > li {
  background: #fff;
  padding: 6rem 5%;
}
@media screen and (max-width: 1024px) {
  .lesson-method__main-list > li {
    padding: 3rem 2rem;
  }
}

.lesson-method__main-list-flex {
  display: grid;
  grid-template-columns: 39% 56%;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .lesson-method__main-list-flex {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 640px) {
  .lesson-method__main-list-flex {
    row-gap: 2rem;
  }
}

.lesson-method__main-img-side {
  position: relative;
}

.lesson-method__main-num {
  position: absolute;
  left: 2%;
  top: -4rem;
  font-size: 6rem;
}
@media screen and (max-width: 640px) {
  .lesson-method__main-num {
    font-size: 3rem;
    top: -2.2rem;
  }
}

.lesson-method__main-label {
  background: var(--main-color);
  border-radius: 5px;
  padding: 0.2rem 1.6rem;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 1.3vw, 2.4rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .lesson-method__main-label {
    padding: 0.2rem 0.85rem;
    font-size: 1.4rem;
  }
}

.lesson-method__main-ttl {
  color: var(--main-color);
  font-size: clamp(2.4rem, 1.7vw, 3rem);
  margin-block: 1rem 2rem;
}
@media screen and (max-width: 640px) {
  .lesson-method__main-ttl {
    font-size: 2rem;
  }
}

.lesson-method__main-sub {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px solid rgba(0, 91, 67, 0.5);
}
@media screen and (max-width: 640px) {
  .lesson-method__main-sub {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}

.lesson-method__main-instructor-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem 2%;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .lesson-method__main-instructor-list {
    grid-template-columns: 1fr;
  }
}
.lesson-method__main-instructor-list li {
  display: grid;
  grid-template-columns: 40% 56%;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lesson-method__main-instructor-name {
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 640px) {
  .lesson-method__main-instructor-name {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
}

.lesson-method__main-instructor-img {
  aspect-ratio: 200/150;
}
.lesson-method__main-instructor-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.lesson-method__main-app {
  display: grid;
  grid-template-columns: 49% 46%;
  gap: 2rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .lesson-method__main-app {
    grid-template-columns: 1fr;
  }
}

.lesson-method__main-app-ttl-container {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 2rem 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .lesson-method__main-app-ttl-container {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}

.lesson-method__main-app-ttl-area .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem 1rem;
}

.lesson-method__main-app-ttl {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .lesson-method__main-app-ttl {
    font-size: 1.8rem;
  }
}

.lesson-method__main-app-ttl-img {
  aspect-ratio: 1;
}
@media screen and (max-width: 640px) {
  .lesson-method__main-app-ttl-img {
    width: 7rem;
    height: auto;
  }
}

.lesson-method__main-app-label {
  color: var(--main-color);
  font-size: 1.4rem;
  border-radius: 50px;
  background-color: #fff600;
  text-align: center;
  padding: 0.4rem 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .lesson-method__main-app-label {
    font-size: 1.3rem;
  }
}

.lesson-method__main-app-catch {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .lesson-method__main-app-catch {
    font-size: 2rem;
    line-height: 1.5;
  }
}

/* -------------------------
 * なぜ上達が止まってしまうのか？
 * ------------------------- */
.lesson-why-stuck {
  margin-block: 16.5rem 15rem;
}
@media screen and (max-width: 1024px) {
  .lesson-why-stuck {
    margin-block: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .lesson-why-stuck {
    margin-block: 6rem;
  }
}

.lesson-why-stuck__ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .lesson-why-stuck__ttl {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 499px) {
  .lesson-why-stuck__ttl {
    font-size: 1.8rem;
  }
}

.lesson-why-stuck__list {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-rows: auto;
}
@media screen and (max-width: 499px) {
  .lesson-why-stuck__list {
    grid-template-columns: 1fr;
  }
}
.lesson-why-stuck__list li {
  border: 5px solid #dfedd1;
  border-radius: 10px;
  padding: 4rem 1.6rem;
  background-color: var(--wh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 834px) {
  .lesson-why-stuck__list li {
    padding: 2rem;
  }
}
.lesson-why-stuck__list li:nth-child(1) .lesson-why-stuck__list-img {
  height: 63px;
  width: auto;
}

.lesson-why-stuck__list-img {
  height: 10rem;
  width: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 834px) {
  .lesson-why-stuck__list-img {
    height: 6rem;
  }
}
.lesson-why-stuck__list-img img {
  height: 100%;
  width: 100%;
}

.lesson-why-stuck__list-txt {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .lesson-why-stuck__list-txt {
    font-size: 1.6rem;
  }
}

.lesson-why-stuck__catch {
  font-size: 4.2rem;
  font-size: clamp(2rem, 2.4vw, 4.2rem);
  text-align: center;
  color: var(--main-color);
  margin-top: 6rem;
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .lesson-why-stuck__catch {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}

/* -------------------------
 * Lesson Step
 * ------------------------- */
.lesson-step {
  padding-block: 15rem;
  margin-block: 15rem;
}
@media screen and (max-width: 1024px) {
  .lesson-step {
    padding-block: 8rem;
    margin-block: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .lesson-step {
    padding-block: 6rem;
    margin-block: 6rem 0rem;
  }
}

.lesson-step__catch {
  color: #fff;
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .lesson-step__catch {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.lesson-step__lead {
  color: #fff;
  text-align: center;
  max-width: 87rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 834px) {
  .lesson-step__lead {
    margin-bottom: 3rem;
  }
}

.step-main {
  background-color: #e9f5df;
  padding: 9rem 5%;
}
@media screen and (max-width: 1024px) {
  .step-main {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .step-main {
    padding: 3rem 2rem;
  }
}

.step-main__list > li + li {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .step-main__list > li + li {
    margin-top: 4rem;
  }
}
.step-main__list > li:not(:last-child) {
  padding-bottom: 8rem;
  border-bottom: 1px solid rgba(194, 221, 168, 0.5);
}
@media screen and (max-width: 834px) {
  .step-main__list > li:not(:last-child) {
    padding-bottom: 4rem;
  }
}

.step-main__ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: radial-gradient(circle, #c4dfaa 1px, transparent 2px);
  background-size: 7px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .step-main__ttl-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .step-main__ttl-area {
    padding-bottom: 2rem;
    margin-bottom: 2.4rem;
  }
}

.step-main__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .step-main__ttl-wrap {
    gap: 1rem;
  }
}

.step-main__ttl-count {
  background-color: #208d67;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 1.2rem 1rem 0.8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .step-main__ttl-count {
    padding: 1.4rem 0.8rem 0.8rem;
  }
}
.step-main__ttl-count .txt {
  font-size: 1.2rem;
  line-height: 1;
}
.step-main__ttl-count .num {
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .step-main__ttl-count .num {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}

.step-main__ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .step-main__ttl {
    font-size: 2.2rem;
  }
}

.step-main__ttl-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-main__ttl-labels li {
  color: var(--main-color);
  border-radius: 50px;
  background: #fff;
  padding: 0.8rem 1.6rem 0.8rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .step-main__ttl-labels li {
    font-size: 1.4rem;
  }
}
.step-main__ttl-labels li .material-icons {
  color: #ef8615;
  margin-right: 0.4rem;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .step-main__ttl-labels li .material-icons {
    font-size: 2rem;
  }
}

.step-main__list-img {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .step-main__list-img {
    margin-top: 2rem;
  }
}

/* アフターサポート */
.step-after-support {
  background-color: #2cb173;
  margin-top: 8rem;
  padding: 4rem 3%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .step-after-support {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .step-after-support {
    padding: 2rem;
    margin-top: 4rem;
  }
}

.step-after-support__ttl {
  font-size: 3.2rem;
  background-image: radial-gradient(circle, #fff 1px, transparent 2px);
  background-size: 7px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .step-after-support__ttl {
    font-size: 2.2rem;
    padding-bottom: 2rem;
    margin-bottom: 2.4rem;
  }
}

.step-after-support__flex {
  display: grid;
  grid-template-columns: 46% 48%;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .step-after-support__flex {
    grid-template-columns: 1fr;
  }
}

.step-after-support__catch {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .step-after-support__catch {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.step-after-support__catch span {
  font-size: 1.8rem;
}

/* -------------------------
 * Advance Plan
 * ------------------------- */
@media screen and (max-width: 834px) {
  .lesson-advance-plan .inner {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 834px) {
  .lesson-advance-plan .under__section-catch {
    font-size: 2rem;
  }
}

.lesson-advance-plan__inner {
  background: url(../img/lesson/advance-plan-bg.webp) no-repeat center center/cover;
  padding: 10rem 5%;
}
@media screen and (max-width: 834px) {
  .lesson-advance-plan__inner {
    padding: 3rem 2rem 6rem;
  }
}

.lesson-advance-plan__intro-list {
  background: #fff;
  padding: 8rem 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(404px, 1fr));
  gap: 2rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .lesson-advance-plan__intro-list {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}
.lesson-advance-plan__intro-list li {
  background-image: radial-gradient(circle, #c4dfaa 1px, transparent 2px);
  background-size: 7px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 2rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 834px) {
  .lesson-advance-plan__intro-list li {
    font-size: 1.6rem;
    gap: 1rem;
  }
}
.lesson-advance-plan__intro-list li:before {
  content: url(../img/lesson/advance-plan-list-mark.svg);
  display: inline-block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 834px) {
  .lesson-advance-plan__intro-list li:before {
    width: 2rem;
  }
}

/* オーダーメイドレッスン */
.custom-made {
  background: rgba(0, 0, 0, 0.3);
  padding: 8rem 5%;
  margin-top: 8rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .custom-made {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .custom-made {
    padding: 2rem;
    margin-top: 4rem;
  }
}

.custom-made__ttl {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .custom-made__ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.custom-made__intro-flex {
  display: grid;
  grid-template-columns: 51% 44%;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .custom-made__intro-flex {
    grid-template-columns: 1fr;
  }
}

.custom-made__list-container {
  background: rgba(255, 255, 255, 0.3);
  padding: 3rem 8%;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .custom-made__list-container {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .custom-made__list-container {
    padding: 2rem;
  }
}

.custom-made__list-ttl {
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 834px) {
  .custom-made__list-ttl {
    font-size: 1.8rem;
  }
}

.custom-made__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
}
.custom-made__list li {
  font-size: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 834px) {
  .custom-made__list li {
    font-size: 1.4rem;
  }
}
.custom-made__list li .material-icons {
  font-size: 2.4rem;
  color: #fff600;
}

.custom-made__reason {
  background: rgba(0, 0, 0, 0.4);
  padding: 4rem 5%;
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .custom-made__reason {
    margin-top: 4rem;
    padding: 2rem;
  }
}

.custom-made__reason-ttl {
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 834px) {
  .custom-made__reason-ttl {
    font-size: 2rem;
  }
}

.custom-made__reason-list {
  font-size: 2.2rem;
  margin-block: 3rem;
  margin-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 834px) {
  .custom-made__reason-list {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .custom-made__reason-list {
    margin-block: 1rem;
    margin-left: 0em;
  }
}
.custom-made__reason-list li {
  padding-left: 10px;
  position: relative;
  line-height: 1.8;
}
.custom-made__reason-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 4px;
  aspect-ratio: 1;
  background-color: #fff600;
  border-radius: 50%;
}

/* -------------------------
 * Round Lesson
 * ------------------------- */
.round-lesson {
  background: url(../img/lesson/round-lesson-bg.webp) no-repeat center center/cover;
  padding-block: 15rem;
  margin-top: 15rem;
}
@media screen and (max-width: 1024px) {
  .round-lesson {
    padding-block: 8rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .round-lesson {
    padding-block: 6rem;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 640px) {
  .round-lesson .under__section-catch {
    font-size: 2rem;
  }
}

.round-lesson__content {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8rem 5%;
}
@media screen and (max-width: 1024px) {
  .round-lesson__content {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .round-lesson__content {
    padding: 2rem;
  }
}

.round-lesson__ttl-wrap {
  background-image: radial-gradient(circle, #fff 1px, transparent 2px);
  background-size: 7px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .round-lesson__ttl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .round-lesson__ttl-wrap {
    margin-bottom: 2.4rem;
  }
}

.round-lesson__ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .round-lesson__ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.round-lesson__ttl-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .round-lesson__ttl-price-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}

.round-lesson__ttl-price-label {
  color: var(--main-color);
  border-radius: 18px;
  background-color: #fff600;
  padding: 0.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .round-lesson__ttl-price-label {
    font-size: 1.3rem;
    padding: 0.5rem 1.4rem;
  }
}

.round-lesson__ttl-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.round-lesson__ttl-price .num {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .round-lesson__ttl-price .num {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .round-lesson__ttl-price .num {
    font-size: 2.7rem;
  }
}
.round-lesson__ttl-price .symbol {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .round-lesson__ttl-price .symbol {
    font-size: 2rem;
  }
}
.round-lesson__ttl-price .yen-wrap {
  font-size: 1.8rem;
  line-height: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .round-lesson__ttl-price .yen-wrap {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .round-lesson__ttl-price .yen-wrap {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
}

.round-lesson__flex {
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .round-lesson__flex {
    grid-template-columns: 1fr;
  }
}

.round-lesson__body {
  text-align: left;
}
.round-lesson__body .note {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.round-lesson__example {
  background: rgba(0, 0, 0, 0.4);
  padding: 4rem 5%;
}
@media screen and (max-width: 834px) {
  .round-lesson__example {
    padding: 2rem;
  }
}

.round-lesson__example-ttl {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .round-lesson__example-ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.round-lesson__example-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .round-lesson__example-list {
    font-size: 1.4rem;
  }
}

/* -------------------------
 * CTA
 * ------------------------- */
.lesson-cta__inner {
  background: url(../img/lesson/cta-bg.webp) no-repeat center center/cover;
  color: #fff;
}/*# sourceMappingURL=lesson.css.map */