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

/* ------------------------------------------
  cl_menu
------------------------------------------ */

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

.cl_menu ul {
  display: flex;
  justify-content: space-between;
}

.cl_menu ul li {
  width: 23.7%;
}

.more_button {
  width: 100%;
}

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

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

@media screen and (max-width: 767px) {
  .cl_menu {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cl_menu ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .cl_menu ul li {
    width: 48%;
  }
  .cl_menu {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cl_menu .more_button a::after {
    right: 20px;
  }
  .cl_menu ul {
    display: block;
  }
  .cl_menu ul li {
    width: 100%;
  }
  .cl_menu ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .more_button a {
    width: 100%;
  }
}

/* ------------------------------------------
  ao_sec1
------------------------------------------ */

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

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

.message {
  width: 100%;
}

.message_inner {
  background: #263e6d;
  max-width: 1200px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 140px;
}

.message_txt_inner {
  max-width: 790px;
  width: 100%;
  margin-left: 250px;
}

.message_ttl {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 94px;
  margin-bottom: 50px;
  color: #fff;
}

.message_ttl span {
  margin-left: 15px;
  font-size: 23px;
  letter-spacing: 0.03em;
  line-height: 34px;
  font-weight: 400;
}

.message_txt {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
}

.message_img {
  max-width: 650px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -278px;
}

@media screen and (max-width: 1330px) {
  .message_txt_inner {
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .message_txt_inner {
    margin-left: 0;
  }
  .ar_table_ttl_txt {
    margin-bottom: 30px;
  }
  .ar_table_ttl {
    margin-bottom: 30px;
  }
  .message_inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .message_ttl {
    font-size: 50px;
    line-height: 50px;
  }
  .message_img {
    margin: -20px 0 0 20px;
    width: calc(100% - 20px);
  }
  .message_ttl {
    padding-bottom: 0;
  }
  .message_ttl span {
    font-size: 17px;
  }
  .ao_sec1 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

/* ------------------------------------------
  ao_sec2
------------------------------------------ */

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

.ao_sec_table table {
  border-top: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
  display: block;
  width: 100%;
}

.ao_sec_table {
  overflow-x: scroll;
}

.ao_sec_table table {
  width: 1000px;
  margin: 0 auto;
}

.ao_sec_table table tbody {
  display: block;
  /* width: 100%; */
}

.ao_sec_table table tbody tr {
  display: flex;
  width: 100%;
  border-bottom: 0.5px solid #b9b9b9;
}

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

.ao_sec_table table tbody th, .ao_sec_table table tbody td {
  height: 50px;
  display: grid;
  place-content: center;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
}

.ao_sec_table table tbody tr:nth-of-type(1) td {
  background: #263e6d;
  color: #fff;
}

.ao_sec_table table tbody th {
  background: #263e6d;
  color: #fff;
  font-weight: 500;
  border-right: 0.5px solid #b9b9b9;
}

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

.ao_sec_table table tbody th:nth-of-type(1) {
  width: 140px;
}

.ao_sec_table table tbody td:nth-of-type(1) {
  width: 365px;
}

.ao_sec_table table tbody td:nth-of-type(2) {
  width: 182px;
}

.ao_sec_table table tbody td:nth-of-type(3) {
  width: 314px;
}

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

/* ------------------------------------------
  ao_sec3
------------------------------------------ */

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

.ao_sec3_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ao_sec3_content_item {
  width: 32%;
  height: 276px;
  padding: 30px 9px 20px 17px;
}

.ao_sec3_content_item:nth-child(odd) {
  background: #263e6d;
  color: #fff;
}

.ao_sec3_content_item:nth-child(even) {
  background: #f3f9ff;
  color: #263e6d;
}

.ao_sec3_num {
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  letter-spacing: 0.03em;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 500;
}

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

.ao_sec3_ttl::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.ao_sec3_content_item:nth-child(odd) .ao_sec3_ttl::after {
  background: #fff;
}

.ao_sec3_content_item:nth-child(even) .ao_sec3_ttl::after {
  background: #263e6d;
}

.ao_sec3_txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .ao_sec3 {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .ao_sec3_content {
    display: block;
  }
  .ao_sec3_content_item {
    width: 100%;
    height: 100%;
  }
  .ao_sec3_content_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .ao_sec3_num {
    font-size: 48px;
    line-height: 45px;
  }
}

/* ------------------------------------------
  ao_sec4
------------------------------------------ */

.ao_sec4 {
  margin-bottom: 100px;
}

.ao_sec4_table table {
  border-top: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
  width: 100%;
}

.ao_sec4_table table tr {
  border-bottom: 0.5px solid #b9b9b9;
  display: flex;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 25px;
}

.ao_sec4_table table tr:nth-of-type(3) .ao_sec4_td_inner:first-of-type {
  margin-bottom: 30px;
}

.ao_sec4_table table tr th {
  border-right: 1px solid #b9b9b9;
  background: #263e6d;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  width: 125px;
  font-weight: 400;
}

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

.ao_sec4_table table tr td {
  width: 100%;
  display: block;
  width: calc(100% - 125px);
  padding: 20px 0 20px 80.5px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .ao_sec4 {
    margin-bottom: 50px;
  }
  .ao_sec4_table table tr {
    display: block;
  }
  .ao_sec4_table table tr th {
    width: 100%;
    padding: 15px 0;
  }
  .ao_sec4_table table tr td {
    width: 100%;
    padding: 20px;
  }
  .ao_sec4_td_inner p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .ao_sec4_table table tr:nth-of-type(3) .ao_sec4_td_inner:first-of-type {
    margin-bottom: 20px;
  }
  .ao_sec4_table table tr:nth-of-type(3) .ao_sec4_td_inner p {
    margin-bottom: 0px;
  }
}