@charset "UTF-8";
/**************************************************
* ページ: 坂巻 哲也について
**************************************************/
.profile__photo {
  width: 100%;
  aspect-ratio: 800/800;
}

.profile__sns {
  margin-top: 24px;
  display: flex;
}
.profile__sns li img {
  height: 32px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile__sns li:nth-child(n+2) {
  margin-left: 16px;
}

.profile__summary {
  margin-top: 80px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #828282;
}
@media (max-width: 767px) {
  .profile__summary {
    font-size: 2rem;
    margin-top: 40px;
  }
}

.profile__text {
  margin-top: 48px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .profile__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/*------------------------------
topic
------------------------------*/
.topic {
  margin-top: 40px;
}

.topic__label {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #828282;
}

.topic__list {
  margin-top: 16px;
}

.topic__item {
  padding: 16px 0;
  border-bottom: 1px solid #E8E8E8;
}
.topic__item a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .topic__item a {
    display: block;
    line-height: 1.6;
  }
}

.topic__date {
  width: 100px;
  color: #828282;
}
@media (max-width: 767px) {
  .topic__date {
    width: 100%;
  }
}

.topic__title {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .topic__title {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.profile__button {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .profile__button {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=sakamaki-tetsuya.css.map */