@charset "UTF-8";
.reason-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  .reason-wrapper .reason-kv {
    width: 100%;
    max-width: 1600px; }
    .reason-wrapper .reason-kv .kv-inner {
      position: relative; }
      .reason-wrapper .reason-kv .kv-inner img {
        display: block;
        width: 100%;
        height: auto; }
      .reason-wrapper .reason-kv .kv-inner h1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        white-space: nowrap;
        max-width: 100%;
        text-align: center; }
        .reason-wrapper .reason-kv .kv-inner h1 span {
          background: #fff;
          padding: 4px 6px 6px;
          font-size: 1rem;
          line-height: 1;
          font-weight: 500;
          display: inline;
          box-decoration-break: clone;
          -webkit-box-decoration-break: clone; }
          .reason-wrapper .reason-kv .kv-inner h1 span em {
            background-color: #FFFFFF;
            display: block;
            margin-bottom: 12px;
            font-size: 1rem;
            font-style: normal; }
          .reason-wrapper .reason-kv .kv-inner h1 span i {
            font-style: normal; }

.reason-catch-wrapper {
  width: 100%;
  font-family: kinuta-maruminyoshino-stdn, serif;
  text-align: center;
  margin-top: -8rem;
  position: relative;
  margin-bottom: 4rem; }
  .reason-catch-wrapper p.main {
    font-size: 3vw;
    transform: rotate(-4deg);
    display: inline-block;
    color: #FFFFFF; }
    .reason-catch-wrapper p.main span {
      background-color: #18388c; }
    .reason-catch-wrapper p.main em {
      color: #ff0486;
      font-style: normal; }
  .reason-catch-wrapper p.m-txt {
    font-size: 0.95vw;
    color: #133284; }

@media (max-width: 680px) {
  .reason-catch-wrapper {
    width: 90%;
    font-family: kinuta-maruminyoshino-stdn, serif;
    text-align: center;
    margin: -2rem auto 0rem;
    position: relative; }
    .reason-catch-wrapper p.main {
      font-size: 6vw;
      transform: rotate(-4deg);
      display: inline-block;
      margin-bottom: 2rem;
      color: #FFFFFF; }
      .reason-catch-wrapper p.main span {
        background-color: #18388c; }
      .reason-catch-wrapper p.main em {
        color: #ff0486;
        font-style: normal; }
    .reason-catch-wrapper p.m-txt {
      font-size: 3.5vw;
      color: #133284;
      line-height: 1.4;
      text-align: left; } }
/* ========== 壁（背景） ========== */
.board-wrap {
  margin-bottom: 10rem; }

/* ========== タイトル ========== */
.board-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #3a3028;
  letter-spacing: .12em;
  margin-bottom: 20px; }

.board-title span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: #7a6e64;
  margin-top: 6px;
  letter-spacing: .08em; }

/* ========== フィルターパネル ========== */
.filter-panel {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto 40px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); }

.filter-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap; }

.filter-row:last-child {
  border-bottom: none; }

.filter-row-label {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  width: 110px;
  flex-shrink: 0;
  letter-spacing: .05em; }

.filter-row-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1; }

/* チップ：通常状態 */
.filter-chip {
  padding: 6px 16px;
  border-radius: 16px;
  border: 1.5px solid #d8d4cc;
  background: #fafaf8;
  font-size: 12.5px;
  font-weight: 600;
  color: #555;
  font-family: 'Noto Sans JP', sans-serif;
  cursor: pointer;
  transition: all .15s ease;
  white-space: nowrap; }

