@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #050505;
  font-family: BIZ UDPGothic, sans-serif;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  transition: opacity .5s
}

body.active,
body.fixed {
  overflow: hidden
}

body.is-fade {
  opacity: 1;
  pointer-events: all
}

.c-page-header__short {
  margin-bottom: 0;
  max-height: none;
}

.c-page-header__short .c-page-header__inner {
  display: block;
  text-align: center;
  padding-bottom: 80px;
}

.c-page-header__short .c-page-header__title {
  margin-bottom: 28px;
}

.c-page-header__text {
  color: #fff;
  line-height: 1.6;
}

@media (max-width:52.1875em) {
  .c-page-header__text {
    font-size: 14px;
  }
}

.c-page-header .c-page-header__title {
  font-size: 6.7632850242vw;
  font-weight: 700;
  line-height: 1.5
}

@media (min-width:52.1875em) {
  .c-page-header .c-page-header__title {
    font-size: 2.2222222222vw;
    line-height: 1.5
  }
}

@media (min-width:90em) {
  .c-page-header .c-page-header__title {
    font-size: 32px
  }
}

.p-faq-links {
  padding: 50px 15px;
}

@media (max-width: 768px) {
  .p-faq-links {
    padding-bottom: 0;
  }
}

.p-faq-links__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 650px;
  margin: auto;
}

.p-faq-links__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22bg-btnarrow%22%20transform%3D%22translate(-656%20-725)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%224%22%20transform%3D%22translate(656%20725)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M7.193%2C9.249a1.106%2C1.106%2C0%2C0%2C0%2C1.617%2C0l6.855-7.2a1.245%2C1.245%2C0%2C0%2C0%2C0-1.7%2C1.106%2C1.106%2C0%2C0%2C0-1.617%2C0L8%2C6.7%2C1.952.355a1.106%2C1.106%2C0%2C0%2C0-1.617%2C0%2C1.245%2C1.245%2C0%2C0%2C0%2C0%2C1.7l6.855%2C7.2Z%22%20transform%3D%22translate(668%20740)%22%20fill%3D%22%23050505%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 18px;
  color: #FFFFFF;
  padding: 20px 30px;
  padding-right: 50px;
  text-decoration: none;
  min-height: 60px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 768px) {
  .p-faq-links__item {
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
    background-size: 20px;
  }
}

.p-faq-links__text {
  flex-grow: 1;
  line-height: 1.5;
}

/* column__cta */
.p-column__cta {
  padding: 0 16px 100px;
}

.p-column__cta-text {
  text-align: center;
  margin-bottom: 30px;
}

/* faq */
.p-faq-content {
  padding: 50px 15px;
}

.p-faq-content__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 960px;
  margin: 0 auto;
}

.p-faq-content__title {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 48px;
  position: relative;
}

@media (max-width: 768px) {
  .p-faq-content__title {
    font-size: 18px;
    margin-bottom: 22px;
  }
}

.p-faq-content__title::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #EA5506;
}

@media (max-width: 768px) {
  .p-faq-content__title::before {
    width: 30px;
    height: 2px;
  }
}

.p-faq-content__item {}

.p-faq-content__question {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  cursor: pointer;
  position: relative;
  background: #F9F9F9;
}

@media (max-width: 768px) {
  .p-faq-content__question {
    padding: 20px 10px;
  }
}

.p-faq-content__icon-q {
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #050505;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 768px) {
  .p-faq-content__icon-q {
    font-size: 18px;
  }
}

.p-faq-content__text {
  font-size: 16px;
  font-weight: bold;
  color: #050505;
  line-height: 1.6;
  flex-grow: 1;
}

.p-faq-content__arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #050505;
  border-bottom: 2px solid #050505;
  transform: rotate(45deg);
  margin-left: 20px;
  flex-shrink: 0;
}

.p-faq-content__question.is-open .p-faq-content__arrow {
  transform: rotate(-135deg);
}

.p-faq-content__answer {
  display: none;
  padding: 14px 50px 14px 85px;
  font-size: 14px;
  color: #050505;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-faq-content__answer {
    font-size: 12px;
    padding: 10px;
  }
}

.p-faq-content__answer p {
  margin-bottom: 10px;
}

.p-faq-content__answer--open {
  display: block;
}