@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@container navigation (width > 768px) {
  aside {
    --z-accordion--border-color: transparent;
  }
  aside > .zds-main > div > [z-accordion] > main, aside > .zds-main > div > z-accordion::part(.zds-main) {
    max-height: 1000vh !important;
    padding: 0 !important;
  }
  aside > .zds-main > div > [z-accordion] > details > summary, aside > .zds-main > div > z-accordion::part(summary) {
    padding: 0;
  }
  aside > .zds-main > div > [z-accordion] > details > summary:after, aside > .zds-main > div > z-accordion::part(summary):after {
    display: none;
  }
}
@container navigation (width < 768px) {
  aside > .zds-main {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
    grid-auto-columns: 1fr !important;
    grid-auto-flow: row !important;
    justify-items: center;
    gap: 0 !important;
  }
  aside > .zds-main > div {
    width: 100%;
    max-height: -moz-max-content !important;
    max-height: -webkit-max-content !important;
    max-height: max-content !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
  }
  aside > .zds-main > div z-accordion::part(summary), aside > .zds-main > div [z-accordion] > details > summary {
    padding: var(--zs-150) 0;
  }
  aside > .zds-main > div z-accordion::part(.zds-main), aside > .zds-main > div [z-accordion] > .zds-main {
    padding-top: 0 !important;
  }
  aside > .zds-main > div > :is(z-accordion, [z-accordion]) z-accordion::part(summary), aside > .zds-main > div > :is(z-accordion, [z-accordion]) [z-accordion] > details > summary {
    padding: 0;
  }
  aside > .zds-main > div > :is(z-accordion, [z-accordion]) :is(z-accordion, [z-accordion]) {
    --z-accordion--width: 100% !important;
    --z-accordion--border-color: transparent;
  }
}
nav[z-navigation] > aside > .zds-main {
  display: grid;
  grid-auto-rows: 1fr;
  grid-auto-columns: minmax(-webkit-max-content, 1fr);
  grid-auto-columns: minmax(max-content, 1fr);
  grid-auto-flow: column;
  max-width: 100%;
  max-height: 100%;
  overflow-x: auto;
  gap: var(--zs-150);
}

nav[z-navigation] > aside > .zds-main > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  max-height: calc(100vh - var(--z-navigation--height, 5rem) - var(--zs-150));
  margin-right: var(--zs-75);
  margin-bottom: var(--zs-75);
  padding: 1px 1px 1px var(--zs-75);
  overflow-y: auto;
  gap: var(--zs-150);
}

nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion])::part(summary), nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) > details > summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--zs-50);
  color: var(--z-navigation--color, var(--z-ct-clickable--secondary));
  font: var(--zf-body-18--300);
}

nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) > ul, nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) > .zds-main > ul {
  display: grid;
  padding-top: var(--zs-150) !important;
  padding-left: var(--zs-200) !important;
  gap: var(--zs-100);
}

nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) z-accordion::part(.zds-main), nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) [z-accordion] .zds-main {
  padding-bottom: 0 !important;
}

nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) :is(z-accordion, [z-accordion]) > ul, nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) :is(z-accordion, [z-accordion]) > .zds-main > ul {
  display: grid;
  gap: var(--zs-100);
}

nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul, nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul > li, nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul > li ul > li, nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul > li ul > li ul > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  --z-accordion--width: 200px;
  --z-accordion--summary-margin: var(--zs-25) 0;
  --z-accordion--summary-font: var(--zf-body-18--300);
  align-items: center;
  margin: 0;
  padding: 0;
  gap: var(--zs-100);
  color: var(--z-navigation--color, var(--z-ct-clickable--secondary));
  font: var(--zf-body-18--300);
}

nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul > li li, nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul > li ul > li li, nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul > li ul > li ul > li li {
  padding-left: var(--zs-200);
}

nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul > li ul > li > a, nav[z-navigation] > aside > .zds-main > div > :is(z-accordion, [z-accordion]) ul > li ul > li ul > li > a {
  padding-left: var(--zs-150);
}

nav[z-navigation] > aside > .zds-main > div a, nav[z-navigation] > aside > .zds-main > div p {
  color: var(--z-navigation--color, var(--z-ct-clickable--secondary));
  font: var(--zf-body-18--300);
}

nav[z-navigation] > aside > .zds-main > div a {
  text-decoration-line: none;
}

@container stage (width < 1200px) {
  .zds-main {
    --_sf: 35rem !important;
    --_height: 33rem !important;
  }
}
@container stage (width < 992px) {
  .zds-main {
    --_sf: 25rem !important;
    --_sf-gap: 5rem !important;
    --_height: 30rem !important;
  }
}
@container stage (width < 768px) {
  .zds-main {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: var(--zs-150);
    background-color: var(--z-stage--bg--mobile, var(--z-sf-brand));
  }
}
@container stage_slim (width < 992px) {
  .zds-main {
    --_sf: 20rem !important;
    --_height: 20rem !important;
    --_sf-gap: 5rem !important;
  }
}
@container stage_slim (width < 768px) {
  .zds-main {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: var(--zs-150);
    background-color: var(--z-stage--bg--mobile, var(--z-sf-brand));
  }
  .zds-main > h1 {
    color: var(--z-stage--color--mobile, var(--z-ct-primary)) !important;
  }
}
section[z-stage] > .zds-main {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  display: grid;
  justify-content: left;
  order: 1;
  max-width: calc(var(--z-layout--width) - (var(--_sf) - var(--_sf-gap)) - var(--z-stage--gap, var(--zs-grid-gutter)));
  margin: 0;
}

section[z-stage] > .zds-main > h1 {
  margin: 0 0 var(--zs-75) 0 !important;
  color: var(--z-stage--color, var(--z-ct-primary));
  font: var(--zf-h-48);
}

section[z-stage] > .zds-main > p {
  margin: 0 !important;
}

section[z-stage] > .zds-main > div {
  margin-top: var(--zs-150);
}

section[z-stage][z-stage^=left] > .zds-main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

li[z-list-item] > .zds-main {
  display: grid;
  min-width: 8rem;
}

li[z-list-item] > .zds-main > header {
  color: var(--z-list-item--color, var(--z-ct-primary));
  font: var(--zf-body-18);
}

li[z-list-item] > .zds-main > p {
  margin: 0;
  color: var(--z-list-item--desc-color, var(--z-ct-secondary));
  font: var(--zf-capt-12--500);
}

@container promo (width < 1200px) {
  .zds-main {
    --_img-size: 17.625rem;
    --_content-width: 38rem;
  }
}
@container promo (width < 992px) {
  .zds-main {
    --_content-width: 20rem;
  }
  .zds-main > p {
    font: var(--zf-body-18--300);
  }
}
@container promo (width < 768px) {
  .zds-main {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    justify-items: center !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: var(--zs-100) var(--zs-200) var(--zs-250);
    text-align: center;
  }
}
@container promo_narrow (width < 1200px) {
  .zds-main {
    --_img-size: 17.625rem;
    --_content-width: 18rem;
  }
}
@container promo_narrow (width < 992px) {
  .zds-main {
    --_content-width: 13rem;
  }
  .zds-main > p {
    font: var(--zf-body-18--300);
  }
}
@container promo_narrow (width < 768px) {
  .zds-main {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    justify-items: center !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: var(--zs-100) var(--zs-200) var(--zs-250);
    text-align: center;
  }
}
section[z-promo] > .zds-main {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  display: grid;
  justify-content: left;
  max-width: var(--_content-width);
  margin: 0;
}

section[z-promo] > .zds-main > :is(h6, h2, p) {
  margin: 0;
  color: var(--z-promo--color, var(--z-ct--primary));
}

section[z-promo] > .zds-main > h2 {
  font: var(--zf-h-44);
}

section[z-promo] > .zds-main > h6 {
  font: var(--zf-capt-14--500) !important;
}

section[z-promo] > .zds-main > p {
  margin: var(--zs-75) 0 var(--zs-150);
  font: var(--zf-body-20--300);
}

section[z-promo][z-promo^=left] > .zds-main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

article[z-tile] > *:not(.zds-main, div) {
  -webkit-clip-path: ellipse(80% 120% at 85% 50%);
  position: absolute;
  right: 0;
  height: 100%;
  background-color: var(--z-sf-brand);
  clip-path: ellipse(80% 120% at 85% 50%);
}

article[z-tile] > .zds-main {
  display: grid;
  height: 100%;
  margin-right: var(--z-tile--img-size, 14rem);
  gap: var(--zs-50);
}

article[z-tile] > .zds-main > header {
  font: var(--zf-body-20--600);
}

article[z-tile] > .zds-main > p {
  margin: 0;
  font: var(--zf-body-14);
}

article[z-tile] > *:not(.zds-main, div) {
  height: 100%;
}

article[z-tile^=left] > .zds-main {
  margin-right: 0;
  margin-left: var(--z-tile--img-size, 14rem);
}

article[z-action-card] > .zds-main {
  display: grid;
  justify-items: center;
  gap: var(--zs-50);
  text-align: center;
}

article[z-action-card] > .zds-main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--zs-50);
}

article[z-action-card] > .zds-main > div:empty {
  display: none;
}

article[z-action-card] > .zds-main > div small {
  font: var(--zf-capt-14--600);
}

article[z-action-card] > .zds-main header {
  font: var(--zf-body-20--600);
}

article[z-action-card] > .zds-main p {
  margin: 0;
  font: var(--zf-body-16);
}

article[z-article-card] > .zds-main {
  display: grid;
  padding: var(--zs-100);
  gap: var(--zs-50);
  text-align: left;
}

article[z-article-card] > .zds-main > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  --z-icon--size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: var(--zs-50);
}

article[z-article-card] > .zds-main > div:empty {
  display: none;
}

article[z-article-card] > .zds-main > div small {
  font: var(--zf-capt-14--600);
}

article[z-article-card] > .zds-main > header {
  font: var(--zf-body-20--600);
}

article[z-article-card] > .zds-main > p {
  margin: 0;
  font: var(--zf-body-16);
}

article[z-article-card] .zds-main > button {
  margin: var(--zs-100) 0 0 0;
}

.zds-main[z-modal] {
  display: none;
  z-index: var(--z-modal--z-index, 10000);
  position: var(--z-modal--position, fixed);
  place-items: center;
  inset: 0;
  background-color: var(--z-modal--backdrop, var(--zo-black)) !important;
  color: var(--z-modal--color, var(--z-color)) !important;
}

.zds-main[z-modal][open] {
  display: grid;
}

.zds-main[z-modal] > section {
  --z-color: var(--z-modal--color, var(--z-color));
  --z-bg: var(--z-modal--bg, var(--z-sf-base));
  -webkit-box-shadow: var(--zd-10);
  z-index: var(--z-modal--z-index, 10000);
  position: relative;
  min-width: 20vw;
  max-width: calc(100vw - var(--zs-100));
  margin-inline: var(--zs-100);
  padding: var(--z-modal--padding, var(--zs-150));
  padding-top: var(--zs-300);
  border: none;
  border-radius: var(--zs-150);
  background-color: var(--z-modal--bg, var(--z-sf-base));
  box-shadow: var(--zd-10);
}

.zds-main[z-modal] > section > button[icon^=close] {
  position: absolute;
  top: var(--zs-100);
  right: var(--zs-100);
  padding: 0;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}
html.no-smooth {
  scroll-behavior: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", sans-serif !important;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

ol,
ul,
dl {
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-left: 0;
  padding-inline-start: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

sup, sub {
  font-size: 55%;
}

[class^=heading-], a [class^=heading-], a h1, a h2, a h3, a h4, a h5, a h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

picture {
  display: block;
}

a {
  color: var(--zc-blue-dark);
  text-decoration: none;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
nav[z-navigation] {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  z-index: 101;
  position: sticky;
  top: 0;
  overflow-x: visible;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03);
}
nav[z-navigation].is-show {
  -webkit-animation: slideDown 0.25s ease-in-out forwards;
  animation: slideDown 0.25s ease-in-out forwards;
}
nav[z-navigation].is-hide {
  -webkit-animation: slideUp 0.25s ease-in-out forwards;
  animation: slideUp 0.25s ease-in-out forwards;
}
nav[z-navigation] > header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  height: auto;
  box-shadow: none;
}
nav[z-navigation] > header > .header-wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav[z-navigation] > header > .header-wrap-top [z-logo] {
  --z-logo--size: 169px;
}
nav[z-navigation] > header [aria-label=Menu] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  grid-area: l;
  align-items: center;
  gap: var(--zs-50);
}
nav[z-navigation] > header [aria-label=Menu]:has(input[type=checkbox]:checked):before {
  -webkit-mask: var(--zi--open);
  mask: var(--zi--open);
}
nav[z-navigation] > header [aria-label=Menu]::before {
  -webkit-mask: var(--zi--closed);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: var(--zs-150);
  display: inline-block;
  width: var(--zs-150);
  height: var(--zs-150);
  background-color: currentColor;
  content: "";
  mask: var(--zi--closed);
  mask-repeat: no-repeat;
  mask-size: var(--zs-150);
}
nav[z-navigation] > header [aria-label=Menu] > input[type=checkbox] {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
nav[z-navigation]:has(label > input[type=checkbox]:checked) > aside {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav[z-navigation] > aside {
  --z-navigation--color: var(--zc-blue-dark);
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  visibility: visible;
  right: 0;
  grid-template-rows: auto 1fr auto;
  height: calc(100svh - var(--z-navigation--height, 5rem));
  transform: translate3d(-100%, 0, 0);
  border-bottom: 0;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
nav[z-navigation] > aside > .zds-main {
  position: relative;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) {
  margin-right: 0;
  margin-bottom: 0;
  padding-right: 12px;
  padding-left: 36px;
  gap: var(--zs-200);
}
nav[z-navigation] > aside > .zds-main > div:not(.header-navhead):first-child {
  margin-left: 0;
}
nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) + div {
  border-left: 1px solid var(--zc-azure-60);
}
nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > section > .zds-main > ul {
  display: grid;
  gap: var(--zs-100);
}
nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > section > .zds-main > ul a:hover, nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > section > .zds-main > ul a:focus-within {
  color: var(--zc-blue-zurich);
}
nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > :is(z-accordion, [z-accordion]) > .zds-main > ul {
  padding-left: 0 !important;
}
nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > :is(z-accordion, [z-accordion]) > details > summary {
  font-weight: 500;
  font-size: 20px;
}
nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > :is(z-accordion, [z-accordion]) > details > summary::after {
  --zi: url(https://zds.zurich.com/0.6.4/i/arrow-down--o.svg);
  -webkit-box-sizing: content-box;
  -webkit-mask: var(--zi) center/1rem no-repeat;
  -webkit-transition: rotate 0.2s ease-in-out;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 1rem;
  height: 1rem;
  margin: 0px;
  background-color: currentcolor;
  content: "";
  mask: var(--zi) center/1rem no-repeat;
  transition: rotate 0.2s ease-in-out;
}
nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > :is(z-accordion, [z-accordion]) > details[open] > summary::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
nav[z-navigation] > aside > .zds-main > .header-navhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  grid-row: 3;
  grid-column: 1/5;
  margin-top: 52px;
  margin-left: 0;
  padding-left: 0;
  overflow: visible;
  gap: 24px 0;
  border-top: 1px solid var(--zc-azure-60);
  border-left: none !important;
}
nav[z-navigation] > aside > .zds-main > .header-navhead:first-child {
  grid-row: 1;
  margin-top: 0;
  margin-bottom: 26px;
  border-top: none;
  font-weight: 500;
}
nav[z-navigation] > aside > .zds-main > .header-navhead a {
  color: var(--z-navigation--color, var(--z-ct-clickable--secondary));
  font: var(--zf-body-20--500);
}
nav[z-navigation] > aside > .zds-main > .header-navhead a:hover, nav[z-navigation] > aside > .zds-main > .header-navhead a:focus-within {
  color: var(--zc-blue-zurich);
}
nav[z-navigation] > aside > .zds-main > .header-navhead::after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 1;
  position: absolute;
  bottom: calc(100% + 52px);
  left: 50%;
  width: 100%;
  height: 60px;
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(0, #fff, hsla(0, 0%, 100%, 0));
  content: "";
}
nav[z-navigation] > aside > footer {
  position: relative;
  padding-top: 28px;
  padding-bottom: 18px;
}
nav[z-navigation] > aside > footer section.header-navdrawer-social {
  margin-left: auto;
  gap: 46px;
}
nav[z-navigation] > aside > footer section.search-widget {
  width: 100%;
  margin: 0;
  padding: 24px 40px 26px;
}
nav[z-navigation] > aside > footer section.search-widget .search-widget__form {
  max-width: none;
  margin-top: 0;
}
nav[z-navigation] > aside > footer section.search-widget .search-widget__form > label {
  width: 100%;
}
nav[z-navigation] > aside > footer section.search-widget .search-widget__form i[z-icon] {
  --z-icon--color: var(--zc-blue-zurich);
}
nav[z-navigation] > aside > footer section.search-widget .textfield__control {
  width: 100%;
}

.header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.header-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}
.header-wrap-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 8px 0;
}
.header-wrap-top > a {
  display: grid;
}
.header-wrap-top .header-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  gap: 24px;
}
.header-wrap-top .header-list-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  list-style: none;
}
.header-wrap-top .header-list-item > a[z-button] {
  height: 40px;
}
.header-wrap-top .header-list-item > a {
  text-decoration: none;
}
.header-wrap-top .header-list-item.-search a {
  color: var(--zc-blue-zurich);
  text-decoration: none;
}
.header-wrap-top .header-list-item.-search .icon {
  --z-icon--color: var(--zc-blue-zurich);
}
.header-wrap-top .header-list-item.-search .icon.icon-open {
  display: none;
}
.header-wrap-top .header-list-item.-search .text {
  line-height: 1.25;
}
.header-wrap-top .header-list-item.-blue > a .text {
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
}
.header-wrap-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 0;
  align-items: center;
  padding: 17.5px 0;
  gap: 48px;
}
.header-wrap-bottom .header-dropdown-icon {
  line-height: 0;
}
.header-wrap-bottom .header-menu-list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  overflow: clip;
  gap: var(--sp-200, 32px);
}
nav[z-navigation]:has(label > input[type=checkbox]:checked) .header-wrap-bottom .header-menu-list {
  visibility: hidden;
}
.header-wrap-bottom .header-menu-list-item {
  -ms-flex-item-align: center;
  align-self: center;
  list-style: none;
}
.header-wrap-bottom .header-menu-list-item > a {
  color: var(--primary-zurich-blue, var(--brand-zurich-blue, #2167AE));
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.header-wrap-bottom .header-menu-list-item > a:hover {
  color: #5495cf;
}
.header-wrap-bottom .header-menu-list-item > a svg {
  vertical-align: middle;
}

body:has(nav[z-navigation] .header-wrap-bottom label > input[type=checkbox]:checked) {
  overflow: hidden;
}

.header-navdrawer {
  top: 74px;
  height: calc(100vh - 74px);
  height: calc(100svh - 74px);
}
.header-navdrawer-body {
  height: calc(100% - 145px);
}
.header-navdrawer-search {
  position: relative;
  margin-right: 24px;
}
.header-navdrawer-search .search-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-navdrawer-search .search-widget__form {
  -webkit-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 2px;
  left: 26px;
  width: 0;
  min-width: 0;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.25s linear;
}
.search-is-open .header-navdrawer-search .search-widget__form {
  min-width: 100%;
}
.header-navdrawer-search .search-widget__form > label {
  width: 0;
  height: 0;
  color: transparent;
  font-size: 0;
}
.header-navdrawer-search .search-widget__form .textfield__control {
  -webkit-transition: border-color 0.25s;
  display: block;
  width: 100%;
  min-width: 265px;
  min-width: 100%;
  min-height: 30px;
  padding: 0 20px 0 0;
  border: none;
  border-bottom: 1px solid #2167ae;
  border-radius: 0;
  background: transparent;
  color: #2167ae;
  font-size: 20px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  transition: border-color 0.25s;
}
.header-navdrawer-search .search-widget__form .textfield__control:hover, .header-navdrawer-search .search-widget__form .textfield__control:focus, .header-navdrawer-search .search-widget__form .textfield__control.has-focus {
  margin-bottom: -1px;
  border-bottom: 2px solid #2167ae;
}
.header-navdrawer-search .search-widget__form button {
  margin: -8px 0 0 -30px;
  font-size: 0;
}
.header-navdrawer-search .search-widget__form button .icon::before {
  color: #2167AE;
}
.search-is-open .header-navdrawer-search {
  width: 100%;
  margin: 0;
  padding: 20px 40px;
  font-size: 0;
}
.header-navdrawer-search a.icon {
  -webkit-transition: color 0.2s;
  min-height: 34px;
  padding-left: 27px;
  line-height: 2;
  transition: color 0.2s;
}
.search-is-open .header-navdrawer-search a.icon {
  top: 3px;
  content: "\e96e";
  font-size: 20px;
}
.header-navhead-menu > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}
.header-navgroup::after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 40px;
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(0, #fff, hsla(0, 0%, 100%, 0));
  content: "";
}
.header-navgroup-inner {
  height: 100%;
}
.header-navgroup ul:not(.level-0) li.submenu-open > a {
  font-family: "Noto Sans JP", sans-serif;
}
.header-navgroup li {
  font-family: "Noto Sans JP", sans-serif;
}
.header-toggle {
  margin-right: 0;
}

.navdrawer-open .header-navdrawer {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-widget {
  position: relative;
}
.search-widget .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-widget__form {
  -webkit-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  min-width: 0;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.25s linear;
}
.search-is-open .search-widget__form {
  width: 100%;
  min-width: 265px;
}
.search-widget__form > label {
  width: 0;
  color: transparent;
  font-size: 0;
}
.search-is-open .search-widget__form > label {
  width: auto;
  height: auto;
}

.search-widget .ss360_searchbutton {
  margin-left: -22px;
  border: none;
  background: no-repeat;
  font-size: 0;
}

.search-widget .textfield__control {
  -webkit-box-sizing: border-box;
  -webkit-transition: border-color 0.25s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 265px;
  min-height: 30px;
  padding: 0 20px 0 0;
  border: none;
  border-bottom: 1px solid #2167AE;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
  line-height: 30px;
  transition: border-color 0.25s;
}
.search-widget .textfield__control::-webkit-input-placeholder {
  color: #2167AE;
}
.search-widget .textfield__control::-moz-placeholder {
  color: #2167AE;
}
.search-widget .textfield__control:-ms-input-placeholder {
  color: #2167AE;
}
.search-widget .textfield__control::-ms-input-placeholder {
  color: #2167AE;
}
.search-widget .textfield__control::placeholder {
  color: #2167AE;
}

.search-widget .textfield__control::-ms-clear {
  display: none;
}

.search-widget a {
  -webkit-transition: color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
  font-size: 18px;
  line-height: 2;
  transition: color 0.2s;
}
.search-is-open .header-list-item.-search .search-widget a .icon.icon-open {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}
.search-is-open .header-list-item.-search .search-widget a .icon.icon-close {
  display: none;
}
.search-is-open .header-list-item.-search .search-widget a .text {
  display: none;
}

.search-is-open .search-widget a {
  font-size: 0;
}

.search-is-open .search-widget a:hover {
  color: inherit;
}

.touch .search-widget a:hover {
  color: #2167AE;
}

.search-widget .icon--search_48_outline {
  font-family: ZurichSans-Light, Arial, sans-serif;
}

.search-widget .icon--search_48_outline:before {
  top: 1px;
  left: -3px;
  font-size: 24px;
  line-height: 1.4;
}
.search-widget + .language-selector {
  -webkit-transition: opacity 0.25s linear 0.3s;
  opacity: 1;
  transition: opacity 0.25s linear 0.3s;
}

.search-is-open .search-widget + .language-selector {
  -webkit-transition: opacity 0s linear 0s;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0s linear 0s;
}
.touch.header-is-sticky .header-transparent.reverse .search-widget .icon--search_48_outline:hover, .touch.header-is-sticky .header-transparent.reverse-icons .search-widget .icon--search_48_outline:hover, .touch.navdrawer-is-open .header-transparent.reverse .search-widget .icon--search_48_outline:hover, .touch.navdrawer-is-open .header-transparent.reverse-icons .search-widget .icon--search_48_outline:hover {
  color: #2167AE;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .search-widget .textfield__control {
  border-bottom-color: #2167AE;
  background: transparent;
  color: #2167AE;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .search-widget .textfield__control::-webkit-input-placeholder {
  color: #2167AE;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .search-widget .textfield__control::-moz-placeholder {
  color: #2167AE;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .search-widget .textfield__control:-ms-input-placeholder {
  color: #2167AE;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .search-widget .textfield__control::-ms-input-placeholder {
  color: #2167AE;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .search-widget .textfield__control::placeholder {
  color: #2167AE;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse .search-widget .icon--search_48_outline, html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse .search-widget .icon--search_48_outline:hover, html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse-icons .search-widget .icon--search_48_outline, html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse-icons .search-widget .icon--search_48_outline:hover {
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse .search-widget .textfield__control, html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse-icons .search-widget .textfield__control {
  -moz-osx-font-smoothing: grayscale;
  border-bottom-color: #fff;
  background: transparent;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse .search-widget .textfield__control::-webkit-input-placeholder, html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse-icons .search-widget .textfield__control::-webkit-input-placeholder {
  color: #fff;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse .search-widget .textfield__control::-moz-placeholder, html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse-icons .search-widget .textfield__control::-moz-placeholder {
  color: #fff;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse .search-widget .textfield__control:-ms-input-placeholder, html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse-icons .search-widget .textfield__control:-ms-input-placeholder {
  color: #fff;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse .search-widget .textfield__control::-ms-input-placeholder, html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse-icons .search-widget .textfield__control::-ms-input-placeholder {
  color: #fff;
}

html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse .search-widget .textfield__control::placeholder, html:not(.header-is-sticky):not(.navdrawer-is-open) .header-transparent.reverse-icons .search-widget .textfield__control::placeholder {
  color: #fff;
}

html:not(.header-is-sticky):not(.navdrawer-is-open).no-touch .header-transparent.reverse .search-widget:not(.search-is-open) .icon--search_48_outline:hover, html:not(.header-is-sticky):not(.navdrawer-is-open).no-touch .header-transparent.reverse-icons .search-widget:not(.search-is-open) .icon--search_48_outline:hover {
  color: #1fb1e6;
  text-shadow: 0 0 2px rgba(31, 177, 230, 0.5);
}

/* footer */
.footer {
  background-color: var(--z-bg-primary);
  color: var(--zg-white);
}
.footer .footer-top a,
.footer .footer-bottom a {
  color: var(--zg-white);
  text-decoration: none;
}
.footer .footer-top a[z-link],
.footer .footer-bottom a[z-link] {
  text-decoration: none;
}
.footer .footer-top a:visited,
.footer .footer-bottom a:visited {
  color: var(--zg-white);
}
.footer .footer-top a:hover, .footer .footer-top a:focus-within,
.footer .footer-bottom a:hover,
.footer .footer-bottom a:focus-within {
  color: var(--zc-blue-mid);
}
.footer h3 {
  font: var(--zf-h-24);
  letter-spacing: 0.04em;
}
.footer-breadcrumb {
  background-color: var(--zg-white);
}
.footer-top {
  gap: 30px;
}
.footer-social {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 380px;
  margin-left: auto;
}
.footer-social ul {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social ul li a:hover {
  opacity: 0.8;
}
.footer-social ul li a.icon {
  padding-left: 0;
}
.footer-legal {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 380px;
  margin-top: 0.5rem;
  margin-left: auto;
  gap: var(--zs-50) 0;
}
.footer-legal li p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}
.footer-links h3 {
  margin-bottom: 1.5rem;
}
.footer-links .link-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  font: var(--zf-body-18);
}
.footer-links .link-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.footer-breadcrumb {
  padding: 2px 0;
}
.footer-breadcrumb .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-breadcrumb [z-breadcrumbs] {
  margin: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper-100vw {
  width: 100vw;
  max-width: none;
  margin: 0 calc(-50vw + 50%);
  padding: 0;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.row .container, .row .container-fluid, .row .container-xl, .row .container-lg, .row .container-md, .row .container-sm {
  padding-right: 15px;
  padding-left: 15px;
}
/* shape decoration */
#stage-01 .shape-decoration--stage-one {
  right: 685px;
  scale: -1 1;
}
#stage-01 .shape-decoration--stage-one .shape-decoration-mini-circle {
  left: -9px;
  background-color: #23366f;
}
#stage-02 .shape-decoration--stage-one {
  right: 412px;
  scale: -1 1;
}
#stage-02 .shape-decoration--stage-one .shape-decoration-mini-circle {
  left: -9px;
  background-color: #23366f;
}
.shape-decoration--four .shape-decoration-maxi-circle {
  bottom: 0px;
  left: -25px;
  width: 120px;
  height: 120px;
  background-color: #5495cf;
}
.shape-decoration--four .shape-decoration-midi-circle {
  bottom: 110px;
  left: -38px;
  width: 62px;
  height: 62px;
  background-color: #91bfe3;
}
.shape-decoration--four .shape-decoration-mini-circle {
  bottom: 0px;
  left: 82px;
  width: 36px;
  height: 36px;
  background-color: #2167ae;
}
.shape-decoration--four .shape-decoration-half-mask {
  -webkit-transform: rotate(216deg);
  bottom: -10px;
  left: -57px;
  width: 33px;
  height: 66px;
  overflow: hidden;
  transform: rotate(216deg);
}
.shape-decoration--four .shape-decoration-half-mask-circle {
  width: 66px;
  height: 66px;
  background-color: #23366f;
}
.shape-decoration--container-one {
  z-index: 0;
  right: 0;
  bottom: 70px;
}
.shape-decoration--container-one .shape-decoration-maxi-circle {
  right: 24px;
  bottom: 0;
  width: 210px;
  height: 210px;
  background-color: #5495cf;
}
.shape-decoration--container-one .shape-decoration-midi-circle {
  bottom: -2px;
  left: -40px;
  width: 86px;
  height: 86px;
  background-color: #2167ae;
}
.shape-decoration--container-one .shape-decoration-half-mask {
  -webkit-transform: rotate(330deg);
  right: 228px;
  bottom: -24px;
  width: 80px;
  height: 160px;
  overflow: hidden;
  transform: rotate(330deg);
}
.shape-decoration--container-one .shape-decoration-half-mask-circle {
  width: 160px;
  height: 160px;
  background-color: #91bfe3;
}
.shape-decoration--container-one .shape-decoration-half-mask-small {
  -webkit-transform: rotate(218deg);
  right: 142px;
  bottom: 182px;
  width: 50px;
  height: 100px;
  overflow: hidden;
  transform: rotate(218deg);
}
.shape-decoration--container-one .shape-decoration-half-mask-small-circle {
  width: 100px;
  height: 100px;
  background-color: #23366f;
}

/* stage */
section[z-stage] .zds-main {
  margin-top: 1rem;
  padding: var(--zs-300) 0;
  gap: var(--zs-75);
}
@container stage (width < 768px) {
  section[z-stage] .zds-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    padding: 30px 30px 24px;
  }
}
section[z-stage] .zds-main > h1 {
  margin-bottom: 0 !important;
}
@container stage (width < 768px) {
  section[z-stage] .zds-main > h1 {
    max-width: 480px;
  }
}
section[z-stage] .zds-main > h1 img {
  width: 103.8461538462%;
  max-width: none;
  height: auto;
}
@container stage (width < 768px) {
  section[z-stage] .zds-main > h1 img {
    width: 100%;
  }
}
@container stage (width < 768px) {
  section[z-stage] .zds-main [z-button] {
    display: none;
  }
}
@container stage (width < 768px) {
  section[z-stage] .zds-main, section[z-stage] aside {
    --_height: 21.25rem !important;
  }
}
@container stage (width >= 1200px) {
  section[z-stage] .zds-main, section[z-stage] aside {
    --_sf: 42.5rem !important;
    --_height: 35.875rem !important;
  }
}
section[z-stage] aside {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: end;
}
section[z-stage] aside img {
  width: 138.4615384615%;
  max-width: none;
  height: auto;
}
@container stage (width < 768px) {
  section[z-stage] aside img {
    width: 125%;
  }
}
section[z-stage] aside > div[z-shape] {
  --_w: calc(188 / 135);
  --_h: calc(174 / 135);
  left: 0.5rem;
  scale: -1 1;
}
@container stage (width < 1200px) {
  section[z-stage] aside > div[z-shape] {
    --_w: calc(188 / 174);
    --_h: calc(174 / 174);
    left: 0;
  }
}
@container stage (width < 768px) {
  section[z-stage] aside > div[z-shape] {
    --_w: calc(188 / 144);
    --_h: calc(174 / 144);
    left: 0;
  }
}

/* promo */
.promo#footer-prom .promo-content > * {
  margin-bottom: 0;
}
.promo#footer-prom .promo-heading {
  font: var(--zf-h-32);
  font-weight: 700;
}
.promo#footer-prom .promo-heading--lg {
  font-size: 4rem;
}
.promo#footer-prom .promo-heading .fc-accent {
  padding-right: 0.25em;
  padding-left: 0.25em;
}
section[z-promo] > .zds-main p.f-caption {
  line-height: 1.3;
}
section[z-promo] > aside [z-shape="2"] {
  scale: -1 1;
}
section[z-promo] > aside [z-image] {
  max-width: 300px;
}
section[z-promo] > aside [z-image] img {
  width: 100%;
  height: auto;
}

