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

/* ------------------------------------------
  feature_section1
------------------------------------------ */

.f_sec1 {
  margin-top: 65px;
}

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

.f_sec1_content1 {
  margin-bottom: 100px;
}

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

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

.gv_item_num_border {
  width: 30px;
  height: 1px;
  background: #263e6d;
  margin-bottom: 25px;
}

.gv_item_belong {
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 35px;
  margin-bottom: 25px;
  font-weight: 600;
}

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

.gv_item_content1_item1 {
  max-width: 500px;
  width: 100%;
}

.gv_item_content1_item2 {
  max-width: 520px;
  width: 100%;
}

.gv_item_content1_item2 img {
  width: 100%;
}

.gv_item_content2 .gv_item_content1_item2 {
  margin-right: 60px;
  width: 47.5%;
}

.f_sec1_content2 {
  padding: 100px 0;
  background: #f3f9ff;
}

.f_sec1_content2 .f_sec1_content_inner {
  margin-left: 0;
  margin-right: auto;
}

.f_sec1_content2 .gv_item_content1_item1 {
  order: 2;
}

.f_sec1_content2 .gv_item_content1_item2 p {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 18px;
  text-align: center;
}

.f_sec1_content2 .gv_item_content1_item1 {
  max-width: 538px;
  width: 100%;
}

.f_sec1_content3 .gv_item_content1_item2 {
  max-width: 250px;
  width: 100%;
}

.f_sec1_content3 .gv_item_content1_item1 {
  max-width: 555px;
}

.f_sec1_content3 .f_sec1_content_inner {
  max-width: 1036px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .f_sec1_content_inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .f_sec1_content2 .f_sec1_content_inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .f_sec1_content3 .f_sec1_content_inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .f_sec1_content2 .gv_item_content1_item1 {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .f_sec1_content_inner {
    flex-direction: column;
  }
  .f_sec1_content2 .gv_item_content1_item1 {
    order: 1;
  }
  .f_sec1_content2 .gv_item_content1_item2 {
    order: 2;
  }
  .f_sec1 {
    margin-top: 50px;
  }
  .gv_item_num {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .gv_item_belong {
    font-size: 24px;
    line-height: 30px;
  }
  .gv_item_txt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .f_sec1_content1 {
    margin-bottom: 50px;
  }
  .f_sec1_content2 {
    padding: 50px 0;
  }
  .f_sec1_content3 .gv_item_content1_item2 {
    max-width: 150px;
  }
}

/* ------------------------------------------
  feature_section2
------------------------------------------ */

.f_sec2 {
  background: #263e6d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.f_sec2 .container1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.f_sec2 .section_ttl2 {
  font-size: 80px;
  line-height: 94px;
}

.f_sec2 .section_ttl2:after {
  content: none;
  padding-bottom: 0;
  margin-bottom: 50px;
}

.f_sec2_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 102px;
}

.f_sec2_content_l {
  margin-top: 50px;
  color: #fff;
  max-width: 440px;
  width: 100%;
}

.f_sec2_content_l_ttl {
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 100px;
}

.f_sec2_content_l_txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
  max-width: 350px;
  width: 100%;
}

.f_sec2_content_l_txt:nth-of-type(1) {
  margin-bottom: 50px;
}

.f_sec2_content_r {
  max-width: 577px;
  width: 100%;
}

.f_sec2_content_r img {
  width: 100%;
  display: block;
}

.f_sec2 .container2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.f_sec2_content2 {
  border-top: 0.5px solid #fff;
}

.f_sec2_content2_item {
  border-bottom: 0.5px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 50px 0;
}

