@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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a {
  color: #333;
  text-decoration: none; }
  a:visited {
    color: #333;
    text-decoration: none; }

input, textarea, select, button {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  outline: none; }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0; }

body {
  font-family: "游ゴシック", "YuGothic", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

body {
  color: #333; }

.display-sp {
  display: none; }
  @media (max-width: 900px) {
    .display-sp {
      display: block; } }

@media (max-width: 900px) {
  .display-pc {
    display: none !important; } }

.key-visual {
  display: flex;
  position: relative;
  height: 80vw;
  max-height: 100vh;
  width: 100vw;
  background-image: url("../image/key-visual.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 900px) {
    .key-visual {
      background-image: url("../image/key-visual--sp.png");
      height: 85vh;
      background-position: top; } }
  .key-visual::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(17.17deg, rgba(7, 54, 88, 0.3) 7.11%, rgba(4, 64, 107, 0.25) 20.93%, rgba(7, 57, 94, 0.05) 37.75%, rgba(30, 111, 169, 0) 64.79%); }
  .key-visual::after {
    display: none; }
    @media (max-width: 900px) {
      .key-visual::after {
        content: url(../image/decoration-circle.png);
        position: absolute;
        bottom: 50px;
        left: 20px;
        height: 50px; } }
  .key-visual__heading {
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    left: 100px;
    letter-spacing: 0.15rem;
    bottom: 140px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    z-index: 1; }
    @media (max-width: 900px) {
      .key-visual__heading {
        font-size: 60px;
        left: 26px;
        bottom: 95px;
        line-height: 1.2; } }
  .key-visual__sub-heading {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    left: 120px;
    letter-spacing: 0.1rem;
    bottom: 85px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    z-index: 1; }
    @media (max-width: 900px) {
      .key-visual__sub-heading {
        font-size: 24px;
        left: 30px;
        bottom: 60px; } }

.section, .section--semi-light, .section--main-light, .section--dark, .section--page {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 80px 0;
  position: relative; }
  @media (max-width: 900px) {
    .section, .section--semi-light, .section--main-light, .section--dark, .section--page {
      padding: 40px 0; } }
  .section.notice, .notice.section--semi-light, .notice.section--main-light, .notice.section--dark, .notice.section--page {
    padding: 40px 0; }
  @media (max-width: 900px) {
    .section.message, .message.section--semi-light, .message.section--main-light, .message.section--dark, .message.section--page {
      padding: 0 0 40px; } }
  .section.achievement, .achievement.section--semi-light, .achievement.section--main-light, .achievement.section--dark, .achievement.section--page {
    flex-direction: column;
    padding: 0 0 70px; }
    @media (max-width: 900px) {
      .section.achievement, .achievement.section--semi-light, .achievement.section--main-light, .achievement.section--dark, .achievement.section--page {
        padding: 0 0 40px; } }
  .section.instagram, .instagram.section--semi-light, .instagram.section--main-light, .instagram.section--dark, .instagram.section--page {
    flex-direction: column;
    padding: 80px 20px;
    overflow: hidden; }
    @media (max-width: 900px) {
      .section.instagram, .instagram.section--semi-light, .instagram.section--main-light, .instagram.section--dark, .instagram.section--page {
        padding: 40px 0; } }
  .section--semi-light {
    background-color: #f5f5f5; }
  .section--main-light {
    background-color: #EFFAFD; }
  .section--dark {
    background-color: #333; }
  .section--page {
    background-color: #eee;
    flex-direction: column;
    padding-top: 80px; }
    @media (max-width: 900px) {
      .section--page {
        padding-top: 60px; } }
  .section__head {
    background-color: #4DCDF5;
    padding: 100px 0;
    width: 100vw; }
    @media (max-width: 900px) {
      .section__head {
        padding: 60px 0; } }
    .section__head__heading {
      color: #fff;
      font-size: 38px;
      font-weight: bold;
      letter-spacing: 0.2rem;
      text-align: center; }
      @media (max-width: 900px) {
        .section__head__heading {
          font-size: 30px; } }
  .section__body {
    margin-top: 80px;
    width: 100vw; }
    @media (max-width: 900px) {
      .section__body {
        margin-top: 30px; } }
    .section__body figure {
      display: flex;
      margin: 0 auto;
      margin-top: 30px;
      max-width: 100vw;
      width: 1000px; }
      @media (max-width: 900px) {
        .section__body figure {
          flex-direction: column;
          margin-top: 30px;
          width: 100vw; } }
      .section__body figure:first-of-type {
        margin-top: 0; }
      .section__body figure img {
        height: calc(540px * 630 / 1200);
        width: 540px; }
        @media (max-width: 900px) {
          .section__body figure img {
            height: auto;
            width: 100%; } }
      .section__body figure figcaption {
        background-color: #fff;
        border-radius: 10px;
        margin-left: 4px;
        line-height: 1.8;
        font-size: 16px;
        font-weight: bold;
        padding: 20px; }
        @media (max-width: 900px) {
          .section__body figure figcaption {
            border-radius: 0px;
            margin-left: 0;
            margin-top: 0px;
            font-size: 14px; } }

.g-nav {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 40px;
  position: fixed;
  text-align: center;
  width: calc(100vw - 80px);
  z-index: 20; }
  @media (max-width: 900px) {
    .g-nav {
      height: 60px;
      padding: 0 20px;
      width: calc(100vw - 40px); } }
  .g-nav__sp {
    display: none;
    z-index: 10; }
    @media (max-width: 900px) {
      .g-nav__sp {
        display: block; } }
    .g-nav__sp__btn, .g-nav__sp__btn--close, .g-nav__sp__btn--open {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      display: none;
      float: right;
      height: 55px;
      width: 26px;
      margin: 5px 0 0; }
      .g-nav__sp__btn.visible, .visible.g-nav__sp__btn--close, .visible.g-nav__sp__btn--open {
        display: block; }
    .g-nav__sp__nav {
      background-color: #fff;
      display: none;
      left: 0;
      overflow-y: scroll;
      position: absolute;
      padding: 40px 0 60px;
      top: 60px;
      width: 100vw; }
      .g-nav__sp__nav.visible {
        display: block; }
      .g-nav__sp__nav__item {
        align-items: center;
        border: solid 1px #333;
        display: block;
        color: #333;
        margin: 20px auto 0;
        text-align: center;
        width: calc(100% - 2px - 80px);
        font-size: 20px;
        font-weight: bold;
        height: 20px;
        letter-spacing: 2px;
        padding: 16px 0; }

.g-nav-container {
  display: flex;
  align-items: center; }
  .g-nav-container__logo {
    height: auto;
    width: 40px; }
    @media (max-width: 900px) {
      .g-nav-container__logo {
        width: 30px; } }
  .g-nav-container__name {
    color: #333;
    display: block;
    position: relative;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 20px 0 20px;
    width: 160px; }
    @media (max-width: 900px) {
      .g-nav-container__name {
        font-size: 24px;
        margin: 16px 16px 0 16px; } }
  .g-nav-container__jobs {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -20px; }
    @media (max-width: 900px) {
      .g-nav-container__jobs {
        font-size: 10px;
        top: -15px; } }

.menu-list {
  display: flex; }
  @media (max-width: 900px) {
    .menu-list {
      display: none; } }

.menu-item {
  height: 100%;
  margin: 0 20px; }
  .menu-item__jp {
    color: #333;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 16px;
    font-weight: bold;
    transition-duration: 0.5s; }
  .menu-item__en {
    color: #333;
    letter-spacing: 0.05rem;
    margin: 5px 0 0;
    font-size: 12px;
    transition-duration: 0.5s; }

.anchor {
  position: absolute;
  top: -80px; }
  @media (max-width: 900px) {
    .anchor {
      top: -55px; } }

.footer {
  background-color: #333;
  color: #fff;
  padding: 70px 30px 100px;
  position: relative;
  display: flex;
  flex-wrap: wrap; /*2020/10/23 追加 中塚*/
  justify-content: center; }
  @media (max-width: 900px) {
    .footer {
      width: 100vw;
      padding: 20px 0 60px; } }
  .footer__copy-right {
    display: inline-block;
    color: #fff;
    position: absolute;
    font-size: 12px;
    text-align: center;
    bottom: 30px;
    left: 0;
    right: 0;
    opacity: 0.3;
    margin: auto; }
    @media (max-width: 900px) {
      .footer__copy-right {
        font-size: 10px;
        bottom: 20px; } }

.notice-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 960px; }
  @media (max-width: 900px) {
    .notice-container {
      width: calc(100vw - 40px); } }
  .notice-container__heading {
    font-size: 16px;
    margin-left: 100px;
    position: relative; }
    @media (max-width: 900px) {
      .notice-container__heading {
        font-size: 14px;
        margin-left: 80px; } }
  .notice-container__category {
    background-color: #4DCDF5;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 18px;
    position: absolute;
    left: -80px;
    top: calc(50% - 14px); }
    @media (max-width: 900px) {
      .notice-container__category {
        top: 0; } }
  .notice-container__banner {
    display: block;
    height: auto;
    margin: 20px 0 0;
    width: 40%; }
    @media (max-width: 900px) {
      .notice-container__banner {
        width: 100%; } }
    .notice-container__banner img {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      max-width: 100%; }

.wrapper, .wrapper--flex-start, .wrapper--flex-end, .wrapper--space-between {
  display: flex;
  max-width: 1200px;
  width: calc(100vw - 40px); }
  @media (max-width: 900px) {
    .wrapper, .wrapper--flex-start, .wrapper--flex-end, .wrapper--space-between {
      flex-direction: column;
      width: 100%; } }
  .wrapper--flex-start {
    justify-content: flex-start; }
  .wrapper--flex-end {
    justify-content: flex-end; }
    @media (max-width: 900px) {
      .wrapper--flex-end {
        flex-direction: column-reverse; } }
  .wrapper--space-between {
    justify-content: space-between; }
  .wrapper__container, .wrapper__container--left, .wrapper__container--right {
    display: block; }
    .wrapper__container--left.facebook {
      display: flex;
      align-items: center; }
    .wrapper__container--left.banner {
      display: flex; }
      @media (max-width: 900px) {
        .wrapper__container--left.banner {
          flex-direction: column; } }
    .wrapper__container--right {
      margin-left: 40px; }
      @media (max-width: 900px) {
        .wrapper__container--right {
          margin-left: 0;
          margin-top: 30px; } }

.youtube {
  height: calc(700px * 0.5625);
  width: 700px;
  min-width: 700px; }
  @media (max-width: 900px) {
    .youtube {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      height: auto;
      min-width: auto; } }
  .youtube iframe {
    height: 100% !important;
    width: 100% !important; }
    @media (max-width: 900px) {
      .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; } }

.container-textarea {
  margin: 0 20px; }
  @media (max-width: 900px) {
    .container-textarea {
      margin: 20px 20px 0 20px; } }
  .container-textarea.archievement {
    margin: 10px 0 0;
    text-align: center; }
    @media (max-width: 900px) {
      .container-textarea.archievement {
        margin: 15px 0 0; } }
  .container-textarea.instagram {
    margin: 0 auto;
    max-width: calc(100% - 40px - 35px);
    position: relative;
    width: 1125px;
    padding-left: 35px; }
    @media (max-width: 900px) {
      .container-textarea.instagram {
        max-width: calc(100% - 40px - 40px);
        padding-left: 40px; } }
    .container-textarea.instagram::after {
      content: url(../image/instagram.png);
      position: absolute;
      height: 10px;
      width: 10px;
      left: 0px;
      top: -3px; }
      @media (max-width: 900px) {
        .container-textarea.instagram::after {
          top: -4px;
          left: 8px; } }
  .container-textarea.message {
    margin: 100px auto 0;
    position: relative;
    width: calc(100% - 40px); }
    .container-textarea.message::after {
      content: url(../image/decoration-message.png);
      position: absolute;
      height: 140px;
      width: 100%;
      left: -80px;
      top: -140px; }
    @media (max-width: 900px) {
      .container-textarea.message {
        margin: 140px auto 0;
        position: relative;
        width: calc(100% - 40px); }
        .container-textarea.message::after {
          content: url(../image/decoration-message.png);
          position: absolute;
          height: 140px;
          width: 100%;
          left: -80px;
          top: -140px; } }
  .container-textarea__heading {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media (max-width: 900px) {
      .container-textarea__heading {
        letter-spacing: 0.03rem;
        font-size: 16px; } }
  .container-textarea__text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.08rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media (max-width: 900px) {
      .container-textarea__text {
        font-size: 14px; } }
    .container-textarea__text.thin {
      font-weight: normal; }
  .container-textarea__link {
    display: inline-block;
    color: #4DCDF5 !important;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #4DCDF5; }
    @media (max-width: 900px) {
      .container-textarea__link {
        font-size: 14px; } }
    .container-textarea__link.instagram {
      margin: 0; }
      @media (max-width: 900px) {
        .container-textarea__link.instagram {
          margin-top: 10px; } }
  .container-textarea__note {
    margin-top: 20px;
    color: #888;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.08rem; }
  /* --- ↓ 追加 2020/10/17 --- */
  .container-textarea__footer {
    margin: 20px 20px; }
    @media (max-width: 900px) {
      .container-textarea__footer {
        margin: 20px 20px 0 20px; } }
  /* --- ↑追加 2020/10/17 --- */

  .thumbnail-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; }

.container-image, .container-image--message, .container-image--profile, .container-image--banner {
  max-width: 60vw; }
  @media (max-width: 900px) {
    .container-image, .container-image--message, .container-image--profile, .container-image--banner {
      max-width: 100vw; } }
  .container-image--message {
    width: 700px; }
    @media (max-width: 900px) {
      .container-image--message {
        width: 100%; } }
  .container-image--profile {
    width: 300px; }
    @media (max-width: 900px) {
      .container-image--profile {
        width: 250px;
        margin: 0 auto; } }
  .container-image--banner {
    width: 300px; }
    @media (max-width: 900px) {
      .container-image--banner {
        width: 130px;
        margin-left: auto;
        margin-right: 20px;
        margin-top: 20px; } }
  .container-image img, .container-image--message img, .container-image--profile img, .container-image--banner img {
    height: auto;
    width: 100%; }

.container-slide {
  width: 700px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 900px) {
    .container-slide {
      margin: 0 auto;
      width: calc(100% - 40px); } }
  .container-slide__item {
    width: 700px; }

.slick-slide img {
  height: auto !important;
  max-width: 100% !important;
  border-radius: 8px; }

.slick-dots li button:before {
  font-size: 80px !important;
  left: -10px !important; }
  @media (max-width: 900px) {
    .slick-dots li button:before {
      font-size: 40px !important; } }

.full-slide .slick-dots {
  bottom: -30px; }

.container-instagram {
  margin: 0 auto;
  width: 1200px;
  max-width: calc(100vw - 40px); }
  @media (max-width: 900px) {
    .container-instagram {
      max-width: 100vw; } }

.full-slide {
  width: 100vw;
  height: 46vw;
  max-height: 80vh; }
  @media (max-width: 900px) {
    .full-slide {
      height: 140vw;
      max-height: calc(60vw + 250px); } }
  .full-slide__item, .full-slide__item--1, .full-slide__item--2, .full-slide__item--3, .full-slide__item--4, .full-slide__item--5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw !important;
    height: 46vw !important;
    max-height: 80vh; }
    @media (max-width: 900px) {
      .full-slide__item, .full-slide__item--1, .full-slide__item--2, .full-slide__item--3, .full-slide__item--4, .full-slide__item--5 {
        background-position: top;
        height: 140vw !important;
        max-height: calc(60vw + 250px); } }
  .full-slide__item--1 {
    background-image: url("../image/archievement-1.png"); }
    @media (max-width: 900px) {
      .full-slide__item--1 {
        background-image: url("../image/archievement-1--sp.png"); } }
  .full-slide__item--2 {
    background-image: url("../image/archievement-2.png"); }
    @media (max-width: 900px) {
      .full-slide__item--2 {
        background-image: url("../image/archievement-2--sp.png"); } }
  .full-slide__item--3 {
    background-image: url("../image/archievement-3.png"); }
    @media (max-width: 900px) {
      .full-slide__item--3 {
        background-image: url("../image/archievement-3--sp.png"); } }
  .full-slide__item--4 {
    background-image: url("../image/archievement-4.png"); }
    @media (max-width: 900px) {
      .full-slide__item--4 {
        background-image: url("../image/archievement-4--sp.png"); } }
  .full-slide__item--5 {
    background-image: url("../image/archievement-5.png"); }
    @media (max-width: 900px) {
      .full-slide__item--5 {
        background-image: url("../image/archievement-5--sp.png"); } }

.slide-textarea {
  width: 1160px;
  height: calc(100% - 40px);
  padding-left: calc((100vw - 1160px)/ 2 - 10px);
  padding-right: calc((100vw - 1160px)/ 2 - 10px);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  @media (max-width: 900px) {
    .slide-textarea {
      width: calc(100% - 20px);
      justify-content: flex-start;
      padding-top: 0;
      padding-bottom: 0; } }
  .slide-textarea::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(40.17deg, rgba(7, 54, 88, 0.55) 15.11%, rgba(4, 64, 107, 0.3) 40.93%, rgba(7, 57, 94, 0.2) 45.75%, rgba(30, 111, 169, 0) 60.79%);
    top: 0;
    left: 0; }
    @media (max-width: 900px) {
      .slide-textarea::before {
        background: none;
        background-color: #4DCDF5;
        top: 60vw;
        left: 0;
        height: 60px;
        width: 100vw; } }
  .slide-textarea__sub-heading {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08rem;
    margin-top: 40px;
    margin-left: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    @media (max-width: 900px) {
      .slide-textarea__sub-heading {
        font-size: 14px;
        margin-top: calc(60vw + 12px);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } }
  .slide-textarea__heading {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.08rem;
    line-height: 1.3;
    margin-top: 20px;
    margin-left: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    @media (max-width: 900px) {
      .slide-textarea__heading {
        font-size: 18px;
        margin-top: 3px;
        letter-spacing: 0.03rem;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } }
  .slide-textarea__description {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.08rem;
    margin-top: 20px;
    margin-left: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    @media (max-width: 900px) {
      .slide-textarea__description {
        color: #333;
        font-size: 13px;
        margin-top: 14px;
        line-height: 1.5;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } }
  .slide-textarea__date {
    color: #4DCDF5;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.08rem;
    margin-top: 10px;
    margin-left: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    @media (max-width: 900px) {
      .slide-textarea__date {
        font-size: 10px;
        margin-top: 5px;
        line-height: 1.5;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } }

.container-facebook {
  display: flex;
  justify-content: center;
  width: 600px; }
  @media (max-width: 900px) {
    .container-facebook {
      width: calc(100% - 40px);
      margin: 0 auto; } }

.container-banner {
  margin: auto;
  padding: 0 20px;
  width: 1160px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 900px) {
    .container-banner {
      width: 100%;
      flex-direction: column;
      align-items: center; } }
  .container-banner__image {
    display: block;
    max-width: 23%; }
    @media (max-width: 900px) {
      .container-banner__image {
        width: 300px;
        max-width: 100%;
        margin: 5px 0; } }
    .container-banner__image img {
      height: auto;
      width: 100%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.container-footer {
  width: 22%;
  margin: 0 auto; }

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

/* 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=master.css.map */
