@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
* {
  box-sizing: border-box;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

:root,
html {
  font-size: 100px;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  :root,
  html {
    font-size: 7.3206442167vw;
  }
}
@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.0416666667vw;
  }
}

body {
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 0.16rem;
  letter-spacing: 0.01em;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

/*//////////////////////////////////////////
//  共通設定
//////////////////////////////////////////*/
.wrapper {
  overflow-x: hidden;
  width: 100vw;
}

.inner {
  max-width: 10.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.4rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.18rem;
  }
}

.picture {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
/*セレクトボックスの設定(全ブラウザ共通にするため)
//設定やアイコンは用途に合わせて書き換え*/
select::-ms-expand {
  display: none;
}

label {
  font-size: 0.15rem;
}

.select-box {
  position: relative;
  display: block;
  padding: 0;
  max-width: 0.7rem;
  width: 100%;
  height: 0.38rem;
}
.select-box:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  background: url("../images/arrow-select.svg") 0 0 no-repeat;
  pointer-events: none;
}
.select-box select {
  display: block;
  width: 100%;
  height: 0.38rem;
  padding-left: 1.5em;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0.05rem;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

.sec-ttl .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.97rem;
  line-height: 1;
  color: #2c2c2c;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-ttl .en {
    font-size: 0.55rem;
  }
}
.sec-ttl .en:first-letter {
  color: #d50b1a;
}
.sec-ttl .jp span {
  display: inline-block;
  padding: 0.05rem 0.1rem 0.07rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 900;
  background: #2c2c2c;
}
@media screen and (max-width: 768px) {
  .sec-ttl .jp span {
    font-size: 0.16rem;
  }
}

.sec-ttl2 .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.97rem;
  color: #fff;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-ttl2 .en {
    font-size: 0.55rem;
  }
}
.sec-ttl2 .jp {
  color: #a71e27;
  background: #fff;
  padding: 0.05rem 0.1rem 0.07rem;
  font-size: 0.2rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec-ttl2 .jp {
    font-size: 0.16rem;
  }
}

.link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #fff;
  height: 0.76rem;
  width: 2.91rem;
  position: relative;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
  background: #d50b1a;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .link-btn {
    height: 0.62rem;
    font-size: 0.16rem;
  }
}
.link-btn:after {
  content: "";
  display: inline-block;
  width: 0.1887rem;
  height: 0.1101rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.15rem;
  background-image: url("../images/common/arrow-icon-w.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*//////////////////////////////////////////
//  header
//////////////////////////////////////////*/
#mainHeader {
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.3rem;
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #mainHeader {
    height: 0.6rem;
    padding-left: 0.12rem;
    z-index: 99;
    box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.16);
  }
}
#mainHeader .logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.14rem;
}
#mainHeader .logo-area .logo {
  width: 1.8629rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .logo-area .logo {
    width: 1.3459rem;
  }
}
#mainHeader .logo-area p {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.625;
  color: #626262;
}
@media screen and (max-width: 768px) {
  #mainHeader .logo-area p {
    font-size: 0.1rem;
    line-height: 2.6;
  }
}
#mainHeader .nav-group {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .nav-group {
    flex-direction: column;
    gap: initial;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 100vh;
    top: 0.6rem;
    right: -100vw;
    transition: ease-in-out 0.3s all;
    opacity: 0;
    z-index: -1;
    padding: 0.2rem 0.18rem;
    overflow-y: scroll;
  }
  #mainHeader .nav-group.nav-group--open {
    right: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #mainHeader .nav-group .main-nav {
    width: 100%;
  }
}
#mainHeader .nav-group .main-nav ul {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mainHeader .nav-group .main-nav ul {
    flex-direction: column;
    gap: 0;
  }
  #mainHeader .nav-group .main-nav ul li {
    border-top: 1px solid #000;
    width: 100%;
  }
  #mainHeader .nav-group .main-nav ul li:last-child {
    border-bottom: 1px solid #000;
  }
  #mainHeader .nav-group .main-nav ul li a {
    display: flex;
    align-items: center;
    gap: 0.16rem;
    padding: 0.15rem 0;
  }
  #mainHeader .nav-group .main-nav ul li a em {
    font-size: 0.22rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
  }
  #mainHeader .nav-group .main-nav ul li a span {
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 1.4;
  }
}
#mainHeader .nav-group .main-nav ul em {
  display: none;
}
@media screen and (max-width: 768px) {
  #mainHeader .nav-group .main-nav ul em {
    display: block;
  }
}
#mainHeader .header-btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mainHeader .header-btn {
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.4rem;
    padding-bottom: 1rem;
  }
}
#mainHeader .header-btn li {
  width: 1.33rem;
  height: 0.7rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .header-btn li {
    width: 2.91rem;
    height: 0.62rem;
  }
}
#mainHeader .header-btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #fff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #mainHeader .header-btn li a {
    position: relative;
    box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
  }
  #mainHeader .header-btn li a:after {
    content: "";
    display: inline-block;
    width: 0.1887rem;
    height: 0.1101rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0.15rem;
    background-image: url("../images/common/arrow-icon-w.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#mainHeader .header-btn li.recruit-info a {
  background: #d50b1a;
  color: #fff;
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
#mainHeader .header-btn li.contact {
  background: #c3a24b;
  font-size: 0.17rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    border: none;
    background: #383838;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 11;
    right: 0;
    top: 0;
  }
}

