@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes floating-y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2%);
  }
}
@keyframes floating-y_s {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1%);
  }
}
@keyframes floating-y_l {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6%);
  }
}
.faq-intro {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 440px) {
  .faq-intro {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.faq-intro:after {
  content: "";
  display: block;
  width: 313px;
  aspect-ratio: 313/131;
  background-image: url(../../images/faq/faq-intro.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 139px;
  right: 67px;
}
@media (max-width: 440px) {
  .faq-intro:after {
    position: static;
    width: 216px;
    margin: 24px auto 0;
  }
}
.faq-intro--desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-top: 24px;
}
@media (max-width: 440px) {
  .faq-intro--desc {
    font-size: 14px;
    margin-top: 16px;
  }
}

.faq-intro_ttl--sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 440px) {
  .faq-intro_ttl--sub {
    font-size: 14px;
    font-weight: 400;
  }
}
.faq-intro_ttl--main {
  display: block;
  background: linear-gradient(90deg, #00A0E9 0%, #58DBCA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
  font-size: 56px;
  width: fit-content;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 440px) {
  .faq-intro_ttl--main {
    font-size: 32px;
    line-height: 1.5;
  }
}

.faq-content {
  padding-bottom: 200px;
}
@media (max-width: 440px) {
  .faq-content {
    padding-bottom: 240px;
  }
}

.faq-content_list {
  display: flex;
  justify-content: space-between;
}
.faq-content_list--item {
  width: 552px;
}
@media (max-width: 440px) {
  .faq-content_list--item {
    width: calc((100% - 12px) / 2);
  }
}
.faq-content_list--item:first-of-type .faq-content_list--link.is_active {
  background-color: #00A0E9;
  color: #fff;
}
.faq-content_list--item:last-of-type .faq-content_list--link.is_active {
  background-color: #16C79C;
  color: #fff;
}
.faq-content_list--link {
  width: 100%;
  aspect-ratio: 552/96;
  border-radius: 8px;
  background-color: #F5F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #BCBCBC;
  text-align: center;
}
@media (max-width: 440px) {
  .faq-content_list--link {
    font-size: 18px;
    aspect-ratio: 158/77;
  }
}

.faq-content_detail {
  margin-top: 80px;
}
@media (max-width: 440px) {
  .faq-content_detail {
    margin-top: 110px;
  }
}
.faq-content_detail--wrap {
  counter-reset: listnum;
}
.faq-content_detail--wrap:first-of-type .faq-content_detail--link:before {
  color: #01A2E9;
}
.faq-content_detail--wrap:first-of-type .faq-content_detail--link:after {
  background-image: url(../../images/common/icon/icon-circle-plus-blue.svg);
}
.faq-content_detail--wrap:first-of-type .faq-content_detail--group.is_open .faq-content_detail--link {
  color: #01A2E9;
}
.faq-content_detail--wrap:first-of-type .faq-content_detail--group.is_open .faq-content_detail--link:after {
  background-image: url(../../images/common/icon/icon-circle-minus-blue.svg);
}
.faq-content_detail--wrap:last-of-type .faq-content_detail--link:before {
  color: #16C79C;
}
.faq-content_detail--wrap:last-of-type .faq-content_detail--link:after {
  background-image: url(../../images/common/icon/icon-circle-plus-green.svg);
}
.faq-content_detail--wrap:last-of-type .faq-content_detail--group.is_open .faq-content_detail--link {
  color: #16C79C;
}
.faq-content_detail--wrap:last-of-type .faq-content_detail--group.is_open .faq-content_detail--link:after {
  background-image: url(../../images/common/icon/icon-circle-minus-green.svg);
}
.faq-content_detail--group {
  border-bottom: 1px dashed #707070;
}
.faq-content_detail--group:first-of-type .faq-content_detail--link {
  padding-top: 0;
}
.faq-content_detail--group:first-of-type .faq-content_detail--link:before {
  top: -3px;
}
.faq-content_detail--group:first-of-type .faq-content_detail--link:after {
  top: 1px;
}
@media (max-width: 440px) {
  .faq-content_detail--group:first-of-type .faq-content_detail--link:after {
    top: -2px;
  }
}
.faq-content_detail--link {
  padding: 40px 40px 40px 64px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 440px) {
  .faq-content_detail--link {
    padding: 28px 30px 24px 46px;
    font-size: 18px;
  }
}
.faq-content_detail--link:before {
  content: "Q" counter(listnum);
  counter-increment: listnum;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 37px;
  left: 0;
}
@media (max-width: 440px) {
  .faq-content_detail--link:before {
    top: 25px;
    font-size: 22px;
  }
}
.faq-content_detail--link:after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 32/32;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 41px;
  right: 0;
}
@media (max-width: 440px) {
  .faq-content_detail--link:after {
    width: 30px;
    top: 26px;
    transition: 0s;
  }
}
.faq-content_detail--desc {
  padding-left: 64px;
  padding-right: 80px;
  transition: 0.3s;
  overflow: hidden;
}
@media (max-width: 440px) {
  .faq-content_detail--desc {
    padding-left: 0;
    padding-right: 0;
  }
}
.is_open .faq-content_detail--desc {
  margin-top: -16px;
}
@media (max-width: 440px) {
  .is_open .faq-content_detail--desc {
    margin-top: -3px;
  }
}
.faq-content_detail--txt {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 440px) {
  .faq-content_detail--txt {
    padding-bottom: 24px;
    font-size: 14px;
  }
}
.faq-content_detail--answer_link {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.faq-content_detail--answer_link:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=faq.css.map */
