@media print, screen and (min-width: 780.1px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1920px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

.faq-main {
  padding: 27px 40px 0;
}
@media screen and (max-width: 780px) {
  .faq-main {
    padding-top: 31.2820512821vw;
    padding-bottom: 20.5128205128vw;
  }
}

.faq-container {
  max-width: 1126px;
  margin: 0 auto;
}
@media print, screen and (min-width: 780.1px) {
  .faq-header {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 780px) {
  .faq-header {
    margin-bottom: 21.0256410256vw;
  }
}

.faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  color: #262626;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font-en);
  font-weight: 600;
  font-style: italic;
  line-height: 1em;
  -webkit-transform: rotate(-6.5deg);
          transform: rotate(-6.5deg);
}
@media print, screen and (min-width: 780.1px) {
  .faq-title {
    padding-left: 4px;
    font-size: 120px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 780px) {
  .faq-title {
    padding-left: 0.5128205128vw;
    font-size: 12.3076923077vw;
    letter-spacing: 0.2564102564vw;
  }
}

.faq-search-section {
  margin-bottom: 96px;
}
@media screen and (max-width: 780px) {
  .faq-search-section {
    margin-bottom: 13.8461538462vw;
  }
}

.search-filter-container {
  margin: 0 auto;
}
@media print, screen and (min-width: 780.1px) {
  .search-filter-container {
    max-width: 894px;
  }
}
@media screen and (max-width: 780px) {
  .search-filter-container {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 780.1px) {
  .search-wrapper,
  .filter-wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 780px) {
  .search-wrapper,
  .filter-wrapper {
    margin-bottom: 10.2564102564vw;
  }
}
.search-wrapper:last-child,
.filter-wrapper:last-child {
  margin-bottom: 0;
}

.search-label,
.filter-label {
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0 0 40px 0;
}
@media print, screen and (min-width: 780.1px) {
  .search-label,
  .filter-label {
    font-size: 26px;
  }
}
@media screen and (max-width: 780px) {
  .search-label,
  .filter-label {
    font-size: 4.1025641026vw;
    margin-bottom: 8.2051282051vw;
  }
}

.search-box {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .search-box {
    max-width: 894px;
  }
}
.search-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--Gray-4);
  border-radius: 100px;
  background-color: var(--Gray-3);
  font-family: var(--font-jp);
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #262626;
}
@media print, screen and (min-width: 780.1px) {
  .search-input {
    height: 80px;
    padding: 0 120px 0 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .search-input {
    height: 16.4102564103vw;
    padding: 0 20.5128205128vw 0 7.4358974359vw;
    font-size: 3.5897435897vw;
  }
}
.search-input::-webkit-input-placeholder {
  color: #AEB9C0;
  font-weight: 400;
}
.search-input::-moz-placeholder {
  color: #AEB9C0;
  font-weight: 400;
}
.search-input:-ms-input-placeholder {
  color: #AEB9C0;
  font-weight: 400;
}
.search-input::-ms-input-placeholder {
  color: #AEB9C0;
  font-weight: 400;
}
.search-input::placeholder {
  color: #AEB9C0;
  font-weight: 400;
}
.search-input:focus {
  outline: none;
  border-color: #79858D;
}

.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 100px 100px 0;
  background-color: var(--Gray-5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--White);
}
@media print, screen and (min-width: 780.1px) {
  .search-btn {
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 780px) {
  .search-btn {
    width: 20.5128205128vw;
    height: 16.4102564103vw;
  }
}
.search-btn:hover {
  background-color: var(--Gray-1);
}

.filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .filter-tags {
    gap: 2.0512820513vw;
  }
}

.filter-tag {
  border: 1px solid var(--Gray-4);
  border-radius: 100px;
  background-color: var(--Gray-3);
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1.7em;
  color: #262626;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .filter-tag {
    padding: 4px 24px;
    min-height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .filter-tag {
    padding: 2.0512820513vw 6.1538461538vw;
    font-size: 3.5897435897vw;
    white-space: nowrap;
  }
}
.filter-tag:hover {
  background-color: var(--Gray-4);
}
.filter-tag.active {
  background-color: #262626;
  color: #ffffff;
  border-color: #262626;
}

.faq-results-section {
  margin-bottom: 24px;
  display: none;
}
@media screen and (max-width: 780px) {
  .faq-results-section {
    margin-bottom: 4.1025641026vw;
  }
}
.faq-results-section.show {
  display: block;
}

.results-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1126px;
}
@media print, screen and (min-width: 780.1px) {
  .results-header {
    margin: 0 auto 27px;
  }
}
@media screen and (max-width: 780px) {
  .results-header {
    margin-bottom: 4.1025641026vw;
  }
}

