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

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- 共通

================================================ */
.top-sc__ttl span {
  display: block;
}
.top-sc__ttl span.-en {
  font-size: 3.125rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: -0.05em;
}
.top-sc__ttl span.-jp {
  margin-top: 5px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc__ttl span.-en {
    font-size: 10vw;
  }
  .top-sc__ttl span.-jp {
    margin-top: 5px;
    font-size: 3.6vw;
  }
}
/* ================================================

- メインビジュアル

================================================ */
.top-mv {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.top-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a3ccf2;
  background-image: url(../images/common/line.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: top left;
  width: 100%;
  height: 550px;
  z-index: -1;
}

.top-mv__swiper.swiper {
  position: relative;
}

.top-mv__swiper__wrapper.swiper-wrapper li.swiper-slide {
  max-width: 1120px;
  width: 100%;
}
.top-mv__swiper__wrapper.swiper-wrapper li.swiper-slide a {
  display: block;
  position: relative;
}

.top-mv__lead {
  position: absolute;
  left: 43px;
  bottom: 40px;
  font-size: 2.625rem;
  line-height: 1.476;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  display: none;
}

.top-mv__pagination .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.top-mv__pagination .swiper-container-horizontal > .swiper-pagination-bullets,
.top-mv__pagination .swiper-pagination-custom,
.top-mv__pagination .swiper-pagination-fraction {
  bottom: 12px;
}
.top-mv__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-mv__pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.top-mv__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a3ccf2;
}

.swiper-button-prev-top,
.swiper-button-next-top {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-button-prev-top:hover,
.swiper-button-next-top:hover {
  opacity: 0.7;
}

/* 次ページボタンのスタイル */
.swiper-button-next-top {
  right: 3.125vw;
  background-image: url("");
}

/* 前ページボタンのスタイル */
.swiper-button-prev-top {
  left: 3.125vw;
  background-image: url("");
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv {
    padding-top: 9.333vw;
    z-index: 1;
  }
  .top-mv::before {
    background-image: url(../images/common/line.png);
    height: 84%;
  }
  .top-mv__lead {
    left: 3.467vw;
    bottom: 2.667vw;
    font-size: 4vw;
  }
  .top-mv__pagination .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .top-mv__pagination .swiper-container-horizontal > .swiper-pagination-bullets,
  .top-mv__pagination .swiper-pagination-custom,
  .top-mv__pagination .swiper-pagination-fraction {
    bottom: 12px;
  }
  .top-mv__pagination .swiper-pagination-bullet {
    max-width: 12px;
    max-height: 12px;
    width: 2.4vw;
    height: 2.4vw;
  }
}
/* ================================================

- ページ

================================================ */
.top-body {
  margin-top: 122px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-body {
    margin-top: 14.667vw;
  }
}
/* ================================================

- ニュース

================================================ */
.top-news__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 150px;
  position: relative;
}

.top-sc__head.-news {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.top-news {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 3px;
}

.top-news__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  color: #000000;
}

.top-news__item:not(:first-of-type) {
  margin-top: 16px;
}

