* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "M PLUS 1p", sans-serif;
}

button {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}

html {
  scroll-padding-top: 130px;
}
section {
  position: relative;
  overflow: hidden;
}
.faq-top-container {
  height: 400px;
}
.faq-top-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq-top-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.content {
  position: relative;
  z-index: 1;
}
.faq-bottom-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq-bottom-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.faq-title {
  font-weight: 700;
  font-size: 67.74px;
  line-height: 110.00000000000001%;
  letter-spacing: -2.42px;
  color: white;
}

.c-page_nav {
  margin-bottom: 3rem;

  ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
.c-page_nav_title {
  font-size: 0.86em;
  font-weight: 800;
}
.c-page_nav_item {
  margin-bottom: 0.33em;
}
.c-page_nav_button {
  padding: 0.2em 0;
  padding-right: 2.33em;
  color: #107f48;
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23107f48' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 1.66em;
  background-position: 100% 50%;
}
.l-page_sidemenu .c-page_nav_button  {
  background-image: unset;
}

.accordion-container {
  counter-reset: faq;
}
.accordion-container h3 {
  font-family: M PLUS 1p;
  font-weight: 800;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: -1%;
  color: #000000;
  margin-bottom: 20px;
}
.accordion-item {
  border: 1px solid #107f48 !important;
  border-top-right-radius: 16px !important;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  overflow: hidden;
}
.accordion-header {
  position: relative;
  counter-increment: faq;

  &::before {
    position: absolute;
    display: inline-block;
    content: "Q";
    top: -0.3em;
    left: -0.25em;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    color: #107f48;
    opacity: 0.1;
  }
}
.accordion-button {
  padding-left: calc(var(--bs-accordion-btn-padding-x) + 2em ) !important;
  background-color: #fff;
  transition: all 0.2s ease;
  outline: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: none !important;
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #333333 !important;

  &.collapsed {
    box-shadow: none !important;
  }
  &:not(.collapsed) {
    border-width: 1px !important;
    border-color: #107f48 !important;
    color: #107f48;
    box-shadow: none !important;
  }

  &:hover {
    border-width: 1px !important;
    border-color: #107f48 !important;
    background-color: transparent !important;
    color: #107f48;
    box-shadow: none !important;
  }
  &:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  &::before {
    --size: 1.6em;
    position: absolute;
    display: block;
    top: calc(50% - var(--size)/2);
    left: 0.5em;
    width: var(--size);
    height: var(--size);
    content: counter(faq);
    font-weight: 900;
    background-color: #107f48;
    text-align: center;
    color: #fff;
    line-height: var(--size);
    border-radius: 50%;
  }
  &::after {
    filter: invert(38%) sepia(33%) saturate(665%) hue-rotate(98deg)
      brightness(90%) contrast(95%);
  }
}
.accordion-collapse {
  position: relative;

  &::after {
    position: absolute;
    display: inline-block;
    content: "A";
    bottom: -0.2em;
    right: -0.2em;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    color: #107f48;
    opacity: 0.1;
  }
}

.contact-us-container {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-us-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 110.00000000000001%;
  letter-spacing: -2.42px;
  color: white;
  margin-bottom: 26px;
}
.contact-us-text1 {
  font-family: M PLUS 1p;
  font-weight: 500;
  font-size: 25px;
  line-height: 110.00000000000001%;
  text-align: center;
  text-align: center;
  color: white;
  margin-bottom: 6px;
}
.contact-us-text2 {
  font-family: Mplus 1p;
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0px;
  color: white;
  text-align: center;
  opacity: 0.8;
  margin-bottom: 26px;
}
.contact-us-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 38px;
  border-radius: 100px;
  background-color: white;
  color: #107f48;
  font-size: 18px;
  font-weight: 800;
  border: none;
  text-decoration: none;
}
.contact-us-btn:hover {
  background-color: #107f48;
  color: white;
  border: 1px solid white;
  transition: all 0.2s ease;
}
@media (min-width: 250px) and (max-width: 767px) {
  .faq-top-container {
    height: 250px;
  }
  .faq-title {
    font-size: 24px;
  }
  .faq-top-img1 {
    width: 126px !important;
  }
  .contact-us-title {
    font-family: M PLUS 1p;
    font-weight: 800;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 11px;
  }
  .contact-us-text1 {
    width: 308px;
    height: 52px;
    font-family: M PLUS 1p;
    font-weight: 500;
    font-size: 18px;
    line-height: 142%;
    text-align: center;
    margin-bottom: 9px;
  }
  .contact-us-text2 {
    width: 261px;
    height: 38px;
    opacity: 0.8;
    font-family: Mplus 1p;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 11px;
  }
  .contact-us-btn {
    width: 168px;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .faq-title {
    font-size: 50px;
  }

  .faq-top-img1 {
    width: 260px !important;
  }
  .contact-us-title {
    font-family: M PLUS 1p;
    font-weight: 800;
    font-size: 49.15px;
    line-height: 110.00000000000001%;
    letter-spacing: -2.05px;
    text-align: center;
    margin-bottom: 22px;
  }
  .contact-us-text1 {
    width: 630px;
    height: 104px;
    font-family: M PLUS 1p;
    font-weight: 500;
    font-size: 36.86px;
    line-height: 142%;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-us-text2 {
    width: 534px;
    height: 78px;
    opacity: 0.8;
    font-family: Mplus 1p;
    font-weight: 500;
    font-size: 24.58px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 32px;
  }
  .contact-us-container {
    height: 500px;
  }
  .contact-us-btn {
    width: 344px;
    font-size: 27px;
  }
}
