.c-headline {
  background: url("/data/img/views/facilities/pc/bg_visual.jpg") no-repeat bottom center;
  background-size: cover;
}

@media screen and (min-width: 751px) {
  body {
    background: #E7F2F4;
  }
}

.v-facilities {
  overflow: hidden;
}

section .c-head__jp {
  text-align: left;
  margin: 0 0 15px;
}
section p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
section ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -60px;
  margin-top: 45px;
}
section ul li {
  width: 350px;
  margin-left: 60px;
}
section ul li img {
  width: 350px;
  margin-bottom: 12px;
}
section ul li h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: normal;
  margin-bottom: 7px;
}
section ul li p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 751px) {
  section ul li:nth-child(n+4) {
    margin-top: 35px;
  }
}
section .u-layout {
  padding: 4.5rem 0;
}

.v-sec1 {
  position: relative;
}
@media screen and (min-width: 751px) {
  .v-sec1 .u-pc-block {
    position: relative;
  }
  .v-sec1 .u-pc-block::before {
    position: absolute;
    content: "";
    background: url("/data/img/views/company/pc/shape_outline.png") no-repeat center;
    background-size: contain;
    width: 1087px;
    height: 1087px;
    left: -377px;
    top: -58px;
    z-index: -1;
  }
}
.v-sec1 .u-layout {
  padding: 6rem 0 4.5rem;
}

.v-sec5 {
  padding-bottom: 105px;
  position: relative;
}
.v-sec5 .u-layout {
  padding-bottom: 83px;
}
@media screen and (min-width: 751px) {
  .v-sec5 .u-pc-block {
    position: relative;
  }
  .v-sec5 .u-pc-block::before {
    position: absolute;
    content: "";
    background: url("/data/img/views/company/pc/shape_history.png") no-repeat center;
    background-size: contain;
    width: 2172px;
    height: 2172px;
    right: -1382px;
    bottom: -105px;
    z-index: -1;
  }
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .c-headline {
    background: url("/data/img/views/facilities/sp/bg_visual.jpg") no-repeat bottom center;
    background-size: cover;
  }

  section .c-head__jp {
    text-align: center;
    margin: 0 auto 2rem;
  }
  section p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  section ul {
    display: block;
    margin-left: 0;
    margin-top: 5rem;
  }
  section ul li {
    width: 100%;
    margin-left: 0;
  }
  section ul li img {
    width: 100%;
    margin-bottom: 1.9rem;
  }
  section ul li h3 {
    margin-bottom: 0.7rem;
  }
  section ul li:nth-child(n+2) {
    margin-top: 5rem;
  }

  .v-sec1 {
    position: relative;
  }
  .v-sec1 .u-layout {
    padding: 6rem 0 4.5rem;
  }

  .v-sec5 {
    padding-bottom: 6.5rem;
    position: relative;
  }
  .v-sec5 .u-layout {
    padding-bottom: 6rem;
  }
}
/*# sourceMappingURL=index.css.map */