@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.05em;
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #272727;
  line-height: 1.6em;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
}

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

.eng {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#mainArea {
  position: relative;
}
@media screen and (min-width: 769px) {
  #mainArea {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: left top;
    background-image: url("../images/main.jpg");
  }
}
@media screen and (min-width: 769px) {
  #mainArea div {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
  }
  #mainArea div:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}
#mainArea div h1 {
  position: absolute;
  z-index: 3;
  width: 550px;
  top: 4%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  #mainArea div h1 {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#mainArea div h2 {
  position: absolute;
  z-index: 3;
  width: 250px;
  bottom: 7%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  #mainArea div h2 {
    width: 31%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#mainArea div h5 {
  position: absolute;
  z-index: 3;
  top: 400px;
  left: 4%;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mainArea div h5 {
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    top: 33%;
    width: 85%;
  }
}

.lead {
  padding: 140px 0;
  z-index: 2;
  background-color: #F4EEEA;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 100px 0;
    font-size: 14px;
    line-height: 1.8em;
  }
}
.lead .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lead .inner {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .lead .inner {
    width: 90%;
  }
}
.lead .inner .left h3 {
  font-size: 18px;
  margin-bottom: 70px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lead .inner .left h3 {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.lead .inner .left h4 {
  line-height: 2em;
  margin-bottom: 70px;
}
.lead .inner .left h4 span {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .lead .inner .left h4 span {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
  }
}
.lead .inner .right {
  position: relative;
  width: 385px;
}
.lead .inner .right:before {
  content: "";
  display: block;
  padding-top: 170%;
}
@media screen and (max-width: 768px) {
  .lead .inner .right:before {
    padding-top: 155%;
  }
}
.lead .inner .right .img1 {
  position: absolute;
  top: 0;
  left: 16%;
  width: 67%;
}
@media screen and (max-width: 768px) {
  .lead .inner .right .img1 {
    width: 60%;
  }
}
.lead .inner .right .img2 {
  position: absolute;
  top: 33.6%;
  right: 0%;
  width: 42.8%;
}
@media screen and (max-width: 768px) {
  .lead .inner .right .img2 {
    right: 7%;
    width: 37.8%;
  }
}
.lead .inner .right .img3 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 42.8%;
}
@media screen and (max-width: 768px) {
  .lead .inner .right .img3 {
    left: 7%;
    width: 37.8%;
  }
}

#content {
  width: 100%;
  overflow: hidden;
  background-color: #F4EEEA;
}
#content .menu {
  width: 100%;
  background-color: #EFD5CF;
  padding: 140px 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .menu {
    padding: 70px 0 0 0;
  }
}
#content .menu::before {
  content: "";
  display: block;
  background: url(../images/menu.png) no-repeat; /*フレーム上部画像*/
  width: 20%;
  height: 300px;
  top: 30%;
  right: 0%;
  position: absolute;
  background-size: contain;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #content .menu::before {
    width: 13%;
    top: 38%;
  }
}
#content .menu .backtxt {
  width: 100px;
  position: absolute;
  right: 5%;
  top: 20%;
  z-index: 999;
}
#content .menu ul {
  display: flex;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .menu ul {
    width: 70%;
    padding: 10px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#content .menu ul li {
  width: 24%;
  padding: 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #content .menu ul li {
    width: 48%;
    padding: 7px 0;
  }
}
#content .menu ul li a {
  color: #272727;
}
#content .menu ul li a img {
  width: 166px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .menu ul li a img {
    width: 80%;
  }
}
#content .menu ul li a p {
  margin: 20px auto 0;
  text-align: center;
  line-height: 1.35em;
}
@media screen and (max-width: 768px) {
  #content .menu ul li a p {
    margin: 15px auto 0;
  }
}
#content .menu ul li a p span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  #content .menu ul li a p span {
    font-size: 10px;
  }
}
#content .menu ul li:nth-child(2) {
  position: relative;
  z-index: 2;
}
#content .menu ul li:nth-child(2)::before {
  content: "";
  display: block;
  background: url(../images/copy1.png) no-repeat; /*フレーム上部画像*/
  width: 201px;
  height: 97px;
  bottom: 13px;
  left: 49%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content .menu ul li:nth-child(2)::before {
    width: 141px;
    bottom: -11px;
    height: 97px;
  }
}
#content .block {
  width: 900px;
  padding: 120px 0 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .block {
    width: 100%;
    padding: 0;
    margin: 0 auto 100px;
  }
}
#content .block .box {
  display: flex;
  width: 920px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #content .block .box {
    display: block;
    margin-bottom: 70px;
    width: 100%;
    display: block;
  }
}
#content .block .box .left {
  width: 41.6%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .block .box .left {
    width: 90%;
    margin: 0 auto 40px;
  }
}
#content .block .box .left p.title {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4em;
  display: block;
}
@media screen and (max-width: 768px) {
  #content .block .box .left p.title {
    font-size: 18px;
    line-height: 1.7em;
  }
}
#content .block .box .left p.title span {
  display: block;
  letter-spacing: 1px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content .block .box .left p.title span {
    font-size: 16px;
  }
}
#content .block .box .left p.en {
  background-color: #fff;
  border: #272727 1px solid;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  top: 30px;
  left: 170px;
  line-height: 1.3em;
}
#content .block .box .left .boxlead {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content .block .box .left .boxlead {
    margin-bottom: 50px;
  }
}
#content .block .box .left .wtbox {
  display: flex;
}
#content .block .box .left .wtbox li {
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 5px 50px 5px;
}
@media screen and (max-width: 768px) {
  #content .block .box .left .wtbox li {
    margin: 0 5px 30px 5px;
  }
}
#content .block .box .left .wtbox1 li:nth-child(1) {
  position: relative;
}
#content .block .box .left .wtbox1 li:nth-child(1)::before {
  content: "※1";
  display: block;
  top: -20px;
  right: 0%;
  position: absolute;
  background-size: contain;
  font-size: 10px;
}
#content .block .box .left .wtbox1 li:nth-child(2) {
  position: relative;
}
#content .block .box .left .wtbox1 li:nth-child(2)::before {
  content: "※2";
  display: block;
  top: -20px;
  right: 0%;
  position: absolute;
  background-size: contain;
  font-size: 10px;
}
#content .block .box .left .wtbox2 li:nth-child(1) {
  position: relative;
}
#content .block .box .left .wtbox2 li:nth-child(1)::before {
  content: "※3";
  display: block;
  top: -20px;
  right: 0%;
  position: absolute;
  background-size: contain;
  font-size: 10px;
}
#content .block .box .left .wtbox2 li:nth-child(2) {
  position: relative;
}
#content .block .box .left .wtbox2 li:nth-child(2)::before {
  content: "※4";
  display: block;
  top: -20px;
  right: 0%;
  position: absolute;
  background-size: contain;
  font-size: 10px;
}
#content .block .box .left .wtbox3 li:nth-child(3) {
  position: relative;
}
#content .block .box .left .wtbox3 li:nth-child(3)::before {
  content: "※5";
  display: block;
  top: -20px;
  right: 0%;
  position: absolute;
  background-size: contain;
  font-size: 10px;
}
#content .block .box .left .btn {
  width: 154px;
  border-radius: 50px;
  border: #272727 1px solid;
  height: 40px;
  margin-bottom: 30px;
}
#content .block .box .left .btn a {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #272727;
}
#content .block .box .left .btn a .inner {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 72%;
}
#content .block .box .left .btn a .inner .next {
  width: 17%;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
#content .block .box .left .att {
  font-size: 10px;
  line-height: 1.7em;
}
#content .block .box .right {
  width: 51%;
  margin-left: 50px;
  line-height: 1.5em;
  position: relative;
}
#content .block .box .right:before {
  content: "";
  display: block;
  padding-top: 133%;
}
@media screen and (max-width: 768px) {
  #content .block .box .right {
    width: 90%;
    margin: 0 auto;
  }
}
#content .block .box .right .img1 {
  position: absolute;
  width: 75%;
  left: 0;
  top: 0;
}
#content .block .box .right .img2 {
  position: absolute;
  width: 63%;
  right: 0;
  bottom: 0;
}
#content .block .box .right .img3 {
  position: absolute;
  width: 63%;
  right: 0;
  bottom: -30px;
}
#content .block .box .right .img4 {
  position: absolute;
  width: 75%;
  right: 0;
  top: 0;
}
#content .block .box .right .img5 {
  position: absolute;
  width: 39%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #content .block .box .spbtn {
    width: 50%;
    border-radius: 50px;
    border: #272727 1px solid;
    height: 50px;
    margin: 50px auto 50px;
  }
  #content .block .box .spbtn a {
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #272727;
    font-size: 16px;
  }
  #content .block .box .spbtn a .inner {
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 52%;
  }
  #content .block .box .spbtn a .inner .next {
    width: 17%;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #content #block01 {
    padding-top: 100px;
  }
}
#content #block04 {
  margin-bottom: 140px;
}
#content .st {
  width: 100%;
  background-color: #EFD5CF;
  padding: 0 0 100px 0;
  margin-top: -2px;
  position: relative;
}
#content .st::before {
  content: "";
  display: block;
  background: url(../images/back_st.png) no-repeat; /*フレーム上部画像*/
  width: 20%;
  height: 300px;
  top: 20%;
  right: 0%;
  position: absolute;
  background-size: contain;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #content .st::before {
    width: 13%;
    top: 32%;
  }
}
@media screen and (max-width: 768px) {
  #content .st {
    padding: 0 0 70px 0;
  }
}
#content .st .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  #content .st .title {
    padding: 70px 0 0 0;
  }
}
#content .st .txt {
  margin: 0 auto 30px;
  width: 540px;
  position: relative;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #content .st .txt {
    width: 80%;
    font-size: 12px;
    margin: 0 0 30px 20px;
    line-height: 2.3em;
  }
}
#content .st .txt span {
  font-size: 10px;
}
#content .st .st_img {
  width: 166px;
  margin: 0 auto;
}
#content .fot_img {
  width: 100%;
}
#content .dr {
  width: 100%;
  background-color: #F4EEEA;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  #content .dr {
    padding: 100px 0;
  }
}
#content .dr .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
#content .dr .dr_img {
  width: 130px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .dr .dr_img {
    width: 22%;
  }
}
#content .dr .name {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
#content .dr .name span {
  display: block;
  font-size: 14px;
}
#content .dr .txt {
  width: 630px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #content .dr .txt {
    width: 90%;
    font-size: 12px;
  }
}
#content .dr .txt span {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #content .dr .txt span {
    font-size: 16px;
  }
}

.footer {
  background-color: #EFD5CF;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 70px 0;
  }
}
.footer a {
  color: #272727;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer a {
    margin-bottom: 100px;
  }
}
.footer a img {
  width: 75px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .footer a img {
    width: 15%;
    margin: 0 auto 10px;
  }
}
.footer a .top {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer a .top {
    font-size: 16px;
  }
}
.footer p.copy {
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer p.copy {
    margin-top: 30px;
  }
}

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

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

.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%);
  }
}
.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 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}

.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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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 */