@media screen and (max-width: 991.98px) {
  .is-pc {
    display: none;
  }

}


.sec-title {
  border-bottom: 0.5px solid;
  padding-bottom: 15px;
  text-align: center;
  letter-spacing: 0.07em;
}
.sec-title2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: 0.07em;
  &::after {
    content: "";
    width: 150px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #4d4039;
  }
  &:nth-of-type(2) {
    margin-top: 4rem;
            margin-bottom: 45px;
  }
}
#sec2 {
  margin-top: 8rem;
  padding: 8rem 0;
  @media (max-width: 767.98px) {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  h3 {
    font-size: 25px;
    position: relative;
    padding: 5px 70px;
    @media screen and (max-width: 991.98px) {
      padding: 5px 0px 5px 70px;
}
    @media (max-width: 767.98px) {
      padding: 5px 0 5px 40px;
      font-size: 20px;
    }
    &::before {
      content: "";
      position: absolute;
      width: 52px;
      height: 80px;
      background: url(../../img/page/resum-reform/icon.svg) center no-repeat;
      top: 0;
      left: 0;
      @media (max-width: 767.98px) {
        width: 30px;
        height: 66px;
      }
    }
  }
  .feature {
    display: flex;
    gap: 60px;
    margin-top: 4rem;
    @media (max-width: 767.98px) {
      gap: 0;
      flex-direction: column;
    }
  }
  .feature--image-left {
    .feature__media {
      width: 50%;
      @media (max-width: 767.98px) {
        width: 100%;
      }
    }
    .feature__body {
      width: 50%;
       @media (max-width: 767.98px) {
        width: 100%;
      }
    }
  }
  .feature--image-right {
    .feature__media {
      width: 55%;
      order: 2;
      max-width: 590px;
      @media (max-width: 767.98px) {
        width: 100%;
        order: 1;
      }
    }
    .feature__body {
      width: 45%;
      order: 1;
      @media (max-width: 767.98px) {
        order: 2;
          width: 100%;
      }
    }
  }
}
#sec3 {
  padding-top: 8rem;
  @media (max-width: 767.98px) {
    padding-top: 4rem;
  }
  .records-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    .records-years {
      width: calc(25% - 15px);
      @media (max-width: 767.98px) {
        width: 100%;
      }
    }
    .records-chart {
      width: calc(75% - 15px);
      @media (max-width: 767.98px) {
        width: 100%;
        margin-bottom: 4rem;
      }
    }
    img {
      display: block;
      object-fit: cover;
    }
  }
}
#sec4 {
    margin-top: 5rem;
    background: #e6dfd8;
    padding-top: 5rem;
    padding-bottom: 5rem;
  .manner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 4rem;
    @media (max-width: 767.98px) {
      display: block;
    }
  }
  .manner-item {
    background: #fff;
    border: 1px solid #eee4db;
    padding: 20px;
    display: flex;
    align-items: center;
    @media (max-width: 767.98px) {
      padding: 15px 13px;
    }
    &:first-of-type {
      background: #4b3b2f;
      color: #fff;
      font-size: 20px;
      text-align: center;
      justify-content: center;
      font-weight: bold;
    }
    .num {
      font-family: "Roboto-Bold";
      width: 60px;
      flex: 0 0 60px;
      font-weight: bold;
      font-size: 30px;
      text-align: center;
      @media (max-width: 767.98px) {
        width: 25px;
        flex: 0 0 20px;
        font-size: 22px;
        padding-left: 8px;
      }
    }
    p {
      margin: 0;
      line-height: 1.8;
      border-left: 1px solid;
      padding-left: 20px;
      display: flex;
      align-items: center;
      @media (max-width: 767.98px) {
        padding-left: 15px;
      }
    }
  }
  dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    dt {
      width: 20%;
          @media (max-width: 767.98px) {
      width: 100%;
    }
    }
    dd {
      width: 80%;
      border-left: 1px solid;
          @media (max-width: 767.98px) {
      width: 100%;
      border-left: none;
      border-top: 1px solid;
    }
    }
  }
  dd ol li {
    position: relative;
    margin: 0;
    list-style: none;
    padding-left: 2.5em;
    margin-bottom: 0.8em;
    &:last-of-type {
      margin-bottom: 0;
    }
  }
  dd ol {
    counter-reset: item;
    margin-bottom: 0;
        @media (max-width: 767.98px) {
           padding-top: 1em;
      padding-left: 0;
    }
  }
  dd ol li::before {
    counter-increment: item;
    content: "(" counter(item) ")";
    position: absolute;
    left: 0;
    top: 0;
  }
}
#sec4-4{
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .manner-item {
    gap: 20px;
    padding: 24px;
  }
  .manner-item .num {
    width: 60px;
    flex: 0 0 60px;
  }
  .manner-item p {
  }
}
#sec5 {
  text-align: center;
  padding: 8rem 0;
  @media (max-width: 767.98px) {
    padding: 4rem 0;
  }
  img {
    display: block;
    margin: 0 auto;
  }
  .d-flex{
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
    /* img{
      width: calc(100% / 3 - 15px);
      @media (max-width: 767.98px) {
        width: calc(100% / 3 - 1px);
      }
    } */
  }
}
.main-section--margin-bottom--on {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #sec5 p{
    text-align: left;
  }
  #sec3 p.text-center,
  #sec4 p.text-center{
    text-align: left !important;

  }
}