@charset "UTF-8";
/* ============================================
   採用説明会ページ専用CSS
   page.setsumei.css
   ============================================ */

/* --- Hero --- */
.setsumei-hero {
  background: linear-gradient(135deg, #2c2c3a 0%, #3a3a50 100%);
  color: #fff;
  padding: 40px 0 35px;
}
.setsumei-hero__badge {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 14px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.setsumei-hero__title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 8px;
  line-height: 1.4;
}
.setsumei-hero__subtitle {
  font-size: 18px;
  color: #ccc;
  margin: 0 0 12px;
  font-weight: normal;
}
.setsumei-hero__intro {
  font-size: 15px;
  color: #aaa;
  line-height: 1.8;
  margin: 0 0 20px;
}

/* --- Search --- */
.setsumei-search { margin-top: 10px; }
.setsumei-search__inner {
  display: flex;
  max-width: 600px;
}
.setsumei-search__input {
  flex: 1;
  padding: 12px 16px;
  font-size: 15px;
  border: 2px solid #555;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  outline: none;
}
.setsumei-search__input::placeholder { color: #888; }
.setsumei-search__input:focus { border-color: #c0392b; background: rgba(255,255,255,0.15); }
.setsumei-search__btn {
  padding: 12px 24px;
  background: #c0392b;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}
.setsumei-search__btn:hover { background: #a93226; }
.setsumei-search__tags {
  margin-top: 10px;
  font-size: 13px;
  color: #888;
}
.setsumei-search__tags a {
  color: #aaa;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.2s;
}
.setsumei-search__tags a:hover { color: #fff; }

/* --- Section --- */
.setsumei-section {
  padding: 30px 0;
}
.setsumei-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.setsumei-section__title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.setsumei-section__meta {
  font-size: 13px;
  color: #888;
}
.setsumei-count {
  font-size: 15px;
  color: #888;
  font-weight: normal;
  margin-left: 8px;
}

/* --- Region Blocks (Top) --- */
.setsumei-regions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.setsumei-region-block {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.setsumei-region-block__head {
  background: #3a3a50;
  color: #fff;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setsumei-region-block__head a {
  color: #fff;
  text-decoration: none;
}
.setsumei-region-block__head a:hover { text-decoration: underline; }
.setsumei-region-block__count {
  background: rgba(255,255,255,0.2);
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
}
.setsumei-region-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.setsumei-region-block__list li {
  border-bottom: 1px solid #f0f0f0;
}
.setsumei-region-block__list li:last-child { border-bottom: none; }
.setsumei-region-block__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.15s;
}
.setsumei-region-block__list a:hover { background: #f8f8f8; }
.setsumei-region-block__pref-count {
  color: #888;
  font-size: 12px;
}

/* --- Special Blocks (海外・オンライン) --- */
.setsumei-special-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}
.setsumei-special-block {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.setsumei-special-block--kaigai .setsumei-special-block__head {
  background: #2c3e50;
  color: #fff;
}
.setsumei-special-block--online .setsumei-special-block__head {
  background: #34495e;
  color: #fff;
}
.setsumei-special-block__head {
  padding: 10px 14px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setsumei-special-block__link {
  display: block;
  padding: 12px 14px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.15s;
}
.setsumei-special-block__link:hover { background: #f8f8f8; }
.setsumei-special-block__link i { margin-left: 4px; }

/* --- Related --- */
.setsumei-related {
  padding: 20px 0 30px;
  border-top: 1px solid #e0e0e0;
}
.setsumei-related h3 {
  font-size: 17px;
  color: #333;
  margin-bottom: 12px;
}
.setsumei-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.setsumei-related__links a {
  display: inline-block;
  padding: 6px 14px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #555;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
.setsumei-related__links a:hover {
  background: #e8e8e8;
  border-color: #ccc;
}

/* --- Content Layout --- */
.setsumei-content {
  display: flex;
  gap: 30px;
  padding: 25px 0 40px;
}
.setsumei-main { flex: 1; min-width: 0; }
.setsumei-sidebar { width: 280px; flex-shrink: 0; }

/* --- List Header --- */
.setsumei-list-header {
  margin-bottom: 15px;
}
.setsumei-list-header__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #3a3a50;
  padding-bottom: 8px;
}

/* --- Filters --- */
.setsumei-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.setsumei-filters__label {
  font-size: 14px;
  color: #666;
}
.setsumei-filter-btn {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  transition: all 0.2s;
}
.setsumei-filter-btn:hover { background: #f0f0f0; border-color: #ccc; }
.setsumei-filter-btn--active {
  background: #3a3a50;
  color: #fff;
  border-color: #3a3a50;
}

/* --- Card --- */
.setsumei-list { /* container for seminar cards */ }
.setsumei-card {
  display: block;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
  transition: background 0.15s;
}
.setsumei-card:first-child { border-top: 1px solid #eee; }
.setsumei-card:hover { background: #fafafa; }
.setsumei-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #2c3e50;
  margin: 0 0 6px;
  line-height: 1.5;
}
.setsumei-card:hover .setsumei-card__title { text-decoration: underline; }
.setsumei-card__schedule {
  font-size: 14px;
  color: #555;
  margin: 0 0 6px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.setsumei-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.setsumei-card__format {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #c0392b;
}
.setsumei-card__format--online { color: #2980b9; }
.setsumei-card__format--both { color: #8e44ad; }
.setsumei-card__date {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.setsumei-card__time {
  font-size: 14px;
  color: #555;
}
.setsumei-card__address {
  font-size: 14px;
  color: #555;
  margin: 0 0 4px;
}
.setsumei-card__address i { color: #c0392b; margin-right: 4px; }
.setsumei-card__school {
  font-size: 13px;
  color: #888;
  margin: 0;
}

/* --- Pager --- */
.setsumei-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 0;
}
.setsumei-pager a {
  color: #3a3a50;
  text-decoration: none;
  font-size: 15px;
  padding: 6px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s;
}
.setsumei-pager a:hover { background: #f0f0f0; }
.setsumei-pager__info { font-size: 13px; color: #888; }

/* --- Empty --- */
.setsumei-empty {
  text-align: center;
  padding: 60px 20px;
  color: #888;
}
.setsumei-empty i { margin-right: 6px; }
.setsumei-empty .btn { margin-top: 16px; }

/* --- Sidebar --- */
.setsumei-sidebar__block {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.setsumei-sidebar__head {
  background: #3a3a50;
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: bold;
}
.setsumei-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.setsumei-sidebar__list li { border-bottom: 1px solid #f0f0f0; }
.setsumei-sidebar__list li:last-child { border-bottom: none; }
.setsumei-sidebar__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.15s;
}
.setsumei-sidebar__list a:hover { background: #f8f8f8; }
.setsumei-sidebar__list li.active a {
  background: #f0f0f5;
  color: #c0392b;
  font-weight: bold;
}
.setsumei-sidebar__count { color: #888; font-size: 12px; }
.setsumei-sidebar__list--nav a { justify-content: flex-start; gap: 8px; }
.setsumei-sidebar__list--nav a i.fa-angle-right { margin-left: auto; }

/* --- Detail --- */
.setsumei-detail__back { margin-bottom: 16px; }
.setsumei-detail__back a {
  color: #3a3a50;
  text-decoration: none;
  font-size: 14px;
}
.setsumei-detail__back a:hover { text-decoration: underline; }
.setsumei-detail__back--bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.setsumei-detail__header { margin-bottom: 20px; }
.setsumei-detail__format-badge {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.setsumei-detail__format-badge--online { background: #2980b9; }
.setsumei-detail__format-badge--both { background: #8e44ad; }
.setsumei-detail__title {
  font-size: 24px;
  font-weight: bold;
  color: #2c3e50;
  margin: 0 0 6px;
  line-height: 1.4;
}
.setsumei-detail__school {
  font-size: 15px;
  color: #888;
}
.setsumei-detail__image {
  margin-bottom: 24px;
}
.setsumei-detail__image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.setsumei-detail__section {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.setsumei-detail__section:last-of-type { border-bottom: none; }
.setsumei-detail__section-title {
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #3a3a50;
}
.setsumei-detail__section-title i { margin-right: 6px; color: #c0392b; }
.setsumei-detail__table {
  width: 100%;
  border-collapse: collapse;
}
.setsumei-detail__table th {
  text-align: left;
  padding: 8px 12px;
  background: #f8f8fa;
  border: 1px solid #eee;
  font-size: 14px;
  color: #555;
  width: 100px;
  white-space: nowrap;
}
.setsumei-detail__table td {
  padding: 8px 12px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #333;
}
.setsumei-detail__text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.setsumei-detail__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.setsumei-detail__apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  background: #c0392b;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.setsumei-detail__apply-btn:hover { background: #a93226; }
.setsumei-detail__link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #ddd;
  color: #3a3a50;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
.setsumei-detail__link-btn:hover { background: #f8f8f8; border-color: #bbb; }

/* --- Responsive --- */
@media (max-width: 768px) {
  .setsumei-hero { padding: 24px 0 20px; }
  .setsumei-hero__title { font-size: 20px; }
  .setsumei-regions { grid-template-columns: 1fr; }
  .setsumei-special-blocks { grid-template-columns: 1fr; }
  .setsumei-content { flex-direction: column; }
  .setsumei-sidebar { width: 100%; }
  .setsumei-search__inner { max-width: 100%; }
  .setsumei-detail__title { font-size: 18px; }
  .setsumei-detail__actions { flex-direction: column; }
  .setsumei-detail__apply-btn, .setsumei-detail__link-btn { width: 100%; justify-content: center; }
}
