@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 0.12em;
  width: 100%;
  font-family: aktiv-grotesk, "Noto Sans JP", sans-serif, "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6em;
  font-size: 18px;
  background-color: #EDEDED;
  color: #6F6F6F;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.bold {
  font-weight: 500;
}

.din {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.allbtn {
  width: 500px;
  margin: 40px auto 0;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  font-size: 1.2rem;
  border: #272727 1px solid;
  background-color: #272727;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .allbtn {
    width: 80%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin: 18px auto 0;
  }
}
.allbtn a {
  text-align: center;
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .allbtn a {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  #mainArea {
    width: 100%;
    display: flex;
    align-items: center; /* 画面中央に配置する場合 */
    justify-content: center;
    position: relative;
    display: block;
    background: url(../images/main_pc_2.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
  }
  #mainArea:before {
    content: "";
    display: block;
    padding-top: 45.8%;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #mainArea {
    width: 100%;
    margin-bottom: 0px;
  }
}
#mainArea .ratio-box {
  position: relative;
}
#mainArea .ratio-box::before {
  content: "";
  display: block;
  padding-top: 53.7%;
}
#mainArea .main_content .main_1 {
  position: absolute;
  width: 24.5%;
  top: 9.6%;
  left: 7%;
}
#mainArea .main_content .main_2 {
  position: absolute;
  width: 1.8%;
  top: 3.9%;
  right: 2.1%;
}
#mainArea .main_content .main_3 {
  position: absolute;
  width: 23.1%;
  bottom: 0.3%;
  right: 0.6%;
}
#mainArea .main_content .main_4 {
  position: absolute;
  width: 13.2%;
  bottom: 3.5%;
  right: 2%;
}
#mainArea .main_content .main5 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.lead {
  padding: 120px 0;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 32px 0 64px 0;
    font-size: 12px;
    line-height: 2em;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    line-height: 1.7em;
  }
}
.lead h1 {
  font-size: 22px;
  margin-bottom: 70px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .lead h1 {
    margin: 64px auto 40px;
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
  }
}
.lead h2 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .lead h2 {
    text-align: left;
    width: 100%;
    line-height: 2.3em;
    font-size: 14px;
  }
}
.lead h2 span {
  font-size: 2.074rem;
  display: block;
  margin-bottom: 24px;
}
.lead h2 a {
  width: 800px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #000;
  color: #fff;
  display: block;
  margin: 32px auto 80px;
  font-size: 1.72rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .lead h2 a {
    width: 90%;
    font-size: 1.2rem;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lead h2 {
    margin-bottom: 20px;
  }
}
.lead .step {
  width: 800px;
  margin: 0 auto 0;
  background-color: #fff;
  padding: 48px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .lead .step {
    width: 90%;
    line-height: 1.6em;
  }
}
.lead .step h3 {
  width: 650px;
  font-size: 1.728rem;
  text-align: left;
  margin: 0 auto 32px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .lead .step h3 {
    font-size: 1.44rem;
    margin-bottom: 30px;
    width: 90%;
    line-height: 1.6em;
  }
}
.lead .step h3 span {
  width: 500px;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin: 24px auto 0;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .lead .step h3 span {
    font-size: 1.2rem;
  }
}
.lead .step .gifimg {
  width: 500px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .lead .step .gifimg {
    width: 90%;
  }
}

#content {
  width: 100%;
  letter-spacing: 1px;
  background-color: #ebebeb;
}
@media screen and (max-width: 768px) {
  #content {
    overflow: hidden;
  }
}
#content .cam {
  padding: 120px 0;
  width: 100%;
  background: linear-gradient(70deg, #E3E3E3, #C9E0D4);
}
@media screen and (max-width: 768px) {
  #content .cam {
    padding: 64px 0;
  }
}
#content .cam h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #content .cam h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
#content .cam h3 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #content .cam h3 span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#content .cam h4 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 50px;
  width: 480px;
  margin: 0 auto 30px;
  line-height: 1.7em;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  #content .cam h4 {
    width: 90%;
    font-size: 14px;
  }
}
#content .cam h4 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #content .cam h4 span {
    font-size: 12px;
  }
}
#content .cam h4 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 450px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #content .cam h4 ul {
    width: 90%;
  }
}
#content .cam h4 ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
#content .cam h4 ul li img {
  margin-bottom: 20px;
}
#content .cam h4 ul li p {
  font-size: 12px;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #content .cam h4 ul li p {
    font-size: 10px;
  }
}
#content .cam h4 ul li p a {
  width: 130px;
  background-color: #575756;
  color: #fff;
  display: block;
  line-height: 32px;
  height: 32px;
  margin: 10px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .cam h4 ul li p a {
    font-size: 12px;
  }
}
#content .cam h6 {
  width: 490px;
  margin: 0 auto;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #content .cam h6 {
    width: 90%;
    font-size: 10px;
  }
}
#content .future_1 {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #content .future_1 {
    padding: 64px 0;
  }
}
#content .future_1 h5 {
  font-size: 14px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .future_1 h5 {
    text-align: left;
    line-height: 1.9em;
    width: 90%;
    margin: 0 auto 50px;
  }
}
#content .future_1 h5 span {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #content .future_1 h5 span {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
}
#content .future_1 h5 p {
  font-size: 10px;
}
#content .future_1 .scene {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .future_1 .scene {
    width: 50%;
  }
}
#content .future_2 {
  padding: 120px 0 60px;
  width: 100%;
  background: linear-gradient(70deg, #E3E3E3, #C9E0D4);
}
@media screen and (max-width: 768px) {
  #content .future_2 {
    padding: 64px 0 34px;
  }
}
#content .future_2 .title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #content .future_2 .title {
    margin-bottom: 40px;
  }
}
#content .future_2 .block {
  width: 700px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #content .future_2 .block {
    width: 90%;
    margin: 0 auto 50px;
  }
}
#content .future_2 .block .title_inner {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #content .future_2 .block .title_inner {
    margin-bottom: 20px;
  }
}
#content .future_2 .block .title_inner .point {
  font-size: 14px;
}
#content .future_2 .block .title_inner .point span {
  font-size: 16px;
}
#content .future_2 .block .title_inner .inner {
  margin-left: 10px;
  font-size: 16px;
}
#content .future_2 .block .box {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #content .future_2 .block .box {
    padding-left: 20px;
  }
}
#content .future_2 .block .box::after {
  content: "";
  display: block;
  border-left: #6F6F6F 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#content .future_2 .block .box p.text {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #content .future_2 .block .box p.text {
    margin-bottom: 20px;
  }
}
#content .future_2 .block .box p.text span {
  font-size: 10px;
  display: block;
}
#content .future_2 .block .box .boximg {
  width: 635px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #content .future_2 .block .box .boximg {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#content .future_2 .block .box .boximg2 {
  display: flex;
  justify-content: space-between;
}
#content .future_2 .block .box .boximg2 li {
  width: 46%;
}
#content .future_2 .block .box .boximg2 li p.text {
  text-align: center;
  font-size: 12px;
}
#content .future_2 .block .box .boximg2 li p.text span {
  font-size: 10px;
}
#content .item {
  padding: 120px 0;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 768px) {
  #content .item {
    padding: 64px 0;
  }
}
#content .item .title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #content .item .title {
    margin-bottom: 70px;
  }
}
#content .item .title span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
#content .item .list {
  width: 1150px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #content .item .list {
    width: 100%;
    margin: 0 auto 70px;
  }
}
#content .item .list .cate {
  text-align: left;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #content .item .list .cate {
    font-size: 16px;
    width: 90%;
    margin: 0 auto 20px;
    line-height: 1.6em;
  }
}
#content .item .list .cate span {
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #content .item .list .cate span {
    font-size: 12px;
  }
}
#content .item .list ul {
  width: 1150px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #content .item .list ul {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
