.about-page {
  padding-bottom: 160px;
  background: #f6f5f0;
  overflow: hidden;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .about-page {
    padding-bottom: 80px;
  }
}

.about-message,
.about-company {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  background: #f6f5f0;
}
.about-message::before,
.about-company::before {
  content: "";
  position: absolute;
  width: min(92vw, 92rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.about-message::before {
  right: -28rem;
  top: 8%;
}
.about-message__inner {
  position: relative;
  z-index: 1;
}
.about-message__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-message__body {
  width: 65%;
}
.about-message__image {
  width: 30%;
}
.about-message__title {
  margin: 0 0 5.2rem;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 700;
}
.about-message__text p {
  font-size: 1.6rem;
  line-height: 1.95;
}
.about-message__text p + p {
  margin-top: 2rem;
}
.about-message__name {
  margin-top: 4.8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.2rem;
}
.about-message__position {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
.about-message__person {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.about-message__image {
  border-radius: 2rem;
  overflow: hidden;
}
.about-message__image img {
  display: block;
  width: 100%;
  aspect-ratio: 33/28;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .about-message::before {
    width: min(120vw, 60rem);
    right: -26rem;
    top: 12%;
  }
  .about-message__content {
    flex-direction: column;
    gap: 2.8rem;
  }
  .about-message__body, .about-message__image {
    width: 100%;
  }
  .about-message__image {
    margin-bottom: 2rem;
  }
  .about-message__title {
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
  }
  .about-message__text p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .about-message__name {
    margin-top: 1.5rem;
    gap: 1.4rem;
    flex-direction: column;
    align-items: flex-end;
  }
  .about-message__position {
    font-size: 1.4rem;
  }
  .about-message__person {
    font-size: 1.4rem;
  }
  .about-message__image {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.about-company::before {
  left: -30rem;
  bottom: -22rem;
}
.about-company__inner {
  position: relative;
  z-index: 1;
}
.about-company__content {
  display: grid;
  grid-template-columns: 1fr 44rem;
  gap: 6rem;
  align-items: start;
}
.about-company__title {
  margin: 0 0 5.2rem;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 700;
}
.about-company__table-wrap {
  width: 100%;
}
.about-company__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.about-company__table tr {
  border-bottom: 1px solid #6f6f6f;
}
.about-company__table th,
.about-company__table td {
  padding: 2rem 1rem;
  font-size: 2rem;
  line-height: 1.7;
  text-align: left;
  vertical-align: middle;
}
.about-company__table th {
  width: 14rem;
  font-weight: 700;
}
.about-company__table td {
  font-weight: 500;
}
.about-company__side {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about-company__media-list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.about-company__image {
  border-radius: 2rem;
  overflow: hidden;
}
.about-company__image img {
  display: block;
  width: 100%;
  aspect-ratio: 44/24;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-company__caption {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
.about-company__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 44/24;
  border: 1px dashed #9a9a9a;
}
.about-company__placeholder span {
  font-size: 1.4rem;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.about-company__map img,
.about-company__map iframe {
  display: block;
  width: 100%;
}
.about-company__map iframe {
  height: 32rem;
}
@media (max-width: 768px) {
  .about-company::before {
    width: min(120vw, 58rem);
    left: -24rem;
    bottom: -20rem;
  }
  .about-company__content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .about-company__title {
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
  }
  .about-company__table th,
  .about-company__table td {
    padding: 1.4rem 0.6rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .about-company__table th {
    width: 9rem;
  }
  .about-company__side {
    gap: 1.6rem;
  }
  .about-company__media-list {
    gap: 1.6rem;
  }
  .about-company__caption {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .about-company__placeholder span {
    font-size: 1.2rem;
  }
  .about-company__map iframe {
    height: 24rem;
  }
}/*# sourceMappingURL=company.css.map */