#qa {
  padding: 72px 0 80px;
  font-family: "Noto Sans JP", sans-serif;
  overflow: clip;
  position: relative;
  background-color: #FEFAF1;
}

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

#qa::before {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  content: "FAQ ";
  bottom: 4.8%;
  left: 15.5%;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 120px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #FF602F;  
  opacity: 0.07;
}

@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;
}

@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: 12px;
}

#qa .sectionTitle--en {
  text-align:left;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #FF602F;  
  margin-left: 0px;
    margin-top: 0px;
  margin-bottom: -4px;
}
#qa .sectionTitle--ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #222;  
}

#qa .sectionTitle--ja::before {
display: none;
}

#qa .sectionTitle--ja::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #qa .sectionTitle--ja{
    font-size: 24px;
}
}

.qa__wrap {
  width: auto;
  width: 66.632%;
  margin-top: 18px;
}

@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:nth-child(1) {
  margin-bottom: 23.5px;
}
.qa-box:nth-child(2) {
  margin-bottom: 15px;
}
.qa-box:nth-child(3) {
  margin-bottom: 14.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;
  position: absolute;
  top: 33%;
  left: 25.6px;
  font-weight: 500;
  font-style: normal;

  font-family: Outfit;
  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: #0048A3;
  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: 16px;
  letter-spacing: 0.07em;
  line-height: 20px;
  text-align: left;
  color: #fff;  
}

@media screen and (min-width: 999px) {
  .qa-box__q {
    padding: 30px 70px 29px;
  }
}

.qa-box__a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 69px;
  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 #0048A3;

  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: left;
  color: #222;
  
}

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

.qa-box__toggle {
  position: absolute;
  right: 39px;
  top: 45%;
  -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:18px;
  height: auto;
  opacity: 1;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .qa-box__a.active {
    padding-top: 11px;
  }
}

@media screen and (max-width: 959px) {

  

  .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;
  }
}


.qa__detail {
  margin-top: 8px;
  font-family: "Noto Sans JP";
font-weight: normal;
font-size: 14px;
letter-spacing: 0.02em;
line-height: 30px;
text-align: left;
color: #222;
}