.anchorLinkArea {
  margin: 100px auto;
}

@media screen and (max-width: 767px) {
  .anchorLinkArea {
    margin: 60px auto;
  }
}

.anchorLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .anchorLinkList {
    display: block;
  }
}

.anchorLinkItem {
  width: calc((100% - 50px) / 3);
  font-weight: bold;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 90px;
  height: 90px;
  background-color: #D7EDFA;
  text-align: center;
  border-radius: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .anchorLinkItem {
    width: 100%;
  }
  .anchorLinkItem + .anchorLinkItem {
    margin-top: 20px;
  }
}

.anchorLinkItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 1px solid #006FAB;
  border-bottom: 1px solid #006FAB;
  bottom: 15px;
  left: calc(50% - 5px);
}

.faqInner {
  margin-bottom: 140px;
}

.faqListCover {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .faqListCover {
    padding-top: 60px;
  }
}

.faqList {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .faqList {
    margin-top: 40px;
  }
}

.faqItem {
  background-color: rgba(215, 237, 250, 0.3);
  border-radius: 20px;
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .faqItem {
    padding: 20px;
  }
}

.faqItem + .faqItem {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .faqItem + .faqItem {
    margin-top: 20px;
  }
}

.question {
  position: relative;
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding: 0 100px 0 120px;
}

@media screen and (max-width: 767px) {
  .question {
    font-size: 14px;
    padding: 0 40px 0 40px;
  }
}

.answer {
  position: relative;
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 767px) {
  .answer {
    font-size: 13px;
  }
}

.answerInner {
  padding: 0 100px 0 120px;
}

@media screen and (max-width: 767px) {
  .answerInner {
    padding: 0 40px 0 40px;
  }
}

.answer {
  display: none;
  margin-top: 40px;
}

.question::before {
  font-family: 'Outfit', sans-serif;
  position: absolute;
  display: inline-block;
  content: "Q";
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  left: 0px;
  top: 0px;
  color: #006FAB;
}

@media screen and (max-width: 767px) {
  .question::before {
    font-size: 20px;
  }
}

.question::after {
  content: "";
  position: absolute;
  left: 80px;
  top: 0px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 111, 171, 0.2);
}

@media screen and (max-width: 767px) {
  .question::after {
    left: 30px;
  }
}

.answer::before {
  font-family: 'Outfit', sans-serif;
  display: inline-block;
  position: absolute;
  content: "A";
  color: rgba(0, 111, 171, 0.4);
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 767px) {
  .answer::before {
    font-size: 20px;
  }
}

.answer::after {
  content: "";
  position: absolute;
  left: 80px;
  top: 0px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 111, 171, 0.2);
}

@media screen and (max-width: 767px) {
  .answer::after {
    left: 30px;
  }
}

.faqItemDeco {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #396eae;
  background: -webkit-gradient(linear, right top, left top, from(#396eae), to(#67a9dc));
  background: -webkit-linear-gradient(right, #396eae 0%, #67a9dc 100%);
  background: linear-gradient(270deg, #396eae 0%, #67a9dc 100%);
}

@media screen and (max-width: 767px) {
  .faqItemDeco {
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.faqItem::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  top: 55px;
  right: 46px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .faqItem::before {
    width: 12px;
    height: 1px;
    top: 34px;
    right: 19px;
  }
}

.faqItem::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
  top: 55px;
  right: 46px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .faqItem::after {
    width: 12px;
    height: 1px;
    top: 34px;
    right: 19px;
  }
}

.faqItem_open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/*# sourceMappingURL=faq.css.map */