@charset "UTF-8";
@font-face {
  src: url("../../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../../fonts/Jost/Jost-Regular.woff") format("woff");
  font-family: "Jost";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../../fonts/Jost/Jost-Bold.woff") format("woff");
  font-family: "Jost";
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-width: 1150px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 600px) {
  body {
    min-width: 360px;
    font-size: 13px;
    line-height: 27px;
  }
}
._fixed {
  max-height: 100vh;
  overflow: hidden;
}

main {
  margin-top: 108px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 600px) {
  main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 425px) {
  .lg {
    display: none;
  }
}
.sm {
  display: none;
}

@media screen and (max-width: 425px) {
  .sm {
    display: initial;
  }
}
.u-pc-none {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-pc-none {
    display: block;
  }
}

.u-sp-none {
  display: block;
}
@media screen and (max-width: 600px) {
  .u-sp-none {
    display: none;
  }
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-nav {
  background-color: #fff;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 1180px) {
  .header-nav {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav {
    padding: 15px;
  }
}
.header-links {
  text-align: right;
  font-size: 0;
}

@media screen and (max-width: 600px) {
  .header-links {
    display: none;
  }
}
.header-btn {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-btn:hover {
  opacity: 0.7;
}

.header-btn a {
  display: inline-block;
  width: 150px;
  padding: 3px 0;
}

.header-btn .red {
  background-color: #fa1b1b;
}

.header-btn .blue {
  background-color: #1bb3e0;
}

.header-btn .green {
  background-color: #1fe284;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 960px) {
  .header-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .header-main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-logo {
  width: 100%;
  max-width: 320px;
  height: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header-logo img {
  margin-bottom: 3px;
}

@media screen and (max-width: 1330px) {
  .header-logo {
    max-width: 245px;
  }
  .header-logo img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 600px) {
  .header-logo {
    max-width: 180px;
  }
  .header-logo img {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 960px) {
  .gnav {
    display: none;
  }
}
.gnav-item {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  margin-left: 35px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav-item:hover .gnav-arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.gnav-item:hover .gnav-menu {
  visibility: visible;
  opacity: 1;
}

.gnav-item:hover .gnav-item_menu {
  opacity: 1;
}

@media screen and (max-width: 1330px) {
  .gnav-item {
    font-size: 12px;
    padding: 20px 0 20px 15px;
    margin-left: 0;
  }
}
.gnav-menu {
  position: absolute;
  top: 70px;
  right: 0;
  background-color: #1bb3e0;
  white-space: nowrap;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 40px 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav-item_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}

.gnav-item_menu:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background-image: radial-gradient(#fff 25%, transparent 15%);
  background-size: 6px 6px;
}

.gnav-item_menu a,
.gnav-item_arrow {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.gnav-item_menu:hover a,
.gnav-item_menu:hover .gnav-item_arrow {
  opacity: 0.7;
}

.gnav-item_arrow {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 20px;
}

.gnav-item_arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-48%, -48%);
          transform: translate(-48%, -48%);
  width: 12px;
}

.gnav-arrow {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  margin: 0 0 -2px 5px;
}

.gnav-arrow::before,
.gnav-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  width: 7.5px;
  height: 1.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1330px) {
  .gnav-arrow {
    width: 14px;
    height: 14px;
  }
  .gnav-arrow::before,
  .gnav-arrow::after {
    width: 5.5px;
    height: 1.2px;
  }
}
.gnav-arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.gnavsp {
  display: none;
}

@media screen and (max-width: 960px) {
  .gnavsp {
    display: block;
  }
}
.gnavsp-btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px 0;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .gnavsp-btn {
    margin: 0;
  }
}
.gnavsp-btn span,
.gnavsp-btn::before,
.gnavsp-btn::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnavsp-btn::before {
  top: 7px;
}

.gnavsp-btn::after {
  top: 23px;
}

.gnavsp ._active span {
  width: 0;
}

.gnavsp ._active::before,
.gnavsp ._active::after {
  top: 15px;
}

.gnavsp ._active:before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.gnavsp ._active:after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.gnavsp-menu {
  position: absolute;
  right: 0;
  width: 100vw;
  background-color: #f8f8f8;
  padding: 0 0 20px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-overflow-style: none;
}

.gnavsp-menu::-webkit-scrollbar {
  display: none;
}

.gnavsp ._show {
  visibility: visible;
  opacity: 1;
}

.gnavsp-item {
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  max-height: 70px;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 30px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

.gnavsp-item a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.gnavsp-item a:hover {
  color: #1bb3e0;
}

.gnavsp-item_sub {
  font-size: 14px;
  padding-top: 20px;
  padding-left: 20px;
}

.gnavsp-btn_plus {
  position: absolute;
  top: 30px;
  right: 20px;
}

.gnavsp-btn_plus::before,
.gnavsp-btn_plus::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #000;
}

.gnavsp-btn_plus::before {
  -webkit-transform: rotate(90deg) translateX(3px);
          transform: rotate(90deg) translateX(3px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.gnavsp ._open {
  max-height: 300px;
}

.gnavsp ._open button::before {
  -webkit-transform: rotate(0deg) translateX(3px);
          transform: rotate(0deg) translateX(3px);
  opacity: 0;
}

.gnavsp-list_btn {
  margin-top: 30px;
}

.gnavsp-item_btn a {
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnavsp-item_btn a:hover {
  opacity: 0.7;
}

.gnavsp-item_btn .red {
  background-color: #fa1b1b;
}

.gnavsp-item_btn .blue {
  background-color: #1bb3e0;
}

.footer {
  background-color: #f8f8f8;
}

.footer-main {
  max-width: 1100px;
  padding: 50px 0;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .footer-main {
    padding: 30px 0;
    margin: 0 20px;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .footer-nav {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer-address {
    text-align: center;
  }
}
.footer-logo {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
}

.footer-copy {
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #c6c6c6;
  padding: 10px;
}

.footer-tel {
  pointer-events: none;
}

@media (max-width: 600px) {
  .footer-tel {
    font-size: 16px;
    text-decoration: underline;
    pointer-events: auto;
  }
}
.flinks-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .flinks-txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.flinks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 600px) {
  .flinks-grid {
    display: block;
  }
}
.flinks-cell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #c6c6c6;
}

@media screen and (max-width: 600px) {
  .flinks-cell {
    padding: 10px 0;
  }
}
.flinks-cell:last-child {
  border-bottom: 1px solid #c6c6c6;
}

.flinks-cell::after {
  content: "";
  position: absolute;
  right: 30px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000;
}

@media screen and (max-width: 600px) {
  .flinks-cell::after {
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .flinks ._spborder {
    border-bottom: none;
  }
}
.flinks-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .flinks-img {
    width: 60px;
    height: 60px;
  }
}
.flinks-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flinks-link {
  margin-left: 45px;
}

@media screen and (max-width: 600px) {
  .flinks-link {
    margin-left: 20px;
  }
}
.flinks-link a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.flinks-link a:hover {
  color: #1bb3e0;
}

@media screen and (max-width: 600px) {
  .flinks-link a {
    font-size: 12px;
  }
}
.flinks-link p {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .flinks-link p {
    font-size: 10px;
    line-height: 15px;
  }
}
.fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .fnav {
    display: block;
    text-align: center;
  }
}
.fnav-cols {
  margin-left: 50px;
}

@media screen and (max-width: 600px) {
  .fnav-cols {
    margin: 20px 0 0 0;
  }
}
.fnav-tit {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fnav-tit:hover {
  color: #1bb3e0;
}

@media screen and (max-width: 600px) {
  .fnav ._margin {
    margin-top: 20px;
  }
}
.fnav-list {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .fnav-list {
    margin: 0;
  }
}
.fnav-item {
  color: #505050;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fnav-item:hover {
  color: #1bb3e0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}