.c-headline {
  background: url("/data/img/common/pc/bg_novisual.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 133px 0 82px;
  margin-bottom: 0;
  height: 300px;
}
.c-headline::after {
  content: none;
}

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

.v-sitemap {
  overflow: hidden;
}

.v-sec1 {
  position: relative;
}
@media screen and (min-width: 751px) {
  .v-sec1 {
    padding-bottom: 9.3rem;
  }
  .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 8rem;
}
@media screen and (min-width: 751px) {
  .v-sec1__container {
    width: 825px;
    margin: auto;
  }
}
.v-sec1 a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  color: #212121;
}
.v-sec1 a::before {
  position: absolute;
  content: "";
  background: url("/data/img/common/pc/ico_arrow_black.svg") no-repeat center;
  background-size: contain;
  width: 7px;
  height: 13px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .v-sec1 a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 751px) {
  .v-sec1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .v-sec1 ul li a:last-child {
    margin-bottom: 0;
  }
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .c-headline {
    background: url("/data/img/common/sp/bg_novisual.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 3.3rem 0 3.5rem;
    margin-bottom: 0;
    height: 15rem;
  }
  .c-headline__catch {
    margin-top: 0.8rem;
  }

  .v-sec1 {
    position: relative;
  }
  .v-sec1 .u-layout {
    padding: 5.6rem 0 8.4rem;
  }
}
/*# sourceMappingURL=index.css.map */