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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 */
  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;
}

input:focus-visible {
  outline: none;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.5;
  font-size: 1rem;
  color: #222;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}

img {
  max-width: 100%;
}

.swiper {
  position: relative;
  height: auto;
}
.swiper-wrapper {
  display: flex;
  transition-timing-function: ease;
}
.swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 4px;
  transition: 0.3s;
}
.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.header {
  background-image: url(../images/header-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header-top {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 80px 0;
  flex-wrap: wrap;
}
@media (max-width: 1279.98px) {
  .header-top {
    padding: 30px 20px 0;
  }
}
@media (max-width: 767.98px) {
  .header-top {
    padding: 20px 20px 0;
  }
}
.header-logo img {
  width: 355px;
}
@media (max-width: 1279.98px) {
  .header-logo img {
    width: 200px;
  }
}
.header-nav__list {
  display: flex;
  gap: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media (max-width: 1279.98px) {
  .header-nav__list {
    gap: 1em;
  }
}
@media (max-width: 1023.98px) {
  .header-nav__list {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .header-nav__list {
    display: none;
  }
}
.header-title {
  padding: 80px 20px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  color: #0057D9;
}
@media (max-width: 767.98px) {
  .header-title {
    padding: 40px 20px 60px;
    font-size: 26px;
  }
}
.header-title small {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .header-title small {
    font-size: 16px;
  }
}
.header-bottom {
  padding: 0 80px 40px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1279.98px) {
  .header-bottom {
    padding: 0 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .header-bottom {
    display: none;
  }
}

.footer {
  background-color: #002B6B;
  background-image: url(../images/footer-bg-path.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 50px 0;
  }
}
.footer-logo {
  padding-bottom: 25px;
}
.footer-logo img {
  width: 345px;
}
@media (max-width: 767.98px) {
  .footer-logo img {
    width: 200px;
  }
}
.footer-middle {
  border-top: solid 1px rgba(247, 251, 255, 0.3);
  border-bottom: solid 1px rgba(247, 251, 255, 0.3);
  padding: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .footer-middle {
    padding: 25px 0;
  }
}
.footer-tel__lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #A0E5FF;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .footer-tel__lead {
    font-size: 14px;
  }
}
.footer-tel__number {
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-style: italic;
  padding-left: 0.8em;
  background-image: url(../images/footer-icon-tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.7em;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .footer-tel__number {
    font-size: 28px;
  }
}
.footer-tel__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .footer-tel__text {
    font-size: 14px;
  }
}
.footer-contact__lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #A0E5FF;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .footer-contact__lead {
    font-size: 14px;
  }
}
.footer-contact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .footer-contact__list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.footer-contact__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .footer-contact__text {
    font-size: 14px;
  }
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.footer-copyright {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.footer-sns {
  display: flex;
  gap: 10px;
}
.footer-sns__btn {
  display: block;
  width: 32px;
  height: 32px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.--narrow {
  max-width: 940px;
}

.nav {
  display: none;
}
@media (max-width: 767.98px) {
  .nav {
    display: block;
  }
}
.nav__toggler {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #0057D9;
}
.nav__toggler span {
  position: absolute;
  width: 26px;
  height: 2px;
  background: #fff;
  top: 29px;
  left: 17px;
}
.nav__toggler span:first-child {
  transform: translateY(-8px);
}
.nav__toggler span:last-child {
  transform: translateY(8px);
}
.nav__toggler.--open span:first-child {
  transform: translateY(0) rotate(45deg);
}
.nav__toggler.--open span:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}
.nav__toggler.--open span:last-child {
  transform: translateY(0) rotate(45deg);
}
.nav__content {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: #fff;
  background-image: url(../images/nav-bg.png);
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.nav__content.--open {
  opacity: 1;
  visibility: visible;
}
.nav__list {
  display: grid;
  gap: 1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.nav__btn-list {
  display: grid;
  gap: 15px;
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5em;
}
.breadcrumb__item {
  position: relative;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  position: absolute;
  top: 0;
  right: -1em;
}
.breadcrumb__item a {
  text-decoration: underline;
}

.main-body {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .main-body {
    padding: 50px 0;
  }
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 45px;
}
@media (max-width: 767.98px) {
  .wrapper {
    grid-template-columns: 1fr;
  }
}

.sidebar-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px #000;
  padding-bottom: 0.2em;
}
@media (max-width: 767.98px) {
  .sidebar-title {
    font-size: 18px;
  }
}
.sidebar-title:not(:first-of-type) {
  margin-top: 40px;
}

.sidebar-list {
  margin-top: 20px;
}
.sidebar-list__item a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 0.8em 1em;
  border-radius: 2px;
  transition: color 0.3s, background-color 0.3s;
}
.sidebar-list__item a:hover {
  color: #0057D9;
  background: #E4F0F8;
}
.sidebar-list__item a.--active {
  padding: 0.8em 1em;
  color: #0057D9;
  background: #E4F0F8;
  border-radius: 2px;
}

.sidebar-banner {
  margin-top: 40px;
}
.sidebar-banner__img img {
  width: 100%;
}
.sidebar-banner__body {
  background: #E9F5FE;
  padding: 20px 20px 40px;
}
.sidebar-banner__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 767.98px) {
  .sidebar-banner__title {
    font-size: 15px;
  }
}
.sidebar-banner__text {
  font-size: 14px;
  margin-bottom: 1.5em;
}
@media (max-width: 767.98px) {
  .sidebar-banner__text {
    font-size: 12px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.row > [class*=col-] {
  padding-right: 13px;
  padding-left: 13px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 375px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section {
  margin-top: 4rem;
}
.section:first-of-type {
  margin-top: 0;
}

.heading-primary {
  font-size: 34px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
  margin: 2rem 0;
}
@media (max-width: 767.98px) {
  .heading-primary {
    font-size: 22px;
    padding-left: 20px;
  }
}
.heading-primary:first-of-type {
  margin-top: 0;
}
.heading-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to bottom, #0057D9, #00AEEF);
}
@media (max-width: 767.98px) {
  .heading-primary:before {
    width: 5px;
  }
}
.heading-primary span {
  font-size: 18px;
  color: #0057D9;
  border: solid 1px #0057D9;
  padding: 0.3em 1.2em;
  border-radius: 2em;
}
@media (max-width: 767.98px) {
  .heading-primary span {
    font-size: 15px;
    padding-left: 20px;
  }
}

.heading-secondary {
  font-size: 24px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  color: #0057D9;
  position: relative;
  margin: 2rem 0;
}
@media (max-width: 767.98px) {
  .heading-secondary {
    font-size: 18px;
    padding-left: 20px;
  }
}
.heading-secondary:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 8px;
  border-radius: 5px;
  background: #0057D9;
  margin-top: -4px;
}
@media (max-width: 767.98px) {
  .heading-secondary:before {
    width: 10px;
    height: 4px;
    margin-top: -2px;
  }
}

.text {
  line-height: 2;
  margin: 2rem 0;
}
@media (max-width: 767.98px) {
  .text {
    font-size: 14px;
  }
}

.box {
  background: #F7FBFF;
  padding: 30px 40px;
  margin: 2rem 0;
}
.box__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .box__title {
    font-size: 16px;
  }
}
.box__text {
  line-height: 2;
}
@media (max-width: 767.98px) {
  .box__text {
    font-size: 14px;
  }
}

.table-primary {
  width: 100%;
  margin: 2rem 0;
}
.table-primary th {
  color: #fff;
  border: solid 1px #0057D9;
  background: #0057D9;
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
}
.table-primary td {
  border: solid 1px #0057D9;
  text-align: center;
  padding: 0.5em;
}
.table-primary tr:nth-child(even) td {
  background: #E6F8FF;
}

.table-secondary {
  width: 100%;
  margin: 2rem 0;
}
.table-secondary th {
  border-top: solid 1px #D1D1D1;
  border-bottom: solid 1px #D1D1D1;
  color: #0057D9;
  text-align: center;
  padding: 1em;
}
.table-secondary td {
  border-top: solid 1px #D1D1D1;
  border-bottom: solid 1px #D1D1D1;
  padding: 1em;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 2rem 0;
}

.btn {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #0057D9;
  padding: 0.5em 2.5em;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  min-width: 200px;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 15px;
  }
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  transform: skewX(-20deg) scaleX(1);
  transform-origin: left;
}
.btn:before {
  content: "";
  position: absolute;
  inset: 2px calc(0.5em + 2px);
  background: #0057D9;
  transform: skewX(-20deg) scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  z-index: -1;
}
.btn:after {
  content: "";
  position: absolute;
  inset: 0 0.5em;
  border: solid 2px #0057D9;
  transform: skewX(-20deg);
  z-index: -2;
  background-color: #fff;
}
.btn.--white {
  color: #fff;
}
.btn.--white:hover {
  color: #0057D9;
}
.btn.--white:before {
  background-color: #fff;
}
.btn.--white:after {
  background-color: transparent;
  border-color: #fff;
}
.btn.--blue {
  color: #fff;
}
.btn.--blue:hover {
  color: #0057D9;
}
.btn.--blue:before {
  background-color: #fff;
}
.btn.--blue:after {
  background-color: #0057D9;
  border-color: #0057D9;
}
.btn.--navy {
  color: #fff;
}
.btn.--navy:hover {
  color: #002B6B;
}
.btn.--navy:before {
  background-color: #fff;
}
.btn.--navy:after {
  background-color: #002B6B;
  border-color: #002B6B;
}
.btn.--lg {
  font-size: 22px;
  padding: 0.8em 2.5em;
}
.btn.--shrink {
  padding: 0.5em 1em;
  min-width: 0;
}

