/*------------------------
  Lead
------------------------*/
.lead-sect p {
  letter-spacing: 0.08em;
  text-align: center;
}

/*------------------------
  Detail
------------------------*/
.about-sect .heading-large + .detail-item {
  padding-top: 0;
}
.about-sect .detail-item {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4.5rem 0 5rem;
}
.about-sect .detail-item figure {
  width: 35%;
  background-color: #FFF;
}
.about-sect .detail-item figure img {
  width: 100%;
}
.about-sect .detail-item .heading-medium {
  font-size: 2.5rem;
}
.about-sect .detail-item .desc {
  width: 65%;
  padding-left: 2.5rem;
}
.about-sect .detail-item .desc .heading-medium {
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}
.about-sect .detail-item .desc ul {
  color: #717171;
}
.about-sect .detail-item .desc ul li {
  display: flex;
  align-items: center;
}
.about-sect .detail-item .desc ul li a {
  text-decoration: underline;
  color: #717171;
  word-break: break-all;
}
.about-sect .detail-item .desc ul li svg {
  width: 1.6rem;
  margin-right: 0.5rem;
  fill: #C9A25F;
}
.about-sect .detail-item .desc-text {
  width: 100%;
  margin-top: 3rem;
}
.about-sect .detail-item .desc-text p {
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .about-sect .heading-large + .detail-item {
    padding-top: 0;
  }
  .about-sect .detail-item {
    padding: 3rem 0;
  }
  .about-sect .detail-item figure {
    width: 70%;
    max-width: 480px;
    position: relative;
    border-radius: 0.2rem;
    margin: 0 auto 3rem;
  }
  .about-sect .detail-item .heading-medium {
    font-size: 2.1rem;
    text-align: center;
    width: 100%;
  }
  .about-sect .detail-item .desc {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-sect .detail-item .desc .heading-medium {
    margin-bottom: 1rem;
    letter-spacing: 0.08em;
  }
  .about-sect .detail-item .desc ul {
    font-size: 1.2rem;
  }
  .about-sect .detail-item .desc-text {
    width: 100%;
    margin-top: 2rem;
  }
}