body {
  background: #fff;
}

.u-sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
  .u-pc-only {
    display: none;
  }
}
.l-head {
  display: grid;
  grid-template-columns: [full-start] minmax(clamp(16px, 3.8834951456%, 48px), 1fr) [popout-start] minmax(0, 36px) [content-start] min(1200px, 100% - clamp(16px, 3.8834951456%, 48px) * 2) [content-end] minmax(0, 36px) [popout-end] minmax(clamp(16px, 3.8834951456%, 48px), 1fr) [full-end];
  margin-bottom: 36px;
  padding-top: 200px;
  padding-bottom: 185px;
  background-image: url(/common/img/pages/contact/faq/bg-head-pc.webp);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  overflow: hidden;
  justify-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-head {
    margin-bottom: 32px;
    padding-top: 175px;
    padding-bottom: 177px;
    background-image: url(/common/img/pages/contact/faq/bg-head-sp.webp);
  }
}

.c-title {
  grid-column: content;
}

.c-title__ja {
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 3.2rem;
  }
}

.c-title__en {
  display: inline-block;
  padding: 2px 7px;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    -moz-column-gap: 12px;
         column-gap: 12px;
    font-size: 1.6rem;
  }
  .c-title__en::before {
    margin-top: 24px;
  }
}

.c-heading {
  margin-bottom: 40px;
  color: #2E1807;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2.4rem;
  }
}
.c-heading__en {
  display: block;
  margin-top: 10px;
  color: #BEAB9E;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-heading__en {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

.c-text-note {
  font-size: 1.2rem;
  line-height: 1.4;
}

.p-faq {
  background: #fff;
}
.p-faq__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 0 20px;
  }
}
.p-faq__menu {
  background: #FDF2E9;
  margin-bottom: 64px;
  padding: 50px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__menu {
    gap: 10px;
    padding: 20px 16px;
  }
}
.p-faq__lists {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 13px;
}
@media screen and (max-width: 767px) {
  .p-faq__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.p-faq__lists a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 85px;
  border-radius: 3px;
  border: 1px solid #FADDC7;
  padding: 22px 12px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}
.p-faq__lists a:hover {
  color: inherit;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.p-faq__lists__en {
  display: block;
  margin-top: 5px;
  color: #BEAB9E;
  font-size: 1rem;
  line-height: 1;
}
.p-faq__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 13px;
  border-radius: 20px;
  border: 1px solid #FADDC7;
  margin-bottom: 56px;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__nav {
    padding: 20px 16px;
    gap: 10px;
    margin-bottom: 64px;
  }
}
.p-faq__nav li {
  width: calc((100% - 65px) / 6);
}
@media screen and (max-width: 767px) {
  .p-faq__nav li {
    width: calc(50% - 5px);
  }
}
.p-faq__nav a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 85px;
  border-radius: 3px;
  border: 1px solid #FADDC7;
  padding: 20px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.p-faq__nav a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 200%;
  background-image: linear-gradient(0deg, #28354F 50%, #E87823 50%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-faq__nav a::after {
  content: "";
  background-image: url(/common/img/pages/contact/faq/icon-arrow-to-bottom.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 7px;
}
.p-faq__nav a:hover::before {
  background-image: linear-gradient(0deg, #28354F 50%, #E87823 50%);
  transform: translateY(-50%);
}
.p-faq__nav__large a {
  padding: 10px 15px;
}
.p-faq__nav__large a::after {
  content: "";
  bottom: 8px;
}
.p-faq__nav__en {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}
.p-faq__contact {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-faq__contact {
    margin-bottom: 64px;
  }
}
.p-faq__contact__heading {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-faq__contact__heading {
    font-size: 3.2rem;
  }
}
.p-faq__contact__heading__en {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
  color: #BEAB9E;
}
@media screen and (max-width: 767px) {
  .p-faq__contact__heading__en {
    font-size: 1.6rem;
  }
}
.p-faq__contact__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-faq__contact__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-faq__contact__details {
  border: 1px solid #FADDC7;
  border-radius: 8px;
  padding: 30px 20px;
}
.p-faq__contact__title {
  margin-bottom: 10px;
  background: #E6F7F5;
  padding: 20px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.p-faq__contact__text {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-faq__contact__text--en {
  color: #BEAB9E;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.p-faq__contact__text--center {
  text-align: center;
}
.p-faq__contact__num {
  display: block;
  position: relative;
  margin: 24px 0;
  padding-bottom: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__contact__num {
    margin: 7px 0 24px;
  }
}
.p-faq__contact__num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 1px;
  background: #BA5F1C;
}
.p-faq__article {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-faq__article {
    margin-bottom: 64px;
  }
}
.p-faq__article__heading {
  margin-bottom: 10px;
  padding: 17px;
  border-radius: 5px;
  background: #E87823;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-faq__article__heading--en {
  margin-bottom: 24px;
  color: #BEAB9E;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-faq__article__nav {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__article__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
}
.p-faq__article__nav li {
  min-width: 150px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__article__nav li {
    width: 100%;
  }
}
.p-faq__article__nav a {
  display: block;
  padding: 8px 4px;
  background: #FDF2E9;
  border-radius: 5px;
}
.p-faq__article__nav__en {
  display: block;
  margin-top: 8px;
  color: #BEAB9E;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}
.p-faq__article__block {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .p-faq__article__block {
    flex-direction: column;
    gap: 24px;
  }
}
.p-faq__article__block + .p-faq__article__block {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-faq__article__block + .p-faq__article__block {
    margin-top: 40px;
  }
}
.p-faq__article__label {
  position: relative;
  width: 160px;
  min-width: 160px;
  margin-top: 22px;
  margin-bottom: 6px;
  padding-left: 24px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__article__label {
    width: 100%;
    margin-top: 0;
  }
}
.p-faq__article__label::before {
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  top: -1px;
  left: 0;
  border: 5px solid #E87823;
  border-radius: 100%;
}
.p-faq__article__label__en {
  display: block;
  margin-top: 6px;
  color: #BEAB9E;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.p-faq__article__wrap {
  width: 100%;
}
.p-faq__article__group {
  width: 100%;
  padding: 20px 30px 40px;
  border-radius: 5px;
  background: #FEF8F5;
}
@media screen and (max-width: 767px) {
  .p-faq__article__group {
    padding: 20px;
  }
}
.p-faq__article__group + .p-faq__article__group {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-faq__article__group + .p-faq__article__group {
    margin-top: 40px;
  }
}
.p-faq__article__q {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__article__q {
    padding-right: 32px;
  }
}
.p-faq__article__q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background: #2E1807;
}
@media screen and (max-width: 767px) {
  .p-faq__article__q::before {
    top: 10px;
    right: -5px;
  }
}
.p-faq__article__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 25px;
  height: 2px;
  background: #2E1807;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__article__q::after {
    top: 10px;
    right: -5px;
  }
}
.p-faq__article__q.is-open::after {
  transform: translateY(-50%) rotate(0);
}
.p-faq__article__q__ja {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-faq__article__q__ja::before {
  content: "Q";
  position: absolute;
  left: -7px;
  top: -4px;
  transform: translateX(-100%);
  font-size: 2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.p-faq__article__q__en {
  display: block;
  margin-top: 10px;
  color: #BEAB9E;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-faq__article__q__en::before {
  content: "Q:";
  font-family: "Lato", sans-serif;
  margin-right: 4px;
}
.p-faq__article__a {
  display: none;
  margin-top: 32px;
  padding-left: 23px;
}
.p-faq__article__a__ja {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-faq__article__a__ja a {
  text-decoration: underline;
}
.p-faq__article__a__ja strong {
  font-weight: bold;
}
.p-faq__article__a__ja::before {
  content: "A";
  position: absolute;
  left: -7px;
  top: -6px;
  transform: translateX(-100%);
  font-size: 2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.p-faq__article__a__en {
  margin-top: 16px;
  line-height: 1.7;
  color: #BEAB9E;
  font-size: 1.6rem;
}
.p-faq__article__a__en a {
  color: inherit;
  text-decoration: underline;
}
.p-faq__article__a__en::before {
  content: "A:";
  margin-right: 4px;
}
.p-faq__article__img {
  text-align: center;
  margin-bottom: 32px;
}
.p-faq__article__img img {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq__article__img img {
    width: 100%;
  }
}
.p-faq__article__img--long img {
  width: 230px;
}
.p-faq__article__img--large img {
  width: 612px;
}
.p-faq__article__capture {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1;
}
.p-faq__article__capture--en {
  margin-top: 10px;
  color: #BEAB9E;
}/*# sourceMappingURL=faq.css.map */