.link-nav .max-wrap {
  background: #fff;
  background-color: #fff;
  border-left: 2px solid #004bc8;
  border-right: 2px solid #004bc8;
}

.link-nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 3px solid #004bc8;
}

.link-nav-flex-item {
  max-width: 268px;
  width: 100%;
  margin: 0;
  position: relative;
  bottom: -3px;
}

.link-nav-flex-item .active {
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: absolute;
  top: 0;
  left: 0;
}

.link-nav-flex-item.current .active {
  opacity: 1;
}

@media (hover: hover) {
  .link-nav-flex-item:hover .active {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .link-nav-flex {
    border-bottom: none;
  }
  .link-nav-flex-border {
    width: 100%;
    height: 2px;
    background: #004bc8;
    position: relative;
    z-index: 1;
  }
  .link-nav-flex-item {
    max-width: 64px;
    width: 100%;
    bottom: -4px;
  }
  .link-nav-flex-item .nomal {
    display: inline-block;
  }
  .link-nav-flex-item.current {
    max-width: 213px;
  }
  .link-nav-flex-item.current .nomal {
    display: none;
  }
}
.mv .max-wrap {
  background-color: #fff;
  border-left: 2px solid #004bc8;
  border-right: 2px solid #004bc8;
  padding: 20px;
  position: relative;
}
.mv .mv-img {
  width: 100%;
  max-width: 1360px;
}
.mv .mv-textarea {
  position: absolute;
  width: 100%;
  max-width: 624px;
  height: 252px;
  padding: 45px 80px 30px 40px;
  background-color: #f0f0f0;
  top: 0;
  left: 73px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.mv .mv-textarea::before {
  content: "";
  background-color: #004bc8;
  width: 38px;
  height: 2px;
  position: absolute;
  top: 8px;
  margin: auto;
  left: -10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mv .mv-textarea.ec {
  max-width: 468px;
  height: 252px;
  padding: 45px 40px 30px 40px;
}
.mv .mv-textarea.logistics {
  max-width: 740px;
  height: 300px;
  padding: 45px 20px 30px 40px;
}
.mv .mv-ttl {
  font-size: 33px;
  color: #004bc8;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
.mv .mv-text {
  font-size: 19px;
  color: #004bc8;
  font-weight: bold;
  line-height: 1.789;
}

@media screen and (max-width: 1200px) {
  .mv .mv-textarea.logistics {
    max-width: 534px;
    height: 300px;
    padding: 45px 40px 30px 40px;
  }
  .mv .mv-textarea.logistics .mv-ttl {
    font-size: 30px;
    color: #004bc8;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
  }
  .mv .mv-textarea.logistics .mv-text {
    font-size: 16px;
    color: #004bc8;
    font-weight: bold;
    line-height: 1.789;
  }
}
@media screen and (max-width: 767px) {
  .mv .max-wrap {
    border-left: unset;
    border-right: unset;
    padding: 13px 0 40px 0;
    position: unset;
  }
  .mv .mv-textarea {
    max-width: 340px;
    height: unset;
    padding: 50px 35px 50px 35px;
    position: relative;
    margin-top: -130px;
    left: unset;
  }
  .mv .mv-textarea::before {
    width: 36px;
    height: 3px;
    top: 10px;
    margin: auto;
    left: -10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .mv .mv-textarea.ec {
    max-width: 340px;
    height: unset;
    padding: 50px 35px 42px 35px;
  }
  .mv .mv-textarea.logistics {
    max-width: 340px;
    height: unset;
    padding: 50px 20px 42px 20px;
  }
  .mv .mv-ttl {
    font-size: 26px;
    margin-bottom: 34px;
  }
  .mv .mv-text {
    font-size: 15px;
    line-height: 2;
  }
}
.connection .max-wrap {
  padding: 105px;
}
.connection .connection-text {
  font-size: 25px;
  color: #004bc8;
  text-align: center;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.05em;
  padding: 21px 0;
  position: relative;
}
.connection .connection-text::before {
  content: "";
  display: block;
  background-image: url(../img/business/frame02-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -70px;
}
.connection .connection-text::after {
  content: "";
  display: block;
  background-image: url(../img/business/frame02-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -70px;
}

@media screen and (max-width: 1200px) {
  .connection .connection-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .connection .max-wrap {
    padding: 66px 15px 66px 15px;
  }
  .connection .connection-text {
    font-size: 16px;
    line-height: 1.813;
    letter-spacing: unset;
    padding: 15px 0;
  }
  .connection .connection-text::before {
    background-image: url(../img/business/frame02-left-sp.png);
    width: 42px;
    height: 158px;
    left: -15px;
  }
  .connection .connection-text::after {
    background-image: url(../img/business/frame02-right-sp.png);
    width: 40px;
    height: 158px;
    right: -15px;
  }
}