@charset "utf-8";
/* CSS Document */
.step_cardwrap {
  gap: 40px;
}
.step_cardwrap .step_card {
  background: rgba(243, 243, 243, 0.40);
  border-radius: 8px;
  padding: 50px clamp(20px, 5vw, 50px);
  position: relative;
  max-width: 1280px;
  width: 100%;
  background: #FDF8F8;
}
.step_cardwrap .step_card_inner {
  gap: clamp(24px, 6vw, 80px);
  align-items: center;
}
/* 左画像 */
.step_cardwrap .step_card .imgbox {
  width: clamp(260px, 30vw, 420px);
  flex: 0 0 clamp(260px, 36vw, 420px);
  border-radius: 8px;
  overflow: hidden;
}
.step_cardwrap .step_card .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
/* 右側 */
.step_cardwrap .step_card_body {
  flex: 1;
  min-width: 0;
}
.step_cardwrap .step_tag {
  gap: 10px;
}
.step_cardwrap .step_tag p {
  line-height: 1;
}
.step_cardwrap .step_title {
  margin: 0 0 14px 0;
}
.step_cardwrap .step_desc {
  margin: 0;
  line-height: 2;
}
/* 下の矢印（中央） */
.step_cardwrap .step_arrow {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FDF8F8;
  border: 1px solid #BE9864;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 90度回転 */
.step_cardwrap .step_arrow .icon {
  transform: rotate(90deg);
}
.step_cardwrap .step_arrow .icon img {
  width: 10px;
  height: auto;
  display: block;
}
/* SP縦積み */
@media (max-width: 1080px) {
  .step_cardwrap .step_card_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .step_cardwrap .step_card .imgbox {
    width: 100%;
    max-width: 600px;
    flex: 0 0 auto;
    margin: auto;
  }
}
.pace_title {
  position: relative;
  padding-left: 24px;
}
.pace_title::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #2f2b28;
  font-size: 12px;
  line-height: 1;
}
.boxwrap4 {
  gap: clamp(30px, 6vw, 80px);
  flex-wrap: nowrap;
}
.boxwrap4 .leftbox {
  width: calc((100% - clamp(40px, 6vw, 90px)) * 0.34);
  min-width: 350px;
}
.boxwrap4 .rightbox {
  width: calc((100% - clamp(40px, 6vw, 90px)) * 0.66);
}
.boxwrap4 .pacebox {
  position: relative;
  background: #FDF8F8;
  padding: 30px 22px 18px;
}
.boxwrap4 .pace_label {
  position: absolute;
  top: -14px;
  left: 28px;
  background: #be9864;
  border-radius: 999px;
  padding: 10px 30px;
}
.boxwrap4 .pace_label p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.boxwrap4 .pace_item {
  padding: 0 0 18px;
}
.boxwrap4 .pace_item:last-child {
  padding-bottom: 0;
}
.boxwrap4 .pace_item:not(:last-child) {
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd3cc;
}
.boxwrap4 .pace_title {
  margin: 0 0 12px;
}
.boxwrap4 .pace_text {
  margin: 0;
  padding-left: 18px;
  line-height: 2;
  color: #5b5550;
}
@media screen and (max-width: 900px) {
  .boxwrap4 {
    flex-direction: column;
    gap: 50px;
  }
  .boxwrap4 .leftbox, .boxwrap4 .rightbox {
    width: 100%;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}