@charset "UTF-8";
/*!
Theme Name: Slow Art Center Nagoya
Theme URI:
Description: Twenty Twenty-Fiveの子テーマ - Slow Art Center Nagoya
Author: Slow Art Center Nagoya
Author URI:
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slow-art-center-nagoya
*/
@keyframes sac-keyvisual-in {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.sac-page *,
.sac-page *::before,
.sac-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.sac-page {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  text-wrap: unset;
  word-break: normal;
  overflow-wrap: normal;
  line-break: auto;
  letter-spacing: normal;
  white-space: normal;
}
.sac-page p {
  text-wrap: unset;
  word-break: normal;
  overflow-wrap: normal;
  line-break: auto;
  letter-spacing: normal;
  white-space: normal;
}
.sac-page a {
  text-decoration: none;
  transition: opacity 0.2s;
}
.sac-page a:hover {
  opacity: 0.8;
}
.sac-page img {
  display: block;
  max-width: 100%;
}
.sac-page .sp-only {
  display: none;
}

.sac-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  background: rgba(255, 254, 254, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 1000;
  backdrop-filter: blur(0px);
  transition: background 0.3s, backdrop-filter 0.3s;
}
.sac-header__logo {
  width: 225px;
  flex-shrink: 0;
  transition: all 0.3s;
}
.sac-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sac-header__nav {
  display: flex;
  align-items: center;
  gap: 52px;
}
.sac-header__nav a {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.sac-header__nav a:hover {
  opacity: 0.8;
}
.sac-header__social {
  display: flex;
  align-items: center;
  gap: 25px;
}
.sac-header__social a {
  display: flex;
  align-items: center;
}
.sac-header__social img {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sac-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  opacity: 1;
  transition: opacity 0.3s;
}
.sac-header__hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #000;
}
.sac-header__hamburger.is-open {
  opacity: 0;
  pointer-events: none;
}
.sac-header__nav-close {
  display: none;
}
.sac-header__nav-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 52px;
  z-index: 1001;
  transition: all 0.3s;
}
.sac-header--scrolled {
  background: rgba(255, 254, 254, 0.7);
  backdrop-filter: blur(4px);
}
.sac-header--scrolled .sac-header__logo {
  width: 134px;
  transition: all 0.3s;
}
.sac-header--scrolled .sac-header__nav-wrapper {
  top: 0;
  height: 60px;
  transition: all 0.3s;
}
.sac-header__renewal {
  background: none;
}

