/* お問い合わせCTA 全体 */

.boxTopContact {
  background-color: #f4f5ef;
}

.wide-cta-container {
  padding: 60px 0;
}

.wide-cta-inner {
  display: flex;
  background-color: #fff;
}

.wide-cta-item {
  flex: 1;
}

.wide-cta-content {
  padding: 40px 60px;
}

.wide-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 56px;
}

.wide-cta-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 1rem 0;
  margin-top: 0.625rem;
}
.wide-cta-text p + p {
  padding: 1rem 0;
}

/* ボタン周り */
.wide-cta-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 共通ボタンベース */
.wide-cta-button,
.wide-cta-button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: auto;
  padding: 1rem 1.938rem;
  border-radius: 8px;
  background-color: #ffd814;
  text-decoration: none;
  transition: opacity 0.2s;
  gap: 1rem;
}

.wide-cta-button-text,
.wide-cta-button-text2 {
  flex: 1;
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
}

.wide-cta-button img,
.wide-cta-button2 img {
  width: 40px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.wide-cta-button2:hover {
  opacity: 0.8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .wide-cta-inner {
    flex-direction: column;
  }
  .wide-cta-content {
    padding: 30px 20px;
  }

  .wide-cta-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .wide-cta-text {
    margin-top: 0;
  }
  .wide-cta-buttons-wrapper {
    align-items: center;
  }
  .wide-cta-button,
  .wide-cta-button2 {
    width: 240px;
    padding: 1.5rem;
    gap: 1rem;
  }
  .wide-cta-button img,
  .wide-cta-button2 img {
    width: 35px;
    height: auto;
  }
  .wide-cta-button-text,
  .wide-cta-button-text2 {
    font-size: 1.125rem;
  }
}

@media (min-width: 750px) {
  .boxTopContact {
    padding-top: 3.938rem;
  }
}
