@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
dt,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}

/* Reset box-sizing to border-box for all elements */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove margin and padding from all elements */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt,
img,
figure,
figcaption,
blockquote {
  padding: 0;
  margin: 0;
}

:root {
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-roboto: "Roboto", sans-serif;
}

:export {
  mini: 375px;
  small: 440px;
  medium: 900px;
  large: 1070px;
  xLarge: 1280px;
}

@media screen and (max-width: 900px) {
  .vk-col-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vk-col-sm.complete-center-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vk-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vk-row.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.vk-row.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.vk-row.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vk-row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vk-row.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.vk-row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vk-row.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vk-row.max-width800300 {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 375px) and (max-width: 440px) {
  .vk-row.max-width800300 {
    width: 100%;
    max-width: 300px;
  }
}
.vk-row .grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vk-row .vk-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vk-row .vk-col.align-left {
  text-align: left;
}
.vk-row .vk-col.align-center {
  text-align: center;
}
.vk-row .vk-col.align-right {
  text-align: right;
}
.vk-row .vk-col .vk-vertical-align-sub {
  vertical-align: sub;
}

.vk-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vk-hide-sm {
  display: inherit;
}

.vk-hide-lg {
  display: none;
}

.vk-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 900px) {
  .vk-hide-sm {
    display: none;
  }
  .vk-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.vk-hide {
  display: none;
}

.vk-show {
  display: block;
}

.vk-hide-only {
  display: inherit;
}
@media screen and (width >= 0) and (max-width: 375px) {
  .vk-hide-only.mini {
    display: none;
  }
}
@media screen and (min-width: 375px) and (max-width: 440px) {
  .vk-hide-only.small {
    display: none;
  }
}
@media screen and (min-width: 440px) and (max-width: 900px) {
  .vk-hide-only.medium {
    display: none;
  }
}
@media screen and (min-width: 900px) and (max-width: 1070px) {
  .vk-hide-only.large {
    display: none;
  }
}
@media screen and (min-width: 1070px) {
  .vk-hide-only.huge {
    display: none;
  }
}

.vk-show-only {
  display: none;
}
@media screen and (width >= 0) and (max-width: 375px) {
  .vk-show-only.mini {
    display: inherit;
  }
}
@media screen and (min-width: 375px) and (max-width: 440px) {
  .vk-show-only.small {
    display: inherit;
  }
}
@media screen and (min-width: 440px) and (max-width: 900px) {
  .vk-show-only.medium {
    display: inherit;
  }
}
@media screen and (min-width: 900px) and (max-width: 1070px) {
  .vk-show-only.large {
    display: inherit;
  }
}
@media screen and (min-width: 1070px) {
  .vk-show-only.huge {
    display: inherit;
  }
}

.invcp-font {
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
}

html {
  font-family: "Avenir", "Hiragino Sans", "Roboto", "メイリオ", "system-ui", "sans-serif", "Noto Sans JP";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
h1.remove-line-height,
h2.remove-line-height,
h3.remove-line-height,
h4.remove-line-height,
h5.remove-line-height,
h6.remove-line-height,
p.remove-line-height {
  line-height: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
  letter-spacing: -0.72px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
  letter-spacing: -0.64px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  letter-spacing: -0.56px;
}

p {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: -0.56px;
}

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

.vk-text-ginormous {
  font-size: 50px;
}

@media screen and (max-width: 440px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .vk-text-ginormous {
    font-size: 24px;
  }
}
.vk-text-light {
  font-weight: 300;
}

.vk-text-regular {
  font-weight: 500;
}

strong,
.vk-text-bold {
  font-weight: 700;
}

.vk-text-bolder {
  font-weight: bolder;
}

.vk-text-smaller {
  font-size: smaller;
}

.vk-text-xx-large {
  font-size: xx-large;
}

.vk-line-height-normal {
  line-height: normal;
}

.vk-text-left {
  text-align: left;
}

.vk-text-center {
  text-align: center;
}

.vk-text-right {
  text-align: right;
}

.vk-text-x-large {
  font-size: 48px;
}

.vk-text-large {
  font-size: 30px;
}

.vk-text-medium {
  font-size: 20px;
}

.vk-text-small {
  font-size: 14px;
}

.pages-heading-1 {
  font-size: 30px;
  letter-spacing: -0.72px;
}

.pages-heading-2 {
  font-size: 18px;
}

.pages-heading-6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.56px;
}

.form-heading {
  font-size: 24px;
  letter-spacing: -0.64px;
}

.seminar-date {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.72px;
}

@media screen and (max-width: 440px) {
  .pages-heading-1 {
    font-size: 26px;
  }
  .pages-heading-2 {
    font-size: 16px;
  }
  .pages-heading-6 {
    font-size: 14px;
  }
  .form-heading {
    font-size: 20px;
  }
  .seminar-date {
    font-size: 26px;
  }
}
:export {
  blackBackgroundColorAlpha: rgba(0, 0, 0, 0.4);
  corporateColor: #be0023;
  lightCorporateColor: rgba(190, 0, 35, 0.3);
  corporatePaleColor: #b5251e;
  primaryTextColor: #333333;
  secondaryTextColor: #8c8c8c;
  invertedTextColor: #ffffff;
  whiteColor: #ffffff;
  borderColor: #e0e0e0;
  lightBorderColor: rgba(224, 224, 224, 0.5);
  baseColor: #f8f8f8;
  alertColor: #b5251e;
  primaryOutlineColor: #eba1af;
  grayPrimaryColor: #f6f6f6;
  grayAccentColor: #8e8e8e;
  grayOutlineColor: #808080;
  grayOutlineColorTransparent50: rgba(128, 128, 128, 0.1882352941);
  invcpSecondaryColor: #fde3e3;
}

.vk-corporate-text-color {
  color: #be0023;
}

.vk-stockyell-text-color {
  color: #0c78ec;
}

.vk-primary-text-color {
  color: #333333;
}

.vk-secondary-text-color {
  color: #8c8c8c;
}

.vk-gray-accent-color {
  color: #8e8e8e;
}

.vk-inverted-text-color {
  color: #ffffff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #ffffff;
}

.bg-primary-outline-color {
  background-color: #eba1af;
}

.bg-base-color {
  background-color: #f8f8f8;
}

.bg-transparent-black-7 {
  background-color: rgba(0, 0, 0, 0.0274509804);
}

.bg-transparent-black-3 {
  background-color: rgba(0, 0, 0, 0.0117647059);
}

.bg-invcp-secondary-color {
  background-color: #fde3e3;
}

.bg-invcp-primary-color {
  background-color: #be0023;
}

.invcp-white-color {
  color: #ffffff;
}

.box-shadow-transparent {
  -webkit-box-shadow: 0 0 0 rgba(36, 36, 36, 0);
          box-shadow: 0 0 0 rgba(36, 36, 36, 0);
}

.box-shadow-weak {
  -webkit-box-shadow: 0 0 8px rgba(36, 36, 36, 0.1450980392);
          box-shadow: 0 0 8px rgba(36, 36, 36, 0.1450980392);
}

.box-shadow-medium {
  -webkit-box-shadow: 0 0 8px rgba(36, 36, 36, 0.3137254902);
          box-shadow: 0 0 8px rgba(36, 36, 36, 0.3137254902);
}

.box-shadow-strong {
  -webkit-box-shadow: 0 0 8px rgba(36, 36, 36, 0.4588235294);
          box-shadow: 0 0 8px rgba(36, 36, 36, 0.4588235294);
}

.vk-vertical-margin-small {
  margin-top: 5px;
  margin-bottom: 5px;
}

.vk-top-margin-small {
  margin-top: 5px;
}

.vk-bottom-margin-small {
  margin-bottom: 5px;
}

.vk-vertical-margin-medium {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vk-top-margin-medium {
  margin-top: 10px;
}

.vk-bottom-margin-medium {
  margin-bottom: 10px;
}

.vk-vertical-margin-large {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vk-top-margin-large {
  margin-top: 20px;
}

.vk-bottom-margin-large {
  margin-bottom: 20px;
}

.vk-vertical-margin-x-large {
  margin-top: 40px;
  margin-bottom: 40px;
}

.vk-vertical-margin-x-huge {
  margin-top: 60px;
  margin-bottom: 60px;
}

.vk-top-margin-x-large {
  margin-top: 40px;
}

.vk-bottom-margin-x-large {
  margin-bottom: 40px;
}

.vk-horizontal-margin-small {
  margin-right: 5px;
  margin-left: 5px;
}

.vk-right-margin-small {
  margin-right: 5px;
}

.vk-left-margin-small {
  margin-left: 5px;
}

.vk-horizontal-margin-medium {
  margin-right: 10px;
  margin-left: 10px;
}

.vk-right-margin-medium {
  margin-right: 10px;
}

.vk-left-margin-medium {
  margin-left: 10px;
}

.vk-horizontal-margin-large {
  margin-right: 20px;
  margin-left: 20px;
}

.vk-right-margin-large {
  margin-right: 20px;
}

.vk-left-margin-large {
  margin-left: 20px;
}

.vk-horizontal-margin-x-large {
  margin-right: 40px;
  margin-left: 40px;
}

.vk-right-margin-x-large {
  margin-right: 40px;
}

.vk-left-margin-x-large {
  margin-left: 40px;
}

@media screen and (max-width: 900px) {
  .vk-margin-sm-0 {
    margin: 0;
  }
}
.vk-button,
a.vk-button {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.04em;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 36px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-button:hover,
a.vk-button:hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-button.primary,
a.vk-button.primary {
  color: #ffffff;
  background: #be0023;
}
.vk-button.primary:hover,
a.vk-button.primary:hover {
  color: #ffffff;
  background: #b5251e;
}
.vk-button.primary:active,
a.vk-button.primary:active {
  color: #ffffff;
  background: #be0023;
  border: 2px solid #eba1af;
}
.vk-button.primary.inverted,
a.vk-button.primary.inverted {
  color: #333333;
  background: #ffffff;
  border: 2px solid transparent;
}
.vk-button.primary.inverted:hover,
a.vk-button.primary.inverted:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #e0e0e0;
}
.vk-button.primary.inverted:active,
a.vk-button.primary.inverted:active {
  background: #be0023;
  border: 2px solid #eba1af;
}
.vk-button.primary.stock,
a.vk-button.primary.stock {
  color: #ffffff;
  background: #0c78ec;
  border-color: #0c78ec;
}
.vk-button.primary.stock:hover,
a.vk-button.primary.stock:hover {
  color: #ffffff;
  background: #0c78ec;
}
.vk-button.secondary,
a.vk-button.secondary {
  color: #be0023;
  background: transparent;
  border: 2px solid #be0023;
}
.vk-button.secondary:hover,
a.vk-button.secondary:hover {
  color: #ffffff;
  background: #be0023;
}
.vk-button.secondary:active,
a.vk-button.secondary:active {
  background: #be0023;
  border: 2px solid #eba1af;
}
.vk-button.secondary.inverted,
a.vk-button.secondary.inverted {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.vk-button.secondary.inverted:hover,
a.vk-button.secondary.inverted:hover {
  color: #333333;
  background: #f6f6f6;
}
.vk-button.secondary.inverted:active,
a.vk-button.secondary.inverted:active {
  color: #333333;
  background: #f6f6f6;
  border: 2px solid #eba1af;
}
.vk-button.secondary.stock,
a.vk-button.secondary.stock {
  color: #0c78ec;
  border-color: #0c78ec;
}
.vk-button.secondary.stock:hover,
a.vk-button.secondary.stock:hover {
  color: #ffffff;
  background: #0c78ec;
}
.vk-button.tertiary,
a.vk-button.tertiary {
  color: #333333;
  background: #f6f6f6;
}
.vk-button.tertiary:hover,
a.vk-button.tertiary:hover {
  color: #333333;
  background: #e0e0e0;
}
.vk-button.tertiary:active,
a.vk-button.tertiary:active {
  background: #e0e0e0;
  border: 2px solid #e0e0e0;
}
.vk-button.tertiary.inverted,
a.vk-button.tertiary.inverted {
  color: #ffffff;
  background: #333333;
}
.vk-button.tertiary.inverted:hover,
a.vk-button.tertiary.inverted:hover {
  color: #ffffff;
  background: #8e8e8e;
}
.vk-button.tertiary.inverted:active,
a.vk-button.tertiary.inverted:active {
  color: #ffffff;
  background: #8e8e8e;
  border: 2px solid #808080;
}
.vk-button.small,
a.vk-button.small {
  padding: 9px 16px;
  font-size: 14px;
}
.vk-button.large,
a.vk-button.large {
  padding: 11px 24px;
  font-size: 16px;
}
@media screen and (max-width: 374px) {
  .vk-button.large.stock,
  a.vk-button.large.stock {
    padding: 11px;
  }
}
.vk-button.font-large,
a.vk-button.font-large {
  min-width: 128px;
  padding: 11px 0;
  font-size: 16px;
}
.vk-button.vk-nowrap,
a.vk-button.vk-nowrap {
  white-space: nowrap;
}

.read-more-button {
  cursor: pointer;
  background: transparent;
  border: none;
}

.vk-pill {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 10px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.04em;
  white-space: nowrap;
  cursor: default;
  border: 2px solid transparent;
  border-radius: 20px;
}
.vk-pill.primary {
  color: #ffffff;
  background: #be0023;
}
.vk-pill.primary.inverted {
  color: #333333;
  background: #ffffff;
  border: 2px solid transparent;
}
.vk-pill.secondary {
  color: #be0023;
  background: transparent;
  border: 2px solid #be0023;
}
.vk-pill.secondary.inverted {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.vk-icon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  font-style: normal;
  font-variant: normal;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  text-rendering: auto;
}
.vk-icon.arrow-forward-white {
  background-image: url("../images/icons/arrow-forward-white.svg");
}
.vk-icon.circle-red {
  background-image: url("../images/icons/circle-red.svg");
}
.vk-icon.circle-green {
  background-image: url("../images/icons/circle-green.svg");
}
.vk-icon.triangle-yellow {
  background-image: url("../images/icons/triangle-yellow.svg");
}
.vk-icon.close {
  background-image: url("../images/icons/close.svg");
}
.vk-icon.arrow-left {
  background-image: url("../images/icons/arrow-left.svg");
}
.vk-icon.arrow-right {
  background-image: url("../images/icons/arrow-right.svg");
}
.vk-icon.arrow-down {
  background-image: url("../images/icons/arrow-down.svg");
}
.vk-icon.arrow-up {
  background-image: url("../images/icons/arrow-up.svg");
}
.vk-icon.visibility-true {
  background-image: url("../images/icons/visibility-true.svg");
}
.vk-icon.visibility-false {
  background-image: url("../images/icons/visibility-false.svg");
}

table.vk-table.background-color-base {
  background-color: #f8f8f8;
}
table.vk-table.rounded {
  border-radius: 7px;
}
table.vk-table.padded {
  padding: 10px;
}
table.vk-table.centered {
  margin: 0 auto;
}
table.vk-table tr td {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}
table.vk-table tr td.align-center {
  text-align: center;
}
table.vk-table tr td.no-bottom {
  border-bottom: 0;
}
table.vk-table tr td.border-right {
  border-right: 1px solid #e0e0e0;
}
table.vk-table tr td.short {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.vk-table tr td.tall {
  padding-top: 25px;
  padding-bottom: 25px;
}
table.vk-table tbody tr:last-child td {
  border-bottom: none;
}

.vk-inkwell {
  background-color: #f8f8f8;
  border-radius: 16px;
}

.vk-colored-circle {
  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;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  background-color: #be0023;
  border-radius: 50%;
}
@media screen and (max-width: 440px) {
  .vk-colored-circle {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.vk-select {
  position: relative;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-select.bg-transparent {
  background-color: transparent;
}
.vk-select.bg-primary-outline-color {
  background-color: #eba1af;
}
.vk-select.bg-base-color {
  background-color: #f8f8f8;
}
.vk-select.error {
  border: 2px solid #eba1af;
}
.vk-select .select-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  cursor: pointer;
}
.vk-select .select-header .arrow {
  margin-left: auto;
}
.vk-select.arrow-right .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vk-select.arrow-right .select-header .arrow {
  margin-left: auto;
}
.vk-select .select-header.open {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-select .options {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  white-space: nowrap;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-select .options li {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-select .options li:first-child {
  border-radius: 8px 8px 0 0;
}
.vk-select .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.vk-select .options li:hover {
  background-color: #e0e0e0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-select:focus {
  border: 1px solid rgba(128, 128, 128, 0.1882352941) !important;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-select.error {
  border: 1px solid #eba1af !important;
}
.vk-select .select-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  cursor: pointer;
}
.vk-select .select-header .arrow {
  margin-left: auto;
}
.vk-select .select-header.open {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-select .options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-select .options li {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-select .options li:first-child {
  border-radius: 8px 8px 0 0;
}
.vk-select .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.vk-select .options li:hover {
  color: #be0023;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.vk-input {
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-input.bg-transparent {
  background-color: transparent;
}
.vk-input.bg-primary-outline-color {
  background-color: #eba1af;
}
.vk-input.bg-base-color {
  background-color: #f8f8f8;
}
.vk-input.error {
  border: 2px solid #eba1af;
}
.vk-input .select-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  cursor: pointer;
}
.vk-input .select-header .arrow {
  margin-left: auto;
}
.vk-input.arrow-right .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vk-input.arrow-right .select-header .arrow {
  margin-left: auto;
}
.vk-input .select-header.open {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-input .options {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  white-space: nowrap;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-input .options li {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-input .options li:first-child {
  border-radius: 8px 8px 0 0;
}
.vk-input .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.vk-input .options li:hover {
  background-color: #e0e0e0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-input:focus {
  border: 1px solid rgba(128, 128, 128, 0.1882352941) !important;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-input.error {
  border: 1px solid #eba1af !important;
}

.vk-input-range {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.vk-input-range .slider {
  width: 100%;
  height: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #e0e0e0;
  border-radius: 3px;
  outline: none;
}
.vk-input-range .slider::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
          appearance: none;
  background: #333333;
  border-radius: 50%;
}

.vk-radio-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}
.vk-radio-wrapper label input[type=radio] {
  height: auto;
  margin: 10px;
  accent-color: #333333;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.vk-input-wrapper input {
  border: 1px solid transparent;
}
.vk-input-wrapper.error input {
  border: 1px solid #eba1af;
}

.vk-password-wrapper {
  position: relative;
}
.vk-password-wrapper .password-toggle-button {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vk-error,
label.hs-error-msg {
  color: #be0023;
}

div.simulation.cost {
  padding: 20px;
  padding-bottom: 30px;
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
div.simulation h4 {
  font-size: 20px;
}
div.simulation h6 {
  font-size: 14px;
}
div.simulation .simulation-header {
  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-bottom: 20px;
}
div.simulation .simulation-header .title {
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  div.simulation .simulation-header .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 440px) {
  div.simulation .simulation-header .title {
    font-size: unset;
  }
}
div.simulation .simulation-header .cashflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
div.simulation .simulation-header .cashflow .cashflow-text {
  font-size: 10px;
}
@media screen and (max-width: 900px) {
  div.simulation .simulation-header .cashflow .cashflow-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 375px) {
  div.simulation .simulation-header .cashflow .cashflow-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 440px) {
  div.simulation .simulation-header .cashflow .cashflow-text {
    font-size: unset;
  }
}
div.simulation .simulation-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1070px) {
  div.simulation .simulation-body {
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  div.simulation .simulation-body {
    -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;
  }
}
div.simulation .simulation-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.simulation .simulation-input .text-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.simulation .simulation-input h6 {
  text-align: center;
  white-space: nowrap;
}
div.simulation .simulation-input .text-input-area {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
div.simulation .simulation-input .text-input-area .vk-input {
  width: 160px;
  padding: 15px 5px;
  font-size: 24px;
}
div.simulation .simulation-input .text-input-area .range-area {
  position: relative;
  top: 15px;
  width: 140px;
}
div.simulation .simulation-input .select-area {
  width: 100px;
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  div.simulation .simulation-input .select-area {
    font-size: 16px;
  }
}
@media screen and (max-width: 1070px) {
  div.simulation .simulation-input .text-input-area .vk-input {
    width: 120px;
  }
  div.simulation .simulation-input .text-input-area .range-area {
    top: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 900px) {
  div.simulation .simulation-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  div.simulation .simulation-input .text-input-area .vk-input {
    font-size: 16px;
  }
}
@media screen and (max-width: 440px) {
  div.simulation .simulation-input .text-input-area .vk-input {
    width: 90px;
  }
  div.simulation .simulation-input .text-input-area .range-area {
    width: 70px;
  }
}
div.simulation .triangle-wrapper {
  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;
}
@media screen and (max-width: 900px) {
  div.simulation .triangle-wrapper {
    -webkit-transform: rotate(90deg) translateX(20px);
            transform: rotate(90deg) translateX(20px);
  }
}
div.simulation .simulation-results-wrapper {
  width: 550px;
}
@media screen and (max-width: 900px) {
  div.simulation .simulation-results-wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 440px) {
  div.simulation .simulation-results-wrapper {
    width: 340px;
  }
}
@media screen and (max-width: 375px) {
  div.simulation .simulation-results-wrapper {
    width: 280px;
  }
}
div.simulation .simulation-results-wrapper .simulation-results span.highlight-number {
  font-size: 130%;
}
div.simulation div.arrow-container {
  position: relative;
  height: 10px;
  margin: 10px;
}
div.simulation div.arrow-container .payment-chart-arrow {
  position: absolute;
  left: 0;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}
div.simulation div.arrow-container .payment-chart-arrow.move-to-2 {
  left: 22.5%;
}
div.simulation div.arrow-container .payment-chart-arrow.move-to-3 {
  left: 39.5%;
}
div.simulation .legend-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -27px;
}
div.simulation .legend-item {
  width: 60px;
}
div.simulation .legend-item p::before {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  content: " ";
  border-radius: 50%;
}
div.simulation .legend-item p.grey::before {
  background: #e0e0e0;
}
div.simulation .legend-item p.corporate {
  font-weight: 700;
}
div.simulation .legend-item p.corporate::before {
  background: #be0023;
}
div.simulation .payback-rates {
  font-weight: 900;
  color: #333333;
}
div.simulation .simulation-bar-chart-area {
  position: relative;
}
div.simulation .simulation-bar-chart-area .values-area div.annotations {
  position: absolute;
  bottom: -18px;
  text-align: left;
}
div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow {
  bottom: -65px;
  left: 27.5%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.invoice {
  left: 26.5%;
}
div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.credit {
  left: 9%;
}
div.simulation .simulation-bar-chart-area .values-area div.annotations.item1 {
  right: 83%;
  text-align: right;
}
div.simulation .simulation-bar-chart-area .values-area div.annotations.item2 {
  left: 25%;
}
div.simulation .simulation-bar-chart-area .values-area div.annotations.item3 {
  left: 44%;
}
div.simulation .simulation-bar-chart-area .values-area div.annotations.item4 {
  left: 62%;
}
@media screen and (min-width: 900px) and (max-width: 1070px) {
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow {
    left: 37.5%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.invoice {
    left: 37.5%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.credit {
    left: 12.5%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item1 {
    right: 83%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item2 {
    left: 35%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item3 {
    left: 60%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item4 {
    left: 80%;
  }
}
@media screen and (min-width: 440px) and (max-width: 900px) {
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.invoice {
    left: 37.9%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.credit {
    left: 12.9%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item1 {
    right: 77%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item2 {
    left: 32%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item3 {
    left: 55%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item4 {
    left: 79%;
  }
}
@media screen and (max-width: 440px) {
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.invoice {
    left: 37.8%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.credit {
    left: 12.8%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item1 {
    right: 78%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item2 {
    left: 28.5%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item3 {
    left: 54.5%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item4 {
    left: 79%;
  }
}
@media screen and (max-width: 375px) {
  div.simulation .simulation-bar-chart-area .values-area div.annotations {
    font-size: 14px;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.invoice {
    left: 37.8%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.arrow.credit {
    left: 12.8%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item1 {
    right: 77%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item2 {
    left: 27.7%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item3 {
    left: 52.5%;
  }
  div.simulation .simulation-bar-chart-area .values-area div.annotations.item4 {
    left: 77%;
  }
}
div.simulation .comparison-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  background-color: #ffffff;
  border-radius: 8px;
}
div.simulation .comparison-grid .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16.6666666667%;
}
div.simulation .comparison-grid .col .row {
  width: 100%;
  height: 30px;
  color: #8c8c8c;
  text-align: center;
}
div.simulation .comparison-grid .col .row:first-child {
  color: #333333;
}
@media screen and (max-width: 900px) {
  div.simulation .payment-chart-container {
    padding-left: 0;
  }
  div.simulation div.arrow-container {
    height: 10px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 440px) {
  div.simulation .simulation-results h4 {
    font-size: 16px;
  }
}

div.simulation-card-single {
  min-width: 300px;
  min-height: 400px;
  padding: 20px;
  border-radius: 16px;
}
div.simulation-card-single .monthly-amount:first-child {
  margin-right: 20px;
}
div.simulation-card-single .monthly-amount h4 small {
  font-size: 0.5em;
}

.hub-spot-form {
  width: 100%;
}
.hub-spot-form ul {
  list-style: none;
}
.hub-spot-form ul li {
  margin-top: 5px;
}
.hub-spot-form ul li label {
  font-size: 12px;
}
.hub-spot-form fieldset.form-columns-1,
.hub-spot-form fieldset.form-columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 40px;
}
.hub-spot-form fieldset.form-columns-1 label,
.hub-spot-form fieldset.form-columns-2 label {
  font-weight: 300;
}
.hub-spot-form fieldset.form-columns-1 a,
.hub-spot-form fieldset.form-columns-2 a {
  color: #be0023;
}
.hub-spot-form .hs-form-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: none;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.hub-spot-form .hs-form-field:first-child {
  margin-left: 0;
}
.hub-spot-form .hs-form-field:last-child {
  margin-right: 0;
}
.hub-spot-form .input {
  margin-top: 10px;
  margin-right: 0;
}
.hub-spot-form .input input.hs-input {
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hub-spot-form .input input.hs-input.bg-transparent {
  background-color: transparent;
}
.hub-spot-form .input input.hs-input.bg-primary-outline-color {
  background-color: #eba1af;
}
.hub-spot-form .input input.hs-input.bg-base-color {
  background-color: #f8f8f8;
}
.hub-spot-form .input input.hs-input.error {
  border: 2px solid #eba1af;
}
.hub-spot-form .input input.hs-input .select-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  cursor: pointer;
}
.hub-spot-form .input input.hs-input .select-header .arrow {
  margin-left: auto;
}
.hub-spot-form .input input.hs-input.arrow-right .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hub-spot-form .input input.hs-input.arrow-right .select-header .arrow {
  margin-left: auto;
}
.hub-spot-form .input input.hs-input .select-header.open {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.hub-spot-form .input input.hs-input .options {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  white-space: nowrap;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.hub-spot-form .input input.hs-input .options li {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hub-spot-form .input input.hs-input .options li:first-child {
  border-radius: 8px 8px 0 0;
}
.hub-spot-form .input input.hs-input .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.hub-spot-form .input input.hs-input .options li:hover {
  background-color: #e0e0e0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hub-spot-form .input input.hs-input:focus {
  border: 1px solid rgba(128, 128, 128, 0.1882352941) !important;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hub-spot-form .input input.hs-input.error {
  border: 1px solid #eba1af !important;
}
.hub-spot-form .input input.hs-input:not([type=checkbox]) {
  width: 100%;
}
.hub-spot-form .input input.hs-input[type=checkbox] {
  width: auto;
  margin-right: 20px;
}
.hub-spot-form .input select.hs-input {
  min-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f8f8f8;
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-size: 20px;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hub-spot-form .input select.hs-input.bg-transparent {
  background-color: transparent;
}
.hub-spot-form .input select.hs-input.bg-primary-outline-color {
  background-color: #eba1af;
}
.hub-spot-form .input select.hs-input.bg-base-color {
  background-color: #f8f8f8;
}
.hub-spot-form .input select.hs-input.error {
  border: 2px solid #eba1af;
}
.hub-spot-form .input select.hs-input .select-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  cursor: pointer;
}
.hub-spot-form .input select.hs-input .select-header .arrow {
  margin-left: auto;
}
.hub-spot-form .input select.hs-input.arrow-right .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hub-spot-form .input select.hs-input.arrow-right .select-header .arrow {
  margin-left: auto;
}
.hub-spot-form .input select.hs-input .select-header.open {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.hub-spot-form .input select.hs-input .options {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  white-space: nowrap;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.hub-spot-form .input select.hs-input .options li {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hub-spot-form .input select.hs-input .options li:first-child {
  border-radius: 8px 8px 0 0;
}
.hub-spot-form .input select.hs-input .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.hub-spot-form .input select.hs-input .options li:hover {
  background-color: #e0e0e0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hub-spot-form .input select.hs-input:focus {
  border: 1px solid rgba(128, 128, 128, 0.1882352941) !important;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hub-spot-form .input select.hs-input.error {
  border: 1px solid #eba1af !important;
}
.hub-spot-form .input textarea {
  min-width: 100%;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hub-spot-form .input textarea.bg-transparent {
  background-color: transparent;
}
.hub-spot-form .input textarea.bg-primary-outline-color {
  background-color: #eba1af;
}
.hub-spot-form .input textarea.bg-base-color {
  background-color: #f8f8f8;
}
.hub-spot-form .input textarea.error {
  border: 2px solid #eba1af;
}
.hub-spot-form .input textarea .select-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  cursor: pointer;
}
.hub-spot-form .input textarea .select-header .arrow {
  margin-left: auto;
}
.hub-spot-form .input textarea.arrow-right .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hub-spot-form .input textarea.arrow-right .select-header .arrow {
  margin-left: auto;
}
.hub-spot-form .input textarea .select-header.open {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.hub-spot-form .input textarea .options {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  white-space: nowrap;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.hub-spot-form .input textarea .options li {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hub-spot-form .input textarea .options li:first-child {
  border-radius: 8px 8px 0 0;
}
.hub-spot-form .input textarea .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.hub-spot-form .input textarea .options li:hover {
  background-color: #e0e0e0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hub-spot-form .input textarea:focus {
  border: 1px solid rgba(128, 128, 128, 0.1882352941) !important;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hub-spot-form .input textarea.error {
  border: 1px solid #eba1af !important;
}
.hub-spot-form .actual-form .hs-button {
  width: 100%;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.04em;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 36px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hub-spot-form .actual-form .hs-button:hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hub-spot-form .actual-form .hs-button.primary {
  color: #ffffff;
  background: #be0023;
}
.hub-spot-form .actual-form .hs-button.primary:hover {
  color: #ffffff;
  background: #b5251e;
}
.hub-spot-form .actual-form .hs-button.primary:active {
  color: #ffffff;
  background: #be0023;
  border: 2px solid #eba1af;
}
.hub-spot-form .actual-form .hs-button.primary.inverted {
  color: #333333;
  background: #ffffff;
  border: 2px solid transparent;
}
.hub-spot-form .actual-form .hs-button.primary.inverted:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #e0e0e0;
}
.hub-spot-form .actual-form .hs-button.primary.inverted:active {
  background: #be0023;
  border: 2px solid #eba1af;
}
.hub-spot-form .actual-form .hs-button.primary.stock {
  color: #ffffff;
  background: #0c78ec;
  border-color: #0c78ec;
}
.hub-spot-form .actual-form .hs-button.primary.stock:hover {
  color: #ffffff;
  background: #0c78ec;
}
.hub-spot-form .actual-form .hs-button.secondary {
  color: #be0023;
  background: transparent;
  border: 2px solid #be0023;
}
.hub-spot-form .actual-form .hs-button.secondary:hover {
  color: #ffffff;
  background: #be0023;
}
.hub-spot-form .actual-form .hs-button.secondary:active {
  background: #be0023;
  border: 2px solid #eba1af;
}
.hub-spot-form .actual-form .hs-button.secondary.inverted {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.hub-spot-form .actual-form .hs-button.secondary.inverted:hover {
  color: #333333;
  background: #f6f6f6;
}
.hub-spot-form .actual-form .hs-button.secondary.inverted:active {
  color: #333333;
  background: #f6f6f6;
  border: 2px solid #eba1af;
}
.hub-spot-form .actual-form .hs-button.secondary.stock {
  color: #0c78ec;
  border-color: #0c78ec;
}
.hub-spot-form .actual-form .hs-button.secondary.stock:hover {
  color: #ffffff;
  background: #0c78ec;
}
.hub-spot-form .actual-form .hs-button.tertiary {
  color: #333333;
  background: #f6f6f6;
}
.hub-spot-form .actual-form .hs-button.tertiary:hover {
  color: #333333;
  background: #e0e0e0;
}
.hub-spot-form .actual-form .hs-button.tertiary:active {
  background: #e0e0e0;
  border: 2px solid #e0e0e0;
}
.hub-spot-form .actual-form .hs-button.tertiary.inverted {
  color: #ffffff;
  background: #333333;
}
.hub-spot-form .actual-form .hs-button.tertiary.inverted:hover {
  color: #ffffff;
  background: #8e8e8e;
}
.hub-spot-form .actual-form .hs-button.tertiary.inverted:active {
  color: #ffffff;
  background: #8e8e8e;
  border: 2px solid #808080;
}
.hub-spot-form .actual-form .hs-button.small {
  padding: 9px 16px;
  font-size: 14px;
}
.hub-spot-form .actual-form .hs-button.large {
  padding: 11px 24px;
  font-size: 16px;
}
@media screen and (max-width: 374px) {
  .hub-spot-form .actual-form .hs-button.large.stock {
    padding: 11px;
  }
}
.hub-spot-form .actual-form .hs-button.font-large {
  min-width: 128px;
  padding: 11px 0;
  font-size: 16px;
}
.hub-spot-form .actual-form.stockyell .hs-button {
  color: #ffffff;
  background-color: #0c78ec;
  border-color: #0c78ec;
}
.hub-spot-form .actual-form.stockyell .hs-button:hover {
  color: #ffffff;
  background-color: #0c78ec;
}
.hub-spot-form .legal-consent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
}
.hub-spot-form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox {
  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;
}
.hub-spot-form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hub-spot-form .error-msg {
  display: none;
  color: #be0023;
}
.hub-spot-form:has(.error) .error-msg {
  display: block;
}

.vk-dropdown {
  position: relative;
  display: inline-block;
}
.vk-dropdown .dropdown-toggle {
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: inherit;
  cursor: pointer;
}
.vk-dropdown .dropdown-toggle.bg-transparent {
  background-color: transparent;
}
.vk-dropdown .dropdown-toggle.bg-primary-outline-color {
  background-color: #eba1af;
}
.vk-dropdown .dropdown-toggle.bg-base-color {
  background-color: #f8f8f8;
}
.vk-dropdown .dropdown-toggle.error {
  border: 2px solid #eba1af;
}
.vk-dropdown .dropdown-toggle .select-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  cursor: pointer;
}
.vk-dropdown .dropdown-toggle .select-header .arrow {
  margin-left: auto;
}
.vk-dropdown .dropdown-toggle.arrow-right .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vk-dropdown .dropdown-toggle.arrow-right .select-header .arrow {
  margin-left: auto;
}
.vk-dropdown .dropdown-toggle .select-header.open {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-dropdown .dropdown-toggle .options {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  white-space: nowrap;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-dropdown .dropdown-toggle .options li {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-dropdown .dropdown-toggle .options li:first-child {
  border-radius: 8px 8px 0 0;
}
.vk-dropdown .dropdown-toggle .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.vk-dropdown .dropdown-toggle .options li:hover {
  background-color: #e0e0e0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-dropdown .dropdown-toggle:focus {
  border: 1px solid rgba(128, 128, 128, 0.1882352941) !important;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-dropdown .dropdown-toggle.error {
  border: 1px solid #eba1af !important;
}
.vk-dropdown .dropdown-toggle .arrow {
  margin-left: auto;
}
.vk-dropdown .dropdown-options {
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 10;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: inherit;
  list-style: none;
}
.vk-dropdown .dropdown-options.bg-transparent {
  background-color: transparent;
}
.vk-dropdown .dropdown-options.bg-primary-outline-color {
  background-color: #eba1af;
}
.vk-dropdown .dropdown-options.bg-base-color {
  background-color: #f8f8f8;
}
.vk-dropdown .dropdown-options.error {
  border: 2px solid #eba1af;
}
.vk-dropdown .dropdown-options .select-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  white-space: nowrap;
  cursor: pointer;
}
.vk-dropdown .dropdown-options .select-header .arrow {
  margin-left: auto;
}
.vk-dropdown .dropdown-options.arrow-right .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vk-dropdown .dropdown-options.arrow-right .select-header .arrow {
  margin-left: auto;
}
.vk-dropdown .dropdown-options .select-header.open {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-dropdown .dropdown-options .options {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  white-space: nowrap;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
.vk-dropdown .dropdown-options .options li {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-dropdown .dropdown-options .options li:first-child {
  border-radius: 8px 8px 0 0;
}
.vk-dropdown .dropdown-options .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.vk-dropdown .dropdown-options .options li:hover {
  background-color: #e0e0e0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-dropdown .dropdown-options:focus {
  border: 1px solid rgba(128, 128, 128, 0.1882352941) !important;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-dropdown .dropdown-options.error {
  border: 1px solid #eba1af !important;
}
.vk-dropdown .dropdown-options li {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-dropdown .dropdown-options li:first-child {
  border-radius: 8px 8px 0 0;
}
.vk-dropdown .dropdown-options li:last-child {
  border-radius: 0 0 8px 8px;
}
.vk-dropdown .dropdown-options li:hover {
  color: #be0023;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vk-dropdown .dropdown-options .dropdown-option {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  white-space: nowrap;
}
.vk-dropdown .dropdown-options .dropdown-option:first-child {
  border-radius: 8px 8px 0 0;
}
.vk-dropdown .dropdown-options .dropdown-option:last-child {
  border-radius: 0 0 8px 8px;
}
.vk-dropdown .dropdown-options .dropdown-option:hover {
  color: #be0023;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.vk-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}
.vk-modal .modal-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90%;
  max-height: 90%;
  padding: 0;
  margin: auto;
  overflow: scroll;
  background-color: #ffffff;
  border-radius: 16px;
}
.vk-modal .modal-content .modal-header {
  position: relative;
  padding: 20px;
}
.vk-modal .modal-content .modal-header .modal-close {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}
.vk-modal .modal-content .modal-header .modal-close svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.vk-modal .modal-content .modal-body {
  overflow: scroll;
}
.vk-modal.modal-y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vk-modal.modal-y-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.vk-modal.modal-small .modal-content {
  width: 30%;
  max-height: calc(100vh - 45%);
}
.vk-modal.modal-medium .modal-content {
  width: 50%;
}
.vk-modal.modal-large .modal-content {
  width: 70%;
}
.vk-modal.modal-x-large .modal-content {
  width: 90%;
}
@media screen and (max-width: 440px) {
  .vk-modal .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100vh - 5%);
  }
  .vk-modal .modal-content, .vk-modal.modal-small .modal-content, .vk-modal.modal-medium .modal-content, .vk-modal.modal-large .modal-content, .vk-modal.modal-x-large .modal-content {
    width: 95%;
  }
}

.card {
  width: 280px;
}
.card .no-image {
  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: 1px solid #e0e0e0;
}
.card .card-body .title,
.card .card-body .description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
}
.card .card-body .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
.card .card-body .description {
  -webkit-line-clamp: 3;
}
.card .card-body .date-heading {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.card .card-body .date {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 440px) {
  .card .card-body .date {
    font-size: 14px;
  }
  .card .card-body .title {
    font-size: 16px;
  }
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 0;
}
.news-card + .news-card {
  border-top: 1px solid #e0e0e0;
}
.news-card .news-date {
  width: 80px;
  margin-right: 10px;
}
.news-card .news-text {
  width: calc(100% - 90px);
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 440px) {
  .news-card .news-text {
    font-size: 16px;
  }
}

.card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card-grid .card {
  width: calc(33.3333333333% - 20px);
}
.card-grid .card img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .card-grid .card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 440px) {
  .card-grid .card {
    width: 100%;
  }
}

.cta {
  position: relative;
  z-index: 0;
  padding: 30px 40px;
  color: #ffffff;
  background-color: #be0023;
  border-radius: 16px;
}
@media screen and (max-width: 600px) {
  .cta {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 440px) {
  .cta {
    padding: 30px 20px;
  }
}
.cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-color: transparent;
  background-image: url("../images/shared/background-v.svg");
  background-repeat: no-repeat;
  background-position: 0% 55%;
  background-size: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 900px) {
  .cta::before {
    background-position: 35% 50%;
    background-size: 150%;
  }
}
.cta img.growth {
  position: absolute;
  top: -100px;
  right: -3%;
  width: 33%;
  height: auto;
}
@media screen and (max-width: 1070px) {
  .cta img.growth {
    top: -70px;
    right: 0%;
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .cta img.growth {
    top: -120px;
    right: auto;
    left: 26%;
    width: 60%;
  }
}
@media screen and (max-width: 440px) {
  .cta img.growth {
    top: -100px;
    right: 0;
    left: 40px;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
.cta .contents-info {
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .cta .contents-info {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .cta .contents-info {
    margin-top: 80px;
  }
}
.cta .contents-info .headline {
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 440px) {
  .cta .contents-info .headline {
    font-size: 28px;
  }
}
.cta .button-area {
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .cta .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.cta .button-area .column {
  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;
  width: 240px;
}
@media screen and (max-width: 900px) {
  .cta .button-area .column {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .cta.small img.growth {
    width: 40%;
  }
}
.cta.small .vk-hide-only.huge {
  display: inherit;
}
.cta.top-margin {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .cta.top-margin {
    margin-top: 120px;
  }
}

.reason {
  position: relative;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 358px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  background-color: #ffffff;
  border-radius: 5px;
}
.reason .reason-body {
  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;
  width: 100%;
  height: 100%;
  text-align: center;
}
.reason .reason-body .reason-no {
  position: absolute;
  top: 10px;
  left: 15px;
  font-family: "Roboto", "Noto Sans JP", "Avenir";
  font-size: 16px;
  font-weight: 700;
}
.reason .reason-body .reason-image {
  margin-top: 10px;
  margin-bottom: 20px;
}
.reason .reason-body .reason-image img {
  width: 100%;
}
.reason .reason-body .reason-title {
  font-size: 20px;
  font-weight: 700;
  color: #be0023;
}
.reason .reason-description {
  min-height: 133px;
  flex-shrink: 0;
  padding: 15px;
  background-color: #fde3e3;
}
.reason .reason-description p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.reason .reason-description .reason-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin-top: 10px;
}
.reason .reason-description .reason-other p {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (width >= 901px) and (width <= 1280px) {
  .reason {
    height: clamp(252px, 28vw, 358px);
  }
  .reason .reason-body .reason-no {
    font-size: clamp(12px, 1vw, 16px);
  }
  .reason .reason-body .reason-image {
    width: clamp(45px, 5vw, 60px);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .reason .reason-body .reason-image img {
    height: auto;
  }
  .reason .reason-body .reason-title {
    font-size: clamp(16px, 1.5vw, 20px);
  }
  .reason .reason-description {
    min-height: clamp(140px, 11vw, 133px);
  }
  .reason .reason-description p {
    font-size: 12px;
    line-height: 1.3;
  }
  .reason .reason-description .reason-other p {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .reason {
    width: clamp(150px, 36vw, 315px);
    height: clamp(220px, 52vw, 447px);
  }
  .reason .reason-body .reason-no {
    font-size: clamp(8px, 3vw, 16px);
  }
  .reason .reason-body .reason-image {
    width: clamp(40px, 9vw, 80px);
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .reason .reason-body .reason-image img {
    height: auto;
  }
  .reason .reason-body .reason-title {
    font-size: clamp(13px, 3.5vw, 25px);
  }
  .reason .reason-description {
    min-height: clamp(95px, 23vw, 166px);
    padding: clamp(8px, 1.8vw, 16px);
  }
  .reason .reason-description p {
    font-size: clamp(9px, 2vw, 18px);
    line-height: 1.3;
  }
  .reason .reason-description .reason-other p {
    font-size: clamp(8px, 1.8vw, 16px);
  }
}
.ivcp-buttons-wrapper {
  position: fixed;
  bottom: 0;
  z-index: 110;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  width: 100vw;
  font-size: clamp(12px, 3.5vw, 24px);
  font-weight: 700;
  text-align: center;
}
.ivcp-buttons-wrapper .contact-button {
  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;
  width: 28.8vw;
  height: clamp(50px, 13vw, 100px);
  color: #be0023;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-transition: border 0.7s;
  transition: border 0.7s;
}
.ivcp-buttons-wrapper .contact-button:hover {
  border: 2px solid #be0023;
}
.ivcp-buttons-wrapper .register-button {
  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;
  width: 36vw;
  height: clamp(50px, 13vw, 100px);
  color: #ffffff;
  background-color: #be0023;
  border: 2px solid #be0023;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.ivcp-buttons-wrapper .register-button:hover {
  color: #be0023;
  background-color: #ffffff;
}
.ivcp-buttons-wrapper .login-button {
  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;
  width: 35.3vw;
  height: clamp(50px, 13vw, 100px);
  color: #be0023;
  background-color: #fde3e3;
  border: 2px solid #fde3e3;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.ivcp-buttons-wrapper .login-button:hover {
  color: #be0023;
  background-color: #ffffff;
}

.ivcp-buttons-wrapper.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 gray;
          box-shadow: 0 2px 8px 0 gray;
}

.use-step {
  position: relative;
  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;
  width: 100%;
  max-height: 426px;
  background-color: #f8f8f8;
}
.use-step-step {
  width: 70%;
  padding: 10px 0;
  margin-top: -26px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 700;
  color: white;
  text-align: center;
  background-color: #be0023;
  border-radius: 40px;
}
.use-step-image {
  width: clamp(120px, 12vw, 174px);
  height: clamp(120px, 12vw, 174px);
  background-color: white;
  border-radius: 50%;
}
.use-step-title {
  padding: 20px 20px 30px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
}
.use-step-description {
  min-height: 112px;
  padding: 20px;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  background-color: #fce2e2;
}
.use-step-image-wrapper {
  position: relative;
  margin-top: clamp(20px, 3vw, 40px);
}
.use-step-image-wrapper .points-arrow-right {
  position: absolute;
  top: clamp(50px, 5vw, 80px);
  left: clamp(145px, 23vw, 240px);
  z-index: 20;
}

.use-step-sp {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90vw;
  max-width: 654px;
  min-height: 142px;
}
.use-step-sp .use-step-left {
  position: relative;
  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;
  background-color: #f8f8f8;
}
.use-step-sp .use-step-left .use-step-sp-step {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  padding: 5px;
  font-family: "Roboto", "Noto Sans JP", "Avenir";
  font-size: clamp(16px, 4vw, 31px);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #be0023;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.use-step-sp .use-step-left .use-step-sp-image {
  width: clamp(80px, 20vw, 172px);
  height: clamp(80px, 20vw, 172px);
  margin: clamp(20px, 5vw, 40px) 0;
}
.use-step-sp .use-step-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  background-color: #fde3e3;
}
.use-step-sp .use-step-right .use-step-sp-title {
  padding-bottom: 7px;
  font-size: clamp(18px, 5vw, 31px);
  font-weight: 700;
  line-height: 1.25;
}
.use-step-sp .use-step-right .use-step-sp-description {
  font-size: clamp(12px, 3vw, 20px);
  font-weight: 500;
}
.use-step-sp .points-arrow-down {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 10;
  height: clamp(80px, 13vw, 100px);
  -o-object-fit: contain;
     object-fit: contain;
}

.entry {
  padding: 50px 60px 50px 70px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  background-color: #fde3e3;
}
@media screen and (width <= 900px) {
  .entry {
    padding: 25px 0 2px;
  }
}
.entry-corporate-logo {
  display: block;
  max-width: 558px;
  margin: 0 auto 38px;
}
.entry-text-wrapper p {
  margin-bottom: 30px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  text-align: center;
}
.entry-text-wrapper p:nth-child(2) {
  font-size: clamp(24px, 3vw, 30px);
}
.entry-text-wrapper p .text-small-red {
  font-size: clamp(28px, 3vw, 35px);
  color: #be0023;
}
.entry-text-wrapper p .text-red {
  display: inline-block;
  margin: 0 5px 0 10px;
  font-family: "Roboto", "Noto Sans JP", "Avenir";
  font-size: clamp(45px, 6vw, 72px);
}
.entry-list-box .text-notice {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 900;
}
.entry-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 30px;
}
@media screen and (width <= 1070px) {
  .entry-list-wrapper {
    padding: 30px 0;
  }
}
.entry-card-photo {
  position: relative;
  top: -10px;
  left: -40px;
  display: inline-block;
  width: 32%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.entry-list {
  list-style-type: none;
}
.entry-list-item {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
}
.entry-list-item::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #2b2c2c;
  border-radius: 50%;
}
.entry-list-item.red::before {
  background-color: #be0023;
}
.entry-list-item .item-text-red {
  position: relative;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 900;
  color: #be0023;
}
.entry-list-item .item-text-red::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #be0023;
}
.entry-list-item .item-text-small {
  display: inline-block;
  margin-left: 10px;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
}
.entry-link-wrapper {
  text-align: center;
}
.entry-link-box {
  max-width: 573px;
  margin: 0 auto;
}
.entry-link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 18.6736%;
}
.entry-link span {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  padding-top: 15.6736%;
  background-color: #eacbca;
  border-radius: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.entry-link span.is-hover {
  top: 50%;
}
.entry-link-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.entry-sp .entry-corporate-logo {
  width: 88%;
  max-width: 582px;
  margin: 0 auto 25px;
}
.entry-sp .entry-text-wrapper p {
  margin-bottom: 40px;
  font-size: clamp(16px, 4.1vw, 31px);
}
.entry-sp .entry-text-wrapper p:nth-child(2) {
  margin-bottom: 21%;
  font-size: clamp(16px, 4.2vw, 32px);
}
.entry-sp .entry-text-wrapper .text-small-red {
  display: inline-block;
  margin-bottom: 10px;
  font-size: clamp(25px, 6.5vw, 49px);
}
.entry-sp .entry-text-wrapper .text-small-red .text-red {
  font-size: clamp(51px, 13.6vw, 102px);
}
.entry-sp .entry-list-wrapper {
  display: block;
  padding: 0 7% 30px;
  margin: 0 4.9% 25px;
}
.entry-sp .entry-list-wrapper .entry-card-photo-box {
  position: relative;
  padding-top: 62.0137%;
}
.entry-sp .entry-list-wrapper .entry-card-photo {
  position: absolute;
  top: -30%;
  left: 50%;
  width: 100%;
  margin-bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.entry-sp .entry-list-wrapper .entry-list-item {
  padding-left: 3%;
  font-size: clamp(16px, 4.2vw, 32px);
  line-height: 1.3;
}
.entry-sp .entry-list-wrapper .entry-list-item::before {
  top: 0.6em;
  width: 0.3em;
  height: 0.3em;
}
.entry-sp .entry-list-wrapper .entry-list-item .item-text-red {
  font-size: clamp(16px, 4.2vw, 32px);
  text-decoration: underline;
}
.entry-sp .entry-list-wrapper .entry-list-item .item-text-red::after {
  display: none;
}
.entry-sp .entry-list-wrapper .entry-list-item .item-text-small {
  margin-left: 0;
  font-size: clamp(11px, 2.9vw, 22px);
}
.entry-sp .entry-list-wrapper .text-notice {
  margin-left: 0;
  font-size: clamp(10px, 2.6vw, 20px);
}
.entry-sp .entry-link-wrapper {
  margin: 30px;
}
.entry-sp .entry-link-wrapper .entry-link-box {
  max-width: 590px;
}
.entry-sp .entry-link-wrapper .entry-link span {
  width: 95%;
}
@media screen and (width <= 650px) {
  .entry-sp .entry-link-wrapper .entry-link span {
    width: 100%;
  }
}

html {
  color: #333333;
}

body {
  width: 100%;
}

main,
footer {
  width: 100%;
}
main section,
footer section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main section:first-child,
footer section:first-child {
  margin-top: 80px;
}
main section article,
footer section article {
  position: relative;
  z-index: 3;
  width: 900px;
  margin: 40px 0;
}
main section article.wide,
footer section article.wide {
  width: 1070px;
}
main section article.full,
footer section article.full {
  width: 100%;
}
main section article.no-vertical-margin,
footer section article.no-vertical-margin {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1070px) {
  main section article,
  footer section article {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: 20px 0;
  }
  main section article.wide,
  footer section article.wide {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  main section:first-child,
  footer section:first-child {
    margin-top: 60px;
  }
}
@media screen and (max-width: 440px) {
  main section article,
  footer section article {
    padding-right: 10px;
    padding-left: 10px;
  }
}

footer section article {
  z-index: 2;
}

.pc {
  display: block;
}
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp {
    display: block;
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-header-invcp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-header img.section-logo {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.section-header .section-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.96px;
}
.section-header .section-title img {
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 440px) {
  .section-header .section-title {
    font-size: 24px;
  }
}

.heading-span {
  display: inline-block;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}

@media screen and (max-width: 440px) {
  .heading-span {
    font-size: 24px;
  }
}
.wp-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.wp-content blockquote {
  margin: 30px 0;
}
.wp-content p {
  margin: 20px 0;
}
.wp-content h2 {
  margin: 20px 0;
}
.wp-content strong {
  font-weight: 700;
}
.wp-content a {
  word-wrap: anywhere;
}
.wp-content.adyell a, .wp-content.adyell-pro a {
  color: #be0023;
}
.wp-content.stockyell a {
  color: #0c78ec;
}

.vk-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-header .logo.adyell {
  width: 120px;
}
@media screen and (min-width: 375px) and (max-width: 440px) {
  .vk-header .logo.adyell.page-length-scrolled {
    width: 100px;
  }
}
.vk-header .contents {
  width: 100%;
  max-width: 1280px;
}
.vk-header .contents .contact {
  margin-right: 10px;
}
.vk-header nav.nav {
  margin-left: auto;
}
.vk-header nav.nav a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vk-header nav.nav .vk-button {
  padding: 11px 18px;
}
@media screen and (max-width: 375px) {
  .vk-header nav.nav .vk-button {
    padding: 11px 12px;
  }
}
@media screen and (max-width: 440px) {
  .vk-header nav.nav .vk-button {
    margin-left: 0;
  }
}
.vk-header nav.nav ul.navigation-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.vk-header nav.nav ul.navigation-menu li {
  font-weight: 700;
}
.vk-header nav.nav ul.navigation-menu a:hover {
  color: #be0023;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-header nav.nav-toggle {
  position: fixed;
  top: 70px;
  right: 10px;
  left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-header nav.nav-toggle.active {
  height: auto;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 8px rgba(36, 36, 36, 0.3137254902);
          box-shadow: 0 0 8px rgba(36, 36, 36, 0.3137254902);
}
.vk-header nav.nav-toggle ul.navigation-menu {
  -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;
  width: 100%;
  overflow: hidden;
  list-style: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vk-header nav.nav-toggle ul.navigation-menu li {
  padding: 15px 0;
}
.vk-header nav.nav-toggle ul.navigation-menu li:has(li) {
  padding: 0;
}
.vk-header nav.nav-toggle ul.navigation-menu li :has(li) li {
  margin: 0;
}
.vk-header nav.nav-toggle .buttons-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}
.vk-header nav.nav-toggle .vk-dropdown .dropdown-toggle {
  display: none;
}
.vk-header nav.nav-toggle .vk-dropdown .dropdown-options {
  position: relative;
  display: block;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vk-header .hamburger-wrapper {
  display: none;
}
.vk-header .hamburger-wrapper .hamburger {
  position: relative;
  top: 2px;
  cursor: pointer;
  background: transparent;
  border: transparent;
  outline: none;
}
.vk-header .hamburger-wrapper .hamburger-hidden {
  display: none;
}
@media screen and (max-width: 1280px) {
  .vk-header .hamburger-wrapper {
    display: block;
  }
}
@media screen and (max-width: 1070px) {
  .vk-header nav.nav ul.navigation-menu li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  .vk-header {
    height: 60px;
  }
  .vk-header .hide {
    display: none;
  }
  .vk-header .show {
    display: block;
  }
}

main section.top {
  z-index: 0;
  margin-top: 0;
  overflow: hidden;
}
main section.top::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-color: transparent;
  background-image: url("../images/shared/background-v.svg");
  background-repeat: no-repeat;
  background-position: 0% 55%;
  background-size: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 900px) {
  main section.top::before {
    background-position: 35% 50%;
    background-size: 150%;
  }
}
@media screen and (max-width: 900px) {
  main section.top::before {
    background-position: 40% 0%;
    background-size: 190%;
  }
}
main section.top article {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  main section.top article {
    margin-top: 60px;
  }
}
main section.top article .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
main section.top article .heading-sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.64px;
}
main section.top article .heading-description {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.56px;
}
main section.top article div.main-caption {
  width: 640px;
}
@media screen and (max-width: 900px) {
  main section.top article div.main-caption {
    width: 100%;
  }
}
main section.top article div.main-caption span.date {
  display: inline;
  font-size: xx-large;
  font-weight: bold;
  color: #be0023;
}
main section.top article div.top-image-wrapper {
  position: relative;
  top: 100px;
  left: 40px;
  margin-bottom: -220px;
  margin-left: -20px;
}
main section.top article div.top-image-wrapper.adyell {
  top: 0;
  left: 0;
  margin-bottom: -160px;
  margin-left: 0;
}
@media screen and (max-width: 440px) {
  main section.top article div.top-image-wrapper.adyell {
    margin-bottom: 0;
  }
}
main section.top article div.top-image-wrapper.adyell img.adyell-graph {
  position: relative;
}
main section.top article div.top-image-wrapper.adyell .commission-text {
  position: absolute;
  top: 120px;
  right: 140px;
}
@media screen and (max-width: 375px) {
  main section.top article div.top-image-wrapper.adyell .commission-text {
    top: 22%;
    right: 20%;
  }
}
@media screen and (min-width: 375px) and (max-width: 440px) {
  main section.top article div.top-image-wrapper.adyell .commission-text {
    top: 28%;
    right: 24%;
  }
}
main section.top article div.top-image-wrapper.adyell .commission-text .actual-commission {
  font-size: 28px;
}
main section.top article div.top-image-wrapper.adyell .disclaimer {
  width: 400px;
  margin: 0 10px;
  font-size: 10px;
  color: #8e8e8e;
}
@media screen and (max-width: 440px) {
  main section.top article div.top-image-wrapper.adyell .disclaimer {
    width: auto;
    margin: 0;
  }
}
main section.top article div.top-image-wrapper.pro {
  top: 40px;
}
@media screen and (min-width: 900px) and (max-width: 1070px) {
  main section.top article div.top-image-wrapper {
    left: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 900px) {
  main section.top article div.top-image-wrapper {
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
  main section.top article div.top-image-wrapper.pro {
    top: 0;
  }
}
main section.top article div.top-image-wrapper img {
  position: absolute;
  max-width: 100%;
  height: auto;
}
main section.top article div.top-image-wrapper img.background {
  position: relative;
  top: 0px;
  left: 0px;
}
main section.top article div.top-image-wrapper img.my-page {
  top: 20px;
  left: 0px;
}
@media screen and (max-width: 900px) {
  main section.top article div.top-image-wrapper img.my-page {
    top: 10px;
  }
}
main section.top article div.top-image-wrapper .partner-badges {
  top: 10px;
  right: 15px;
  width: 70%;
}
main section.top article div.top-image-wrapper img.badges {
  top: 300px;
  max-width: 200px;
}
@media screen and (max-width: 900px) {
  main section.top article div.top-image-wrapper img.badges {
    top: 60%;
    width: 40%;
  }
}
main section.top article div.top-image-wrapper img.ipo-company-group {
  left: 280px;
}
@media screen and (max-width: 900px) {
  main section.top article div.top-image-wrapper img.ipo-company-group {
    left: 33%;
  }
}
main section.top article div.top-image-wrapper img.mufg-partnered {
  left: 400px;
}
@media screen and (max-width: 900px) {
  main section.top article div.top-image-wrapper img.mufg-partnered {
    left: 62%;
  }
}
main section.top article div.button-area.adyell a.vk-button {
  margin: 30px 20px 30px 0;
}
@media screen and (max-width: 900px) {
  main section.top article div.button-area.adyell {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  main section.top article div.button-area.adyell a.vk-button {
    margin: 20px 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  main section.top article div.button-area.adyell {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  main section.top article div.button-area.adyell a.vk-button {
    margin: 15px 10px 0;
    font-size: 14px;
  }
}
main section.top article div.logos-area {
  color: #5a5a5a;
}
@media screen and (max-width: 375px) {
  main section.top article div.logos-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    zoom: 0.6;
  }
}
@media screen and (min-width: 375px) and (max-width: 440px) {
  main section.top article div.logos-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    zoom: 0.8;
  }
}
main section.top article div.logos-area .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 440px) {
  main section.top article div.logos-area .title .title {
    font-size: 16px;
  }
}
main section.top article div.interactive-section {
  position: relative;
  width: 560px;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1450980392);
}
main section.top article div.interactive-section.adyell {
  position: unset;
  width: 900px;
  padding: unset;
  margin: auto;
}
@media screen and (max-width: 1070px) {
  main section.top article div.interactive-section.adyell {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  main section.top article div.interactive-section {
    width: 100%;
    padding: 10px;
  }
  main section.top article div.interactive-section.adyell {
    padding: unset;
  }
}
@media screen and (min-width: 900px) and (max-width: 1070px) {
  main section.top article div.interactive-section {
    width: 520px;
    padding: 20px;
  }
  main section.top article div.interactive-section.adyell {
    padding: unset;
  }
}
main section.top article div.recommended .recommended-header .title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.64px;
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  main section.top article div.recommended .recommended-header .title {
    font-size: 20px;
  }
}
main section.top article div.recommended .recommended-header .help-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 700;
}
main section.top article div.recommended .recommended-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  main section.top article div.recommended .recommended-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main section.top article div.recommended .recommended-body .results {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 900px) {
  main section.top article div.recommended .recommended-body .results {
    -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;
  }
}
main section.top article div.recommended .recommended-body .results .selected-date {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main section.top article div.recommended .recommended-body .results .selected-date .date {
  font-size: 48px;
  line-height: 120%;
}
@media screen and (min-width: 900px) and (max-width: 1070px) {
  main section.top article h1 {
    font-size: 40px;
  }
  main section.top article .heading-sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  main section.top {
    background-position: 50% 0%;
    background-size: 200%;
  }
  main section.top article .top-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  main section.top article .top-content .main-caption .title {
    font-size: 24px;
  }
  main section.top article .top-content .main-caption .heading-sub {
    font-size: 14px;
  }
  main section.top article .top-content .main-caption .heading-description {
    font-size: 14px;
  }
  main section.top article .top-content .main-caption .heading-description span.date {
    font-size: 24px;
  }
}

.vk-simulation-container {
  width: 100%;
}
.vk-simulation-container .recharts-responsive-container {
  width: 100%;
  height: 100%;
  margin: 0;
}

section.achievements .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.72px;
}
section.achievements .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  text-align: center;
}
section.achievements .highlight-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 160%;
}
section.achievements .highlight-number small {
  position: relative;
  top: -3px;
  font-size: 32px;
}
section.achievements .heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 440px) {
  section.achievements .contents {
    margin-bottom: 0;
  }
  section.achievements .heading {
    font-size: 14px;
  }
  section.achievements .title {
    font-size: 26px;
  }
  section.achievements .col {
    -webkit-box-flex: content;
        -ms-flex: content;
            flex: content;
  }
  section.achievements .highlight-number {
    font-size: 30px;
  }
  section.achievements .highlight-number small {
    top: -2px;
    font-size: 14px;
  }
}

section.recommended-for {
  background-color: #f8f8f8;
}
section.recommended-for div.recommended-element {
  width: 230px;
  text-align: center;
}
section.recommended-for div.recommended-element h4 {
  line-height: 25px;
}
section.recommended-for .recommended-element p {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 440px) {
  section.recommended-for div.title {
    margin: 0;
  }
  section.recommended-for div.title h3 {
    font-size: 26px;
  }
  section.recommended-for div.title p {
    font-size: 20px;
  }
  section.recommended-for .recommended-element-area {
    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;
    margin: 10px 0;
  }
  section.recommended-for .recommended-element-area .recommended-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 10px;
  }
  section.recommended-for .recommended-element-area .recommended-element img {
    width: 40px;
    height: auto;
    margin-right: 30px;
  }
  section.recommended-for .recommended-element-area .recommended-element p {
    margin: auto 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
  }
}

section.functionality img.discussing {
  position: absolute;
  top: -20px;
  right: -120px;
  margin-bottom: -20px;
}
section.functionality div.functionality-section-area {
  margin: 60px 0;
}
section.functionality div.functionality-section-area h4,
section.functionality div.functionality-section-area h5 {
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
section.functionality div.functionality-section-area h4 {
  font-size: 28px;
}
section.functionality div.functionality-section-area h5 {
  font-size: 18px;
}
section.functionality div.functionality-pro-section {
  margin: 60px 4;
}
section.functionality .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 40px;
  text-align: center;
}
section.functionality .alert p {
  width: 100%;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 20px;
}
section.functionality .alert strong {
  margin-right: 10px;
}
@media screen and (max-width: 1070px) {
  section.functionality article .section-header img.discussing {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  section.functionality .section-header img.discussing {
    position: relative;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
    margin: 0;
  }
  section.functionality img {
    max-width: 100%;
    height: auto;
  }
  section.functionality .functionality-section-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.functionality .functionality-section-area h3 {
    font-size: 20px;
  }
  section.functionality .functionality-section-area .vk-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.functionality .functionality-section-area .functionality-section {
    width: 100%;
    margin: 20px 0;
  }
  section.functionality .functionality-section-area .functionality-section:first-child {
    margin: 0;
  }
  section.functionality .functionality-section-area .functionality-section .payment-types {
    margin: 0;
  }
  section.functionality .functionality-section-area .functionality-section .image-wrapper {
    margin-top: 20px;
  }
  section.functionality .functionality-section-area .functionality-section h1 {
    margin: 0 0 10px 0;
  }
  section.functionality .functionality-section-area .functionality-section .alert {
    margin: 10px 0;
    text-align: left;
  }
  section.functionality .functionality-section-area .functionality-section .alert p {
    width: 100%;
    padding: 20px;
    background: #f6f6f6;
    border-radius: 20px;
  }
  section.functionality .functionality-section-area .functionality-section .alert strong {
    display: block;
    margin-right: 10px;
  }
  section.functionality .functionality-section-area .functionality-section .functionality-section-mypage-img-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.functionality .functionality-section-area .functionality-section .functionality-section-mypage-img-row img {
    width: 40%;
    height: auto;
  }
  section.functionality .functionality-section-area .functionality-pro-section {
    width: 100%;
    margin: 20px 0;
  }
  section.functionality .functionality-section-area .functionality-pro-section h2.vk-text-ginormous {
    margin: 0;
    font-size: 20px;
  }
  section.functionality .functionality-section-area .functionality-pro-section img.my-page {
    position: relative;
    top: -120px;
    right: -90px;
    width: 40%;
  }
  section.functionality .functionality-section-area .functionality-pro-section .my-page-wrapper {
    height: 0px;
  }
  section.functionality .functionality-section-area .functionality-pro-section .my-page-bullet-points {
    margin-top: 50px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 440px) {
  div.functionality-section-area h4 {
    font-size: 20px;
  }
  div.functionality-section-area h5 {
    font-size: 16px;
  }
}
.support-modal,
.payment-comparison-modal,
.cash-flow-form-modal {
  padding: 20px;
}
.support-modal .form-group,
.payment-comparison-modal .form-group,
.cash-flow-form-modal .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 46%;
}
.support-modal .form-group .vk-input-wrapper,
.payment-comparison-modal .form-group .vk-input-wrapper,
.cash-flow-form-modal .form-group .vk-input-wrapper {
  width: 100%;
  margin-right: 5px;
}
.support-modal .form-group .vk-input-wrapper input,
.payment-comparison-modal .form-group .vk-input-wrapper input,
.cash-flow-form-modal .form-group .vk-input-wrapper input {
  width: 100%;
}
.support-modal .form-group span,
.payment-comparison-modal .form-group span,
.cash-flow-form-modal .form-group span {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}
.support-modal .form-group div span,
.payment-comparison-modal .form-group div span,
.cash-flow-form-modal .form-group div span {
  white-space: nowrap;
}
.support-modal .w-200,
.payment-comparison-modal .w-200,
.cash-flow-form-modal .w-200 {
  min-width: 200px;
}
@media screen and (max-width: 900px) {
  .support-modal,
  .payment-comparison-modal,
  .cash-flow-form-modal {
    min-width: auto;
  }
  .support-modal .form-row,
  .payment-comparison-modal .form-row,
  .cash-flow-form-modal .form-row {
    margin: 0;
  }
  .support-modal .form-group,
  .payment-comparison-modal .form-group,
  .cash-flow-form-modal .form-group {
    max-width: 100%;
    margin-top: 20px;
  }
  .support-modal .w-200,
  .payment-comparison-modal .w-200,
  .cash-flow-form-modal .w-200 {
    min-width: 100%;
  }
}

.cash-flow-details-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cash-flow-details-title .vk-select {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 900px) {
  .cash-flow-details-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cash-flow-details-title .vk-select {
    margin-left: 0;
  }
}

.cash-flow-container-modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 20px 20px;
}
.cash-flow-container-modal h2 {
  font-size: 36px;
}
.cash-flow-container-modal div.modal-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 0;
  overflow: auto;
  background-color: #ffffff;
  border-radius: 8px;
}
.cash-flow-container-modal div.modal-column .title-row .right-section {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.cash-flow-container-modal div.modal-column .title-row .right-section div:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
.cash-flow-container-modal div.modal-column .table-section table {
  width: 100%;
  border-collapse: collapse;
}
.cash-flow-container-modal div.modal-column .table-section table tr td {
  padding: 10px 5px;
  white-space: nowrap;
}
.cash-flow-container-modal div.modal-column .table-section table tr td.number {
  width: 60px;
  padding-right: 20px;
  text-align: right;
}
.cash-flow-container-modal div.modal-column .table-section table tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.cash-flow-container-modal div.modal-column .table-section table tr td.legend-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.cash-flow-container-modal div.modal-column .table-section table tr td.legend-item p {
  gap: 5px;
}
.cash-flow-container-modal div.modal-column .table-section table tr td.legend-item p::before {
  display: inline-block;
  width: 15px;
  height: 8px;
  content: " ";
  border-radius: 8px;
}
.cash-flow-container-modal div.modal-column .table-section table tr td.legend-item p.gray::before {
  background: #e0e0e0;
}
.cash-flow-container-modal div.modal-column .table-section table tr td.legend-item p.corporate::before {
  background: #be0023;
}
.cash-flow-container-modal div.modal-column .table-section table tr:nth-child(even) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.cash-flow-container-modal div.modal-column .table-section table tr:last-child td {
  padding: 0 5px 5px;
  border-bottom: none;
}
.cash-flow-container-modal div.modal-column .table-section table th {
  padding: 5px;
  font-weight: 300;
  color: #8e8e8e;
}
.cash-flow-container-modal div.modal-column .table-section table th:last-child {
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 900px) {
  .cash-flow-container-modal {
    padding: 0 20px;
  }
  .cash-flow-container-modal div.modal-column .title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
  .cash-flow-container-modal div.modal-column .title-row .left-section {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .cash-flow-container-modal div.modal-column .title-row .right-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .cash-flow-container-modal div.modal-column .title-row .right-section div:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: right;
  }
  .cash-flow-container-modal div.modal-column .title-row .right-section div:first-child p {
    font-weight: 400;
  }
}
@media screen and (max-width: 440px) {
  .cash-flow-container-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cash-flow-container-modal div.modal-column {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cash-flow-container-modal div.modal-column .table-section {
    overflow: auto;
  }
  .cash-flow-container-modal div.modal-column .table-section table tr.first-row-content td {
    white-space: normal;
  }
}

section.vk-detailed-simulation article .alert-area-white-gb {
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 16px;
}
section.vk-detailed-simulation article .alert-area-white-gb button {
  margin: 0 0 0 20px;
  white-space: nowrap;
}
section.vk-detailed-simulation article .cash-flow {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 16px;
}
section.vk-detailed-simulation article .cash-flow h4 {
  font-size: 18px;
}
section.vk-detailed-simulation article .cash-flow .cash-flow-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.56px;
}
section.vk-detailed-simulation article .cash-flow .title-row h3 {
  min-width: 150px;
  margin-right: 20px;
  font-size: 16px;
}
section.vk-detailed-simulation article .cash-flow .title-row .vk-select {
  background: #ffffff;
}
section.vk-detailed-simulation article .cash-flow .title-row .title-with-select {
  max-width: calc(100% - 100px);
}
section.vk-detailed-simulation article .cash-flow .title-row .title-with-select .cash-flow-summary {
  overflow: hidden;
}
section.vk-detailed-simulation article .cash-flow .title-row button {
  font-weight: 600;
  background: transparent;
  border: none;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper {
  gap: 10px;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 380px;
  max-width: calc(50% - 7.5px);
  padding: 15px;
  background-color: #ffffff;
  border-radius: 8px;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .case-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.56px;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .graph {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #be0023;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .graph .card-price {
  font-size: 48px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
  white-space: nowrap;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .graph .card-price .sign,
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .graph .card-price .unit {
  color: #333333;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .graph .card-title {
  color: #333333;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .table-section table {
  width: 90%;
  border-collapse: collapse;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .table-section table td {
  padding: 5px;
  color: #8e8e8e;
  text-align: right;
  white-space: nowrap;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .table-section table td:first-child {
  min-width: 80px;
  text-align: left;
  white-space: normal;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .table-section table tr.first-row-content td:first-child,
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .table-section table tr.first-row-content td:last-child {
  color: #333333;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .table-section table th {
  padding: 5px;
  font-weight: 300;
  color: #8e8e8e;
  border-bottom: 1px solid #e0e0e0;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .table-section table th:first-child {
  text-align: left;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .table-section table th:last-child {
  font-weight: 600;
  color: #333333;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .custom-legend {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .custom-legend .legend-item {
  white-space: nowrap;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .custom-legend .legend-item::before {
  display: block;
  width: 20px;
  height: 8px;
  margin-right: 4px;
  content: " ";
  border-radius: 2px;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .custom-legend .legend-item:first-child::before {
  background: #e0e0e0;
}
section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .custom-legend .legend-item:last-child::before {
  background: #be0023;
}
section.vk-detailed-simulation article .cash-flow .cta-row button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f6f6f6;
  border-radius: 16px;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card:first-child {
  margin-right: 20px;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card:nth-child(2) {
  margin-left: 20px;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card h4 {
  font-size: 18px;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card {
  max-width: calc(100% - 500px);
  padding: 20px;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .title small {
  font-size: 15px;
  font-weight: 300;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .title + div {
  overflow: hidden;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .vk-simulation-container {
  width: 100%;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .payment-summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0 auto;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .payment-summary .price {
  font-size: 48px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .payment-summary .second-row .subscript {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  line-height: 60px;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .payment-comparison-cta p {
  overflow: hidden;
  color: #8e8e8e;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card div.simulation .title {
  width: 100%;
  text-align: left;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card div.simulation div.annotations.arrow {
  bottom: -55px;
  left: 54.5%;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 460px;
  padding: 20px;
  overflow: hidden;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.support-card .support-summary {
  width: 100%;
  overflow: hidden;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.support-card .ds-sumulation-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.support-card .ds-sumulation-card-content .value {
  text-align: center;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.support-card .ds-sumulation-card-content .value h2 {
  font-size: 45px;
}
section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.support-card .ds-sumulation-card-content .value h2 small {
  font-size: 0.4em;
}
@media screen and (max-width: 900px) {
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card:first-child {
    margin-right: 0px;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card:nth-child(2) {
    margin-left: 0px;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card {
    max-width: 100%;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card > p:last-child {
    text-align: center;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.support-card {
    max-width: 100%;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.support-card .support-summary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.vk-detailed-simulation article .cash-flow .title-row .title-with-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
  }
  section.vk-detailed-simulation article .cash-flow .title-row .title-with-select .select-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
    width: 100%;
  }
  section.vk-detailed-simulation article .cash-flow .title-row .title-with-select .select-group .vk-input-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
  }
  section.vk-detailed-simulation article .cash-flow .title-row .title-with-select .select-group .vk-input-wrapper .full-height {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
  section.vk-detailed-simulation article .cash-flow .title-row .title-with-select .select-group .vk-input-wrapper .vk-select {
    margin-left: 0;
  }
  section.vk-detailed-simulation article .cash-flow .title-row .title-with-select .select-group .vk-input-wrapper .vk-select .select-header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: 100%;
  }
  section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding: 10px 0;
    background-color: transparent;
  }
  section.vk-detailed-simulation article .cash-flow .cta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 10px;
  }
  section.vk-detailed-simulation article .cash-flow .cta-row div {
    width: 100%;
  }
  section.vk-detailed-simulation article .cash-flow .cta-row button {
    margin-left: 0;
  }
  section.vk-detailed-simulation article .cash-flow .cta-row button:last-child {
    display: inline-block;
    margin-bottom: 10px;
    background: transparent;
    border: none;
  }
}
@media screen and (max-width: 440px) {
  section.vk-detailed-simulation article .alert-area-white-gb button {
    margin: 20px 0;
  }
  section.vk-detailed-simulation article .basic-simulation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card h3 {
    font-size: 16px;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .title small {
    font-size: 14px;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .payment-summary .price {
    font-size: 28px;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .payment-summary .second-row .subscript {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
    line-height: 40px;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .payment-comparison-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card .payment-comparison-cta p {
    width: 100%;
    margin-top: 10px;
  }
  section.vk-detailed-simulation article .basic-simulation-row .ds-simulation-card.payment-comparison-card div.simulation div.annotations.arrow {
    left: 58%;
  }
  section.vk-detailed-simulation article .cash-flow .title-row .title-with-select .select-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  section.vk-detailed-simulation article .cash-flow .title-row .title-with-select .select-group .vk-input-wrapper:last-child {
    height: 40px;
  }
  section.vk-detailed-simulation article .cash-flow .title-row .title-with-select .select-group .vk-input-wrapper .vk-select {
    margin-right: 0;
  }
  section.vk-detailed-simulation article .cash-flow .cash-flow-heading {
    font-size: 14px;
  }
  section.vk-detailed-simulation article .cash-flow h5 {
    margin-right: 0px;
  }
  section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card {
    width: 100%;
    min-width: auto;
  }
  section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .case-heading {
    font-size: 14px;
  }
  section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .graph .card-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .graph .card-price {
    font-size: 48px;
  }
  section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .graph .card-price .sign {
    font-size: 24px;
  }
  section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .graph .card-price .unit {
    line-height: 14px;
    text-align: center;
  }
  section.vk-detailed-simulation article .cash-flow .simulation-result-cards-wrapper div.case-card .table-section {
    overflow: auto;
  }
  section.vk-detailed-simulation article .cash-flow .cta-row {
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  section.vk-detailed-simulation .cash-flow .title-row .title-with-select .select-group .vk-text-small {
    font-size: 12px;
  }
}

.radio-group {
  width: 50%;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 900px) {
  .radio-group {
    width: auto;
    padding: 0;
  }
}

section.merits {
  z-index: 0;
  background-color: #f8f8f8;
}
section.merits::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-color: transparent;
  background-image: url("../images/shared/background-v.svg");
  background-repeat: no-repeat;
  background-position: 0% 55%;
  background-size: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 900px) {
  section.merits::before {
    background-position: 35% 50%;
    background-size: 150%;
  }
}
section.merits article .cash-flow,
section.merits article .borrow-system,
section.merits article .expenses {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.merits article .rules {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}
section.merits article .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.merits article img {
  max-width: 100%;
  height: auto;
}
section.merits article h4 {
  font-size: 18px;
}
section.merits article .span-margin {
  display: inline-block;
  margin-bottom: 10px;
}
section.merits article .merit-pro-element p {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 900px) {
  section.merits {
    background-position: 35% 25%;
    background-size: 170%;
  }
  section.merits article img.merits-logo {
    width: 40%;
  }
  section.merits article .merits-pro-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.merits article .merits-pro-area .merit-pro-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 15px 20px;
  }
  section.merits article .merits-pro-area .merit-pro-element img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  section.merits article .merits-pro-area .merit-pro-element p {
    margin: auto 0;
    font-weight: 300;
    text-align: left;
  }
  section.merits article .merits-pro-area .merit-pro-element p br {
    display: none;
  }
  section.merits article .merit-disclaimer {
    font-size: 14px;
  }
  section.merits article .merits-area .cash-flow,
  section.merits article .merits-area .borrow-system,
  section.merits article .merits-area .expenses {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 0 auto;
  }
  section.merits article .merits-area .rules {
    width: 100%;
    margin: 20px auto;
  }
  section.merits article .merits-area .cash-flow .image-wrapper,
  section.merits article .merits-area .borrow-system .image-wrapper {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  section.merits article .merits-area .cash-flow .image-wrapper .inline,
  section.merits article .merits-area .borrow-system .image-wrapper .inline {
    display: inline;
  }
}
@media screen and (max-width: 440px) {
  section.merits article h4 {
    font-size: 16px;
  }
  section.merits article .merit-pro-element p {
    font-size: 16px;
  }
}

section.aside article {
  margin: 40px 0;
}

section.usable-media article img.people-talking {
  position: relative;
  right: -160px;
}
@media screen and (max-width: 1280px) {
  section.usable-media article img.people-talking {
    right: 0;
  }
}
section.usable-media article td.media-list {
  width: 580px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  section.usable-media article table {
    width: 100%;
    margin: 10px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.28px;
  }
  section.usable-media article table thead tr td {
    padding: 5px;
    color: #333333;
    white-space: nowrap;
  }
  section.usable-media article table tbody tr td {
    width: 100%;
    padding: 5px;
  }
  section.usable-media article table tbody tr td.media-list {
    font-size: 0.9em;
    text-overflow: ellipsis;
  }
}
section.usable-media article.adyell {
  margin-top: 20px;
}
section.usable-media article.adyell img.people-talking {
  top: -10px;
}
section.usable-media article.adyell-pro {
  margin-bottom: 80px;
}
section.usable-media article.adyell-pro img.people-talking {
  top: 170px;
  margin-bottom: -110px;
}
@media screen and (max-width: 1070px) {
  section.usable-media article.adyell-pro {
    margin-bottom: 40px;
  }
  section.usable-media article.adyell-pro img.people-talking {
    top: 140px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

section.next-steps .colored-circle-wrapper {
  margin-left: 30px;
}
section.next-steps p {
  line-height: 20px;
}
section.next-steps .step-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 900px) {
  section.next-steps .step-content .step-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
  section.next-steps .step-content .step-header .colored-circle-wrapper {
    margin-right: 10px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 440px) {
  .step-header {
    font-size: 16px;
  }
}
section.articles {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}
section.articles::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150%;
  content: "";
  background-color: transparent;
  background-image: url("../images/shared/background-v-left.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.articles .article-container {
  margin-top: 40px;
}
section.articles .card-row-container {
  overflow-x: scroll;
}
section.articles .card-row-container .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 900px;
}
section.articles .card-row-container .card-row .card {
  margin-right: 30px;
}
section.articles .card-row-container .card-row .card:nth-child(3n) {
  margin-right: 0;
}
section.articles .card-row-container .card-row .card:nth-child(n+4) {
  margin-top: 40px;
}

section.q-and-a {
  overflow: hidden;
  background-color: #f8f8f8;
}
section.q-and-a::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: transparent;
  background-image: url("../images/shared/background-v-left.svg");
  background-repeat: no-repeat;
  background-position: 100% -100px;
  background-size: 55% auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
section.q-and-a article::-webkit-scrollbar {
  display: none;
}
section.q-and-a .question-answer-element {
  position: relative;
  padding: 30px 0;
  margin: 0 80px;
  cursor: pointer;
  border-top: 2px solid #e0e0e0;
}
section.q-and-a .question-answer-element:last-child {
  border-bottom: 2px solid #e0e0e0;
}
section.q-and-a .question-answer-element a {
  color: #be0023;
}
section.q-and-a .question-answer-element .toggle {
  position: absolute;
  top: 30px;
  right: 0;
}
section.q-and-a .question-answer-element .question {
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
}
section.q-and-a .question-answer-element .question-q,
section.q-and-a .question-answer-element .question-a {
  position: relative;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.64px;
}
section.q-and-a .question-answer-element .question-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
section.q-and-a .question-answer-element .answer {
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 900px) {
  section.q-and-a::before {
    content: "";
    background-position: 100% 0;
    background-size: 100% auto;
  }
  section.q-and-a .question-answer-element {
    padding: 20px 0;
    margin: 0;
  }
  section.q-and-a .question-answer-element:nth-child(2) {
    border-top: none;
  }
  section.q-and-a .question-answer-element:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 440px) {
  section.q-and-a .question-q,
  section.q-and-a .question-a {
    font-size: 20px;
  }
  section.q-and-a .question-text {
    font-size: 16px;
  }
}

section.seek-alliance article .container {
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  background-color: #f6f6f6;
  border-radius: 16px;
}
section.seek-alliance article .container::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-color: transparent;
  background-image: url("../images/shared/background-v.svg");
  background-repeat: no-repeat;
  background-position: 0% 55%;
  background-size: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 900px) {
  section.seek-alliance article .container::before {
    background-position: 35% 50%;
    background-size: 150%;
  }
}
section.seek-alliance article .container .contents {
  gap: 20px;
}
section.seek-alliance article .container .contents .text-area {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
section.seek-alliance article .container .contents .buttons-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1070px) {
  section.seek-alliance article .container {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 900px) {
  section.seek-alliance article .container {
    padding: 20px 20px;
  }
  section.seek-alliance article .container .contents {
    -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;
  }
  section.seek-alliance article .container .contents .vk-button {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  section.seek-alliance article .container .contents .seek-alliance-title {
    font-size: 24px;
  }
}

section.company article .company-content {
  width: 45%;
  padding-left: 80px;
}
section.company article .company-content table tr td {
  padding: 10px 20px 10px 0;
  font-size: 16px;
  font-weight: 300;
}
section.company article .company-content table tr td:last-child {
  padding-right: 0;
}
section.company article .company-content table tr :first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
}
section.company article .map {
  width: 55%;
}
section.company article .map iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
@media screen and (max-width: 1070px) {
  section.company article .company-content {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 900px) {
  section.company article.vk-row {
    display: block;
  }
  section.company article .company-info {
    width: 100%;
    padding-left: 0;
  }
  section.company article table tr td {
    padding: 10px 10px 10px 0;
    font-size: 14px;
  }
  section.company article .map {
    width: 100%;
  }
  section.company article .map iframe {
    height: 240px;
  }
}

div.invcp-company-section section.company {
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
}
div.invcp-company-section section.company article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
div.invcp-company-section section.company article .company-content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-right: 30px;
  padding-left: 90px;
  margin: 100px 0;
}
div.invcp-company-section section.company article .company-content table {
  border-spacing: 0;
  border-top: 1px solid lightgray;
}
div.invcp-company-section section.company article .company-content table th {
  min-width: 130px;
  min-height: 85px;
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid lightgray;
}
div.invcp-company-section section.company article .company-content table td {
  min-width: 130px;
  min-height: 85px;
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid lightgray;
}
div.invcp-company-section section.company article .company-content table td:last-child {
  padding-right: 0;
  font-weight: 400;
}
div.invcp-company-section section.company article .company-content table a {
  font-weight: 400;
}
div.invcp-company-section section.company article .company-content table :first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.invcp-company-section section.company article .map {
  width: 100%;
}
div.invcp-company-section section.company article .map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: none;
  outline: none;
}
@media screen and (max-width: 900px) {
  div.invcp-company-section section.company article.vk-row {
    display: block;
  }
  div.invcp-company-section section.company article .company-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: clamp(50px, 13vw, 100px) 0;
  }
  div.invcp-company-section section.company article .company-content table {
    width: 100%;
  }
  div.invcp-company-section section.company article .company-content table tr th {
    min-width: clamp(80px, 20vw, 130px);
    padding: clamp(5px, 3vw, 24px) 0;
    font-size: 2.5vw;
    line-height: 36px;
  }
  div.invcp-company-section section.company article .company-content table tr td {
    padding: 10px 10px 10px 0;
    font-size: 2.8vw;
  }
  div.invcp-company-section section.company article .map {
    width: 100%;
  }
  div.invcp-company-section section.company article .map iframe {
    height: 240px;
  }
  div.invcp-company-section section.company article .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.vk-footer {
  background-color: #f8f8f8;
}

.vk-footer section:first-child {
  margin-top: 0;
}

.vk-footer .contact-inquiry {
  margin: 40px 0;
}

.vk-footer .contact-inquiry .title {
  margin: 40px 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}

.vk-footer .links-area .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 16px;
  margin: 0 10px;
  border-top: 1px solid #e0e0e0;
}

.vk-footer .links-area .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.vk-footer .links-area .item a img {
  margin-left: 5px;
}

@media screen and (max-width: 900px) {
  .vk-footer .links-area .vk-row {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .vk-footer .contact-inquiry .title, .vk-footer {
    font-size: 16px;
  }
}
.invcp-footer.footer-bottom {
  background-color: #be0023;
}
.invcp-footer.footer-bottom .copyright {
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.service-picker-modal .service-picker {
  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;
  padding: 10px;
  border-radius: 16px;
}
.service-picker-modal .service-picker .vk-modal-card {
  width: 300px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 16px;
}
.service-picker-modal .service-picker .vk-modal-card h6 {
  font-weight: 200;
}
.service-picker-modal .service-picker .vk-modal-card .inline {
  display: inline;
  vertical-align: middle;
}
.service-picker-modal .service-picker .vk-modal-card img {
  width: 200px;
  height: auto;
}
.service-picker-modal .service-picker .vk-modal-card img.right-arrow {
  width: auto;
  height: 40px;
}
.service-picker-modal .service-picker .vk-modal-card:hover,
.service-picker-modal .service-picker .vk-modal-card:focus {
  cursor: pointer;
}
@media screen and (max-width: 440px) {
  .service-picker-modal .service-picker {
    -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;
  }
}

section.voice-article article .metadata {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
}

section.seminar-article article .content-and-aside {
  width: 700px;
}
section.seminar-article article .form {
  width: 370px;
}
section.seminar-article article .form .form-activate {
  display: none;
}
section.seminar-article article .form .form-content {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 900px) {
  section.seminar-article article .content-and-aside {
    width: 100%;
  }
  section.seminar-article article .form {
    width: auto;
  }
  section.seminar-article article .form .form-content {
    position: fixed;
    inset: 0;
    z-index: 500;
    padding: 60px 10px;
    margin: 0;
    overflow: scroll;
    background: #ffffff;
  }
  section.seminar-article article .form .form-content.hide {
    display: none;
  }
  section.seminar-article article .form .form-content.show {
    display: block;
  }
  section.seminar-article article .form .form-activate {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
    padding: 10px;
    background: #ffffff;
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1450980392), -8px -8px 8px rgba(0, 0, 0, 0.1450980392);
            box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1450980392), -8px -8px 8px rgba(0, 0, 0, 0.1450980392);
  }
  section.seminar-article article .form .form-activate.hide {
    display: none;
  }
  section.seminar-article article .form .form-activate.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.seminar-article article .form .form-activate button {
    width: 100%;
  }
}

.chevron-shift {
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}

.vk-header.stockyell nav.nav ul.navigation-menu a:hover {
  color: #0c78ec;
}

main section.top.stockyell {
  min-height: 560px;
}
main section.top.stockyell div.top-image-wrapper {
  top: 0;
  left: 50px;
}
main section.top.stockyell .stock-badges {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: -35px;
}
main section.top.stockyell .stock-badges .mufg-partnered {
  position: absolute;
  left: 105px;
}
main section.top.stockyell .disclaimer {
  margin-left: 20px;
}
@media screen and (max-width: 440px) {
  main section.top.stockyell div.top-image-wrapper {
    left: 0;
  }
  main section.top.stockyell .disclaimer {
    margin: 10px auto;
    font-size: 12px;
  }
  main section.top.stockyell .stock-badges {
    inset: 180px 0 0 0;
    height: 0;
  }
  main section.top.stockyell .stock-badges .digital-holdings,
  main section.top.stockyell .stock-badges .mufg-partnered {
    position: relative;
    float: right;
    width: 40%;
    height: auto;
  }
  main section.top.stockyell .stock-badges .mufg-partnered {
    left: 75px;
  }
  main section.top.stockyell .stock-badges .digital-holdings {
    right: -30px;
  }
}

section.yell-series .inactive {
  display: none;
}
section.yell-series .promo-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.yell-series .promo-column .promo-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.yell-series .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 440px) {
  section.yell-series .title {
    font-size: 26px;
  }
}
section.yell-series .yell-series-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 440px) {
  section.yell-series .yell-series-title {
    margin: 20px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  section.yell-series .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.yell-series .main-row .promo-column {
    text-align: left;
  }
  section.yell-series .main-row .promo-column .promo-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100px;
  }
}
section.yell-series .vk-servicewrap .vk-row img {
  width: 162px;
  margin-right: 42px;
}
@media screen and (max-width: 440px) {
  section.yell-series .vk-servicewrap .vk-row img {
    width: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  section.recommended-for.stockyell div.recommended-element {
    width: 280px;
  }
}

.cta.stockyell {
  background-color: #0c78ec;
}

section.next-steps.stockyell .vk-colored-circle {
  background-color: #0c78ec;
}

.seminar-form-container {
  min-width: 380px;
  padding: 20px;
  background-image: url("../images/seminar/red-ractangle-form-gb.png");
  border-radius: 24px;
}
.seminar-form-container .seminar-form {
  max-height: calc(100vh - 260px);
  padding: 20px;
  overflow-y: scroll;
  background-color: #ffffff;
  border-radius: 24px;
}
.seminar-form-container.stockyell {
  background: #0c78ec;
}

@media screen and (max-width: 440px) {
  .seminar-form-container {
    min-width: auto;
    padding: 0;
    background-color: #ffffff;
    background-image: none;
  }
  .seminar-form-container .seminar-form {
    max-height: none;
    padding: 0;
    margin-top: 20px;
    overflow-y: visible;
  }
}
.document-form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.document-form .actions .actual-form .hs-button {
  width: auto;
  min-width: 200px;
}
.document-form .input .inputs-list:has(.hs-form-checkbox) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.document-form .input .inputs-list:has(.hs-form-checkbox) li:first-child span::after {
  position: relative;
  top: 0%;
  left: 50%;
  display: block;
  width: 120px;
  min-height: 40px;
  color: transparent;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
  width: 120px;
  background-image: url("../images/logo/adyell.svg");
}
.document-form .input .inputs-list:has(.hs-form-checkbox) li:nth-child(2) span::after {
  position: relative;
  top: 0%;
  left: 50%;
  display: block;
  width: 120px;
  min-height: 40px;
  color: transparent;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
  width: 120px;
  background-image: url("../images/logo/adyell-pro.svg");
}
.document-form .input .inputs-list:has(.hs-form-checkbox) .hs-form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 80px;
  padding: 30px 10px;
  margin: 0 5px;
  font-weight: bold;
  background: #f6f6f6;
  border-radius: 8px;
}
.document-form .input .inputs-list:has(.hs-form-checkbox) .hs-form-checkbox label input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
@media screen and (max-width: 440px) {
  .document-form .actions .hs-button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .document-form .input .hs-form-booleancheckbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .document-form .input .inputs-list:has(.hs-form-checkbox) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .document-form .input .inputs-list:has(.hs-form-checkbox) .hs-form-checkbox label {
    margin-right: 0;
    margin-left: 0;
  }
  .document-form .input .inputs-list:has(.hs-form-checkbox) .hs-form-checkbox {
    width: 100%;
    margin-top: 10px;
  }
}

section.banner .inactive {
  pointer-events: none;
  cursor: default;
}
section.banner .gray-out {
  opacity: 0;
}
section.banner .banner-box {
  position: relative;
  z-index: 0;
  min-height: auto;
  padding: 30px 40px;
  color: #ffffff;
  background-color: #be0023;
  border-radius: 16px;
}
section.banner .banner-box.stockyell {
  background-color: #0c78ec;
}
@media screen and (max-width: 440px) {
  section.banner .banner-box {
    padding: 20px;
  }
}
section.banner .banner-box .pc-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 440px) {
  section.banner .banner-box .pc-text {
    font-size: 20px;
  }
}
section.banner .banner-box .sp-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 440px) {
  section.banner .banner-box .sp-text {
    font-size: 16px;
  }
}
section.banner .banner-box::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  background-image: url("../images/shared/background-v.svg");
  background-repeat: no-repeat;
  background-position: 55% 50%;
  background-size: 80%;
  border-radius: 16px;
}
@media screen and (max-width: 900px) {
  section.banner .banner-box::after {
    background-position: 35% 50%;
    background-size: 100%;
  }
}
section.banner .banner-box .logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 440px) {
  section.banner .banner-box {
    min-height: auto;
  }
  section.banner .banner-box .content-area {
    -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;
  }
  section.banner .banner-box::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 32px;
    height: 32px;
    color: #ffffff;
    content: "";
    background-image: url("../images/stockyell/arrow.svg");
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.banner .banner-box:has(.inactive)::before {
    display: none;
  }
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-list svg {
  min-width: 1.15em;
}

.breadcrumb-list li {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: -0.56px;
  list-style: none;
}

.breadcrumb-list a:hover {
  text-decoration: underline;
}

.breadcrumb-list li:last-child {
  display: -webkit-box;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.breadcrumb-list li:last-child a {
  pointer-events: none;
}

section.invcp-top-pc {
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  background-image: url("../images/invcp-top/circle.svg");
  background-repeat: no-repeat;
  background-position-x: clamp(600px, 30vw, 1200px);
  background-position-y: -1000px;
}
section.invcp-top-pc article {
  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;
  width: 1280px;
  padding: 120px 20px 50px;
  margin: 0;
}
@media screen and (width <= 1300px) {
  section.invcp-top-pc img {
    width: 47.5vw;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  section.invcp-top-pc {
    display: none;
  }
}

/* 「業界最低水準」に係る注釈（2026-08-27 カンム指示） */
.nowrap { white-space: nowrap; }
.fv-visual img {
  display: block;
}
.fv-note {
  margin: 4px 0 0;
  padding-left: 29.2%;
  font-size: min(calc(12 / 1440 * 100vw), 12px);
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 900px) {
  .fv-note--sp {
    position: static;
    width: 100%;
    margin-top: calc(2 / 390 * 100vw);
    padding: 0 calc(10 / 390 * 100vw) 0 calc(142 / 390 * 100vw);
    font-size: calc(11 / 390 * 100vw);
    text-align: left;
    line-height: 1.5;
  }
}
/* 01カード内「業界最低水準」注釈: カード幅を押し広げない(width:0+min-width:100%)・小さめ文字で高さ内に収める */
.reason .reason-description .reason-other--compare {
  margin-top: 4px;
  contain: inline-size;
}
@media screen and (max-width: 900px) {
  .reason .reason-description .reason-other--compare {
    margin-top: 2px;
  }
}
section.invcp-top-sp {
  display: none;
}
@media screen and (width <= 768px) {
  section.invcp-top-sp {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 900px) {
  section.invcp-top-sp {
    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;
    padding-top: 70px;
    background-image: url("../images/invcp-top/circle-sp.svg");
    background-size: cover;
  }
  section.invcp-top-sp img {
    width: 90vw;
    height: 100%;
  }
}

.invcp-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 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;
  height: 80px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgb(197, 197, 197);
          box-shadow: 0 2px 8px 0 rgb(197, 197, 197);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.invcp-header .invcp-header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.invcp-header .hamburger-wrapper {
  margin-right: 10px !important;
}
.invcp-header .hamburger-wrapper button {
  background-color: transparent;
  border: none;
}

.invcp-text-link {
  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;
  height: 80px;
  padding: 0 16px;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
.invcp-text-link:hover {
  color: #be0023;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
.invcp-text-link-nav {
  margin-bottom: 35px;
  font-size: clamp(19px, 5.5vw, 38px);
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
.invcp-text-link-nav:hover {
  color: #be0023;
}

.invcp-contact-button-link {
  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;
  height: 80px;
  padding: 0 22px;
  white-space: nowrap;
  border: 2px solid #ffffff;
  -webkit-transition: border 0.7s;
  transition: border 0.7s;
}
.invcp-contact-button-link:hover {
  border: 2px solid #be0023;
}

.invcp-register-button-link {
  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;
  height: 80px;
  padding: 0 10px;
  white-space: nowrap;
  border: 2px solid #be0023;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.invcp-register-button-link:hover {
  color: #be0023;
  background-color: #ffffff;
}

.invcp-login-button-link {
  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;
  height: 80px;
  padding: 0 30px;
  text-align: center;
  white-space: nowrap;
  border: 2px solid #fde3e3;
  border-radius: 0 0 8px;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.invcp-login-button-link:hover {
  background-color: #ffffff;
}

.invcp-header-nav {
  position: fixed;
  top: 80px;
  z-index: 20;
  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;
  width: 100%;
  height: calc(100vh - 40px);
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
}
.invcp-header-nav p {
  font-weight: 700;
}
.invcp-header-nav .buttons-wrapper {
  position: absolute;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  width: 100%;
  font-size: clamp(12px, 3.5vw, 24px);
  line-height: clamp(50px, 13vw, 100px);
}
.invcp-header-nav .buttons-wrapper .invcp-contact-button-link-nav {
  height: clamp(50px, 13vw, 100px);
  color: #be0023;
  background-color: #fde3e3;
  border: 2px solid #fde3e3;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.invcp-header-nav .buttons-wrapper .invcp-contact-button-link-nav:hover {
  background-color: #ffffff;
}
.invcp-header-nav .buttons-wrapper .invcp-register-button-link-nav {
  height: clamp(50px, 13vw, 100px);
  color: #ffffff;
  background-color: #be0023;
  border: 2px solid #be0023;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.invcp-header-nav .buttons-wrapper .invcp-register-button-link-nav:hover {
  color: #be0023;
  background-color: #ffffff;
}

.hide {
  display: none !important;
}

@media screen and (width <= 800px) {
  .invcp-text-link {
    padding: 0 14px;
  }
  .invcp-contact-button-link {
    padding: 0 16px;
  }
  .invcp-header .hamburger-wrapper {
    margin-right: 0 !important;
  }
}
@media screen and (width <= 768px) {
  .invcp-header {
    height: 48px;
  }
  .invcp-header .invcp-header-logo {
    width: 139px;
  }
  .invcp-header .hamburger-wrapper {
    margin-right: 10px !important;
  }
  .invcp-header-nav {
    top: 40px;
  }
  .invcp-header-nav p {
    font-weight: bold;
  }
}

.invcp-banner {
  padding: min(calc(60 / 1440 * 100vw),60px) 0;
}

section.invcp-banner .banner__link {
  display: inline-block;
  width: inherit;
  cursor: pointer;
}

section.invcp-banner .banner__link img {
  display: inline-block;
  width: inherit;
  height: auto;
}

section.invcp-banner .banner__img {
  margin: 0 auto;
  width: min(calc(1000 / 1440 * 100vw),1000px);
}

section.invcp-banner .banner__detail {
  width: min(calc(1000 / 1440 * 100vw),1000px);
  max-width: 100%;
  margin: min(calc(40 / 1440 * 100vw),40px) auto 0;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
}
section.invcp-banner .banner__detail .detail-accordion {
  position: relative;
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(calc(18 / 1440 * 100vw),18px) min(calc(60 / 1440 * 100vw),60px);
  background-color: #ffffff;
  border: 2px solid #be0023;
  border-radius: min(calc(15 / 1440 * 100vw),15px);
  cursor: pointer;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__text {
  margin-right: 0 !important;
  font-size: clamp(13px, 3.5vw, 17px);
  font-weight: 700;
  color: #be0023;
  letter-spacing: min(calc(0.5 / 1440 * 100vw),0.5px);
  text-align: center;
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__toggle {
  position: absolute;
  top: calc(50% - 16px);
  right: min(calc(18 / 1440 * 100vw),18px);
  width: min(calc(32 / 1440 * 100vw),32px);
  height: min(calc(32 / 1440 * 100vw),32px);
  background-color: #be0023;
  border-radius: 50%;
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__toggle-icon {
  display: none;
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__toggle::after {
  content: "";
  position: absolute;
  top: calc(50% - min(calc(6 / 1440 * 100vw),6px));
  left: calc(50% - min(calc(5 / 1440 * 100vw),5px));
  width: min(calc(8 / 1440 * 100vw),8px);
  height: min(calc(8 / 1440 * 100vw),8px);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
section.invcp-banner .banner__detail .detail-accordion:has(.detail-accordion__body--opened) .detail-accordion__toggle::after {
  top: calc(50% - 2px);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  word-break: auto-phrase;
  background-color: #fde3e3;
  border-radius: min(calc(12 / 1440 * 100vw),12px);
  -webkit-transition: grid-template-rows 450ms ease, margin 450ms ease, padding 450ms ease;
  transition: grid-template-rows 450ms ease, margin 450ms ease, padding 450ms ease;
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body > .detail-accordion__content {
  min-height: 0;
  overflow: hidden;
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body p {
  font-size: min(calc(16 / 1440 * 100vw),16px);
  font-weight: 500;
  margin-top: min(calc(5 / 1440 * 100vw),5px);
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body h2 {
  font-size: min(calc(24 / 1440 * 100vw),24px);
  font-weight: 700;
  margin-top: min(calc(20 / 1440 * 100vw),20px);
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body--opened {
  grid-template-rows: 1fr;
  margin-top: min(calc(10 / 1440 * 100vw),10px);
  padding: min(calc(20 / 1440 * 100vw),20px) min(calc(30 / 1440 * 100vw),30px);
}
section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body--closed {
  grid-template-rows: 0fr;
  margin-top: 0;
  padding: 0 min(calc(30 / 1440 * 100vw),30px);
}
@media screen and (max-width: 900px) {
  .invcp-banner {
    padding: calc(40 / 390 * 100vw) 0;
  }
  section.invcp-banner .banner__img {
    width: calc(330 / 390 * 100vw);
  }

  section.invcp-banner .banner__detail {
    width: calc(330 / 390 * 100vw);
    margin: calc(40 / 390 * 100vw) auto 0;
  }

  section.invcp-banner .banner__detail {
    margin-top: calc(10 / 390 * 100vw);
  }
  section.invcp-banner .banner__detail .detail-accordion .detail-accordion__header {
    padding: calc(14 / 390 * 100vw) calc(45 / 390 * 100vw);
  }
  section.invcp-banner .banner__detail .detail-accordion .detail-accordion__toggle {
    right: calc(12 / 390 * 100vw);
    width: calc(28 / 390 * 100vw);
    height: calc(28 / 390 * 100vw);
  }
  section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body--opened {
    padding: calc(15 / 390 * 100vw);
  }
  section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body--closed {
    padding: 0 calc(15 / 390 * 100vw);
  }
  section.invcp-banner .banner__detail .detail-accordion .detail-accordion__toggle::after {
    top: calc(50% - calc(5 / 390 * 100vw));
    left: calc(50% - calc(4 / 390 * 100vw));
    width: calc(8 / 390 * 100vw);
    height: calc(8 / 390 * 100vw);
  }
  section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body p {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(5 / 390 * 100vw);
  }
  section.invcp-banner .banner__detail .detail-accordion .detail-accordion__body h2 {
    font-size: calc(20 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    line-height: 1.2;
  }
}

section.invcp-concept {
  padding-top: 30px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  background-color: #fce2e2;
  scroll-margin-top: 40px;
}
section.invcp-concept article {
  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;
  width: 1280px;
  padding: 0 40px;
}
section.invcp-concept article .concept-title {
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: bolder;
}
section.invcp-concept article .concept-title span {
  color: #be0023;
}
section.invcp-concept article .concept-description {
  padding: 0 20px;
}
section.invcp-concept article .concept-description p {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
section.invcp-concept article .concept-description span {
  font-weight: bold;
  text-decoration: underline;
}
section.invcp-concept article .concept-images {
  text-align: center;
}
section.invcp-concept article img {
  max-width: 709px;
  max-height: 709px;
}
@media screen and (width <= 1280px) {
  section.invcp-concept article img {
    width: 50vw;
  }
}
@media screen and (max-width: 900px) {
  section.invcp-concept article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  section.invcp-concept article .conectp-text-wrapper {
    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;
  }
  section.invcp-concept article .concept-title {
    font-size: clamp(20px, 4.5vw, 40px);
  }
  section.invcp-concept article img {
    width: 100vw;
    height: 100%;
  }
  section.invcp-concept article p {
    font-size: clamp(18px, 3vw, 24px) !important;
  }
}
@media screen and (max-width: 440px) {
  section.invcp-concept article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  section.invcp-concept article .conectp-text-wrapper {
    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;
    max-width: 709px;
  }
}

section.invcp-info {
  padding: 60px 0;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
}
section.invcp-info article {
  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;
  width: 1280px;
}
section.invcp-info article img {
  width: min(calc(984 / 1440 * 100vw),984px);
}
section.invcp-info .info-title {
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
section.invcp-info .info-title span {
  color: #be0023;
}

section.invcp-info .info-title-number {
  margin-right: 3px;
  margin-left: 5px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  font-size: 46px;
}

section.invcp-info .info-text {
  margin-top: 15px;
  color: #585959;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

section.invcp-info .info-credit-cards-label {
  position: relative;
  z-index: 100;
  padding: 0 10px;
  margin-top: 40px;
  margin-bottom: -10px;
  font-size: 18px;
  font-weight: 700;
  background-color: white;
}
section.invcp-info .info-credit-cards {
  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;
  width: 90vw;
  max-width: 842px;
  padding: 20px 100px;
  border: 1px solid lightgray;
}
@media screen and (max-width: 900px) {
  section.invcp-info {
    padding: 30px 0;
  }
  section.invcp-info article img {
    width: calc(365 / 390 * 100vw);
  }
  section.invcp-info .info-title {
    font-size: clamp(20px, 5vw, 40px);
    padding-bottom: calc(33 / 390 * 100vw);
  }
  section.invcp-info .info-title .info-title-number {
    font-size: clamp(30px, 6vw, 50px);
  }

  section.invcp-info .info-text {
    margin-top: 18px;
    font-size: 12px;
  }

  section.invcp-info img {
    width: 90vw;
    height: 100%;
  }
  section.invcp-info .info-credit-cards-label {
    margin-top: calc(33 / 390 * 100vw);
  }
  section.invcp-info .info-credit-cards {
    padding: 20px 60px;
  }
  section.invcp-info .info-credit-cards img {
    width: 15vw;
  }
}
@media screen and (max-width: 440px) {
  section.invcp-info .info-credit-cards img {
    width: 15vw;
  }
}

section.invcp-problems {
  scroll-margin-top: 40px;
  padding: 80px 0;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
}
section.invcp-problems article {
  width: 1280px;
}
section.invcp-problems .problems-title {
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  section.invcp-problems .problems-title {
    font-size: clamp(20px, 5.5vw, 40px);
  }
}
section.invcp-problems .problems-title span {
  color: #be0023;
}
section.invcp-problems .problem-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px auto;
  grid-template-columns: auto auto;
  gap: 50px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.invcp-problems .problem-images img {
  width: clamp(300px, 40vw, 528px);
  height: 100%;
}
section.invcp-problems .problem-images-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  section.invcp-problems {
    padding: clamp(20px, 4vw, 40px) 0;
  }
  section.invcp-problems .problem-images {
    display: none;
  }
  section.invcp-problems .problem-images-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: clamp(16px, 2vw, 32px) 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.invcp-problems .problem-images-sp img {
    width: 90vw;
    max-width: 654px;
    height: 100%;
  }
}

section.invcp-why-choose {
  scroll-margin-top: 40px;
  padding-top: 40px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  background-color: #f8f8f8;
}
section.invcp-why-choose article {
  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;
  width: 1280px;
  padding-bottom: 30px;
}
section.invcp-why-choose .why-choose-title {
  padding: 20px 0;
  font-size: clamp(20px, 5.5vw, 40px);
  font-weight: 700;
  text-align: center;
}
section.invcp-why-choose .why-choose-title span {
  color: #be0023;
}
section.invcp-why-choose .why-choose-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto 20px auto 20px auto;
  grid-template-columns: auto auto auto auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(800px, 85vw, 1080px);
}
section.invcp-why-choose .why-choose-images .why-choose-down {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  section.invcp-why-choose {
    padding-top: 10px;
  }
  section.invcp-why-choose .why-choose-images {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    width: 95vw;
  }
  section.invcp-why-choose .why-choose-images .why-choose-up {
    margin-top: clamp(20px, 4vw, 40px);
  }
  section.invcp-why-choose .why-choose-images .why-choose-down {
    margin-top: clamp(20px, 4vw, 40px);
  }
}

section.invcp-payments {
  padding-top: 50px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
}
section.invcp-payments article {
  width: 1280px;
  margin-bottom: 0;
}
section.invcp-payments .payments-title {
  padding-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
section.invcp-payments .payments-title span {
  color: #be0023;
}
section.invcp-payments .payments-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 1280px) {
  section.invcp-payments .payments-images .payments-image {
    width: clamp(800px, 90vw, 1189px);
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  section.invcp-payments .payments-title {
    font-size: clamp(20px, 5.5vw, 40px);
  }
  section.invcp-payments .payments-images .payments-image {
    width: 90vw;
    max-width: 700px;
    height: 100%;
  }
}

section.invcp-new-cost {
  padding-top: 30px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  background-color: #fce2e2;
}
section.invcp-new-cost .new-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 1280px;
}
section.invcp-new-cost .new-cost-text {
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #be0023;
  text-align: center;
}
section.invcp-new-cost .new-cost-title {
  font-size: clamp(30px, 4.2vw, 70px);
  font-weight: bolder;
}
section.invcp-new-cost .new-cost-female {
  margin-top: 0.7rem;
}
section.invcp-new-cost .new-cost-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.invcp-new-cost .new-cost-button img {
  width: clamp(320px, 40vw, 600px);
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  section.invcp-new-cost .new-cost {
    display: block;
    width: 1280px;
  }
  section.invcp-new-cost .new-cost-text {
    font-size: clamp(12px, 3vw, 30px) !important;
  }
  section.invcp-new-cost .new-cost-title {
    font-size: clamp(30px, 8.5vw, 70px);
    text-align: center;
  }
  section.invcp-new-cost .new-cost-male {
    position: absolute;
    top: -30px;
    left: 20px;
    width: clamp(50px, 15vw, 150px);
    height: 30%;
  }
  section.invcp-new-cost .new-cost-female {
    position: absolute;
    top: -30px;
    right: 30px;
    width: clamp(40px, 14vw, 150px);
    height: 30%;
    margin-top: 0;
  }
  section.invcp-new-cost .new-cost-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.invcp-new-cost .new-cost-button img {
    width: 90vw;
    max-width: 600px;
    height: 100% !important;
    cursor: pointer;
  }
}
@media screen and (max-width: 900px) {
  section.invcp-new-cost .new-cost-male {
    top: -20px;
  }
  section.invcp-new-cost .new-cost-female {
    top: -20px;
  }
}

section.invcp-use-steps {
  scroll-margin-top: 40px;
  padding: 30px 0;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
}
section.invcp-use-steps article {
  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;
  width: 1280px;
}
section.invcp-use-steps article .steps-title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
section.invcp-use-steps article .steps-title span {
  color: #be0023;
}
section.invcp-use-steps article .steps-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 35px auto 35px auto;
  grid-template-columns: auto auto auto;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 877px;
  margin-top: 40px;
}
@media screen and (width <= 1280px) {
  section.invcp-use-steps article .steps-container {
    width: 90vw;
  }
}
@media screen and (max-width: 900px) {
  section.invcp-use-steps article .steps-container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.invcp-use-steps article .steps-title {
    font-size: clamp(20px, 5.5vw, 40px);
  }
}

section.invcp-entry {
  margin: 0 auto 90px;
}
@media screen and (width <= 900px) {
  section.invcp-entry {
    margin: 0 auto 30px;
  }
}
section.invcp-entry .invcp-entry-article {
  width: 95%;
  max-width: 1080px;
}
@media screen and (width <= 1070px) {
  section.invcp-entry .invcp-entry-article {
    width: 100%;
  }
}
section.invcp-entry .invcp-entry-content-wrap {
  overflow: hidden;
  border-radius: 30px;
}
section.invcp-entry .entry-title {
  padding: 20px 0;
  font-family: "Roboto", "Noto Sans JP", "Avenir";
  font-size: clamp(15px, 3.8vw, 29px);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #be0023;
}
@media screen and (width <= 900px) {
  section.invcp-entry .entry-title {
    font-size: clamp(18px, 4.8vw, 36px);
  }
}
section.invcp-entry .entry-title span {
  display: inline-block;
  padding: 5px 50px;
  margin-bottom: 10px;
  font-family: "Roboto", "Noto Sans JP", "Avenir";
  font-size: 25px;
  font-weight: 700;
  color: #be0023;
  background-color: #ffffff;
  border-radius: 30px;
}
@media screen and (width <= 768px) {
  section.invcp-entry .entry-title span {
    font-size: clamp(15px, 3.8vw, 29px);
  }
}

section.invcp-q-and-a {
  padding: 30px 0;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  background-color: #f8f8f8;
  scroll-margin-top: 40px;
}
section.invcp-q-and-a article {
  width: 1240px;
}
section.invcp-q-and-a article::-webkit-scrollbar {
  display: none;
}
section.invcp-q-and-a .articles::before {
  background-image: none !important;
}
section.invcp-q-and-a .section-title-invcp {
  font-size: clamp(20px, 5.5vw, 40px);
}
section.invcp-q-and-a .question-answer-element {
  position: relative;
  padding: 20px 0;
  margin: 0 80px;
  cursor: pointer;
}
section.invcp-q-and-a .question-answer-element a {
  color: #be0023;
}
section.invcp-q-and-a .question-answer-element .toggle {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
}
section.invcp-q-and-a .question-answer-element .question {
  position: relative;
  padding: 30px;
  background-color: white;
}
section.invcp-q-and-a .question-answer-element .question-q,
section.invcp-q-and-a .question-answer-element .question-a {
  margin-right: 10px;
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  font-size: 46px;
  font-weight: 700;
}
section.invcp-q-and-a .question-answer-element .question-text {
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  font-size: clamp(12px, 4vw, 22px);
  font-weight: 500;
  letter-spacing: -0.96px;
}
section.invcp-q-and-a .question-answer-element .answer {
  height: 0;
  overflow: hidden;
  background-color: #fde3e3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.invcp-q-and-a .question-answer-element .answer div p {
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
  font-size: clamp(12px, 4vw, 22px);
  font-weight: 500;
  letter-spacing: -0.96px;
}
section.invcp-q-and-a .question-answer-element .vk-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.invcp-q-and-a .question-answer-element .answer-opened {
  height: auto;
  padding: 30px;
}
section.invcp-q-and-a .question-answer-element .answer-opened .question-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
section.invcp-q-and-a .question-answer-element .answer-closed {
  height: 0;
  padding: 0 30px;
}
section.invcp-q-and-a .vk-right-margin-large {
  margin-right: 35px !important;
}

@media screen and (max-width: 900px) {
  section.invcp-q-and-a::before {
    content: "";
    background-position: 100% 0;
    background-size: 100% auto;
  }
  section.invcp-q-and-a h4 {
    line-height: 1.4 !important;
  }
  section.invcp-q-and-a .question-q,
  section.invcp-q-and-a .question-a {
    font-size: 28px !important;
  }
  section.invcp-q-and-a .question-answer-element {
    padding: 15px 0;
    margin: 0;
  }
  section.invcp-q-and-a .question-answer-element:nth-child(2) {
    border-top: none;
  }
  section.invcp-q-and-a .question-answer-element:last-child {
    border-bottom: none;
  }
  section.invcp-q-and-a .question-answer-element .question {
    padding: 15px;
  }
  section.invcp-q-and-a .question-answer-element .toggle {
    right: 0;
  }
  section.invcp-q-and-a .question-answer-element p {
    margin-bottom: 10px;
  }
  section.invcp-q-and-a .question-answer-element .answer-opened {
    height: auto;
    padding: 15px;
  }
  section.invcp-q-and-a .question-answer-element .answer-opened .question-flex {
    margin-bottom: 15px;
  }
  section.invcp-q-and-a .question-answer-element .answer-closed {
    height: 0;
    padding: 0 15px;
  }
}

section.invcp-company {
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
}
section.invcp-company article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
section.invcp-company article .company-content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-right: 30px;
  padding-left: 90px;
  margin: 100px 0;
}
section.invcp-company article .company-content table {
  border-spacing: 0;
  border-top: 1px solid lightgray;
}
section.invcp-company article .company-content table th {
  min-width: 130px;
  min-height: 85px;
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid lightgray;
}
section.invcp-company article .company-content table td {
  min-width: 130px;
  min-height: 85px;
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid lightgray;
}
section.invcp-company article .company-content table td:last-child {
  padding-right: 0;
}
section.invcp-company article .map {
  width: 100%;
}
section.invcp-company article .map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: none;
  outline: none;
}
@media screen and (max-width: 900px) {
  section.invcp-company article.vk-row {
    display: block;
  }
  section.invcp-company article .company-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: clamp(50px, 13vw, 100px) 0;
  }
  section.invcp-company article .company-content table {
    width: 100%;
  }
  section.invcp-company article .company-content table tr th {
    min-width: clamp(80px, 20vw, 130px);
    padding: clamp(5px, 3vw, 24px) 0;
    font-size: 2.5vw;
    line-height: 36px;
  }
  section.invcp-company article .company-content table tr td {
    padding: 10px 10px 10px 0;
    font-size: 2.8vw;
  }
  section.invcp-company article .map {
    width: 100%;
  }
  section.invcp-company article .map iframe {
    height: 240px;
  }
  section.invcp-company article .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.invcp-footer {
  height: 64px;
  font-size: 12px;
  line-height: 64px;
  color: white;
  text-align: center;
  background: #be0023;
}

@media screen and (width <= 768px) {
  .footer-bottom {
    margin-bottom: clamp(50px, 13vw, 100px);
  }
}

section.thanks-page {
  height: calc(100vh - 184px);
  font-family: var(--font-noto-sans-jp), var(--font-roboto), "Avenir";
}
section.thanks-page .invcp-thanks {
  width: 90vw;
  max-width: 300px;
  height: 100%;
}
@media screen and (max-width: 900px) {
  section.thanks-page {
    height: calc(100vh - 164px);
  }
  section.thanks-page .invcp-thanks {
    width: 50vw;
    max-width: 300px;
  }
}
section.thanks-page .invcp-thanks-description {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 440px) {
  section.thanks-page .invcp-thanks-description {
    font-size: 14px;
  }
}

/* 20260603追記 */
.main2-image {
  width: 21.7vw;
  margin-top: 40px;
  margin-bottom: 19px;
}

section.invcp-top-sp .main-sp3-image {
    width: 39vw;
    height: 100%;
    margin-bottom: 5vw;
}

@media screen and (width <= 1300px) {
  .main2-image {
    width: 26vw !important;
  }
}

/* ==========================================================================
   利用規約ページ（term_invoice-cardpayment）
   ========================================================================== */
.invcp-terms-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 80px 40px;
  background-color: #f7f7f7;
  text-align: center;
}

.invcp-terms-hero__eyebrow {
  font-family: var(--font-roboto), "Avenir", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #be0023;
  letter-spacing: 1px;
}

.invcp-terms-hero__title {
  font-family: var(--font-noto-sans-jp), sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #121212;
}

.invcp-terms-breadcrumb {
  width: 100%;
  padding: 20px 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.invcp-terms-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}

.invcp-terms-breadcrumb__list li {
  font-family: var(--font-noto-sans-jp), sans-serif;
  font-size: 14px;
  color: #737373;
}

.invcp-terms-breadcrumb__list a {
  color: #737373;
  text-decoration: none;
}

.invcp-terms-breadcrumb__list a:hover {
  text-decoration: underline;
}

.invcp-terms-breadcrumb__list .is-current {
  font-weight: 700;
  color: #121212;
}

.invcp-terms-breadcrumb__separator {
  display: flex;
  align-items: center;
}

.invcp-terms-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  padding: 80px 220px 120px;
}

.invcp-terms-content__lead {
  width: 100%;
  font-family: var(--font-noto-sans-jp), sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #121212;
}

.invcp-terms-article-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.invcp-terms-article {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0;
}

.invcp-terms-article__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-noto-sans-jp), sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #be0023;
}

.invcp-terms-article__bar {
  flex-shrink: 0;
  width: 4px;
  height: 28px;
  border-radius: 2px;
  background-color: #be0023;
}

.invcp-terms-article__body {
  font-family: var(--font-noto-sans-jp), sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #121212;
}

.invcp-terms-article__body p {
  font-family: var(--font-noto-sans-jp), sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #121212;
}

.invcp-terms-article__body p + p {
  margin-top: 0;
}

.invcp-terms-content__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #e5e7eb;
}

.invcp-terms-content__date {
  width: 100%;
  font-family: var(--font-noto-sans-jp), sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  text-align: right;
}

@media screen and (max-width: 900px) {
  .invcp-terms-hero {
    gap: 8px;
    padding: 40px 20px;
  }

  .invcp-terms-hero__eyebrow {
    font-size: 14px;
  }

  .invcp-terms-hero__title {
    font-size: 32px;
  }

  .invcp-terms-breadcrumb {
    padding: 14px 20px;
  }

  .invcp-terms-breadcrumb__list {
    gap: 8px;
  }

  .invcp-terms-breadcrumb__list li {
    font-size: 12px;
  }

  .invcp-terms-content {
    gap: 40px;
    padding: 40px 20px 64px;
  }

  .invcp-terms-content__lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .invcp-terms-article-list {
    gap: 40px;
  }

  .invcp-terms-article {
    gap: 12px;
    padding: 0;
  }

  .invcp-terms-article__title {
    gap: 8px;
    font-size: 18px;
  }

  .invcp-terms-article__bar {
    height: 20px;
  }

  .invcp-terms-article__body {
    font-size: 14px;
    line-height: 1.7;
  }

  .invcp-terms-content__footer {
    padding-top: 12px;
  }

  .invcp-terms-content__date {
    font-size: 12px;
  }
}

/* 本文中の長いURLがSPで横にはみ出るのを防ぐ */
.invcp-terms-article__body a,
.invcp-terms-article__body {
    overflow-wrap: anywhere;
    word-break: break-word;
}
.invcp-terms-table-wrap {
    overflow-x: auto;
    margin-top: 16px;
}
.invcp-terms-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 0.9em;
}
.invcp-terms-table th,
.invcp-terms-table td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}
.invcp-terms-table th {
    background-color: #f7f7f7;
    font-weight: bold;
}