@charset "UTF-8";
/* =========================
   Voice Archive Page
========================= */

.voice-archive{
  padding: clamp(60px, 7vw, 100px) 0;
  background:
    radial-gradient(1100px 460px at 50% 0%, rgba(47,121,191,.10), transparent 65%),
    #f7f9fc;
}

.voice-archive__head{
  text-align: center;
  margin-bottom: 36px;
}

.voice-archive__titleRow{
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.voice-archive__icon{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(47,121,191,.10);
  border: 1px solid rgba(47,121,191,.14);
}

.voice-archive__iconSvg{
  width: 28px;
  height: 28px;
  stroke: #2f5fa6;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voice-archive__title{
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  color: #22314a;
}

.voice-archive__lead{
  max-width: 820px;
  margin: 16px auto 0;
  color: #4f607a;
  font-size: 15px;
  line-height: 1.9;
}

.voice-archive__grid{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.voice-card{
  flex: 0 0 calc((100% - 22px) / 2);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(47,121,191,.12);
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 12px 28px rgba(20,60,120,.08);
}

.voice-card__top{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.voice-card__avatar{
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
}

.voice-card__avatar img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.voice-card__meta{
  flex: 1;
}

.voice-card__name{
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #243449;
}

.voice-card__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.voice-card__tag{
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(47,121,191,.08);
  border: 1px solid rgba(47,121,191,.12);
  color: #2f5fa6;
  font-size: 13px;
  font-weight: 700;
}

.voice-card__body{
  margin-top: 18px;
}

.voice-card__text{
  margin: 0;
  color: #4f607a;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

@media (max-width: 900px){
  .voice-card{
    flex: 0 0 100%;
  }
}

@media (max-width: 560px){
  .voice-archive{
    padding: 56px 0;
  }

  .voice-card{
    padding: 20px 16px;
    border-radius: 20px;
  }

  .voice-card__top{
    gap: 12px;
  }

  .voice-card__avatar{
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
  }

  .voice-card__name{
    font-size: 17px;
  }

  .voice-card__tag{
    font-size: 12px;
  }

  .voice-card__text{
    font-size: 14px;
  }
}

/* =========================
   Voice Summary - Warm
========================= */

.voice-summary{
  margin-top: 90px;
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 110px) 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 214, 160, .38) 0 18%, transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(255, 226, 180, .34) 0 16%, transparent 32%),
    linear-gradient(180deg, #fffaf3 0%, #fffdf9 100%);
}

.voice-summary__head{
  text-align: center;
  margin-bottom: 42px;
}

.voice-summary__sub{
  margin: 0 0 12px;
  color: #f28a35;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.voice-summary__titleRow{
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.voice-summary__icon{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #fff1dd;
  border: 1px solid rgba(236, 132, 45, .18);
  box-shadow: 0 8px 18px rgba(190, 112, 35, .10);
}

.voice-summary__iconSvg{
  width: 29px;
  height: 29px;
  stroke: #e77722;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voice-summary__title{
  margin: 0;
  color: #4a2f1f;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.3;
}

.voice-summary__lead{
  max-width: 820px;
  margin: 18px auto 0;
  color: #6b4f3a;
  font-size: 15px;
  line-height: 1.95;
}

.voice-summary__grid{
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.voice-summary-card{
  flex: 0 0 calc((100% - 52px) / 3);
  padding: 28px 26px 30px;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(221, 150, 84, .24);
  box-shadow: 0 16px 32px rgba(110, 70, 30, .08);
}

.voice-summary-card__label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff4e4 0%, #fdebd2 100%);
  color: #d76512;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
}

.voice-summary-card__icon{
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-grid;
  place-items: center;
}

.voice-summary-card__icon svg{
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voice-summary-card__text{
  margin: 0;
  color: #4d3828;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 600;
}

/* tablet */
@media (max-width: 900px){
  .voice-summary-card{
    flex: 0 0 calc((100% - 26px) / 2);
  }
}

/* mobile */
@media (max-width: 560px){
  .voice-summary{
    padding: 58px 0;
  }

  .voice-summary__titleRow{
    gap: 10px;
  }

  .voice-summary__icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .voice-summary__grid{
    gap: 16px;
  }

  .voice-summary-card{
    flex: 0 0 100%;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .voice-summary__lead{
    font-size: 14px;
  }

  .voice-summary-card__label{
    min-height: 38px;
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .voice-summary-card__text{
    font-size: 1.4rem;
    line-height: 1.85;
  }
}


/* =========================
   Voice CTA
   ※サービスページCTAとフォントサイズ統一版
========================= */

.voice-cta{
  padding: 90px 0;
  background:
    linear-gradient(135deg, #2f79bf 0%, #2f5fa6 100%);
}

.voice-cta__box{
  background: #fff;
  border-radius: 28px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.voice-cta__sub{
  color: #2f79bf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 10px;
}

.voice-cta__title{
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  color: #2f5fa6;
  margin-bottom: 20px;
  line-height: 1.5;
}

.voice-cta__lead{
  color: #243449;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

.voice-cta__points{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.voice-cta__points li{
  padding: 10px 18px;
  background: #f7f9fc;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  color: #2f5fa6;
  border: 1px solid rgba(47,121,191,.12);
}

.voice-cta__buttons{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.voice-cta__tel,
.voice-cta__mail{
  min-width: 320px;
  padding: 18px 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: .2s;
}

.voice-cta__tel{
  background: #F39C12;
  color: #fff;
}

.voice-cta__mail{
  background: #2f5fa6;
  color: #fff;
}

.voice-cta__tel:hover,
.voice-cta__mail:hover{
  transform: translateY(-2px);
}

.voice-cta__icon{
  font-size: 20px;
}

@media (max-width:768px){
  .voice-cta{
    padding: 60px 0;
  }

  .voice-cta__box{
    padding: 40px 20px;
  }

  .voice-cta__lead{
    font-size: 15px;
    line-height: 1.9;
  }

  .voice-cta__points li{
    font-size: 13px;
  }

  .voice-cta__tel,
  .voice-cta__mail{
    width: 100%;
    min-width: auto;
    font-size: 15px;
  }
}