@charset "UTF-8";

/*=============================================================
#about
=============================================================*/
#about {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#about::before {
  content: '';
  position: absolute;
  top: -80%;
  bottom: 80%;
  left: 0;
  right: 0;
  background-color: var(--accent-color);
  transform: skewY(8deg);
  overflow: hidden;
  z-index: 1;
}

#about .box {
  width: 1200px;
  margin: 230px auto 0;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}

#about .box .left {
  margin: 0 auto;
}

#about .box .right {
  text-align: left;
  width: 690px;
}

#about .box .right p {
  padding: 40px 0;
}

#about .box .right p.right {
  text-align: right;
}

/*=============================================================
bg
=============================================================*/
.bg {
  width: 100%;
  padding: 600px 0 0;
  background-image: url(../image/bg.jpg);
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 calc(100% - 150px));
  overflow: hidden;
  z-index: -5;
}

/*=============================================================
#plan
=============================================================*/

#plan h2.red {
  padding: 0;
}

#plan .swiper {
  padding-top: 30px;
}

#plan .swiper-wrapper .img01 {
  background-image: url("../image/plan_img01.jpg");
  background-size: cover;
  width: 780px;
  height: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#plan .swiper-wrapper .img02 {
  background-image: url("../image/plan_img02.jpg");
  background-size: cover;
  width: 780px;
  height: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#plan .swiper-wrapper .img03 {
  background-image: url("../image/plan_img03.jpg");
  background-size: cover;
  width: 780px;
  height: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#plan .swiper-wrapper .swiper-slide .red_box {
  position: relative;
  padding: 30px 0 30px;
  width: 100%;
  height: 700px;
}

#plan .swiper-wrapper .swiper-slide .red_box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  mix-blend-mode: multiply;
  z-index: 1;
}

#plan .box_text {
  position: relative;
  z-index: 2;
  width: 680px;
  margin: 0 auto;
}

#plan .box_text p {
  color: #fff;
  padding: 15px 0;
}

#plan .tokuten_box {
  border: 1px solid #fff;
  padding: 1em;
}

#plan .tokuten_box h3 {
  text-align: center;
}

#plan .tokuten_box ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: square;
}

#plan .fee {
  text-align: center;
}

#plan .fee span {
  font-size: 30px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 70px;
  margin: auto;
  width: 70px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../image/prev.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../image/next.png);
}

/*=============================================================
#information
=============================================================*/
#information {
  width: 100%;
  position: relative;
  padding: 120px 0 80px;
  position: relative;
  top: 80px;
}

#information::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--accent-color);
  transform: skewY(8deg);
  overflow: hidden;
  z-index: -5;
}

#information .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}

#information .box .left {
  margin: 0 auto;
}

#information .box .right {
  text-align: left;
  width: 690px;
}

/*=============================================================
#sponsor
=============================================================*/
#sponsor {
  padding-top: 150px;
  width: 1200px;
  margin: 0 auto;
}

#sponsor h2 {
  padding-bottom: 40px;
}

/*=============================================================
#contact
=============================================================*/
#contact {
  width: 100%;
  position: relative;
  padding: 100px 0 80px;
  position: relative;
  top: 80px;
  margin-bottom: 200px;
}

#contact .box {
  width: 100%;
}

#contact::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--accent-color);
  transform: skewY(8deg);
  overflow: hidden;
  z-index: -5;
}

/* ===============ここからmin-width:959px=============== */
@media screen and (max-width:959px) {
  #about::before {
    top: -95%;
    bottom: 95%;
  }

  #about .box {
    width: 90%;
    display: block;
    margin: 70px auto 0;
  }

  #about .box .right {
    margin-top: 60px;
    width: 100%;
  }

  .bg {
    padding: 300px 0 0;
    clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
  }

  .bg {}

  #plan .swiper-wrapper .img01 {
    width: 90%;
    height: auto;
    min-height: 90vh;
  }

  #plan .swiper-wrapper .img02 {
    width: 90%;
    height: auto;
    min-height: 90vh;
  }

  #plan .swiper-wrapper .img03 {
    width: 90%;
    height: auto;
    min-height: 90vh;
  }

  #plan .swiper-wrapper .swiper-slide .red_box {
    margin: 20px 0;
    padding: 20px 0 10px;
    height: auto;
  }

  #plan h2 {
    line-height: 1.2;

  }

  #plan .box_text {
    width: 90%;
  }

  #plan .tokuten_box {
    padding: 0.5em 0.5em 0.5em 0;
  }

  #information .box {
    width: 90%;
    display: block;

  }

  #information .box .right {
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  #sponsor {
    width: 100%;
  }

  #sponsor .sponsor_img img {
    object-fit: cover;
    width: 100%;
    height: 200px;
  }
}

/* ===============ここまでmin-width:959px=============== */