.hm-line {
  width: 0.24rem;
  height: 0.16rem;
  display: flex;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 0.24rem;
  height: 0.01rem;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.hamburger-menu__bar:first-child {
  top: 0.22rem;
}

.hamburger-menu__bar:nth-child(2) {
  top: 0.3rem;
}

.hamburger-menu__bar:last-child {
  top: 0.38rem;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
  background: #fff;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

/*/////////////////////////////////////////
//  footer
/////////////////////////////////////////*/
#mainFooter .top-contents {
  background: #a71e27;
  padding-top: 1.1rem;
  padding-bottom: 0.87rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .top-contents {
    padding-top: 0.5rem;
    padding-bottom: 0.74rem;
  }
}
#mainFooter .top-contents .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #mainFooter .top-contents .inner {
    flex-direction: column;
    gap: 0.4rem;
  }
}
#mainFooter .top-contents .top-left .txt {
  font-size: 0.15rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 0.33rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .top-contents .top-left .txt {
    font-size: 0.14rem;
    line-height: 1.7857142857;
    margin-top: 0.2rem;
  }
}
#mainFooter .top-contents .top-right {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
#mainFooter .top-contents .top-right .items {
  width: 3.69rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .top-contents .top-right .items {
    width: 100%;
  }
}
#mainFooter .top-contents .top-right .btn-tel {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0.9rem;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
}
#mainFooter .top-contents .top-right .btn-tel .txt {
  font-size: 0.13rem;
  font-weight: 700;
  text-align: center;
  color: #2c2c2c;
  line-height: 1;
  margin-bottom: 0.1rem;
}
#mainFooter .top-contents .top-right .btn-tel .tel {
  font-size: 0.31rem;
  line-height: 1;
  color: #a71e27;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.04rem;
}
#mainFooter .top-contents .top-right .btn-tel .tel:before {
  content: "";
  display: inline-block;
  width: 0.2501rem;
  height: 0.2591rem;
  margin-bottom: 0.05rem;
  background-image: url("../images/common/tel-icon.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#mainFooter .top-contents .top-right .btn-tel .date {
  font-size: 0.13rem;
  font-weight: 700;
  text-align: center;
  color: #2c2c2c;
  line-height: 1;
}
#mainFooter .top-contents .top-right .btn-mail {
  background: #c3a24b;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.85rem;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
}
#mainFooter .top-contents .top-right .btn-mail span {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}
#mainFooter .top-contents .top-right .btn-mail span:before {
  content: "";
  display: inline-block;
  width: 0.3319rem;
  height: 0.245rem;
  background-image: url("../images/common/mail-icon.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#mainFooter .top-contents .top-right .btn-line {
  background: #888888;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.63rem;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
}
#mainFooter .top-contents .top-right .btn-line span {
  display: flex;
  gap: 0.16rem;
  align-items: center;
}
#mainFooter .top-contents .top-right .btn-line span:after {
  content: "";
  display: inline-block;
  width: 0.1196rem;
  height: 0.1495rem;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#mainFooter .bottom-contents .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.37rem 0.4rem 0.3rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .bottom-contents .inner {
    flex-direction: column;
    padding: 0.3rem 0.2rem 0.4rem;
    gap: 0.24rem;
  }
}
#mainFooter .bottom-contents .inner .bottom-left {
  display: flex;
  align-items: center;
  gap: 0.32rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .bottom-contents .inner .bottom-left {
    flex-direction: column;
    gap: 0;
  }
}
#mainFooter .bottom-contents .inner .bottom-right {
  display: flex;
  gap: 0.07rem;
}
#mainFooter .bottom-contents .inner .footer-logo {
  width: 2.2372rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .bottom-contents .inner .footer-logo {
    width: 1.78rem;
  }
}
#mainFooter .bottom-contents .inner .info {
  font-size: 0.12rem;
  line-height: 2.1666666667;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  #mainFooter .bottom-contents .inner .info {
    margin-top: 0.28rem;
  }
}
#mainFooter .bottom-contents .inner .sns {
  display: flex;
  gap: 0.12rem;
  margin-top: 0.2rem;
}
#mainFooter .bottom-contents .inner .sns img {
  display: block;
}
#mainFooter small {
  display: block;
  max-width: 10.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.4rem 0.24rem;
  font-size: 0.1rem;
  line-height: 1;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  #mainFooter small {
    padding: 0 0 0.8rem;
    text-align: center;
  }
}

