<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-youtube {
  margin-top: 6.2rem;
  box-shadow: none;
  padding: 1rem 1rem 1.6rem;
  background: #0071C8;
  position: relative;
  z-index: 1;
}

.p-youtube::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background:url(../../img/section-bg_sp.png) no-repeat top center  / 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-youtube .c-section-heading::before ,
.p-youtube .c-section-heading::after {
  content: none;
}

.p-youtube__video {
  aspect-ratio: 16/9;
  position: relative;
  margin-top: 1rem;
}
.p-youtube__video:has(iframe) {
  box-shadow: var(--shadow1);
}
.p-youtube__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-youtube__video__comingsoon {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}

.p-youtube__video:has(iframe) .p-youtube__video__comingsoon {
  display: none;
}

@media (max-width: 768px) {
  .p-youtube__video__comingsoon__text {
    font-size: 3.6rem;
  }
}

@media (min-width: 769px) {
  .p-youtube {
    padding-top: 2rem;
    padding-bottom: 5.3rem;
    margin-top: 5.6rem;
    background:rgba(0,113,200,0.85);
    box-shadow: none;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-youtube::before {
    background-image:url(../../img/section-bg.png);
  }
  .p-youtube .c-section-heading__text {
    font-size: 4.8rem;
  }
  .p-youtube__video {
    max-width: 63.8rem;
    margin-top: 2rem;
    margin-inline: auto;
  }
}</pre></body></html>