.about-page {
  background: #fff;
}

.about-main {
  color: #202020;
  background: #fff;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.about-main *,
.about-main *::before,
.about-main *::after {
  box-sizing: border-box;
}

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

.about-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.about-page-title {
  padding: 16px 20px;
  background: var(--meets-pale-blue);
}

.about-page-title h1 {
  margin: 0;
  color: var(--meets-deep-green);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
}

.about-breadcrumb-wrap {
  background: #fff;
}

.about-breadcrumb {
  display: flex;
  gap: 9px;
  padding-top: 10px;
  padding-bottom: 35px;
  color: #202020;
  font-size: 14px;
}

.about-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

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

.about-section {
  padding: 40px 0 60px;
}

.about-section--white {
  background: #fff;
}

.about-section--beige {
  background: var(--meets-warm-white);
}

.about-intro,
.about-expert {
  max-width: 800px;
  margin: 0 auto;
}

.about-main-visual {
  width: 100%;
  margin: 0 0 40px;
}

.about-main-visual img {
  width: 800px;
  height: 450px;
  border-radius: 20px;
  object-fit: cover;
}

.about-copy {
  margin-bottom: 40px;
}

.about-copy p,
.about-expert__comment p {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}

.about-copy p {
  margin-bottom: .25rem;
}

.about-more {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
}

.about-more a {
  display: inline-flex;
  width: 290px;
  height: 48px;
  gap: 12px;
  padding: 0 16px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--meets-green);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.about-more a::after {
  content: "▶";
  font-size: 20px;
  line-height: 1;
}

.about-more a:hover {
  opacity: .8;
  transition: .5s;
}

.about-more a:focus-visible,
.about-breadcrumb a:focus-visible {
  outline: 3px solid #f0a929;
  outline-offset: 4px;
}

.about-expert__title {
  margin: 0 0 50px;
  color: var(--meets-deep-green);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.about-expert__title span {
  display: inline-block;
  margin-top: 5px;
  padding-bottom: 6px;
  border-bottom: 4px solid var(--meets-green);
  font-size: 28px;
}

.about-expert__comment {
  margin-bottom: 30px;
}

.about-expert__comment p {
  margin-bottom: .25rem;
  text-align: justify;
}

.about-expert__profile {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
  align-items: flex-end;
  justify-content: flex-end;
}

.about-expert__profile-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.about-expert__profile-text strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
}

.about-expert__image {
  flex: 0 0 160px;
  width: 160px;
  margin: 0;
}

@media (max-width: 750px) {
  .about-page-title {
    padding: 12px 20px;
  }

  .about-page-title h1 {
    font-size: 24px;
    letter-spacing: .02em;
  }

  .about-breadcrumb {
    padding-top: 8px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .about-main-visual img {
    width: 100%;
    height: auto;
    border-radius: 14px;
  }

  .about-copy p,
  .about-expert__comment p {
    font-size: 18px;
    line-height: 1.7;
  }

  .about-more a {
    width: 220px;
    height: 48px;
    gap: 6px;
    font-size: 18px;
  }

  .about-more a::after {
    font-size: 18px;
  }

  .about-expert__title {
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 24px;
    line-height: 1.55;
  }

  .about-expert__title-inner {
    border-bottom: 3px solid var(--meets-green);
  }

  .about-expert__title span {
    display: inline;
    padding-bottom: 5px;
    border: none;
    font-size: inherit;
  }

  .about-expert__comment p:nth-child(2) {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .about-expert__profile {
    margin-top: 25px;
    justify-content: space-between;
  }

  .about-expert__profile-text {
    width: calc(100% - 120px);
    font-size: 14px;
    line-height: 1.5;
  }

  .about-expert__profile-text strong {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
  }

  .about-expert__image {
    flex-basis: 100px;
    width: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-more a {
    transition: none;
  }
}
