@charset "UTF-8";
/* ============================================================================================== */
/* CTAボタン                                                                                           */
/* =============================================================================================== */
.cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 353px;
  height: 52px;
  font-size: min(4.834605598vw, 19px);
  font-weight: 600;
  color: #fff !important;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  border: 2px solid #fff;
  border-radius: 40px !important;
  background: transparent linear-gradient(180deg, #FA9D30 0%, #EF6E2D 55%, #EB5E2C 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
  padding: 0 40px;
}
@media screen and (min-width: 769px) {
  .cta-btn {
    max-width: 100%;
    height: 60px;
    font-size: 22px;
    padding: 0 44px;
  }
}

.cta-btn-white {
  color: #EB5E2C !important;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .cta-btn-white {
    height: 50px;
    font-size: 20px;
    padding: 0 80px;
  }
}

/* ============================================================================================== */
/* 追従CTA                                                                                           */
/* =============================================================================================== */
.fixed-cta {
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 50%;
  right: auto;
  z-index: 100;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    opacity: 0;
    visibility: hidden;
    transform: translate(-58%, 150%);
  }
}
@media screen and (min-width: 769px) {
  .fixed-cta {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 12px;
    transform: translate(0, 0);
    writing-mode: vertical-lr;
    opacity: 0;
    visibility: hidden;
  }
}

.fixed-cta.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-58%, 0);
}
@media screen and (min-width: 769px) {
  .fixed-cta.is-show {
    transform: translate(0, -50%);
  }
}

.fixed-cta .cta-btn {
  position: relative;
  width: min(71.7557251908vw, 282px);
  height: 42px;
  border: none;
  border-radius: 68px;
}
@media screen and (max-width: 768px) {
  .fixed-cta .cta-btn {
    font-size: min(4.5801526718vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .fixed-cta .cta-btn {
    width: 72px;
    height: 264px;
    letter-spacing: 0.05em;
    background: transparent linear-gradient(180deg, #fa9d30 0%, #ef6e2d 55%, #eb5e2c 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
    padding: 57px 0 0px;
  }
}

.fixed-cta .cta-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  z-index: 1;
  background-image: url(../../images/top-renewal/cta_icon_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 53px;
}
@media screen and (min-width: 769px) {
  .fixed-cta .cta-btn:after {
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 86px;
    background-image: url(../../images/top-renewal/cta_icon_pc.png);
  }
}

/* ============================================================================================== */
/* ファーストビュー                                                                                           */
/* =============================================================================================== */
.fv {
  position: relative;
  overflow: hidden;
  background-image: url(../images/top-renewal/fv_bg_sp.png);
  background-size: 847px auto;
  background-position: 50% min(53vw, 192px);
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .fv {
    background-image: url(../images/top-renewal/fv_bg_pc.png);
    background-size: 2154px auto;
    background-position: 52% 48%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 389px) {
  .fv {
    background-size: 524px auto;
    background-position: 60% 190px;
  }
}

.fv_content_container {
  display: flex;
  flex-direction: column;
  height: 709px;
  padding-top: 20px;
  padding-bottom: 22px;
}
@media screen and (min-width: 769px) {
  .fv_content_container {
    display: block;
    height: 650px;
    padding-top: 110px;
    padding-bottom: 0;
    margin-left: -47px;
  }
}
@media screen and (max-width: 389px) {
  .fv_content_container {
    height: 580px;
  }
}

.fv_sub_copy {
  font-size: 16px;
  font-weight: 700;
  color: #7EB828;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .fv_sub_copy {
    font-size: 28px;
  }
}

.fv_copy {
  font-size: 35px;
  font-weight: 800;
  color: #3DA341;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .fv_copy {
    max-width: 345px;
    margin: 9px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .fv_copy {
    font-size: 60px;
    margin-top: 22px;
  }
}

.fv_text {
  font-size: 12px;
  font-weight: 300;
  color: #504F4D;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .fv_text {
    font-size: 18px;
    margin-top: 14px;
  }
}

.fv_text2 {
  font-size: 14px;
  font-weight: 700;
  color: #504F4D;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .fv_text2 {
    font-size: 16px;
    margin-top: 30px;
  }
}

.fv_button {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .fv_button {
    margin-top: 10px;
  }
}

.fv_button2 {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .fv_button2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fv_button2 .cta-btn-white {
    height: 44px;
    padding: 0 66px;
  }
}

.fv_achievement2 {
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  position: absolute;
  top: 54.9%;
  left: 69.9%;
  transform: translate(-50%, -50%);
  width: 217px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .fv_achievement2 {
    display: inline-block;
    top: 10px;
    left: 20px;
    transform: none;
    right: auto;
    width: min(23vw, 322px);
  }
}
@media screen and (max-width: 389px) {
  .fv_achievement2 {
    top: 51%;
    left: 71%;
    width: 173px;
    height: auto;
  }
}

.fv_achievement2 p {
  font-size: 10px;
  font-weight: 400;
  color: #504F4D;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0em;
  transform: scale(0.9);
  margin-top: 3px;
  margin-left: 0;
  margin-right: 7px;
}
@media screen and (min-width: 769px) {
  .fv_achievement2 p {
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0;
    transform: scale(1);
  }
}

.fv_achievement2 img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.fv_experiences {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  height: 43px;
}
@media screen and (min-width: 769px) {
  .fv_experiences {
    height: 74px;
  }
}

.fv_experiences_container {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  animation: infinity-scroll-left 65s infinite linear 0s both;
}

.fv_experiences_image img {
  display: block;
  width: auto;
  height: 100%;
}

/* Firefox専用のCSS */
@-moz-document url-prefix() {
  .fv_experiences {
    width: 8417.584px;
  }
  .fv_experiences_container {
    width: 100%;
  }
  .fv_experiences_image {
    width: 50%;
  }
}
@keyframes infinity-scroll-left {
  0% {
    left: 0;
  }
  100% {
    left: -50%;
  }
}

.fv_experiences_notice {
  padding: 12px 0 25px;
  text-align: center;
  color: #888888;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fv_experiences_notice {
    padding: 2vw 0 6vw;
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
}

/* ============================================================================================== */
/* ピックアップ                                                                                          */
/* =============================================================================================== */
#pickup {
  padding-top: 0;
  padding-bottom: 12px;
}
@media screen and (min-width: 769px) {
  #pickup {
    padding-top: 0;
    padding-bottom: 12px;
  }
}

#pickup .sec-ttl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #pickup .sec-ttl img {
    width: 45vw;
  }
}
#pickup_slider {
  position: relative;
  width: 324px;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  #pickup_slider {
    width: min(74.7142857143vw, 1046px);
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 768px) {
  #pickup_slider .slider {
    overflow: visible;
  }
  #pickup_slider .slick-list {
    overflow: visible;
  }
}
#pickup_slider .slick-slide {
  height: 152px;
  margin: 0 10px;
}
@media screen and (min-width: 769px) {
  #pickup_slider .slick-slide {
    height: min(11.6428571429vw, 163px);
    margin: 0 10px;
  }
}

#pickup_slider .slick-slide img {
  width: 100%;
  height: 100%;
}

#pickup_slider ul.slider {
  background: #f8faec;
  border-radius: 10px;
  line-height: 0;
  padding-bottom: 50px;
  margin: 0;
}

#pickup_slider .slide_ctrl .prev,
#pickup_slider .slide_ctrl .next {
  cursor: pointer;
  position: absolute;
  top: 56px;
  z-index: 10;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 769px) {
  #pickup_slider .slide_ctrl .prev,
  #pickup_slider .slide_ctrl .next {
    top: min(4vw, 56px);
    width: min(3.1428571429vw, 44px);
    height: min(3.1428571429vw, 44px);
  }
}

#pickup_slider .slide_ctrl .prev {
  left: -14px;
}
@media screen and (min-width: 769px) {
  #pickup_slider .slide_ctrl .prev {
    left: -8px;
  }
}

#pickup_slider .slide_ctrl .next {
  right: -14px;
}
@media screen and (min-width: 769px) {
  #pickup_slider .slide_ctrl .next {
    right: -8px;
  }
}

#pickup_slider ul.dots_ctrl {
  display: flex;
  margin-top: 12px;
  padding-left: 7px;
}

#pickup_slider ul.dots_ctrl li {
  width: 50px;
  height: 4px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}

#pickup_slider ul.dots_ctrl li.active {
  cursor: default;
}

#pickup_slider ul.dots_ctrl li:nth-child(n+2) {
  margin-left: 10px;
}

