.horiz-section[data-v-e2c1908e] {
  overflow: hidden;
  background-color: #fff;
}
.horiz-section.left-text-right-image .text-wrap[data-v-e2c1908e] {
  order: 2;
}
.horiz-section.left-text-right-image .media-wrap[data-v-e2c1908e] {
  order: 1;
}
.horiz-section .flex-content-wrap[data-v-e2c1908e] {
  margin-inline: var(--gutter);
  display: flex;
  gap: clamp(32px, 5.5555555556vw, 80px);
}
.horiz-section .flex-content-wrap + .flex-content-wrap[data-v-e2c1908e] {
  margin-top: clamp(64px, 8.3333333333vw, 120px);
}
@media screen and (min-width: 1024px) {
.horiz-section .flex-content-wrap[data-v-e2c1908e] {
    align-items: center;
}
.horiz-section .flex-content-wrap[data-v-e2c1908e]:nth-of-type(2n + 1) {
    flex-direction: row-reverse;
}
}
@media screen and (max-width: 1023.98px) {
.horiz-section .flex-content-wrap[data-v-e2c1908e] {
    flex-direction: column;
}
}
.horiz-section .flex-content-wrap .text-wrap .title[data-v-e2c1908e] {
  font-size: var(--sub-h3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-bk-primary);
}
.horiz-section .flex-content-wrap .text-wrap .title + .desc[data-v-e2c1908e] {
  margin-top: clamp(16px, 1.6666666667vw, 24px);
}
.horiz-section .flex-content-wrap .text-wrap .desc[data-v-e2c1908e] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  white-space: pre-wrap;
  line-height: 2;
}
.horiz-section .flex-content-wrap .text-wrap .button-base[data-v-e2c1908e] {
  margin-top: clamp(32px, 2.7777777778vw, 40px);
}
@media screen and (min-width: 1024px) {
.horiz-section .flex-content-wrap .text-wrap[data-v-e2c1908e] {
    flex: 1 1 552px;
}
}
@media screen and (max-width: 1023.98px) {
.horiz-section .flex-content-wrap .text-wrap[data-v-e2c1908e] {
    order: 2;
}
}
.horiz-section .flex-content-wrap .media-wrap[data-v-e2c1908e] {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1024px) {
.horiz-section .flex-content-wrap .media-wrap[data-v-e2c1908e] {
    flex: 1 1 680px;
    width: clamp(0px, 47.2222222222vw, 680px);
}
}
@media screen and (max-width: 1023.98px) {
.horiz-section .flex-content-wrap .media-wrap[data-v-e2c1908e] {
    order: 1;
}
}
@media screen and (min-width: 1024px) {
.horiz-section.large .flex-content-wrap .text-wrap[data-v-e2c1908e] {
    flex: 1 1 512px;
}
}
@media screen and (min-width: 1024px) {
.horiz-section.large .flex-content-wrap .text-wrap .title[data-v-e2c1908e] {
    font-size: var(--sub-h1);
}
}
@media screen and (max-width: 1023.98px) {
.horiz-section.large .flex-content-wrap .text-wrap .title[data-v-e2c1908e] {
    font-size: var(--h4);
}
}
.horiz-section.large .flex-content-wrap .media-wrap[data-v-e2c1908e] {
  aspect-ratio: 720/445;
}
@media screen and (min-width: 1024px) {
.horiz-section.large .flex-content-wrap .media-wrap[data-v-e2c1908e] {
    flex: 1 1 720px;
    width: clamp(0px, 50vw, 720px);
}
}