@charset "utf-8";
/* CSS Document */


/* ---------- faq ---------- */
.faq_section {
  position: relative;
  overflow: hidden;
}

.faq_section .faq_links {
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.5vw, 18px);
  padding-top: 0;
}

.faq_section .faq_cate {
  width: min(1280px, 100%);
  margin-right: auto;
  margin-left: auto;
  scroll-margin-top: 120px;
}

.faq_section .faq_cate_title {
  color: #7b5d50;
  letter-spacing: 0.12em;
}

.faq_section .faq_cate > .service_dots {
  width: 180px;
  height: 6px;
  margin: 12px auto clamp(28px, 4vw, 42px);
  background-image: radial-gradient(circle, #f5ce69 2px, transparent 2px);
  background-size: 10px 6px;
  background-repeat: repeat-x;
}

/* ---------- faq box ---------- */
.faq_e1 .box {
  overflow: hidden;
  border-radius: 16px;
  background: #fffbed;
  box-shadow: none;
}

.faq_e1 .box:not(:last-of-type) {
  margin-bottom: clamp(28px, 4vw, 42px);
}

/* ---------- question ---------- */
.faq_e1 .box .qbox {
  position: relative;
  gap: 18px;
  padding: clamp(28px, 4vw, 42px) 76px clamp(22px, 3vw, 34px) clamp(28px, 4vw, 42px);
  cursor: pointer;
}

.faq_e1 .q_icon {
  color: #ef7fab;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1;
}

.faq_e1 .box .qbox h3 {
  margin: 0;
  color: #7b5d50;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

/* ---------- plus minus icon ---------- */
.faq_e1 .box .qbox .icon {
  position: absolute;
  right: clamp(28px, 4vw, 46px);
  top: 50%;
  width: 24px;
  aspect-ratio: 1 / 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ef7fab;
}

.faq_e1 .box .qbox .icon::before,
.faq_e1 .box .qbox .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: ease 0.25s;
}

.faq_e1 .box .qbox .icon::before {
  width: 10px;
  height: 2px;
}

.faq_e1 .box .qbox .icon::after {
  width: 2px;
  height: 10px;
  opacity: 1;
}

.faq_e1 .box .qbox.active .icon::after{
  opacity: 0;
}

/* ---------- answer ---------- */
body.on .faq_e1 .box .abox {
  display: none;
}

.faq_e1 .box .abox {
  padding: 0 clamp(28px, 4vw, 42px) clamp(26px, 4vw, 40px);
  background: #fffbed;
}

.faq_e1 .box .abox > .flex {
  align-items: flex-start;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px dotted rgba(123, 93, 80, 0.38);
}

.faq_e1 .box .abox .a_icon {
  flex: none;
  margin: 0;
  color: #f5ce69;
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(2px);
}

.faq_e1 .box .abox .lineheight22,
.faq_e1 .box .abox p:last-child {
  flex: 1;
  margin: 0;
  color: #7b5d50;
  line-height: 2;
  letter-spacing: 0.08em;
}

/* ---------- responsive ---------- */
@media screen and (max-width: 576px) {
  .faq_section .faq_links a {
    min-width: 100%;
  }

  .faq_e1 .box .qbox {
    gap: 12px;
    padding: 22px 54px 18px 18px;
  }

  .faq_e1 .box .qbox .icon {
    right: 18px;
    width: 22px;
  }

  .faq_e1 .box .abox {
    padding: 0 18px 20px;
  }

  .faq_e1 .box .abox > .flex {
    gap: 12px;
    padding-top: 16px;
  }
}
.privacypolicy {
  position: fixed !important;
  inset: 0;
  z-index: 2147483647 !important;
}

.privacypolicy .close-bt {
  position: fixed;
  z-index: 2147483647;
}

/* プライバシーポリシー表示中はヘッダー類を下げる */
body:has(.privacypolicy[style*="display: block"]) .header,
body:has(.privacypolicy[style*="display: block"]) .head_logo,
body:has(.privacypolicy[style*="display: block"]) .head_fixnav,
body:has(.privacypolicy[style*="display: block"]) .menu-wrap,
body:has(.privacypolicy[style*="display: block"]) .fv_search_btn {
  z-index: 1 !important;
  pointer-events: none;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
}

/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
}

/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {
}