@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* 初期設定 */
/* ----------------------------------------------------------------------
aboutArea
---------------------------------------------------------------------- */
#aboutArea {
  margin-top: 110vh;
  background-color: #fff;
  padding: 17rem 0 0;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  #aboutArea {
    margin-top: 95vh;
    font-size: 1.4rem;
    padding: 10rem 0 0;
  }
}
#aboutArea .snsNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  gap: 1.5em;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #a2a8b0;
}
@media screen and (max-width: 520px) {
  #aboutArea .snsNav {
    justify-content: center;
  }
}
#aboutArea .snsNav > li {
  width: 2em;
}