@charset "UTF-8";.kv[data-astro-cid-mcrmoylv] {
  width: 100%;
  height: auto;
}

.kv__img[data-astro-cid-mcrmoylv] {
  width: 100%;
  height: auto;
}
.schedule[data-astro-cid-7i4pyfqf] {
  width: 100%;
  height: auto;
  padding: 12px 4.26667%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.schedule__inner[data-astro-cid-7i4pyfqf] {
  width: 100%;
  max-width: 883px;
  height: auto;
}

.schedule__img[data-astro-cid-7i4pyfqf] {
  width: 100%;
  height: auto;
}

/*
---------------------------------------------
Color
---------------------------------------------
*/
/*
---------------------------------------------
Font
---------------------------------------------
*/
/*
---------------------------------------------
Flex
---------------------------------------------
*/
/*
---------------------------------------------
Media Query
---------------------------------------------
*/
/*
---------------------------------------------
Line Break (display control)
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
.about {
  position: relative;
  overflow: hidden;
  background-color: #0d8140;
  padding: 3.8rem 1rem;
}
@media screen and (min-width: 1280px) {
  .about {
    padding: 5rem 0;
    gap: 5rem;
  }
}
.about::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .about::before {
    width: 880px;
    height: 880px;
  }
}
@media screen and (min-width: 1024px) {
  .about::before {
    width: 1064px;
    height: 1064px;
  }
}

.about__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about__inner.container {
  padding-left: 0;
  padding-right: 0;
}

.about__heading {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__heading {
    font-size: 40px;
    line-height: 48px;
  }
}

.about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .about__content {
    gap: 0;
  }
}

.about__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0;
  max-width: 343px;
  text-align: left;
}
.about__text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
    max-width: 100%;
    text-align: center;
  }
  .about__text br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .about__text br {
    display: block;
  }
  .about__text:nth-of-type(2) {
    margin-top: 1.5rem;
  }
}

.en {
  gap: 1rem;
}
.en .about::before {
  width: 580px;
  height: 580px;
}
@media screen and (min-width: 768px) {
  .en .about::before {
    width: 700px;
    height: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .en .about::before {
    width: 1064px;
    height: 1064px;
  }
}
.en .about__inner {
  gap: 1.1rem;
}
@media screen and (min-width: 768px) {
  .en .about__inner {
    gap: 1.5rem;
  }
}
/*
---------------------------------------------
Color
---------------------------------------------
*/
/*
---------------------------------------------
Font
---------------------------------------------
*/
/*
---------------------------------------------
Flex
---------------------------------------------
*/
/*
---------------------------------------------
Media Query
---------------------------------------------
*/
/*
---------------------------------------------
Line Break (display control)
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
/*
---------------------------------------------
overview
---------------------------------------------
*/
.overview {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.overview__inner {
  display: flex;
  flex-direction: column;
  width: calc(100% - 2rem);
  margin: 0 auto;
  gap: 1rem;
}
.overview__header {
  text-align: center;
}
.overview__header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  gap: 1.25rem;
}
.overview__header h2::before, .overview__header h2::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #231815;
}
.overview__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.overview__item {
  border-top: 1px solid #ddd;
}
.overview__item:last-child {
  border-bottom: 0;
}
.overview__item:last-child .overview__row {
  padding-bottom: 0;
}
.overview__item:nth-of-type(2) .overview__value {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.overview__item:nth-of-type(2) .overview__value dl dt {
  font-weight: bold;
}
.overview__item:nth-of-type(2) .overview__value dl:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.overview__item:nth-of-type(2) .overview__value dl:nth-of-type(1) dd span {
  display: block;
  letter-spacing: 0.1rem;
}
.overview__item:nth-of-type(2) .overview__value dl:nth-of-type(1) dd span:nth-of-type(2) {
  padding-left: 4.1em;
}
.overview__item:nth-of-type(2) .overview__value dl:nth-of-type(2) {
  letter-spacing: 0.1rem;
}
.overview__row {
  display: flex;
  flex-direction: column;
  padding: 0.97rem 0.5rem;
  gap: 0.5rem;
  align-self: stretch;
}
.overview__label {
  width: 100%;
  margin-inline: auto;
  line-height: 170%;
  background-color: #E9F0EB;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.125rem 0;
}
.overview__value {
  margin: 0;
  font-size: 0.875rem;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .overview {
    padding: 80px 0;
  }
  .overview__inner {
    gap: 40px;
    width: min(100% - 32px, 1100px);
  }
  .overview__header {
    margin-bottom: 0;
  }
  .overview__header h2 {
    font-size: 2.5rem;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 2.4rem;
  }
  .overview__header h2::before, .overview__header h2::after {
    width: 25px;
  }
  .overview__list {
    gap: 0;
  }
  .overview__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    padding: 2.5rem;
  }
  .overview__label {
    flex: 0 0 150px;
    width: auto;
    margin: 0;
    font-size: 1.25rem;
    line-height: 3.8rem;
    padding-bottom: 0;
  }
  .overview__value {
    flex: 1;
    font-size: 1rem;
  }
  .overview__item:nth-of-type(2) .overview__row dl:nth-of-type(1) {
    display: flex;
    flex-direction: row;
  }
  .overview__item:nth-of-type(2) .overview__row dl:nth-of-type(1) dd span:nth-of-type(1) {
    padding-left: 1.8rem;
  }
  .overview__item:nth-of-type(2) .overview__row dl:nth-of-type(1) dd span:nth-of-type(2) {
    padding-left: 5.8rem;
  }
  .overview__item:nth-of-type(2) .overview__row dl:nth-of-type(2) {
    display: flex;
    flex-direction: row;
  }
  .overview__item:nth-of-type(2) .overview__row dl:nth-of-type(2) dd br {
    display: none;
  }
  .overview__item .overview__value {
    gap: 0.7rem !important;
  }
}

.en .overview .tentative {
  display: none;
}
@media screen and (min-width: 1024px) {
  .en .overview .tentative {
    display: block;
  }
  .en .overview__label {
    flex: 0 0 326px;
  }
  .en .overview__item:nth-of-type(2) .overview__row dl:nth-of-type(2) dd {
    padding-left: 2.35rem;
  }
}
/*
---------------------------------------------
Color
---------------------------------------------
*/
/*
---------------------------------------------
Font
---------------------------------------------
*/
/*
---------------------------------------------
Flex
---------------------------------------------
*/
/*
---------------------------------------------
Media Query
---------------------------------------------
*/
/*
---------------------------------------------
Line Break (display control)
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
.news {
  background: #E9F0EB;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 80px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    padding: 5.5rem 0;
  }
}

.news__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.news__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #231815;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__heading {
    gap: 40px;
    margin-bottom: 40px;
    font-size: 40px;
    letter-spacing: 4px;
  }
}
.news__heading::before, .news__heading::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #231815;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .news__heading::before, .news__heading::after {
    width: 25px;
  }
}

.news__list {
  list-style: none;
  margin: 0;
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .news__list {
    padding: 40px;
    border-radius: 16px;
  }
}

.news__item {
  border-bottom: 1px solid #A7A7A7;
}
.news__item:last-child {
  border-bottom: none;
}

.news__item-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  color: #231815;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .news__item-link {
    gap: 32px;
    padding: 12px 8px;
  }
}
.news__item-link {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .news__item-link:hover {
    opacity: 0.6;
  }
}

.news__item-dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .news__item-dl {
    flex-direction: row;
    gap: 32px;
  }
}

.news__item-dt {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .news__item-dt {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.news__item-dd {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .news__item-dd {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.news__item-link-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.news__more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .news__more {
    margin-top: 40px;
  }
}

.news__more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4rem;
  padding: 0 1.5rem;
  border: 2px solid #0E8140;
  border-radius: 32px;
  background: #ffffff;
  color: #0E8140;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: 22.5rem;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .news__more-link:hover {
    opacity: 0.6;
  }
}

.news__more-link svg {
  position: absolute;
  right: 1.5rem;
}

.news__more-icon {
  display: none;
}
/*
---------------------------------------------
Color
---------------------------------------------
*/
/*
---------------------------------------------
Font
---------------------------------------------
*/
/*
---------------------------------------------
Flex
---------------------------------------------
*/
/*
---------------------------------------------
Media Query
---------------------------------------------
*/
/*
---------------------------------------------
Line Break (display control)
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
/*
---------------------------------------------
access
---------------------------------------------
*/
.access {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #E9F0EB;
  letter-spacing: 0.1em;
}
.access__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.access__title {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #231815;
  letter-spacing: 0.15rem;
}
.access__title::before, .access__title::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #231815;
}
.access__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
}
.access {
  /*
  ---------------------------------------------
  地図のスタイル
  ---------------------------------------------
  */
}
.access .address {
  font-style: normal;
  font-size: 0.875rem;
  line-height: 170%;
  letter-spacing: 0.0875rem;
  color: #231815;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.access .map {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  aspect-ratio: 16/9;
}
.access .map iframe {
  width: 100%;
  height: 16.5rem;
  align-self: stretch;
  border: 0;
  display: block;
}
.access__building {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.access__building h3 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.access__building p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.access__building p a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #0E8140;
  text-decoration: underline;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
}
.access__building p img {
  height: 16px;
  width: 16px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 6.5rem;
    padding-bottom: 5rem;
  }
  .access__inner {
    gap: 4rem;
    width: min(100% - 32px, 1100px);
    margin: 0 auto;
  }
  .access__title {
    font-size: 40px;
    gap: 40px;
  }
  .access__title::before, .access__title::after {
    width: 25px;
  }
  .access .address {
    font-size: 1rem;
    gap: 0;
  }
  .access__content {
    border-radius: 16px;
    padding: 40px;
  }
  .access__building {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }
  .access__building h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }
  .access__building p a {
    font-size: 1.125rem;
    line-height: 170%;
  }
  .access .map {
    gap: 0.5rem;
    aspect-ratio: auto;
  }
}

