/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/stylesheet/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.grecaptcha-badge {
  visibility: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

.overflow-x-scroll-cmn {
  overflow-x: scroll;
}
.overflow-x-scroll-cmn > * {
  min-width: 600px;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.scroll-reveal.delay-100 {
  transition-delay: 100ms;
}
.scroll-reveal.delay-200 {
  transition-delay: 200ms;
}
.scroll-reveal.delay-300 {
  transition-delay: 300ms;
}

.hero-bg-anim {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe, #93c5fd, #60a5fa, #bfdbfe, #dbeafe);
  background-size: 400% 400%;
  animation: gradientBG 18s ease infinite;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.stripe-bg {
  background-color: #eff6ff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(30, 58, 138, 0.04) 20px, rgba(30, 58, 138, 0.04) 40px);
}

.wave-bottom {
  position: relative;
}
.wave-bottom::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,40 C360,80 1080,0 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 10;
  pointer-events: none;
}

.wave-bottom-surface {
  position: relative;
}
.wave-bottom-surface::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23eff6ff' d='M0,40 C360,80 1080,0 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 10;
  pointer-events: none;
}

.wave-top {
  position: relative;
}
.wave-top::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23eff6ff' d='M0,40 C360,0 1080,80 1440,40 L1440,0 L0,0 Z'/%3E%3C/svg%3E") no-repeat center top;
  background-size: 100% 100%;
  z-index: 10;
  pointer-events: none;
}

.slant-edge {
  clip-path: polygon(0 0, 100% 6vw, 100% calc(100% - 6vw), 0 100%);
}

.slant-bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0 100%);
}

@media (min-width: 768px) {
  .slant-bottom-md {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0 100%);
  }
}

.hero-photo-wrap {
  position: relative;
  width: 100%;
}
.hero-photo-wrap .hero-photo-inner {
  position: relative;
  border-radius: 60% 40% 55% 45%/50% 50% 50% 50%;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.25);
  transition: border-radius 0.8s ease;
}
.hero-photo-wrap .hero-photo-inner:hover {
  border-radius: 50%;
}
.hero-photo-wrap::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(30, 58, 138, 0.12);
  z-index: -1;
}
.hero-photo-wrap::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(30, 58, 138, 0.1);
  z-index: -1;
}

.manifesto-card {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.manifesto-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: var(--color-primary);
  transition: width 0.4s ease;
}
.manifesto-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 30px -8px rgba(30, 58, 138, 0.15);
}
.manifesto-card:hover::before {
  width: 100%;
}
.manifesto-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}
.manifesto-card .icon-wrapper {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.timeline {
  position: relative;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: linear-gradient(to bottom, #dbeafe, #2563eb, #dbeafe);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
@media (max-width: 768px) {
  .timeline::after {
    left: 31px;
  }
}

.timeline-item {
  position: relative;
  width: 50%;
  padding-right: 40px;
  margin-bottom: 50px;
}
.timeline-item:nth-child(even) {
  left: 50%;
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 0px;
  }
  .timeline-item:nth-child(even) {
    left: 0;
  }
}
.timeline-item .timeline-dot {
  position: absolute;
  top: 0;
  right: -10px;
  width: 22px;
  height: 22px;
  background-color: #2563eb;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 0 4px white, 0 0 0 6px #bfdbfe;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .timeline-item .timeline-dot {
    left: 21px;
    right: auto;
  }
}
.timeline-item:hover .timeline-dot {
  transform: scale(1.3);
  background-color: #1e3a8a;
  box-shadow: 0 0 0 4px white, 0 0 0 8px #bfdbfe;
}

.hover-glow {
  transition: all 0.4s;
}
.hover-glow:hover {
  box-shadow: 0 0 24px rgba(37, 99, 235, 0.25);
  border-color: rgba(37, 99, 235, 0.4);
}

.badge-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  box-shadow: 0 8px 24px rgba(30, 58, 138, 0.4);
  z-index: 20;
  border: 4px solid rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .badge-circle {
    width: 90px;
    height: 90px;
    font-size: 0.65rem;
  }
}

.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.swiper-gallery-1 .swiper-wrapper,
.swiper-gallery-2 .swiper-wrapper,
.swiper-gallery-3 .swiper-wrapper {
  transition-timing-function: linear !important;
}
