.hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .hero {
    min-height: 100px;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .hero__content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.hero__title {
  font-family: "Noto Serif JP", serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 20px;
  }
}
.hero__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.04em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 14px;
  }
}
.hero__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  line-height: 0;
}
.hero__wave-bottom svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .hero__wave-bottom {
    height: 40px;
  }
}

.notice {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 15px 80px;
}
@media (min-width: 768px) {
  .notice {
    padding: 80px 15px 120px;
  }
}
.notice__item {
  border: 1px solid #004A77;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.notice__item:last-child {
  margin-bottom: 0;
}
.notice__header {
  background: #004A77;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .notice__header {
    padding: 14px 16px;
  }
}
.notice__header h2 {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .notice__header h2 {
    font-size: 18px;
  }
}
.notice__body {
  padding: 48px 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .notice__body {
    padding: 36px 16px;
  }
}
.notice__coming-soon {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #92BDD8;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .notice__coming-soon {
    font-size: 17px;
  }
}/*# sourceMappingURL=electronic.css.map */