@charset "UTF-8";


/*====================================

  ----------------------------------
  Color
  ----------------------------------

    Blue        : #004C8F
    Light       : #E8F3FA
    Yellow      : #D8C700
    Orange      : #CA4B02
    Green       : #006F47

    border      : #CCDBE9
    text        : #3E475B

  ----------------------------------
  font
  ----------------------------------

    JP  : BIZ UDGothic
    EN  : None

====================================*/
/* 置換前 */
:root {
  --primary: #f9f7ed;
  --secondary: #68d28f;
  --tertiary: #d5f4e3;
  --quaternary: #1774ad;
  --quinary: #ce391b;
  --border: #c8c8c8;
  --text: #333;
}

/*==================================
  1. General - サイト共通
==================================*/
html {
  scroll-behavior: smooth;
}
html:has(.l-header_utility[aria-hidden=false]) {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #242424;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

#skiptocontent a {
  color: #242424;
  background: #F5D347;
}

.l-wrapper {
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .l-wrapper {
    font-size: 1.6rem;
  }
}
.l-wrapper.is-fixed {
  position: fixed;
}

.l-wrap {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.l-wrap--lg {
  max-width: 1640px;
}

/* @media only screen and (max-width: 767px) {
  .l-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
} */
/* header-up*/
.l-header_info.hide {
  transform: translateY(-100%);
  transition: 0.8s;
}

.l-header_info.show {
  transform: translateY(0%);
  transition: 0.8s;
}

/*==================================
  2. Municipality- 緊急情報
==================================*/
.l-header_info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  background: #de0000;
  color: #fff;
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}

.l-header_info_txt {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.l-header_info_date {
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid #fff;
}

.l-header_info a {
  display: inline-block;
  color: #fff;
  flex: 1;
}

/* Adjustment　*/
.l-header_info.hide {
  transform: translateY(-100%);
  transition: 0.8s;
}

.l-header_info.show {
  transform: translateY(0%);
  transition: 0.8s;
}

@media only screen and (max-width: 767px) {
  .l-header_info {
    font-size: 1.2rem;
    padding: 10px 15px;
  }
  .l-header_info_txt {
    width: 100%;
    padding-left: 0;
    padding-right: 55px;
    flex-direction: column;
  }
  .l-header_info_date {
    display: block;
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FBF0EB;
  z-index: 4000;
  min-height: 10rem;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1199px) {
  .l-header {
    min-height: initial;
  }
}
.l-header_inr {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 40px 0;
  display: flex;
  justify-content: space-between;
}

.l-header_logo {
  padding-top: 5px;
  width: 320px;
  aspect-ratio: 32/7;
}

.l-header_logo a {
  display: block;
}

.l-header_logo img {
  display: block;
}

.l-header_utility_inr {
  display: flex;
  flex-direction: column-reverse;
}

.l-header_nav {
  display: flex;
  justify-content: flex-end;
  font-size: clamp(1.6rem, 0.4rem + 1vw, 1.8rem);
  padding: 10px 0 5px;
}

.l-header_nav_item {
  padding: 0 0.75em;
  display: block;
}

.l-header_nav_item:first-child {
  padding: 0 0.75em 0 0;
}

.l-header_nav_item:last-child {
  padding: 0 0 0 0.75em;
}

@media screen and (max-width: 1199px) {
  .l-header_nav .l-header_nav_item {
    padding: 0;
    border-bottom: 2px dotted #242424;
  }
}
.l-header_nav_item a {
  color: currentColor;
}

.l-header_nav_item_label {
  font-weight: 700;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 5px 0;
}

@media screen and (max-width: 1199px) {
  .l-header_nav_item_label {
    padding: 15px 0;
  }
}
.l-header_nav_item_label:focus,
.l-header_nav_item_label:hover {
  color: #46695A;
  opacity: 1;
}

.l-header_nav_item_label::after {
  content: "";
  opacity: 0;
  transition: 0.4s;
  display: block;
  width: 100%;
  height: 4px;
  background: #46695A;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .l-header_nav_item:hover .l-header_nav_item_label {
    color: #46695A;
  }
}
.l-header_nav_item:hover .l-header_nav_item_label::after, .l-header_nav_item:has(a:focus) .l-header_nav_item_label {
  opacity: 1;
  color: #46695A;
}

.l-header_nav_item:hover .l-header_nav_item_label::after,
.l-header_nav_item:has(a:focus) .l-header_nav_item_label::after {
  opacity: 1;
}

.l-header_nav_item:hover .l-header_nav_item_child, .l-header_nav_item:has(a:focus) .l-header_nav_item_child {
  opacity: 1;
  visibility: visible;
}

.l-header_nav_item_child {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #FBF0EB;
  width: 100%;
  transition: 0.3s;
  padding: 60px 10vw;
}

.l-header_nav_item_child_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 40px;
}

