@charset "UTF-8";
/* 債務整理LP - Reset / Base
======================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(14px, 10.4px + 0.5vw, 16px);
  line-height: 1.7;
  color: #2d2d2d;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 200ms ease;
}
a:hover {
  opacity: 0.75;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  color: inherit;
}

/* PC / SP 出し分け
======================================================== */
.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

/* セクション見出し（共通）
======================================================== */
.saimu-sectiontitle {
  text-align: center;
}

.saimu-sectiontitle_label {
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 20px + 0vw, 20px);
  font-weight: 700;
  line-height: 1;
  color: #9dd4b8;
}
.saimu-sectiontitle_label.white {
  color: #ffffff;
}

.saimu-sectiontitle_heading {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #2d2d2d;
}
@media screen and (min-width: 768px) {
  .saimu-sectiontitle_heading {
    line-height: 1.5;
  }
}

.saimu-sectiontitle-white .saimu-sectiontitle_heading {
  color: #ffffff;
}

/* 見出し内の強調パーツ（各セクション共通） */
.saimu-sectiontitle_large {
  font-size: clamp(32px, 8px + 3.1vw, 40px);
  font-weight: 700;
}

.saimu-sectiontitle_accent {
  font-size: clamp(32px, 8px + 3.1vw, 40px);
  font-weight: 700;
  color: #e8712a;
}
.saimu-sectiontitle_accent.primary {
  color: #3d9478;
}

.saimu-sectiontitle_number {
  font-family: "Inter", sans-serif;
  font-size: clamp(34px, -26px + 7.8vw, 54px);
  font-weight: 700;
  color: #e8712a;
}

/* 債務整理LP - Header
======================================================== */
html {
  scroll-padding-top: 96px;
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 177px;
  }
}

.saimu-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(253, 251, 247, 0.8);
}

.saimu-header_inner {
  width: min(1240px, 100%);
  margin-inline: auto;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .saimu-header_inner {
    padding: 20px 20px;
    gap: 20px;
  }
}

.saimu-header_top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .saimu-header_top {
    gap: 8px;
  }
}

.saimu-header_catch {
  font-size: clamp(11px, 5.7px + 0.7vw, 14px);
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 400;
}

.saimu-header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* --- ロゴ --- */
.saimu-header_logo {
  display: block;
  width: 240px;
}
.saimu-header_logo:hover {
  opacity: 0.85;
}
.saimu-header_logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .saimu-header_logo {
    width: 340px;
  }
}

/* --- 右側 --- */
.saimu-header_right {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .saimu-header_right {
    gap: 49px;
  }
}

.saimu-header_tel {
  display: none;
}
@media screen and (min-width: 1024px) {
  .saimu-header_tel {
    display: flex;
    gap: 8px;
  }
}

.saimu-header_tel-icon {
  width: 32px;
  flex-shrink: 0;
}
.saimu-header_tel-icon img {
  width: 100%;
  height: auto;
}

.saimu-header_tel-number {
  display: block;
  font-size: clamp(20px, -1.3px + 2.8vw, 32px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #3d9478;
}

.saimu-header_tel-time {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #3d9478;
}

.saimu-header_tel-time-ja {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  margin-right: 4px;
}

/* --- CTAボタン --- */
.saimu-header_cta {
  display: none;
}
@media screen and (min-width: 1024px) {
  .saimu-header_cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 6px 16px 6px 6px;
    border-radius: 80px;
    background: linear-gradient(180deg, #f5a84a, #e8712a);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
  }
  .saimu-header_cta:hover {
    opacity: 0.92;
  }
}

.saimu-header_cta-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #e8712a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

.saimu-header_cta-badge-number {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.saimu-header_cta-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.saimu-header_cta-arrow {
  width: 14px;
}
.saimu-header_cta-arrow img {
  width: 100%;
  height: auto;
}

/* --- ハンバーガー（SP） --- */
.saimu-header_toggle {
  position: relative;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .saimu-header_toggle {
    display: none;
  }
}
.saimu-header_toggle > span {
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 2px;
  transition: top 200ms ease, width 200ms ease, transform 200ms ease, opacity 200ms ease;
}
.saimu-header_toggle > span:nth-child(1) {
  top: 4px;
  width: 24px;
  background-color: #2e6b4f;
}
.saimu-header_toggle > span:nth-child(2) {
  top: 12px;
  width: 24px;
  background-color: #3d9478;
}
.saimu-header_toggle > span:nth-child(3) {
  top: 20px;
  width: 18px;
  background-color: #55b594;
}
.saimu-header_toggle.is-active > span:nth-child(1) {
  top: 12px;
  width: 24px;
  transform: rotate(45deg);
  background-color: #2e6b4f;
}
.saimu-header_toggle.is-active > span:nth-child(2) {
  opacity: 0;
}
.saimu-header_toggle.is-active > span:nth-child(3) {
  top: 12px;
  width: 24px;
  transform: rotate(-45deg);
  background-color: #2e6b4f;
}

/* --- ナビ（PC） --- */
.saimu-header_nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .saimu-header_nav {
    display: block;
  }
}

.saimu-header_nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.saimu-header_nav-list > li > a {
  display: block;
  padding: 2px 0;
  font-weight: 500;
  color: #2d2d2d;
  white-space: nowrap;
}
.saimu-header_nav-list > li > a:hover {
  opacity: 1;
  color: #3d9478;
}

/* --- SPドロワーメニュー --- */
body.is-saimu-drawer-open {
  overflow: hidden;
}

.saimu-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  background-color: #fdfbf7;
  padding: 120px 24px 140px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}
@media screen and (min-width: 1024px) {
  .saimu-drawer {
    display: none;
  }
}
.is-saimu-drawer-open .saimu-drawer {
  opacity: 1;
  visibility: visible;
}

.saimu-drawer_list {
  width: 100%;
  text-align: center;
}
.saimu-drawer_list > li > a {
  display: block;
  padding: 16px;
  font-size: clamp(16px, 12.4px + 0.5vw, 18px);
  font-weight: 700;
  color: #2e6b4f;
}

/* 債務整理LP - メインビジュアル
======================================================== */
.saimu-mainvisual {
  position: relative;
  background-color: #fdfbf7;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .saimu-mainvisual {
    padding-bottom: 60px;
  }
}

.saimu-mainvisual_visual {
  position: relative;
}

.saimu-mainvisual_photo {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 480px;
  padding-top: 136px;
  padding-bottom: 60px;
  overflow: hidden;
  background: url("../img/saimu/bg-mainvisual-sp.webp") center/cover no-repeat;
}
@media screen and (min-width: 1024px) {
  .saimu-mainvisual_photo {
    width: calc(100% - 200px);
    min-height: 675px;
    padding-top: 227px;
    background: url("../img/saimu/bg-mainvisual.webp") center/cover no-repeat;
  }
}

/* AL 装飾ウォーターマーク（右下クリーム地に） */
.saimu-mainvisual_watermark {
  display: none;
}
@media screen and (min-width: 1024px) {
  .saimu-mainvisual_watermark {
    position: absolute;
    right: 90px;
    bottom: -100px;
    display: block;
    width: min(433px, 100%);
    aspect-ratio: 433/236;
    background-color: rgba(85, 181, 148, 0.3);
    mask: url("../img/saimu/img-mainvisual_watermark.svg") no-repeat center/contain;
    -webkit-mask: url("../img/saimu/img-mainvisual_watermark.svg") no-repeat center/contain;
    pointer-events: none;
    z-index: 1;
  }
}

/* SCROLL 表示（右クリーム余白・濃色） */
.saimu-mainvisual_scroll {
  display: none;
}
@media screen and (min-width: 1024px) {
  .saimu-mainvisual_scroll {
    position: absolute;
    top: calc(50% + 150px);
    right: 68px;
    display: flex;
    gap: 12px;
    z-index: 2;
    transform: translateY(-50%);
  }
  .saimu-mainvisual_scroll > span {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: clamp(20px, -4.9px + 3.2vw, 34px);
    font-weight: 700;
    color: #666666;
    letter-spacing: 0;
    writing-mode: vertical-rl;
  }
  .saimu-mainvisual_scroll::after {
    content: "";
    width: 14px;
    height: 230px;
    background-image: url("../img/saimu/img-mainvisual_scroll.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.saimu-mainvisual_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 28px 20px;
}
.saimu-mainvisual_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transform: scaleX(0);
  transform-origin: left center;
  animation: saimu-mainvisual-band 0.55s ease forwards;
}
@media screen and (min-width: 1024px) {
  .saimu-mainvisual_inner {
    width: 89%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-block: 40px;
    padding-right: 60px;
    padding-left: max(20px, (100% - 1200px + 200px) / 2);
  }
}

/* --- テキスト --- */
.saimu-mainvisual_body {
  color: #ffffff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .saimu-mainvisual_body {
    text-align: left;
  }
}

.saimu-mainvisual_lead {
  font-weight: 700;
  margin-bottom: 24px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.saimu-mainvisual_lead-strong {
  font-size: clamp(18px, 7.3px + 1.4vw, 24px);
  font-weight: 700;
}

.saimu-mainvisual_catch-main {
  font-size: clamp(24px, -4.4px + 3.7vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .saimu-mainvisual_catch-main {
    text-align: left;
  }
}

.saimu-mainvisual_catch-sub {
  margin-top: 16px;
  font-size: clamp(20px, -1.3px + 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.4;
}

.saimu-mainvisual_office {
  margin-top: 24px;
  font-size: clamp(16px, 1.8px + 1.9vw, 24px);
  font-weight: 700;
}

/* --- 代表弁護士（丸写真＋肩書） --- */
.saimu-mainvisual_lawyer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1024px) {
  .saimu-mainvisual_lawyer {
    position: absolute;
    right: 60px;
    bottom: -10px;
    margin-top: 0;
  }
}

.saimu-mainvisual_lawyer-photo {
  display: block;
  width: 85px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.saimu-mainvisual_lawyer-photo > img {
  display: block;
  width: 100%;
  height: auto;
}

.saimu-mainvisual_lawyer-caption {
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.6;
}

.saimu-mainvisual_lawyer-name {
  display: block;
  font-size: 16px;
}

.saimu-mainvisual_lawyer-belong {
  display: block;
  font-size: 12px;
}

/* --- 3特長カード（MV下部に重ねる） --- */
.saimu-mainvisual_cards {
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
  margin-top: -40px;
}
@media screen and (min-width: 1024px) {
  .saimu-mainvisual_cards {
    margin-top: -56px;
  }
}

.saimu-mainvisual_cards-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 624px;
}
.saimu-mainvisual_cards-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 8px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .saimu-mainvisual_cards-list > li {
    gap: 12px;
    padding: 24px 12px;
  }
}

.saimu-mainvisual_card-icon {
  width: 32px;
}
.saimu-mainvisual_card-icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .saimu-mainvisual_card-icon {
    width: 56px;
  }
}

.saimu-mainvisual_card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .saimu-mainvisual_card-body {
    gap: 4px;
  }
}

.saimu-mainvisual_card-title {
  font-size: clamp(16px, 5.3px + 1.4vw, 22px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .saimu-mainvisual_card-title {
    line-height: 1.4;
  }
}

.saimu-mainvisual_card-sub {
  font-size: clamp(14px, 6.9px + 0.9vw, 18px);
  font-weight: 500;
}

/* --- 入場アニメーション（黒帯が伸びてから順次フェードアップ） --- */
@keyframes saimu-mainvisual-band {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes saimu-mainvisual-softin {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes saimu-mainvisual-fadeup {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes saimu-mainvisual-wipe {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.saimu-mainvisual_lead,
.saimu-mainvisual_catch-sub,
.saimu-mainvisual_office,
.saimu-mainvisual_lawyer {
  opacity: 0;
  animation: saimu-mainvisual-softin 1.8s ease forwards;
}

/* 3特長カードは下からフェードアップ */
.saimu-mainvisual_cards-list > li {
  opacity: 0;
  animation: saimu-mainvisual-fadeup 0.9s ease forwards;
}

/* SCROLL：文字はぼやっと出し、線は上から伸びて消えるループ */
@keyframes saimu-mainvisual-scrollline {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  60% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  85% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
}
.saimu-mainvisual_scroll > span {
  opacity: 0;
  animation: saimu-mainvisual-softin 1.8s ease 1.6s forwards;
}

.saimu-mainvisual_scroll::after {
  clip-path: inset(0 0 100% 0);
  animation: saimu-mainvisual-scrollline 2.8s ease-in-out 1.6s infinite;
}

/* キャッチは黒帯と同時（帯が伸びるのに合わせて左から現れる） */
.saimu-mainvisual_catch-main {
  clip-path: inset(0 100% 0 0);
  animation: saimu-mainvisual-wipe 0.55s ease forwards;
}

.saimu-mainvisual_lead {
  animation-delay: 0.5s;
}

.saimu-mainvisual_catch-sub {
  animation-delay: 0.7s;
}

.saimu-mainvisual_office {
  animation-delay: 0.85s;
}

.saimu-mainvisual_lawyer {
  animation-delay: 1s;
}

.saimu-mainvisual_cards-list > li:nth-child(1) {
  animation-delay: 1.15s;
}
.saimu-mainvisual_cards-list > li:nth-child(2) {
  animation-delay: 1.27s;
}
.saimu-mainvisual_cards-list > li:nth-child(3) {
  animation-delay: 1.39s;
}

@media (prefers-reduced-motion: reduce) {
  .saimu-mainvisual_inner::before,
  .saimu-mainvisual_lead,
  .saimu-mainvisual_catch-main,
  .saimu-mainvisual_catch-sub,
  .saimu-mainvisual_office,
  .saimu-mainvisual_lawyer,
  .saimu-mainvisual_cards-list > li,
  .saimu-mainvisual_scroll > span,
  .saimu-mainvisual_scroll::after {
    opacity: 1;
    transform: none;
    clip-path: none;
    filter: none;
    animation: none;
  }
}
/* 債務整理LP - お悩み事例（CHECK）
======================================================== */
.saimu-problem {
  background-color: #faf6ef;
  padding: 56px 0;
}
@media screen and (min-width: 1024px) {
  .saimu-problem {
    padding: 80px 0;
  }
}
.saimu-problem .saimu-sectiontitle_heading,
.saimu-problem .saimu-sectiontitle_accent,
.saimu-problem .saimu-sectiontitle_large {
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .saimu-problem .saimu-sectiontitle_heading,
  .saimu-problem .saimu-sectiontitle_accent,
  .saimu-problem .saimu-sectiontitle_large {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .saimu-problem .saimu-sectiontitle_heading,
  .saimu-problem .saimu-sectiontitle_accent,
  .saimu-problem .saimu-sectiontitle_large {
    font-size: 26px;
  }
}

.saimu-problem_inner {
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

/* --- チェックリスト --- */
.saimu-problem_list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .saimu-problem_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
  }
  .saimu-problem_list::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 88px;
    aspect-ratio: 176/232;
    background: url("../img/saimu/img-problem_person.webp") no-repeat center/contain;
    pointer-events: none;
  }
}
.saimu-problem_list > li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 6px;
  background-color: #e8f5ef;
  text-align: left;
}
.saimu-problem_list::after {
  grid-column: 1/-1;
}

.saimu-problem_check {
  flex-shrink: 0;
  width: 24px;
  margin-top: 3px;
}
.saimu-problem_check img {
  width: 100%;
  height: auto;
}

.saimu-problem_item-text {
  font-weight: 700;
  line-height: 1.65;
  color: #444444;
}

/* --- 下向き矢印 --- */
.saimu-problem_list::after {
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 40px;
  background: url("../img/saimu/img-problem_arrow.svg") no-repeat center/auto 100%;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .saimu-problem_list::after {
    height: 56px;
    margin-top: 56px;
  }
}

/* --- リード --- */
.saimu-problem_lead {
  margin-top: 40px;
  font-size: clamp(20px, -1.3px + 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  color: #2d2d2d;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .saimu-problem_lead {
    margin-top: 56px;
  }
}

.saimu-problem_lead-accent {
  color: #e8712a;
}

/* --- 本文ボックス --- */
.saimu-problem_box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  padding: 24px;
  border-radius: 6px;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .saimu-problem_box {
    margin-top: 40px;
    padding: 30px 40px;
  }
}
.saimu-problem_box p {
  line-height: 1.65;
  color: #2d2d2d;
}
.saimu-problem_box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 44px;
  background: url("../img/saimu/img-problem_arrow.svg") no-repeat center/auto 100%;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .saimu-problem_box::after {
    height: 56px;
  }
}

.saimu-problem_marker {
  font-weight: 700;
  background: linear-gradient(transparent 62%, rgba(255, 224, 102, 0.6) 62%);
}

/* --- 結び（イラスト＋オレンジ帯） --- */
.saimu-problem_conclusion {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .saimu-problem_conclusion {
    margin-top: 96px;
  }
}

.saimu-problem_banner {
  position: relative;
  margin-left: 60px;
  padding: 16px 20px;
  background-color: #e8712a;
  color: #ffffff;
  font-size: clamp(16px, 1.8px + 1.9vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .saimu-problem_banner {
    margin-left: 0;
    padding: 24px 30px;
  }
}
.saimu-problem_banner span {
  font-size: clamp(14px, 3.3px + 1.4vw, 20px);
}
.saimu-problem_banner::before {
  content: "";
  position: absolute;
  left: -70px;
  bottom: 0;
  width: clamp(88px, 31.1px + 7.4vw, 120px);
  aspect-ratio: 217/233;
  background: url("../img/saimu/img-problem_lawyer.webp") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .saimu-problem_banner::before {
    left: -90px;
    bottom: 0;
  }
}

/* 債務整理LP - CTAバンド（boxes / text の2種）
======================================================== */
.saimu-cta {
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .saimu-cta {
    padding: 120px 0;
  }
}

.saimu-cta01 {
  background-image: url("../img/saimu/bg-cta01.webp");
}

.saimu-cta02 {
  background-image: url("../img/saimu/bg-cta02.webp");
}
.saimu-cta02::before {
  background-color: rgba(29, 78, 63, 0.6);
}

.saimu-cta_inner {
  position: relative;
  z-index: 1;
  width: min(1150px, 100%);
  margin-inline: auto;
  padding-inline: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .saimu-cta_inner {
    gap: 40px;
  }
}

/* --- テキストブロック --- */
.saimu-cta_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .saimu-cta_body {
    gap: 32px;
  }
}

.saimu-cta_heading {
  font-size: clamp(24px, 9.8px + 1.9vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.saimu-cta_highlight {
  color: #f5c842;
  font-size: clamp(32px, 17.8px + 1.9vw, 40px);
}

.saimu-cta_text {
  max-width: 820px;
  font-weight: 700;
  line-height: 1.65;
}

.saimu-cta_closing {
  font-size: clamp(20px, 20px + 0vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
.saimu-cta_closing .saimu-cta_highlight {
  font-size: clamp(22px, 16px + 0.8vw, 24px);
}

/* --- 3特長ボックス（variant: boxes） --- */
.saimu-cta_features {
  display: flex;
  gap: 8px;
  width: min(624px, 100%);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  .saimu-cta_features {
    gap: 12px;
  }
}
.saimu-cta_features > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 8px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .saimu-cta_features > li {
    gap: 16px;
    height: 170px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    border-width: 3px;
  }
}

.saimu-cta_feature-icon {
  height: 34px;
}
.saimu-cta_feature-icon img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .saimu-cta_feature-icon {
    height: 56px;
  }
}

.saimu-cta_feature-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .saimu-cta_feature-body {
    gap: 8px;
  }
}

.saimu-cta_feature-title {
  font-size: clamp(13px, -3px + 2.1vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.saimu-cta_feature-sub {
  font-size: clamp(11px, -1.4px + 1.6vw, 18px);
  font-weight: 500;
  line-height: 1.3;
}

/* --- ボタン --- */
.saimu-cta_actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .saimu-cta_actions {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
  }
}

.saimu-cta_button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 24px 8px 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f5a84a, #e8712a);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.saimu-cta_button:hover {
  opacity: 0.92;
}

.saimu-cta_button-badge {
  display: grid;
  place-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #e8712a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: center;
}

.saimu-cta_button-number {
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

.saimu-cta_button-text {
  font-size: clamp(24px, 24px + 0vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.saimu-cta_button-arrow {
  width: 16px;
}
.saimu-cta_button-arrow img {
  width: 100%;
  height: auto;
}

.saimu-cta_tel {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px 32px 8px 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #53b291, #40977b);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.saimu-cta_tel:hover {
  opacity: 0.92;
}
@media screen and (min-width: 768px) {
  .saimu-cta_tel {
    width: auto;
  }
}

.saimu-cta_tel-icon {
  width: 64px;
  flex-shrink: 0;
}
.saimu-cta_tel-icon img {
  width: 100%;
  height: auto;
}

.saimu-cta_tel-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.saimu-cta_tel-number {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  white-space: nowrap;
}

.saimu-cta_tel-time {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  white-space: nowrap;
}

.saimu-cta_tel-time-ja {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  margin-right: 4px;
}

/* 債務整理LP - よくあるお悩み事例（CASE）
======================================================== */
.saimu-case {
  background-color: #f0f7f4;
  padding: 56px 0;
}
@media screen and (min-width: 1024px) {
  .saimu-case {
    padding: 80px 0 80px;
  }
}

.saimu-case_inner {
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

/* --- 見出し --- */
.saimu-case_note {
  margin-top: 24px;
  font-size: clamp(11px, 9.2px + 0.2vw, 12px);
  line-height: 1.85;
  color: #9e9e9e;
}
@media screen and (min-width: 1024px) {
  .saimu-case_note {
    margin-top: 32px;
  }
}

/* --- 事例カード --- */
.saimu-case_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .saimu-case_list {
    gap: 32px;
  }
}
.saimu-case_list > li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .saimu-case_list > li {
    gap: 24px;
    padding: 32px;
  }
}

/* --- カード見出し（写真＋ラベル＋タイトル） --- */
.saimu-case_header {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .saimu-case_header {
    align-items: flex-start;
    gap: 20px;
  }
}

.saimu-case_photo {
  flex-shrink: 0;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .saimu-case_photo {
    width: 72px;
  }
}
.saimu-case_photo img {
  width: 100%;
  height: auto;
}

.saimu-case_heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.saimu-case_badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px 4px;
  border-radius: 999px;
  background-color: #e8712a;
  color: #ffffff;
  font-size: clamp(12px, 8.4px + 0.5vw, 14px);
  font-weight: 700;
  line-height: 1.6;
}
.saimu-case_badge .en {
  font-family: "Inter", sans-serif;
}
.saimu-case_badge .num {
  margin-left: 1px;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 8.9px + 0.9vw, 20px);
  line-height: 1.2;
}

.saimu-case_name {
  font-size: clamp(18px, 7.3px + 1.4vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  color: #2d2d2d;
}

/* --- 相談内容 --- */
.saimu-case_consult {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.saimu-case_subtitle {
  padding-left: 14px;
  border-left: 4px solid #55b594;
  font-size: clamp(16px, 8.9px + 0.9vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  color: #2e6b4f;
}

.saimu-case_text {
  line-height: 1.65;
  color: #2d2d2d;
}

/* --- 解決に向けてのポイント（アコーディオン） --- */
.saimu-case_points {
  border-radius: 10px;
}

.saimu-case_summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 10px 0 10px 10px;
  background-color: #55b594;
  color: #ffffff;
  font-size: clamp(16px, 8.9px + 0.9vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  transition: opacity 200ms ease;
}
@media screen and (min-width: 1024px) {
  .saimu-case_summary {
    padding: 14px 24px;
  }
}
.saimu-case_summary::-webkit-details-marker {
  display: none;
}
.saimu-case_summary::after {
  content: "＋";
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 10.9px + 0.9vw, 22px);
  font-weight: 700;
  line-height: 1;
}
.saimu-case_summary:hover {
  opacity: 0.85;
}

.saimu-case_points[open] .saimu-case_summary {
  border-radius: 10px 10px 0 0;
}

.saimu-case_points[open] .saimu-case_summary::after {
  content: "−";
}

.saimu-case_detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(16px, 1.8px + 1.9vw, 24px);
  border-radius: 0 0 10px 10px;
  background-color: #f8f8f8;
}
.saimu-case_detail p {
  line-height: 1.65;
  color: #2d2d2d;
}

/* 債務整理LP - 3つの特長・選ばれる理由（POINT）
======================================================== */
.saimu-point {
  position: relative;
  padding: 40px 0 56px;
  background: url("../img/saimu/bg-point.webp") center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .saimu-point {
    padding: 48px 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .saimu-point {
    padding: 54px 0 69px;
  }
}
.saimu-point .saimu-sectiontitle_number {
  margin-right: 2px;
  font-size: clamp(54px, 54px + 0vw, 54px);
}
.saimu-point .saimu-sectiontitle_large,
.saimu-point .saimu-sectiontitle_accent {
  font-size: clamp(40px, 40px + 0vw, 40px);
}

.saimu-point_inner {
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

/* --- 特長カード --- */
.saimu-point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .saimu-point_list {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .saimu-point_list {
    margin-top: 32px;
  }
}
.saimu-point_list > li {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 8px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 8px 8px 0 #9dd4b8;
}
@media screen and (min-width: 768px) {
  .saimu-point_list > li {
    flex: initial;
    gap: 16px;
    width: 200px;
    max-width: 100%;
    height: 170px;
    padding: 16px 0;
  }
}

.saimu-point_icon {
  height: 32px;
}
.saimu-point_icon img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .saimu-point_icon {
    width: 56px;
    height: auto;
  }
  .saimu-point_icon img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .saimu-point_icon-tall {
    width: 42px;
  }
}

.saimu-point_item-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.saimu-point_item-title {
  font-size: clamp(16px, 5.3px + 1.4vw, 22px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #3d9478;
}

.saimu-point_item-sub {
  font-size: clamp(14px, 3.3px + 1.4vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  color: #2d2d2d;
}

/* --- 結び（グラデーション帯＋補足） --- */
.saimu-point_foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .saimu-point_foot {
    margin-top: 32px;
  }
}

.saimu-point_band {
  width: 100%;
  padding: 10px 16px;
  background: linear-gradient(90deg, #55b594, #f5a84a);
  color: #ffffff;
  font-size: clamp(18px, 7.3px + 1.4vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .saimu-point_band {
    width: auto;
    padding: 16px 30px;
  }
}

.saimu-point_band-strong {
  font-size: clamp(24px, 13.3px + 1.4vw, 30px);
}

.saimu-point_note {
  line-height: 1.625;
  color: #2d2d2d;
  text-align: center;
}

/* 債務整理LP - 弁護士に依頼するメリット（MERIT）
======================================================== */
.saimu-merit {
  position: relative;
  margin-top: -40px;
  padding: 96px 0 56px;
  background-color: #faf6ef;
  clip-path: polygon(0 0, 50% 40px, 100% 0, 100% 100%, 0 100%);
  overflow-x: hidden;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .saimu-merit {
    margin-top: -70px;
    padding-top: 126px;
    clip-path: polygon(0 0, 50% 70px, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 1024px) {
  .saimu-merit {
    margin-top: -102px;
    padding: 182px 0 80px;
    clip-path: polygon(0 0, 50% 102px, 100% 0, 100% 100%, 0 100%);
  }
}
.saimu-merit .saimu-sectiontitle_number {
  font-size: clamp(54px, 54px + 0vw, 54px);
}

.saimu-merit_inner {
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

/* --- メリット一覧 --- */
.saimu-merit_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .saimu-merit_list {
    gap: 50px;
    margin-top: 50px;
  }
}

.saimu-merit_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .saimu-merit_item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30%;
    align-items: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
  }
}

.saimu-merit_head-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .saimu-merit_head-row {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    gap: 24px;
  }
}

.saimu-merit_number {
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border-radius: 80px 80px 2px 80px;
  background-color: #55b594;
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 7.3px + 1.4vw, 24px);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .saimu-merit_number {
    width: 40px;
    height: 40px;
  }
}

.saimu-merit_subtitle {
  font-size: clamp(20px, 5.8px + 1.9vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: #2e6b4f;
}

.saimu-merit_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .saimu-merit_text {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }
}
.saimu-merit_text p {
  line-height: 1.65;
  color: #2d2d2d;
}

.saimu-merit_note {
  font-size: clamp(13px, 11.2px + 0.2vw, 14px);
  line-height: 1.7;
  color: #666666;
}

.saimu-merit_photo {
  order: -1;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .saimu-merit_photo {
    order: 0;
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: center;
  }
}
.saimu-merit_photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- 画像を左に置く行 --- */
@media screen and (min-width: 768px) {
  .saimu-merit_item-reverse {
    grid-template-columns: 30% minmax(0, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .saimu-merit_item-reverse .saimu-merit_head-row,
  .saimu-merit_item-reverse .saimu-merit_text {
    grid-column: 2;
  }
}

@media screen and (min-width: 768px) {
  .saimu-merit_item-reverse .saimu-merit_photo {
    grid-column: 1;
  }
}

/* 債務整理LP - 4つのアプローチ（APPROACH）
======================================================== */
.saimu-approach {
  padding: 48px 0;
  background-color: #f0f7f4;
  background-image: radial-gradient(circle, #fdfbf7 2.5px, transparent 2.5px), radial-gradient(circle, #fdfbf7 2.5px, transparent 2.5px);
  background-size: 25px 50px;
  background-position: 0 0, 12.5px 25px;
}
@media screen and (min-width: 1024px) {
  .saimu-approach {
    padding: 60px 0;
  }
}

.saimu-approach_inner {
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

.saimu-approach .saimu-sectiontitle_number {
  display: inline-block;
  padding-inline: 4px;
}

.saimu-approach_title-sub {
  font-size: clamp(24px, 0px + 3.1vw, 32px);
}

.saimu-approach_lead {
  margin-top: 32px;
  line-height: 1.65;
  color: #2d2d2d;
}
@media screen and (min-width: 1024px) {
  .saimu-approach_lead {
    margin-top: 40px;
  }
}

/* --- 手続カード --- */
.saimu-approach_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .saimu-approach_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }
}
.saimu-approach_list > li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .saimu-approach_list > li {
    padding: 28px 32px;
  }
}

.saimu-approach_name {
  align-self: center;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #e8712a;
  font-size: clamp(18px, 7.3px + 1.4vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

.saimu-approach_description {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.saimu-approach_description p {
  line-height: 1.65;
  color: #2d2d2d;
}

/* --- ここがポイント --- */
.saimu-approach_point {
  margin-top: auto;
  padding: 10px;
  border-left: 4px solid #3d9478;
  background-color: #e8f5ef;
}
@media screen and (min-width: 768px) {
  .saimu-approach_point {
    padding: 16px 20px 16px 24px;
    min-height: 190px;
  }
}

.saimu-approach_point-head {
  display: flex;
  align-items: center;
  gap: 4px;
}

.saimu-approach_point-title {
  font-weight: 700;
  line-height: 1.65;
  color: #2d2d2d;
}

.saimu-approach_point-mark {
  display: flex;
  width: 12px;
}
.saimu-approach_point-mark img {
  width: 100%;
  height: auto;
}

.saimu-approach_point-text {
  margin-top: 4px;
  line-height: 1.65;
  color: #2d2d2d;
}

/* --- 比較表 --- */
.saimu-approach_compare {
  margin-top: 32px;
}

.saimu-approach_compare-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .saimu-approach_compare-head {
    justify-content: flex-start;
    gap: 16px;
  }
}

.saimu-approach_compare-title {
  font-size: clamp(18px, 7.3px + 1.4vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #2e6b4f;
}

.saimu-approach_compare-number {
  font-family: "Inter", sans-serif;
  font-size: clamp(28px, 6.7px + 2.8vw, 40px);
  font-weight: 700;
  color: #e8712a;
}

.saimu-approach_compare-icon {
  flex-shrink: 0;
  width: 28px;
}
@media screen and (min-width: 1024px) {
  .saimu-approach_compare-icon {
    width: 40px;
  }
}
.saimu-approach_compare-icon img {
  width: 100%;
  height: auto;
}

.saimu-approach_table-wrap {
  margin-top: 16px;
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.saimu-approach_table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  background-color: #ffffff;
  table-layout: fixed;
}
.saimu-approach_table > thead > tr > th {
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  background-color: #3d9478;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  color: #ffffff;
  text-align: center;
}
.saimu-approach_table > thead > tr > th:nth-child(1) {
  width: 12%;
}
.saimu-approach_table > thead > tr > th:nth-child(2) {
  width: 20%;
}
.saimu-approach_table > thead > tr > th:nth-child(3) {
  width: 20%;
}
.saimu-approach_table > thead > tr > th:nth-child(4) {
  width: 20%;
}
.saimu-approach_table > thead > tr > th:nth-child(5) {
  width: 28%;
}
.saimu-approach_table > tbody > tr > th {
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #e0e0e0;
  background-color: #f2f2f2;
  font-weight: 700;
  line-height: 1.65;
  color: #3d9478;
  text-align: center;
}
.saimu-approach_table > tbody > tr > td {
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1.6;
  color: #2d2d2d;
  vertical-align: top;
}

/* 債務整理LP - 弁護士ご紹介（LAWYER）
======================================================== */
.saimu-lawyer {
  position: relative;
  overflow: hidden;
  background-color: #faf6ef;
  padding: 56px 0;
}
@media screen and (min-width: 1024px) {
  .saimu-lawyer {
    padding: 60px 0;
  }
}

.saimu-lawyer_inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

.saimu-lawyer_mark {
  display: none;
}
@media screen and (min-width: 1024px) {
  .saimu-lawyer_mark {
    position: absolute;
    top: 60px;
    right: 8%;
    z-index: 0;
    display: block;
    width: 352px;
    pointer-events: none;
  }
  .saimu-lawyer_mark img {
    width: 100%;
    height: auto;
  }
}

/* --- 見出し --- */
/* --- プロフィール --- */
.saimu-lawyer_profile {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .saimu-lawyer_profile {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin-top: 40px;
    margin-left: max(0px, (100% - 1020px) / 2);
  }
}

.saimu-lawyer_photo {
  flex: 1 1 0;
  min-width: 0;
}
.saimu-lawyer_photo img {
  width: 100%;
  height: auto;
}

.saimu-lawyer_body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.saimu-lawyer_badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  padding: 2px 8px;
  border-radius: 6px;
  background-color: #3d9478;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
}

.saimu-lawyer_name {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 8px;
  font-size: clamp(20px, 12.9px + 0.9vw, 24px);
  font-weight: 700;
  color: #2d2d2d;
}

.saimu-lawyer_name-en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #9e9e9e;
  font-size: clamp(14px, 10.4px + 0.5vw, 16px);
}

.saimu-lawyer_meta {
  line-height: 1.65;
  color: #444444;
}

/* --- 経歴テーブル --- */
.saimu-lawyer_history {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.saimu-lawyer_history > tbody > tr > th {
  width: 76px;
  padding: 10px 8px;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #666666;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .saimu-lawyer_history > tbody > tr > th {
    width: 90px;
    padding: 10px 12px;
  }
}
.saimu-lawyer_history > tbody > tr > td {
  padding: 10px 8px;
  border-bottom: 1px solid #e0e0e0;
  color: #2d2d2d;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .saimu-lawyer_history > tbody > tr > td {
    padding: 10px 12px;
  }
}

/* --- ご挨拶 --- */
.saimu-lawyer_greeting {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(1020px, 100%);
  margin: 32px auto 0;
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .saimu-lawyer_greeting {
    margin-top: 40px;
    padding: 28px;
  }
}

.saimu-lawyer_greeting-label {
  padding-left: 8px;
  border-left: 4px solid #55b594;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #2d2d2d;
}

.saimu-lawyer_greeting-lead {
  font-size: clamp(16px, 8.9px + 0.9vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  color: #2d2d2d;
}

.saimu-lawyer_greeting-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.saimu-lawyer_greeting-body p {
  line-height: 1.9;
  color: #2d2d2d;
}

.saimu-lawyer_greeting-sign {
  margin-top: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
  color: #2d2d2d;
}
@media screen and (min-width: 1024px) {
  .saimu-lawyer_greeting-sign {
    margin-top: 32px;
  }
}

.saimu-lawyer_greeting-sign-role {
  margin-right: 12px;
  font-family: "Yuji Mai", serif;
  font-weight: 400;
  font-size: clamp(15px, 9.7px + 0.7vw, 18px);
}

.saimu-lawyer_greeting-sign-name {
  font-family: "Yuji Mai", serif;
  font-weight: 400;
  font-size: clamp(20px, 9.3px + 1.4vw, 26px);
  letter-spacing: 0.08em;
}

/* 債務整理LP - ご利用の流れ（FLOW）
======================================================== */
.saimu-flow {
  background-color: #fdfbf7;
  padding: 56px 0;
}
@media screen and (min-width: 1024px) {
  .saimu-flow {
    padding: 80px 0 80px;
  }
}

.saimu-flow_inner {
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

/* --- 見出し --- */
/* --- ステップ一覧 --- */
.saimu-flow_list {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .saimu-flow_list {
    margin-top: 48px;
  }
}
.saimu-flow_list > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .saimu-flow_list > li {
    gap: 24px;
    padding-bottom: 44px;
  }
}
.saimu-flow_list > li::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: -28px;
  left: 28px;
  width: 3px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .saimu-flow_list > li::before {
    top: 34px;
    bottom: -34px;
    left: 34px;
  }
}
.saimu-flow_list > li:last-child {
  padding-bottom: 0;
}
.saimu-flow_list > li:last-child::before {
  content: none;
}
.saimu-flow_list > li:nth-child(1)::before {
  background: linear-gradient(to bottom, #55b594, #76b385);
}
.saimu-flow_list > li:nth-child(1) .saimu-flow_step {
  background-color: #55b594;
}
.saimu-flow_list > li:nth-child(1) .saimu-flow_icon {
  width: 24px;
}
@media screen and (min-width: 768px) {
  .saimu-flow_list > li:nth-child(1) .saimu-flow_icon {
    width: 28px;
  }
}
.saimu-flow_list > li:nth-child(2)::before {
  background: linear-gradient(to bottom, #76b385, #a1af71);
}
.saimu-flow_list > li:nth-child(2) .saimu-flow_step {
  background-color: #76b385;
}
.saimu-flow_list > li:nth-child(3)::before {
  background: linear-gradient(to bottom, #a1af71, #c4ac61);
}
.saimu-flow_list > li:nth-child(3) .saimu-flow_step {
  background-color: #a1af71;
}
.saimu-flow_list > li:nth-child(3) .saimu-flow_icon {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .saimu-flow_list > li:nth-child(3) .saimu-flow_icon {
    width: 24px;
  }
}
.saimu-flow_list > li:nth-child(4)::before {
  background: linear-gradient(to bottom, #c4ac61, #deaa55);
}
.saimu-flow_list > li:nth-child(4) .saimu-flow_step {
  background-color: #c4ac61;
}
.saimu-flow_list > li:nth-child(5)::before {
  background: linear-gradient(to bottom, #deaa55, #f5a84a);
}
.saimu-flow_list > li:nth-child(5) .saimu-flow_step {
  background-color: #deaa55;
}
.saimu-flow_list > li:nth-child(5) .saimu-flow_icon {
  width: 26px;
}
@media screen and (min-width: 768px) {
  .saimu-flow_list > li:nth-child(5) .saimu-flow_icon {
    width: 32px;
  }
}
.saimu-flow_list > li:nth-child(6) .saimu-flow_step {
  background-color: #f5a84a;
}

/* --- 番号アイコン --- */
.saimu-flow_step {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .saimu-flow_step {
    gap: 6px;
    width: 68px;
    height: 68px;
  }
}

.saimu-flow_number {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 8.4px + 0.5vw, 14px);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.saimu-flow_icon {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .saimu-flow_icon {
    width: 36px;
  }
}
.saimu-flow_icon img {
  width: 100%;
  height: auto;
}

/* --- 本文 --- */
.saimu-flow_body {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
}

.saimu-flow_item-title {
  font-size: clamp(18px, 14.4px + 0.5vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  color: #2d2d2d;
}

.saimu-flow_item-text {
  margin-top: 8px;
  line-height: 1.625;
  color: #2d2d2d;
}

.saimu-flow_note {
  margin-top: 8px;
  font-size: clamp(13px, 11.2px + 0.2vw, 14px);
  line-height: 1.57;
  color: #666666;
}

.saimu-flow_marker {
  background: linear-gradient(transparent 62%, rgba(255, 224, 102, 0.6) 62%);
}

/* 債務整理LP - 料金について（PRICE）
======================================================== */
.saimu-price {
  padding: 56px 0;
  background-color: #f0f7f4;
  background-image: linear-gradient(#fdfbf7 2px, transparent 2px), linear-gradient(90deg, #fdfbf7 2px, transparent 2px);
  background-size: 26px 26px;
}
@media screen and (min-width: 1024px) {
  .saimu-price {
    padding: 80px 0 80px;
  }
}

.saimu-price_inner {
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

/* --- 見出し --- */
/* --- ブロック（相談料・報酬金） --- */
.saimu-price_block {
  margin-top: 32px;
}

.saimu-price_subtitle {
  font-size: clamp(18px, 7.3px + 1.4vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #2e6b4f;
  text-align: center;
}

/* --- カード共通 --- */
.saimu-price_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  border: 3px solid #55b594;
  border-radius: 12px;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .saimu-price_card {
    gap: 24px;
    padding: 35px;
  }
}

.saimu-price_badge {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 8px 16px;
  background-color: #e8712a;
  color: #ffffff;
  font-size: clamp(16px, 8.9px + 0.9vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}

/* --- 相談料 --- */
.saimu-price_consult {
  max-width: 560px;
  margin-top: 24px;
  margin-inline: auto;
  align-items: center;
  text-align: center;
}

.saimu-price_consult-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.saimu-price_consult-lead {
  font-weight: 400;
  line-height: 1.63;
  color: #2d2d2d;
}
.saimu-price_consult-lead span {
  font-size: clamp(20px, 12.9px + 0.9vw, 24px);
  font-weight: 700;
}

.saimu-price_consult-free {
  color: #e8712a;
}

.saimu-price_note {
  font-size: clamp(12px, 8.4px + 0.5vw, 14px);
  line-height: 1.57;
  color: #2d2d2d;
}

/* --- 報酬金 --- */
.saimu-price_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .saimu-price_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* --- 料金表 --- */
.saimu-price_table {
  width: 100%;
  border-collapse: collapse;
}
.saimu-price_table > tbody > tr {
  border-bottom: 1px solid #e0e0e0;
}
.saimu-price_table > tbody > tr:last-child {
  border-bottom: 0;
}
.saimu-price_table > tbody > tr > th {
  width: 5em;
  padding: 12px 16px 12px 0;
  font-weight: 700;
  line-height: 1.63;
  color: #2d2d2d;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .saimu-price_table > tbody > tr > th {
    padding: 12px 28px 12px 12px;
  }
}
.saimu-price_table > tbody > tr > td {
  padding: 12px 0;
  font-weight: 400;
  line-height: 1.63;
  color: #2d2d2d;
  vertical-align: top;
}
@media screen and (min-width: 1024px) {
  .saimu-price_table > tbody > tr > td {
    padding: 12px;
  }
}

.saimu-price_table-note {
  display: block;
  font-size: clamp(12px, 8.4px + 0.5vw, 14px);
  line-height: 1.57;
  color: #666666;
}

.saimu-price_marker {
  background: linear-gradient(transparent 62%, rgba(255, 224, 102, 0.6) 62%);
}

/* 債務整理LP - よくあるご質問（FAQ）
======================================================== */
.saimu-faq {
  background-color: #fdfbf7;
  padding: 56px 0;
}
@media screen and (min-width: 1024px) {
  .saimu-faq {
    padding: 80px 0 80px;
  }
}

.saimu-faq_inner {
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

/* --- 見出し --- */
/* --- リスト --- */
.saimu-faq_list {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .saimu-faq_list {
    margin-top: 32px;
  }
}

.saimu-faq_item {
  border-bottom: 2px solid #55b594;
}

.saimu-faq_item[open] {
  background-color: #e8f5ef;
}

/* --- 質問（開閉トリガー） --- */
.saimu-faq_question {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 36px 18px 12px;
  cursor: pointer;
  list-style: none;
  transition: background-color 200ms ease;
}
@media screen and (min-width: 768px) {
  .saimu-faq_question {
    gap: 16px;
    padding: 24px 48px 24px 16px;
  }
}
.saimu-faq_question::-webkit-details-marker {
  display: none;
}
.saimu-faq_question::before, .saimu-faq_question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 2px;
  background-color: #55b594;
  transition: transform 200ms ease;
}
@media screen and (min-width: 768px) {
  .saimu-faq_question::before, .saimu-faq_question::after {
    right: 16px;
  }
}
.saimu-faq_question::before {
  transform: translateY(-50%);
}
.saimu-faq_question::after {
  transform: translateY(-50%) rotate(90deg);
}
.saimu-faq_question:hover {
  background-color: #e8f5ef;
}
.saimu-faq_question:focus-visible {
  outline: 2px solid #3d9478;
  outline-offset: -2px;
}

.saimu-faq_item[open] .saimu-faq_question::after {
  transform: translateY(-50%) rotate(90deg) scaleX(0);
}

.saimu-faq_question-text {
  font-weight: 700;
  line-height: 1.65;
  color: #2d2d2d;
}

/* --- 回答 --- */
.saimu-faq_answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 12px 20px;
}
@media screen and (min-width: 768px) {
  .saimu-faq_answer {
    gap: 16px;
    padding: 0 16px 26px;
  }
}

.saimu-faq_answer-text {
  line-height: 1.65;
  color: #2d2d2d;
}
.saimu-faq_answer-text > .highlight {
  background: linear-gradient(transparent 60%, rgba(255, 224, 102, 0.6) 60%);
}

/* --- Q・A バッジ --- */
.saimu-faq_badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 999px;
  background-color: #3d9478;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.saimu-faq_badge-answer {
  background-color: #55b594;
}

/* 債務整理LP - アクセス（ACCESS）
======================================================== */
.saimu-access {
  position: relative;
  padding: 56px 0;
  background-image: url("../img/saimu/bg-access.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .saimu-access {
    padding: 80px 0;
  }
}
.saimu-access::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(29, 78, 63, 0.4);
}

.saimu-access_inner {
  position: relative;
  z-index: 1;
  width: min(1060px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

/* --- 見出し --- */
/* --- カード --- */
.saimu-access_card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1024px) {
  .saimu-access_card {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    padding: 32px;
  }
}

/* --- 事務所情報 --- */
.saimu-access_list {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .saimu-access_list {
    display: grid;
    grid-template-columns: max-content 1fr;
    padding-inline: 8px;
  }
}
.saimu-access_list > dt {
  padding: 16px 0 4px;
  font-weight: 700;
  line-height: 1.625;
  color: #2e6b4f;
}
@media screen and (min-width: 768px) {
  .saimu-access_list > dt {
    padding: 16px 1em 16px 0;
    border-bottom: 1px solid #3d9478;
  }
}
.saimu-access_list > dd {
  padding: 0 0 16px;
  border-bottom: 1px solid #3d9478;
  line-height: 1.625;
  color: #2d2d2d;
}
@media screen and (min-width: 768px) {
  .saimu-access_list > dd {
    padding: 16px 0;
  }
}
.saimu-access_list > dd:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .saimu-access_list > dt:last-of-type {
    border-bottom: none;
  }
}

.saimu-access_tel {
  color: #2d2d2d;
}
.saimu-access_tel:hover {
  color: #2e6b4f;
}

/* --- 地図 --- */
.saimu-access_map {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 4/3;
  background-color: #faf6ef;
}
@media screen and (min-width: 1024px) {
  .saimu-access_map {
    aspect-ratio: 16/9;
  }
}
.saimu-access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 債務整理LP - お問合せ（CONTACT / Contact Form 7）
======================================================== */
.saimu-contact {
  padding: 56px 0;
  background-color: #faf6ef;
}
@media screen and (min-width: 1024px) {
  .saimu-contact {
    padding: 80px 0 80px;
  }
}

.saimu-contact_inner {
  width: min(920px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

.saimu-contact_lead {
  margin-top: 24px;
  line-height: 1.9;
}
@media screen and (min-width: 1024px) {
  .saimu-contact_lead {
    margin-top: 32px;
    text-align: center;
  }
}

.saimu-contact_req {
  color: #e8712a;
}

/* --- フォーム本体（CF7） --- */
.saimu-contact .wpcf7 {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .saimu-contact .wpcf7 {
    margin-top: 40px;
  }
}

.saimu-contact_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.saimu-contact_row:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .saimu-contact_row {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .saimu-contact_row-textarea {
    align-items: flex-start;
  }
}

.saimu-contact_label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  line-height: 1.625;
  color: #2d2d2d;
}
@media screen and (min-width: 768px) {
  .saimu-contact_label {
    flex-shrink: 0;
    width: 220px;
  }
}

.saimu-contact_field {
  flex: 1 1 0;
  min-width: 0;
}
.saimu-contact_field .wpcf7-form-control-wrap {
  display: block;
}

/* 入力欄 */
.saimu-contact_field input[type=text],
.saimu-contact_field input[type=email],
.saimu-contact_field input[type=tel],
.saimu-contact_field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.625;
  color: #2d2d2d;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px) {
  .saimu-contact_field input[type=text],
  .saimu-contact_field input[type=email],
  .saimu-contact_field input[type=tel],
  .saimu-contact_field textarea {
    border: 2px solid #cccccc;
  }
}
.saimu-contact_field input[type=text]:focus,
.saimu-contact_field input[type=email]:focus,
.saimu-contact_field input[type=tel]:focus,
.saimu-contact_field textarea:focus {
  outline: none;
  border-color: #3d9478;
}
.saimu-contact_field input[type=text],
.saimu-contact_field input[type=email],
.saimu-contact_field input[type=tel] {
  height: 48px;
}
.saimu-contact_field textarea {
  height: 205px;
  resize: vertical;
}

/* プライバシー同意 */
.saimu-contact_agree {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  font-weight: 700;
  line-height: 1.625;
  color: #2d2d2d;
}
.saimu-contact_agree .wpcf7-list-item {
  margin: 0;
}
.saimu-contact_agree .wpcf7-list-item-label {
  margin-left: 12px;
}
.saimu-contact_agree a {
  color: #3d9478;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.saimu-contact_agree a:hover {
  text-decoration: none;
}
.saimu-contact_agree input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  vertical-align: middle;
}
.saimu-contact_agree input[type=checkbox]:checked {
  background-color: #3d9478;
  border-color: #3d9478;
}
.saimu-contact_agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: translateY(-1px) rotate(45deg);
}
.saimu-contact_agree input[type=checkbox] {
  position: relative;
}

/* --- 送信ボタン --- */
.saimu-contact_submit {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .saimu-contact_submit {
    margin-top: 40px;
  }
}
.saimu-contact_submit input[type=submit] {
  min-width: 260px;
  padding: 18px 48px;
  border: none;
  border-radius: 999px;
  background: url("../img/saimu/icon-arrow.svg") no-repeat right 40px center/14px auto, linear-gradient(180deg, #f5a84a, #e8712a);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: clamp(18px, 14.4px + 0.5vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 200ms ease;
}
.saimu-contact_submit input[type=submit]:hover {
  opacity: 0.92;
}

/* --- バリデーション表示 --- */
.saimu-contact .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: clamp(12px, 8.4px + 0.5vw, 14px);
  color: #c00;
}

.saimu-contact .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  border-radius: 6px;
  line-height: 1.7;
  text-align: center;
}

/* --- 確認画面へボタン（送信ボタンと同じ見た目） --- */
.saimu-contact .cf7-confirm-btn {
  min-width: 260px;
  padding: 18px 48px;
  border: none;
  border-radius: 999px;
  background: url("../img/saimu/icon-arrow.svg") no-repeat right 40px center/14px auto, linear-gradient(180deg, #f5a84a, #e8712a);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: clamp(18px, 14.4px + 0.5vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 200ms ease;
}
.saimu-contact .cf7-confirm-btn:hover {
  opacity: 0.92;
}

/* --- 確認画面 --- */
.saimu-contact .wpcf7.is-confirm .saimu-contact_row,
.saimu-contact .wpcf7.is-confirm .saimu-contact_agree,
.saimu-contact .wpcf7.is-confirm .saimu-contact_submit,
.saimu-contact .wpcf7.is-confirm .wpcf7-response-output {
  display: none;
}

.saimu-contact .wpcf7.is-thanks .wpcf7-form,
.saimu-contact .wpcf7.is-thanks .cf7-confirm-overlay {
  display: none;
}

.saimu-contact .cf7-confirm-overlay {
  display: none;
}
.saimu-contact .cf7-confirm-overlay.is-active {
  display: block;
}

.saimu-contact .cf7-confirm-heading {
  margin-bottom: 32px;
  font-size: clamp(18px, 10.9px + 0.9vw, 22px);
  font-weight: 700;
  text-align: center;
  color: #2e6b4f;
}

.saimu-contact .cf7-confirm-fields {
  margin-bottom: 24px;
  border-top: 1px solid #e0e0e0;
}

.saimu-contact .cf7-confirm-label {
  padding: 16px 0 4px;
  font-size: clamp(13px, 11.2px + 0.2vw, 14px);
  font-weight: 700;
  color: #2e6b4f;
}

.saimu-contact .cf7-confirm-value {
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.7;
  color: #2d2d2d;
}

.saimu-contact .cf7-confirm-note {
  margin-bottom: 32px;
  font-size: clamp(13px, 11.2px + 0.2vw, 14px);
  line-height: 1.7;
  text-align: center;
  color: #666666;
}

.saimu-contact .cf7-confirm-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .saimu-contact .cf7-confirm-actions {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 16px;
  }
}

.saimu-contact .cf7-confirm-back {
  min-width: 260px;
  height: 60px;
  border: 1px solid #cccccc;
  border-radius: 999px;
  background-color: transparent;
  color: #2d2d2d;
  font-size: clamp(16px, 12.4px + 0.5vw, 18px);
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transition: opacity 200ms ease;
}
.saimu-contact .cf7-confirm-back:hover {
  opacity: 0.7;
}

.saimu-contact .cf7-confirm-submit {
  min-width: 260px;
  height: 60px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(180deg, #f5a84a, #e8712a);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: clamp(16px, 12.4px + 0.5vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transition: opacity 200ms ease;
}
.saimu-contact .cf7-confirm-submit:hover {
  opacity: 0.92;
}
.saimu-contact .cf7-confirm-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* --- サンクス画面 --- */
.saimu-contact .cf7-thanks {
  display: none;
  padding: 20px 0 8px;
  text-align: center;
}
.saimu-contact .cf7-thanks.is-active {
  display: block;
}

.saimu-contact .cf7-thanks-icon {
  display: block;
  margin: 0 auto 24px;
}

.saimu-contact .cf7-thanks-heading {
  margin-bottom: 20px;
  font-size: clamp(20px, 9.3px + 1.4vw, 26px);
  font-weight: 700;
  line-height: 1.5;
  color: #2e6b4f;
}

.saimu-contact .cf7-thanks-body {
  line-height: 1.8;
  color: #2d2d2d;
}

/* 債務整理LP - Footer
======================================================== */
.saimu-footer {
  background-color: #3d9478;
  color: #ffffff;
  padding: 48px 0 100px;
}
@media screen and (min-width: 1024px) {
  .saimu-footer {
    padding: 60px 0 24px;
  }
}

.saimu-footer_inner {
  width: min(1240px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.saimu-footer_main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.saimu-footer_brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.saimu-footer_catch {
  font-size: clamp(12px, 8.4px + 0.5vw, 14px);
  line-height: 1.5;
}

.saimu-footer_logo {
  display: block;
  width: 280px;
}
.saimu-footer_logo:hover {
  opacity: 0.85;
}
.saimu-footer_logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .saimu-footer_logo {
    width: 340px;
  }
}

.saimu-footer_row {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1024px) {
  .saimu-footer_row {
    flex-direction: row;
    gap: 120px;
    align-items: flex-start;
  }
}

.saimu-footer_address {
  font-size: 14px;
  line-height: 1.7;
}

.saimu-footer_nav {
  display: flex;
  gap: 48px;
}
@media screen and (min-width: 1024px) {
  .saimu-footer_nav {
    gap: 64px;
  }
}

.saimu-footer_nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.saimu-footer_nav-list > li > a {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}
.saimu-footer_nav-list > li > a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.saimu-footer_copy {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 21px;
  text-align: center;
}
.saimu-footer_copy > p {
  font-size: 14px;
  line-height: 1.6;
}

/* --- SP固定CTA（下部固定・浮きピル） --- */
.saimu-fixedcta {
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 12px;
  z-index: 95;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 24px 8px 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f5a84a, #e8712a);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-weight: 700;
}
.saimu-fixedcta:hover {
  opacity: 0.92;
}
@media screen and (min-width: 1024px) {
  .saimu-fixedcta {
    display: none;
  }
}

.saimu-fixedcta_badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #e8712a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.saimu-fixedcta_badge-number {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.saimu-fixedcta_text {
  flex: 1 1 auto;
  text-align: center;
  font-size: clamp(18px, 14.4px + 0.5vw, 20px);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.saimu-fixedcta_arrow {
  flex-shrink: 0;
  width: 14px;
}
.saimu-fixedcta_arrow img {
  width: 100%;
  height: auto;
}

/* --- reCAPTCHAバッジ（SP時に固定CTAと重ならないよう上へ逃がす） --- */
@media screen and (max-width: 1024px) {
  .grecaptcha-badge {
    bottom: 92px !important;
  }
}

/* 債務整理LP - プライバシーポリシー
======================================================== */
.saimu-privacy {
  padding: 136px 0 56px;
  background-color: #fdfbf7;
}
@media screen and (min-width: 1024px) {
  .saimu-privacy {
    padding: 217px 0 80px;
  }
}

.saimu-privacy_inner {
  width: min(920px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

.saimu-privacy_title {
  font-size: clamp(24px, 9.8px + 1.9vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #2d2d2d;
}

.saimu-privacy_body {
  margin-top: 40px;
}
.saimu-privacy_body h2,
.saimu-privacy_body .saimu-privacy_subtitle {
  margin-top: 40px;
  padding-left: 12px;
  border-left: 4px solid #55b594;
  font-size: clamp(18px, 10.9px + 0.9vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  color: #2d2d2d;
}
.saimu-privacy_body h3,
.saimu-privacy_body .saimu-privacy_sub-subtitle {
  margin-top: 24px;
  font-size: clamp(16px, 12.4px + 0.5vw, 18px);
  font-weight: 700;
  color: #2e6b4f;
}
.saimu-privacy_body p {
  margin-top: 16px;
  line-height: 1.9;
  color: #2d2d2d;
}
.saimu-privacy_body ol,
.saimu-privacy_body ul {
  margin-top: 16px;
  padding-left: 1.5em;
  list-style-position: outside;
}
.saimu-privacy_body ol {
  list-style: decimal;
}
.saimu-privacy_body ul {
  list-style: disc;
}
.saimu-privacy_body li {
  margin-top: 8px;
  line-height: 1.9;
  color: #2d2d2d;
}

.saimu-privacy_note {
  color: #666666;
}

/* 債務整理LP - 仮セクション（後日実装分のプレースホルダー）
======================================================== */
.saimu-mv_placeholder,
.saimu-section-placeholder {
  display: grid;
  place-content: center;
  min-height: 200px;
  margin-block: 32px;
  border: 2px dashed #9dd4b8;
  border-radius: 8px;
  color: #9e9e9e;
  text-align: center;
  padding: 24px;
}

/* 債務整理LP - スクロール表示アニメーション
   マークアップに js- クラスを付けて使う。JSが画面内で is-active を付与する。
   ※このファイルは saimu.scss の最後に @use する（各セクションの指定を上書きするため）
======================================================== */
@keyframes saimu-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes saimu-fadeup {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes saimu-softin {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes saimu-marker {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes saimu-slideright {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes saimu-slideleft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes saimu-bouncein {
  0% {
    opacity: 0;
    transform: scale(0.94);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  80% {
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* --- フェードイン（その場で） --- */
.js-fadein {
  opacity: 0;
}
.js-fadein.is-active {
  animation-name: saimu-fadein;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

/* --- 下からフェードアップ --- */
.js-fadeup {
  opacity: 0;
}
.js-fadeup.is-active {
  animation-name: saimu-fadeup;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

/* --- ぼやっと（ぼかし → クリア） --- */
.js-softin {
  opacity: 0;
}
.js-softin.is-active {
  animation-name: saimu-softin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

/* --- 左右からスライド（SPは縦。はみ出し防止に親側で overflow-x: clip する） --- */
.js-slideright,
.js-slideleft {
  opacity: 0;
}

.js-slideright.is-active,
.js-slideleft.is-active {
  animation-name: saimu-fadeup;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 768px) {
  .js-slideright.is-active {
    animation-name: saimu-slideright;
  }
  .js-slideleft.is-active {
    animation-name: saimu-slideleft;
  }
}
/* --- 控えめに跳ねる --- */
.js-bouncein {
  opacity: 0;
}
.js-bouncein.is-active {
  animation-name: saimu-bouncein;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

/* --- マーカーが左から引かれる --- */
.js-marker {
  background-repeat: no-repeat;
  background-size: 0 100%;
}
.js-marker.is-active {
  animation-name: saimu-marker;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

/* --- 子要素を順番に表示（親に付ける） --- */
.js-stagger > * {
  opacity: 0;
}

.js-stagger.is-active > * {
  animation-name: saimu-fadeup;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.js-stagger.is-active > *:nth-child(1) {
  animation-delay: 0s;
}
.js-stagger.is-active > *:nth-child(2) {
  animation-delay: 0.06s;
}
.js-stagger.is-active > *:nth-child(3) {
  animation-delay: 0.12s;
}
.js-stagger.is-active > *:nth-child(4) {
  animation-delay: 0.18s;
}
.js-stagger.is-active > *:nth-child(5) {
  animation-delay: 0.24s;
}
.js-stagger.is-active > *:nth-child(6) {
  animation-delay: 0.3s;
}
.js-stagger.is-active > *:nth-child(7) {
  animation-delay: 0.36s;
}
.js-stagger.is-active > *:nth-child(8) {
  animation-delay: 0.42s;
}
.js-stagger.is-active > *:nth-child(9) {
  animation-delay: 0.48s;
}
.js-stagger.is-active > *:nth-child(10) {
  animation-delay: 0.54s;
}
.js-stagger.is-active > *:nth-child(11) {
  animation-delay: 0.6s;
}
.js-stagger.is-active > *:nth-child(12) {
  animation-delay: 0.66s;
}

/* --- 遅延 --- */
.js-delay-1 {
  animation-delay: 0.2s;
}

.js-delay-2 {
  animation-delay: 0.4s;
}

.js-delay-3 {
  animation-delay: 0.6s;
}

.js-delay-4 {
  animation-delay: 0.8s;
}

.js-delay-5 {
  animation-delay: 1s;
}

@media (prefers-reduced-motion: reduce) {
  .js-fadein,
  .js-fadeup,
  .js-softin,
  .js-slideright,
  .js-slideleft,
  .js-bouncein,
  .js-stagger > * {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }
  .js-marker {
    background-size: 100% 100%;
    animation: none;
  }
}/*# sourceMappingURL=saimu.css.map */
