.qa {
  padding: 68px 0 79px;
  font-family: "Noto Sans JP", sans-serif;
  overflow: clip;
  background: #fceaec;
  position: relative;
}

@media screen and (max-width: 959px) {
  .qa {
    padding: 109px 0 90px;
  }
}

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

.qa__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sectionTitle--en--qa {
    transform: translateX(-12px);
  }
}

.qa__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .qa__wrap {
    flex-direction: column;
  }
}
.qa__bodyWrapper {
  width: 100%;
  margin-top: 28px;
}

@media screen and (max-width: 1000px) {
  .qa__bodyWrapper {
    width: 100%;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .qa__bodyWrapper {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.qa-box {
  line-height: 1.8;
}

.qa-box:not(:last-child) {
  margin-bottom: 16.5px;
}

.qa-box__q,
.qa-box__a {
  padding: 21px 80px;
  position: relative;
}

.qa-box__q::before,
.qa-box__a::before {
  content: "Q";
  line-height: 50px;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 23px;
  position: absolute;
  top: 15px;
  left: 26px;
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;

  font-family: Outfit;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
}

.qa-box__q {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #313131;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  padding: 21px 69px;
}

@media screen and (min-width: 768px) {
  .qa-box__q {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    padding: 27px 69px 26px;
  }
}

.qa-box__a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 68px;
  padding-right: 125px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
  color: #000;

  background: #fff;
  border: 1px solid #313131;
}

@media screen and (max-width: 767px) {
  .qa-box__q {
    padding-left: 58px;
    padding-right: 45px;
  }
  .qa-box__a {
    padding-left: 58px;
    padding-right: 35px;
  }
}

.qa-box__a::before {
  content: "A";
  top: 15px !important;

  font-family: Outfit;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #313131;
}

.qa-box__toggle {
  position: absolute;
  right: 60px;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qa-box__toggle-wrap {
  width: 20px;
  height: 20px;
  position: relative;
}

.qa-box__toggle-wrap.active::after {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.qa-box__toggle-wrap::before,
.qa-box__toggle-wrap::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 10px;
  top: 3px;
  bottom: 0;
  margin: auto;
}

.qa-box__toggle-wrap::after {
  right: -4px;
}

@media screen and (min-width: 768px) {
  .qa-box__toggle-wrap::before,
  .qa-box__toggle-wrap::after {
    right: -31px;
  }
}

.qa-box__toggle-wrap::before {
  width: 120%;
  height: 2px;
}

.qa-box__toggle-wrap::after {
  width: 2px;
  height: 100%;
}

.qa-box__a {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: default;
}

.qa-box__a.active {
  padding-top: 22px;
  height: auto;
  opacity: 1;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .qa-box__a.active {
    padding-top: 11px;
  }
}

@media screen and (max-width: 959px) {
  .qa-box:not(:last-child) {
    margin-bottom: 38.5px;
  }

  .qa-box__toggle {
    right: 14px;
  }

  .qa-box__q::before,
  .qa-box__a::before {
    width: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .qa-box__q {
    font-size: 13px;
  }

  .qa-box__a {
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 999px) {
  .qa-box__q::before,
  .qa-box__a::before {
    font-size: 19px;
    top: 13px;
  }
}

#qa .sectionTitle__wrapper {
  gap: 8px;
}

#qa .sectionTitle--en {
  font-family: Oswald;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #f2a2c0;
}

#qa .sectionTitle--ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;

  text-align: center;
  color: #313131;
}

.qa::before {
  position: absolute;
  display: block;
  content: "";
  right: -3.1%;
  top: 4.6%;
  background: url(../img/faq-charm.png) center center / contain no-repeat;
  width: 17.5%;
  height: 34.281%;
}
