.is-pc {
  display: inline-block;
}

.v-wrapper {
  position: relative;
}
.v-wrapper__line {
  position: absolute;
  left: 0;
  top: -191px;
}
.v-wrapper__line.is-rotated {
  top: -281px;
  -webkit-transform: rotate(-390deg);
          transform: rotate(-390deg);
}

.v-heading2 {
  margin-top: 297px;
}

.v-text {
  text-align: center;
  font-size: 15px;
  margin-top: 78px;
  color: #333333;
  line-height: 2;
}

.v-title {
  font-size: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 79px;
}
.v-title > span {
  font-size: 15px;
  text-align: center;
  display: block;
}
.v-title::after {
  content: "";
  width: 60px;
  height: 6px;
  background: #004994;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.v-ecolist {
  list-style: none;
  width: 780px;
  margin: 80px auto 0;
}
.v-ecolist > li {
  color: #6F7579;
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: bold;
}
.v-ecolist > li > span {
  color: white;
  display: inline-block;
  font-size: 24px;
  background: #004994;
  width: 50px;
  text-align: center;
  padding: 5px 0;
  margin-right: 10px;
  font-weight: 500;
}

.v-gallery {
  width: 780px;
  margin: 4px auto 156px;
}
.v-gallery.has-bottom {
  margin-bottom: 224px;
}
.v-gallery__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 79px;
}
.v-gallery__inner__box {
  width: 360px;
  margin-bottom: 35px;
}
.v-gallery__inner__box > p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.6;
}
.v-gallery__inner__box__heading {
  border-left: 3px solid #074694;
  padding-left: 20px;
  margin-top: 5px;
  height: 63px;
}
.v-gallery__inner__box__heading__btn {
  display: flex;
  justify-content: flex-end;
}
.v-gallery__inner__box__heading__btn > a {
  display: block;
  text-decoration: none;
  border: 1px solid #074694;
  font-size: 14px;
  color: #074694;
  font-weight: bold;
  width: auto;
  padding: 0 15px;
  text-align: center;
}
.v-gallery__inner__box__heading > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }

  .v-wrapper {
    position: relative;
  }
  .v-wrapper__line {
    position: absolute;
    left: 0;
    top: -191px;
  }
  .v-wrapper__line.is-rotated {
    top: -281px;
    -webkit-transform: rotate(-390deg);
            transform: rotate(-390deg);
  }

  .v-heading2 {
    margin-top: 297px;
  }

  .v-text {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 7.8rem;
    line-height: 2;
  }

  .v-title {
    font-size: 24px;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 79px;
  }
  .v-title > span {
    font-size: 15px;
    text-align: center;
    display: block;
  }
  .v-title::after {
    content: "";
    width: 60px;
    height: 6px;
    background: #004994;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .v-ecolist {
    list-style: none;
    width: auto;
    margin: 8rem auto 0;
  }
  .v-ecolist > li {
    color: #6F7579;
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
    font-weight: bold;
  }
  .v-ecolist > li > span {
    color: white;
    display: inline-block;
    font-size: 2.4rem;
    background: #004994;
    width: 5rem;
    text-align: center;
    padding: 0.5rem 0;
    margin-right: 1rem;
    font-weight: 500;
  }

  .v-gallery {
    width: auto;
    margin: 4px auto 156px;
  }
  .v-gallery.has-bottom {
    margin-bottom: 224px;
  }
  .v-gallery__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 79px;
  }
  .v-gallery__inner__box {
    width: 360px;
    margin-bottom: 35px;
  }
  .v-gallery__inner__box > p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.6;
  }
  .v-gallery__inner__box__heading {
    border-left: 3px solid #074694;
    padding-left: 20px;
    margin-top: 5px;
    height: 63px;
  }
  .v-gallery__inner__box__heading__btn {
    display: flex;
    justify-content: flex-end;
  }
  .v-gallery__inner__box__heading__btn > a {
    display: block;
    text-decoration: none;
    border: 1px solid #074694;
    font-size: 14px;
    color: #074694;
    font-weight: bold;
    width: auto;
    padding: 0 15px;
    text-align: center;
  }
  .v-gallery__inner__box__heading > h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px;
  }
}
/*# sourceMappingURL=index.css.map */