.sec_schd .container h3 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
}
.sec_schd .container .top_tap {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_tap {
    margin-bottom: 1.25rem;
  }
}
.sec_schd .container .top_tap .bttn {
  width: 12.5rem;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_tap .bttn {
    width: 10rem;
    height: 2.875rem;
    line-height: 2.875rem;
    font-size: 1rem;
  }
}
.sec_schd .container .top_tap .bttn.active {
  border: 0.0625rem solid var(--color-brand);
  background: #fff;
  color: var(--color-brand);
  font-weight: 700;
}
.sec_schd .container .top_contents .schd_timetable {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .schd_timetable {
    margin-bottom: 4rem;
  }
}
.sec_schd .container .top_contents .schd_timetable img {
  display: block;
  width: 100%;
}
.sec_schd .container .top_contents h4 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents h4 {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
}
.sec_schd .container .top_contents .sub_tap {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_tap {
    margin-bottom: 1.25rem;
  }
}
.sec_schd .container .top_contents .sub_tap .bttn {
  width: 12.5rem;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_tap .bttn {
    width: 10rem;
    height: 2.875rem;
    line-height: 2.875rem;
    font-size: 1rem;
  }
}
.sec_schd .container .top_contents .sub_tap .bttn.active {
  border: 0.0625rem solid var(--color-brand);
  background: #fff;
  color: var(--color-brand);
  font-weight: 700;
}
.sec_schd .container .top_contents .sub_contents > ul > li {
  display: flex;
  gap: 2.25rem;
}
@media only screen and (max-width: 1023px) {
  .sec_schd .container .top_contents .sub_contents > ul > li {
    display: block;
    border-radius: 1.25rem;
    overflow: hidden;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li + li {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 1023px) {
  .sec_schd .container .top_contents .sub_contents > ul > li + li {
    margin-top: 2.5rem;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li > div {
  height: 21rem;
  border-radius: 1.25rem;
  background: var(--bg2);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .sec_schd .container .top_contents .sub_contents > ul > li > div {
    border-radius: 0;
    height: auto;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li .img {
  width: 35rem;
}
@media only screen and (max-width: 1023px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .img {
    width: 100%;
    height: 25.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .img {
    height: 12rem;
    overflow: hidden;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .img img {
    transform: scale(1.1);
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li .text {
  width: 50rem;
  padding: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .text {
    padding: 1.25rem;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li .text h5 {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .text h5 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li .text p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .text p {
    font-size: 1rem;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li .text ol li {
  display: flex;
  color: var(--font2);
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .text ol li {
    font-size: 1rem;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li .text ol li + li {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .text ol li + li {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .text ol li + li {
    margin-top: 0.625rem;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li .text ol li strong {
  display: block;
  margin-right: 0.625rem;
  width: 6.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .text ol li strong {
    width: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_schd .container .top_contents .sub_contents > ul > li .text ol li strong {
    width: 5rem;
    margin-right: 0.5rem;
  }
}
.sec_schd .container .top_contents .sub_contents > ul > li .text ol li span {
  display: block;
  width: calc(100% - 6.875rem);
}
.top-swiper ~ .tab_contents,
.sub-swiper ~ .tab_contents {
  display: none;
}
.top-swiper ~ .tab_contents.active,
.sub-swiper ~ .tab_contents.active {
  display: block;
}