@charset "UTF-8";
.page_mv {
  background: url(../img/mv/admission_require.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;
  }
}

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

.more_button {
}

.more_button a {
  position: relative;
}

.more_button a:before {
  width: 100%;
  height: 100%;
  background: #f3f9ff;
  border-radius: 40px;
  content: "";
  position: absolute;
  right: -10px;
  top: 10px;
  z-index: -1;
}

.more_button a:after {
  right: 25px;
  transform: rotate(90deg);
  bottom: calc(50% - 14px);
}

.ar_menu .more_button a:hover::after {
  right: 25px;
  border-left: 8px solid #fff;
  bottom: 15px;
}

.ar_menu ul {
  display: flex;
  width: 81.6%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.ar_menu ul li {
  width: 29.04%;
}

@media screen and (max-width: 767px) {
  .ar_menu {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ar_menu ul {
    display: block !important;
    width: 100%;
  }

  .ar_menu ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .ar_menu .more_button {
    width: 100%;
  }

.more_button a:before {
  right: -5px;
  top: 5px;
}
}

/* ------------------------------------------
  ar_sec1
------------------------------------------ */
.ar_sec1 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  border-bottom: 0.5px solid #b9b9b9;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.t_container {
  max-width: 1005px;
  width: 100%;
  margin: 0 auto;
}

.ar_sec1_table {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  overflow-x: scroll;
  width: 100%;
}

.ar_sec1_table table {
  width: 1005px;
  margin: 0 auto;
  border-top: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
}

.ar_sec1_table table thead {
}

.ar_sec1_table table thead tr {
  display: block;
}

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

.ar_sec1_table table thead th,
.ar_sec1_table table thead td {
  height: 51px;
  display: grid;
  place-content: center;
  display: block;
  width: 100%;
  border-bottom: 0.5px solid #b9b9b9;
}

.ar_sec1_table tbody th {
  width: 200px;
  height: 51px;
}

.ar_sec1_table tbody td {
  width: 400px;
  height: 51px;
}

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

.ar_sec1_table .table_item_name td {
  color: #fff;
}

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

.ar_sec1_table tbody th,
.ar_sec1_table tbody td {
  display: grid;
  place-content: center;
}

.ar_sec1_table tbody td:nth-of-type(1) {
  border-right: 0.5px solid #b9b9b9;
}

.table_item_name {
  background: #263e6d;
}

@media screen and (max-width: 767px) {
  .ar_table_ttl {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 30px;
  }

  .ar_sec1 {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

/* ------------------------------------------
  ar_sec2
------------------------------------------ */
.ar_sec2 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 0.5px solid #b9b9b9;
  padding-right: 20px;
  padding-left: 20px;
}

.ar_sec2_table {
  width: 100%;
  overflow-x: scroll;
}

.ar_sec2_table table {
  border-top: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
  display: block;
  margin: 0 auto 30px;
  width: 1005px;
}

.ar_sec2_table table thead tr,
.ar_sec2_table table tbody tr {
  display: flex;
  border-bottom: 1px solid #b9b9b9;
}

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

.ar_sec2_table table tbody tr:nth-child(2) td:last-child {
  font-size: 13px;
}

.ar_sec2_table table tbody tr:nth-child(3) td:last-child {
  font-size: 13px;
}

.ar_sec2_table table thead tr th {
  background: #263e6d;
  color: #fff;
  font-weight: 400;
}

.ar_sec2_table table tr th,
.ar_sec2_table table tr td {
  text-align: center;
  display: grid;
  place-content: center;
  height: 50px;
}

.ar_sec2_table table tr th:nth-of-type(1) {
  width: 98px;
}

.ar_sec2_table table tr th:nth-of-type(2) {
  width: 127px;
}

.ar_sec2_table table tr th:nth-of-type(3) {
  width: 151px;
}

.ar_sec2_table table tr th:nth-of-type(4) {
  width: 118px;
}

.ar_sec2_table table tr th:nth-of-type(5) {
  width: 167px;
}

.ar_sec2_table table tr th:nth-of-type(6) {
  width: 132px;
}

.ar_sec2_table table tr th:nth-of-type(7) {
  width: 211px;
  border-right: 0.5px solid #b9b9b9;
}

.ar_sec2_table table tr td:nth-of-type(1) {
  width: 98px;
}

.ar_sec2_table table tr td:nth-of-type(2) {
  width: 127px;
}

.ar_sec2_table table tr td:nth-of-type(3) {
  width: 151px;
}

.ar_sec2_table table tr td:nth-of-type(4) {
  width: 118px;
}

.ar_sec2_table table tr td:nth-of-type(5) {
  width: 167px;
}

.ar_sec2_table table tr td:nth-of-type(6) {
  width: 132px;
}

.ar_sec2_table table tr td:nth-of-type(7) {
  width: 211px;
  border-right: 0.5px solid #b9b9b9;
}

.ar_sec2_table table tr td:not(:last-of-type) {
  border-right: 0.5px solid #b9b9b9;
}

.ar_sec2_table table thead .t_note {
  background: #f3f9ff;
  color: #263e6d;
  position: relative;
}

.t_note span {
  display: inline;
  position: absolute;
  right: 59px;
  bottom: 10%;
  font-size: 13px;
}

.ar_sec2_txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
  text-indent: -2em;
  margin-left: 66px;
}

@media screen and (max-width: 767px) {
  .ar_sec2_txt {
    margin-left: 20px;
  }
  .ar_sec2_txt {
    font-size: 14px;
    line-height: 28px;
  }

  .ar_sec2 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

/* ------------------------------------------
  ar_sec3
------------------------------------------ */
.ar_sec3_anchor {
  display: flex;
  width: 96%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px;
}

.ar_sec3_anchor_link {
  display: block;
  width: 46.875%;
  padding: 27px 0 27px 40px;
  position: relative;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 26px;
  font-weight: 500;
  border-radius: 40px;
  transition: 0.4s;
}

.ar_sec3_anchor_link:nth-of-type(1) {
  background: #263e6d;
  border: 1px solid #263e6d;
}

.ar_sec3_anchor_link:nth-of-type(2) {
  background: #5a84d7;
  border: 1px solid #5a84d7;
}

.ar_sec3_anchor_link:hover {
  opacity: 1;
  background: #fff;
  color: #263e6d;
}

.ar_sec3_anchor_link:hover * {
  opacity: 1;
}

.ar_sec3_anchor_link::after {
  position: absolute;
  content: "";
  bottom: 27px;
  right: 30px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.4s;
  transform: rotate(90deg);
}

.ar_sec3_anchor_link:nth-of-type(1):hover::after {
  border-left: 8px solid #263e6d;
  bottom: 17px;
}

.ar_sec3_anchor_link:nth-of-type(2):hover::after {
  border-left: 8px solid #5a84d7;
  bottom: 17px;
}

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

.admission_sec2_f_inner {
  width: 49%;
  margin: 0;
}
.top_to_item_inner2 {
  background: url(../img/admission/admission2.jpg) center / cover;
}

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

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

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

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

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

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

.top_to_item_inner_ttl {
  text-align: center;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.top_to_item_inner_ttl::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background: #263e6d;
  right: 96px;
  bottom: 50%;
}

.top_to_item_inner_ttl::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background: #263e6d;
  left: 90px;
  bottom: 50%;
}

@media screen and (max-width: 767px) {
  .ar_sec3_anchor {
    display: block;
  }

  .ar_sec3_anchor_link {
    width: 100%;
    padding: 15px 0 15px 30px;
    font-size: 14px;
  }

  .ar_sec3_anchor_link:first-of-type {
    margin-bottom: 15px;
  }

  .ar_sec3_anchor_link::after {
    bottom: 13px;
    right: 21px;
  }

  .admission_sec2_f {
    margin-top: 0;
    display: block;
    margin-bottom: 50px;
  }

  .admission_sec2_f_inner {
    width: 100%;
  }

  .top_to_ttl {
    font-size: 25px;
    left: 20px;
    top: 30px;
  }

  .top_to_item_inner_ttl {
    margin-bottom: 10px;
  }

  .top_to_item_inner_ttl::before {
    content: none;
  }

  .top_to_item_inner_ttl::after {
    content: none;
  }

  .admission_sec2_f_inner:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 374px) {
  .ar_sec3_anchor_link::after {
    display: none;
  }

  .ar_sec3_anchor_link {
    padding: 15px;
  }
}

/* ------------------------------------------
  ar_sec_3_content1
------------------------------------------ */
.ar_sec_3_content_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 35px;
  margin-bottom: 50px;
}