@media screen and (min-width: 768px) {
  .en .access {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .en .access__inner {
    gap: 2.5rem;
  }
}
.en .access__building h3 {
  text-align: left;
}
.en .access__building p a {
  letter-spacing: 0.1125rem;
}
@media screen and (min-width: 768px) {
  .en .access__building {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .en .access__title {
    font-size: 2.5rem;
    line-height: 4rem;
    letter-spacing: 0.25rem;
    gap: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}.youtube[data-astro-cid-nizrgmoa] {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.youtube__player[data-astro-cid-nizrgmoa] {
  position: absolute;
  inset: 0;
}

.youtube[data-astro-cid-nizrgmoa] .youtube__iframe[data-astro-cid-nizrgmoa] iframe[data-astro-cid-nizrgmoa] {
  display: block;
}

.youtube__overlay[data-astro-cid-nizrgmoa] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: opacity .3s, visibility .3s;
}

.youtube__thumbnail[data-astro-cid-nizrgmoa] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s, filter .3s;
}

.youtube__play[data-astro-cid-nizrgmoa] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(3.75rem, 2.23rem + 6.49vw, 7.5rem);
  height: auto;
}

.youtube[data-astro-cid-nizrgmoa].is-playing .youtube__overlay[data-astro-cid-nizrgmoa] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .youtube__overlay[data-astro-cid-nizrgmoa]:hover .youtube__thumbnail[data-astro-cid-nizrgmoa] {
    filter: brightness(.75);
  }
}
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
    height: 99px;
    width: 100%;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

lite-youtube:hover::before {
    color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lyt-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

lite-youtube:hover > .lyt-playbtn,
lite-youtube .lyt-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lyt-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

/*
---------------------------------------------
Color
---------------------------------------------
*/
/*
---------------------------------------------
Font
---------------------------------------------
*/
/*
---------------------------------------------
Flex
---------------------------------------------
*/
/*
---------------------------------------------
Media Query
---------------------------------------------
*/
/*
---------------------------------------------
Line Break (display control)
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
/*
---------------------------------------------
YouTube 埋め込みラッパー
---------------------------------------------
*/
.youtube-embed {
  width: 100%;
  max-width: 824px;
  background-color: #fff;
}
/*
---------------------------------------------
Color
---------------------------------------------
*/
/*
---------------------------------------------
Font
---------------------------------------------
*/
/*
---------------------------------------------
Flex
---------------------------------------------
*/
/*
---------------------------------------------
Media Query
---------------------------------------------
*/
/*
---------------------------------------------
Line Break (display control)
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
/*
---------------------------------------------
前回の様子のスタイル
---------------------------------------------
*/
.last-year {
  background-color: #0e8140;
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .last-year {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.last-year__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .last-year__inner {
    gap: 2.5rem;
  }
}

.last-year__heading-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1rem;
}
@media screen and (min-width: 768px) {
  .last-year__heading-row {
    gap: 40px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.last-year__heading {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.5rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .last-year__heading {
    font-size: 40px;
    line-height: 64px;
  }
}

.last-year__heading-line {
  display: inline-block;
  width: 1rem;
  height: 0.125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .last-year__heading-line {
    width: 25px;
  }
}

.last-year__label {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .last-year__label {
    font-size: 24px;
  }
}

.last-year__digest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .last-year__digest {
    gap: 1.2rem;
    margin-top: 0;
  }
}
.last-year__digest .youtube-embed {
  max-width: 824px;
}

.last-year__gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .last-year__gallery {
    margin-top: 3rem;
    gap: 1.2rem;
  }
}

.last-year__splide {
  width: 100%;
  max-width: 920px;
}

.last-year__gallery-img {
  width: 100%;
  height: 169px;
  object-fit: cover;
}
@media screen and (min-width: 425px) {
  .last-year__gallery-img {
    height: auto;
    aspect-ratio: 5/3;
  }
}
@media screen and (min-width: 768px) {
  .last-year__gallery-img {
    height: 169px;
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 1024px) {
  .last-year__gallery-img {
    height: 200px;
  }
}

.last-year__splide .splide__arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  opacity: 1;
  color: #fff;
}
.last-year__splide .splide__arrow svg {
  width: 16px;
  height: 16px;
}
.last-year__splide .splide__arrow--prev {
  left: 16px;
}
.last-year__splide .splide__arrow--prev svg {
  transform: none;
}
@media screen and (min-width: 768px) {
  .last-year__splide .splide__arrow--prev {
    left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .last-year__splide .splide__arrow--prev {
    left: -34px;
  }
}
.last-year__splide .splide__arrow--next {
  right: 16px;
}
@media screen and (min-width: 768px) {
  .last-year__splide .splide__arrow--next {
    right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .last-year__splide .splide__arrow--next {
    right: -34px;
  }
}

@media screen and (min-width: 768px) {
  .last-year__splide .splide__arrow {
    width: 68px;
    height: 68px;
  }
  .last-year__splide .splide__arrow svg {
    width: 24px;
    height: 24px;
  }
}