@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .none-max-l {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .none-max-t {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .none-max-mm {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .none-max-ms {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .none-max-500 {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .none-min-l {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .none-min-t {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none !important;
  }
}
@media screen and (min-width: 375px) {
  .none-min-mm {
    display: none !important;
  }
}
@media screen and (min-width: 321px) {
  .none-min-ms {
    display: none !important;
  }
}
@media screen and (min-width: 500px) {
  .none-min-500 {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .none-min-1200 {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  overflow-x: hidden;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.45;
  color: #111111;
  background-color: #10ADDE;
  position: relative;
  overflow-x: hidden;
}

body.no-scroll {
  overflow-y: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header > .container {
  max-width: initial;
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 0 0;
}
@media screen and (max-width: 1200px) {
  .header > .container {
    width: calc(100% - 30px);
    padding: 15px 0 0;
  }
}
.header > .container .logo {
  max-width: 305px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header > .container .logo {
    max-width: 158px;
  }
}
.header > .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.header > .container .inner .sticky-cta {
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header > .container .inner .sticky-cta {
    position: fixed;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header > .container .inner .sticky-cta .link {
  display: block;
}
.header > .container .inner .navc {
  position: fixed;
  right: 30px;
  top: 0;
  max-width: 475px;
  width: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .header > .container .inner .navc {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header > .container .inner .navc {
    max-width: 375px;
  }
}
.header > .container .inner .navc.panelactive {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header > .container .inner .navc .nav {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 93, 174, 0.3);
          box-shadow: 0 3px 6px rgba(0, 93, 174, 0.3);
  border-radius: 0 0 300px 300px;
  overflow-y: scroll;
  scrollbar-width: none;
  max-height: 762px;
  height: 95dvh;
}
.header > .container .inner .navc .nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .header > .container .inner .navc .nav {
    border-radius: 0 0 200px 200px;
  }
}
.header > .container .inner .navc .nav .list {
  padding: 100px 0 150px;
  max-width: 360px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header > .container .inner .navc .nav .list {
    padding: 45px 0 120px;
    max-width: 255px;
  }
}
.header > .container .inner .navc .nav .list .item {
  margin-top: 40px;
}
.header > .container .inner .navc .nav .list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  font-weight: 700;
}
.header > .container .inner .navc .nav .list .item .link::before {
  content: "";
  display: inline-block;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0088FF;
}
.header > .container .inner .ham {
  cursor: pointer;
  max-width: 68px;
  min-width: 68px;
  height: 68px;
  border-radius: 50%;
  position: relative;
  z-index: 99999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 93, 174, 0.3);
          box-shadow: 0 3px 6px rgba(0, 93, 174, 0.3);
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .header > .container .inner .ham {
    max-width: 43px;
    min-width: 43px;
    height: 43px;
    margin-top: initial;
  }
}
.header > .container .inner .ham .open,
.header > .container .inner .ham .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header > .container .inner .ham .close {
  opacity: 0;
}
.header > .container .inner .ham.active .open {
  opacity: 0;
}
.header > .container .inner .ham.active .close {
  opacity: 1;
}

.footer {
  padding: 80px 70px 37px;
  background: #1FBEE7 url(../images/footer-bg.svg) no-repeat center top/cover;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 80px 0 37px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 65px 0 130px;
    background: #2EC0E7 url(../images/footer-bg-sp.svg) no-repeat center top/cover;
  }
}
.footer * {
  font-weight: 700;
}
.footer > .container {
  max-width: 1135px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .footer > .container {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer > .container > .inner {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .footer > .container > .inner {
    width: 100%;
  }
}
.footer > .container > .inner .logo {
  max-width: 338px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer > .container > .inner .logo {
    max-width: 260px;
    margin: auto;
  }
}
.footer > .container > .inner .instagram {
  display: block;
  width: 26px;
  margin: 0 0 0 18px;
}
@media screen and (max-width: 768px) {
  .footer > .container > .inner .instagram {
    margin: 5px auto 0;
  }
}
.footer > .container > .inner .copyright {
  font-size: 10px;
  margin: 10px 0 0 18px;
}
@media screen and (max-width: 768px) {
  .footer > .container > .inner .copyright {
    margin: 20px 0 0;
    text-align: center;
  }
}
.footer > .container > .app {
  text-align: center;
  max-width: 488px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .footer > .container > .app {
    width: 100%;
  }
}
.footer > .container > .app .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 17px;
  color: #FF8011;
}
@media screen and (max-width: 768px) {
  .footer > .container > .app .head {
    font-size: 14px;
  }
}
.footer > .container > .app .head::before, .footer > .container > .app .head::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #FF8011;
}
@media screen and (max-width: 768px) {
  .footer > .container > .app .head::before, .footer > .container > .app .head::after {
    height: 14px;
  }
}
.footer > .container > .app .head::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 8px;
}
.footer > .container > .app .head::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 4px;
}
.footer > .container > .app .btn {
  display: block;
  max-width: 488px;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8011), to(#ff4a11));
  background: linear-gradient(90deg, #ff8011 0%, #ff4a11 100%);
  padding: 17px;
  font-size: 22px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer > .container > .app .btn {
    font-size: 19px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 425px) {
  .footer > .container > .app .btn {
    text-align: left;
  }
}
.footer > .container > .app .btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 16px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.footer .btt {
  cursor: pointer;
  position: absolute;
  right: 130px;
  top: -90px;
  max-width: 67px;
  width: 100%;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 93, 174, 0.3));
          filter: drop-shadow(0 3px 6px rgba(0, 93, 174, 0.3));
}
@media screen and (max-width: 1200px) {
  .footer .btt {
    right: 30px;
    top: -45px;
  }
}
@media screen and (max-width: 768px) {
  .footer .btt {
    max-width: 48px;
  }
}

.container {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
}

.sec-ttl {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    font-size: 26px;
  }
}

.main {
  position: relative;
  z-index: 1;
}
.main > .mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main > .mv {
    padding: 0 0 60px;
  }
}
.main > .mv > .cta {
  display: block;
  max-width: 360px;
  width: 19%;
  position: absolute;
  bottom: 36%;
  right: 21%;
  height: 13%;
}
@media screen and (max-width: 1500px) {
  .main > .mv > .cta {
    width: 23%;
    right: 12%;
  }
}
.main > .mv > .content > .container > .cta {
  display: block;
  max-width: 233px;
  width: 100%;
  margin: auto;
}
.main > .mv > .content > .container > .txt {
  margin-top: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  text-align: center;
}
.main > .mv > .part {
  position: absolute;
  left: 32px;
  bottom: -85px;
  max-width: 125px;
  min-width: 56px;
  width: 14%;
}
.main > .mv > .part img {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 93, 174, 0.3));
          filter: drop-shadow(0 3px 6px rgba(0, 93, 174, 0.3));
}
.main > .feature {
  padding: 175px 0 0;
  background: url(../images/feature-bg.svg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .main > .feature {
    padding: 145px 0 0;
    background: url(../images/feature-bg-sp.svg) no-repeat center top/cover;
  }
}
.main > .feature * {
  font-weight: 700;
}
.main > .feature > .container {
  max-width: 940px;
}
.main > .feature > .container > .groupc {
  position: relative;
}
.main > .feature > .container > .groupc > .group {
  border-radius: 10px;
  border: 4px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2fbce8), to(#10a6de));
  background: linear-gradient(180deg, #2fbce8 0%, #10a6de 100%);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 93, 174, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 93, 174, 0.3);
  position: relative;
  z-index: 1;
}
.main > .feature > .container > .groupc > .group.exp {
  padding: 70px 15px 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp {
    padding: 65px 15px 30px;
  }
}
.main > .feature > .container > .groupc > .group.exp > .ttl {
  max-width: 394px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .ttl {
    max-width: 296px;
    top: -38px;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .main > .feature > .container > .groupc > .group.exp > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 {
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 {
    max-width: 290px;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 15px 0 20px;
  font-size: 21px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-1 {
    padding: 0 10px 0 15px;
    font-size: 16px;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-1::before, .main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-1::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 3px;
  height: 28px;
  border-radius: 99px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-1::before, .main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-1::after {
    width: 2px;
    height: 20px;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-1::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-1::after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-2 {
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .txt-2 {
    font-size: 15px;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-1 .img {
  margin-top: 15px;
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 {
  max-width: 380px;
  width: 100%;
  padding-left: 35px;
  background-image: repeating-linear-gradient(180deg, #fff, #fff 3px, transparent 3px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}
@media screen and (max-width: 1024px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 {
    max-width: 345px;
    padding-left: initial;
    background: none;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc {
  border: 1px solid #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc .txt-1 {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc .txt-1 {
    min-width: 55px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc .inner {
  padding: 15px 23px 18px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc .inner {
    padding: 10px 13px;
    border-top: initial;
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc .inner .txt-2 {
    font-size: 17px;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc .inner .txt-2 .em {
  font-size: 10px;
  margin: 0 0 0 12px;
  padding: 3px 8px;
  background-color: #fff;
  border-radius: 15px;
  color: #10ADDE;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc .inner .txt-2 .em {
    margin: 5px 0 0;
  }
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc .inner .note {
  margin-top: 5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  text-align: left;
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .txtc .inner .note::before {
  content: "※";
}
.main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .cta {
  display: block;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.exp > .inner .ctt-2 .cta {
    max-width: 233px;
    width: 100%;
    margin: 25px auto 0;
  }
}
.main > .feature > .container > .groupc > .group.bens {
  padding: 80px 45px 60px;
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens {
    padding: 60px 18px 40px;
    margin-top: 94px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .ttl {
  max-width: 366px;
  top: -55px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .ttl {
    max-width: 276px;
    top: -42px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .head {
  position: relative;
  max-width: 435px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .head {
    max-width: 300px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .head > .txt-1 {
  font-size: 21px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .head > .txt-1 {
    font-size: 15px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .head > .txt-1::after {
  content: "";
  display: inline-block;
  width: 180px;
  height: 17px;
  background: url(../images/feature-bens-headline.svg) no-repeat center top/contain;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .head > .txt-1::after {
    width: 132px;
    height: 12px;
    margin-left: 5px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .head > .txt-2 {
  font-size: 28px;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .head > .txt-2 {
    font-size: 18px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .head > .txt-3 {
  font-size: 80px;
  color: #FFF700;
  position: relative;
  line-height: 1;
  z-index: 1;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .head > .txt-3 {
    font-size: 53px;
    padding-bottom: 10px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .head > .txt-3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 27px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .head > .txt-3::before {
    width: calc(100% - 5px);
    height: 19px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .head > .img {
  position: absolute;
  right: -5px;
  bottom: 70px;
  max-width: 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .head > .img {
    right: 0;
    bottom: 50px;
    max-width: 47px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 25px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .list .item {
  max-width: 238px;
  width: 100%;
  position: relative;
}
.main > .feature > .container > .groupc > .group.bens > .list .item .circle {
  position: absolute;
  left: -45px;
  bottom: 0;
  width: 105px;
  height: 105px;
  background-color: #FF8011;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .list .item .circle {
    left: -42px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .list .item .circle .txt-1 {
  font-size: 15px;
}
.main > .feature > .container > .groupc > .group.bens > .list .item .circle .txt-2 {
  font-size: 13px;
}
.main > .feature > .container > .groupc > .group.bens > .list .item .circle .txt-2 .num {
  font-size: 23px;
  margin-right: 2px;
}
.main > .feature > .container > .groupc > .group.bens > .list .item .head {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
}
.main > .feature > .container > .groupc > .group.bens > .list .item .img {
  max-width: 210px;
  width: 100%;
  margin: auto;
  padding-left: 10px;
}
.main > .feature > .container > .groupc > .group.bens > .txtc {
  max-width: 585px;
  width: 100%;
  margin: 15px auto 0;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .txtc {
    max-width: 300px;
    font-size: 15px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .txtc .txt-1 {
  padding: 21px 38px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .txtc .txt-1 {
    padding: 27px 0 28px;
    text-align: center;
    min-width: 55px;
  }
}
.main > .feature > .container > .groupc > .group.bens > .txtc .txt-2 {
  line-height: 1;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .txtc .txt-2 {
    padding: 0 0 0 13px;
    line-height: 1.4;
  }
}
.main > .feature > .container > .groupc > .group.bens > .txtc .txt-2 .note {
  font-size: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container > .groupc > .group.bens > .txtc .txt-2 .note {
    font-size: 9px;
  }
}
.main > .feature > .container > .groupc > .group > .inner {
  position: relative;
  z-index: 2;
}
.main > .feature > .container > .groupc > .group > .ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.main > .feature > .container > .groupc .part {
  width: calc(100% + 30px);
}
.main > .feature > .container > .groupc .part-1 {
  top: -90px;
}
.main > .feature > .container > .groupc .part-2 {
  bottom: -140px;
}
.main > .feature > .container .banner {
  max-width: 842px;
  width: 100%;
  margin: 80px auto 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container .banner {
    width: calc(100% - 30px);
    margin: 50px auto 0;
  }
}
.main > .feature > .container .banner picture img {
  -webkit-filter: drop-shadow(10px 10px 0 rgba(0, 93, 174, 0.3));
          filter: drop-shadow(10px 10px 0 rgba(0, 93, 174, 0.3));
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main > .feature > .container .banner picture img {
    -webkit-filter: none;
            filter: none;
  }
}
.main > .feature > .container .banner > .part {
  top: -120px;
  width: calc(100% + 60px);
}
.main > .feature > .container .part {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main > .gallery {
  padding: 130px 0 0;
}
@media screen and (max-width: 768px) {
  .main > .gallery {
    padding: 55px 0 0;
  }
}
.main > .overview {
  padding: 250px 0 142px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main > .overview {
    padding: 90px 0 74px;
  }
}
.main > .overview * {
  font-weight: 700;
}
.main > .overview > .bg {
  position: absolute;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1920px;
}
@media screen and (max-width: 768px) {
  .main > .overview > .bg {
    top: 53%;
    width: 760px;
  }
}
.main > .overview > .container {
  max-width: 1060px;
}
@media screen and (max-width: 1100px) {
  .main > .overview > .container {
    max-width: 770px;
  }
}
@media screen and (max-width: 768px) {
  .main > .overview > .container {
    max-width: 345px;
  }
}
.main > .overview > .container > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list {
    gap: 15px;
  }
}
.main > .overview > .container > .list .item {
  position: relative;
}
.main > .overview > .container > .list .item:nth-of-type(1) .inner::after, .main > .overview > .container > .list .item:nth-of-type(3) .inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -30px;
  width: 108px;
  height: 59px;
  background: url(../images/overview-balloon-right.svg) no-repeat center/contain;
}
@media screen and (max-width: 1100px) {
  .main > .overview > .container > .list .item:nth-of-type(1) .inner::after, .main > .overview > .container > .list .item:nth-of-type(3) .inner::after {
    content: none;
  }
}
.main > .overview > .container > .list .item:nth-of-type(1) .img {
  max-width: 245px;
  right: 85px;
  bottom: -75px;
}
@media screen and (max-width: 1100px) {
  .main > .overview > .container > .list .item:nth-of-type(1) .img {
    max-width: 200px;
    right: 0;
    bottom: -35px;
  }
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item:nth-of-type(1) .img {
    max-width: 110px;
    right: -40px;
    bottom: -50px;
  }
}
.main > .overview > .container > .list .item:nth-of-type(1) .inner .txt-1 {
  font-size: 30px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item:nth-of-type(1) .inner .txt-1 {
    font-size: 21px;
  }
}
.main > .overview > .container > .list .item:nth-of-type(1) .inner .txt-2 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item:nth-of-type(1) .inner .txt-2 {
    font-size: 9px;
  }
}
.main > .overview > .container > .list .item:nth-of-type(2) .img {
  max-width: 283px;
  left: 35px;
  bottom: -63px;
}
@media screen and (max-width: 1100px) {
  .main > .overview > .container > .list .item:nth-of-type(2) .img {
    max-width: 240px;
    left: 0;
    bottom: -25px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item:nth-of-type(2) .img {
    max-width: 127px;
    left: -20px;
    bottom: -30px;
  }
}
.main > .overview > .container > .list .item:nth-of-type(2) .inner::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -40px;
  width: 83px;
  height: 45px;
  background: url(../images/overview-balloon-left.svg) no-repeat center/contain;
}
@media screen and (max-width: 1100px) {
  .main > .overview > .container > .list .item:nth-of-type(2) .inner::before {
    content: none;
  }
}
.main > .overview > .container > .list .item:nth-of-type(2) .inner .txt {
  margin-top: 7px;
  font-size: 21px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item:nth-of-type(2) .inner .txt {
    margin-top: 5px;
    font-size: 15px;
  }
}
.main > .overview > .container > .list .item:nth-of-type(3) .img {
  max-width: 310px;
  right: 0;
  bottom: -50px;
}
@media screen and (max-width: 1100px) {
  .main > .overview > .container > .list .item:nth-of-type(3) .img {
    max-width: 270px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item:nth-of-type(3) .img {
    max-width: 138px;
    right: -15px;
    bottom: -18px;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item:nth-of-type(3) .inner {
    z-index: 1;
  }
}
.main > .overview > .container > .list .item:nth-of-type(3) .inner .txt {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item:nth-of-type(3) .inner .txt {
    font-size: 21px;
  }
}
.main > .overview > .container > .list .item:nth-of-type(3) .inner .txt .num {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item:nth-of-type(3) .inner .txt .num {
    font-size: 32px;
  }
}
.main > .overview > .container > .list .item .img {
  position: absolute;
  width: 100%;
}
.main > .overview > .container > .list .item .inner {
  max-width: 327px;
  width: 100%;
  margin: auto;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  height: 153px;
  display: grid;
  place-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item .inner {
    max-width: 232px;
    height: 108px;
  }
}
.main > .overview > .container > .list .item .inner .head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 2px 16px 3px;
  font-size: 24px;
  color: #fff;
  border-radius: 20px;
  background-color: #10ADDE;
}
@media screen and (max-width: 768px) {
  .main > .overview > .container > .list .item .inner .head {
    font-size: 15px;
  }
}
.main > .layer-2 {
  position: relative;
  background-color: #10ADDE;
}
.main > .layer-2 > .layer-2-bg {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  mix-blend-mode: screen;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .layer-2-bg {
    left: 0;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
    height: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .layer-2-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.main > .layer-2 > .flow {
  padding: 44px 0 0;
  position: relative;
}
.main > .layer-2 > .flow > .container > .ttl-img {
  max-width: 546px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .flow > .container > .ttl-img {
    max-width: 345px;
  }
}
.main > .layer-2 > .flow > .container > .ttl-img .ttl {
  position: absolute;
  left: 48%;
  bottom: 38px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 32px;
  font-weight: 700;
  color: #10ADDE;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .flow > .container > .ttl-img .ttl {
    left: 46%;
    bottom: 21px;
    font-size: 23px;
  }
}
.main > .layer-2 > .flow > .container > .list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 16px;
}
@media screen and (max-width: 1024px) {
  .main > .layer-2 > .flow > .container > .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .flow > .container > .list {
    width: calc(100% - 10px);
    margin: 22px auto 0;
    grid-template-columns: auto;
    gap: 33px;
  }
}
.main > .layer-2 > .flow > .container > .list .item {
  font-weight: 700;
  color: #fff;
}
.main > .layer-2 > .flow > .container > .list .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: calc(100% - 20px);
  margin: auto;
}
.main > .layer-2 > .flow > .container > .list .item .head .step {
  min-width: 72px;
  font-size: 15px;
  padding: 0 10px 5px;
  background: url(../images/flow-step.webp) no-repeat center/contain;
}
.main > .layer-2 > .flow > .container > .list .item .head .step .num {
  font-size: 22px;
  line-height: 1;
  vertical-align: bottom;
  margin-left: 6px;
}
.main > .layer-2 > .flow > .container > .list .item .head .txt {
  font-size: 21px;
  line-height: 1.8;
}
.main > .layer-2 > .flow > .container > .list .item .img {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .flow > .container > .list .item .img {
    margin-top: 5px;
  }
}
.main > .layer-2 > .flow > .container > .list .item > .txt {
  width: calc(100% - 20px);
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .flow > .container > .list .item > .txt {
    margin: 5px auto 0;
  }
}
.main > .layer-2 > .flow > .container > .cta {
  display: block;
  max-width: 345px;
  width: 100%;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .flow > .container > .cta {
    max-width: 233px;
  }
}
.main > .layer-2 > .safety {
  padding: 190px 0 0;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety {
    padding: 100px 0 0;
  }
}
.main > .layer-2 > .safety > .container {
  max-width: 1327px;
  width: 100%;
  padding: 110px 30px 130px;
  border-radius: 150px;
  background-color: #F1F1F1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main > .layer-2 > .safety > .container {
    border-radius: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container {
    padding: 50px 30px;
  }
}
.main > .layer-2 > .safety > .container > .accent {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.main > .layer-2 > .safety > .container > .accent.top {
  max-width: 256px;
  left: 95px;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .accent.top {
    max-width: 126px;
    left: 30px;
    top: -45px;
  }
}
.main > .layer-2 > .safety > .container > .accent.bottom {
  max-width: 203px;
  right: 95px;
  bottom: -55px;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .accent.bottom {
    max-width: 100px;
    right: 25px;
    bottom: -28px;
  }
}
.main > .layer-2 > .safety > .container > .ttl {
  max-width: 865px;
  width: 100%;
  margin: auto;
  padding: 8px 0;
  border-top: 1px solid #10ADDE;
  border-bottom: 1px solid #10ADDE;
  font-size: 32px;
  font-weight: 700;
  color: #10ADDE;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .ttl {
    font-size: 20px;
  }
}
.main > .layer-2 > .safety > .container > .lead-txt {
  margin-top: 35px;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .lead-txt {
    margin-top: 25px;
    text-align: left;
  }
}
.main > .layer-2 > .safety > .container > .lead-txt .em {
  color: #FF8011;
}
.main > .layer-2 > .safety > .container > .list {
  max-width: 1082px;
  width: 100%;
  margin: 68px auto 0;
  display: grid;
  grid-template-areas: "item-1 item-3" "item-2 item-3";
  grid-template-columns: 518px auto;
  gap: 48px 46px;
}
@media screen and (max-width: 1200px) {
  .main > .layer-2 > .safety > .container > .list {
    margin: 78px auto 0;
    grid-template-areas: "item-1" "item-2" "item-3";
    grid-template-columns: auto;
    gap: 68px;
  }
}
.main > .layer-2 > .safety > .container > .list .item {
  padding: 47px 35px 40px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .list .item {
    padding: 47px 25px 25px;
  }
}
.main > .layer-2 > .safety > .container > .list .item > .num {
  position: absolute;
  left: 0;
  top: -55px;
  font-size: 71px;
  font-family: "vdl-linegrpop-shadow", sans-serif;
  color: #0088FF;
}
.main > .layer-2 > .safety > .container > .list .item > .img {
  position: absolute;
}
.main > .layer-2 > .safety > .container > .list .item > .head {
  font-size: 20px;
  font-weight: 700;
  color: #0088FF;
}
.main > .layer-2 > .safety > .container > .list .item > .txt {
  margin-top: 23px;
  font-weight: 700;
  line-height: 1.875;
}
.main > .layer-2 > .safety > .container > .list .item > .txt .em {
  color: #FF8011;
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(1) {
  grid-area: item-1;
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(1) > .img {
  width: 51px;
  right: 35px;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .list .item:nth-of-type(1) > .img {
    right: 25px;
  }
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(2) {
  grid-area: item-2;
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(2) > .img {
  width: 133px;
  right: 31px;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .list .item:nth-of-type(2) > .img {
    right: 20px;
  }
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) {
  grid-area: item-3;
  padding: 47px 40px 40px;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) {
    padding: 47px 25px 25px;
  }
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner {
    margin-top: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner .group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner .group .img {
  max-width: 152px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner .group .img {
    max-width: 110px;
  }
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner .group .content {
  padding: 30px 14px 20px;
  border-radius: 10px;
  background-color: #F2F9FF;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner .group .content {
    padding: 30px 20px 20px;
  }
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner .group .content > .head {
  font-weight: 700;
  color: #33C782;
  text-align: center;
}
.main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner .group .content > .txt {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8571428571;
  padding: 0 3px;
}
@media screen and (max-width: 768px) {
  .main > .layer-2 > .safety > .container > .list .item:nth-of-type(3) > .inner .group .content > .txt {
    padding: initial;
  }
}
.main > .layer-3 {
  position: relative;
  background-color: #10ADDE;
}
.main > .layer-3 .viewing,
.main > .layer-3 .store,
.main > .layer-3 .faq {
  position: relative;
  z-index: 1;
}
.main > .layer-3 > .viewing {
  padding: 105px 0 0;
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .viewing {
    padding: 43px 0;
  }
}
.main > .layer-3 > .viewing * {
  font-weight: 700;
  text-align: center;
}
.main > .layer-3 > .viewing > .container {
  max-width: 940px;
}
.main > .layer-3 > .viewing > .container > .ttl-img {
  max-width: 907px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main > .layer-3 > .viewing > .container > .ttl-img {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .viewing > .container > .ttl-img {
    max-width: 345px;
  }
}
.main > .layer-3 > .viewing > .container > .ttl-img > .ttl {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 36px;
  color: #10ADDE;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main > .layer-3 > .viewing > .container > .ttl-img > .ttl {
    bottom: 36px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .viewing > .container > .ttl-img > .ttl {
    bottom: 50px;
    font-size: 21px;
  }
}
.main > .layer-3 > .viewing > .container > .ttl-img > .ttl .em {
  color: #FF8011;
}
.main > .layer-3 > .viewing > .container > .lead-txt {
  margin-top: 20px;
  color: #fff;
  line-height: 1.875;
}
.main > .layer-3 > .viewing > .container > .lead-txt .em {
  color: #FFF700;
}
.main > .layer-3 > .viewing > .container .splide {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .main > .layer-3 > .viewing > .container .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .main > .layer-3 > .viewing > .container .splide__slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.main > .layer-3 > .viewing > .container .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  height: 40px;
}
.main > .layer-3 > .viewing > .container .splide__arrow {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.main > .layer-3 > .viewing > .container .splide__arrow--prev {
  background: url(../images/slide-arrow-left.webp) no-repeat center/contain;
}
.main > .layer-3 > .viewing > .container .splide__arrow--next {
  background: url(../images/slide-arrow-right.webp) no-repeat center/contain;
}
.main > .layer-3 > .store {
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .store {
    padding: 100px 0 140px;
    background-color: #10ADDE;
  }
}
.main > .layer-3 > .store > .container {
  max-width: 1315px;
  position: relative;
  z-index: 1;
}
.main > .layer-3 > .store > .container > .list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .main > .layer-3 > .store > .container > .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .store > .container > .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.main > .layer-3 > .store > .container > .list .item {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 93, 174, 0.3);
          box-shadow: 5px 5px 0 rgba(0, 93, 174, 0.3);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .store > .container > .list .item {
    gap: 14px;
  }
}
.main > .layer-3 > .store > .container > .list .item > .txt {
  font-size: 18px;
  margin-top: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .store > .container > .list .item > .txt {
    font-size: 16px;
    margin-top: 9px;
  }
}
.main > .layer-3 > .store > .container > .list .item .linkc {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .store > .container > .list .item .linkc {
    margin-top: 9px;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main > .layer-3 > .store > .container > .list .item .linkc .link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px;
  border-radius: 14px;
  background-color: rgba(16, 173, 222, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .store > .container > .list .item .linkc .link {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 8px;
  }
}
.main > .layer-3 > .store > .container > .list .item .linkc .link::before {
  content: "";
  display: inline-block;
  min-width: 12px;
  height: 12px;
}
.main > .layer-3 > .store > .container > .list .item .linkc .link .txt {
  font-size: 10px;
  color: #10ADDE;
}
.main > .layer-3 > .store > .container > .list .item .linkc .link.ig::before {
  background: url(../images/icon-ig.svg) no-repeat center/contain;
}
.main > .layer-3 > .store > .container > .list .item .linkc .link.fb::before {
  background: url(../images/icon-fb.svg) no-repeat center/contain;
}
.main > .layer-3 > .store > .layer-3-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
.main > .layer-3 > .store > .layer-3-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main > .layer-3 > .faq {
  padding: 160px 0 120px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .faq {
    padding: 0 0 100px;
    background-color: #39C1E7;
  }
}
.main > .layer-3 > .faq > .container {
  max-width: 850px;
}
.main > .layer-3 > .faq > .container > .list {
  margin-top: 40px;
}
.main > .layer-3 > .faq > .container > .list * {
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main > .layer-3 > .faq > .container > .list .item + .item {
  margin-top: 20px;
}
.main > .layer-3 > .faq > .container > .list .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #0088FF;
  color: #fff;
}
.main > .layer-3 > .faq > .container > .list .item .question .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 6px;
}
.main > .layer-3 > .faq > .container > .list .item .question .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main > .layer-3 > .faq > .container > .list .item .question .inner .head::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}
.main > .layer-3 > .faq > .container > .list .item .question .icon {
  min-width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.main > .layer-3 > .faq > .container > .list .item .question .icon::before, .main > .layer-3 > .faq > .container > .list .item .question .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #fff;
}
.main > .layer-3 > .faq > .container > .list .item .question .icon::before {
  width: 7px;
  height: 1px;
}
.main > .layer-3 > .faq > .container > .list .item .question .icon::after {
  width: 1px;
  height: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main > .layer-3 > .faq > .container > .list .item .question.active .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.main > .layer-3 > .faq > .container > .list .item .answer {
  overflow: hidden;
  height: 0;
}
.main > .layer-3 > .faq > .container > .list .item .answer .inner {
  margin-top: 8px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.main > .layer-3 > .faq > .container > .list .item .answer .inner .txt .link {
  color: #10ADDE;
  text-decoration: underline;
}
.main > .layer-3 > .layer-3-bg {
  position: absolute;
  left: 50%;
  bottom: -45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  mix-blend-mode: screen;
}
@media screen and (max-width: 768px) {
  .main > .layer-3 > .layer-3-bg {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */