@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
/*! Yaku Han JP v4.1.1 (OFL-1.1 AND MIT) by Qrac | Type: YakuHanJP - Based on Noto Sans JP */
:root {
  --ff_normal: YakuHanJPs, "Noto Sans JP", sans-serif;
  --black: #333;
  --red: #CC0000;
  --text_blue: #0566A6;
  --blue01: #0577C1;
  --text_green: #0F6F70;
  --navy-blue: #1D3D72;
  --green: #147F80;
  --yellow: #FFE74C;
  --gray: #7C7C7C;
}

/*------------------------------
module　basic
------------------------------*/
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.textL {
  text-align: left !important;
}

.textC {
  text-align: center !important;
}

.textR {
  text-align: right !important;
}

@media only screen and (max-width: 767px) {
  .sp-textL {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-textC {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-textR {
    text-align: right !important;
  }
}

.ps_ab {
  position: absolute;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.for-sp {
  display: none !important;
}

.for-tab {
  display: none !important;
}

.for-pc {
  display: block !important;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 922px) {
  .for-tab {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
  .for-tab {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
}
/* -----------------------------
common
------------------------------*/
/* -----------------------------
 layout
------------------------------*/
main * {
  font-family: var(--ff_normal);
  letter-spacing: 3%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
main img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
main .cnt-inner {
  max-width: 1160px;
  width: 100%;
  padding: 0px min(1.724vw, 20px);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  main .cnt-inner {
    min-width: auto;
    padding: 0 5.128vw;
  }
}
@media only screen and (max-width: 767px) {
  main .cnt-inner.type2 {
    padding: 0 2.564vw;
  }
}
main .slide-wrap {
  position: relative;
  padding-right: min(3.276vw, 38px);
  padding-left: min(3.276vw, 38px);
}
@media only screen and (max-width: 767px) {
  main .slide-wrap {
    padding-right: 5.128vw;
    padding-left: 5.128vw;
  }
}
main .swiper {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  main .swiper {
    overflow: hidden;
    padding-bottom: 16.923vw;
  }
}
main .swiper-slide {
  max-width: 325px;
  height: auto;
  border-radius: 10px;
  border: 1px solid var(--gray);
  padding-bottom: 30px;
  margin-right: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  main .swiper-slide {
    max-width: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  main .swiper-slide img {
    width: 100%;
  }
}
main .swiper-slide .text-wrap {
  padding: 0 20px;
  height: 100%;
}
main .swiper-slide .slide-ttl {
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  background-color: var(--blue01);
  color: #fff;
  padding: 8px 15px;
  margin: 18px 0;
}
@media only screen and (max-width: 767px) {
  main .swiper-slide .slide-ttl {
    font-size: 5.128vw;
    padding: 2.564vw 5.128vw 2.308vw;
    margin: 5.128vw 0 4.103vw;
  }
}
main .swiper-slide .slide-ttl .num {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  main .swiper-slide .slide-ttl .num {
    margin-right: 1.282vw;
  }
}
main .swiper-slide .slide-copy {
  color: var(--text_blue);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  main .swiper-slide .slide-copy {
    font-size: 4.615vw;
    margin-bottom: 2.051vw;
  }
}
main .swiper-slide .slide-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  main .swiper-slide .slide-text {
    font-size: 4.103vw;
    font-weight: 400;
  }
}
main .swiper-button-next,
main .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  background-color: var(--red);
  -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -40px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  main .swiper-button-next,
  main .swiper-button-prev {
    top: inherit;
    bottom: 5px;
    width: 11.795vw;
    height: 11.795vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .swiper-button-next:not(.swiper-button-disabled):hover,
  main .swiper-button-prev:not(.swiper-button-disabled):hover {
    opacity: 0.75;
  }
}
main .swiper-button-next::after,
main .swiper-button-prev::after {
  content: "";
}
main .swiper-button-next ::slotted(svg), main .swiper-button-next svg,
main .swiper-button-prev ::slotted(svg),
main .swiper-button-prev svg {
  display: none;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}
main .swiper#swiper1 .swiper-button-next,
main .swiper#swiper1 .swiper-button-prev,
main .swiper#swiper2 .swiper-button-next,
main .swiper#swiper2 .swiper-button-prev {
  top: -40px;
}
@media only screen and (max-width: 767px) {
  main .swiper#swiper1 .swiper-button-next,
  main .swiper#swiper1 .swiper-button-prev,
  main .swiper#swiper2 .swiper-button-next,
  main .swiper#swiper2 .swiper-button-prev {
    top: inherit;
  }
}
main .swiper#swiper1 .swiper-button-next,
main .swiper#swiper2 .swiper-button-next {
  right: 10px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  main .swiper#swiper1 .swiper-button-next,
  main .swiper#swiper2 .swiper-button-next {
    right: 10.256vw;
    left: auto;
  }
}
main .swiper#swiper1 .swiper-button-prev,
main .swiper#swiper2 .swiper-button-prev {
  left: auto;
  right: 60px;
}
@media only screen and (max-width: 767px) {
  main .swiper#swiper1 .swiper-button-prev,
  main .swiper#swiper2 .swiper-button-prev {
    left: 10.256vw;
    right: auto;
  }
}
main .swiper-button-next:after, main .swiper-button-prev:after {
  width: 48px;
  height: 48px;
  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-image: url(../image/slide-arrow.svg);
  background-repeat: no-repeat;
  background-position: 17px center;
  background-size: 9px auto;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  main .swiper-button-next:after, main .swiper-button-prev:after {
    width: 11.795vw;
    height: 11.795vw;
    background-position: 5.128vw center;
    background-size: 2.051vw auto;
  }
}
main .swiper-button-prev:after {
  background-position: 17px center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  main .swiper-button-prev:after {
    background-position: 5.128vw center;
  }
}
main .swiper-button-next.swiper-button-disabled, main .swiper-button-prev.swiper-button-disabled {
  background-color: var(--gray);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  main .swiper-pagination-bullet {
    display: none;
    border: 1px solid var(--gray);
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  main .swiper-pagination-bullet {
    border: 1px solid var(--gray);
    background-color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  main .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  main .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.564vw;
    height: 2.564vw;
    margin: 0 1.282vw;
  }
}
main .swiper-horizontal > .swiper-pagination-bullets, main .swiper-pagination-custom, main .swiper-pagination-fraction {
  bottom: 2.051vw;
  bottom: 0;
  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;
  height: 11.795vw;
  padding-bottom: 5px;
}
main .swiper-pagination-bullet-active {
  background: var(--red);
  border-color: var(--red);
}

main .hd-style {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main .hd-style {
    padding-bottom: 6.154vw;
    margin-bottom: 10.256vw;
    padding-left: 5.128vw;
    padding-right: 5.128vw;
    margin-bottom: 7.692vw;
  }
}
main .hd-style > span {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 10%;
  display: inline-block;
  text-align: center;
  -o-border-image: url(../image/ttl-frame.svg) 22/20px round;
     border-image: url(../image/ttl-frame.svg) 22/20px round;
  margin: auto;
  padding: 20px 35px;
}
@media only screen and (max-width: 767px) {
  main .hd-style > span {
    display: block;
    font-size: 6.154vw;
    border-image-width: 5.128vw;
    padding: 3.333vw 4.103vw;
  }
}
main .hd-style > span::after {
  background: var(--red);
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 44px;
  height: 4px;
}
@media only screen and (max-width: 767px) {
  main .hd-style > span::after {
    bottom: 0;
    width: 11.282vw;
  }
}
main .hd-style em {
  color: var(--red);
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  main .hd-style em {
    font-size: 7.436vw;
  }
}
main .hd-style span.em {
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  main .hd-style span.em {
    font-size: 7.436vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .hd-style.lesson > span {
    padding: 8px 86px;
  }
}
main .kv {
  background: url(../image/kv-bg.jpg) center 0/auto 100% no-repeat;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  main .kv {
    height: 36vw;
    padding-top: 5vw;
  }
}
@media only screen and (max-width: 1000px) {
  main .kv {
    height: 340px;
    padding-top: 70px;
    padding-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  main .kv {
    height: auto;
    background: none;
    padding-top: 0;
    margin-bottom: 10.256vw;
  }
}
main .kv img {
  display: block;
  margin: auto;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
@media print, screen and (min-width: 768px) {
  main .kv img {
    width: 49.5vw;
  }
}
@media only screen and (max-width: 1000px) {
  main .kv img {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  main .kv img {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
main #task {
  padding-bottom: 155px;
}
@media print, screen and (min-width: 768px) {
  main #task {
    background: url(../image/task-pic.png) center bottom/407px auto no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  main #task {
    padding-bottom: 12.308vw;
  }
}
@media only screen and (max-width: 767px) {
  main #task .cnt-inner {
    padding: 0;
  }
}
main #task .task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  main #task .task-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5.128vw;
  }
}
main #task .task-list .task {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 28px;
  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-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% auto;
}
@media screen and (max-width: 922px) {
  main #task .task-list .task {
    font-size: 14px;
    padding-bottom: 2.308vw;
  }
}
@media only screen and (max-width: 767px) {
  main #task .task-list .task {
    width: 100% !important;
    font-size: 4.103vw;
    font-weight: 500;
  }
}
main #task .task-list .task1 {
  width: 294px;
  min-height: 149px;
  background-image: url(../image/task-01.svg);
}
@media only screen and (max-width: 767px) {
  main #task .task-list .task1 {
    min-height: auto;
    height: 30.769vw;
    background-image: url(../image/task-01-s.png);
    background-size: auto 100%;
    background-position: 5.897vw 0;
    padding-left: 23.077vw;
  }
}
main #task .task-list .task2 {
  width: 294px;
  height: 149px;
  background-image: url(../image/task-02.svg);
}
@media only screen and (max-width: 767px) {
  main #task .task-list .task2 {
    height: 30.256vw;
    background-image: url(../image/task-02-s.png);
    background-size: auto 100%;
    background-position: 4.872vw 0;
    padding-right: 24.615vw;
  }
}
main #task .task-list .task3 {
  width: 294px;
  height: 149px;
  background-image: url(../image/task-03.svg);
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  main #task .task-list .task3 {
    height: 30.256vw;
    background-image: url(../image/task-03-s.png);
    background-size: auto 100%;
    background-position: 4.615vw 0;
    padding-left: 29.744vw;
  }
}
main .lead-area {
  background-color: #FFFADC;
  border-top: 1px solid var(--gray);
  padding: 51px 0;
  position: relative;
  margin-bottom: 114px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main .lead-area {
    border-right: 1px solid var(--gray);
    border-left: 1px solid var(--gray);
    padding: 0;
    margin-bottom: 15.385vw;
  }
}
main .lead-area::before {
  background: var(--gray);
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
}
main .lead-area::after {
  background: url(../image/lead-bottom-arw.png) center bottom/auto 100% no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  left: 0;
  bottom: -44px;
  margin: 0 auto;
  width: 227px;
  height: 46px;
}
@media only screen and (max-width: 767px) {
  main .lead-area::after {
    background-image: url(../image/lead-bottom-arw-s.png);
    bottom: -26px;
    width: 133px;
    height: 28px;
  }
}
main .lead-area .lead-area-inner {
  position: relative;
  max-width: 1038px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  main .lead-area .lead-area-inner {
    padding: 8.974vw 0 37.179vw;
  }
}
main .lead-area .lead-area-inner::before {
  background: url(../image/lead-pic-01.png) center top/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: -256px;
  left: 0;
  top: -18px;
  margin: 0 auto;
  width: 169px;
  height: 128px;
}
@media screen and (max-width: 922px) {
  main .lead-area .lead-area-inner::before {
    top: max(-1.734vw, -18px);
    width: min(16.281vw, 169px);
  }
}
@media only screen and (max-width: 767px) {
  main .lead-area .lead-area-inner::before {
    content: none;
  }
}
main .lead-area .lead-area-inner::after {
  background: url(../image/lead-pic-02.png) center top/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -236px;
  right: 0;
  top: -65px;
  margin: 0 auto;
  width: 166px;
  height: 175px;
}
@media screen and (max-width: 922px) {
  main .lead-area .lead-area-inner::after {
    top: max(-4.817vw, -50px);
    width: min(15.992vw, 166px);
  }
}
@media only screen and (max-width: 767px) {
  main .lead-area .lead-area-inner::after {
    background: url(../image/lead-pic-s.png) center top/100% auto no-repeat;
    width: 77.179vw;
    height: 24.359vw;
    left: 11.795vw;
    right: inherit;
    top: inherit;
    bottom: 8.205vw;
  }
}
main .lead-area p {
  color: var(--red);
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main .lead-area p {
    font-size: 7.692vw;
  }
}
main .anchor-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 60px;
  padding-bottom: min(6.034vw, 70px);
}
@media only screen and (max-width: 767px) {
  main .anchor-list {
    grid-template-columns: 1fr;
    margin-top: 8.974vw;
    row-gap: 7.692vw;
    padding-bottom: 4.615vw;
  }
}
main .anchor-list .anchor-btn {
  position: relative;
}
@media only screen and (max-width: 767px) {
  main .anchor-list .anchor-btn.beginner {
    border-bottom: 1px solid var(--gray);
  }
}
main .anchor-list .anchor-btn.beginner::before {
  background: url(../image/anchor-pic-01.png) 0 0/auto 100% no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: min(1.466vw, 17px);
  top: max(-1.207vw, -14px);
  width: min(9.138vw, 106px);
  height: min(6.81vw, 79px);
}
@media only screen and (max-width: 767px) {
  main .anchor-list .anchor-btn.beginner::before {
    width: 19.744vw;
    height: 14.872vw;
    left: 1.282vw;
    top: -1.795vw;
  }
}
@media only screen and (max-width: 767px) {
  main .anchor-list .anchor-btn.beginner .category {
    font-size: 4.872vw;
  }
}
main .anchor-list .anchor-btn.beginner .btn-area-inner::before {
  background: #7C7C7C;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2px;
  height: min(3.966vw, 46px);
}
@media only screen and (max-width: 767px) {
  main .anchor-list .anchor-btn.beginner .btn-area-inner::before {
    content: none;
  }
}
main .anchor-list .anchor-btn.stepup::before {
  background: url(../image/anchor-pic-02.png) 0 0/auto 100% no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: min(1.466vw, 17px);
  top: max(-1.207vw, -14px);
  width: min(8.879vw, 103px);
  height: min(6.81vw, 79px);
}
@media only screen and (max-width: 767px) {
  main .anchor-list .anchor-btn.stepup::before {
    width: 19.744vw;
    height: 14.872vw;
    left: 1.282vw;
    top: -1.795vw;
  }
}
main .anchor-list .anchor-btn.stepup .category {
  background: var(--grd_green, linear-gradient(92deg, #147F80 0%, #004949 100%));
}
main .anchor-list .anchor-btn.stepup .btn-area {
  background: var(--grd_green, linear-gradient(92deg, #147F80 0%, #004949 100%));
}
main .anchor-list .anchor-btn.stepup .lesson-name {
  color: #0F6F70;
}
main .anchor-list .anchor-btn.stepup .lesson-name::after {
  background-color: #0F6F70;
}
@media only screen and (max-width: 767px) {
  main .anchor-list .anchor-btn.stepup .lesson-name {
    padding-top: 4.615vw;
    padding-bottom: 4.615vw;
  }
}
main .anchor-list .category {
  border-radius: 20px 20px 0 0;
  background: var(--grd_blue, linear-gradient(92deg, #0072BC 0%, #342B7A 100%));
  color: #fff;
  font-size: min(2.069vw, 24px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-left: min(4.31vw, 50px);
  padding-top: min(1.638vw, 19px);
  padding-bottom: min(1.379vw, 16px);
}
@media only screen and (max-width: 767px) {
  main .anchor-list .category {
    font-size: 5.128vw;
    padding-left: 12.821vw;
    padding-top: 4.103vw;
    padding-bottom: 3.59vw;
  }
}
main .anchor-list .btn-area {
  padding: 2px;
  border-radius: 0 0 20px 20px;
  border-top: none;
  overflow: hidden;
  background: var(--grd_blue, linear-gradient(92deg, #0072BC 0%, #342B7A 100%));
}
main .anchor-list .btn-area-inner {
  background-color: #fff;
  height: min(8.621vw, 100px);
  border-radius: 0 0 18px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main .anchor-list .btn-area-inner {
    height: auto;
    display: block;
    padding-left: 3.846vw;
    padding-right: 3.846vw;
  }
}
main .anchor-list .lesson-name {
  min-width: 49%;
  width: 100%;
  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;
  position: relative;
  text-align: center;
  color: #0566A6;
  font-size: min(1.897vw, 22px);
  font-weight: bold;
  line-height: 1.4;
  padding-right: min(3.448vw, 40px);
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  main .anchor-list .lesson-name {
    font-size: 5.128vw;
    letter-spacing: normal;
    padding-right: 7.179vw;
    padding-top: 5.641vw;
    padding-bottom: 5.641vw;
  }
  main .anchor-list .lesson-name:not(:last-child) {
    border-bottom: 2px solid var(--gray);
  }
}
main .anchor-list .lesson-name::after {
  content: "";
  width: min(2.241vw, 26px);
  height: min(2.241vw, 26px);
  position: absolute;
  right: min(2.155vw, 25px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  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-image: url(../image/anchor-arrow.png);
  background-size: min(1.293vw, 15px) auto;
  background-color: #0577C1;
  background-repeat: no-repeat;
  background-position: center min(0.776vw, 9px);
  border-radius: 100vh;
}
@media only screen and (max-width: 767px) {
  main .anchor-list .lesson-name::after {
    right: 0;
    width: 4.615vw;
    height: 4.615vw;
    background-size: 2.564vw auto;
    background-position: center 1.667vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .anchor-list .lesson-name:hover {
    opacity: 0.75;
  }
  main .anchor-list .lesson-name:hover::after {
    opacity: 0.75;
  }
}
main .anchor-list .lesson-name.type2 {
  color: #1D3D72;
}
main .anchor-list .lesson-name.type2::after {
  background-color: #1D3D72;
}
main .anchor-list .btn-caption {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-top: min(2.155vw, 25px);
}
@media screen and (max-width: 922px) {
  main .anchor-list .btn-caption {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  main .anchor-list .btn-caption {
    font-size: 4.103vw;
    font-weight: 500;
    margin-top: 4.103vw;
    padding-bottom: 6.154vw;
    margin-left: -1em;
    margin-right: -1em;
  }
}
main .catch-text {
  color: var(--text_blue);
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 10%;
  margin-bottom: min(6.897vw, 80px);
}
@media only screen and (max-width: 767px) {
  main .catch-text {
    font-size: 5.128vw;
    letter-spacing: 5%;
  }
}
main .catch-text > span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main .catch-text > span {
    display: block;
  }
}
main .catch-text > span::before, main .catch-text > span::after {
  background: url(../image/ttl-deco-01.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: -84px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 46px;
  height: 102px;
}
@media screen and (max-width: 922px) {
  main .catch-text > span::before, main .catch-text > span::after {
    left: max(-7.241vw, -84px);
  }
}
@media only screen and (max-width: 767px) {
  main .catch-text > span::before, main .catch-text > span::after {
    left: 2.564vw;
    width: 7.179vw;
    height: 16.667vw;
  }
}
main .catch-text > span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -74px;
  left: inherit;
}
@media screen and (max-width: 922px) {
  main .catch-text > span::after {
    right: max(-6.379vw, -74px);
  }
}
@media only screen and (max-width: 767px) {
  main .catch-text > span::after {
    right: 2.564vw;
  }
}
main .box-ttl {
  border-radius: 20px 20px 0 0;
  color: #fff;
  background-color: var(--blue01);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 10%;
  text-align: center;
  height: 94px;
  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;
}
@media only screen and (max-width: 767px) {
  main .box-ttl {
    font-size: 6.154vw;
    line-height: 1.4;
    text-align: left;
    height: 29.487vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30.513vw;
    padding-top: 1px;
  }
}
main .cnt-box {
  border: 2px solid #0076A8;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  padding-bottom: min(3.966vw, 46px);
}
@media only screen and (max-width: 767px) {
  main .cnt-box {
    padding-bottom: 10.256vw;
  }
}
main .pd-wrap {
  padding: 0 min(3.276vw, 38px);
}
@media only screen and (max-width: 767px) {
  main .pd-wrap {
    padding: 0 4.615vw;
  }
}
main .box-dsc {
  border-bottom: 1px solid var(--gray);
  color: var(--text_blue);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 10%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  main .box-dsc {
    font-size: 5.128vw;
    margin-top: 4.359vw;
    margin-bottom: 5.128vw;
    padding-bottom: 4.359vw;
  }
}
main .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  main .intro {
    display: block;
    text-align: center;
    margin-bottom: 5.128vw;
  }
}
main .intro .col-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 354px;
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  main .intro .col-img {
    max-width: none;
    min-width: auto;
    width: 100%;
    margin: 0 auto 5.128vw;
  }
}
main .spec {
  background-color: #F2F2F2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: min(1.034vw, 12px);
     -moz-column-gap: min(1.034vw, 12px);
          column-gap: min(1.034vw, 12px);
  row-gap: min(1.034vw, 12px);
  padding: min(1.724vw, 20px);
}
@media only screen and (max-width: 767px) {
  main .spec {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2.564vw;
    padding: 2.564vw;
  }
}
main .spec .cell {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid var(--gray);
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: min(1.724vw, 20px);
     -moz-column-gap: min(1.724vw, 20px);
          column-gap: min(1.724vw, 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px min(3.276vw, 38px) 0px min(2.414vw, 28px);
  width: min(27.931vw, 324px);
  width: calc((100% - min(2.069vw, 24px)) / 3);
  height: 126px;
}
@media screen and (max-width: 922px) {
  main .spec .cell {
    -webkit-column-gap: min(0.862vw, 10px);
       -moz-column-gap: min(0.862vw, 10px);
            column-gap: min(0.862vw, 10px);
    padding-left: min(1.293vw, 15px);
    padding-right: min(1.293vw, 15px);
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  main .spec .cell {
    padding: 0 3.846vw;
    width: 100%;
    height: auto;
  }
}
main .spec .cell.long {
  width: 365px;
}
@media screen and (max-width: 922px) {
  main .spec .cell.long {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  main .spec .cell.long {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  main .spec .cell.long.type-small {
    font-size: min(1.293vw, 15px);
  }
}
@media screen and (max-width: 922px) {
  main .spec .cell.long.type-small {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  main .spec .cell.long.type-small {
    font-size: 3.846vw;
  }
}
main .spec .cell > div {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 4px;
}
@media only screen and (max-width: 767px) {
  main .spec .cell > div {
    justify-items: center;
    padding: 3.846vw 0;
    row-gap: 1.538vw;
  }
}
main .spec .cell::before {
  background: url(../image/icon-teacher.svg) 0 center/100% auto no-repeat;
  content: "";
  display: block;
  width: min(6.897vw, 80px);
  height: min(7.414vw, 86px);
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  main .spec .cell::before {
    width: 19.487vw;
  }
}
main .spec .cell dt {
  color: #fff;
  background-color: var(--blue01);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 2px 0 3px;
}
@media only screen and (max-width: 767px) {
  main .spec .cell dt {
    font-size: 4.103vw;
    line-height: 1;
    padding: 1.282vw 0 1.538vw;
    width: 38.462vw;
  }
}
main .spec .cell dd {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  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;
  min-height: calc(2em + 24px);
  margin-right: -3em;
  margin-left: -3em;
}
@media screen and (max-width: 922px) {
  main .spec .cell dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  main .spec .cell dd {
    font-size: 3.846vw;
    min-height: 10.256vw;
  }
}
main .spec .notes {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  main .spec .notes {
    font-size: 3.59vw;
    letter-spacing: 10%;
    margin-bottom: 2.564vw;
  }
}
main .btn-style {
  background-color: var(--red);
  background: url(../image/btn-arrow.svg) right min(1.552vw, 18px) center/min(1.552vw, 18px) auto no-repeat var(--red);
  border-radius: 100vh;
  color: #fff;
  font-size: min(1.724vw, 20px);
  font-size: 20px;
  font-weight: 700;
  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;
  text-align: center;
  text-decoration: none;
  height: 74px;
  -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  main .btn-style {
    -webkit-transition: 0.2s 0.1s;
    transition: 0.2s 0.1s;
    border: 1px solid var(--red);
  }
}
@media screen and (max-width: 922px) {
  main .btn-style {
    font-size: 16px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  main .btn-style {
    background-size: 4.615vw auto;
    background-position: right 4.615vw center;
    font-size: 4.615vw;
    min-height: 17.436vw;
    height: auto;
    padding-bottom: 0.513vw;
  }
}
main .btn-style span.small {
  font-size: 14px;
  display: block;
}
@media only screen and (max-width: 767px) {
  main .btn-style span.small {
    font-size: 3.59vw;
    margin-top: 1.026vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .btn-style:hover {
    background-color: #fff;
    background-image: url(../image/btn-arrow-on.svg);
    border: 1px solid var(--red);
    color: var(--red);
  }
}
main .col-style {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: min(1.379vw, 16px);
     -moz-column-gap: min(1.379vw, 16px);
          column-gap: min(1.379vw, 16px);
  row-gap: min(1.379vw, 16px);
}
@media only screen and (max-width: 767px) {
  main .col-style {
    grid-template-columns: 1fr;
    row-gap: 5.128vw;
  }
}
@media print, screen and (min-width: 768px) {
  main .col-style.type2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .btns-note {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 922px) {
  main .btns-note {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  main .btns-note {
    font-size: 4.103vw;
    font-weight: 400;
    margin: 5.128vw 0;
  }
}
main .recommend-head {
  text-align: center;
  position: relative;
  margin-top: 45px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  main .recommend-head {
    margin-top: 12.821vw;
    margin-bottom: 5.128vw;
  }
}
main .recommend-head::before {
  background-color: var(--blue01);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
}
main .recommend-head p {
  color: #fff;
  background-color: var(--blue01);
  border-radius: 4px 5px 4px 5px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  padding: 8px 77px;
}
@media only screen and (max-width: 767px) {
  main .recommend-head p {
    font-size: 4.615vw;
    padding: 2.051vw 2.564vw 2.564vw;
    width: 78%;
    letter-spacing: 10%;
  }
}
main .recommend-head p span {
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  display: block;
}
main .recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: min(1.379vw, 16px);
     -moz-column-gap: min(1.379vw, 16px);
          column-gap: min(1.379vw, 16px);
}
@media only screen and (max-width: 767px) {
  main .recommend-list {
    grid-template-columns: 1fr;
    row-gap: 2.564vw;
  }
}
main .recommend-list li {
  border: 2px solid var(--blue01);
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(0.862vw, 10px);
     -moz-column-gap: min(0.862vw, 10px);
          column-gap: min(0.862vw, 10px);
  font-size: 16px;
  font-weight: 500;
  padding-left: min(1.552vw, 18px);
  padding-right: min(1.552vw, 18px);
  height: 90px;
}
@media only screen and (max-width: 767px) {
  main .recommend-list li {
    -webkit-column-gap: 2.051vw;
       -moz-column-gap: 2.051vw;
            column-gap: 2.051vw;
    font-size: 4.103vw;
    padding-left: 3.59vw;
    padding-right: 2.564vw;
    height: auto;
    min-height: 16.923vw;
  }
}
main .recommend-list li::before {
  background: url(../image/icon-check.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  width: min(3.017vw, 35px);
  height: min(2.759vw, 32px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  main .recommend-list li::before {
    width: 8.974vw;
    height: 8.205vw;
  }
}
main .lesson-detail-head {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 45px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main .lesson-detail-head {
    width: auto;
    margin: 28.718vw auto 5.128vw;
  }
}
main .lesson-detail-head span.main {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 10%;
}
@media only screen and (max-width: 767px) {
  main .lesson-detail-head span.main {
    font-size: 6.154vw;
  }
}
main .lesson-detail-head span.addition {
  background: url(../image/addition-bg.svg) center 0/auto 100% no-repeat;
  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;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  left: -137px;
  top: -66px;
  width: 120px;
  height: 120px;
  padding-bottom: 2px;
  padding-left: 2px;
}
@media only screen and (max-width: 767px) {
  main .lesson-detail-head span.addition {
    background-image: url(../image/addition-bg-sp.svg);
    font-size: 4.615vw;
    margin: auto;
    left: 0;
    right: 0;
    top: -16.154vw;
    padding: 0;
    width: 63.59vw;
    height: 13.59vw;
    padding-bottom: 2.564vw;
  }
}
main #beginner1 {
  background-color: #D6ECFF;
  padding-top: min(9.483vw, 110px);
  padding-bottom: min(8.621vw, 100px);
}
@media only screen and (max-width: 767px) {
  main #beginner1 {
    padding-top: 12.821vw;
    padding-bottom: 15.385vw;
  }
}
main #beginner1 .box-ttl {
  position: relative;
}
main #beginner1 .box-ttl::before {
  background: url(../image/box-pic-01.png) 0 0/auto 100% no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 314px);
  top: -38px;
  width: 94px;
  height: 132px;
}
@media only screen and (max-width: 767px) {
  main #beginner1 .box-ttl::before {
    width: 18.462vw;
    height: 26.154vw;
    left: 6.667vw;
    top: inherit;
    bottom: 0;
  }
}
main #beginner1 .intro .col-text {
  color: var(--text_blue);
  font-weight: 700;
}
main #beginner1 .intro .col-text > span {
  display: inline-block;
  font-size: 30px;
  font-size: min(2.586vw, 30px);
  line-height: 1.4;
}
@media screen and (max-width: 922px) {
  main #beginner1 .intro .col-text > span {
    font-size: min(2.931vw, 34px);
  }
}
@media only screen and (max-width: 767px) {
  main #beginner1 .intro .col-text > span {
    font-size: 6.667vw;
    margin-left: -1em;
    margin-right: -1em;
  }
}
main #beginner1 .intro .col-text > span:not(:first-child) {
  margin-top: min(0.603vw, 7px);
}
@media only screen and (max-width: 767px) {
  main #beginner1 .intro .col-text > span:not(:first-child) {
    margin-top: 1.795vw;
  }
}
main #beginner1 .intro .col-text .small {
  font-size: min(2.069vw, 24px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  main #beginner1 .intro .col-text .small {
    font-size: 5.128vw;
    display: inline-block;
    line-height: 1.4;
  }
}
main #beginner1 .intro .col-text .small-pc {
  font-size: min(2.069vw, 24px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  main #beginner1 .intro .col-text .small-pc {
    font-size: 6.667vw;
    display: inline-block;
  }
}
@media print, screen and (min-width: 768px) {
  main #beginner1 .intro .col-text .marker-pc {
    background-color: var(--yellow);
    border-radius: 2px;
    border: 1px solid var(--gray);
    padding: 1px 8px 2px 8px;
  }
}
@media only screen and (max-width: 767px) {
  main #beginner1 .intro .col-text .marker-sp {
    background-color: var(--yellow);
    border-radius: 2px;
    border: 1px solid var(--gray);
    padding: 0.769vw 2.051vw;
    display: inline-block;
    margin-top: 1.026vw;
  }
}
main #beginner1 .intro .col-text .notes {
  font-size: 14px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  main #beginner1 .intro .col-text .notes {
    font-size: 3.59vw;
    margin-top: 0vw;
  }
}
main #beginner1 .spec .cell.type-time::before {
  background-image: url(../image/icon-time-01.svg);
}
main #beginner1 .spec .cell.type-price::before {
  background-image: url(../image/icon-price-01.svg);
}
main #beginner2 {
  background-color: #DBE5FB;
  padding-top: min(8.621vw, 100px);
  padding-bottom: min(8.621vw, 100px);
}
@media only screen and (max-width: 767px) {
  main #beginner2 {
    padding-top: 12.821vw;
    padding-bottom: 15.385vw;
  }
}
main #beginner2 .catch-text {
  color: var(--navy-blue);
}
main #beginner2 .catch-text > span::before,
main #beginner2 .catch-text > span::after {
  background-image: url(../image/ttl-deco-02.svg);
}
main #beginner2 .catch-text > span::before, main #beginner2 .catch-text > span::after {
  width: 44px;
  height: 63px;
}
@media only screen and (max-width: 767px) {
  main #beginner2 .catch-text > span::before, main #beginner2 .catch-text > span::after {
    width: 7.692vw;
    height: 11.282vw;
  }
}
main #beginner2 .cnt-box {
  border-color: var(--navy-blue);
}
main #beginner2 .box-ttl {
  background-color: var(--navy-blue);
  position: relative;
}
main #beginner2 .box-ttl::before {
  background: url(../image/box-pic-02.png) 0 0/auto 100% no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 314px);
  top: -38px;
  width: 94px;
  height: 132px;
}
@media only screen and (max-width: 767px) {
  main #beginner2 .box-ttl::before {
    width: 18.462vw;
    height: 26.154vw;
    left: 6.667vw;
    top: inherit;
    bottom: 0;
  }
}
main #beginner2 .box-dsc {
  color: var(--navy-blue);
}
main #beginner2 .intro .col-text {
  color: var(--navy-blue);
  font-weight: 700;
}
main #beginner2 .intro .col-text > span {
  display: inline-block;
  font-size: 30px;
  font-size: min(2.586vw, 30px);
  line-height: 1.4;
}
@media screen and (max-width: 922px) {
  main #beginner2 .intro .col-text > span {
    font-size: min(2.931vw, 34px);
  }
}
@media only screen and (max-width: 767px) {
  main #beginner2 .intro .col-text > span {
    font-size: 6.667vw;
    margin-left: -1em;
    margin-right: -1em;
  }
}
main #beginner2 .intro .col-text > span:not(:first-child) {
  margin-top: min(0.603vw, 7px);
}
@media only screen and (max-width: 767px) {
  main #beginner2 .intro .col-text > span:not(:first-child) {
    margin-top: 1.795vw;
  }
}
main #beginner2 .intro .col-text .small {
  font-size: min(2.069vw, 24px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  main #beginner2 .intro .col-text .small {
    font-size: 5.128vw;
    display: inline-block;
    line-height: 1.4;
  }
}
main #beginner2 .intro .col-text .small-pc {
  font-size: min(2.069vw, 24px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  main #beginner2 .intro .col-text .small-pc {
    font-size: 6.667vw;
    display: inline-block;
  }
}
@media print, screen and (min-width: 768px) {
  main #beginner2 .intro .col-text .marker-pc {
    background-color: var(--yellow);
    border-radius: 2px;
    border: 1px solid var(--gray);
    padding: 1px 8px 2px 8px;
  }
}
main #beginner2 .intro .col-text .marker-pc.mt {
  margin-top: min(1.724vw, 20px);
}
@media only screen and (max-width: 767px) {
  main #beginner2 .intro .col-text .marker-sp {
    background-color: var(--yellow);
    border-radius: 2px;
    border: 1px solid var(--gray);
    padding: 0.769vw 2.051vw;
    display: inline-block;
    margin-top: 1.026vw;
  }
  main #beginner2 .intro .col-text .marker-sp:last-child {
    margin-bottom: 0.5em;
  }
}
main #beginner2 .intro .col-text .notes {
  font-size: 14px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  main #beginner2 .intro .col-text .notes {
    font-size: 3.59vw;
    margin-top: 0vw;
  }
}
main #beginner2 .spec dt {
  background-color: var(--navy-blue);
}
main #beginner2 .spec .cell.type-time::before {
  background-image: url(../image/icon-time-02.svg);
}
main #beginner2 .spec .cell.type-price::before {
  background-image: url(../image/icon-price-02.svg);
}
main #beginner2 .recommend-head::before {
  background-color: var(--navy-blue);
}
main #beginner2 .recommend-head p {
  background-color: var(--navy-blue);
}
main #beginner2 .recommend-list li {
  border-color: var(--navy-blue);
}
main #beginner2 .recommend-list li::before {
  background-image: url(../image/icon-check-02.svg);
}
main #beginner2 .swiper-slide .slide-ttl {
  background-color: var(--navy-blue);
}
main #beginner2 .swiper-slide .slide-copy {
  color: var(--navy-blue);
}
main #stepup {
  background-color: #fff;
  padding-top: min(9.483vw, 110px);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  main #stepup {
    padding-top: 12.821vw;
    padding-bottom: 0;
  }
}
main #stepup .catch-text {
  color: var(--text_green);
}
main #stepup .catch-text > span::before,
main #stepup .catch-text > span::after {
  background-image: url(../image/ttl-deco-03.svg);
}
main #stepup .bg-wrap {
  background: var(--back_green, #DAF6F2);
  padding: 0px min(1.724vw, 20px) min(8.621vw, 100px);
}
@media only screen and (max-width: 767px) {
  main #stepup .bg-wrap {
    padding: 0 2.564vw 15.385vw;
  }
}
main #stepup .layout-wrap {
  padding: 0px min(1.724vw, 20px) 0;
}
@media only screen and (max-width: 767px) {
  main #stepup .layout-wrap {
    padding: 0 0 0;
  }
}
main #stepup .box-ttl {
  position: relative;
  background-color: var(--green);
  max-width: 1160px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  main #stepup .box-ttl {
    font-size: 38px;
    height: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  main #stepup .box-ttl {
    font-size: 36px;
    height: min(12.931vw, 150px);
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .box-ttl {
    font-size: 6.154vw;
    height: 25.641vw;
    letter-spacing: normal;
    margin: 0 2.564vw;
  }
}
main #stepup .box-ttl::before {
  background: url(../image/box-pic-03.png) 0 0/auto 100% no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 475px);
  bottom: 0;
  width: 239px;
  height: 184px;
}
@media only screen and (max-width: 1000px) {
  main #stepup .box-ttl::before {
    left: calc(50% - min(43.103vw, 500px));
    left: min(2.586vw, 30px);
    width: min(20.603vw, 239px);
    height: min(15.862vw, 184px);
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .box-ttl::before {
    width: 29.487vw;
    height: 22.821vw;
    left: -1.538vw;
    top: inherit;
    bottom: 0;
  }
}
main #stepup .cnt-box {
  max-width: 1160px;
  margin: auto;
  border-color: var(--green);
}
main #stepup .box-dsc {
  color: var(--text_green);
}
main #stepup .intro .col-text {
  color: var(--text_green);
  font-weight: 700;
}
main #stepup .intro .col-text > span {
  display: inline-block;
  font-size: 30px;
  font-size: min(2.586vw, 30px);
  line-height: 1.4;
  margin-bottom: min(0.603vw, 7px);
}
@media screen and (max-width: 922px) {
  main #stepup .intro .col-text > span {
    font-size: min(2.931vw, 34px);
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .intro .col-text > span {
    font-size: 6.667vw;
    margin-left: -1em;
    margin-right: -1em;
    margin-bottom: 1.795vw;
  }
}
main #stepup .intro .col-text .small {
  font-size: min(2.069vw, 24px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  main #stepup .intro .col-text .small {
    font-size: 5.128vw;
    display: inline-block;
    line-height: 1.4;
  }
}
main #stepup .intro .col-text .small-pc {
  font-size: min(2.069vw, 24px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  main #stepup .intro .col-text .small-pc {
    font-size: 6.667vw;
    display: inline-block;
  }
}
@media print, screen and (min-width: 768px) {
  main #stepup .intro .col-text .marker-pc {
    background-color: var(--yellow);
    border-radius: 2px;
    border: 1px solid var(--gray);
    padding: 1px 8px 2px 8px;
    margin-top: min(0.517vw, 6px);
    letter-spacing: 10%;
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .intro .col-text .marker-sp {
    background-color: var(--yellow);
    border-radius: 2px;
    border: 1px solid var(--gray);
    padding: 0.769vw 2.051vw;
    display: inline-block;
    margin-top: 1.026vw;
    letter-spacing: 10%;
  }
  main #stepup .intro .col-text .marker-sp:last-child {
    margin-bottom: 0.5em;
  }
}
main #stepup .intro .col-text .notes {
  font-size: min(1.207vw, 14px);
  margin-top: min(1.207vw, 14px);
}
@media print, screen and (min-width: 768px) {
  main #stepup .intro .col-text .notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 922px) {
  main #stepup .intro .col-text .notes {
    font-size: min(1.379vw, 16px);
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .intro .col-text .notes {
    font-size: 3.59vw;
    margin-top: 0vw;
  }
}
main #stepup .detail {
  background-color: #F2F2F2;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  padding: 0 min(3.276vw, 38px) min(3.448vw, 40px);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail {
    padding: 0 4.615vw 7.692vw;
  }
}
main #stepup .detail .balloon {
  background: url(../image/balloon.png) center 0/auto 100% no-repeat;
  font-size: min(1.552vw, 18px);
  font-weight: 700;
  line-height: 1.8;
  height: min(11.207vw, 130px);
  padding-top: min(2.069vw, 24px);
  padding-left: min(25.431vw, 295px);
  margin: min(3.621vw, 42px) 0 min(1.034vw, 12px);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .balloon {
    background: url(../image/balloon-sp.png) center 0/auto 100% no-repeat;
    font-size: 4.103vw;
    letter-spacing: 10%;
    height: 65.641vw;
    padding-top: 8.205vw;
    padding-left: 9.487vw;
    margin: 7.692vw 0 2.564vw;
  }
}
main #stepup .detail .slide-detail {
  position: relative;
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .swiper {
    padding-bottom: 0;
  }
}
main #stepup .detail .slide-detail .swiper-wrapper {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .swiper-wrapper {
    padding-bottom: 7.692vw;
  }
}
main #stepup .detail .slide-detail .swiper-slide {
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  border: none;
}
main #stepup .detail .slide-detail .detail-frame {
  border: 1px solid var(--gray);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
