.for_peaceful_aging {
  padding: 2.4rem 17rem 0;
  position: relative;
}

.aging_content{
  display: flex;
  justify-content: center;
  gap: 4.95rem;
  padding: 0 0 17.9rem 0;
}

.for_peaceful_aging h2 {
  color: #012866;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 4.8rem;
  font-family: Lexend;
}

.aging_left {
  width: 40%;
  position: relative;
}

.aging_right {
  position: relative;
}

.aging_right img {
  margin-top: 35%;
  max-width:33.7rem;
  max-height:31rem;
}

.aging_left p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #232323;
  padding-left: 2.4rem;
  line-height: 210%;
}

.aging_sp_top,
.aging_sp_img,
.aging_sp_bottom {
  display: none;
}

.aging_top,
.aging_bottom,
.aging_text_bottom {
  position: absolute;
}

.aging_top {
  top: -35%;
  right: -45%;
}

.aging_bottom {
  bottom: -5%;
  left: -35%;
}

.aging_text_bottom {
  color: #a0a8b6;
  font-size: 10.2rem;
  font-weight: 700;
  bottom: 0;
  right: 0;
  opacity: 0.07
}

@media (max-width: 1024px) {
  .for_peaceful_aging {
    padding: 4rem 1.8rem 16.714rem 3.4rem;
  }
  .aging_content {
    flex-direction: column;
    gap: 2.9rem;
    position: relative;
  }
  .for_peaceful_aging h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 2.8rem;
  }
  .aging_left {
    width: 100%;
  }
  .aging_left p {
    padding-left: 1.6rem;
  }
  .aging_right {
    display: flex;
    justify-content: right;
  }
  .aging_right img {
    margin-top: 0;
  }
  .aging_top,
  .aging_bottom {
    display: none;
  }
  .aging_sp_top,
  .aging_sp_bottom {
    display: block;
  }
  .aging_sp_top {
    position: absolute;
    top: 1.8rem;
    right: 0;
  }
  .aging_sp_bottom {
    position: absolute;
    bottom: -37%;
    left: -15px;
  }
  .aging_text_bottom {
    font-size: 7.1rem !important;
    font-weight: 700 !important;
    z-index: -1;
  }
  .aging_right_img{
    width:100%;
    height:auto;
  }
}

@media (max-width: 425px) {
  .aging_right img:first-of-type {
     width: 70%
  }
  .aging_sp_img {
    display: block;
    position: absolute;
    bottom: -32%;
    left: 12%;
  }
}

@media (max-width: 768px) {
  .aging_right {
    justify-content:center;
  }
  
  .aging_right_img{
    width:100%;
  }
    
    @media (max-width: 768px) {
      .for_peaceful_aging {
        padding-left:5%;
        padding-right:5%;
        padding-top:0;
  }
      .aging_content {
        padding-bottom:10rem;
      }
      