@charset "UTF-8";

.mu-news,
.mu-news * {
  box-sizing: border-box;
}

.mu-news {
  color: #263c48;
  background: #f7f8f8;
  padding-bottom: 80px;
}

.mu-news a {
  color: inherit;
  text-decoration: none;
}

.mu-news__inner {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.mu-news-hero {
  position: static;
  z-index: auto;
  width: auto;
  padding: 44px 0 40px;
  background: #fff;
  border-bottom: 1px solid #e3e7e9;
}

.mu-news-hero__label {
  color: #f26700;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.mu-news-hero h1 {
  margin: 8px 0 0;
  color: #0c3349;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.mu-news-hero__lead {
  margin: 12px 0 0;
  color: #66747d;
  line-height: 1.8;
}

.mu-news-list {
  background: #fff;
  border-top: 3px solid #0c3349;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 10px 30px rgba(12, 51, 73, 0.08);
}

.mu-news-list li + li {
  border-top: 1px solid #e3e7e9;
}

.mu-news-list a {
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  transition: background-color 0.2s ease;
}

.mu-news-list a:hover,
.mu-news-list a:focus-visible {
  background: #f7f4ef;
}

.mu-news-list time,
.mu-news-single__date {
  color: #71808a;
  font-size: 13px;
  font-weight: 700;
}

.mu-news-list h2 {
  margin: 0;
  color: #0c3349;
  font-size: 17px;
  line-height: 1.7;
}

.mu-news-list__arrow {
  color: #f26700;
  font-size: 20px;
}

.mu-news-pagination {
  margin-top: 36px;
}

.mu-news-pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.mu-news-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  border: 1px solid #d8dfe2;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mu-news-pagination .current,
.mu-news-pagination a:hover {
  color: #fff;
  border-color: #0c3349;
  background: #0c3349;
}

.mu-news-single {
  max-width: 900px;
  background: #fff;
  margin: 32px auto 0;
  padding: clamp(24px, 5vw, 56px);
  box-shadow: 0 10px 30px rgba(12, 51, 73, 0.08);
}

.mu-news-single__content > :first-child {
  margin-top: 0;
}

.mu-news-single__content > :last-child {
  margin-bottom: 0;
}

.mu-news-single__image {
  margin-bottom: 32px;
}

.mu-news-single__image img {
  width: 100%;
  height: auto;
  display: block;
}

.mu-news-single__content {
  font-size: 16px;
  line-height: 2;
}

.mu-news-single__content p {
  margin: 0 0 1.25em;
}

.mu-news-single__content img {
  max-width: 100%;
  height: auto;
}

.mu-news-single__content .wp-block-embed {
  max-width: 680px;
  margin: 32px auto;
}

.mu-news-single__content .wp-block-embed__wrapper {
  width: 100%;
  border: 1px solid #dce2e5;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  position: static;
}

.mu-news-single__content blockquote.wp-embedded-content {
  margin: 0 !important;
  padding: 24px 62px 24px 24px;
  display: block !important;
  border: 0;
  position: relative;
}

.mu-news-single__content blockquote.wp-embedded-content::after {
  content: "→";
  color: #f26700;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.mu-news-single__content blockquote.wp-embedded-content a {
  color: #0c3349;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  text-decoration: none;
}

.mu-news-single__content iframe.wp-embedded-content {
  display: none !important;
}

.mu-news-link-card {
  max-width: 680px;
  margin: 32px auto;
  border: 1px solid #dce2e5;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.mu-news-link-card > a {
  min-height: 112px;
  padding: 12px 22px 12px 12px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  color: #0c3349;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.mu-news-link-card > a:hover,
.mu-news-link-card > a:focus-visible {
  background: #f7f4ef;
}

.mu-news-link-card__visual {
  width: 112px;
  height: 84px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background: #edf0f1;
}

.mu-news-link-card__image {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
}

.mu-news-link-card__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.mu-news-link-card__arrow {
  color: #f26700;
  font-size: 20px;
  font-weight: 700;
}

.mu-news-single__back {
  margin: 44px 0 0;
  text-align: center;
}

.mu-news-single__back a {
  color: #fff;
  background: #0c3349;
  border: 1px solid #0c3349;
  border-radius: 4px;
  padding: 13px 28px;
  display: inline-block;
  font-weight: 700;
  transition: 0.2s ease;
}

.mu-news-single__back a:hover {
  color: #0c3349;
  background: #fff;
}

.mu-news-empty {
  background: #fff;
  padding: 48px 24px;
  text-align: center;
}

/* お知らせ一覧：トップページと共通の、余白と罫線を生かしたレイアウト */
.mu-news-archive {
  background: #f7f4ef;
  padding-bottom: clamp(72px, 9vw, 120px);
}

.mu-news-archive .mu-news-hero {
  background: transparent;
  border: 0;
  padding: clamp(56px, 7vw, 92px) 0 38px;
}

.mu-news-archive .mu-news-hero h1 {
  margin: 0;
  text-align: center;
  font-family: inherit;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}

.mu-news-archive .mu-news-hero h1 span {
  color: #333;
  margin-top: 2px;
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: normal;
}

.mu-news-archive .mu-news-hero h1 span::after {
  content: "";
  width: 5%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -6px;
  left: 47.5%;
}

.mu-news-archive .mu-news-list {
  background: transparent;
  border-top: 2px solid #789cab;
  box-shadow: none;
}

.mu-news-archive .mu-news-list li + li {
  border-top: 0;
}

.mu-news-archive .mu-news-list li {
  border-bottom: 1px solid rgba(12, 51, 73, 0.5);
}

.mu-news-archive .mu-news-list a {
  padding: 28px clamp(0px, 7vw, 84px);
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 26px;
}

.mu-news-archive .mu-news-list a:hover,
.mu-news-archive .mu-news-list a:focus-visible {
  background: rgba(255, 255, 255, 0.5);
}

.mu-news-archive .mu-news-list time {
  color: #344f5e;
  font-size: 14px;
  font-weight: 400;
}

.mu-news-archive .mu-news-list h2 {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .mu-news {
    padding-bottom: 56px;
  }

  .mu-news__inner {
    width: calc(100% - 28px);
  }

  .mu-news-hero {
    padding: 30px 0 26px;
  }

  .mu-news-hero h1 {
    font-size: 26px;
  }

  .mu-news-list a {
    padding: 18px 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 12px;
  }

  .mu-news-list time {
    grid-column: 1 / -1;
  }

  .mu-news-list h2 {
    font-size: 15px;
  }

  .mu-news-single {
    margin-top: 18px;
    padding: 24px 18px 32px;
  }

  .mu-news-single__content .wp-block-embed {
    margin: 24px 0;
  }

  .mu-news-single__content blockquote.wp-embedded-content {
    padding: 18px 46px 18px 16px;
  }

  .mu-news-single__content blockquote.wp-embedded-content::after {
    right: 16px;
  }

  .mu-news-single__content blockquote.wp-embedded-content a {
    font-size: 14px;
  }

  .mu-news-link-card {
    margin: 24px 0;
  }

  .mu-news-link-card > a {
    min-height: 88px;
    padding: 10px 14px 10px 10px;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .mu-news-link-card__visual {
    width: 82px;
    height: 64px;
  }

  .mu-news-link-card__title {
    font-size: 13px;
    line-height: 1.6;
  }

  .mu-news-archive .mu-news-hero {
    padding: 46px 0 28px;
  }

  .mu-news-archive .mu-news-hero h1 {
    font-size: 29px;
  }

  .mu-news-archive .mu-news-list a {
    padding: 18px 4px;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .mu-news-archive .mu-news-list time {
    grid-column: auto;
    font-size: 12px;
  }

  .mu-news-archive .mu-news-list h2 {
    font-size: 14px !important;
  }
}
