#qa {
  padding: 65px 0 72px;
  margin-bottom: 79px;
  font-family: "Noto Sans JP", sans-serif;
  overflow: clip;
  position: relative;
  background-color: #EFEBDD;
}

@media screen and (max-width: 999px) {
  #qa {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}

#qa::before {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  content: "FAQ ";
  bottom: -13.7%;
  left: 6.1%;
  font-family: Inter;
  font-weight: normal;
  font-size: 211px;
  letter-spacing: 0.17em;
  text-align: center;
  color: #f6f9fa;
  font-weight: 100;
  display: none;
}

@media screen and (max-width: 999px) {
  #qa::before {
    display: none;
  }
}

.qa__charm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19.028%;
  bottom: 68px;
  left: 3.5%;
}

.qa__container {
  max-width: 1001px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

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

.qa__wrapper {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 999px) {
  .qa__wrapper {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    flex-direction: column;
    margin-top: 0px;
  }
}

#qa .sectionTitle__wrapper {
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 16px;
  gap: 2px;
  display: flex;
  flex-direction: column;
  position: relative;
}

#qa .sectionTitle__wrapper::before {
  position: absolute;
  display: block;
  content: '';
  height: 2px;
  width: 24px;
  left: 1px;
  bottom: -18px;
  background-color: #1C1C1C;
}

@media screen and (max-width: 999px) {
  #qa .sectionTitle__wrapper::before {
    display: none;
  }
}


#qa .sectionTitle--en {
  font-family: "Cormorant Garamond";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #1c1c1c;
}
#qa .sectionTitle--ja {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #1c1c1c;
}

.qa__wrap {
  width: auto;
  width: 74.4%;
  margin-top: 19px;
}

@media screen and (max-width: 1000px) {
  .qa__wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }
}
.qa__bodyWrapper {
  width: 100%;
  margin-top: 1px;
}

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

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

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

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

.qa-box__q::before,
.qa-box__a::before {
  content: "Q.";
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 33%;
  left: 25.6px;
  font-weight: 500;
  font-style: normal;

  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.08em;
  line-height: 29px;
  text-align: left;
  color: #fff;
  
}

.qa-box__q {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EB572F;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 21px 53px;

  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #fff;
  border-radius: 10px 10px 10px 10px;
}

@media screen and (min-width: 999px) {
  .qa-box__q {
    padding: 30px 70px 26px;
  }
}
.qa-box__q.round {
  border-radius: 10px 10px 0 0 ;
}

.qa-box__a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 68px;
  padding-right: 30px;
  line-height: 2.142857142857143;
  font-family: "Noto Sans JP";
  font-weight: normal;
  text-align: left;
  color: #000;
  background: #fff;
  border: 1px solid #EB572F;

  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #000;
  border-radius: 0 0 10px 10px;
}

.qa-box__a::before {
  content: "A.";
  color: #EB572F;
  top: 19px !important;
}

.qa-box__toggle {
  position: absolute;
  right: 30px;
  top: 50%;
  -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: 999px) {
  .qa-box__toggle-wrap::before,
  .qa-box__toggle-wrap::after {
    right: -25px;
  }
}

.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: 15px;
  height: auto;
  opacity: 1;
  padding-bottom: 27px;
}
@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: 23.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;
  }
}