.sac-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 100px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 0%);
  mask-image: linear-gradient(to right, #000 0%, #000 0%);
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: mask-size 0.4s linear, -webkit-mask-size 0.4s linear;
}
.sac-section-badge.is-visible {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.sac-section-badge--orange {
  background: #ff9a08;
}
.sac-section-badge--green {
  background: #5cb648;
}
.sac-section-badge--pink {
  background: #e42d5b;
}
.sac-section-badge--teal {
  background: #008080;
}

.sac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 100px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  height: 54px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.sac-btn:hover {
  opacity: 0.8;
}
.sac-btn--black {
  background: #000;
  color: #fff;
  border: 3px solid #000;
}
.sac-btn--outline {
  background: transparent;
  color: #000;
  border: 3px solid #000;
}

.sac-fv {
  background: #eaecee;
  padding: 140px 100px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sac-fv__keyvisual {
  width: 100%;
  max-width: 1600px;
  aspect-ratio: 1600/900;
  border-radius: 30px;
  overflow: hidden;
  background: #d9d9d9;
  position: relative;
  animation: sac-keyvisual-in 1.2s ease forwards;
}
.sac-fv__keyvisual img {
  width: 100%;
  height: 118.52%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -7.09%;
  left: 0;
}
.sac-fv__maincopy {
  position: absolute;
  left: 50px;
  top: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 870px;
  animation: sac-keyvisual-in 1.2s ease forwards;
}
.sac-fv__maincopy img {
  width: 100%;
  height: auto;
  display: block;
}

.sac-about {
  background: #fff;
  padding: 90px 100px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.sac-about__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 1180px;
  text-align: center;
}
.sac-about__text-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sac-about__heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
}
.sac-about__subheading {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
}
.sac-about__body {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
  text-align: center;
}
.sac-about__body p + p {
  margin-top: 0;
}
.sac-about__gallery {
  width: calc(100% + 200px);
  overflow: hidden;
  height: 300px;
  flex-shrink: 0;
}
.sac-about__gallery-track {
  display: flex;
  gap: 30px;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  animation: sac-gallery-scroll 50s linear infinite;
}
.sac-about__gallery-item {
  width: 533px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #d9d9d9;
  overflow: hidden;
}
.sac-about__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes sac-gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2815px);
  }
}
.sac-event {
  background: #eaecee;
  padding: 90px 100px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
.sac-event__container {
  position: relative;
  width: 100%;
  max-width: 1180px;
}
.sac-event__slider-wrap {
  overflow: visible;
  width: 100%;
}
.sac-event__slider {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease;
}
.sac-event__card {
  width: calc((100% - 60px) / 3);
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sac-event__card-img {
  height: 240px;
  background: #d9d9d9;
  flex-shrink: 0;
  overflow: hidden;
}
.sac-event__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sac-event__card-body {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 220px;
  color: #000;
  overflow: hidden;
}
.sac-event__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.sac-event__card-date {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.sac-event__card-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}
.sac-event__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: calc(100% + 50px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.sac-event__btn {
  width: 48px;
  height: 48px;
  border-radius: 75px;
  border: 1px solid #000;
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: background 0.2s;
  flex-shrink: 0;
  overflow: hidden;
}
.sac-event__btn:hover {
  background: #f0f0f0;
}

.sac-floor {
  background: #fff;
  padding: 90px 100px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
.sac-floor__grid {
  display: flex;
  flex-direction: column;
  gap: 90px;
  width: 100%;
  max-width: 1180px;
}
.sac-floor__row {
  display: flex;
  gap: 60px;
}
.sac-floor__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.sac-floor__item-img {
  height: 450px;
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.sac-floor__item-img--coming {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sac-floor__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.sac-floor__coming-soon {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.sac-floor__item-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #000;
}
.sac-floor__item-title-en {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.sac-floor__item-title-ja {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
.sac-floor__item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sac-floor__item-floor-label {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.sac-floor__item-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sac-floor__item-link {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #000;
  white-space: nowrap;
  text-decoration: underline !important;
}
.sac-floor__social-icon {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sac-rental {
  background: #eaecee;
  padding: 90px 100px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
.sac-rental__inner {
  display: flex;
  flex-direction: column;
  gap: 140px;
  width: 100%;
  max-width: 1180px;
}

.sac-rental-space {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sac-rental-space__title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: normal;
}
.sac-rental-space__photos {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sac-rental-space__photos-main {
  display: flex;
  height: 460px;
  gap: 32px;
}
.sac-rental-space__photos-main .sac-rental-space__photo {
  flex: 1;
  background: #d9d9d9;
  overflow: hidden;
  position: relative;
}
.sac-rental-space__photos-sub {
  display: flex;
  height: 220px;
  gap: 32px;
}
.sac-rental-space__photos-sub .sac-rental-space__photo {
  flex: 1;
  background: #c8cacc;
  overflow: hidden;
  position: relative;
}
.sac-rental-space__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.sac-rental-space__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.sac-rental-space__btns-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sac-news {
  background: #fff;
  padding: 90px 100px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.sac-news__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1180px;
}
.sac-news__item {
  background: #eaecee;
  display: flex;
  align-items: center;
  gap: 60px;
  height: 100px;
  padding: 20px 80px;
  flex-shrink: 0;
}
.sac-news__date {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}
.sac-news__divider {
  width: 0;
  height: 60px;
  border-left: 1px solid #000;
  flex-shrink: 0;
}
.sac-news__title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sac-access {
  background: #eaecee;
  padding: 90px 100px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.sac-access__info {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 1180px;
  color: #000;
}
.sac-access__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sac-access__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
.sac-access__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.sac-access__map {
  background: #fff;
  height: 500px;
  width: 100%;
  max-width: 1180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sac-access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.sac-access__map-placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.sac-contact {
  background: #fff;
  padding: 90px 100px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}
.sac-contact__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
}
.sac-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 30px 70px;
  border: 3px solid #000;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.sac-contact__btn:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.sac-outline {
  background: #fff;
  padding: 90px 100px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.sac-outline__content {
  background: #eaecee;
  padding: 80px;
  width: 100%;
  max-width: 1180px;
}
.sac-outline__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #000;
}

.sac-footer {
  background: #889199;
  padding: 80px 200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sac-footer__nav {
  display: flex;
  gap: 200px;
  align-items: flex-start;
}
.sac-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sac-footer__nav-col a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
}
.sac-footer__nav-col a:hover {
  opacity: 0.8;
}
.sac-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.sac-footer__logo {
  width: 330px;
  height: 247px;
  position: relative;
  flex-shrink: 0;
}
.sac-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.sac-footer__info p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
}
.sac-footer__renewal {
  justify-content: flex-end;
}

.sac-event-archive {
  background: #eaecee;
  padding: 140px 100px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.sac-event-archive__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 59px;
  width: 100%;
  max-width: 1180px;
  align-items: flex-start;
}
.sac-event-archive__card {
  width: calc((100% - 120px) / 3);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.sac-event-archive__card:hover {
  opacity: 0.8;
}
.sac-event-archive__card-img {
  height: 240px;
  background: #d9d9d9;
  flex-shrink: 0;
  overflow: hidden;
}
.sac-event-archive__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sac-event-archive__card-body {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 220px;
  overflow: hidden;
}
.sac-event-archive__card-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.sac-event-archive__card-date {
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.sac-event-archive__card-desc {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}
.sac-event-archive__empty {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding: 40px 0;
}
.sac-event-archive__pagination {
  width: 100%;
  max-width: 1180px;
}
.sac-event-archive__pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sac-event-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  text-decoration: none;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.sac-event-archive__pagination .page-numbers.current {
  border-color: #000;
  font-weight: 700;
}
.sac-event-archive__pagination .page-numbers:hover:not(.current) {
  opacity: 0.8;
}
.sac-event-archive__pagination .prev,
.sac-event-archive__pagination .next {
  font-size: 20px;
  width: auto;
  padding: 0 10px;
}

.sac-news-archive {
  background: #eaecee;
  padding: 140px 100px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.sac-news-archive__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1180px;
}
.sac-news-archive__item {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 60px;
  height: 100px;
  padding: 20px 80px;
  text-decoration: none;
  color: #000;
}
.sac-news-archive__item:hover {
  opacity: 0.8;
}
.sac-news-archive__date {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
}
.sac-news-archive__divider {
  width: 0;
  height: 60px;
  border-left: 1px solid #000;
  flex-shrink: 0;
}
.sac-news-archive__title {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sac-news-archive__empty {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding: 40px 0;
}
.sac-news-archive__pagination {
  width: 100%;
  max-width: 1180px;
}
.sac-news-archive__pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sac-news-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  text-decoration: none;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.sac-news-archive__pagination .page-numbers.current {
  border-color: #000;
  font-weight: 700;
}
.sac-news-archive__pagination .page-numbers:hover:not(.current) {
  opacity: 0.8;
}
.sac-news-archive__pagination .prev,
.sac-news-archive__pagination .next {
  font-size: 20px;
  width: auto;
  padding: 0 10px;
}

.sac-news-single {
  background: #eaecee;
  padding: 140px 100px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.sac-news-single__card {
  width: 100%;
  max-width: 1180px;
  background: #fff;
  border-radius: 20px;
  padding: 110px 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sac-news-single__title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 180%;
}
.sac-news-single__date {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 40px;
}
.sac-news-single__divider {
  border: none;
  border-top: 1px solid #000;
  margin: 0;
  width: 100%;
}
.sac-news-single__body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 300%;
}
.sac-news-single__body a {
  text-decoration: underline;
}
.sac-news-single__body p {
  margin: 16px 0;
}
.sac-news-single__body h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.4;
  margin: 16px 0;
}
.sac-news-single__body img,
.sac-news-single__body figure {
  display: block;
  width: 100%;
  margin: 30px 0;
  line-height: 1;
}
.sac-news-single__body figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sac-news-single__body figcaption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin-top: 8px;
}
.sac-news-single__body .wp-block-image {
  margin: 0;
}
.sac-news-single__body .wp-block-image img {
  width: 100%;
  height: auto;
}

.sac-single {
  background: #eaecee;
  padding: 140px 100px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.sac-single__card {
  width: 100%;
  max-width: 1180px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sac-single__thumbnail {
  width: 100%;
  height: 900px;
  background: #d9d9d9;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.sac-single__thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sac-single__content {
  background: #fff;
  padding: 70px 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sac-single__title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 180%;
}
.sac-single__meta-datetime {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 40px;
  white-space: nowrap;
}
.sac-single__meta-location {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 40px;
}
.sac-single__divider {
  border: none;
  border-top: 1px solid #000;
  margin: 0;
  width: 100%;
}
.sac-single__body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 300%;
}
.sac-single__body a {
  text-decoration: underline;
}
.sac-single__body p {
  margin-bottom: 0;
}
.sac-single__body p + p {
  margin-top: 0;
}
.sac-single__body h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.4;
  margin: 16px 0;
}
.sac-single__body img,
.sac-single__body figure {
  display: block;
  width: 100%;
  margin: 30px 0;
}
.sac-single__body figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sac-single__body figcaption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin-top: 8px;
}
.sac-single__body .wp-block-image {
  margin: 0;
}
.sac-single__body .wp-block-image img {
  width: 100%;
  height: auto;
}

.sac-renewal {
  background: #eaecee;
  padding: 200px 100px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  min-height: 70vh;
}
.sac-renewal__content {
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sac-renewal p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */