.iframeb {
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
  z-index: 0;
}
.iframeb::before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 60px;
  background-image: url("../../../img/pattern-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  width: 254px;
  height: 730px;
}
@media screen and (max-width: 1440px) {
  .iframeb::before {
    width: 197px;
    height: 558px;
  }
}
@media screen and (max-width: 1280px) {
  .iframeb::before {
    width: 172px;
    height: 489px;
  }
}
@media screen and (max-width: 1024px) {
  .iframeb::before {
    width: 134px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .iframeb::before {
    width: 84px;
    height: 240px;
  }
}
@supports (width: clamp(1px, 2vw, 3px)) and (height: clamp(1px, 2vw, 3px)) {
  .iframeb::before {
    width: clamp(84px, 13.8vw, 254px);
    height: clamp(240px, 38.1vw, 730px);
  }
}
.iframeb.iframeb--type2::before {
  display: none;
}
.iframeb.iframeb--type2::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 160px;
  background-image: url("../../../img/pattern-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 254px;
  height: 730px;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .iframeb.iframeb--type2::after {
    width: 197px;
    height: 558px;
  }
}
@media screen and (max-width: 1280px) {
  .iframeb.iframeb--type2::after {
    width: 172px;
    height: 489px;
  }
}
@media screen and (max-width: 1024px) {
  .iframeb.iframeb--type2::after {
    width: 134px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .iframeb.iframeb--type2::after {
    width: 84px;
    height: 240px;
  }
}
@media screen and (max-width: 530px) {
  .iframeb.iframeb--type2::after {
    top: -50px;
  }
}
@supports (width: clamp(1px, 2vw, 3px)) and (height: clamp(1px, 2vw, 3px)) {
  .iframeb.iframeb--type2::after {
    width: clamp(84px, 13.8vw, 254px);
    height: clamp(240px, 38.1vw, 730px);
  }
}

.iframeb-title {
  margin-bottom: 38px;
}
.iframeb-title span.title-secondary {
  text-align: center;
  width: 100%;
}

.iframeb-content {
  max-height: 520px;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 580px) {
  .iframeb::before {
    top: -60px;
  }
}