:root {
  interpolate-size: allow-keywords;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.sp-flex {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.clr-blue {
  color: var(--color-green);
}

.clr-pink {
  color: var( --color-red) !important;
}

.clr-white {
  color: #fff;
}

.bg-blue {
  background-color: var(--color-green);
}

.bg-pink {
  background-color: var( --color-red) !important;
}

.bg-white {
  background-color: #fff;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .fs16 {
    font-size: 14px;
  }
}

.fs20 {
  font-size: 20px;
}

.border-bot {
  border-bottom: 1px dashed #c6c6c6;
}

/* Splide Styling
--------------------------------------------------------*/

.splide__list {
  height: auto !important;
}
.splide__pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  gap: 16px;
  top: 50%;
  left: initial;
  right: 10px;
  bottom: initial;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .splide__pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    top: initial;
    left: 50%;
    right: initial;
    bottom: -18px;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}

.splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid var(--color-green);
  opacity: 1;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}

.splide__pagination__page.is-active {
  background-color: var(--color-green);
  -webkit-transform: initial;
  transform: initial;
}

.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 0;
  left: 30px;
}

@media screen and (max-width: 767px) {
  .splide__arrows {
    gap: 20px;
    top: -70px;
    left: initial;
    right: 3%;
    bottom: initial;
  }
}

.splide__arrow {
  width: 60px;
  height: 60px;
  background-color: var(--color-green);
  border: 2px solid var(--color-green);
  opacity: 1;
  position: relative;
  top: initial;
  -webkit-transform: initial;
  transform: initial;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .splide__arrow {
    width: 40px;
    height: 40px;
    background-color: var(--color-green);
  }
}

.splide__arrow::before {
  content: "";
  width: 22px;
  height: 19px;
  background: url("../img/ico_arrow_white.svg") center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .splide__arrow::before {
    width: 13px;
    height: 11px;
  }
}

.splide__arrow > svg {
  display: none;
}

.splide__arrow:hover {
  background-color: #fff;
}

.splide__arrow:hover::before {
  background-image: url("../img/ico_arrow_blue.svg");
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.splide__arrow--next {
  right: 0;
}

.splide__arrow--next::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-voice_slider .splide__arrows {
  width: 324px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-voice_slider .splide__arrows {
    width: 176px;
    top: auto;
    bottom: 0;
  }
}

.p-voice_slider .splide__pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  top: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-voice_slider .splide__pagination {
    bottom: 16px;
  }
}
