@charset "UTF-8";
/* ブレイクポイント設定 */
/* 色設定 */
/* 配置(フレックス) */
/* レスポンシブ */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* 基盤 */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3037809648vw;
  }
}

body {
  color: black;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

li {
  list-style: none;
}

a {
  position: relative;
  text-decoration: none;
  color: black;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* レイアウト */
.l-slide__inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-slide__inner {
    width: 88%;
  }
}

/* ヘッダー(タイトル) */
.header {
  height: 12rem;
  text-align: center;
  color: #fff;
  background: green;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .header {
    height: 14rem;
    font-size: 2.2rem;
  }
}

.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.slider01 {
  display: flex;
  width: 80rem;
  height: 65rem;
  font-size: 0;
  line-height: 0;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .slider01 {
    width: 90%;
  }
}
.slider01 .swiper1, .slider01 .swiper2 {
  width: 50%;
  height: 100%;
}
.slider01 .swiper1 .swiper-wrapper, .slider01 .swiper2 .swiper-wrapper {
  transition-timing-function: linear;
}
.slider01 .swiper1 .swiper-wrapper .swiper-slide, .slider01 .swiper2 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */