/*------------------------------------------------------------
	共通部分
------------------------------------------------------------*/
#main {
  padding-bottom: 0 !important;
}
body.kaitori {
  color: var(--color-br);
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  min-width: auto;
}

:root {
  --color-bl: #00366e;
  --color-br: #333333;
  --color-sub: #444444;
  --color-bg: #e8f0fb;

  --font-en: "Oswald", sans-serif;
}

.wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-logo-catch {
  padding: 1.6rem 0 1.7rem;
  text-align: center;
  background-color: #00366e;
  transition: 0.3s;
}

.site-logo-catch img {
  width: 30rem;
}

@media (max-width: 896px) {
  .site-logo-catch {
    padding: 1.1rem 0 0.8rem;
  }
  .site-logo-catch img {
    width: 24rem;
  }
}

/* ---------- お問合せボタン ---------- */
.c-btn.--kaitori a {
  padding: 10px 22px 11px;
  background: linear-gradient(
    to bottom,
    #10569f 0%,
    #10569f 50%,
    var(--color-bl) 50%,
    var(--color-bl) 100%
  );
  border: solid 3px #4a8cd1;
  opacity: 1;
  width: auto;
  gap: 10px;
}

.c-btn.--kaitori a:hover {
  opacity: 0.8;
  color: #fff;
}

.c-btn.--kaitori a::before {
  content: "";
  background-image: url(../image/contact-icon_wh.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.c-btn.--kaitori a::after {
  content: none;
}

.c-btn.--kaitori a .btn-text {
  font-size: 16px;
}

.c-btn.--kaitori a:hover .btn-text {
  color: #fff;
}

/* お問合せボタン（大きめ） */
.c-btn.--kaitori.--large a {
  padding: 20px 34px;
  gap: 20px;
  border: solid 4px #4a8cd1;
}

.c-btn.--kaitori.--large a .btn-text {
  font-size: 22px;
  font-weight: 500;
}

.c-btn.--kaitori.--large a::before {
  width: 32px;
  height: 32px;
}

.c-btn.--kaitori.--large a::after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
}

.c-btn.--kaitori.--large a:hover::after {
  border-left: 7px solid #fff;
}

@media (max-width: 960px) {
  .c-btn.--kaitori.--large a {
    padding: 16px 24px;
    gap: 12px;
    width: 319px;
  }

  .c-btn.--kaitori.--large a::before {
    width: 28px;
    height: 28px;
  }

  .lp-fv .c-btn.--kaitori.--large a .btn-text {
    font-size: 16px;
  }
}
/* ---------- 【ここまで】お問合せボタン ---------- */

/* ---------- SP時の固定ボタン ---------- */
@media (max-width: 896px) {
  .kaitori .fixedBox .li02,
  .kaitori .fixedBox .li03 {
    width: 50%;
  }

  .kaitori .fixedBox .li02 a,
  .kaitori .fixedBox .li03 a {
    background: linear-gradient(180deg, #11579f 0%, var(--color-bl) 100%);
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .kaitori .fixedBox .li02 a {
    border-right: solid 1px #fff;
  }
}

@media (max-width: 480px) {
  .kaitori .fixedBox .li02 {
    width: 53%;
  }

  .kaitori .fixedBox .li03 {
    width: 47%;
  }
}
/* ---------- 【ここまで】SP時の固定ボタン ---------- */

/* ---------- セクションタイトル・セクションリード文 ---------- */
/* セクションタイトル */
.lp-heading {
  margin-bottom: 32px;
}

.lp-heading__en {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--color-sub);
}

.lp-heading__en::before {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--color-sub);
}

.lp-heading__ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-bl);
}

/* セクションリード文 */
.lp-lead {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 48px;
}

@media (max-width: 896px) {
  /* セクションタイトル */
  .lp-heading {
    margin-bottom: 20px;
  }

  .lp-heading__en {
    gap: 10px;
    margin-bottom: 6px;
    font-size: 12px;
  }

  .lp-heading__en::before {
    width: 32px;
  }

  .lp-heading__ja {
    font-size: 32px;
  }

  /* セクションリード文 */
  .lp-lead {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
/* ---------- 【ここまで】セクションタイトル ---------- */

/* フッター直前のイベント情報・施工事例セクション非表示 */
.kaitori .bottom-footer {
  display: none !important;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
@media (max-width: 960px) {
  #gHeader .hBox .logo img {
    height: 15px;
  }
}

@media (max-width: 896px) {
  .kaitori #gHeader .hBox {
    padding: 0 0 0 2rem;
  }

  .kaitori #gHeader .c-btn.--kaitori {
    display: none;
  }
}

