.horiz-section-with-bg[data-v-8eaca4ab] {
  overflow: hidden;
  background-color: var(--fill-bg-grey);
  --title-color: var(--text-bk-primary);
  --desc-color: var(--text-bk-subheading);
}
.horiz-section-with-bg.dark[data-v-8eaca4ab] {
  background-color: #fff;
}
.horiz-section-with-bg.dark .flex-content-wrap[data-v-8eaca4ab] {
  background-color: var(--fill-bg-black);
  --title-color: var(--text-wh-primary);
  --desc-color: var(--text-wh-subheading);
}
.horiz-section-with-bg.light[data-v-8eaca4ab] {
  background-color: var(--fill-bg-grey);
}
.horiz-section-with-bg.light .flex-content-wrap[data-v-8eaca4ab] {
  background-color: #fff;
}
.horiz-section-with-bg.grey[data-v-8eaca4ab] {
  background-color: #fff;
}
.horiz-section-with-bg.grey .flex-content-wrap[data-v-8eaca4ab] {
  background-color: var(--fill-bg-grey);
}
.horiz-section-with-bg .flex-content-wrap[data-v-8eaca4ab] {
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
}
@media screen and (min-width: 1024px) {
.horiz-section-with-bg .flex-content-wrap[data-v-8eaca4ab] {
    width: clamp(0px, 91.1111111111vw, 1312px);
    margin: 0 auto;
    align-items: center;
    gap: clamp(0px, 4.4444444444vw, 64px);
    padding: clamp(0px, 3.3333333333vw, 48px) clamp(0px, 3.3333333333vw, 48px) clamp(0px, 3.3333333333vw, 48px) clamp(0px, 4.4444444444vw, 64px);
}
}
@media screen and (max-width: 1023.98px) {
.horiz-section-with-bg .flex-content-wrap[data-v-8eaca4ab] {
    margin: 0 var(--gutter);
    flex-direction: column-reverse;
}
}
.horiz-section-with-bg .flex-content-wrap .text-wrap[data-v-8eaca4ab] {
  display: grid;
  justify-items: start;
  gap: clamp(16px, 1.6666666667vw, 24px);
}
.horiz-section-with-bg .flex-content-wrap .text-wrap .title[data-v-8eaca4ab]:empty,
.horiz-section-with-bg .flex-content-wrap .text-wrap .desc[data-v-8eaca4ab]:empty {
  display: none;
}
.horiz-section-with-bg .flex-content-wrap .text-wrap .title[data-v-8eaca4ab] {
  font-size: var(--sub-h3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--title-color);
  white-space: pre-wrap;
}
.horiz-section-with-bg .flex-content-wrap .text-wrap .desc[data-v-8eaca4ab] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--desc-color);
  white-space: pre-wrap;
  line-height: 2;
}
.horiz-section-with-bg .flex-content-wrap .text-wrap .button-base[data-v-8eaca4ab] {
  margin-top: clamp(16px, 1.1111111111vw, 16px);
}
@media screen and (min-width: 1024px) {
.horiz-section-with-bg .flex-content-wrap .text-wrap[data-v-8eaca4ab] {
    flex: 1 1 516px;
}
}
@media screen and (max-width: 1023.98px) {
.horiz-section-with-bg .flex-content-wrap .text-wrap[data-v-8eaca4ab] {
    order: 2;
    padding: 32px 20px 40px;
}
}
.horiz-section-with-bg .flex-content-wrap .media-wrap[data-v-8eaca4ab] {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1024px) {
.horiz-section-with-bg .flex-content-wrap .media-wrap[data-v-8eaca4ab] {
    flex: 1 1 620px;
    width: clamp(0px, 43.0555555556vw, 620px);
}
}
@media screen and (max-width: 1023.98px) {
.horiz-section-with-bg .flex-content-wrap .media-wrap[data-v-8eaca4ab] {
    border-radius: 0;
    order: 1;
}
}