.index_parallax {
  width: 100%;
  height: 520px;
  overflow: hidden;
  position: relative;
}

.index_parallax .caption {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  margin: auto;
  z-index: 3;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index_parallax .catch {
    font-size: 30px;
    margin: 0;
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 35px 0;
    color: #fc6;
}
.rich_font, .p-vertical {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
}
.caption {
  padding: 15px 0 0;
}
.caption p {
  margin-bottom: 0;
}
.index_parallax .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.3);
  z-index: 2;
}
.index_parallax .bg_image {
  width: 100%;
  height: 170%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.index_parallax .catch {
  font-size: 30px;
}
.index_parallax .catch {
  font-size: 30px;
  line-height: 1.5;
  margin: 0 0 35px 0;
}
.index_parallax .desc {
  font-size: 16px;
  line-height: 2.5;
}

.index_free_space.cb_contents.num3 {
  width: 100%;
  padding: 50px 0 0;
}

@media screen and (max-width: 1151px) {
  .index_free_space.cb_contents.num3 {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .index_parallax {
    width: auto;
    height: 150px;
    padding: 67px 0 67px;
  }
  .index_parallax .caption {
      padding: 0 20px;
      width: auto;
  }
  .index_parallax .catch {
      font-size: 20px;
      margin-bottom: 20px;
  }
  .index_parallax.num3 .desc {
      font-size: 13px;
  }
}