.p-glaucoma-page {
  --glaucoma-green: #4a9b7f;
  --glaucoma-green-light: #56ad8f;
  --glaucoma-green-pale: #f1f7f5;
  --glaucoma-gold: #baa267;
  --glaucoma-accent: #a97723;
  --glaucoma-text: #262626;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 190px;
  overflow: hidden;
  color: var(--glaucoma-text);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.p-glaucoma-page *,
.p-glaucoma-page *::before,
.p-glaucoma-page *::after {
  box-sizing: border-box;
}

.p-glaucoma-page h1,
.p-glaucoma-page h2,
.p-glaucoma-page h3,
.p-glaucoma-page p,
.p-glaucoma-page ul {
  margin-top: 0;
}

.p-glaucoma-page .pc-none {
  display: none;
}

.p-glaucoma-page img {
  max-width: 100%;
  height: auto;
}

.p-glaucoma-fv,
.p-glaucoma-fv picture,
.p-glaucoma-fv img {
  display: block;
  width: 100%;
}

.p-glaucoma-fv,
.p-glaucoma-fv img {
  height: 453px;
}

.p-glaucoma-fv img {
  object-fit: cover;
}

.p-glaucoma-breadcrumb {
  height: 115px;
}

.p-glaucoma-page .c-breadcrumb {
  width: min(calc(100% - 160px), 1280px);
  padding-top: 50px;
  color: var(--glaucoma-accent);
  font-size: 20px;
  line-height: 29px;
}

.p-glaucoma-introduction {
  position: relative;
  height: 1049px;
}

.p-glaucoma-introduction__heading {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin-bottom: 0;
  color: var(--glaucoma-accent);
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: .1em;
  text-align: center;
}

.p-glaucoma-introduction__image {
  position: absolute;
  top: 116px;
  left: 50%;
  width: 654px;
  height: 286px;
  object-fit: cover;
  transform: translateX(-50%);
}

.p-glaucoma-introduction__text {
  position: absolute;
  top: 444px;
  left: 50%;
  width: 760px;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  text-align: justify;
  transform: translateX(-50%);
}

.p-glaucoma-introduction__text p {
  margin-bottom: 32px;
}

.p-glaucoma-symptoms {
  position: relative;
  height: 577px;
  background: #eef9fd url("../../images/figma-glaucoma/symptoms-background.webp") center/cover no-repeat;
}

.p-glaucoma-overlay-heading {
  position: absolute;
  top: 27px;
  right: 0;
  left: 0;
  height: 108px;
  text-align: center;
}

.p-glaucoma-overlay-heading__en {
  margin-bottom: 0;
  color: rgba(186, 162, 103, .2);
  font-family: "Zen Old Mincho", serif;
  font-size: 71px;
  font-weight: normal;
  line-height: 103px;
  letter-spacing: .1em;
}

.p-glaucoma-overlay-heading__ja {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin-bottom: 0;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: .1em;
}

.p-glaucoma-symptoms__card {
  position: absolute;
  top: 165px;
  left: 50%;
  width: 810px;
  height: 334px;
  border: 1px solid var(--glaucoma-gold);
  background: rgba(255, 255, 255, .9);
  transform: translateX(-50%);
}

.p-glaucoma-symptoms__details {
  position: absolute;
  top: 29px;
  left: 45px;
  width: 560px;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  text-align: justify;
}

.p-glaucoma-symptoms__list {
  margin-bottom: 32px;
  padding-left: 0;
  list-style: none;
}

.p-glaucoma-symptoms__list li::before {
  content: "・";
}

.p-glaucoma-symptoms__note {
  margin-bottom: 0;
}

.p-glaucoma-symptoms__illustration {
  position: absolute;
  top: 140px;
  right: -39px;
  width: 301px;
  height: 226px;
  object-fit: contain;
}

.p-glaucoma-first-visit {
  display: grid;
  height: 265px;
  place-items: center;
}

.p-glaucoma-first-visit__button {
  display: grid;
  width: 294px;
  height: 71px;
  color: #fff;
  background: var(--glaucoma-green);
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
  place-items: center;
}

.p-glaucoma-article {
  height: auto;
  padding: 50px 0 78px;
  background: var(--glaucoma-green-pale);
}

.p-glaucoma-supervisor {
  width: 890px;
  height: 417px;
  margin: 0 auto;
  border: 1px solid var(--glaucoma-green-light);
  background: #f8f6f3;
}

.p-glaucoma-supervisor__heading {
  display: grid;
  height: 65px;
  margin-bottom: 0;
  color: #fff;
  background: var(--glaucoma-green-light);
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 43px;
  letter-spacing: .1em;
  place-items: center;
}

.p-glaucoma-supervisor__body {
  display: grid;
  grid-template-columns: 162px 1fr;
  gap: 18px;
  height: 352px;
  padding: 34px 40px 25px;
}

.p-glaucoma-supervisor__portrait {
  width: 162px;
  height: 174px;
  object-fit: cover;
}

.p-glaucoma-supervisor__title {
  margin-bottom: 12px;
  color: var(--glaucoma-accent);
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 33px;
}

.p-glaucoma-supervisor__text {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.p-glaucoma-related {
  width: 890px;
  margin: 72px auto 0;
}

.p-glaucoma-related__heading {
  position: relative;
  width: 244px;
  margin: 0 0 56px 92px;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 46px;
  letter-spacing: .1em;
  text-align: center;
}

.p-glaucoma-related__heading::before,
.p-glaucoma-related__heading::after {
  position: absolute;
  top: 50%;
  height: 8px;
  content: "";
  background: repeating-linear-gradient(135deg, var(--glaucoma-green) 0 1px, transparent 1px 5px);
  transform: translateY(-50%);
}

.p-glaucoma-related__heading::before {
  right: calc(100% + 8px);
  width: 84px;
}

.p-glaucoma-related__heading::after {
  left: calc(100% + 20px);
  width: 534px;
}

.p-glaucoma-related__grid {
  display: grid;
  grid-template-columns: repeat(2, 431px);
  gap: 40px 28px;
}

.p-glaucoma-related-card {
  height: 388px;
  border-bottom: 1px solid rgba(74, 155, 127, .18);
}

.p-glaucoma-related-card:nth-child(n + 3) {
  height: 385px;
}

.p-glaucoma-related-card__image {
  width: 100%;
  height: 222px;
  background: #d9d9d9;
}

.p-glaucoma-related-card:nth-child(n + 3) .p-glaucoma-related-card__image {
  height: 216px;
}

.p-glaucoma-page .p-glaucoma-related-card__title {
  margin: 32px 11px 0 0;
  color: var(--glaucoma-accent);
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
}

.p-glaucoma-page .p-glaucoma-related-card:nth-child(n + 3) .p-glaucoma-related-card__title {
  margin-top: 28px;
}

.p-glaucoma-related-card__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .p-glaucoma-page {
    padding-top: 56px;
  }

  .p-glaucoma-page .sp-none {
    display: none;
  }

  .p-glaucoma-page .pc-none {
    display: initial;
  }

  .p-glaucoma-fv,
  .p-glaucoma-fv img {
    height: 178px;
  }

  .p-glaucoma-breadcrumb {
    height: 60px;
  }

  .p-glaucoma-page .c-breadcrumb {
    width: 335px;
    padding-top: 17px;
    font-size: 12px;
    line-height: 14px;
  }

  .p-glaucoma-introduction {
    height: 979px;
  }

  .p-glaucoma-introduction__heading {
    top: 15px;
    font-size: 24px;
    line-height: 35px;
  }

  .p-glaucoma-introduction__image {
    top: 80px;
    width: 335px;
    height: 147px;
  }

  .p-glaucoma-introduction__text {
    top: 258px;
    width: 335px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .p-glaucoma-introduction__text p {
    margin-bottom: 26px;
  }

  .p-glaucoma-symptoms {
    height: 583px;
  }

  .p-glaucoma-overlay-heading {
    top: 35px;
    height: 72px;
  }

  .p-glaucoma-overlay-heading__en {
    font-size: 37px;
    line-height: 54px;
  }

  .p-glaucoma-overlay-heading__ja {
    top: 0;
    font-size: 28px;
  }

  .p-glaucoma-symptoms__card {
    top: 141px;
    width: 335px;
    height: 402px;
  }

  .p-glaucoma-symptoms__details {
    top: 27px;
    left: 16px;
    width: 300px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .p-glaucoma-symptoms__list {
    margin-bottom: 26px;
    padding-left: 24px;
    list-style: disc;
  }

  .p-glaucoma-symptoms__list li::before {
    content: none;
  }

  .p-glaucoma-symptoms__illustration {
    top: 242px;
    right: auto;
    left: 52px;
    width: 245px;
    height: 184px;
  }

  .p-glaucoma-first-visit {
    height: 135px;
  }

  .p-glaucoma-first-visit__button {
    width: 244px;
    height: 63px;
    font-size: 20px;
    transform: translateY(2px);
  }

  .p-glaucoma-article {
    height: auto;
    padding: 55px 0 60px;
  }

  .p-glaucoma-supervisor {
    width: 300px;
    height: 695px;
  }

  .p-glaucoma-supervisor__heading {
    height: 65px;
    font-size: 30px;
  }

  .p-glaucoma-supervisor__body {
    display: block;
    height: 630px;
    padding: 44px 20px 16px;
  }

  .p-glaucoma-supervisor__portrait {
    display: block;
    margin: 0 auto 31px;
  }

  .p-glaucoma-supervisor__title {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 27px;
  }

  .p-glaucoma-supervisor__name {
    font-size: 22px;
  }

  .p-glaucoma-supervisor__credential {
    font-size: 16px;
  }

  .p-glaucoma-supervisor__text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .p-glaucoma-related {
    width: 335px;
    margin-top: 64px;
  }

  .p-glaucoma-related__heading {
    width: 244px;
    margin: 0 auto 37px;
    font-size: 30px;
  }

  .p-glaucoma-related__heading::before,
  .p-glaucoma-related__heading::after {
    display: none;
  }

  .p-glaucoma-related__grid {
    display: block;
  }

  .p-glaucoma-related-card,
  .p-glaucoma-related-card:nth-child(n + 3) {
    height: 326px;
    margin-bottom: 12px;
  }

  .p-glaucoma-related-card__image,
  .p-glaucoma-related-card:nth-child(n + 3) .p-glaucoma-related-card__image {
    height: 172px;
  }

  .p-glaucoma-page .p-glaucoma-related-card__title,
  .p-glaucoma-page .p-glaucoma-related-card:nth-child(n + 3) .p-glaucoma-related-card__title {
    margin: 27px 0 0;
    font-size: 20px;
    line-height: 29px;
  }

  .p-glaucoma-related-card__date {
    margin-top: 12px;
    font-size: 14px;
    line-height: 25px;
  }
}