/*------------------------------------------------------------
	ファーストビュー
------------------------------------------------------------*/
.lp-fv {
  position: relative;
  background-image: url(../image/kaitori/fv-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 700px;
  color: #fff;
}

.lp-fv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #11579f 0%, var(--color-bl) 100%);
  width: 40.277vw;
  height: 100%;
  clip-path: polygon(0 0, 64% 0, 100% 100%, 0 100%);
}

.lp-fv .wrapper {
  max-width: 1240px;
  height: 100%;
  position: relative;
  padding: 0 20px;
}

.lp-fv .fv-inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

.lp-fv h1 {
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.lp-fv h1 span {
  display: inline-block;
  color: var(--color-bl);
  background-color: #fff;
  padding: 0 8px 3px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.fv-inner p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px;
}
/*
.lp-fv .fv-images {
  max-width: 1040px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.fv-images .fv-img {
  width: 200px;
  height: 160px;
}

.fv-images .fv-img img {
  width: 100%;
  height: 100%;
}*/

@media (max-width: 960px) {
  .lp-fv .fv-inner {
    top: auto;
    bottom: 40px;
    transform: translateY(0);
  }

  .lp-fv h1 {
    margin-bottom: 20px;
  }

  .lp-fv h1 span {
    font-size: 40px;
  }

  .lp-fv p {
    font-size: 15px;
    margin-bottom: 32px;
  }
}

@media (max-width: 640px) {
  .lp-fv {
    background-image: url(../image/kaitori/fv-sp.webp);
    background-position: left top;
    height: 158.13vw; /* 2372 ÷ 1500 × 100 */
    max-height: 780px;
  }

  .lp-fv::before {
    width: 100%;
    height: 56%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
  }

  .fv-inner p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .lp-fv {
    max-height: 640px;
  }

  .lp-fv .fv-inner {
    margin-right: 20px;
  }

  .lp-fv h1 {
    margin-bottom: 14px;
  }

  .lp-fv h1 span {
    font-size: 32px;
    margin-bottom: 6px;
  }

  .fv-inner p {
    margin-bottom: 24px;
  }

  .fv-inner p br {
    display: none;
  }

  .c-btn.--kaitori.--large {
    width: 100%;
  }

  .c-btn.--kaitori.--large a {
    width: 100%;
  }
}

/*------------------------------------------------------------
	パナホーム兵庫の強み
------------------------------------------------------------*/
.lp-strengths {
  padding: 100px 0 80px;
}

.strengths-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; /* 行間40px / 列間40px */
}

.strengths-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 16px 16px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.strengths-card__img {
  position: relative;
  width: 100%;
}

.strengths-card__img img {
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

.strengths-card__num {
  position: absolute;
  left: 8px;
  bottom: -17px;
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--color-bl);
  -webkit-text-stroke: 3px #fff; /* 白い枠線 */
  paint-order: stroke fill;
}

.strengths-card__inner {
  padding: 32px 8px 0;
}

.strengths-card__inner h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-bl);
}

.strengths-card__desc {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-sub);
}

@media (max-width: 896px) {
  .lp-strengths {
    padding: 56px 0;
  }

  .strengths-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .strengths-content {
    grid-template-columns: 1fr;
  }
}

/*------------------------------------------------------------
	信頼と実績のパナホーム兵庫へご相談ください！
------------------------------------------------------------*/
.lp-catch-band {
  background: linear-gradient(180deg, #11579f 0%, var(--color-bl) 100%);
  padding: 140px 20px 56px;
  text-align: center;

  /* 上辺を切り抜き */
  clip-path: polygon(0 0, 50% 28%, 100% 0, 100% 100%, 0 100%);
}

.lp-catch-band__text {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
}

.lp-catch-band__text span {
  font-size: 34px;
}

@media (max-width: 896px) {
  .lp-catch-band {
    padding: 90px 20px 40px;
  }

  .lp-catch-band__text {
    font-size: 28px;
  }

  .lp-catch-band__text span {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .lp-catch-band {
    padding: 80px 20px 40px;

    /* 上辺を切り抜き */
    clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
  }
}

/*------------------------------------------------------------
	お悩み別売却相談
------------------------------------------------------------*/
.lp-problem {
  padding: 100px 0 80px;
}

.problem-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 50px; /* 行間40px / 列間50px */
}

.problem-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.problem-card__top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.problem-card__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  border: solid 1px var(--color-bl);
}

