/*-----------------------
body
------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.sp {
    display: none;
  }

/* SPの場合（例: 画面幅767px以下）は表示（改行） */
@media screen and (max-width: 767px) {
  .sp {
    display: block; /* または inline、inline-block など */
  }
}

.button {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
  width: 168px;
  padding-bottom: 10px;
  overflow: hidden;
  background: url(../media/images/common/icon_button-arrow-right.svg) no-repeat right 3px top 9px / 5px 7px;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 11px;
    font-weight: 600;
    width: 137px;
  }
}

.button::before, .button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.button::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media screen and (min-width: 769px) {
  .button:hover {
    opacity: 1;
  }
  .button:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }
  .button:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    -o-transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99), -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.button--white {
  color: #FFF;
  background: url(../media/images/common/icon_button-arrow-right_white.svg) no-repeat right 3px top 9px / 5px 7px;
}
.button--white::before, .button--white::after {
  background-color: #FFF;
}
.button--back {
  text-align: right;
  background: url(../media/images/common/icon_button-arrow-left.svg) no-repeat left 3px top 9px / 5px 7px;
}
.button--no-active {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0.24;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .button--no-active {
    font-size: 15px;
  }
}

/*-----------------------
ヘッダー
------------------------*/

.header {
  padding: 20px 70px;
  background-color: rgba(255, 255, 255, 0.7);;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 1;
  width: 100%;
  position: relative;
  z-index: 50;
}

.header__logo {
  width: 167px;
  }

  .header .depth1 li a {
  color: #004B20;
}

  .header .depth1 .gnavi__list li a {
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
}


@media screen and (max-width: 1088px) {
  .header {
    padding: 0px 0px 0pc 25px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 66px;
    padding: 0px 0px 0pc 25px;
  }
}

@media screen and (max-width: 1088px) {
  .header__logo {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 120px;
  }
}
.header .depth1 {
  position: relative;
  z-index: 2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 700;
}

.header .depth1 img{
  position: relative;
  z-index: 2;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .header .depth1 {
    display: none;
  }
}
.header .depth1 li {
  margin-left: 70px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1088px) {
  .header .depth1 li {
    margin-left: 20px;
    font-size: 15px;
    font-weight: 700;
  }
}
.header .depth1 li.active a {
  color: #004B20;
}
.header .depth1 li.last {
  min-width: 160px;
  text-align: center;
  position: relative;
  margin-left: 65px;
}
@media screen and (max-width: 1088px) {
  .header .depth1 li.last {
    margin-left: 40px;
  }
}
.header .depth1 li.last a {
  display: block;
  width: 100%;
  color: #FFF;
}
.header .depth1 li.last a::before {
  content: "";
  display: block;
  background-color: #004B20;
  width: 160px;
  height: 160px;
  position: absolute;
  top: -58px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .header .depth1 li.last a:hover {
    opacity: 0.9;
  }
}
@media screen and (min-width: 769px) {
  .header .depth1 li.last a:hover::before {
    opacity: 1;
  }
}
.header__gnavi {
  height: 40px;
}
.header__glink {
  height: 40px;
}
.header__breadcrumbs {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
}
.header__breadcrumbs li {
  display: inline-block;
  border-right: 1px solid #000;
}
.header__breadcrumbs li a, .header__breadcrumbs li span {
  display: inline-block;
  line-height: 1;
  padding-left: 14px;
  padding-right: 14px;
  color: #000;
  white-space: nowrap;
}
.header__breadcrumbs li:first-of-type {
  padding-left: 28px;
}
.header__breadcrumbs li:first-of-type a, .header__breadcrumbs li:first-of-type span {
  padding-left: 0;
}
.header__breadcrumbs li:last-of-type {
  padding-right: 28px;
  border-right: none;
}
.header__breadcrumbs li:last-of-type a, .header__breadcrumbs li:last-of-type span {
  padding-right: 0;
}
.header .square_block {
  content: "";
  display: block;
  font-size: 0;
  width: 29.28%;
  width: 160px;
  max-width: 160px;
  background: #004B20;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 768px) {
  .header .square_block {
    width: 26.67%;
    max-width: 150px;
  }
}
.header .square_block::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.wholewrapper:not(.top) .header {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .wholewrapper:not(.top) .header {
    margin-bottom: 15px;
  }
}
.nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateZ(4px);
  transform: translateZ(4px);
  overflow-y: auto;
  background: #004B20;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav::-webkit-scrollbar {
  display: none;
}
.nav a {
  color: #FFF;
}
.nav__inner {
  padding-top: 40px;
  margin-left: 35px;
  margin-right: 70px;
}

