.page-guide-step2 .site-main {
  background: #f5f5f5;
}

.page-guide-step2 .guide-accent-orange {
  --guide-step-color: var(--color-primary);
}

.page-guide-step2 .guide-accent-red {
  --guide-step-color: var(--guide-red);
}

.page-guide-step2 .guide-accent-blue {
  --guide-step-color: #3458b7;
}

.page-guide-step2 .guide-accent-green {
  --guide-step-color: #3f9b50;
}

.page-guide-step2 .guide-hero {
  padding: 72px 24px 170px;
  overflow: hidden;
  background: none;
}

.guide-step2-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.guide-step2-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-guide-step2 .guide-hero::after {
  right: 0;
  left: 0;
  height: 110px;
  border-radius: 0;
  background: url("../../img/guide/curve_pc.svg") center bottom / 100% 100% no-repeat;
}

.page-guide-step2 .guide-step-label {
  margin-bottom: 18px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.page-guide-step2 .guide-step-label::after {
  content: "";
  display: block;
  width: 160px;
  margin: 18px auto 0;
  border-top: 1px dashed currentColor;
}

.page-guide-step2 .guide-hero__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9;
}

.page-guide-step2 .guide-section {
  padding-top: 0;
  background: #f5f5f5;
}

.page-guide-step2 .guide-section__inner {
  width: min(940px, 100%);
}

.page-guide-step2 .guide-category-label {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #aaa;
  line-height: 0;
}

.page-guide-step2 .guide-category-label img {
  display: block;
  width: min(180px, 100%);
  height: auto;
  margin: 0 auto;
}

.page-guide-step2 .guide-section__title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 1.65;
  transform: scaleY(1.2);
}

.page-guide-step2 .guide-illustration {
  width: min(310px, 78%);
  height: auto;
  margin: 24px auto 28px;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.page-guide-step2 .guide-text {
  width: min(620px, 100%);
  margin-bottom: 54px;
  color: #676767;
  font-size: 16px;
  line-height: 2.3;
}

.guide-strength-list {
  display: grid;
  gap: 34px;
  margin: 0 0 54px;
}

.guide-strength-card {
  padding: 42px 34px 44px;
  border-radius: 28px;
  background: #f5f5f5;
  box-shadow:
    20px 20px 30px rgba(0, 0, 0, 0.1),
    -20px -20px 20px rgba(255, 255, 255, 0.3);
  text-align: center;
}

.guide-strength-card h3 {
  margin: 0 0 22px;
  color: #565656;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
  transform: scaleY(1.2);
  transform-origin: left center;
}

.guide-strength-card h3 span {
  color: var(--guide-step-color, var(--color-primary));
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.guide-strength-card > img {
  display: block;
  width: min(250px, 82%);
  height: auto;
  margin: 0 auto 24px;
}

.guide-strength-card p {
  margin: 0;
  color: #676767;
  font-size: 15px;
  line-height: 2.1;
  text-align: justify;
}

.page-guide-step2 .guide-button {
  font-size: 18px;
  letter-spacing: 1px;
}

.page-guide-step2 .guide-button + .guide-button {
  margin-top: 18px;
}

.page-guide-step2 .guide-button-group .guide-button + .guide-button {
  margin-top: 0;
}

@media (min-width: 768px) {
  .page-guide-step2 .guide-hero {
    padding: 72px 24px 138px;
  }

  .page-guide-step2 .guide-section {
    padding-bottom: 120px;
  }

  .page-guide-step2 .guide-category-label {
    width: min(450px, 100%);
    margin: 0 auto 30px;
  }

  .page-guide-step2 .guide-section__title {
    font-size: 24px;
    line-height: 1.85;
  }

  .page-guide-step2 .guide-illustration {
    width: min(220px, 100%);
    margin: 24px auto 40px;
  }

  .page-guide-step2 .guide-text {
    width: min(760px, 100%);
    margin-bottom: 72px;
    font-size: 15px;
    line-height: 2.35;
  }

  .guide-strength-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 40px;
    width: min(820px, 100%);
    margin: 0 auto 70px;
  }

  .guide-strength-card {
    min-height: 390px;
    padding: 38px 30px 42px;
    border-radius: 18px;
  }

  .guide-strength-card h3 {
    margin-bottom: 26px;
    font-size: 23px;
    line-height: 1.45;
  }

  .guide-strength-card h3 span {
    font-size: 26px;
  }

  .guide-strength-card > img {
    width: min(210px, 72%);
    margin-bottom: 28px;
  }

  .guide-strength-card p {
    font-size: 14px;
    line-height: 2.25;
  }

  .page-guide-step2 .guide-button + .guide-button {
    margin-top: 16px;
  }

  .page-guide-step2 .guide-button-group .guide-button + .guide-button {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .page-guide-step2 .guide-hero {
    padding: 36px 24px 84px;
  }

  .page-guide-step2 .guide-hero::after {
    height: 50px;
    background-image: url("../../img/guide/curve.svg");
  }

  .page-guide-step2 .guide-step-label {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .page-guide-step2 .guide-step-label::after {
    width: 118px;
    margin-top: 14px;
  }

  .page-guide-step2 .guide-hero__title {
    font-size: 18px;
    line-height: 1.95;
  }

  .page-guide-step2 .guide-section {
    padding: 0 24px 80px;
  }

  .page-guide-step2 .guide-category-label {
    margin-bottom: 24px;
    padding-bottom: 14px;
  }

  .page-guide-step2 .guide-section__title {
    font-size: 22px;
    line-height: 1.65;
  }

  .page-guide-step2 .guide-illustration {
    width: min(260px, 82%);
    margin: 22px auto 26px;
  }

  .page-guide-step2 .guide-text {
    margin-bottom: 48px;
    font-size: 13px;
    line-height: 2.35;
  }

  .guide-strength-list {
    gap: 34px;
    margin-bottom: 44px;
  }

  .guide-strength-card {
    padding: 34px 20px 36px;
    border-radius: 24px;
  }

  .guide-strength-card h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .guide-strength-card h3 span {
    font-size: 24px;
  }

  .guide-strength-card > img {
    width: min(210px, 82%);
    margin-bottom: 22px;
  }

  .guide-strength-card p {
    font-size: 13px;
    line-height: 2.15;
  }

  .page-guide-step2 .guide-button + .guide-button {
    margin-top: 16px;
  }
}