#pickup_slider .slick-dots {
  bottom: 15px;
}
@media screen and (min-width: 769px) {
  #pickup_slider .slick-dots {
    bottom: 22px;
  }
}

#pickup_slider .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
}

#pickup_slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #3DA341;
  padding: 4px;
}

#pickup_slider .slick-dots li button:before {
  content: none;
}

#pickup_slider .slick-dots li.slick-active button {
  background-color: #3DA341;
}

/* ============================================================================================== */
/* 6つの特徴                                                                                           */
/* =============================================================================================== */
.features2 {
  background-color: #3DA341;
  padding: 47px 0 0 0;
}
@media screen and (min-width: 769px) {
  .features2 {
    padding: 60px 0 34px 0;
  }
}

.features2_sec-ttl {
  text-align: center;
}

.features2_inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .features2_inner {
    max-width: 1060px;
    padding: 0 30px;
  }
}

.features2_items {
  display: grid;
  gap: 20px 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
  margin-top: 38px;
}
@media screen and (min-width: 769px) {
  .features2_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(2.2857142857vw, 32px) min(2.8571428571vw, 40px);
    padding-bottom: 72px;
    margin-top: 60px;
  }
}

.features2_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 0 35px;
}
@media screen and (min-width: 769px) {
  .features2_item {
    min-height: 388px;
    padding: 25px 0 30px;
  }
}

.features2_image img {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .features2_image img {
    padding: 0 min(3.5714285714vw, 50px);
  }
}

.features2_item p {
  text-align: center;
  font-size: min(3.5623409669vw, 14px);
  font-weight: 500;
  padding: 0 10px;
  margin-top: 23px;
}
@media screen and (min-width: 769px) {
  .features2_item p {
    font-size: 16px;
    margin-top: 16px;
  }
}

.features2_button {
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 769px) {
  .features2_button {
    margin-top: 16px;
  }
}

.features2_button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin: 0 auto;
  background: #4ca74f;
  border-radius: 40px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .features2_button a {
    font-weight: 700;
    font-size: 14px;
  }
}

.features2 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .features2 h3 {
    font-size: 26px;
    margin-top: 45px;
  }
}

.features2_items_option {
  border: none;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .features2_items_option {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .features2_items_option.features2_items {
    padding-bottom: 30px;
  }
}

.features2_items_option .features2_item {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .features2_items_option .features2_item {
    padding-bottom: 23px;
  }
}

.features2_items_option .features2_image img {
  width: 100%;
  height: 147px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .features2_items_option .features2_image img {
    height: 200px;
  }
}

.features2_items_option .features2_item h4 {
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .features2_items_option .features2_item h4 {
    margin-top: 10px;
  }
}

.features2_items_option .features2_item h4 img {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .features2_items_option .features2_button a {
    height: 60px;
  }
}

.features2_items_option .features2_item span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-top: 7px;
}
@media screen and (min-width: 769px) {
  .features2_items_option .features2_item span {
    font-size: min(1.2857142857vw, 18px);
    margin-top: 13px;
  }
}

.features2_items_option .features2_item p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .features2_items_option .features2_item p {
    font-size: min(1vw, 14px);
    letter-spacing: 0em;
    margin-top: 10px;
  }
}

.features2_items_option .features2_item:nth-child(1) h4 img {
  width: min(50.1272264631vw, 197px);
}
@media screen and (min-width: 769px) {
  .features2_items_option .features2_item:nth-child(1) h4 img {
    width: min(19.2142857143vw, 269px);
  }
}

.features2_items_option .features2_item:nth-child(2) h4 img {
  width: min(63.8676844784vw, 251px);
}
@media screen and (min-width: 769px) {
  .features2_items_option .features2_item:nth-child(2) h4 img {
    width: min(24.4285714286vw, 342px);
  }
}

@media screen and (max-width: 768px) {
  .features2_items_option .features2_button {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .features2_items_option .features2_button a {
    padding: 10px 28px;
  }
}

/* ============================================================================================== */
/* お悩み                                                                                          */
/* =============================================================================================== */
#issues2 {
  padding: 18px 0 37px 0;
}
@media screen and (min-width: 769px) {
  #issues2 {
    padding: 84px 0 50px 0;
  }
}

#issues2 .sec-ttl {
  text-align: center;
}

#issues2 .inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #issues2 .inner {
    padding: 0 30px;
    max-width: 1088px;
  }
}

