@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  height: 100%;
  font-size: 62.5%;
  font-family: Helvetica Neue, Helvetica, Arial, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}

body {
  color: #0E202E;
}

a {
  color: #0054FF;
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.sp {
  display: inline-block !important;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: inline-block !important;
  }
  .c-button {
    width: 322px;
    margin: 24px auto 0;
  }
  .c-button__link {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
  }
}
footer {
  padding: 40px 20px 120px;
  text-align: center;
  color: #fff;
  background-color: #2A2E36;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 60px 20px;
  }
}

/* loading screen */
.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 1s ease;
}

.spinner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 4px;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transform-origin: 50% 50%;
  animation: 1s linear infinite spin;
  opacity: 1;
  transition: opacity 1s ease;
}

.circle {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-opacity: 0.15;
  stroke-width: 5px;
}

.path {
  fill: none;
  stroke: #0054ff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-button {
  display: inline-block;
  width: 100%;
  padding: 8px 44px 8px 16px;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #0037A2;
  color: #fff;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/icon-circle-down.svg);
}
.c-button:hover {
  background-color: #fff;
  color: #0037A2;
}
@media screen and (min-width: 769px) {
  .c-button {
    width: 340px;
  }
}

.c-heading {
  font-size: 32px;
  color: #0E202E;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  position: relative;
}
.c-heading::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 40px);
  width: 80px;
  height: 4px;
  background-color: #0054FF;
}
@media screen and (min-width: 769px) {
  .c-heading {
    font-size: 48px;
  }
}

.l-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-header__logo {
  width: 128px;
}
.p-header__logo__image {
  width: 100%;
  height: auto;
}
.p-header__navi__button {
  max-width: 190px;
}
@media screen and (min-width: 769px) {
  .p-header__logo {
    width: 180px;
  }
  .p-header__navi__button {
    max-width: 252px;
  }
  .p-header__navi__button .c-button {
    width: 252px;
    text-align: center;
    font-size: 20px;
  }
}

/* hero */
.l-hero {
  padding-top: 104px;
  background: linear-gradient(180deg, #0276FE -10.2%, #02C2FF 100%);
  position: relative;
}
.l-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13.3vw;
  background-image: url(../../assets/images/bg-kv-mask.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.p-hero {
  padding: 0 24px;
}
.p-hero__kv {
  width: 100%;
  max-width: 1197px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
.p-hero__kv.appear {
  opacity: 1;
}
.p-hero__kv__lead {
  width: 100%;
  max-width: 327px;
}
.p-hero__kv__lead img {
  width: 100%;
  height: auto;
}
.p-hero__kv__heading {
  width: 100%;
  max-width: 334px;
  margin-top: 8px;
}
.p-hero__kv__heading img {
  width: 100%;
  height: auto;
}
.p-hero__kv__after {
  width: 100%;
  max-width: 200px;
}
.p-hero__kv__after img {
  width: 100%;
  height: auto;
}
.p-hero__kv__illust {
  width: 100vw;
  max-width: 373px;
  position: relative;
  margin-top: 16px;
}
.p-hero__kv__illust img {
  width: 100%;
  height: auto;
}
.p-hero__kv__illust__main {
  padding-top: 50px;
}
.p-hero__kv__illust__balloon01 {
  position: absolute;
  top: 0;
  right: 90px;
  width: 70px;
  opacity: 0;
}
.p-hero__kv__illust__balloon02 {
  position: absolute;
  top: 0;
  left: 80px;
  width: 70px;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-hero__kv__lead {
    max-width: 507px;
  }
  .p-hero__kv__heading {
    margin-top: 12px;
    max-width: 570px;
  }
  .p-hero__kv__after {
    max-width: 309px;
  }
  .p-hero__kv__illust {
    max-width: 642px;
  }
  .p-hero__kv__illust__main {
    width: 642px;
    margin: auto;
    padding-top: 30px;
  }
  .p-hero__kv__illust__balloon01 {
    width: 110px;
    right: auto;
    left: -50px;
  }
  .p-hero__kv__illust__balloon02 {
    width: 110px;
    left: auto;
    right: -40px;
  }
}
@media screen and (min-width: 980px) {
  .p-hero__kv__lead {
    max-width: 686px;
  }
  .p-hero__kv__heading {
    margin-top: 12px;
    max-width: 808px;
  }
  .p-hero__kv__after {
    max-width: 418px;
  }
  .p-hero__kv__illust {
    max-width: 912px;
  }
  .p-hero__kv__illust__main {
    width: 711px;
    margin: auto;
    padding-top: 30px;
  }
  .p-hero__kv__illust__balloon01 {
    width: 132px;
    right: auto;
    left: 10px;
  }
  .p-hero__kv__illust__balloon02 {
    width: 132px;
    left: auto;
    right: 10px;
  }
}

.bounce-in {
  animation: bounceIn;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*** features ***/
.l-features {
  overflow: hidden;
  background-color: #E3F1FF;
  background-image: url(../../assets/images/bg-circle-l.svg);
  background-repeat: no-repeat;
  background-size: 432px;
  background-position: calc(50% - 156px) 50px;
}
@media screen and (min-width: 769px) {
  .l-features {
    background-size: 648px;
    background-position: calc(50% - 600px) 80px;
  }
}

.p-features {
  padding: 40px 20px 60px;
}
.p-features__box {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.p-features__box__figure img {
  width: 100%;
  height: auto;
}
.p-features__box__text__heading {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.p-features__box__text__heading span {
  margin-top: 8px;
  padding: 0 6px;
  white-space: nowrap;
}
.p-features__box__text__description {
  color: var(--Foreground-primary, #0E202E);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 20px;
}
.p-features__copy {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.p-features__copy__box {
  padding: 20px 0;
  border-top: solid 1px #93999D;
}
.p-features__copy__box__heading {
  color: var(--Brand-dark-blue, #0037A2);
  font-size: 27px;
  font-weight: 700;
  line-height: 150%;
}
.p-features__copy__box__lead {
  margin-top: 4px;
  color: var(--Foreground-primary, #0E202E);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.p-features__notice {
  border-top: solid 1px #93999D;
  padding-top: 20px;
  color: var(--Foreground-secondary, #595959);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 769px) {
  .p-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-features__box {
    max-width: 1120px;
    margin: 40px auto 0;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .p-features__box__figure {
    flex: 6;
  }
  .p-features__box__text {
    flex: 5;
  }
  .p-features__box__text__heading {
    font-size: 40px;
  }
  .p-features__box__text__description {
    font-size: 26px;
  }
  .p-features__copy {
    max-width: 1120px;
    margin: 40px auto 0;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    background-image: url(../../assets/images/bg-line.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
  }
  .p-features__copy__box {
    border-top: none;
    padding: 0;
    flex: 1;
  }
  .p-features__copy__box:last-child {
    border-right: none;
  }
  .p-features__copy__box__heading {
    font-size: 40px;
  }
  .p-features__copy__box__lead {
    font-size: 26px;
  }
  .p-features__notice {
    border-top: none;
    margin: 20px auto 0;
    max-width: 1120px;
    font-size: 16px;
  }
}

#mask01 span::before, #mask01 span::after, #mask02 span::before, #mask02 span::after {
  background-color: #0037A2;
}

#mask01.active span, #mask02.active span {
  position: relative;
  display: inline-block;
  z-index: 1;
  animation-name: textAppear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

#mask01.active span::before, #mask02.active span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  animation-name: slideInOut;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: 1;
}

#mask01.active span::after, #mask02.active span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  animation-name: slideIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: -1;
}

@keyframes textAppear {
  0% {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@keyframes slideIn {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideInOut {
  0% {
    left: 0;
    width: 0;
  }
  40% {
    left: 0;
    width: 100%;
  }
  60% {
    left: 100%;
    width: 0%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.p-functions {
  padding: 60px 20px 60px;
  position: relative;
  overflow: hidden;
}
.p-functions::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 40px solid #E3F1FF;
  border-bottom: 40px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.p-functions__flex {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-functions__flex__box {
  flex: 0 0 calc(50% - 10px);
  padding: 16px 12px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 55, 162, 0.2);
  text-align: center;
}
.p-functions__flex__box__figure img {
  width: auto;
  height: 80px;
}
.p-functions__flex__box__heading {
  margin-top: 20px;
  color: var(--Brand-dark-blue, #0037A2);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.p-functions__flex__box__description {
  color: var(--Foreground-primary, #0E202E);
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .p-functions {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-functions::before {
    height: 160px;
    border-top: 80px solid #E3F1FF;
    border-bottom: 80px solid transparent;
  }
}
@media screen and (min-width: 980px) {
  .p-functions__flex {
    max-width: 1120px;
    margin: 60px auto 0;
  }
  .p-functions__flex__box {
    flex: 0 0 calc(25% - 15px);
    padding: 40px 20px;
  }
  .p-functions__flex__box__heading {
    font-size: 36px;
  }
  .p-functions__flex__box__description {
    font-size: 20px;
    margin-top: 10px;
  }
}

.l-cta {
  padding: 0 20px;
  position: relative;
}
.l-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #E3F1FF;
  z-index: -1;
}

.p-cta {
  border-radius: 20px;
  border: 3px solid #FFF;
  background: var(--ddd, linear-gradient(110deg, #0075FF 12.42%, #72CCFF 88.14%));
  box-shadow: 0 0 20px 0 rgba(0, 55, 162, 0.2);
  display: flex;
  padding: 40px 20px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}
.p-cta:hover .p-cta__text__button {
  background-color: #fff;
  color: #0037A2;
}
.p-cta__text__lead {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
.p-cta__text__heading {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
.p-cta__text__figure {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.p-cta__text__figure img {
  width: 100%;
  max-width: 320px;
  height: auto;
  filter: drop-shadow(4px 4px 20px rgba(0, 55, 162, 0.4));
}
.p-cta__text__button {
  padding: 12px;
  font-size: 20px;
  max-width: 320px;
  margin-top: 40px;
}
.p-cta__text__button::after {
  top: 13px;
}
@media screen and (min-width: 769px) {
  .p-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    max-width: 1120px;
    margin: 0 auto;
  }
  .p-cta__text__lead {
    font-size: 24px;
  }
  .p-cta__text__heading {
    font-size: 48px;
  }
  .p-cta__text__button {
    margin-top: 20px;
  }
  .p-cta__figure {
    width: 300px;
  }
  .p-cta__figure img {
    width: 100%;
    height: auto;
    filter: drop-shadow(4px 4px 20px rgba(0, 55, 162, 0.4));
  }
}

.l-pricing {
  background-color: #E3F1FF;
  position: relative;
  background-image: url(../../assets/images/bg-digi-circle.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: calc(100% + 150px) 50px;
}
.l-pricing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg-circle.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: -175px 450px;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .l-pricing {
    background-position: calc(100% + 150px) 0px;
  }
  .l-pricing::after {
    background-position: -175px 400px;
  }
}

.p-pricing {
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}
.p-pricing__description {
  margin-top: 48px;
  color: var(--Very-Dark-Gray0E202E, #0E202E);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.p-pricing__notice {
  margin-top: 8px;
  color: var(--Foreground-secondary, #595959);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.p-pricing__top__quote {
  margin-top: 40px;
  border-radius: 8px;
  background: #FFF;
  padding: 36px 16px;
}
.p-pricing__top__quote__lead {
  width: 100%;
  text-align: center;
}
.p-pricing__top__quote__lead span {
  display: inline-block;
  color: #0037A3;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 150%;
  margin: auto;
  position: relative;
}
.p-pricing__top__quote__lead span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -10px;
  width: 2px;
  height: 19px;
  border-radius: 1px;
  background: #0037A3;
  transform: rotate(-10deg);
}
.p-pricing__top__quote__lead span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -10px;
  width: 2px;
  height: 19px;
  border-radius: 1px;
  background: #0037A3;
  transform: rotate(10deg);
}
.p-pricing__top__quote__heading {
  margin-top: 4px;
  color: #0E202E;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.p-pricing__top__quote__form {
  margin-top: 40px;
}
.p-pricing__top__quote__form__block {
  margin-top: 28px;
}
.p-pricing__top__quote__form__block__heading {
  color: #0037A3;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.p-pricing__top__quote__form__block__heading .note {
  font-size: 14px;
  font-weight: normal;
}
.p-pricing__top__quote__form__block__heading .label {
  display: inline-block;
  margin-right: 8px;
  border-radius: 4px;
  background-color: #a6a6a6;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 1px 8px;
}
.p-pricing__top__quote__form__block__heading .label.required {
  background: #FF6752;
}
.p-pricing__top__quote__form__block__label {
  margin-top: 12px;
  width: 100%;
  border-radius: 4px;
  background: #F1F5F9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border: 2px solid #F1F5F9;
}
.p-pricing__top__quote__form__block__label.checked {
  border-color: #0037A3;
}
.p-pricing__top__quote__form__block__label .wrapped-checkbox {
  width: 100%;
  max-width: 210px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-pricing__top__quote__form__block__label input {
  margin: 0;
  width: 0;
  opacity: 0;
  display: none;
}
.p-pricing__top__quote__form__block__label input:checked + .dummy-input {
  border: solid 1px #0037A3;
  background: #0037A3;
}
.p-pricing__top__quote__form__block__label input:checked + .dummy-input::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/icon-check-white-navy.svg) no-repeat center;
  background-size: cover;
}
.p-pricing__top__quote__form__block__label p {
  font-size: 14px;
  color: #0E202E;
  margin-top: 12px;
  max-width: 210px;
  text-align: left;
}
.p-pricing__top__quote__form__block .dummy-input {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: solid 1px #7f9bd0;
  background: #FFFFFF;
  border-radius: 2px;
}
.p-pricing__top__quote__form__block .label-text {
  margin-left: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.p-pricing__top__quote__form input[type=number] {
  border-radius: 4px;
  background: #F1F5F9;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px;
}
.p-pricing__top__quote__form__note {
  font-size: 14px;
  margin-top: 8px;
}
.p-pricing__top__quote__form__note a {
  text-decoration: underline;
}
.p-pricing__top__quote__form button {
  width: 295px;
  border-radius: 56px;
  border: 2px solid #0037A3;
  text-align: center;
  margin: 28px auto 0;
  color: #0037A3;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  display: block;
  transition: 0.3s;
}
.p-pricing__top__quote__form button:hover {
  opacity: 0.7;
}
.p-pricing__top__quote__form .note {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
}
.p-pricing__top__quote__result {
  margin-top: 28px;
}
.p-pricing__top__quote__result__block {
  margin-top: 46px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.p-pricing__top__quote__result__block:first-child {
  margin-top: 0;
}
.p-pricing__top__quote__result__block.plus::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: calc(50% - 6px);
  bottom: -30px;
  background-image: url(../../assets/images/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.p-pricing__top__quote__result__block.equal::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: calc(50% - 6px);
  bottom: -32px;
  background-image: url(../../assets/images/icon-equal-vertical.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.p-pricing__top__quote__result__block__title {
  width: calc(50% - 12px);
  font-size: 16px;
  color: #0037A3;
  line-height: 1;
  display: flex;
  flex-direction: row-reverse;
}
.p-pricing__top__quote__result__block__title.total {
  font-size: 20px;
  font-weight: bold;
}
.p-pricing__top__quote__result__block__title span {
  width: 120px;
  display: inline-block;
}
.p-pricing__top__quote__result__block__price {
  width: calc(50% + 12px);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
.p-pricing__top__quote__result__block__price.total {
  color: #F5990D;
}
.p-pricing__top__quote__result__block__price span {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-pricing {
    padding: 100px 20px 0;
  }
  .p-pricing__description {
    text-align: center;
    font-size: 20px;
  }
  .p-pricing__notice {
    font-size: 16px;
    text-align: center;
  }
  .p-pricing__top__quote {
    max-width: 1120px;
    margin: 60px auto 0;
    padding: 60px 24px;
  }
  .p-pricing__top__quote__lead span {
    font-size: 24px;
  }
  .p-pricing__top__quote__lead span::before, .p-pricing__top__quote__lead span::after {
    top: 6px;
    height: 24px;
  }
  .p-pricing__top__quote__heading {
    font-size: 32px;
  }
  .p-pricing__top__quote__form {
    width: 100%;
    max-width: 794px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-pricing__top__quote__form .note {
    font-size: 14px;
  }
  .p-pricing__top__quote__form input[type=number] {
    width: 316px;
  }
  .p-pricing__top__quote__form__block__heading {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .p-pricing__top__quote__form__block__flex {
    display: flex;
    gap: 0 34px;
  }
  .p-pricing__top__quote__form__block__label {
    margin-top: 0;
    text-align: left;
    align-items: flex-start;
  }
  .p-pricing__top__quote__form__block__label .wrapped-checkbox {
    justify-content: flex-start;
  }
  .p-pricing__top__quote__form__block .dummy-input {
    width: 20px;
    height: 20px;
  }
  .p-pricing__top__quote__form__block .label-text {
    font-size: 18px;
    white-space: nowrap;
  }
  .p-pricing__top__quote__form button {
    display: block;
    margin-top: 60px;
    font-size: 18px;
    padding: 14px;
    width: 456px;
  }
  .p-pricing__top__quote__result {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 32px;
    justify-content: space-between;
  }
  .p-pricing__top__quote__result__block {
    flex-wrap: wrap;
    margin-top: 0;
    flex-grow: 1;
  }
  .p-pricing__top__quote__result__block__title {
    width: 100%;
    font-size: 18px;
  }
  .p-pricing__top__quote__result__block__title span {
    width: 100%;
    text-align: center;
  }
  .p-pricing__top__quote__result__block__price {
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }
  .p-pricing__top__quote__result__block.plus::after, .p-pricing__top__quote__result__block.equal::after {
    left: auto;
    bottom: auto;
    right: -6px;
    top: 30px;
    transform: rotate(90deg);
  }
}

.l-stories {
  background-color: #E3F1FF;
  position: relative;
  background-image: url(../../assets/images/bg-digi-circle.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: calc(100% + 150px) 5px;
}
.l-stories::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg-circle.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: -175px 100%;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .l-stories {
    background-position: calc(100% + 150px) 5px;
  }
  .l-stories::after {
    background-position: -175px 100%;
  }
}

.p-stories {
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}
.p-stories__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 60px auto 0;
}
.p-stories__flex__box {
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 55, 162, 0.15);
}
.p-stories__flex__box__figure img {
  width: 100%;
  height: auto;
}
.p-stories__flex__box__text {
  padding: 20px;
}
.p-stories__flex__box__text .tag {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  border-radius: 4px;
  background: var(--Brand-dark-blue, #0037A2);
  padding: 4px 12px;
  display: inline;
}
.p-stories__flex__box__text h3 {
  color: var(--Foreground-primary, #0E202E);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 8px;
}
.p-stories__flex__box__text h3 .small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
.p-stories__flex__box__text p {
  margin-top: 8px;
  color: var(--Foreground-primary, #0E202E);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}
.p-stories__flex__box__text p strong {
  color: var(--Brand-Orange-F5990D, #F5990D);
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-stories {
    padding: 100px 20px;
  }
  .p-stories__flex {
    max-width: 1120px;
    margin-top: 80px;
    flex-direction: row;
  }
  .p-stories__flex__box {
    flex: 1;
  }
  .p-stories__flex__box__text {
    padding: 28px;
  }
  .p-stories__flex__box__text .tag {
    font-size: 20px;
  }
  .p-stories__flex__box__text h3 {
    font-size: 28px;
  }
  .p-stories__flex__box__text h3 .small {
    display: inline-block;
    font-size: 20px;
  }
  .p-stories__flex__box__text p {
    font-size: 20px;
  }
  .p-stories__flex__box__text p strong {
    font-size: 28px;
  }
}

.l-inquiry {
  background-color: #E3F1FF;
  padding: 0 20px 60px;
  position: relative;
  background-image: url(../../assets/images/bg-digi-circle.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: calc(100% + 150px) 100px;
}
.l-inquiry::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg-circle.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: -175px 450px;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .l-inquiry {
    background-position: calc(100% + 150px) 100px;
  }
  .l-inquiry::after {
    background-position: -175px 650px;
  }
}

.p-inquiry {
  background-color: #fff;
  padding: 60px 20px;
  border-radius: 8px;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-inquiry__lead {
  margin-top: 60px;
  color: var(--Tokens-Foreground-primary, #1C2024);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

input, select {
  font-size: 18px;
  padding: 4px;
}

@media screen and (min-width: 768px) {
  .l-inquiry {
    padding-bottom: 100px;
  }
}
.l-faq {
  padding: 60px 24px;
  background-color: #fff;
}

.p-faq__block {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-faq__block__list {
  border-radius: 8px;
  background: #F1F5F9;
  padding: 20px;
  cursor: pointer;
}
.p-faq__block__list__table {
  color: var(--Very-Dark-Gray0E202E, #0E202E);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding-left: 32px;
  padding-right: 40px;
  background-image: url("../../assets/images/icon-q.svg");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 0 4px;
  position: relative;
}
.p-faq__block__list__table::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  right: 0;
  background-image: url("../../assets/images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  transition: transform 0.3s ease;
}
.p-faq__block__list__table.is-rotate::after {
  transform: rotate(180deg);
}
.p-faq__block__list__data {
  display: none;
  margin-top: 16px;
  color: var(--Very-Dark-Gray0E202E, #0E202E);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding-left: 32px;
}
@media screen and (min-width: 769px) {
  .p-faq {
    padding: 80px 20px;
  }
  .p-faq__block {
    max-width: 1120px;
    margin: 80px auto 0;
  }
  .p-faq__block__list__table {
    font-size: 20px;
  }
  .p-faq__block__list__data {
    font-size: 20px;
  }
}

.p-popup {
  position: fixed;
  bottom: 12px;
  left: 12px;
  width: calc(100% - 24px);
  z-index: 99;
  transition: 0.5s;
}
.p-popup__link {
  width: 100%;
  text-align: center;
  padding: 12px 24px;
  color: var(--Foreground-contrast-white, #FFF);
  text-decoration: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-radius: 999px;
  border: 1px solid #FFF;
  background: var(--ddd, linear-gradient(110deg, #0075FF 12.42%, #72CCFF 88.14%));
}
.p-popup.hide {
  bottom: -200px;
}
.p-popup.vanish {
  bottom: -200px !important;
}
@media screen and (min-width: 769px) {
  .p-popup {
    width: 217px;
    height: 179px;
    left: auto;
    right: 24px;
    transition: 0.5s;
  }
  .p-popup__banner {
    width: 217px;
    height: 179px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 55, 162, 0.32);
    cursor: pointer;
  }
  .p-popup__banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 217px;
    height: 179px;
    background-image: url(../../assets/images/banner-hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
  }
  .p-popup__banner:hover::after {
    opacity: 1;
  }
  .p-popup__banner img {
    width: 100%;
    height: auto;
  }
  .p-popup__close {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    z-index: 2;
  }
  .p-popup.hide {
    bottom: -300px;
  }
  .p-popup.vanish {
    bottom: -300px !important;
  }
}/*# sourceMappingURL=style.css.map */