.kv {
  position: relative;
}

.kv .txt {
  position: absolute;
  top: 47%;
  right: 8%;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 2.5vw;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.523;
}

@media screen and (max-width: 767px) {
  .kv .txt {
    top: 50%;
    right: 4%;
    font-size: 5.07vw;
  }
}

.sec01 {
  padding: 80px 0 90px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 45px 0;
  }
}

.sec01 .slider_sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 {
    margin-top: 30px;
    padding-left: 13vw;
  }
}

.sec01 .slider_sec01 .slick-list {
  padding: 5px 7% 5px 5px !important;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 .slick-list {
    padding: 5px 7% 5px 0 !important;
  }
}

.sec01 .slider_sec01 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 .slick-arrow {
    width: 20px;
    height: 20px;
  }
}

.sec01 .slider_sec01 .slick-arrow.slick-prev {
  left: 30px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 .slick-arrow.slick-prev {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    left: 4%;
  }
}

.sec01 .slider_sec01 .slick-arrow.slick-next {
  right: 30px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 .slick-arrow.slick-next {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: 4%;
  }
}

.sec01 .slider_sec01 .slick-slide.slick-active + .slick-slide:not(.slick-active) {
  opacity: 0.5;
  pointer-events: none;
}

.sec01 .slider_sec01 li {
  width: 345px;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li {
    width: 72vw;
  }
}

.sec01 .slider_sec01 li + li {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li + li {
    margin-left: 9vw;
  }
}

.sec01 .slider_sec01 li a {
  display: block;
  padding: 15px 15px 30px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li a {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec01 .slider_sec01 li a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}

.sec01 .slider_sec01 li a span {
  display: block;
}

.sec01 .slider_sec01 li a span.cat_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666;
  padding: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li a span.cat_area {
    padding: 8px;
  }
}

.sec01 .slider_sec01 li a span.cat_area::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border-top: 8px solid #333;
  border-right: 8px solid #333;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li a span.cat_area::before {
    border-width: 4px !important;
  }
}

.sec01 .slider_sec01 li a span.cat_area.news {
  background-color: #2b4388;
}

.sec01 .slider_sec01 li a span.cat_area.news::before {
  border-top: 8px solid #12265f;
  border-right: 8px solid #12265f;
}

.sec01 .slider_sec01 li a span.cat_area.casestudy {
  background-color: #0077cc;
}

.sec01 .slider_sec01 li a span.cat_area.casestudy::before {
  border-top: 8px solid #065994;
  border-right: 8px solid #065994;
}

.sec01 .slider_sec01 li a span.cat_area.seminar {
  background-color: #237d9e;
}

.sec01 .slider_sec01 li a span.cat_area.seminar::before {
  border-top: 8px solid #0b5a77;
  border-right: 8px solid #0b5a77;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li a span.cat_area .cat_img {
    width: 25px;
  }
}

.sec01 .slider_sec01 li a span.cat_area .cat_ttl {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li a span.cat_area .cat_ttl {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}

.sec01 .slider_sec01 li a span.date {
  color: #666666;
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li a span.date {
    font-size: 1.2rem;
  }
}

.sec01 .slider_sec01 li a span.ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li a span.ttl {
    font-size: 1.6rem;
    line-height: 1.333;
    margin-top: 8px;
    padding: 0 8px;
  }
}

.sec01 .slider_sec01 li a span.txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 20px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li a span.txt {
    line-height: 1.7;
    margin-top: 20px;
    padding: 0 8px;
  }
}

.sec01 .slider_sec01 li a span.more {
  color: #283666;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec01 .slider_sec01 li a span.more {
    margin-top: 10px;
  }
}

.sec01 .more_btn_wrap {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec01 .more_btn_wrap {
    margin-top: 40px;
  }
}

.sec02 {
  background-color: #f0f4f9;
  padding: 80px 0 45px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 40px 0;
  }
}

.sec02 .wrap {
  max-width: 1570px;
}

.sec02 .wrap .sec02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 1000px) {
  .sec02 .wrap .sec02_list {
    display: block;
    margin-top: 30px;
  }
}

.sec02 .wrap .sec02_list li {
  width: 31.3%;
}

@media screen and (max-width: 1000px) {
  .sec02 .wrap .sec02_list li {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .sec02 .wrap .sec02_list li + li {
    margin-top: 15px;
  }
}

.sec02 .wrap .sec02_list li a {
  display: block;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .sec02 .wrap .sec02_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 768px) {
  .sec02 .wrap .sec02_list li a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sec02 .wrap .sec02_list li a:hover .img {
    height: 100%;
  }
  .sec02 .wrap .sec02_list li a:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .sec02 .wrap .sec02_list li a:hover span {
    color: #FFF;
  }
  .sec02 .wrap .sec02_list li a:hover span.txt_area {
    background-color: #004099;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec02 .wrap .sec02_list li a:hover span.txt_area {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec02 .wrap .sec02_list li a:hover span.txt_area .icon img:first-of-type {
    display: none;
  }
  .sec02 .wrap .sec02_list li a:hover span.txt_area .icon img:last-of-type {
    display: inline;
  }
  .sec02 .wrap .sec02_list li a:hover span.txt_area .btn {
    display: block;
  }
}

.sec02 .wrap .sec02_list li a .img {
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .sec02 .wrap .sec02_list li a .img {
    width: 43.4%;
  }
}

.sec02 .wrap .sec02_list li a .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  object-fit: cover;
}

.sec02 .wrap .sec02_list li a span {
  display: block;
  text-align: center;
}

.sec02 .wrap .sec02_list li a span.txt_area {
  background-color: #FFF;
  padding: 40px 14% 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width:1000px){
.sec02 .wrap .sec02_list li a span.txt_area {
  min-height: 457px;
}
}

@media screen and (min-width:1000px) and (max-width:1030px){
.sec02 .wrap .sec02_list li a span.txt_area {
  min-height: 556px;
}
}

@media screen and (min-width:1030px) and (max-width:1132px){
.sec02 .wrap .sec02_list li a span.txt_area {
  min-height: 522px;
}
}

@media screen and (min-width:1132px) and (max-width:1330px){
.sec02 .wrap .sec02_list li a span.txt_area {
  min-height: 491px;
}
}

@media screen and (min-width:1315px){
.sec02 .wrap .sec02_list li a:hover span.txt_area {
  min-height: 547px;
}
}

@media screen and (min-width:1151px) and (max-width:1315px){
.sec02 .wrap .sec02_list li a:hover span.txt_area {
  min-height: 579px;
}
}

@media screen and (min-width:1117px) and (max-width:1151px){
.sec02 .wrap .sec02_list li a:hover span.txt_area {
  min-height: 580px;
}
}

@media screen and (min-width:1017px) and (max-width:1117px){
.sec02 .wrap .sec02_list li a:hover span.txt_area {
  min-height: 613px;
}
}

@media screen and (min-width:1000px) and (max-width:1117px){
.sec02 .wrap .sec02_list li a:hover span.txt_area {
  min-height: 647px;
}
}



@media screen and (max-width: 1000px) {
  .sec02 .wrap .sec02_list li a span.txt_area {
    padding: 6.67vw 4%;
    width: 56.6%;
  }
}

@media screen and (max-width: 1000px) {
  .sec02 .wrap .sec02_list li a span.txt_area .icon {
    margin: 0 auto;
    width: 10.67vw;
  }
}

.sec02 .wrap .sec02_list li a span.txt_area .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 80px;
}

.sec02 .wrap .sec02_list li a span.txt_area .icon img:last-of-type {
  display: none;
}

.sec02 .wrap .sec02_list li a span.txt_area .head {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.111;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .sec02 .wrap .sec02_list li a span.txt_area .head {
    font-size: 4.27vw;
    margin-top: 15px;
  }
}

.sec02 .wrap .sec02_list li a span.txt_area .txt {
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .sec02 .wrap .sec02_list li a span.txt_area .txt {
    font-size: 3.53vw;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sec02 .wrap .sec02_list li a span.txt_area .txt {
    font-size: 3.73vw;
  }
}

.sec02 .wrap .sec02_list li a span.txt_area .btn {
  display: none;
  border: 1px solid #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 30px auto 0;
  padding: 20px 0;
  text-align: center;
  width: 90%;
  position: relative;
}

.sec02 .wrap .sec02_list li a span.txt_area .btn::before {
  position: absolute;
  content: "";
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/internationalfinancialcenter/asset/img/icon_arrow_white.svg);
  background-size: cover;
  width: 60px;
  height: 13px;
}

