.hero {
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url('/wp-content/themes/lightning/_g2/assets/images/top/main-image.png');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  color: #fff;
}

.hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-left: 130px;
  margin-top: 130px;
}

.hero-text-en {
  font-size: 22px;
  color: #fff;
  text-shadow: 1px 2px 1px #4F4F4F;
  margin-bottom: 0;
}

.hero-text-jp {
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 2px 1px #4F4F4F;
  margin-bottom: 20px;
}

.hero-text-desc {
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 2px 1px #4F4F4F;
  line-height: 1.6;
}

.newly-built {
  text-align: center;
  padding: 60px 0 30px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 0;
  padding-top: 8px;
  border: none;
}

.section-subtitle {
  font-size: 12px;
  color: #142d62;body {
}
  margin-bottom: 8px;
}

.entry-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 60px auto;
  max-width: 1200px;
  align-items: center;
}

.entry-img {
  width: auto;
  height: auto;
}

.news {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding-bottom: 40px;
}

.news-list {
  margin: 30px auto;
}

.news-item {
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}

.news-item + hr {
  margin: 0;
  border: 0;
  border-bottom: none;
}

.news-date {
  font-size: 12px;
  color: #4F4F4F;
}

.news-text {
  margin: 10px auto;
  font-weight: 500;
}

.news-text a {
  font-size: 16px;
  color: #4F4F4F;
}

.contact-block {
  background-color: #ebedf4;
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.contact-item {
  background-color: #fff;
  padding-top: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 320px;
  height: 160px;
  text-align: center;
}

.contact-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-icon img {
  width: 48px;
  height: auto;
}

.contact-block .contact-label {
  font-size: 16px;
  color: black;
}

.newly-built .section-title,
.news .section-title,
.contact-block .section-title {
	padding-bottom: 10px;
}

.contact-link img {
	margin: 8px 0;
	height: 50px;
}

.contact-link.tel:hover img {
  content: url('/wp-content/themes/lightning/_g2/assets/images/top/contact_tel_2.png');
}

.contact-link.mail:hover img {
  content: url('/wp-content/themes/lightning/_g2/assets/images/top/contact_mail_2.png');
}

.contact-circle {
  display: none;
}

.youtube-block {
  padding: 60px 0;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.youtube-videos {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.youtube-videos iframe {
  width: 280px;
  height: 160px;
  border: none;
}

.logos {
  text-align: center;
}

.logo-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.logo-list img {
  height: 220px;
}

@media screen and (max-width: 780px) {
  .hero {
	display: flex;
    justify-content: center;
    background-image: url('/wp-content/themes/lightning/_g2/assets/images/top_sp/main-image_sp.png');
  }
	
  .hero-content {
    margin-left: 0;
  }
	
  .entry-links,
  .contact-block {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
	
  .entry-links {
	padding: 10px;
	margin: 30px auto;
  }
	
  .contact-block {
	padding: 20px;
  }
	
  .contact-container {
	margin-top: 20px;
  }
	
  .news {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-list > .news-item {
    font-size: 14px;
  }

  .news-date {
    font-size: 12px !important;
  }

  .news-text {
    font-size: 16px !important;
  }
	
  .newly-built .section-title,
  .news .section-title,
  .contact-block .section-title {
	padding-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .youtube-block > .youtube-videos {
     flex-direction: column !important;
     align-items: center !important;
     gap: 20px !important;
  }
	
  .youtube-block {
	 padding: 10px 0 20px;
     width: 90%;
  }
	
  .logo-list {
    flex-wrap: nowrap;
    gap: 0;
  }

  .logo-list img {
	height: auto;
    width: calc(100% / 3 - 20px);
  }
}	

@media screen and (max-width: 767px) {
  .entry-links a {
	width: 100%;
  }
	
  .entry-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

@media screen and (max-width: 430px) {
  .entry-img {
    height: 170px;
  }
}

@media screen and (max-width: 654px) {
	.hero-text-en {
		font-size: 18px;
	}
	.hero-text-jp {
		font-size:32px;
	}
	.hero-text-desc {
		font-size: 18px;
	}
}
@media screen and (max-width: 545px) {
	.hero-text-en {
		font-size: 15px;
	}
	.hero-text-jp {
		font-size:28px;
	}
	.hero-text-desc {
		font-size: 15px;
	}
}

@media screen and (max-width: 409px) {
	.hero-text-en {
		font-size: 13px;
	}
	.hero-text-jp {
		font-size:25px;
	}
	.hero-text-desc {
		font-size: 13px;
	}
}