.nav .spnav__list a {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .nav__inner {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
}
.nav__logo {
  width: 230px;
  height: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .nav__logo {
    width: 153px;
    height: 30px;
    margin: 20px 0 0 25px;
  }
}
.menuBtn {
  position: absolute;
  top: 40px;
  right: 35px;
  width: 40px;
  height: 40px;
  padding: 10px 5px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 200;
  -webkit-transform: translateZ(5px);
  transform: translateZ(5px);
}
@media screen and (max-width: 768px) {
  .menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66px;
    height: 72px;
    top: -6px;
    right: 0;
    padding: 28px 21px;
    background-color: #004B20;
  }
}
.menuBtn:hover {
  cursor: pointer;
}
.menuBtn::after {
  content: "MENU";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-align: center;
  z-index: 201;
  color: #FFF;
}
.menuBtn span {
  display: inline-block;
  width: 22px;
  border-top: 2px solid #FFF;
  -webkit-transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, color, background-color, -webkit-transform;
  -o-transition-property: opacity, transform, color, background-color;
  transition-property: opacity, transform, color, background-color;
  transition-property: opacity, transform, color, background-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .menuBtn span {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .menuBtn span {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.menuBtn span::after {
  content: "";
}
.menuBtn.active {
  background: transparent;
  position: fixed;
}
.menuBtn.active::after {
  display: none;
}
.menuBtn.active span {
  border-color: #FFF;
}
.menuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-225deg);
  transform: translateY(7px) rotate(-225deg);
}
.menuBtn.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.menuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateX(0) translateY(-7px) rotate(-135deg);
  transform: translateX(0) translateY(-7px) rotate(-135deg);
}
.sp__nav {
  height: calc(100svh - 50px);
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sp__nav {
    display: flex;
  }
}
.sp__nav-list {
  margin-top: -50px;
}

