main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  main .imgBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vw;
    z-index: 1;
    opacity: 0.5; }
    main .imgBlock img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit:cover;'; }
    main .imgBlock:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      z-index: 2; }
  main h2 {
    color: white;
    text-align: left;
    padding: 15vw 0 8vw 8vw;
    position: relative;
    z-index: 3; }
    main h2 span {
      display: block;
      text-align: left;
      color: inherit;
      font-size: 200%;
      font-weight: 900; }
      main h2 span em {
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit;
        display: inline-block;
        color: transparent;
        -webkit-text-stroke: 1px white;
        margin-left: .5rem; }

.bis_cnt {
  background-color: white; }
  .bis_cnt:not(#foreign-trade) {
    border-bottom: 1.5rem solid #242324; }
  .bis_cnt .wrap {
    position: relative; }
    .bis_cnt .wrap h2 {
      font-weight: 700;
      font-size: 250%;
      line-height: 110%;
      text-align: center; }
      .bis_cnt .wrap h2 span {
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit;
        display: inline-block;
        color: transparent;
        -webkit-text-stroke: 1px #242324;
        margin-left: .5rem; }
    .bis_cnt .wrap h3 {
      margin: 2rem auto; }
    .bis_cnt .wrap .imgWrap {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 20rem;
      margin: 4rem auto; }
      .bis_cnt .wrap .imgWrap img {
        width: 100%;
        height: 200%;
        object-fit: cover;
        font-family: 'object-fit:';
        left: 0;
        top: -10%;
        bottom: 0;
        position: absolute; }
    .bis_cnt .wrap .innerWrap {
      padding: 3rem 0;
      width: 80%;
      margin: 0 auto;
      max-width: 70rem;
      margin-left: 20%; }
      .bis_cnt .wrap .innerWrap h4 {
        text-align: left;
        font-size: 140%;
        margin-bottom: 1rem;
        position: relative; }
    .bis_cnt .wrap h5 {
      position: absolute;
      top: 25rem;
      right: 85%;
      padding: 0 2rem;
      color: gray;
      writing-mode: tb;
      text-align: left;
      line-height: 130%; }

@media screen and (max-width: 480px) {
  .bis_cnt#foreign-trade .wrap .imgWrap img {
    top: 50%; }
  .bis_cnt#business-mediation .wrap .imgWrap img {
    top: 40%; }
  .bis_cnt .wrap h5 {
    font-size: 1.2rem; }

  .cnt_contact a {
    top: 45rem; } }
@media screen and (min-width: 481px) and (max-width: 769px) {
  .cnt_contact a {
    top: 50vh; } }
@media screen and (min-width: 770px) {
  .cnt_contact a {
    top: 58vh; } }