.results-count {
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .results-count {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .results-count {
    font-size: 3.5897435897vw;
  }
}
.results-count span {
  padding-left: 0.5em;
  font-weight: 600;
}

.clear-search {
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #262626;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  text-decoration: underline;
}
@media print, screen and (min-width: 780.1px) {
  .clear-search {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .clear-search {
    font-size: 3.5897435897vw;
  }
}
.clear-search:hover {
  text-decoration: underline;
}

.faq-items-section {
  margin-bottom: 96px;
}
@media screen and (max-width: 780px) {
  .faq-items-section {
    margin-bottom: 14.358974359vw;
  }
}

.faq-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .faq-items-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.0512820513vw;
  }
}

.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: var(--Gray-4);
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .faq-item {
    max-width: 1126px;
  }
}
.faq-item.open {
  background-color: var(--Gray-3);
}
.faq-item.open .faq-answer {
  max-height: 1000px;
  padding: 0 32px 24px 32px;
}
.faq-item.open .toggle-btn {
  background-color: var(--Gray-4);
}
.faq-item.open .toggle-btn .icon-line-vertical {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.faq-item:hover {
  background-color: var(--Gray-3);
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .faq-question {
    height: 104px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 780px) {
  .faq-question {
    padding: 6.2820512821vw 6.1538461538vw 7.3076923077vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.1025641026vw;
  }
}

.question-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 780px) {
  .question-content {
    gap: 2.0512820513vw;
  }
}

.tag {
  display: inline-block;
  background-color: var(--Gray-5);
  color: var(--White);
  border-radius: 100px;
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 780.1px) {
  .tag {
    padding: 4px 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .tag {
    padding: 1.0256410256vw 4.1025641026vw;
    font-size: 2.5641025641vw;
  }
}

.question-text {
  font-family: var(--font-jp);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .question-text {
    line-height: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .question-text {
    margin-top: 0.2564102564vw;
    max-width: 57.6923076923vw;
    font-size: 3.5897435897vw;
    line-height: 150%;
  }
}

.toggle-btn {
  border: none;
  border-radius: 100px;
  background-color: var(--Gray-2);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 780.1px) {
  .toggle-btn {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 780px) {
  .toggle-btn {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    margin-top: 1.0256410256vw;
  }
}

.icon-line {
  background-color: #262626;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .icon-line {
    width: 14px;
    height: 2px;
  }
}
@media screen and (max-width: 780px) {
  .icon-line {
    width: 2.5641025641vw;
    height: 0.3666666667vw;
  }
}

.icon-line-vertical {
  position: absolute;
  background-color: #262626;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .icon-line-vertical {
    width: 2px;
    height: 14px;
  }
}
@media screen and (max-width: 780px) {
  .icon-line-vertical {
    width: 0.3666666667vw;
    height: 2.5641025641vw;
  }
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .faq-answer {
    padding: 0 32px;
  }
}
@media screen and (max-width: 780px) {
  .faq-answer {
    padding: 0 6.1538461538vw;
  }
}
.faq-answer p,
.faq-answer li {
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: var(--Black);
}
@media print, screen and (min-width: 780.1px) {
  .faq-answer p,
  .faq-answer li {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .faq-answer p,
  .faq-answer li {
    font-size: 3.5897435897vw;
  }
}
.faq-answer p:last-child,
.faq-answer li:last-child {
  margin-bottom: 0;
}
.faq-answer a {
  color: var(--Blue);
  text-decoration: underline;
}
.faq-answer a:hover {
  text-decoration: none;
}
.faq-answer figure {
  margin-top: 1em;
  text-align: center;
}

.faq-contact-section {
  margin: 0 auto;
  background-color: var(--Gray-3);
  border: 1px solid var(--Gray-4);
  border-radius: 0;
}
@media print, screen and (min-width: 780.1px) {
  .faq-contact-section {
    padding: 60px 90px;
    max-width: 894px;
  }
}
@media screen and (max-width: 780px) {
  .faq-contact-section {
    padding: 8.2051282051vw 8.2051282051vw;
  }
}

.contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 780.1px) {
  .contact-wrapper {
    gap: 80px;
  }
}
@media screen and (max-width: 780px) {
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1538461538vw;
  }
}

.contact-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-title {
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #262626;
  margin: 0 0 16px 0;
}
@media print, screen and (min-width: 780.1px) {
  .contact-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 780px) {
  .contact-title {
    font-size: 5.1282051282vw;
  }
}

.contact-description {
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .contact-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .contact-description {
    font-size: 3.5897435897vw;
  }
}

.contact-btn-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--Logo-Gradation);
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.01em;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .contact-btn {
    width: 200px;
    height: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 780px) {
  .contact-btn {
    width: 68.2051282051vw;
    height: 16.4102564103vw;
    font-size: 4.6153846154vw;
  }
}
.contact-btn:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(12%, #262626), color-stop(91%, #262626));
  background: linear-gradient(to right, #262626 12%, #262626 91%);
}

.faq-item.hidden {
  display: none;
}

.faq-item {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-item.fade-out {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.faq-item.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media print, screen and (max-width: 960px) and (min-width: 780.1px) {
  .faq-container {
    padding: 0 40px;
  }
  .search-box {
    max-width: 100%;
  }
  .filter-tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}