@charset "UTF-8";
/**
 *
 *  ページ用CSS
 *　kongolife
 */
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
:root {
  --maincolor: #4F7062;
}

@media only screen and (max-width: 767px) {
  header .ttl {
    width: 50%;
  }
}
.c-contents {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #454B4A;
}
.c-contents .inner {
  max-width: 1220px;
  width: 95%;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-contents .inner {
    width: 100%;
    padding: 0 20px;
  }
}
.c-contents .en {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 400;
}
.c-contents a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  image-rendering: auto;
}

.bnr_property {
  display: none;
}

.g-insta-area {
  margin: 80px auto 0 !important;
}
@media only screen and (max-width: 767px) {
  .g-insta-area {
    margin: 40px 20px 0 !important;
  }
}

/*--------------------------------------------------------------------------
   m-page-mv
---------------------------------------------------------------------------*/
.m-page-mv {
  overflow: hidden;
}
.m-page-mv__content {
  position: relative;
}

.m-page-mv-container.is-fixed {
  position: fixed; /* 画面に対して絶対固定 */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; /* 背面に配置 */
}
.m-page-mv-container.is-fixed img {
  width: 100%;
  height: auto;
  display: block;
}

/*--------------------------------------------------------------------------
   content
---------------------------------------------------------------------------*/
.c-contents {
  position: relative;
  z-index: 2;
  /* -------------------------------------------
     1. スマホ・タブレット（画面幅 768px 以下）の設定
     画像サイズ 768 × 1170 px の比率に連動
     ------------------------------------------- */
  /* 計算式: (縦 1170 / 横 768) * 100vw */
  margin-top: 138.3vw;
  /* -------------------------------------------
     2. PC（画面幅 769px 以上）の設定
     画像サイズ 1920 × 900 px の比率に連動
     ------------------------------------------- */
}
@media (min-width: 769px) {
  .c-contents {
    /* 計算式: (縦 900 / 横 1920) * 100vw */
    margin-top: 46.875vw;
  }
}

.m-intro {
  background: url(../../asset/img/compare/intro_bg.webp) no-repeat center/cover;
  color: #4F7062;
  padding: 200px 0;
}
@media only screen and (max-width: 767px) {
  .m-intro {
    padding: min(20vw, 150px) 0;
    position: relative;
    z-index: 2;
  }
}
.m-intro .inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: grid;
  gap: min(3vw, 5rem);
}
@media only screen and (max-width: 767px) {
  .m-intro .inner {
    gap: min(11.5vw, 4rem);
  }
}
.m-intro ._block p {
  font-size: min(2.5vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.25em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .m-intro ._block p {
    font-size: 2rem;
    letter-spacing: 0.22em;
  }
}
.m-intro strong {
  font-weight: 600;
  font-size: 130%;
}

.m_contents-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .m_contents-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.m_contents .num {
  display: block;
  width: min(240px, 20%);
}
@media only screen and (max-width: 767px) {
  .m_contents .num {
    width: min(240px, 55%);
  }
}
.m_contents .ttl {
  font-size: min(7vw, 3.2rem);
  font-weight: 400;
  color: #4F7062;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .m_contents .ttl {
    font-size: min(7vw, 2.2rem);
  }
}
.m_contents-img {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.m_contents-img figcaption {
  position: absolute;
  right: 1rem;
  bottom: 0.6rem;
  color: #fff;
  z-index: 2;
  font-size: 1.1rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7);
}
.m_contents-img figcaption._bk {
  color: #000;
  text-shadow: none;
}
.m_contents_section {
  padding-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .m_contents_section {
    padding-block: 7rem 0;
  }
}
.m_contents_section-intro-txt {
  display: grid;
  gap: 4rem;
  margin-block: 8rem 0;
}
@media only screen and (max-width: 767px) {
  .m_contents_section-intro-txt {
    gap: 2rem;
    margin-block: 5rem 0;
  }
}
.m_contents_section-intro-txt p {
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .m_contents_section-intro-txt p {
    font-size: 1.8rem;
  }
}
.m_contents_section-intro-txt small {
  display: block;
  font-size: 1.3rem;
}
.m_contents_section .m_contents_section-intro:not(:first-child) {
  padding-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .m_contents_section .m_contents_section-intro:not(:first-child) {
    padding-top: 10rem;
  }
}
.m_contents .green {
  background: #4F7062;
  padding-block: 8rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .m_contents .green {
    padding-block: 4rem;
  }
}

.sec02 .item_slider {
  max-width: 1300px;
  margin: auto;
  padding: 0 5rem;
}
@media only screen and (max-width: 767px) {
  .sec02 .item_slider {
    padding: 0;
  }
}
.sec02 .item_slider .slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .sec02 .item_slider .slick {
    display: block;
  }
}
.sec02 .item_slider .slick__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sec02 .item_slider .slick__img {
    margin: 0 5px;
  }
}
.sec02 .item_slider dl {
  color: #fff;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.sec02 .item_slider dl dt {
  font-size: 2.4rem;
  font-weight: 400;
}
.sec02 .item_slider dl dd {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
  font-weight: 400;
}

