/*------------------------
  Lead
------------------------*/
.lead-sect {
  padding-bottom: 18rem;
  position: relative;
}
.lead-sect .wrapper {
  position: relative;
  z-index: 3;
}
.lead-sect p {
  letter-spacing: 0.08em;
  text-align: center;
}
.lead-sect p + p {
  margin-top: 3.5rem;
}
.lead-sect .btn-border {
  margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
  .lead-sect {
    padding-bottom: 8rem;
  }
  .lead-sect p {
    letter-spacing: 0.08em;
    text-align: center;
  }
}
/*------------------------
  Detail
------------------------*/
.about-detail-sect .wrapper {
  position: relative;
  z-index: 10;
}
.about-detail-sect .heading-large + .detail-item {
  padding-top: 0;
}
.about-detail-sect .detail-item {
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}
.about-detail-sect .detail-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.about-detail-sect .detail-item figure {
  width: calc(50% - 4rem);
  aspect-ratio: 310/196;
  border-radius: 0.4rem;
  overflow: hidden;
}
.about-detail-sect .detail-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.4rem;
}
.about-detail-sect .detail-item .desc {
  width: 50%;
}
.about-detail-sect .detail-item .desc .heading-medium {
  margin-bottom: 0.5rem;
}
.about-detail-sect .detail-item .desc p {
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.about-detail-sect .about-phrase {
  margin: 7rem 0 0;
}
.about-detail-sect .about-phrase p {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}

@media screen and (max-width: 768px) {
  .about-detail-sect .detail-item {
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
  }
  .about-detail-sect .detail-item:nth-child(odd) {
    flex-direction: row;
  }
  .about-detail-sect .detail-item figure {
    width: 70%;
    max-width: 480px;
    position: relative;
    border-radius: 0.2rem;
    margin: 0 auto 3rem;
  }
  .about-detail-sect .detail-item .desc {
    width: 100%;
  }
  .about-detail-sect .detail-item .desc .heading-medium {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .about-detail-sect .btn-arrow.w-130 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .about-detail-sect .btn-arrow.w-130 a {
    width: 10.5rem;
  }
  .about-detail-sect .about-phrase {
    margin: 3rem 0 0;
  }
  .about-detail-sect .about-phrase p {
    font-size: 2.3rem;
  }
}