.event__block {
  border: solid 2px #1CB9EE;
  background: url(/assets/img/school/campus/bg_event_01.png) no-repeat center/cover, #fff;
  padding: 25px 20px;
  position: relative;
  margin-bottom: 20px;
}
.event__block.is-red {
  background-image: url(/assets/img/school/campus/bg_event_02.png);
  border-color: #E9463F;
}
.event__block.is-red .event__block-heading {
  background-image: url(/assets/img/school/campus/bg_month_02.png);
}
.event__block.is-pink {
  background-image: url(/assets/img/school/campus/bg_event_03.png);
  border-color: #EB6DA5;
}
.event__block.is-pink .event__block-heading {
  background-image: url(/assets/img/school/campus/bg_month_03.png);
}
.event__block.is-orange {
  background-image: url(/assets/img/school/campus/bg_event_04.png);
  border-color: #F08637;
}
.event__block.is-orange .event__block-heading {
  background-image: url(/assets/img/school/campus/bg_month_04.png);
}
.event__block.is-yellow {
  background-image: url(/assets/img/school/campus/bg_event_05.png);
  border-color: #F8B500;
}
.event__block.is-yellow .event__block-heading {
  background-image: url(/assets/img/school/campus/bg_month_05.png);
}
.event__block-heading {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  width: 209px;
  height: 202px;
  background: url(/assets/img/school/campus/bg_month_01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -110px;
}
.event__block-heading .en {
  font-family: "Yellowtail", cursive;
  display: block;
  font-size: 2.8rem;
}
.event__block-txt {
  margin-bottom: 20px;
  font-size: 2rem;
}
.event__block-txt:last-of-type {
  margin-bottom: 0;
}
.event__block-txt b {
  font-size: 2.8rem;
  font-weight: 500;
}
.event__block-img {
  text-align: center;
}

.schedule {
  position: relative;
}
.schedule__tab {
  margin-top: 40px;
}
.schedule__tab input[type=radio] {
  display: none;
}
.schedule__tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.schedule__tab-label label {
  width: 50%;
  padding: 16px 20px;
  border-radius: 10px 10px 0 0;
  background: #fff;
  border: solid 1px;
  font-size: 2.8rem;
  line-height: 1;
  color: #1CB9EE;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}
.schedule__tab-label label[for=tab2] {
  color: #F08637;
}
.schedule #tab1:checked ~ .schedule__tab-label label[for=tab1],
.schedule #tab2:checked ~ .schedule__tab-label label[for=tab2] {
  background: #1CB9EE;
  border-color: #1CB9EE;
  color: #fff;
}
.schedule #tab2:checked ~ .schedule__tab-label label[for=tab2] {
  background: #F08637;
  border-color: #F08637;
}
.schedule__tab-contents {
  margin: 0 auto;
  position: relative;
}
.schedule__tab-box {
  display: none;
  background: url(/assets/img/school/campus/bg_schedule_01.jpg) no-repeat center/cover;
  padding: 30px 50px;
  border: solid 1px #1CB9EE;
  border-top: none;
}
.schedule__tab-box.is-orange {
  background-image: url(/assets/img/school/campus/bg_schedule_02.jpg);
  border-color: #F08637;
}
.schedule__tab-box.is-orange .schedule__tab-heading, .schedule__tab-box.is-orange .schedule__tab-lead, .schedule__tab-box.is-orange .schedule__unit dt b {
  color: #F08637;
}
.schedule__tab-box.is-orange .schedule__timeline::before {
  background: #F08637;
}
.schedule__tab-box.is-orange .schedule__timeline-item {
  background-color: #F08637;
}
.schedule__tab-box.is-orange .schedule__timeline-item.is-block {
  background: rgba(240, 134, 55, 0.2);
}
.schedule__tab-box.is-orange .schedule__timeline-item.is-block .time {
  background: #F08637;
}
.schedule__tab-box.is-orange .schedule__timeline-item.is-block .label {
  color: #F08637;
}
.schedule #tab1:checked ~ .schedule__tab-contents .schedule__tab-box:nth-child(1),
.schedule #tab2:checked ~ .schedule__tab-contents .schedule__tab-box:nth-child(2) {
  display: block;
}
.schedule__timeline {
  position: relative;
}
.schedule__timeline::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  width: 2px;
  height: 95%;
  background: #1CB9EE;
}
.schedule__timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding: 7px 16px 7px 50px;
  border-radius: 20px;
  background: #1CB9EE;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
}
.schedule__timeline-item:last-of-type {
  margin-bottom: 0;
}
.schedule__timeline-item:not(.is-block)::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
}
.schedule__timeline-item .time {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}
.schedule__timeline-item .label {
  font-weight: 500;
}
.schedule__timeline-item.is-block {
  padding: 40px 16px;
  border-radius: 20px;
  background: rgba(28, 185, 238, 0.2);
  text-align: center;
  color: #1CB9EE;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 412px;
  position: relative;
  margin: -22px 0 8px;
}
.schedule__timeline-item.is-block .time {
  background: #1CB9EE;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  margin-bottom: 10px;
}
.schedule__tab-head {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 0;
  position: relative;
}
.schedule__tab-heading {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1CB9EE;
  margin-bottom: 5px;
}
.schedule__tab-lead {
  font-size: 2rem;
  font-weight: 500;
  color: #1CB9EE;
  margin-bottom: 10px;
}
.schedule__unit {
  margin-bottom: 12px;
}
.schedule__unit dt {
  margin-bottom: 10px;
}
.schedule__unit dt b {
  color: #1CB9EE;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .event__block {
    max-width: 1095px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 30px 18px 120px;
  }
  .event__block-heading {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .event__block-unit {
    width: 50%;
  }
  .event__block-img {
    width: 48%;
    max-width: 440px;
  }
}
@media screen and (max-width: 999px) {
  .event__block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .event__block-heading {
    width: 80px;
    height: 77px;
    font-size: 2.2rem;
    top: -10px;
    left: -10px;
  }
  .event__block-heading .en {
    display: none;
  }
  .event__block-unit {
    text-align: center;
    margin-bottom: 15px;
  }
  .schedule__tab-box {
    padding: 25px 15px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .event__block-heading {
    width: 169px;
    height: 162px;
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .event__block-txt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .event__block-txt b {
    font-size: 2rem;
  }
  .schedule__tab-label label {
    font-size: clamp(1.5rem, 3.6vw, 2rem);
    padding: 10px 15px;
  }
  .schedule__timeline-item.is-block {
    height: 240px;
  }
  .schedule__tab-heading {
    font-size: 2rem;
  }
  .schedule__tab-lead {
    font-size: 1.6rem;
  }
  .schedule__tab-img {
    text-align: center;
    width: 60%;
    margin: 20px auto 0;
  }
  .schedule__unit-wrap {
    margin-top: 20px;
  }
  .schedule__unit dt b {
    font-size: 2rem;
  }
  .schedule__unit-img {
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .schedule__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .schedule__timeline {
    width: 28%;
    max-width: 300px;
  }
  .schedule__timeline-item.is-block div {
    position: absolute;
    top: auto;
    left: 40px;
  }
  .schedule__tab-head {
    padding: 30px 30px;
  }
  .schedule__tab-unit {
    width: 74%;
    margin-left: auto;
  }
  .schedule__tab-img {
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 20%;
    max-width: 220px;
  }
  .schedule__unit-wrap {
    width: 69%;
  }
}