.f_sec2_content2_ttl {
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.f_sec2_content2_txt {
  width: 60%;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .f_sec2 {
    padding: 50px 20px;
  }
  .f_sec2 .section_ttl2 {
    font-size: 50px;
    line-height: 61px;
    text-align: left;
  }
  .f_sec2 .section_ttl2 span {
    margin-left: 17px;
  }
  .f_sec2_content {
    display: block;
  }
  .f_sec2_content_l {
    margin-top: 0;
    margin-bottom: 50px;
    max-width: 100%;
  }
  .f_sec2_content_l_ttl {
    margin-bottom: 30px;
    text-align: center;
  }
  .f_sec2_content_l_txt {
    max-width: 100%;
  }
  .f_sec2_content_r {
    margin: 0 auto;
  }
  .f_sec2_content_l_txt:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .f_sec2_content {
    margin-bottom: 60px;
  }
  .f_sec2_content2_item {
    display: block;
  }
  .f_sec2_content2_ttl {
    margin-bottom: 20px;
  }
  .f_sec2_content2_txt {
    width: 100%;
    line-height: 30px;
  }
  .f_sec2_content2_item {
    padding: 30px 0;
  }
}

/* ------------------------------------------
  f_sec3
------------------------------------------ */

.f_sec3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.f_sec3_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.f_sec3_ttl {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 500;
}

.scroll_note {
  margin-bottom: 10px;
  font-size: 14px;
}

.f_sec3_table {
  overflow-x: scroll;
}

.f_sec3_table table {
  width: 913px;
  margin: 0 auto;
  display: block;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: center;
  border: 1px solid #b9b9b9;
}

.f_sec3 table thead tr th {
  color: #fff;
  padding: 20px 0;
  font-weight: 400;
}

.f_sec3 table tbody tr td {
  padding: 20px 0;
  vertical-align: middle;
  height: 60px;
}

.f_sec3 table thead tr th:nth-of-type(1) {
  background: #263e6d;
  width: 285px;
  border-right: 0.5px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}

.f_sec3 table thead tr th:nth-of-type(2) {
  background: #263e6d;
  width: 264px;
  border-right: 0.5px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}

.f_sec3 table thead tr th:nth-of-type(3) {
  background: #263e6d;
  width: 96px;
  border-right: 0.5px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}

.f_sec3 table thead tr th:nth-of-type(4) {
  background: #c12b2b;
  width: 89px;
  border-right: 0.5px solid #fff;
  border-bottom: 0.5px solid #b9b9b9;
}

.f_sec3 table thead tr th:nth-of-type(5) {
  background: #db8624;
  width: 89px;
  border-right: 0.5px solid #fff;
  border-bottom: 0.5px solid #b9b9b9;
}

.f_sec3 table thead tr th:nth-of-type(6) {
  background: #4c883e;
  width: 89px;
  border-bottom: 0.5px solid #b9b9b9;
}

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

.a>td {
  border-bottom: 0.5px dashed #b9b9b9;
}

.a>td.s {
  border-bottom: none;
}

.l {
  border-bottom: 0.5px solid #b9b9b9;
}

.s {
  padding: 0 !important;
  height: 240px;
  background: none !important;
}

.td_ul {
  display: flex;
  height: 100%;
}

.td_ul_li {
  text-align: center;
  line-height: 25px;
  padding: 20px 0;
  border-bottom: 0.5px solid #b9b9b9;
}

.td_ul_li:nth-of-type(1) {
  width: 112px;
  height: 100%;
  border-right: 0.5px solid #b9b9b9;
}

.td_ul_li:nth-of-type(2) {
  width: calc(100% - 112px);
  height: 100%;
}

.e {
  background: #e7f1fb;
}

.f {
  background: #f8fbff;
}

.a td:nth-of-type(2) {
  border-bottom: 0.5px dashed #b9b9b9;
}

.a td:nth-of-type(3) {
  border-bottom: 0.5px dashed #b9b9b9;
}

.a td:nth-of-type(4) {
  border-bottom: 0.5px dashed #b9b9b9;
}

.a td:nth-of-type(5) {
  border-bottom: 0.5px dashed #b9b9b9;
}

.a td:nth-of-type(6) {
  border-bottom: 0.5px dashed #b9b9b9;
}

.red {
  color: #c12b2b;
}

.orange {
  color: #db8624;
}

.green {
  color: #4c883e;
}

.tb_n .td_ul_li:first-of-type {
  border-bottom: none;
}

.tb_n2 .a td {
  background-image: none;
}

.tb_n3 .td_ul_li:first-of-type {
  border-bottom: 0.5px solid #b9b9b9;
}

.tb_n4 tr {
  height: 60px;
}

.tb_n4 li {
  border-bottom: none;
}

.g {
  background: #263e6d;
  color: #fff;
}

.tb_n tr:last-child td {
  border-bottom: 0.5px solid #b9b9b9;
}

.tb_n tr:last-child td .td_ul_li {
  border-bottom: none;
}

.tb_n tr:last-child td.s.no_border {
  border-bottom: none;
}

.td_ul_li.no_border {
  border-bottom: none;
}

.tb_n tr:last-child td .td_ul_li.border {
  border-bottom: 0.5px solid #b9b9b9;
}

@media screen and (max-width: 767px) {
  .f_sec3 {
    /* width: 98%; */
    padding: 50px 20px;
  }
}