main #stepup .detail .slide-detail .detail-frame .frame-title {
  border-bottom: 1px solid var(--gray);
  display: grid;
  grid-template-columns: min(24.569vw, 285px) 1fr;
  font-size: min(2.414vw, 28px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .frame-title {
    border-bottom: none;
    grid-template-columns: 1fr;
    font-size: 6.154vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .frame-title .category {
  background-color: #FFE11F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 87px;
  height: min(7.5vw, 87px);
}
@media print, screen and (min-width: 768px) {
  main #stepup .detail .slide-detail .detail-frame .frame-title .category {
    border-right: 1px solid var(--gray);
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .frame-title .category {
    height: auto;
    padding: 1.538vw 0 2.051vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .frame-title .category .times {
  font-size: min(1.379vw, 16px);
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .frame-title .category .times {
    font-size: 4.103vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .frame-title .title {
  background-color: #A6DCED;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: min(5vw, 58px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .frame-title .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px var(--gray);
    padding: 3.333vw 0 3.59vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .frame-title .title::after {
  background: url(../image/detail-frame-pic01.png) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: min(2.414vw, 28px);
  top: min(1.379vw, 16px);
  width: min(14.655vw, 170px);
  height: min(8.017vw, 93px);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .frame-title .title::after {
    background-image: url(../image/detail-frame-pic01-s.png);
    right: inherit;
    left: 1.026vw;
    top: 5.128vw;
    width: 89.487vw;
    width: 98%;
    height: 12.564vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .frame-title .title.type2 {
  background-color: #DAEAA0;
}
main #stepup .detail .slide-detail .detail-frame .frame-title .title.type2::after {
  background: url(../image/detail-frame-pic02.png) 0 0/100% auto no-repeat;
  right: min(4.052vw, 47px);
  top: min(1.638vw, 19px);
  width: min(14.914vw, 173px);
  height: min(7.586vw, 88px);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .frame-title .title.type2::after {
    background-image: url(../image/detail-frame-pic02-s.png);
    left: 1.026vw;
    top: 7.692vw;
    width: 89.487vw;
    width: 98%;
    height: 12.564vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .frame-title .title.type3 {
  background-color: #DAEAA0;
}
main #stepup .detail .slide-detail .detail-frame .frame-title .title.type3::after {
  background: url(../image/detail-frame-pic03.png) 0 0/100% auto no-repeat;
  right: min(2.586vw, 30px);
  top: min(1.983vw, 23px);
  width: min(16.207vw, 188px);
  height: min(6.81vw, 79px);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .frame-title .title.type3::after {
    background-image: url(../image/detail-frame-pic03-s.png);
    left: 1.026vw;
    top: 7.692vw;
    width: 89.487vw;
    width: 98%;
    height: 12.564vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .frame-title .title.type4 {
  background-color: #8DDBAD;
}
main #stepup .detail .slide-detail .detail-frame .frame-title .title.type4::after {
  background: url(../image/detail-frame-pic04.png) 0 0/100% auto no-repeat;
  right: min(5.345vw, 62px);
  top: min(1.293vw, 15px);
  width: min(10.259vw, 119px);
  height: min(8.19vw, 95px);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .frame-title .title.type4::after {
    background-image: url(../image/detail-frame-pic04-s.png);
    left: 1.026vw;
    top: 6.667vw;
    width: 89.487vw;
    width: 98%;
    height: 12.564vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .inner-cont {
  display: grid;
  grid-template-columns: min(39.224vw, 455px) 1fr;
  -webkit-column-gap: min(1.724vw, 20px);
     -moz-column-gap: min(1.724vw, 20px);
          column-gap: min(1.724vw, 20px);
  padding: min(3.19vw, 37px) min(3.103vw, 36px);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .inner-cont {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  main #stepup .detail .slide-detail .detail-frame .col-txt {
    display: grid;
    grid-template-columns: 1fr;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
main #stepup .detail .slide-detail .detail-frame .description {
  font-size: 18px;
  font-size: min(1.552vw, 18px);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .description {
    font-size: 4.103vw;
    margin-top: 2.564vw;
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .curriculum {
    text-align: center;
  }
}
main #stepup .detail .slide-detail .detail-frame .curriculum .cur-head {
  border-radius: 10px;
  background-color: var(--green);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: min(1.379vw, 16px);
  font-weight: 700;
  padding: 4px min(1.552vw, 18px) 5px;
  margin-left: min(2.586vw, 30px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .curriculum .cur-head {
    font-size: 4.103vw;
    padding: 1.026vw 4.615vw 1.282vw;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
main #stepup .detail .slide-detail .detail-frame .curriculum ul {
  border: 1px solid var(--green);
  border-radius: 10px;
  padding: min(3.017vw, 35px) min(2.414vw, 28px);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .curriculum ul {
    padding: 7.692vw 4.103vw 6.154vw;
    min-height: 66.667vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .curriculum ul.type-short li {
  letter-spacing: 10%;
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .curriculum ul.type-short li {
    letter-spacing: 10%;
  }
}
main #stepup .detail .slide-detail .detail-frame .curriculum ul li {
  color: var(--text_green);
  font-size: 16px;
  font-size: min(1.379vw, 16px);
  font-weight: 500;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: min(0.517vw, 6px);
     -moz-column-gap: min(0.517vw, 6px);
          column-gap: min(0.517vw, 6px);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .curriculum ul li {
    font-size: 4.103vw;
    letter-spacing: 10%;
  }
}
main #stepup .detail .slide-detail .detail-frame .curriculum ul li:not(:last-child) {
  margin-bottom: min(0.862vw, 10px);
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .curriculum ul li:not(:last-child) {
    margin-bottom: 2.564vw;
  }
}
main #stepup .detail .slide-detail .detail-frame .curriculum ul li::before {
  content: "●";
  font-size: 13px;
  font-size: min(1.121vw, 13px);
  display: block;
  margin-top: 0.2em;
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .detail-frame .curriculum ul li::before {
    font-size: 3.333vw;
  }
}
main #stepup .detail .slide-detail .swiper {
  overflow: hidden;
}
main #stepup .detail .slide-detail .swiper-slide {
  margin-right: 0;
}
main #stepup .detail .slide-detail .swiper-button-prev,
main #stepup .detail .slide-detail .swiper-button-next {
  top: inherit;
  bottom: inherit;
}
@media print, screen and (min-width: 768px) {
  main #stepup .detail .slide-detail .swiper-button-prev,
  main #stepup .detail .slide-detail .swiper-button-next {
    top: min(30.172vw, 350px);
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .detail .slide-detail .swiper-button-prev,
  main #stepup .detail .slide-detail .swiper-button-next {
    top: 87.179vw;
  }
}
main #stepup .detail .slide-detail .swiper-horizontal > .swiper-pagination-bullets,
main #stepup .detail .slide-detail .swiper-pagination-bullets.swiper-pagination-horizontal,
main #stepup .detail .slide-detail .swiper-pagination-custom, main #stepup .detail .slide-detail .swiper-pagination-fraction {
  bottom: 0;
  height: auto;
  padding-bottom: 0;
}
main #stepup .detail .slide-detail .swiper-pagination-bullet {
  display: inline-block;
}
main #stepup .detail .slide-detail .swiper-button-prev {
  left: max(-1.897vw, -22px);
}
main #stepup .detail .slide-detail .swiper-button-next {
  right: max(-1.897vw, -22px);
}
main #stepup .bnr-space {
  margin-bottom: min(3.448vw, 40px);
}
@media only screen and (max-width: 767px) {
  main #stepup .bnr-space {
    margin-bottom: 7.692vw;
  }
}
main #stepup .bnr-space a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media print, screen and (min-width: 768px) {
  main #stepup .bnr-space a:hover {
    opacity: 0.75;
  }
}
main #stepup #outline .ttl {
  background-color: #A6DCED;
  border: 1px solid var(--gray);
  border-radius: 10px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 78px;
  margin-bottom: 30px;
  padding: 14px 0 15px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  main #stepup #outline .ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  main #stepup #outline .ttl {
    font-size: 5.128vw;
    margin-top: 15.385vw;
    margin-bottom: 5.128vw;
    padding: 6.41vw 3.846vw;
  }
}
main #stepup #outline .ttl::after {
  background: url(../image/outline-pic.png) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: min(6.897vw, 80px);
  top: max(-1.552vw, -18px);
  width: min(77.069vw, 894px);
  height: min(5.517vw, 64px);
}
@media only screen and (max-width: 1000px) {
  main #stepup #outline .ttl::after {
    left: 6%;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  main #stepup #outline .ttl::after {
    background-image: url(../image/outline-pic-s.png);
    right: inherit;
    left: -1.795vw;
    top: -4.872vw;
    width: 89.487vw;
    height: 12.564vw;
  }
}
main #stepup #outline p.txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  main #stepup #outline p.txt {
    font-size: 4.615vw;
    margin-top: 2.564vw;
    margin-bottom: 5.128vw;
  }
}
main #stepup #outline .swiper-stepup {
  position: relative;
}
@media only screen and (max-width: 767px) {
  main #stepup #outline .swiper-stepup #swiper-stepup {
    padding-bottom: 6.667vw;
  }
}
main #stepup #outline .swiper-stepup #swiper-stepup .swiper-slide {
  max-width: none;
  width: calc((100% - 30px) / 3);
  border: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  main #stepup #outline .swiper-stepup #swiper-stepup .swiper-slide {
    max-width: none;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  main #stepup #outline .swiper-stepup .swiper-button-prev,
  main #stepup #outline .swiper-stepup .swiper-button-next {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  main #stepup #outline .swiper-stepup .swiper-button-prev,
  main #stepup #outline .swiper-stepup .swiper-button-next {
    bottom: calc(50% - 3.333vw);
    top: inherit;
  }
}
main #stepup #outline .swiper-stepup .swiper-pagination-bullets {
  height: auto;
}
main #stepup #outline .swiper-stepup .swiper-button-prev {
  width: 11.795vw;
  left: -4.103vw;
}
main #stepup #outline .swiper-stepup .swiper-button-next {
  right: -4.103vw;
}
main #stepup .recommend-head {
  margin-top: 24px;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  main #stepup .recommend-head {
    margin-top: 0;
  }
}
main #stepup .recommend-head::before {
  background-color: var(--green);
}
main #stepup .recommend-head p {
  background-color: var(--green);
}
@media only screen and (max-width: 767px) {
  main #stepup .recommend-head p {
    font-size: 4.103vw;
  }
}
main #stepup .lesson-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: min(1.379vw, 16px);
     -moz-column-gap: min(1.379vw, 16px);
          column-gap: min(1.379vw, 16px);
  row-gap: min(1.379vw, 16px);
}
@media only screen and (max-width: 970px) {
  main #stepup .lesson-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .lesson-list {
    grid-template-columns: 1fr;
    row-gap: 2.564vw;
  }
}
main #stepup .lesson-list li {
  border: 1px solid var(--gray);
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  padding-right: min(1.552vw, 18px);
  min-height: 47px;
  overflow: hidden;
}
@media screen and (max-width: 922px) {
  main #stepup .lesson-list li {
    font-size: 16px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .lesson-list li {
    -webkit-column-gap: 3.077vw;
       -moz-column-gap: 3.077vw;
            column-gap: 3.077vw;
    font-size: 4.103vw;
    padding-right: 2.564vw;
    height: auto;
    min-height: 16.923vw;
  }
}
@media print, screen and (min-width: 768px) {
  main #stepup .lesson-list li:first-child {
    grid-row: 1/2;
    grid-column: 1/3;
    margin-left: 23%;
    margin-right: 23%;
  }
}
@media only screen and (max-width: 970px) {
  main #stepup .lesson-list li:first-child {
    grid-row: inherit;
    grid-column: inherit;
    margin-left: 0;
    margin-right: 0;
  }
}
main #stepup .lesson-list li .number {
  background-color: #A6DCED;
  border-right: 1px solid var(--gray);
  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;
  font-size: 16px;
  width: 70px;
  height: 100%;
  padding-bottom: 2px;
}
@media screen and (max-width: 922px) {
  main #stepup .lesson-list li .number {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .lesson-list li .number {
    font-size: 4.103vw;
    width: 15.897vw;
  }
}
main #stepup .lesson-list li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  main #stepup .lesson-list li .text {
    padding-bottom: 3px;
    padding-top: 2px;
  }
}
main #stepup .spec-lead {
  color: var(--text_green);
  font-weight: 700;
  text-align: center;
  margin: 60px 0 40px;
}
@media only screen and (max-width: 767px) {
  main #stepup .spec-lead {
    margin: 14.359vw 0 3.077vw;
  }
}
main #stepup .spec-lead > span {
  display: inline-block;
  font-size: 30px;
  font-size: min(2.586vw, 30px);
  line-height: 1.4;
  margin-bottom: min(0.603vw, 7px);
}
@media screen and (max-width: 922px) {
  main #stepup .spec-lead > span {
    font-size: min(2.931vw, 34px);
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .spec-lead > span {
    font-size: 6.667vw;
    margin-left: -1em;
    margin-right: -1em;
    margin-bottom: 1.795vw;
  }
}
main #stepup .spec-lead .small {
  font-size: min(2.069vw, 24px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  main #stepup .spec-lead .small {
    font-size: 5.128vw;
    display: inline-block;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) {
  main #stepup .spec-lead .marker-pc {
    background-color: var(--yellow);
    border-radius: 2px;
    border: 1px solid var(--gray);
    display: inline-block;
    padding: 1px 0px 2px 0px;
    margin-right: 8px;
    letter-spacing: 10%;
  }
}
@media only screen and (max-width: 767px) {
  main #stepup .spec-lead .marker-sp {
    background-color: var(--yellow);
    border-radius: 2px;
    border: 1px solid var(--gray);
    padding: 0.769vw 2.051vw;
    display: inline-block;
    margin-top: 1.026vw;
    letter-spacing: 10%;
  }
  main #stepup .spec-lead .marker-sp:last-child {
    padding-left: 5.128vw;
  }
}
main #stepup .spec dt {
  background-color: var(--green);
}
main #stepup .spec .cell.type-time::before {
  background-image: url(../image/icon-time-03.svg);
}
main #stepup .spec .cell.type-price::before {
  background-image: url(../image/icon-price-03.svg);
}
main #stepup .spec .cell.type-place::before {
  background-image: url(../image/icon-place-03.svg);
}
main #stepup .spec .cell.type-cur::before {
  background-image: url(../image/icon-cur-03.svg);
}
main #message {
  background: #FFFADC;
  margin-top: 220px;
  margin-top: min(18.966vw, 220px);
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  main #message {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  main #message {
    margin-top: 36.923vw;
    padding-bottom: 24.103vw;
  }
}
main #message::before {
  content: "";
  display: block;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  main #message::before {
    background: url(../image/contact-pic.png) 0 0/100% auto no-repeat;
    left: calc(50% - 557.5px - 24px);
    top: -120px;
    width: 1115px;
    height: 177px;
  }
}
@media screen and (max-width: 1000px) {
  main #message::before {
    background: url(../image/contact-pic-s.png) 0 0/100% auto no-repeat;
    left: 0;
    right: 0;
    top: inherit;
    bottom: -44px;
    margin: auto;
    width: 264px;
    height: 117px;
  }
}
@media only screen and (max-width: 767px) {
  main #message::before {
    background: url(../image/contact-pic-s.png) 0 0/100% auto no-repeat;
    left: 0;
    right: 0;
    top: inherit;
    bottom: -11.282vw;
    margin: auto;
    width: 67.692vw;
    height: 30vw;
  }
}
main #message .hd-style {
  -webkit-transform: translateY(-48px);
          transform: translateY(-48px);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  main #message .hd-style {
    -webkit-transform: translateY(-19.231vw);
            transform: translateY(-19.231vw);
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  main #message .hd-style span {
    padding: 4.103vw 0;
  }
}
main #message .msg-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  main #message .msg-list {
    grid-template-columns: 1fr;
    row-gap: 20.513vw;
    margin-top: 5.128vw;
  }
}
main #message .msg-list .msg-box {
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px var(--gray);
  padding: 0 30px 28px;
}
main #message .msg-list .msg-box .image {
  width: 140px;
  margin: auto;
  margin-top: -54px;
}
@media only screen and (max-width: 767px) {
  main #message .msg-list .msg-box .image {
    width: 35.897vw;
    margin-top: -13.846vw;
  }
}
main #message .msg-list .msg-box .name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  main #message .msg-list .msg-box .name {
    font-size: 4.103vw;
    margin-top: 3.846vw;
  }
}
main #message .msg-list .msg-box .name span {
  display: inline-block;
  background: #1D3D72;
  border-radius: 6px;
  padding: 6px 14px 5px;
}
main #message .msg-list .msg-box .text1 {
  color: #1D3D72;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 922px) {
  main #message .msg-list .msg-box .text1 {
    font-size: min(1.724vw, 20px);
    font-size: 18px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  main #message .msg-list .msg-box .text1 {
    font-size: 4.615vw;
    text-align: center;
  }
}
main #message .msg-list .msg-box .text2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  main #message .msg-list .msg-box .text2 {
    font-size: 4.103vw;
  }
}
main #contact {
  background: url(../image/bg-bottom.png) center bottom -2px/1497px auto no-repeat;
  padding-top: 103px;
  padding-bottom: 250px;
}
@media only screen and (max-width: 767px) {
  main #contact {
    background: url(../image/bg-bottom-sp.png) center bottom/100% auto no-repeat;
    padding-top: 26.41vw;
    padding-bottom: 28.205vw;
  }
}
main #contact .ttl-decoration {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  main #contact .ttl-decoration {
    font-size: 6.41vw;
    letter-spacing: normal;
    margin-bottom: 12.821vw;
  }
}
main #contact .ttl-decoration > span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main #contact .ttl-decoration > span {
    display: block;
  }
}
main #contact .ttl-decoration > span::before, main #contact .ttl-decoration > span::after {
  background: url(../image/ttl-deco-04.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: -74px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 46px;
  height: 102px;
}
@media only screen and (max-width: 767px) {
  main #contact .ttl-decoration > span::before, main #contact .ttl-decoration > span::after {
    left: 0;
    width: 9.487vw;
    height: 21.026vw;
  }
}
main #contact .ttl-decoration > span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -74px;
  left: inherit;
}
@media only screen and (max-width: 767px) {
  main #contact .ttl-decoration > span::after {
    right: 0;
  }
}
main #contact .ttl-decoration em {
  color: var(--red);
}
main #contact .ttl-decoration span.small {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  main #contact .ttl-decoration span.small {
    font-size: 5.128vw;
  }
}
main #contact p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  main #contact p {
    font-size: 4.615vw;
  }
}
main #contact .btn-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  main #contact .btn-area {
    grid-template-columns: 1fr;
    row-gap: 5.128vw;
    margin-top: 7.692vw;
  }
}

.site-footer {
  margin-top: 0;
}