.title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  z-index: 21;
}

.question-content {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 32px;
  color: #000000;
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  z-index: 37;
}


.team-circles-aa {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 64px;
  position: relative;
  width: 1440px;
  padding: 64px 24px 64px 24px;
  z-index: 245;
  overflow: hidden;
}

@media (max-width: 1025px) {
  .team-circles-aa {
    width: 100%;
  }
}




.container-ab {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 64px;
  position: relative;
  width: 900px;
  z-index: 246;
}

@media (max-width: 1025px) {
  .container-ab {
    width: 100%;
  }
}

.frame-ae {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  width: 900px;
  border-top: 1px solid #d6d6d6;
  z-index: 250;
}

@media (max-width: 1025px) {
  .frame-ae {
    width: 100%;
  }
}

.frame-af {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  width: 900px;
  padding: 24px 16px 24px 16px;
  border-bottom: 1px solid #d6d6d6;
  z-index: 251;
}

@media (max-width: 1025px) {
  .frame-af {
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    padding: 24px 0px;
  }
}

.frame-b0 {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 35px;
  position: relative;
  min-width: 0;
  z-index: 252;
}

@media (max-width: 568px) {
  .frame-b0 {
    gap: 10px;
  }
}

.frame-b1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0 8px 0 8px;
  z-index: 253;
}

.question {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 24px;
  height: 28px;
  color: #a1a1a1;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  z-index: 254;
}

.frame-b2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  z-index: 255;

}

@media (max-width: 568px) {
  .frame-b2 {
    margin-top: 2px;
  }
}

.question-content {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 32px;
  color: #000000;
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  z-index: 256;
}

@media (max-width: 568px) {
  .question-content {
    height: auto;
    font-size: 14px;
  }
}

.answer-content {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: auto;
  color: #000000;
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  z-index: 257;
}

.material-icons-b3 {
  flex-shrink: 0;
  position: relative;
  width: 38px;
  height: 38px;
  z-index: 258;
  overflow: hidden;
}

.expand {
  position: relative;
  width: 19px;
  height: 11.727px;
  margin: 12.691px 0 0 9.5px;
  background: url(../assets/images/d042e8c6-8a84-4145-97a6-1f6effb85db6.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 259;
}

.answer-content {
  display: none;
}

.question-container {
  cursor: pointer;
}

.material-icons-b3 .expand {
  background: url(../assets/images/db495141-9329-4a61-b3a0-446f90076635.png) no-repeat center;
  /* 初期状態は下向きの三角 */
  background-size: 100% 100%;
}
