@charset "UTF-8";
/** pxからvwへ変換関数 **/
.mv-top {
  background-image: url("../img/top/bg-main.jpg");
  background-size: cover;
  background-position: center;
  height: 650px;
  padding: 12rem 0 0;
  position: relative;
}

.mv-top .title {
  width: 55%;
}

.mv-top .title .en {
  font-size: 8rem;
}

.mv-top .img {
  width: 45%;
}

.mv-top .container {
  position: relative;
  height: 100%;
}

.important-news {
  max-width: 480px;
  background-color: rgba(229, 43, 97, 0.95);
  color: #fff;
  padding: 1.5rem 2.5rem;
  position: absolute;
  left: 0;
  bottom: 5%;
  border-radius: 8px;
}

.important-news dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.important-news dl dt {
  width: 30%;
  border: 2px solid #fff;
  text-align: center;
  padding: 1rem;
  border-radius: 40px;
}

.important-news dl dd {
  width: 70%;
  padding-left: 1rem;
}

.important-news dl dd a {
  color: #fff;
}

.news-title {
  margin-bottom: 3rem;
}

.news-title h2 {
  margin-bottom: 0;
}

.news-title a {
  position: relative;
  color: #E52B61;
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-title a .btn-arrow {
  background-color: #C6064B;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 1rem;
}

.news-title a .btn-arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 27%;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news-title a .btn-arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 27%;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.service-section .flex li {
  background-color: #fff;
}

.service-section .flex li a {
  padding: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.service-section .flex li a img {
  width: 33%;
}

.service-section .flex li a h3 {
  width: 67%;
  text-align: center;
}

.image-map {
  margin-top: 6rem;
}

.news-section {
  background-image: url("../img/top/bg-news.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-section h2 {
  color: #3B56CE;
}

.news-section .container {
  padding: 3rem;
  position: relative;
}

.news-section .container:before {
  content: "";
  background-color: #fff;
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.news-section .date {
  display: block;
  font-size: 1.4rem;
  color: #9E9E9E;
  padding: 1rem 0 .5rem;
}

.newsSwiper {
  overflow: visible;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.swiper-pagination-bullet-active {
  background: #E52B61;
}

@media screen and (max-width: 960px) {
  .mv-top .title .en {
    font-size: 6.66667vw;
  }
  .mv-top .title h2 {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 760px) {
  .mv-top .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  .mv-top .title {
    width: 100%;
    text-align: center;
  }
  .mv-top .title .en {
    font-size: 9.33333vw;
  }
  .mv-top .title h2 {
    font-size: 6vw;
    margin-bottom: 0;
  }
  .mv-top .img {
    width: 60%;
    margin: 3rem 0;
  }
  .important-news {
    position: static;
  }
  .news-section {
    padding: 7rem 2rem;
  }
}

@media screen and (max-width: 540px) {
  .important-news {
    position: static;
  }
  .important-news dl dt {
    font-size: 3.73333vw;
  }
  .important-news dl dd {
    font-size: 3.73333vw;
  }
  .news-title a {
    margin-top: 1rem;
    font-size: 4.8vw;
  }
  .news-section .date {
    font-size: 3.46667vw;
  }
  .category span {
    font-size: 3.46667vw;
  }
}
/*# sourceMappingURL=top.css.map */