.top-news__day {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 98px;
  font-size: 1.0625rem;
  line-height: 1.425;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.top-news__txt {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: calc(100% - 196px);
  font-size: 1rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-btn.top-news__btn {
  position: absolute;
  left: 0;
  top: 108px;
}
.m-btn.top-news__btn a {
  width: 160px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-news .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-news__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.667vw;
  }
  .top-sc__head.-news {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .top-news {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-top: 0;
  }
  .top-news__item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-news__item:not(:first-of-type) {
    margin-top: 4vw;
  }
  .top-news__day {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    font-size: 4.2666666667vw;
  }
  .top-news__txt {
    width: 100%;
    font-size: 4vw;
  }
  .m-btn.top-news__btn {
    position: static;
    width: 100%;
    margin-top: 4vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .m-btn.top-news__btn a {
    width: 160px;
  }
}
/* ================================================

- 施設案内

================================================ */
.top-sc.-facility {
  margin-top: 120px;
  padding-bottom: 92px;
  position: relative;
  z-index: 1;
}
.top-sc.-facility::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a0d5ee;
  background-image: url(../images/common/line.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: top left;
  width: 100%;
  height: 84.7%;
  z-index: -1;
}
.top-sc.-facility .top-sc__inner {
  position: relative;
}

.top-facility {
  margin-top: 45px;
}

.top-facility__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px 60px;
}

.top-facility__item {
  width: calc(50% - 30px);
  position: relative;
}
.top-facility__item a {
  display: block;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.top-facility__item a img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (hover: hover) {
  :where(.top-facility__item):hover {
    opacity: 0.8;
  }
  :where(.top-facility__item):hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.top-facility__item__photo {
  overflow: clip;
}

.top-facility__item__label {
  padding: 15px 16px 19px;
  position: relative;
}
.top-facility__item__label span {
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}
.top-facility__item__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228px%22%20height%3D%2228px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(0%2C%200%2C%200)%22%20d%3D%22M14.000%2C0.000%20C21.732%2C0.000%2028.000%2C6.268%2028.000%2C14.000%20C28.000%2C21.732%2021.732%2C28.000%2014.000%2C28.000%20C6.268%2C28.000%20-0.000%2C21.732%20-0.000%2C14.000%20C-0.000%2C6.268%206.268%2C0.000%2014.000%2C0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M13.301%2C19.993%20L12.007%2C18.632%20L16.406%2C13.999%20L12.007%2C9.366%20L13.301%2C8.006%20L18.994%2C14.001%20L13.301%2C19.993%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.top-facility__list2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}
.top-facility__list2 .top-facility__item {
  width: calc(33.3333333333% - 20px);
}

.top-facility__btn {
  position: absolute;
  top: 30px;
  right: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-facility {
    margin-top: 26.667vw;
    padding-bottom: 18.667vw;
  }
  .top-sc.-facility::before {
    background-image: url(../images/common/line.png);
    height: 93%;
  }
  .top-sc.-facility .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-facility {
    margin-top: 9.333vw;
  }
  .top-facility__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.333vw;
  }
  .top-facility__item {
    width: 100%;
  }
  .top-facility__item__label {
    padding: 3.2vw 4.267vw 3.733vw;
  }
  .top-facility__item__label span {
    font-size: 5.0666666667vw;
  }
  .top-facility__item__label::after {
    right: 4.267vw;
    width: 28px;
    height: 28px;
  }
  .top-facility__list2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.333vw;
    margin-top: 10.667vw;
  }
  .top-facility__list2 .top-facility__item {
    width: 85%;
  }
  .top-facility__btn {
    position: static;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 10.667vw;
  }
}
/* ================================================

- レッスン

================================================ */
.top-sc.-lesson {
  margin-top: 130px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
.top-sc.-lesson .top-sc__inner {
  position: relative;
}
.top-sc.-lesson .top-sc__head {
  position: absolute;
  top: -6px;
  left: 0;
}
.top-sc.-lesson::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a7e5d7;
  background-image: url(../images/common/line.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: top left;
  width: 100%;
  height: 78%;
  z-index: -1;
}

.top-lesson__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 40px;
}

.top-lesson__summarys {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 465px;
  padding-bottom: 40px;
}

.top-lesson__btn {
  margin-top: 34px;
}

.top-lesson__lead p {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.top-lesson__photo {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 560px;
  width: 100%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-lesson {
    margin-top: 29.333vw;
    padding-bottom: 18.667vw;
  }
  .top-sc.-lesson .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-sc.-lesson .top-sc__head {
    position: static;
  }
  .top-sc.-lesson::before {
    background-image: url(../images/common/line.png);
    height: 75%;
  }
  .top-lesson {
    margin-top: 9.333vw;
  }
  .top-lesson__content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .top-lesson__summarys {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0;
  }
  .top-lesson__btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 9.067vw;
  }
  .top-lesson__lead p {
    font-size: 4vw;
  }
  .top-lesson__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 560px;
    width: 100%;
  }
}
/* ================================================

- アクセス

================================================ */
.top-sc.-access {
  margin-top: 130px;
  padding-bottom: 86px;
  position: relative;
  z-index: 1;
}
.top-sc.-access .top-sc__inner {
  position: relative;
}
.top-sc.-access .top-sc__head {
  position: absolute;
  top: -6px;
  left: 0;
}
.top-sc.-access::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a3ccf2;
  background-image: url(../images/common/line.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: top left;
  width: 100%;
  height: 84%;
  z-index: -1;
}

