.c-strategy-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #274294;
}

@media (max-width:767px) {
  .c-strategy-text {
    width: calc(100% - 6rem);
    padding-left: 4rem;
  }
}

@media (min-width:768px) {
  .c-strategy-text {
    font-size: clamp(2.2rem, calc(24 / 1440 * 100vw), 2.4rem);
    width: calc(100% - 20rem);
  }
}

@media (min-width:1024px) {
  .c-strategy-text {
    width: calc(100% - 25rem);
  }
}

.c-strategy-grad {
  min-height: 25rem;
}

@media (max-width:767px) {
  .c-strategy-grad--large {
    min-height: 32.5rem;
  }
}

@media (max-width:767px) {
  .c-strategy-grad--en-large {
    min-height: 48rem;
  }
}


.c-strategy-num-bg::before {
  content: '';
  position: absolute;
  width: 5.4rem;
  height: 25rem;
  top: -0.3rem;
  left: 0;
  background: rgb(39, 66, 148);
  background: linear-gradient(180deg, rgba(39, 66, 148, 1) 0%, rgba(39, 66, 148, 0) 100%);
  z-index: 10;
  border-radius: 0.3rem;
}


.c-strategy-num {
  position: absolute;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  top: -1.4rem;
  left: 1.1rem;
  z-index: 10;
}

.c-bnr-cm {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: solid 0.1rem #ff0000;
  color: #274294;
  border-right: none;
  border-radius: 0.8rem 0 0 0.8rem;
  padding: 0.4rem 1rem 0.5rem;
}

@media (any-hover: hover) {
  .c-bnr-cm:hover,.c-bnr-cm:focus-visible {
    color: #ff0000;
    text-decoration: none;
  }
}

.c-bnr-cm__img {
  border-radius: 0.5rem;
}

.c-bnr-cm__text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-left: 1rem;
  transition: color 0.3s ease-in-out;
}

.c-bnr-fixed {
    bottom: 3rem;
    position: fixed;
    right: 0;
    z-index: 1001;
}

@media (min-width:1024px) {
  .c-bnr-cm {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #274294;
    border: solid 0.1rem #ff0000;
    border-right: none;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 10px 30px 20px;
  }

  .c-bnr-cm::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background: #ff0000;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }

  .c-bnr-cm::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 12px;
    top: 1rem;
    left: 1rem;
    background: #ffffff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

  .c-bnr-cm--sp {
    display: none;
  }

  .c-bnr-cm__img {
    border-radius: 1.2rem;
  }

  .c-bnr-cm__text {
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-left: 0;
    margin-bottom: 8px;
  }

  .c-bnr-fixed {
      bottom: 3rem;
      position: fixed;
      right: 0;
      z-index: 1001;
  }

  .c-fixedMenu--bnr {
    bottom: 220px !important;
    right: 3rem !important;
  }

  .c-pb-bnr {
    padding-bottom: 28rem !important;
  }
}

@media (min-width:1850px) {
  .c-pb-bnr {
    padding-bottom: 8rem !important;
  }
}

@media (max-width:1023px) {
  .c-bnr-cm--pc {
    display: none;
  }

  .c-fixedMenu--bnr {
    bottom: 9.5rem;
  }
}

.c-text-red {
  color: #ff0000;
}
