.kv {
  background: url("/assets/img/about/kv.webp") no-repeat 50% 50%;
  background-size: cover;
}

.about__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  font-size: 5.866rem;
  color: yellow;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.about__title.ue{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .about__title.ue{
    max-width: 900px;
    margin-left: 0;
  }
}

.about__title span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-align: start;
}

.profile {
  padding-top: 90px;
}

.profile__content {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 15px 80px;
  background: url("/assets/img/about/profile_bg.webp") no-repeat 50% 0;
  background-size: cover;
}

.profile__box {
  max-width: 900px;
  margin: 0 auto;
}

.profile__table {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.profile__item {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.4;
}
.profile__item dt {
  flex-shrink: 0;
  width: 186px;
  font-size: 1.6rem;
  font-weight: 600;
  color: yellow;
}
.profile__item dd {
  font-size: 1.8rem;
  font-weight: 500;
}

.profile__map {
  max-width: 996px;
  height: 332px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.profile__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.message {
  padding-top: 0;
}

.message__content {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  background: url("/assets/img/about/message_bg.webp") no-repeat 50% 0;
  background-size: cover;
}

.message__container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  max-width: 996px;
}

.message__left {
  width: 62%;
}

.message__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.message__text {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.message__text:nth-of-type(2) {
  margin-top: 20px;
}
.message__text:nth-of-type(3), .message__text:nth-of-type(4) {
  margin-top: 11px;
}

.message__right {
  width: 35%;
  margin-top: 11px;
  padding: 20px 17px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.message__name {
  margin-top: 26px;
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 700;
}

.message__item {
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .message__content {
    padding: 50px 15px;
  }
  .message__container {
    display: block;
  }
  .message__left {
    width: 100%;
  }
  .message__right {
    width: 80%;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .contact .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__title {
    margin-bottom: 24px;
    font-size: 2.8rem;
  }
  .about__title.ue{
    margin-left: 0;
  }
  .about__title span {
    margin-top: 2px;
    font-weight: 500;
  }
  .profile {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .profile__content {
    padding: 50px 20px;
  }
  .profile__map {
    margin-top: 40px;
  }
  .profile__item {
    display: block;
  }
  .profile__item dd {
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .message {
    padding-bottom: 70px;
  }
  .message__content {
    padding: 50px 20px 40px;
  }
  .message__container {
    display: block;
  }
  .message__left {
    width: 100%;
  }
  .message__title {
    font-size: 2.3rem;
  }
  .message__text {
    font-size: 1.6rem;
  }
  .message__text:nth-of-type(2) {
    margin-top: 30px;
  }
  .message__text:nth-of-type(3), .message__text:nth-of-type(4) {
    margin-top: 10px;
  }
  .message__item {
    font-size: 1.1rem;
  }
  .message__right {
    width: 100%;
    margin-top: 40px;
    padding: 18px 10px;
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 374px) {
  .message__title {
    font-size: 2rem;
  }
}/*# sourceMappingURL=about.css.map */