#mainvisual {
  padding-top: 100px;
  background: #ec2214 url(../facility/images/mv_bg.svg) no-repeat center top;
  background-size: contain;
  position: relative;
}
#mainvisual p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#mainvisual::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #ec2214 25%, transparent 25%), linear-gradient(225deg, #ec2214 25%, transparent 25%);
  background-position: 0 0;
}

.container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#section01 {
  background-color: #69a2d7;
  position: relative;
}
#section01 p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#section01::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #69a2d7 25%, transparent 25%), linear-gradient(225deg, #69a2d7 25%, transparent 25%);
  background-position: 0 0;
}

#section02 {
  background-color: #e26b46;
  position: relative;
}
#section02 p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#section02::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #e26b46 25%, transparent 25%), linear-gradient(225deg, #e26b46 25%, transparent 25%);
  background-position: 0 0;
}

#section03 {
  background-color: #69a2d7;
  position: relative;
}
#section03 p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#section03::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #69a2d7 25%, transparent 25%), linear-gradient(225deg, #69a2d7 25%, transparent 25%);
  background-position: 0 0;
}

#section04 {
  background-color: #e26b46;
  position: relative;
}
#section04 p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#section04::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #e26b46 25%, transparent 25%), linear-gradient(225deg, #e26b46 25%, transparent 25%);
  background-position: 0 0;
}

#section05 {
  background-color: #69a2d7;
  position: relative;
}
#section05 p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#section05::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #69a2d7 25%, transparent 25%), linear-gradient(225deg, #69a2d7 25%, transparent 25%);
  background-position: 0 0;
}

#section06 {
  background-color: #e26b46;
  position: relative;
}
#section06 p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

#footer {
  text-align: center;
}
#footer #pagetop {
  color: #1f2d97;
  font-size: 16px;
  margin-bottom: 20px;
}/*# sourceMappingURL=facility.css.map */