.breadcrumb.-top {
  padding: 25px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.mainpart {
  padding: 2rem 0 7rem;
}

main::before {
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/enterpri/innovation/assets/img/finance/bg_pc.png);
  background-size: cover;
  z-index: -1;
}

/* ---------- MV ---------- */
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mv picture,
.mv img {
  display: block;
  width: 100%;
  height: auto;
}

.mv__title {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: clamp(24px, 4vw, 55px);
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.container {
  padding: 0 15px;
}

.title-xl {
  border-left: unset;
  padding-left: 0;
}

.txt-normal {
  margin-top: 3.5rem;
  font-size: 1.6rem;
}

/* ---------- growth ---------- */
.initiatives {
  padding: 30px 0;
}

.initiative {
  display: block;
  position: relative;
  padding-bottom: 140px;
  text-decoration: none;
  color: inherit;
  /* border-bottom: 1px solid #e5e5e5; */
}

.initiative:last-child {
  padding-bottom: 0;
}

.initiative__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.initiative__number {
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  background: #014694;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.initiative__title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #014694;
  transition: color 0.3s ease;
}

.initiative__text {
  line-height: 1.9;
  font-size: 1.6rem;
  margin-bottom: 48px;
}

.initiative__cta {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.initiative__cta a {
  display: contents;
}

.initiative__link {
  color: #014694;
  transition: color 0.3s ease;
  font-size: 1.8rem;
}

.initiative__arrow {
  width: 60px;
  height: 60px;
  background: #014694;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  font-size: 2.8rem;
}

.initiative__cta:hover .initiative__link {
  color: #d60000;
}

.initiative__cta:hover .initiative__arrow {
  background: #d60000;
}

.initiative__contact {
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.initiative__contact span {
  font-size: 10px;
  color: #e6001a;
}

.bg-curve {
  position: relative;
}

.bg-curve::before {
  content: "";
  position: absolute;
  width: 160%;
  height: 38%;
  background: #F5F5F5;
  border-radius: 50%;
  top: 17%;
  left: -30%;
  transform: rotate(-8deg);
  z-index: -2;
}

@media (min-width: 768px) {
  .cards-block {
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .mainpart {
    padding: 0;
  }

  .mv__title {
    top: 20%;
    font-size: 8vw;
  }

  .title-xl {
    font-size: 2.7rem;
  }

  .txt-normal {
    margin-top: 2.4rem;
    font-size: 1.2rem;
  }

  .initiatives {
    padding: 30px 0 0;
  }

  .initiative {
    padding-bottom: 60px;
  }

  .initiative__header {
    gap: 8px;
    margin-bottom: 16px;
  }

  .initiative__number {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .initiative__title {
    font-size: 2rem;
  }

  .initiative__text {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .initiative__cta {
    position: static;
    justify-content: flex-end;
  }

  .initiative__link {
    font-size: 1.4rem;
  }

  .initiative__arrow {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }

  .initiative__contact {
    font-size: 1.2rem;
    margin-top: 40px;
  }

  .bg-curve::before {
    height: 31%;
    top: 24%;
  }
}