.sec03 {
  background-color: #f7f7f7;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .sec03 {
    background-color: #FFF;
    padding: 40px 0 45px;
  }
}

.sec03 .wrap {
  max-width: 1320px;
}

.sec03 .wrap .main_txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec03 .wrap .main_txt {
    font-size: 1.6rem;
    padding: 0 5.5%;
  }
}

.sec03 .wrap .sec03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
  max-width: 1230px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec03 .wrap .sec03_list {
    margin: 20px auto 0;
  }
}

.sec03 .wrap .sec03_list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-image: url(/internationalfinancialcenter/asset/img/index/icon_arrow_blue_bold.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .sec03 .wrap .sec03_list::before {
    width: 8px;
    height: 8px;
  }
}

.sec03 .wrap .sec03_list li {
  width: 46.3%;
}

.sec03 .wrap .sec03_list li a {
  display: block;
  height: 100%;
  padding: 50px 10.5% 40px;
}

@media screen and (max-width: 767px) {
  .sec03 .wrap .sec03_list li a {
    padding: 25px 4% 20px;
  }
}

.sec03 .wrap .sec03_list li a.fs {
  background-color: #0690cb;
}

@media screen and (min-width: 768px) {
  .sec03 .wrap .sec03_list li a.fs:hover {
    border: 15px solid #0690cb;
    padding: 35px 8% 25px;
  }
  .sec03 .wrap .sec03_list li a.fs:hover span.btn {
    background-color: #0690cb;
    color: #FFF;
  }
}

.sec03 .wrap .sec03_list li a.pr {
  background-color: #004099;
}

@media screen and (min-width: 768px) {
  .sec03 .wrap .sec03_list li a.pr:hover {
    border: 15px solid #004099;
    padding: 35px 8% 25px;
  }
  .sec03 .wrap .sec03_list li a.pr:hover span.btn {
    background-color: #004099;
    color: #FFF;
  }
}

@media screen and (min-width: 768px) {
  .sec03 .wrap .sec03_list li a:hover {
    background-color: #FFF;
  }
  .sec03 .wrap .sec03_list li a:hover span {
    color: #000;
  }
  .sec03 .wrap .sec03_list li a:hover span.icon img:first-of-type {
    display: none;
  }
  .sec03 .wrap .sec03_list li a:hover span.icon img:last-of-type {
    display: inline;
  }
  .sec03 .wrap .sec03_list li a:hover span.ttl::before {
    background-color: #000;
  }
}

.sec03 .wrap .sec03_list li a span {
  display: block;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec03 .wrap .sec03_list li a span.icon {
    width: 50px;
    margin: 0 auto;
  }
}

.sec03 .wrap .sec03_list li a span.icon img:last-of-type {
  display: none;
}

.sec03 .wrap .sec03_list li a span.ttl {
  font-size: 3.6rem;
  font-weight: 600;
  margin-top: 30px;
  padding-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec03 .wrap .sec03_list li a span.ttl {
    font-size: 1.6rem;
    margin-top: 20px;
    padding-bottom: 12px;
  }
}

.sec03 .wrap .sec03_list li a span.ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFF;
  width: 30px;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .sec03 .wrap .sec03_list li a span.ttl::before {
    width: 15px;
  }
}

