#top_mv .item,
#top_mv .item img,
#top_mv .slick {
  width: 100vw;
  height: auto;
  aspect-ratio: 16/7;
}
#top_mv .item img {
  -o-object-fit: cover;
     object-fit: cover;
}
#top_mv .item .item_inner {
  position: relative;
}
#top_mv .item .item_inner .txt {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 4px #333;
}
@media screen and (max-width: 1023px) {
  #top_mv .item .item_inner .txt {
    font-size: 5vw;
    top: 5vw;
  }
}

#top_menu {
  padding: 40px 20px 60px;
}
#top_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  #top_menu {
    padding: 30px 10px;
  }
  #top_menu li {
    margin: 0 5px;
  }
}

#top_img_ttl {
  color: #fff;
  font-weight: 700;
  font-size: min(8vw, 36px);
  line-height: 1.3;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  background: url(../images/top/bg_top_img_ttl.jpg) no-repeat bottom center;
  background-size: cover;
}

#top_contents #top_message {
  text-align: center;
  color: #000;
  font-size: min(4vw, 22px);
  line-height: 2;
  background: url(../images/top/bg_concept_img.svg) no-repeat bottom center;
  background-size: 123px 67px;
  padding-top: 60px;
  padding-bottom: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  #top_contents #top_message {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#top_contents #top_concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 330px;
}
#top_contents #top_concept .concept_item {
  position: relative;
  border-top: 3px dotted #3995A2;
  border-bottom: 3px dotted #3995A2;
  padding: 25px 0;
  margin: 0 30px;
  font-size: 15px;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top_contents #top_concept .concept_item .concept_img {
  text-align: center;
  position: absolute;
  top: -270px;
  left: 50%;
  margin-left: -50%;
  min-width: 100%;
}
#top_contents #top_concept .concept_item img {
  max-width: none;
}
@media screen and (max-width: 1023px) {
  #top_contents #top_concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  #top_contents #top_concept .concept_item {
    border: none;
    padding: 0 20px;
    margin: 70px 0 0;
  }
  #top_contents #top_concept .concept_item:first-of-type {
    margin-top: 0;
  }
  #top_contents #top_concept .concept_item .concept_img {
    position: static;
    margin: 0;
    top: auto;
    left: auto;
  }
  #top_contents #top_concept .concept_item .concept_img img {
    max-width: 100%;
  }
  #top_contents #top_concept .concept_item .concept_txt {
    border-top: 3px dotted #3995A2;
    border-bottom: 3px dotted #3995A2;
    padding: 20px 10px;
    margin: 20px 0 0;
  }
}
#top_contents #top_movie {
  margin: 100px 30px 0;
}
#top_contents #top_movie h2 {
  text-align: center;
}
#top_contents #top_movie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #top_contents #top_movie__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
#top_contents #top_movie__container .top_movie__item {
  width: 535px;
}
@media screen and (max-width: 1023px) {
  #top_contents #top_movie__container .top_movie__item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents #top_movie__container .top_movie__item {
    width: 100%;
    margin-top: 30px;
  }
}
#top_contents #top_movie__container .top_movie__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 112/63;
}
#top_contents #top_movie__container .top_movie__item h3 {
  text-align: center;
  margin-top: 40px;
  font-size: 25px;
  font-weight: 700;
  color: #3995A2;
}
@media screen and (max-width: 1023px) {
  #top_contents #top_movie__container .top_movie__item h3 {
    margin-top: 10px;
    font-size: max(20px, 2vh);
  }
}
#top_contents #top_news,
#top_contents #top_diary {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  #top_contents #top_news,
  #top_contents #top_diary {
    margin-top: 70px;
  }
}
#top_contents #top_news h2,
#top_contents #top_diary h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#content {
    margin-top: 0;
  }
}
#top_mv_column {
  margin: 0 20px;
}
@media screen and (min-width: 1200px) {
  #top_mv_column {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  #top_mv_column > .column {
    height: 505px;
  }
}
#top_mv_column #top_mv_column__img {
  padding: 0 0 50px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (min-width: 769px), print {
  #top_mv_column #top_mv_column__img {
    padding: 0 20px 0 0;
  }
}
#top_mv_column #top_mv_column__img .slick {
  width: 100%;
  height: 505px;
  margin-bottom: 0;
}
#top_mv_column #top_mv_column__img .slick img {
  width: 100%;
  height: 505px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  #top_mv_column #top_mv_column__img .slick,
  #top_mv_column #top_mv_column__img .slick img {
    height: 100%;
    aspect-ratio: 165/101;
  }
}
#top_mv_column #top_mv_column__img .slick .item {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
#top_mv_column #top_mv_column__img .slick .item .slider_captions_container {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
}
#top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_ttl,
#top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_txt {
  color: #000;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 6px 15px 6px 40px;
}
#top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_button {
  margin-top: 10px;
}
#top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_ttl {
  font-size: 30px;
}
#top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_txt {
  font-size: 16px;
}
#top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_button {
  display: inline-block;
  margin-left: 40px;
}
#top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_button .link {
  background: transparent url(../images/top/slider_link.svg) no-repeat;
  background-position: right 10px center;
  background-size: auto 25px;
  padding: 0 45px 0 10px;
  line-height: 32px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top_mv_column #top_mv_column__img .slick .item .slider_captions_container {
    bottom: 10px;
  }
  #top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_ttl,
  #top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_txt {
    padding: 5px 5px 5px 10px;
  }
  #top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_button {
    margin-top: 5px;
  }
  #top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_ttl {
    font-size: 16px;
  }
  #top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_txt {
    font-size: 14px;
  }
  #top_mv_column #top_mv_column__img .slick .item .slider_captions_container .caption_button {
    margin-left: 10px;
  }
}
#top_mv_column #top_mv_column__img .slick .slick-slide .item.is-visible {
  visibility: visible;
}
#top_mv_column #top_mv_column__img .slick .slick-slide .item .slider_captions_container .caption_ttl,
#top_mv_column #top_mv_column__img .slick .slick-slide .item .slider_captions_container .caption_txt,
#top_mv_column #top_mv_column__img .slick .slick-slide .item .slider_captions_container .caption_button {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#top_mv_column #top_mv_column__img .slick .slick-slide .item .slider_captions_container .caption_ttl {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#top_mv_column #top_mv_column__img .slick .slick-slide .item .slider_captions_container .caption_txt {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
#top_mv_column #top_mv_column__img .slick .slick-slide .item .slider_captions_container .caption_button {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
#top_mv_column #top_mv_column__img .slick .slick-active .item .slider_captions_container .caption_ttl,
#top_mv_column #top_mv_column__img .slick .slick-active .item .slider_captions_container .caption_txt,
#top_mv_column #top_mv_column__img .slick .slick-active .item .slider_captions_container .caption_button {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
#top_mv_column #top_mv_column__img .slick .slick-dots {
  bottom: -35px;
}
#top_mv_column #top_mv_column__img .slick .slick-dots li button::before {
  font-size: 15px;
  color: #00a2e6;
}
#top_mv_column #top_mv_column__news {
  border: 1px solid #00bbff;
  border-radius: 9px;
  padding: 12px 10px 12px 20px;
}
#top_mv_column #top_mv_column__news .top_mv_column__news__contents {
  overflow: scroll;
  height: 100%;
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  #top_mv_column #top_mv_column__news {
    width: 355px;
  }
}
@media screen and (max-width: 1023px) {
  #top_mv_column #top_mv_column__news {
    border: none;
    width: auto;
    padding: 0;
  }
}
#top_mv_column #top_mv_column__news .news_container:first-of-type {
  margin-bottom: 20px;
}
#top_mv_column #top_mv_column__news .news_header {
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 10px 0;
}
#top_mv_column #top_mv_column__news .news_header .ttl {
  color: #00bbff;
  font-weight: bold;
  font-size: 24px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#top_mv_column #top_mv_column__news .news_header .link {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #333;
  font-size: 11px;
}
#top_mv_column #top_mv_column__news .news_excerpt {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  #top_mv_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top_mv_column .column {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
  #top_mv_column .column#top_mv_column__img {
    padding: 0 0 50px;
  }
  #top_mv_column .column#top_mv_column__news {
    border: none;
    padding: 0;
  }
  #top_mv_column .column#top_mv_column__news .top_mv_column__news__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.top_container {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top_container {
    margin-top: 10px;
  }
}
.top_container h2.ttl {
  text-align: center;
  background: no-repeat center/cover url(../images/bg_ttl/bg_ttl_top.jpg);
  color: #fff;
  font-size: 38px;
  height: 100px;
  display: grid;
  place-content: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .top_container h2.ttl {
    background: none;
    color: #0183c7;
    font-size: 45px;
    letter-spacing: 1px;
  }
  .top_container .diary_text,
  .top_container .topics_text {
    display: none;
  }
}

