@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/*----------------------------------------------------
SCHEDULE
----------------------------------------------------*/
#schedule {
  padding: 25px 0 57px;
}
@media all and (min-width: 751px) {
  #schedule {
    padding: 72px 0 100px;
  }
}
#schedule .lead {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  #schedule .lead {
    font-size: 15px;
    line-height: 1.86;
    margin-top: 24px;
  }
}
#schedule .table {
  margin-top: 29px;
}
@media all and (min-width: 751px) {
  #schedule .table {
    margin-top: 45px;
  }
}
@media all and (max-width: 750px) {
  #schedule .table {
    overflow-x: scroll;
    height: 500px;
  }
  #schedule .table .image {
    width: 200%;
  }
  #schedule .table .image img {
    height: 100%;
  }
}

/*----------------------------------------------------
ACTIVITY
----------------------------------------------------*/
#activity {
  position: relative;
  background-color: #f7f7f7;
  padding: 36px 0 80px;
}
@media all and (min-width: 751px) {
  #activity {
    padding: 74px 0 158px;
  }
}
#activity::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #f7f7f7;
  aspect-ratio: 75/43;
  width: 37px;
}
@media all and (min-width: 751px) {
  #activity::before {
    width: 75px;
  }
}
#activity ul {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  #activity ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 28px;
    margin-top: 50px;
  }
}
#activity ul li {
  counter-increment: number 1;
  background-color: #fff;
  padding: 20px 28px 28px;
}
@media all and (min-width: 751px) {
  #activity ul li {
    width: 48.6%;
    padding: 30px 4% 54px;
  }
}
#activity ul li .head {
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1798AC;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  padding-left: 1.7em;
}
@media all and (min-width: 751px) {
  #activity ul li .head {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #activity ul li .head {
    font-size: 16px;
  }
}
#activity ul li .head::before {
  position: absolute;
  content: counter(number);
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  border-radius: 50%;
  background-color: #1798AC;
  aspect-ratio: 1;
  width: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 12px;
}
@media all and (min-width: 751px) {
  #activity ul li .head::before {
    width: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #activity ul li .head::before {
    width: 20px;
    font-size: 13px;
  }
}
#activity ul li .head.yellow {
  color: #E8AE43;
}
#activity ul li .head.yellow::before {
  background-color: #E8AE43;
}
#activity ul li .image {
  margin-top: 16px;
}
#activity ul li p {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.66;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  #activity ul li p {
    font-size: 15px;
    line-height: 2;
    margin-top: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #activity ul li p {
    font-size: 14px;
  }
}