@import url("taxonomy-column_category.css");

/* ===========================
   監修者プロフィール
=========================== */

.c-supervisor-profile {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  max-width: 1080px;
  margin: 40px auto 60px;
  padding: 48px 40px;
  border: 1px solid #F5F4FF;
  background: #F5F4FF;
  box-sizing: border-box;
}

.c-supervisor-profile__photo img {
  width: 160px;
  height: 160px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

.c-supervisor-profile__info {
  flex: 1;
}

.c-supervisor-profile__name {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 8px;
}

.c-supervisor-profile__position {
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin: 0 0 16px;
}

.c-supervisor-profile__text {
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
}

/* ===========================
   記事一覧セクション
=========================== */

.c-supervisor-articles {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 60px;
}

.c-supervisor-articles__title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #140564;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #D1D5DB;
}

.c-supervisor-articles__count {
  color: #666;
  font-size: 14px;
  font-weight: 300;
}

.c-supervisor-articles__empty {
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 16px;
  text-align: center;
  padding: 60px 0;
}

/* ===========================
   スマホ対応
=========================== */

@media (max-width: 768px) {
  /* common.css の padding-bottom: 100px を打ち消す */
  .l-content {
    padding-bottom: 0 !important;
  }

  .c-supervisor-profile {
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    margin: 24px auto 40px;
    max-width: 342px;
  }

  .c-supervisor-articles {
    padding: 0 0 32px;
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-supervisor-articles__title {
    font-size: 18px;
  }
}
