@charset "utf-8";
/* CSS Document */

/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f8f9fb; background-image: url("../images/back/back2.webp");
	background-position:left;
	background-size:150%;
	
}
.hero__bg-grad1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at top right, rgba(14, 165, 233, 0.12), transparent 70%);
  pointer-events: none;
}
.hero__bg-grad2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(15, 41, 66, 0.05), transparent 70%);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 1;
	padding: 50px 0 150px;
}
@media(max-width:960px){
	.hero__inner {
	padding: 120px 0 200px;
}
}
@media(max-width:640px){
	.hero__inner {
	padding: 120px 0 120px;
}
}
.hero__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 960px) {
  .hero__grid {
    grid-template-columns: 2.5fr 2fr;
    gap: 2rem;
    align-items: flex-end;
  }
}
.hero__tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.hero__tag-line {
  width: 2rem;
  height: 1px;
  background: #0ea5e9;
}
.hero__h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f2942;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .hero__h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .hero__h1 {
    font-size: 3.5rem;
  }
}
.hero__h1 span {
  color: #0ea5e9;
}
.hero__tagline {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 1.5rem;
	font-weight:bold;
}
.hero__desc {
  font-size: 16px;
  color: #283241;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

/*ボタンについて*/
.hero__cta {
  display: flex;
	gap:10px;
}
/*@media (min-width: 640px) {
  .hero__cta {
    flex-direction: row;
  }
}*/

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 1.5rem;
  background: #0f2942;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0.5rem;
  border: 2px solid #0f2942;
  transition: background 0.2s;
	width:48%;
	max-width:200px;
  box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content:center;
}
.btn-dark:hover {
  background: #1e3a5f;
}
.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem; 
  width:48%;
	max-width:200px;
  box-sizing: border-box;
  background: #0ea5e9;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0.5rem;
  border: 2px solid #0ea5e9;
  transition: background 0.2s;
	display:flex;
	align-items:center;
	justify-content:center;
}
.btn-blue:hover {
  background: #4CAAEF;
  border: 2px solid #4CAAEF;
}
@media(max-width:480px){
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px;
  background: #0f2942;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 2px solid #0f2942;
  transition: background 0.2s;
	width:100%;
  box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content:center;
}
.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px; 
  width:100%;
  box-sizing: border-box;
  background: #0ea5e9;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 2px solid #0ea5e9;
  transition: background 0.2s;
	display:flex;
	align-items:center;
	justify-content:center;
}
}
/*ボタンについてここまで*/

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}
.hero__stat-num {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0ea5e9;
}
.hero__stat-label {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 0.125rem;
}
.hero__visual {
  position: relative;
}
.hero__img-wrap {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 41, 66, 0.15);
}
.hero__img-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.hero__badge {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(15, 41, 66, 0.12);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero__badge-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: #e0f2fe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.hero__badge-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0f2942;
}
.hero__badge-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: #64748b;
}
.hero__deco {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  background: #f59e0b;
  opacity: 0.2;
}
.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.4;
}
.hero__scroll span {
  font-size: 0.75rem;
  color: #64748b;
}
.hero__scroll-line {
  width: 1px;
  height: 2rem;
  background: #0ea5e9;
  animation: pulse 2s infinite;
}