@charset "utf-8";

/* =========================================================
   voice.css
   お客様の声ページ専用CSS
   TOPページのstyle.cssには極力影響しないよう、body.voice-page配下で指定します。
========================================================= */

body.voice-page{
  background: #f4f9ff;
  color: #082b57;
  padding-bottom: 118px;
}

body.voice-page #container{
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
}

body.voice-page main{
  flex: 1 0 auto;
  overflow: visible;
}

body.voice-page section{
  overflow-x: hidden;
}

.voice-hero{
  position: relative;
  padding: clamp(150px, 16vw, 210px) clamp(18px, 7vw, 96px) clamp(48px, 7vw, 88px);
  background:
    radial-gradient(circle at 12% 20%, rgba(129,232,237,.35), transparent 28%),
    radial-gradient(circle at 88% 15%, rgba(238,164,198,.36), transparent 26%),
    linear-gradient(180deg, #eff9ff 0%, #f5fbff 100%);
}

.voice-hero-inner{
  width: min(1040px, 100%);
  margin: 0 auto;
}

.voice-eyebrow{
  margin: 0 0 .65rem;
  color: #0284c7;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: clamp(.92rem, 1.7vw, 1.08rem);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.voice-breadcrumb{
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin: 0 0 1.5rem;
  color: #49627d;
  font-size: .94rem;
  font-weight: 700;
}

.voice-breadcrumb a{
  color: #0284c7;
  text-decoration: none;
}

.voice-breadcrumb span::before{
  content: ">";
  margin-right: .45rem;
  color: #94a3b8;
}

.voice-hero h2{
  display: block;
  margin: 0 0 1.4rem;
  color: #062a58;
  font-size: clamp(2.2rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: .03em;
}

.voice-lead-box{
  width: min(760px, 100%);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(184,212,244,.95);
  border-radius: 24px;
  box-shadow: 0 16px 44px rgba(24,63,133,.08);
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1.1rem, 2.4vw, 1.8rem);
}

.voice-lead-box p{
  margin: 0;
  line-height: 2;
  font-weight: 800;
  color: #163b75;
}

.voice-main-photo{
  margin: 0;
  width: 100%;
  height: clamp(260px, 42vw, 560px);
  overflow: hidden;
  background: #e8f4ff;
  box-shadow: 0 20px 54px rgba(24,63,133,.12);
}

.voice-main-photo img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.voice-list-section{
  padding: clamp(58px, 8vw, 110px) clamp(18px, 7vw, 96px);
  background: linear-gradient(180deg, #eef7ff 0%, #f9fcff 100%);
}

.voice-section-heading{
  text-align: center;
  margin: 0 auto clamp(30px, 5vw, 56px);
}

.voice-section-heading p{
  margin: 0 0 .6rem;
  color: #0284c7;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 800;
  letter-spacing: .12em;
}

.voice-section-heading h2{
  display: block;
  margin: 0;
  color: #062a58;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .08em;
}

.voice-grid{
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.voice-card{
  background: #fff;
  border: 1px solid #dce8f6;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(24,63,133,.10);
}

.voice-card figure{
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #edf5ff;
}

.voice-card figure img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.voice-card:hover figure img{
  transform: scale(1.035);
}

.voice-card-body{
  padding: 1.35rem 1.45rem 1.45rem;
}

.voice-label{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: 0 0 .9rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: #ecfbff;
  color: #0277a9;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.2;
}

.voice-card h3{
  margin: 0 0 .85rem;
  color: #082b57;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.55;
  font-weight: 900;
}

.voice-card p{
  margin: 0;
  color: #243b55;
  line-height: 1.9;
  font-weight: 600;
}

.voice-person{
  margin-top: 1rem !important;
  padding-top: .85rem;
  border-top: 1px dashed #cbd8ea;
  color: #58677f !important;
  font-weight: 800 !important;
}

.voice-note{
  width: min(980px, 100%);
  margin: 1.6rem auto 0;
  padding: 1rem 1.2rem;
  border: 1px solid #d8e6f8;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  color: #58677f;
  font-size: .92rem;
}

.voice-note p{
  margin: 0;
  line-height: 1.8;
}

.voice-cta-section{
  padding: clamp(54px, 7vw, 90px) clamp(18px, 7vw, 96px);
  background:
    radial-gradient(circle at 18% 22%, rgba(238,164,198,.25), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.voice-cta-card{
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(1.7rem, 4vw, 3.2rem);
  border-radius: 32px;
  border: 1px solid #dbe8f8;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 54px rgba(24,63,133,.10);
  text-align: center;
}

.voice-cta-eyebrow{
  margin: 0 0 .55rem;
  color: #0284c7;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 800;
  letter-spacing: .13em;
}

.voice-cta-card h2{
  display: block;
  margin: 0 0 1rem;
  color: #082b57;
  font-size: clamp(1.55rem, 3.4vw, 2.6rem);
  line-height: 1.35;
  font-weight: 900;
}

.voice-cta-card p{
  margin: 0 auto 1.4rem;
  max-width: 720px;
  color: #41516a;
  line-height: 1.9;
  font-weight: 700;
}

.voice-cta-buttons{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.voice-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 60px;
  padding: .9rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 13px 28px rgba(24,63,133,.16), inset 0 -5px 0 rgba(0,0,0,.12);
}

.voice-cta-btn.line{
  background: linear-gradient(180deg, #2fd26b 0%, #16b857 100%);
}

.voice-cta-btn.mail{
  background: linear-gradient(180deg, #3f8cff 0%, #2869e6 100%);
}

.voice-cta-btn.back{
  background: linear-gradient(180deg, #718096 0%, #475569 100%);
}

body.voice-page footer{
  margin-bottom: 0 !important;
}

@media screen and (max-width: 999px) {
  .voice-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .voice-cta-buttons{
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 699px) {
  body.voice-page{
    padding-bottom: 148px;
  }
  .voice-hero{
    padding: 118px 16px 42px;
  }
  .voice-breadcrumb{
    font-size: .88rem;
    margin-bottom: 1rem;
  }
  .voice-hero h2{
    font-size: clamp(1.85rem, 8vw, 2.8rem);
    line-height: 1.24;
  }
  .voice-lead-box{
    border-radius: 18px;
    padding: .95rem 1rem;
  }
  .voice-lead-box p{
    font-size: .92rem;
    line-height: 1.85;
  }
  .voice-main-photo{
    height: clamp(230px, 58vw, 340px);
  }
  .voice-list-section{
    padding: 52px 16px 58px;
  }
  .voice-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .voice-card{
    border-radius: 22px;
  }
  .voice-card-body{
    padding: 1.15rem 1.15rem 1.25rem;
  }
  .voice-label{
    font-size: .82rem;
  }
  .voice-card h3{
    font-size: 1.18rem;
  }
  .voice-card p{
    font-size: .94rem;
    line-height: 1.8;
  }
  .voice-cta-section{
    padding: 48px 16px 64px;
  }
  .voice-cta-card{
    border-radius: 22px;
    padding: 1.35rem 1.05rem;
  }
  .voice-cta-btn{
    min-height: 56px;
    font-size: .95rem;
  }
}
