@charset "UTF-8";
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 94px;
  height: 15px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-direction-nav a.flex-next:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow.svg);
  background-size: cover;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*リセット
--------------------------------------------*/
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;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/*fonts
---------------------------------------------*/
@font-face {
  font-family: "apercu";
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* common
---------------------------------------------*/
html,
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  width: 100%;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 1.7px;
  color: #000;
}
@media screen and (min-width: 769px) {
  html,
body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 14px;
  }
}

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

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

@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;
  }
}

/* content
---------------------------------------------*/
div#wrap {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Roboto", sans-serif;
}

.box1-1 {
  width: 20%;
  margin: 100px auto;
}

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

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

@-webkit-keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

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

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

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

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

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img-wrapB {
  100% {
    transform: translateY(100%);
  }
}
@keyframes img-wrapB {
  100% {
    transform: translateY(100%);
  }
}
.sliderArea {
  max-width: 50%;
  margin: 100px auto 200px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .sliderArea {
    width: 90%;
    max-width: 90%;
  }
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

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

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  div.header {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../images/cover.jpg);
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div.header {
    width: 100%;
  }
}
div.header h1 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  div.header h1 {
    width: 42%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  div.header h1 {
    width: 82%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.desc {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .desc {
    padding: 140px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .desc {
    padding: 50px 0 80px;
  }
}
.desc h2 {
  width: 300px;
  margin: 50px auto 0px;
}
@media screen and (max-width: 768px) {
  .desc h2 {
    margin: 60px auto 20px;
    width: 70%;
  }
}
.desc h3 {
  width: 700px;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .desc h3 {
    width: 80%;
    margin: 0px auto;
  }
}
.desc .mainitem {
  width: 400px;
  margin: 50px auto 20px;
}
@media screen and (max-width: 768px) {
  .desc .mainitem {
    width: 80%;
  }
}
.desc ul {
  font-size: 12px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .desc ul {
    font-size: 10px;
  }
}
.desc ul a {
  text-decoration: none;
  color: #000;
}
.desc p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .desc p {
    font-size: 12px;
  }
}

.menu h4 {
  text-align: center;
  font-size: 24px;
  z-index: 1;
}
.menu h5 {
  width: 480px;
  z-index: -1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menu h5 {
    width: 80%;
  }
}
.menu ul {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .menu ul {
    width: 95%;
  }
}
.menu ul li {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  .menu ul li {
    padding: 5px;
  }
}
.menu ul li a {
  text-decoration: none;
  color: #000;
}
.menu ul li a img {
  border-radius: 50%;
}
.menu ul li a p {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .menu ul li a p {
    font-size: 10px;
  }
}
.menu div.staff h6 {
  width: 300px;
  margin: 100px auto 0px;
}
@media screen and (max-width: 768px) {
  .menu div.staff h6 {
    width: 76%;
  }
}
.menu div.staff ul {
  width: 600px;
  padding: 10px;
  margin: 20px auto 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .menu div.staff ul {
    width: 90%;
    margin: 10px auto 0px;
  }
}

@media screen and (min-width: 769px) {
  div.block {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  div.block {
    padding: 75px 0;
  }
}
@media screen and (min-width: 769px) {
  div.block div.styling {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
div.block div.styling div.flexslider {
  background: none;
}
@media screen and (min-width: 769px) {
  div.block div.styling div.flexslider {
    width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  div.block div.styling div.flexslider {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
div.block div.styling div.flexslider li img {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div.block div.styling div.detail {
    width: 45%;
    margin: 0 auto;
  }
}
div.block div.styling div.detail div.title h2 {
  letter-spacing: 2px;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  div.block div.styling div.detail div.title h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.styling div.detail div.title h2 {
    font-size: 56px;
    margin: 10px auto 10px;
    text-align: center;
  }
}
div.block div.styling div.detail div.title h2 span {
  font-size: 24px;
  display: inline-block;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Roboto", sans-serif;
}
div.block div.styling div.detail p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  div.block div.styling div.detail p {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.block div.styling ul.credit {
    margin: 40px auto 40px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.styling ul.credit {
    margin: 30px auto 30px;
  }
}
@media screen and (min-width: 769px) {
  div.block div.styling ul.credit li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.styling ul.credit li {
    text-align: center;
    margin-bottom: 5px;
  }
}
div.block div.styling ul.credit li a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  div.block div.styling ul.credit li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.styling ul.credit li a {
    font-size: 10px;
  }
}
div.block div.styling ul.credit li a span.btn {
  display: inline-block;
  text-decoration: underline;
  line-height: 1;
  padding: 4px 5px;
}
@media screen and (min-width: 769px) {
  div.block div.styling ul.credit li a span.btn {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.styling ul.credit li a span.btn {
    font-size: 12px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.styling .prof {
    width: 90%;
    margin: 0 auto;
  }
}
div.block div.styling .prof h6 {
  font-size: 12px;
}
div.block div.styling .prof h6 a {
  text-decoration: underline;
}
div.block div.styling .prof a {
  color: #000;
  text-decoration: none;
}
div.block div.styling .prof .flex {
  display: flex;
  align-items: center;
  width: 60%;
}
@media screen and (max-width: 768px) {
  div.block div.styling .prof .flex {
    width: 100%;
  }
}
div.block div.styling .prof .flex .left {
  width: 35%;
  /*20%*/
}
@media screen and (max-width: 768px) {
  div.block div.styling .prof .flex .left {
    width: 20%;
  }
}
div.block div.styling .prof .flex .left img {
  border-radius: 50%;
  padding: 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div.block div.styling .prof .flex .left img {
    padding: 5px;
  }
}
div.block div.styling .prof .flex .rig {
  width: 80%;
  font-size: 18px;
  padding: 30px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div.block div.styling .prof .flex .rig {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  .reverse div.styling {
    flex-direction: row-reverse;
  }
}

div.linkArea a {
  display: block;
}
@media screen and (max-width: 768px) {
  div.linkArea a {
    width: 80%;
    border: 1px solid #000;
    margin: 0 auto 20px;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    color: #000;
  }
}
@media screen and (min-width: 769px) {
  div.linkArea a {
    width: 400px;
    border: 1px solid #000;
    margin: 0 auto 20px;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    color: #000;
  }
}
div.linkArea a.bnr {
  border: none;
}

div.footArea {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  div.footArea {
    margin: 100px auto;
  }
}
@media screen and (min-width: 769px) {
  div.footArea div.bnr {
    width: 300px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  div.footArea div.bnr {
    width: 80%;
    margin: 0 auto 50px;
  }
}
div.footArea div.bnr a {
  display: block;
  width: 100%;
}
div.footArea a {
  display: block;
}
@media screen and (max-width: 768px) {
  div.footArea a {
    width: 40%;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 769px) {
  div.footArea a {
    width: 180px;
    margin: 0 auto 35px;
  }
}
div.footArea p {
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  div.footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  div.footer {
    margin-top: 100px;
  }
}
div.footer p {
  font-size: 18px;
  width: 600px;
  height: 75px;
  border: solid 1px #000;
  line-height: 75px;
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  div.footer p {
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
div.footer p.all {
  margin-bottom: 25px;
}
div.footer a {
  color: #000;
  text-decoration: none;
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  display: none;
}
[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";
  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: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 10px;
    z-index: 9999;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  .slick-prev:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.slick-next {
  right: -25px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 10px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .slick-next:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

/* 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: 3px;
  width: 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 3px;
  width: 3px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
}
.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.slick-active button {
  background: #000;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */