:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.8;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
}

a {
  text-decoration: none;
}

.hero-section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.logo-wrapper {
  z-index: auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.hero-lt {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-rt {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-lc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-rc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-lb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-rb {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-title {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15%;
  right: 0%;
}

.section-wagara {
  background-image: url('../images/bg_wagara.png');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.center-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.kitagawa-img-wrapper {
  width: 50vw;
  max-width: 800px;
}

.lesson-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.lesson-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-box {
  letter-spacing: .1em;
  width: 600px;
}

.lesson-img {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.link-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.text-icon {
  font-family: "Fa Solid 900", sans-serif;
}

.footer-section {
  background-color: #f1eee1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 5vw 30px;
  font-weight: 300;
  display: flex;
}

.copyright {
  letter-spacing: .2em;
  margin-top: 80px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.footer-img-wrapper {
  object-fit: cover;
  width: 100%;
  overflow: clip;
}

.footer-img {
  overflow: visible;
}

.footer-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-table {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  width: 100%;
  font-size: 16px;
  display: grid;
}

.footer-title1 {
  color: #000;
  letter-spacing: .1em;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.8;
}

.footer-title2 {
  color: #000;
  letter-spacing: .1em;
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.8;
}

.heading-1-name {
  text-align: center;
  letter-spacing: .1em;
  font-weight: 300;
}

.footer-text {
  letter-spacing: .1em;
  margin-bottom: 20px;
}

.section {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.heading-2 {
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.4;
}

.text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrapper.point {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.lesson-title {
  width: 600px;
  max-width: none;
}

._4grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 20px;
  display: grid;
}

.content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 100px;
  display: flex;
}

.heading-1 {
  letter-spacing: .1em;
  font-size: 44px;
  font-weight: 300;
}

.heading-3 {
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
}

.season-lesson-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-left: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
}

.season-lesson-wrapper.end {
  border-right: 1px solid #000;
}

.text-l {
  text-align: center;
  font-size: 24px;
}

.text-m {
  text-align: center;
  font-size: 20px;
}

._4grid-wrapper-m30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.svg-title-text {
  width: 100%;
  max-width: 120px;
}

.course {
  text-align: center;
  letter-spacing: .2em;
  font-family: Shippori Mincho, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.6;
}

.course-title {
  text-align: center;
  letter-spacing: .3em;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
}

.course-wrapper {
  background-color: #fcf9ef;
  border-radius: 14px;
  padding: 40px 60px;
}

.introduction-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 140px;
  display: grid;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.8;
}

.text-box-2 {
  letter-spacing: .1em;
}

.introduction-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.name-1 {
  font-size: 32px;
  line-height: 1;
}

.name-2 {
  line-height: 1;
}

.introduction-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.heading-3-point {
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
}

.svg-title-text-2 {
  width: 100%;
  max-width: 80px;
}

.lesson-point-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.point-text-box {
  letter-spacing: .1em;
  width: 500px;
}

.lesson-point-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  justify-items: center;
  display: grid;
}

.hero-lt-img {
  width: 50vh;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.hero-rt-img {
  width: 70vh;
  position: absolute;
  top: -18%;
  bottom: auto;
  left: auto;
  right: -12%;
}

.hero-rc-img {
  width: 35vh;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: auto;
  right: -3%;
}

.hero-lc-img {
  width: 26vh;
  position: absolute;
  top: 36%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-lb-img {
  width: 48vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.hero-rb-img {
  width: 38vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .hero-title {
    width: 160px;
    margin-top: 400px;
  }

  .link-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .footer-section {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-title1 {
    font-size: 24px;
    line-height: 1;
  }

  .footer-title2 {
    font-size: 30px;
    line-height: 1;
  }

  .heading-1-name {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .lesson-title {
    width: 400px;
  }

  .heading-1 {
    font-size: 36px;
  }

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

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

  ._4grid-wrapper-m30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .svg-title-text {
    max-width: 80px;
  }

  .course {
    font-size: 18px;
    line-height: 2.2;
  }

  .course-title {
    font-size: 22px;
  }

  .introduction-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .name-1 {
    font-size: 26px;
  }

  .name-2 {
    font-size: 14px;
  }

  .heading-3-point {
    font-size: 24px;
  }

  .svg-title-text-2 {
    max-width: 60px;
  }

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

  .hero-lt-img {
    width: 40vh;
    top: -7%;
    left: -5%;
  }

  .hero-rt-img {
    width: 50vh;
    top: -12%;
    right: -30%;
  }

  .hero-rc-img {
    width: 24vh;
    top: 44%;
    right: -10%;
  }

  .hero-lc-img {
    width: 20vh;
    top: 50%;
    left: -8%;
  }

  .hero-lb-img {
    width: 34vh;
    left: -8%;
  }

  .hero-rb-img {
    width: 28vh;
    right: -10%;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapper {
    width: 130px;
  }

  .hero-rt, .hero-lc {
    display: none;
  }

  .hero-title {
    width: 120px;
    margin-top: 280px;
  }

  .kitagawa-img-wrapper {
    width: 60vw;
  }

  .lesson-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .text-box {
    width: 100%;
    font-size: 14px;
  }

  .lesson-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .link-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .copyright {
    font-size: 11px;
  }

  .footer-table {
    font-size: 14px;
  }

  .footer-title1 {
    font-size: 20px;
  }

  .footer-title2 {
    font-size: 24px;
  }

  .footer-text {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lesson-title {
    width: 360px;
  }

  .content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-1 {
    font-size: 30px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .season-lesson-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  ._4grid-wrapper-m30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .svg-title-text {
    max-width: 60px;
  }

  .course {
    font-size: 16px;
  }

  .course-title {
    font-size: 18px;
  }

  .course-wrapper {
    padding: 30px 40px;
  }

  .introduction-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 1;
  }

  .text-box-2 {
    font-size: 14px;
  }

  .name-1 {
    font-size: 22px;
  }

  .name-2 {
    font-size: 12px;
  }

  .heading-3-point {
    font-size: 18px;
  }

  .svg-title-text-2 {
    max-width: 40px;
  }

  .point-text-box {
    width: 100%;
    font-size: 14px;
  }

  .lesson-point-grid {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .kitagawa-img {
    width: 60vw;
  }

  .hero-lt-img {
    width: 40vw;
    top: 0;
    left: 0;
  }

  .hero-rt-img {
    width: 64vw;
    top: 0;
    right: 0;
  }

  .hero-rc-img {
    width: 30vw;
    top: 0%;
    bottom: auto;
    left: auto;
    right: -10%;
  }

  .hero-lc-img {
    width: 30vw;
  }

  .hero-lb-img {
    width: 40vw;
    left: -10%;
  }

  .hero-rb-img {
    width: 30vw;
    right: -8%;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrapper {
    width: 120px;
  }

  .hero-rt, .hero-lc {
    display: block;
  }

  .hero-title {
    width: 100px;
  }

  .kitagawa-img-wrapper {
    width: 70vw;
  }

  .lesson-title-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .lesson-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .lesson-img {
    width: 100%;
    max-width: 100%;
  }

  .link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    height: 70px;
    font-size: 14px;
  }

  .copyright {
    letter-spacing: 0;
    font-size: 10px;
  }

  .footer-title1 {
    font-size: 18px;
  }

  .footer-title2, .heading-1-name {
    font-size: 20px;
  }

  .heading-2 {
    letter-spacing: 0;
    font-size: 22px;
  }

  .text-wrapper.point {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lesson-title {
    width: 80%;
  }

  ._4grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper {
    margin-bottom: 60px;
  }

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

  .heading-3 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .season-lesson-wrapper {
    border-right: 1px solid #000;
  }

  ._4grid-wrapper-m30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .course {
    letter-spacing: 0;
    font-size: 14px;
  }

  .course-title {
    font-size: 16px;
  }

  .course-wrapper {
    width: 100%;
    padding: 20px 10px;
  }

  .introduction-wrapper {
    margin-bottom: 60px;
  }

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

  .name-1 {
    font-size: 18px;
  }

  .heading-3-point {
    font-size: 16px;
  }

  .svg-title-text-2 {
    max-width: 60px;
  }

  .lesson-point-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-lt-img {
    width: 62vw;
    top: 0%;
    bottom: auto;
    left: -5%;
    right: auto;
  }

  .hero-rt-img {
    width: 68vw;
    top: 0%;
    right: -30%;
  }

  .hero-rc-img {
    width: 36vw;
    top: 44%;
    bottom: 0%;
    left: auto;
    right: -5%;
  }

  .hero-lc-img {
    width: 36vw;
    top: 50%;
    left: -12%;
  }

  .hero-lb-img {
    width: 50vw;
  }

  .hero-rb-img {
    width: 46vw;
  }
}

#w-node-c214de2a-5790-f65d-6418-52de28f455a6-383ceb36, #w-node-_82f04a17-c55a-2ada-d8a3-6265cf65df15-383ceb36, #w-node-_8672a71b-0a93-30af-7388-a4f3d765c14e-383ceb36, #w-node-be773456-52fb-d12c-e067-93bad46573ca-383ceb36 {
  order: -9999;
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}