/* ====================
DESIGN SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Outfit:wght@100;300;400;500;600;700?family=Lato:wght@400;700&display=swap");
.open-campus .page-ttl {
  height: 280px;
}
.open-campus .page-ttl h1 {
  position: absolute;
  left: 50%;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 380px;
  width: 100%;
  padding: 35px 10px 5px;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
  border-radius: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  max-width: 520px;
}
.open-campus .p-oc-schedule-tab li {
  width: calc((100% - 20px) / 5);
}
.open-campus .p-oc-schedule-tab li.--line-w span {
  padding: 10px 5px;
}
.open-campus .p-oc-schedule-tab li.current span::after {
  content: none;
}
.open-campus .p-oc-schedule-tab__txt {
  font-weight: bold;
  font-size: 2rem;
  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 only screen and (max-width: 768px) {
  .open-campus .page-ttl {
    height: 40vw;
  }
  .open-campus .page-ttl h1 {
    max-width: 280px;
    padding: 12px 10px;
    font-size: 2.8rem;
  }
  .open-campus .p-oc-schedule h2 {
    margin-bottom: 30px;
  }
  .open-campus .p-oc-schedule-tab {
    gap: 12px;
  }
  .open-campus .p-oc-schedule-tab::after {
    content: none;
  }
  .open-campus .p-oc-schedule-tab li {
    width: calc((100% - 20px) / 2);
    max-width: 150px;
    margin: 0 !important;
  }
  .open-campus .p-oc-schedule-tab li.--line-w span {
    padding: 3px 5px;
  }
  .open-campus .p-oc-schedule-tab li.current span::after {
    content: none;
  }
  .open-campus .p-oc-schedule-tab__txt {
    font-size: 1.8rem;
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 10px !important;
  }
}