@charset "UTF-8";
/* ==========================================
   LEとはページ
   ========================================== */
/* 会社概要セクション */
.le-know-overview {
  margin-bottom: 60px;
}
.le-know-overview__title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .le-know-overview__card {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .le-know-overview__card {
    padding: 24px 16px;
  }
}
.le-know-overview__heading {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .le-know-overview__heading {
    font-size: 18px;
  }
}
.le-know-overview__heading--sub {
  font-size: 18px;
  margin: 40px 0 16px;
}
@media (max-width: 768px) {
  .le-know-overview__heading--sub {
    font-size: 16px;
  }
}
.le-know-overview__text {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
  margin: 0 0 30px;
}
@media (max-width: 480px) {
  .le-know-overview__text {
    font-size: 13px;
  }
}

/* ==========================================
   SNSで知るLEページ
   ========================================== */
.sns-section {
  margin-bottom: 60px;
}
.sns-section__intro {
  margin-bottom: 30px;
}
.sns-section__intro p {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin: 0;
}
.sns-section__note {
  font-size: 13px;
  color: #666666;
  font-style: italic;
}
.sns-section__embed {
  margin-bottom: 20px;
}
.sns-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 24px;
  margin-bottom: 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  .sns-section__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.sns-section__grid--tiktok {
  grid-template-columns: repeat(auto-fit, minmax(325px, 360px));
}
.sns-section__embed-item {
  min-width: 0;
  display: flex;
  justify-content: center;
}
.sns-section__embed-item iframe,
.sns-section__embed-item .instagram-media,
.sns-section__embed-item .tiktok-embed {
  max-width: 100% !important;
  margin: 0 auto !important;
}
.sns-section__follow {
  text-align: center;
  margin-top: 16px;
}
.sns-section__placeholder {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 60px 20px;
  text-align: center;
}
.sns-section__placeholder i {
  font-size: 48px;
  color: #e0e0e0;
  margin-bottom: 16px;
  display: block;
}
.sns-section__placeholder p {
  font-size: 14px;
  color: #666666;
  margin: 0 0 24px;
}
.sns-section__follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  transition: opacity 0.3s;
}
.sns-section__follow-btn:hover {
  opacity: 0.85;
}
.sns-section__follow-btn--tiktok {
  background: #010101;
}
.sns-section__follow-btn--tiktok:hover {
  opacity: 0.8;
}
.sns-section__follow-btn--x {
  background: #000000;
}
.sns-section__follow-btn--x:hover {
  opacity: 0.8;
}
.sns-section__follow-btn--facebook {
  background: #1877f2;
}
.sns-section__follow-btn--facebook:hover {
  opacity: 0.85;
}

/*# sourceMappingURL=le-know.css.map */
