.page_ttl_area {
  background-image: url(/internationalfinancialcenter/asset/img/market-entry/bg_pagettl.png);
}

.sec {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sec {
    padding-bottom: 20px;
  }
}

.before_wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.before_wrap .main_txt {
  margin-right: calc(70 / 930 *100%);
  color: #222;
}

.before_wrap .post_box {
  flex-basis: calc(320 / 930 *100%);
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .before_wrap {
    flex-direction: column;
    align-items: center;
  }
}


@media screen and (max-width: 767px) {
  .before_wrap .main_txt {
    flex-basis: 50%;
    margin-right: 3vw;
  }
  .before_wrap .post_box {
    flex-basis: 50%;
  }
}


.post_new {
  width: 320px;
  margin: 6px 0 42px;
  padding-top: 21px;
  border: 1px solid #283666;
  text-align: center;
}

.post_new .post_img {
  margin-bottom: 15px;
}

.post_new .post_ttl {
  color: #283666;
  font-size: 2.4rem;
  font-weight: 600;
}

.post_new .btn {
  border: 1px solid #283666;
  color: #283666;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 21px auto 22px;
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .post_new {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .post_new {
    width: 100%;
  }
  .post_new .post_img {
    width: 50px;
    margin: 0 auto 10px;
  }
  .post_new .post_ttl {
    font-size: 1.6rem;
  }
  .post_new .btn {
    font-size: 1.4rem;
    margin: 10px auto;
    width: 75px;
  }
}

.post_new a {
  display: block;
  padding: 13px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post_new a:hover {
  background-color: #283666;
  color: #fff;
}

.info_g_wrap {
  display: flex;
  justify-content: space-around;
  margin: 150px 0 128px;
}

@media screen and (max-width: 1500px) {
  .info_g_wrap {
    display: block;
  }
  .info_g {
    margin: 0 auto 200px;
  }
}

@media screen and (max-width: 767px) and (min-width: 441px) {
  .info_g_wrap {
    margin: 150px 0 0;
  }
  .info_g {
    margin: 0 auto 40vw;
  }
  .info_g_life {
    margin-bottom: 20vw;
  }
}

@media screen and (max-width: 440px) {
  .info_g_wrap {
    margin: 34vw 0 0;
  }
  .info_g {
    margin: 0 auto 54vw;
  }
  .info_g_life {
    margin-bottom: 35vw;
  }
}

.info_g {
  position: relative;
  width: 480px;
}

.info_g_bar {
  position: relative;
}

.info_g_bar::after {
  content: "";
  position: absolute;
  top: -27px;
  left: 236px;
  width: 0;
  height: 42px;
  border-left: 6px solid #2b4388;
}

.info_g_bar.bar01::after {
  height: 30px;
}

.info_g_bar.bar02::after {
  top: 40px;
  left: 109px;
  transform: rotate(-62deg);
}

.info_g_bar.bar03::after {
  top: 190px;
  left: 127px;
  transform: rotate(44deg);
}

.info_g_bar.bar04::after {
  top: 190px;
  left: 333px;
  transform: rotate(-44deg);
}

.info_g_bar.bar05::after {
  top: 40px;
  left: 357px;
  transform: rotate(62deg);
}

.info_g_txt {
  width: 130px;
  position: absolute;
  top: -84px;
  left: 174px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2b4388;
  line-height: 1.4;
  text-align: center;
}

.info_g_txt.txt02 {
  top: 0;
  left: 0;
}

.info_g_txt.txt03 {
  top: 229px;
  left: 0;
}

.info_g_txt.txt04 {
  top: 229px;
  left: 301px;
}

.info_g_txt.txt05 {
  top: 10px;
  left: 315px;
}

.howto_img {
  width: 244px;
  height: 244px;
  margin: auto;
  border: 12px solid #2b4388;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 600;
  color: #2b4388;
  text-align: center;
}

.howto_img img {
  margin: 60px 0 10px;
}

.howto_img figcaption {
  line-height: 1.3;
}

@media screen and (max-width: 767px) and (min-width: 441px) {
  .info_g {
    width: 405px;
  }
  .howto_img {
    width: 200px;
    height: 200px;
    font-size: 1.6rem;
  }
  .howto_img img {
    margin-top: 30px;
  }
  .info_g_bar.bar01::after {
    top: -26px;
    left: 199px;
  }
  .info_g_bar.bar02::after {
    top: 40px;
    left: 92px;
  }
  .info_g_bar.bar03::after {
    top: 157px;
    left: 114px;
  }
  .info_g_bar.bar04::after {
    top: 157px;
    left: 287px;
  }
  .info_g_bar.bar05::after {
    top: 40px;
    left: 308px;
  }
  .info_g_txt {
    top: -84px;
    left: 134px;
  }
  .info_g_txt.txt02 {
    top: -9px;
    left: -21px;
  }
  .info_g_txt.txt03 {
    top: 200px;
    left: 0;
  }
  .info_g_txt.txt04 {
    top: 200px;
    left: 276px;
  }
  .info_g_txt.txt05 {
    top: 12px;
    left: 281px;
  }
}

@media screen and (max-width: 440px) {
  .info_g {
    width: 100%;
  }
  .howto_img {
    width: 55vw;
    height: 55vw;
    font-size: 5vw;
    border-width: 14px;
  }
  .howto_img img {
    width: 25vw;
    margin-top: 29px;
  }
  .info_g_bar.bar01::after {
    top: -6vw;
    left: 45vw;
  }
  .info_g_bar.bar02::after {
    top: 9vw;
    left: 17vw;
  }
  .info_g_bar.bar03::after {
    top: 44vw;
    left: 23vw;
  }
  .info_g_bar.bar04::after {
    top: 44vw;
    left: 68vw;
  }
  .info_g_bar.bar05::after {
    top: 9vw;
    left: 74vw;
  }
  .info_g_txt {
    top: -21vw;
    left: 29vw;
  }
  .info_g_txt.txt02 {
    top: -9vw;
    left: -1vw;
  }
  .info_g_txt.txt03 {
    top: 54vw;
    left: -1vw;
  }
  .info_g_txt.txt04 {
    top: 54vw;
    left: 60vw;
  }
  .info_g_txt.txt05 {
    top: 0;
    left: 64vw;
  }
}

.info_g_life .info_g_txt {
  top: -44px;
  left: 28px;
  color: #1b5aa9;
}

.info_g_life .info_g_txt.txt02 {
  top: 231px;
  left: 33px;
}

.info_g_life .info_g_txt.txt03 {
  top: 231px;
  left: 296px;
}

.info_g_life .info_g_txt.txt04 {
  width: 160px;
  top: -68px;
  left: 305px;
}

.info_g_life .info_g_bar::after {
  top: 14px;
  left: 127px;
  transform: rotate(-40deg);
  border-left: 6px solid #1b5aa9;
  height: 42px;
}

.info_g_life .info_g_bar.bar02::after {
  top: 190px;
  left: 127px;
  transform: rotate(44deg);
}

.info_g_life .info_g_bar.bar03::after {
  top: 190px;
  left: 334px;
  transform: rotate(-44deg);
}

.info_g_life .info_g_bar.bar04::after {
  top: 14px;
  left: 337px;
  transform: rotate(40deg);
}

.info_g_life .howto_img {
  border: 12px solid #1b5aa9;
  color: #1b5aa9;
}

@media screen and (max-width: 767px) and (min-width: 441px) {
  .info_g_life .info_g_bar.bar01::after {
    top: 21px;
    left: 103px;
  }
  .info_g_life .info_g_bar.bar02::after {
    top: 157px;
    left: 114px;
  }
  .info_g_life .info_g_bar.bar03::after {
    top: 157px;
    left: 287px;
  }
  .info_g_life .info_g_bar.bar04::after {
    top: 21px;
    left: 299px;
  }
  .info_g_life .info_g_txt {
    top: -9px;
    left: -21px;
  }
  .info_g_life .info_g_txt.txt02 {
    top: 200px;
    left: 0;
  }
  .info_g_life .info_g_txt.txt03 {
    top: 200px;
    left: 276px;
  }
  .info_g_life  .info_g_txt.txt04 {
    top: -52px;
    left: 256px;
  }
}

@media screen and (max-width: 440px) {
  .info_g_life .info_g_bar.bar01::after {
    top: 5vw;
    left: 19vw;
  }
  .info_g_life .info_g_bar.bar02::after {
    top: 44vw;
    left: 23vw;
  }
  .info_g_life .info_g_bar.bar03::after {
    top: 44vw;
    left: 68vw;
  }
  .info_g_life .info_g_bar.bar04::after {
    top: 5vw;
    left: 71vw;
  }
  .info_g_life .info_g_txt {
    top: -9vw;
    left: -1vw;
  }
  .info_g_life .info_g_txt.txt02 {
    top: 54vw;
    left: -1vw;
  }
  .info_g_life .info_g_txt.txt03 {
    top: 54vw;
    left: 60vw;
  }
  .info_g_life .info_g_txt.txt04 {
    top: -20vw;
    left: 51vw;
  }
  .info_g_life .howto_img {
    border-width: 14px;
  }
}



.howto_lead {
  font-size: 2rem;
  font-weight: 600;
  color: #666;
  line-height: 1.4;
  text-align: center;
}

.howto_goal {
  margin: 40px 0 80px;
  padding: 20px 0;
  border: 1px solid #505050;
  color: #505050;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.howto_goal img {
  vertical-align: middle;
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .howto_lead {
    font-size: 1.8rem;
  }
  .howto_goal {
    font-size: 1.6rem;
  }
  .howto_goal img {
    width: 14vw;
  }
}

.before_ttl {
  margin: 60px 0 23px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .before_ttl {
    margin: 30px 0 12px;
    font-size: 2.4rem;
  }
}

.link_btn {
  width: fit-content;
  margin: 30px auto 60px;
  border: 2px solid #283666;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .link_btn {
    font-size: 1.6rem;
  }
}

.link_btn a {
  display: block;
  padding: 20px 35px;
  color: #283666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_btn a:hover {
  background-color: #283666;;
  color: #fff;
}

.link_btn img {
  width: 18px;
  margin-left: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.link_btn a:hover img:nth-of-type(1) {
  display: none;
}

.link_btn a:hover img:nth-of-type(2) {
  display: inline;
}

.before_flow {
  width: 100%;
  margin: 46px 0 30px;
}

.before_flow th {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  align-items: center;
  width: 187px;
  padding: 10px;
  height: 195px;
  background-color: #0299c4;
  text-align: center;
}

.before_flow th::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border: 94px solid transparent;
  border-top: 26px solid #0299c4;
  width: 0;
  height: 0;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .before_flow th {
    width: 130px;
  }
  .before_flow th::after {
    border: 65px solid transparent;
    border-top: 20px solid #0299c4;
  }
}

.before_flow .line02 th {
  background-color: #0a8aba;
}

.before_flow .line02 th::after {
  border-top: 26px solid #0a8aba;
}

.before_flow .line03 th {
  background-color: #127cb0;
}

.before_flow .line03 th::after {
  border-top: 26px solid #127cb0;
}

.before_flow .line04 th {
  background-color: #1b6aa3;
}

.before_flow .line04 th::after {
  border-top: 26px solid #1b6aa3;
}

.before_flow .line05 th {
  background-color: #235a98;
}

.before_flow .line05 th::after {
  border-top: 26px solid #235a98;
}

.before_flow .line06 th {
  background-color: #2b4c8e;
}

.before_flow .line06 th::after {
  border-top: none;
}

.before_flow td {
  padding: 40px 28px;
  font-size: 1.8rem;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .before_flow {
    width: 100vw;
    margin: 46px calc(50% - 50vw) 30px;
  }
  .before_flow .sp th {
    width: 100%;
    height: 90px;
    padding: 28px 0 17px;
  }
  .before_flow tr:first-of-type th {
    padding-top: 17px;
  }
  .before_flow .sp th .icon_wrap {
    display: block;
    margin: 0 auto;
    width: 40px;
  }
  .before_flow .sp th .icon_wrap img {
    max-width: 100%;
  }
  .before_flow th::after,
  .before_flow .line02 th::after,
  .before_flow .line03 th::after,
  .before_flow .line04 th::after,
  .before_flow .line05 th::after,
  .before_flow .line06 th::after  {
    border-top: none;
  }
  .before_flow td {
    position: relative;
    padding: 3vw 4%;
  }
  .before_flow td::after {
    content: "";
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    width: 0;
    height: 0;
    margin: auto;
    z-index: 1;
  }
  .before_flow tr:last-of-type td::after {
    border-top: none;
  }
}



.before_flow .table_ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #283666;
  line-height: 1.4;
}

.before_flow td p {
  line-height: 1.7;
}

.before_flow td a {
  text-decoration: underline;
}

.before_flow td a:hover {
  opacity: 0.7;
}

.before_flow .table_list li {
  position: relative;
  margin-left: 1.5rem;
  text-indent: -1.5rem;
  line-height: 1.7;
}

.before_flow .table_list li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .before_flow .table_ttl {
    font-size: 2rem;
  }
  .before_flow td p {
    font-size: 1.4rem;
  }
  .before_flow .table_list li {
    font-size: 1.4rem;
  }
}

.more_btn_wrap a {
  width: 330px;
}

@media screen and (max-width: 767px) {
  .more_btn_wrap a {
    width: 310px;
  }
}