/* NEWS一覧 */
.page-news .site-header {
  height: 356px;
}

.page-news .global-nav-list li + li::before {
  margin-right: 31px;
  margin-left: 31px;
}

.page-news .global-nav-list a {
  font-size: 24px;
}

.news-page-title {
  margin: 50px 0 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}

.news-main {
  padding-top: 62px;
}

.news-filter {
  width: 810px;
  max-width: calc(100% - 40px);
  margin: 0px 0 55px 265px;
}

.news-filter-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.news-filter-label {
  flex-shrink: 0;
  width: 100px;
  font-size: 16px;
  font-weight: 600;
}

.news-category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-category-button {
  min-width: 75px;
  height: 30px;
  padding: 2px 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.news-category-button.is-active {
  color: #fff;
  background: #000;
}

.news-talent-filter {
  margin-bottom: 0;
}

.news-select-wrap {
  position: relative;
  display: block;
  width: 325px;
}

.news-select-button::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  pointer-events: none;
  transform: translateY(-35%);
}

.news-talent-select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.news-select-button {
  position: relative;
  width: 100%;
  height: 38px;
  padding: 3px 42px 3px 20px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.news-select-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: 220px;
  padding: 7px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.news-select-menu[hidden] {
  display: none;
}

.news-select-menu button {
  display: block;
  width: 100%;
  padding: 8px 13px;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.news-select-menu button[aria-selected="true"] {
  color: #fff;
  background: #000;
}

.news-filter-note {
  margin: 4px 0 0 100px;
  font-size: 11px;
}

.news-list-section {
  position: relative;
  padding: 95px 65px 40px;
  background: #f4f4f4;
  border-radius: 90px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1790px;
  margin: 0 auto;
}

.news-list-item {
  width: 33.333%;
  padding: 0 18px 72px;
}

.news-list-item[hidden] {
  display: none;
}

.news-list-item a {
  display: block;
}

.news-list-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.6;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
}

.news-list-image-umino {
  background: #D7CFCC;
}

.news-list-image-matsumoto {
  background: #FBFBFB;
}

.news-list-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.news-list-image-company img {
  width: 52%;
  height: auto;
  filter: none;
}

.news-list-meta {
  display: flex;
  align-items: center;
  margin-top: 14px;
  font-size: 14px;
}

.news-list-meta span {
  margin-left: 13px;
  padding: 2px 16px;
  color: #fff;
  background: #000;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.4;
}

.news-list-item p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.news-empty {
  margin: 40px 0;
  text-align: center;
}

.news-more {
  position: absolute;
  bottom: -34px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 68px;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 34px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transform: translateX(-50%);
}

.news-more[hidden] {
  display: none;
}

.news-more span {
  position: absolute;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-3px);
}

.page-news .site-footer {
  margin-top: 220px;
}

@media (hover: hover) {
  .news-list-item a:hover .news-list-image img {
    opacity: 0.75;
  }
}

@media (max-width: 1024px) {
  .page-news .site-header {
    height: 260px;
  }

  .page-news .global-nav-list li + li::before {
    margin-right: 16px;
    margin-left: 0;
  }

  .page-news .global-nav-list a {
    font-size: 36px;
  }

  .page-news .global-nav-privacy a {
    font-size: 20px;
  }

  .news-page-title {
    margin-top: 40px;
    font-size: 42px;
  }

  .news-main {
    padding-top: 45px;
  }

  .news-filter {
    width: calc(100% - 24px);
    max-width: none;
    margin-right: auto;
    margin-bottom: 42px;
    margin-left: auto;
  }

  .news-filter-row {
    display: block;
    margin-bottom: 20px;
  }

  .news-filter-label {
    display: block;
    width: auto;
    margin-bottom: 3px;
    font-size: 14px;
  }

  .news-category-buttons {
    justify-content: flex-start;
    gap: 6px;
  }

  .news-category-button {
    min-width: 0;
    height: 28px;
    padding: 2px 12px;
    font-size: 12px;
  }

  .news-select-wrap {
    width: 100%;
  }

  .news-talent-select {
    height: 38px;
  }

  .news-filter-note {
    margin-left: 0;
  }

  .news-list-section {
    padding: 55px 10px 40px;
    border-radius: 55px;
  }

  .news-list-item {
    width: 100%;
    padding: 0 10px 48px;
  }

  .news-list-image {
    border-radius: 16px;
  }

  .news-list-meta {
    margin-top: 10px;
    font-size: 11px;
  }

  .news-list-meta span {
    font-size: 11px;
  }

  .news-list-item p {
    font-size: 13px;
  }

  .news-more {
    bottom: -26px;
    width: 165px;
    height: 52px;
    font-size: 14px;
  }

  .page-news .site-footer {
    margin-top: 150px;
  }
  .news-filter-note {
  margin: -15px 0 0 10px;
  font-size: 11px;
}
}

@media (max-width: 430px) {
  .page-news .site-header {
    height: 220px;
  }

  .news-page-title {
    margin-top: 28px;
    font-size: 30px;
  }
}

/* NEWS詳細 */
.page-news-detail .site-header {
  height: 356px;
}

.page-news-detail .global-nav-list li + li::before {
  margin-right: 31px;
  margin-left: 31px;
}

.page-news-detail .global-nav-list a {
  font-size: 24px;
}

.news-detail-main {
  padding-top: 75px;
}

.news-detail-article {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: 0 auto;
  padding: 48px 86px 78px;
  background: #f4f4f4;
  border-radius: 28px;
}

.news-detail-body {
  font-size: 16px;
  line-height: 1.8;
}

.news-detail-date {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}

.news-detail-body h2 {
  margin: 0 0 52px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.45;
}

.news-detail-body > h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.news-detail-body > p {
  margin: 0 0 24px;
}

.news-detail-info {
  margin-top: 34px;
}

.news-detail-info h3 {
  display: inline-flex;
  min-height: 30px;
  margin: 0 0 12px;
  padding: 10px 22px;
  align-items: center;
  color: #fff;
  background: #000;
  border-radius: 0 18px 18px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.news-detail-body h3 {
  display: inline-flex;
  min-height: 30px;
  margin: 34px 0 12px;
  padding: 10px 22px;
  align-items: center;
  color: #fff;
  background: #000;
  border-radius: 0 18px 18px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.news-detail-info p {
  margin: 0 0 20px;
}

.news-detail-body h3 ~ p {
  margin: 0 0 20px;
}

.news-detail-info a {
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.news-detail-body h3 ~ p a {
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.news-detail-media {
  width: 100%;
  aspect-ratio: 1.72;
  margin-top: 42px;
  background: #fff;
  overflow: hidden;
}

.news-detail-media img,
.news-detail-media video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 이미지가 영역을 가득 채우도록 설정 (꽉 차게 채우며 자르기) */
  display: block;
}

.news-detail-back-wrap {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: 24px auto 145px;
}

.news-detail-back-link {
  display: inline-flex;
  width: 270px;
  height: 66px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  border-radius: 34px;
  font-size: 20px;
  font-weight: 600;
}

.news-detail-back-link span {
  margin-right: 24px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-2px);
}

.news-detail-back-number {
  position: relative;
  padding: 90px 65px 110px;
  background: #f4f4f4;
  border-radius: 90px;
}

.news-detail-back-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
  transform: translateY(-50%);
}

.news-detail-back-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  max-width: 1790px;
  margin: 0 auto;
}

.news-detail-back-item p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.page-news-detail .site-footer {
  margin-top: 220px;
}

@media (hover: hover) {
  .news-detail-back-item a:hover .news-list-image img {
    opacity: 0.75;
  }
}

@media (max-width: 1024px) {
  .page-news-detail .site-header {
    height: 260px;
  }

  .page-news-detail .global-nav-list li + li::before {
    margin-right: 16px;
    margin-left: 0;
  }

  .page-news-detail .global-nav-list a {
    font-size: 36px;
  }

  .page-news-detail .global-nav-privacy a {
    font-size: 20px;
  }

  .news-detail-main {
    padding-top: 28px;
  }

  .news-detail-article {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 42px 14px 54px;
    border-radius: 24px;
  }

  .news-detail-body {
    font-size: 13px;
    line-height: 1.8;
  }

  .news-detail-date {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .news-detail-body h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.45;
  }

  .news-detail-body > p {
    margin-bottom: 22px;
  }

  .news-detail-info {
    margin-top: 28px;
  }

  .news-detail-info h3 {
    min-height: 28px;
    padding: 11px 18px;
    font-size: 13px;
  }

  .news-detail-body h3 {
    margin-top: 28px;
    min-height: 28px;
    padding: 11px 18px;
    font-size: 13px;
  }

  .news-detail-media {
    aspect-ratio: 1 / 1.05;
    margin-top: 38px;
  }

  .news-detail-back-wrap {
    width: 100%;
    margin: 20px auto 105px;
    text-align: center;
  }

  .news-detail-back-link {
    width: 190px;
    height: 48px;
    font-size: 12px;
  }

  .news-detail-back-link span {
    margin-right: 18px;
    font-size: 22px;
  }

  .news-detail-back-number {
    padding: 55px 16px 45px;
    border-radius: 55px;
  }

  .news-detail-back-title {
    top: 0;
    font-size: 34px;
  }

  .news-detail-back-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .news-detail-back-item p {
    font-size: 13px;
  }

  .page-news-detail .site-footer {
    margin-top: 150px;
  }
}

@media (max-width: 430px) {
  .page-news-detail .site-header {
    height: 184px;
  }
}
