@charset "UTF-8";
/*英語フォント*/
.p-faq-qa__question-main:before, .p-faq-qa__answer:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-display: optional;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes arrowLine {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 49%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 51%);
    background-position: 0 0;
    background-size: 300% 100%;
  }
  26% {
    background-position: -100% 0;
    background: transparent;
  }
  27% {
    background-position: 100% 0;
    background: transparent;
  }
  28% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 49%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 51%);
    background-size: 300% 100%;
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes arrowLine {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 49%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 51%);
    background-position: 0 0;
    background-size: 300% 100%;
  }
  26% {
    background-position: -100% 0;
    background: transparent;
  }
  27% {
    background-position: 100% 0;
    background: transparent;
  }
  28% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 49%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 51%);
    background-size: 300% 100%;
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes arrowLineWhite {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(216, 201, 169)), color-stop(50%, rgba(216, 201, 169, 0.5)), color-stop(51%, rgba(216, 201, 169, 0)));
    background: linear-gradient(to right, rgb(216, 201, 169) 49%, rgba(216, 201, 169, 0.5) 50%, rgba(216, 201, 169, 0) 51%);
    background-position: 0 0;
    background-size: 300% 100%;
  }
  25% {
    background-position: -100% 0;
    background: transparent;
  }
  27% {
    background-position: 100% 0;
    background: transparent;
  }
  29% {
    background: -webkit-gradient(linear, left top, right top, color-stop(48%, rgb(216, 201, 169)), color-stop(50%, rgba(216, 201, 169, 0.5)), color-stop(52%, rgba(216, 201, 169, 0)));
    background: linear-gradient(to right, rgb(216, 201, 169) 48%, rgba(216, 201, 169, 0.5) 50%, rgba(216, 201, 169, 0) 52%);
    background-size: 300% 100%;
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes arrowLineWhite {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(216, 201, 169)), color-stop(50%, rgba(216, 201, 169, 0.5)), color-stop(51%, rgba(216, 201, 169, 0)));
    background: linear-gradient(to right, rgb(216, 201, 169) 49%, rgba(216, 201, 169, 0.5) 50%, rgba(216, 201, 169, 0) 51%);
    background-position: 0 0;
    background-size: 300% 100%;
  }
  25% {
    background-position: -100% 0;
    background: transparent;
  }
  27% {
    background-position: 100% 0;
    background: transparent;
  }
  29% {
    background: -webkit-gradient(linear, left top, right top, color-stop(48%, rgb(216, 201, 169)), color-stop(50%, rgba(216, 201, 169, 0.5)), color-stop(52%, rgba(216, 201, 169, 0)));
    background: linear-gradient(to right, rgb(216, 201, 169) 48%, rgba(216, 201, 169, 0.5) 50%, rgba(216, 201, 169, 0) 52%);
    background-size: 300% 100%;
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.p-faq__inner {
  margin-top: 4rem;
  max-width: 750px;
}
@media print, screen and (min-width:769px) {
  .p-faq__inner {
    margin-top: 7.5rem;
  }
}

.p-faq-qa {
  text-align: left;
}
.p-faq-qa + .p-faq-qa {
  margin-top: min(12px, 3.2vw);
}
@media print, screen and (min-width:1000px) {
  .p-faq-qa + .p-faq-qa {
    margin-top: min(26px, 3.0373831776vw);
  }
}
.p-faq-qa__question {
  background: rgba(var(--color-main-rgb), 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: calc(1em + 10px);
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width:769px) {
  .p-faq-qa__question {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: calc(4em + 10px);
  }
}
.p-faq-qa__question-main {
  position: relative;
  padding-left: calc(min(25px, 6.6666666667vw) + 1em);
  min-height: min(25px, 6.6666666667vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(4vw, 1.92rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-base);
}
@media print, screen and (min-width:769px) {
  .p-faq-qa__question-main {
    min-height: min(50px, 5.8411214953vw);
    font-size: min(18px, 2.1028037383vw);
    padding-left: calc(min(50px, 5.8411214953vw) + 1.2em);
  }
}
.p-faq-qa__question-main:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: min(25px, 6.6666666667vw);
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  color: var(--color-main);
  border-radius: 5px;
  font-size: min(15px, 4vw);
}
@media print, screen and (min-width:769px) {
  .p-faq-qa__question-main:before {
    width: min(50px, 5.8411214953vw);
    font-size: min(30px, 3.5046728972vw);
  }
}
.p-faq-qa__question-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 100%;
}
.p-faq-qa__question-toggle::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  width: min(6.5px, 1.7333333333vw);
  height: min(6.5px, 1.7333333333vw);
  border-right: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media print, screen and (min-width:769px) {
  .p-faq-qa__question-toggle::after {
    right: 2em;
    width: min(12px, 1.4018691589vw);
    height: min(12px, 1.4018691589vw);
  }
}
.p-faq-qa__answer {
  position: relative;
  display: none;
  -webkit-transition: height 300ms;
  transition: height 300ms;
  overflow: hidden;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  padding-top: 1em;
  padding-left: calc(min(25px, 6.6666666667vw) + 2.5em);
  padding-right: 2em;
  padding-bottom: 1.5em;
}
@media print, screen and (min-width:769px) {
  .p-faq-qa__answer {
    padding-top: 1.5em;
    padding-left: calc(min(62px, 7.2429906542vw) + 2.5em);
    padding-bottom: 3em;
  }
}
.p-faq-qa__answer:before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(25px, 6.6666666667vw);
  position: absolute;
  left: min(10px, 2.6666666667vw);
  top: 0.6em;
  color: var(--color-main);
  font-size: min(15px, 4vw);
}
@media print, screen and (min-width:769px) {
  .p-faq-qa__answer:before {
    top: 0.4em;
    left: min(28px, 3.2710280374vw);
    font-size: min(30px, 3.5046728972vw);
    font-weight: 600;
  }
}
.p-faq-qa__answer-text {
  font-size: min(4vw, 1.92rem);
  line-height: 1.2;
}
@media print, screen and (min-width:769px) {
  .p-faq-qa__answer-text {
    font-size: min(18px, 2.1028037383vw);
    line-height: 1.6666666667;
  }
}
.p-faq-qa.is-active .p-faq-qa__question-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.p-faq-qa.is-active .p-faq-qa__answer {
  height: auto;
  display: block;
}