@layer page {
  .page-about__header {
    margin-top: 70px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .page-about__header {
      margin-top: 20px;
      margin-bottom: 60px;
    }
  }
  .page-about__contents:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .page-about__contents:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
    .page-about__contents:nth-of-type(n + 2) {
      margin-top: 18.6666666667vw;
    }
  }
  .page-about__col2 {
    margin-top: 40px;
    display: grid;
    grid-template-columns: minmax(320px, 415px) minmax(385px, 500px);
    justify-content: space-between;
    gap: 0 8.4%;
  }
  @media screen and (max-width: 767px) {
    .page-about__col2 {
      margin-top: 25px;
      grid-template-columns: 1fr;
      gap: 6.6666666667vw 0;
    }
  }
  .page-about__col2-pict {
    text-align: center;
  }
  .page-about__place {
    margin-top: 130px;
    margin-bottom: 156px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .page-about__place {
      margin-top: 29.3333333333vw;
      margin-bottom: 24vw;
    }
  }
  .page-about__place-ttl {
    margin: 0 auto 35px;
  }
  @media screen and (max-width: 767px) {
    .page-about__place-ttl {
      width: 92%;
      margin-bottom: 9.3333333333vw;
    }
  }
  .page-about__place-copy {
    font-family: var(--zenkaku);
    font-size: 2.25rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .page-about__place-copy {
      font-size: 6.4vw;
      line-height: 1.6;
    }
  }
  .page-about__place-link {
    margin-top: 105px;
  }
  @media screen and (max-width: 767px) {
    .page-about__place-link {
      margin-top: 17.3333333333vw;
    }
  }
}