@charset "UTF-8";
/* line 1, app/assets/stylesheets/landing.scss */
.hero {
  height: 90vh;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/landing.scss */
.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #007bff;
}

/* line 16, app/assets/stylesheets/landing.scss */
.cta-button {
  font-size: 1.2rem;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* line 25, app/assets/stylesheets/landing.scss */
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* line 30, app/assets/stylesheets/landing.scss */
.feature-card {
  transition: all 0.3s ease;
}

/* line 34, app/assets/stylesheets/landing.scss */
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 39, app/assets/stylesheets/landing.scss */
.navbar-custom {
  background-color: #00306d;
}

/* line 43, app/assets/stylesheets/landing.scss */
.area-card {
  transition: transform 0.2s;
  border: none;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* line 49, app/assets/stylesheets/landing.scss */
.area-card:hover {
  transform: translateY(-5px);
}

/* line 53, app/assets/stylesheets/landing.scss */
.area-card .card-body ul li {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 5px;
  transition: background-color 0.2s;
}

/* line 60, app/assets/stylesheets/landing.scss */
.area-card .card-body ul li:hover {
  background-color: rgba(13, 110, 253, 0.1);
}

/* line 64, app/assets/stylesheets/landing.scss */
#cta {
  background-color: #81eab9 !important;
}

/* line 68, app/assets/stylesheets/landing.scss */
footer {
  background-color: #00306d !important;
}

/* line 73, app/assets/stylesheets/landing.scss */
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* line 79, app/assets/stylesheets/landing.scss */
.mochiy-pop-p-one-regular {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* line 88, app/assets/stylesheets/landing.scss */
.murecho {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* line 95, app/assets/stylesheets/landing.scss */
.glossy-orange-button-landing {
  width: auto;
  min-width: 200px;
  height: 60px;
  position: relative;
  overflow: hidden;
  background-color: #ff8c00;
  background-image: linear-gradient(to bottom, #ffa333 0%, #ff8c00 50%, #e67e00 100%);
  border: 1px solid #e67e00;
  border-radius: 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 auto;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* line 132, app/assets/stylesheets/landing.scss */
.glossy-orange-button-landing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 30px 30px 0 0;
}

/* line 148, app/assets/stylesheets/landing.scss */
.glossy-orange-button-landing:hover {
  background-image: linear-gradient(to bottom, #ffb366 0%, #ffa333 50%, #ff8c00 100%);
  color: #fff;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/landing.scss */
.glossy-orange-button-landing:active {
  background-image: linear-gradient(to bottom, #e67e00 0%, #ff8c00 50%, #ffa333 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 170, app/assets/stylesheets/landing.scss */
.custom-link-2 {
  color: #6c757d;
  /* Bootstrapのtext-secondaryに近い色 */
  text-decoration: none;
  /* 下線を消す */
}

/* line 175, app/assets/stylesheets/landing.scss */
.scroll-container {
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  height: 100vh;
  position: relative;
}

/* line 182, app/assets/stylesheets/landing.scss */
.feature-section {
  scroll-snap-align: start;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease;
}

/* line 191, app/assets/stylesheets/landing.scss */
.feature-list {
  list-style: disc inside;
  padding-left: 0;
  margin: 1rem 0;
  color: #333;
  font-size: 1.1em;
}

/* line 197, app/assets/stylesheets/landing.scss */
.feature-list li {
  margin-bottom: 0.5em;
}

/* line 202, app/assets/stylesheets/landing.scss */
.section-title-container {
  text-align: center;
  padding: 4rem 0;
  position: relative;
  background: linear-gradient(to right, #fafafa, #ffffff, #fafafa);
}

/* line 208, app/assets/stylesheets/landing.scss */
.section-title-container .section-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

/* line 215, app/assets/stylesheets/landing.scss */
.section-title-container .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #3DB680, #81eab9);
  border-radius: 3px;
}

/* line 228, app/assets/stylesheets/landing.scss */
.section-title-container .section-title-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(61, 182, 128, 0.2) 20%, rgba(61, 182, 128, 0.2) 80%, transparent 100%);
  z-index: -1;
}

@media (max-width: 768px) {
  /* line 246, app/assets/stylesheets/landing.scss */
  .feature-section {
    padding: 1rem;
  }
  /* line 249, app/assets/stylesheets/landing.scss */
  .feature-section h3 {
    font-size: 2rem;
  }
  /* line 253, app/assets/stylesheets/landing.scss */
  .feature-section h4 {
    font-size: 1.5rem;
  }
}

/* line 259, app/assets/stylesheets/landing.scss */
.availability-visuals {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  margin: 2.5rem 0 1.5rem 0;
}

/* line 266, app/assets/stylesheets/landing.scss */
.availability-visuals .availability-svg {
  width: 80vw;
  max-width: 900px;
  min-width: 220px;
  text-align: center;
}

/* line 272, app/assets/stylesheets/landing.scss */
.availability-visuals .availability-svg .img-fluid {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  background: #fff;
}

/* line 280, app/assets/stylesheets/landing.scss */
.availability-visuals .availability-svg .availability-label {
  margin-top: 0.7rem;
  font-weight: bold;
  color: #3DB680;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
}

@media (max-width: 600px) {
  /* line 291, app/assets/stylesheets/landing.scss */
  .availability-visuals .availability-svg {
    width: 95vw;
    max-width: 100vw;
    min-width: 0;
  }
}
