@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------
 sub.css
------------------------------------------------*/
.sub_top{
  position: relative;
  height: 350px;
  width: 100%;
}
.sub_top img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub_top h2{
  display: inline-block;
  position: absolute;
  text-align: center;
  border: 1px solid #FFF;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 380px;
  left: 50%;
  top: 50%;
  color: #FFF;
  font-size: 30px;
  padding: 20px 15px;
  z-index: 10;
}


/*------------------------------------------------
 レスポンシブ
------------------------------------------------*/
@media screen and (max-width:1199px) {
}
@media screen and (max-width:991px) {
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:480px) {
}