.l-header_nav_item_child_list li a {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  text-decoration: none;
}

.l-header_nav_item_child_list li a::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  transition: 0.4s;
  width: 1.2rem;
  height: 1.2rem;
  background: #46695A;
  border-radius: 4px;
  display: inline-block;
}

.l-header_nav_item_child_list li a:hover, .l-header_nav_item_child_list li a:focus-visible {
  opacity: 1;
  font-weight: 700;
  color: #46695A;
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.l-header_utility_sub_inr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 1.6rem;
}

.l-header_utility_sub_navi {
  display: flex;
  gap: 1em;
}

.l-header_utility_sub_navi_item {
  position: relative;
}

.l-header_utility_sub_navi_item a {
  color: currentColor;
}

.l-header_utility_sub_form {
  height: 3.6rem;
}

.l-header_utility_sub_translate a {
  display: block;
  padding: 4px 1em;
  background: #F5D347;
  border-radius: 20px;
  font-weight: 700;
  color: currentColor;
  letter-spacing: 0;
  text-decoration: none;
}

.l-header_utility_sub_translate a span {
  display: flex;
  align-items: center;
}

.l-header_utility_sub_translate a span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  mask: url(/assets/images/common/icon_lang.svg) no-repeat center center/contain;
  background: currentColor;
  margin-right: 1rem;
}

@media screen and (max-width: 1199px) {
  .l-header_inr {
    padding: 0;
  }
  .l-header_logo {
    width: 210px;
    padding: 10px;
  }
  .l-header_utility {
    display: none;
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100svh;
    height: 100%;
    background: #FBF0EB;
    overflow: auto;
  }
  .l-header_utility_inr {
    flex-direction: column;
    padding: 60px 40px 40px;
  }
  .l-header_nav {
    display: block;
    padding-top: 10px;
  }
  .l-header_nav_item_label {
    text-align: center;
  }
  .l-header_nav_item_label::after {
    content: none;
  }
  .l-header_nav_item_child {
    display: none;
  }
  .l-header_utility_sub {
    padding-top: 30px;
  }
  .l-header_utility_sub_inr {
    flex-direction: column;
  }
  .l-header_utility_sub_navi {
    display: block;
    margin-right: 0;
  }
  .l-header_utility_sub_navi_item {
    text-align: center;
  }
}
#nav-toggle {
  display: none;
}

@media screen and (max-width: 1199px) {
  #nav-toggle {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    width: 7rem;
    z-index: 999;
    position: relative;
  }
  #nav-toggle .hamburger {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 2.8rem;
    text-align: center;
  }
  #nav-toggle .line {
    display: block;
    width: 4rem;
    height: 5px;
    background: #46695A;
    position: absolute;
    left: 1.6rem;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle .line:nth-child(1) {
    top: 1.6rem;
  }
  #nav-toggle .line:nth-child(2) {
    top: 2.8rem;
  }
  #nav-toggle .off {
    display: none;
  }
  #nav-toggle .is-open .line {
    top: 2.2rem;
  }
  #nav-toggle .is-open .line:nth-child(1) {
    transform: rotate(330deg);
  }
  #nav-toggle .is-open .line:nth-child(2) {
    transform: rotate(-150deg);
  }
  #nav-toggle .is-open .on {
    display: none;
  }
  #nav-toggle .is-open .off {
    display: block;
  }
}
#js-search {
  width: 30rem;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 1199px) {
  #js-search {
    max-width: 100%;
  }
}
#js-search input {
  border-radius: 30px 0 0 30px;
  background: #FFF;
  border: 1px solid #F5D347;
  border-right: none;
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  width: 100%;
}

#js-search input::placeholder {
  color: #707070;
}