.footer-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-btn {
    position: fixed;
    width: 100%;
    bottom: 0.14rem;
    display: flex;
    gap: 0.16rem;
    padding: 0 0.18rem;
  }
}
.footer-btn li {
  width: calc((100% - 0.16rem) / 2);
  height: 0.38rem;
}
.footer-btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #fff;
  height: 100%;
  position: relative;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
}
.footer-btn li a:after {
  content: "";
  display: inline-block;
  width: 0.1211rem;
  height: 0.0706rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.05rem;
  background-image: url("../images/common/arrow-icon-w.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-btn li.recruit-info a {
  background: #d50b1a;
  color: #fff;
  font-size: 0.14rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.footer-btn li.contact {
  background: #c3a24b;
  font-size: 0.14rem;
  font-weight: 700;
}

/*//////////////////////////////////////////
//  アニメーション設定
//////////////////////////////////////////*/
.fu {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.fu.fadeup {
  opacity: 1;
  transform: translateZ(0);
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}
.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*//////////////////////////////////////////
//  slick上書き
//////////////////////////////////////////*/
/* Arrows */
.slick-prev,
.slick-next {
  height: 0.6rem;
  width: 0.6rem;
  line-height: 0;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
  border: 0.03rem solid #000;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.03rem solid #000;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #fff;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev {
  left: 22%;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 1.5%;
  }
}
.slick-prev:before {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-bottom: 0.03rem solid #000;
  border-right: 0.03rem solid #000;
  transform: rotate(135deg);
  margin-left: 0.08rem;
}
@media screen and (max-width: 768px) {
  .slick-prev:before {
    width: 0.15rem;
    height: 0.15rem;
    border-bottom: 0.03rem solid #000;
    border-right: 0.03rem solid #000;
    margin-left: 0.08rem;
  }
}

.slick-next {
  right: 22%;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 1.5%;
  }
}
.slick-next:before {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-bottom: 0.03rem solid #000;
  border-right: 0.03rem solid #000;
  transform: rotate(-45deg);
  margin-right: 0.08rem;
}
@media screen and (max-width: 768px) {
  .slick-next:before {
    width: 0.15rem;
    height: 0.15rem;
    border-bottom: 0.03rem solid #000;
    border-right: 0.03rem solid #000;
    margin-right: 0.08rem;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0rem;
}

.slick-dots {
  position: absolute;
  bottom: -0.3rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -0.25rem;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.15rem;
  width: 0.15rem;
  margin: 0 0.05rem;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    height: 0.15rem;
    width: 0.15rem;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0.15rem;
  width: 0.15rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    height: 0.15rem;
    width: 0.15rem;
  }
}
.slick-dots li button:before {
  content: "";
  background: #9a9a9a;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  line-height: 0.15rem;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    height: 0.15rem;
    width: 0.15rem;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button:before {
  background: #000;
}/*# sourceMappingURL=common.css.map */