.elementor-7766 .elementor-element.elementor-element-80631fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f218f12 *//* =========================
   History Hero
========================= */

.history-hero {
  position: relative;

  width: 100%;
  min-height: 720px;

  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      rgba(9, 24, 46, 0.72) 0%,
      rgba(9, 24, 46, 0.38) 42%,
      rgba(9, 24, 46, 0.08) 100%
    );

  border-bottom: 1px solid rgba(15, 61, 115, 0.08);
}

/* =========================
   Hero Images
========================= */

.history-hero-images {
  position: absolute;
  inset: 0;

  display: grid;
  grid-template-columns: 1fr 1fr;

  z-index: 1;
}

.history-hero-image {
  position: relative;
  overflow: hidden;
}

.history-hero-image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(9, 24, 46, 0.32),
      rgba(9, 24, 46, 0.05)
    );

  z-index: 1;
}

.history-hero-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1.02);

  filter:
    saturate(0.95)
    contrast(1.02);

  transition:
    transform 1.8s ease,
    filter 1.2s ease;
}

.history-hero:hover .history-hero-image img {
  transform: scale(1.05);
}

/* =========================
   Hero Content
========================= */

.history-hero-content {
  position: relative;
  z-index: 3;

  max-width: 1280px;
  min-height: 720px;

  margin: 0 auto;
  padding: 140px 60px 100px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.history-hero-subtitle {
  display: inline-block;

  margin-bottom: 24px;

  color: rgba(255,255,255,0.72);

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24em;

  text-transform: uppercase;
}

.history-hero-title {
  margin: 0 0 28px;

  color: #ffffff;

  font-size: clamp(44px, 6vw, 84px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.06em;
}

.history-hero-text {
  max-width: 620px;

  color: rgba(255,255,255,0.82);

  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.03em;
}

/* =========================
   Scroll Guide
========================= */

.history-scroll-guide {
  position: absolute;

  left: 60px;
  bottom: 42px;

  z-index: 5;

  display: flex;
  align-items: center;
  gap: 14px;

  color: rgba(255,255,255,0.65);

  font-size: 12px;
  letter-spacing: 0.18em;

  text-transform: uppercase;
}

.history-scroll-line {
  width: 80px;
  height: 1px;

  background: rgba(255,255,255,0.35);

  position: relative;
  overflow: hidden;
}

.history-scroll-line::after {
  content: "";

  position: absolute;
  left: -40%;
  top: 0;

  width: 40%;
  height: 100%;

  background: rgba(255,255,255,0.92);

  animation: historyScrollLine 2s infinite;
}

@keyframes historyScrollLine {
  0% {
    left: -40%;
  }

  100% {
    left: 100%;
  }
}

/* =========================
   Floating Blur
========================= */

.history-hero-blur {
  position: absolute;

  right: -180px;
  top: -180px;

  width: 520px;
  height: 520px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(53, 114, 191, 0.24),
      transparent 70%
    );

  z-index: 2;

  pointer-events: none;
}

/* =========================
   Tablet
========================= */

@media (max-width: 1024px) {

  .history-hero {
    min-height: 640px;
  }

  .history-hero-content {
    min-height: 640px;
    padding: 120px 40px 90px;
  }

  .history-scroll-guide {
    left: 40px;
  }

}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {

  .history-hero {
    min-height: 720px;
  }

  .history-hero-images {
    grid-template-columns: 1fr;
  }

  .history-hero-image:nth-child(2) {
    display: none;
  }

  .history-hero-content {
    min-height: 720px;

    padding:
      120px
      24px
      80px;
  }

  .history-hero-subtitle {
    margin-bottom: 18px;

    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .history-hero-title {
    margin-bottom: 20px;

    font-size: 40px;
    line-height: 1.4;
  }

  .history-hero-text {
    font-size: 14px;
    line-height: 2;
  }

  .history-scroll-guide {
    left: 24px;
    bottom: 28px;

    gap: 10px;

    font-size: 10px;
  }

  .history-scroll-line {
    width: 56px;
  }

  .history-hero-blur {
    width: 300px;
    height: 300px;

    right: -100px;
    top: -100px;
  }

}/* End custom CSS */
/* Start custom CSS */.kadoya-history-page,
.kadoya-history-page * {
  box-sizing: border-box;
}

.kadoya-history-page {
  --blue: #0f3d73;
  --blue2: #2f6fb3;
  --navy: #1f2f46;
  --text: #344054;
  --muted: #667085;
  --border: #e5eaf1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--text);
  overflow: hidden;
}

/* Hero */
.history-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #0b203c;
}

.history-hero-images {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 1;
}

.history-hero-image {
  position: relative;
  overflow: hidden;
}

.history-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,24,46,.72), rgba(9,24,46,.28));
}

.history-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-hero-blur {
  position: absolute;
  right: -180px;
  top: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53,114,191,.28), transparent 70%);
  z-index: 2;
}

.history-hero-content {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  min-height: 720px;
  margin: 0 auto;
  padding: 140px 60px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.history-hero-subtitle {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .24em;
  margin-bottom: 24px;
}

.history-hero-title {
  color: #fff;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 1.22;
  letter-spacing: .06em;
  margin: 0 0 28px;
}

.history-hero-text {
  max-width: 620px;
  color: rgba(255,255,255,.84);
  font-size: 17px;
  line-height: 2;
}

.history-scroll-guide {
  position: absolute;
  left: 60px;
  bottom: 42px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,.65);
  font-size: 12px;
  letter-spacing: .18em;
}

.history-scroll-line {
  width: 80px;
  height: 1px;
  background: rgba(255,255,255,.35);
}

/* Nav */
.history-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 24px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15,61,115,.08);
}

.history-nav-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 132px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid #d8e3ef;
  background: #fff;
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  white-space: nowrap;
  transition: .3s;
}

.history-nav-btn:hover,
.history-nav-btn.is-active {
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(15,61,115,.18);
}

/* Intro */
.kadoya-history-intro {
  max-width: 1120px;
  margin: 0 auto 90px;
  padding: 80px 24px 40px;
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 70px;
}

.intro-copy h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.55;
  letter-spacing: .06em;
}

.intro-text {
  font-size: 16px;
  line-height: 2.1;
}

.intro-text p {
  margin: 0 0 18px;
}

/* Timeline */
.kadoya-history-timeline {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 24px 90px;
}

.timeline-line-bg,
.timeline-line-progress {
  position: absolute;
  left: 305px;
  top: 20px;
  width: 2px;
}

.timeline-line-bg {
  height: calc(100% - 110px);
  background: #d9e4f0;
}

.timeline-line-progress {
  height: 0;
  background: linear-gradient(to bottom, var(--blue), var(--blue2));
  transition: height .12s linear;
}

.history-era {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 70px;
  margin-bottom: 80px;
}

.history-era-label {
  position: sticky;
  top: 120px;
  align-self: start;
  padding-top: 18px;
}

.history-era-label h2 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.35;
  letter-spacing: .08em;
}

.history-era-label p {
  margin: 0;
  color: #536173;
  font-size: 15px;
  line-height: 1.9;
}

.history-item {
  position: relative;
  grid-column: 2;
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 32px;
  width: 100%;
  margin-bottom: 34px;
  padding: 32px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(15,61,115,.06);
  opacity: 0;
  transform: translateY(26px);
  transition: .55s ease;
}

.history-item::before {
  content: "";
  position: absolute;
  left: -78px;
  top: 42px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 4px solid #c8d8ea;
  border-radius: 50%;
  z-index: 3;
}

.history-item.is-active {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 16px 38px rgba(15,61,115,.1);
}

.history-item.is-active::before {
  background: var(--blue);
  border-color: #fff;
  box-shadow: 0 0 0 5px rgba(15,61,115,.16);
}

.history-year {
  color: var(--blue);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.history-date {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.history-content h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.history-content p {
  margin: 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.95;
}

.history-image {
  width: 100%;
  height: 280px;
  margin-top: 22px;
  border-radius: 14px;
  overflow: hidden;
  background: #f2f4f7;
}

.history-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#today .history-item {
  background: linear-gradient(135deg, rgba(15,61,115,.04), rgba(47,111,179,.02));
}

#today .history-year {
  font-size: 22px;
  letter-spacing: .14em;
}

/* Tablet */
@media (max-width: 1024px) {
  .kadoya-history-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .timeline-line-bg,
  .timeline-line-progress {
    left: 32px;
  }

  .history-era {
    grid-template-columns: 1fr;
    padding-left: 46px;
  }

  .history-era-label {
    position: relative;
    top: auto;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .history-item {
    grid-column: 1;
  }

  .history-item::before {
    left: -53px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .history-hero,
  .history-hero-content {
    min-height: 680px;
  }

  .history-hero-images {
    grid-template-columns: 1fr;
  }

  .history-hero-image:nth-child(2) {
    display: none;
  }

  .history-hero-content {
    padding: 110px 24px 80px;
  }

  .history-hero-title {
    font-size: 40px;
  }

  .history-hero-text {
    font-size: 14px;
  }

  .history-scroll-guide {
    left: 24px;
  }

  .history-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding: 12px 16px;
  }

  .history-nav::-webkit-scrollbar {
    display: none;
  }

  .history-nav-btn {
    flex: 0 0 auto;
    min-width: auto;
    padding: 12px 18px;
    font-size: 13px;
  }

  .kadoya-history-intro {
    padding: 56px 20px 24px;
    margin-bottom: 40px;
  }

  .kadoya-history-timeline {
    padding: 10px 18px 70px;
  }

  .timeline-line-bg,
  .timeline-line-progress {
    left: 24px;
    top: 10px;
  }

  .history-era {
    padding-left: 28px;
    margin-bottom: 58px;
  }

  .history-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .history-item::before {
    left: -36px;
    top: 28px;
    width: 12px;
    height: 12px;
    border-width: 3px;
  }

  .history-year,
  #today .history-year {
    font-size: 24px;
    letter-spacing: .08em;
  }

  .history-content h3 {
    font-size: 18px;
  }

  .history-content p {
    font-size: 13px;
  }

  .history-image {
    height: 180px;
  }
}/* End custom CSS */