/* Large Screens (993px - 1600px) */

.hero-bg {
  background-position: center -90px;
  min-height: 500px;
}

.hero_content {
  padding-top: 550px;
}

.hero_content h1 {
  font-size: 57px;
}

/* ヒーローセクション画像の大画面調整 */
.hero-title {
  font-size: 57px;
}

.hero-title::before,
.hero-title::after {
	width: 180px;
	height: 180px;
}

.hero-title::before {
  left: -160px;
}

.hero-title::after {
  right: -160px;
}

.first_text {
  font-size: 26px;
}

.present_title {
  font-size: 37px;
}

.present-item-title {
  font-size: 24px;
  gap: 15px;
}

.number-badge {
  width: 50px;
  height: 50px;
  font-size: 28px;
}

.footer-section {
  padding: 40px 0;
}

.footer-logo {
  padding-right: 30px;
}

.footer-logo img {
  max-width: 120px;
}

.footer-text {
  font-size: 14px;
  padding: 15px 0;
}