.faq-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 25px;
  margin: 2rem 0;
}
@media (max-width: 1023.98px) {
  .faq-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .faq-card-wrapper {
    grid-template-columns: 1fr;
  }
}

.faq-card {
  background: #EAF6FF;
  border-top: solid 7px #0057D9;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.faq-card__question {
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .faq-card__question {
    font-size: 15px;
    padding-left: 30px;
  }
}
.faq-card__question:before {
  content: "Q";
  position: absolute;
  top: -0.1em;
  left: 0;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #0057D9;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .faq-card__question:before {
    font-size: 22px;
    top: 0;
  }
}
.faq-card__problem {
  display: grid;
  grid-template-columns: 3em 1fr;
  border: solid 1px #0057D9;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .faq-card__problem {
    font-size: 14px;
  }
}
.faq-card__problem dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0057D9;
  font-weight: bold;
}
.faq-card__problem dd {
  background: #fff;
  color: #0057D9;
  font-weight: bold;
  padding: 0.5em;
}
.faq-card__answer {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .faq-card__answer {
    font-size: 14px;
    padding-left: 30px;
  }
}
.faq-card__answer:before {
  content: "A";
  position: absolute;
  top: -0.1em;
  left: 0;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #0057D9;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .faq-card__answer:before {
    font-size: 22px;
    top: 0.1em;
  }
}
.faq-card__btn {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #002B6B;
  padding: 0.5em 2em;
  background-image: url(../images/home/solution-icon-arrow.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .faq-card__btn {
    font-size: 14px;
  }
}

.faq-list {
  display: grid;
  gap: 25px;
  margin: 2rem 0;
}

.faq-item {
  background: #fff;
  border: solid 1px #0057D9;
}
.faq-item.--open .faq-item__icon:after {
  display: none;
}
.faq-item__question {
  padding: 25px 80px 25px 70px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .faq-item__question {
    padding: 15px 50px 15px 40px;
  }
}
.faq-item__question:before {
  content: "Q";
  position: absolute;
  font-size: 34px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #0057D9;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
@media (max-width: 767.98px) {
  .faq-item__question:before {
    font-size: 22px;
    left: 15px;
  }
}
.faq-item__title {
  font-size: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .faq-item__title {
    font-size: 16px;
  }
}
.faq-item__icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0057D9;
}
@media (max-width: 767.98px) {
  .faq-item__icon {
    right: 15px;
    width: 25px;
    height: 25px;
  }
}
.faq-item__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 1px;
  background: #fff;
}
.faq-item__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 18px;
  background: #fff;
}
.faq-item__answer {
  padding: 0 30px 0 70px;
  position: relative;
  display: none;
}
@media (max-width: 767.98px) {
  .faq-item__answer {
    padding: 0 15px 0 40px;
  }
}
.faq-item__answer:before {
  content: "A";
  position: absolute;
  font-size: 34px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #64748B;
  line-height: 1;
  top: 0;
  left: 30px;
}
@media (max-width: 767.98px) {
  .faq-item__answer:before {
    font-size: 22px;
    left: 15px;
    top: 0.2em;
  }
}
.faq-item__content {
  margin-bottom: 0 !important;
  padding-bottom: 25px;
}
@media (max-width: 767.98px) {
  .faq-item__content {
    padding-bottom: 15px;
  }
}

.news-item {
  border-bottom: solid 1px #C7C7C7;
}
.news-item__link {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  padding: 20px 100px 20px 12px;
  min-height: 100px;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-item__link {
    grid-template-columns: 1fr;
    padding: 10px 45px 10px 0;
    min-height: 0;
  }
}
.news-item__link:hover:after {
  transform: translateY(-50%) translateX(5px);
}
.news-item__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url("../images/home/icon-news-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 767.98px) {
  .news-item__link:after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767.98px) {
  .news-item__meta {
    margin-bottom: 10px;
  }
}
.news-item__date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #0057D9;
  display: block;
}
@media (max-width: 767.98px) {
  .news-item__date {
    display: inline-block;
    font-size: 14px;
    margin-right: 1em;
  }
}
.news-item__new {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #0057D9;
  display: inline-block;
  padding: 0.2em 0.8em;
  margin-top: 0.5em;
}
@media (max-width: 767.98px) {
  .news-item__new {
    font-size: 12px;
    margin-top: 0;
  }
}
.news-item__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.news-item__category {
  font-size: 14px;
  font-weight: 500;
  color: #0057D9;
  background: #E9F5FE;
  padding: 0.2em 0.8em;
  margin-top: 0.5em;
  border-radius: 2px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .news-item__category {
    font-size: 12px;
    margin-top: 0;
  }
}
.news-item__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .news-item__title {
    font-size: 14px;
  }
}

.news-article-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.news-article-header__date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #0057D9;
}
@media (max-width: 767.98px) {
  .news-article-header__date {
    font-size: 14px;
  }
}
.news-article-header__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-article-header__category {
  font-size: 14px;
  font-weight: 500;
  color: #0057D9;
  background: #E9F5FE;
  padding: 0.2em 0.8em;
  border-radius: 2px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .news-article-header__category {
    font-size: 12px;
    margin-top: 0;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 10px;
}
.wp-pagenavi .page {
  display: block;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #C3C6D7;
  border-radius: 2px;
}
.wp-pagenavi .current {
  display: block;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #326FF1;
  background: #326FF1;
  border-radius: 2px;
  color: #fff;
}
.wp-pagenavi .extend {
  display: block;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #C3C6D7;
  border-radius: 2px;
}
.wp-pagenavi .last, .wp-pagenavi .first {
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #C3C6D7;
  border-radius: 2px;
}

.banner-lite {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .banner-lite {
    margin-top: 40px;
  }
}
.banner-lite__link {
  transition: opacity 0.3s ease;
}
.banner-lite__link:hover {
  opacity: 0.8;
}
.banner-lite__text {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .banner-lite__text {
    text-align: left;
  }
}

.home-mv {
  position: relative;
}
.home-mv-hero {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.home-mv-hero img {
  width: 388px;
  max-width: 80%;
}
.home-mv-img {
  position: absolute;
  inset: 0;
}
.home-mv-img:after {
  display: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #D0D0D0, #424242);
  opacity: 0.7;
  mix-blend-mode: multiply;
}
@media (max-width: 767.98px) {
  .home-mv-img:after {
    display: block;
  }
}
.home-mv-img__slider {
  height: 100%;
}
.home-mv-img__slider__wrapper {
  height: 100%;
}
.home-mv-img__slider__item {
  height: 100%;
}
.home-mv-img__slider__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.home-mv-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.home-mv-layer__pc {
  position: absolute;
  inset: 0;
}
@media (max-width: 767.98px) {
  .home-mv-layer__pc {
    display: none;
  }
}
.home-mv-layer__pc__path1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 174, 239, 0.2);
  width: 28.26%;
  height: 19.97%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 4;
}
.home-mv-layer__pc__path2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(88, 145, 230, 0.2);
  width: 16.25%;
  height: 65.11%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  backdrop-filter: blur(10px) brightness(1.25);
  z-index: 3;
}
.home-mv-layer__pc__path3 {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 87, 217, 0.26);
  width: 11.67%;
  height: 62.71%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
}
.home-mv-layer__pc__path4 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 87, 217, 0.32);
  width: 11.67%;
  height: 100%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 1;
}
.home-mv-layer__pc__path5 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(137, 223, 255, 0.54);
  width: 55.2%;
  height: 19.97%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 5;
}
.home-mv-layer__pc__path6 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(88, 145, 230, 0.72);
  width: 16.31%;
  height: 42.35%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 4;
}
.home-mv-layer__pc__path7 {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(188, 211, 245, 0.75);
  width: 46.11%;
  height: 18.33%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 3;
}
.home-mv-layer__pc__path8 {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(88, 145, 230, 0.2);
  width: 16.32%;
  height: 65.11%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  backdrop-filter: blur(7px) brightness(1.15);
  z-index: 2;
}
.home-mv-layer__pc__path9 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 174, 239, 0.32);
  width: 13.88%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.home-mv-layer__sp {
  position: absolute;
  inset: 0;
  display: none;
}
@media (max-width: 767.98px) {
  .home-mv-layer__sp {
    display: block;
  }
}
.home-mv-layer__sp__path1 {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 30%;
  height: 12%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  backdrop-filter: blur(16px) brightness(1.15);
  z-index: 2;
}
.home-mv-layer__sp__path2 {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 18%;
  height: 40%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  backdrop-filter: blur(16px) brightness(1.15);
  z-index: 1;
}
.home-mv-layer__sp__path3 {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 40%;
  height: 15%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  backdrop-filter: blur(16px) brightness(1.15);
  z-index: 2;
}
.home-mv-layer__sp__path4 {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 25%;
  height: 28%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  backdrop-filter: blur(16px) brightness(1.15);
  z-index: 1;
}
.home-mv-layer__sp__path5 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 85%;
  height: 10%;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  backdrop-filter: blur(16px) brightness(1.15);
  z-index: 4;
}
.home-mv-layer__sp__path6 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 30%;
  height: 30%;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  backdrop-filter: blur(16px) brightness(1.15);
  z-index: 3;
}
.home-mv-layer__sp__path7 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 40%;
  height: 12%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  backdrop-filter: blur(16px) brightness(1.15);
  z-index: 2;
}
.home-mv-layer__sp__path8 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 25%;
  height: 40%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  backdrop-filter: blur(16px) brightness(1.15);
  z-index: 1;
}
.home-mv-content {
  position: relative;
  z-index: 2;
  height: 100svh;
  display: flex;
  align-items: center;
  padding-left: 10%;
}
@media (max-width: 767.98px) {
  .home-mv-content {
    padding-left: 0px;
    justify-content: center;
    padding: 20px;
  }
}
.home-mv-nav {
  position: absolute;
  top: 60px;
  left: 80px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767.98px) {
  .home-mv-nav {
    display: none;
  }
}
.home-mv-nav__list {
  display: flex;
  gap: 1.5em;
}
.home-mv-title {
  max-width: 80%;
  padding-bottom: 3%;
}
@media (max-width: 767.98px) {
  .home-mv-title {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10%;
  }
}
.home-mv-title img {
  width: 388px;
}
.home-mv-text {
  padding-bottom: 10%;
}
@media (max-width: 767.98px) {
  .home-mv-text img {
    width: 100%;
  }
}
.home-mv-contact1 {
  padding-bottom: 3%;
  max-width: 520px;
}
@media (max-width: 767.98px) {
  .home-mv-contact1 .btn {
    font-size: 4vw;
  }
}
.home-mv-contact2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 520px;
}
@media (max-width: 767.98px) {
  .home-mv-contact2 {
    display: none;
  }
}

.home-section {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .home-section {
    padding: 50px 0;
  }
}
.home-section-title {
  font-size: 34px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 2em;
}
@media (max-width: 767.98px) {
  .home-section-title {
    font-size: 22px;
  }
}
.home-section-title.--white {
  color: #fff;
}
.home-section-title.--white:before {
  background: linear-gradient(to right, #BFBFBF, #FFFFFF);
}
.home-section-title:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 7px;
  border-radius: 4px;
  background: linear-gradient(to right, #0057D9, #00AEEF);
}
@media (max-width: 767.98px) {
  .home-section-title:before {
    bottom: -4px;
    width: 50px;
    height: 4px;
  }
}

.home-intro {
  overflow: hidden;
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .home-intro {
    padding: 50px 0;
  }
}
.home-intro-inner {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 7%;
}
@media (max-width: 1023.98px) {
  .home-intro-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .home-intro-inner {
    gap: 30px;
  }
}
.home-intro-gallery {
  min-width: 0;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .home-intro-gallery {
    order: 2;
  }
}
.home-intro-slider {
  position: relative;
  padding-bottom: 10px;
}
.home-intro-slider .swiper-pagination-progressbar {
  width: 108px;
  height: 2px;
  background: #AFAFAF;
  margin-top: 30px;
  margin-left: 35px;
  position: relative;
}
.home-intro-slider .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0057D9;
  transform-origin: left;
}
.home-intro-slider__number {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #0057D9;
}
.home-intro-slider__number.--last {
  left: 160px;
}
@media (max-width: 1023.98px) {
  .home-intro-content {
    order: 1;
  }
}
.home-intro-thumbnail {
  position: relative;
  margin-bottom: 40px;
}
.home-intro-badge {
  position: absolute;
  top: 0;
  left: 0;
  left: 10%;
  top: -12%;
  width: 28%;
}
.home-intro-title {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 1023.98px) {
  .home-intro-title {
    font-size: 18px;
  }
}
.home-intro-title b {
  color: #0057D9;
}
.home-intro-text {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 1023.98px) {
  .home-intro-text {
    font-size: 15px;
  }
}

