@charset "UTF-8";
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.2rem;
  }
}
.container.--container-m {
  max-width: 840px;
}
.container.--container-s {
  max-width: 680px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -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] {
  -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;
}

.header {
  width: 100%;
  height: 7rem;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid #fff;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    height: 40px;
  }
}
.header.--scrolled, .header.--mobile-open, .header.--submenu-open {
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e0e0e0;
}
.header.--white {
  background: #fff !important;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5.4rem;
  border-right: 1px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .header__logo {
    padding: 0 20px;
  }
}
.header.--scrolled .header__logo, .header.--mobile-open .header__logo, .header.--submenu-open .header__logo, .header.--white .header__logo {
  border-right: 1px solid #e0e0e0;
}
.header__logo-img {
  width: 12.8rem;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .header__logo-img {
    width: auto;
    height: 16px;
  }
}
.header__logo-img--white {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.header.--scrolled .header__logo-img--white, .header.--mobile-open .header__logo-img--white, .header.--submenu-open .header__logo-img--white, .header.--white .header__logo-img--white {
  opacity: 0;
}
.header__logo-img--black {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.header.--scrolled .header__logo-img--black, .header.--mobile-open .header__logo-img--black, .header.--submenu-open .header__logo-img--black, .header.--white .header__logo-img--black {
  opacity: 1;
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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;
  padding: 0 0.5rem;
  height: inherit;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  gap: 2.4rem;
}
.header__nav-item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-item.--has-submenu:hover .header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.header__nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header.--scrolled .header__nav-link, .header.--mobile-open .header__nav-link, .header.--submenu-open .header__nav-link, .header.--white .header__nav-link {
  color: #000;
}
.header__nav-link:hover {
  color: var(--primary-main);
}
.header.--scrolled .header__nav-link:hover, .header.--mobile-open .header__nav-link:hover, .header.--submenu-open .header__nav-link:hover {
  color: var(--primary-main);
}
.header__nav-link--login {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  border: 0.5px solid #fff;
  border-radius: 4px;
  padding: 0.6rem 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.--scrolled .header__nav-link--login, .header.--mobile-open .header__nav-link--login, .header.--submenu-open .header__nav-link--login, .header.--white .header__nav-link--login {
  color: #000;
  border-color: #e0e0e0;
}
.header.--scrolled .header__nav-link--login:hover, .header.--mobile-open .header__nav-link--login:hover, .header.--submenu-open .header__nav-link--login:hover, .header.--white .header__nav-link--login:hover {
  background: #000;
  color: #fff;
}
.header__nav-link--login:hover {
  background: #000;
  color: #fff;
}
.header__nav-link--active::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header.--scrolled .header__nav-link--active::after, .header.--mobile-open .header__nav-link--active::after, .header.--submenu-open .header__nav-link--active::after, .header.--white .header__nav-link--active::after {
  background-color: var(--primary-main);
}
.header__submenu {
  position: fixed;
  top: 7rem;
  left: 50%;
  width: 100vw;
  max-width: 90rem;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  background: #fff;
  padding: 4.2rem 6rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
.header__submenu-arrow {
  width: 2rem;
  height: 1.6rem;
  background: #000;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-bottom: -0.1rem;
}
.header__submenu-arrow::before, .header__submenu-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 35%;
  width: 0.6rem;
  height: 0.1rem;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 0.1rem) 50%;
          transform-origin: calc(100% - 0.1rem) 50%;
}
.header__submenu-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__submenu-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__submenu > .header__submenu-item > .header__submenu-arrow {
  width: 2.8rem;
  height: 2rem;
}
.header__submenu > .header__submenu-item > .header__submenu-arrow::before, .header__submenu > .header__submenu-item > .header__submenu-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 35%;
  width: 0.8rem;
  height: 0.2rem;
}
.header__submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-bottom: 1px solid rgba(91, 97, 102, 0.6);
  margin-bottom: 4rem;
}
.header__submenu-title {
  font-size: 2.4rem;
  font-weight: bold;
}
.header__submenu-text {
  font-size: 1.4rem;
  font-weight: bold;
}
.header__submenu-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
.header__submenu-row .header__submenu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 0;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1rem;
  height: inherit;
  border-left: 1px solid #fff;
}
.header.--scrolled .header__actions, .header.--mobile-open .header__actions, .header.--submenu-open .header__actions {
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .header__actions {
    display: none;
  }
}
.header__btn {
  width: 20rem;
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__btn:hover {
  background: #000;
  color: #fff;
}
.header__btn:hover .header__btn-icon {
  outline: 1px solid #fff;
}
.header__btn-icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 9999px;
}
.header__btn--login {
  background-color: #fff;
  border-color: #e0e0e0;
}
.header__btn--download {
  background-color: var(--primary-main);
}
.header__btn--consultation {
  background-color: #fff;
  border-color: #e0e0e0;
}
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 30px;
  background: #000;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 4px;
  padding: 0;
  gap: 4px;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__hamburger-line {
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__hamburger--active .header__hamburger-line:nth-child(1) {
  -webkit-transform: rotate(30deg) translate(3px, 4px);
          transform: rotate(30deg) translate(3px, 4px);
}
.header__hamburger--active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger--active .header__hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-30deg) translate(3px, -4px);
          transform: rotate(-30deg) translate(3px, -4px);
}
.header__mobile-menu {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  height: calc(100vh - 40px);
  background: #fff;
  padding: 3.6rem 1.8rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.header__mobile-menu--active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
.header__mobile-nav {
  margin-bottom: 0.6rem;
}
.header__mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__mobile-nav-item {
  border-bottom: 1px solid rgba(91, 97, 102, 0.6);
  margin-bottom: 2.55rem;
}
.header__mobile-nav-item:nth-last-child(-n+2), .header__mobile-nav-item:last-child {
  margin-bottom: 0;
}
.header__mobile-nav-item:last-child {
  border-bottom: none;
}
.header__mobile-nav-link, .header__mobile-nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 8px 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.header__mobile-nav-link--login, .header__mobile-nav-toggle--login {
  border: 1px solid rgba(91, 97, 102, 0.6);
  border-radius: 0.4rem;
  padding: 0.8rem 2rem;
  text-align: center;
  margin-top: 3.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__mobile-nav-text {
  font-size: 1.35rem;
  font-weight: bold;
}
.header__mobile-nav-arrow {
  width: 1.75rem;
  height: 1.35rem;
  background: #000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  position: relative;
  margin-bottom: -1px;
}
.header__mobile-nav-arrow::before, .header__mobile-nav-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 35%;
  width: 0.5rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.header__mobile-nav-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__mobile-nav-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__mobile-nav-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  position: relative;
}
.header__mobile-nav-icon-line {
  width: 1.5rem;
  height: 1px;
  background: #000;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-nav-icon-line:first-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__mobile-nav-icon-line:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__mobile-nav-icon--active .header__mobile-nav-icon-line:first-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__mobile-nav-icon--active .header__mobile-nav-icon-line:last-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__mobile-submenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.header__mobile-submenu--active {
  max-height: 800px;
}
.header__mobile-submenu-item {
  border-bottom: 1px solid #eee;
}
.header__mobile-submenu-item:last-child {
  border-bottom: none;
}
.header__mobile-submenu-item.--top {
  grid-column: span 2;
}
.header__mobile-submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0 2.2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 768px) {
  .header__mobile-submenu-link {
    padding: 0.8rem 0 1.8rem;
  }
}
.header__mobile-submenu-link .header__mobile-nav-text {
  font-size: 1.08rem;
  margin-right: 10px;
}
.header__mobile-submenu-link .header__mobile-nav-text--sub {
  font-size: 0.75rem;
}
.header__mobile-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
}
.header__mobile-actions .header__mobile-btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem;
  border-radius: 0.4rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-actions .header__mobile-btn-icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__mobile-actions .header__mobile-btn--download {
  background: var(--primary-main);
}
.header__mobile-actions .header__mobile-btn--consultation {
  background: #fff;
  border: 1px solid rgba(91, 97, 102, 0.6);
}

.submenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.submenu-overlay--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.footer {
  background: #000;
  color: #fff;
  padding: 6rem 0 3rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 0 6.5rem;
  }
}
.footer .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__inner {
  width: 100%;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  gap: 8rem;
}
@media (max-width: 768px) {
  .footer__top {
    -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: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.footer__logo {
  width: 100%;
  max-width: 20rem;
}
@media (max-width: 768px) {
  .footer__logo {
    max-width: 13.6rem;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__logo-text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.footer__nav {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}
@media (max-width: 768px) {
  .footer__nav {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.footer__nav-column {
  min-width: 12rem;
}
@media (max-width: 768px) {
  .footer__nav-column:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .footer__nav-column:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .footer__nav-column:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .footer__nav-column:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .footer__nav-column:nth-child(5) {
    grid-area: 3/2/4/3;
  }
}
.footer__nav-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .footer__nav-heading {
    font-size: 1.35rem;
  }
}
.footer__nav-heading a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__nav-heading a:hover {
  opacity: 0.6;
}
.footer__nav-arrow {
  position: relative;
  width: 2.8rem;
  height: 2rem;
  background: #fff;
  border-radius: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: -0.2rem;
}
@media (max-width: 768px) {
  .footer__nav-arrow {
    width: 2.4rem;
    height: 1.6rem;
  }
}
.footer__nav-arrow::before, .footer__nav-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 40%;
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 9999px;
  background-color: #000;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
@media (max-width: 768px) {
  .footer__nav-arrow::before, .footer__nav-arrow::after {
    right: 35%;
    width: 0.7rem;
    height: 0.2rem;
  }
}
.footer__nav-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer__nav-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__nav-link-arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__nav-link-arrow::before, .footer__nav-link-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 40%;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
@media (max-width: 768px) {
  .footer__nav-link-arrow::before, .footer__nav-link-arrow::after {
    left: 0;
    width: 0.7rem;
    height: 0.2rem;
  }
}
.footer__nav-link-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer__nav-link-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.footer__nav-line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 2rem;
}
.footer__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding-left: 1.5rem;
}
.footer__nav-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: 1rem;
}
@media (max-width: 768px) {
  .footer__nav-list {
    margin-bottom: 2rem;
  }
}
.footer__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__nav-link-text {
  color: #fff;
  font-family: var(--font-hiragino);
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .footer__nav-link-text {
    font-size: 1.1rem;
  }
  .footer__nav-link-text--sub {
    font-size: 0.8rem;
  }
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__bottom {
  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;
}
@media (max-width: 768px) {
  .footer__bottom {
    -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;
    gap: 2rem;
  }
}
.footer__copyright {
  font-family: var(--font-oswald);
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .footer__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem 1.4rem;
  }
}
.footer__link-item a {
  color: #fff;
  font-family: var(--font-hiragino);
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .footer__link-item a {
    font-size: 1rem;
  }
}
.footer__link-item a:hover {
  opacity: 0.6;
}
.footer__nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.footer__nav-bottom .footer__nav-column {
  min-width: 12rem;
}
.footer__cta {
  border-top: 1px solid #000;
}
.footer__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__cta-item {
  width: 50%;
  padding: 6rem 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #000;
}
@media (max-width: 768px) {
  .footer__cta-item {
    padding: 4rem 1rem;
  }
}
.footer__cta-item:last-child {
  background: #e9f0f0;
  border-right: none;
}
.footer__cta-item .section-title {
  font-size: 3rem !important;
  font-weight: bold !important;
  margin-bottom: 3rem !important;
}
@media (max-width: 768px) {
  .footer__cta-item .section-title {
    font-size: 1.65rem !important;
    margin-bottom: 2rem !important;
  }
}
.footer__cta-item .footer__cta-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__cta-item .footer__cta-text {
    font-size: 1.16rem;
    margin-bottom: 2rem;
    text-align: justify;
  }
}
.footer__cta-btn {
  width: 30rem;
  height: 8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer__cta-btn {
    width: 100%;
    height: 5rem;
    font-size: 1rem;
  }
}
.footer__cta-btn-icon {
  width: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .footer__cta-btn-icon {
    width: 2rem;
    height: 2rem;
  }
}
.footer__cta-btn:hover {
  background: #000;
  color: #fff;
}
.footer__cta-btn:hover .footer__cta-btn-icon {
  outline: 1px solid #fff;
}
.footer__cta-btn--download {
  background-color: var(--primary-main);
}
.footer__cta-btn--consultation {
  background-color: #fff;
}

.cta-modal {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  width: 32rem;
  height: 20rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-modal--hidden {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.cta-modal__close {
  position: absolute;
  top: -1.6rem;
  left: -1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.cta-modal__close:hover {
  background: #333;
}
.cta-modal__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.4rem 1rem 1rem;
  gap: 1rem;
  border-radius: 0.4rem;
}
.cta-modal__section--blue {
  background: var(--primary-main);
}
.cta-modal__section--white {
  background: #fff;
  color: #000;
  border-top: 1px solid #eee;
}
.cta-modal__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12rem;
  height: 8rem;
}
.cta-modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-modal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-hiragino);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}
.cta-modal__text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.cta-modal__btn {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.cta-modal__btn:hover {
  background: #333;
}
@media (max-width: 768px) {
  .cta-modal {
    display: none;
  }
}

.mobile-cta-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  padding: 0.6rem 1.6rem;
  z-index: 999;
  display: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}
