.home .hero {
  width: 100%;
  height: 100svh;
  line-height: 0;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home .hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #70B3DB;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .hero .hero_slider .slick-slide img {
  width: 100%;
  min-height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.home .hero .hero_slider .slick-slide.slide-animation {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.home .hero .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home .post_content {
  position: relative;
}
.home #about {
  position: relative;
  z-index: 0;
}
.home #about .about_inner .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .home #about .about_inner .container {
    flex-wrap: nowrap;
  }
}
.home #about .about_inner .text {
  line-height: 2.5;
}
@media (min-width: 768px) {
  .home #about .about_inner .text {
    width: 50%;
  }
}
.home #about .about_inner:nth-of-type(1) .video {
  width: 75%;
  align-self: flex-end;
  line-height: 1;
  margin-block-start: 2em;
  margin-inline-start: auto;
}
@media (min-width: 768px) {
  .home #about .about_inner:nth-of-type(1) .video {
    margin-block-start: 4em;
    width: 50%;
  }
}
.home #about .about_inner:nth-of-type(1) .video .video {
  min-width: 40svw;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/4;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0.3em 1.5em rgba(112, 179, 219, 0.25);
  margin-inline-start: 5svw;
}
@media (min-width: 1330px) {
  .home #about .about_inner:nth-of-type(1) .video .video {
    margin-inline-start: 10svw;
  }
}
.home #about .about_inner:nth-of-type(2) {
  background-image: url(../../images/home/bg_mark.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 40%;
}
@media (min-width: 768px) {
  .home #about .about_inner:nth-of-type(2) {
    background-size: 25%;
  }
}
.home #about .about_inner:nth-of-type(2) .container {
  align-items: center;
  row-gap: 0.5em;
}
@media (min-width: 768px) {
  .home #about .about_inner:nth-of-type(2) .text {
    width: 50%;
  }
}
.home #about .about_inner:nth-of-type(2) .photo {
  width: 40%;
  margin-block-start: -5%;
}
@media (min-width: 768px) {
  .home #about .about_inner:nth-of-type(2) .photo {
    width: 50%;
    margin-block-start: inherit;
  }
}
.home #about .about_inner:nth-of-type(2) .photo img {
  min-width: 42svw;
  margin-inline-start: -5svw;
}
@media (min-width: 1330px) {
  .home #about .about_inner:nth-of-type(2) .photo img {
    margin-block-start: -4em;
    margin-inline-start: calc(600px - 50svw);
  }
}
.home #facilities > .container .entry_cat {
  display: flex;
  flex-wrap: nowrap;
  word-break: keep-all;
  overflow-x: auto;
}
.home #facilities > .container .entry_cat .cat_item:hover span, .home #facilities > .container .entry_cat .cat_item.is_active span {
  background-color: #F0F7FC;
}
.home #facilities > .container .entry_cat .cat_item span {
  min-width: 8em;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0;
  border: #F0F7FC solid 1px;
  padding: 0.5em 0.5em;
  display: inline-block;
  cursor: pointer;
}
.home #facilities .facilities_inner {
  padding-block-start: 4em;
  position: relative;
  z-index: 0;
}
.home #facilities .facilities_inner::before {
  content: "";
  width: 100%;
  height: 20em;
  background-color: #F0F7FC;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.home #facilities .facilities_inner .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4em;
}
@media (min-width: 768px) {
  .home #facilities .facilities_inner .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .home #facilities .facilities_inner .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1500px) {
  .home #facilities .facilities_inner .container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home #facilities .facilities_inner .container .facility {
  background-color: #fff;
  box-shadow: 0 0 2em rgba(112, 179, 219, 0.2);
}
.home #facilities .facilities_inner .container .facility .thumbnail {
  line-height: 1;
}
.home #facilities .facilities_inner .container .facility .thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #facilities .facilities_inner .container .facility .cat_name span {
  background-image: url(../../images/common/icon_circle.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
  padding-inline-start: 1.25em;
  display: inline-block;
}
.home #facilities .facilities_inner .container .facility .excerpt {
  padding-inline: 1.5em;
}
.home #facilities .facilities_inner .container .facility .button {
  padding-block-end: 1.5em;
}
.home #news {
  position: relative;
  z-index: 0;
}
.home #news::before {
  content: "";
  width: 90%;
  max-width: calc(95% - (50% - 540px));
  height: 100%;
  background-color: #F0F7FC;
  position: absolute;
  bottom: -1em;
  right: 0;
  z-index: -1;
}
.home #news .container .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1em;
}
.home #news .container .title .button {
  margin-inline-start: auto;
}
.home #news .container .news_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}
.home #news .container .news_inner .article {
  width: 100%;
}
@media (min-width: 768px) {
  .home #news .container .news_inner .article {
    width: calc(50% - 1em);
  }
}
.home #news .container .news_inner .article a {
  padding-block: 0.5em;
  display: block;
  position: relative;
  z-index: 0;
}
.home #news .container .news_inner .article a:hover::before {
  width: 0%;
}
.home #news .container .news_inner .article a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: #3B4868 solid 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}

.effect.fade_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 500ms;
}
.effect:not(.opening).fade_down {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 500ms;
}
.effect.slide_left {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 500ms;
}
.effect.slide_right {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 500ms;
}
.effect.is_show {
  opacity: 1;
  transform: translate(0, 0);
}

/* delay */
@media (min-width: 768px) {
  section#about .about_inner .effect:nth-of-type(2) {
    transition-delay: 0.5s;
  }
}
/* opening */
.effect.opening.fade_in {
  opacity: 0;
  transition: opacity 3s;
}
.effect.opening.fade_in.start {
  opacity: 1;
}
.effect.opening.fade_down {
  opacity: 0;
  transform: translateY(-50%);
}
.effect.opening.fade_down.start {
  animation: opening 1s 1 forwards 1s;
}

@keyframes opening {
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}/*# sourceMappingURL=home.css.map */