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

/* ------------------------------------------
  graduates
------------------------------------------ */
.graduates {
  margin-top: 72px;
  margin-bottom: 100px;
}

.gra_content1 {
  width: 90%;
  margin: 0 auto;
}

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

.gra_content_txt {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 50px;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.gra_content_txt p {
  text-indent: -1em;
}

.gra_dot:before {
  content: "・";
}

.gra_content_txt p:not(:last-of-type) {
  margin-bottom: 10px;
}

.gra_border {
  width: 100%;
  height: 0.5px;
  background: #b9b9b9;
  margin-top: 100px;
  margin-bottom: 100px;
}

.gra_price_table {
  width: 100%;
  border-bottom: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
  margin-bottom: 20px;
}

.gra_price_table th,
.gra_price_table td {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.gra_price_table th {
  color: #fff;
  background: #263e6d;
  font-weight: 400;
}

.gra_price_ttl_inner > th {
  border-right: 1px solid #b9b9b9;
}

.gra_price_txt_inner > td {
  border-right: 1px solid #b9b9b9;
}

.gra_price_txt_inner:not(:last-child) {
  border-bottom: 0.5px solid #b9b9b9;
}

.gra_price_txt_inner:nth-child(even) {
  background: #f3f9ff;
}

.gra_price_txt_inner:nth-child(odd) {
  background: #e8f1fb;
}

.note {
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: center;
}

.gra_content2 {
  max-width: 955px;
  width: 100%;
  margin: 0 auto;
}

.gra_content2 .gra_content_txt {
  text-align: center;
}

.gra_content3 {
  max-width: 695px;
  width: 100%;
  margin: 0 auto;
}

.gra_content3 .gra_content_txt {
  max-width: 670px;
  margin-bottom: 100px;
}

.top_to_item_inner {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  height: 200px;
  background: url(../img/graduates/graduate.jpg) center / cover;
}

.top_to_item {
  display: block;
  height: 100%;

  position: relative;
}

.top_to_ttl {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 87px;
  margin-left: 30px;
  margin-top: 10px;
}

.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;
}

.school_address_ttl {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

.gra_address .school_address_inner {
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .graduates {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .gra_content1 {
    width: 95%;
  }

  .gra_content_ttl {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .gra_content_txt {
    margin-bottom: 30px;
  }

  .gra_price_table th,
  .gra_price_table td {
    vertical-align: middle;
    font-size: 13px;
  }

  .note {
    text-align: left;
  }

  .gra_border {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .gra_content2 .gra_content_txt {
    font-size: 14px;
  }

  .gra_content3 .gra_content_txt {
    width: 90%;
    margin-bottom: 40px;
  }

  .top_to_inner {
    display: block;
  }

  .top_to_item_inner {
    width: 100%;
    height: 150px;
  }

  .top_to_ttl {
    font-size: 36px;
    margin-top: 0;
  }

  .top_to_more {
    bottom: 17px;
    right: 24px;
  }

  .gra_address .school_address_ttl {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 34px;
  }
}
