@charset "utf-8";

/*===================
fv
===================*/
.fv {
  position: relative;
  width: 100%;
  overflow: clip;
}
.fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../imgs/common/mv_frame_pc.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.fv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color:rgba(138,162,177,0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.mv__heading {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
  z-index: 8;
}
.mv__heading-ja {
	color:#fff;
	font-size:33px;
	font-weight:500;
	letter-spacing:0.02em;
	text-align:center;
}


@media screen and (max-width: 750px) {
  /*===================
	fv
	===================*/
  .fv::before {
    background-image: url(../imgs/common/mv_frame_sp.svg);
  }
  
  .mv__heading-ja {
    font-size: clamp(20px,4.4vw,33px);
    }


  /*===================
	news
	===================*/
  .news__listLink {
    padding: 25px 0 25px 0;
  }
  .news__date {
    width: 88px;
    font-size: 12px;
  }
  .news__txt {
    font-size: 14px;
  }


}

@media screen and (max-width: 600px) {

}
@media screen and (max-width: 480px) {

}