.issues2_balloon {
  position: relative;
  background-color: #E4EAC8;
  border: 8px solid #4CA74F;
  padding: 37px min(5.0890585242vw, 20px) 44px;
}
@media screen and (min-width: 769px) {
  .issues2_balloon {
    padding: 40px 22px 54px;
    border: 12px solid #4CA74F;
  }
}

.issues2_balloon:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100px;
  height: 40px;
  z-index: 0;
  transform: translateX(-50%);
  background-image: url(../images/top-renewal/issues_balloon_triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .issues2_balloon:before {
    bottom: -59px;
    width: 151px;
    height: 59px;
  }
}

.issues2_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 10px;
  margin-top: 27px;
}
@media screen and (min-width: 769px) {
  .issues2_items {
    grid-template-columns: repeat(4, 1fr);
    gap: min(2.5vw, 35px) min(1.5714285714vw, 22px);
    margin-top: 58px;
  }
}

.issues2_item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #504F4D;
  text-align: left;
  letter-spacing: 0em;
  padding: 45px 15px 30px 15px;
}
@media screen and (min-width: 769px) {
  .issues2_item {
    min-height: 170px;
    font-size: 18px;
    letter-spacing: -0.05em;
    letter-spacing: 0em;
    padding: min(1.4285714286vw, 20px);
    padding-top: min(3.8571428571vw, 54px);
  }
}

.issues2_item:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 31px;
  height: 42px;
  background-image: url(../images/top-renewal/issues_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .issues2_item:before {
    top: -20px;
    width: 43px;
    height: 57px;
  }
}

.issues2_title {
  text-align: center;
}

.issues2_text {
  text-align: center;
  margin-top: 55px;
}
@media screen and (min-width: 769px) {
  .issues2_text {
    margin-top: 88px;
  }
}

/* ============================================================================================== */
/* CTA                                                                                          */
/* =============================================================================================== */
.cta {
  position: relative;
  overflow: hidden;
  background-color: #0E847A;
  background-image: url(../images/top-renewal/cta_bg_sp.png);
  background-size: 936px auto;
  background-position: 38% 56%;
  background-repeat: no-repeat;
  padding: 90px 0 80px;
}
@media screen and (min-width: 769px) {
  .cta {
    background-image: url(../images/top-renewal/cta_bg_pc.png);
    background-size: 1717px auto;
    background-position: 38% 56%;
    padding: 60px 0;
  }
}

.cta .inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cta .inner {
    width: 1000px;
    padding: 0;
  }
}

.cta .sec-ttl {
  text-align: center;
}

.cta_text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 27px;
}
@media screen and (min-width: 769px) {
  .cta_text {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 30px;
  }
}

.cta_text2 {
  font-size: min(3.5623409669vw, 14px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 46px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .cta_text2 {
    font-size: 18px;
    margin-top: 36px;
  }
}

.cta_button {
  text-align: center;
  margin-top: 13px;
}
@media screen and (min-width: 769px) {
  .cta_button {
    margin-top: 30px;
  }
}

.cta_button .cta-btn {
  width: min(100%, 353px);
  height: 53px;
}
@media screen and (min-width: 769px) {
  .cta_button .cta-btn {
    width: 400px;
    height: 60px;
  }
}

/* ============================================================================================== */
/* Beacapp Hereとは？                                                                                          */
/* =============================================================================================== */
#index #about_wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  #index #about_wrapper {
    margin-top: 43px;
  }
}

#index #about_wrapper .inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #index #about_wrapper .inner {
    width: 880px;
    padding: 0;
  }
}

#index #about_wrapper .sec-ttl {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #index #about_wrapper .sec-ttl {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #index #about_wrapper .about .item.num01 > dl.text {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  #index #about_wrapper .about .item.num02 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #index #about_wrapper .about .item.num02 a {
    width: 100%;
    font-size: 3.6vw;
  }
}

.about_info {
  position: relative;
  padding-bottom: 270px;
  margin: 21px 0 0 0;
}
@media screen and (min-width: 769px) {
  .about_info {
    padding: 0 180px 0 5px;
    margin: 30px 0 60px 0;
  }
}

.about_info p {
  font-size: 14px;
  font-weight: 600;
  color: #504F4D;
  text-align: left;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) {
  .about_info p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}

.about_info p + p {
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .about_info p + p {
    margin-top: 24px;
  }
}