.home-gallery {
  overflow: hidden;
  padding: 0 0 40px;
}
@media (max-width: 767.98px) {
  .home-gallery {
    padding: 0 0 20px;
  }
}
.home-gallery__inner {
  width: 140%;
  margin-left: -20%;
}
.home-gallery img {
  width: 200%;
  max-width: none;
  animation-name: loop;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.home-feature {
  background: #EAF6FF;
}
.home-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1023.98px) {
  .home-feature-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .home-feature-list {
    gap: 20px;
  }
}
.home-feature-card {
  background: #fff;
  padding: 135px 30px 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .home-feature-card {
    padding: 120px 20px 30px;
  }
}
.home-feature-card__number {
  position: absolute;
  top: 20px;
  left: 0;
  background: #0057D9;
  color: #fff;
  padding: 12px 40px 12px 20px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .home-feature-card__number {
    padding: 10px 30px 10px 15px;
  }
}
.home-feature-card__number span {
  display: block;
  text-align: center;
}
.home-feature-card__number span:first-child {
  font-size: 14px;
  border-bottom: solid 1px #fff;
  padding: 0 2em 0.4em;
  margin-bottom: 0.6em;
}
@media (max-width: 767.98px) {
  .home-feature-card__number span:first-child {
    font-size: 12px;
  }
}
.home-feature-card__number span:last-child {
  font-family: "Inter", sans-serif;
  font-size: 39px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .home-feature-card__number span:last-child {
    font-size: 26px;
  }
}
.home-feature-card__icon {
  position: absolute;
  width: 250px;
  top: 20px;
  right: 20px;
}
@media (max-width: 1279.98px) {
  .home-feature-card__icon {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .home-feature-card__icon {
    width: 150px;
  }
}
.home-feature-card__title {
  font-size: 24px;
  font-weight: bold;
  color: #0057D9;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .home-feature-card__title {
    font-size: 18px;
  }
}
.home-feature-card__text {
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .home-feature-card__text {
    font-size: 14px;
  }
}

.home-solution-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 25px;
  margin-bottom: 50px;
}
@media (max-width: 1023.98px) {
  .home-solution-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .home-solution-list {
    grid-template-columns: 1fr;
  }
}
.home-solution-card {
  background: #EAF6FF;
  border-top: solid 7px #0057D9;
  padding: 30px 20px;
  height: 100%;
}
.home-solution-card__question {
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .home-solution-card__question {
    font-size: 15px;
    padding-left: 30px;
  }
}
.home-solution-card__question:before {
  content: "Q";
  position: absolute;
  top: -0.1em;
  left: 0;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #0057D9;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .home-solution-card__question:before {
    font-size: 22px;
    top: 0;
  }
}
.home-solution-card__problem {
  display: grid;
  grid-template-columns: 3em 1fr;
  border: solid 1px #0057D9;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .home-solution-card__problem {
    font-size: 14px;
  }
}
.home-solution-card__problem dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0057D9;
  font-weight: bold;
}
.home-solution-card__problem dd {
  background: #fff;
  color: #0057D9;
  font-weight: bold;
  padding: 0.5em;
}
.home-solution-card__answer {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .home-solution-card__answer {
    font-size: 14px;
    padding-left: 30px;
  }
}
.home-solution-card__answer:before {
  content: "A";
  position: absolute;
  top: -0.1em;
  left: 0;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #0057D9;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .home-solution-card__answer:before {
    font-size: 22px;
    top: 0.1em;
  }
}
.home-solution-card__btn {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #002B6B;
  padding: 0.5em 2em;
  background-image: url(../images/home/solution-icon-arrow.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .home-solution-card__btn {
    font-size: 14px;
  }
}

.home-video {
  background-image: url(../images/home/video-bg.svg);
  background-size: 100% 100%;
  overflow: hidden;
}
.home-video-slider {
  margin-top: 70px;
}
.home-video-slider .swiper-button-prev {
  top: -50px;
  left: auto;
  right: 45px;
  width: 35px;
  height: 35px;
  transform: translateY(0);
  background-image: url(../images/home/video-icon-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.home-video-slider .swiper-button-prev svg {
  display: none;
}
.home-video-slider .swiper-button-next {
  top: -50px;
  left: auto;
  right: 0;
  width: 35px;
  height: 35px;
  transform: translateY(0);
  background-image: url(../images/home/video-icon-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.home-video-slider .swiper-button-next svg {
  display: none;
}
.home-video-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 6px;
}
.home-video-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00AEEF;
}
.home-video-card {
  background: #fff;
  padding: 27px 22px;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 35px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .home-video-card {
    grid-template-columns: 1fr;
  }
}
.home-video-card__video {
  position: relative;
  padding-top: 56.25%;
}
.home-video-card__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-video-card__date {
  font-size: 14px;
  color: #fff;
  font-family: "Inter", sans-serif;
  background: #002B6B;
  display: inline-block;
  padding: 0.2em 0.8em;
  margin-bottom: 0.8em;
}
@media (max-width: 767.98px) {
  .home-video-card__date {
    font-size: 12px;
  }
}
.home-video-card__title {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-bottom: 0.8em;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .home-video-card__title {
    font-size: 18px;
    padding-bottom: 0.5em;
  }
}
.home-video-card__title:before {
  content: "";
  height: 6px;
  width: 44px;
  background: #0057D9;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .home-video-card__title:before {
    height: 3px;
    width: 22px;
  }
}
.home-video-card__text {
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .home-video-card__text {
    font-size: 14px;
  }
}
.home-video-card__time {
  padding-left: 1.8em;
  color: #0057D9;
  background-image: url(../images/home/video-icon-time.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5em;
}
@media (max-width: 767.98px) {
  .home-video-card__time {
    font-size: 15px;
  }
}
.home-video-text {
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767.98px) {
  .home-video-text {
    font-size: 13px;
  }
}

.home-pricing {
  background-image: url(../images/home/pricing-bg.svg);
  background-size: 100% 100%;
}
.home-pricing-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 70px 40px;
  margin-bottom: 50px;
}
@media (max-width: 1023.98px) {
  .home-pricing-list {
    gap: 40px 20px;
  }
}
.home-pricing-item {
  grid-column: span 2;
}
@media (max-width: 1023.98px) {
  .home-pricing-item {
    grid-column: span 3;
  }
}
@media (max-width: 767.98px) {
  .home-pricing-item {
    grid-column: span 6;
  }
}
.home-pricing-item.--wide {
  grid-column: span 3;
}
@media (max-width: 1023.98px) {
  .home-pricing-item.--wide {
    grid-column: span 6;
  }
}
.home-pricing-intro {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .home-pricing-intro {
    font-size: 15px;
    text-align: left;
  }
}
.home-pricing-card {
  border: solid 1px #0057D9;
  border-top-width: 10px;
  padding: 30px 25px;
  height: 100%;
  position: relative;
  background: #fff;
}
@media (max-width: 767.98px) {
  .home-pricing-card {
    padding: 20px 15px;
  }
}
.home-pricing-card.--yellow {
  background: #FFFEDD;
  border-color: #002B6B;
}
.home-pricing-card__intro {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (max-width: 767.98px) {
  .home-pricing-card__intro {
    font-size: 14px;
  }
}
.home-pricing-card__plan-title {
  font-size: 34px;
  text-align: center;
  color: #002B6B;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767.98px) {
  .home-pricing-card__plan-title {
    font-size: 22px;
  }
}
.home-pricing-card__plan-title span {
  padding: 0 0.8em;
  position: relative;
}
.home-pricing-card__plan-title span:before {
  content: "";
  width: 1px;
  height: 1.4em;
  position: absolute;
  top: 0.1em;
  left: 0;
  background: #002B6B;
  transform: rotate(-20deg);
  transform-origin: left top;
}
.home-pricing-card__plan-title span:after {
  content: "";
  width: 1px;
  height: 1.4em;
  position: absolute;
  top: 0.1em;
  right: 0;
  background: #002B6B;
  transform: rotate(20deg);
  transform-origin: right top;
}
.home-pricing-card__recommend {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #EA2902;
  padding: 0.3em 1.5em;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .home-pricing-card__recommend {
    font-size: 15px;
  }
}
.home-pricing-card__recommend:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-top: solid 15px #EA2902;
}
.home-pricing-card__title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #002B6B;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #002B6B;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .home-pricing-card__title {
    font-size: 18px;
  }
}
.home-pricing-card__title small {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  margin-top: 0.5em;
}
@media (max-width: 767.98px) {
  .home-pricing-card__title small {
    font-size: 14px;
  }
}
.home-pricing-card__price {
  text-align: center;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  color: #002B6B;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .home-pricing-card__price {
    font-size: 15px;
  }
}
.home-pricing-card__price b {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-right: 0.2em;
  color: #0057D9;
}
@media (max-width: 767.98px) {
  .home-pricing-card__price b {
    font-size: 24px;
  }
}
.home-pricing-card__list {
  font-size: 16px;
  margin-bottom: 2em;
}
@media (max-width: 767.98px) {
  .home-pricing-card__list {
    font-size: 14px;
  }
}
.home-pricing-card__list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.3em;
}
.home-pricing-card__list li:before {
  content: "・";
}
.home-pricing-card__btn {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #F6790A;
  border: solid 2px #F6790A;
  padding: 0.3em 2.5em;
  background-image: url(../images/home/pricing-icon-arrow.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .home-pricing-card__btn {
    font-size: 15px;
  }
}
.home-pricing-card__btn:hover {
  color: #fff;
  border-color: #F6790A;
  background-color: #F6790A;
  background-image: url(../images/home/pricing-icon-arrow-white.svg);
}
.home-pricing-card__btn.--orange {
  color: #fff;
  background-color: #F6790A;
  border-color: #F6790A;
  background-image: url(../images/home/pricing-icon-arrow-white.svg);
}
.home-pricing-card__btn.--orange:hover {
  color: #F6790A;
  background-color: transparent;
  background-image: url(../images/home/pricing-icon-arrow.svg);
}
.home-pricing-outro {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .home-pricing-outro {
    font-size: 15px;
    text-align: left;
  }
}

.home-faq {
  background: rgba(216, 230, 243, 0.79);
}
.home-faq-list {
  display: grid;
  gap: 25px;
  margin-bottom: 50px;
}
.home-faq-item {
  background: #fff;
}
.home-faq-item.--open .home-faq-item__icon:after {
  display: none;
}
.home-faq-item__question {
  padding: 25px 80px 25px 70px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .home-faq-item__question {
    padding: 15px 50px 15px 40px;
  }
}
.home-faq-item__question:before {
  content: "Q";
  position: absolute;
  font-size: 34px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #0057D9;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
@media (max-width: 767.98px) {
  .home-faq-item__question:before {
    font-size: 22px;
    left: 15px;
  }
}
.home-faq-item__title {
  font-size: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .home-faq-item__title {
    font-size: 16px;
  }
}
.home-faq-item__icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0057D9;
}
@media (max-width: 767.98px) {
  .home-faq-item__icon {
    right: 15px;
    width: 25px;
    height: 25px;
  }
}
.home-faq-item__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 1px;
  background: #fff;
}
.home-faq-item__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 18px;
  background: #fff;
}
.home-faq-item__answer {
  padding: 0 30px 0 70px;
  position: relative;
  display: none;
}
@media (max-width: 767.98px) {
  .home-faq-item__answer {
    padding: 0 15px 0 40px;
  }
}
.home-faq-item__answer:before {
  content: "A";
  position: absolute;
  font-size: 34px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #64748B;
  line-height: 1;
  top: 0;
  left: 30px;
}
@media (max-width: 767.98px) {
  .home-faq-item__answer:before {
    font-size: 22px;
    left: 15px;
    top: 0.2em;
  }
}
.home-faq-item__content {
  padding-bottom: 25px;
}
@media (max-width: 767.98px) {
  .home-faq-item__content {
    padding-bottom: 15px;
  }
}

