@charset "UTF-8";

.cookie-consent {
  z-index: 400;
}

.lp-visual.is-play .loading {
  display: none;
}

.addition_assets-box {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.addition_assets-item {
  width: 100%;
}

.addition_link {
  text-decoration: underline;
  color: #298931;
}

/* トップに戻るボタンの設定 */
#pagetop-btn {
  /* ▼ボタンの表示位置を画面の右下に固定 */
  position: fixed; /* 表示場所を固定 */
  top: 85vh; /* 上端からの距離 */
  right: 5vw; /* 右端からの距離 */
  width: inherit;
}

/* FAQ用トップに戻るボタンの設定 */
.faq-top-btn {
  background-color: #f4c382;
  border-radius: 5em;
  padding: 1em 0.5em;
  position: relative;
  width: 4em;
  height: 4em;
  text-align: center;
}

.faq-top-btn::before {
  content: "";
  margin: 11px 0 0 -8px;
  position: absolute;
  width: 18px; /* くの字を山なりに見た時、左側の長さ */
  height: 18px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 4px solid #fff; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 4px solid #fff; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(-45deg); /* 角度調整 */
}

/* FAQページの設定 */
dd {
  margin-inline-start: 0;
}

.faq {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 40px;
}

.q {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}

.faq .q:before {
  content: "Q";
  font-size: 100%;
  background: #7db37e;
  color: #fff;
  min-width: 1.5em;
  min-height: 1.5em;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  border-radius: 2em;
  margin-right: 0.5em;
}

.a {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted;
  list-style: none;
  display: flex;
  align-items: baseline;
}

.faq .a:before {
  content: "A";
  font-size: 100%;
  background: #e89991;
  color: #fff;
  font-weight: bold;
  min-width: 1.5em;
  min-height: 1.5em;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  border-radius: 2em;
  margin-right: 0.5em;
}

.faq dd:last-child {
  margin-bottom: 0;
}

.faq-title {
  padding-bottom: 10px;
  border-bottom: 1px dotted;
}

/* ボタンのレスポンシブ設定 */
.btn-box {
  color: #298931;
}

.sp-btn {
  margin-top: 20px;
}

.sp-btn:last-child {
  margin-bottom: 40px;
}

.s-contents {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 30px 0 80px 0;
}

.pc-wrap {
  display: block !important;
}

.sp-wrap {
  display: none !important;
}

.sp-btn .more-btn {
  height: 4.5vh;
}

@media screen and (max-width: 980px) {
  .s-contents {
    flex-direction: column !important;
    align-items: center;
    gap: 13px;
    margin: 20px 0 40px 0;
  }
  .pc-wrap {
    display: none !important;
  }
  .sp-wrap {
    display: block !important;
  }
}

.manual-btn-box {
  text-align: center;
  margin-bottom: 190px;
}

.manual-btn-box img {
  width: 70%;
}
