@media screen and (min-width: 501px) {
  .p-course02 {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .p-course02 {
    padding: 0 0 80px;
  }
}
.p-course02 .c-bread,
.p-course02 .c-jumbotron {
  position: absolute;
  background-color: inherit;
  z-index: 1;
}
.p-course02 .c-jumbotron {
  padding: 50px;
  padding-left: 11.19vw;
  left: 0;
  bottom: 80px;
  background: url("../img/common/bg03.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .p-course02 .c-jumbotron {
    padding: clamp(20px, 6vw, 30px);
    bottom: 40px;
  }
}
.p-course02__mv {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .p-course02__mv {
    height: 100%;
  }
}
.p-course02__mv .simpleParallax {
  height: 100%;
}

.p-course02__mvBoxWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: 20%;
}
@media screen and (max-width: 500px) {
  .p-course02__mvBoxWrap {
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    right: 20px;
  }
}
@media screen and (max-width: 360px) {
  .p-course02__mvBoxWrap {
    right: 10px;
  }
}

.p-course02__mvWrap:nth-child(n+2) {
  margin-top: 130px;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .p-course02__mvWrap:nth-child(n+2) {
    margin-top: 60px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 360px) {
  .p-course02__mvWrap:nth-child(n+2) {
    margin-top: 40px;
  }
}

.p-course02__mvHeading {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .p-course02__mvHeading {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .p-course02__mvHeading {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-course02__mvHeading {
    font-size: clamp(16px, 4vw, 20px);
  }
}

.p-course02__mvImgWrap {
  display: block;
  height: 100%;
}

.p-course02__mvImg {
  height: 100%;
}

.p-course02__section {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .p-course02__section {
    padding: 40px 0;
  }
}
.p-course02__section.--pb0 {
  padding-bottom: 0;
}

.p-course02__pointList {
  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;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  .p-course02__pointList {
    margin: 0 auto 30px;
  }
}
.p-course02__pointList.--mb0 {
  margin-bottom: 0;
}

.p-course02__pointItem {
  color: #795D01;
  border: 1px solid #795D01;
  background-color: #fff;
  border-radius: 30px;
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding: 5px 15px;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .p-course02__pointItem:nth-child(n+2) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-course02__pointItem {
    font-size: 16px;
    margin: 10px 5px 0;
  }
}

.p-course02__contents {
  background-color: #FBF3F5;
  padding: 80px 0;
  background-image: url("../img/common/bg02.png");
  background-repeat: repeat;
  background-size: 60px 60px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-course02__contents {
    padding: 40px 0;
  }
}

.p-course02__contentsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto;
}
@media screen and (min-width: 1025px) {
  .p-course02__contentsList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .p-course02__contentsList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-course02__contentsItem {
  position: relative;
  font-size: 23px;
  line-height: 1.52;
  display: inline-table;
}
@media screen and (min-width: 1025px) {
  .p-course02__contentsItem {
    padding-left: 26px;
    width: calc((100% - 30px) / 4);
  }
  .p-course02__contentsItem:nth-child(4n-3), .p-course02__contentsItem:nth-child(4n-2) {
    width: 160px;
  }
  .p-course02__contentsItem:nth-child(4n-1), .p-course02__contentsItem:nth-child(4n) {
    width: 280px;
  }
  .p-course02__contentsItem:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .p-course02__contentsItem {
    width: calc((100% - 30px) / 3);
  }
  .p-course02__contentsItem:not(:nth-child(3n-2)) {
    margin-left: 15px;
  }
  .p-course02__contentsItem:nth-child(n+4) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-course02__contentsItem {
    padding-left: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .p-course02__contentsItem {
    width: calc((100% - 10px) / 2);
  }
  .p-course02__contentsItem:nth-child(even) {
    margin-left: 10px;
  }
  .p-course02__contentsItem:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-course02__contentsItem.--item02 {
    padding-left: 26px;
    width: calc((100% - 30px) / 3);
  }
  .p-course02__contentsItem.--item02:nth-child(n+4) {
    margin-top: 20px;
  }
  .p-course02__contentsItem.--item02 {
    margin-right: 10px;
  }
}
.p-course02__contentsItem.--item02 small {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .p-course02__contentsItem.--item02 small {
    font-size: 14px;
  }
}
.p-course02__contentsItem:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 16px;
  border-color: transparent transparent transparent #8E2247;
}
@media screen and (max-width: 1024px) {
  .p-course02__contentsItem:before {
    border-width: 6.5px 0 6.5px 10px;
  }
}

.p-course02__head {
  margin: 40px auto 30px;
  background-color: #8E2247;
  color: #fff;
  font-size: 18px;
  padding: 5px 24px;
  text-align: center;
  display: table;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .p-course02__head {
    margin: 30px auto 20px;
  }
}

.p-course02__contentsList02 {
  counter-reset: list_circle_num_counter;
  display: -ms-grid;
  display: grid;
  margin: 40px auto;
}
@media screen and (min-width: 1025px) {
  .p-course02__contentsList02 {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .p-course02__contentsList02 {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-course02__contentsList02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.p-course02__contentsItem02 {
  position: relative;
  line-height: 1.62;
  display: inline-table;
  counter-increment: list_circle_num_counter;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding-left: 28px;
}
.p-course02__contentsItem02:before {
  content: counter(list_circle_num_counter);
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #8E2247;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.p-course02__FlowList {
  display: -ms-grid;
  display: grid;
  display: grid;
  margin: 40px auto;
}
@media screen and (min-width: 1025px) {
  .p-course02__FlowList {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-course02__FlowList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.p-course02__FlowItem {
  position: relative;
  border: 1px solid #8E2247;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
}
.p-course02__FlowItem:nth-last-child(n+2):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 1025px) {
  .p-course02__FlowItem:nth-last-child(n+2):before {
    top: 0;
    right: -24px;
    bottom: 0;
    margin: auto 0;
    border-width: 10.5px 0 10.5px 16px;
    border-color: transparent transparent transparent #8E2247;
  }
}
@media screen and (max-width: 1024px) {
  .p-course02__FlowItem:nth-last-child(n+2):before {
    left: 0;
    right: 0;
    bottom: -24px;
    margin: 0 auto;
    border-width: 16px 10.5px 0 10.5px;
    border-color: #8E2247 transparent transparent transparent;
  }
}
.p-course02__FlowItem .c-read3 {
  margin: 20px 0;
}

.p-course02__FlowHead {
  text-align: center;
  background-color: #8E2247;
  color: #fff;
  border-radius: 5px;
  font-size: 21px;
  line-height: 1.52;
  padding: 0 16px;
}

.p-course02__FlowPeriod {
  text-align: center;
  background-color: #F2DCE3;
  color: #8E2247;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.52;
  padding: 0 16px;
}

.p-course02__class {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .p-course02__class {
    padding: 40px 0;
  }
}

.p-course02__classWrap {
  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: 40px auto;
}
@media screen and (max-width: 500px) {
  .p-course02__classWrap {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .p-course02__classWrap:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.p-course02__classHead {
  display: inline-block;
  text-align: center;
  background-color: #8E2247;
  color: #fff;
  border-radius: 5px;
  font-size: 21px;
  line-height: 1.52;
  padding: 0 16px;
  width: 150px;
}
@media screen and (min-width: 501px) {
  .p-course02__classHead {
    margin-right: 16px;
  }
}
@media screen and (max-width: 500px) {
  .p-course02__classHead {
    margin: 0 auto 10px;
  }
}

.p-course02__number {
  text-align: center;
  font-size: 22px;
  display: block;
}

.p-course02__time {
  font-size: 22px;
  line-height: 1;
}
@media screen and (min-width: 501px) {
  .p-course02__time {
    margin-right: 16px;
  }
}
@media screen and (max-width: 500px) {
  .p-course02__time {
    margin-bottom: 10px;
  }
}

.p-course02__price {
  line-height: 1;
  color: #8E2247;
  font-size: 37px;
}

.p-course02__unit {
  font-size: 31px;
}

.p-course02__tax {
  font-size: 20px;
}

.p-course02__classText {
  margin: 40px auto;
}

.p-course02__classList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 500px) {
  .p-course02__classList {
    width: calc(100% - 40px);
    display: block;
  }
}

@media screen and (min-width: 501px) {
  .p-course02__classItem {
    width: calc((100% - 84px) / 3);
  }
  .p-course02__classItem:nth-child(n+2) {
    margin-left: 42px;
  }
}
@media screen and (max-width: 500px) {
  .p-course02__classItem:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-course02__classItem {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.p-course02__classItem.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-course02__classItem:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-course02__classItem:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.p-course02__classImg {
  border-radius: 10px;
  overflow: hidden;
}

.p-course02__caption {
  margin-top: 12px;
}

.p-course02__classList02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-course02__classList02 {
    display: block;
  }
}

.p-course02__classItem02 {
  padding: 30px 30px 10px;
  border-radius: 10px;
  background-color: #FBF3F5;
}
@media screen and (max-width: 1024px) {
  .p-course02__classItem02 {
    padding: 20px 10px 5px;
  }
  .p-course02__classItem02:nth-child(n+2) {
    margin-top: 30px;
  }
}

.p-course02__oneday {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-course02__oneday {
    padding-top: 40px;
  }
}

.p-course02__onedayWrap {
  margin: 0 auto 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #FBF3F5;
}
@media screen and (max-width: 1024px) {
  .p-course02__onedayWrap {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-course02__onedayWrap .c-heading2 {
    font-size: 30px;
  }
}

.p-course02__heading {
  color: #8E2247;
  font-size: 20px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
}

.p-course02__course {
  padding-top: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-course02__course {
    padding-top: 40px;
  }
}

.p-course01__heading {
  position: relative;
  font-size: 30px;
  padding-left: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #8E2247;
}
@media screen and (max-width: 1024px) {
  .p-course01__heading {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
.p-course01__heading:before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/icon-head02.svg") no-repeat center/contain;
  display: inline-block;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 501px) {
  .p-course01__heading:before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-course01__heading:before {
    top: 3px;
  }
}

.p-course01__beginnerList {
  display: -ms-grid;
  display: grid;
  margin: 0 auto 40px;
}
@media screen and (min-width: 501px) {
  .p-course01__beginnerList {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p-course01__beginnerList {
    gap: 30px;
  }
}

.p-course01__beginnerItem.is-active .p-course01__beginnerLink {
  cursor: default;
  pointer-events: none;
  background-color: #FBF3F5;
  color: #8E2247;
}
.p-course01__beginnerItem.is-active .p-course01__beginnerLink:after {
  background: url("../img/common/arrow03_hover.svg") no-repeat center/cover;
}

.p-course01__beginnerLink {
  position: relative;
  display: block;
  border-radius: 12px;
  border: 1px solid #B1B1B1;
  padding: 20px;
}
.p-course01__beginnerLink:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../img/common/arrow03.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 38px;
  height: 38px;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-course01__beginnerLink:after {
    bottom: 16px;
  }
}
.p-course01__beginnerLink:hover {
  background-color: #FBF3F5;
  color: #8E2247;
}
.p-course01__beginnerLink:hover:after {
  background: url("../img/common/arrow03_hover.svg") no-repeat center/cover;
}

.p-course01__beginnerText {
  position: relative;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-course01__beginnerText {
    font-size: 18px;
  }
}