.sec03 .wrap .sec03_list li a span.txt {
  font-size: 2.4rem;
  line-height: 1.666;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec03 .wrap .sec03_list li a span.txt {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.sec03 .wrap .sec03_list li a span.btn {
  border: 1px solid #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 30px auto 0;
  padding: 10px 0;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .sec03 .wrap .sec03_list li a span.btn {
    font-size: 1.4rem;
    margin: 15px auto 0;
    padding: 5px 0;
    width: 75px;
  }
}

.sec04 {
  background-color: #f7f7f7;
  padding: 80px 0 130px;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 40px 0 90px;
  }
}

.sec04 .wrap {
  max-width: 1420px;
}

.sec04 .wrap .main_txt {
  margin: 50px auto 0;
  max-width: 1070px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec04 .wrap .main_txt {
    font-size: 1.6rem;
    margin: 25px auto 0;
    padding: 0 5.5%;
    text-align: left;
  }
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap {
    position: relative;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 {
    display: block;
    margin-top: 25px;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li {
  width: 21%;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5.33vw 0;
    width: 90%;
  }
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(1) {
    border-top: 1px solid #0299c4;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(1) .txt_area::before {
  top: 100%;
  background-color: #0299c4;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(1) .txt_area::after {
  top: 100%;
  border-top: 8px solid #0299c4;
  border-bottom: 8px solid transparent;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(1) .txt_area .no {
  color: #0299c4;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(2) {
  padding-top: 18.5%;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(2) {
    padding-top: 6.67vw;
    border-top: 1px solid #0a8aba;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(2) .txt_area::before {
  top: 0;
  background-color: #0a8aba;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(2) .txt_area::after {
  top: -16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #0a8aba;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(2) .txt_area .no {
  color: #0a8aba;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(3) {
    border-top: 1px solid #127cb0;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(3) .txt_area::before {
  top: 100%;
  background-color: #127cb0;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(3) .txt_area::after {
  top: 100%;
  border-top: 8px solid #127cb0;
  border-bottom: 8px solid transparent;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(3) .txt_area .no {
  color: #127cb0;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(4) {
  padding-top: 18.5%;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(4) {
    padding-top: 6.67vw;
    border-top: 1px solid #1b6aa3;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(4) .txt_area::before {
  top: 0;
  background-color: #1b6aa3;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(4) .txt_area::after {
  top: -16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #1b6aa3;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(4) .txt_area .no {
  color: #1b6aa3;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(5) {
    border-top: 1px solid #235a98;
    padding-right: 9%;
    width: 100%;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(5) .txt_area::before {
  top: 100%;
  background-color: #235a98;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(5) .txt_area::after {
  top: 100%;
  border-top: 8px solid #235a98;
  border-bottom: 8px solid transparent;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(5) .txt_area .no {
  color: #235a98;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(6) {
  padding-top: 18.5%;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(6) {
    padding-top: 6.67vw;
    padding-right: 9%;
    border-top: 1px solid #2b4c8e;
    border-bottom: 1px solid #2b4c8e;
    width: 100%;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(6) .txt_area::before {
  top: 0;
  background-color: #2b4c8e;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(6) .txt_area::after {
  top: -16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #2b4c8e;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(6) .txt_area .no {
  color: #2b4c8e;
}

.sec04 .wrap .list_wrap .sec04_list01 li:nth-of-type(6) .img::before {
  content: none;
}

.sec04 .wrap .list_wrap .sec04_list01 li + li {
  margin-left: -5.5%;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li + li {
    margin-left: 0;
    position: relative;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li + li::before {
  position: absolute;
  content: "";
  top: -2.5vw;
  left: 43vw;
  background-image: url(/internationalfinancialcenter/asset/img/index/icon_sec04_arrow_sp.svg);
  background-size: cover;
  width: 4vw;
  height: 5.87vw;
}

.sec04 .wrap .list_wrap .sec04_list01 li .txt_area {
  padding: 10px 0 30px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area {
    position: unset;
    padding: 0 0 0 9.33vw;
    width: 66.7%;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li .txt_area::before, .sec04 .wrap .list_wrap .sec04_list01 li .txt_area::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area::before, .sec04 .wrap .list_wrap .sec04_list01 li .txt_area::after {
    content: none;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li .txt_area::before {
  width: 82%;
  height: 1px;
}

.sec04 .wrap .list_wrap .sec04_list01 li .txt_area::after {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.sec04 .wrap .list_wrap .sec04_list01 li .txt_area .no {
  font-size: 5rem;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .no {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 8vw;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li .txt_area .head {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .head {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    text-align: left;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li .txt_area .txt {
  color: #222;
  font-size: 1.4rem;
  line-height: 1.428;
  margin: 15px auto 0;
  text-align: center;
  width: 82%;
  min-height: 80px;
}

@media screen and (max-width: 1430px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .txt {
    min-height: 100px;
  }
}

/* @media screen and (min-width: 1137px) and (max-width: 1310px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .txt {
    min-height: 70px;
  }
} */

@media screen and (max-width: 1137px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .txt {
    min-height: 120px;
  }
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .txt {
    font-size: 3.73vw;
    line-height: 1.555;
    margin: 8px auto 0;
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 1310px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .txt.en1 {
    min-height: 100px;
  }
}

@media screen and (min-width: 1288px) and (max-width: 1309px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .txt.en5 {
    min-height: 70px;
  }
}

@media screen and (max-width: 1288px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .txt.en1 {
    min-height: 120px;
  }
}

@media screen and (max-width: 1136px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .txt_area .txt.en1 {
    min-height: 150px;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li .img {
  margin: 30px 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .img {
    margin: 0;
    padding-left: 30px;
    padding-top: 5px;
    width: 33.3%;
  }
}

.sec04 .wrap .list_wrap .sec04_list01 li .img::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/internationalfinancialcenter/asset/img/index/icon_sec04_arrow.svg);
  background-size: cover;
  width: 45px;
  height: 30px;
}

@media screen and (max-width: 1400px) {
  .sec04 .wrap .list_wrap .sec04_list01 li .img::before {
    content: none;
  }
}

.sec04 .wrap .list_wrap .sec04_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3%;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list02 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    width: 10%;
    height: 100%;
  }
}

.sec04 .wrap .list_wrap .sec04_list02 li {
  padding: 20px 15px 5px;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(1) {
  border-left: 1px solid #0a8aba;
  border-right: 1px solid #127cb0;
  width: 39.8%;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(1) {
    border: none;
    width: 100%;
    height: 39%;
  }
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(1) .img {
    height: 93%;
    width: 7%;
    background: -webkit-gradient(linear, left top, left bottom, from(#078fbd), to(#088dbc));
    background: linear-gradient(to bottom, #078fbd 0%, #088dbc 100%);
    position: relative;
  }
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(1) .img::before, .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(1) .img::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(1) .img::before {
    top: -2vw;
    border-right: 1vw solid transparent;
    border-bottom: 2vw solid #078fbd;
    border-left: 1vw solid transparent;
  }
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(1) .img::after {
    bottom: -2vw;
    border-right: 1vw solid transparent;
    border-top: 2vw solid #088dbc;
    border-left: 1vw solid transparent;
  }
}

.sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(2) {
  border-right: 1px solid #1b6aa3;
  width: 25.7%;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(2) {
    border: none;
    width: 100%;
    height: 27%;
  }
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(2) .img {
    height: 93%;
    width: 7%;
    background: -webkit-gradient(linear, left top, left bottom, from(#127aae), to(#235b99));
    background: linear-gradient(to bottom, #127aae 0%, #235b99 100%);
    position: relative;
  }
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(2) .img::before, .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(2) .img::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(2) .img::before {
    top: -2vw;
    border-right: 1vw solid transparent;
    border-bottom: 2vw solid #127aae;
    border-left: 1vw solid transparent;
  }
  .sec04 .wrap .list_wrap .sec04_list02 li:nth-of-type(2) .img::after {
    bottom: -2vw;
    border-right: 1vw solid transparent;
    border-top: 2vw solid #235b99;
    border-left: 1vw solid transparent;
  }
}

.sec04 .wrap .list_wrap .sec04_list02 li .txt {
  font-size: 1.6rem;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .sec04 .wrap .list_wrap .sec04_list02 li .txt {
    font-size: 3.2vw;
    margin-top: 0;
    margin-left: 10px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.sec04 .wrap .more_btn_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sec04 .wrap .more_btn_wrap {
    margin-top: 30px;
  }
}

.sec04 .wrap .more_btn_wrap a {
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .sec04 .wrap .more_btn_wrap a:hover {
    background-color: #283666;
  }
}

.sec05 {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 24vw;
  }
}

.sec05 .bg {
  background-image: url(/internationalfinancialcenter/asset/img/index/bg_sec05_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .sec05 .bg {
    background-image: url(/internationalfinancialcenter/asset/img/index/bg_sec05_sp.png);
    height: 158vw;
    padding-top: 64vw;
  }
}

.sec05 .bg .wrap {
  max-width: 1420px;
}

.sec05 .bg .wrap .txt_area {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 660px;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .sec05 .bg .wrap .txt_area {
    border: 1px solid #f0f0f0;
    margin: 0 auto;
    width: 90%;
    padding: 8vw 4vw 8vw 6.67vw;
  }
}

.sec05 .bg .wrap .txt_area .head {
  font-size: 5rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .sec05 .bg .wrap .txt_area .head {
    font-size: 6.67vw;
  }
}

.sec05 .bg .wrap .txt_area .txt {
  color: #222;
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sec05 .bg .wrap .txt_area .txt {
    font-size: 4.27vw;
    margin-top: 6.67vw;
  }
}

.sec05 .bg .wrap .txt_area .more_btn_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sec05 .bg .wrap .txt_area .more_btn_wrap {
    margin-top: 12vw;
  }
}

.sec05 .bg .wrap .txt_area .more_btn_wrap a {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sec05 .bg .wrap .txt_area .more_btn_wrap a {
    font-size: 4.27vw;
    width: 52vw;
    height: 9.33vw;
  }
  .sec05 .bg .wrap .txt_area .more_btn_wrap a::before {
    right: -5.87vw;
    width: 13vw;
    height: 2.93vw;
  }
}

.sec06 {
  padding: 120px 0 130px;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 50px 0 45px;
  }
}

.sec06 .wrap {
  max-width: 1270px;
}

.sec06 .wrap .sec06_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .sec06 .wrap .sec06_list {
    display: block;
    margin-top: 40px;
  }
}

.sec06 .wrap .sec06_list li {
  width: 40.6%;
}

@media screen and (max-width: 767px) {
  .sec06 .wrap .sec06_list li {
    margin: 0 auto;
    width: 87%;
  }
}

@media screen and (max-width: 767px) {
  .sec06 .wrap .sec06_list li + li {
    margin: 45px auto 0;
  }
}

.sec06 .wrap .sec06_list li .img {
  text-align: center;
}

.sec06 .wrap .sec06_list li .head {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 90px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec06 .wrap .sec06_list li .head {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}

.sec06 .wrap .main_txt {
  color: #666;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .sec06 .wrap .main_txt {
    margin-top: 40px;
    padding: 0 6%;
  }
}

.sec06 .wrap .more_btn_wrap {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .sec06 .wrap .more_btn_wrap {
    margin-top: 30px;
  }
}

.sec07 {
  background-color: #14508c;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .sec07 {
    padding: 40px 0 45px;
  }
}

.sec07 .head02 {
  color: #FFF;
}

.sec07 .head02::before {
  background-color: #FFF;
}

.sec07 .slider_sec07_wrap {
  position: relative;
}

.sec07 .slider_sec07_wrap .slider_sec07 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 {
    margin-top: 30px;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list {
  margin: 0 50px;
  max-width: 1080px;
  width: 64.2vw;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (min-width: 1101px) and (max-width: 1580px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list {
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list {
    margin: 0;
    padding-bottom: 33vw;
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list {
    margin: 0 2.5vw;
    padding-bottom: 42vw;
    width: 80vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .img {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .img {
    width: 76vw;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area {
  position: absolute;
  top: 180px;
  right: 0;
  display: block;
  background-color: #4373a3;
  padding: 60px 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 480px;
}

@media screen and (min-width: 1101px) and (max-width: 1580px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area {
    top: 420px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area {
    top: 40vw;
    left: auto;
    right: 0;
    padding: 3.57vw 2.08vw;
  }
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area {
    top: 50vw;
    right: auto;
    left: 4vw;
    padding: 4vw 6.67vw 6.67vw 5.33vw;
    width: 76vw;
  }
}

@media screen and (min-width: 768px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area:hover {
    background-color: #FFF;
  }
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area:hover span {
    color: #000;
  }
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area:hover span.more {
    color: #004099;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area span {
  display: block;
  color: #FFF;
}

.sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area span.head {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area span.head {
    font-size: 4vw;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area span.txt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area span.txt {
    font-size: 2.4vw;
    line-height: 1.555;
    margin-top: 6.67vw;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area span.more {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slider_sec07_list .txt_area span.more {
    font-size: 2.4vw;
    margin-top: 1.33vw;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slick-slide:not(.slick-center) {
  opacity: 0.3;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slick-slide:not(.slick-center) {
    -webkit-transform: none;
            transform: none;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slick-arrow {
    top: 20%;
    width: 20px;
    height: 20px;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slick-arrow.slick-prev {
  left: 8%;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slick-arrow.slick-prev {
    left: 4%;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slick-arrow.slick-next {
  right: 8%;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slick-arrow.slick-next {
    right: 4%;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slick-dots {
  margin-top: 10px;
  padding-left: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slick-dots {
    padding-left: 30px;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slick-dots li {
  display: inline;
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slick-dots li {
    margin: 0 10px;
  }
}

.sec07 .slider_sec07_wrap .slider_sec07 .slick-dots li.slick-active button {
  background-color: #FFF;
}

.sec07 .slider_sec07_wrap .slider_sec07 .slick-dots li button {
  border: 1px solid #FFF;
  border-radius: 50%;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_sec07 .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.sec07 .slider_sec07_wrap .slider_btn {
  position: absolute;
  bottom: -2px;
  left: calc(50% - 75px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_btn {
    bottom: -1px;
    left: calc(50% - 45px);
  }
}

.sec07 .slider_sec07_wrap .slider_btn span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sec07 .slider_sec07_wrap .slider_btn span {
    width: 12px;
  }
}

.sec07 .more_btn_wrap {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .sec07 .more_btn_wrap {
    margin-top: 40px;
  }
}

.sec07 .more_btn_wrap a {
  border-color: #FFF;
  color: #FFF;
}

.sec07 .more_btn_wrap a::before {
  background-image: url(/internationalfinancialcenter/asset/img/icon_arrow_white.svg);
}

@media screen and (min-width: 768px) {
  .sec07 .more_btn_wrap a:hover {
    background-color: #FFF;
    color: #004099;
  }
}

.sec08 {
  background-image: url(/internationalfinancialcenter/asset/img/index/bg_sec08_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 120px 0 630px;
}

@media screen and (max-width: 767px) {
  .sec08 {
    background-color: #fafafa;
    background-image: url(/internationalfinancialcenter/asset/img/index/bg_sec08_sp.png);
    background-size: contain;
    padding: 45px 0 62vw;
  }
}

.sec08 .wrap {
  max-width: 1080px;
}

.sec08 .wrap .sec08_list {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .sec08 .wrap .sec08_list {
    margin-top: 30px;
  }
}

.sec08 .wrap .sec08_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding: 40px 50px 40px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec08 .wrap .sec08_list li a {
    padding: 20px 45px 20px 15px;
  }
}

.sec08 .wrap .sec08_list li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #283666;
  border-right: 2px solid #283666;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .sec08 .wrap .sec08_list li a::before {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .sec08 .wrap .sec08_list li a:hover {
    background-color: #004099;
  }
  .sec08 .wrap .sec08_list li a:hover::before {
    border-color: #FFF;
  }
  .sec08 .wrap .sec08_list li a:hover .icon img:nth-of-type(1) {
    display: none;
  }
  .sec08 .wrap .sec08_list li a:hover .icon img:nth-of-type(2) {
    display: inline;
  }
  .sec08 .wrap .sec08_list li a:hover .head {
    color: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .sec08 .wrap .sec08_list li a .icon {
    width: 45px;
  }
}

.sec08 .wrap .sec08_list li a .icon img:nth-of-type(2) {
  display: none;
}

.sec08 .wrap .sec08_list li a .head {
  color: #283666;
  font-size: 3rem;
  font-weight: 600;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .sec08 .wrap .sec08_list li a .head {
    font-size: 1.5rem;
    margin-left: 20px;
  }
}

.sec09 {
  background-color: #f7f7f7;
  padding: 120px 0 100px;
}

@media screen and (max-width: 767px) {
  .sec09 {
    padding: 40px 4% 45px;
  }
}

.sec09 .wrap {
  max-width: 1570px;
}

.sec09 .wrap .main_txt {
  max-width: 1290px;
  text-align: center;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .sec09 .wrap .main_txt {
    margin: 25px auto 0;
    text-align: left;
  }
}

.sec09 .wrap .sec09_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  margin-top: 50px;
}

@media screen and (max-width: 1000px) {
  .sec09 .wrap .sec09_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
  }
}

.sec09 .wrap .sec09_list li {
  width: 28%;
}

.sec09 .wrap .sec09_list li:first-of-type a{
  background-color: #0690cb;
}

@media screen and (min-width: 1000px) {
  .sec09 .wrap .sec09_list li:first-of-type {
    width: 30%;
    order: 2;
  }

  .sec09 .wrap .sec09_list li:nth-of-type(2) {
    width: 22%;
    order: 1;
    margin-left: 80px;
  }

  .sec09 .wrap .sec09_list li:nth-of-type(3) {
    width: 22%;
    order: 3;
    margin-right: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .sec09 .wrap .sec09_list li {
    width: 47.6%;
  }
}

@media screen and (max-width: 1000px) {
  .sec09 .wrap .sec09_list li:first-of-type {
    width: 96.8%;
  }
}

@media screen and (max-width: 1000px) {
  .sec09 .wrap .sec09_list li:not(:first-of-type) {
    margin-top: 4vw;
  }
  .sec09 .wrap .sec09_list li:not(:first-of-type) a {
    padding-bottom: 5.33vw;
  }
}

.sec09 .wrap .sec09_list li a {
  display: block;
  background-color: #283666;
  height: 100%;
  padding: 50px 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .sec09 .wrap .sec09_list li a {
    padding: 6.67vw 0 8vw;
  }
}

@media screen and (min-width: 768px) {
  .sec09 .wrap .sec09_list li a:hover {
    background-color: #004099;
  }
  .sec09 .wrap .sec09_list li a:hover span.icon {
    opacity: 1;
  }
}

.sec09 .wrap .sec09_list li a span {
  display: block;
  text-align: center;
}

.sec09 .wrap .sec09_list li a span.icon {
  opacity: 0.5;
}

.sec09 .wrap .sec09_list li:first-of-type a span.icon {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .sec09 .wrap .sec09_list li a span.icon {
    margin: 0 auto;
    width: 24vw;
  }
}

.sec09 .wrap .sec09_list li a span.head {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-top: 35px;
}

@media screen and (max-width: 1000px) {
  .sec09 .wrap .sec09_list li a span.head {
    font-size: 3.73vw;
    margin-top: 4vw;
  }
}

.sec09 .wrap .more_btn_wrap {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .sec09 .wrap .more_btn_wrap {
    margin-top: 30px;
  }
}

.sec10 {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .sec10 {
    padding: 40px 4% 0;
  }
}

.sec10 .wrap {
  max-width: 1420px;
}

.sec10 .wrap .sec10_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto 0;
  padding: 0 10.7%;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .sec10 .wrap .sec10_list {
    display: block;
    margin: 4vw auto 0;
  }
}

.sec10 .wrap .sec10_list li {
  width: 33.33%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .sec10 .wrap .sec10_list li {
    border-bottom: 1px solid #999;
    width: 100%;
  }
}

.sec10 .wrap .sec10_list li + li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #999;
  width: 1px;
  height: 87%;
}

@media screen and (max-width: 1000px) {
  .sec10 .wrap .sec10_list li + li::before {
    content: none;
  }
}

.sec10 .wrap .sec10_list li a {
  display: block;
  padding: 42px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .sec10 .wrap .sec10_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5.33vw 0;
  }
}

@media screen and (min-width: 768px) {
  .sec10 .wrap .sec10_list li a:hover {
    background-color: #004099;
  }
  .sec10 .wrap .sec10_list li a:hover span {
    color: #FFF;
  }
}

.sec10 .wrap .sec10_list li a span {
  display: block;
}

@media screen and (max-width: 1000px) {
  .sec10 .wrap .sec10_list li a span.txt_area {
    width: 50%;
  }
}

.sec10 .wrap .sec10_list li a span.txt_area .head {
  font-size: 4rem;
  line-height: normal;
  display: inline-block;
}
.sec10 .wrap .sec10_list li a span.txt_area .small_head{
  font-size: 2.5rem;
  line-height: normal;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .sec10 .wrap .sec10_list li a span.txt_area .head {
    font-size: 5.33vw;
  }
  .sec10 .wrap .sec10_list li a span.txt_area .small_head{
    font-size: 3.6vw;
    line-height: normal;
  }
}

.sec10 .wrap .sec10_list li a span.txt_area .txt {
  font-size: 2.4rem;
  line-height: 1.416;
  margin-top: 69px;
}

@media screen and (max-width: 1000px) {
  .sec10 .wrap .sec10_list li a span.txt_area .txt {
    font-size: 3.73vw;
    line-height: 1.357;
    margin-top: 6.67vw;
  }
}




.sec10 .wrap .sec10_list li a span.img {
  margin-top: 73px;
}

@media screen and (max-width: 1000px) {
  .sec10 .wrap .sec10_list li a span.img {
    margin-top: 0;
    width: 40.5%;
  }
}

.pointer-events_none{
pointer-events:none;
}
/*# sourceMappingURL=index.css.map */