/* 2025.0313追加 -------*/
.top_youtube_wrap {
  padding: 30px 20px;
  background: rgba(58, 132, 191, 0.20);
  text-align: center;
  margin: 10px 0 40px;
}

.top_youtube_lead {
  color: #084A90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  letter-spacing: 2px;
  position: relative;
  padding: 0 9.67px;
  width: fit-content;
  margin: 0 auto;
}

.top_youtube_lead::before {
  position: absolute;
  background: #084A90;
  bottom: 0;
  height: 26px;
  width: 1px;
  left: 0;
  content: "";
  transform: rotate(-30deg);
  transform-origin: bottom;
}

.top_youtube_lead::after {
  position: absolute;
  background: #084A90;
  bottom: 0;
  height: 26px;
  width: 1px;
  right: 0;
  content: "";
  transform: rotate(30deg);
  transform-origin: bottom;
}

.top_youtube_link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url('../img/common/youtube_thumbnail.png') no-repeat center center/cover;
  width: 700px;
  height: 394px;
  transition: all 0.3s ease 0s;
}

.top_youtube_link:hover {
  opacity: 0.6;
}

.top_youtube_icon {
  width: 7.5%;
}

@media screen and (max-width:768px) {
.top_youtube_link {
    aspect-ratio: 350 / 197;
    width: 100%;
    flex-shrink: 0;
    height: auto;
  }
}
/* 2025.0313追加 -------*/