@charset "UTF-8";
/* =====================================

	▼▼▼ 工事の流れ

===================================== */
/* ====================
ページタイトル
==================== */
.page_main .page_main__image {
  background: url(../img/flow/mv.png) no-repeat scroll center center;
  background-size: cover;
}

.process .process_wrap {
  padding: 55px 0;
  background-color: rgba(0, 83, 165, 0.1);
}
.process .process_wrap:nth-child(odd) {
  background-color: #fff;
}
.process .process_wrap:nth-child(odd) .process_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.process .process_wrap .process_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.process .process_wrap dl {
  width: 50%;
  max-width: 600px;
}
.process .process_wrap dl dt {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #0053A5;
}
.process .process_wrap dl dd {
  text-align: justify;
}
.process .process_wrap dl dd > span {
  font-size: 12px;
  display: block;
}
.process .process_wrap .process_image {
  width: 46%;
  max-width: 550px;
  height: 300px;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  background-color: #fff;
}
.process .process_wrap .process_image .flow_no {
  pointer-events: none;
  position: absolute;
  left: -20px;
  top: -50px;
  width: 100px;
  height: 100px;
  z-index: 10;
}
.process .process_wrap .process_image .flow_no img {
  width: 100px;
  height: 100px;
}
.process .process_wrap .process_image img {
  width: 100%;
  height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.process .process_wrap .process_image .swiper .swiper-wrapper .swiper-slide {
  height: 280px;
  width: 100%;
}
.process .process_wrap .process_image .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.process .process_wrap .process_image .panda {
  position: absolute;
  pointer-events: none;
  z-index: 10;
}
.process .process_wrap .process_image .panda img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.process .process_wrap .process_image .panda5 {
  width: 110px;
  height: 107px;
  right: -45px;
  bottom: -5px;
}
.process .process_wrap .process_image .panda1 {
  width: 110px;
  height: 86px;
  left: -35px;
  bottom: -3px;
}
.process .process_wrap .process_image .panda2 {
  width: 110px;
  height: 86px;
  right: -35px;
  bottom: -3px;
}
.process .process_wrap .process_image .panda3 {
  width: 110px;
  height: 107px;
  left: -55px;
  bottom: -5px;
}

#main .swiper-pagination {
  top: initial;
  bottom: 0;
}
#main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0053A5;
}

/* =====================================

	▼▼▼ 1024px以下

===================================== */
@media screen and (max-width: 1024px) {
  .process .process_wrap .process_image .panda5 {
    width: 60px;
    height: 59px;
    right: -20px;
    bottom: -30px;
  }
  .process .process_wrap .process_image .panda1 {
    width: 76px;
    height: 59px;
    left: -20px;
    bottom: -30px;
  }
  .process .process_wrap .process_image .panda2 {
    width: 76px;
    height: 59px;
    right: -20px;
    bottom: -30px;
  }
  .process .process_wrap .process_image .panda3 {
    width: 60px;
    height: 59px;
    left: -20px;
    bottom: -30px;
  }
}
/* =====================================

	▼▼▼ max-width: 768px

===================================== */
/* =====================================

	▼▼▼ 480px以下

===================================== */
@media screen and (max-width: 480px) {
  .process .process_wrap {
    padding: 25px 0;
  }
  .process .process_wrap:nth-child(odd) {
    background-color: #fff;
  }
  .process .process_wrap:nth-child(odd) .process_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .process .process_wrap .process_inner {
    display: block;
  }
  .process .process_wrap dl {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .process .process_wrap dl dt {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .process .process_wrap dl dd {
    text-align: justify;
  }
  .process .process_wrap dl dd > span {
    display: block;
    font-size: 12px;
  }
  .process .process_wrap .process_image {
    width: 100%;
    max-width: 100%;
    height: 240px;
    border: 1px solid #ccc;
    padding: 10px;
    position: relative;
    background-color: #fff;
  }
  .process .process_wrap .process_image .flow_no {
    position: absolute;
    left: -10px;
    top: -30px;
    width: 64px;
    height: 64px;
  }
  .process .process_wrap .process_image .flow_no img {
    width: 64px;
    height: 64px;
  }
  .process .process_wrap .process_image img {
    width: 100%;
    height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .process .process_wrap .process_image .swiper .swiper-wrapper .swiper-slide {
    height: 220px;
    width: 100%;
  }
}/*# sourceMappingURL=flow.css.map */