@charset "UTF-8";
/* ///////////////////////////////////////////////

　トップページ

/////////////////////////////////////////////// */
@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.menu_has_image .news {
  display: none;
}

.mainContents {
  margin-top: 0;
}

/* main visual */
.hero {
  position: relative;
  /*
  .event {
    background-color: #fff;
    border: 1px solid var(--color-blue);
    @include overTab {
      position: absolute;
      top: 0;
      right: -1px;
      border-bottom-left-radius: vw(26);
      border-right: none;
      padding: vw(11) vw(20) vw(18);
      img {
        width: vw(416);
      }
    }
    @include tab {
      position: fixed;
      z-index: 3;
      bottom: 0;
      left: 0;
      border-top-right-radius: vwsp(40);
      padding: vwsp(10) vwsp(22) vwsp(16) vwsp(13.5);
      img {
        width: vwsp(329);
      }
      &::after {
        display: none;
      }
    }

    .btnCloseEvent {
      position: absolute;
      z-index: 10;
      cursor: pointer;
      @include overTab {
        width: vw(20);
        top: vw(12);
        right: vw(16);
      }
      @include tab {
        width: vwsp(23.5);
        top: 0;
        right: 0;
      }
    }
  }
  */
}
@media (width >= 769px) {
  .hero .image {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
  }
  .hero .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
  }
}
.hero .text {
  position: absolute;
  z-index: 2;
  mix-blend-mode: hard-light;
}
@media (width >= 769px) {
  .hero .text {
    top: 50%;
    transform: translateY(-50%);
    width: 35.5208333333vw;
    right: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .hero .text {
    width: 83.3333333333vw;
    top: 23.0769230769vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (width >= 769px) {
  .hero .news {
    position: absolute;
    bottom: 1.5625vw;
    left: 3.6458333333vw;
  }
}
@media (width < 768px) {
  .hero .news {
    margin: 4.1025641026vw 3.0769230769vw 0;
  }
}
.hero .news dt {
  display: flex;
  gap: 0.6em;
  width: fit-content;
  padding: 0.2em 1.8em;
  padding-right: 0.9em;
  background-color: var(--color-blue);
  color: #fff;
  font-family: var(--font-en);
}
.hero .news dt::after {
  content: "";
  aspect-ratio: 1;
  background: url(../img/common/mrk-arrow-tr-w.svg) no-repeat center/contain;
}
@media (width >= 769px) {
  .hero .news dt {
    border-radius: 1.25vw 1.25vw 0 0;
    font-size: 0.9375vw;
  }
  .hero .news dt::after {
    width: 0.8854166667vw;
    transform: translateY(-0.1041666667vw);
  }
}
@media (width < 768px) {
  .hero .news dt {
    border-radius: 3.8461538462vw 3.8461538462vw 0 0;
    font-size: 3.3333333333vw;
  }
  .hero .news dt::after {
    width: 3.0769230769vw;
    transform: translateY(-0.3846153846vw);
  }
}
.hero .news dd {
  background-color: #fff;
  border: 1px solid var(--color-blue);
  border-radius: 0 999px 999px 999px;
  padding: 0.65em 1.3em;
}
.hero .news dd:hover .title {
  text-decoration: underline;
}
@media (width >= 769px) {
  .hero .news dd {
    font-size: 0.8333333333vw;
  }
}
@media (width < 768px) {
  .hero .news dd {
    font-size: 3.0769230769vw;
  }
}
.hero .news a {
  display: flex;
  gap: 1.2em;
  text-decoration: none;
}

/* banner */
.banners .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banners .slick-dots li {
  line-height: 1;
}
.banners .slick-dots button {
  width: 5px;
  height: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.banners .slick-dots .slick-active button {
  background: rgb(255, 255, 255);
}
.banners .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  translate: 0 -50%;
  height: inherit;
  aspect-ratio: 1;
  text-indent: -9999px;
}
.banners .slick-arrow.slick-prev {
  left: 0;
}
.banners .slick-arrow.slick-next {
  right: 0;
}
@media (width >= 769px) {
  .banners {
    padding-block: 4.1666666667vw;
    padding-inline: 2.8645833333vw;
  }
}
@media (width < 768px) {
  .banners {
    padding-block: 7.6923076923vw;
  }
}
.banners .slick-slide {
  aspect-ratio: 50/41;
  border: 1px solid var(--color-blue);
  overflow: hidden;
}
.banners .slick-slide:hover img {
  scale: 1.05;
}
@media (width >= 769px) {
  .banners .slick-slide {
    border-radius: 2.6041666667vw;
    margin: 0 0.78125vw;
  }
}
@media (width < 768px) {
  .banners .slick-slide {
    border-radius: 12.8205128205vw;
    margin: 0 1.2820512821vw;
  }
}
.banners .slick-dots button {
  border: 1px solid var(--color-blue);
}
.banners .slick-dots .slick-active button {
  background-color: var(--color-yellow);
}
@media (width >= 769px) {
  .banners .slick-dots {
    gap: 1.40625vw;
  }
  .banners .slick-dots button {
    width: 0.8333333333vw;
  }
}
@media (width < 768px) {
  .banners .slick-dots {
    bottom: -2.5641025641vw;
    gap: 5.8974358974vw;
  }
  .banners .slick-dots button {
    width: 3.3333333333vw;
  }
}
.banners .slick-arrow {
  background-color: var(--color-yellow);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--color-blue);
  border-radius: 50%;
  transition: 0.2s;
}
.banners .slick-arrow:hover {
  background-color: #fff;
}
@media (width >= 769px) {
  .banners .slick-arrow {
    width: 2.7083333333vw;
    background-size: 0.78125vw;
  }
  .banners .slick-arrow.slick-prev {
    left: 2.34375vw;
  }
  .banners .slick-arrow.slick-next {
    right: 2.34375vw;
  }
}
@media (width < 768px) {
  .banners .slick-arrow {
    width: 7.6923076923vw;
    background-size: 2.3076923077vw;
  }
  .banners .slick-arrow.slick-prev {
    left: 6.4102564103vw;
  }
  .banners .slick-arrow.slick-next {
    right: 6.4102564103vw;
  }
}
.banners .slick-arrow.slick-prev {
  background-image: url(../img/common/mrk-arrow-left.svg);
}
.banners .slick-arrow.slick-next {
  background-image: url(../img/common/mrk-arrow-right.svg);
}
.banners img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
}
@media (width < 768px) {
  .banners img {
    width: 74.358974359vw;
  }
}

/* Message */
.sec-message {
  display: grid;
}
@media (width >= 769px) {
  .sec-message {
    padding-inline: 8.59375vw;
  }
}
@media (width < 768px) {
  .sec-message {
    padding-inline: 5.1282051282vw;
  }
}
@media (width >= 769px) {
  .sec-message {
    margin-top: 9.375vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.3333333333vw 0;
  }
}
@media (width < 768px) {
  .sec-message {
    margin-top: 23.0769230769vw;
  }
}
.sec-message .text {
  display: flex;
  flex-direction: column;
}
@media (width >= 769px) {
  .sec-message .text {
    padding-right: 3.3854166667vw;
  }
  .sec-message .text .button {
    margin-top: auto;
  }
}
@media (width < 768px) {
  .sec-message .text {
    margin-bottom: 11.5384615385vw;
  }
  .sec-message .text .button {
    margin: auto;
  }
}
@media (width < 768px) {
  .sec-message .target {
    margin-bottom: 11.5384615385vw;
  }
}
.sec-message .lead {
  font-weight: bold;
  line-height: 1.4;
}
.sec-message .lead em {
  font-family: var(--font-en);
  font-weight: 500;
}
@media (width >= 769px) {
  .sec-message .lead {
    margin-top: 3.3854166667vw;
    font-size: 2.8645833333vw;
  }
  .sec-message .lead em {
    font-size: 3.9583333333vw;
  }
}
@media (width < 768px) {
  .sec-message .lead {
    margin-top: 8.9743589744vw;
    font-size: 7.6923076923vw;
  }
  .sec-message .lead em {
    font-size: 10.5128205128vw;
  }
}
@media (width >= 769px) {
  .sec-message .desc {
    padding-block: 2.6041666667vw;
    font-size: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .sec-message .desc {
    padding-block: 6.1538461538vw 9.7435897436vw;
    font-size: 4.1025641026vw;
  }
}
.sec-message .image {
  overflow: hidden;
  border: 1px solid var(--color-blue);
  border-right: none;
}
@media (width >= 769px) {
  .sec-message .image {
    margin-right: -8.59375vw;
    border-radius: 4.1666666667vw 0 0 4.1666666667vw;
  }
}
@media (width < 768px) {
  .sec-message .image {
    margin-right: -5.1282051282vw;
    border-radius: 21.0256410256vw 0 0 21.0256410256vw;
  }
}
.sec-message .nav {
  border-bottom: 1px solid var(--color-blue);
}
@media (width >= 769px) {
  .sec-message .nav {
    width: 23.4375vw;
    margin-top: 4.6875vw;
    margin-left: auto;
  }
}
@media (width < 768px) {
  .sec-message .nav {
    margin-top: 14.1025641026vw;
  }
}
.sec-message .nav dt {
  margin-bottom: 0.7em;
  font-weight: bold;
}
@media (width >= 769px) {
  .sec-message .nav dt {
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-message .nav dt {
    font-size: 5.1282051282vw;
  }
}
.sec-message .nav dd {
  border-top: 1px solid var(--color-blue);
}
.sec-message .nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width >= 769px) {
  .sec-message .nav a {
    padding-block: 0.8333333333vw;
    font-size: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .sec-message .nav a {
    padding-block: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
}

/* News */
@media (width >= 769px) {
  .sec-news {
    padding-inline: 8.59375vw;
  }
}
@media (width < 768px) {
  .sec-news {
    padding-inline: 5.1282051282vw;
  }
}
@media (width >= 769px) {
  .sec-news {
    margin-top: 7.8125vw;
  }
}
@media (width < 768px) {
  .sec-news {
    margin-top: 23.0769230769vw;
  }
}
.sec-news .body {
  display: grid;
}
@media (width >= 769px) {
  .sec-news .body {
    margin-top: 1.5625vw;
    grid-template-columns: 41.6666666667vw auto;
    align-items: center;
  }
  .sec-news .body .button {
    margin-left: auto;
  }
}
@media (width < 768px) {
  .sec-news .body {
    margin-top: 3.8461538462vw;
    gap: 7.6923076923vw;
  }
  .sec-news .body .button {
    margin: auto;
  }
}

.news-list {
  display: grid;
}
.news-list a {
  display: grid;
  grid-template-columns: 4em 1fr;
  padding-block: 0.75em;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  line-height: 1.7;
}
.news-list a:hover .title {
  text-decoration: underline;
}
@media (width >= 769px) {
  .news-list a {
    font-size: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .news-list a {
    font-size: 3.5897435897vw;
  }
}

.heading {
  font-family: var(--font-en);
  font-weight: 500;
}
@media (width >= 769px) {
  .heading {
    font-size: 3.4895833333vw;
  }
}
@media (width < 768px) {
  .heading {
    font-size: 8.9743589744vw;
  }
}