@charset "UTF-8";
.heading-kv {
  font-size: 10.9375vw;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  font-size: 70px;
}

.heading-kv-sub {
  font-size: 4.375vw;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  font-size: 28px;
}

.heading2 {
  font-size: 8.59375vw;
  font-size: 55px;
  font-size: 54px;
}

.heading3 {
  font-size: 3.125vw;
  font-size: 28px;
  font-size: 27px;
}

.heading4 {
  font-size: 3.75vw;
  font-size: 24px;
  font-size: 17px;
  font-size: 12px;
}

.heading5 {
  font-size: 5.46875vw;
  font-size: 35px;
}

.text1 {
  font-size: 2.5vw;
  font-size: 16px;
  font-size: 12px;
}

.text2 {
  font-size: 4.0625vw;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  font-size: 26px;
}

.text3 {
  font-size: 3.4375vw;
  font-size: 22px;
  font-size: 18px;
}

.text4 {
  font-size: 1.875vw;
  font-size: 12px;
  font-size: 10px;
}

.text5 {
  font-size: 3.4375vw;
  font-size: 22px;
}

.text6 {
  font-size: 2.5vw;
  font-size: 16px;
  font-size: 14px;
}

.text7 {
  font-size: 2.1875vw;
  font-size: 14px;
}

.text9 {
  font-size: 3.4375vw;
  font-size: 22px;
  font-size: 19px;
}

.text10 {
  font-size: 3.4375vw;
  font-size: 22px;
  font-size: 15px;
}

.text13 {
  font-size: 3.75vw;
  font-size: 15px;
}

.text14 {
  font-size: 12px;
}

@media (min-width: 767px) {
  .heading-kv {
    font-size: 2.8125vw;
  }
  .heading-kv-sub {
    font-size: 1.25vw;
  }
  .heading2 {
    font-size: 2.5vw;
  }
  .heading3 {
    font-size: 1.25vw;
  }
  .heading5 {
    font-size: 2.5vw;
  }
  .text1 {
    font-size: 1.25vw;
  }
  .text2 {
    font-size: 1.25vw;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  }
  .text3 {
    font-size: 1vw;
  }
  .text4 {
    font-size: 0.875vw;
  }
  .text5 {
    font-size: 1.25vw;
  }
  .text7 {
    font-size: 0.875vw;
  }
  .text8 {
    font-size: 0.625vw;
  }
  .text9 {
    font-size: 1.25vw;
  }
  .text10 {
    font-size: 1.125vw;
  }
  .text11 {
    font-size: 1.125vw;
  }
  .text12 {
    font-size: 1.875vw;
  }
  .text13 {
    font-size: 1.25vw;
    font-size: 26px;
  }
  .text14 {
    font-size: 1vw;
    font-size: 20px;
  }
}

@media (min-width: 1199px) {
  .heading1 {
    font-size: 45px;
  }
  .heading-kv-sub {
    font-size: 20px;
  }
  .heading2 {
    font-size: 40px;
  }
  .heading3 {
    font-size: 3.125vw;
  }
  .heading5 {
    font-size: 40px;
  }
  .text1 {
    font-size: 16px;
  }
  .text3 {
    font-size: 18px;
  }
  .text4 {
    font-size: 14px;
  }
  .text5 {
    font-size: 20px;
  }
  .text7 {
    font-size: 15px;
  }
  .text8 {
    font-size: 10px;
  }
  .text9 {
    font-size: 1.40625vw;
  }
  .text10 {
    font-size: 16px;
  }
  .text11 {
    font-size: 18px;
  }
  .text12 {
    font-size: 30px;
  }
  .text13 {
    font-size: 20px;
    font-size: 26px;
  }
  .text14 {
    font-size: 16px;
    font-size: 20px;
  }
}

@media (min-width: 1399px) {
  .text9 {
    font-size: 20px;
  }
}

div > * + [class^="el_"] {
  display: block;
  margin-top: 40px;
}

/* divの子供要素の全て クラスにel_を持っている全てに反映させる */
[class$="_important"],
[class*="_important "] {
  background: red;
}

