.l-mv__lead-section .image {
  display: flex;
  justify-content: center;
  margin: 20px 0 -15px;
}
@media (min-width: 768px) {
  .l-mv__lead-section .image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin: 0 0 0 28px;
    transform: translate(-50%, -50%);
  }
  .l-mv__lead-section .image img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) {
  .l-mv__lead-section .texts {
    padding-bottom: 130px;
  }
}

.anchor-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .anchor-list {
    margin-bottom: 70px;
    gap: 30px;
  }
}
.anchor-list__item {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .anchor-list__item {
    flex: 0 0 auto;
    width: 250px;
  }
}
.anchor-list .anchor {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 6px 6px 10px;
  border: solid 1px var(--color-primary);
  border-radius: 80px;
  background: var(--color-white);
  color: var(--color-primary);
  font-weight: 500;
}
@media (min-width: 768px) {
  .anchor-list .anchor {
    padding: 8px 8px 8px 18px;
    transition: transform 0.6s var(--ease-out-quint);
  }
  .anchor-list .anchor:hover {
    transform: scale(1.05);
  }
}
.anchor-list .anchor__text {
  flex: 1 1 auto;
  text-align: center;
}
.anchor-list .anchor::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border: solid 1px var(--color-primary);
  border-radius: 50%;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .anchor-list .anchor::after {
    width: 40px;
    height: 40px;
  }
}
.anchor-list .anchor::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 18px;
  bottom: 0;
  width: 3px;
  height: 5px;
  margin: auto;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .anchor-list .anchor::before {
    right: 25px;
    width: 6px;
    height: 8px;
  }
}

.schedule-container {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .schedule-container {
    margin-bottom: 150px;
  }
}

.schedule-container,
.semester {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .schedule-container,
  .semester {
    gap: 60px;
    width: 100%;
  }
}

