@charset "utf-8";


/* -------------------------- */
/* -------------------------- */
/* -------------------------- */



/*---------------------------------------------------------
    campuslife
---------------------------------------------------------*/
.c-top_boxs.campuslife iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin-bottom: 32px;
}


.c-top_boxs.campuslife .txt-sub1 {
  color: var(--sub-color1);
  font-weight: 600;
  margin: 8px 0;
}

.campuslife-calendar {
  max-width: 840px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}


.c-top_links_box .c-ttl3_nomal.--key {
  margin-bottom: 66px;
}

/* facilities */
.facilities_clm2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.facilities_clm2 .w48 {
  width: 48.437%;
}

.facilities_clm2 .w38 {
  width: 38.75%;
}

@media screen and (max-width: 767px) {
  .campuslife-calendar {
    margin-top: 60px;
  }

  /* facilities */
  .facilities_clm2 {
    flex-wrap: wrap;
  }

  .facilities_clm2 .w48 {
    width: 100%;
  }

  .facilities_clm2 .w38 {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0;
  }

  .c-top_links_box .c-ttl3_nomal.--key {
    margin-bottom: 24px;
  }
}

/*---------------------------------------------------------
  スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {




  /* -------------------------- */
  /* -------------------------- */
  /* -------------------------- */



}