.page-about {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .page-about {
    margin-top: 170px;
  }
}
.page-about .section__header {
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-gray2);
}
.page-about__top-txt {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-about__top-txt {
    font-size: 24px;
    line-height: 43px;
    margin-top: 80px;
  }
}
.page-about__block {
  position: relative;
}
@media (min-width: 992px) {
  .page-about__row {
    display: flex;
    gap: 60px;
    min-height: 100vh;
  }
}
@media (min-width: 1200px) {
  .page-about__row {
    gap: 120px;
  }
}
.page-about__row:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-about__row:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.page-about__left {
  position: sticky;
  top: calc((100svh - 46.4rem) / 2);
  flex-shrink: 0;
  width: 46rem;
  height: 39.4rem;
}
@media (min-width: 1200px) {
  .page-about__left {
    height: 46.4rem;
    width: 56rem;
  }
}
.page-about__img {
  background-color: #fff;
}
@media (min-width: 992px) {
  .page-about__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page-about__img img {
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .page-about__img img {
    border-radius: 40px;
  }
}
.page-about__content {
  margin-left: auto;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  padding: 30px 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-about__content {
    border-block: 1px solid #D9D9D9;
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .page-about__content {
    padding: 80px 0;
  }
}
.page-about__content-wrap {
  width: 100%;
}
.page-about__content-phrase {
  font-family: "Josefin Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .page-about__content-phrase {
    font-size: 24px;
    line-height: 34px;
  }
}
.page-about__content-title {
  font-family: "Josefin Sans";
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .page-about__content-title {
    font-size: 40px;
    line-height: 60px;
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .page-about__content-title {
    font-size: 48px;
    line-height: 82px;
    margin-top: 24px;
  }
}
.page-about__content-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-about__content-txt {
    font-size: 16px;
    line-height: 29px;
  }
}
.page-about__profile {
  background: #110F0F;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-about__profile {
    padding-bottom: 130px;
  }
}
.page-about__profile .section__header {
  border: none;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-about__profile .section__header {
    padding-bottom: 40px;
  }
}
.page-about__profile .section__header-eng {
  color: var(--color-white);
}
@media (min-width: 768px) {
  .page-about__profile .section__header-eng {
    font-size: 64px;
    line-height: 77px;
  }
}
.page-about__profile .section__header-jp {
  color: var(--color-white);
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 8px;
}
.page-about__profile .section__header-jp::before {
  content: none;
}
.page-about__profile-wrp {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .page-about__profile-wrp {
    gap: 80px;
    flex-direction: row;
  }
}
.page-about__profile-left {
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-about__profile-left {
    max-width: 260px;
  }
}
@media (min-width: 1200px) {
  .page-about__profile-left {
    max-width: 443px;
  }
}
.page-about__profile-head-t {
  color: var(--color-white);
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .page-about__profile-head-t {
    font-size: 16px;
    line-height: 29px;
  }
}
.page-about__profile-right {
  width: 100%;
}
.page-about__profile-tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-white);
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .page-about__profile-tr {
    padding: 20px 25px;
  }
}
@media (min-width: 1200px) {
  .page-about__profile-tr {
    padding: 32px 40px;
  }
}
.page-about__profile-th, .page-about__profile-td {
  color: var(--color-white);
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .page-about__profile-th, .page-about__profile-td {
    line-height: 32px;
    font-size: 18px;
  }
}
.page-about__profile-th {
  width: 110px;
}
@media (min-width: 768px) {
  .page-about__profile-th {
    width: 178px;
  }
}
@media (min-width: 1280px) {
  .page-about__profile-th {
    width: 330px;
  }
}
.page-about__profile-td {
  width: calc(100% - 110px);
}
@media (min-width: 768px) {
  .page-about__profile-td {
    width: calc(100% - 178px);
  }
}
@media (min-width: 1280px) {
  .page-about__profile-td {
    width: calc(100% - 330px);
  }
}
.page-about__profile-map {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-about__profile-map {
    margin-top: 81px;
  }
}
.page-about__profile-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1599/756;
}
.page-about__greetings .section__header {
  border: none;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-about__greetings .section__header {
    padding-bottom: 80px;
  }
}
.page-about__greetings .section__header-jp {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 8px;
}
.page-about__greetings .section__header-jp::before {
  content: none;
}
@media (min-width: 768px) {
  .page-about__greetings .section__header-eng {
    font-size: 64px;
    line-height: 77px;
  }
}
.page-about__greetings-txt {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .page-about__greetings-txt {
    font-size: 16px;
    line-height: 32px;
  }
}
.page-about__greetings-sign {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .page-about__greetings-sign {
    font-size: 24px;
    line-height: 43px;
    margin-top: 80px;
  }
}/*# sourceMappingURL=about.css.map */