.month-event {
  display: flex;
  position: relative;
  z-index: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .month-event {
    padding: 40px;
    gap: 40px;
  }
}
.month-event::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: no-repeat left center/auto 100%;
}
.month-event::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: no-repeat center/contain;
}
@media (min-width: 768px) {
  .month-event::after {
    right: -20px;
    bottom: -20px;
  }
}
.month-event__content, .month-event__image {
  flex: 1 1 auto;
  width: 50%;
}
.month-event__content {
  position: relative;
  padding: 65px 20px 20px 10px;
  color: var(--color-white);
}
@media (min-width: 768px) {
  .month-event__content {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
  }
}
.month-event__content::before {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat center/contain;
}
.month-event__content .month {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
  gap: 10px;
}
@media (min-width: 768px) {
  .month-event__content .month {
    flex: 0 0 auto;
    width: 200px;
    margin: 0;
    gap: 25px;
  }
}
.month-event__content .month__en {
  opacity: 0.6;
  font-family: var(--font-zen-kaku);
  font-size: 11px;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .month-event__content .month__en {
    font-size: 18px;
  }
}
.month-event__content .month__ja {
  font-size: 17px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .month-event__content .month__ja {
    font-size: 28px;
  }
}
.month-event__content .month__ja .number {
  font-size: 84px;
  line-height: 0.6;
}
@media (min-width: 768px) {
  .month-event__content .month__ja .number {
    font-size: 140px;
  }
}
.month-event__content .event-list {
  display: flex;
  flex-direction: column;
  margin-bottom: -20px;
  font-weight: 500;
  line-height: 1.1;
  gap: 10px;
}
@media (min-width: 768px) {
  .month-event__content .event-list {
    flex: 1 1 auto;
    min-width: 177px;
    height: 190px;
    font-size: 18px;
    gap: 15px;
  }
}
.month-event__content .event-list li {
  display: flex;
}
.month-event__content .event-list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0.25em 4px 0 0;
  border: solid 1px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .month-event__content .event-list li::before {
    width: 10px;
    height: 10px;
    margin: 0.3em 8px 0 0;
    border-width: 2px;
  }
}
.month-event__image {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
@media (min-width: 768px) {
  .month-event__image {
    flex: 0 0 auto;
    flex-direction: row;
    width: 58%;
    border-radius: 20px;
  }
}
.month-event__image .image {
  flex: 1 1 auto;
  height: 100%;
}
.month-event__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .month-event__image img {
    height: auto;
  }
}
.month-event--3::before, .month-event--4::before, .month-event--5::before {
  background-color: #f678b7;
  background-image: url("/assets/images/pages/schedule/bg1.jpg");
}
.month-event--6::before, .month-event--7::before, .month-event--8::before {
  background-color: #64c16a;
  background-image: url("/assets/images/pages/schedule/bg2.jpg");
}
.month-event--9::before, .month-event--10::before, .month-event--11::before {
  background-color: #f1923d;
  background-image: url("/assets/images/pages/schedule/bg3.jpg");
}
.month-event--12::before, .month-event--1::before, .month-event--2::before {
  background-color: #90bbf1;
  background-image: url("/assets/images/pages/schedule/bg4.jpg");
}
.month-event--4 .month-event__content::before {
  top: 10px;
  left: 33px;
  width: 61px;
  height: 45px;
  background-image: url("/assets/images/pages/schedule/month4_deco1.png");
}
@media (min-width: 768px) {
  .month-event--4 .month-event__content::before {
    top: calc(50% - 145px);
    left: 39px;
    width: 122px;
    height: 90px;
  }
}
.month-event--4::after {
  width: 44px;
  height: 47px;
  background-image: url("/assets/images/pages/schedule/month4_deco2.png");
}
@media (min-width: 768px) {
  .month-event--4::after {
    width: 88px;
    height: 94px;
  }
}
.month-event--5 .month-event__content::before {
  top: 26px;
  right: 40px;
  width: 53px;
  height: 33px;
  background-image: url("/assets/images/pages/schedule/month5_deco1.png");
}
@media (min-width: 768px) {
  .month-event--5 .month-event__content::before {
    top: calc(50% - 125px);
    right: 50px;
    width: 106px;
    height: 66px;
  }
}
.month-event--5::after {
  width: 152px;
  height: 46px;
  background-image: url("/assets/images/pages/schedule/month5_deco2.png");
}
@media (min-width: 768px) {
  .month-event--5::after {
    width: 304px;
    height: 92px;
  }
}
.month-event--6 .month-event__content::before {
  top: -10px;
  left: 32px;
  width: 48px;
  height: 68px;
  background-image: url("/assets/images/pages/schedule/month6_deco1.png");
}
@media (min-width: 768px) {
  .month-event--6 .month-event__content::before {
    top: calc(50% - 200px);
    left: 30px;
    width: 96px;
    height: 136px;
  }
}
.month-event--6::after {
  width: 95px;
  height: 61px;
  background-image: url("/assets/images/pages/schedule/month6_deco2.png");
}
@media (min-width: 768px) {
  .month-event--6::after {
    width: 190px;
    height: 122px;
  }
}
.month-event--7 .month-event__content::before {
  top: 17px;
  right: 35px;
  width: 53px;
  height: 39px;
  background-image: url("/assets/images/pages/schedule/month7_deco1.png");
}
@media (min-width: 768px) {
  .month-event--7 .month-event__content::before {
    top: calc(50% - 127px);
    right: 30px;
    width: 106px;
    height: 78px;
  }
}
.month-event--7::after {
  width: 89px;
  height: 68px;
  background-image: url("/assets/images/pages/schedule/month7_deco2.png");
}
@media (min-width: 768px) {
  .month-event--7::after {
    width: 178px;
    height: 136px;
    transform: translate(-5px, -20px);
  }
}
.month-event--8 .month-event__content::before {
  top: 12px;
  left: 17px;
  width: 132px;
  height: 94px;
  background-image: url("/assets/images/pages/schedule/month8_deco1.png");
}
@media (min-width: 768px) {
  .month-event--8 .month-event__content::before {
    top: calc(50% - 120px);
    left: 0;
    width: 260px;
    height: 257px;
    background-image: url("/assets/images/pages/schedule/month8_deco1_md.png");
  }
}
.month-event--8::after {
  width: 95px;
  height: 49px;
  background-image: url("/assets/images/pages/schedule/month8_deco2.png");
}
@media (min-width: 768px) {
  .month-event--8::after {
    width: 190px;
    height: 98px;
  }
}
.month-event--9 .month-event__content::before {
  top: 18px;
  right: 22px;
  width: 71px;
  height: 33px;
  background-image: url("/assets/images/pages/schedule/month9_deco1.png");
}
@media (min-width: 768px) {
  .month-event--9 .month-event__content::before {
    top: calc(50% - 135px);
    right: 22px;
    width: 142px;
    height: 66px;
  }
}
.month-event--9::after {
  width: 73px;
  height: 70px;
  background-image: url("/assets/images/pages/schedule/month9_deco2.png");
}
@media (min-width: 768px) {
  .month-event--9::after {
    width: 146px;
    height: 140px;
  }
}
.month-event--10 .month-event__content::before {
  top: 12px;
  left: 33px;
  width: 63px;
  height: 32px;
  background-image: url("/assets/images/pages/schedule/month10_deco1.png");
}
@media (min-width: 768px) {
  .month-event--10 .month-event__content::before {
    top: calc(50% - 137px);
    left: 32px;
    width: 126px;
    height: 64px;
  }
}
.month-event--10::after {
  width: 86px;
  height: 66px;
  background-image: url("/assets/images/pages/schedule/month10_deco2.png");
}
@media (min-width: 768px) {
  .month-event--10::after {
    width: 172px;
    height: 132px;
  }
}
.month-event--11 .month-event__content::before {
  top: 22px;
  right: 33px;
  width: 88px;
  height: 19px;
  background-image: url("/assets/images/pages/schedule/month11_deco1.png");
}
@media (min-width: 768px) {
  .month-event--11 .month-event__content::before {
    top: calc(50% - 120px);
    right: 25px;
    width: 176px;
    height: 38px;
  }
}
.month-event--11::after {
  width: 72px;
  height: 49px;
  background-image: url("/assets/images/pages/schedule/month11_deco2.png");
}
@media (min-width: 768px) {
  .month-event--11::after {
    width: 144px;
    height: 98px;
  }
}
.month-event--12 .month-event__content::before {
  top: 12px;
  left: 34px;
  width: 69px;
  height: 44px;
  background-image: url("/assets/images/pages/schedule/month12_deco1.png");
}
@media (min-width: 768px) {
  .month-event--12 .month-event__content::before {
    top: calc(50% - 155px);
    left: 26px;
    width: 138px;
    height: 88px;
  }
}
.month-event--12::after {
  width: 71px;
  height: 66px;
  background-image: url("/assets/images/pages/schedule/month12_deco2.png");
}
@media (min-width: 768px) {
  .month-event--12::after {
    width: 142px;
    height: 132px;
  }
}
.month-event--1 .month-event__content::before {
  top: 9px;
  right: 36px;
  width: 60px;
  height: 42px;
  background-image: url("/assets/images/pages/schedule/month1_deco1.png");
}
@media (min-width: 768px) {
  .month-event--1 .month-event__content::before {
    top: calc(50% - 150px);
    right: 18px;
    width: 120px;
    height: 84px;
  }
}
.month-event--1::after {
  width: 64px;
  height: 76px;
  background-image: url("/assets/images/pages/schedule/month1_deco2.png");
}
@media (min-width: 768px) {
  .month-event--1::after {
    width: 128px;
    height: 152px;
  }
}
.month-event--2 .month-event__content::before {
  top: 12px;
  left: 30px;
  width: 62px;
  height: 39px;
  background-image: url("/assets/images/pages/schedule/month2_deco1.png");
}
@media (min-width: 768px) {
  .month-event--2 .month-event__content::before {
    top: calc(50% - 145px);
    left: 4px;
    width: 124px;
    height: 78px;
  }
}
.month-event--2::after {
  width: 91px;
  height: 59px;
  background-image: url("/assets/images/pages/schedule/month2_deco2.png");
}
@media (min-width: 768px) {
  .month-event--2::after {
    width: 182px;
    height: 118px;
  }
}
.month-event--3 .month-event__content::before {
  top: 17px;
  right: 30px;
  width: 67px;
  height: 45px;
  background-image: url("/assets/images/pages/schedule/month3_deco1.png");
}
@media (min-width: 768px) {
  .month-event--3 .month-event__content::before {
    top: calc(50% - 150px);
    right: 40px;
    width: 134px;
    height: 90px;
  }
}
.month-event--3::after {
  width: 81px;
  height: 63px;
  background-image: url("/assets/images/pages/schedule/month3_deco2.png");
}
@media (min-width: 768px) {
  .month-event--3::after {
    width: 162px;
    height: 126px;
  }
}