/* ホバー（非選択・非無効時のみ） */
.filter-chip:not(.active):not(.disabled):hover {
  border-color: #aaa;
  background: #f0eee8; }

/* 選択中：はっきりした色で固定表示 */
.filter-chip.active {
  background: #3a4a6a !important;
  border-color: #3a4a6a !important;
  color: #fff !important; }

/* グレーアウト（AND条件と組み合わせて該当0件になる選択肢） */
.filter-chip.disabled {
  background: #e4e1da !important;
  border-color: #e4e1da !important;
  color: #b3afa6 !important;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: line-through;
  text-decoration-color: #c8c4ba; }

.filter-result-count {
  text-align: center;
  font-size: 12px;
  color: #8a8074;
  margin-top: 4px; }

/* ========== ボード ========== */
.memo-board {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
  position: relative; }

/* ========== セル ========== */
.memo-cell {
  width: 300px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  overflow: visible; }

.memo-cell.hidden-cell {
  visibility: hidden;
  pointer-events: none;
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden; }

/* ========== 付箋本体 ========== */
.memo {
  width: 270px;
  padding: 16px 16px 20px;
  padding-top: 48px;
  position: relative;
  cursor: pointer;
  will-change: transform;
  transition: none;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  z-index: 1;
  overflow: visible;
  transform: translate(0px, 0px) rotate(0deg);
  flex-shrink: 0; }

.memo.animated {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s; }

.memo::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  z-index: 10;
  pointer-events: none; }

/* ===== 業界7種類 → 付箋カラー ===== */
.memo.c-semicon {
  background: #bde8ff; }

.memo.c-aero {
  background: #cfe8c9; }

.memo.c-medical {
  background: #ffd3d7; }

.memo.c-gx {
  background: #fff3a0; }

.memo.c-robotics {
  background: #e0d3f5; }

.memo.c-logistics {
  background: #ffe0b3; }

.memo.c-it {
  background: #c8f0e6; }

.memo.c-mobility {
  background: #f5dcc8; }

/* ===== 性別2種類 → 画鋲カラー ===== */
.pin-male::before {
  background: #5b7fd6;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.5); }

.pin-female::before {
  background: #e05080;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.5); }

/* ========== 顔写真 ========== */
.memo-face-wrap {
  position: absolute;
  top: -28px;
  left: -18px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.22);
  background: #ccc;
  z-index: 5; }

.memo-face-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.memo-face-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: #ddd; }

/* ========== ヘッダー ========== */
.memo-header {
  margin-bottom: 10px;
  padding-bottom: 8px;
  padding-left: 70px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.12);
  min-height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.memo-dept {
  font-size: 14px;
  font-weight: 700;
  color: #1a4a7a;
  letter-spacing: .04em;
  line-height: 1.5; }

.memo-year {
  font-size: 12px;
  color: #1a5a3a;
  font-weight: 700;
  margin-top: 2px; }

.memo-name-line {
  font-size: 14px;
  font-weight: 700;
  color: #1a4a7a;
  letter-spacing: .02em;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.memo-sub-line {
  font-size: 12px;
  color: #5a5048;
  font-weight: 600;
  margin-top: 2px; }

/* ========== 本文 ========== */
.memo-text {
  font-size: 11.5px;
  color: #2c2420;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }
  .memo-text h3 {
    font-size: 11.5px;
    margin-bottom: 0.35rem; }
  .memo-text h4 {
    margin-top: 1.1rem;
    font-size: 11.5px;
    margin-bottom: 0.35rem; }

/* ホバー */
.memo-cell.is-hovered {
  z-index: 9999; }

.memo-cell.is-hovered .memo {
  box-shadow: 6px 12px 32px rgba(0, 0, 0, 0.3);
  z-index: 9999; }

.memo-cell.is-hovered .memo-text {
  -webkit-line-clamp: unset;
  overflow: visible;
  font-size: 11.5px; }

/* フィルター：フェードアウト */
.memo.fading-out {
  transition: opacity .25s ease, transform .25s ease !important;
  opacity: 0 !important;
  transform: scale(0.85) !important; }

/* 該当者なしメッセージ */
.no-result {
  text-align: center;
  color: #998;
  font-size: 14px;
  padding: 60px 0;
  width: 100%;
  display: none; }

.no-result.show {
  display: block; }

/* ========== レスポンシブ ========== */
@media (max-width: 680px) {
  .filter-row {
    flex-direction: column;
    align-items: flex-start; }

  .filter-row-label {
    width: auto;
    margin-bottom: 4px; } }
@media (max-width: 640px) {
  .filter-chip {
    font-size: 10.5px;
    padding: 3px 12px; }

  .filter-result-count {
    margin-bottom: 2rem; }

  .board-wrap {
    padding: 32px 12px 60px; }

  .memo-cell {
    width: 100%;
    max-width: 360px;
    height: 250px; }

  .memo {
    width: 92%;
    max-width: 300px;
    padding: 38px 10px 14px; }

  .memo-face-wrap {
    width: 56px;
    height: 56px;
    top: -18px;
    left: -8px; }

  .memo-header {
    padding-left: 48px;
    min-height: 38px; }

  .memo-dept {
    font-size: 11px; }

  .memo-year {
    font-size: 10px; }

  .memo-text {
    font-size: 11px;
    -webkit-line-clamp: 4; }
    .memo-text h3 {
      font-size: 11px;
      margin-bottom: 0.65rem; }
    .memo-text h4 {
      margin-top: 4rem;
      font-size: 11px;
      margin-bottom: 0.65rem; } }

/*# sourceMappingURL=reason02.css.map */