.table_tabmenu_inner {
  border-bottom: 1px solid #263e6d;
  margin-bottom: 80px;
}

.table_tab_menu {
  display: flex;
  width: 90%;
  color: #263e6d;
  justify-content: space-between;
  margin: 0 auto;
}

.table_tab_menu_item {
  max-width: 446px;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.03em;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  text-align: center;
  background: #f3f3f3;
  position: relative;
  cursor: pointer;
}

.table_tab_menu_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.active {
  background: #fff;
  border-left: 1px solid #263e6d;
  border-right: 1px solid #263e6d;
  margin-bottom: -1px;
  pointer-events: none;
}

.active:before {
  position: absolute;
  height: 10px;
  width: 100%;
  background: #263e6d;
  top: 0;
  left: 0;
  content: "";
}

.table_tab_content:nth-of-type(1) {
  display: none;
}

.table_tab_content:nth-of-type(2) {
  display: none;
}

.table_tab_content_inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.table_tab_content.show {
  display: block;
}

.table_tab_content2.show {
  display: block;
}

.table_tab_content table {
  display: block;
  border: 0.5px solid #b9b9b9;
}

.table_tab_content tbody {
  display: block;
}

.table_tab_content table tr {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
}

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

.table_tab_content table tr th {
  background: #263e6d;
  display: grid;
  place-content: center;
  color: #fff;
  width: 125px;
  font-weight: 400;
  padding: 20px 0;
  border-right: 0.5px solid #b9b9b9;
  border-bottom: 0.5px solid #b9b9b9;
}

