@charset "utf-8";

.top_slider_caption{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #243B75;
}
.top_slider_caption h1 span.marker {
  background: linear-gradient(transparent 50%, yellow 30%);
}
.top_slider_caption h1{
  font-size: 6rem;
  line-height: 1.5;
  font-weight: 900;
}
.top_slider_caption h2{
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
.top_slider_caption p{}
.top_slider_caption .btn_area{
  margin: 30px 0 0;
}

@media screen and (max-width:1830px) {
  .top_slider_caption h1{
    font-size: 4rem;
  }
  .top_slider_caption h2{
    font-size: 2.5rem;
  }
}

@media screen and (max-width:1230px) {
  .top_slider_caption h1{
    font-size: 3rem;
  }
  .top_slider_caption h2{
    font-size: 2.5rem;
  }
  .top_slider_caption_h2pc {
    display: none;
  }
}

@media screen and (max-width:960px) {
  .top_slider_caption h1{
    font-size: 2.8rem;
  }
  .top_slider_caption h2{
    font-size: 2rem;
  }
}

@media screen and (max-width:768px) {
  .top_slider_caption{
    position: absolute;
    top: 30%;
  }
  .top_slider_caption h1{
    font-size: 3rem;
  }
  .top_slider_caption h2{
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .top_slider_caption p{}
.top_slider_caption .btn_area{
  margin: 10px 0 0;
}
}

@media screen and (max-width:468px) {
  .top_slider_caption h1{
    font-size: 2rem;
  }
  .top_slider_caption h2{
    font-size: 1rem;
  }
  a.btn_type01 {
    padding: 5px 5px;
    width: 200px;

  }
}