.mobile-cta-footer--visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobile-cta-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  padding: 1rem 0.6rem;
  border-radius: 0.4rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4rem;
}
.mobile-cta-footer__btn-icon {
  width: 1.8rem;
  height: 1.8rem;
}
.mobile-cta-footer__btn--download {
  background: var(--primary-main);
  color: #000;
}
.mobile-cta-footer__btn--consultation {
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .mobile-cta-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6rem;
  }
}

:root {
  --primary-main: #2ac2f5;
  --primary-text: #25b5e6;
  --bg-blue: #57c9f0;
  --font-oswald: Oswald, sans-serif;
  --font-hiragino: Hiragino Sans, 游ゴシック, メイリオ, MS Pゴシック, Arial, sans-serif;
}

html {
  font-size: 62.5%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 3.2vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.br-pc {
  display: block;
}
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.section-title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.section-title.--white {
  color: white;
}
.section-title.--left {
  text-align: left;
}

.section-highlight {
  color: var(--primary-text);
}
.section-highlight.--white {
  color: white;
}

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

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

.breadcrumbs {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.breadcrumbs-item {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .breadcrumbs-item {
    font-size: 0.92rem;
  }
}
.breadcrumbs-item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-width: 0;
}
.breadcrumbs-item:not(:last-child)::after {
  content: ">";
  margin: 0 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .breadcrumbs-item:not(:last-child)::after {
    margin: 0 0.5rem;
  }
}
.breadcrumbs-item:last-child {
  -ms-flex-negative: 0.8;
      flex-shrink: 0.8;
}
.breadcrumbs-item:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs-item:first-child span {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
.page .breadcrumbs {
  position: absolute;
  top: 4rem;
  left: 8rem;
  z-index: 9;
  color: #949999;
  max-width: calc(100vw - 16rem);
}
@media (max-width: 768px) {
  .page .breadcrumbs {
    top: 2rem;
    left: 1.6rem;
    max-width: calc(100vw - 3.2rem);
  }
}

.page {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .page {
    margin-top: 40px;
  }
}
.page .breadcrumbs {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page .breadcrumbs {
    margin-bottom: 1.5rem;
  }
}

.top__kv {
  position: relative;
  width: 100%;
  height: var(--kv-height, 80vh);
  min-height: 72rem;
  max-height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top__kv {
    min-height: 62rem;
    max-height: 100vh;
  }
}
.top__kv-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top__kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.top__kv-img--active {
  opacity: 1;
}
.top__kv-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  width: 100%;
  padding: 6rem 4rem 0;
  color: #fff;
}
@media (max-width: 768px) {
  .top__kv-inner {
    padding: 10rem 1.6rem 0;
  }
}
.top__kv-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 0.4rem 2.5rem;
  border-radius: 0.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .top__kv-badge {
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.top__kv-copy {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.8rem;
  text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .top__kv-copy {
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
    line-height: 1.6;
  }
}
.top__kv-text {
  font-family: var(--font-hiragino);
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 4rem;
  text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .top__kv-text {
    font-size: 1.16rem;
    line-height: 1.8;
  }
}
.top__kv-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .top__kv-cta {
    gap: 0.6rem;
  }
}
.top__kv-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem 3.2rem;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 32rem;
  height: 8rem;
}
@media (max-width: 768px) {
  .top__kv-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    height: 5rem;
    padding: 1rem 1rem;
    font-size: 1rem;
  }
}
.top__kv-btn:hover {
  background: #000;
  color: #fff;
}
.top__kv-btn-icon {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .top__kv-btn-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.6rem;
  }
}
.top__kv-btn:hover .top__kv-btn-icon {
  outline: 1px solid #fff;
}
.top__kv-btn--blue {
  background: var(--primary-main);
  color: #000;
}
.top__kv-btn--white {
  background: #fff;
  color: #000;
}
.top__kv-metrics {
  position: absolute;
  top: 11rem;
  right: 4rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top__kv-metrics {
    top: 5rem;
    right: 2rem;
  }
}
.top__kv-metric {
  width: 14rem;
  height: 14rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0.4rem 1rem;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .top__kv-metric {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.top__kv-metric-label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #000;
  background: #fff;
  padding: 0.2rem 0.8rem;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .top__kv-metric-label {
    font-size: 0.8rem;
    padding: 0.1rem 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.top__kv-metric-value {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .top__kv-metric-value {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
  }
}
.top__kv-metric-value span {
  font-family: var(--font-oswald);
  font-size: 5.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__kv-metric-value span {
    font-size: 3rem;
  }
}
.top__kv-metric-desc {
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .top__kv-metric-desc {
    font-size: 0.8rem;
  }
}
.top__kv-metric-notice {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin-top: 1.4rem;
}
@media (max-width: 768px) {
  .top__kv-metric-notice {
    font-size: 0.75rem;
    margin-top: 0.4rem;
  }
}
.top__logos {
  min-height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .top__logos {
    min-height: 8rem;
  }
}
.top__logos .marquee {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  overflow: hidden;
  width: 100%;
}
.top__logos .marquee-item {
  width: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .top__logos .marquee-item {
    width: 7.4rem;
    padding: 1rem 0;
  }
}
.top__problem {
  padding: 8rem 0;
  background: white;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .top__problem {
    padding: 4rem 0;
  }
}
.top__problem-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 6rem 0 0 0;
}
@media (max-width: 768px) {
  .top__problem-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
}
.top__problem-item {
  position: relative;
  color: #fff;
  border-radius: 0.8rem;
  padding: 1rem 2rem;
  overflow: hidden;
  aspect-ratio: 18/19;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .top__problem-item {
    aspect-ratio: 33/46;
    padding: 1.4rem;
  }
}
.top__problem-item:nth-child(1) {
  background-image: url("../img/problem1.png");
}
.top__problem-item:nth-child(2) {
  background-image: url("../img/problem2.png");
}
.top__problem-item:nth-child(3) {
  background-image: url("../img/problem3.png");
}
.top__problem-item:nth-child(4) {
  background-image: url("../img/problem4.png");
}
.top__problem-item:nth-child(5) {
  background-image: url("../img/problem5.png");
}
.top__problem-item:nth-child(6) {
  background-image: url("../img/problem6.png");
}
.top__problem-item-inner {
  width: 100%;
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2rem 0.8rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .top__problem-item-inner {
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 0;
  }
}
.top__problem-number {
  font-family: var(--font-oswald) !important;
  font-size: 4.2rem;
  font-weight: bold;
  z-index: 2;
  line-height: 1;
}
@media (max-width: 768px) {
  .top__problem-number {
    font-size: 2.4rem;
  }
}
.top__problem-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  z-index: 2;
}
@media (max-width: 768px) {
  .top__problem-text {
    font-size: 1.17rem;
  }
}
.top__problem-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.top__reason {
  padding: 8rem 0;
  background: white;
}
@media (max-width: 768px) {
  .top__reason {
    padding: 4rem 0;
  }
}
.top__reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  margin: 6rem 0 0 0;
}
@media (max-width: 768px) {
  .top__reason-list {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin: 4rem 0 0 0;
  }
}
.top__reason-item {
  position: relative;
  padding-top: 10.5rem;
}
.top__reason-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.4rem;
  width: 1px;
  height: 100%;
  background: #cfcfcf;
}
@media (max-width: 768px) {
  .top__reason-item {
    padding-top: 0;
  }
  .top__reason-item:not(:last-child)::after {
    display: none;
  }
}
.top__reason-number {
  font-family: var(--font-oswald);
  font-size: 14rem;
  font-weight: bold;
  color: #c9eaf5;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .top__reason-number {
    font-size: 5rem;
  }
}
.top__reason-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .top__reason-title {
    font-size: 1.65rem;
    margin-bottom: 1.4rem;
  }
}
.top__reason-image {
  position: relative;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.top__reason-image img {
  width: 100%;
  aspect-ratio: 17/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .top__reason-image {
    margin-bottom: 1rem;
  }
}
.top__reason-points li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.2rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
}
.top__reason-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 2rem;
  height: 2rem;
  background: var(--primary-main);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .top__reason-points li::before {
    top: 0.2rem;
  }
}
@media (max-width: 768px) {
  .top__reason-points li {
    padding-left: 1.8rem;
    margin-bottom: 0.6rem;
    margin-left: 1.6rem;
    font-size: 1.1rem;
  }
  .top__reason-points li::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.top__reason-conclusion {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .top__reason-conclusion {
    margin-top: 2rem;
  }
}
.top__reason-conclusion-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12rem solid transparent;
  border-left: 12rem solid transparent;
  border-top: 6rem solid #c9eaf5;
  border-bottom: 0;
  border-radius: 0.8rem;
  margin: 0 auto 1rem;
}
@media (max-width: 768px) {
  .top__reason-conclusion-arrow {
    border-right: 6rem solid transparent;
    border-left: 6rem solid transparent;
    border-top: 3rem solid #c9eaf5;
  }
}
.top__reason-conclusion-text {
  font-size: 4.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__reason-conclusion-text {
    font-size: 1.92rem;
    line-height: 1.8;
  }
}
.top__reason-conclusion-text.--small {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .top__reason-conclusion-text.--small {
    font-size: 1.1rem;
  }
}
.top__reason-conclusion-highlight {
  color: var(--primary-main);
  font-weight: bold;
}
.top__gallery .marquee {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  overflow: hidden;
}
.top__gallery .marquee-item {
  width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .top__gallery .marquee-item {
    width: 23rem;
  }
}
.top__cta {
  padding: 0;
}
.top__cta.--pc {
  display: block;
}
@media (max-width: 768px) {
  .top__cta.--pc {
    display: none;
  }
}
.top__cta-inner {
  background-image: url("../img/cta_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  padding: 8rem 0;
  margin: 1rem;
  position: relative;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .top__cta-inner {
    padding: 4rem 0;
    margin: 0.42rem;
  }
}
.top__cta-content {
  text-align: center;
}
.top__cta-banner {
  background: white;
  padding: 0.8rem 3.2rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .top__cta-banner {
    padding: 0.6rem 1.4rem;
    font-size: 1rem;
  }
}
.top__cta-title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .top__cta-title {
    font-size: 1.65rem;
  }
}
.top__cta-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .top__cta-text {
    font-size: 1.1rem;
  }
}
.top__cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .top__cta-buttons {
    gap: 0.6rem;
  }
}
.top__cta-btn {
  width: 100%;
  max-width: 32rem;
  height: 8rem;
  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: 1rem;
  padding: 1.5rem 3rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top__cta-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    height: 5rem;
    padding: 1rem 0.6rem;
    font-size: 1rem;
    gap: 0.6rem;
  }
}
.top__cta-btn:hover {
  background: #000;
  color: #fff;
}
.top__cta-btn--primary {
  background: var(--primary-main);
}
.top__cta-btn--secondary {
  background: white;
}
.top__cta-btn-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .top__cta-btn-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.top__cta-btn:hover .top__cta-btn-icon {
  outline: 1px solid #fff;
}
.top__feature {
  padding: 0;
}
.top__feature-inner {
  background: #e9f0f0;
  padding: 8rem 0;
  border-radius: 0.8rem;
  margin: 1rem;
}
@media (max-width: 768px) {
  .top__feature-inner {
    padding: 4rem 0;
    margin: 0.42rem;
  }
}
.top__feature-list {
  margin-top: 4rem;
}
.top__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.6rem;
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #d0d7d7;
}
.top__feature-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.top__feature-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .top__feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .top__feature-item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top__feature-item .top__feature-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top__feature-item .top__feature-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top__feature-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .top__feature-header {
    gap: 1.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top__feature-text {
  font-family: var(--font-hiragino);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.24em;
}
@media (max-width: 768px) {
  .top__feature-text {
    font-size: 1.34rem;
    letter-spacing: 0.1em;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.top__feature-content {
  width: 50%;
}
@media (max-width: 768px) {
  .top__feature-content {
    display: contents;
  }
}
@media (max-width: 768px) {
  .top__feature .top__feature-header {
    margin-bottom: 2rem;
  }
  .top__feature .top__feature-text {
    margin-bottom: 0;
  }
  .top__feature .top__feature-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.top__feature-number {
  font-family: var(--font-oswald);
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-main);
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -0.4rem;
}
@media (max-width: 768px) {
  .top__feature-number {
    font-size: 3rem;
    margin-top: 0;
  }
}
.top__feature-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .top__feature-title {
    font-size: 1.5rem;
  }
}
.top__feature-image {
  width: 50%;
}
@media (max-width: 768px) {
  .top__feature-image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.top__feature-image img {
  width: 100%;
  aspect-ratio: 49/24;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .top__feature-image img {
    width: 100%;
    height: auto;
    height: auto;
    aspect-ratio: 490/240;
  }
}
.top__achievement {
  padding: 0;
}
.top__achievement-inner {
  background: #91c9db;
  padding: 8rem 0;
  border-radius: 0.8rem;
  margin: 1rem;
}
@media (max-width: 768px) {
  .top__achievement-inner {
    padding: 4rem 0;
    margin: 0.42rem;
  }
}
.top__achievement-inner .container {
  max-width: 1320px;
}
.top__achievement .swiper-wrapper .swiper-slide {
  height: unset;
}
.top__achievement .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top__achievement-item {
  border-radius: 0.8rem;
  overflow: hidden;
}
.top__achievement-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top__achievement-item a:hover {
  opacity: 0.6;
}
.top__achievement-image {
  width: 100%;
  aspect-ratio: 17/9;
  border-radius: 0.8rem;
  overflow: hidden;
}
.top__achievement-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__achievement-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.4rem 2rem;
}
@media (max-width: 768px) {
  .top__achievement-content {
    padding: 2rem 1.65rem;
  }
}
.top__achievement-category {
  background: #000;
  color: white;
  margin-bottom: 1.4rem;
  padding: 0.8rem 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .top__achievement-category {
    font-size: 0.92rem;
    margin-bottom: 1rem;
  }
}
.top__achievement-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: var(--font-hiragino);
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  text-align: justify;
}
@media (max-width: 768px) {
  .top__achievement-text {
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
  }
}
.top__achievement-company {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .top__achievement-company {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
.top__achievement-tag {
  display: inline-block;
  padding: 0.8rem 1rem;
  border-radius: 0.4rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .top__achievement-tag {
    font-size: 0.92rem;
  }
}
.top__achievement-slider {
  position: relative;
}
.top__achievement-swiper {
  margin: 0 8rem !important;
}
@media (max-width: 768px) {
  .top__achievement-swiper {
    margin: 0 1rem !important;
  }
}
.top__achievement-arrow.swiper-button-prev, .top__achievement-arrow.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.6rem;
  height: 5.6rem;
  background: #000;
  border-radius: 50%;
  margin: 0;
}
@media (max-width: 768px) {
  .top__achievement-arrow.swiper-button-prev, .top__achievement-arrow.swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.top__achievement-arrow.swiper-button-prev::after, .top__achievement-arrow.swiper-button-next::after {
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .top__achievement-arrow.swiper-button-prev::after, .top__achievement-arrow.swiper-button-next::after {
    font-size: 0.8rem;
  }
}
.top__achievement-arrow.swiper-button-prev {
  left: 0;
}
@media (max-width: 768px) {
  .top__achievement-arrow.swiper-button-prev {
    left: -0.7rem;
  }
}
.top__achievement-arrow.swiper-button-next {
  right: 0;
}
@media (max-width: 768px) {
  .top__achievement-arrow.swiper-button-next {
    right: -0.7rem;
  }
}
.top__achievement-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .top__achievement-button-area {
    margin-top: 4rem;
  }
}
.top__achievement-readmore {
  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;
  width: 26rem;
  height: 8rem;
  background: #000;
  color: #fff;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top__achievement-readmore {
    width: 18.3rem;
    height: 5rem;
    font-size: 1.5rem;
  }
}
.top__achievement-readmore:hover {
  opacity: 0.6;
}
.top__function {
  padding: 0;
}
.top__function-inner {
  background: #e9f0f0;
  padding: 8rem 0;
  border-radius: 0.8rem;
  margin: 1rem;
}
@media (max-width: 768px) {
  .top__function-inner {
    padding: 4rem 0;
    margin: 0.42rem;
  }
}
.top__function-table {
  background: #ccc;
  border-radius: 1.5rem;
  margin-top: 6rem;
  border: 0.8rem solid #ccc;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .top__function-table {
    border: 4px solid #ccc;
    border-radius: 6px;
    gap: 4px;
  }
}
.top__function-row {
  display: grid;
  grid-template-columns: 1fr 8rem 8rem;
  gap: 0.8rem 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .top__function-row {
    grid-template-columns: 1fr 3.34rem 3.34rem;
    gap: 4px 4px;
  }
}
.top__function-row:first-child .top__function-availability {
  position: relative;
}
.top__function-row:first-child .top__function-availability:nth-child(2)::before {
  content: "国内";
}
.top__function-row:first-child .top__function-availability:nth-child(3)::before {
  content: "海外";
}
.top__function-row:first-child .top__function-availability::before {
  width: 5rem;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  color: white;
  padding: 0.2rem 1.2rem;
  font-size: 1.3rem;
  font-weight: bold;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .top__function-row:first-child .top__function-availability::before {
    width: 2.67rem;
    top: -2.12rem;
    font-size: 0.92rem;
    padding: 0.2rem 0.4rem;
  }
}
.top__function-row:first-child .top__function-availability::after {
  content: "";
  width: 5rem;
  position: absolute;
  top: -0.85rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 0.8rem solid #000;
}
@media (max-width: 768px) {
  .top__function-row:first-child .top__function-availability::after {
    width: 2.67rem;
    top: -0.4rem;
    border-left: 1.33rem solid transparent;
    border-right: 1.33rem solid transparent;
    border-top: 0.4rem solid #000;
  }
}
.top__function-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 3rem;
  background: white;
}
@media (max-width: 768px) {
  .top__function-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.4rem;
    padding: 1.34rem;
  }
}
.top__function-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
}
@media (max-width: 768px) {
  .top__function-header {
    gap: 0.8rem;
  }
}
.top__function-icon {
  color: #91c9db;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top__function-icon {
    width: 1.6rem;
  }
}
.top__function-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.top__function-name {
  min-width: 26rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  .top__function-name {
    min-width: 0;
    font-size: 1.34rem;
  }
}
.top__function-description {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .top__function-description {
    font-size: 1.1rem;
  }
}
.top__function-availability {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: white;
}
.top__function-availability:last-child {
  border-right: none;
}
.top__function-availability.--available {
  background-image: url("../img/circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 4rem 4rem;
}
@media (max-width: 768px) {
  .top__function-availability.--available {
    background-size: 2.2rem 2.2rem;
  }
}
.top__flow {
  padding: 0;
}
.top__flow-inner {
  background: var(--bg-blue);
  padding: 8rem 0;
  border-radius: 0.8rem;
  margin: 1rem;
}
@media (max-width: 768px) {
  .top__flow-inner {
    padding: 4rem 0;
    margin: 0.42rem;
  }
}
.top__flow .section-title {
  margin-bottom: 1rem;
}
.top__flow-conclusion-text {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .top__flow-conclusion-text {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.top__flow-conclusion-text.--small {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .top__flow-conclusion-text.--small {
    font-size: 1.34rem;
  }
}
.top__flow-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .top__flow-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.top__flow-box {
  background: white;
  border-radius: 0.8rem;
  padding: 2rem;
  text-align: center;
  width: 50%;
  max-width: 36rem;
  height: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .top__flow-box {
    padding: 1rem 1.2rem;
    width: 100%;
    max-width: 20rem;
    height: 11rem;
  }
}
.top__flow-box-label {
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #ccc;
  border-radius: 10rem;
  padding: 0.8rem 1rem;
}
@media (max-width: 768px) {
  .top__flow-box-label {
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
  }
}
.top__flow-box-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__flow-box-zero {
  font-family: var(--font-oswald);
  font-size: 12rem;
  font-weight: bold;
  color: var(--primary-text);
  line-height: 1;
}
@media (max-width: 768px) {
  .top__flow-box-zero {
    font-size: 6.5rem;
  }
}
.top__flow-box-unit {
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: calc(50% + 1.6rem);
}
@media (max-width: 768px) {
  .top__flow-box-unit {
    font-size: 1.3rem;
    left: calc(50% + 0.8rem);
  }
}
.top__flow-box-plus {
  position: absolute;
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
  width: 5rem;
  height: 5rem;
  margin-top: 5.6rem;
}
@media (max-width: 768px) {
  .top__flow-box-plus {
    background-size: 3rem 3rem;
    width: 2.7rem;
    height: 2.7rem;
    margin-top: 0;
  }
}
.top__flow-box-text {
  font-size: 4.8rem;
  font-weight: bold;
  color: var(--primary-text);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12rem;
}
@media (max-width: 768px) {
  .top__flow-box-text {
    font-size: 2.6rem;
  }
}
.top__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .top__flow-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: 3.6rem;
  }
}
.top__flow-item {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1rem;
  text-align: center;
  width: 18rem;
  position: relative;
}
.top__flow-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 1.5rem solid #000;
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .top__flow-item::before {
    top: -12.2rem;
    left: 50%;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.7rem solid #000;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.top__flow-item:first-child::before {
  display: none;
}
@media (max-width: 768px) {
  .top__flow-item {
    width: 100%;
    max-width: 23.8rem;
    min-width: 0;
    padding: 1rem;
  }
}
.top__flow-item-number {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-oswald);
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--primary-text);
  margin: 0 auto 2rem auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .top__flow-item-number {
    top: -1.4rem;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.top__flow-item-title {
  width: 100%;
  height: 18rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ddf0f5;
  border-radius: 0.8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top__flow-item-title {
    height: 6rem;
    font-size: 1.35rem;
    margin-bottom: 0.8rem;
  }
}
.top__flow-item-title::after {
  content: "";
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background: var(--primary-text);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .top__flow-item-title::after {
    display: none;
  }
}
.top__flow-item-text {
  font-family: var(--font-hiragino);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 768px) {
  .top__flow-item-text {
    font-size: 1.1rem;
  }
}
.top__flow-arrow {
  background: #000;
  height: 4.3301270189rem;
  width: 4.2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: -9rem;
}
@media (max-width: 768px) {
  .top__flow-arrow {
    height: 1.4rem;
    width: 0.6rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -1.8rem;
  }
}
.top__faq {
  padding: 0;
}
.top__faq-inner {
  background: #e9f0f0;
  padding: 8rem 0;
  border-radius: 0.8rem;
  margin: 1rem;
}
@media (max-width: 768px) {
  .top__faq-inner {
    padding: 4rem 0;
    margin: 0.42rem;
  }
}
.top__faq .section-title {
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .top__faq .section-title {
    font-size: 2rem;
  }
}
.top__faq-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: 1rem;
}
.top__faq-item {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 1.2rem;
  padding: 3.2rem 8rem 3.2rem 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top__faq-item {
    padding: 1.6rem 3.8rem 1.6rem 1.4rem;
  }
}
.top__faq-item-question {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .top__faq-item-question {
    font-size: 1.35rem;
    padding-left: 2.6rem;
  }
}
.top__faq-item-question::before {
  content: "Q.";
  position: absolute;
  top: -1.4rem;
  left: 0;
  font-family: var(--font-oswald);
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--primary-text);
}
@media (max-width: 768px) {
  .top__faq-item-question::before {
    font-size: 2.4rem;
    top: -0.6rem;
  }
}
.top__faq-item-question.--active .top__faq-item-answer {
  display: block;
}
.top__faq-item-toggle {
  position: absolute;
  top: 50%;
  right: -4.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top__faq-item-toggle {
    top: 1rem;
    right: -2.4rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.top__faq-item-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 3rem;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .top__faq-item-toggle::before {
    width: 0.2rem;
    height: 1.6rem;
  }
}
.top__faq-item-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.3rem;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .top__faq-item-toggle::after {
    width: 1.6rem;
    height: 0.2rem;
  }
}
.top__faq-item-question.--active .top__faq-item-toggle::before {
  opacity: 0;
}
.top__faq-item-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.7;
  position: relative;
  padding-left: 4rem;
  padding-top: 0;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 768px) {
  .top__faq-item-answer {
    font-size: 1.25rem;
    padding-left: 2.6rem;
  }
}
.top__faq-item-answer::before {
  content: "A.";
  position: absolute;
  top: -1.6rem;
  left: 0;
  font-family: var(--font-oswald);
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--primary-text);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .top__faq-item-answer::before {
    font-size: 2.4rem;
    top: -0.6rem;
  }
}
.top__faq-item-question.--active + .top__faq-item-answer {
  padding-left: 4rem;
  margin-top: 4rem;
  opacity: 1;
}
@media (max-width: 768px) {
  .top__faq-item-question.--active + .top__faq-item-answer {
    font-size: 1.25rem;
    padding-left: 2.6rem;
    margin-top: 1.6rem;
  }
}
.top__faq-item-question.--active + .top__faq-item-answer::before {
  opacity: 1;
}
.top__faq-item-answer-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: 1rem;
}
.top__faq-item-answer-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .top__faq-item-answer-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__faq-item-answer-list dt {
  font-weight: 500;
}
.top__faq-item-answer-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top__faq-button {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .top__faq-button {
    margin-top: 2rem;
  }
}
.top__faq-btn {
  width: 30rem;
  height: 8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #000;
  color: white;
  padding: 1.5rem 3rem;
  border-radius: 0.8rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .top__faq-btn {
    width: 100%;
    height: 5rem;
    font-size: 1.1rem;
    padding: 1.5rem 1.8rem;
  }
}
.top__faq-btn-icon {
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .top__faq-btn-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.top__contact {
  padding: 0;
}
.top__contact-inner {
  background: #aedceb;
  padding: 8rem 0;
  border-radius: 0.8rem;
  margin: 1rem;
}
@media (max-width: 768px) {
  .top__contact-inner {
    padding: 4rem 0;
    margin: 0.42rem;
  }
}
.top__contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.top__contact-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.top__contact-form-item.--required label {
  position: relative;
}
.top__contact-form-item.--required label::after {
  content: "必須";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 1rem;
  background: #ff6a00;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .top__contact-form-item.--required label::after {
    font-size: 1.1rem;
    padding: 0.2rem 0.8rem;
  }
}
.top__contact-form-item label {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__contact-form-item label {
    font-size: 1.35rem;
  }
}
.top__contact-form-item input, .top__contact-form-item textarea, .top__contact-form-item select {
  font-family: var(--font-hiragino);
  font-size: 1.6rem;
  font-weight: 300;
  width: 100% !important;
  padding: 2rem;
  background: #fff;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .top__contact-form-item input, .top__contact-form-item textarea, .top__contact-form-item select {
    font-size: 1.35rem;
    padding: 1.1rem 1.8rem;
  }
}
.top__contact-form-item input::-webkit-input-placeholder, .top__contact-form-item textarea::-webkit-input-placeholder, .top__contact-form-item select::-webkit-input-placeholder {
  color: #8d9599;
}
.top__contact-form-item input::-moz-placeholder, .top__contact-form-item textarea::-moz-placeholder, .top__contact-form-item select::-moz-placeholder {
  color: #8d9599;
}
.top__contact-form-item input:-ms-input-placeholder, .top__contact-form-item textarea:-ms-input-placeholder, .top__contact-form-item select:-ms-input-placeholder {
  color: #8d9599;
}
.top__contact-form-item input::-ms-input-placeholder, .top__contact-form-item textarea::-ms-input-placeholder, .top__contact-form-item select::-ms-input-placeholder {
  color: #8d9599;
}
.top__contact-form-item input::placeholder, .top__contact-form-item textarea::placeholder, .top__contact-form-item select::placeholder {
  color: #8d9599;
}
.top__contact-form-item textarea {
  resize: none;
}
.top__contact-form-item select {
  background: #e8f0f0;
  font-weight: bold;
  position: relative;
  border: 1px solid #999;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top__contact-form-item select {
    padding: 1.1rem 4.2rem 1.1rem 1.8rem;
  }
}
.top__contact-form-item select:focus {
  outline: none;
}
.top__contact-form-item.--privacy-area {
  width: 100%;
  height: 22rem;
  padding: 2.4rem 2rem;
  background: #eef5f5;
  overflow: hidden;
  border-radius: 0.8rem;
}
.top__contact-form-item-inner {
  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: 2rem;
  overflow-y: scroll;
}
.top__contact-form-select {
  position: relative;
}
.top__contact-form-select::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 7px solid #000;
  border-bottom: 0;
  z-index: 1;
}
.top__contact-form-title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__contact-form-title {
    font-size: 1.35rem;
  }
}
.top__contact-form-text {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .top__contact-form-text {
    font-size: 1.1rem;
  }
}
.top__contact-form-privacy {
  font-family: var(--font-hiragino);
  font-size: 1.6rem;
  font-weight: 300;
  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: 1rem;
}
@media (max-width: 768px) {
  .top__contact-form-privacy {
    font-size: 1.35rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top__contact-form-privacy input[type=checkbox] {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #999;
  vertical-align: -0.5rem;
  border-radius: 0.4rem;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top__contact-form-privacy input[type=checkbox] {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.top__contact-form-privacy input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 0.8rem;
  height: 1.4rem;
  border-right: 0.3rem solid #000;
  border-bottom: 0.3rem solid #000;
}
@media (max-width: 768px) {
  .top__contact-form-privacy input[type=checkbox]:checked:before {
    left: 0.4rem;
    width: 0.7rem;
    height: 1.1rem;
  }
}
.top__contact-form-privacy a {
  text-decoration: underline;
}
.wpcf7-turnstile {
  text-align: center;
}
.top__contact-form-button {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .top__contact-form-button {
    margin-top: 2.4rem;
  }
}
.top__contact-form-button button {
  width: 26rem;
  height: 8rem;
  background: #000;
  color: #fff;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top__contact-form-button button {
    width: 18.3rem;
    height: 5rem;
    font-size: 1.5rem;
  }
}
.top__contact-form-button button:hover {
  opacity: 0.6;
}
.top__contact-form-button.--large button {
  width: 34rem;
}
@media (max-width: 768px) {
  .top__contact-form-button.--large button {
    width: 24rem;
  }
}