.is-custom_home.c-visual b {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.custom_home {
  position: relative;
  overflow: hidden;
}
.custom_home .v-inner {
  position: relative;
}
.custom_home .v-inner .visual {
  padding: 121px 0 0;
}
.custom_home .v-inner .visual__txt p {
  font-size: 15px;
  font-weight: normal;
  color: #1A1A1A;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 33px;
  line-height: 30px;
  padding: 12px 48px 14px 0;
  position: relative;
  width: 620px;
}
.custom_home .v-inner__sec1 {
  position: relative;
  margin-top: 209px;
  padding: 96px 0 150px;
}
.custom_home .v-inner__sec1 .title {
  position: absolute;
  right: 0;
  top: -232px;
  background-image: url(/data/img/views/custom_home/pc/sec1_title.png);
  width: 100%;
  height: 242px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 86%;
}
.custom_home .v-inner__sec1__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -90px;
}
.custom_home .v-inner__sec1__cards__card {
  margin-bottom: 100px;
}
.custom_home .v-inner__sec1__cards__card:last-child {
  margin-bottom: 0;
}
.custom_home .v-inner__sec1__cards__card img {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
}
.custom_home .v-inner__sec1__cards__card .c-headline-h2 {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.custom_home .v-inner__sec1__cards__card .c-headline-h2 h2 {
  position: relative;
}
.custom_home .v-inner__sec1__cards__card .c-headline-h2 h2 .is-jp {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0.5rem 0 0;
}
.custom_home .v-inner__sec1__cards__card .c-headline-h2 h2 .icon-new {
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
  width: 5.2rem;
  height: 3.8rem;
}
.custom_home .v-inner__sec1__cards__card .is-small {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.custom_home .v-inner__sec1__cards__card p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 40px;
}
.custom_home .v-inner__sec1__cards__card .v-red-button {
  width: 364px;
  height: 60px;
  font-size: 1.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 27px auto 0;
}

@media screen and (max-width: 750px) {
  .is-custom_home.c-visual .c-visual__description {
    margin: 5.6rem 2.5rem 0;
  }
  .is-custom_home.c-visual b {
    font-size: 1.5rem;
    line-height: 1.9;
    display: block;
    margin-bottom: 1rem;
  }

  .custom_home .v-inner .visual {
    padding: 0;
  }
  .custom_home .v-inner .visual__txt p {
    font-size: 1.4rem;
    width: 100%;
    padding: 0;
    background-color: transparent;
    margin-top: 15rem;
    padding: 0 2.5rem;
    line-height: 2;
    text-align: justify;
  }
  .custom_home .v-inner .visual__txt b {
    font-size: 1.5rem;
    line-height: 1.9;
    display: block;
    margin-top: 3.1rem;
    margin-bottom: 1rem;
  }
  .custom_home .v-inner__sec1 {
    padding: 2rem 2.5rem 5rem;
    margin-top: 10.8rem;
  }
  .custom_home .v-inner__sec1 .title {
    left: 0;
    top: -6.5rem;
    width: 64.4rem;
    height: 9.8rem;
  }
  .custom_home .v-inner__sec1__cards {
    margin-top: 0;
  }
  .custom_home .v-inner__sec1__cards__card {
    width: 100%;
    margin-bottom: 9rem;
  }
  .custom_home .v-inner__sec1__cards__card:last-child {
    margin-bottom: 0;
  }
  .custom_home .v-inner__sec1__cards__card img {
    height: 22.9rem;
    margin-bottom: 2rem;
  }
  .custom_home .v-inner__sec1__cards__card .c-headline-h2 {
    margin-bottom: 3rem;
  }
  .custom_home .v-inner__sec1__cards__card .c-headline-h2 h2 {
    font-size: 2.8rem;
  }
  .custom_home .v-inner__sec1__cards__card .c-headline-h2 h2 .is-jp {
    font-size: 1.5rem;
    margin: 0.7rem 0 0;
  }
  .custom_home .v-inner__sec1__cards__card .c-headline-h2 h2 .icon-new {
    position: absolute;
    top: -2rem;
    left: -3rem;
  }
  .custom_home .v-inner__sec1__cards__card .is-small {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
  .custom_home .v-inner__sec1__cards__card p {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
  .custom_home .v-inner__sec1__cards__card .v-red-button {
    width: 29rem;
    height: 6rem;
  }
}
/*# sourceMappingURL=index.css.map */