@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
.mv {
  position: relative;
  padding: 180px 0 140px;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /* -750 */
}
@media all and (max-width: 750px) {
  .mv {
    height: 100vh;
  }
}
.mv::before {
  content: "";
  background: #CBF8FF;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -3;
}
.mv::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/bg_mv_sp.webp);
  background-size: 100% auto;
  height: -webkit-fill-available;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  bottom: 0;
  z-index: -1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv::after {
    background-image: url(../images/top/bg_mv.webp);
  }
}
.mv .mv_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.mv .mv_catch_image {
  width: 40%;
  -webkit-transform: translate(-200%, 100%);
          transform: translate(-200%, 100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  /* -750 */
}
@media all and (max-width: 750px) {
  .mv .mv_catch_image {
    width: 65%;
    position: absolute;
    top: 36%;
  }
}
.mv .main_catch {
  /* -750 */
}
@media all and (max-width: 750px) {
  .mv .main_catch {
    position: absolute;
    right: 20px;
    top: 16%;
  }
}
.mv .main_catch span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.mv .main_catch span.jp {
  font-size: 44px;
  line-height: 1.4;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .main_catch span.jp {
    line-height: 1.4;
    font-size: clamp(26px, 8vw, 180px);
  }
}
.mv .main_catch span.en {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .main_catch span.en {
    margin-top: 30px;
    font-size: clamp(16px, 3vw, 66px);
  }
}
.mv .top_story {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  opacity: 0;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  width: calc(100% - 40px);
  /* -750 */
}
@media all and (max-width: 750px) {
  .mv .top_story {
    position: absolute;
    top: 75%;
  }
}
.mv .top_story a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 900px;
  /* 751- */
  gap: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .top_story a {
    margin: 0 auto 100px;
  }
}
.mv .top_story a:not(:last-child) {
  margin: 0 0 30px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .top_story a:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
@media all and (min-width: 751px) {
  .mv .top_story a {
    gap: 40px;
  }
}
.mv .top_story a .staff_talker_img {
  width: 60px;
  background: #e9e9e9;
  border-radius: 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .top_story a .staff_talker_img {
    width: 20%;
  }
}
.mv .top_story a .story_text {
  width: calc(100% - 60px);
  background: #FFF5D7;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .top_story a .story_text {
    padding: 30px;
    border-radius: 20px;
  }
}
.mv .top_story a .story_text .talk_date {
  font-size: 13px;
}
.mv .top_story a .story_text .story_ttl {
  margin: 10px 0;
}
.mv .top_story a .story_text p {
  /* -750 */
}
@media all and (max-width: 750px) {
  .mv .top_story a .story_text p {
    display: none;
  }
}
.mv .top_story a .story_text p.talk_date {
  display: block;
}
.mv .top_story a .story_text::after {
  position: absolute;
  content: "";
  background: #FFF5D7;
  height: 16px;
  width: 13px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .top_story a .story_text::after {
    height: 52px;
    width: 40px;
    left: -27px;
  }
}
.mv.animate .main_catch .jp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mv.animate .main_catch .en {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mv.animate .mv_catch_image {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.mv.animate .top_story {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.mv .mv_catch_image img {
  -webkit-animation: floatUpDown 2s ease-in-out infinite;
          animation: floatUpDown 2s ease-in-out infinite;
}
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sec_facility .facility_wrap {
  margin: 40px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_facility .facility_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px 0;
    gap: 20px;
  }
}
.sec_facility .facility_items {
  margin-bottom: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_facility .facility_items {
    width: 50%;
    margin-bottom: 0;
  }
}
.sec_facility .facility_item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  display: none;
}
.sec_facility .facility_item.active {
  display: block;
}
.sec_facility .facility_item .facility_thumbnail {
  aspect-ratio: 1/0.8;
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0px;
}
.sec_facility .facility_item .facility_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_facility .facility_item .facility_info {
  margin-top: 10px;
}
.sec_facility .facility_map {
  /* 751- */
  position: relative;
}
@media all and (min-width: 751px) {
  .sec_facility .facility_map {
    width: 50%;
  }
}
.sec_facility .facility_map .map_icons .pin_1, .sec_facility .facility_map .map_icons .pin_2, .sec_facility .facility_map .map_icons .pin_3 {
  position: absolute;
  width: 4%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_facility .facility_map .map_icons .pin_1 .pin_name, .sec_facility .facility_map .map_icons .pin_2 .pin_name, .sec_facility .facility_map .map_icons .pin_3 .pin_name {
  position: absolute;
}
.sec_facility .facility_map .map_icons .pin_1.active, .sec_facility .facility_map .map_icons .pin_2.active, .sec_facility .facility_map .map_icons .pin_3.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.sec_facility .facility_map .map_icons .pin_1 {
  left: 54%;
  top: 28%;
}
.sec_facility .facility_map .map_icons .pin_1 .pin_name {
  top: 20px;
  left: 19px;
  width: 62px;
}
.sec_facility .facility_map .map_icons .pin_2 {
  left: 44%;
  top: 39%;
}
.sec_facility .facility_map .map_icons .pin_2 .pin_name {
  top: -1px;
  left: -57px;
  width: 62px;
}
.sec_facility .facility_map .map_icons .pin_3 {
  left: 52%;
  top: 56%;
}
.sec_facility .facility_map .map_icons .pin_3 .pin_name {
  top: 23px;
  left: -57px;
  width: 67px;
}

.sec_news {
  position: relative;
  margin-top: -120px;
  padding: 120px 0 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_news {
    padding: 60px 0 160px;
  }
}
.sec_news .news_list {
  max-width: 900px;
  margin: 0 auto 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_news .news_list {
    margin: 80px auto;
  }
}
.sec_news .news_list li a {
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_news .news_list li a {
    font-size: 20px;
    padding: 30px 0;
  }
}
.sec_news .news_list li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon_arrow.webp);
  width: 30px;
  height: 30px;
  background-size: cover;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_news .news_list li a::after {
    width: 40px;
    height: 40px;
  }
}
.sec_news .news_list li a .news_date {
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_news .news_list li a .news_date {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .sec_news .news_list li a:hover::after {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
.sec_news .news_list li:first-child a {
  border-top: 1px solid #e9e9e9;
}

.sec_event .event_date {
  font-size: 10px;
  margin-top: 5px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_event .event_date {
    font-size: 12px;
    margin-top: 10px;
  }
}

.sec_staff .staff_content .staff_list {
  text-align: center;
  margin: 40px 0;
  overflow-x: hidden;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_staff .staff_content .staff_list {
    margin: 80px 0 40px;
  }
}
.sec_staff .staff_content .staff_list .slide li {
  margin: 0 5px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_staff .staff_content .staff_list .slide li {
    margin: 0 20px;
  }
}
.sec_staff .staff_content .staff_list .slide li .staff_thumbnail {
  background: #fff;
  border-radius: 100%;
}
.sec_staff .staff_content .staff_list .slide li .staff_thumbnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_staff .staff_content .staff_list .slide li .staff_name {
  margin-top: 10px;
  font-weight: normal;
}
/*# sourceMappingURL=top.css.map */