@charset "utf-8";

/* ==========================================================================
   FAQ Page
   ========================================================================== */
.p-faq {
  padding: clamp(40px,calc(80 / 750 * 100vw),80px) 0 0;
}
.p-faq__inner {
  width: 100%;
  margin: 0 auto;
  background: var(--c-bg);
  box-sizing: border-box;
  padding: clamp(40px,calc(80 / 750 * 100vw),80px) clamp(25px,calc(50 / 750 * 100vw),50px) clamp(80px,calc(160 / 750 * 100vw),160px);
  margin: clamp(40px,calc(80 / 750 * 100vw),80px) auto 0;
}

.p-faq__hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: calc(380 / 650 * 100%);
  border-radius: clamp(5px,calc(10 / 750 * 100vw),10px);
}
.p-faq__hero img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* --------------------*/

  .p-faq__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin: clamp(30px,calc(60 / 750 * 100vw),60px) auto;
    gap: clamp(10px,calc(20 / 750 * 100vw),20px);
    width: calc(590 / 650 * 100%);
  }
  .p-faq__nav__item {
    border: 1px solid;
    border-radius: clamp(5px,calc(10 / 750 * 100vw),10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:center;
    margin: 0;
    width:100%;
    min-height: clamp(20px,calc(100 / 750 * 100vw),100px);
    box-sizing:border-box;
    text-align:center;
    --fs: 26;
    --lh: 34;
    font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
    line-height: calc(var(--lh) / var(--fs) * 1em);
    position: relative;
    padding: 0 clamp(40px,calc(80 / 750 * 100vw),80px);
    position: relative;
  }
.p-faq__nav__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(55 / 590 * 100%);
  height: clamp(8px,calc(15 / 750 * 100vw),15px);
  width: clamp(8px,calc(15 / 750 * 100vw),15px);
  background: url(../shared/img/ar.svg) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  transform: translate3d(0,-50%,0) rotate(180deg);
  
}

  .p-faq__category-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0px auto;
    gap: 10px;
    --fs: 30;
    --lh: 40;
    font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
    line-height: calc(var(--lh) / var(--fs) * 1em);
    text-align: center;
    text-align: center;
    font-weight: 500;
    padding-bottom: clamp(20px,calc(40 / 750 * 100vw),40px);
    border-bottom: 1px var(--c-bk) solid;

}

  .p-faq__inner__list__item__question {
    position: relative;
    cursor: pointer;
    --fs:28;
    --lh: 48;
    font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
    line-height: calc(var(--lh) / var(--fs) * 1em);
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: clamp(15px,calc(40 / 750 * 100vw),40px) clamp(35px,calc(70 / 750 * 100vw),70px);
    min-height: clamp(65px,calc(130 / 750 * 100vw),130px);
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
.p-faq__inner__list__item__question span {
  color: var(--c-ac);
    --fs: 30;
    --lh: 30;
    font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
    line-height: calc(var(--lh) / var(--fs) * 1em);
    top: clamp(25px,calc(50 / 750 * 100vw),50px);
    left: clamp(15px,calc(30 / 750 * 100vw),30px);
    display: block;
  font-family: var(--f-lato);
  transform: rotate(0.00deg);
}
.p-faq__inner__list__item__answer span {
    --fs: 30;
    --lh: 30;
    font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
    line-height: calc(var(--lh) / var(--fs) * 1em);
    top: clamp(2px,calc(5 / 750 * 100vw),5px);
    left: clamp(15px,calc(30 / 750 * 100vw),30px);
    display: block;
  font-family: var(--f-lato);
  transform: rotate(0.00deg);
  color: var(--c-bk);  
  position: absolute;
}
.p-faq__inner__list__item {
  border-bottom: 1px solid var(--c-bk);
}
.p-faq__inner__list__item + .p-faq__category-title {
  margin-top: clamp(40px,calc(80 / 750 * 100vw),80px);
}
.p-faq__inner__list__item__question .u-icon--plus, .p-faq__inner__list__item__question .u-icon--minus {
    --fs: 28;
    --lh: 30;
    font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
    line-height: calc(var(--lh) / var(--fs) * 1em);
}

.p-faq__inner__list__item__question::before{
  content: '';
  position: absolute;
  top: clamp(27px,calc(54 / 750 * 100vw),54px);
  right: clamp(14px,calc(28 / 750 * 100vw),28px);
  width: 1px;
  height: clamp(10px, calc(20 / 750 * 100vw), 20px);
  background-color: var(--c-bk);
  transform: rotate(90deg);
  transition: all .5s ease;
  opacity: 1;
}
.p-faq__inner__list__item__question::after {
  content: '';
  position: absolute;
  top: clamp(27px,calc(54 / 750 * 100vw),54px);
  right: clamp(14px,calc(28 / 750 * 100vw),28px);
  width: 1px;
  height: clamp(10px, calc(20 / 750 * 100vw), 20px);
  background-color: var(--c-bk);
  transform: rotate(0deg);
  transition: all .5s ease;
  opacity: 1;
}
.is-open.p-faq__inner__list__item__question::before{
  content: '';
  transform: rotate(0deg);
  opacity: 0;
}
.is-open.p-faq__inner__list__item__question::after{
  content: '';
  transform: rotate(-90deg);
}

.p-faq__inner__list__item__answer {
  padding: 0;
}
  .p-faq__inner__list__item__answer .u-text--body {
    white-space: pre-line;
    --fs: 26;
    --lh: 46;
    font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
    line-height: calc(var(--lh) / var(--fs) * 1em);
    box-sizing: border-box;
    padding: 0 clamp(35px,calc(70 / 750 * 100vw),70px) clamp(20px,calc(40 / 750 * 100vw),40px);
  }
  .p-faq__inner__list__item__answer .u-text--body a {
    text-decoration: underline;
    text-underline-offset: 0.3em;
    opacity: 1;
    transition: all .5s ease;
  }
  .p-faq__inner__list__item__answer .u-text--body a:hover {
    opacity: 0.7;
  }

@media screen and (min-width: 750px) {
  .p-faq {
    padding: 80px 0 0px;
  }
  .p-faq__inner {
    margin: 80px auto 0;
    padding: 80px 40px 160px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
.p-faq__hero {
  border-radius: 10px;
  width: 100%;
  height: 0;
  padding-bottom: clamp(0px,calc(370 / 900 * 100%),370px);
  max-width: 900px;
  margin: 0 auto;
}
  .p-faq__nav__list {
    margin: 40px auto;
    max-width: 900px;
    gap: 20px 30px;
  }

  .p-faq__nav__item {
    width: calc((100% - 60px) / 3);
    padding: 5px 30px;
    --fs:14;
    --lh: 18;
    line-height: calc(var(--lh) / var(--fs) * 1em);
    font-size: calc(var(--fs) * 1px);
    min-height: 40px;
  }
  
.p-faq__nav__item:after {
  content: "";
  right: 20px;
  height: 10px;
  width: 10px;
  
}
  .p-faq__inner--hassubtitle {
    max-width: 900px;
    margin: 0 auto;
  }
  .p-faq__category-title  {
    --fs:20;
    --lh: 26;
    letter-spacing: 0.06em;
    line-height: calc(var(--lh) / var(--fs) * 1em);
    font-size: calc(var(--fs) * 1px);
    margin-top: 80px;
  }
  .p-faq__inner__list__item__question {
    --fs: 18;
    --lh: 24;
    line-height: calc(var(--lh) / var(--fs) * 1em);
    font-size: calc(var(--fs) * 1px);
    min-height: 100px;
    max-width: 750px;
    padding: 0 55px;
    margin: 0 auto;
    
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
    flex-direction: column;
  }
  .p-faq__inner__list__item__question span {
    --fs: 18;
    --lh: 18;
    line-height: calc(var(--lh) / var(--fs) * 1em);
    font-size: calc(var(--fs) * 1px);
    top: 38px;
    left: 20px;
    
  }
  .p-faq__inner__list__item__question::before {
    content: "";
    top: 40px;
  }
  .p-faq__inner__list__item__question::after {
    content: "";
    top: 40px;
  }
  .p-faq__inner__list__item__answer {
    max-width: 750px;
    padding: 0 0 0 55px;
    margin: 0 auto;
    
  }
  .p-faq__inner__list__item__answer span {
    --fs: 18;
    --lh: 18;
    line-height: calc(var(--lh) / var(--fs) * 1em);
    font-size: calc(var(--fs) * 1px);
    top: 0px;
    left: 20px;
    
  }
  .p-faq__inner__list__item__answer .u-text--body {
    --fs: 14;
    --lh: 24;
    line-height: calc(var(--lh) / var(--fs) * 1em);
    font-size: calc(var(--fs) * 1px);
    min-height: 100px;
    max-width: 750px;
    padding: 0 0 40px;
    
  }
}
