@charset "UTF-8";

.page-top main #reason .reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-top main #support-services .support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.page-top main #faq .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-top main #reason .reason-bottom{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.05fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 22px;
}

.page-top main #reason .reason-card{
  height: 100%;
}

.page-top main #reason .card--soft{
  background: #ffffff;
}

.page-top main #reason .reason-banner{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 24px 28px;
  text-align: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.page-top main #reason .reason-banner img{
  display: block;
  width: min(100%, 770px);
  height: auto;
  background: transparent;
  box-shadow: none;
  border: 0;
  vertical-align: top;
}


.page-top .hero{
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #f5f5f5;
}

.page-top .hero__visual{
  position: relative;
  min-height: 480px;
  background: url("../images/top/hero-main.webp") center center / cover no-repeat;
}

.page-top .hero__inner{
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 84px 0 84px 8px;
}

.page-top .hero__content{
  width: min(50%, 620px);
  max-width: 620px;
  color: var(--heading);
}

.page-top .hero__label{
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 34, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #000022;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.10em;
}

.page-top .hero__display-title{
  width: 100%;
  max-width: 620px;
  margin: 0 0 20px;
  color: #000022;
  font-size: var(--fs-hero-h1);
  line-height: 1.32;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-shadow: none;
}

.page-top .hero__display-title span{
  display: block;
  white-space: nowrap;
}

.page-top .hero__lead{
  width: 100%;
  max-width: 620px;
  margin: 0 0 28px;
  color: #000000;
  font-size: 16px;
  line-height: 2.0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.78);
  padding: 18px 22px;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.page-top .hero__actions{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.page-top .hero__cta-main{
  min-width: 220px;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 34, 0.10);
}

.page-top section.footer-badges[aria-label="各種証明・お支払い方法"] > .footer-badges__inner{
  padding: 26px 28px 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 42, 54, 0.05);
}

.page-top main .card h3{
  font-size: var(--fs-card-h3);
}

.page-top main #support-services .support-card{
  min-width: 0;
}

.page-top main #support-services .support-card__label{
  margin: 0;
  padding: 0 0 0 12px;
  background: none;
  color: var(--heading);
  text-align: left;
  font-size: var(--fs-case-title-h3);
  line-height: 1.45;
  letter-spacing: 0.02em;
  border-left: 4px solid var(--accent);
  border-bottom: 0;
}

.page-top :is(#voice, section[aria-label="お客様の声"]).section{
  padding: 72px 0;
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .section__head{
  margin-bottom: 32px;
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .section__eyebrow{
  display: inline-block;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: var(--accent-dark);
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .section__lead{
  font-size: 16px;
  line-height: 1.95;
  color: var(--text);
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .card{
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow-card);
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .card > h3{
  margin: 0 0 12px;
  color: var(--heading);
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .voice-columns{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .voice-column{
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 28px;
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .voice-image-card{
  padding: 20px;
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .voice-image-card img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .voice-card{
  min-width: 0;
  padding: 30px 32px;
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .voice-card h3{
  margin: 0 0 14px;
  color: var(--heading);
  font-size: var(--fs-subcard-h3);
  line-height: 1.45;
  font-weight: 700;
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .voice-card p{
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 2;
  color: var(--text);
}

.page-top :is(#voice, section[aria-label="お客様の声"]) .voice-card p:last-child{
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .page-top section.footer-badges[aria-label="各種証明・お支払い方法"] .footer-badges__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-top main #reason .reason-grid,
  .page-top main #support-services .support-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-top main #faq .faq-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .page-top .hero__visual {
    min-height: auto;
  }

  .page-top .hero__inner{
    min-height: auto;
    align-items: flex-start;
    padding: 44px 0 48px;
  }

  .page-top .hero__content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 460px;
  }

  .page-top .hero__label{
    align-self: flex-start;
    margin-bottom: 14px;
    padding: 7px 14px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .page-top .hero__display-title{
    max-width: 460px;
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.34;
  }

  .page-top .hero__lead{
    align-self: flex-start;
    max-width: 420px;
    margin: 0 0 18px;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.9;
    background: rgba(255, 255, 255, 0.82);
    color: #000014;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  }

  .page-top .hero__actions{
    display: none;
  }

  .page-top .hero__cta-main{
    width: auto;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]).section{
    padding: 48px 0;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-columns{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-column{
    gap: 22px;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-image-card,
  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-card{
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .page-top section.footer-badges[aria-label="各種証明・お支払い方法"]{
    padding: 0 0 26px;
  }

  .page-top section.footer-badges[aria-label="各種証明・お支払い方法"] > .footer-badges__inner{
    padding: 20px 18px 22px;
    border-radius: 18px;
  }

  .page-top section.footer-badges[aria-label="各種証明・お支払い方法"] .footer-badges__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-top main .section__lead{
    font-size: 15px;
    line-height: 1.9;
  }

  .page-top main .section{
    padding: var(--section-y-sp) 0;
  }

  .page-top main #reason .reason-grid,
  .page-top main #support-services .support-grid{
    grid-template-columns: 1fr;
  }

  .page-top .hero__inner{
    padding: 34px 0 38px;
  }

  .page-top .hero__content{
    width: 100%;
    max-width: 100%;
  }

  .page-top .hero__display-title{
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(20px, 5vw, 24px);
    line-height: 1.38;
    letter-spacing: 0;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .page-top .hero__display-title span{
    display: block;
    white-space: nowrap;
  }

  .page-top .hero__lead{
    max-width: 100%;
    margin: 0 0 16px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.85;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]).section{
    padding: 64px 0;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .card{
    padding: 24px 20px;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .card > h3{
    font-size: var(--fs-card-h3);
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-columns{
    gap: 18px;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-column{
    gap: 18px;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-image-card{
    padding: 16px;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-card{
    padding: 20px 18px;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-card h3{
    font-size: 16px;
    line-height: 1.5;
  }

  .page-top :is(#voice, section[aria-label="お客様の声"]) .voice-card p,
  .page-top :is(#voice, section[aria-label="お客様の声"]) .section__lead{
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 991px){
  .page-top main #reason .reason-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-top main #reason .reason-bottom{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .page-top main #reason .reason-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-top main #reason .reason-bottom{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
  }

  .page-top main #reason .reason-banner{
    padding: 18px 16px;
    border-radius: 24px;
  }

  .page-top main #reason .reason-banner img{
    width: 100%;
  }
}
