@charset "utf-8";

.service-under__section--title-en {
  margin-bottom: 104px;
}
.service-under__section--inner {
  max-width: 1366px;
}

dt,
dd {
  font-size: 22px;
  letter-spacing: 0.02em;
}
dt {
  padding-top: 30px;
}
dt:first-child {
  padding-top: 0;
}
.flow__dt02 {
  padding-top: 15px;
}
dd {
  padding-top: 11px;
}

.s-design__example {
  padding: 0 36px;
  margin: 0 113px 140px 470px;
}
.s-design__example--wrap {
  max-width: 1366px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  margin: 0 auto;
}
.s-design__example figure {
  width: 32%;
}
.s-design__example figure:last-of-type {
  margin-bottom: 99px;
}
.more__button {
  margin-top: 0;
  margin-bottom: 261px;
}
.s-design__example figure img {
  margin-bottom: 15px;
}
.s-design__example figure figcaption {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #11b91e;
}

@media (max-width: 1260px) {
  .service-under__section--title-en {
    margin-bottom: 60px;
  }
  dt,
  dd {
    font-size: 20px;
  }
  .s-design__example {
    padding: 0;
    margin: 0 100px 0 23%;
  }
  .s-design__example figure figcaption {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .service-under__section--title-en {
    margin-bottom: 38px;
  }
  dt {
    font-size: 15px;
    padding-top: 28px;
  }
  dd {
    font-size: 14px;
    padding-top: 10px;
  }
  dd:first-of-type {
    padding-top: 0;
  }
  .s-design__example {
    padding: 0 10%;
    margin: 0 auto;
  }
  .s-design__example--wrap {
    display: block;
    text-align: center;
  }
  .s-design__example figure {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .s-design__example figure:last-of-type {
    margin-bottom: 90px;
  }
  .more__button {
    margin-bottom: 80px;
  }
  .s-design__example figure img {
    margin-bottom: 18px;
  }
  .s-design__example figure figcaption {
    text-align: left;
  }
}