.about_image {
  display: inline-block;
  position: absolute;
  width: 500px;
  top: auto;
  bottom: 14px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .about_image {
    top: -168px;
    bottom: auto;
    left: auto;
    right: -410px;
    width: 556px;
    height: 423px;
    transform: none;
  }
}

.about_image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  #index #infection_control {
    padding-bottom: 72px;
  }
}

/* ============================================================================================== */
/* 屋内位置情報サービスBeacapp HEREの主な機能                                                                                       */
/* =============================================================================================== */
#functions {
  padding: 60px 0 0 0;
}
@media screen and (min-width: 769px) {
  #functions {
    padding: 70px 0 90px 0;
  }
}

#functions .sec-ttl {
  text-align: center;
  padding: 0 20px;
}

#functions .inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #functions .inner {
    max-width: 1060px;
    padding: 0 30px;
  }
}

.functions_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 9px;
  margin-top: 27px;
}
@media screen and (min-width: 769px) {
  .functions_items {
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-top: 40px;
  }
}

.functions_item {
  display: block;
  position: relative;
  min-height: 230px;
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 12px 20px 12px;
}
@media screen and (min-width: 769px) {
  .functions_item {
    min-height: 320px;
    padding: min(1.4285714286vw, 20px);
    padding-top: min(1.5714285714vw, 22px);
  }
}

.functions_image img {
  display: block;
  width: 100%;
}

.functions_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #009A8E;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0em;
  min-height: 36px;
  margin-top: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .functions_title {
    font-size: min(1.2857142857vw, 18px);
    min-height: 56px;
    margin-top: 0;
  }
}

.functions_text {
  font-size: 12px;
  font-weight: 300;
  color: #504F4D;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-top: 7px;
}
@media screen and (min-width: 769px) {
  .functions_text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 3px;
  }
}

.functions_text2 {
  display: none;
  font-size: min(7.1246819338vw, 28px);
  font-weight: 300;
  color: #504F4D;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .functions_text2 {
    display: block;
    font-size: 12px;
    margin-top: 12px;
  }
}

/* ============================================================================================== */
/* 屋内位置情報サービスBeacapp Here 導入方式                                                                                       */
/* =============================================================================================== */
#index #green_bg_from_methods {
  margin-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #index #green_bg_from_methods {
    background-color: #D9EFCE;
    padding: 85px 0 110px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #index #green_bg_from_methods #patented_technology > dl {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  #green_bg_from_methods #patented_technology > dl > dd {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  #green_bg_from_methods #patented_technology > dl > dd .inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #patented_technology > dl > dd .inner .summary .feature {
    font-size: 4.7vw;
  }
  #patented_technology > dl > dd .inner .content .graph img {
    width: 41.633333vw !important;
  }
  #patented_technology > dl > dd .inner .content ul.annotation {
    width: 31vw;
  }
  #patented_technology > dl > dd .inner .content ul.annotation > li {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 769px) {
  #methods .carousel_btn button {
    color: #3DA341;
    border-color: #3DA341;
  }
  #methods .carousel_btn button:hover, #methods .carousel_btn button.is-current {
    color: #3DA341;
    background-color: #fff;
    border-color: #fff;
  }
  #methods .methods_lead {
    color: #504F4D;
  }
}
@media screen and (max-width: 768px) {
  #methods .sec-ttl img {
    max-width: 100%;
    padding: 0 20px;
  }
}
/* ============================================================================================== */
/* 導入事例                                                                                       */
/* =============================================================================================== */
#issues {
  background: #ECF1BF !important;
}

#issues::after {
  display: none;
}

#issues .case .sec-ttl {
  background: #ECF1BF !important;
}

#issues .case .case_achievement {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #issues .case .case_achievement {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  #issues .case .case_achievement dl {
    padding: 0 20px;
  }
}

#issues .case .case_achievement dl dd {
  font-size: 12px;
  color: #504F4D;
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  #index .case {
    padding-bottom: 53px;
  }
}

