main {
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .faq .outer {
    padding-inline: 24px;
  }
}

.sec-fv {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec-fv {
    margin-bottom: 32px;
  }
}
.sec-fv .fv-en {
  margin-top: -7.5%;
  left: -54px;
}

.content {
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .content {
    margin-bottom: 56px;
  }
}

.sec-faq {
  border-radius: 56px;
  border: 1px solid var(--blue-main);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .sec-faq {
    border-radius: 16px;
  }
}
.sec-faq + .sec-faq {
  margin-top: 16px;
}
.sec-faq.-open .faq-head .state::after {
  rotate: 0deg;
}
.sec-faq .faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 3.4cqw 2.4cqw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-head {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-head .faq-head__kind {
    font-size: 1.8rem;
  }
}
.sec-faq .faq-head .faq-head__kind::before {
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-head .faq-head__kind::before {
    top: 50%;
    translate: 0 -50%;
  }
}
.sec-faq .faq-head .state {
  position: relative;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue-main);
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-head .state {
    width: 24px;
    min-width: 24px;
  }
}
.sec-faq .faq-head .state::before, .sec-faq .faq-head .state::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: var(--white);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.sec-faq .faq-head .state::after {
  rotate: 90deg;
  transition: ease 300ms rotate;
}
.sec-faq .faq-body {
  position: relative;
  display: none;
  padding-inline: 2.4cqw;
  padding-bottom: 8cqw;
}
.sec-faq .faq-body .faq-block {
  max-width: 824px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-block {
    padding: 0;
  }
}
.sec-faq .faq-body .faq-block + .faq-block {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-block + .faq-block {
    margin-top: 32px;
  }
}
.sec-faq .faq-body .faq-body-inner {
  position: relative;
  box-sizing: border-box;
  padding-block: 32px 0;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-body-inner {
    padding-block: 24px 0;
  }
}
.sec-faq .faq-body .faq-body-inner::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, var(--blue-main) 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  opacity: 0.7;
  z-index: 1;
}
.sec-faq .faq-body .faq-block__question {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue-main);
  padding-left: 52px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-block__question {
    font-size: 1.4rem;
    padding-left: 24px;
  }
}
.sec-faq .faq-body .faq-block__question::before {
  content: "Q";
  position: absolute;
  font-family: var(--mont);
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--blue-main);
  top: 0;
  left: 0;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-block__question::before {
    font-size: 1.6rem;
    top: 3px;
  }
}
.sec-faq .faq-body .faq-block__answer {
  padding: 3.2cqw 5.2cqw;
  background: #F0FAFF;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-block__answer {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-block__answer-text {
    font-size: 1.2rem;
  }
}
.sec-faq .faq-body .faq-block__step {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-block__step {
    flex-direction: column;
  }
}
.sec-faq .faq-body .faq-block__step-item {
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 4px;
  background: var(--white);
  border: 1px solid var(--blue-main);
  font-size: 1.2cqw;
  font-weight: 700;
  color: var(--blue-main);
  padding: 8px 12px;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-block__step-item {
    font-size: 1rem;
  }
}
.sec-faq .faq-body .faq-block__step-item + .faq-block__step-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent var(--blue-main);
  top: 50%;
  left: -12px;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-body .faq-block__step-item + .faq-block__step-item::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    top: -16px;
    left: 50%;
    translate: -50% 0;
    border-color: var(--blue-main) transparent transparent transparent;
  }
}