@charset "UTF-8";
.top-image .swiper-container {
  height: 250px;
}
.top-image .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top-image .swiper-button-next,
.top-image .swiper-button-prev {
  background-image: url("../img/top/slide/topimage-arrow-prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 45px;
  height: 45px;
  transition: 0.3s;
  opacity: 0.7;
}
.top-image .swiper-button-next:after,
.top-image .swiper-button-prev:after {
  content: none;
}
.top-image .swiper-button-next:hover,
.top-image .swiper-button-prev:hover {
  opacity: 1;
}
.top-image .swiper-button-prev {
  left: 0;
  background-image: url("../img/top/slide/topimage-arrow-prev.png");
}
.top-image .swiper-button-next {
  right: 0;
  background-image: url("../img/top/slide/topimage-arrow-next.png");
}

.sec1 ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.sec1 ul li {
  width: 100%;
  padding: 30px;
  color: #fff;
}
.sec1 ul li h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
}
.sec1 ul li p {
  color: #fff;
  font-size: 14px;
}
.sec1 ul li a:hover {
  opacity: 1;
}
.sec1 ul li .image {
  height: 98px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-size: auto 98px;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec1 ul li.box1 {
  background-color: #282c45;
}
.sec1 ul li.box1 .image {
  background-image: url("../img/top/sec1-icon1.png");
}
.sec1 ul li.box2 {
  background-color: #003c7a;
}
.sec1 ul li.box2 .image {
  background-image: url("../img/top/sec1-icon2.png");
}
.sec1 ul li.box3 {
  background-color: #1c68b3;
}
.sec1 ul li.box3 .image {
  background-image: url("../img/top/sec1-icon3.png");
}
.sec1 ul li .mask {
  width: 100%;
  height: auto;
  min-height: 98px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all .45s ease-out;
  transition: all .45s ease-out;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.sec1 ul li:hover .mask {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.sec2 {
  padding: 45px 20px;
  text-align: center;
  overflow: hidden;
}
.sec2 p {
  font-size: 24px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sec2 .sec2-p1 {
  margin: 0 calc(50% - 50vw);
  padding-top: 34px;
  padding-bottom: 33px;
  width: 100vw;
}

.sec3 {
  text-align: center;
  background-color: #e8f5fd;
  padding-top: 47px;
}
.sec3 h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.sec3 p {
  font-size: 14px;
  margin-bottom: 47px;
}
.sec3 .gmaps {
  height: 300px;
}
.sec3 .gmaps iframe {
  width: 100%;
  height: 100%;
}

/* ----- R E S P O N S I V E ----- */
/* XS */
/* SM */
@media only screen and (min-width: 768px) {
  .top-image .swiper-container {
    height: 547px;
  }
  .top-image .swiper-button-next,
  .top-image .swiper-button-prev {
    width: 60px;
    height: 60px;
  }

  .sec2 {
    padding: 90px 20px;
  }
  .sec2 p {
    font-size: 38px;
  }
  .sec2 .sec2-p1 {
    padding-top: 78px;
    padding-bottom: 66px;
  }

  .sec3 h3 {
    font-size: 35px;
  }
  .sec3 p {
    font-size: 17px;
  }
  .sec3 .gmaps {
    height: 600px;
  }
}
/* MD */
@media only screen and (min-width: 1024px) {
  .sec1 {
    margin-top: -86px;
    position: relative;
    z-index: 1;
  }
  .sec1 ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sec1 ul li {
    width: 33.333333%;
  }
}
/* LG */

/*# sourceMappingURL=top.css.map */