.problem-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.problem-card__label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 13px;
  color: var(--color-bl);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: var(--color-bg);
  padding: 4px 5px;
  margin-bottom: 8px;
}

.problem-card__head h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-bl);
}

.problem-card__desc {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-sub);
}

@media (max-width: 896px) {
  .lp-problem {
    padding: 56px 0;
  }

  .problem-content {
    gap: 32px;
  }

  .problem-card {
    padding: 24px 24px;
  }

  .problem-card__top {
    gap: 16px;
    margin-bottom: 14px;
  }

  .problem-card__icon {
    width: 64px;
    height: 64px;
  }

  .problem-card__label {
    font-size: 11px;
    padding: 4px 5px;
    margin-bottom: 6px;
  }

  .problem-card__head h3 {
    font-size: 20px;
  }

  .problem-card__desc {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .problem-content {
    grid-template-columns: 1fr;
  }

  .problem-card__head h3 br {
    display: none;
  }
}

/*------------------------------------------------------------
	買取実績
------------------------------------------------------------*/
.lp-results {
  padding: 64px 0 80px;
  background-color: var(--color-bg);
}

.lp-results .lp-heading {
  margin-bottom: 40px;
}

.results-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px; /* 行間35px / 列間35px */
}

.results-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.results-card__img {
  position: relative;
  width: 100%;
}

.results-card__img img {
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.results-card__num {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-bl);
  border-radius: 100px;
  background-color: var(--color-bg);
  padding: 6px 12px 8px;
  margin: 20px 0 18px;
}

.results-card__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.results-card__row:last-child {
  margin-bottom: 0;
}

.results-card__row dt {
  flex-shrink: 0;
  width: 90px;
  padding: 1px 8px 2px;
  background: var(--color-bl);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-radius: 2px;
}

.results-card__row dd {
  margin: 0;
  color: var(--color-bl);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .results-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (max-width: 896px) {
  .lp-results {
    padding: 40px 0 32px;
  }

  .lp-results .lp-heading {
    margin-bottom: 28px;
  }

  .results-card__num {
    font-size: 14px;
    padding: 6px 12px 8px;
  }

  .results-card__row dt {
    width: 90px;
    padding: 1px 8px 2px;
    font-size: 15px;
  }

  .results-card__row dd {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .results-content {
    grid-template-columns: 1fr;
  }
}

/*------------------------------------------------------------
	CTA
------------------------------------------------------------*/
.lp-cta {
  background-color: var(--color-bg);
  padding: 0 40px;
}

.lp-cta.--beige {
  background-color: transparent;
}

.lp-cta .wrapper {
  width: 100%;
  max-width: unset;
  background: linear-gradient(180deg, #11579f 0%, var(--color-bl) 100%);
  border-radius: 32px;
  padding: 64px 40px 48px;
  text-align: center;
}

.cta-title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 0 0 24px;
}

/* 「無料査定」の上の点 */
.cta-title__em {
  position: relative;
  display: inline-block;
}

.cta-title__em::before {
  content: "・・・・";
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.5em;
  color: #fff;
  pointer-events: none;
  padding-left: 5px;
}

.cta-lead {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 32px;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.cta-tel__num {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-br) !important;
  text-decoration: none;
}

.cta-tel__label {
  font-size: 18px;
}

.cta-tel__note {
  font-size: 12px;
  color: #9c9c9c;
  margin-top: 4px;
}

.cta-box .c-btn.--kaitori.--large a {
  padding: 18px 30px;
  gap: 16px;
}

.c-btn.--kaitori.--large a .btn-text {
  font-size: 20px;
}

.cta-box .c-btn.--kaitori.--large a::before {
  width: 30px;
  height: 30px;
}

@media (max-width: 1100px) {
  .lp-cta {
    padding: 0 20px;
  }

  .cta-box {
    gap: 40px;
  }
}

@media (max-width: 960px) {
  .lp-cta .wrapper {
    padding: 48px 32px 32px;
  }

  .cta-box {
    padding: 32px;
  }

  .cta-tel__num {
    font-size: 34px;
  }

  .cta-tel__label {
    font-size: 16px;
  }

  .cta-tel__note {
    margin-top: 2px;
  }

  .cta-box .c-btn.--kaitori.--large a {
    padding: 16px 24px;
    gap: 12px;
    width: auto;
  }

  .c-btn.--kaitori.--large a .btn-text {
    font-size: 16px;
  }

  .cta-box .c-btn.--kaitori.--large a::before {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 896px) {
  .cta-box {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .lp-cta .wrapper {
    padding: 32px 16px 16px;
    border-radius: 20px;
  }

  .cta-title {
    font-size: 28px;
    margin: 0 0 12px;
  }

  .cta-title__em::before {
    top: -15px;
    font-size: 18px;
    letter-spacing: 0.65em;
    padding-left: 5px;
  }

  .cta-lead {
    font-size: 15px;
    margin: 0 0 20px;
  }

  .cta-box {
    gap: 16px;
    border-radius: 16px;
    padding: 16px;
  }

  .cta-tel__num {
    font-size: 28px;
  }

  .cta-tel__label {
    font-size: 14px;
  }

  .cta-tel__note {
    font-size: 11px;
    margin-top: 0;
  }

  .cta-box .c-btn.--kaitori.--large a {
    padding: 14px 22px;
    border: solid 3px #4a8cd1;
  }

  .cta-box .c-btn.--kaitori.--large a .btn-text {
    font-size: 15px;
  }

  .cta-box .c-btn.--kaitori.--large a::after {
    content: none;
  }
}

/*------------------------------------------------------------
	買取までの流れ
------------------------------------------------------------*/
.lp-flow {
  padding: 96px 0 80px;
  background-color: var(--color-bg);
}

.lp-flow .wrapper {
  max-width: 940px;
}

.lp-flow .lp-heading {
  margin-bottom: 40px;
}

.flow-list__item {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 32px 40px;
  margin-bottom: 56px;
}

.flow-list__item:last-child {
  margin-bottom: 0;
}

/* ステップ間の下向き矢印（最後以外）*/
.flow-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -39px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 14px 12px 0 12px; /* 下向き三角形 */
  border-color: var(--color-bl) transparent transparent transparent;
}

.flow-list__label {
  display: block;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: var(--color-bl);
  margin-bottom: 12px;
}
.flow-list__num {
  font-size: 28px;
}

.flow-list__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-bl);
  margin-bottom: 16px;
}

.flow-list__desc {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-sub);
}

.flow-list__item .cta-box {
  margin-top: 16px;
  padding: 20px 24px;
  border: solid 1px #bababa;
  border-radius: 12px;
  gap: 32px;
}

.flow-list__item .cta-tel__num {
  font-size: 24px;
}

.flow-list__item .cta-tel__label {
  font-size: 11px;
}

.flow-list__item .cta-tel__note {
  font-size: 11px;
  margin-top: 2px;
}

@media (max-width: 896px) {
  .lp-flow {
    padding: 56px 0;
  }

  .lp-flow .lp-heading {
    margin-bottom: 28px;
  }

  .flow-list__item .cta-box {
    flex-direction: row;
    padding: 16px 20px;
    gap: 20px;
  }
}

@media (max-width: 680px) {
  .flow-list__item {
    padding: 24px;
  }

  .flow-list__label {
    margin-bottom: 10px;
  }

  .flow-list__title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .flow-list__item .cta-box {
    flex-direction: column;
    margin-top: 12px;
    gap: 12px;
  }

  .flow-list__item .cta-box__tel {
    text-align: center;
  }
}

/*------------------------------------------------------------
	よくあるご質問
------------------------------------------------------------*/
.lp-faq {
  padding: 72px 0 80px;
}

.lp-faq .wrapper {
  max-width: 940px;
}

.lp-faq .lp-heading {
  margin-bottom: 40px;
}

