@charset "UTF-8";
.page_mv {
  background: url(../img/mv/admission_adult.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: -6px;
  top: 5px;
  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%;
  }
}

/* ------------------------------------------
  ar_sec3
------------------------------------------ */

.ar_sec3 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 0.5px solid #b9b9b9;
}

.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_tabmenu_inner.border {
  border-bottom: 1px solid #5a84d7;
}

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

.table_tab_content table tr td {
  padding: 20px 0;
  display: block;
  width: 100%;
  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 .viewmore {
  display: block;
  width: 94px;
  background: #263e6d;
  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: 0;
  right: 0;
}

.ar_sec_3_content2 .table_tab_menu {}

@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: 100%;
    padding: 20px 0;
    margin-top: 20px;
  }
}

/* ------------------------------------------
  ar_sec_3_content2
------------------------------------------ */

.table_tab_menu_item:nth-of-type(1).active:before {
  background: #263e6d;
}

.table_tab_menu_item:nth-of-type(1) {
  color: #263e6d;
}

.table_tab_menu_item:nth-of-type(2) {
  color: #5a84d7;
}

.table_tab_menu_item:nth-of-type(1).active {
  border-color: #263e6d;
}

.table_tab_menu_item:nth-of-type(2).active:before {
  background: #5a84d7;
}

.table_tab_menu_item:nth-of-type(2).active {
  border-color: #5a84d7;
}

.ar_sec_3_content2 .table_tabmenu_inner {
  border-color: #263e6d;
}

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

.ar_sec_3_content2 .table_tab_content table tr th {
  background: #263e6d;
}

.ar_sec_3_content2 .table_tab_content:nth-of-type(2) table tr th {
  background: #5a84d7;
}

.ar_sec_3_content2 .table_tab_div .viewmore {
  background: #263e6d;
}

.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 .table_sepa_item_item {
  max-width: 290px;
}

.table_sepa_item .viewmore {
  display: block;
  width: 94px;
  background: #263e6d;
  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: 80%;
    padding: 15px 0;
  }
  .ar_sec_3_content2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .table_sepa_item>p {
    padding: 20px;
  }
}

.ar_table_ttl_note {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}

/* ------------------------------------------
  aa_sec2
------------------------------------------ */

.ar_table_ttl_note {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}

.aa_sec2 .ar_table_ttl {
  margin-bottom: 20px;
}

.aa_sec2 .ar_sec1_table {
  overflow-x: scroll;
}

.aa_sec2 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 0.5px solid #b9b9b9;
}

.ar_sec1_table {
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 auto;
}

.ar_sec1_table table {
  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 tr:nth-of-type(4) td .ar_sec1_table_inner {
  width: 100%;
}

.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: 125px;
}

.ar_sec1_table tbody td {
  width: 400px;
  line-height: 30px;
  display: grid;
  place-items: center;
  text-align: left;
  padding: 20px 0;
}

.ar_sec1_table tbody tr:first-of-type td {
  padding: 15px 0;
}

.aa_sec2 .ar_sec1_table tbody tr:nth-of-type(4) td, .aa_sec2 .ar_sec1_table tbody tr:nth-of-type(5) td {
  width: 800px;
}

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

.ar_sec1_table tbody tr:nth-of-type(2), .ar_sec1_table tbody tr:nth-of-type(4) {
  background: #f3f9ff;
}

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

.ar_sec1_table tbody th {
  color: #fff;
  background: #263e6d;
  font-weight: 400;
  border-right: 0.5px solid #b9b9b9;
  text-align: center;
  display: grid;
  place-items: center;
}

.ar_sec1_table tbody th, .ar_sec1_table tbody td {
  display: grid;
}

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

.table_item_name {
  background: #263e6d;
}

.table_under_txt {
  width: 88.7%;
  margin: 0 auto;
}

.table_under_txt p {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 30px;
  text-indent: -2em;
  margin-top: 20px;
}

.table_under_txt p span {
  color: #5a84d7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .table_under_txt p {
    text-indent: 0;
  }
  .aa_sec2 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .ar_sec3 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

/* ------------------------------------------
  aa_sec3
------------------------------------------ */

.aa_sec3 {
  margin-bottom: 100px;
}

.aa_sec3 .ar_sec1_table {
  overflow-x: scroll;
}

.aa_sec3 tr:last-of-type td {
  color: #bb1c1c;
  font-weight: 500;
  font-size: 20px;
}

.aa_sec3 .table_under_txt {
  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/adult.jpg) center / cover;
}

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

/* ------------------------------------------
  aa_sec4
------------------------------------------ */

.aa_sec4 {
  background: #263e6d;
  padding: 100px 0;
}

.aa_sec4_container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.aa_sec4_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-right: 0;
  margin-left: auto;
}

.aa_sec4_content:nth-of-type(1) {
  margin-bottom: 70px;
}

.aa_sec4_content_item:nth-of-type(1) {
  max-width: 560px;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03em;
}

.aa_sec4_content_item_ttl {
  line-height: 35px;
  font-size: 30px;
  margin-bottom: 70px;
  font-weight: 500;
}

.aa_sec4_content_item_txt {
  font-size: 15px;
  line-height: 30px;
}

.aa_sec4_content_item:nth-of-type(2) {
  max-width: 640px;
  width: 100%;
}

.aa_sec4_content_item:nth-of-type(2) img {
  width: 100%;
}

.caa_sec4_inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.aa_sec4_content2_item {
  max-width: 380px;
  width: 100%;
  color: #263e6d;
  height: 113px;
  background: #fff;
  border-radius: 57px;
}

.aa_sec4_content2_item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.aa_sec4_content2_item:nth-of-type(1) a {
  line-height: 113px;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.aa_sec4_content2_item:nth-of-type(2) {
  display: grid;
  place-content: center;
  cursor: pointer;
}

.aa_sec4_content2_item:nth-of-type(1) a:after {
  position: absolute;
  content: "";
  bottom: calc(50% - 8px);
  right: 30px;
  border: 8px solid transparent;
  border-left: 8px solid #263e6d;
  transition: 0.4s;
}

.aa_sec4_tel_ttl {
  display: flex;
  text-align: center;
  width: 252px;
  justify-content: center;
  border-bottom: 1px solid #263e6d;
  margin-bottom: 5px;
}

.aa_sec4_tel_ttl img {
  width: 22.5px;
  display: block;
  margin-right: 5px;
}

.aa_sec4_tel_ttl p {
  font-size: 27px;
  letter-spacing: 0.03em;
  color: #161616;
}

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

@media screen and (max-width: 767px) {
  .aa_sec4 {
    padding: 50px 20px;
  }
  .aa_sec4_content {
    display: block;
  }
  .aa_sec4_content_item_ttl {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .aa_sec4_content_item_txt {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
  }
  .aa_sec4_content2_item:nth-of-type(1) a {
    line-height: 80px;
  }
  .aa_sec4_content2_item:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .aa_sec4_content:nth-of-type(1) {
    margin-bottom: 50px;
  }
  .aa_sec4_content2_item {
    height: 100%;
    max-width: 100%;
  }
  .aa_sec4_content2_item {}
  .aa_sec4_tel_ttl {
    width: 100%;
  }
  .aa_sec4_content2_item:nth-of-type(2) {
    padding: 20px;
  }
}

@media screen and (max-width: 374px) {
  .aa_sec4_content2_item:nth-of-type(1) a:after {
    content: none;
  }
  .aa_sec4_content2_item:nth-of-type(1) a {
    text-align: center;
    padding-left: 0;
  }
  .aa_sec4_tel_txt {
    font-size: 12px;
  }
}