.faq-cat__menu {
  position: relative;
  border-bottom: solid 4px #004490;
  margin-top: 57px;
}
.faq-cat__tab-list {
  display: flex;
  gap: 20px;
}
.faq-cat__tab {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #f0f0f0;
  border-radius: 10px 10px 0 0;
  color: #004490;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding: 8px 0 0;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.faq-cat__tab::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  transition: 0.2s;
}
.faq-cat__tab.is-active {
  background: #004490;
  color: #fff;
}
.faq-cat__tab.is-active::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.faq-cat .scroll-hint-icon {
  top: 4px;
  right: 19px;
}
.faq-cat__main {
  background: url(../img/faq/contact-bg.png) center/cover no-repeat;
  padding-top: 50px;
}
.faq-cat__panel-wrap {
  position: relative;
}
.faq-cat__panel {
  display: none;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 38px 60px 46px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.faq-cat__panel.is-active {
  display: block;
}
.faq-cat__panel::after {
  position: absolute;
  content: "";
  width: 96px;
  height: 116px;
  bottom: -69px;
  right: -22px;
  background: url(../img/common/kujira03.png) center/cover no-repeat;
  transform: scale(-1, 1);
}
.faq-cat__list-wrap {
  display: flex;
  gap: 7.4074074074%;
}
.faq-cat__list {
  width: 46.2962962963%;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.faq-cat__item a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 25px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: 0.2s;
}
.faq-cat__item a::before {
  content: "Q.";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #009de0;
}
.faq-cat__item a:hover {
  color: #009de0;
  text-decoration-color: #009de0;
}
.faq-cat__contact .c-contact {
  padding: 53px 0 80px;
  background: none;
}
.faq-cat__contact .c-contact__ttl {
  font-size: 30px;
  line-height: 1.6666666667;
}
.faq-cat__contact .c-contact__ttl span {
  display: inline-block;
  padding: 0 67px;
}
.faq-cat__contact .c-contact__ttl span::before, .faq-cat__contact .c-contact__ttl span::after {
  position: absolute;
  content: "";
  top: 0px;
  width: 1px;
  height: 106px;
  background: #fff;
}
.faq-cat__contact .c-contact__ttl span::before {
  left: 0;
  transform: rotate(-37deg);
}
.faq-cat__contact .c-contact__ttl span::after {
  right: 6px;
  transform: rotate(37deg);
}
.faq-cat__contact .c-contact__list {
  margin-top: 31px;
}

.faq-list {
  padding: 69px 0 82px;
  background: #f5f5f5;
}
.faq-list__content {
  margin-top: 89px;
}
.faq-list__content:first-child {
  margin-top: 0;
}
.faq-list__content:last-child {
  margin-top: 91px;
}
.faq-list__ttl {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #004490;
  text-align: center;
  padding-bottom: 22px;
}
.faq-list__ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #004490;
}
.faq-list .c-faq-list {
  margin-top: 28px;
}
.faq-list .c-faq-item__q {
  pointer-events: none;
}
.faq-list .c-faq-item__q::after {
  content: none;
}
.faq-list .c-faq-item__a {
  padding: 31px 42px 33px;
}
.faq-list .c-faq-item__a::before {
  content: none;
}

.faq-list-item__text {
  position: relative;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  padding-left: 42px;
}
.faq-list-item__text::before {
  content: "A.";
  position: absolute;
  top: 4px;
  left: -2px;
  display: block;
  width: 1em;
  height: 1em;
  color: #009de0;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: auto;
}
.faq-list-item__box {
  background: #fff;
  border-radius: 5px;
  padding: 0 35px 0 40px;
  margin-top: 13px;
}
.faq-list-item__box p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 18px 2px;
  border-bottom: 1px solid #f5f5f5;
}
.faq-list-item__box p:last-child {
  border-bottom: none;
}
.faq-list-item__box p span {
  display: inline-block;
  font-weight: 700;
  color: #009de0;
}
.faq-list-item__box + .faq-list-item__btn {
  margin-top: 20px;
}
.faq-list-item__btn {
  display: flex;
  justify-content: center;
  margin: 22px 0 7px;
}
.faq-list-item__btn .c-btn {
  max-width: 240px;
  border-width: 1px;
  color: #004490;
  background: transparent;
  padding: 8px 50px 9px;
}
.faq-list-item__btn .c-btn span {
  font-size: 14px;
  padding-right: 0;
}
.faq-list-item__btn .c-btn span::before, .faq-list-item__btn .c-btn span::after {
  right: -47px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%) rotate(-90deg);
}
.faq-list-item__btn .c-btn span::before {
  background-image: url(../img/common/circle-arrow_b.svg);
}
.faq-list-item__btn .c-btn span::after {
  background-image: url(../img/common/circle-arrow_w.svg);
}
.faq-list-item__btn .c-btn:hover {
  color: #fff;
  background: #004490;
}

.faq-bnr {
  margin: 79px auto 80px;
  text-align: center;
}
.faq-bnr a {
  transition: opacity 0.2s ease;
}
.faq-bnr a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1200px) {
  .faq-cat__tab {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .faq-cat__tab-list {
    gap: 10px;
    padding: 0 10px;
  }
  .faq-cat__tab {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .faq-cat__menu {
    border-width: 3px;
    margin-top: 0;
  }
  .faq-cat__tab-list-wrap {
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
  .faq-cat__tab-list {
    width: 522px;
    gap: 8px;
    padding: 38px 5px 0;
  }
  .faq-cat__tab {
    height: 60px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    line-height: 1.3571428571;
  }
  .faq-cat__tab::before {
    top: 5px;
    width: 40px;
    height: 2px;
  }
  .faq-cat__main {
    padding-top: 40px;
  }
  .faq-cat__panel {
    border-radius: 5px;
    padding: 17px 23px 21px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  }
  .faq-cat__panel::after {
    width: 48px;
    height: 58px;
    bottom: -35px;
    right: -11px;
  }
  .faq-cat__list-wrap {
    gap: 12px;
    flex-flow: column;
  }
  .faq-cat__list {
    width: 100%;
    gap: 12px;
  }
  .faq-cat__item a {
    font-size: 14px;
    line-height: 1.4285714286;
    padding-left: 19px;
  }
  .faq-cat__item a::before {
    top: 4px;
    font-size: 15px;
  }
  .faq-cat__item a:hover {
    text-underline-offset: 3px;
  }
  .faq-cat__contact .c-contact {
    padding: 34px 0 40px;
  }
  .faq-cat__contact .c-contact__ttl {
    font-size: 18px;
    line-height: 1.5;
  }
  .faq-cat__contact .c-contact__ttl span {
    padding: 0 10px;
  }
  .faq-cat__contact .c-contact__ttl span::before, .faq-cat__contact .c-contact__ttl span::after {
    top: 14px;
    height: 70px;
  }
  .faq-cat__contact .c-contact__ttl span::before {
    transform: rotate(-20deg);
  }
  .faq-cat__contact .c-contact__ttl span::after {
    right: 0;
    transform: rotate(20deg);
  }
  .faq-cat__contact .c-contact__list {
    margin-top: 20px;
  }
  .faq-list {
    padding: 32px 0 41px;
  }
  .faq-list__content {
    margin: 40px -20px 0;
  }
  .faq-list__content:first-child {
    margin-top: 0;
  }
  .faq-list__content:last-child {
    margin-top: 40px;
  }
  .faq-list__ttl {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .faq-list .c-faq-list {
    gap: 22px;
    margin-top: 23px;
  }
  .faq-list .c-faq-item {
    border-radius: 0;
    padding: 0 20px;
  }
  .faq-list .c-faq-item__q {
    font-size: 16px;
    line-height: 1.375;
    padding: 16px 19px;
  }
  .faq-list .c-faq-item__q::before {
    left: -3px;
    font-size: 18px;
  }
  .faq-list .c-faq-item__a {
    border-radius: 2.5px;
    margin: 1px 0 24px;
    padding: 12.5px 25px 15px;
  }
  .faq-list .c-faq-item__a::after {
    top: 3px;
    left: 20px;
  }
  .faq-list-item__text {
    font-size: 14px;
    line-height: 2;
    padding-left: 20px;
  }
  .faq-list-item__text::before {
    top: 6px;
    left: -1px;
    font-size: 18px;
  }
  .faq-list-item__box {
    border-radius: 2.5px;
    padding: 4px 20px 2px;
    margin-top: 11px;
  }
  .faq-list-item__box p {
    font-size: 13px;
    line-height: 19px;
    padding: 12px 2px;
  }
  .faq-list-item__box + .faq-list-item__btn {
    margin-top: 20px;
  }
  .faq-list-item__btn {
    margin: 17.5px 0 9px;
  }
  .faq-list-item__btn .c-btn {
    max-width: 260px;
    padding: 12px 50px 15px;
  }
  .faq-list-item__btn .c-btn span {
    padding-right: 20px;
  }
  .faq-list-item__btn .c-btn span::before, .faq-list-item__btn .c-btn span::after {
    right: 1px;
    width: 14px;
    height: 14px;
  }
  .faq-bnr {
    margin: 40px auto;
  }
}
