.about-intro__title {
  width: 104rem;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6rem;
  text-align: center;
  font-size: 4.4rem;
  letter-spacing: 0.15em;
  position: relative;
}
@media (max-width: 767px) {
  .about-intro__title {
    width: 100%;
    font-size: 2.8rem;
    letter-spacing: 0;
    height: 14.5rem;
    margin-bottom: 2rem;
  }
}
.about-intro__logo {
  position: absolute;
  inset: 0 auto auto 0;
  width: 4.2rem;
}
@media (max-width: 767px) {
  .about-intro__logo {
    width: 2.2rem;
  }
}
.about-intro__logo--2 {
  transform: scale(-1);
  inset: auto 0 0 auto;
}
.about-intro__illust {
  position: absolute;
  z-index: 2;
  inset: auto 0 -14rem auto;
  width: 11.2rem;
}
@media (max-width: 767px) {
  .about-intro__illust {
    width: 7.5rem;
    right: 2rem;
  }
}

.about-philosophy {
  margin-bottom: 10rem;
}
.about-philosophy__box {
  margin-top: 3.6rem;
  padding: 5rem 6.3rem;
  background-color: #fff;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .about-philosophy__box {
    padding: 2rem 1.5rem;
  }
}
.about-philosophy__box h3 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 6rem;
  font-style: italic;
}
@media (max-width: 767px) {
  .about-philosophy__box h3 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.about-message__row {
  display: grid;
  grid-template-columns: 34.5rem 1fr;
  gap: 10rem;
}
@media (max-width: 767px) {
  .about-message__row {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .about-message__names {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about-message__name1 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .about-message__name1 {
    font-size: 1.2rem;
  }
}
.about-message__image img {
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-message__image img {
    height: 41rem;
    width: 100%;
    object-fit: cover;
  }
}
.about-message__desc {
  line-height: 3.5rem;
}
.about-message__desc + .about-message__desc {
  margin-top: 3.5rem;
}
.about-message__movie iframe {
  width: 100%;
  height: 64rem;
}

.about-info {
  background-color: #fff;
  padding: 2rem 0 10rem;
  border-radius: 5rem 5rem 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .about-info {
    border-radius: 3rem 3rem 0 0;
    padding-bottom: 5rem;
  }
}
.about-info__illust {
  position: absolute;
  z-index: 2;
  inset: -14rem 0 auto auto;
  width: 16.3rem;
}
@media (max-width: 767px) {
  .about-info__illust {
    width: 10.1rem;
    inset: -4rem 1.5rem auto auto;
  }
}
