@charset "UTF-8";
.nav_box {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .nav_box {
    margin-bottom: 12vw;
  }
}
.nav_box .c-nav1 {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nav_box .c-nav1 {
    flex-wrap: wrap;
  }
}
.nav_box .c-nav1 .c-nav1_btn {
  width: 17.3%;
  height: 60px;
  padding-right: 34px;
}
@media screen and (max-width: 960px) {
  .nav_box .c-nav1 .c-nav1_btn {
    width: 18%;
    padding-left: 10px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 840px) {
  .nav_box .c-nav1 .c-nav1_btn {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nav_box .c-nav1 .c-nav1_btn {
    width: 49%;
    margin-bottom: 2%;
    padding-bottom: 38px;
    padding-right: 5px;
    padding-left: 5px;
    height: auto;
  }
}
.nav_box .c-nav1 .c-nav1_btn:last-child {
  width: 23.3%;
}
@media screen and (max-width: 767px) {
  .nav_box .c-nav1 .c-nav1_btn:last-child {
    width: 100%;
  }
}
.nav_box .c-nav1 .c-nav1_btn .c-arrow1 {
  right: 15px;
}
@media screen and (max-width: 820px) {
  .nav_box .c-nav1 .c-nav1_btn .c-arrow1 {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .nav_box .c-nav1 .c-nav1_btn .c-arrow1 {
    right: 0;
  }
}

.p_text01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p_text01 {
    margin-bottom: 6vw;
  }
}

.p_text02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p_text02 {
    margin-bottom: 4vw;
  }
}

.p_text_s {
  font-size: 14px;
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p_text_s {
    font-size: 13px;
  }
}
.p_text_s::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p_center {
  text-align: center;
}
.p_center .c-btn1 {
  min-width: 264px;
}
@media screen and (max-width: 767px) {
  .p_center .c-btn1 {
    min-width: 235px;
  }
}

.blue {
  color: #0644bd;
}
.pre_table {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .pre_table {
    margin-bottom: 3vw;
  }
}

a.pdf {
  text-decoration: underline;
}
a.pdf:hover {
  text-decoration: none;
}

a.link {
  color: #103ea2;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

.btn_box01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .btn_box01 {
    margin-top: 4vw;
  }
}

.block_end {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .block_end {
    margin-bottom: 8vw;
  }
}

.light_blue_col {
  background-color: #eef3fb;
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .light_blue_col {
    padding: 6vw 6vw 6vw;
  }
}

.blue_col {
  background-color: #d7e1f2;
  border-radius: 20px;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 767px) {
  .blue_col {
    padding: 4vw 4vw;
    border-radius: 10px;
  }
}

.ttl01 .num {
  color: #103ea2;
}

.blue_col_text {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blue_col_text {
    margin-bottom: 4vw;
  }
}

.section01 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .section01 {
    margin-bottom: 12vw;
  }
}

.section02 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .section02 {
    margin-bottom: 12vw;
  }
}

.section03 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section03 {
    margin-bottom: 6vw;
  }
}

.p-support_table {
  width: 100%;
  margin: 0 auto;
}

.p-support_table table {
  width: 100%;
  border-top: 1px solid #cedbef;
  border-left: 1px solid #cedbef;
}

.p-support_table td,
.p-support_table th {
  border-bottom: 1px solid #cedbef;
  border-right: 1px solid #cedbef;
}

.p-support_table tbody tr {
  background: #fff;
}

.p-support_table thead .th01,
.p-support_table tbody .th01 {
  background: #0644bd;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-support_table thead .th01,
.p-support_table tbody .th01 {
    padding: 0.5vw;
  }
}

.p-support_table tbody .th02 {
  background: #103ea2;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 10px 0;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-support_table tbody .th02 {
    padding: 0.5vw;
  }
}

.p-support_table tbody td {
  font-size: 15px;
  padding: 10px 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-support_table tbody td {
    font-size: 13px;
  }
}

.table01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .table01 {
    margin-bottom: 4vw;
  }
}
.table01 thead .th01 {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .table01 thead .th01 {
    padding: 1.5vw 0;
  }
}
.table01 tbody td {
  padding: 35px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table01 tbody td {
    padding: 2vw 0;
    font-size: 14px;
  }
}
.table01 tbody td .inner_box {
  display: inline-block;
  text-align: right;
}
.table01 tbody td .inner_box .text {
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .table01 tbody td .inner_box .text {
    padding: 1vw 0;
  }
}
.table01 tbody td .value {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table01 tbody td .value {
    font-size: 18px;
  }
}
.table01 tbody td .digit {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .table01 tbody td .digit {
    font-size: 14px;
  }
}

.table02 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .table02 {
    margin-bottom: 2vw;
  }
}
.table02 thead .th01 {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .table02 thead .th01 {
    padding: 1.5vw 0;
  }
}
.table02 tbody td {
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table02 tbody td {
    padding: 2vw 0;
  }
}
.table02 tbody td .left {
  display: inline-block;
  text-align: left;
}

.table03 tbody td,
.table04 tbody td {
  padding: 25px 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .table03 tbody td,
.table04 tbody td {
    padding: 2vw 2vw;
  }
}
.table03 tbody td .num_list li,
.table04 tbody td .num_list li {
  position: relative;
  padding-left: 30px;
}
.table03 tbody td .num_list li .num,
.table04 tbody td .num_list li .num {
  position: absolute;
  top: 0;
  left: 0;
}

.table03 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .table03 {
    margin-bottom: 2vw;
  }
}

.table04 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .table04 {
    margin-bottom: 4vw;
  }
}

.contact_area {
  background-color: #0644bd;
  padding: 40px 80px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_area {
    padding: 6vw 6vw;
  }
}
.contact_area .contact_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_inner {
    display: block;
  }
}
.contact_area .contact_inner .contact_left {
  width: 50%;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_inner .contact_left {
    width: 100%;
    font-size: 18px;
    padding: 0 0 6vw;
    text-align: center;
    line-height: 1.5;
  }
}
.contact_area .contact_inner .contact_left br {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_inner .contact_left br {
    display: initial;
  }
}
.contact_area .contact_inner .contact_right {
  width: 50%;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_inner .contact_right {
    border-left: none;
    border-top: 2px solid #fff;
    width: 100%;
    padding: 6vw 0 0;
  }
}
.contact_area .contact_inner .contact_right .contact_right_text {
  padding: 5px 0 5px 80px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_inner .contact_right .contact_right_text {
    padding: 0;
    text-align: center;
  }
}
.contact_area .contact_inner .contact_right .contact_right_text .text01 {
  font-weight: 700;
}
.contact_area .contact_inner .contact_right .contact_right_text .text02 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_inner .contact_right .contact_right_text .text02 {
    font-size: 18px;
  }
}
.contact_area .contact_inner .contact_right .contact_right_text .text02 .icon_mail {
  display: inline-block;
  width: 24px;
  height: 17px;
  margin-right: 10px;
  background-image: url(../img/scholarships/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_inner .contact_right .contact_right_text .text02 .icon_mail {
    width: 16.8px;
    height: 11.9px;
    margin-right: 5px;
  }
}

.ttl02,
.ttl03 {
  font-weight: 700;
}