@charset "UTF-8";
section {
  margin-bottom: 140px;
}
@media all and (max-width: 728px) {
  section {
    margin-bottom: 80px;
  }
}

.title_h {
  margin-bottom: 50px;
}

.visual {
  position: relative;
  top: 0;
  width: 70.5%;
  margin-left: auto;
  -webkit-mask: no-repeat 100%/auto url(../img/parts/mask.svg);
          mask: no-repeat 100%/auto url(../img/parts/mask.svg);
}
.visual:before {
  padding-top: 93.1778929188%;
}

/*---------------------------------------------------------
メインビジュアル
---------------------------------------------------------*/
.fv {
  display: flex;
  margin-bottom: 100px;
  position: relative;
  background: no-repeat 5% center/25% url(../img/parts/visual_bg.svg);
}
.fv .photo_img:before {
  padding-top: 75%;
}
.fv .swiper-slide-active .slideX {
  top: 0;
  left: -10%;
  animation: slideX 40s forwards;
}
.fv .swiper-slide-active .zoom {
  animation: animationZoom 40s forwards;
}
.fv .swiper-slide-active .slide-X {
  top: 0;
  right: 0;
  animation: slide-X 30s ease-in-out forwards;
}
.fv article {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.fv article p {
  margin-bottom: 30px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.625;
  color: #07ad9b;
}
.fv article p strong {
  position: relative;
}
.fv article p strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background: #ffef29;
}
.fv article h2 {
  width: 100%;
}
.fv article h2 strong {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
  background: #fff;
}
.fv article h2 b {
  color: #f38200;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 1;
}
.fv .sns_area {
  position: absolute;
  left: 5%;
  bottom: 0;
  display: flex;
}
.fv .sns_area dd {
  margin-left: 12px;
}
@media all and (max-width: 728px) {
  .fv {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 100px;
    overflow: hidden;
  }
  .fv:after {
    height: 22px;
  }
  .fv .photo_img:before {
    padding-top: 85%;
  }
  .fv article {
    width: 100%;
    order: 2;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  .fv article h2 {
    width: 80%;
  }
  .fv article h2 strong {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
  .fv article h2 b {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
  }
  .fv article p {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .fv article .btn {
    margin-top: 0;
    font-size: 12px;
  }
  .fv .visual {
    order: 1;
    width: 94%;
  }
  .fv .sns_area {
    display: none;
  }
}

.cScroll {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cScroll .cScroll__text {
  margin-bottom: 10px;
  font-size: 12px;
  writing-mode: vertical-rl;
}
.cScroll .cScroll__bar {
  position: relative;
  width: 1px;
  height: 80px;
  background-color: #000;
}
.cScroll .cScroll__bar_circle {
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f38200;
  opacity: 0;
  animation: scrollDown 3s ease-in-out infinite;
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
  90% {
    opacity: 1;
    transform: translateY(80px) rotate(-360deg);
  }
  100% {
    opacity: 0;
    transform: translateY(80px) rotate(-360deg);
  }
}
/*---------------------------------------------------------
お知らせ
---------------------------------------------------------*/
.news {
  position: relative;
  display: flex;
  margin-bottom: 130px;
}
.news:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 70%;
  height: 100%;
  background: #f2f2ea;
}
.news .title_area {
  min-width: 290px;
  padding: 70px 0 0 10%;
}
.news .news_list {
  width: calc(100% - 330px);
  margin-top: 70px;
  margin-left: 40px;
  padding: 60px 0 0 5%;
  background: #fff;
}
.news .news_list .news_slide {
  overflow: hidden;
}
@media all and (max-width: 728px) {
  .news {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .news:before {
    width: 90%;
  }
  .news .title_area {
    width: 100%;
    padding: 30px 0 0 5%;
  }
  .news .news_list {
    width: 100%;
    margin-top: 0;
    margin-left: 5%;
    padding: 10px 0 0 10px;
  }
  .news .btn_area {
    margin-top: 30px;
  }
}

/*---------------------------------------------------------
About
---------------------------------------------------------*/
.about .item_card .photo_area {
  display: flex;
  order: 2;
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
.about .item_card .photo_area .photo_img {
  margin-left: 30px;
  width: calc(33.3333% - 30px);
}
.about .item_card .photo_area .photo_img:before {
  padding-top: 206.7415730337%;
}
.about .item_card .photo_area .photo_img:nth-child(2) {
  top: 50px;
}
.about .item_card .photo_area .photo_img:nth-child(3) {
  top: 100px;
}
.about .item_card article {
  order: 1;
  padding-right: 5%;
}
@media all and (max-width: 728px) {
  .about .item_card .photo_area {
    width: 100%;
    margin: 40px 0 40px -30px;
  }
}

/*---------------------------------------------------------
施設案内
---------------------------------------------------------*/
.facility .item_card {
  margin-bottom: 80px;
}
.facility .item_card .photo_img {
  width: 70vw;
  margin-left: calc(50% - 50vw);
}
.facility .item_card article {
  width: 70%;
  padding-left: 5%;
}
@media all and (max-width: 728px) {
  .facility .item_card .photo_img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .facility .item_card article {
    width: 100%;
    padding-left: 0;
  }
}

/*---------------------------------------------------------
スタッフ紹介
---------------------------------------------------------*/
.buddy {
  position: relative;
  display: flex;
  margin-bottom: 130px;
}
.buddy .col {
  width: 100%;
}
.buddy .title_area {
  width: 420px;
  padding: 70px 0 0 10%;
}
.buddy .staff_list {
  margin-left: 80px;
  width: calc(100% - 500px);
}
.buddy .staff_list .staff_slide {
  overflow: hidden;
}
.buddy .swiper-wrapper .swiper-slide:nth-child(even) .staff_card {
  margin-top: 70px;
}
@media all and (max-width: 728px) {
  .buddy {
    margin-bottom: 80px;
  }
  .buddy .title_area {
    width: 100%;
    padding: 0 0 0 5%;
  }
  .buddy .staff_list {
    margin-left: auto;
    width: 95%;
  }
  .buddy .staff_list .staff_slide {
    overflow: hidden;
  }
}

/*---------------------------------------------------------
MAP-jとは？
---------------------------------------------------------*/
.mapj .item_card {
  margin-bottom: 80px;
}
.mapj .item_card .photo_img {
  width: 70vw;
  margin-left: calc(50% - 50vw);
}
.mapj .item_card .photo_img:before {
  padding-top: 80.1587301587%;
}
.mapj .item_card article {
  width: 70%;
  padding-left: 5%;
}
@media all and (max-width: 728px) {
  .mapj .item_card {
    margin-bottom: 0;
    align-items: flex-start;
  }
  .mapj .item_card .photo_img {
    width: 90vw;
  }
  .mapj .item_card article {
    width: 100%;
    padding-left: 0;
  }
}

/*---------------------------------------------------------
アクセスマップ
---------------------------------------------------------*/
.map {
  margin-bottom: 120px;
}
@media all and (max-width: 728px) {
  .map {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=index.css.map */