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

.mv_main_txt {
  font-size: 70px;
  line-height: 60px;
}

@media screen and (max-width: 767px) {
  .page_mv {
    height: 200px;
  }
  .mv_slider_item {
    bottom: 15px;
    left: 20px;
    display: block;
  }
  .mv_main_txt {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .mv_sub_txt {
    font-size: 20px;
    line-height: 20px;
    margin-left: 0;
  }
}

/* ------------------------------------------
  sup_sec1
------------------------------------------ */

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

.sup_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px 0;
}

.sup_content_item {
  width: 49%;
  background: #f3f9ff;
  padding: 24px 20px 30px;
}

.sup_num {
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  letter-spacing: 0.03em;
  line-height: 66px;
  margin-bottom: 10px;
  color: #263e6d;
  font-weight: 500;
}

.sup_item_ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #5a84d7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.sup_item_ttl::after {
  height: 1px;
  width: 30px;
  position: absolute;
  content: "";
  background: #263e6d;
  bottom: 0;
  left: 0;
}

.sup_item_txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #263e6d;
}

.sup_item_txt a {
  text-decoration: underline;
}

.sup_content_img {
  padding: 0;
}

.sup_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

/* ------------------------------------------
  sup_sec2
------------------------------------------ */

.sup_sec2 {
  margin-bottom: 100px;
}

/* ------------------------------------------
  sup_sec3
------------------------------------------ */

.sup_sec3 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .sup_sec1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sup_sec2, .sup_sec3 {
    margin-bottom: 50px;
  }
  .sup_content {
    display: block;
  }
  .sup_content_item {
    width: 100%;
    padding: 20px;
  }
  .sup_content_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .sup_num {
    font-size: 40px;
    line-height: 50px;
  }
  .sup_item_ttl {
    font-size: 18px;
    line-height: 25px;
  }
  .sup_item_txt {
    font-size: 14px;
    line-height: 29px;
  }
  .sup_content_img {
    padding: 0;
  }
  .sup_sec3 .ar_table_ttl {
    font-size: 23px;
  }
}