.faq-content {
  width: 100%;
}

/* 各項目（質問＋回答のまとまり） */
.faq-item {
  margin-bottom: 28px;
}

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

/* 質問 */
.faq-item__q {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px 28px;
  background: #fff;
  border: 1px solid var(--color-bl);
  border-radius: 16px;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-bl);
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.faq-item__q .faq-item__text {
  flex: 1;
  letter-spacing: 0.04em;
}

/* Q / A の丸アイコン */
.faq-item__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-bl);
  color: #fff;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item__icon.--a {
  background: #fff;
  color: var(--color-bl);
  border: 1px solid var(--color-bl);
  margin-top: 20px;
}

/* 右端の矢印 */
.faq-item__arrow {
  flex-shrink: 0;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #14294d;
  border-bottom: 2px solid #14294d;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-item__arrow {
  transform: rotate(-135deg);
}

/* 回答 */
.faq-item__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.faq-item.is-open .faq-item__a {
  grid-template-rows: 1fr;
}

.faq-item__a-inner {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 28px;
}

/* 回答テキスト */
.faq-item__a .faq-item__text {
  padding: 20px 0 12px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-sub);
  margin: 0;
}

@media (max-width: 896px) {
  .lp-faq {
    padding: 40px 0 32px;
  }

  .lp-faq .lp-heading {
    margin-bottom: 28px;
  }
}

@media (max-width: 640px) {
  /* 各項目（質問＋回答のまとまり） */
  .faq-item {
    margin-bottom: 24px;
  }

  /* 質問 */
  .faq-item__q {
    gap: 12px;
    padding: 16px;
    font-size: 16px;
    border-radius: 12px;
  }

  /* Q / A の丸アイコン */
  .faq-item__icon {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .faq-item__icon.--a {
    margin-top: 16px;
  }

  /* 右端の矢印 */
  .faq-item__arrow {
    width: 10px;
    height: 10px;
  }

  /* 回答 */
  .faq-item__a-inner {
    gap: 12px;
    padding: 0 16px;
  }

  /* 回答テキスト */
  .faq-item__a .faq-item__text {
    padding: 16px 0 0;
    font-size: 15px;
  }
}

/*------------------------------------------------------------
	無料査定のご依頼はこちら
------------------------------------------------------------*/
.lp-contact {
  padding: 96px 0 100px;
}

.lp-contact .wrapper {
  max-width: 940px;
}

.lp-contact .lp-heading {
  margin-bottom: 40px;
}

.contact-content {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 56px 56px 24px;
}

.lp-contact .wpcf7 .p-form-item {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.lp-contact .wpcf7 .p-form-item.message,
.lp-contact .wpcf7 .p-form-item.contact-time {
  align-items: flex-start;
  margin-bottom: 32px;
}

.lp-contact .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}

.lp-contact .wpcf7 .p-form-item label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  width: 220px;
  min-width: 220px;
  text-align: left;
}

.lp-contact .p-form-item.contact-time .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.lp-contact .wpcf7 .p-form-item.message label,
.lp-contact .wpcf7 .p-form-item.contact-time label {
  margin-top: 9px;
}

.lp-contact .p-form-item.contact-time .wpcf7-checkbox input[type="checkbox"] {
  margin: 0;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: none;
}

.lp-contact .wpcf7 .p-form-item label span {
  color: #e42610;
}

.lp-contact .p-form-item.contact-time .wpcf7-list-item-label {
  color: #333;
}

.p-form-item input[type="text"],
.p-form-item input[type="email"],
.p-form-item input[type="tel"],
.p-form-item textarea,
.p-form-item select {
  width: 100%;
  box-sizing: border-box;
}

.lp-contact .wpcf7-form-control {
  height: 46px;
  text-align: left;
  background-color: #f2f2f2;
  border-radius: 6px;
}

.lp-contact .wpcf7-checkbox {
  background-color: transparent;
}

.lp-contact .wpcf7-text,
.lp-contact .wpcf7-radio {
  width: 100%;
  border: none;
  height: 100%;
  font-size: 14px;
}

/* セレクトボックス */
.lp-contact .wpcf7-select {
  padding: 10px 16px;
  color: #333;
  letter-spacing: 0.04em;
  border: none;
}

