body {
  zoom: unset !important;
}

:root {
  --shachihata-blue: #004098;
  --accent-blue: #00a0e9;
  --bg-card: #ffffff;
  --text-dark: #333333;
  --text-muted: #666666;
  --border-color: #cbdcf5;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#column__history * {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

#column__history {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  color: #333333;
  line-height: 1.5;
  background-color: #f5faff;
  background-image: radial-gradient(#cbdcf5 0.0230769231rem, transparent 0.0230769231rem);
  background-size: 0.4615384615rem 0.4615384615rem;
}
@media screen and (min-width: 1001px) {
  #column__history {
    background-size: 30px 30px;
    background-image: radial-gradient(#cbdcf5 1.5px, transparent 1.5px);
    line-height: 1.25;
  }
}

/* Hero Section */
.hero__history {
  background: linear-gradient(135deg, var(--shachihata-blue) 0%, #002561 100%);
  color: #ffffff;
  padding: 0.7692307692rem 0.3846153846rem;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .hero__history {
    padding: 60px 20px;
  }
}
.hero__history-sub {
  font-size: 0.2615384615rem;
  text-transform: uppercase;
  letter-spacing: 0.0288461538rem;
  color: var(--accent-blue);
  margin-bottom: 0.1538461538rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .hero__history-sub {
    font-size: 0.95rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
.hero__history-title {
  font-size: 0.4923076923rem;
  font-weight: 700;
  margin-bottom: 0.2884615385rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .hero__history-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.hero__history-text {
  font-size: 0.2769230769rem;
  line-height: 1.7;
  color: #e0e9f5;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .hero__history-text {
    max-width: 850px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
  }
}
.hero__history-note {
  display: block;
  margin-top: 0.2307692308rem;
  font-size: 0.2461538462rem;
  color: var(--accent-blue);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .hero__history-note {
    margin-top: 15px;
    font-size: 0.9rem;
  }
}

/* Timeline */
.timeline-section {
  max-width: 9.6153846154rem;
  padding: 0.5769230769rem 0.2884615385rem 0.7692307692rem 0.2884615385rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .timeline-section {
    max-width: 1000px;
    padding: 40px 20px 60px;
  }
}
.timeline-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5769230769rem;
  width: 0.0769230769rem;
  background-color: var(--border-color);
}
@media screen and (min-width: 1001px) {
  .timeline-section::before {
    width: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.timeline-item {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 0.5769230769rem;
}
@media screen and (min-width: 1001px) {
  .timeline-item {
    margin-bottom: 45px;
    justify-content: space-between;
  }
  .timeline-item.left {
    flex-direction: row-reverse;
  }
  .timeline-item.it__1995 {
    margin-top: -7px;
  }
  .timeline-item.it__1996 {
    margin-top: -100px;
  }
  .timeline-item.it__1997 {
    margin-top: -100px;
  }
  .timeline-item.it__2000 {
    margin-top: -100px;
  }
  .timeline-item.it__2001 {
    margin-top: -100px;
  }
  .timeline-item.it__2003 {
    margin-top: -100px;
  }
  .timeline-item.it__2007 {
    margin-top: -117px;
  }
  .timeline-item.it__2013 {
    margin-top: -133px;
  }
  .timeline-item.it__2017 {
    margin-top: -175px;
  }
  .timeline-item.it__2020 {
    margin-top: -137px;
  }
  .timeline-item.it__2021 {
    margin-top: -135px;
  }
  .timeline-item.it__2022 {
    margin-top: -136px;
  }
  .timeline-item.it__2023 {
    margin-top: -196px;
  }
  .timeline-item.it__2024 {
    margin-top: -105px;
  }
  .timeline-item.it__2025 {
    margin-top: -108px;
  }
  .timeline-item.it__2026 {
    margin-top: -107px;
  }
}
@media screen and (max-width: 1000px) {
  .timeline-item {
    padding-left: 0.9615384615rem;
  }
}

@media screen and (min-width: 1001px) {
  .timeline-empty {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .timeline-empty {
    display: none;
  }
}

.timeline-icon-pin {
  position: absolute;
  top: 0.3461538462rem;
  left: 0.5769230769rem;
  width: 0.6923076923rem;
  height: 0.6923076923rem;
  background-color: var(--shachihata-blue);
  border: 0.0576923077rem solid #ffffff;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.0576923077rem 0.1538461538rem rgba(0, 64, 152, 0.15);
}
@media screen and (min-width: 1001px) {
  .timeline-icon-pin {
    top: 20px;
    left: 50%;
    width: 44px;
    height: 44px;
    border-width: 4px;
    box-shadow: 0 4px 10px rgba(0, 64, 152, 0.15);
  }
}
.timeline-icon-pin::before {
  content: "";
  width: 0.1153846154rem;
  height: 0.1153846154rem;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .timeline-icon-pin::before {
    width: 8px;
    height: 8px;
  }
}

.timeline-content {
  width: 100%;
  background: var(--bg-card);
  padding: 0.3846153846rem;
  border-radius: 0.1923076923rem;
  box-shadow: 0 0.0769230769rem 0.2307692308rem rgba(0, 64, 152, 0.06);
  position: relative;
  border-top: 0.0769230769rem solid var(--shachihata-blue);
}
@media screen and (min-width: 1001px) {
  .timeline-content {
    width: 45%;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 64, 152, 0.06);
    border-width: 4px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-top-color 0.2s ease;
  }
  .timeline-content:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 64, 152, 0.12);
    border-top-color: var(--accent-blue);
  }
}
@media screen and (max-width: 1000px) {
  .timeline-content {
    -webkit-tap-highlight-color: transparent;
  }
}

.card-header {
  display: flex;
  align-items: center;
  gap: 0.2307692308rem;
  margin-bottom: 0.1923076923rem;
}
@media screen and (min-width: 1001px) {
  .card-header {
    gap: 15px;
    margin-bottom: 12px;
  }
}

.card-icon-frame {
  width: 0.6923076923rem;
  height: 0.6923076923rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .card-icon-frame {
    width: 42px;
    height: 42px;
  }
}
.card-icon-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card-icon-frame.bg-gray {
  background-color: #f0f4fa;
  border-radius: 0.1538461538rem;
}
@media screen and (min-width: 1001px) {
  .card-icon-frame.bg-gray {
    border-radius: 8px;
  }
}
.card-icon-frame.icon-horizontal {
  width: 1.7307692308rem;
  height: 0.4807692308rem;
}
@media screen and (min-width: 1001px) {
  .card-icon-frame.icon-horizontal {
    width: 90px;
    height: 25px;
  }
}

.time-year {
  font-size: 0.4307692308rem;
  font-weight: 800;
  color: var(--shachihata-blue);
}
@media screen and (min-width: 1001px) {
  .time-year {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .time-year {
    line-height: 1;
  }
}

.time-title {
  font-size: 0.3076923077rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.1153846154rem;
}
@media screen and (min-width: 1001px) {
  .time-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .time-title {
    line-height: 1.4;
  }
}

.time-desc {
  font-size: 0.2615384615rem;
  color: var(--text-muted);
  margin-bottom: 0.1923076923rem;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .time-desc {
    font-size: 0.95rem;
    margin-bottom: 12px;
    text-align: justify;
  }
}
@media screen and (max-width: 1000px) {
  .time-desc {
    line-height: 1.5;
  }
}

.more-btn {
  font-size: 0.2461538462rem;
  color: var(--accent-blue);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.0576923077rem;
}
@media screen and (min-width: 1001px) {
  .more-btn {
    font-size: 0.85rem;
    gap: 5px;
  }
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 37, 97, 0.7);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  padding: 0.3076923077rem;
}
@media screen and (min-width: 1001px) {
  .modal {
    padding: 20px;
    background-color: rgba(0, 37, 97, 0.6);
    transition: opacity 0.3s ease;
  }
}
.modal.show {
  display: flex;
  opacity: 1;
}
.modal.show .modal-content {
  transform: scale(1);
}

.modal-content {
  background-color: #ffffff;
  padding: 0.5769230769rem 0.3846153846rem 0.4807692308rem 0.3846153846rem;
  border-radius: 0.2307692308rem;
  max-width: 7.6923076923rem;
  width: 100%;
  position: relative;
  box-shadow: 0 0.1538461538rem 0.4807692308rem rgba(0, 0, 0, 0.3);
  border-top: 0.1153846154rem solid var(--shachihata-blue);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1001px) {
  .modal-content {
    padding: 40px;
    border-radius: 12px;
    max-width: 650px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    border-width: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .modal-content {
    max-height: 85vh;
    overflow-y: auto;
  }
}

.modal-close {
  position: absolute;
  top: 0.1923076923rem;
  right: 0.2884615385rem;
  font-size: 0.5384615385rem;
  font-weight: bold;
  color: #bbb;
  cursor: pointer;
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .modal-close {
    top: 15px;
    right: 20px;
    font-size: 32px;
    color: #aaa;
  }
  .modal-close:hover {
    color: #333333;
  }
}
@media screen and (max-width: 1000px) {
  .modal-close {
    padding: 0.0961538462rem;
  }
}

.modal-header-box {
  display: flex;
  align-items: center;
  gap: 0.2307692308rem;
  margin-bottom: 0.1538461538rem;
}
@media screen and (min-width: 1001px) {
  .modal-header-box {
    gap: 15px;
    margin-bottom: 10px;
  }
}

.modal-year {
  font-size: 0.4923076923rem;
  font-weight: 800;
  color: var(--shachihata-blue);
}
@media screen and (min-width: 1001px) {
  .modal-year {
    font-size: 2rem;
  }
}

.modal-title {
  font-size: 0.3384615385rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.2884615385rem;
  border-bottom: 0.0384615385rem solid var(--border-color);
  padding-bottom: 0.1538461538rem;
}
@media screen and (min-width: 1001px) {
  .modal-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    border-width: 2px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .modal-title {
    line-height: 1.4;
  }
}

.modal-body {
  font-size: 0.2769230769rem;
  font-weight: 400;
  color: #444444;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .modal-body {
    font-size: 1rem;
    text-align: justify;
  }
}

/* Middle Info */
.mid-info-section {
  margin: 0.2884615385rem 0.2884615385rem 0.5769230769rem 0.2884615385rem;
  background: #ffffff;
  padding: 0.3846153846rem;
  border-radius: 0.2307692308rem;
  box-shadow: 0 0.0769230769rem 0.2884615385rem rgba(0, 64, 152, 0.05);
  border-left: 0.0961538462rem solid var(--shachihata-blue);
}
@media screen and (min-width: 1001px) {
  .mid-info-section {
    max-width: 850px;
    margin: 20px auto 40px;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 64, 152, 0.05);
    border-width: 6px;
    text-align: center;
  }
}

.mid-info-text {
  font-size: 0.2769230769rem;
  color: var(--text-dark);
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 1001px) {
  .mid-info-text {
    font-size: 1rem;
    text-align: center;
  }
}

/* CTA */
.cta-section {
  background-color: #002561;
  color: #ffffff;
  text-align: center;
  padding: 0.8653846154rem 0.3846153846rem;
}
@media screen and (min-width: 1001px) {
  .cta-section {
    padding: 60px 20px;
  }
}

.cta-title {
  font-size: 0.4rem;
  margin-bottom: 0.2307692308rem;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .cta-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .cta-title {
    line-height: 1.4;
  }
}

.cta-lead {
  font-size: 0.2615384615rem;
  margin-bottom: 0.4807692308rem;
  color: #d0e1f9;
}
@media screen and (min-width: 1001px) {
  .cta-lead {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.cta-buttons {
  display: flex;
  gap: 0.2884615385rem;
}
@media screen and (min-width: 1001px) {
  .cta-buttons {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.btn {
  display: flex;
  border-radius: 0.5192307692rem;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
@media screen and (min-width: 1001px) {
  .btn {
    display: inline-block;
    min-width: 240px;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1000px) {
  .btn {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 5.7692307692rem;
    height: 1.0384615385rem;
    font-size: 0.2923076923rem;
  }
}
.btn-primary {
  background-color: #ff6f00;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 111, 0, 0.2);
}
@media screen and (min-width: 1001px) {
  .btn-primary:hover {
    background-color: #e66400;
    transform: translateY(-2px);
  }
}
.btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
@media screen and (min-width: 1001px) {
  .btn-secondary:hover {
    background-color: #ffffff;
    color: #002561;
    transform: translateY(-2px);
  }
}/*# sourceMappingURL=column_history.css.map */