.home-news-title {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #0057D9;
  border-bottom: solid 1px #0057D9;
  padding-bottom: 0.2em;
}
@media (max-width: 767.98px) {
  .home-news-title {
    font-size: 20px;
  }
}
.home-news-list {
  margin-bottom: 50px;
}
.home-news-item {
  border-bottom: solid 1px #C7C7C7;
}
.home-news-item__link {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  padding: 20px 100px 20px 12px;
  min-height: 100px;
  position: relative;
}
@media (max-width: 767.98px) {
  .home-news-item__link {
    grid-template-columns: 1fr;
    padding: 10px 45px 10px 0;
    min-height: 0;
  }
}
.home-news-item__link:hover:after {
  transform: translateY(-50%) translateX(5px);
}
.home-news-item__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url("../images/home/icon-news-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 767.98px) {
  .home-news-item__link:after {
    width: 24px;
    height: 24px;
  }
}
.home-news-item__date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #0057D9;
  display: block;
}
@media (max-width: 767.98px) {
  .home-news-item__date {
    display: inline-block;
    font-size: 14px;
    margin-right: 1em;
  }
}
.home-news-item__new {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #0057D9;
  display: inline-block;
  padding: 0.2em 0.8em;
  margin-top: 0.5em;
}
@media (max-width: 767.98px) {
  .home-news-item__new {
    font-size: 12px;
    margin-top: 0;
  }
}
.home-news-item__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-news-item__title {
    font-size: 14px;
  }
}

.function-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.function-header__img img {
  width: 450px;
}

.function-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 25px;
  margin: 2rem 0;
}
@media (max-width: 1023.98px) {
  .function-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .function-card-list {
    grid-template-columns: 1fr;
  }
}

.function-card {
  background: #EAF6FF;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.function-card__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #0057D9;
  text-align: center;
  padding: 0.5em;
}
@media (max-width: 767.98px) {
  .function-card__title {
    font-size: 16px;
  }
}
.function-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.function-card__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 767.98px) {
  .function-card__subtitle {
    font-size: 15px;
  }
}
.function-card__img {
  margin-bottom: 1em;
}
.function-card__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .function-card__text {
    font-size: 12px;
  }
}
.function-card__btn {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #002B6B;
  padding: 0.5em 2em;
  background-image: url(../images/home/solution-icon-arrow.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .function-card__btn {
    font-size: 14px;
  }
}

.function-points-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 25px;
  margin: 2rem 0;
}
@media (max-width: 1023.98px) {
  .function-points-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .function-points-card-list {
    grid-template-columns: 1fr;
  }
}

.function-points-card {
  border: solid 1px #0057D9;
  padding: 20px 20px 30px;
}
.function-points-card__title {
  text-align: center;
  font-size: 22px;
  color: #0057D9;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #0057D9;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .function-points-card__title {
    font-size: 18px;
  }
}
.function-points-card__img {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.function-points-card__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .function-points-card__subtitle {
    font-size: 15px;
  }
}
.function-points-card__text {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .function-points-card__text {
    font-size: 12px;
  }
}

.downloads-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 24px;
}
@media (max-width: 1023.98px) {
  .downloads-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .downloads-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}

.downloads-item__link {
  transition: opacity 0.3s;
}
.downloads-item__link:hover {
  opacity: 0.7;
}
.downloads-item__img {
  margin-bottom: 10px;
  border: 1px solid #C3C6D7;
  background: #F2F4F7;
  aspect-ratio: 210/297;
}
.downloads-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.downloads-item__title {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .downloads-item__title {
    font-size: 14px;
  }
}
.downloads-item__text {
  font-size: 12px;
}

.downloads-video-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .downloads-video-list {
    grid-template-columns: 1fr;
  }
}

