@media screen and (min-width: 501px) {
  .p-experience {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 500px) {
  .p-experience {
    padding: 0 0 80px;
  }
}

.p-experience__mvHead {
  position: absolute;
  top: 30px;
  right: 8%;
  z-index: 20;
  display: inline-table;
}
@media screen and (max-width: 1024px) {
  .p-experience__mvHead {
    right: 10%;
  }
}

.index {
  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;
  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;
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
}
@media screen and (max-width: 1024px) {
  .index {
    font-size: 30px;
  }
}

.c-pattern__mvWrap {
  position: relative;
}

.p-about__mvWrap {
  position: absolute;
  top: 0;
  margin: auto 0;
  bottom: 0;
  right: 20%;
  z-index: 20;
  display: inline-table;
}
@media screen and (max-width: 1024px) {
  .p-about__mvWrap {
    right: 10%;
  }
}

.p-about__mvHeading {
  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;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-about__mvHeading {
    font-size: 30px;
  }
}

.p-experience__model {
  position: absolute;
  z-index: 10;
  color: #fff;
  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 (min-width: 1025px) {
  .p-experience__model {
    left: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-experience__model {
    left: 20px;
    bottom: 10px;
  }
}
.p-experience__model .p-experience__actress {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-experience__model .p-experience__name {
  font-size: 30px;
  margin-left: 15px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-experience__model .p-experience__name {
    font-size: 18px;
  }
}

.p-experience__concept {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-experience__concept {
    padding: 60px 0;
  }
}
.p-experience__concept .c-read2 {
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-experience__concept .c-read2 {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-experience__conceptList {
    margin: 80px 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;
  }
}
@media screen and (max-width: 1024px) {
  .p-experience__conceptList {
    margin: 60px auto 0;
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .p-experience__conceptItem:nth-child(n+2) {
    margin-left: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .p-experience__conceptItem:nth-child(n+2) {
    margin-top: 30px;
  }
}

.p-experience__conceptPoint {
  position: relative;
  font-size: 24px;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .p-experience__conceptPoint {
    font-size: 20px;
    line-height: 1.55;
    width: 160px;
  }
}
.p-experience__conceptPoint:before, .p-experience__conceptPoint:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/common/icon-head02.svg") no-repeat center/contain;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.p-experience__conceptPoint:before {
  left: -40px;
}
.p-experience__conceptPoint:after {
  right: -40px;
}

.p-experience__lesson {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .p-experience__lesson {
    padding: 60px 0;
  }
}
.p-experience__lesson:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 200px);
  max-width: 1720px;
  height: 1px;
  background-color: #B1B1B1;
}
@media screen and (max-width: 1024px) {
  .p-experience__lesson:before {
    width: calc(100% - 40px);
  }
}
.p-experience__lesson:before {
  top: 0;
}

.p-experience__lessonList {
  display: block;
  margin: 60px auto 80px;
}
@media screen and (min-width: 1025px) {
  .p-experience__lessonList {
    padding: 0 30px;
  }
}

.p-experience__lessonItem {
  position: relative;
}
.p-experience__lessonItem:nth-child(n+2) {
  margin-top: 100px;
}
.p-experience__lessonItem:nth-last-child(n+2):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 17.5px 0 17.5px;
  border-color: #795D01 transparent transparent transparent;
}

.p-experience__lessonBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .p-experience__lessonBoxWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .p-experience__lessonBoxWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-experience__lessonWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-experience__lessonImg {
  overflow: hidden;
  border-radius: 10px;
  max-width: 450px;
}

.p-experience__lessonBox {
  display: block;
}
@media screen and (min-width: 1025px) {
  .p-experience__lessonBox {
    width: calc(100% - 540px);
    margin-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .p-experience__lessonBox {
    margin: 0 auto;
  }
}

.p-experience__lessonHead {
  font-size: 25px;
  color: #8E2247;
  text-align: left;
  line-height: 1.44;
}

.p-experience__lessonText {
  margin: 20px 0 48px;
}
@media screen and (max-width: 1024px) {
  .p-experience__lessonText {
    margin: 20px 0;
  }
}

.p-experience__lessonBtn {
  width: 100%;
  max-width: 440px;
  border-radius: 50px;
  margin: 80px auto 30px;
}
@media screen and (max-width: 1024px) {
  .p-experience__lessonBtn {
    margin: 50px auto 20px;
  }
}
.p-experience__lessonBtn .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-experience__lessonBtn .c-button {
    font-size: 18px;
  }
}
.p-experience__lessonBtn .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-experience__lessonBtn .c-button:hover {
  color: #8E2247;
  background-color: #fff;
}
.p-experience__lessonBtn .c-button:hover:after {
  background-color: #8E2247;
}

.p-experience__voice {
  padding: 0;
  text-align: center;
  max-width: 1250px;
  margin: 0 auto;
}
.p-experience__voice .c-heading2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p-experience__voice .c-heading2 {
    margin-bottom: 40px;
  }
}

.p-experience__voiceHead {
  background-color: #B1B1B1;
  color: #fff;
  border-radius: 100px;
  padding: 16px 20px;
  font-size: 30px;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-experience__voiceHead {
    font-size: 20px;
  }
}

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

.p-experience__voiceImg {
  width: 150px;
}
@media screen and (max-width: 500px) {
  .p-experience__voiceImg {
    width: 100px;
  }
}

.p-experience__voiceText {
  margin: 30px 0 0;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .p-experience__voiceText {
    margin: 10px 0 0;
    font-size: 24px;
  }
}

.p-experience__voiceRead {
  margin-top: 20px;
}

.p-experience__voiceWrap {
  position: relative;
  padding: 80px 0;
  margin: 80px auto;
}
.p-experience__voiceWrap:before, .p-experience__voiceWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #B1B1B1;
}
@media screen and (max-width: 500px) {
  .p-experience__voiceWrap:before, .p-experience__voiceWrap:after {
    width: calc(100% - 40px);
  }
}
.p-experience__voiceWrap:before {
  top: 0;
}
.p-experience__voiceWrap:after {
  bottom: 0;
}

.p-experience__voiceSub {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 501px) {
  .p-experience__voiceSub {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-experience__voiceSub {
    font-size: 24px;
  }
}

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

.p-experience__voiceItem02 {
  background-color: #FBF3F5;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .p-experience__voiceItem02 {
    padding: 20px;
  }
}

.p-experience__voiceListTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.p-experience__voiceItemTag {
  padding: 5px 15px;
  line-height: 1;
  margin-right: 10px;
  border: 1px solid #8E2247;
  color: #8E2247;
  border-radius: 30px;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.p-experience__apply {
  padding-top: 100px;
  text-align: center;
}
.p-experience__apply .c-read {
  margin-top: 30px;
}

.p-experience__applyBox {
  background-color: #F8F8F8;
  padding: 50px;
  border-radius: 10px;
  margin: 60px auto 80px;
}
@media screen and (max-width: 1024px) {
  .p-experience__applyBox {
    padding: 20px;
  }
}

.p-experience__applyHead {
  color: #8E2247;
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
}

.p-experience__applyBox02 {
  background-color: #FBF3F5;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.p-experience__applyHead02 {
  font-size: 27px;
}

.p-experience__applyBtn {
  width: 100%;
  max-width: 440px;
  border-radius: 50px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-experience__applyBtn {
    margin: 50px auto 0;
  }
}
.p-experience__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;
}
.p-experience__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-experience__applyBtn .c-button:hover {
  color: #8E2247;
  background-color: #fff;
}
.p-experience__applyBtn .c-button:hover:after {
  background-color: #8E2247;
}

@media screen and (min-width: 1025px) {
  .p-experience__list {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0 40px;
    height: 180px;
    margin: 60px 0 100px;
  }
  .p-experience__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-experience__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-experience__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-experience__list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
@media screen and (max-width: 1024px) {
  .p-experience__list {
    max-width: 520px;
    display: block;
    margin: 30px auto 50px;
  }
}

.p-experience__item {
  position: relative;
  border: 1px solid #B1B1B1;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  color: #8E2247;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  place-items: center;
  place-content: center;
}
@media screen and (min-width: 1025px) {
  .p-experience__item {
    padding: 45px 40px;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-experience__item {
    padding: 26px;
  }
  .p-experience__item:nth-child(n+2) {
    margin-top: 36px;
  }
}
.p-experience__item:not(:last-child):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 1025px) {
  .p-experience__item:not(:last-child):after {
    top: 0;
    right: -30px;
    margin: auto 0;
    bottom: 0;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #795D01;
  }
}
@media screen and (max-width: 1024px) {
  .p-experience__item:not(:last-child):after {
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 11.5px 0 11.5px;
    border-color: #795D01 transparent transparent transparent;
  }
}