.high_recommendation_item2{
  position: relative;
}

.table_tab_content table tr td {
  padding: 20px 0;
  display: block;
  width: 100%;
}

.table_tab_content table tr:not(:last-of-type) td{
  border-bottom: 0.5px solid #b9b9b9;
}

.table_tab_div {
  margin-left: 50px;
  padding-right: 30px;
}

.table_tab_txt_inner {
  position: relative;
}

.table_tab_txt_inner a{
  text-decoration: underline;
  color: #5a84d7;
}

.table_tab_div_more {
  display: block;
  width: 94px;
  background: #263e6d;
  color: #fff !important;
  text-decoration:  none !important;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  line-height: 18px;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ar_sec_3_content1,
.ar_sec_3_content2 {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 0.5px solid #b9b9b9;
}

.ar_sec_3_content1 .high_recommendation_item2 a{
  color: #5A84D7;
  text-decoration: underline;
}

.ar_sec_3_content2 .table_tab_menu {
  color: #5A84D7;
}

@media screen and (max-width: 767px) {
  .ar_sec_3_content_ttl {
    margin-bottom: 30px;
  }

  .table_tabmenu_inner {
    margin-bottom: 30px;
  }

  .table_tab_content table tr {
    display: block;
    width: 100%;
  }

  .table_tab_content table tr th {
    width: 100%;
    padding: 15px 0;
  }

  .table_tab_div {
    margin-left: 0;
    padding: 0 20px;
  }

  .table_tab_div a {
    position: static;
    width: 40%;
    padding: 20px 0;
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto;
    font-size: 18px;
  }
}

/* ------------------------------------------
  ar_sec_3_content2
------------------------------------------ */
.ar_sec_3_content2 .active:before {
  background: #5a84d7;
}

.ar_sec_3_content2 .active {
  border-color: #5a84d7;
}

.ar_sec_3_content2 .table_tabmenu_inner {
  border-color: #5a84d7;
}

.ar_sec_3_content2 .table_tab_content table tr th {
  background: #5a84d7;
}

.ar_sec_3_content2 .table_tab_div .viewmore {
  background: #5a84d7;
}

.table_tab_txt_inner_sepa {
  display: flex;
}

.table_sepa_item {
  width: 50%;
  position: relative;
}

.table_sepa_item:first-child {
  border-right: 0.5px dashed #b9b9b9;
}

.table_sepa_item > p {
  text-align: center;
  padding: 20px 0;
  border-top: 0.5px solid #b9b9b9;
  border-bottom: 0.5px solid #b9b9b9;
}

.sepa .table_tab_div {
  padding-bottom: 20px;
}

.table_tab_content table .sepa td {
  padding-bottom: 0;
}

.table_sepa_item_item {
  max-width: 223px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 70px;
}

.f {
  display: flex;
}

.f p:nth-child(1) {
  width: 70%;
}

.f p:nth-child(2) {
  width: 30%;
}

/* .table_sepa_item{
  position: relative;
} */

.table_sepa_item .table_sepa_item_item {
  max-width: 290px;
}

.table_sepa_item .viewmore {
  display: block;
  width: 94px;
  background: #5a84d7;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  line-height: 18px;
  border-radius: 40px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .table_tab_txt_inner_sepa {
    display: block;
  }

  .table_sepa_item {
    width: 100%;
  }

  .table_sepa_item_item {
    padding-bottom: 20px;
  }

  .table_sepa_item a {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .ar_sec_3_content1,
  .ar_sec_3_content2 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .table_sepa_item .viewmore{
    position: static;
    width: 40%;
    padding: 20px 0;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: auto;
    font-size: 18px;
  }

  .table_sepa_item:nth-of-type(2) .table_sepa_item_item{
    max-width: 380px;
    padding-bottom: 0;
  }
}

/* ------------------------------------------
  ar_sec4
------------------------------------------ */
.ar_sec4 {
  margin-bottom: 100px;
}

.ar_sec4_content {
  height: 500px;
  width: 100%;
  background: #eee;
}

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

/* ------------------------------------------
  ar_sec5
------------------------------------------ */
.ar_sec5 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.ar_sec5 .admission_sec2_f {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.ar_sec5 .top_to_item_inner {
  margin-bottom: 0;
  height: 200px;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .ar_sec5 .admission_sec2_f {
    display: block;
  }

  .ar_sec5 .top_to_item_inner {
    width: 100%;
  }
}
