@charset "UTF-8";
[data-aos] {
  will-change: transform, opacity;
  contain: layout paint;
}

#page.faq-archive .faq-archive-flex {
  max-width: 900px;
  width: 100%;
  margin: 80px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.faq-archive .faq-category-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  position: sticky;
  top: 0;
  top: 110px; /* ヘッダー固定 */
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#page.faq-archive .faq-category-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 3.3313333333;
  position: relative;
  padding-left: 25px;
}
#page.faq-archive .faq-category-link.active::before {
  content: "○";
  display: inline-block;
  position: absolute;
  left: 0px;
}
#page.faq-archive .faq-category-link span {
  position: relative;
}
#page.faq-archive .faq-category-link span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3e3a39;
  bottom: -3px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#page.faq-archive .faq-archive-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
}
#page.faq-archive .faq-article-box {
  margin-top: -134px;
  padding-top: 134px;
  margin-bottom: 70px;
}
#page.faq-archive .faq-category-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.7761111111;
  border-bottom: 1px solid #dbdada;
}
#page.faq-archive .question-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 0;
  padding-right: 32px;
  cursor: pointer;
  position: relative;
}
#page.faq-archive .question-title::after {
  content: "";
  display: inline-block;
  background-image: url(../img/faq/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.faq-archive .question-title.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page.faq-archive .q-icon {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.faq-archive .q-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: calc(100% - 35px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.faq-archive .faq-category-box-list {
  border-bottom: 1px solid #dbdada;
}
#page.faq-archive .answer-box {
  display: none;
}
#page.faq-archive .answer-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 22px;
}
#page.faq-archive .a-icon {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: 35px;
}
#page.faq-archive .a-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  width: calc(100% - 35px);
}
#page.faq-archive .contact-btn {
  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;
  border: 1px solid #3e3a39;
  border-radius: 30px;
  width: 267px;
  height: 53px;
  background-image: url(../img/index/link-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px 6px;
  background-position: 88% center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  #page.faq-archive .contact-btn:hover {
    -webkit-box-shadow: 0px 4px #3e3a39;
            box-shadow: 0px 4px #3e3a39;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  #page.faq-archive .faq-category-link:hover span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #page.faq-archive .question-title:hover .q-title {
    font-weight: bold;
  }
  #page.faq-archive .question-title:hover .q-icon {
    font-weight: bold;
  }
}
@media (max-width: 950px) {
  #page.faq-archive .faq-archive-flex {
    padding: 0 15px;
  }
  #page.faq-archive .faq-category-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  #page.faq-archive .faq-archive-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
@media (max-width: 767px) {
  #page.faq-archive .sp-title-move {
    padding: 0 18px;
  }
  #page.faq-archive .sp-title-move .header-page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  #page.faq-archive .sp-title-move .header-page-title .en-title {
    font-weight: 500;
    font-size: 33px;
    letter-spacing: 0.04em;
    margin-right: 30px;
  }
  #page.faq-archive .sp-title-move .header-page-title .ja-title {
    font-size: 14px;
    line-height: 1.749661705;
  }
  #page.faq-archive .faq-archive-flex {
    margin-top: 0;
    padding: 0 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.faq-archive .faq-category-side {
    background-color: #fff;
    margin-bottom: 53px;
    width: 100%;
    top: 68px;
    z-index: 2;
  }
  #page.faq-archive .faq-category-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.faq-archive .faq-category-list {
    width: 50%;
  }
  #page.faq-archive .faq-category-link {
    font-size: 14px;
    line-height: 2.2835714286;
  }
  #page.faq-archive .faq-archive-article {
    width: 100%;
  }
  #page.faq-archive .question-title::after {
    bottom: inherit;
    top: 30px;
    right: 10px;
  }
  #page.faq-archive .q-icon {
    font-size: 17px;
  }
  #page.faq-archive .q-title {
    letter-spacing: 0.04em;
  }
  #page.faq-archive .a-icon {
    font-size: 17px;
  }
  #page.faq-archive .a-text {
    font-size: 14px;
  }
  #page.faq-archive .faq-article-box {
    margin-bottom: 33px;
  }
}