@media screen and (min-width: 501px) {
  .p-course01 {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .p-course01 {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p-course01 .inner2 {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .p-course01__mvBox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    margin-top: 80px;
        grid-template-areas: "image title" "image text";
  }
}
@media screen and (max-width: 1024px) {
  .p-course01__mvBox {
    display: block;
    margin-top: 40px;
  }
}
.p-course01__mvBox .simpleParallax {
  height: 100%;
}

.p-course01__mvWrap {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-course01__mvWrap {
    max-width: 700px;
    margin-right: clamp(40px, 4.166vw, 80px);
    grid-area: image;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .p-course01__mvWrap {
    height: 410px;
  }
}

.p-course01__mvImgWrap {
  height: 100%;
}

.p-course01__mvImg {
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .p-course01__mvContents {
    grid-area: title;
  }
}

@media screen and (min-width: 1025px) {
  .p-course01__mvWrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-course01__mvContents {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 1024px) {
  .p-course01__mvContents {
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }
}
.p-course01__mvContents .c-read {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .p-course01__mvContents .c-read {
    text-align: center;
  }
}

.p-course01__mvBoxWrap {
  display: -ms-inline-grid;
  display: inline-grid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-course01__mvHeading {
  opacity: 0;
}

.p-course01__presentImg {
  max-width: 800px;
  display: block;
  margin: 0 auto 30px;
}

.p-course01__pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 0 10px;
}
@media screen and (max-width: 1024px) {
  .p-course01__pointList {
    margin: 30px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-course01__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-course01__pointItem:nth-child(n+2) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-course01__pointItem {
    font-size: 16px;
    margin: 10px 5px 0;
  }
}

.p-course01__pickupList {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1025px) {
  .p-course01__pickupList {
    -ms-grid-columns: minmax(0, 1fr) clamp(10px, 2.083vw, 40px) minmax(0, 1fr) clamp(10px, 2.083vw, 40px) minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 clamp(10px, 2.083vw, 40px);
  }
}
@media screen and (max-width: 1024px) {
  .p-course01__pickupList {
    margin: 40px auto 0;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .p-course01__pickupList {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0 20px;
  }
  .p-course01__pickupList > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-course01__pickupList > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-course01__pickupList > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 500px) {
  .p-course01__pickupList {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-course01__pickupItem {
  background-color: #FBF3F5;
  color: #8E2247;
  border-radius: 10px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  padding: clamp(16px, 1.9vw, 40px);
  text-align: center;
  place-items: center;
  place-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p-course01__pickupItem {
    padding: 20px;
  }
}

.p-course01__pickupText {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-course01__pickupText {
    font-size: 16px;
  }
}

.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__head {
  color: #8E2247;
  text-align: left;
  font-size: 25px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  margin: 40px 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-course01__head {
    font-size: 21px;
    margin: 20px 0;
  }
}

.p-course01__icon {
  display: block;
  margin: 60px auto;
  max-width: 200px;
}
.p-course01__icon > img {
  width: 100%;
}

.p-course01__feature {
  padding: 0 0 80px;
}
.p-course01__feature.--first {
  padding-top: 80px;
}
.p-course01__feature.--last {
  padding-bottom: 0;
}
.p-course01__feature .c-read {
  margin: 0 0 60px;
}
@media screen and (min-width: 1025px) {
  .p-course01__feature .inner2 {
    width: calc(100% - 40px);
    max-width: 1010px;
    margin: 0 auto;
  }
}
.p-course01__feature .splide.is-initialized:not(.is-active) .splide__list {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.p-course01__feature .splide__list {
  margin: 20px 0 !important;
}
@media screen and (max-width: 1024px) {
  .p-course01__feature .splide__slide {
    padding: 20px 50px;
  }
}
.p-course01__feature .splide__slide .p-course01__wrap {
  padding: 0;
}
.p-course01__feature .splide__slide .p-course01__ttl {
  margin-bottom: 0;
}
.p-course01__feature .splide__pagination {
  bottom: -10px;
}
.p-course01__feature .splide__pagination__page.is-active {
  background: rgba(142, 34, 71, 0.5);
}

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

.p-course01__featureItem {
  background-color: #FBF3F5;
  color: #8E2247;
  position: relative;
  padding: 22px 60px;
  padding-right: 20px;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .p-course01__featureItem {
    padding: 12px 40px;
    padding-right: 10px;
  }
}
.p-course01__featureItem .c-read3 {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
}

.p-course01__featureText {
  position: relative;
  font-size: 24px;
  line-height: 1.45;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-course01__featureText {
    font-size: 18px;
  }
}
.p-course01__featureText:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #8E2247;
}
@media screen and (max-width: 1024px) {
  .p-course01__featureText:before {
    left: -20px;
  }
}

.p-course01__attention {
  font-size: 14px;
  line-height: 1.42;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}

.course-contents {
  padding: 20px 0;
}

.p-course02__head {
  margin: 40px auto 20px;
  background-color: #8E2247;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding: 5px 24px;
  display: inline-block;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .p-course02__head {
    font-size: 16px;
    line-height: 1.4;
    margin: 30px auto 20px;
  }
}

.p-course01__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 20px auto 0;
}
@media screen and (max-width: 749px) {
  .p-course01__list {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .p-course01__list {
    display: block;
  }
}
.p-course01__list.--list02 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .p-course01__list.--list02 {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-course01__list.--list02 .p-course01__wrap {
  padding: 0;
}
.p-course01__list.--list03 {
  display: block;
}

.p-course01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #FBF3F5;
  overflow: hidden;
}
@media screen and (min-width: 501px) {
  .p-course01__item {
    padding: 32px;
  }
}
@media screen and (max-width: 749px) {
  .p-course01__item {
    padding: 16px;
  }
  .p-course01__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-course01__item {
    padding: 16px;
  }
  .p-course01__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-course01__item.--item03 {
  padding: 0 20px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.p-course01__item.--item03:first-child {
  padding-top: 20px;
}
.p-course01__item.--item03:last-child {
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .p-course01__item.--item03 {
    padding: 16px;
  }
  .p-course01__item.--item03:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-course01__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 315px;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .p-course01__img {
    height: 100%;
  }
}

.p-course01__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: justify;
  padding: 0 16px 16px;
}
@media screen and (max-width: 1024px) {
  .p-course01__wrap {
    padding: 0;
  }
}

.p-course01__ttl {
  color: #8E2247;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  text-align: left;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .p-course01__ttl {
    margin: 16px 0;
    font-size: 21px;
  }
}
.p-course01__ttl.--center {
  text-align: center;
}

.p-course01__list02 {
  display: block;
  margin: 0 auto;
}

.p-course01__item02 {
  position: relative;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding-left: 28px;
}
.p-course01__item02:before {
  content: "";
  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: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #8E2247;
  border-radius: 50%;
  text-align: center;
}
.p-course01__item02:nth-child(n+2) {
  margin-top: 20px;
}

.p-course01__contentsList {
  counter-reset: list_circle_num_counter;
  display: -ms-grid;
  display: grid;
  margin: 40px auto;
}
@media screen and (min-width: 1025px) {
  .p-course01__contentsList {
    -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-course01__contentsList {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-course01__contentsList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.p-course01__contentsItem {
  position: relative;
  display: block;
  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-course01__contentsItem: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: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: #8E2247;
  border-radius: 50%;
  text-align: center;
}

@media screen and (min-width: 501px) {
  .p-course01__contentsWrap {
    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 screen and (max-width: 500px) {
  .p-course01__contentsWrap {
    display: block;
    margin: 0 auto 40px;
  }
}

.p-course01__contentsBoxWrap {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 501px) {
  .p-course01__contentsBoxWrap:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-course01__contentsBoxWrap:nth-child(n+2) {
    margin-top: 30px;
  }
}

.p-course01__contentsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.num {
  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;
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: #8E2247;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
}

.p-course01__voiceList {
  display: block;
  margin: 20px auto;
}

.p-course01__voiceItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #FBF3F5;
}
@media screen and (min-width: 1025px) {
  .p-course01__voiceItem {
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .p-course01__voiceItem {
    padding: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-course01__voiceItem:nth-child(n+2) {
  margin-top: 16px;
}

.p-course01__voiceImg {
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .p-course01__voiceImg {
    max-width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .p-course01__voiceImg {
    max-width: 70px;
  }
}

.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;
  }
}

.p-course01__applyBtn {
  width: 100%;
  max-width: 440px;
  border-radius: 50px;
}
@media screen and (min-width: 501px) {
  .p-course01__applyBtn {
    margin: 40px auto;
  }
}
@media screen and (max-width: 500px) {
  .p-course01__applyBtn {
    margin: 30px auto;
  }
}
.p-course01__applyBtn .c-button {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 13px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  border-radius: 50px;
  background-color: #8E2247;
  border: 1px solid #8E2247;
}
@media screen and (max-width: 1024px) {
  .p-course01__applyBtn .c-button {
    font-size: 18px;
  }
}
.p-course01__applyBtn .c-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/arrow02.svg") no-repeat center/contain;
          mask: url("../img/common/arrow02.svg") no-repeat center/contain;
  width: 22px;
  height: 16px;
}
.p-course01__applyBtn .c-button:hover {
  color: #8E2247;
  background-color: #fff;
  border: 1px solid #8E2247;
}
.p-course01__applyBtn .c-button:hover:after {
  background-color: #8E2247;
}