@charset "UTF-8";


.h2-title {
  width: auto;
  height: 145px;
  margin-bottom: 80px;
}

.h2-title img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

/* =========================
   news archive mv
========================= */
#news-archive-mv {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

#news-archive-mv .news-archive-mv-image {
  width: 100%;
  height: 100%;
}

#news-archive-mv .news-archive-mv-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news-archive-mv .news-archive-header-logo {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 250px;
  z-index: 2;
}

#news-archive-mv .news-archive-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

#news-archive-mv .news-archive-mv-title {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 2;
}

#news-archive-mv .news-archive-mv-title img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   category nav
========================= */
#news-category-nav {
  width: 100%;
  background: #2c3278;
}

#news-category-nav .news-category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  min-height: 46px;
  padding: 0 20px 5px;
}

#news-category-nav .news-category-list li {
  list-style: none;
}

#news-category-nav .news-category-list a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#news-category-nav .news-category-list a:hover,
#news-category-nav .news-category-list a.is-active {
  opacity: 0.7;
}

/* =========================
   news single
========================= */
#news-single {
  background: #fcfcfc;
  padding: 80px 20px 120px;
}

#news-single .news-single-inner {
  max-width: 1100px;
  margin: 0 auto;
}

#news-single .news-single-article {
  max-width: 1010px;
  margin: 0 auto;
}

#news-single .news-single-header {
  margin-bottom: 26px;
}

#news-single .news-single-title {
  margin: 0 0 28px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #2f2f2f;
}

#news-single .news-single-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

#news-single .news-single-date {
  margin: 0;
  font-size: 19px;
  line-height: 1;
  color: #666666;
}

#news-single .news-single-category {
  margin: 0;
  padding: 7px 18px;
  border-radius: 3px;
  background: #7e98bb;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
}

#news-single .news-single-content {
  color: #555555;
}

#news-single .news-single-content p {
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

#news-single .news-single-image {
  margin-top: 48px;
  text-align: center;
}

#news-single .news-single-image img {
  display: inline-block;
  width: 100%;
  max-width: 760px;
  height: auto;
  vertical-align: bottom;
}

/* =========================
   member
========================= */

.news-single-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}

.news-single-meta-left {
  flex: 1;
}

.news-single-member {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  flex-shrink: 0;
}

.news-single-member-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.news-single-member-name {
  font-size: 14px;
  line-height: 1.4;
}


/* =========================
   post nav
========================= */
#news-single .news-single-post-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-top: 48px;
}

#news-single .news-single-post-nav a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #2c3278;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#news-single .news-single-post-nav a:hover {
  opacity: 0.7;
}

/* =========================
   buttons
========================= */
#news-single .news-single-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 44px;
}

#news-single .news-single-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 204px;
  height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  background: #2c3278;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#news-single .news-single-btn:hover {
  opacity: 0.8;
}

/* =========================
   related
========================= */
#news-single .news-related {
  max-width: 1010px;
  margin: 100px auto 0;
}

#news-single .news-related-title {
  margin: 0 0 26px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
  color: #2c3278;
}

#news-single .news-related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

#news-single .news-related-card {
  display: block;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#news-single .news-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

#news-single .news-related-card-image {
  width: 100%;
  aspect-ratio: 320 / 190;
  overflow: hidden;
}

#news-single .news-related-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news-single .news-related-card-body {
  padding: 10px 12px 14px;
}

#news-single .news-related-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

#news-single .news-related-card-date {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #666666;
}

#news-single .news-related-card-category {
  margin: 0;
  padding: 4px 12px;
  border-radius: 3px;
  background: #6d82a8;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
}

#news-single .news-related-card-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
}

/* =========================
   tablet
========================= */
@media screen and (max-width: 1024px) {
  #news-single {
    padding: 70px 20px 100px;
  }

  #news-single .news-single-title {
    font-size: 40px;
  }

  #news-single .news-single-date {
    font-size: 16px;
  }

  #news-single .news-single-content p {
    font-size: 17px;
  }

  #news-single .news-single-post-nav {
    gap: 40px;
  }

  #news-single .news-single-post-nav a {
    font-size: 22px;
  }

  #news-single .news-related-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================
   sp
========================= */
@media screen and (max-width: 699px) {
  #news-single {
    padding: 50px 16px 80px;
  }

  #news-single .news-single-header {
    margin-bottom: 22px;
  }

  #news-single .news-single-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.6;
  }

  #news-single .news-single-meta {
    gap: 10px;
    flex-wrap: wrap;
  }

  #news-single .news-single-date {
    font-size: 12px;
  }

  #news-single .news-single-category {
    padding: 5px 12px;
    font-size: 10px;
  }

  #news-single .news-single-content p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.9;
  }

  #news-single .news-single-image {
    margin-top: 30px;
  }

  #news-single .news-single-post-nav {
    flex-direction: column;
    gap: 18px;
    margin-top: 34px;
  }

  #news-single .news-single-post-nav a {
    font-size: 18px;
  }

  #news-single .news-single-buttons {
    gap: 14px;
    margin-top: 30px;
  }

  #news-single .news-single-btn {
    min-width: 170px;
    height: 36px;
    padding: 0 18px;
    font-size: 11px;
  }

  #news-single .news-related {
    margin-top: 70px;
  }

  #news-single .news-related-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  #news-single .news-related-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #news-single .news-related-card-body {
    padding: 10px 10px 12px;
  }

  #news-single .news-related-card-date {
    font-size: 11px;
  }

  #news-single .news-related-card-category {
    font-size: 9px;
    padding: 4px 10px;
  }

  #news-single .news-related-card-title {
    font-size: 12px;
    line-height: 1.8;
  }
}