@charset "UTF-8";
/* section間 */
/* ===============================
  よくある質問
=============================== */
/* 親ページ
------------------------------*/
.faq__container {
  margin-top: min(130px, 9.0277777778vw);
  position: relative;
}
.faq__container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background: linear-gradient(240.67deg, #FFE100 14.82%, #FF9501 308.72%);
  -webkit-clip-path: polygon(100% 0%, 0% 220px, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 220px, 0% 100%, 100% 100%);
}
.faq__container > .inner {
  position: relative;
}
@media (max-width: 767px) {
  .faq__container {
    margin-top: 16%;
  }
  .faq__container::before {
    -webkit-clip-path: polygon(100% 0%, 0% 50px, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 0% 50px, 0% 100%, 100% 100%);
  }
}

/* 子ページ
------------------------------*/
.faq-page__container {
  padding: min(80px, 5.5555555556vw) 0 min(160px, 11.1111111111vw);
}

/* 質問コンテンツ
------------------------------*/
.faq__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .faq__wrapper {
    display: block;
  }
}

.faq__menu {
  width: 19.1666666667%;
}
.faq__menu li:first-child a {
  padding-top: 1.5em;
}
.faq__menu li a {
  display: inline-block;
  width: 100%;
  font-size: min(1rem, 1.2vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 1.7em 0;
  padding-right: 2em;
  border-bottom: 1px solid #9B9B9B;
  background: #fff;
  position: relative;
}
.faq__menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/icon_arrow01.png) no-repeat center center/contain;
  width: 1.3755em;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .faq__menu li:nth-child(n+2) {
    margin-top: 3.2653061224%;
  }
}
@media (max-width: 767px) {
  .faq__menu {
    width: 100%;
    padding: 0 8%;
  }
  .faq__menu li a {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

.faq__content {
  width: 75.9166666667%;
}
@media (max-width: 767px) {
  .faq__content {
    width: 100%;
    margin-top: 11%;
  }
}

/* カテゴリー一覧
------------------------------*/
.faq__nav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: min(80px, 5.5555555556vw);
  transform: translateY(-50px);
}
@media (max-width: 767px) {
  .faq__nav {
    display: block;
    padding-bottom: min(60px, 16vw);
    transform: translateY(-40px);
    padding-bottom: 6%;
  }
}

.faq__category {
  width: 32.3555555556%;
  border-radius: 5px;
  background: #ECECEC;
  padding: 2px;
}
.faq__category:nth-child(n+4) {
  margin-top: 16px;
}
@media (hover: hover) {
  .faq__category:hover {
    background: linear-gradient(240.67deg, #FFE100 0%, #FF9501 100%);
  }
  .faq__category:hover a {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .faq__category:not(:nth-child(3n)) {
    margin-right: 1.4166666667%;
  }
}
@media (max-width: 767px) {
  .faq__category {
    width: 100%;
  }
  .faq__category:nth-child(n+2) {
    margin-top: 3.5820895522%;
  }
}

.faq__category-body {
  border-radius: 5px;
  background: #fff;
  padding: 2.6666666667%;
}
@media (max-width: 767px) {
  .faq__category-body {
    padding: 5% 6%;
  }
}

.faq__logo {
  text-align: center;
}
.faq__logo img {
  height: 36.9230769231%;
  height: 120px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .faq__logo img {
    height: 21vw;
    margin: 0 auto;
    display: block;
  }
}

.faq__heading {
  margin-top: 5%;
  font-size: min(1.375rem, 1.65vw);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .faq__heading {
    margin-top: 4.0677966102%;
    font-size: min(1.25rem, 5.3333333333vw);
  }
}

.faq__description {
  margin-top: 4.9230769231%;
  font-size: min(1rem, 1.2vw);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .faq__description {
    margin-top: 5.4237288136%;
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

.faq__link {
  width: 10.1492537313%;
  margin-left: auto;
  margin-top: 6%;
  background: url(../img/icon_arrow01.png) no-repeat center center/100%;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .faq__link {
    margin-top: 4.0677966102%;
    width: 8.813559322%;
    transform: translateX(30%);
  }
}
/*# sourceMappingURL=faq.css.map */