.downloads-video-item__title {
  margin-top: 0;
}
.downloads-video-item__video {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.downloads-video-item__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.downloads-video-item__text {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .downloads-video-item__text {
    font-size: 14px;
  }
}

.downloads-video-block {
  background: #E9F5FE;
  border-radius: 8px;
  padding: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767.98px) {
  .downloads-video-block {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.downloads-video-block__title {
  margin-top: 0;
}
.downloads-video-block__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .downloads-video-block__subtitle {
    font-size: 15px;
  }
}
.downloads-video-block__video {
  position: relative;
  padding-top: 56.25%;
}
.downloads-video-block__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-ceo figcaption {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin-top: 1em;
}
@media (max-width: 767.98px) {
  .about-ceo figcaption {
    font-size: 15px;
  }
}

.about-map {
  position: relative;
  padding-top: 430px;
}
.about-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.support-text {
  line-height: 1.75;
  margin-block: 1.5em;
}
.support-maintenance-term {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: fit-content;
  padding: 0.75em 1em;
  border-radius: 6px;
  background-color: #E9F5FE;
  margin-block: 1.5em;
}
.support-maintenance-term dt,
.support-maintenance-term dd {
  font-weight: 700;
}
.support-maintenance-list {
  list-style: decimal;
  font-size: 0.875rem;
  padding-left: 1em;
}
.support-guide {
  margin-block: 1.5em;
}
.support-guide__list {
  margin-block: 1.5em;
}
.support-guide__list.--open .support-guide__list__title__icon::before {
  rotate: 270deg;
}
.support-guide__list.--open .support-guide__list__title__icon::after {
  rotate: 180deg;
}
.support-guide__list__title {
  font-weight: 700;
  padding: 1em 1.25em;
  padding-right: 4.25em;
  border: 1px solid #D8E1EE;
  border-left: none;
  position: relative;
  cursor: pointer;
}
.support-guide__list__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  width: 3px;
  height: calc(100% + 2px);
  background-color: #0057D9;
}
.support-guide__list__title__icon {
  position: absolute;
  top: 50%;
  right: 1.25em;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 1.75em;
  border-radius: 9999px;
  background-color: #0057D9;
}
.support-guide__list__title__icon::before, .support-guide__list__title__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  background-color: #FFFFFF;
  transition: ease-in-out 0.3s;
}
.support-guide__list__title__icon::before {
  width: 1px;
  height: 42.857142857%;
}
.support-guide__list__title__icon::after {
  width: 42.857142857%;
  height: 1px;
}
.support-guide__list__content {
  padding-inline: 20px;
}
.support-guide__list__content__list__title {
  font-weight: 500;
  margin-block: 1em 0.5em;
}
.support-guide__list__content__list__detail {
  font-weight: 400;
}
.support-guide__list__content__list__detail__list {
  padding-left: 1.5em;
}
.support-card {
  border: 1px solid #C3C6D7;
  border-radius: 7.5px;
  overflow: hidden;
}
.support-card__video {
  display: block;
  width: 100%;
}
.support-card__content {
  padding: 15px;
}
@media (max-width: 767.98px) {
  .support-card__content {
    padding: 15px 10px;
  }
}
.support-card__title {
  font-weight: 700;
}
.support-card__title:first-child {
  margin-top: 0;
}
.support-card__text {
  font-size: 0.875em;
  margin-block-start: 0.75em;
}
.support-card__date {
  font-size: 0.8125em;
  color: #737686;
  margin-block-start: 0.75em;
}
.support-card__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-block: 1.5em;
}
@media (max-width: 767.98px) {
  .support-card__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .support-card__wrap {
    grid-template-columns: minmax(0, 100%);
  }
}
.support-manual__title {
  line-height: 1.75;
  margin-top: 1.5em;
}
.support-manual__content {
  font-size: 0.875em;
  line-height: 1.75;
  padding-left: 1em;
}
.support-note {
  font-size: 0.875em;
}
.support-note__item {
  margin-top: 0.5em;
}

.pricing-body {
  padding-bottom: 0;
}
.pricing-section {
  background-color: #F4F8FF;
  padding-block: 4rem;
}
.pricing-text {
  font-size: 1.125em;
  line-height: 2;
  margin: 0.5em 0 1.5em;
}
.pricing-text:has(small) {
  font-size: 0.84375em;
}
.pricing-text:has(small) small {
  font-size: inherit;
  color: #5A6472;
}
.pricing-table {
  width: 100%;
  min-width: fit-content;
  white-space: nowrap;
}
.pricing-table thead {
  font-size: 0.9375em;
}
.pricing-table tbody {
  font-size: 0.84375em;
}
.pricing-table tbody th {
  text-align: left;
  background-color: #EAF2FE;
}
.pricing-table th,
.pricing-table td {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  padding: 1em;
  border: 1px solid #D8E1EE;
}
.pricing-table th.--deepBlue,
.pricing-table td.--deepBlue {
  background-color: #002B6B;
  color: #FFFFFF;
}
.pricing-table th.--primaryBlue,
.pricing-table td.--primaryBlue {
  background-color: #0057D9;
  color: #FFFFFF;
}
.pricing-table th.--lightBlue,
.pricing-table td.--lightBlue {
  background-color: #EAF2FE;
}
.pricing-table th.--lightYellow,
.pricing-table td.--lightYellow {
  background-color: #FFFDF0;
}
.pricing-table th small,
.pricing-table td small {
  display: block;
}
.pricing-table th small {
  font-size: 0.8333333333em;
  line-height: 1;
}
.pricing-table td small {
  font-size: 0.75em;
  font-weight: 400;
  color: #5A6472;
  line-height: 1.5;
}
.pricing-table__wrap {
  overflow-x: auto;
}
.pricing-box {
  font-size: 0.84375em;
  padding: 1.25em 2em;
  background-color: #FFFFFF;
  margin-block: 1.5em;
}
.pricing-box.--blue {
  background-color: #EAF2FE;
}
.pricing-box__title, .pricing-box__text {
  display: inline;
}
.pricing-box__title {
  font-weight: 700;
  color: #0B2E68;
}
.pricing-box__text a {
  text-decoration: underline;
  color: #0057D9;
}
.pricing-box__text b {
  color: #0B2E68;
}
.pricing-tab {
  font-size: 0.96875em;
  font-weight: 700;
  color: #5A6472;
  text-align: center;
  padding: 1em 2em;
  background-color: #EAF2FE;
  border: 1px solid #0057D9;
  transition: ease-in-out 0.3s;
}
.pricing-tab.is-active {
  color: #FFFFFF;
  background-color: #0057D9;
  border: 1px solid #D8E1EE;
  pointer-events: none;
}
.pricing-tab:hover {
  color: #FFFFFF;
  border-color: #D8E1EE;
  background-color: #0057D9;
}
.pricing-tab__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  margin-inline: auto;
}
.pricing-content__text {
  font-size: 0.875em;
  line-height: 2;
  margin-block: 1em;
}
.pricing-content__inner {
  display: grid;
  grid-template-columns: 100%;
}
.pricing-content__inner__item {
  grid-row: 1/2;
  grid-column: 1/2;
  height: 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  transition: ease-in-out 0.3s;
}
.pricing-content__inner__item.is-visible {
  height: auto;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.pricing-note {
  font-size: 0.75em;
  line-height: 1.75;
  color: #5A6472;
  margin-block: 1em;
}
.pricing-note__item::before {
  content: "※";
  color: #0057D9;
}
.pricing-card {
  padding: 30px 20px;
  background-color: #EAF2FE;
}
@media (max-width: 767.98px) {
  .pricing-card {
    padding: 15px;
  }
}
.pricing-card__title {
  font-weight: 900;
  color: #0B2E68;
}
.pricing-card__detail {
  font-size: 0.8125em;
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 0.25em 2em;
  margin-block-start: 0.5em;
}
@media (max-width: 767.98px) {
  .pricing-card__detail {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .pricing-card__detail__title {
    margin-top: 0.5em;
  }
}
.pricing-card__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767.98px) {
  .pricing-card__wrap {
    grid-template-columns: minmax(0, 100%);
    gap: 15px;
  }
}

.solution-section {
  margin-bottom: 60px;
}

.solution-list {
  display: grid;
  gap: 20px;
}

.solution-item {
  border: solid 2px #D8E1EE;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .solution-item {
    padding: 15px;
    gap: 10px;
  }
}
.solution-item:before {
  content: "";
  top: -2px;
  left: -2px;
  width: 4px;
  height: calc(100% + 4px);
  position: absolute;
  background-color: #0057D9;
}
.solution-item__body {
  flex: 1;
}
.solution-item__title {
  padding-left: 32px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .solution-item__title {
    font-size: 16px;
    padding-left: 26px;
  }
}
.solution-item__title:before {
  content: "Q.";
  top: -0.2em;
  left: 0;
  color: #0057D9;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .solution-item__title:before {
    font-size: 20px;
    top: -0.1em;
  }
}
.solution-item__new {
  display: inline-block;
  font-size: 14px;
  padding: 0.1em 0.5em;
  font-weight: bold;
  color: #fff;
  background: #DC2626;
  border-radius: 3px;
  margin-left: 0.5em;
}
@media (max-width: 767.98px) {
  .solution-item__new {
    font-size: 12px;
  }
}
.solution-item__pickup {
  display: inline-block;
  font-size: 14px;
  padding: 0.1em 0.5em;
  font-weight: bold;
  color: #fff;
  background: #E8780C;
  border-radius: 3px;
  margin-left: 0.5em;
}
@media (max-width: 767.98px) {
  .solution-item__pickup {
    font-size: 12px;
  }
}
.solution-item__text {
  padding-left: 32px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767.98px) {
  .solution-item__text {
    font-size: 14px;
    padding-left: 26px;
  }
}
.solution-item__text:before {
  content: "A.";
  top: -0.2em;
  left: 0;
  color: #64748B;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .solution-item__text:before {
    font-size: 20px;
    top: -0.1em;
  }
}
.solution-item__link {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  .solution-item__link {
    width: 30px;
  }
}
.solution-item__link:hover {
  opacity: 0.7;
}
.solution-item__link span {
  font-size: 13px;
  color: #0057D9;
}

.entry {
  margin-bottom: 60px;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry h1 {
  font-size: 34px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
  margin: 2rem 0;
}
@media (max-width: 767.98px) {
  .entry h1 {
    font-size: 22px;
    padding-left: 20px;
  }
}
.entry h1:first-of-type {
  margin-top: 0;
}
.entry h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to bottom, #0057D9, #00AEEF);
}
@media (max-width: 767.98px) {
  .entry h1:before {
    width: 5px;
  }
}
.entry h2 {
  font-size: 34px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
  margin: 2rem 0;
}
@media (max-width: 767.98px) {
  .entry h2 {
    font-size: 22px;
    padding-left: 20px;
  }
}
.entry h2:first-of-type {
  margin-top: 0;
}
.entry h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to bottom, #0057D9, #00AEEF);
}
@media (max-width: 767.98px) {
  .entry h2:before {
    width: 5px;
  }
}
.entry h3 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  color: #0057D9;
  position: relative;
  margin: 2rem 0;
}
@media (max-width: 767.98px) {
  .entry h3 {
    font-size: 18px;
    padding-left: 20px;
  }
}
.entry h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 8px;
  border-radius: 5px;
  background: #0057D9;
  margin-top: -4px;
}
@media (max-width: 767.98px) {
  .entry h3:before {
    width: 10px;
    height: 4px;
    margin-top: -2px;
  }
}
.entry h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 767.98px) {
  .entry h4 {
    font-size: 17px;
  }
}
.entry h5, .entry h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 767.98px) {
  .entry h5, .entry h6 {
    font-size: 16px;
  }
}
.entry p {
  line-height: 1.8;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 767.98px) {
  .entry p {
    font-size: 14px;
  }
}
.entry ul {
  line-height: 1.8;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.entry ul li {
  position: relative;
  padding-left: 1em;
}
.entry ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.entry ol {
  line-height: 1.8;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  counter-reset: ol;
}
.entry ol li {
  position: relative;
  padding-left: 1em;
  counter-increment: ol;
}
.entry ol li:before {
  content: counter(ol) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.entry .wp-block-columns, .entry .wp-block-image, .entry .wp-block-table {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.entry .wp-block-quote {
  background: #F7FBFF;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  border: none;
}
.entry .wp-block-quote p {
  margin: 0;
}
.entry a {
  color: #0057D9;
  text-decoration: underline;
}
.entry .btn-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 2rem 0;
}
.entry .btn {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #0057D9;
  padding: 0.5em 2.5em;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  min-width: 200px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .entry .btn {
    font-size: 15px;
  }
}
.entry .btn:hover {
  color: #fff;
}
.entry .btn:hover:before {
  transform: skewX(-20deg) scaleX(1);
  transform-origin: left;
}
.entry .btn:before {
  content: "";
  position: absolute;
  inset: 2px calc(0.5em + 2px);
  background: #0057D9;
  transform: skewX(-20deg) scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  z-index: -1;
}
.entry .btn:after {
  content: "";
  position: absolute;
  inset: 0 0.5em;
  border: solid 2px #0057D9;
  transform: skewX(-20deg);
  z-index: -2;
  background-color: #fff;
}
.entry .btn.--white {
  color: #fff;
}
.entry .btn.--white:hover {
  color: #0057D9;
}
.entry .btn.--white:before {
  background-color: #fff;
}
.entry .btn.--white:after {
  background-color: transparent;
  border-color: #fff;
}
.entry .btn.--blue {
  color: #fff;
}
.entry .btn.--blue:hover {
  color: #0057D9;
}
.entry .btn.--blue:before {
  background-color: #fff;
}
.entry .btn.--blue:after {
  background-color: #0057D9;
  border-color: #0057D9;
}
.entry .btn.--navy {
  color: #fff;
}
.entry .btn.--navy:hover {
  color: #002B6B;
}
.entry .btn.--navy:before {
  background-color: #fff;
}
.entry .btn.--navy:after {
  background-color: #002B6B;
  border-color: #002B6B;
}
.entry .btn.--lg {
  font-size: 22px;
  padding: 0.8em 2.5em;
}
.entry .btn.--shrink {
  padding: 0.5em 1em;
  min-width: 0;
}

.contact-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .contact-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contact-intro__img img {
  width: 100%;
}
.contact-intro__title {
  font-size: 24px;
  font-weight: bold;
  color: #0057D9;
}
@media (max-width: 767.98px) {
  .contact-intro__title {
    font-size: 18px;
  }
}
.contact-intro__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .contact-intro__subtitle {
    font-size: 16px;
  }
}
.contact-intro__text {
  line-height: 1.8;
  margin-top: 15px;
}

.contact-form {
  background: #F7F9FC;
  border-radius: 20px;
  padding: 40px 40px 80px;
}
@media (max-width: 767.98px) {
  .contact-form {
    padding: 20px 20px 40px;
  }
}
.contact-form__title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .contact-form__title {
    font-size: 18px;
  }
}
.contact-form__text {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .contact-form__text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.contact-form__text em {
  font-style: normal;
  color: #FF0000;
  font-weight: bold;
}
.contact-form__list {
  margin-bottom: 30px;
}
.contact-form__list dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media (max-width: 767.98px) {
  .contact-form__list dt {
    font-size: 16px;
  }
}
.contact-form__list dt.--sm {
  font-size: 14px;
  font-weight: normal;
}
.contact-form__list dt span {
  color: #FF0000;
  font-weight: bold;
}
.contact-form__subtext {
  font-size: 0.875em;
  color: #424654;
  margin-bottom: 1em;
}
.contact-form__radio .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.contact-form__radio .wpcf7-list-item {
  margin-left: 0;
}
.contact-form__radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.contact-form__radio .wpcf7-list-item label input {
  appearance: auto;
}
.contact-form__input .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form__input input, .contact-form__input textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #C3C6D7;
  border-radius: 10px;
  padding: 0.7em 1em;
}
.contact-form__consent {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #C3C6D7;
}
.contact-form__consent dt {
  margin-bottom: 10px;
}
.contact-form__consent dt span {
  color: #FF0000;
  font-weight: bold;
}
.contact-form__consent dd p {
  font-size: 14px;
}
.contact-form__consent dd p a {
  color: #0066CC;
  text-decoration: underline;
}
.contact-form__consent__check {
  margin-top: 15px;
}
.contact-form__consent__check .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.contact-form__consent__check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-form__consent__check .wpcf7-list-item label input {
  appearance: auto;
}
.contact-form__submit {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}
.contact-form__submit .wpcf7-spinner {
  display: none;
}
.contact-form__submit__inner {
  position: relative;
  z-index: 1;
}
.contact-form__submit__inner input {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 0.5em 2.5em;
  position: relative;
  z-index: 0;
  transition: color 0.3s ease;
  width: 200px;
  color: #fff;
  position: relative;
}
@media (max-width: 767.98px) {
  .contact-form__submit__inner {
    font-size: 15px;
  }
}
.contact-form__submit__inner:hover input {
  color: #0057D9;
}
.contact-form__submit__inner:hover:before {
  transform: skewX(-20deg) scaleX(1);
  transform-origin: left;
}
.contact-form__submit__inner:before {
  content: "";
  position: absolute;
  inset: 2px calc(0.5em + 2px);
  inset: 2px calc(0.5em + 2px);
  background: #fff;
  transform: skewX(-20deg) scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  z-index: -1;
}
.contact-form__submit__inner:after {
  content: "";
  position: absolute;
  inset: 0 0.5em;
  border: solid 2px #0057D9;
  transform: skewX(-20deg);
  z-index: -2;
  background-color: #0057D9;
}