.list_wrap {
  background: rgba(79, 112, 98, 0.05);
  padding: 5rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .list_wrap {
    padding: 3rem 2rem;
    margin-top: 5rem;
  }
}
.list_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .list_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.list_wrap ul li {
  width: calc(33.3333333333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .list_wrap ul li {
    width: 100%;
    gap: 15px;
  }
  .list_wrap ul li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #4F7062;
  }
}
.list_wrap ul li span {
  display: block;
}
.list_wrap ul li .icon {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .list_wrap ul li .icon {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}
.list_wrap ul li .txt {
  color: #4F7062;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .list_wrap ul li .txt {
    -ms-flex-preferred-size: 83%;
        flex-basis: 83%;
    font-size: 1.6rem;
  }
}

.slide_wrap {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .slide_wrap {
    margin-top: 5rem;
  }
}

.compare_cv {
  background: url(../img/compare/compare_cv_bg.webp) no-repeat center/cover;
  padding-block: 20rem;
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .compare_cv {
    padding-block: 8rem;
    margin-top: 10rem;
  }
}
.compare_cv dl {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.compare_cv dl dt {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .compare_cv dl dt {
    font-size: 2.8rem;
  }
}
.compare_cv dl dd {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .compare_cv dl dd {
    font-size: 1.6rem;
  }
}
.compare_cv .btn_area {
  max-width: 480px;
}

.hihaku .fukidashi {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem; /* 文字の大きさ（適宜調整） */
  line-height: 1.6;
  margin: 0 auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px 20px;
}
.hihaku .fukidashi::before {
  content: "/";
  position: absolute;
  bottom: -17px; /* 位置の微調整 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 300;
}
.hihaku .fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%; /* 線の左端の開始位置 */
  right: 5%; /* 線の右端の開始位置 */
  height: 1px;
  background-color: #ffffff;
  /* スラッシュと重なる中央部分を透明にする（マスク処理） */
  mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(45%, #000), color-stop(45%, transparent), color-stop(55%, transparent), color-stop(55%, #000), to(#000));
  mask-image: linear-gradient(to right, #000 0%, #000 45%, transparent 45%, transparent 55%, #000 55%, #000 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(45%, #000), color-stop(45%, transparent), color-stop(55%, transparent), color-stop(55%, #000), to(#000));
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 45%, transparent 45%, transparent 55%, #000 55%, #000 100%);
}
@media only screen and (max-width: 767px) {
  .hihaku .fukidashi {
    font-size: 1.8rem;
  }
}
.hihaku dl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.hihaku dl dt {
  color: #F8E9AB;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .hihaku dl dt {
    font-size: 2.8rem;
  }
}
.hihaku dl dd {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .hihaku dl dd {
    font-size: 1.5rem;
  }
}
.hihaku .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  max-width: 800px;
  margin: 30px auto 50px;
}
@media only screen and (max-width: 767px) {
  .hihaku .tag {
    margin: 30px auto 30px;
    gap: 2px 1px;
  }
}
.hihaku .tag li {
  width: calc(33.3333333333% - 5px);
}
@media only screen and (max-width: 767px) {
  .hihaku .tag li {
    width: calc(50% - 2px);
  }
}
.hihaku .tag li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 767px) {
  .hihaku .tag li a:hover {
    opacity: 0.7;
  }
}

