:root {
  --bg: #effbfb;
  --teal: #10a7a6;
  --teal-2: #0f9091;
  --teal-3: #0b6f70;
  --text: #0f172a;
  --muted: #475569;
  --card: #ffffff;
  --line: rgba(15, 23, 42, 0.12);
  --shadow: 0 12px 30px rgba(2, 8, 23, 0.1);
  --radius: 18px;
  --radius-lg: 26px;
  --container: 1100px;
  --accent: #ff7a6f;
  --teal-soft: #dff6f5;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", sans-serif;
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--container), 100% - 32px);
  margin-inline: auto;
}

/* Buttons */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 1.09375vw 3vw;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-weight: 700;
  line-height: 1;
  -webkit-box-shadow: 0 6px 14px rgba(2, 8, 23, 0.06);
          box-shadow: 0 6px 14px rgba(2, 8, 23, 0.06);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 720px) {
  .btn {
    padding: 12px 20px;
    gap: 8px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5vw;
  width: 0.9375vw;
  height: 0.9375vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 720px) {
  .btn::after {
    right: 7vw;
    width: 8px;
    height: 8px;
  }
}
.btn:hover::after {
  -webkit-transform: translate(2px, -50%) rotate(45deg);
          transform: translate(2px, -50%) rotate(45deg);
}
.btn--primary {
  position: relative;
  background: #dc4f4f;
  border-color: transparent;
  color: #fff;
  font-size: 1.8vw;
  padding-right: 5vw;
  width: 100%;
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .btn--primary {
    font-size: 16px;
    padding-right: 32px;
    width: 100%;
  }
}
.btn--primary span {
  font-size: 1.4vw;
  font-weight: 700;
  display: inline-block;
  color: #dc4f4f;
  background-color: #fff;
  border-radius: 16px;
  padding: 4px 10px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .btn--primary span {
    font-size: 10px;
    letter-spacing: 2px;
    padding: 4px 6px 4px 9px;
  }
}
.btn--primary::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn--primary:hover::after {
  -webkit-transform: translate(2px, -50%) rotate(45deg);
          transform: translate(2px, -50%) rotate(45deg);
}
.btn--lg {
  padding: 14px 18px;
  font-size: 16px;
}

.btn--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  border: none;
  background: transparent;
  font-weight: 700;
  width: 23.4375vw;
}
@media (max-width: 720px) {
  .btn--white {
    font-size: 12px;
    padding: 0;
    gap: 8px;
    width: 100%;
  }
}
.btn--white .btn--white-innner {
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.btn--white .btn--white-innner img {
  width: 100%;
  height: auto;
}

@media (max-width: 520px) {
  .topbar__actions .btn {
    padding: 10px 12px;
  }
}
.pill {
  margin: 18px auto 60px;
  width: 40vw;
  padding: 20px 0;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#1f9999), to(#24b2a7));
  background: linear-gradient(90deg, #1f9999 0%, #24b2a7 100%);
  color: #fff;
  font-weight: 900;
  font-size: 1.8vw;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .pill {
    width: 70vw;
    padding: 8px 0;
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 24px;
  }
}

/* Topbar */
.scad6eec7-7dae-4ce5-b125-81306e290c2f {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  margin: 0 0 0 0;
  position: relative;
  width: calc(100% - var(--gap-h-5cf4d077-0815-42dd-8a1b-9dbe98b70aeb) * 0);
  z-index: 1;
  max-width: calc(100% - var(--gap-h-5cf4d077-0815-42dd-8a1b-9dbe98b70aeb) * 0);
}

.s610eea5e-f4a4-45c7-bd00-09e19bb5e5ee {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.s5c7477a4-427b-46ed-bd53-2613854d55a4 {
  background: #eeeeee;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  left: 0;
  margin: 0 0 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 2;
  max-width: 20%;
}

.s886e4faa-46a8-48bb-b246-e9f91d746c48 {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #eeeeee;
  bottom: 0px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: auto;
  margin: 0 0 0 0;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33%;
  max-width: 33%;
}

.sdde9b748-39b8-4862-85d3-4f3a6bf96518 {
  background: #eeeeee;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  left: 0px;
  margin: 0 0 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50%;
  max-width: 50%;
}

.s13aa946c-5e14-4cde-90d5-5a1465541de8 {
  background: #eeeeee;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  left: 0px;
  margin: 0 0 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  max-width: 100%;
}

.sa3b9676c-6737-4b46-9797-820b0687540e {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeeeee;
  bottom: 0px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: auto;
  margin: 0 0 0 0;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 49%;
  max-width: 49%;
}

.s24d7ae80-b426-4186-b0e5-b9e54c82d7ac {
  background: #eeeeee;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  left: 0;
  margin: 0 0 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  max-width: 100%;
}

.s17958a8c-09a2-40e7-a0ae-01db3451a843 {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeeeee;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .s17958a8c-09a2-40e7-a0ae-01db3451a843 {
    display: none;
  }
}
@media (max-width: 720px) {
  .s17958a8c-09a2-40e7-a0ae-01db3451a843 {
    background: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    z-index: 2;
    max-width: 100%;
  }
}

.s69d598de-90e9-4abb-bb8c-66c31d29b3ad {
  height: 120px;
  width: 160px;
  max-width: 100%;
}
@media (max-width: 720px) {
  .s69d598de-90e9-4abb-bb8c-66c31d29b3ad {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
    width: 100%;
    z-index: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .s69d598de-90e9-4abb-bb8c-66c31d29b3ad {
    opacity: 1;
  }
}

.scd2a0054-bd4a-4b2f-b804-ebb4cb4da9dc {
  height: 160px;
  width: 200px;
  max-width: 100%;
}
@media (max-width: 720px) {
  .scd2a0054-bd4a-4b2f-b804-ebb4cb4da9dc {
    bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
    left: 0;
    margin: 0 0 0 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .scd2a0054-bd4a-4b2f-b804-ebb4cb4da9dc {
    background: rgba(238, 238, 238, 0);
  }
}

.sb7ad267b-761c-4776-b6e2-802570e1ac0a {
  height: auto;
  width: 200px;
  max-width: 100%;
}
@media (max-width: 720px) {
  .sb7ad267b-761c-4776-b6e2-802570e1ac0a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    overflow-x: visible;
    overflow-y: visible;
    width: 100%;
    max-width: 100%;
  }
}

.sa9c3926a-7319-43c3-9d3a-c6f582c0f056 {
  background: #eeeeee;
  height: 160px;
  width: 200px;
  max-width: 100%;
}
@media (max-width: 720px) {
  .sa9c3926a-7319-43c3-9d3a-c6f582c0f056 {
    background: rgba(238, 238, 238, 0);
    bottom: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 100%;
    left: auto;
    margin: 0 0 0 0;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 320px) {
  .sa9c3926a-7319-43c3-9d3a-c6f582c0f056 {
    background: rgba(238, 238, 238, 0);
  }
}

.s3a11ca0a-aa18-4f95-9554-b34a439a9100 {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s3a11ca0a-aa18-4f95-9554-b34a439a9100::before, .s3a11ca0a-aa18-4f95-9554-b34a439a9100::after,
.s3a11ca0a-aa18-4f95-9554-b34a439a9100 span {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #12a9af;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.s3a11ca0a-aa18-4f95-9554-b34a439a9100::before {
  top: 25%;
}
.s3a11ca0a-aa18-4f95-9554-b34a439a9100 span {
  top: 45%;
}
.s3a11ca0a-aa18-4f95-9554-b34a439a9100::after {
  top: 65%;
}
@media (max-width: 720px) {
  .s3a11ca0a-aa18-4f95-9554-b34a439a9100 {
    bottom: 4px;
    color: #12a9ae;
    font-size: 48px;
    left: auto;
    margin: 0 0 0 0;
    position: absolute;
    right: 19px;
    top: 5px;
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .s3a11ca0a-aa18-4f95-9554-b34a439a9100 {
    color: rgba(18, 174, 121, 0);
  }
}

@media screen and (min-width: 720px) {
  .spOnly {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .pcOnly {
    display: none !important;
  }
}

/* Float CTA
-----------------------------------------------------------*/
.float-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  padding: 0.78125vw 0.78125vw;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  width: 100%;
  background-color: rgba(18, 169, 174, 0.4);
}

.float-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.float-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 0.78125vw;
  width: 100%;
}
.float-cta__inner .clickAreaRight,
.float-cta__inner .clickAreaLeft {
  margin: 0;
  display: block;
  padding: 0;
  width: 23vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
}
.float-cta__inner .clickAreaRight img,
.float-cta__inner .clickAreaLeft img {
  width: 100%;
  height: auto;
}
@media (max-width: 720px) {
  .float-cta__inner .clickAreaRight,
  .float-cta__inner .clickAreaLeft {
    width: 45vw;
  }
}

@media (max-width: 720px) {
  .float-cta {
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .float-cta.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .float-cta__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
    padding: 14px 12px;
    font-size: 13px;
    gap: 8px;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
  }
  .float-cta__btn:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.clickAreaRight,
.clickAreaLeft,
.fvBtnImg,
.btn--white {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .clickAreaRight:hover,
  .clickAreaLeft:hover,
  .fvBtnImg:hover,
  .btn--white:hover {
    opacity: 0.6;
  }
}

/* Hero */
.fvWrapper {
  background: rgba(238, 238, 238, 0);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  width: calc(100% - var(--gap-h-5cf4d077-0815-42dd-8a1b-9dbe98b70aeb) * 0);
  max-width: calc(100% - var(--gap-h-5cf4d077-0815-42dd-8a1b-9dbe98b70aeb) * 0);
  position: relative;
}
.fvWrapper .fvImage {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.fvWrapper .buttonsArea {
  position: absolute;
  bottom: 5%;
  right: 0px;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 720px) {
  .fvWrapper .buttonsArea {
    height: auto;
    display: block;
    position: static;
    opacity: 1;
  }
}
.fvWrapper .buttonsArea .clickAreaLeft {
  display: block;
  cursor: pointer;
  height: 100%;
  width: 26.2%;
  cursor: pointer;
}
@media (max-width: 720px) {
  .fvWrapper .buttonsArea .clickAreaLeft {
    border: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: auto;
    width: 100%;
  }
}
.fvWrapper .buttonsArea .clickAreaRight {
  display: block;
  cursor: pointer;
  height: 100%;
  width: 29%;
}
.fvWrapper .buttonsArea .clickAreaRight img {
  width: 100%;
}
@media (max-width: 720px) {
  .fvWrapper .buttonsArea .clickAreaRight {
    border: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: auto;
    width: 100%;
  }
}
.fvWrapper .buttonsArea .fvBtnImg {
  display: none;
}
@media (max-width: 720px) {
  .fvWrapper .buttonsArea .fvBtnImg {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.fvTextArea {
  position: absolute;
  top: 3.6vw;
  left: 3.5vw;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .fvTextArea {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fvTextArea .fvHeadline {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  color: #002160;
  font-weight: 900;
}
.fvTextArea .fvHeadline__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5vw;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.fvTextArea .fvHeadline__row--bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fvTextArea .fvHeadline__main {
  font-size: 9vw;
  line-height: 1;
  color: #01b2b7;
}
@media (max-width: 720px) {
  .fvTextArea .fvHeadline__main {
    font-size: 17vw;
  }
}
.fvTextArea .fvHeadline__stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  font-size: 3.5vw;
  line-height: 1.1;
  color: #002160;
}
@media (max-width: 720px) {
  .fvTextArea .fvHeadline__stack {
    font-size: 7vw;
  }
}
.fvTextArea .fvHeadline__stack span:first-child {
  -webkit-transform: translateX(-1vw);
          transform: translateX(-1vw);
}
.fvTextArea .fvHeadline__strong {
  letter-spacing: 0.4vw;
  font-size: 5vw;
  line-height: 1.1;
  color: #002160;
}
@media (max-width: 720px) {
  .fvTextArea .fvHeadline__strong {
    font-size: 10vw;
  }
}
.fvTextArea .fvHeadline__particle {
  font-size: 3.5vw;
  line-height: 1.1;
  color: #002160;
}
@media (max-width: 720px) {
  .fvTextArea .fvHeadline__particle {
    font-size: 7vw;
  }
}
.fvTextArea .fvHeadline__accent {
  font-size: 4vw;
  line-height: 1.1;
  color: #002160;
}
@media (max-width: 720px) {
  .fvTextArea .fvHeadline__accent {
    font-size: 8vw;
  }
}

@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }
}
.link {
  cursor: pointer;
}

/* Section title */
.section-title {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(18px, 2.4vw, 26px);
  letter-spacing: -0.01em;
}

.kpiSection {
  padding: 56px 0;
  width: 100%;
}
@media (max-width: 720px) {
  .kpiSection {
    padding: 40px 0 24px;
  }
}
.kpiSection .kpi-section-inner {
  width: 80.9375%;
  margin: 0 auto 56px;
}
@media (max-width: 720px) {
  .kpiSection .kpi-section-inner {
    width: 76.9230769231vw;
    margin: 0 auto 24px;
  }
}
.kpiSection {
  /* KPI title */
}
.kpiSection .kpi-title {
  margin-bottom: 32px;
}
@media (max-width: 720px) {
  .kpiSection .kpi-title {
    margin-bottom: 24px;
  }
}
.kpiSection .kpi-title::after {
  display: none;
}
.kpiSection .kpi-title__lead {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin: 0 0 0;
  font-weight: 700;
  font-size: 1.71875vw;
  line-height: 1;
}
@media (max-width: 720px) {
  .kpiSection .kpi-title__lead {
    font-size: 4.1025641026vw;
  }
}
.kpiSection .kpi-title__lead::before, .kpiSection .kpi-title__lead::after {
  position: absolute;
  bottom: 6px;
  content: "";
  width: 1.4vw;
  height: 2px;
  background: #000;
  display: inline-block;
}
@media (max-width: 720px) {
  .kpiSection .kpi-title__lead::before, .kpiSection .kpi-title__lead::after {
    width: 14px;
  }
}
.kpiSection .kpi-title__lead::before {
  left: -24px;
  -webkit-transform: rotate(64deg);
          transform: rotate(64deg);
}
.kpiSection .kpi-title__lead::after {
  right: -24px;
  -webkit-transform: rotate(-64deg);
          transform: rotate(-64deg);
}
.kpiSection .kpi-title__main {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}
.kpiSection .kpi-title__strong {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .kpiSection .kpi-title__strong {
    font-size: 5.1282051282vw;
    white-space: nowrap;
  }
}
.kpiSection .kpi-title__brand {
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 1.5;
  color: #1f9999;
}
@media (max-width: 720px) {
  .kpiSection .kpi-title__brand {
    font-size: 7.1794871795vw;
    white-space: nowrap;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.kpiSection {
  /* KPI */
}
.kpiSection .kpi-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper {
    margin-bottom: 0;
  }
}
.kpiSection .kpi-wrapper .kpi-line-text {
  width: 100%;
  padding: 4px 0 8px;
  background-color: #1f9999;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  margin: 36px 0 24px;
}
.kpiSection .kpi-wrapper .kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.kpiSection .kpi-wrapper .kpi-grid .kpi .baloon {
  position: relative;
  width: 100%;
  border: 2px solid #2e3133;
  border-radius: 8px;
  background: #fff;
  padding: 12px 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi .baloon {
    margin-bottom: 16px;
    padding: 8px 16px;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi .baloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(20px, 2.2vw, 28px);
  height: clamp(12px, 1.4vw, 18px);
  background: url("../img/section-kpi/arrow-down.svg") no-repeat center/contain;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi .baloon::after {
    height: 16px;
    width: 16px;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi .baloon p {
  margin: 0 0 4px 0;
  font-weight: 700;
  font-size: clamp(12px, 1.3vw, 18px);
  color: #2e3133;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi .baloon p {
    font-size: 12px;
    margin: 0;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi .baloon p::before, .kpiSection .kpi-wrapper .kpi-grid .kpi .baloon p::after {
  content: "";
  height: 1px;
  width: 1.5625vw;
  background-color: #2e3133;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi .baloon p::before, .kpiSection .kpi-wrapper .kpi-grid .kpi .baloon p::after {
    width: 20px;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi .baloon .baloonText {
  position: relative;
  font-weight: 700;
  font-size: 1.40625vw;
  line-height: 1.5;
  color: #2e3133;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi .baloon .baloonText {
    font-size: 13px;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi__card {
  width: 100%;
  background: #e9f7f7;
  border-radius: 16px;
  padding: clamp(16px, 1.875vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 1.25vw, 16px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi__card {
    padding: 16px 32px;
    gap: 0;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi__card-eyebrow {
  background: #1f9999;
  color: #fff;
  font-weight: 700;
  font-size: clamp(12px, 1.3vw, 18px);
  line-height: 1.5;
  padding: 4px 1.875vw;
  border-radius: 999px;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi__card-eyebrow {
    font-size: 16px;
    padding: 2px 24px;
    margin-bottom: 8px;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi__card-headline {
  margin: 0;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5;
  color: #2e3133;
  text-align: center;
  white-space: nowrap;
  color: #1f9999;
  height: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi__card-headline {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 20px;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi__card-headline span {
  display: inline-block;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 28px);
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi__card-headline span {
    font-size: 20px;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi__card-media {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kpiSection .kpi-wrapper .kpi-grid .kpi__card-media img {
  width: 100%;
  height: auto;
  max-width: clamp(180px, 18.75vw, 240px);
  display: block;
}
.kpiSection .kpi-wrapper .kpi-grid .kpi__card-desc {
  margin: 0;
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.5;
  color: #2e3133;
  text-align: left;
  width: 100%;
}
@media (max-width: 720px) {
  .kpiSection .kpi-wrapper .kpi-grid .kpi__card-desc {
    font-size: 14px;
  }
}
.kpiSection .kpi-wrapper .kpi-grid .kpi__card-desc span {
  font-weight: 700;
}

.kpi-company {
  width: 100%;
  overflow: hidden;
  height: 70px;
  position: relative;
  pointer-events: none;
}

.kpi-company__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: kpi-company-scroll 30s linear infinite;
          animation: kpi-company-scroll 30s linear infinite;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.kpi-company__track img {
  height: 60px;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes kpi-company-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes kpi-company-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .kpi-company__track {
    -webkit-animation: none;
            animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .kpi-company__track {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}
/* Generic sections */
.section {
  padding: 40px 0;
}
@media (max-width: 720px) {
  .section {
    padding: 32px 0;
  }
}
.section--teal {
  background: #daf2f2;
  position: relative;
  padding: 90px 0;
}
@media (max-width: 720px) {
  .section--teal {
    padding-bottom: 60px;
  }
}
.section--teal .container {
  margin: 0;
  width: 100%;
}
.section--teal .section-title--on-teal {
  color: #2e3133;
  font-size: 2.5vw;
  line-height: 1.5;
  margin-bottom: 70px;
}
@media (max-width: 720px) {
  .section--teal .section-title--on-teal {
    font-size: 6.1538461538vw;
    margin-bottom: 24px;
  }
}
.section--teal .section-title--on-teal span {
  color: #1f9999;
  font-size: 3.125vw;
}
@media (max-width: 720px) {
  .section--teal .section-title--on-teal span {
    display: inline-block;
    font-size: 8.2051282051vw;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.section--white {
  background: transparent;
}

/* Case slider */
.case-slider {
  width: 100%;
  position: relative;
  margin: 12px auto 0;
  max-width: 83.75vw;
}
.case-slider .case-swiper {
  width: 100%;
  padding: 0;
}
@media (max-width: 720px) {
  .case-slider .case-swiper {
    padding-inline: 10px;
  }
}
.case-slider .case-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.case-slider .case-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-slider .case-swiper .case-card {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--line);
  -webkit-box-shadow: 2px 4px 10px rgba(25, 128, 128, 0.1019607843);
          box-shadow: 2px 4px 10px rgba(25, 128, 128, 0.1019607843);
  overflow: hidden;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-slider .case-swiper .case-card__result {
  background-color: #1f9999;
  color: #fff;
  font-size: 1.40625vw;
  font-weight: 700;
  text-align: center;
  padding: 12px 16px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .case-slider .case-swiper .case-card__result {
    font-size: 16px;
  }
}
.case-slider .case-swiper .case-card__thumb {
  width: 100%;
  padding: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.case-slider .case-swiper .case-card__thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case-slider .case-swiper .case-card__body {
  padding: 3.515625vw 1.25vw 1.25vw 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625vw;
  position: relative;
}
@media (max-width: 720px) {
  .case-slider .case-swiper .case-card__body {
    padding: 46px 14px 14px 14px;
  }
}
.case-slider .case-swiper .case-card__cat {
  position: absolute;
  left: 0;
  top: 16px;
  display: inline-block;
  padding: 4px 24px;
  border-radius: 0 24px 24px 0;
  background: #1f9999;
  color: #fff;
  font-weight: 700;
  font-size: 1.25vw;
}
@media (max-width: 720px) {
  .case-slider .case-swiper .case-card__cat {
    font-size: 16px;
    padding: 1px 24px;
  }
}
.case-slider .case-swiper .case-card__title {
  margin: 0;
  font-size: 1.25vw;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .case-slider .case-swiper .case-card__title {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .case-slider .case-swiper .case-card__title {
    font-size: 16px;
  }
}
.case-slider .case-swiper .case-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.case-slider .case-swiper .case-card__tag span {
  padding: 2px 4px;
  background-color: #e9f7f7;
  border-radius: 4px;
  color: #1f9999;
  font-weight: 700;
  font-size: 0.9375vw;
}
@media (max-width: 720px) {
  .case-slider .case-swiper .case-card__tag span {
    font-size: 12px;
  }
}
.case-slider .carousel__btn-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.case-slider .carousel__btn-area .carousel__btn {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: none;
  background: #1f9999;
  -webkit-box-shadow: 2px 4px 10px rgba(25, 128, 128, 0.1019607843);
          box-shadow: 2px 4px 10px rgba(25, 128, 128, 0.1019607843);
  color: transparent;
  font-size: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 720px) {
  .case-slider .carousel__btn-area .carousel__btn {
    width: 32px;
    height: 32px;
  }
}
.case-slider .carousel__btn-area .carousel__btn::before, .case-slider .carousel__btn-area .carousel__btn::after {
  content: "";
  position: absolute;
  left: 54%;
  width: 22px;
  height: 5px;
  background: #fff;
  border-radius: 999px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
@media (max-width: 720px) {
  .case-slider .carousel__btn-area .carousel__btn::before, .case-slider .carousel__btn-area .carousel__btn::after {
    width: 12px;
    height: 3px;
  }
}
.case-slider .carousel__btn-area .carousel__btn::before {
  top: 52.5%;
  -webkit-transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
          transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
}
.case-slider .carousel__btn-area .carousel__btn::after {
  top: 47.5%;
  -webkit-transform: translate(calc(-50% - 2px), -50%) rotate(-45deg);
          transform: translate(calc(-50% - 2px), -50%) rotate(-45deg);
}
.case-slider .carousel__btn-area .carousel__btn--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Banner CTA */
.bannerWrapper {
  background-color: #1f9999;
  padding: 4.6875vw 0 5.234375vw 0;
}
@media (max-width: 720px) {
  .bannerWrapper {
    padding: 40px 0 32px 0;
  }
}
.bannerWrapper .banner-cta {
  background: #fff;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.4);
  width: 77.5%;
  margin: 0 auto;
  position: relative;
}
.bannerWrapper .banner-cta::before, .bannerWrapper .banner-cta::after {
  position: absolute;
  content: "";
}
.bannerWrapper .banner-cta::before {
  bottom: 0;
  left: -48px;
  background: url(../img/kirakira_left.svg) no-repeat center center/contain;
  width: 43px;
  height: 143px;
}
@media (max-width: 720px) {
  .bannerWrapper .banner-cta::before {
    background: url(../img/kirakira_left_sp.svg) no-repeat center center/contain;
    width: 41px;
    height: 56px;
    bottom: -3%;
    left: -6%;
  }
}
.bannerWrapper .banner-cta::after {
  top: -12%;
  right: -48px;
  background: url(../img/kirakira_right.svg) no-repeat center center/contain;
  width: 43px;
  height: 143px;
}
@media (max-width: 720px) {
  .bannerWrapper .banner-cta::after {
    background: url(../img/kirakira_right_sp.svg) no-repeat center center/contain;
    width: 41px;
    height: 56px;
    top: -4%;
    right: -4%;
  }
}
@media (max-width: 720px) {
  .bannerWrapper .banner-cta {
    width: 86%;
    padding: 17px 10px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.bannerWrapper .banner-cta .imgWrapper {
  width: 100%;
}
.bannerWrapper .banner-cta .imgWrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.bannerWrapper .banner-cta__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bannerWrapper .banner-cta__eyebrow {
  margin: 0 0 15px;
  font-weight: 700;
  color: #198080;
  font-size: 2.03125vw;
  line-height: 1.5;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  text-align: center;
}
.bannerWrapper .banner-cta__title {
  margin: 0;
  font-size: 4.53125vw;
  line-height: 1.5;
  color: #198080;
  text-align: center;
  line-height: 1;
}
@media (max-width: 720px) {
  .bannerWrapper .banner-cta__title {
    font-size: 7.1794871795vw;
    margin: 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    letter-spacing: 0.07em;
  }
}
.bannerWrapper .banner-cta__title span {
  display: inline-block;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1f9999), to(#24b2a7));
  background: linear-gradient(to right, #1f9999, #24b2a7);
  padding: 0.15625vw 0.625vw;
  font-size: 2.34375vw;
  line-height: 1.5;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .bannerWrapper .banner-cta__title span {
    font-size: 20px;
    padding: 0.15625vw 2.5vw;
  }
}
.bannerWrapper .banner-cta__actions {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  padding: 0;
}
.bannerWrapper .banner-cta__actions .btn {
  position: relative;
  z-index: 0;
}
.bannerWrapper .banner-cta__actions .btn.btn--primary {
  margin-bottom: 1.09375vw;
}
@media (max-width: 720px) {
  .bannerWrapper .banner-cta__actions .btn.btn--primary {
    margin-bottom: 12px;
  }
}
.bannerWrapper .banner-cta__sub-actions {
  margin-top: 1.953125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.234375vw;
  width: 100%;
  background-color: #198080;
  padding: 1.5625vw 0.78125vw;
  border-radius: 1.171875vw;
  outline: 1px solid #fff;
  outline-offset: -7px;
  position: relative;
}
.bannerWrapper .banner-cta__sub-actions::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 720px) {
  .bannerWrapper .banner-cta__sub-actions {
    gap: 28px;
  }
}

@media (max-width: 980px) {
  .banner-cta__title {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .banner-cta__title {
    font-size: 15px;
  }
  .banner-cta__title span {
    font-size: 15px;
    padding: 2px 6px;
  }
  .banner-cta__actions .baloonWrapper {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
}
@media (max-width: 720px) {
  .bannerWrapper .banner-cta__eyebrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 7.1794871795vw;
    margin-bottom: 10px;
  }
  .bannerWrapper .banner-cta__sub-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    outline: none;
    gap: 5px;
    margin-top: -20%;
  }
  .bannerWrapper .banner-cta__right {
    padding: 0;
  }
  .imgWrapper {
    width: 85%;
  }
}
.banner-cta__left {
  width: 43%;
}
@media (max-width: 720px) {
  .banner-cta__left {
    max-width: 100%;
    width: 100%;
  }
}

.banner-cta__right {
  margin-left: -0.9375vw;
  padding: 2.34375vw 1.5625vw 2.34375vw 0;
  letter-spacing: 0.2em;
}
@media (max-width: 720px) {
  .banner-cta__right {
    letter-spacing: 0.1em;
    margin-left: 0;
  }
}

.banner-cta__lead {
  color: #fff;
  background-color: #198080;
  padding: 3px 6px 8px;
  font-size: 2.8125vw;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 720px) {
  .banner-cta__lead {
    letter-spacing: 0.01em;
    display: block;
    font-size: 7.6923076923vw;
    white-space: nowrap;
    padding: 3px 9px 6px;
  }
}

/* Features */
#features {
  padding: 5.859375vw 0;
}
@media (max-width: 720px) {
  #features {
    padding: 40px 0;
  }
}
#features .section-logo {
  display: block;
  width: 23.4375vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 2.734375vw;
}
@media (max-width: 720px) {
  #features .section-logo {
    width: 170px;
    margin: 0 auto 12px;
  }
}
#features .container {
  width: 77.5%;
  position: relative;
  z-index: 2;
}
@media (max-width: 720px) {
  #features .container {
    width: 90%;
    margin-top: 0;
  }
}
#features .section-title {
  margin: 0 0 3.515625vw;
  text-align: center;
  font-weight: 700;
  font-size: 1.8vw;
  line-height: 1.7;
  color: #2e3133;
}
@media (max-width: 720px) {
  #features .section-title {
    font-size: 16px;
    margin: 0 0 24px;
    line-height: 1.5;
  }
}
#features .section-title span.base {
  font-weight: 700;
  font-size: 2.5vw;
  color: #1f9999;
}
@media (max-width: 720px) {
  #features .section-title span.base {
    font-size: 20px;
  }
}

.feature {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 2.734375vw 0 3.125vw;
  margin-top: 14px;
  border-bottom: 0;
  background-image: radial-gradient(circle, #1f9999 1.5px, transparent 1.5px);
  background-size: 12px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media (max-width: 720px) {
  .feature:nth-child(4) {
    padding-top: 0;
  }
}
.feature:last-child {
  border-bottom: 0;
  background-image: none;
  padding-bottom: 0;
}
.feature__body {
  width: 100%;
}
.feature--media {
  display: grid;
  grid-template-columns: 1fr 53%;
  gap: 24px;
}
@media (max-width: 720px) {
  .feature--media {
    display: block;
  }
}
.feature__num {
  display: inline-block;
  margin-right: 12px;
  font-weight: 500;
  font-size: 3.75vw;
  line-height: 1;
  color: #1f9999;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 720px) {
  .feature__num {
    font-size: 24px;
  }
}
.feature__title {
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 2.5vw;
  line-height: 1.5;
  font-weight: 700;
  color: #1f9999;
}
@media (max-width: 720px) {
  .feature__title {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature__text {
  margin: 0;
  color: #2e3133;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.25vw;
  margin-bottom: 32px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .feature__text {
    font-size: 12px;
    white-space: normal;
    line-height: 1.7;
    margin-bottom: 24px;
  }
}
.feature__text span {
  font-weight: 700;
  color: #1f9999;
}
.feature__media {
  min-height: 160px;
  display: grid;
  place-items: center;
  font-size: 44px;
}
.feature__media--shot {
  background: radial-gradient(260px 120px at 25% 30%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 60%), linear-gradient(140deg, #bfeeee, #f5ffff);
}
.feature__media--illu {
  background: linear-gradient(140deg, #d9f7f7, #ffffff);
}

/* Compare & flow & bar */
.compare-card {
  width: 100%;
}
.compare-card img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.demoWrapper {
  background-image: url("../img/demo-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 51px 0 27px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 720px) {
  .demoWrapper {
    padding: 40px 0 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-image: url("../img/demo-bg_sp.png");
  }
}
.demoWrapper .font--small {
  font-size: 0.7em;
}

.demoWrapper__mediaWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.demoWrapper__media {
  width: 40.15625vw;
  margin-right: -12%;
}
@media (max-width: 720px) {
  .demoWrapper__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4%;
  }
}

.demoWrapper__doc img {
  width: 100%;
  height: auto;
}
@media (max-width: 720px) {
  .demoWrapper__doc {
    width: 57.9487179487vw;
  }
}

.demoWrapper__right {
  margin-left: -13%;
}
@media (max-width: 720px) {
  .demoWrapper__right {
    margin-left: 0;
  }
}

.demoWrapper__texts {
  letter-spacing: 0.2em;
  line-height: 1;
}

.demoWrapper__lead {
  font-size: 4.84375vw;
  font-weight: 800;
  margin: 0;
  text-align: left;
}
@media (max-width: 720px) {
  .demoWrapper__lead {
    text-align: center;
    font-size: 9.2307692308vw;
  }
}

.demoWrapper__title {
  font-weight: 800;
  font-size: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: 1%;
}
@media (max-width: 720px) {
  .demoWrapper__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 9.2307692308vw;
  }
}

.demo__img {
  width: 4.296875vw;
  height: 7.5vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 720px) {
  .demo__img {
    width: 10.2564102564vw;
    height: 17.4358974359vw;
  }
}

.demoWrapper__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.demoWrapper__btn .downloadWrapper__cta {
  width: 33.59375vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 720px) {
  .demoWrapper__btn .downloadWrapper__cta {
    margin-top: -4%;
    width: 92.0512820513vw;
  }
}

.demoWrapper__stamp {
  width: 13.671875vw;
  height: 13.671875vw;
}
@media (max-width: 720px) {
  .demoWrapper__stamp {
    width: 31.7948717949vw;
    height: 31.7948717949vw;
    margin-left: -8%;
  }
}

/* Bottom CTA & content */
#document {
  position: relative;
  background: #daf2f2;
  padding: 40px 0 80px;
  overflow: hidden;
}
@media (max-width: 720px) {
  #document {
    padding: 32px 0 40px;
  }
}
#document::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url("../img/section-bg-assets.png") no-repeat bottom center/cover;
  pointer-events: none;
  z-index: 0;
}
#document > * {
  position: relative;
  z-index: 1;
}

.center-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 22px 0 14px;
}

.content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.34375vw;
  margin: 0 auto;
  width: 77.5%;
}
@media (max-width: 720px) {
  .content-list {
    width: 90%;
  }
}

.content-card {
  position: relative;
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 2px 4px 20px rgba(25, 128, 128, 0.1019607843);
          box-shadow: 2px 4px 20px rgba(25, 128, 128, 0.1019607843);
  padding: 1.953125vw;
}
@media (max-width: 720px) {
  .content-card {
    padding: 34px 16px 24px;
    gap: 16px;
  }
}
.content-card__tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #dc4f4f;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 700;
  padding: 4px 16px;
  border-bottom-left-radius: 12px;
}
@media (max-width: 720px) {
  .content-card__tag {
    font-size: 12px;
  }
}
.content-card__thumb {
  width: 100%;
}
.content-card__thumb img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-card__title {
  margin: 0 0 1.171875vw;
  font-size: 1.5vw;
  line-height: 1.45;
}
@media (max-width: 720px) {
  .content-card__title {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
.content-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.78125vw;
}
.content-card__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.78125vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 720px) {
  .content-card__info-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.content-card__info-label {
  font-size: 1.25vw;
  font-weight: 700;
  color: #1f9999;
  background: #e9f7f7;
  border-radius: 4px;
  padding: 3px 8px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .content-card__info-label {
    font-size: 12px;
    padding: 3px 8px;
  }
}
.content-card__info-text {
  font-size: 1.25vw;
  font-weight: 500;
  color: #2e3133;
}
@media (max-width: 720px) {
  .content-card__info-text {
    font-size: 12px;
  }
}

.footer {
  padding: 12px 0;
  background: #000;
  text-align: center;
  color: #fff;
}

.footerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background: #000;
  width: 100%;
  padding: 12px 0;
}

.footerWrapper.pcOnly {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 980px) {
  .footerWrapper.pcOnly {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footerWrapper.spOnly {
  height: 100px;
  padding: 0 0 29px;
}

.footerLink {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  line-height: 1.4;
}
@media (max-width: 980px) {
  .footerLink {
    font-size: 12px;
    white-space: nowrap;
  }
}

.footerLink:hover {
  opacity: 0.8;
}

@media (max-width: 980px) {
  .content-list {
    gap: 16px;
  }
  .content-card {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 520px) {
  .content-card {
    grid-template-columns: 1fr;
  }
  .content-card__thumb {
    min-height: 120px;
  }
  .content-card__meta {
    font-size: 11px;
  }
}
.downloadWrapper {
  background-image: url("../img/section-download/bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 72px 0 88px;
  text-align: center;
  position: relative;
}
@media (max-width: 720px) {
  .downloadWrapper {
    padding: 24px 0 64px;
  }
}
.downloadWrapper__lead {
  margin: 0;
  font-weight: 700;
  font-size: 2.2484375vw;
  line-height: 1.5;
  color: #000;
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}
@media (max-width: 720px) {
  .downloadWrapper__lead {
    font-size: 20px;
  }
}
.downloadWrapper__lead span {
  background: #afe9ea;
  padding: 0 6px;
  border-radius: 6px;
}
@media (max-width: 720px) {
  .downloadWrapper__lead span {
    border-radius: 0;
  }
}
.downloadWrapper__lead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.09375vw;
  width: 100%;
  height: 50px;
  background: url("../img/section-download/vector.png") no-repeat bottom center/100% auto;
  background-size: contain;
}
@media (max-width: 720px) {
  .downloadWrapper__lead {
    padding-bottom: 20px;
  }
}
.downloadWrapper__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 8px;
  font-family: "M PLUS 1p", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 4.6296875vw;
  line-height: 1.2;
  color: #00b2b6;
}
@media (max-width: 720px) {
  .downloadWrapper__title {
    margin-bottom: 12px;
    font-size: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.downloadWrapper__title span {
  font-weight: 800;
  font-size: 5.95234375vw;
}
@media (max-width: 720px) {
  .downloadWrapper__title span {
    font-size: 58px;
  }
}
.downloadWrapper__media {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.725vw;
  position: relative;
}
@media (max-width: 720px) {
  .downloadWrapper__media {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 4px 2vw;
    margin-bottom: 16px;
  }
}
.downloadWrapper__doc {
  width: 32.5764226913vw;
}
@media (max-width: 720px) {
  .downloadWrapper__doc {
    width: 54.198451898vw;
  }
}
.downloadWrapper__doc img {
  width: 100%;
  height: auto;
  display: block;
}
.downloadWrapper__note {
  width: 37.7645492554vw;
}
@media (max-width: 720px) {
  .downloadWrapper__note {
    grid-column: 1/-1;
    width: 90%;
    margin: 0 auto;
  }
}
.downloadWrapper__note img {
  width: 100%;
  height: auto;
  display: block;
}
.downloadWrapper__stamp {
  width: 13.4375vw;
  min-width: 13.4375vw;
  height: 13.4375vw;
  min-height: 13.4375vw;
  position: absolute;
  top: -7.8125vw;
  right: -0.46875vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 720px) {
  .downloadWrapper__stamp {
    position: static;
    width: 36.4102564103vw;
    min-width: 36.4102564103vw;
    height: 36.4102564103vw;
    min-height: 36.4102564103vw;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.downloadWrapper__cta {
  margin: 0 auto;
  background: #f2ad00;
  border: none;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6vw;
  width: 38.9550256729vw;
  padding: 1.25vw 0;
  white-space: nowrap;
  border: 0.33046875vw solid #ffffff;
  cursor: pointer;
}
@media (max-width: 720px) {
  .downloadWrapper__cta {
    width: 94%;
    gap: 3vw;
    padding: 6px 18px;
    border: 4px solid #ffffff;
  }
}
.downloadWrapper__cta:hover img:last-child {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.downloadWrapper__cta img {
  width: 2.2890308499vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 720px) {
  .downloadWrapper__cta img {
    width: 22px;
  }
}
.downloadWrapper__cta img:last-child {
  width: 1.5625vw;
}
@media (max-width: 720px) {
  .downloadWrapper__cta img:last-child {
    width: 16px;
  }
}
.downloadWrapper__cta span {
  background: #e38100;
  color: #fff;
  font-weight: 800;
  font-size: clamp(14px, 2.18vw, 28px);
  padding: 0.0234375vw 1.015625vw;
}
@media (max-width: 720px) {
  .downloadWrapper__cta span {
    font-size: 23.82px;
    padding: 0px 10px;
  }
}
.downloadWrapper__cta p {
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: 1.8515625vw;
}
@media (max-width: 720px) {
  .downloadWrapper__cta p {
    font-size: 17.86px;
  }
}

/* Floating hamburger drawer menu */
.humbergerMenu {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3000;
  font-family: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.humbergerMenu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.humbergerMenu__panel {
  position: absolute;
  top: 10vh;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px 0 0 16px;
  background: #fff;
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.humbergerMenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}

.humbergerMenu__item {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.humbergerMenu__item::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #41b2b6;
  margin-right: 4px;
}

.humbergerMenu__item:last-child {
  border-bottom: 0;
}

.humbergerMenu__cta {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

.humbergerMenu__cta img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.humbergerMenu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.humbergerMenu.is-open .humbergerMenu__overlay {
  opacity: 1;
  pointer-events: auto;
}

.humbergerMenu.is-open .humbergerMenu__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

/* CTA modal */
.ctaModal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ctaModal.is-open {
  pointer-events: auto;
  opacity: 1;
}
.ctaModal.is-open .ctaModal__overlay {
  opacity: 1;
  pointer-events: auto;
}
.ctaModal.is-open .ctaModal__dialog {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.ctaModal .ctaModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ctaModal .ctaModal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
          transform: translate(-50%, -50%) scale(0.95);
  background: #fff;
  border-radius: 4px;
  padding: 56px 16px 16px 16px;
  width: min(480px, 90vw);
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-height: 90vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ctaModal .ctaModal__dialog .ctaModal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  background: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.ctaModal .ctaModal__dialog .ctaModal__body {
  text-align: center;
  font-size: 16px;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.ctaModal .ctaModal__dialog .ctaModal__body .ctaModal__body__inner {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 100%;
}
.ctaModal .ctaModal__dialog .ctaModal__body p {
  line-height: 1.5;
}
.ctaModal .ctaModal__dialog .ctaModal__body p.title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.ctaModal .ctaModal__dialog .ctaModal__body p.subTitle {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
}