@charset "UTF-8";
.page_mv {
  background: url(../img/mv/admission.jpg) center / cover;
}

/* ------------------------------------------
  admission_sec1
------------------------------------------ */

.admission_sec1 {
  margin-top: 72px;
  margin-bottom: 100px;
}

.admission_sec_ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  color: #263e6d;
  letter-spacing: 0.03em;
}

.admissin_table table {
  display: flex;
}

.admissin_table table tbody {
  width: 50%;
}

.admissin_table table tbody tr {
  display: flex;
  border-bottom: 0.5px solid #b9b9b9;
}

.admissin_table table tbody tr th {
  width: 40%;
  padding: 15px 0;
  background: #263e6d;
  text-align: center;
  color: #f3f9ff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  height: 55.5px;
  display: grid;
  place-content: center;
}

.admissin_table table tbody tr td {
  width: 60%;
  padding: 15px 0;
  font-size: 15px;
  letter-spacing: 0.03em;
  height: 55.5px;
  display: grid;
  place-content: center;
  text-align: center;
}

.admissin_table table tbody tr:nth-child(odd) {
  background: #f3f9ff;
}

.admissin_table table tbody .holiday th {
  height: 112px;
}

.admissin_table table tbody .holiday td {
  height: 112px;
  display: grid;
  place-content: center;
}

.admissin_table table {
  border-top: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
}

@media screen and (max-width: 767px) {
  .admission_sec1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .admissin_table table {
    display: block;
  }
  .admissin_table table tbody {
    width: 100%;
    display: block;
  }
  .admissin_table table tbody tr th {
    width: 100%;
  }
  .admissin_table table tbody tr td {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .admissin_table table tbody tr {
    width: 100%;
  }
}

/* ------------------------------------------
  admission_sec2
------------------------------------------ */

.admission_sec2 {
  margin-bottom: 100px;
}

.top_to_item_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  height: 200px;
  position: relative;
}

.top_to_item_inner1 {
  background: url(../img/admission/admission1.jpg) center / cover;
}

.top_to_item_inner2 {
  background: url(../img/admission/admission2.jpg) center / cover;
}

.top_to_item_inner3 {
  background: url(../img/admission/admission3.jpg) center / cover;
}

.top_to_item_inner4 {
  background: url(../img/admission/admission4.jpg) center / cover;
}

.top_to_item_inner5 {
  background: url(../img/admission/admission5.jpg) center / cover;
}

.top_to_item_inner6 {
  background: url(../img/admission/admission6.jpg) center / cover;
  margin-top: 20px;
}

.top_to_item_inner7 {
  background: url(../img/admission/admission7.jpg) center / cover;
}

.admission_sec2_f {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.admission_sec2_f .top_to_item_inner {
  width: 49%;
  margin: 0;
}

.top_to_item {
  display: block;
  height: 100%;
  position: relative;
}

.top_to_ttl {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 44px;
  position: absolute;
  left: 30px;
  top: 38px;
}

.top_to_more_inner {
  position: relative;
}

.top_to_more {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 156px;
}

.top_more_txt {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 21px;
  margin-bottom: 1px;
}

.top_more_sub_txt {
  font-size: 13px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 18px;
}

.top_to_more_inner::after {
  position: absolute;
  content: "";
  bottom: calc(50% - 8px);
  right: 0px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .admission_sec2 {
    margin-bottom: 50px;
  }
  .admission_sec2_f {
    display: block;
  }
  .admission_sec2_f .top_to_item_inner {
    width: 100%;
    margin-top: 0;
  }
  .admission_sec2_f .top_to_item_inner2, .admission_sec2_f .top_to_item_inner4, .admission_sec2_f .top_to_item_inner6 {
    margin-bottom: 20px;
  }
  .top_to_ttl {
    left: 25px;
    top: 20px;
    font-size: 27px;
  }
  .top_to_more {
    right: 25px;
    bottom: 20px;
  }
}