.hikaku_slider .ttl_wrap .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向を中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向を中央揃え */
  color: #F8E9AB;
  font-size: 2rem; /* 文字の大きさ（適宜調整） */
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.hikaku_slider .ttl_wrap .num::before, .hikaku_slider .ttl_wrap .num::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 左右の余白を埋めるように線を伸ばす */
  height: 1px; /* 線の太さ */
  background-color: #F8E9AB; /* 線の色 */
}
.hikaku_slider .ttl_wrap .num::before {
  margin-right: 12px; /* テキストとの隙間 */
  max-width: 60px;
}
.hikaku_slider .ttl_wrap .num::after {
  margin-left: 12px; /* テキストとの隙間 */
  max-width: 60px;
}
@media only screen and (max-width: 767px) {
  .hikaku_slider .ttl_wrap .num {
    font-size: 1.6rem;
  }
}
.hikaku_slider dl {
  color: #F8E9AB;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hikaku_slider dl {
    gap: 8px;
  }
}
.hikaku_slider dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.hikaku_slider dl dt .icon {
  width: 36px;
}
@media only screen and (max-width: 767px) {
  .hikaku_slider dl dt .icon {
    width: 24px;
  }
}
.hikaku_slider dl dt .ttl {
  font-size: 3.2rem;
  color: #F8E9AB;
}
@media only screen and (max-width: 767px) {
  .hikaku_slider dl dt .ttl {
    font-size: 2.2rem;
  }
}
.hikaku_slider dl dd {
  color: #F8E9AB;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .hikaku_slider dl dd {
    font-size: 1.3rem;
  }
}
.hikaku_slider .hikaku_box {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .hikaku_slider .hikaku_box {
    max-width: 1000px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.hikaku_slider .hikaku_box .case {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .hikaku_slider .hikaku_box .case {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hikaku_slider .hikaku_box .case:not(.kongo) {
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .hikaku_slider .hikaku_box .case:not(.kongo) {
    border-top: none;
  }
}
.hikaku_slider .hikaku_box .case {
  /* ★ここからPC時の修正（重要）★ */
}
@media only screen and (min-width: 768px) {
  .hikaku_slider .hikaku_box .case {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* caseの直下を縦並びにする */
    margin-top: 0;
    padding: 0;
  }
  .hikaku_slider .hikaku_box .case.mantion {
    border-left: 1px solid #fff;
    padding-left: 40px;
  }
}
.hikaku_slider .hikaku_box .case dl {
  text-align: left;
  margin-top: 12px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media only screen and (max-width: 767px) {
  .hikaku_slider .hikaku_box .case dl {
    margin-top: 8px;
  }
}
.hikaku_slider .hikaku_box .case dl {
  /* ★【修正】dlの枠組みを無効化し、dtとddをcase直下の要素として扱わせる */
}
@media only screen and (min-width: 768px) {
  .hikaku_slider .hikaku_box .case dl {
    margin-top: 0;
    display: contents; /* これによりorderが直接効くようになります */
  }
}
.hikaku_slider .hikaku_box .case dt {
  font-size: 2.2rem;
  text-align: left;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hikaku_slider .hikaku_box .case dt {
    font-size: 1.5rem;
  }
}
.hikaku_slider .hikaku_box .case dt {
  /* PCの場合 */
}
@media only screen and (min-width: 768px) {
  .hikaku_slider .hikaku_box .case dt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 1番目: タイトル */
  }
}
.hikaku_slider .hikaku_box .case figure {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  /* PCの場合 */
}
@media only screen and (min-width: 768px) {
  .hikaku_slider .hikaku_box .case figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 2番目: 画像 */
    margin: 0;
    width: 100%; /* 横幅いっぱいに広げる */
  }
}
.hikaku_slider .hikaku_box .case figure img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .hikaku_slider .hikaku_box .case figure img {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .hikaku_slider .hikaku_box .case figure img {
    height: 250px; /* PC時の画像の高さ調整 */
  }
}
.hikaku_slider .hikaku_box .case dd {
  font-size: 1.6rem;
  text-align: justify;
  margin-top: 8px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hikaku_slider .hikaku_box .case dd {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.hikaku_slider .hikaku_box .case dd {
  /* PCの場合 */
}
@media only screen and (min-width: 768px) {
  .hikaku_slider .hikaku_box .case dd {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; /* 3番目: 説明文文言 */
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .hikaku_slider .hikaku_box .case {
    margin-top: 0;
    padding: 8px 0;
  }
}

/* スライダー全体の左右のはみ出しを吸収 */
#slick3 .slick__img {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 768px) {
  #slick3 .slick__img {
    margin-left: -22px;
    margin-right: -22px;
  }
}

/* 各スライドの左右に15px（計30px）の余白を作る */
#slick3 .slick__img {
  margin-left: 30px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 横幅計算を崩さないため */
}
@media screen and (max-width: 768px) {
  #slick3 .slick__img {
    margin-left: 22px;
    margin-right: 22px;
  }
}

/*--------------------------------------------------------------------------
   slick
---------------------------------------------------------------------------*/
.item_slider {
  margin: 48px auto 0;
  max-width: 1600px;
}

.arrow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 300px;
  margin: auto;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #054B41;
  border-top: 2px solid #054B41;
  top: 0;
  bottom: 0;
  left: 0;
  right: 2px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-num {
  text-align: center;
  top: 45px;
  position: relative;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size: 2rem;
}

.green .slick-num {
  color: #fff;
}

.slick .slick__img {
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .slick .slick__img {
    margin: 0 15px;
  }
  .item_slider {
    margin: 0 auto 0;
    max-width: 1600px;
  }
  .arrow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 90%;
    margin: auto;
    position: relative;
  }
  .prev-arrow,
  .next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
  }
  .prev-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .prev-arrow::before,
  .next-arrow::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #054B41;
    border-top: 2px solid #054B41;
    top: 0;
    bottom: 0;
    left: 0;
    right: 2px;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .slick-num {
    text-align: center;
    top: 45px;
    position: relative;
    font-family: "EB Garamond", serif;
    font-style: normal;
    font-size: 2rem;
  }
  .slick .slick__img {
    margin: 0 5px;
  }
}
/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}