/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}
/**
 * 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: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  padding: 0 20px;
  background-color: #eff4f8;
  color: #1a659d;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  max-width: 300px;
  text-decoration: none;
  gap: 0 10px;
}
.button:hover {
  background-color: #e1ebf2;
}
input[type="radio"]:checked + .button {
  background-color: #005492;
  color: #ffffff;
}
input[type="radio"]:checked + .button {
  cursor: default;
}
.button--active {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  padding: 0 20px;
  background-color: #eff4f8;
  color: #1a659d;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  max-width: 300px;
  text-decoration: none;
  gap: 0 10px;
  background-color: rgba(0, 84, 146, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #ffffff;
  font-weight: 700;
}
.button--active:hover {
  background-color: #e1ebf2;
}
input[type="radio"]:checked + .button--active {
  background-color: #005492;
  color: #ffffff;
}
input[type="radio"]:checked + .button--active {
  cursor: default;
}
.button--active:hover {
  background-color: #1a659d;
}
.arrow-tb-2 {
  -webkit-animation-name: arrow-tb-2;
  animation-name: arrow-tb-2;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
@-webkit-keyframes arrow-tb-2 {
  0% {
    top: -2px;
  }
  100% {
    top: 0;
  }
}
@keyframes arrow-tb-2 {
  0% {
    top: -2px;
  }
  100% {
    top: 0;
  }
}
.border-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.appearance {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
.flex-middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-fixed {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.center-item {
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.clearfix {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFYyQgM.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0a3Xdj.otf) format('opentype');
}
html,
body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
main {
  min-height: calc(100vh - 80px - 289px);
}
@media (max-width: 767px) {
  main {
    min-height: calc((var(--vh, 1vh) * 100) - 56px - 389px);
  }
}
a {
  color: #192c6c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.header__inner {
  max-width: 1200px;
  margin: 0px auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 20px;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.header__brand {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header__button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  padding: 0 20px;
  background-color: #eff4f8;
  color: #1a659d;
  cursor: pointer;
  max-width: 300px;
  text-decoration: none;
  gap: 0 10px;
  background-color: rgba(0, 84, 146, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #ffffff;
  font-weight: 700;
  position: fixed;
  z-index: 11;
  right: 0;
  top: 0;
  margin: 20px 40px 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.header__button:hover {
  background-color: #e1ebf2;
}
input[type="radio"]:checked + .header__button {
  background-color: #005492;
  color: #ffffff;
}
input[type="radio"]:checked + .header__button {
  cursor: default;
}
.header__button:hover {
  background-color: #1a659d;
}
.header__button.hide {
  margin-top: -48px;
}
.header__button--fixed {
  right: auto;
  left: 50%;
  top: auto;
  bottom: 0;
  margin: 0 0 20px -200px;
  height: 80px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  font-size: 20px;
  min-width: 400px;
  max-width: 400px;
}
.header__button--fixed.hide {
  margin-bottom: -80px;
}
@media (max-width: 767px) {
  .header__inner {
    height: 56px;
    justify-content: center;
  }
  .header__button {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    height: 80px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    font-size: 20px;
  }
  .header__button.hide {
    margin-bottom: -80px;
  }
}
.footer {
  color: #005492;
  position: relative;
}
.footer__scroll-top > a {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  text-decoration: none;
  background-color: #eff4f8;
  border: 2px solid #ffffff;
  color: #1a659d;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -15px 0 0 -15px;
}
.footer__scroll-top > a:hover > i {
  position: relative;
  -webkit-animation-name: arrow-tb-2;
  animation-name: arrow-tb-2;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.footer__inner-top {
  background-color: #eff4f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__inner-bottom {
  background-color: #005492;
  min-height: 50px;
}
.footer__inner-container {
  max-width: 1200px;
  margin: 0px auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-direction: column;
  gap: 20px 0;
  align-items: center;
}
.footer__inner__nav {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.footer__inner__nav > li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
  padding: 0 20px;
}
.footer__inner__nav > li:not(:last-child) {
  border-right: 1px solid #c6d8e6;
}
.footer__inner__nav > li > a {
  color: #005492;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.footer__inner__nav > li > a:hover {
  color: #1a659d;
}
.footer__inner__certification,
.footer__inner__copyright {
  font-size: 11px;
  line-height: 1.6;
}
.footer__inner__copyright {
  padding: 15px 0 16px 0;
  display: block;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer__inner-bottom {
    padding-bottom: 10px;
  }
  .footer__inner__nav {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
  }
  .footer__inner__nav > li:not(:last-child) {
    border-right-color: transparent;
  }
  .footer__inner__copyright {
    padding: 20px 0 10px 0;
  }
}
/* WebP未対応のブラウザ用のスタイル */
.no-webp .lp__cover {
  background-image: url("../images/cover.jpg");
}
.no-webp .lp__section--dark {
  background-image: url("../images/section.jpg");
}
/* WebP対応のブラウザ用のスタイル */
.webp .lp__cover {
  background-image: url("../images/cover.jpg.webp");
}
.webp .lp__section--dark {
  background-image: url("../images/section.jpg.webp");
}
.lp__cover {
  background-image: url("../images/cover.jpg.webp");
  height: 615px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lp__cover__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  height: calc(100% - 160px);
}
.lp__cover__inner > h1 {
  text-align: center;
  margin: 0;
  padding: 0;
}
.lp__cover__inner > h1 > span {
  display: none;
}
.lp__cover__inner > h1 > svg {
  display: none;
}
.lp__cover__inner > h1.animate > svg {
  display: inline;
}
.lp__section {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
.lp__section--light {
  background-color: #eff4f8;
}
.lp__section--dark {
  background-image: url("../images/section.jpg.webp");
  background-color: #1a659d;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lp__section-contact {
  text-align: center;
  padding-top: 40px;
  min-height: calc(100vh - 40px);
}
.lp__section__inner {
  max-width: 1200px;
  margin: 0px auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 20px;
}
.lp__section__inner--wide {
  max-width: 767px;
}
.lp__section__inner--narrow {
  max-width: 512px;
}
.lp__section__head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lp__section__head-title {
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  font-size: 35px;
  line-height: 1.4;
  display: inline-block;
  color: #005492;
  border-bottom: 2px solid #005492;
}
.lp__section__head-title--light {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.lp__section__head-body {
  margin: 0 0 40px 0;
}
.lp__section__button {
  margin: 0px auto;
}
.lp__section__body {
  margin: 0 0 70px 0;
}
.lp__section__carousel {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 73px 43px 73px;
}
.lp__section__carousel ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp__section__carousel ol > li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #c6d8e6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
}
.lp__section__carousel ol > li > picture > img {
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  width: 100%;
  height: auto;
}
.lp__section__carousel ol > li > div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background-color: #ffffff;
  padding: 24px 20px 24px 20px;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
}
.lp__section__carousel ol > li > div > table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.lp__section__carousel ol > li > div > table > tbody > tr > th,
.lp__section__carousel ol > li > div > table > tbody > tr > td {
  border-bottom: 1px solid #e1ebf2;
  padding: 5px 8px;
  font-weight: 400;
  word-wrap: break-word;
  font-size: 13px;
}
.lp__section__carousel ol > li > div > table > tbody > tr > th {
  min-width: 56px;
}
.lp__section__carousel ol > li > div > table > tbody > tr:last-child > th,
.lp__section__carousel ol > li > div > table > tbody > tr:last-child > td {
  border-bottom-color: transparent;
}
.lp__section__carousel ol > li > div > strong {
  padding: 0 8px;
  font-weight: 400;
}
.lp__section__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp__section__list-equipment {
  gap: 20px;
}
.lp__section__list-equipment > li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: calc((100% / 2) - 10px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
}
.lp__section__list-equipment > li > picture > img {
  min-width: 220px;
  min-height: 170px;
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
}
.lp__section__list-equipment > li > div {
  padding: 15px 25px;
}
.lp__section__list-equipment > li > div > strong {
  color: #005492;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
.lp__section__list-equipment > li > div > p {
  margin: 0;
  color: #000000;
}
.lp__section__list-flow {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-items: stretch;
}
.lp__section__list-flow > li {
  position: relative;
  background-color: #ffffff;
  width: calc(100% / 4);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 30px 20px 24px 20px;
  color: #1a659d;
}
.lp__section__list-flow > li:nth-child(even):not(:last-child) {
  background-color: #f7f9fb;
}
.lp__section__list-flow > li:first-child {
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
}
.lp__section__list-flow > li:last-child {
  background-color: #ff4d4d;
  color: #ffffff;
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
}
.lp__section__list-flow > li:last-child > div > strong {
  color: #ffffff;
}
.lp__section__list-flow > li > figure {
  margin: 0;
  padding-bottom: 10px;
  height: 130px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.lp__section__list-flow > li > div {
  text-align: center;
}
.lp__section__list-flow > li > div > strong {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  color: #005492;
}
.lp__section__list-flow > li > div > p {
  margin: 0;
}
.lp__section__list-flow > li > svg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  margin: 0 -18px 0 0;
  height: 100%;
}
.lp__section__list-flow > li:first-child > svg .path-background {
  fill: #f7f9fb;
}
.lp__section__list-flow > li:nth-child(even) > svg .path-caret {
  fill: #f7f9fb;
}
.lp__section__list-flow > li:nth-child(even) > svg .path-background {
  fill: #ffffff;
}
.lp__section__list-flow > li:nth-child(odd):not(:first-child) > svg .path-background {
  fill: #ff4d4d;
}
.lp__section__tab {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  padding: 0 20px;
  background-color: #eff4f8;
  color: #1a659d;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  max-width: 300px;
  text-decoration: none;
  gap: 0 10px;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 9px;
  margin: 0 10px 40px 10px;
}
.lp__section__tab:hover {
  background-color: #e1ebf2;
}
input[type="radio"]:checked + .lp__section__tab {
  background-color: #005492;
  color: #ffffff;
}
input[type="radio"]:checked + .lp__section__tab {
  cursor: default;
}
@media (max-width: 1160px) {
  .lp__section__list-equipment > li {
    align-items: start;
  }
  .lp__section__list-equipment > li > picture > img {
    min-width: calc(100% / 3);
    min-height: auto;
    height: auto;
    border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
  }
}
@media (max-width: 767px) {
  .lp__cover {
    height: 65vh;
  }
  .lp__cover__inner {
    height: calc(100% - 112px);
  }
  .lp__cover__inner > h1 > svg {
    max-width: 80%;
  }
  .lp__section {
    padding-top: 56px;
  }
  .lp__section:not(.lp__section-price) {
    padding-bottom: 56px;
  }
  .lp__section__carousel {
    padding-left: 0;
    padding-right: 0;
  }
  .lp__section__list-equipment {
    gap: 20px 0;
    flex-direction: column;
  }
  .lp__section__list-equipment > li {
    width: 100%;
    flex-direction: column;
  }
  .lp__section__list-equipment > li > picture {
    width: 100%;
    display: block;
  }
  .lp__section__list-equipment > li > picture > img {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
  .lp__section__list-flow {
    flex-direction: column;
  }
  .lp__section__list-flow > li {
    min-width: 100%;
  }
  .lp__section__list-flow > li:first-child {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
  }
  .lp__section__list-flow > li:last-child {
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
  }
  .lp__section__list-flow > li > svg {
    display: none;
  }
  .lp__section__tab {
    margin-bottom: 20px;
  }
  .lp__section__tab--last-child {
    margin-bottom: 56px;
  }
}
input[type="radio"],
#container-timerex,
#container-formrun {
  display: none;
}
#tab-timerex:checked ~ #container-timerex {
  display: block;
}
#tab-formrun:checked ~ #container-formrun {
  display: block;
}
.swiper-button-prev,
.swiper-button-next {
  background-color: #1a659d;
  color: #ffffff;
  width: 44px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "Phosphor";
  font-size: 24px;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:after {
  content: '\f31b';
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next:after {
  content: '\f31c';
}
.swiper-pagination-bullet {
  background-color: #c6d8e6;
  opacity: 100;
  -moz-opacity: 100;
  -ms-filter: "alpha(opacity=@ratioms)";
}
.swiper-pagination-bullet-active {
  background-color: #1a659d;
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    visibility: hidden;
    display: none;
  }
}
/***************************************************
 * Generated by SVG Artista on 9/9/2022, 4:39:00 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #fcfcfc;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #fcfcfc;
  }
}
.animate .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
  animation: animate-svg-fill-1 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #fcfcfc;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #fcfcfc;
  }
}
.animate .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s both;
  animation: animate-svg-fill-2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s both;
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #fcfcfc;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #fcfcfc;
  }
}
.animate .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  animation: animate-svg-fill-3 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.1s both;
  animation: animate-svg-fill-4 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.1s both;
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
  animation: animate-svg-fill-5 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.3s both;
  animation: animate-svg-fill-6 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.3s both;
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s both;
  animation: animate-svg-fill-7 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s both;
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
  animation: animate-svg-fill-8 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s both;
  animation: animate-svg-fill-9 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s both;
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.7s both;
  animation: animate-svg-fill-10 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.7s both;
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s both;
  animation: animate-svg-fill-11 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s both;
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.9s both;
  animation: animate-svg-fill-12 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.9s both;
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
  animation: animate-svg-fill-13 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.1s both;
  animation: animate-svg-fill-14 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.1s both;
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.2s both;
  animation: animate-svg-fill-15 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.2s both;
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.3s both;
  animation: animate-svg-fill-16 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.3s both;
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.4s both;
  animation: animate-svg-fill-17 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.4s both;
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s both;
  animation: animate-svg-fill-18 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s both;
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.6s both;
  animation: animate-svg-fill-19 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.6s both;
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.7s both;
  animation: animate-svg-fill-20 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.7s both;
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.8s both;
  animation: animate-svg-fill-21 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.8s both;
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.9s both;
  animation: animate-svg-fill-22 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.9s both;
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s both;
  animation: animate-svg-fill-23 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s both;
}
@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-24 {
  -webkit-animation: animate-svg-fill-24 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.1s both;
  animation: animate-svg-fill-24 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.1s both;
}
@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000000;
  }
}
.animate .svg-elem-25 {
  -webkit-animation: animate-svg-fill-25 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.2s both;
  animation: animate-svg-fill-25 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.2s both;
}
