.container {
  min-width: auto;
}

.hidden-pc {
  display: none;
}
@media (max-width: 768px) {
  .hidden-pc {
    display: inline;
  }
}

.hidden-sp {
  display: none;
}
@media (min-width: 768px) {
  .hidden-sp {
    display: inline;
  }
}

.elementary-fv {
  padding-top: 64px;
  padding-bottom: 72px;
}
@media (max-width: 768px) {
  .elementary-fv {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

.elementary-fv__inner {
  padding-left: 62px;
  padding-right: 63px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .elementary-fv__inner {
    padding-left: 14px;
    padding-right: 15px;
    max-width: 100%;
  }
}

.elementary-fv__content {
  aspect-ratio: 1120/497;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../asset/img/elementary/elementary-fv-bg-pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .elementary-fv__content {
    background-image: url(../asset/img/elementary/elementary-fv-bg.webp);
    width: 332px;
    height: 412px;
    padding-left: 27px;
    padding-right: 25px;
    padding-bottom: 47px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 332/412;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.elementary-fv__title {
  padding-top: 43px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 26px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: 2.4px;
  text-decoration: underline;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-fv__title {
    padding-top: 30px;
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.elementary-fv__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 30px;
  background-image: url(../asset/img/elementary/elementary-fv-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.elementary-fv__text {
  margin-top: 24px;
  color: #fff;
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 240%; /* 57.6px */
  letter-spacing: 2.4px;
}
@media (max-width: 768px) {
  .elementary-fv__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 250%; /* 35px */
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .elementary-fv__text {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 200%; /* 28px */
    padding-bottom: 45px;
  }
}

.elementary-balance {
  padding-top: 121px;
  padding-bottom: 118px;
  background-image: url(../asset/img/elementary/balance-bg.webp);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .elementary-balance {
    background-image: url(../asset/img/elementary/balance-bg-sp.webp);
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

.elementary-balance__inner {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .elementary-balance__inner {
    padding-left: 28px;
    padding-right: 28px;
    max-width: 100%;
  }
}

.elementary-balance__title {
  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;
  gap: 30px;
}
@media (max-width: 768px) {
  .elementary-balance__title {
    gap: 21px;
  }
}

.elementary-balance__title1,
.elementary-balance__title3 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%; /* 57.6px */
  letter-spacing: 2.4px;
}
@media (max-width: 768px) {
  .elementary-balance__title1,
  .elementary-balance__title3 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.elementary-balance__title1 span,
.elementary-balance__title3 span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #00923b;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: 2.4px;
  background: #fff;
  padding: 0px 8px;
}
@media (max-width: 768px) {
  .elementary-balance__title1 span,
  .elementary-balance__title3 span {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

.elementary-balance__title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .elementary-balance__title2 {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.elementary-balance__title2 .img1,
.elementary-balance__title2 .img2 {
  width: 38.6928104575%;
  height: auto;
  aspect-ratio: 296/335;
}
@media (max-width: 768px) {
  .elementary-balance__title2 .img1,
  .elementary-balance__title2 .img2 {
    width: 84.2105263158vw;
    height: auto;
    aspect-ratio: 304/273;
  }
}
.elementary-balance__title2 .img1 img,
.elementary-balance__title2 .img2 img {
  width: 100%;
  height: 100%;
}

.elementary-balance__icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elementary-balance__icon img {
  width: 100%;
  height: 100%;
}

.elementary-good {
  padding-top: 63px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-good {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.elementary-good::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 0;
  width: 100%;
  height: calc(100% + 54px);
  background-color: #f2faf4;
  z-index: -1;
}
@media (max-width: 768px) {
  .elementary-good::before {
    top: -16px;
    height: calc(100% + 16px);
  }
}

.elementary-good__inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .elementary-good__inner {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.elementary-good__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: 40px;
}
@media (max-width: 768px) {
  .elementary-good__list {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .elementary-good__item:nth-child(2) .elementary-good__item--cards {
    margin-top: 15px;
  }
}

.elementary-good__item--head {
  width: 272px;
  height: 65px;
  padding-left: 18px;
  color: #212121;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .elementary-good__item--head {
    width: 170px;
    height: 43px;
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
  }
  .elementary-good__item--head.head--environment {
    width: 208px;
  }
}
.elementary-good__item--head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background-color: #00923b;
}

.elementary-good__item--cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .elementary-good__item--cards {
    margin-top: 14px;
    -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;
    gap: 8px;
  }
}

.elementary-good__item--card {
  width: 31.7857142857%;
  max-width: 356px;
}
@media (max-width: 768px) {
  .elementary-good__item--card {
    width: 100%;
    max-width: 100%;
  }
}

.card--img {
  width: 100%;
  height: auto;
  aspect-ratio: 356/266;
}
@media (max-width: 768px) {
  .card--img {
    width: 100%;
    height: auto;
    aspect-ratio: 304/227;
  }
}
.card--img img {
  width: 100%;
  height: 100%;
}

.card--description {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .card--description {
    margin-top: 8px;
  }
}

.card--title {
  color: #212121;
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .card--title {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.card--text {
  margin-top: 8px;
  color: #212121;
  text-align: justify;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .card--text {
    letter-spacing: 0.8px;
    line-height: 161%; /* 25.6px */
  }
}

.elementary-three {
  padding-top: 68px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .elementary-three {
    padding-top: 42px;
    padding-bottom: 40px;
  }
}

.elementary-three__inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .elementary-three__inner {
    padding-left: 28px;
    padding-right: 28px;
    max-width: 100%;
  }
}

.elementary-three__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.elementary-three__title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.elementary-three__title1 span.kakomi {
  display: inline-block;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
  background: #00923b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-three__title1 span.kakomi {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
    display: inline-block;
    text-align: center;
    height: 52px;
  }
}
.elementary-three__title1 span.kakomi::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 12px;
  background-image: url(../asset/img/elementary/three-title-icon.svg);
}
.elementary-three__title1 span.yellow {
  color: #ffe868;
}
@media (max-width: 768px) {
  .elementary-three__title1 span.kakomi-2 {
    line-height: 44px;
  }
}

.elementary-three__title2 {
  margin-top: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #212121;
  text-align: center;
  font-family: "Noto Sans JP";
  text-decoration: underline;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: 2.4px;
  padding-right: 26px;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-three__title2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.elementary-three__title2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 30px;
  background-image: url(../asset/img/elementary/three-title-pencil.svg);
}
.elementary-three__title2 span {
  font-size: 36px;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .elementary-three__title2 span {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

.elementary-three__description {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .elementary-three__description {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
}

.elementary-three__description--item.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25.4464285714%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 43px 8px 36px 8px;
  -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;
  gap: 16px;
  border-radius: 999px;
  background: #f2faf4;
}
@media (max-width: 768px) {
  .elementary-three__description--item.card {
    width: 100%;
    padding: 32px 16px 32px 16px;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
  }
}
.elementary-three__description--item.kakeru {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .elementary-three__description--item.kakeru {
    width: 24px;
    height: 24px;
  }
}
.elementary-three__description--item.kakeru img {
  width: 100%;
  height: 100%;
}

.elementary-three__description--item--head {
  width: 78px;
  height: 87px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elementary-three__description--item--head img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.elementary-three__description--item--body {
  color: #151515;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .elementary-three__description--item--body {
    color: var(--, #212121);
    line-height: 120%; /* 38.4px */
  }
}

.elementary-three__btn {
  margin-top: 40px;
  max-width: 1120px;
  height: 107px;
  margin-left: auto;
  margin-right: auto;
  background: #00923b;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .elementary-three__btn {
    margin-top: 20px;
    max-width: 304px;
    height: 78px;
  }
}
.elementary-three__btn p {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .elementary-three__btn p {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
    margin-left: -19px;
  }
}
.elementary-three__btn img {
  width: 25px;
  height: 24px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .elementary-three__btn img {
    width: 22px;
    height: auto;
    aspect-ratio: 16/20;
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px);
  }
}

.elementary-point {
  padding-top: 81px;
  padding-bottom: 64px;
  background-color: #f2faf4;
}
@media (max-width: 768px) {
  .elementary-point {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.elementary-point__inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .elementary-point__inner {
    padding-left: 28.5px;
    padding-right: 28.5px;
    max-width: 100%;
  }
}

.elementary-point__title1 {
  width: 58px;
  height: 58px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .elementary-point__title1 {
    width: 40px;
    height: 40px;
  }
}

.elementary-point__title2 {
  color: #00923b;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: 2.4px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .elementary-point__title2 {
    color: #00923b;
    font-size: 26px;
    letter-spacing: 1.3px;
    margin-top: 8px;
  }
}
.elementary-point__title2 span {
  font-size: 36px;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .elementary-point__title2 span {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}

.elementary-point__cards {
  margin-top: 106px;
  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;
  gap: 89px;
}
@media (max-width: 768px) {
  .elementary-point__cards {
    margin-top: 24px;
    gap: 13px;
  }
}

@media (max-width: 768px) {
  .elementary-point__card:nth-of-type(1) .elementary-point__card--body--img {
    margin-top: -13px;
    width: 304px;
    height: 320px;
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
.elementary-point__card:nth-of-type(2) .elementary-point__card--body--img {
  width: 430px;
  height: 500px;
  -webkit-transform: translateY(-61px);
          transform: translateY(-61px);
}
@media (max-width: 768px) {
  .elementary-point__card:nth-of-type(2) .elementary-point__card--body--img {
    width: 321px;
    height: 363px;
    -webkit-transform: translate(-9px, -76px);
            transform: translate(-9px, -76px);
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .elementary-point__card:nth-of-type(2) .elementary-point__card--body--img {
    width: 240px;
    height: 271px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.elementary-point__card:nth-of-type(2) .elementary-point__card--body {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .elementary-point__card:nth-of-type(2) .elementary-point__card--body--description {
    margin-top: -86px;
  }
}
.elementary-point__card:nth-of-type(3) .elementary-point__card--head {
  margin-top: 3px;
}
@media (max-width: 768px) {
  .elementary-point__card:nth-of-type(3) .elementary-point__card--head {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .elementary-point__card:nth-of-type(3) .elementary-point__card--body {
    gap: 6px;
  }
}
.elementary-point__card:nth-of-type(3) .elementary-point__card--body--img {
  width: 430px;
  height: 430px;
  -webkit-transform: translate(-32px, 0);
          transform: translate(-32px, 0);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .elementary-point__card:nth-of-type(3) .elementary-point__card--body--img {
    width: 304px;
    height: 304px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .elementary-point__card:nth-of-type(3) .elementary-point__card--body--img {
    width: 200px;
    height: 200px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.elementary-point__card:nth-of-type(3) .elementary-point__card--head {
  position: relative;
}
.elementary-point__card:nth-of-type(3) .elementary-point__card--head::before {
  content: "";
  position: absolute;
  background-image: url(../asset/img/elementary/elementary-point3-title-icon.webp);
  width: 134px;
  height: auto;
  aspect-ratio: 126/126;
  top: -19px;
  left: -10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .elementary-point__card:nth-of-type(3) .elementary-point__card--head::before {
    width: 123px;
    top: -3px;
    right: -86px;
    left: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../asset/img/elementary/point3-title-icon-sp.webp);
  }
}
.elementary-point__card:nth-of-type(3) .elementary-point__card--bottom {
  margin-top: 31px;
}
@media (max-width: 768px) {
  .elementary-point__card:nth-of-type(3) .elementary-point__card--bottom {
    margin-top: 8px;
  }
}

.elementary-point__card--head {
  width: 356px;
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #0e6d34;
  color: #212121;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .elementary-point__card--head {
    width: 100%;
    text-align: center;
    height: 48px;
    border-bottom: 2px solid #0e6d34;
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
  }
}
.elementary-point__card--head .num {
  font-size: 49px;
  line-height: 120%;
  letter-spacing: 2.45px;
  display: inline-block;
  margin-top: -14px;
}
@media (max-width: 768px) {
  .elementary-point__card--head .num {
    font-size: 32px;
    letter-spacing: 1.6px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .elementary-point__card--head span.hidden-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .elementary-point__card--head p.head--text--1 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.elementary-point__card--head p.head--text--2 {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
@media (max-width: 768px) {
  .elementary-point__card--head p.head--text--2 {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}
.elementary-point__card--head p.head--text--3 {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.elementary-point__card--body {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .elementary-point__card--body {
    margin-top: 16px;
    -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;
    gap: 16px;
  }
}

@media (min-width: 768px) {
  .elementary-point__card--body--img {
    width: 41.4285714286%;
    height: auto;
    aspect-ratio: 464/468;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .elementary-point__card--body--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .elementary-point__card--body--img {
    margin-left: auto;
    margin-right: auto;
  }
  .elementary-point__card--body--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.elementary-point__card--body--description {
  width: 55.8035714286%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .elementary-point__card--body--description {
    width: 100%;
    gap: 8px;
  }
}
.elementary-point__card--body--description .description--item {
  position: relative;
}
.elementary-point__card--body--description .description--item::before {
  content: "";
  position: absolute;
  top: -34px;
  left: -35px;
  width: 69.738px;
  height: 77.16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 768px) {
  .elementary-point__card--body--description .description--item::before {
    top: -30px;
    left: -28px;
    width: 62.238px;
    height: 68.862px;
  }
}
.elementary-point__card--body--description .description--item:nth-of-type(1)::before {
  background-image: url(../asset/img/elementary/elementary-point-description-icon1.svg);
}
.elementary-point__card--body--description .description--item:nth-of-type(2)::before {
  background-image: url(../asset/img/elementary/elementary-point-description-icon2.svg);
}
.elementary-point__card--body--description .description--item:nth-of-type(3)::before {
  background-image: url(../asset/img/elementary/elementary-point-description-icon3.svg);
}
.elementary-point__card--body--description .description--item .description--item--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px 8px 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0px 0px;
  color: #212121;
  background: #fff;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .elementary-point__card--body--description .description--item .description--item--title {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.elementary-point__card--body--description .description--item .description--item--text {
  padding: 0px 24px 24px 40px;
  color: #212121;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1.6px;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
}
@media (max-width: 768px) {
  .elementary-point__card--body--description .description--item .description--item--text {
    padding: 14px 26px;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }
}

.elementary-point__card--bottom {
  margin-top: 23px;
  position: relative;
}
.elementary-point__card--bottom::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 7px;
  width: 47px;
  height: 92.382px;
  background-image: url(../asset/img/elementary/elementary-bottom-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 768px) {
  .elementary-point__card--bottom::before {
    top: -20px;
    left: 28px;
    width: 29.194px;
    height: 57.382px;
  }
}
@media (max-width: 768px) {
  .elementary-point__card--bottom {
    margin-top: 8px;
  }
}

.elementary-point__card--bottom--head {
  padding-top: 24px;
  border-radius: 8px 8px 0px 0px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .elementary-point__card--bottom--head {
    padding-top: 8px;
  }
}
.elementary-point__card--bottom--head p.head--text {
  color: #212121;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 60px;
  position: relative;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media (max-width: 768px) {
  .elementary-point__card--bottom--head p.head--text {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: auto;
    margin-right: auto;
  }
}

.elementary-point__card--bottom--body {
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 24px 24px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1.6px;
  padding-left: 55px;
}
@media (max-width: 768px) {
  .elementary-point__card--bottom--body {
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
    padding: 12px 24px 12px 24px;
  }
}

.elementary-roadmap {
  margin-top: 64px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .elementary-roadmap {
    margin-top: 40px;
    margin-bottom: 41px;
  }
}

.elementary-roadmap__inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .elementary-roadmap__inner {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.elementary-roadmap__title {
  padding: 16px 0px 16px 0px;
}
@media (max-width: 768px) {
  .elementary-roadmap__title {
    padding: 0;
  }
}

.elementary-roadmap__title1 {
  width: 58px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .elementary-roadmap__title1 {
    width: 40px;
    height: 40px;
  }
}
.elementary-roadmap__title1 img {
  width: 100%;
  height: 100%;
}

.elementary-roadmap__title2 {
  margin-top: 8px;
  color: #0e6d34;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: 2.4px;
}
@media (max-width: 768px) {
  .elementary-roadmap__title2 {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}

.elementary-roadmap__cards {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .elementary-roadmap__cards {
    margin-top: 24px;
    gap: 24px;
  }
}

.elementary-roadmap__card {
  width: 100%;
  height: auto;
}
.elementary-roadmap__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .elementary-roadmap__card:nth-of-type(2) {
    width: calc(100% + 28px);
    height: 747px !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: auto;
    scrollbar-color: #bbb #eee;
    position: relative;
    ppadding-bottom: 10px;
    background-color: #fff;
  }
  .elementary-roadmap__card:nth-of-type(2) img {
    width: 1120px !important;
    height: 747px !important;
    max-width: none !important;
    aspect-ratio: 1120/747;
    display: block;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.elementary-award {
  padding-top: 64px;
  padding-bottom: 40px;
  background-color: #f2faf4;
}
@media (max-width: 768px) {
  .elementary-award {
    padding-top: 40px;
    padding-bottom: 240px;
  }
}

.elementary-award__inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .elementary-award__inner {
    padding-left: 28.5px;
    padding-right: 28.5px;
    max-width: 100%;
  }
}

.elementary-award__title {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .elementary-award__title {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.elementary-award__title1 {
  width: 58px;
  height: 58px;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .elementary-award__title1 {
    width: 58px;
    height: 58px;
  }
}
.elementary-award__title1 img {
  width: 100%;
  height: 100%;
}

.elementary-award__title2 {
  margin-top: 8px;
  color: #0e6d34;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: 2.4px;
}
@media (max-width: 768px) {
  .elementary-award__title2 {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}

.elementary-award__description {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-award__description {
    margin-top: 24px;
  }
}
.elementary-award__description img {
  display: block;
  width: 56.6071428571%;
  height: auto;
  aspect-ratio: 317/174;
}
@media (max-width: 768px) {
  .elementary-award__description img {
    width: 100%;
    height: auto;
    aspect-ratio: 304/168;
  }
}

.elementary-award__description--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49.4642857143%;
  padding: 40px 24px 40px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: #fff;
  color: #212121;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1.6px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .elementary-award__description--text {
    width: 100%;
    padding: 16px 46px 16px 46px;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
    bottom: -216px;
  }
}

.elementary-course {
  padding-top: 0;
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  .elementary-course {
    padding-top: 0;
    margin-bottom: 18px;
  }
}

.elementary-course__inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .elementary-course__inner {
    padding-left: 28px;
    padding-right: 28px;
    max-width: 100%;
  }
}

.elementary-course__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #00923b;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .elementary-course__title {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
  }
}

.elementary-course__cards {
  margin-top: 40px;
  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;
  gap: 40px;
}
@media (max-width: 768px) {
  .elementary-course__cards {
    margin-top: 16px;
    gap: 16px;
  }
}

.elementary-course__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .elementary-course__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.elementary-course__card:nth-of-type(2) .elementary-course__card--description {
  margin-top: 37px;
}
@media (max-width: 768px) {
  .elementary-course__card:nth-of-type(2) .elementary-course__card--description {
    margin-top: -5px;
  }
}

.elementary-course__card--img {
  width: 35.0892857143%;
  height: auto;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .elementary-course__card--img {
    width: 100%;
    aspect-ratio: 304/180;
  }
}
.elementary-course__card--img img {
  width: 100%;
  height: 100%;
}

.elementary-course__card--description {
  width: 61.3392857143%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .elementary-course__card--description {
    width: 100%;
    margin-top: 0;
    gap: 16px;
  }
}

.elementary-course__card--description--title .title-tag {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 40px;
  border-radius: 8px;
  text-align: center;
  background: #f48e00;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 1.8px;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-course__card--description--title .title-tag {
    padding: 0px 16px;
    line-height: 29px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.elementary-course__card--description--title .title-tag::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url(../asset/img/elementary/elementary-course-title-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.elementary-course__card--description--title .title-text {
  display: inline-block;
  margin-left: 16px;
  color: #212121;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .elementary-course__card--description--title .title-text {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
    margin-left: 2px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.elementary-course__card--description--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-course__card--description--body {
    padding: 8px 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.elementary-course__card--description--body::before {
  display: none !important;
}
.elementary-course__card--description--body::after {
  display: none !important;
}
.elementary-course__card--description--body p {
  color: #212121;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .elementary-course__card--description--body p {
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
.elementary-course__card--description--body p span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .elementary-course__card--description--body p span {
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
  }
}

.elementary-course__card--description--price {
  margin-top: -12px;
}
@media (max-width: 768px) {
  .elementary-course__card--description--price {
    margin-top: 7px;
  }
}
.elementary-course__card--description--price .price-tag {
  display: inline-block;
  padding: 8px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-radius: 8px;
  background: #00923b;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 1.2px;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-course__card--description--price .price-tag {
    padding: 0px 16px;
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }
}
.elementary-course__card--description--price .price-tag::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url(../asset/img/elementary/elementary-course-price-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.elementary-course__card--description--price .price-text {
  display: inline-block;
  margin-left: 18px;
  color: #212121;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-course__card--description--price .price-text {
    margin-left: 2px;
    -webkit-font-kerning: none;
            font-kerning: none;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
  }
}
.elementary-course__card--description--price .price-text::before {
  content: "";
  position: absolute;
  position: absolute;
  right: 0px;
  bottom: 7px;
  width: 100%;
  height: 12px;
  background: #ffe868;
}
@media (max-width: 768px) {
  .elementary-course__card--description--price .price-text::before {
    right: -5px;
    bottom: 3px;
    width: calc(100% + 14px);
    height: 8px;
  }
}
.elementary-course__card--description--price .price-text .price-text--number {
  color: #c1272d;
  font-family: "DIN Condensed";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  letter-spacing: 3px;
  display: inline-block;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
@media (max-width: 768px) {
  .elementary-course__card--description--price .price-text .price-text--number {
    font-size: 32px;
    letter-spacing: 2px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media (min-width: 768px) {
  .elementary-course__card--description--price .price-text .hidden-pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .elementary-course__card--description--price .price-text .ls-small {
    letter-spacing: -4.96px;
  }
}

.elementary-recommendation {
  padding-top: 0;
  padding-bottom: 64px;
  background: var(---50, #f2faf4);
}
@media (max-width: 768px) {
  .elementary-recommendation {
    padding-bottom: 40px;
  }
}

.elementary-recommendation__inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .elementary-recommendation__inner {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.elementary-recommendation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #00923b;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .elementary-recommendation__title {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
  }
}

.elementary-recommendation__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .elementary-recommendation__cards {
    margin-top: 16px;
    gap: 9px;
  }
}

.elementary-recommendation__card {
  display: block;
  width: 100%;
  height: auto;
}
.elementary-recommendation__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.elementary-experience {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
  background-image: url(../asset/img/elementary/elementary-experience-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .elementary-experience {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.elementary-experience__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 96px;
  padding-right: 96px;
  -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;
  gap: 40px;
  border-radius: 26px;
  border: 4px solid #00923b;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-experience__inner {
    padding: 24px 28px;
    gap: 12px;
    border-radius: 14px;
    border: 4px solid #00923b;
    background: #fff;
  }
}
.elementary-experience__inner::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -32px;
  width: 304px;
  height: 201px;
  background-image: url(../asset/img/elementary/elementary-experience-img1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1200px) {
  .elementary-experience__inner::before {
    display: none;
  }
}
.elementary-experience__inner::after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: -32px;
  width: 304px;
  height: 201px;
  background-image: url(../asset/img/elementary/elementary-experience-img2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1200px) {
  .elementary-experience__inner::after {
    display: none;
  }
}

.elementary-experience__title {
  color: #212121;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2.4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .elementary-experience__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.elementary-experience__title .orange {
  color: #f48e00;
}
.elementary-experience__title .small {
  font-size: 36px;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .elementary-experience__title .small {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.elementary-experience__title .underline {
  position: relative;
  padding-right: 26px;
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-experience__title .underline {
    text-decoration: underline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .elementary-experience__title .underline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000000;
  }
}
.elementary-experience__title .underline::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 30px;
  background-image: url(../asset/img/elementary/elementary-experience-title-pencil.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.elementary-experience__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .elementary-experience__points {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.elementary-experience__point {
  background: var(---150, #00923b);
  padding: 24px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .elementary-experience__point {
    padding: 12px;
  }
}
.elementary-experience__point:nth-of-type(1) {
  border-radius: 8px 8px 8px 0px;
}
.elementary-experience__point:nth-of-type(2) {
  border-radius: 8px 8px 0px 8px;
}
.elementary-experience__point:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: -61px;
  left: 0;
  width: 40px;
  height: 64px;
  background-image: url(../asset/img/elementary/elementary-experience-card1-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .elementary-experience__point:nth-of-type(1)::before {
    width: 24px;
    height: 26px;
    bottom: -26px;
  }
}
.elementary-experience__point:nth-of-type(2)::before {
  content: "";
  position: absolute;
  bottom: -61px;
  right: 0;
  width: 40px;
  height: 64px;
  background-image: url(../asset/img/elementary/elementary-experience-card2-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .elementary-experience__point:nth-of-type(2)::before {
    width: 24px;
    height: 26px;
    bottom: -26px;
  }
}

.elementary-experience__point--title {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
  position: relative;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .elementary-experience__point--title {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
  }
}
.elementary-experience__point--title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
}

.elementary-experience__point--body {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
}

.elementary-experience__bottom--title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.elementary-experience__bottom--title span.title-main {
  color: #00923b;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.85px;
}
@media (max-width: 768px) {
  .elementary-experience__bottom--title span.title-main {
    font-size: 12px;
    line-height: 124%; /* 19.84px */
    letter-spacing: 0.8px;
  }
}
.elementary-experience__bottom--title span.title-main span.num {
  font-size: 24px;
  letter-spacing: 1.2px;
  display: inline;
}
@media (max-width: 768px) {
  .elementary-experience__bottom--title span.title-main span.num {
    font-size: 22px;
    font-weight: 700;
    line-height: 124%;
    letter-spacing: 1.1px;
  }
}
.elementary-experience__bottom--title span.title-sub {
  color: #00923b;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .elementary-experience__bottom--title span.title-sub {
    font-size: 8px;
    letter-spacing: 0.4px;
  }
}

.elementary-experience__bottom--btn {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 528px;
  padding: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #f48e00;
}
@media (max-width: 768px) {
  .elementary-experience__bottom--btn {
    width: 302px;
  }
}
.elementary-experience__bottom--btn p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .elementary-experience__bottom--btn p {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
  }
}
.elementary-experience__bottom--btn img {
  display: block;
  width: 25px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .elementary-experience__bottom--btn img {
    width: 16px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.elementary-experience__bottom--text {
  margin-top: 8px;
  color: #00923b;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .elementary-experience__bottom--text {
    font-size: 8px;
    letter-spacing: 0.4px;
  }
}