html :where(.wp-block) {
  max-width: unset;
}

html :where(.editor-styles-wrapper) {
  padding: 10px;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
.component-full-width-img {
  width: 100%;
  height: 100%;
}
.component-full-width-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.component-side-by-side-image-and-text {
  display: grid;
}

.component-side-by-side-image-and-text__img {
  position: relative;
}

.component-side-by-side-image-and-text__img__text {
  position: absolute;
  padding: 0;
  margin: 0;
  line-height: 1;
  height: 100%;
}

.component-side-by-side-image-and-text__content__title {
  margin: 0;
  font-weight: 400;
}

.component-side-by-side-image-and-text__content__subtitle {
  margin-bottom: 1rem;
  font-weight: 400;
}

.side-by-side-image-and-text__content__table a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .component-side-by-side-image-and-text:nth-of-type(n + 2) {
    margin-top: 20rem;
  }
  .component-side-by-side-image-and-text__content {
    display: grid;
    align-content: center;
    overflow: hidden;
  }
  .component-side-by-side-image-and-text.component-side-by-side-image-and-text-reverse .component-side-by-side-image-and-text__img {
    order: 2;
  }
  .component-side-by-side-image-and-text.component-side-by-side-image-and-text-reverse .component-side-by-side-image-and-text__content {
    order: 1;
  }
  .component-side-by-side-image-and-text-obverse.component-side-by-side-image-and-text__img__text {
    left: calc(100% + 2.4rem);
  }
  .component-side-by-side-image-and-text-reverse .component-side-by-side-image-and-text__img__text {
    right: calc(100% + 2.4rem);
  }
  .component-side-by-side-image-and-text-narrow.component-side-by-side-image-and-text-obverse {
    grid-template-columns: 72rem auto;
  }
  .component-side-by-side-image-and-text-narrow.component-side-by-side-image-and-text-reverse {
    grid-template-columns: auto 72rem;
  }
  .component-side-by-side-image-and-text-narrow .component-side-by-side-image-and-text__img {
    width: 72rem;
    height: 70rem;
  }
  .component-side-by-side-image-and-text-standard.component-side-by-side-image-and-text-obverse {
    grid-template-columns: 84rem auto;
  }
  .component-side-by-side-image-and-text-standard.component-side-by-side-image-and-text-reverse {
    grid-template-columns: auto 84rem;
  }
  .component-side-by-side-image-and-text-standard .component-side-by-side-image-and-text__img {
    width: 84rem;
    height: 70rem;
  }
  .component-side-by-side-image-and-text-wide.component-side-by-side-image-and-text-obverse {
    grid-template-columns: 96rem auto;
  }
  .component-side-by-side-image-and-text-wide.component-side-by-side-image-and-text-reverse {
    grid-template-columns: auto 96rem;
  }
  .component-side-by-side-image-and-text-wide .component-side-by-side-image-and-text__img {
    width: 96rem;
    height: 60rem;
  }
  .component-side-by-side-image-and-text__img__text {
    font-size: 1.2rem;
    top: 0;
  }
  .component-side-by-side-image-and-text__content {
    padding: 0 12rem;
  }
  .component-side-by-side-image-and-text__content__title {
    font-size: 1.8rem;
  }
  .component-side-by-side-image-and-text__content__text {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .component-side-by-side-image-and-text {
    gap: 4rem;
  }
  .component-side-by-side-image-and-text:nth-of-type(n + 2) {
    margin-top: 6rem;
  }
  .component-side-by-side-image-and-text__img {
    width: 39rem;
    height: 32rem;
  }
  .component-side-by-side-image-and-text__img__text {
    top: calc(100% + 4rem);
    font-size: 1rem;
    right: 1.5rem;
  }
  .component-side-by-side-image-and-text__content {
    padding: 0 4rem;
  }
  .component-side-by-side-image-and-text__content__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .component-side-by-side-image-and-text__content__subtitle {
    margin-bottom: 1.2rem;
  }
  .component-side-by-side-image-and-text__content__text {
    margin-top: 3rem;
  }
}