#js-search button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5D347;
  border-radius: 0 30px 30px 0;
  font-weight: 700;
  padding: 1rem 1.8rem;
}

#js-search button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1199px) {
  #js-search {
    margin-left: auto;
    margin-right: auto;
  }
}
a.c-btn, button.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  width: 320px;
  height: 60px;
  border: 2px solid #242424;
  background: #242424;
  border-radius: 30px;
  text-decoration: none;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  a.c-btn, button.c-btn {
    height: 60px;
    max-width: 100%;
  }
}
a.c-btn:active, button.c-btn:active,
a.c-btn:focus, button.c-btn:focus,
a.c-btn:hover, button.c-btn:hover {
  opacity: 0.8;
}

a.c-btn--white, button.c-btn--white {
  border-color: #FFF;
  background: none;
  color: #FFF;
}

.c-tablist {
  position: relative;
  display: flex;
  gap: 10px;
  background: #FBF0EB;
  border-radius: 6rem 6rem 0 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .c-tablist {
    gap: 4px;
    border-radius: 3rem 3rem 0 0;
  }
}
.c-tablist_item {
  flex: 1;
  background: #e0e0e0;
  padding: 15px 1em;
  text-decoration: none;
  border: none;
  box-shadow: none;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .c-tablist_item {
    padding: 12px 10px;
  }
}
.c-tablist_item:first-child {
  border-radius: 6rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-tablist_item:first-child {
    border-radius: 3rem 0 0 0;
  }
}

.c-tablist_item:last-child {
  border-radius: 0 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-tablist_item:last-child {
    border-radius: 0 3rem 0 0;
  }
}

.c-tablist_item:hover {
  opacity: 0.8;
}

.c-tablist_item:focus-visible {
  outline-color: var(--text);
}

.c-tablist_item[aria-selected=true] {
  background: #FFF;
}

[role=tabpanel].is-hidden {
  display: none;
}

.l-footer {
  position: relative;
  margin-top: 160px;
  padding: 90px 0 0;
 /*  background: linear-gradient(to bottom, transparent 10%, #46695A 10%); */
  color: #FFF;
 /*  isolation: isolate; */
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 80px;
    padding: 20px 0 0;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: #46695A;
  z-index: -1;
  mask: url(../images/common/frame_footer.svg) no-repeat top center/100% auto;
}

.l-footer::after {
  position: absolute;
  top: -120px;
  left: 49.2%;
  transform: translateX(-50%);
  content: "";
  width: 89.1%;
  height: 210px;
  display: block;
  background: url(../images/common/deco_footer_01.svg) no-repeat left bottom/240px auto, url(../images/common/deco_footer_02.svg) no-repeat right top/160px auto;
}

.footer {
  padding: 4rem 0 2rem;
  position: relative;
  background: #46695A;
}

@media screen and (max-width: 1199px) {
  .l-footer::after {
    top: -100px;
    height: 150px;
    background-size: 200px auto, 120px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    mask-image: url(../images/common/frame_footer_sp.svg);
  }
  .l-footer::after {
    top: auto;
    bottom: calc(100% - 30px);
    left: 50%;
    width: 96.8%;
    height: 92px;
    background-size: 100px auto, 80px auto;
  }
}
.footer__main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1199px) {
  .footer__main {
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo {
  width: 280px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__button {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .footer__button {
    order: 3;
  }
  .footer__button a {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__button a, .footer__button button {
  justify-content: flex-start;
  gap: 20px;
  padding: 0 30px;
}

.footer__button a img, .footer__button button img {
  width: 30px;
}

.footer__info {
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer__info {
    order: 2;
    margin-top: 20px;
  }
}
.footer__info__name {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .footer__info__name {
    display: block;
    font-size: 1.8rem;
  }
}
.footer__info__address {
  margin-top: 10px;
}

.footer__info a {
  color: inherit;
}

.footer__info__map {
  text-decoration: underline;
}

.footer__info__tel {
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .footer__info a {
    text-decoration: underline;
    pointer-events: auto;
  }
}
.footer__link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 30px 0;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .footer__link {
    display: block;
    padding: 20px 0;
  }
}
.footer__link__item:not(:last-of-type)::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .footer__link__item:not(:first-of-type)::before {
    content: none;
  }
}
.footer__link__item a {
  color: currentColor;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3.6rem;
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 1rem;
    margin-top: 4rem;
  }
}
.pagetop {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  text-align: center;
  z-index: 1;
}

.pagetop a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: currentColor;
  padding-top: 0.8rem;
}

.pagetop a::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  width: 6rem;
  height: 6rem;
  display: block;
  background: url(/assets/images/common/icon_arrow.svg) no-repeat center/2rem auto, #F5D347;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .pagetop a::before {
    width: 4rem;
    height: 4rem;
    background-size: 1.3rem auto;
  }
}

