html {
  scroll-behavior: smooth;
  font-size: 2.7906976744vw;
}
@media screen and (min-width: 969px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

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

body {
  font-family: "Quicksand-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

img {
  width: 100%;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a,
button {
  text-decoration: none;
  color: #0066C5;
}
a:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}

ul {
  list-style: none;
}

b, strong {
  font-weight: 700 !important;
}

/* Variable */
/* Font */
@font-face {
  font-family: "Quicksand-Light";
  src: url("../fonts/Quicksand-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand-Regular";
  src: url("../fonts/Quicksand-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand-Medium";
  src: url("../fonts/Quicksand-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand-SemiBold";
  src: url("../fonts/Quicksand-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand-Bold";
  src: url("../fonts/Quicksand-Bold.ttf") format("truetype");
  font-display: swap;
}
.section_banner-ttl {
  position: relative;
}
.section_banner-ttl::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0%;
  width: 7rem;
  height: 0.25rem;
  background-image: url("../images/line_ttl.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 969px) {
  .section_banner-ttl::before {
    width: 14.1rem;
    height: 0.5rem;
    bottom: -2rem;
    left: 0%;
  }
}

.guide_slide .slick-arrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 3rem);
  width: 4rem;
  height: 4rem;
  font-size: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.guide_slide .slick-arrow::before {
  content: "";
  border: solid 1.5rem transparent;
}
@media screen and (min-width: 969px) {
  .guide_slide .slick-arrow {
    left: -1rem;
    transform: translateX(0);
  }
}
.guide_slide .slick-prev::before {
  border-right: solid 2rem #A8731F;
}
.guide_slide .slick-next {
  left: calc(50% + 2rem);
}
@media screen and (min-width: 969px) {
  .guide_slide .slick-next {
    left: 4rem;
  }
}
.guide_slide .slick-next::before {
  border-left: solid 2rem #A8731F;
}
.guide_slide .slick-prev.slick-disabled::before {
  border-right-color: #D9D9D9 !important;
}
.guide_slide .slick-next.slick-disabled::before {
  border-left-color: #D9D9D9 !important;
}

.guide_slide-grid {
  display: grid;
}
@media screen and (min-width: 969px) {
  .guide_slide-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
}
@media screen and (min-width: 969px) {
  .guide_slide-grid-title {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media screen and (min-width: 969px) {
  .guide_slide-grid-image {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.guide_slide-grid-content {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 969px) {
  .guide_slide-grid-content {
    grid-row-start: 2;
    grid-row-end: 3;
    margin: 0;
  }
}/*# sourceMappingURL=global.css.map */