/* リセットとベーススタイル */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Yu Gothic Medium', 'Yu Gothic', sans-serif;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.page-aboutus-mv__icon {
  margin: 0 auto;
    height: 50px;
    margin-bottom: 5vw;
    width: 50px;
}
.customer-voice {
  background: #fff;
  min-height: 100vh;
  width: 100%;
}

/* コンテナ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* パターン画像 */
.pattern-img {
 text-align: center;
}

/* ヒーローセクション */
.hero-section {
  background: linear-gradient(to bottom, #d6edfc, #ffeef5);
  padding: 32px 16px;
  position: relative;
}

.hero-title {
  font-family: 'Yu Mincho Demibold', 'Yu Mincho', serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 600;
}

.hero-text {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  max-width: 900px;
  margin: 0 auto 24px;
}

.hero-visual {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.hero-visual img {
  width: 100%;
  max-width: 576px;
  height: auto;
}

/* About セクション */
.about-section {
  padding: 32px 16px;
}

.section-title {
  font-family: 'Yu Mincho Demibold', 'Yu Mincho', serif;
  font-size: 26px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 600;
}

.about-description {
  font-size: 16px;
  text-align: center;
  line-height: 1.78;
  margin-bottom: 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Three Pillars */
.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}

.pillar-card {
  background: #fdf4f4;
  border: 1px solid #c89696;
  border-radius: 40px 5px 5px 40px;
  padding: 24px;
}

.pillar-title {
  font-family: 'Yu Mincho Demibold', 'Yu Mincho', serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.78;
  font-weight: 600;
}

.pillar-description {
  font-size: 14px;
  text-align: center;
  line-height: 1.78;
  margin-bottom: 16px;
}

.pillar-image {
  display: flex;
  justify-content: center;
}

.pillar-image img {
  width: 100%;
  max-width: 160px;
  height: auto;
}

/* Improvement Section */
.improvement-section {
  background: linear-gradient(180deg, rgba(251, 220, 226, 0.44) 0%, rgba(251, 201, 210, 0.44) 41.83%, rgba(253, 234, 236, 0.44) 70.19%, rgba(250, 197, 207, 0.44) 100%);
  padding: 32px 16px;
}

.comparison-wrapper {
  margin-bottom: 32px;
}

.comparison-content {
  display: flex;
  
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-product {
  width: 96px;
  height: auto;
  flex-shrink: 0;
}

/* .comparison-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1;
} */

.comparison-text {
  font-family: 'Yu Mincho Demibold', 'Yu Mincho', serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  display: inline-block;
}
.comparison-text span {
  padding-inline: 5px;
  padding-bottom: 5px;
  background:linear-gradient(transparent 45%, #ffd0e7 45%);
  mix-blend-mode: multiply;
}

.comparison-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.comparison-arrow svg {
  width: 40px;
  height: 32px;
  transform: rotate(90deg);
}

.comparison-people {
  width: 128px;
  height: auto;
  display: block;
  margin-top: 16px;
}

.people-below-bubble {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

/* Feedback Box */
.feedback-box {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 8px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-title {
  font-family: 'Yu Mincho Demibold', 'Yu Mincho', serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 7.44px;
  font-weight: 600;
}

.feedback-content {
  font-size: 16px;
  line-height: 1.8;
}

.feedback-content p {
  margin-bottom: 8px;
}

.feedback-content .underline {
  text-decoration: underline;
}

/* Solution Box */
.solution-box {
  max-width: 799px;
  margin: 0 auto 24px;
}

.solution-title {
  font-family: 'Yu Mincho Demibold', 'Yu Mincho', serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
  text-decoration: underline;
  font-weight: 600;
}

.solution-content {
  font-size: 16px;
  line-height: 1.8;
}

.solution-content p {
  margin-bottom: 4px;
}

.solution-content .underline {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.solution-content .spacer {
  margin-top: 8px;
}



.speech-bubble {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Speech bubble tail using CSS triangle */
.speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 25px solid white;
}



/* Product Comparison */
.product-comparison {
  margin-bottom: 16px;
}

.product-comparison img {
  width: 100%;
  height: auto;
  display: block;
}

/* Notice */
.notice {
  margin-top: 24px;
  max-width: 799px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.8;
}

.sp-only {
  display: block;
}

/* Links Section */
.links-section {
  padding: 32px 16px;
}

.links-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.links-grid-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.link-card {
  background: #fff;
  border: 1px solid #a7a7a7;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}

.link-card:hover {
  background: #f9f9f9;
}

.link-card span {
  font-weight: bold;
  font-size: 16px;
}

.link-card i {
  position: absolute;
  right: 20px;
  width: 12px;
  height: 12px;
  transform: rotate(0deg);
  flex-shrink: 0;
}

.link-card.contact {
  justify-content: center;
  position: relative;
}

.link-card.external {
  justify-content: center;
  gap: 12px;
  position: relative;
}

.link-card.external .logo {
  height: 16px;
  width: auto;
}

.link-card.external svg {
  width: 16px;
  height: 16px;
  transform: none;
}

/* タブレット・PC用のメディアクエリ（768px以上） */
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }

  /* Hero Section */
  .hero-section {
    padding: 64px 32px;
  }

  .hero-title {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .hero-text {
    font-size: 24px;
    margin-bottom: 48px;
  }

  .hero-visual {
    margin-top: 48px;
  }

  /* About Section */
  .about-section {
    padding: 64px 32px;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 32px;
  }

  .about-description {
    font-size: 24px;
    margin-bottom: 48px;
  }

  /* Three Pillars */
  .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .pillar-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .pillar-description {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .pillar-image img {
    max-width: 206px;
  }

 

  /* Improvement Section */
  .improvement-section {
    padding: 64px 32px;
  }

  .comparison-content {
    flex-direction: row;
    gap: 48px;
    margin-bottom: 32px;
  }

  .comparison-product {
    width: 101px;
  }

  .comparison-right {
    gap: 24px;
  }

  .comparison-text {
    font-size: 32px;
    text-align: left;
  }

  .comparison-arrow {
    justify-content: flex-start;
  }

  .comparison-arrow svg {
    width: 135px;
    height: 41px;
    transform: rotate(0deg);
  }

  .comparison-people {
    width: 129px;
  }

  /* Feedback Box */
  .feedback-box {
    padding: 32px;
    margin-bottom: 32px;
  }

  .feedback-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .feedback-content {
    font-size: 20px;
  }

  .people-below-bubble {
    margin-bottom: 40px;
  }

  /* Feedback Box */
  .feedback-box {
    padding: 32px;
    margin-bottom: 12px;
  }

  .feedback-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .feedback-content {
    font-size: 20px;
  }

  /* Solution Box */
  .solution-box {
    margin-bottom: 40px;
  }

  .solution-title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .solution-content {
    font-size: 20px;
  }

  /* Product Comparison */
  .product-comparison {
    margin-bottom: 32px;
  }

  /* Notice */
  .notice {
    margin-top: 48px;
    font-size: 16px;
  }

  .sp-only {
    display: none;
  }

  /* Links Section */
  .links-section {
    padding: 48px 32px;
  }

  .links-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }

  .links-grid-2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .link-card {
    padding: 16px;
  }

  .link-card span {
    font-size: 18px;
  }

  .link-card svg {
    width: 16px;
    height: 16px;
  }

  .link-card.external .logo {
    height: 20px;
  }
}

/* Speech bubble tail */
.bubble-tail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  margin: 0 auto 12px;
}

.bubble-tail-inner {
  transform: rotate(71deg);
}

.bubble-tail svg {
  height: 16px;
  width: 28px;
}

/* Arrow below people */
.arrow-down {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.arrow-down svg {
  width: 100px;
  height: 30px;
}

@media (min-width: 768px) {
 

  .bubble-tail {
    height: 36px;
    width: 37px;
    margin-bottom: 16px;
  }

  .bubble-tail i {
    height: 24px;
    width: 44px;
  }

  .feedback-box {
    margin-bottom: 12px;
  }

  .arrow-down img {
    width: 135px;
    height: 41px;
  }
}