.spnav__lists {
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.spnav__lists a {
  margin-bottom: 5px;
}

.sp__nav-list li {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  width: 200px;
  padding: 20px 30px 20px 0px;
}
.sp__nav-list li:last-child {
  margin-bottom: 0;
}

.sp__nav-list li .spnav__list li a {
  padding: none;
}

.sp__nav-links {
  color: #fff;
}

.dropdown__lists ul {
    display: none;
    position: absolute;
}

.gnavi__list:hover .dropdown__lists {
    display: block;
    height: 150px;
}
.dropdown__list {
    background-color: #004B20;
    width: 200px;
    transition: all .3s;
    position: relative;
    right:120px;
    top:15px;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    background-color: #004B20;
    position: absolute;
}
.dropdown__list:hover {
    background-color: #004B20;
}
.dropdown__list a {
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 20px;
    width: 200px;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.dropdown__lists {
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.dropdown__lists {
    transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}



/*-----------------------
フッター
------------------------*/

.footer {
  position: relative;
  width: 100%;
  color: #FFF;
  background-color: #004B20;
  z-index: 10;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .footer {
    height: auto;
    padding-bottom: 30px;
  }
}
.footer a {
  color: #FFF;
}
.footer__primary {
  width: 100%;
  max-width: calc(1088px + 50px);
  margin: auto;
  padding-top: 60px;
  padding: 67px 25px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__primary {
    height: auto;
    padding-top: 40px;
    flex-direction: column;
    padding-right: 20px;
  }
}
.footer__primaryRight {
  text-align: right;
  margin-top: -7px;
}

.footer__sns {
  width: 325px;
}

@media screen and (max-width: 768px) {
  .footer__primaryRight {
    text-align: left;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 10px;
  }
}
.footer__secondary {
  width: 100%;
  margin: auto;
  padding: 45px 25px 0;
}
@media screen and (max-width: 768px) {
  .footer__secondary {
    padding: 30px 20px 0;
  }
}
.footer__secondaryInner {
  width: 100%;
  height: 100%;
  max-width: 1088px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__secondaryInner {
    padding-top: 30px;
    flex-direction: column;
  }
}
.footer__logo {
  max-width: 204px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 0 12px;
    max-width: 153px;
  }
}
.footer__logo-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  align-items:flex-end
}
@media screen and (max-width: 1088px) {
  .footer__logo-list {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-list {
    flex-wrap: wrap;
    max-width: 250px;
    gap: 10px 22px;
    margin: auto;
  }
}
.footer__logo-list li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer__logo-list li {
    margin-top: 0;
  }
}
.footer__logo-list li.head {
  width: 237px;
  height: auto;
  margin-right: 18px;
  margin-top: 0;
}
@media screen and (max-width: 1088px) {
  .footer__logo-list li.head {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-list li.head {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-list li.head img {
    max-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-list li.ys-quality img {
    max-height: 20px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-list li img {
    max-height: 12px;
    width: auto;
  }
}
.footer__name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .footer__name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.footer__address {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 12px;
    line-height: 1.66666;
    margin-bottom: 7px;
  }
}
.footer__tel {
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__tel {
    font-size: 14px;
    margin-top: 20px;
  }
}
.footer__tel span {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer__tel span {
    font-size: 23px;
  }
}
.footer__fax {
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .footer__fax {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.footer__fax span {
  letter-spacing: 0.05em;
}
.footer__businesshours {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 7px 0 15px;
}
@media screen and (max-width: 768px) {
  .footer__businesshours {
    font-size: 11px;
    margin: 6px 0 22px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact {
    width: 100%;
  }
}
.footer__contact a {
  color: #004B20;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 17px 10px;
  max-width: 331px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__contact a {
    display: block;
  }
}
.footer__copyright {
  text-align: center;
  font-family: "Jost", sans-serif;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 14px;
  letter-spacing: 0.06em;
  min-width: 100px;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 31px;
    font-size: 10px;
  }
}


html {
  font-size: 100%;
}
html.fixed {
  overflow: hidden;
}
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #FFF;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6875;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
li {
  line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1;
}
a {
  display: block;
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition-property: opacity, visibility, color, background-color;
  -o-transition-property: opacity, visibility, color, background-color;
  transition-property: opacity, visibility, color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
  a {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
a:active, a:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tab_only {
    display: none;
  }
}
#wholewrapper {
  display: flex;
  flex-flow: column;
  min-height: 100svh;
  overflow: hidden;
}
main {
  flex: 1;
}
.slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-slider div {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
img {
  width: 100%;
  height: auto;
}
img.preload {
  width: 0px;
  height: 0px;
  display: none;
}
.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrowBox .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border: 1px solid #000;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .arrowBox .slick-arrow {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
.arrowBox .slick-arrow:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .arrowBox .slick-arrow:first-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 350px) {
  .arrowBox .slick-arrow:first-child {
    margin-right: 6px;
  }
}
.arrowBox .slick-arrow .shevron {
  width: 5px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../media/images/common/icon_button-arrow-right.svg");
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .arrowBox .slick-arrow .shevron {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
.arrowBox .slick-arrow .shevron--left {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
@media screen and (min-width: 769px) {
  .arrowBox .slick-arrow:hover {
    cursor: pointer;
    background-color: #000;
  }
  .arrowBox .slick-arrow:hover .shevron {
    background-image: url("../media/images/common/icon_button-arrow-right_white.svg");
  }
}
@media screen and (max-width: 768px) {
  .arrowBox .slick-arrow.hover {
    background-color: #000;
  }
  .arrowBox .slick-arrow.hover .shevron {
    background-image: url("../media/images/common/icon_button-arrow-right_white.svg");
  }
}
/*# sourceMappingURL=./common.css.map */