@charset "UTF-8";
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
.m-pankuzu {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   sec-faq
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-faq--search {
  padding-block: clamp(30px, 4.1666666667vw, 60px) clamp(30px, 4.1666666667vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-faq--search {
    padding-block: 40px 40px;
  }
}
.sec-faq--results {
  padding-block: clamp(50px, 6.9444444444vw, 100px) clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-faq--results {
    padding-block: 60px 60px;
  }
}
.sec-faq--contents {
  padding-block: clamp(50px, 6.9444444444vw, 100px) clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-faq--contents {
    padding-block: 40px 40px;
  }
}
.sec-faq__search {
  max-width: 900px;
  margin: 0 auto;
}
.sec-faq__search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-faq__search-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}
.sec-faq__search-input {
  width: 100%;
  height: 60px;
  padding: 0 44px 0 54px;
  border: 1px solid #bbb;
  border-radius: 0;
  font-size: 15px;
  font-family: inherit;
  color: #0A0A0A;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.17em;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.sec-faq__search-input::-webkit-input-placeholder {
  color: #7B7A78;
}
.sec-faq__search-input::-moz-placeholder {
  color: #7B7A78;
}
.sec-faq__search-input:-ms-input-placeholder {
  color: #7B7A78;
}
.sec-faq__search-input::-ms-input-placeholder {
  color: #7B7A78;
}
.sec-faq__search-input::placeholder {
  color: #7B7A78;
}
.sec-faq__search-input:focus {
  outline: none;
  border-color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-faq__search-input {
    height: 50px;
    font-size: 14px;
    padding: 0 40px 0 44px;
  }
}
.sec-faq__search-clear {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.mode-pc .sec-faq__search-clear:hover {
  color: #222;
}
.sec-faq__search-hints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(15px, 2.0833333333vw, 30px);
}
@media only screen and (max-width: 767px) {
  .sec-faq__search-hints {
    gap: 12px;
    margin-top: 20px;
  }
}
.sec-faq__search-hints-label {
  font-size: 14px;
  font-weight: 700;
  color: #56524E;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .sec-faq__search-hints-label {
    font-size: 13px;
  }
}
.sec-faq__search-hints-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 6px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .sec-faq__search-hints-list {
    gap: 10px 6px;
  }
}
.sec-faq__hint-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  padding: 0 14px;
  border: none;
  border-radius: 13px;
  background: #56524E;
  font-size: 12px;
  font-family: inherit;
  color: #fff;
  letter-spacing: 0.17em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 21px;
}
.mode-pc .sec-faq__hint-btn:hover {
  background: #222;
}
@media only screen and (max-width: 767px) {
  .sec-faq__hint-btn {
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    border-radius: 100px;
  }
}
.sec-faq__search-results {
  background: #fff;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
.sec-faq__search-results-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 20px;
  background: #393939;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .sec-faq__search-results-hdg {
    height: 42px;
    padding: 0 14px;
    font-size: 14px;
  }
}
.sec-faq__search-results-icon {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec-faq__search-results-list .sec-faq__item {
  background: #F6F6F4;
}
.sec-faq__search-results-list .sec-faq__item:last-child {
  border-bottom: none;
}
.sec-faq__search-no-result {
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
  color: #7B7A78;
  background: #F6F6F4;
}
.sec-faq__anchors {
  max-width: 1080px;
  margin: 0 auto clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-faq__anchors {
    margin-bottom: 40px;
  }
}
.sec-faq__anchors-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .sec-faq__anchors-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-faq__anchor-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 100%;
  height: 60px;
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
  font-size: clamp(10px, 1.5vw, 15px);
  color: #56524E;
  text-decoration: none;
  letter-spacing: 0.07em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sec-faq__anchor-btn {
    min-width: 100%;
    height: 50px;
    font-size: 11px;
    padding: 8px;
    text-align: center;
  }
}
.sec-faq__anchor-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sec-faq__anchor-btn::after {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
  }
}
.mode-pc .sec-faq__anchor-btn:hover {
  background: #393939;
  border-color: #393939;
  color: #fff;
}
.mode-pc .sec-faq__anchor-btn:hover::after {
  border-color: #fff;
}
.sec-faq__category {
  max-width: 900px;
  margin: 0 auto;
}
.sec-faq__category + .sec-faq__category {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-faq__category + .sec-faq__category {
    margin-top: 50px;
  }
}
.sec-faq__category-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 46px;
  background: #393939;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .sec-faq__category-hdg {
    padding: 0 14px;
    height: 42px;
    font-size: 14px;
  }
}
.sec-faq__list .sec-faq__item:last-child {
  border-bottom: none;
}
.sec-faq__item {
  background: #fff;
  margin-top: 20px;
}
.sec-faq__item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 24px 30px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.mode-pc .sec-faq__item-q:hover {
  background: rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 767px) {
  .sec-faq__item-q {
    padding: 18px 14px;
    gap: 8px;
  }
}
.sec-faq__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 23px;
}
.sec-faq__item-icon--a {
  font-weight: 400;
}
.sec-faq__item-question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.1em;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .sec-faq__item-question {
    font-size: 13px;
    line-height: 1.7;
  }
}
.sec-faq__item-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 10px;
  position: relative;
}
.sec-faq__item-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  -webkit-transform: translate(-50%, -70%) rotate(45deg);
          transform: translate(-50%, -70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sec-faq__item.is-open .sec-faq__item-arrow::before {
  -webkit-transform: translate(-50%, -30%) rotate(-135deg);
          transform: translate(-50%, -30%) rotate(-135deg);
}
.sec-faq__item-a {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.sec-faq__item.is-open .sec-faq__item-a {
  max-height: 500px;
  opacity: 1;
}
.sec-faq__item-a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px 30px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .sec-faq__item-a-inner {
    padding: 16px 14px 18px;
    gap: 8px;
  }
}
.sec-faq__item-answer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  color: #56524E;
  letter-spacing: 0.07em;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .sec-faq__item-answer {
    font-size: 13px;
    line-height: 1.9;
  }
}
.sec-faq__highlight {
  background: rgba(217, 119, 54, 0.2);
  padding: 0 1px;
}

/*--------------------------------------------------------------------------
   sec-contact （FAQ > 解決しない場合）
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-contact {
  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;
  padding: 100px 20px;
  background: url("../img/guide/faq/bg_contact.webp") center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .sec-contact {
    padding: 60px 16px;
  }
}
.sec-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 900px;
  padding: 60px 40px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-contact__inner {
    gap: 40px;
    padding: 40px 20px;
  }
}
.sec-contact__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-contact__copy {
    gap: 30px;
  }
}
.sec-contact__copy .c-hdg-section {
  margin-bottom: 0;
}
.sec-contact__txt {
  font-size: 13px;
  color: #56524E;
  letter-spacing: 0.07em;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact__txt {
    font-size: 13px;
    line-height: 24px;
  }
}
.sec-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;
  gap: 8px;
  width: 100%;
  max-width: 540px;
  height: 70px;
  background: #222;
  border-radius: 6px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-contact__btn {
    max-width: 100%;
    height: 60px;
    font-size: 16px;
  }
}
.sec-contact__btn:hover {
  opacity: 0.8;
}
.sec-contact__btn-ico {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sec-contact__btn-ico {
    width: 26px;
    height: 26px;
  }
}
/*# sourceMappingURL=guide-faq.css.map */