.v-section__img1 {
  display: block;
  margin: auto;
  height: 39rem;
  width: auto;
}
.v-section__div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v-section__txt {
  width: 440px;
}
.v-section__title {
  font-size: 36px;
  font-weight: bold;
  color: #002C4E;
  text-align: center;
  line-height: 55px;
  margin-bottom: 43px;
}
.v-section__title > span {
  position: relative;
}
.v-section__title > span::before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #F7931E;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-radius: 43px;
  -webkit-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  z-index: 1;
}
.v-section__title > span > label {
  position: relative;
  z-index: 1;
  padding: 0 5px;
}
.v-section__title2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  position: relative;
  line-height: 1;
}
.v-section__title2::before {
  content: "";
  width: 47.65px;
  height: 9px;
  background: url("/data/img/views/access/pc/icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -22px;
}
.v-section__txt1 {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin-top: 31px;
  margin-bottom: 28px;
  line-height: 24px;
}
.v-section__map {
  margin-top: 25px;
  height: 374.5px;
}
.v-section__map > iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.v-section__map-link {
  text-align: right;
  margin-top: 12px;
}
.v-section__map-link > a {
  font-size: 16px;
  font-weight: normal;
  color: #4361C4;
}
.v-section.v-section1 .v-section__div1 {
  margin-top: 150px;
}
.v-section__cont > *:nth-child(even) {
  background-color: #F2F2F2;
}
.v-section__img2 {
  width: 70rem;
}

@media screen and (min-width: 751px) {
  .v-section1 {
    margin-top: 113px;
    padding-bottom: 60px;
  }
  .v-section2 {
    margin-top: 61px;
    padding: 63px 0 60px;
  }
  .v-section3 {
    padding: 60px 0;
  }
  .v-section4 {
    margin-top: 7px;
    padding: 60px 0;
  }
  .v-section5 {
    padding: 60px 0 115px;
  }
  .v-section6 {
    padding: 6.3rem 0 6.5rem;
  }
}
@media screen and (max-width: 750px) {
  .v-section {
    padding: 5.5rem 3rem 5.3rem;
  }
  .v-section:first-child {
    padding-top: 0 !important; /* stylelint-disable-line */
  }
  .v-section:last-child {
    padding-bottom: 6rem !important; /* stylelint-disable-line */
  }
  .v-section__sp-txt {
    font-size: 1.6rem;
    font-weight: normal;
    color: #333333;
    text-align: justify;
  }
  .v-section__img1 {
    margin-top: 5rem;
    height: auto;
  }
  .v-section__title {
    font-size: 3rem;
    margin-bottom: 4.3rem;
  }
  .v-section__title > span::before {
    bottom: 0.3rem;
    height: 0.5rem;
  }
  .v-section__title > span > label {
    padding: 0 0.5rem;
  }
  .v-section__title2 {
    font-size: 2rem;
  }
  .v-section__title2::before {
    width: 4.7rem;
    height: 0.9rem;
    bottom: -2.5rem;
  }
  .v-section__txt1 {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
  }
  .v-section__txt {
    width: 100%;
  }
  .v-section__map {
    margin: 3rem -3rem 0;
    height: 20rem;
  }
  .v-section__map-link {
    margin-top: 1rem;
  }
  .v-section__map-link > a {
    font-size: 1.8rem;
  }
  .v-section__div1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .v-section.v-section1 .v-section__div1 {
    margin-top: 5.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .v-section3 .v-section__div1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v-section4 {
    margin-top: 0;
  }
  .v-section5 .v-section__div1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v-section6 .v-section__div1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}