.case_slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  .case_slider {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.case_slider .case-list.slick-initialized .slick-list {
  border-radius: 15px;
  overflow: hidden;
}

.case_slider .case-list.slick-initialized .slick-slide {
  display: flex;
  margin: 0;
  border-radius: 0;
}

.case_slider .slide_ctrl .prev,
.case_slider .slide_ctrl .next {
  cursor: pointer;
  position: absolute;
  top: 51.3vw;
  z-index: 10;
  width: 51px;
  height: 51px;
}
@media screen and (min-width: 769px) {
  .case_slider .slide_ctrl .prev,
  .case_slider .slide_ctrl .next {
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
  }
}

.case_slider .slide_ctrl .prev {
  left: -18px;
}

.case_slider .slide_ctrl .next {
  right: -18px;
}

.case_slider ul.dots_ctrl {
  display: flex;
  margin-top: 12px;
  padding-left: 7px;
}

.case_slider ul.dots_ctrl li {
  width: 50px;
  height: 4px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}

.case_slider ul.dots_ctrl li.active {
  cursor: default;
}

.case_slider ul.dots_ctrl li:nth-child(n+2) {
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .case_slider .slick-dots {
    bottom: -30px;
  }
}

.case_slider .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  overflow: initial;
  background-color: transparent;
}

.case_slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #3DA341;
  background-color: #fff;
  padding: 4px;
}

.case_slider .slick-dots li button:before {
  content: none;
}

.case_slider .slick-dots li.slick-active button {
  background-color: #3DA341;
}

@media screen and (max-width: 768px) {
  #index .case a.link {
    font-size: 14px;
  }
}

.case .btn_above_case_list {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .case .btn_above_case_list {
    margin-top: 67px;
  }
}

.case .btn_above_case_list > a {
  color: #3DA341 !important;
}
@media screen and (max-width: 768px) {
  .case .btn_above_case_list > a {
    font-size: 20px !important;
    padding: 4.26vw 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .case_slider {
    padding: 0 20px;
  }
  .case_slider .case-list_thumb {
    padding-top: 64% !important;
  }
  .case-list_thumb .type {
    font-size: 10px !important;
  }
  .case_slider .case-list_content {
    min-height: 350px !important;
  }
  .case_slider .slide_ctrl .prev {
    left: 2px;
  }
  .case_slider .slide_ctrl .next {
    right: 2px;
  }
}
/* ============================================================================================== */
/* プラン                                                                                       */
/* =============================================================================================== */
@media screen and (max-width: 768px) {
  #introduction {
    padding-top: 50px;
  }
  #introduction .inner .cont-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #introduction .inner .cont-wrap {
    padding-bottom: 90px;
  }
}
/* ============================================================================================== */
/* プライス                                                                                       */
/* =============================================================================================== */
.price_title {
  width: 1000px;
  margin: 10px auto 0;
  padding-top: 45px;
  border-top: 1px solid #4ca74f;
  text-align: center;
  color: #4ca74f;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #partner .content {
    padding-top: 63px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  #partner .content {
    padding-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  #price {
    padding-bottom: 32px;
  }
  #price .price_additional_option {
    display: grid;
    grid-template-columns: 278px 278px;
    grid-template-columns: 69.4vw 69.4vw;
    gap: 0 20px;
    width: auto;
    padding-left: 20px;
    margin: 30px 0 0 0;
  }
  #price .price_additional_option > dl {
    margin: 0 !important;
  }
  #price .price_additional_option > dl dd {
    padding: 4vw 3vw 6.5vw;
  }
  #price .price_additional_option > dl dd .points > div {
    font-size: 3.4vw;
  }
  #price .price_additional_option > dl dd .points > ul {
    padding: 0 4vw;
    margin-top: 1.3vw;
  }
  #price .price_additional_option > dl dd .points > ul li {
    font-size: 2.6vw;
  }
  #price .inner ul li:not(:last-child) {
    margin-bottom: 3.9vw;
  }
  #price .price_additional_option > dl dd .fee .number {
    font-size: 9.66vw;
  }
  #price .price_additional_option > dl dd .fee .unit {
    padding-top: 2.2vw;
    font-size: 4.1vw;
  }
  #price .price_additional_option > dl dd .fee .annotation {
    margin-top: 2vw;
    font-size: 2.93vw;
  }
  #partner .content p {
    font-size: 18px;
  }
}
/* ============================================================================================== */
/* 屋内位置情報サービスBeacapp Hereの導入までの流れ                                                                                       */
/* =============================================================================================== */
#top-flow {
  background-color: #E4EAC8;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #top-flow {
    padding: 58px 0 90px 0;
  }
}

#top-flow .sec-ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-flow .sec-ttl {
    padding: 0 20px;
  }
}

#top-flow .top-flow_text {
  font-size: 16px;
  font-weight: 600;
  color: #479D4D;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #top-flow .top-flow_text {
    font-size: 23px;
    margin-top: 14px;
  }
}

#top-flow .inner .content {
  margin-top: 37px;
}
@media screen and (min-width: 769px) {
  #top-flow .inner .content {
    margin-top: 77px;
  }
}

#top-flow .inner .content .flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #top-flow .inner .content .flow {
    width: 1221px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  #top-flow .inner .content .flow {
    margin-left: 30px;
  }
}

#top-flow .inner .content .flow > dl {
  width: 166px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #top-flow .inner .content .flow > dl {
    width: 177px;
  }
}

#top-flow .inner .content .flow > dl:nth-child(n+2)::after {
  content: "";
  width: 12px;
  height: 16.55px;
  background-image: url("../../images/research/introduction_flow_next_arrow.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -21px;
  top: 83px;
}

#top-flow .inner .content .flow > dl > dt {
  height: 122px;
  background: #4ca74f;
  position: relative;
}
@media screen and (min-width: 769px) {
  #top-flow .inner .content .flow > dl > dt {
    height: 132px;
  }
}

#top-flow .inner .content .flow > dl > dt .label {
  box-sizing: border-box;
  display: block;
  width: 72.79px;
  height: 85.08px;
  margin: 0 auto;
  padding-top: 19px;
  background-image: url("../../images/research/introduction_flow_step_bg.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transform: translateX(-50%);
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 1;
}

#top-flow .inner .content .flow > dl > dt .label i {
  display: block;
  margin-top: 2px;
  font-size: 29px;
  font-style: normal;
}

#top-flow .inner .content .flow > dl > dt .title {
  display: block;
  padding-top: 68px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}

#top-flow .inner .content .flow > dl > dt .title.multi_line2 {
  padding-top: 53px;
}

#top-flow .inner .content .flow > dl > dd {
  height: 110px;
  background: #ffffff;
}

#top-flow .inner .content .flow > dl > dd p {
  width: 132px;
  margin: 0 auto;
  padding-top: 13px;
  color: #424242;
  font-size: 14px;
  line-height: 20px;
}