@media (max-width: 374.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (max-width: 1279.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (max-width: 1399.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 375px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

@media (max-width: 374.98px) {
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
  .ml-xs-0 {
    margin-left: 0px !important;
  }
  .mr-xs-0 {
    margin-right: 0px !important;
  }
  .pt-xs-0 {
    padding-top: 0px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
  .pl-xs-0 {
    padding-left: 0px !important;
  }
  .pr-xs-0 {
    padding-right: 0px !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  .ml-xs-25 {
    margin-left: 25px !important;
  }
  .mr-xs-25 {
    margin-right: 25px !important;
  }
  .pt-xs-25 {
    padding-top: 25px !important;
  }
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
  .pl-xs-25 {
    padding-left: 25px !important;
  }
  .pr-xs-25 {
    padding-right: 25px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .mt-xs-35 {
    margin-top: 35px !important;
  }
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
  .ml-xs-35 {
    margin-left: 35px !important;
  }
  .mr-xs-35 {
    margin-right: 35px !important;
  }
  .pt-xs-35 {
    padding-top: 35px !important;
  }
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
  .pl-xs-35 {
    padding-left: 35px !important;
  }
  .pr-xs-35 {
    padding-right: 35px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  .mt-xs-45 {
    margin-top: 45px !important;
  }
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  .ml-xs-45 {
    margin-left: 45px !important;
  }
  .mr-xs-45 {
    margin-right: 45px !important;
  }
  .pt-xs-45 {
    padding-top: 45px !important;
  }
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
  .pl-xs-45 {
    padding-left: 45px !important;
  }
  .pr-xs-45 {
    padding-right: 45px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
}
@media (max-width: 575.98px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
}
@media (max-width: 1023.98px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
  .pr-lg-35 {
    padding-right: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
  .pr-lg-45 {
    padding-right: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
}
@media (max-width: 1279.98px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
  .pr-xl-5 {
    padding-right: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xl-35 {
    padding-left: 35px !important;
  }
  .pr-xl-35 {
    padding-right: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xl-45 {
    padding-left: 45px !important;
  }
  .pr-xl-45 {
    padding-right: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
}
@media (max-width: 1399.98px) {
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xxl-0 {
    margin-left: 0px !important;
  }
  .mr-xxl-0 {
    margin-right: 0px !important;
  }
  .pt-xxl-0 {
    padding-top: 0px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xxl-0 {
    padding-left: 0px !important;
  }
  .pr-xxl-0 {
    padding-right: 0px !important;
  }
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-5 {
    margin-left: 5px !important;
  }
  .mr-xxl-5 {
    margin-right: 5px !important;
  }
  .pt-xxl-5 {
    padding-top: 5px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-5 {
    padding-left: 5px !important;
  }
  .pr-xxl-5 {
    padding-right: 5px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-10 {
    margin-left: 10px !important;
  }
  .mr-xxl-10 {
    margin-right: 10px !important;
  }
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-10 {
    padding-left: 10px !important;
  }
  .pr-xxl-10 {
    padding-right: 10px !important;
  }
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xxl-15 {
    margin-left: 15px !important;
  }
  .mr-xxl-15 {
    margin-right: 15px !important;
  }
  .pt-xxl-15 {
    padding-top: 15px !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xxl-15 {
    padding-left: 15px !important;
  }
  .pr-xxl-15 {
    padding-right: 15px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-20 {
    margin-left: 20px !important;
  }
  .mr-xxl-20 {
    margin-right: 20px !important;
  }
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-20 {
    padding-left: 20px !important;
  }
  .pr-xxl-20 {
    padding-right: 20px !important;
  }
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xxl-25 {
    margin-left: 25px !important;
  }
  .mr-xxl-25 {
    margin-right: 25px !important;
  }
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xxl-25 {
    padding-left: 25px !important;
  }
  .pr-xxl-25 {
    padding-right: 25px !important;
  }
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-30 {
    margin-left: 30px !important;
  }
  .mr-xxl-30 {
    margin-right: 30px !important;
  }
  .pt-xxl-30 {
    padding-top: 30px !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-30 {
    padding-left: 30px !important;
  }
  .pr-xxl-30 {
    padding-right: 30px !important;
  }
  .mt-xxl-35 {
    margin-top: 35px !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xxl-35 {
    margin-left: 35px !important;
  }
  .mr-xxl-35 {
    margin-right: 35px !important;
  }
  .pt-xxl-35 {
    padding-top: 35px !important;
  }
  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xxl-35 {
    padding-left: 35px !important;
  }
  .pr-xxl-35 {
    padding-right: 35px !important;
  }
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-40 {
    margin-left: 40px !important;
  }
  .mr-xxl-40 {
    margin-right: 40px !important;
  }
  .pt-xxl-40 {
    padding-top: 40px !important;
  }
  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-40 {
    padding-left: 40px !important;
  }
  .pr-xxl-40 {
    padding-right: 40px !important;
  }
  .mt-xxl-45 {
    margin-top: 45px !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xxl-45 {
    margin-left: 45px !important;
  }
  .mr-xxl-45 {
    margin-right: 45px !important;
  }
  .pt-xxl-45 {
    padding-top: 45px !important;
  }
  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xxl-45 {
    padding-left: 45px !important;
  }
  .pr-xxl-45 {
    padding-right: 45px !important;
  }
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-50 {
    margin-left: 50px !important;
  }
  .mr-xxl-50 {
    margin-right: 50px !important;
  }
  .pt-xxl-50 {
    padding-top: 50px !important;
  }
  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-50 {
    padding-left: 50px !important;
  }
  .pr-xxl-50 {
    padding-right: 50px !important;
  }
}
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-primary {
  color: #0057D9;
}

/*# sourceMappingURL=style.css.map */
