.about-page {
  background: #e4e4e4;
  color: #1f1f1f;
}

.about-shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.about-intro {
  --about-intro-background-image:
    linear-gradient(135deg, rgba(107, 140, 166, 0.35), rgba(107, 140, 166, 0.16)),
    linear-gradient(180deg, rgba(214, 226, 236, 0.92), rgba(190, 204, 216, 0.92));
  position: relative;
  padding-top: 166px;
  padding-bottom: 576px;
  overflow: hidden;
  background: #e4e4e4;
}

.about-intro__shell {
  position: relative;
  z-index: 1;
}

.about-intro__title {
  margin: 0;
  font-family: var(--tomato-heading-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.25em;
  text-align: center;
}

.about-intro__copy {
  margin-top: 40px;
  display: grid;
  gap: 0;
}

.about-intro__copy p {
  margin: 0;
  font-family: var(--tomato-heading-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
  text-align: center;
}

.about-intro__links {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.about-intro__link {
  --tomato-arrow-link-gap: 10px;
  --tomato-arrow-link-font-size: 24px;
  --tomato-arrow-link-font-weight: 500;
  --tomato-arrow-link-line-height: 1;
  --tomato-arrow-link-letter-spacing: 0.05em;
  --tomato-arrow-link-icon-size: 36px;
}

.about-intro__background {
  position: absolute;
  top: 296px;
  right: 0;
  left: 0;
  height: 864px;
  background-image:
    linear-gradient(#e4e4e4 29.808%, rgba(228, 228, 228, 0) 75.962%, rgba(228, 228, 228, 0) 83.173%, #e4e4e4 100%),
    var(--about-intro-background-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.about-feature {
  padding-bottom: 272px;
  background: #e4e4e4;
}

.about-feature__heading {
  display: grid;
  gap: 26px;
}

.about-feature__kicker,
.about-staff__kicker {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-latin-heading-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4em;
}

.about-feature__title,
.about-staff__title {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-heading-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.2em;
}

.about-feature__body {
  margin-top: 57px;
  display: grid;
  gap: 40px;
}

.about-feature__lead {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-heading-font);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.3em;
  text-align: center;
}

.about-feature__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.about-feature-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 428px;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.about-feature-card__title {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 3px solid #d78773;
  color: #1f1f1f;
  font-family: var(--tomato-copy-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  text-align: center;
}

.about-feature-card__image {
  width: 100%;
  padding-inline: 24px;
}

.about-feature-card__image img,
.about-feature-card__image span {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 12px;
}

.about-feature-card__image img {
  object-fit: cover;
}

.about-feature-card__image span {
  background:
    linear-gradient(145deg, rgba(62, 123, 86, 0.5), rgba(62, 123, 86, 0)),
    linear-gradient(35deg, rgba(234, 115, 57, 0.78), rgba(234, 115, 57, 0.3)),
    linear-gradient(180deg, #f8f4ef, #ece6df);
}

.about-feature-card__description {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-heading-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.about-feature__closing {
  display: grid;
  gap: 0;
}

.about-feature__closing p {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-heading-font);
  font-size: 36px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 3.6px;
  text-align: center;
}

.about-strengths {
  position: relative;
  overflow: hidden;
  padding: 160px 0 240px;
  background: #c0c2c7;
}

.about-strengths::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 594px;
  aspect-ratio: 594 / 427;
  background-image: var(--about-strengths-corner-art-left);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.about-strengths__shell {
  position: relative;
  z-index: 1;
}

.about-strengths__title {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-heading-font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.2em;
  text-align: center;
}

.about-strengths__grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.about-strength-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.about-strength-card__number {
  position: relative;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}

.about-strength-card__number::before,
.about-strength-card__number::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.about-strength-card__number::before {
  inset: 5px;
  border: 4px solid #d78773;
}

.about-strength-card__number::after {
  inset: 15px;
  background: #d78773;
}

.about-strength-card__number span {
  position: relative;
  z-index: 1;
  transform: translateY(-1px);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.about-strength-card__title {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-copy-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  text-align: center;
}

.about-strength-card__description {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-copy-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}

.about-staff {
  padding: 180px 0 271px;
  background: #e4e4e4;
}

.about-staff__heading {
  display: grid;
  gap: 26px;
}

.about-staff__profile {
  margin-top: 94px;
  display: grid;
  grid-template-columns: 400px minmax(0, 604px);
  justify-content: center;
  gap: 80px;
}

.about-staff__image {
  width: 400px;
  height: 560px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(62, 123, 86, 0.5), rgba(62, 123, 86, 0)),
    linear-gradient(35deg, rgba(234, 115, 57, 0.78), rgba(234, 115, 57, 0.3)),
    linear-gradient(180deg, #f8f4ef, #ece6df);
}

.about-staff__image img,
.about-staff__image span {
  display: block;
  width: 100%;
  height: 100%;
}

.about-staff__image img {
  object-fit: cover;
}

.about-staff__body {
  display: grid;
  gap: 12px;
}

.about-staff__name-block {
  display: grid;
}

.about-staff__role {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-heading-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.about-staff__name {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-heading-font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.about-staff__history {
  display: grid;
  gap: 0;
}

.about-staff__history p {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-heading-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.about-staff__history-spacer {
  height: 20px;
}

.about-staff__link {
  --tomato-arrow-link-gap: 10px;
  --tomato-arrow-link-font-size: 24px;
  --tomato-arrow-link-font-weight: 500;
  --tomato-arrow-link-line-height: 1;
  --tomato-arrow-link-letter-spacing: 0.05em;
  --tomato-arrow-link-icon-size: 36px;
  display: flex;
  width: min(100%, 1084px);
  margin: 53px auto 0;
  padding-left: 480px;
  justify-content: flex-start;
}

.about-page .index-blog {
  padding-top: 148px;
  padding-bottom: 111px;
}

.about-page .index-contact,
.about-page .index-contact__inner {
  min-height: 723px;
}

@media (max-width: 767px) {
  .about-shell {
    width: min(100%, calc(100% - 32px));
  }

  .about-intro {
    padding-top: 96px;
    padding-bottom: 280px;
  }

  .about-intro__shell {
    position: static;
  }

  .about-intro__title,
  .about-intro__copy {
    position: relative;
    z-index: 1;
  }

  .about-intro__title,
  .about-feature__title,
  .about-staff__title,
  .about-strengths__title {
    font-size: 34px;
    letter-spacing: 0.1em;
  }

  .about-intro__copy {
    margin-top: 28px;
  }

  .about-intro__copy p {
    font-size: 18px;
    line-height: 2;
  }

  .about-intro__links {
    margin: 0;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 72px;
    z-index: 2;
    gap: 20px;
  }

  .about-intro__link,
  .about-staff__link {
    --tomato-arrow-link-font-size: 20px;
    --tomato-arrow-link-icon-size: 32px;
  }

  .about-intro__background {
    top: 260px;
    height: 420px;
    background-size: 150%;
    z-index: 0;
  }

  .about-feature {
    padding-bottom: 128px;
  }

  .about-feature__heading,
  .about-staff__heading {
    gap: 18px;
  }

  .about-feature__kicker,
  .about-staff__kicker {
    font-size: 18px;
    letter-spacing: 0.24em;
  }

  .about-feature__body {
    margin-top: 32px;
    gap: 24px;
  }

  .about-feature__lead {
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  .about-feature__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .about-feature-card {
    min-height: auto;
  }

  .about-feature-card__title {
    font-size: 24px;
  }

  .about-feature-card__description {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-feature__closing p {
    font-size: 30px;
    line-height: 1.4;
  }

  .about-strengths {
    padding: 100px 0 120px;
  }

  .about-strengths::after {
    width: clamp(220px, 42vw, 420px);
  }

  .about-strengths__grid {
    margin-top: 48px;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .about-strength-card__number {
    width: 64px;
    height: 64px;
  }

  .about-strength-card__number::before {
    inset: 4px;
    border-width: 3px;
  }

  .about-strength-card__number::after {
    inset: 12px;
  }

  .about-strength-card__number span {
    font-size: 26px;
    line-height: 26px;
  }

  .about-strength-card__title {
    font-size: 24px;
  }

  .about-strength-card__description {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-staff {
    padding: 120px 0 140px;
  }

  .about-staff__profile {
    margin-top: 48px;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .about-staff__image {
    width: min(100%, 460px);
    height: auto;
    aspect-ratio: 400 / 560;
    margin-inline: auto;
  }

  .about-staff__name {
    font-size: 36px;
  }

  .about-staff__history p {
    font-size: 16px;
    line-height: 1.8;
  }

  .about-staff__link {
    width: auto;
    padding-left: 0;
    justify-content: center;
    margin-top: 40px;
  }

  .about-page .index-blog {
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .about-page .index-contact,
  .about-page .index-contact__inner {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .about-shell {
    width: min(100%, calc(100% - 24px));
  }

  .about-intro {
    padding-top: 64px;
    padding-bottom: 240px;
  }

  .about-intro__title,
  .about-feature__title,
  .about-staff__title,
  .about-strengths__title {
    font-size: 28px;
    letter-spacing: 0.06em;
  }

  .about-feature__title {
    font-size: 26px;
    letter-spacing: 0.04em;
  }

  .about-intro__copy p {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .about-intro__links {
    flex-wrap: nowrap;
    justify-content: space-between;
    left: 12px;
    right: 12px;
    bottom: 56px;
    gap: 8px;
  }

  .about-intro__background {
    top: 230px;
    height: 320px;
    background-size: 150%;
  }

  .about-intro__link-item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    justify-content: center;
  }

  .about-intro__link {
    --tomato-arrow-link-gap: 4px;
    --tomato-arrow-link-font-size: clamp(10px, 2.8vw, 12px);
    --tomato-arrow-link-icon-size: clamp(16px, 4.4vw, 18px);
    --tomato-arrow-link-arrow-width: 7px;
    --tomato-arrow-link-arrow-height: 6px;
    --tomato-arrow-link-letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .about-staff__link {
    --tomato-arrow-link-font-size: 14px;
    --tomato-arrow-link-icon-size: 24px;
    --tomato-arrow-link-arrow-width: 8px;
    --tomato-arrow-link-arrow-height: 7px;
  }

  .about-feature {
    padding-bottom: 80px;
  }

  .about-feature__kicker,
  .about-staff__kicker {
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  .about-feature__lead {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .about-feature-card {
    gap: 16px;
    padding: 18px;
  }

  .about-feature-card__title {
    font-size: 22px;
  }

  .about-feature-card__image {
    padding-inline: 12px;
  }

  .about-feature-card__image img,
  .about-feature-card__image span {
    height: 180px;
  }

  .about-feature-card__description {
    font-size: 15px;
  }

  .about-feature__closing p {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }

  .about-strengths {
    padding: 64px 0 84px;
  }

  .about-strengths::after {
    width: clamp(180px, 52vw, 320px);
  }

  .about-strengths__grid {
    margin-top: 32px;
  }

  .about-strength-card {
    gap: 10px;
    padding: 18px;
  }

  .about-strength-card__number {
    width: 52px;
    height: 52px;
  }

  .about-strength-card__number::before {
    inset: 3px;
    border-width: 2px;
  }

  .about-strength-card__number::after {
    inset: 10px;
  }

  .about-strength-card__number span {
    font-size: 21px;
    line-height: 21px;
  }

  .about-strength-card__title {
    font-size: 22px;
    line-height: 1.4;
  }

  .about-strength-card__description {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-staff {
    padding: 72px 0 86px;
  }

  .about-staff__profile {
    margin-top: 32px;
    gap: 20px;
  }

  .about-staff__body {
    gap: 8px;
  }

  .about-staff__role {
    font-size: 16px;
  }

  .about-staff__name {
    font-size: 28px;
  }

  .about-staff__history p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-staff__history-spacer {
    height: 12px;
  }

  .about-page .index-blog {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-page .index-contact,
  .about-page .index-contact__inner {
    min-height: 440px;
  }
}
