#about-strength .fv-inner {
    scale: 1.0; 
    background-position: 50% 0%;
}
/* #about-strength .content-header {
    margin-top: 5.8rem;
} */
#about-strength .description-container {
    display: flex;
    flex-direction: column;
}
#about-strength .fv-second {
  background-image: url(../../assets/top/fv-bg2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* #about-strength .description {
    margin-top: 10.63rem;
} */
#about-strength .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.6rem;
    /* width: 100%; */
}

#about-strength .txt p {
    font-size: var(--font-size-text);
    font-weight: 500;
    color: var(--color-black-navy);
    text-align: center;
    line-height: 2.625rem; /* 190.909% */
    letter-spacing: 0.0625rem;
}
#about-strength .description-img {
  width: 100%;
  margin-top: 8.31rem;
}
#about-strength .description-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1200px) {
  #about-strength .description {
    margin-top: 3rem;
  }
    #about-strength .description-img {
        max-width: 100%;
        margin-top: 5rem;
        height: 16rem;
    }
    #about-strength .description-container {
        margin-top: 0rem;
  }
  #about-strength .txt {
    gap: 1.5rem;
  }
  #about-strength .txt p {
    line-height: 1.5;
}
}
@media screen and (max-width: 768px) {
  #about-strength .description {
    margin-top: 2.5rem;
}
#about-strength .description-img {
  max-width: 100%;
  margin-top: 6.25rem;
  height: 10.1875rem;
}
#about-strength .description-img img {
  object-position: 90% 0%;
}
}
/* Digital Education Section Styles */
/* .content-wrapper {
    padding: 0 9.37rem;
  } */
  
  .digital-education {
    padding: 5rem 0;
  }
  
  #about-strength .section-title {
    font-size: var(--font-size-ttl-jp);
    font-weight: var(--font-size-ttl-jp-font-weight);
    color: var(--color-black-navy);
    margin: 4rem 0 2rem;
    line-height: var(--font-size-ttl-jp-line-height);
    text-align: center;
    letter-spacing: var(--font-size-ttl-jp-letter-spacing);
  }
  
  .points-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  
  .point-card {
    background-color: var(--color-white);
    overflow: hidden;
    box-shadow: 0px 3px 15px 0px rgba(0, 62, 92, 0.15);
    transition: transform var(--transition-medium);
  }
  .point-card:first-child {
    margin-top: 3rem;
  }

  .point-content {
    display: flex;
    align-items: center;
    gap: 8.6rem;
    padding: 3.25rem 9.75rem 3.25rem 6.94rem;
  }

  .animation-container {
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
  }
  
  .point-text {
    flex: 1;
    text-align: left;
  }
  
  .point-title {
    position: relative;
    font-size: 2.3125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.4375rem; /* 148.649% */
    letter-spacing: -0.02313rem;
    color: var(--color-black-navy);
    margin-bottom: 1rem;
    padding-bottom: 2rem;
  }

  .point-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.25rem;
    height: 0.25rem;
    background: linear-gradient(90deg, var(--color-navy) 0%, var(--color-lightblue) 100%);
    z-index: 1;
  }

  .point-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.25rem;
    background: #F2F2F2;
    z-index: 0;
  }

  .point-description {
    font-size: var(--font-size-text);
    color: var(--color-black-navy);
    margin: 2rem 0;
    line-height: 2.35rem;
  }

  #about-strength   .section-title:before {
    display: none;
  }
@media screen and (max-width: 1500px) {
  .point-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .point-content {
    gap: 5rem;
    padding: 3.25rem 6.75rem 2.25rem 6.94rem;
  }

  .point-description {
    line-height: 2rem;
  }

}
  @media screen and (max-width: 1200px) {
    #about-strength .section-title {
      margin: 1rem 0 2rem;
  } 
    .point-content {
      flex-direction: column;
      padding: 2rem 2rem 4rem;
      gap: 1rem;
    }
    
    .animation-container {
      margin-bottom: 0rem;
    }
    
    .point-text {
      width: 100%;
      padding: 1rem 1rem;
    }
    .point-title {
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      padding-bottom: 1.5rem;
      line-height: 1.4;
    }
    .point-description {
      font-size: 1rem;
      margin: 1rem 0 0;
      line-height: 1.9;
    }
  }
  
  /* Mobile Responsive */
  @media screen and (max-width: 768px) {
    #about-strength .section-title {
      margin: 1rem 0 1.37rem;
      font-style: normal;
      font-weight: 700;
      line-height: 2.8125rem; /* 150% */
      text-align: start;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      column-gap: .5rem;
  } 

  #about-strength   .section-title:before {
    display: none;
  }
    /* .section-title {
      font-size: 1.25rem;
      margin-bottom: 2.5rem;
    } */
    
    .point-content {
      padding: 1.63rem;
    }
    
    .point-title {
      font-size: 1.4375rem;
      font-weight: 500;
      line-height: 2.1875rem; /* 152.174% */
      letter-spacing: -0.01438rem;
      margin-bottom: 1rem;
      padding-bottom: 1.87rem;
    }
    
    .point-description {
      font-size: var(--font-size-text);
      font-weight: 400;
      line-height: 1.5625rem; /* 156.25% */
      margin: 2.19rem 0 0;
    }
    .point-text {
      width: 100%;
      padding: 0;
    }
  }
    /* Lottieアニメーションのサイズ統一 */
#animation1,
#animation2,
#animation3,
#animation4 {
    width: 337px;
    height: 337px;
}
@media screen and (max-width: 1200px) {
  #animation1,
  #animation2 {
    width: 280px;
    height: 280px;
  }
  
  #animation3,
  #animation4 {
    width: 320px;
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  #animation1,
  #animation2 {
    width: 13.6875rem;
    height: 13.6875rem;
  }
  
  #animation3,
  #animation4 {
    width: 14.5rem;
    height: 14.5rem;
  }
}

