#qa {
    padding: 52px 0 80px;
    font-family: "Noto Sans JP", sans-serif;
    overflow: clip;
    position: relative;
    background-color: #F5F5F3;
  }
  
  @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: 400;
    font-size: 120px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;  
  }
  
  @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: 1000px;
    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--ja {
    color: #222;  
  }
  #qa .sectionTitle--en {
    margin-bottom: 15px;
  }
  .qa__wrap {
    width: 100%;
    margin-top: 22px;
  }
  
  @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__body {
    display: flex;
    flex-direction:column;
    gap: 10px;
  }
  
  .qa-box {
    line-height: 1.8;
  }
  
  .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: 400;
    font-style: normal;
  
    font-family: Outfit;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 0.08em;
    line-height: 29px;
    text-align: left;
    color: #fff;
  }
  
  .qa-box__q {
    border-radius: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0FCEDE;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 21px 53px;
  
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    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__q.active {
    border-radius: 10px 10px 0 0; 
  }
  
  .qa-box__a {
    border-radius:  0 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 69px;
    padding-right: 30px;
    line-height: 2.142857142857143;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: normal;
    text-align: left;
    color: #000;
    background: #fff;
    border: 1px solid #0FCEDE;
  
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    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: #0FCEDE;
    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:19px;
    height: auto;
    opacity: 1;
    padding-bottom: 22px;
  }
  @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: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: left;
  color: #222;
  }