#top-flow .sec-ttl p {
  margin-top: 42px;
}
@media screen and (min-width: 769px) {
  #top-flow .sec-ttl p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #top-flow {
    background: #e8edcc;
  }
  #top-flow .inner {
    width: auto;
    padding: 9vw 0 11.3333333333vw;
  }
  #top-flow .sec-ttl p {
    margin-top: 17px;
  }
  #top-flow .inner .label {
    width: 34.9333333333vw;
    height: 15.9466666667vw;
    padding-top: 2vw;
    font-size: 3.8666666667vw;
    line-height: 4.8306666667vw;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
  }
  #top-flow .inner .headline img {
    width: 33.3333333333vw !important;
    margin-bottom: 4.6666666667vw;
  }
  #top-flow .inner .headline h2 {
    font-size: 5.6vw;
    line-height: 7.4666666667vw;
  }
  #top-flow .inner .content {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
  }
  #top-flow .inner .content .flow {
    display: flex;
    margin: 0 auto 0 20px;
    padding-top: 78px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow {
    display: block;
    width: 196.6666666667vw;
    margin: 0 auto 0 9.3333333333vw;
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #top-flow .inner .content .flow > dl {
    box-sizing: border-box;
    width: 186px;
    padding-right: 23px;
    float: left;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow > dl {
    width: 39.3333333333vw;
    padding-right: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow > dl:nth-child(n+2)::after {
    width: 12px;
    height: 16px;
    left: -21px;
    top: 79px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow > dl:nth-child(n+2)::after {
    top: 16.5333333333vw;
    width: 2.4vw;
    height: 3.31vw;
    left: -4vw;
  }
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow > dl > dt {
    height: 116px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow > dl > dt {
    height: 24.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow > dl > dt .label {
    width: 70px;
    height: 82px;
    padding-top: 17px;
    font-size: 10px;
    top: -37px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow > dl > dt .label {
    width: 14.558vw;
    height: 17.016vw;
    padding-top: 3.8vw;
    font-size: 2.4vw;
    top: -8vw;
  }
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow > dl > dt .label i {
    margin-top: 0.4vw;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow > dl > dt .label i {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow > dl > dt .title {
    padding-top: 64px;
    font-size: 18px;
    line-height: 6.2vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow > dl > dt .title {
    padding-top: 13.2vw;
    font-size: 4.4vw;
    line-height: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow > dl > dt .title.multi_line2 {
    padding-top: 54px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow > dl > dt .title.multi_line2 {
    padding-top: 10.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow > dl > dd {
    height: 105px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow > dl > dd {
    height: 14vw;
  }
}
@media screen and (max-width: 768px) {
  #top-flow .inner .content .flow > dl > dd p {
    width: 100%;
    padding: 0 19px;
    padding-top: 16px;
    font-size: 13px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #top-flow .inner .content .flow > dl > dd p {
    width: 26.4vw;
    padding-top: 2.6vw;
    font-size: 2.8vw;
    line-height: 4vw;
  }
}
.top_flow_period {
  width: 950px;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  .top_flow_period {
    width: 1015px;
    margin-top: 18px;
  }
}

.top_flow_period img {
  width: 100%;
}

/* ============================================================================================== */
/* よくある質問                                                                                      */
/* =============================================================================================== */
#faq {
  padding: 23px 0 48px 0;
}
@media screen and (min-width: 769px) {
  #faq {
    padding: 70px 0 180px;
  }
}

#faq .sec-ttl {
  text-align: center;
}

#faq .inner {
  width: 100%;
  height: 100%;
  max-width: 520px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #faq .inner {
    max-width: 1020px;
    padding: 0 30px;
  }
}

.faq_items {
  display: grid;
  gap: 24px 0;
  margin-top: 22px;
}
@media screen and (min-width: 769px) {
  .faq_items {
    gap: 13px 0;
    margin-top: 46px;
  }
}

.faq_item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1019607843);
}
.faq_item-q {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #504F4D;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0px;
  padding: 25px 55px 25px 75px;
}
@media screen and (min-width: 769px) {
  .faq_item-q {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    padding: 35px 95px 35px 110px;
  }
}
@media screen and (max-width: 389px) {
  .faq_item-q {
    font-size: 11px;
  }
}

.faq_item-a {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #504F4D;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.17em;
  padding: 31px 20px 31px 68px;
}
@media screen and (min-width: 769px) {
  .faq_item-a {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
    padding: 27px 30px 45px 110px;
  }
}
@media screen and (max-width: 389px) {
  .faq_item-a {
    font-size: 11px;
  }
}

.faq_item-a a.text_link {
  color: #3da340;
  text-decoration: underline;
}
.faq_item-a a.text_link:hover {
  text-decoration: none;
}

.faq_item-q::before,
.faq_item-a::before {
  content: attr(data-mark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #3DA341;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 0;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px) {
  .faq_item-q::before,
  .faq_item-a::before {
    left: 35px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .faq_item-q::before {
    left: 44px;
  }
}

.faq_item-a::before {
  top: 36px;
  left: 13px;
  font-size: 24px;
  color: #E17038;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .faq_item-a::before {
    top: 33px;
    left: 51px;
    font-size: 24px;
  }
}

.faq_item-a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 22px;
  background-color: #707070;
  opacity: 0.2;
  width: 88%;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .faq_item-a:after {
    width: 92%;
    left: 44px;
  }
}

.faq_item-a {
  display: none;
}

.faq_item-a.is-open {
  display: block;
}

.faq_item-q-cross {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #3DA341;
  transition: transform 0.5s;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .faq_item-q-cross {
    right: 32px;
    width: 32px;
    height: 32px;
  }
}

.faq_item-q-cross:before,
.faq_item-q-cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3DA341;
  transition: opacity 0.5s;
}

.faq_item-q-cross:before {
  width: 10px;
  height: 2px;
  border-radius: 50px;
}

.faq_item-q-cross:after {
  width: 2px;
  height: 10px;
  border-radius: 50px;
}

.faq_item-q.is-open .faq_item-q-cross {
  transform: translateY(-50%) rotate(90deg);
}
.faq_item-q.is-open .faq_item-q-cross:before {
  opacity: 0;
}

.faq_item-q.is-open::after {
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  .faq_item-q:hover {
    cursor: pointer;
  }
}
.slick-slide {
  will-change: transform !important;
}