/* faq */
.faq-item {
  padding: 0 !important;
}
.faq-item header {
  font: var(--zf-body-18);
}
.faq-item[z-list-item] + .faq-item[z-list-item] {
  border-top: 0;
}
.faq-icon {
  -ms-flex-negative: 0;
  display: grid;
  flex-shrink: 0;
  place-content: center;
  width: 2.5rem;
}
.faq-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: color 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: var(--zs-150) 0;
  gap: var(--zs-50);
  text-decoration: unset;
  transition: color 0.2s ease-in-out;
}
.faq-link [z-icon] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.faq-link:hover, .faq-link:focus-within {
  color: var(--z-ct-hover);
}

/* heading */
.heading-h2 {
  font: var(--zf-h-32);
  line-height: 1.4;
  text-align: center;
}
.heading-h3 {
  font: var(--zf-h-24);
  line-height: 1.4;
  text-align: center;
}
.heading-h4 {
  font: var(--zf-body-18);
  line-height: 1.4;
  text-align: center;
}
.heading-h5 {
  font: var(--zf-body-16);
  line-height: 1.5;
  text-align: center;
}
.heading-h1, .heading-h2, .heading-h3, .heading-h4 {
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  margin-bottom: 0;
}

[z-header-group] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--zs-50);
}
[z-header-group] > [z-header-num] {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: baseline;
  padding-right: 4px;
  padding-bottom: 1rem;
  padding-left: 4px;
  font: var(--zf-h-28);
  line-height: 1;
  text-align: center;
}
[z-header-group] > [z-header-num]:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--zc-blue-sky);
  content: "";
}
[z-header-group] > [z-header-num] > [z-header-num-unit] {
  font: var(--zf-body-16--300);
}

[z-header-icon] {
  width: 160px;
  margin: 0 auto;
}
[z-header-icon] img {
  width: 100%;
  height: auto;
}

/* list */
.list-disc > li {
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
  position: relative;
  padding-left: 1.5em;
}
.list-disc > li::before {
  -webkit-font-feature-settings: normal !important;
  font-feature-settings: normal !important;
  position: absolute;
  left: 0;
  content: "・";
}

.list-col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  column-count: 2;
}

/* card */
.card {
  --z-article-card--width: 100%;
  margin-bottom: 0;
}
.card.card--only-image {
  height: auto;
  min-height: none;
}
.splide__slide .card.card--only-image {
  width: 100%;
  max-width: none;
}
.card.card--only-image img {
  width: 100%;
  height: auto;
}
.card [z-article-card] {
  border-radius: 24px;
}
.card [z-article-card] .card-image {
  height: auto;
}
.card [z-article-card] .card-image img {
  width: 100%;
  height: auto;
}
.card [z-article-card] .card-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
}
.card [z-article-card] .card-headline {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  min-height: 50px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
}
.card [z-article-card] .card-body {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.8;
  text-overflow: ellipsis;
}
.card[href] .card-content > * {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.card[href] [z-article-card] {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, border-radius 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.card[href]:hover *, .card[href]:focus-within * {
  color: var(--z-ct-hover);
}
.card[href]:hover [z-article-card], .card[href]:focus-within [z-article-card] {
  --z-article-card--shadow: var(--zd-3);
}

[z-article-card] {
  --z-article-card--shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}
.card--only-image [z-article-card] {
  --z-article-card--shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
}
[z-article-card] > .zds-main {
  padding: var(--zs-150) var(--zs-100);
  gap: var(--zs-100);
}
[z-article-card] > .zds-main > header {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  margin-bottom: 0;
  font: var(--zf-body-18--700);
  line-height: 1.4;
}
[z-article-card] > .zds-main > p {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font: var(--zf-body-12);
  line-height: 1.8;
}

[z-card] {
  --z-card--shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: var(--z-card--shadow, var(--zd-1));
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  box-sizing: border-box;
  display: grid;
  width: var(--z-card--width, auto);
  height: var(--z-card--height, auto);
  padding: var(--z-card--padding, var(--zs-150));
  overflow: clip;
  gap: var(--z-card--gap, var(--zs-100));
  border: var(--z-card--border);
  border-radius: var(--z-card--radius, var(--zs-150));
  background: var(--z-card--bg, var(--z-sf-base)) !important;
  box-shadow: var(--z-card--shadow, var(--zd-1));
  color: var(--z-card--color, var(--z-ct-primary)) !important;
  font: var(--z-card--font);
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
[z-card][z-card-panel] {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -ms-flex-line-pack: baseline;
  -webkit-box-shadow: none;
  align-content: baseline;
  justify-content: stretch;
  padding: var(--zs-250) var(--zs-100);
  gap: var(--zs-200);
  box-shadow: none;
}
[z-card][z-card-panel] .contact-group header {
  font: var(--zf-body-18);
}
[z-card][z-card-panel] .contact-group a[href^=tel] {
  font-weight: 700;
  font-size: 1.5rem;
}
[z-card][z-card-panel=sm] {
  padding: var(--zs-150);
  gap: var(--zs-150);
}

[z-card-group] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
[z-card-panel-group] {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  gap: 30px;
}
[z-card-panel-group]:has([z-card-conect]) {
  gap: 13px;
}
[z-card-panel-group] > *:not([z-icon]) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
[z-card-panel-group] [z-icon] {
  -ms-flex-item-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-self: center;
  width: 24px;
}

[z-card-panel-column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: var(--zs-100);
}

[z-card-panel-group=row3] {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr;
}
[z-card-panel-group=row3] > [z-card-panel-column] {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

/* btn */
.btn {
  padding-bottom: 2px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.btn .icon {
  margin-top: 2px;
}
.btn-cv {
  --z-button--bg: #FFC828 !important;
  --z-button--color: $c-darkblue;
}
.btn-cv:hover, .btn-cv:focus {
  --z-button--bg--hover: #FFB326 !important;
  --z-button--color--hover: $c-darkblue !important;
}
.btn-cv:focus {
  outline: 2px solid #1393D1;
}
.btn-alert {
  --z-button--bg: var(--zc-peach-aa) !important;
}
.btn-alert:hover, .btn-alert:focus {
  --z-button--bg--hover: var(--zc-peach-aaa) !important;
}
.btn-back-to-top {
  display: none;
  z-index: 100;
  position: fixed;
  right: 5%;
  bottom: 160px;
}
.btn-back-to-top.is-fixed {
  bottom: 185px;
}
.btn-back-to-top.is-stop {
  position: absolute;
}
.btn-back-to-top a[role=button][z-button][icon] {
  --z-button--bg--hover: var(--zc-blue-dark);
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.btn-back-to-top a[role=button][z-button][icon]::before {
  color: var(--zc-blue-dark);
}
.btn-back-to-top a[role=button][z-button][icon]:hover, .btn-back-to-top a[role=button][z-button][icon]:focus-within, .btn-back-to-top a[role=button][z-button][icon]:active {
  background-color: var(--z-button--bg--hover, var(--_bg--hover)) !important;
}
.btn-back-to-top a[role=button][z-button][icon]:hover::before, .btn-back-to-top a[role=button][z-button][icon]:focus-within::before, .btn-back-to-top a[role=button][z-button][icon]:active::before {
  color: var(--zg-white);
}

button[z-button], a[role=button][z-button], input[type=submit][z-button] {
  height: 3.5rem;
  font-weight: 400;
}
button[z-button][icon], a[role=button][z-button][icon], input[type=submit][z-button][icon] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: var(--zs-150);
}
button[z-button][icon][icon-right], a[role=button][z-button][icon][icon-right], input[type=submit][z-button][icon][icon-right] {
  padding-right: calc(var(--_pad-h) - 2px);
}
button[z-button][button-center], a[role=button][z-button][button-center], input[type=submit][z-button][button-center] {
  margin-right: auto;
  margin-left: auto;
}

/* breadcrumb */
[z-breadcrumbs] {
  margin-top: var(--zs-100);
  margin-bottom: var(--zs-300);
}
[z-breadcrumbs] > ol {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[z-breadcrumbs] > ol > li::after {
  color: var(--zc-blue-dark);
}
[z-breadcrumbs] a[z-link] {
  padding: var(--zs-50) 0rem;
  text-decoration: none;
}
[z-breadcrumbs] span {
  font: var(--zf-body-16);
}

/* panel */
[z-panel] {
  display: grid;
  place-content: center;
  padding: 18px var(--zs-100);
  gap: 10px 16px;
  background-color: var(--z-panel-bg);
}
[z-panel] img {
  display: grid;
  place-self: center;
  height: auto;
}
[z-panel] > picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: grid;
  justify-content: center;
}
[z-panel] > header {
  font: var(--zf-body-16);
  line-height: 1.5;
  text-align: center;
}

[z-panel-group] {
  width: 100%;
  min-height: 246px;
}

[z-panel-group=row] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
[z-panel-group=row] [z-panel] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

/* link */
a[z-link] {
  padding: 0;
  gap: var(--zs-50);
  font-size: inherit;
  text-decoration: underline;
}
a[z-link][role=button] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-top: var(--zs-100);
  padding-bottom: var(--zs-100);
  font: var(--zf-body-18);
  text-decoration: none;
}

a[z-link=card-anchor][role=button] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  --z-card--shadow: var(--zd-card);
  flex-direction: column;
  padding: var(--zs-100) var(--zs-100) var(--zs-50);
  gap: var(--zs-100);
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, border-radius 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
a[z-link=card-anchor][role=button]:hover, a[z-link=card-anchor][role=button]:focus-within {
  --z-card--shadow: var(--zd-3);
}
a[z-link=card-anchor][role=button] > .zds-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  gap: var(--zs-100);
}
a[z-link=card-anchor][role=button] > .zds-main > [z-header-num] {
  -ms-flex-negative: 0;
  display: grid;
  position: relative;
  flex-shrink: 0;
  padding-right: 1.25rem;
  font: var(--zf-h-28);
  line-height: 1;
  text-align: center;
}
a[z-link=card-anchor][role=button] > .zds-main > [z-header-num]:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: var(--zc-blue-sky);
  content: "";
}
a[z-link=card-anchor][role=button] > .zds-main > [z-header-num] > [z-header-num-unit] {
  font: var(--zf-body-16--300);
}
a[z-link=card-anchor][role=button] > .zds-main > header {
  font: var(--zf-h-24);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
a[z-link=card-anchor][role=button] > [z-icon] {
  margin: auto;
}

/* tile */
a[z-tile-link],
button[z-tile-link] {
  --z-tile--radius: 24px;
  display: block;
  width: 100%;
  border: none;
  border-radius: var(--z-tile--radius, var(--zs-75));
  cursor: pointer;
}
a[z-tile-link] > article[z-tile],
button[z-tile-link] > article[z-tile] {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, border-radius 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
a[z-tile-link]:hover > article[z-tile], a[z-tile-link]:focus-within > article[z-tile],
button[z-tile-link]:hover > article[z-tile],
button[z-tile-link]:focus-within > article[z-tile] {
  -webkit-box-shadow: var(--zd-3);
  box-shadow: var(--zd-3);
}
a[z-tile-link]:hover > article[z-tile] [z-link], a[z-tile-link]:focus-within > article[z-tile] [z-link],
button[z-tile-link]:hover > article[z-tile] [z-link],
button[z-tile-link]:focus-within > article[z-tile] [z-link] {
  color: var(--z-link--color--hover, var(--z-ct-hover));
}

article[z-tile] {
  --z-tile--img-size: 152px;
  --z-tile--radius: 24px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  display: grid;
  place-content: baseline;
  width: auto;
  max-width: 350px;
  height: auto;
  min-height: 230px;
  padding: 20px var(--zs-100);
  background-color: var(--z-tile--bg);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
article[z-tile] > .zds-main {
  margin-right: calc(var(--z-tile--img-size, 14rem) - 0.75rem);
  gap: var(--zs-100);
  text-align: left;
}
article[z-tile] > .zds-main > [z-link] {
  -webkit-transition: color 0.2s;
  color: var(--z-link--color, var(--z-ct-clickable));
  transition: color 0.2s;
}
article[z-tile] > .zds-main [z-tag] {
  font-family: var(--z-sans) !important;
}
article[z-tile] > [z-image] {
  -webkit-clip-path: none;
  max-width: var(--z-tile--img-size);
  clip-path: none;
}
article[z-tile] > [z-image] img {
  -o-object-fit: cover;
  -o-object-position: left;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
article[z-tile] img {
  display: grid;
  place-self: center;
  height: auto;
}
article[z-tile] [z-link] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  gap: var(--zs-50);
  font: var(--zf-body-14);
}
article[z-tile] .tile-top {
  display: grid;
  gap: var(--zs-50);
}
article[z-tile] .tile-name {
  font: var(--zf-body-16);
  line-height: 1.5;
}
article[z-tile] .tile-premium {
  display: grid;
}
article[z-tile] .tile-premium ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  place-self: start;
  gap: var(--zs-50);
}
article[z-tile] .tile-premium ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font: var(--zf-capt-12-b);
}
article[z-tile] .tile-price {
  display: grid;
}
article[z-tile] .tile-price-term {
  font-weight: 700;
  font-size: 0.8rem;
}
article[z-tile] .tile-price-num {
  font: var(--zf-h-30);
  font-weight: 700;
}
article[z-tile] .tile-price-unit {
  font: var(--zf-body-20--700);
}

/* comment */
[z-comment] {
  --z-comment--bg: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--zs-150);
  overflow: clip;
  gap: 60px;
  border: 1px solid var(--z-comment--border);
  border-radius: var(--z-card--radius, var(--zs-150));
  background-color: var(--z-comment--bg);
  color: var(--z-card--color, var(--z-ct-primary)) !important;
}
[z-comment] > [z-image] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
  margin: 0;
}
[z-comment] > .zds-main {
  display: grid;
  max-width: 647px;
  gap: var(--zs-50);
}
[z-comment] > .zds-main > header {
  font: var(--zf-h-24);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
[z-comment] > .zds-main > p {
  font: var(--zf-body-18);
  line-height: 1.6;
}
[z-comment] > .zds-main > [z-link] {
  font: var(--zf-body-18);
}

/* article */
.article-has-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 30px;
}
.article-has-image + .article-has-image {
  margin-top: 24px;
}
.article-image {
  grid-row: 1/3;
  grid-column: 1/2;
}
.article-has-image--reverse .article-image {
  grid-column: 2/3;
}
.article-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2/3;
  flex-direction: column;
  gap: var(--zs-50);
  font: var(--zf-body-18);
  line-height: 1.6;
}
.article-has-image--reverse .article-content {
  grid-column: 1/2;
}
.article-heading {
  -ms-flex-line-pack: end;
  grid-column: 2/3;
  align-content: flex-end;
  font: var(--zf-h-24);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.article-has-image--reverse .article-heading {
  grid-column: 1/2;
}
.article-number {
  padding: var(--zs-150) 0;
  color: #555555;
  font: var(--zf-capt-12);
  line-height: 1.6666666667;
}

/* icon */
.icon-list {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(111px, 1fr));
  align-items: baseline;
  gap: 24px 16px;
  text-align: center;
}
.icon-list--sm {
  width: 75%;
  margin: auto;
}
.icon-list > li {
  display: grid;
  gap: 8px;
}
.icon-list p {
  -webkit-font-feature-settings: "palt" 1 !important;
  font-feature-settings: "palt" 1 !important;
  font: var(--zf-capt-12);
  line-height: 1.3;
}
.icon-list [z-image] {
  width: 72px;
  margin: auto;
}
.icon-header {
  text-align: center;
}
.icon-header [z-image] {
  width: 100px;
}

/* emergency */
.emergency {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  align-items: center;
  min-height: 63px;
  padding: 1.2rem 0;
  background-color: var(--zc-lemon-20);
}
.emergency-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font: var(--zf-capt-14);
}
.emergency-list > li [z-icon] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.emergency-list > li > p {
  margin-top: 2px;
}

/* modal */
.modal-heading {
  margin-bottom: 1rem;
  font: var(--zf-h-22);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.modal-content {
  padding: 1rem;
  overflow: auto;
  background-color: var(--z-bg-brand--inv);
  font-size: 14px;
  line-height: 1.6;
}

.zds-main[z-modal] > section {
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(100%, 730px);
  max-height: 80%;
  overflow: hidden;
}
.zds-main[z-modal] > section > button[icon^=close] {
  top: 0;
  right: 0.25rem;
}
.zds-main[z-modal] > section > .zds-main {
  display: grid;
  grid-template-rows: subgrid;
  grid-area: span 2;
}

/* slide */
.slide {
  position: relative;
  width: 100%;
  margin: auto;
}
.slide:has(.js-slider-tb) {
  max-width: 1110px;
}
.slide__slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.slide__slider:not(.slick-initialized) .slide__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.slide__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.slide__controls .slick-dots {
  position: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slide__controls .slick-dots li {
  width: 8px;
  margin: 0 6px;
}
.slide__controls .slick-dots li.slick-active button {
  background-color: var(--zc-blue-zurich);
}
.slide__controls .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--z-bg-disabled);
}
.slide__controls .slick-dots button::before {
  display: none;
}
.slide__arrow {
  --z-button--bg: var(--zc-blue-zurich);
  --z-button--color: var(--zg-white);
  --z-icon--size: var(--_icon-size);
  --z-button--radius: 50%;
  --z-icon--color: currentColor;
  -webkit-transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  text-wrap: nowrap;
  white-space-collapse: collapse;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s, border-radius 0.2s, -webkit-box-shadow 0.2s;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: var(--zs-300);
  height: var(--zs-300);
  margin: 0px;
  padding: calc(var(--_pad-v) - 2px) calc(var(--_pad-h) - 2px);
  gap: var(--zs-50);
  transform: translateY(-50%);
  border: 2px solid transparent;
  border-radius: var(--z-button--radius, 28px) !important;
  background-color: var(--z-button--bg, var(--_bg)) !important;
  color: var(--z-button--color, var(--_color)) !important;
  font: var(--zf-body-18);
  text-align: center;
  text-decoration-line: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, border-radius 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, border-radius 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, border-radius 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.slide__arrow.slick-disabled {
  --z-button--bg: var(--z-bg-disabled);
  --z-button--color: var(--z-ct-disabled--eq);
  cursor: not-allowed;
  opacity: var(--z-op-disabled);
}
.slide__arrow.slick-disabled > * {
  background-color: var(--z-ct-disabled--eq);
}
.slide__arrow--prev {
  left: -24px;
}
.slide__arrow--next {
  right: -24px;
}
.slide__arrow > * {
  -webkit-mask: var(--z-icon--url, var(--zi)) no-repeat;
  -webkit-mask-size: 100%;
  width: 24px;
  height: 24px;
  background-color: #fff;
  mask: var(--z-icon--url, var(--zi)) no-repeat;
  mask-size: 100%;
}

.slick-slider {
  margin-right: -15px;
  margin-left: -15px;
}
.slick-slider.slick-dotted {
  margin-bottom: 16px;
}
.slick-list {
  margin: -40px -11px;
  padding: 40px 11px;
}
.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

/* floating banner */
.floating-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.07), 0px -4px 5px 0px rgba(0, 0, 0, 0.05), 0px -2px 4px -1px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  padding: 24px 96px;
  background-color: var(--zg-white);
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.07), 0px -4px 5px 0px rgba(0, 0, 0, 0.05), 0px -2px 4px -1px rgba(0, 0, 0, 0.07);
}
.floating-banner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 16px;
}
.floating-banner-image {
  -webkit-clip-path: circle(50% at 50% 50%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 80px;
  margin-right: 32px;
  clip-path: circle(50% at 50% 50%);
}
.floating-banner-image img {
  width: 100%;
  height: auto;
}
.floating-banner a[z-button] {
  height: 48px;
  margin-left: auto;
  font-size: 18px;
}
.floating-banner button[icon="close:line"][z-button].floating-banner-close {
  --z-icon--color: var(--zc-blue-dark);
  --_pad-v:0;
  --_icon-size: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
}
.floating-banner button[icon="close:line"][z-button].floating-banner-close::before {
  color: var(--zc-blue-dark);
}
.floating-banner-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.floating-banner-content {
  font-size: 18px;
  line-height: 1.6111111111;
}
.floating-banner-content h2, .floating-banner-content h3, .floating-banner-content h4, .floating-banner-content h5 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.floating-banner-content h2 + p, .floating-banner-content h3 + p, .floating-banner-content h4 + p, .floating-banner-content h5 + p {
  margin-top: 2px;
}
.floating-banner-content h2 sup, .floating-banner-content h3 sup, .floating-banner-content h4 sup, .floating-banner-content h5 sup {
  font-size: 75%;
}
.floating-banner-content strong {
  font-weight: 700;
}
.floating-banner-content small {
  font-size: 16px;
  line-height: 1.5;
}
.floating-banner-content p {
  line-height: 1.5;
}
.floating-banner-caption {
  font-size: 14px;
}
.floating-banner-close {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
}

.top-assessment-card[z-card] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-assessment-images {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 1.25rem 3.5rem;
}
.top-assessment-images img {
  width: 100%;
  height: auto;
}
.top-assessment-img01 {
  max-width: 154px;
}
.top-assessment-img02 {
  max-width: 162px;
}
.top-assessment-img03 {
  max-width: 299px;
}

.sp {
  display: none !important;
}

.tb {
  display: none !important;
}
.gap-row-0 {
  row-gap: 0rem !important;
}
.gap-row-25 {
  row-gap: 0.25rem !important;
}
.gap-row-50 {
  row-gap: 0.5rem !important;
}
.gap-row-75 {
  row-gap: 0.75rem !important;
}
.gap-row-100 {
  row-gap: 1rem !important;
}
.gap-row-125 {
  row-gap: 1.25rem !important;
}
.gap-row-150 {
  row-gap: 1.5rem !important;
}
.gap-row-175 {
  row-gap: 1.75rem !important;
}
.gap-row-200 {
  row-gap: 2rem !important;
}
.gap-row-225 {
  row-gap: 2.25rem !important;
}
.gap-row-250 {
  row-gap: 2.5rem !important;
}
.gap-row-275 {
  row-gap: 2.75rem !important;
}
.gap-row-300 {
  row-gap: 3rem !important;
}
.gap-row-325 {
  row-gap: 3.25rem !important;
}
.gap-row-350 {
  row-gap: 3.5rem !important;
}
.gap-row-375 {
  row-gap: 3.75rem !important;
}
/* font-weight */
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}