#content .item .list ul li {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #content .item .list ul li {
    width: 49%;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #content .item .list ul li {
    width: 90%;
    display: flex;
    margin: 0 auto 20px;
  }
}
#content .item .list ul li .left {
  width: 33%;
}
@media screen and (max-width: 768px) {
  #content .item .list ul li .left {
    width: 50%;
  }
}
#content .item .list ul li .center {
  width: 33%;
}
@media screen and (max-width: 768px) {
  #content .item .list ul li .center {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #content .item .list ul li .right {
    width: 33%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #content .item .list ul li .right {
    width: 90%;
    margin: 10px auto 50px;
  }
}
@media screen and (min-width: 769px) {
  #content .item .list ul li .right .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
}
#content .item .list ul li .right .inner p {
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #content .item .list ul li .right .inner p {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    margin: 0 auto;
    width: 90%;
  }
}
#content .item .list ul li .right .inner p a {
  width: 150px;
  color: #fff;
  display: block;
  line-height: 33px;
  height: 33px;
  margin: 10px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .item .list ul li .right .inner p a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
}
#content .item .list ul li .right .inner p span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #content .item .list ul li .right .inner p span {
    font-size: 12px;
  }
}
#content .item .list ul li .right .inner p .gr {
  background-color: #BBDECD;
}
#content .item .list ul li .right .inner p .or {
  background-color: #EDCFB3;
}
#content .item .list ul li .right .inner p .br {
  background-color: #C0B2A4;
}
#content .item .all {
  text-align: center;
  letter-spacing: 0.1em;
}
#content .item .all a {
  display: block;
  color: #575756;
  position: relative;
}
#content .item .all a::after {
  content: "";
  display: block;
  border-bottom: #575756 1px solid;
  width: 170px;
  margin: 3px auto 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#content .item .all a span {
  font-size: 14px;
  display: block;
}

.footer {
  background-color: #5a5a5a;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 70px 0;
  }
}
.footer .gekilogo {
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin-bottom: 40px;
}
.footer .gekilogo img {
  width: 100px;
  margin: 0 auto;
}
.footer a .logo {
  margin: 0 auto;
  padding: 0px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer a .logo {
    padding: 0px 0 20px 0;
  }
}
.footer a .logo img {
  width: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer a .logo img {
    width: 15%;
    margin: 0 auto 0px;
  }
}
.footer a p {
  text-align: center;
  color: #fff;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .footer a p {
    font-size: 10px;
  }
}
.footer a p span {
  font-size: 20px;
  letter-spacing: 0.18em;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer a p span {
    line-height: 2.2;
    font-size: 14px;
  }
}

.flexslider {
  margin: 0 !important;
}

.slider {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
  }
}
.slider .slick-slide {
  padding: 10px;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .slider .slick-slide {
    padding: 5px;
  }
}

.slick-prev:before,
.slick-next:before {
  font-size: 23px !important;
}
@media screen and (max-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    display: none !important;
  }
}

.slick-dots li button:before {
  font-size: 28px !important;
  color: #272727 !important;
}

.slick-next:before {
  content: "";
  background: url(../images/next.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../images/prev.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  color: transparent !important;
}

.slick-next:before {
  color: transparent !important;
}

.slick-prev,
.slick-next {
  top: 50% !important;
}

.copy {
  margin: 100px auto 20px;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .copy {
    padding: 0px 0 50px 0;
    margin: 100px auto 20px;
  }
}
.copy img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .copy img {
    width: 30%;
    margin: 0 auto 0px;
  }
}

.scrolltop {
  position: fixed;
  bottom: 20px;
  width: 70px;
  right: 15px;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    bottom: 25px;
    width: 60px;
    right: 15px;
    z-index: 999;
  }
}

.img-wrapL {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-wrapL:before {
  animation: img-wrapL 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eef2ff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapL {
  100% {
    transform: translateX(100%);
  }
}
.border {
  width: 90%;
  border-bottom: 1px solid #5067D4;
  margin: 0 auto 30px;
}

.img-wrapR {
  overflow: hidden;
  position: relative;
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapR:before {
  animation: img-wrapR 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eef2ff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapR {
  100% {
    transform: translateX(-100%);
  }
}
.img-wrapB {
  overflow: hidden;
  position: relative;
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapB:before {
  animation: img-wrapB 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eef2ff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapB {
  100% {
    transform: translateY(100%);
  }
}
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  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 {
  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;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */