@charset "UTF-8";
/** pxからvwへ変換関数 **/
.bg-swiper-01 {
  background-image: url("../img/index/bg-slide-01.webp");
}

.bg-swiper-02 {
  background-image: url("../img/index/bg-slide-02.webp");
}

.bg-swiper-03 {
  background-image: url("../img/index/bg-slide-03.webp");
}

.bg-swiper-04 {
  background-image: url("../img/index/bg-slide-04.webp");
}

.bg-swiper-05 {
  background-image: url("../img/index/bg-slide-05.webp");
}

.bg-catalog {
  background-image: url("../img/index/bg-catalog.jpg");
}

.bg-sonpo {
  background-image: url("../img/index/bg-sonpo.webp");
}

.bg-flow {
  background-image: url("../img/index/bg-flow.webp");
}

.banner {
  background-image: url("../img/index/bg-sp-website.jpg");
  background-size: cover;
  background-position: center;
  height: 450px;
}

.banner .bg-sp-website {
  color: #fff;
}

.banner .bg-sp-website span {
  font-size: 4rem;
}

.banner .bg-sp-website h2 {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 2rem;
}

.banner .bg-sp-website h2 span {
  display: block;
  font-size: 3rem;
}

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

.mv {
  height: 600px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv .title h2,
.mv .title h1
 {
  font-size: 6rem;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
}

.mv .title h2 span,
.mv .title h1 span
 {
  display: inline-block;
  position: relative;
}

.mv .title h2 span:after,
.mv .title h1 span:after 
 {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 105%;
  height: 50%;
  display: block;
  background: linear-gradient(140deg, #588c63 48%, #10511e 100%);
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
  z-index: -1;
}

.mv .title p {
  margin-top: 3rem;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.mv .swiper {
  height: 100%;
}

.mv .swiper .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.mv > .container {
  position: relative;
  z-index: 2;
}

.mv .mvSwiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mv .catch {
  display: inline-block;
  border-top: 2px solid #dcdc31;
  border-bottom: 2px solid #dcdc31;
  padding: 0rem 3rem 0.3rem;
  font-size: 2rem;
  font-weight: bold;
  background-color: #ffffff;
  margin-bottom: 2rem;
  box-shadow: 0px 0px 19px 0px #fcd34d;
  border-radius: 6px;
}

.mv .catch span {
  color: #b2b218;
  font-size: 2.9rem;
  padding: 0 0.5rem;
}

.about .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about .flex .inner {
  border: 3px solid #306B3D;
  padding: 2rem;
  border-radius: 20px;
}

.about .flex .inner .img {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.about .flex .inner h3 span {
  position: relative;
}

.about .flex .inner h3 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #EAE691;
  display: block;
  width: 100%;
  height: 40%;
  z-index: -1;
}

.about .flex .inner p {
  font-size: 1.4rem;
}

.normal-equ {
  padding: 7rem 0 4rem;
}

.normal-equ h3 {
  color: #fff;
  background-color: #56AFB5;
  max-width: 500px;
  text-align: center;
  padding: 1.5rem 0;
  margin: 0 auto 3rem;
  border-radius: 20px;
  position: relative;
}

.normal-equ h3:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF6C7;
  border-radius: 20px;
  z-index: -1;
}

.recommend h3 {
  padding: 0.5rem 3rem;
  border-radius: 30px;
  margin-bottom: 1.5rem;
}

.recommend .contents {
  margin-bottom: 3rem;
}

.recommend .col-02.flex {
  padding: 2rem;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.recommend .col-02.flex .img {
  width: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recommend .col-02.flex .content {
  width: 40%;
}

.recommend .col-02.flex .content h3 {
  border: 3px solid #306B3D;
  padding: 1rem;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 0;
}

.recommend .col-02.flex .content h3 span {
  font-size: 1.4rem;
  display: block;
}

.recommend .col-02.flex .content h4 {
  font-size: 1.4rem;
  text-align: center;
  padding: .5rem 0;
}

.recommend .col-02.flex .content p {
  border: 3px solid #336E40;
  text-align: center;
  padding: 0.5rem;
  border-radius: 10px;
}

.recommend .col-02.flex .content p span {
  font-size: 2rem;
  padding: 0 0.2rem;
}

.recommend .col-02.flex .content a {
  display: block;
  padding: 1rem;
  margin-top: 1.4rem;
  text-align: center;
  border-radius: 20px;
}

.equ {
	margin-bottom: 2rem;
}

.banner-area .flex a  {
  width: 50%;
}

.banner-area .flex-col03 a  {
  width: 33.3333%;
}

.banner-area img {
  width: 100%;
}

.supporter .col-03 a span.text-center {
  display: block;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .mv .catch-sp {
    display: none;
  }
}


@media screen and (max-width: 767px) {
  .mv .catch-pc {
    display: none;
  }
  
  .mv .catch {
    position: absolute;
    text-align: center;
    width: 90%;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  
  .mv {
    height: 100vh;
  }
  .mv .title {
    position: relative;
    bottom: 3rem;
  }
  .mv .title h2,
  .mv .title h1
   {
    font-size: 8.66667vw;
  }
  .mv .title p {
    font-size: 4.8vw;
  }
  .mv > .container {
    padding: 0 5.33333vw;
  }
  main .about {
    padding: 6rem 5.33333vw;
  }
  main .about .col-03 {
    width: 90%;
    margin: 0 auto 2rem;
  }
  main .about h3 {
    margin-bottom: 2rem;
  }
  main .about .inner p {
    font-size: 3.73333vw;
  }
  main .recommend h3 {
    font-size: 4.8vw;
  }
  main .recommend .col-02.flex .img {
    width: 80%;
    margin: 1rem auto 2rem;
  }
  main .recommend .col-02.flex .content {
    width: 100%;
  }
  .normal-equ {
    padding: 4rem 0 2rem;
  }
  .normal-equ .equ {
    width: calc(100% / 2);
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  main .news-section .col-01 h4 {
    font-size: 5.6vw;
  }
  .banner {
    height: 350px;
  }
  .banner .bg-sp-website span {
    font-size: 6.66667vw;
  }
  .banner .bg-sp-website h2 {
    font-size: 10.66667vw;
  }
  .about .flex .inner h3 span {
    font-size: 4.8vw;
  }
  .bg-swiper-02 {
    background-image: url("../img/index/bg-slide-02_sp.jpg");
  }
  .banner-area .flex a {
    width: 50%;
  }
  main .supporter {
    padding: 6rem 2rem;
  }
  main .supporter .col-03 {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .mv .catch {
    font-size: 4vw;
  }
  .mv .catch span {
    font-size: 7vw;
  }
}
/*# sourceMappingURL=top.css.map */