.lp-contact .wpcf7-text {
  padding: 13px 17px;
}

.lp-contact .wpcf7 .p-form-item.message .wpcf7-form-control-wrap {
  height: 200px;
}

.lp-contact .wpcf7 .p-form-item.message .wpcf7-textarea {
  height: 100%;
  border: none;
  padding: 13px 17px;
  letter-spacing: 0.04em;
}

/* プレースホルダー（薄いグレーの例文）の色 */
.p-form-item input::placeholder,
.p-form-item textarea::placeholder {
  color: #999;
}

/* 古い Safari / iOS 向け */
.p-form-item input::-webkit-input-placeholder,
.p-form-item textarea::-webkit-input-placeholder {
  color: #999;
}

/* セレクトボックスの矢印 */
.p-form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* 矢印を SVG で描画 */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23666' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;

  /* ★ここで位置を調整 */
  background-position: right 16px center;
  background-size: 12px 8px;

  /* 矢印と文字が重ならないよう右に余白 */
  padding-right: 40px;

  width: 100%;
  box-sizing: border-box;
}

/* IE の余計な矢印を消す */
.p-form-item select::-ms-expand {
  display: none;
}

.lp-contact .wpcf7 p {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0 32px;
}

.lp-contact .wpcf7 p a {
  color: #333;
  border-bottom: solid 1px #333;
}

/* 送信ボタン */
.lp-contact input[type="submit"] {
  cursor: pointer;
}

.lp-contact .wpcf7-submit {
  width: 100%;
  height: 56px;
  color: #fff;
  background-color: var(--color-bl);
  border: none;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  opacity: 1;
  transition: all 0.3s ease;
}

.lp-contact .wpcf7-submit:hover {
  opacity: 0.8;
}

@media (max-width: 896px) {
  .lp-contact {
    padding: 56px 0 40px;
  }

  .lp-contact .lp-heading {
    margin-bottom: 28px;
  }

  .contact-content {
    padding: 40px 40px 10px;
  }

  .lp-contact .wpcf7 .p-form-item {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-contact .wpcf7 .p-form-item label {
    margin-bottom: 8px;
  }

  .lp-contact .wpcf7 .p-form-item.message,
  .lp-contact .wpcf7 .p-form-item.contact-time {
    margin-bottom: 16px;
  }

  .lp-contact .wpcf7 .p-form-item.message label,
  .lp-contact .wpcf7 .p-form-item.contact-time label {
    margin-top: 0;
  }

  .lp-contact .wpcf7-form-control {
    border-radius: 4px;
  }

  .lp-contact .wpcf7 .p-form-item.message .wpcf7-form-control-wrap {
    height: 160px;
  }

  .lp-contact .wpcf7 p {
    margin: 18px 0;
  }
}

@media (max-width: 640px) {
  .contact-content {
    padding: 24px 24px 0;
    border-radius: 16px;
  }

  .lp-contact .wpcf7 p br {
    display: none;
  }

  .lp-contact .wpcf7-submit {
    height: 48px;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.kaitori #gFooter {
  padding: 40px 0;
}

.kaitori #gFooter .flexB {
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
}

.kaitori #gFooter .textBox {
  padding: 0;
  width: auto;
}

.kaitori #gFooter .navBox {
  width: auto;
  gap: 40px;
}

.kaitori #gFooter .fNavi {
  width: auto;
  padding: 0;
}

/* ---------- CTA ---------- */
.kaitori #gFooter .cta-box {
  text-align: right;
  display: block;
  background: transparent;
  padding: 0;
  max-width: none;
  margin: 0;
}

.kaitori #gFooter .cta-box__tel {
  text-align: right;
  margin-bottom: 24px;
}

.kaitori #gFooter .cta-tel__num {
  color: #fff !important;
  font-size: 38px;
}

.kaitori #gFooter .cta-tel__note {
  color: #fff;
}

.kaitori #gFooter .cta-box .c-btn.--kaitori.--large a {
  padding: 14px 30px;
  gap: 20px;
}

@media (max-width: 896px) {
  .kaitori #gFooter {
    padding: 32px 0 20px;
  }

  /* ---------- CTA ---------- */
  .kaitori #gFooter .cta-box {
    display: none;
  }
}