.semester:first-child .month-event:nth-child(even),
.semester:not(:first-child) .month-event:nth-child(odd) {
  flex-direction: row-reverse;
}
.semester:first-child .month-event:nth-child(even)::before,
.semester:not(:first-child) .month-event:nth-child(odd)::before {
  transform: scaleX(-1);
}
.semester:first-child .month-event:nth-child(even)::after,
.semester:not(:first-child) .month-event:nth-child(odd)::after {
  top: -10px;
  right: auto;
  bottom: auto;
  left: -10px;
}
@media (min-width: 768px) {
  .semester:first-child .month-event:nth-child(even)::after,
  .semester:not(:first-child) .month-event:nth-child(odd)::after {
    top: -30px;
    right: auto;
    bottom: auto;
    left: -30px;
    transform-origin: left top;
  }
}
.semester:first-child .month-event:nth-child(even) .month,
.semester:not(:first-child) .month-event:nth-child(odd) .month {
  flex-direction: row-reverse;
}
.semester:first-child .month-event:nth-child(even) .month-event__content,
.semester:not(:first-child) .month-event:nth-child(odd) .month-event__content {
  padding: 65px 10px 20px 20px;
}
@media (min-width: 768px) {
  .semester:first-child .month-event:nth-child(even) .month-event__content,
  .semester:not(:first-child) .month-event:nth-child(odd) .month-event__content {
    flex-direction: row-reverse;
    padding: 0;
  }
}
.semester:first-child .month-event:nth-child(even) .month-event__image,
.semester:not(:first-child) .month-event:nth-child(odd) .month-event__image {
  border-radius: 10px 0 0 10px;
}
@media (min-width: 768px) {
  .semester:first-child .month-event:nth-child(even) .month-event__image,
  .semester:not(:first-child) .month-event:nth-child(odd) .month-event__image {
    border-radius: 20px;
  }
}