.top-access__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.top-access__iframe {
  max-width: 740px;
  width: 740px;
}
.top-access__iframe iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 740/500;
}

.top-access__btn {
  margin-top: 47px;
  margin-left: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-access {
    margin-top: 29.333vw;
    padding-bottom: 18.667vw;
  }
  .top-sc.-access .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-sc.-access .top-sc__head {
    position: static;
  }
  .top-sc.-access::before {
    background-image: url(../images/common/line.png);
    height: 86%;
  }
  .top-access {
    margin-top: 9.333vw;
  }
  .top-access__content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.333vw;
  }
  .top-access__iframe {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 740px;
    width: 100%;
    aspect-ratio: 320/400;
  }
  .m-btn.top-access__btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 12.533vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ================================================

- カレンダー

================================================ */
.top-calendar {
  width: 294px;
  translate: 0 15px;
}

.top-calendar__ttl {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.top-calendar__month {
  margin-top: 11px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.top-calendar__month__arrow svg {
  width: 7px;
}

.top-calendar__month__txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}
.top-calendar__month__txt span.-en {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.top-calendar__month__txt span.-jp {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  translate: 0 -2px;
}

.top-calendar__main {
  margin-top: 12px;
  padding: 1px;
  background-color: #dddddd;
}

.top-calendar__main__body ul,
.top-calendar__main__head ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1px;
}
.top-calendar__main__body ul li,
.top-calendar__main__head ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(14.2857142857% - 0.8571428571px);
  min-height: 35px;
  text-align: center;
  background-color: #FFFFFF;
}
.top-calendar__main__body ul li.-sun,
.top-calendar__main__head ul li.-sun {
  color: #dc0000;
}
.top-calendar__main__body ul li.-sat,
.top-calendar__main__head ul li.-sat {
  color: #0057c2;
}
.top-calendar__main__body ul li.-bg--pink,
.top-calendar__main__head ul li.-bg--pink {
  background-color: #feb5ca;
}
.top-calendar__main__body ul li.-bg--yellow,
.top-calendar__main__head ul li.-bg--yellow {
  background-color: #fef894;
}
.top-calendar__main__body ul li.-bg--white,
.top-calendar__main__head ul li.-bg--white {
  background-color: #FFFFFF;
}
.top-calendar__main__body ul li.-bg--gray,
.top-calendar__main__head ul li.-bg--gray {
  background-color: #bcbcbc;
}

.top-calendar__main__head ul li {
  font-size: 0.875rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #2e85d7;
}

.top-calendar__main__body ul li {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.top-calendar__note {
  margin-top: 19px;
}
.top-calendar__note ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0.75em;
}
.top-calendar__note ul li {
  padding-left: 18px;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.top-calendar__note ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
}
.top-calendar__note ul li:nth-child(1)::before {
  background-color: #feb5ca;
}
.top-calendar__note ul li:nth-child(2)::before {
  background-color: #fef894;
}
.top-calendar__note ul li:nth-child(3)::before {
  background-color: #FFFFFF;
}
.top-calendar__note ul li:nth-child(4)::before {
  background-color: #bcbcbc;
}
.top-calendar__note p {
  margin-top: 18px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-calendar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .top-news__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .top-news__item a:any-link:hover {
    opacity: 0.7;
  }
}
.top-news__item a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}