.strength {
  counter-reset: num;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow: hidden;
}

@media screen and (min-width: 999px) {
  .strength {
    padding-top: 58px;
    padding-bottom: 74px;
  }
}

.strength .sectionTitle--ja,
.strength .sectionTitle--en {
  text-align: center;
  color: #fff;
}

.strength .sectionTitle--en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-align: center;
  color: #0fcede;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 999px) {
  .strength .sectionTitle--en { 
    margin-bottom: 10px;
  }
}

.sectionTitle--en::before {
  position: absolute;
  display: block;
  content: "";
  width: 64px;
  height: 1px;
  background-color: #0fcede;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.strength .sectionTitle--ja {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3c3c3c;
  opacity: 1;
  position: relative;
}

@media screen and (max-width: 999px) {
  .strength .sectionTitle--ja {
    font-size: 24px;
  }
}

.strength .sectionTitle--ja::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 24px;
  height: 1px;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.strength__enTitle {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .strength__enTitle {
    font-size: 5rem;
  }
}

.strength__enTitle::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #ffffff;
  margin-inline: auto;
}

.strength__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.14em;
  color: #ffffff;
  margin-top: 1.3rem;
}

@media screen and (min-width: 768px) {
  .strength__title {
    font-size: 2.4rem;
  }
}

.strength__container {
  display: flex;
  flex-direction: column;
  gap: 39px;
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .strength__container {
    margin-top: 30px;
    gap: 20px;
  }
}

.strength__block {
  position: relative;
}

.strength__block:nth-of-type(n + 2) {
  margin-top: 3.6rem;
}

@media screen and (min-width: 999px) {
  .strength__block:nth-of-type(n + 2) {
    margin-top: -9px;
  }
}

.strength__block::after {
  counter-increment: num;
  content: "0"counter(num);
  font-family: "Outfit", sans-serif;
  color: #add1b3;;
  font-size: 174px;
  font-weight: 500;
  letter-spacing: 0.12em;
  position: absolute;
  color: #EEF6F8;
  display: none;
}

@media screen and (min-width: 999px) {
  .strength__block::after {
    display: block;
    text-align: center;
    left: 8.5%;
    top: -63%;
  }
}

.strength__block:nth-child(even)::after {
  left: auto;
}

@media screen and (min-width: 768px) {
  .strength__block:nth-child(even)::after {
    right: 8.5%;
  }
}

.strength__wrap {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

@media screen and (min-width: 999px) {
  .strength__wrap {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    max-width: 1001.31px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 5.9rem;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .strength__block:nth-child(even) .strength__wrap {
    flex-direction: row-reverse;
  }
}

.strength__img {
  width: 100%;
}

@media screen and (min-width: 999px) {
  .strength__img {
    flex-shrink: 0;
    max-width: 44%;
  }
}

.strength__img img {
  border-radius: 20px;
}

.strength__img::before {
  padding-top: 56.853659%;
}

.strength__box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .strength__box {
    margin-top: 3px;
    margin-left: 1px;
  }
}

.strength__num {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-align: left;
  color: #0fcede;
  text-transform: capitalize;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .strength__num {
    font-size: 13px;
    margin-top: 0;
  }
}

.strength__theme {
  margin-top: -2px;
  padding-bottom: 4px;
  border-bottom: 1px solid #3c3c3c;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #3c3c3c;
}

@media screen and (min-width: 768px) {
  .strength__theme {
    padding-bottom: 18px;
    margin-top: 5.5px;
    font-size: 22px;
  }
}

.strength__text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.285;
  text-align: left;
  color: #3c3c3c;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .strength__text {
    margin-top: 9px;
    max-width: 100%;
  }
}