/* font */
.f-caption {
  font: var(--zf-capt-12);
  line-height: 1.3;
}
.f-lead {
  font: var(--zf-body-18);
  line-height: 1.6;
}

/* text-align */
.ta-center {
  text-align: center !important;
}
.ta-left {
  text-align: left !important;
}
.ta-right {
  text-align: right !important;
}
.indent {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.indent__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*--- color ---*/
.bg-lemon-aa {
  background-color: var(--zc-lemon-aa) !important;
}
.bg-zurichwhite {
  background-color: var(--zg-white-zurich) !important;
}
.bg-moss-20 {
  background-color: var(--zc-moss-20) !important;
}
.bg-promo {
  background-color: #FFF8E6 !important;
}

.fc-accent {
  color: #FA4A3B !important;
}

/* padding */
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}
.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}
.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}
.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}
.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}
.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}
.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

@media (width >= 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > section {
    padding-bottom: 40px;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > :is(z-accordion, [z-accordion]) > details > summary::after {
    display: none;
  }
  .header-wrap-top {
    gap: 12px;
  }
  .header-wrap-top .header-list-item > a .text {
    line-height: 110%;
  }
  .header-wrap-top .header-list-item.-search {
    margin-top: 10px;
  }
  .header-wrap-top .header-list-item.-search .icon {
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .header-navdrawer-body nav {
    height: calc(100% - 200px);
  }
  .header-navdrawer .header-navbar {
    height: auto;
    margin-top: 14px;
    margin-bottom: 39px;
  }
  .header-navhead:not(:first-child) {
    margin-top: 52px;
    padding-top: 25px !important;
    border-top: 1px solid #91bfe3;
  }
  .header-navhead {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .header-navhead-menu {
    width: 100%;
    max-width: 25%;
    font-weight: 500;
    font-size: 20px;
  }
  .header-navgroup {
    height: 100%;
  }
  .header-navgroup::before {
    display: none;
  }
  .header-navgroup li.has-submenu > a {
    font-weight: 500;
    font-size: 20px;
  }
  .header-navgroup li.has-submenu > a::after {
    display: none;
  }
  .header-navgroup li.has-submenu + .has-submenu {
    margin-top: 48px;
  }
  .header-navgroup li.has-submenu > ul.level-2 {
    display: block;
    padding-left: 0;
  }
  .header-navdrawer-footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-toggle {
    margin-top: 6px;
  }
  .footer-inner {
    padding: 33.5px 0;
  }
  .footer-legal li {
    margin-right: 1.45rem;
  }
  .footer-legal li:last-child {
    margin-right: 0;
  }
  .footer-breadcrumb {
    display: none;
  }
  section[z-promo] > .zds-main {
    margin-top: 2em;
    margin-right: 22px;
  }
  .icon-list p {
    padding: 0 6px;
  }
  .indent-pc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (width < 768px) {
  nav[z-navigation] > header {
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: 12px;
  }
  nav[z-navigation] > header > .header-wrap-top {
    --z-logo--size: 120px;
    grid-area: auto;
    grid-column-end: span 2;
  }
  nav[z-navigation] > header > .header-wrap-top [z-logo] {
    --z-logo--size: 120px;
  }
  nav[z-navigation] > header > .header-wrap-bottom {
    grid-area: auto;
    grid-column-start: span 2;
    grid-column-end: -1;
  }
  nav[z-navigation] > aside {
    max-width: 420px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  nav[z-navigation] > aside > * {
    padding-right: 35px;
    padding-left: 35px;
  }
  nav[z-navigation] > aside > .zds-main {
    display: block;
    width: inherit;
    padding-bottom: 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) {
    padding-right: 0;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) + div {
    border-left: none;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > section > .zds-main > ul a {
    font-weight: 400;
    font-size: 18px;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > :is(z-accordion, [z-accordion]) > details > summary {
    position: relative;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > :is(z-accordion, [z-accordion]) > details[open] > summary {
    color: var(--zc-blue-zurich);
    font-weight: 500;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > [z-accordion] {
    margin-bottom: 1rem;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > [z-accordion] > details[open] + .zds-main {
    display: block;
  }
  nav[z-navigation] > aside > .zds-main > div:not(.header-navhead) > [z-accordion] > details:not([open]) + .zds-main {
    display: none;
  }
  nav[z-navigation] > aside > .zds-main > .header-navhead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
    margin-right: 0;
    padding: 0;
    border-top: 0;
  }
  nav[z-navigation] > aside > .zds-main > .header-navhead:first-child {
    margin-bottom: 0;
  }
  nav[z-navigation] > aside > .zds-main > .header-navhead::after {
    display: none;
  }
  nav[z-navigation] > aside > footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: inherit;
    padding: 0;
  }
  nav[z-navigation] > aside > footer::after {
    -webkit-transform: translateX(-50%);
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100%;
    height: 40px;
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(0, #fff, hsla(0, 0%, 100%, 0));
    content: "";
  }
  nav[z-navigation] > aside > footer section.header-navdrawer-social {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    padding: 28px 35px;
    gap: 12px;
  }
  .header-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 0;
    justify-content: space-between;
    min-height: 56px;
  }
  .header-wrap-top {
    padding: 4px 0;
  }
  .header-wrap-top .header-list {
    margin-left: auto;
    gap: 4px;
  }
  .header-wrap-top .header-list-item.-search .text {
    display: none !important;
  }
  .header-wrap-top .header-list-item.-search .text {
    display: none;
  }
  .navdrawer-open .header-wrap-top .header-list-item.-search {
    width: 24px;
  }
  .navdrawer-open .header-wrap-top .header-list-item.-search a {
    display: none;
  }
  .header-wrap-top .header-dropdown-icon {
    margin-left: 15px;
  }
  .header-wrap-bottom {
    padding: 16px 0;
  }
  .header-wrap-bottom .header-menu-list {
    display: none;
  }
  .header-navdrawer {
    top: 61px;
    height: calc(100vh - 61px);
    height: calc(100svh - 61px);
    padding-top: 20px;
  }
  .header-navdrawer-body {
    height: calc(100% - 61px);
    padding-bottom: 20px;
  }
  .header-navdrawer-body nav {
    padding: 0 15px 20px;
  }
  .header-navhead:not(:first-child) .header-navhead-menu:first-child {
    padding-top: 25px;
    border-top: 1px solid #91bfe3;
  }
  .header-navhead:not(:last-child) .header-navhead-menu:last-child {
    border-bottom: 0;
  }
  .header-navhead-menu {
    margin-bottom: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #91bfe3;
  }
  .header-navgroup::before, .header-navgroup::after {
    display: none;
  }
  .header-navgroup ul.level-0 {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
  .header-navgroup:last-of-type ul.level-0:last-of-type {
    border-bottom: none;
  }
  .header-navgroup li.has-submenu.submenu-open > a {
    color: #2167ae;
    font-weight: 500;
  }
  .header-navgroup li.has-submenu > ul {
    display: block;
  }
  .header-navdrawer-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .header-toggle .icon {
    margin-right: 0;
  }
  .header-toggle[aria-expanded=false] > span.icon--action-close_outline {
    display: none;
  }
  .header-toggle[aria-expanded=true] > span.icon--action-menu_outline {
    display: none;
  }
  .header-dropdown ul.link-list--social {
    padding: 28px 32px;
  }
  .header-dropdown ul.link-list--social li a {
    padding-left: 0;
  }
  .header-dropdown ul.link-list--social li:not(:last-child) {
    margin-right: auto;
  }
  .search-widget a {
    padding-left: 27px;
  }
  .footer .footer-top a[z-link],
  .footer .footer-bottom a[z-link] {
    font: var(--zf-body-20);
  }
  .footer h3 {
    font: var(--zf-h-20);
    letter-spacing: 0;
  }
  .footer h3 a {
    font: var(--zf-h-20);
  }
  .footer .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-breadcrumb .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-legal {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    justify-content: flex-start;
    max-width: 260px;
    margin-left: 0;
  }
  .footer-legal a[z-link] {
    font: var(--zf-body-14) !important;
  }
  .footer-links .link-list {
    gap: 16px;
    font: var(--zf-body-16);
  }
  .footer-links .link-list:last-child {
    margin-top: 1.5rem;
  }
  .footer-links .link-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .footer-breadcrumb [z-breadcrumbs] a[z-link] {
    font-size: 14px;
  }
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row > * {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: 30px;
    padding-left: 30px;
  }
  .shape-decoration--container-one {
    display: none;
  }
  .promo#footer-prom .promo-heading {
    font: var(--zf-body-18);
    font-weight: 700;
  }
  .promo#footer-prom .promo-heading--lg {
    font: var(--zf-h-32);
    font-weight: 700;
  }
  section[z-promo] > .zds-main p.f-caption {
    text-align: left;
  }
  section[z-promo] > .zds-main [z-button] {
    width: 100%;
  }
  section[z-promo] > aside [z-shape] {
    display: none;
  }
  section[z-promo] > aside [z-image] {
    max-width: 272px;
  }
  .faq-list.col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .faq-list.col-12 .faq-item .faq-link {
    padding: var(--zs-100) 20px;
  }
  .faq-item header {
    font: var(--zf-body-20);
    line-height: 1.6;
  }
  .heading-h2 {
    font: var(--zf-h-24);
    line-height: 1.4;
  }
  .heading-h3 {
    font: var(--zf-h-22);
    line-height: 1.4;
  }
  .heading-h4 {
    font-size: 1.25rem;
  }
  .heading-h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
  [z-header-icon] {
    width: 120px;
  }
  .list-col1-sp {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  [z-card][z-card-panel] {
    width: 100%;
    max-width: 100%;
    padding: var(--zs-150) var(--zs-100);
    gap: var(--zs-150);
  }
  [z-card][z-card-panel] .contact-group header {
    font: var(--zf-body-20);
  }
  [z-card][z-card-panel=sm] {
    padding: var(--zs-100);
    gap: var(--zs-50);
  }
  [z-card-group] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [z-card-panel-group] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--zs-150);
  }
  [z-card-panel-group]:has([z-card-conect]) {
    gap: 8px;
  }
  [z-card-panel-group=row3] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 40px;
    flex-direction: column;
  }
  [z-card-panel-group=row3] [z-card-panel-bottom] {
    margin-top: -0.5rem;
  }
  .btn-back-to-top a[role=button][z-button][icon]:hover, .btn-back-to-top a[role=button][z-button][icon]:focus-within, .btn-back-to-top a[role=button][z-button][icon]:active {
    --z-button--bg--hover: var(--zg-white);
  }
  .btn-back-to-top a[role=button][z-button][icon]:hover::before, .btn-back-to-top a[role=button][z-button][icon]:focus-within::before, .btn-back-to-top a[role=button][z-button][icon]:active::before {
    color: var(--zc-blue-dark);
  }
  button[z-button], a[role=button][z-button], input[type=submit][z-button] {
    font: var(--zf-body-20);
  }
  [z-panel] {
    padding: var(--zs-50);
  }
  [z-panel] img {
    max-width: 80px;
  }
  [z-panel] > header {
    font: var(--zf-body-12);
  }
  [z-panel=column-sp] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [z-panel=column-sp] > header {
    text-align: left;
  }
  [z-panel-group] {
    min-height: auto;
  }
  a[z-link][role=button] {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  a[z-link=card-anchor][role=button] {
    padding-top: 16px;
    padding-bottom: 8px;
    gap: var(--zs-50);
  }
  a[z-link=card-anchor][role=button] > .zds-main {
    place-self: baseline;
  }
  a[z-link=card-anchor][role=button] > .zds-main > [z-header-num] {
    padding-right: 1.5rem;
    padding-bottom: 4px;
    padding-left: 4px;
  }
  a[z-link=card-anchor][role=button] > .zds-main > [z-header-num] > [z-header-num-unit] {
    font: var(--zf-body-16--300);
  }
  a[z-link=card-anchor][role=button] > .zds-main > header {
    font: var(--zf-h-20);
    line-height: 1.4;
  }
  article[z-tile] {
    --z-tile--img-size: 136.8px;
    --z-tile--radius: 21.6px;
    max-width: 315px;
    min-height: 207px;
    padding: 20px 14px;
  }
  article[z-tile] > .zds-main {
    gap: var(--zs-50);
  }
  [z-comment] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: var(--zs-150) var(--zs-100);
    gap: var(--zs-100);
  }
  [z-comment] > .zds-main {
    gap: var(--zs-100);
  }
  [z-comment] > .zds-main > header {
    font: var(--zf-h-22);
    text-align: center;
  }
  [z-comment] > .zds-main > p {
    line-height: 1.5;
  }
  [z-comment] > .zds-main > [z-link] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 0;
  }
  .article-has-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: var(--zs-100);
  }
  .article-has-image + .article-has-image {
    margin-top: 40px;
  }
  .article-content {
    line-height: 1.5;
  }
  .article-heading {
    font: var(--zf-h-22);
    letter-spacing: 0;
    text-align: center;
  }
  .article-number {
    padding: var(--zs-100) 0;
    font: var(--zf-capt-14);
  }
  .article-number .container {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
  .icon-list {
    gap: var(--zs-100);
  }
  .icon-list p {
    font-size: 0.75rem;
  }
  .emergency .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .modal-heading {
    font-size: 1.25rem;
  }
  .modal-content {
    font-size: 12px;
  }
  .zds-main[z-modal] > section {
    max-width: 100vw;
    height: min(84%, 560px);
    max-height: 84%;
    margin-inline: 0;
    padding: 48px 30px 24px;
    border-radius: 0;
  }
  .slide {
    max-width: 315px;
  }
  .slide:has(.js-slider-tb) {
    max-width: min(calc(100vw - 60px), 315px);
  }
  .slide__arrow {
    --z-button--bg: transparent;
    -webkit-transform: none;
    position: initial;
    min-width: 24px;
    height: 24px;
    transform: none;
    background: none;
  }
  .slide__arrow.slick-disabled {
    --z-button--bg: transparent;
  }
  .slide__arrow--next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .slide__arrow > * {
    background-color: var(--zc-blue-zurich);
  }
  .floating-banner {
    padding: 16px 38px;
  }
  .floating-banner-content {
    display: none;
  }
  .floating-banner-close {
    top: 16px;
    right: 16px;
  }
  #top-intro .content-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  #top-intro [z-card] .heading-h3 {
    font: var(--zf-h-24);
    line-height: 1.4;
  }
  .top-assessment-images {
    gap: 18px min(32px, 8vw);
  }
  .top-assessment-img01 {
    width: min(120px, 43%);
  }
  .top-assessment-img02 {
    width: min(131px, 47%);
  }
  .top-assessment-img03 {
    width: min(219px, 80%);
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-gap-row-0 {
    row-gap: 0rem !important;
  }
  .sp-gap-row-25 {
    row-gap: 0.25rem !important;
  }
  .sp-gap-row-50 {
    row-gap: 0.5rem !important;
  }
  .sp-gap-row-75 {
    row-gap: 0.75rem !important;
  }
  .sp-gap-row-100 {
    row-gap: 1rem !important;
  }
  .sp-gap-row-125 {
    row-gap: 1.25rem !important;
  }
  .sp-gap-row-150 {
    row-gap: 1.5rem !important;
  }
  .sp-gap-row-175 {
    row-gap: 1.75rem !important;
  }
  .sp-gap-row-200 {
    row-gap: 2rem !important;
  }
  .sp-gap-row-225 {
    row-gap: 2.25rem !important;
  }
  .sp-gap-row-250 {
    row-gap: 2.5rem !important;
  }
  .sp-gap-row-275 {
    row-gap: 2.75rem !important;
  }
  .sp-gap-row-300 {
    row-gap: 3rem !important;
  }
  .sp-gap-row-325 {
    row-gap: 3.25rem !important;
  }
  .sp-gap-row-350 {
    row-gap: 3.5rem !important;
  }
  .sp-gap-row-375 {
    row-gap: 3.75rem !important;
  }
  .f-caption {
    font-size: 0.75rem;
  }
  .f-lead {
    line-height: 1.5;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-right {
    text-align: right !important;
  }
  .sp-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .sp-pt-0 {
    padding-top: 0rem !important;
  }
  .sp-pb-0 {
    padding-bottom: 0rem !important;
  }
  .sp-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sp-pt-1 {
    padding-top: 0.25rem !important;
  }
  .sp-pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sp-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sp-pt-2 {
    padding-top: 0.5rem !important;
  }
  .sp-pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sp-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sp-pt-3 {
    padding-top: 0.75rem !important;
  }
  .sp-pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .sp-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sp-pt-4 {
    padding-top: 1rem !important;
  }
  .sp-pb-4 {
    padding-bottom: 1rem !important;
  }
  .sp-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .sp-pt-5 {
    padding-top: 1.25rem !important;
  }
  .sp-pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .sp-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sp-pt-6 {
    padding-top: 1.5rem !important;
  }
  .sp-pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .sp-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .sp-pt-7 {
    padding-top: 1.75rem !important;
  }
  .sp-pb-7 {
    padding-bottom: 1.75rem !important;
  }
  .sp-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sp-pt-8 {
    padding-top: 2rem !important;
  }
  .sp-pb-8 {
    padding-bottom: 2rem !important;
  }
  .sp-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .sp-pt-9 {
    padding-top: 2.25rem !important;
  }
  .sp-pb-9 {
    padding-bottom: 2.25rem !important;
  }
  .sp-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sp-pt-10 {
    padding-top: 2.5rem !important;
  }
  .sp-pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .sp-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .sp-pt-11 {
    padding-top: 2.75rem !important;
  }
  .sp-pb-11 {
    padding-bottom: 2.75rem !important;
  }
  .sp-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sp-pt-12 {
    padding-top: 3rem !important;
  }
  .sp-pb-12 {
    padding-bottom: 3rem !important;
  }
  .sp-py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .sp-pt-13 {
    padding-top: 3.25rem !important;
  }
  .sp-pb-13 {
    padding-bottom: 3.25rem !important;
  }
  .sp-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .sp-pt-14 {
    padding-top: 3.5rem !important;
  }
  .sp-pb-14 {
    padding-bottom: 3.5rem !important;
  }
  .sp-py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .sp-pt-15 {
    padding-top: 3.75rem !important;
  }
  .sp-pb-15 {
    padding-bottom: 3.75rem !important;
  }
  .sp-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sp-pt-16 {
    padding-top: 4rem !important;
  }
  .sp-pb-16 {
    padding-bottom: 4rem !important;
  }
  .sp-py-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .sp-pt-17 {
    padding-top: 4.25rem !important;
  }
  .sp-pb-17 {
    padding-bottom: 4.25rem !important;
  }
  .sp-py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .sp-pt-18 {
    padding-top: 4.5rem !important;
  }
  .sp-pb-18 {
    padding-bottom: 4.5rem !important;
  }
  .sp-py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .sp-pt-19 {
    padding-top: 4.75rem !important;
  }
  .sp-pb-19 {
    padding-bottom: 4.75rem !important;
  }
  .sp-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sp-pt-20 {
    padding-top: 5rem !important;
  }
  .sp-pb-20 {
    padding-bottom: 5rem !important;
  }
}

@media (width < 992px) {
  nav[z-navigation] > aside > .zds-main > .header-navhead:first-child > p > a {
    font-size: 18px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 32px;
    flex-direction: column;
  }
  .footer-bottom {
    margin-top: 24px;
  }
  .footer-social {
    max-width: none;
    margin-left: 0;
  }
  .footer-social ul li {
    width: auto;
    margin: 0;
  }
  .footer-legal {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: none;
  }
  .footer-links .link-list {
    padding-right: 0;
  }
  article[z-tile] .tile-premium ul > li {
    font-size: 0.75rem;
  }
  article[z-tile] .tile-price-term {
    font-size: 0.7rem;
  }
  article[z-tile] .tile-price-num {
    font-size: 27px;
  }
  article[z-tile] .tile-price-unit {
    font-size: 27px;
  }
  .icon-list--sm {
    width: 100%;
  }
}

@media (width < 1200px) {
  .header-wrap-top .header-list-item > a::before {
    margin-top: 3px;
  }
  .header-wrap-top .header-list-item > a::after {
    top: 0;
  }
  .header-wrap-top .header-list-item > a .text {
    -webkit-font-feature-settings: normal !important;
    font-feature-settings: normal !important;
    font-weight: 400;
    font-size: 10px;
    line-height: 9px; /* 90% */
    text-align: center;
  }
  .header-wrap-top .header-list-item.-blue > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    gap: 4px;
    background-color: transparent !important;
  }
  .header-wrap-top .header-list-item.-blue > a::before {
    --_icon-size: 1rem;
    z-index: 1;
  }
  .header-wrap-top .header-list-item.-blue > a::after {
    --z-button--bg: var(--zc-blue-zurich);
    position: absolute;
    aspect-ratio: 1/1;
    width: 24px;
    border-radius: 50%;
    background-color: var(--z-button--bg);
    content: "";
  }
  .header-wrap-top .header-list-item.-blue > a:hover, .header-wrap-top .header-list-item.-blue > a:focus-within {
    --z-button--bg--hover: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header-wrap-top .header-list-item.-blue > a:hover::after, .header-wrap-top .header-list-item.-blue > a:focus-within::after {
    --z-button--bg: var(--_bg--hover);
  }
  .header-wrap-top .header-list-item.-blue > a .icon {
    background: var(--brand-zurich-blue, #2167AE);
  }
  .header-wrap-top .header-list-item.-blue > a .text {
    color: var(--brand-zurich-blue, #2167AE);
  }
  .header-wrap-top .header-list-item.-red > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    gap: 4px;
    background-color: transparent !important;
  }
  .header-wrap-top .header-list-item.-red > a::before {
    --_icon-size: 1rem;
    z-index: 1;
  }
  .header-wrap-top .header-list-item.-red > a::after {
    position: absolute;
    aspect-ratio: 1/1;
    width: 24px;
    border-radius: 50%;
    background-color: var(--z-button--bg);
    content: "";
  }
  .header-wrap-top .header-list-item.-red > a:hover, .header-wrap-top .header-list-item.-red > a:focus-within {
    --z-button--bg--hover: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header-wrap-top .header-list-item.-red > a:hover::after, .header-wrap-top .header-list-item.-red > a:focus-within::after {
    --z-button--bg: var(--z-bg-negative--hover);
  }
  .header-wrap-top .header-list-item.-red > a .icon {
    background: var(--secondary-peach-peach-aa, #CB4B40);
  }
  .header-wrap-top .header-list-item.-red > a .text {
    color: var(--secondary-peach-peach-aa, #CB4B40);
  }
  .search-is-open .search-widget__form {
    min-width: auto;
    max-width: 200px;
  }
  .search-widget .textfield__control {
    min-width: auto;
    max-width: 200px;
  }
  article[z-tile] {
    --z-tile--img-size: 136.8px;
  }
  article[z-tile] > .zds-main > [z-link] {
    font-size: 0.8rem;
  }
  .tb-pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}

@media (width >= 1200px) {
  .header-wrap-top .header-list-item.-blue > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--sp-50, 8px) var(--sp-100, 16px);
    gap: var(--sp-50, 8px);
    border-radius: 28px;
    background: var(--brand-zurich-blue, #2167AE);
    color: var(--gray-white-100, var(--grey-white, #FFF));
    font-size: 16px;
  }
  .header-wrap-top .header-list-item.-blue > a:hover {
    background-color: #5495cf;
  }
  .header-wrap-top .header-list-item.-red > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--sp-50, 8px) var(--sp-100, 16px);
    gap: var(--sp-50, 8px);
    border-radius: 28px;
    background: var(--secondary-peach-peach-aa, #CB4B40);
    color: var(--gray-white-100, var(--grey-white, #FFF));
    font-size: 16px;
  }
  .header-wrap-top .header-list-item.-red > a:hover {
    background-color: #ff7569;
  }
}

@media (width >= 768px) and (width < 992px) {
  .header-wrap-bottom .header-menu-list-item > a {
    font-size: 15px;
  }
  .header-navdrawer-body nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
  }
  .header-navgroup-inner {
    overflow: auto;
  }
  .header-navgroup ul.level-0 {
    padding: 0 10px 15px 40px;
    border-top: none;
  }
  .header-navgroup:last-of-type ul.level-0:last-of-type {
    border-bottom: none;
  }
  [z-comment] {
    gap: 30px;
  }
}

@media (width >= 768px) and (width < 1200px) {
  .header-navgroup li.has-submenu > ul {
    display: block;
  }
  .promo#footer-prom .promo-heading {
    font-size: 1.75rem;
  }
  .promo#footer-prom .promo-heading--lg {
    font-size: 3.5rem;
  }
  .slide:has(.js-slider-tb) {
    max-width: 690px;
  }
}

@media (max-width: 991px) {
  .search-widget--nav {
    display: none;
  }
  .search-widget a {
    font-size: 0;
  }
  #stage-01 .shape-decoration--stage-one {
    right: 338px;
  }
  #stage-02 .shape-decoration--stage-one {
    right: 284px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-widget {
    top: 1px;
  }
}

@media (min-width: 992px) {
  .search-is-open .search-widget {
    top: -1px;
  }
  .search-widget__form {
    top: 3px;
  }
  .search-widget .textfield__control {
    margin-left: 1px;
  }
}

@media (min-width: 768px) {
  .search-widget__form {
    top: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-is-open .navdrawer .search-widget__form {
    min-width: 180px;
  }
  .navdrawer .search-widget .textfield__control {
    min-width: 180px;
  }
}

@media (max-width: 575px) {
  .search-widget .textfield__control {
    min-width: calc(100vw - 167px);
  }
}

@media (max-width: 350px) {
  .search-widget .textfield__control {
    min-width: calc(100vw - 157px);
  }
}

@media (min-width: 576px) {
  .search-widget .icon--search_48_outline:before {
    top: 1px;
  }
}

@media (max-width: 767px) {
  .mod-header__logo {
    -webkit-transition: opacity 0.2s linear 0.3s;
    opacity: 1;
    transition: opacity 0.2s linear 0.3s;
  }
  .mod-header.search-is-open .mod-header__logo {
    -webkit-transition: opacity 0.1s linear 0s;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s linear 0s;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #stage-01 .shape-decoration--stage-one {
    right: 525px;
  }
  #stage-02 .shape-decoration--stage-one {
    right: 374px;
  }
}

@media (width >= 992px) {
  .slide:has(.js-slider-tb) .slick-track {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .floating-banner-container {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .floating-banner-container > * {
    margin: auto !important;
  }
  .floating-banner-image {
    display: none;
  }
  .floating-banner-content p {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .floating-banner-content h2, .floating-banner-content h3, .floating-banner-content h4, .floating-banner-content h5 {
    font-size: 20px;
  }
}