@charset "UTF-8";
/* ============================================
   こだわり商品研究所 研究員情報セクション
   配置先: https://www.kodawari-net.com/img/css/researcher-profile.css
   ============================================ */

/* セクション全体のラッパー */
.kdw-researcher {
  max-width: 760px;
  margin: 40px auto;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
  line-height: 1.8;
}

/* セクション見出し */
.kdw-researcher__title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #aa1f1f 0%, #d94545 100%);
  color: #fff;
  border-radius: 8px;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(170, 31, 31, 0.2);
}

.kdw-researcher__title-mark {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  vertical-align: 2px;
}

/* メインボックス */
.kdw-researcher__box {
  background: #fff;
  border: 2px solid #f3e5e5;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* ロゴエリア */
.kdw-researcher__logo {
  text-align: center;
  margin: 0 0 24px;
}

.kdw-researcher__logo img {
  width: 150px;
  max-width: 100%;
  height: auto;
}

/* リード文（役割の説明） */
.kdw-researcher__lead {
  background: linear-gradient(135deg, #fff8f0 0%, #fff3e8 100%);
  border-left: 5px solid #aa1f1f;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.9;
}

.kdw-researcher__lead strong {
  font-weight: bold;
}

.kdw-researcher__lead-mark {
  background: linear-gradient(transparent 60%, #ffeb99 60%);
  padding: 0 2px;
  font-weight: bold;
}

/* ポイントリスト */
.kdw-researcher__points {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.kdw-researcher__point {
  display: block;
  background: #fafafa;
  border: 1px solid #eee;
  border-left: 4px solid #aa1f1f;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.8;
  position: relative;
}

.kdw-researcher__point:last-child {
  margin-bottom: 0;
}

/* ポイント番号バッジ */
.kdw-researcher__point-num {
  display: inline-block;
  background: linear-gradient(135deg, #aa1f1f 0%, #d94545 100%);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 12px;
  margin-right: 10px;
  vertical-align: 1px;
  letter-spacing: 0.05em;
}

/* キーワード強調（情報・知識・理念など） */
.kdw-researcher__keyword {
  display: inline-block;
  background: #fff3f3;
  color: #aa1f1f;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid #f0d0d0;
  font-size: 14px;
  margin: 0 2px;
}

/* 区切り線 */
.kdw-researcher__divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 28px 0;
  color: #aa1f1f;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.kdw-researcher__divider::before,
.kdw-researcher__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #d4a5a5, transparent);
}

.kdw-researcher__divider span {
  padding: 0 16px;
}

/* 研究員プロフィールカード */
.kdw-researcher__card {
  background: linear-gradient(135deg, #fdf6f6 0%, #faeeee 100%);
  border: 1px solid #f0d0d0;
  border-radius: 12px;
  padding: 28px 24px;
  margin: 0 0 28px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(170, 31, 31, 0.08);
}

.kdw-researcher__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  margin: 0 auto 16px;
  display: block;
}

.kdw-researcher__role {
  font-size: 13px;
  color: #aa1f1f;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 4px;
}

.kdw-researcher__org {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px;
}

.kdw-researcher__name {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  margin: 0 0 18px;
  letter-spacing: 0.08em;
}

/* 資格・所属リスト */
.kdw-researcher__creds {
  text-align: left;
  background: #fff;
  border-radius: 8px;
  padding: 18px 20px;
  margin: 16px auto 0;
  max-width: 480px;
  border: 1px solid #f0e0e0;
}

.kdw-researcher__creds-title {
  font-size: 12px;
  color: #aa1f1f;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px dashed #d4a5a5;
  padding: 0 0 8px;
  margin: 0 0 12px;
}

.kdw-researcher__creds-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13.5px;
  line-height: 1.7;
}

.kdw-researcher__creds-list li {
  padding: 6px 0 6px 18px;
  border-bottom: 1px dotted #eee;
  position: relative;
}

.kdw-researcher__creds-list li:last-child {
  border-bottom: none;
}

.kdw-researcher__creds-list li::before {
  content: "▪";
  color: #aa1f1f;
  position: absolute;
  left: 2px;
  top: 6px;
  font-size: 12px;
}

.kdw-researcher__creds-list a {
  color: #aa1f1f;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.kdw-researcher__creds-list a:hover {
  border-bottom-color: #aa1f1f;
}

/* リンクボタン */
.kdw-researcher__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 24px 0 0;
}

.kdw-researcher__link {
  display: inline-block;
  background: #fff;
  border: 2px solid #aa1f1f;
  color: #aa1f1f;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.2s ease;
  letter-spacing: 0.05em;
}

.kdw-researcher__link:hover {
  background: #aa1f1f;
  color: #fff;
  box-shadow: 0 4px 10px rgba(170, 31, 31, 0.25);
  text-decoration: none;
}

.kdw-researcher__link-arrow {
  margin-right: 4px;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .kdw-researcher {
    margin: 24px auto;
  }
  .kdw-researcher__title {
    font-size: 17px;
    padding: 14px 16px;
  }
  .kdw-researcher__box {
    padding: 22px 16px;
  }
  .kdw-researcher__lead {
    padding: 16px 18px;
    font-size: 14px;
  }
  .kdw-researcher__point {
    padding: 14px 16px;
    font-size: 14px;
  }
  .kdw-researcher__card {
    padding: 22px 16px;
  }
  .kdw-researcher__photo {
    width: 130px;
    height: 130px;
  }
  .kdw-researcher__name {
    font-size: 19px;
  }
  .kdw-researcher__creds {
    padding: 14px 16px;
  }
  .kdw-researcher__creds-list {
    font-size: 13px;
  }
  .kdw-researcher__link {
    font-size: 13px;
    padding: 9px 18px;
  }
}
