@charset "utf-8";


.top-video{
  position: relative;
}

.top-video .bg-video img{
  width: 100%;
}

.top-video img{
  width: 100%;
}

.top-video .video{
  width: 84%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.top-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin:0;
  padding:0;
}

.banner{
  width:80%;
  margin:0 auto;
  background: #000;
}
.banner img{
  width:100%;
}
.banner p{
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  padding:5px;
}
.banner a,
.banner a:hover{
  text-decoration: none;
  color:#fff;
}

.news{
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-top:10%;
}

.news img{
  width: 100%;
}

.news div{
  width: 77%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -44%);
  overflow-y: scroll;
  height: 33vw;
}

.news div::-webkit-scrollbar{
  display: none;
}

.news div dl{
  font-weight: 700;
  border-bottom: 1px solid #003FAC;
  width: 100%;
  margin: 0 auto;
  padding: 1.3% 0;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .news div dl{
  font-size: min(1.3vw,22px);
  }
}


.news div dl a{
  color: #000;
}

@media screen and ( min-width:768px ) { /* PC ==================== */
  .news div dl dt{
  width: 14%;
  }
  .news div dl dd{
  width: 82%;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
}

.top-footer{
  position: relative;
}

@media screen and ( min-width:768px ) { /* PC ==================== */
  .sns{
    position: relative;
  }
  .sns img{
    width: 100%;
  }
  .sns div{
    width: 90% !important;
    position: absolute !important;
    top: 59% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .sns{
    margin: 10% auto;
  }
  .sns img{
    display: none;
  }
  .sns div{
    width: 90% !important;
    margin: 0 auto;
  }
  .sns div iframe{
    height: 250px !important;
  }
  .r-adyw6z{
    font-size: 14px !important;
  }
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .tf-copyrigth{
    position: absolute;
    bottom:5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}