.diary_container .grid {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  #marist_topics .grid_wrap {
    padding: 0 20px;
  }
  #marist_topics .grid_wrap .grid {
    gap: 20px;
  }
}
#marist_topics .cell a {
  overflow: hidden;
  position: relative;
  height: 200px;
  display: block;
  color: #fff;
  z-index: 1;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #marist_topics .cell a {
    height: auto;
    aspect-ratio: 5/4;
  }
}
#marist_topics .cell a .bg_belt,
#marist_topics .cell a .text {
  position: absolute;
  left: 0;
  bottom: 23px;
  z-index: 2;
  width: 100%;
  height: 48px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #marist_topics .cell a .bg_belt,
  #marist_topics .cell a .text {
    height: 30px;
    bottom: 15px;
  }
}
#marist_topics .cell a .bg_belt {
  background-color: #00b1ff;
  mix-blend-mode: multiply;
}
#marist_topics .cell a .text {
  text-shadow: 0 0 6px black;
  font-size: 30px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  #marist_topics .cell a .text {
    font-size: 17px;
  }
}
#marist_topics .cell a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#marist_topics .cell a::before {
  background: no-repeat url(../images/top/top_topics01.jpg);
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 1;
}
#marist_topics .cell a.topics02::before {
  background-image: url(../images/top/top_topics02.jpg);
}
#marist_topics .cell a.topics03::before {
  background-image: url(../images/top/top_topics03.jpg);
}
#marist_topics .cell a.topics04::before {
  background-image: url(../images/top/top_topics04.jpg);
}

.footer {
  border-top: 0;
  padding-top: 30px;
}