/* ==========================================================================
   Page: Guide
   ========================================================================== */
@media (min-width: 768px) {
	.pc_none {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.sp_none {
		display: none !important;
	}
}

.page-guide {
  --guide-blue: #36a9e8;
  --guide-green: #62b766;
  --guide-red: #e96e75;
  --guide-grad: linear-gradient(135deg, #34b7e8 0%, #7cc66a 26%, #f6dc3d 48%, #f08a25 78%, #f7b45f 100%);
}

.page-guide .site-main {
  overflow: hidden;
  background:
    linear-gradient(165deg, transparent 0 16%, rgba(245, 139, 42, .16) 16.1% 16.4%, transparent 16.5%),
    var(--color-bg);
}

.page-guide:not(.page-guide-home) .site-nav,
.page-guide:not(.page-guide-home) .site-header__actions,
.page-guide:not(.page-guide-home) .hamburger,
.page-guide:not(.page-guide-home) .globalMenuSp,
.page-guide:not(.page-guide-home) .site-menu-backdrop,
.page-guide:not(.page-guide-home) .site-footer {
  display: none;
}

.page-guide:not(.page-guide-home) .site-header__inner {
  justify-content: flex-start;
}

.guide-cover,
.guide-hero,
.guide-section {
  position: relative;
  isolation: isolate;
}

.guide-kicker,
.guide-heading-en,
.guide-step-label {
  margin: 0 0 16px;
  color: var(--color-primary);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.guide-panel__title,
.guide-section__title,
.guide-category-title,
.guide-hero__title {
  margin: 0;
  color: #565656;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.guide-panel__title {
  font-size: clamp(28px, 4vw, 42px);
	margin-bottom: 14px;
}

.guide-text {
  width: min(620px, 100%);
	margin: 0 auto 24px;
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
}

.guide-text-bold {
  font-weight: 700;
}

.guide-button {
  width: min(350px, 100%);
	padding: 0 50px;
  border: 0;
  font-family: Montserrat, var(--font-base);
  background: url("../../img/top/door_button_bg.webp") center / 100% 100% no-repeat;
  box-shadow: 0 16px 32px rgba(240, 138, 37, .18);
  transition: color var(--transition-base), opacity var(--transition-base), transform var(--transition-base), background-color var(--transition-base), border-color var(--transition-base);
}

.guide-button::after {
  background: url("../../img/guide/arrow_button_icon.svg") center / contain no-repeat;
}

.guide-button--sub {
  background: #aaa;
  box-shadow: none;
}

.guide-button-group {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.guide-hero {
  padding: 84px 20px 120px;
  color: #fff;
  background: var(--guide-grad);
}

.guide-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -1px;
  left: -8%;
  z-index: -1;
  height: 104px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--color-bg);
}

.guide-hero__inner {
  width: min(860px, 100%);
  margin: 0 auto;
}

.guide-hero__title,
.guide-hero .guide-step-label,
.guide-hero .guide-kicker {
  color: #fff;
}

.guide-hero__title {
  font-size: clamp(28px, 5vw, 48px);
}

.guide-hero__text {
  width: min(620px, 100%);
  margin: 42px auto 0;
  font-weight: 700;
  line-height: 2.25;
  text-align: center;
}

.guide-hero__text p {
  margin: 0;
}

.guide-hero__text p + p {
  margin-top: .85em;
}

.guide-section {
  padding: 76px 20px 96px;
}

.guide-section__inner {
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.guide-section__title {
  font-size: clamp(25px, 4vw, 38px);
}

.guide-step-list {
  display: grid;
  gap: 28px;
  margin: 46px 0;
}

.guide-step-card {
  padding: 44px 32px;
  border-radius: 46px;
  color: #fff;
  background: var(--guide-grad);
  text-align: center;
}

.guide-category-label {
  margin: 0 0 22px;
  color: var(--color-text);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.guide-category-label span {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--color-primary);
  font-size: 16px;
}

.guide-category-title {
  font-size: clamp(24px, 4vw, 36px);
}

.guide-illustration {
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  margin: 30px auto;
  padding: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    20px 20px 30px rgba(0, 0, 0, 0.1),
    -20px -20px 20px rgba(255, 255, 255, 0.3);
}

.guide-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(520px, 100%);
  margin: 38px auto;
  padding: 20px 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow:
    20px 20px 30px rgba(0, 0, 0, 0.1),
    -20px -20px 20px rgba(255, 255, 255, 0.3);
  text-align: left;
}

.guide-count > span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.guide-count strong {
  color: var(--color-text);
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.guide-accent-red .guide-strength-card h3 span,
.guide-accent-red .guide-job-list li::before {
  color: var(--guide-red);
}

.guide-accent-red .guide-category-label span,
.guide-accent-red .guide-check:has(input:checked),
.guide-accent-red .guide-check.is-checked {
  background: var(--guide-red);
  border-color: var(--guide-red);
}

.guide-accent-blue .guide-strength-card h3 span,
.guide-accent-blue .guide-job-list li::before {
  color: var(--guide-blue);
}

.guide-accent-blue .guide-category-label span,
.guide-accent-blue .guide-check:has(input:checked),
.guide-accent-blue .guide-check.is-checked {
  background: var(--guide-blue);
  border-color: var(--guide-blue);
}

.guide-accent-green .guide-strength-card h3 span,
.guide-accent-green .guide-job-list li::before {
  color: var(--guide-green);
}

.guide-accent-green .guide-category-label span,
.guide-accent-green .guide-check:has(input:checked),
.guide-accent-green .guide-check.is-checked {
  background: var(--guide-green);
  border-color: var(--guide-green);
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .guide-button {
    width: 100%;
    max-width: 350px;
  }

  .guide-hero {
    padding: 62px 18px 90px;
  }

  .guide-section {
    padding: 54px 18px 72px;
  }



  .guide-text {
    font-size: 14px;
    line-height: 2;
  }




  .guide-count strong {
    font-size: 42px;
  }

}

@media (min-width: 768px) {
  .guide-button-group {
    display: flex;
    justify-content: center;
    gap: 24px;
  }

  .guide-button:hover {
    transform: translateY(-2px);
  }
}
