@charset "UTF-8";
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* フォント設定 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
body,
html {
  font-family: "Noto Sans JP", sans-serif;
}

/* 固定ヘッダー対応：アンカーリンクの位置調整 */
h1,
h2,
h3,
h4,
h5,
h6,
[id],
.c-section__title,
.c-section__title-deco,
section {
  scroll-margin-top: 0px;
  /* 固定ヘッダーの高さ分 */
}

/* より確実なスクロール位置調整（必要に応じて） */
html {
  scroll-padding-top: 72px;
}

/* スマホ用改行 */
.spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .spbr {
    display: block;
  }
}

/* ヘッダーフレームカスタマイズ */
.site-header {
  height: 72px !important;
  position: fixed !important;
  /* ヘッダーを固定 */
  background-color: #fff !important;
}

/* ヘッダーコンテナカスタマイズ */
.site-header-container {
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #fff !important;
  padding-bottom: 8px !important;
}
@media screen and (max-width: 991px) {
  .site-header-container {
    flex-direction: column !important;
    row-gap: 0 !important;
  }
}

/* ヘッダー右電話番号カスタマイズ */
.add-info .tel a {
  color: #F4A13C !important;
  font-family: "Inter", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.9px !important;
  padding: 4px 6px 4px 41px !important;
  position: relative;
}
.add-info .tel a::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("./img/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .add-info .tel a::before {
    width: 20px;
    height: 20px;
  }
}
.add-info .tel a::after {
  content: "";
  position: absolute;
  left: calc(50% + 18px);
  transform: translateX(-50%);
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #D9892C;
}
.add-info .tel a:hover {
  text-decoration: none !important;
}
.add-info .tel a:hover::after {
  width: 120px;
  transition: width 0.5s ease;
}
@media screen and (max-width: 991px) {
  .add-info {
    margin-left: auto;
    margin-right: -10px;
  }
  .add-info .tel a {
    font-size: 14px !important;
    padding: 4px 4px 4px 30px !important;
  }
}

.global-nav {
  margin: 0 !important;
  /* ヘッダーの高さに合わせる */
}

/* ロゴをヘッダー中央に垂直揃え */
.site-header-logo {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  width: fit-content !important;
}
.site-header-logo img {
  width: auto !important;
  height: 40px !important;
  max-height: 100% !important;
}
@media screen and (max-width: 991px) {
  .site-header-logo {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .site-header-logo img {
    margin-top: 8px !important;
    height: 40px !important;
  }
}

/* フロートヘッダーカスタマイズ */
.header_scrolled .site-header .global-nav .container .site-header-container--scrolled--no-fix {
  height: 72px !important;
}

/* ナビゲーションメニューの調整 */
.global-nav-name {
  font-family: "Noto Sans JP", serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333333;
  transition: font-weight 0.3s ease;
  padding: 8x 10x 8px 10px !important;
}

.menu-item {
  padding: 0 !important;
}
.menu-item a {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 16px 16px 8px 16px !important;
}
.menu-item a:hover .global-nav-name {
  font-weight: 700 !important;
}

/* ここからFVセクションのカスタマイズ */
/* fv の上余白ヘッダー分 */
.l-fv {
  width: 100% !important;
  height: 650px;
  margin: 52px 0 0 0 !important;
  padding: 0 !important;
  position: relative;
  background-color: #FAFAF8 !important;
  display: grid;
  grid-template-columns: 42% 1fr;
}
@media screen and (max-width: 768px) {
  .l-fv {
    display: block !important;
    height: auto;
  }
}

.l-fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  /* 1pxの隙間防止 */
  width: 100%;
  height: 120px;
  /* 96〜160pxで調整 */
  background: #F1EDE6;
  /* Support */
  clip-path: polygon(0 55%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-fv::after {
    height: 60px;
    bottom: -20px;
  }
}

.p-fv__inner {
  max-width: 504px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  margin-left: auto !important;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    max-width: 100% !important;
  }
}

.p-fv__frame {
  display: flex !important;
  column-gap: 48px !important;
  align-items: stretch;
  height: 650px !important;
}
@media screen and (max-width: 768px) {
  .p-fv__frame {
    display: block !important;
    height: auto !important;
  }
}

.p-fv__left-text_frame {
  flex: 0 0 48%;
  min-width: 0;
  /* 折返し・はみ出し対策 */
  display: flex;
  padding: 96px 0 0 0;
  flex-direction: column !important;
  gap: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fv__left-text_frame {
    padding: 60px 0 0 0;
  }
}

.p-fv__text-only-frame {
  display: flex;
  padding: 0 40px 0 70px;
  flex-direction: column !important;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__text-only-frame {
    padding: 0 16px 0 16px;
  }
}

.p-fv__title {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 135% !important;
  /* 37.8px */
  letter-spacing: 0.68px !important;
  margin: 0;
  padding: 0;
}

.p-fv__main-title {
  margin: 16px 0 0 0 !important;
  padding: 0;
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 140% !important;
  /* 44.8px */
  letter-spacing: 2.2px !important;
}

.p-fv__sub-title {
  margin: 24px 0 0 0 !important;
  padding: 0;
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.8px !important;
}
@media screen and (max-width: 768px) {
  .p-fv__sub-title {
    font-size: 15px !important;
  }
}

.p-fv__remark {
  margin: 36px 0 0 0 !important;
  padding: 0;
  color: #8A8A84 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.39px !important;
}

.p-fv__buttons-frame {
  padding-left: 34px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  column-gap: 16px !important;
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  row-gap: 12px !important;
}
@media screen and (max-width: 768px) {
  .p-fv__buttons-frame {
    padding-left: 16px;
  }
}

.p-fv__tel a {
  display: flex !important;
  width: fit-content !important;
  white-space: nowrap !important;
  height: 44px !important;
  padding: 0 11px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important;
  color: #FFF;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.48px !important;
  background-color: #F4A13C !important;
  transition: background-color 0.3s ease;
  border-radius: 12px;
}
.p-fv__tel a:hover {
  background-color: #D9892C !important;
  --webkit-shadow: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.p-fv__tel a:hover span {
  text-decoration: none !important;
}

.p-fv__line a {
  display: flex !important;
  width: fit-content !important;
  height: 44px !important;
  padding: 0 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  border: #F4A13C solid 1px !important;
  border-radius: 12px;
  color: #F4A13C !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.7px !important;
}
.p-fv__line a:hover {
  border: #D9892C solid 1px !important;
  --webkit-shadow: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  background-color: rgba(244, 161, 60, 0.08) !important;
}
.p-fv__line a:hover i {
  color: #D9892C !important;
}
.p-fv__line a:hover span {
  color: #D9892C !important;
}

.p-fv__contact a {
  display: flex !important;
  width: fit-content !important;
  height: 44px !important;
  padding: 0 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important;
  color: #333;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.7px !important;
  background-color: #F1EDE6 !important;
  transition: background-color 0.3s ease;
  border: none !important;
  border-radius: 12px;
}
.p-fv__contact a:hover {
  background-color: #E8E2D8 !important;
  --webkit-shadow: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.p-fv__contact a:hover span {
  color: #333 !important;
  text-decoration: none !important;
}

.p-fv__remark {
  margin-top: 36px !important;
  color: #8A8A84 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.39px !important;
}

.p-fv__instagram a {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.65px !important;
  display: flex !important;
  height: 44px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  position: relative;
}
.p-fv__instagram a:hover {
  --webkit-shadow: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.p-fv__instagram a:hover span {
  color: #F4A13C !important;
  text-decoration: none !important;
}
.p-fv__instagram a:hover i {
  color: #F4A13C !important;
}
.p-fv__instagram a::after {
  content: "";
  position: absolute;
  left: calc(50% + 4px);
  transform: translateX(-50%);
  bottom: 2px;
  width: 0;
  height: 2px;
  background-color: #D9892C;
}
.p-fv__instagram a:hover::after {
  width: 120px;
  transition: width 0.4s ease;
}

.p-fv__right-frame {
  /* 右側の幅：画面の約58% */
  grid-column: 2;
  position: relative;
  overflow: hidden;
  width: 58vw;
  flex: 1 1 auto;
  min-width: 600px;
  min-width: 0;
  /* 折返し・はみ出し対策 */
  display: flex;
  align-items: center !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-fv__right-frame {
    width: 100%;
  }
}

/* 画像枠（角丸＆左側フェード用の疑似要素） */
.p-fv__img {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  /* 左端なじませ：CSSで実装（Figmaのlinear-gradientを疑似要素で） */
}
.p-fv__img::before {
  max-width: 100% !important;
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* 左側を背景色に溶かす */
  background: linear-gradient(90deg, rgb(250, 250, 248) 0.08%, rgba(250, 250, 248, 0) 11.6%, rgba(250, 250, 248, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-fv__img::before {
    background: linear-gradient(180deg, rgb(250, 250, 248) 0.08%, rgba(250, 250, 248, 0) 11.6%, rgba(250, 250, 248, 0) 100%);
  }
}
.p-fv__img img {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  /* 高さを揃えたい場合（必要なら） */
  aspect-ratio: 1024/683;
}

/* 共通セクションのタイトルカスタマイズ */
.c-section__title {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 130% !important;
  /* 33.6px */
  letter-spacing: 1.2px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.c-section__title-en {
  color: #777 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 1.44px !important;
  margin-top: 8px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  position: relative;
}
.c-section__title-en:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  border-radius: 99px;
  background-color: #F4A13C;
}

/* reasonセクションのカスタマイズ */
.l-reason {
  background-color: #F1EDE6 !important;
  padding-top: 96px !important;
  padding-bottom: 96px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .l-reason {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.l-reason__card-wrap {
  display: flex !important;
  justify-content: center !important;
}
@media screen and (max-width: 768px) {
  .l-reason__card-wrap {
    margin-top: 20px !important;
  }
}

.l-reason__card-frame {
  margin-top: 76px !important;
  display: flex !important;
  column-gap: 70px !important;
  justify-content: center !important;
  align-items: flex-start !important;
}
@media screen and (max-width: 768px) {
  .l-reason__card-frame {
    margin-top: 60px !important;
  }
}

.l-reason__card-container {
  width: 290px !important;
  display: flex !important;
  flex-direction: column !important;
  row-gap: 20px !important;
}

.p-reason__card-img img {
  width: auto !important;
  height: 180px !important;
  display: block !important;
  border-radius: 16px !important;
}

.l-reason__card-content {
  display: flex !important;
  width: 100% !important;
  padding: 32px !important;
  flex-direction: column !important;
  align-items: center !important;
  row-gap: 12px !important;
  border-radius: 16px !important;
  background: #FFF !important;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08) !important;
  position: relative;
}
.l-reason__card-content::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 32px;
  height: 4px;
  background-color: #F4A13C;
  border-radius: 2px;
}

.p-reason__card-title {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 140% !important;
  /* 23.4px */
  letter-spacing: 0.7px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-reason__card-text {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 170% !important;
  /* 21px */
  letter-spacing: 0.7px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.l-worry {
  padding-top: 96px !important;
  background: #FFF !important;
  padding-bottom: 96px !important;
}
@media screen and (max-width: 768px) {
  .l-worry {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.p-worry__frame {
  margin-top: 76px !important;
}
@media screen and (max-width: 768px) {
  .p-worry__frame {
    margin-top: 50px !important;
  }
}

.p-worry__line {
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}

.p-worry__left {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.p-worry__img img {
  border-radius: 16px !important;
  width: auto !important;
  height: 300px !important;
}

.p-worry__remarks {
  margin-top: 68px !important;
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 180% !important;
  /* 25.2px */
  letter-spacing: 0.7px !important;
}
@media screen and (max-width: 768px) {
  .p-worry__remarks {
    margin-top: 30px !important;
  }
}

.l-service {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
@media screen and (max-width: 768px) {
  .l-service {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.p-service__left {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  row-gap: 24px !important;
}
@media screen and (max-width: 991px) {
  .p-service__left {
    width: 100% !important;
    flex-basis: auto !important;
  }
}

.p-service__frame {
  margin-top: 76px !important;
  display: flex !important;
  column-gap: 48px !important;
  justify-content: center !important;
  align-items: flex-start !important;
}
@media screen and (max-width: 991px) {
  .p-service__frame {
    flex-direction: column !important;
    margin-top: 50px !important;
  }
}

.p-service__price-container {
  margin-top: 32px !important;
  display: flex !important;
  padding: 32px !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  align-self: stretch !important;
  border-radius: 16px !important;
  background: #FFF !important;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08) !important;
}
@media screen and (max-width: 991px) {
  .p-service__price-container {
    width: 100% !important;
  }
}

.p-service__price-line {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  align-self: stretch !important;
  height: 27px !important;
}
@media screen and (max-width: 991px) {
  .p-service__price-line {
    display: grid !important;
    grid-template-columns: 1fr auto;
    column-gap: 16px;
    align-items: baseline;
  }
}

.p-service__name {
  width: fit-content !important;
  flex: 0 1 auto !important;
  flex-basis: auto !important;
}
.p-service__name p {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 180% !important;
  /* 27px */
  letter-spacing: 0.75px !important;
}

.p-service__price {
  width: fit-content !important;
  flex: 0 1 auto !important;
}
.p-service__price p {
  flex: 0 1 auto !important;
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  /* 27px */
  letter-spacing: 1.2px !important;
}

.p-service__remarks li {
  color: #666 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 160% !important;
  /* 20.8px */
  letter-spacing: 0.65px !important;
}

.p-service__remarks {
  list-style: none;
  padding-left: 0;
}

.p-service__remarks li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
}

.p-service__remarks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #8A8A8A;
  /* accentカラー */
}

.p-service__cta-frame {
  margin-top: 96px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  row-gap: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-service__cta-frame {
    margin-top: 60px !important;
    margin-bottom: 20px !important;
  }
}

.p-service__cta-title {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 1px !important;
  margin-bottom: 0 !important;
}

.p-service__cta-sub-title {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.7px !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-service__cta-sub-title {
    font-size: 13px !important;
    letter-spacing: 0.2px !important;
  }
}

.p-service__cta-culumn {
  flex: 0 1 auto !important;
}
@media screen and (max-width: 768px) {
  .p-service__cta-culumn {
    display: flex;
    justify-content: center;
  }
}

.p-service__cta-buttons {
  margin-top: 12px !important;
  display: flex !important;
  column-gap: 16px !important;
  justify-content: center !important;
  margin-bottom: 0 !important;
}

.p-service__cta-remarks {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.6px !important;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

.p-fv__tel.-service a {
  padding: 15px 40px !important;
  height: 48px !important;
  border-radius: 24px !important;
}

.p-fv__line.-service a {
  padding: 15px 36px !important;
  height: 48px !important;
  border-radius: 24px !important;
}

.l-flow {
  padding-top: 96px !important;
  background-color: #F1EDE6 !important;
  padding-bottom: 96px !important;
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.p-flow__frame {
  margin-top: 76px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  column-gap: 24px !important;
  justify-content: center !important;
  align-items: flex-start !important;
}
@media screen and (max-width: 768px) {
  .p-flow__frame {
    margin-top: 60px !important;
  }
}

.p-flow__card {
  border-radius: 16px !important;
  background: #FFF !important;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08) !important;
  width: 220px !important;
  position: relative;
}
.p-flow__card::after {
  content: "";
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-image: url("./img/arrow-flow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-flow__card.-no_arrow::after {
  display: none;
}

.p-flow__container {
  display: flex !important;
  width: 220px !important;
  padding: 24px !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
}
@media screen and (max-width: 768px) {
  .p-flow__container {
    width: 100% !important;
  }
}

.p-flow__card-sub-title {
  color: #F4A13C !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  /* 22.4px */
  letter-spacing: 0.6px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-flow__card-title {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 180% !important;
  /* 22.4px */
  letter-spacing: 0.8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-flow__card-content {
  color: #666 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 170% !important;
  /* 23.8px */
  letter-spacing: 0.7px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.p-flow__card-content .remark {
  color: #888 !important;
  font-size: 13px !important;
}

.l-faq {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
  background-image: linear-gradient(180deg, rgba(241, 237, 230, 0) 0%, rgba(255, 255, 255, 0.9) 82.69%, #FFF 100%), url("./img/faq-bg.webp") !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  /* ★ これが固定（パララックス風） */
  background-attachment: fixed !important;
}
@media screen and (max-width: 768px) {
  .l-faq {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (max-width: 1024px) {
  .l-faq {
    background-attachment: scroll;
  }
}
/* AI FAQの回答部分 */
/* =====================================
  FAQ Accordion (cards)
===================================== */
.p-faq {
  width: 100%;
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 76px;
}

/* 1カード */
.p-faq__item {
  background: #fafaf8;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* Qボタン（押下領域） */
.p-faq__btn {
  width: 100%;
  display: grid;
  grid-template-columns: 22px 1fr 20px;
  align-items: center;
  column-gap: 10px;
  padding: 24px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  /* クリック時の青枠を整える */
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.p-faq__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(240, 160, 60, 0.35);
  border-radius: 14px;
}

/* Q / A ラベル */
.p-faq__label {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
}

.p-faq__label--q {
  color: #F4A13C;
}

.p-faq__label--a {
  color: #999;
}

.p-faq__q {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* 質問文 */
.p-faq__qtext {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.75px;
}

/* ＋ / － アイコン（擬似要素） */
.p-faq__icon {
  position: relative;
  width: 20px;
  height: 20px;
  justify-self: end;
}

.p-faq__icon::before,
.p-faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #bbb;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}

/* 縦棒（＋の縦） */
.p-faq__icon::after {
  width: 2px;
  height: 14px;
}

/* 開いたとき：縦棒を消して「－」に */
.p-faq__btn[aria-expanded=true] .p-faq__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

/* A パネル（heightアニメーション用のラッパー） */
.p-faq__a {
  height: 0;
  overflow: hidden;
  transition: height 0.28s ease;
}

/* A 内側 */
.p-faq__aInner {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 14px;
  padding: 0 26px 22px 26px;
}

.p-faq__atext {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #555;
}

/* QとAの間に薄い仕切り（任意・上品に見える） */
.p-faq__item.is-open .p-faq__aInner {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 18px;
}

/* スマホ微調整 */
@media (max-width: 767px) {
  .p-faq__list {
    gap: 14px;
  }
  .p-faq__btn {
    padding: 18px 18px;
  }
  .p-faq__aInner {
    padding: 0 18px 18px 18px;
  }
  .p-faq__qtext {
    font-size: 15px;
  }
}
.p-faq__contact-frame {
  margin-top: 80px !important;
  margin-bottom: 96px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  row-gap: 2px !important;
}
@media screen and (max-width: 768px) {
  .p-faq__contact-frame {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

.p-profile__contact.-faq {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.l-profile {
  padding-top: 96px !important;
  background: #FFF !important;
  padding-bottom: 96px !important;
}
@media screen and (max-width: 768px) {
  .l-profile {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }
}

.p-profile__frame {
  margin-top: 76px !important;
  display: flex !important;
  column-gap: 48px !important;
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 64px !important;
}
@media screen and (max-width: 768px) {
  .p-profile__frame {
    margin-top: 50px !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
  }
}

.p-profile__left {
  flex-basis: 40% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.p-profile__right {
  flex-basis: 60% !important;
}
@media screen and (max-width: 768px) {
  .p-profile__right {
    max-width: 320px !important;
  }
}

.p-profile__img-frame {
  display: flex !important;
  flex-direction: column !important;
  row-gap: 12px !important;
  justify-content: center !important;
  align-items: center !important;
}

.p-profile__img {
  width: 320px !important;
  height: 400px !important;
}
.p-profile__img img {
  width: auto !important;
  height: 100% !important;
  border-radius: 16px !important;
}

.p-profile__img-title {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 180% !important;
  /* 28.8px */
  letter-spacing: 0.65px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-profile__right-container {
  display: flex !important;
  flex-direction: column !important;
  row-gap: 0 !important;
}

.p-profile__title {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 180% !important;
  /* 36px */
  letter-spacing: 1px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-profile__sub-title {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  /* 25.2px */
  letter-spacing: 0.7px !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

.p-profile__article-title {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  /* 23.4px */
  letter-spacing: 0.65px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

.p-profile__article-title.-jfta {
  margin-top: 4px !important;
}

.p-profile__list {
  margin-top: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  row-gap: 0 !important;
  margin-bottom: 0 !important;
}

.p-profile__list.-jtfa {
  margin-top: 4px !important;
  margin-left: 20px !important;
}

.p-profile__list-line {
  color: #555 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 170% !important;
  /* 25.2px */
  letter-spacing: 0.7px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-profile__text-strong {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  /* 27px */
  letter-spacing: 0.6px !important;
  margin-top: 28px !important;
  margin-bottom: 0 !important;
}

.p-profile__text {
  color: #555 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 180% !important;
  /* 23.8px */
  letter-spacing: 0.7px !important;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

.p-profile__read-more {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}
.p-profile__read-more a {
  display: block !important;
  color: #F4A13C !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  line-height: 180% !important;
  /* 23.4px */
  letter-spacing: 0.65px !important;
  text-decoration: none !important;
  border-bottom: 1px solid #F4A13C !important;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
.p-profile__read-more a:hover {
  color: #D9892C !important;
  border-bottom: 1px solid #D9892C !important;
}

.p-profile__contact {
  margin-top: 48px !important;
  display: flex !important;
  justify-content: center !important;
}
.p-profile__contact a {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 180% !important;
  /* 25.2px */
  letter-spacing: 0.7px !important;
  text-decoration: none !important;
  border-bottom: 1px solid #777 !important;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
.p-profile__contact a:hover {
  color: #333 !important;
  border-bottom: 1.2px solid #F4A13C !important;
}

.l-contact {
  padding-top: 96px !important;
  background-color: #F1EDE6 !important;
  padding-bottom: 96px !important;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
}

.p-contact__comment-frame {
  margin-top: 32px !important;
}

.p-contact__comment {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 180% !important;
  /* 25.2px */
  letter-spacing: 0.7px !important;
}

.p-contact-form {
  margin-top: 56px !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 720px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: #FAFAF8;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    width: 100% !important;
  }
}

.p-contact-form__row {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .p-contact-form__row {
    padding: 18px 18px 12px;
  }
}

.p-contact-form__label {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.7px !important;
}

.p-contact-form__req {
  color: #F4A13C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
}

.p-contact-form__opt {
  color: #777;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
}

.p-contact-form__field {
  width: 100%;
}

.p-contact-form__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__actions {
    display: block;
  }
}

.p-contact-form__submit {
  color: #FFF !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: 4.8px !important;
  display: flex;
  width: 240px !important;
  height: 48px !important;
  padding: 10px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  border: none !important;
  border-radius: 24px !important;
  background-color: #F4A13C !important;
  transition: background-color 0.3s ease;
}
.p-contact-form__submit:hover {
  background: #D9892C !important;
}

/* ラジオ・チェックをオレンジに */
.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  accent-color: #F4A13C;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #F4A13C;
  font-size: 13px;
  margin-top: 6px;
}

/* エラー時の入力枠 */
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #F4A13C;
}

.l-blog {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
@media screen and (max-width: 768px) {
  .l-blog {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.p-news {
  padding-top: 86px !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.p-news__archive-link {
  display: none !important;
}

.l-footer {
  border-top: 1px solid #E6E3DC;
  padding-top: 64px !important;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 40px !important;
  }
}

.p-footer__title {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  /* 25.2px */
  letter-spacing: 0.7px !important;
  text-align: center;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

.p-footer__area-frame {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

.p-footer__area {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.65px !important;
}

.p-footer__tel {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  color: #F4A13C !important;
  text-align: center !important;
  font-family: "Inter", sans-serif !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  /* 30.6px */
  letter-spacing: 1.7px !important;
}

.p-footer__copy-frame {
  margin-top: 32px !important;
  margin-bottom: 48px !important;
  padding-top: 0 !important;
}

.p-footer__copy-container {
  padding-bottom: 0 !important;
}

.page_top_btn {
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid #F4A13C !important;
  transition: background 0.3s ease;
}
.page_top_btn:hover {
  background: rgba(186, 186, 132, 0.4) !important;
}
.page_top_btn::before {
  border-top: 2px solid #F4A13C !important;
  border-right: 2px solid #F4A13C !important;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

.c-nav__item a strong {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.7px !important;
  position: relative;
}
.c-nav__item a strong::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  border-radius: 99px;
  background-color: #F4A13C;
  transition: width 0.3s ease;
}
.c-nav__item a:hover strong::before {
  width: 60px;
}

.l-profile_2 {
  margin-top: 72px !important;
  padding-top: 66px !important;
  background: #FFF !important;
  padding-bottom: 96px !important;
}
@media screen and (max-width: 768px) {
  .l-profile_2 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.site-body {
  background-color: #FFFFFF !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-pf2__frame {
  margin-top: 56px !important;
  display: flex !important;
  flex-direction: column;
  row-gap: 0 !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 76px !important;
}

.p-pf2__text {
  color: #555 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 190% !important;
  /* 25.2px */
  letter-spacing: 0.75px !important;
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}

.p-pf2__text-voice {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 190% !important;
  /* 30.4px */
  letter-spacing: 0.8px !important;
  margin-top: 32px !important;
  margin-bottom: 0 !important;
  padding-bottom: 8px !important;
}

.p-pf2__img {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.p-pf2__img img {
  width: 700px !important;
  height: auto !important;
  border-radius: 16px !important;
}

.p-pf2__sub-title {
  color: #777 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 190% !important;
  /* 24.7px */
  letter-spacing: 0.65px !important;
  margin-top: 86px !important;
  margin-bottom: 0 !important;
}

.p-pf2__title {
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 190% !important;
  /* 36px */
  letter-spacing: 0.8px !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.vk-mobile-nav-menu-btn {
  border: 1px solid #F4A13C !important;
}

.vk-menu-acc-active {
  border-top: none !important;
  padding-left: 20% !important;
}