.u-bg-green {
  background: #A0C3B9;
}

.u-radius {
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .u-radius {
    border-radius: 30px;
  }
}

.c-searchList {
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .c-searchList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-searchList {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.c-searchList li a {
  text-decoration: none;
  border-radius: 30px;
  display: block;
  height: 100%;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .c-searchList li a {
    border-radius: 20px;
  }
}
.c-searchList li a [class*=es] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-searchList li a [class*=es] {
    gap: 16px;
  }
}
.c-searchList li a [class*=es]::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 60px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  .c-searchList li a [class*=es]::before {
    width: 40px;
  }
}
.c-searchList li a .es01::before {
  background-image: url(../images/common/icon_search_01.svg);
}
.c-searchList li a .es02::before {
  background-image: url(../images/common/icon_search_02.svg);
}
.c-searchList li a .es03::before {
  background-image: url(../images/common/icon_search_03.svg);
}
.c-searchList li a .es04::before {
  background-image: url(../images/common/icon_search_04.svg);
}
.c-searchList li a .es05::before {
  background-image: url(../images/common/icon_search_05.svg);
}
.c-searchList li a .es06::before {
  background-image: url(../images/common/icon_search_06.svg);
}
.c-searchList li a .es07::before {
  background-image: url(../images/common/icon_search_07.svg);
}
.c-searchList li a .es08::before {
  background-image: url(../images/common/icon_search_08.svg);
}
.c-searchList li a .es09::before {
  background-image: url(../images/common/icon_search_09.svg);
}
.c-searchList li a .es10::before {
  background-image: url(../images/common/icon_search_10.svg);
}
.c-searchList__home {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .c-searchList__home {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-searchList__home {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.c-searchList__home li a {
  background: #FFF;
}
.c-searchList__home li a [class*=es] {
  padding: 20px 20px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-searchList__home li a [class*=es] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.c-searchList__side {
  margin-top: 20px;
}
.c-searchList__side li a [class*=es] {
  gap: 20px;
}
.c-searchList__side li a [class*=es]::before {
  width: 46px;
}

.c-newsFrame--home {
  position: relative;
  background: #FFF;
  border-radius: 0 0 60px 60px;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .c-newsFrame--home {
    border-radius: 0 0 30px 30px;
    padding: 20px;
  }
}
.c-newsList {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}

.c-newsList--hFix {
  height: 370px;
  overflow: auto;
}

.c-newsList_item {
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-newsList_item {
    padding: 15px 0;
  }
}

.c-newsList_item:last-child {
  border-bottom: none;
}

.c-newsList_item_date {
  font-size: calc(1em - 2px);
}

.c-newsList_item_body {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-newsList_item_body {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.c-newsList_item_body a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-newsList_item_body a {
    white-space: wrap;
    text-overflow: inherit;
    overflow: visible;
  }
}

.c-label {
  background: #F5D347;
  padding: 0 10px;
  border-radius: 50px;
  display: inline-block;
  min-width: 16rem;
  flex-shrink: 0;
  text-align: center;
  font-size: 88%;
}
@media screen and (max-width: 767px) {
  .c-label {
    min-width: 14rem;
  }
}

.buttons-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 	slick original
====================================*/
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 32px;
  transform: translateY(-50%);
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin-top: -10px;
  z-index: 10;
}

.slick-arrow::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  margin-top: 4px;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev::before {
  left: 5px;
  border-left: 5px solid #242424;
  border-bottom: 5px solid #242424;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next::before {
  right: 5px;
  border-top: 5px solid #242424;
  border-right: 5px solid #242424;
}

.slick-dots {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 4.5rem;
    right: 102px;
    gap: 10px;
  }
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #242424;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.slick-dots li.slick-active button {
  background: #F5D347;
}