@charset "UTF-8";
.trouble-title-section {
  position: relative;
  background: #FFF5ED;
  text-align: center;
  padding: 48px 0 28px;
  overflow: hidden;
}
.trouble-title-section h2 {
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.trouble-title-section::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 142px;
  background: #FCEBC6;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  z-index: 1;
}

.trouble-title-section .highlight-orange {
  color: #F36A3A;
}

.answer-title {
  font-size: 5.5vw;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
}

.answer-title .highlight {
  color: #F36A3A;
}

.trouble-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  position: relative;
  z-index: 2;
}

.trouble-title .highlight {
  color: #F36A3A;
}

.trouble-section {
  background: #FCEBC6;
  padding: 16px 24px 0;
  text-align: center;
}

.trouble-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
}

.trouble-card {
  background: #FFF;
  border: 3px solid #000;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  padding: 24px 16px;
  text-align: center;
}
.trouble-card img {
  width: 80%;
  height: auto;
  margin-bottom: 12px;
}
.trouble-card p {
  font-size: 5vw;
  line-height: 1.5;
  color: #000;
}
.trouble-card.blue {
  color: #1E55B1;
}

/* 矢印 */
.arrow {
  margin: 20px 0;
}

.arrow-icon img,
.bottom-arrow img {
  width: 40px;
  height: auto;
}

.answer-card {
  background: #FFF;
  border: 3px solid #000;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  padding: 24px 15px;
  text-align: center;
}
.answer-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin-bottom: 12px;
}
.answer-card h3.orange {
  color: #F36A3A;
}

.answer-label {
  color: #0099C7;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 8px;
}

.answer-text {
  text-align: left;
  font-size: 4vw;
  line-height: 1.6;
  color: #000;
}

.trouble-summary {
  margin-top: 48px;
  font-weight: 700;
  color: #F36A3A;
  font-size: 1.2rem;
}

.summary-arrow {
  margin-bottom: 32px;
}

.summary-text {
  font-size: 5.5vw;
}

.summary-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 24px;
  text-align: left;
  display: inline-block;
}
.summary-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 5vw;
  color: #000;
  font-weight: normal;
}
.summary-list img {
  width: 42px;
  height: auto;
}

.summary-image img {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin-top: 8px;
  border-radius: 16px;
  display: block;
}

@keyframes arrowDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.arrow img {
  animation: arrowDown 1.5s infinite ease-in-out;
}

.summary-arrow img {
  animation: arrowDown 1.8s infinite ease-in-out;
}

@media (min-width: 768px) {
  .trouble-title-section {
    padding: 80px 24px 73px;
  }
  .trouble-title-section h2 {
    font-size: 2rem;
  }
  .trouble-title-section::after {
    height: 228px;
    bottom: -100px;
  }
  .trouble-card {
    max-width: 600px;
    padding: 55px 26px;
  }
  .trouble-card p {
    font-size: 2rem;
  }
  .answer-card {
    max-width: 600px;
    padding: 43px 18px 67px;
  }
  .answer-label {
    font-size: 1.8rem;
  }
  .answer-title {
    font-size: 5vw;
  }
}
@media (min-width: 1024px) {
  .trouble-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 32px;
    align-items: start;
  }
  .trouble-card,
  .answer-card {
    max-width: none;
  }
  .answer-card {
    padding-top: 20px;
  }
  .trouble-card {
    padding: 36px 11px;
  }
  .arrow-icon {
    grid-column: span 3;
    display: flex;
    justify-content: center;
    gap: 33%;
  }
  .answer-label {
    font-size: 1.1rem;
  }
  .arrow-icon img {
    width: 48px;
  }
  .bottom-arrow img {
    width: 60px;
    margin-top: 48px;
  }
  .trouble-summary {
    font-size: 1.6rem;
  }
  .trouble-title-section h2 {
    max-width: 960px;
    margin: 0 auto;
  }
  .trouble-wrapper {
    background: #FCEBC6;
  }
  .trouble-section {
    max-width: 960px;
    margin: 0 auto;
  }
  .trouble-card p {
    font-size: 1rem;
  }
  .answer-title {
    font-size: 1.1rem;
  }
  .answer-text {
    font-size: 1rem;
  }
  .answer-card {
    height: 310px;
  }
  .summary-text {
    font-size: 2rem;
  }
  .summary-list li {
    font-size: 1.5rem;
  }
  .summary-list img {
    width: 50px;
  }
  .summary-image img {
    margin: 8px auto;
  }
  .trouble-title-section {
    padding-bottom: 68px;
  }
  .trouble-title-section::after {
    bottom: -160px;
    height: 280px;
  }
}
@media (min-width: 1440px) {
  .trouble-section {
    max-width: 1240px;
  }
  .trouble-card p {
    font-size: 1.4rem;
  }
  .answer-title {
    font-size: 1.5rem;
  }
  .answer-text {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=worry.css.map */