/* 24時間対応セクション：番号付きグラデーション表示 */
.flow-section {
  background: #eceec9;
  padding: 30px 20px;
  text-align: center;
}

.support-label {
  font-size: 32px;
  font-weight: bold;
  border: 6px solid #333;
  display: inline-block;
  background: #fff;
  padding: 25px 45px;
  border-radius: 10px;
  color: #000;
  margin-bottom: 20px;
}

.flow-description {
  display: flex;
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
  width: 35vw;
  font-weight: bold;
  margin-right: 10px;
}

.flex24{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70vw;
	margin: 0 auto;
}

.flex24-image{
	width: 200px;
	height: auto;
	
}

.mascot24{
	width: 180px;
	height: auto;
	margin-left: 30px;
}

.flow-header2 {
}
.flow-header {
  margin-top: -10px;
  margin-bottom: 40px;

  
}

.flow-header2 h2 {
  font-size: 28px;
  margin-top: 10px;
}

.flow-header .green {
  color: #388e3c;
  font-weight: bold;
}

.flow-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}

.flow-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.number-outer {
  display: inline-block;
  padding: 8px; /* ← 範囲を広げる */
  border-radius: 16px;
  position: relative;
}

.number-white-frame {
  background-color: white;
  padding: 5px;
  border-radius: 13px;
  position: relative;
}

.number-badge {
  color: white;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 8px;
  position: relative;
}

.number-white-frame::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 7px solid transparent;
}

.flow-text {
  flex: 1;
  font-size: 18px;
  line-height: 1.7;
}

.flow-text_in {
  text-align: left;
  padding:10px;
}

/* 各ステップのカラー（グラデーション） */
.step-1 .number-outer { background-color: #4CAF50; }
.step-2 .number-outer { background-color: #8BC34A; }
.step-3 .number-outer { background-color: #e89c2b; }
.step-4 .number-outer { background-color: #e56d23; }
.step-5 .number-outer { background-color: #ea5515; }
.step-6 .number-outer { background-color: #e83a29; }
.step-7 .number-outer { background-color: #c41024; }

.step-1 .number-badge { background-color: #4CAF50; }
.step-2 .number-badge { background-color: #8BC34A; }
.step-3 .number-badge { background-color: #e89c2b; }
.step-4 .number-badge { background-color: #e56d23; }
.step-5 .number-badge { background-color: #ea5515; }
.step-6 .number-badge { background-color: #e83a29; }
.step-7 .number-badge { background-color: #c41024; }

.step-1 .number-white-frame::after { border-top-color: #4CAF50; }
.step-2 .number-white-frame::after { border-top-color: #8BC34A; }
.step-3 .number-white-frame::after { border-top-color: #e89c2b; }
.step-4 .number-white-frame::after { border-top-color: #e56d23; }
.step-5 .number-white-frame::after { border-top-color: #ea5515; }
.step-6 .number-white-frame::after { border-top-color: #e83a29; }
.step-7 .number-white-frame::after { border-top-color: #c41024; }

.step-1 .number-white-frame { box-shadow: 0 0 0 2px #4CAF50 inset; }
.step-2 .number-white-frame { box-shadow: 0 0 0 2px #8BC34A inset; }
.step-3 .number-white-frame { box-shadow: 0 0 0 2px #e89c2b inset; }
.step-4 .number-white-frame { box-shadow: 0 0 0 2px #e56d23 inset; }
.step-5 .number-white-frame { box-shadow: 0 0 0 2px #ea5515 inset; }
.step-6 .number-white-frame { box-shadow: 0 0 0 2px #e83a29 inset; }
.step-7 .number-white-frame { box-shadow: 0 0 0 2px #c41024 inset; }


.jokin-power-section {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}

/* 上部：施工実績 + YouTube */
.jokin-power-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 40px;
}

.jisseki-block {
  text-align: center;
}

.jisseki-title {
  font-size: 26px;
  font-weight: bold;
  color: #004400;
  margin: 0;
  line-height: 1.2;
}

.jisseki-count {
  font-size: 26px;
  font-weight: bold;
  color: #004400;
  margin: 0 0 15px 0;
}

.jisseki-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #004400;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
}

.jisseki-link:hover {
  opacity: 0.8;
}

.down-arrow {
  margin-top: 2px;
}

.video-wrapper {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 下部：画像 + テキスト */
.jokin-photo-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-top: 40px;
}

.photo-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
}

.text-group {
  display: flex;
  align-items: flex-end;
}

.jokin-photo {
  max-height: 280px;
  height: 100%;
  object-fit: contain;
}

/* テキストとボタン縦並び */
.jokin-text-box {
  text-align: left;
  max-width: 90vw;
  padding: 20px;
}

.jokin-text-box .description {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
}

.contact-btn {
  display: inline-block;
  background-color: #f05a24;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}


.jisseki-link {
  display: inline-flex;
  align-items: flex-end; /* テキストとアイコンを下揃え */
  gap: 8px;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  color: #004400;
  line-height: 1.4;
}

.jisseki-icon-wrapper {
  display: flex;
  align-items: flex-end;
}

.jisseki-down-icon {
  width: 28px;
  height: 28px;
}




/* ===== ゴミ屋敷片付けセクション（巻物風） ===== */
.kataduke-scroll-section {
  padding: 90px 20px 60px 20px;
  text-align: center;
  position: relative;
  overflow: visible;
}

.kataduke-scroll-heading {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  background: none;
  padding: 5px 0;
  margin-bottom: 5px;
  border: none;
  border-radius: 0;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.5s;
}

.kataduke-scroll-heading.fade-in {
  opacity: 1;
}

.kataduke-scroll-wrapper {
  position: relative;
  width: 1040px;
  margin: -30px auto 40px auto;
  overflow: visible;
}

.kataduke-scroll-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -30px;
}

.kataduke-scroll-wrapper.closed .kataduke-band rect {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.8s ease;
}

.kataduke-scroll-wrapper .kataduke-band rect {
  transform-origin: left center;
  transition: transform 0.8s ease;
}

.kataduke-scroll-wrapper .kataduke-right-stick {
  transition: transform 0.8s ease;
  transform: translateX(0);
}

.kataduke-scroll-wrapper.closed .kataduke-right-stick {
  transform: translateX(-885px);
}

.kataduke-scroll-mask {
  position: absolute;
  top: 50px;
  left: 63px;
  width: 880px;
  height: 370px;
  overflow: visible;
}

.kataduke-scroll-content {
  background: transparent;
  padding: 20px;
  border: none;
  outline: none;
  box-shadow: none;
  height: 100%;
}

.kataduke-scroll-body {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.5s;
}

.kataduke-scroll-wrapper:not(.closed) .kataduke-scroll-body {
  opacity: 1;
}

.kataduke-text-block {
  flex: 1;
  text-align: left;
  min-width: 240px;
  word-break: break-word;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 420px;
}

.kataduke-mascot {
  width: 140px;
  height: auto;
  margin-bottom: 15px;
  position: absolute;
  top: -201px;
  left: 90%;
  z-index: 2;
}

.kataduke-checklist {
  font-size: 16px;
  line-height: 1.7;
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.kataduke-checklist li::before {
  content: "\2714";
  color: #e56d23;
  margin-right: 8px;
}

.kataduke-note {
  font-size: 16px;
  white-space: pre-line;
}

.kataduke-image {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  margin-top: 30px;
}

.kataduke-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/* PC時：代替ボックス非表示 */
.kataduke-scroll-alt {
  display: none;
}


