.about-page {

}

/* -------------------------
 breadcrumb
------------------------- */
.breadcrumb {
  padding: 12px 0 0;
}

.breadcrumb__inner {
  margin: 0 0 1rem 2rem;
  font-size: .9rem;
  color: #666;
  text-align: left;
}

.breadcrumb__inner a {
  color: #666;
  text-decoration: none;
}

.breadcrumb__inner span {
  margin-right: 4px;
}

/* -------------------------
 共通
------------------------- */
.about-section-title {
  margin: 0 0 56px;
  text-align: center;
  font-size: 52px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* -------------------------
 intro
------------------------- */
.about-intro {
  padding: 72px 0 90px;
}

.about-intro__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.about-intro__row {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 90px;
  align-items: start;
}

.about-intro__row + .about-intro__row {
  margin-top: 120px;
}

.about-intro__row--reverse {
  grid-template-columns: 1fr 420px;
}

.about-intro__row--reverse .about-intro__image {
  order: 2;
}

.about-intro__row--reverse .about-intro__text {
  order: 1;
}

.about-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

.about-intro__text h2 {
  margin: 18px 0 36px;
  font-size: 58px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.about-intro__text p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 2.2;
  font-weight: 500;
  color: #333;
}

/* -------------------------
 support
------------------------- */
.about-support {
  background: #f1ece7;
  padding: 68px 20px 74px;
}

.about-support__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-support__inner h2 {
  margin: 0 0 22px;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ef7f2d;
}

.about-support__inner p {
  margin: 0 0 34px;
  font-size: 17px;
  line-height: 2.1;
  color: #444;
}

.about-support__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 420px;
  padding: 20px 32px;
  border-radius: 9999px;
  background: #ef7f2d;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  transition: opacity .3s ease;
}

.about-support__button:hover {
  opacity: .8;
}

.about-support__button::after {
  content: "›";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

/* -------------------------
 table section
------------------------- */
.about-info,
.about-related {
  padding: 110px 0 0;
}

.about-related {
  padding-bottom: 120px;
}

.about-info__inner,
.about-related__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.about-table {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.about-table__row {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 32px;
  padding: 22px 0;
  border-bottom: 1px solid #ddd;
}

.about-table dt {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #ef7f2d;
}

.about-table dd {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  color: #333;
}

.about-table dt a {
  color: #ef7f2d;
  text-decoration: none;
  position: relative;
}

.about-table dt a:hover {
  text-decoration: underline;
}

/* -------------------------
 SP
------------------------- */
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 8px;
  }

  .breadcrumb__inner {
    width: calc(100% - 24px);
    font-size: 9px;
  }

  .about-section-title {
    margin-bottom: 34px;
    font-size: 25px;
  }

  .about-intro {
    padding: 24px 0 48px;
  }

  .about-intro__inner {
    width: calc(100% - 28px);
  }

  .about-intro__row,
  .about-intro__row--reverse {
    display: block;
  }

  .about-intro__row + .about-intro__row {
    margin-top: 48px;
  }

  .about-intro__image {
    margin-bottom: 2rem;
    padding: 0 2rem;
  }

  .about-intro__text h2 {
    margin: 0 0 20px;
    font-size: 27px;
    line-height: 1.5;
  }

  .about-intro__text p {
    margin-bottom: 18px;
    font-size: 1.1rem;
    line-height: 2;
  }

  .about-support {
    padding: 42px 14px 48px;
  }

  .about-support__inner h2 {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.6;
  }

  .about-support__inner p {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }

  .about-support__button {
    min-width: 100%;
    padding: 16px 22px;
    font-size: 14px;
  }

  .about-support__button::after {
    right: 18px;
  }

  .about-info,
  .about-related {
    padding-top: 56px;
  }

  .about-related {
    padding-bottom: 60px;
  }

  .about-info__inner,
  .about-related__inner {
    width: calc(100% - 28px);
  }

  .about-table__row {
    display: block;
    padding: 14px 0 16px;
  }

  .about-table dt {
    margin-bottom: 8px;
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .about-table dd {
    font-size: 1rem;
    line-height: 1.9;
  }
}