.main-header h1 {
  color: var(--white-color);
  font-size: 28px;
}
.main-header h1 span {
  display: block;
  font-size: 16px;
}
.hero-content .section-title p {
  font-size: 18px;
}
.footer-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

.footer-social-icon ul li a {
  width: 36px;
  height: 36px;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.footer-social-icon ul li a:hover {
  background: var(--accent-color);
  color: var(--primary-color);
}

.footer-social-icon ul li a i {
  font-size: 18px;
  color: inherit;
}
.footer-working-hour-box ul li {
  display: flex;
}
.footer-working-hour-box ul li i {
  width: 36px;
  height: 36px;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-working-hour-box ul li strong {
  display: block;
}
.footer-working-hour-box ul li p {
  margin-bottom: 0;
}
.core-value-content h5 {
  margin-top: 5px;
  color: var(--secondary-color);
  font-size: 18px;
}
.shaping-future-content .text-anime-style-3 {
  margin-bottom: 20px;
}
.shaping-future-item p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .main-header h1 span {
    font-size: 15px;
  }
  .main-header h1 {
    line-height: normal;
  }
  .hero.hero-slider-layout .hero-slide .hero-slider-image img {
    object-position: 80% 100%;
  }
  .hero-content .section-title p {
    display: none;
  }
  .core-value-content h4 {
    font-size: 16px;
  }
  .core-value-content h5 {
    font-size: 14px;
  }
  .post-item-content h2 {
    font-size: 21px;
  }
  .faq-accordion {
    border-radius: 0;
  }
  .faq-accordion .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 1.4em;
  }
  .page-header {
    padding: 140px 0 80px;
  }
  .shaping-future-content .text-anime-style-3 {
    font-size: 22px;
  }
}