/* クラス名の最後に_importantを持っている全てに反映させる */
[class^="el_"],
[class*=" el_"] {
  margin-top: 40px;
}

/* クラス名の最初にel_を持っている全てに反映させる */
.sp-none {
  display: none;
}

.utility-heading-box {
  text-align: center;
  padding-top: 14%;
  padding-bottom: 5.5%;
  width: 42%;
  margin: 0 auto;
}

.utility-heading-box img {
  margin: 0 auto;
  width: 100%;
}

.heading-size2 {
  width: 55%;
}

.heading-size3 {
  width: 46.7%;
}

.heading-size4 {
  width: 25%;
}

@media (min-width: 767px) {
  .sp-none {
    display: block;
  }
  .br-pc-none {
    display: none;
  }
  .utility-heading-box {
    padding-top: 9%;
    padding-bottom: 2.5%;
    width: 15.6%;
    margin: 0 auto;
    width: 330px;
  }
  .utility-heading-box img {
    margin: 0 auto;
    width: 100%;
  }
  .utility-heading-box_heading {
    font-size: 4.6875vw;
  }
  .heading-size2 {
    width: 20%;
    max-width: 320px;
  }
  .heading-size3 {
    width: 20%;
    max-width: 320px;
  }
}

@media (min-width: 1199px) {
  .utility-heading-box {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  .utility-heading-box_heading {
    font-size: 35px;
  }
}

.swiper01_bg1 {
  background-image: url(../img/top1.jpg);
}

.swiper01_bg2 {
  background-image: url(../img/top2.jpg);
}

.swiper01_bg3 {
  background-image: url(../img/top3.jpg);
}

.swiper01_bg4 {
  background-image: url(../img/top4.jpg);
}

.swiper01_bg5 {
  background-image: url(../img/top5.jpg);
}

.swiper01_bg6 {
  background-image: url(../img/top6.jpg);
}

.slide-img {
  background-size: cover;
  background-position: center center;
  /* 背景画像は中央を軸に表示させる */
  height: 160vw;
}

.swiper-slide {
  height: 160vw;
  background-size: cover;
  background-position: center center;
  /* 背景画像は中央を軸に表示させる */
}

.swiper-slide::after {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.slide-text-box {
  position: absolute;
  z-index: 10;
  top: 0%;
  padding: 56% 0 44% 0;
  color: #fff;
  width: 100%;
  text-align: center;
}

.slide-text-box_sp-img {
  width: 80%;
  margin: 0 auto;
}

.slide-text-box_pc-img {
  display: none;
}

.slide-text-box_heading {
  position: relative;
  z-index: 3;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding-bottom: 3%;
}

.slide-text-box_text {
  position: relative;
  z-index: 3;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: white;
  padding-top: 5.3%;
}

@media (min-width: 767px) {
  .slide-text-box {
    padding: 22.5% 0 17% 0;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .slide-text-box::after {
    height: 100%;
    height: 100vh;
  }
  .slide-text-box_sp-img {
    display: none;
  }
  .slide-text-box_pc-img {
    display: block;
    width: 52%;
    margin: 0 auto;
    max-width: 830px;
  }
  .slide-text-box_pc-img img {
    width: 100%;
  }
  .slide-text-box_heading {
    padding-bottom: 40px;
  }
  .slide-text-box_heading br {
    display: none;
  }
  .slide-img {
    background-size: cover;
    background-position: center center;
    /* 背景画像は中央を軸に表示させる */
    height: 52vw;
    height: 100vh;
  }
  .swiper-slide {
    height: 52vw;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    /* 背景画像は中央を軸に表示させる */
  }
}

@media (min-width: 1199px) {
  .slide-text-box {
    padding: 370px 0 270px 0;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .slide-text-box::after {
    height: 100vh;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px !important;
  width: 30px;
  height: 3px;
  background: white;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.swiper-pagination-bullets {
  left: -26px !important;
  width: 100%;
  text-align: right !important;
}
/*# sourceMappingURL=base.css.map */