.school-life .contents .page-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .school-life .contents .page-ttl {
    margin-bottom: 40px;
  }
}
.school-life .schedule {
  margin-bottom: 100px;
}
.school-life .schedule .student {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}
.school-life .schedule .student .student-prof {
  width: 545px;
}
@media screen and (max-width: 767px) {
  .school-life .schedule .student .student-prof {
    width: 100%;
    margin-bottom: 15px;
  }
}
.school-life .schedule .student .student-prof .page-ttl {
  margin-bottom: 30px;
}
.school-life .schedule .student .student-prof .prof {
  margin-bottom: 20px;
}
.school-life .schedule .student .student-prof .prof .course {
  color: #fff;
  font-weight: bold;
  background: #3D83B7;
  padding: 5px 10px;
  border-radius: 6px;
  margin-right: 10px;
}
.school-life .schedule .student .student-prof .prof .name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .school-life .schedule .student .student-prof .prof .name {
    font-size: 1.125rem;
    display: block;
  }
}
.school-life .schedule .student .student-image {
  width: 540px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .school-life .schedule .student .student-image {
    width: 100%;
  }
}
.school-life .schedule .time-schedule li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .school-life .schedule .time-schedule li {
    display: block;
  }
}
.school-life .schedule .time-schedule li:first-of-type {
  border-top: 1px solid #222222;
}
.school-life .schedule .time-schedule li .schedule-thumb {
  width: 259px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .school-life .schedule .time-schedule li .schedule-thumb {
    width: 80%;
    margin: 0 auto 15px;
  }
}
.school-life .schedule .time-schedule li .clock {
  width: 70px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .school-life .schedule .time-schedule li .clock {
    width: 40px;
    margin: 0 auto 5px;
  }
}
.school-life .schedule .time-schedule li .time-list {
  width: calc(100% - 379px);
}
@media screen and (max-width: 767px) {
  .school-life .schedule .time-schedule li .time-list {
    width: 100%;
    padding: 0 5%;
  }
}
.school-life .schedule .time-schedule li .time-list dt {
  color: #3D83B7;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .school-life .schedule .time-schedule li .time-list dt {
    text-align: center;
  }
}
.school-life .schedule .time-schedule li .time-list dt .time {
  font-size: 1.5625rem;
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
}
.school-life .time-table-sp-memo {
  display: none;
}
@media screen and (max-width: 767px) {
  .school-life .time-table-sp-memo {
    display: block;
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}
.school-life .timetable {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .school-life .timetable {
    margin-bottom: 70px;
  }
}
.school-life .timetable .table-wrap-course {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .school-life .timetable .table-wrap-course {
    margin-top: 15px;
    overflow-x: auto;
  }
}
.school-life .timetable .table-wrap-course .time-table {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .school-life .timetable .table-wrap-course .time-table {
    width: 1000px;
  }
}
.school-life .timetable .table-wrap-course .time-table thead th {
  font-size: 1rem;
  background-color: #DEEFFC;
}
.school-life .timetable .table-wrap-course .time-table thead th.week {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .school-life .timetable .table-wrap-course .time-table thead th.sp-fixed {
    position: sticky;
    top: 0;
    left: 0;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .school-life .timetable .table-wrap-course .time-table thead th.sp-fixed:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    z-index: -1;
    box-sizing: content-box;
  }
}
.school-life .timetable .table-wrap-course .time-table tbody th {
  width: 175px;
  font-size: 0.875rem;
  vertical-align: middle;
  font-weight: 500;
  padding: 10px 8px;
  background-color: #DEEFFC;
}
@media screen and (max-width: 767px) {
  .school-life .timetable .table-wrap-course .time-table tbody th {
    width: 145px;
    position: sticky;
    top: 0;
    left: 0;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .school-life .timetable .table-wrap-course .time-table tbody th:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    z-index: -1;
    box-sizing: content-box;
  }
}
.school-life .timetable .table-wrap-course .time-table tbody td {
  text-align: center;
  font-size: 1rem;
  padding: 10px 5px;
}
.school-life .timetable .table-wrap-course .time-table tbody td.lunch {
  color: #3D83B7;
  font-size: 0.875rem;
  font-weight: 500;
}
.school-life .timetable .table-wrap-course .time-table tbody td.lunch img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.school-life .timetable .table-wrap-course .time-table tbody td.wed {
  color: #3D83B7;
  font-weight: bold;
}
.school-life .timetable .table-wrap-course .time-table tbody td.no-class {
  padding: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><line x1="0" y1="0" x2="100%" y2="100%" stroke="black" stroke-width="1"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.school-life .calendar .page-ttl {
  margin-bottom: 60px;
}
.school-life .calendar .calendar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 50px;
}
@media screen and (max-width: 767px) {
  .school-life .calendar .calendar-list {
    gap: 55px 0;
  }
}
.school-life .calendar .calendar-list li {
  width: 545px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .school-life .calendar .calendar-list li {
    width: 100%;
  }
}
.school-life .calendar .calendar-list li .month {
  color: #fff;
  padding: 5px 20px 0;
  background: #CE3533;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  left: 0;
  top: -25px;
}
.school-life .calendar .calendar-list li .month .num {
  font-size: 2.75rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .school-life .calendar .calendar-list li .month .num {
    font-size: 2.25rem;
  }
}
.school-life .calendar .calendar-list li .calendar-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.school-life .calendar .calendar-list li .calendar-wrap .thumb {
  width: 190px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .school-life .calendar .calendar-list li .calendar-wrap .thumb {
    width: 45%;
    aspect-ratio: 190/200;
  }
}
@media screen and (max-width: 767px) {
  .school-life .calendar .calendar-list li .calendar-wrap .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.school-life .calendar .calendar-list li .calendar-wrap .indent {
  padding: 35px;
  width: 355px;
  border-radius: 0 10px 10px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .school-life .calendar .calendar-list li .calendar-wrap .indent {
    padding: 20px 15px;
    width: 55%;
  }
}
.school-life .calendar .calendar-list li .calendar-wrap .indent li {
  width: 100%;
}/*# sourceMappingURL=school-life.css.map */