@import url("../0.common/common.css");


/* ------------------------------
   プロフィール本体
------------------------------ */
.page-content {
  max-width: 900px;
  margin: 240px auto 0;
  padding: 0 20px;
}

.page-content.page-center {
  margin: 0 auto;
  min-height: calc(100vh - 104px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 52px;
}

.about-inner {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.about-inner h1 {
  margin-top: 0;
  font-size: 2.4rem;
}

.about-inner p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 18px;
}