@charset "UTF-8";

.page_title_area {
  background: url(../img/main_join.jpg) no-repeat !important;
  background-size: cover !important;
  font-family: "object-fit: cover;"; /*IE対策*/
}

@media print, screen and (max-width: 767px) {
  .common_width {
    width: 86.66%;
  }

  .page_title_area {
    padding: 61px 0 41px;
    background: url(../img/main_join_sp.jpg) no-repeat !important;
    background-size: cover !important;
  }

  .page_title_sub {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .page_title::after {
    width: 53.333%;
  }
}

:root {
  --text-primary: #394b81;
  --accent: #006bb6;
  --bg: #f5f7fb;
  --border: #dde2ee;
  --text-main: #222;
  --text-sub: #666;
}
#oneday {
  color: #1a1311;

  .oneday__title {
    background-color: white;
    font-size: 36px;
    letter-spacing: 6.48px;
    line-height: 43px;
    font-weight: bold;
    padding: 60px 0 0 0;
  }
  .oneday__lead {
    padding-top: 60px;
  }
  .oneday__paragraph {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 34px;
  }

  /* タイムライン全体 */
  .timeline-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr);
    gap: 32px;
    margin-top: 40px;
  }

  .timeline-head {
    position: sticky;
    top: 130px;
    align-self: flex-start;
  }

  .timeline-head-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .timeline-head-text {
    font-size: 15px;
    color: var(--text-sub);
    margin: 0;
  }

  /* タイムライン本体 */
  .timeline {
    position: relative;
    padding-left: 24px;
  }

  .timeline::before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 130px;
    left: 5px;
    width: 8px;
    background: var(--border);
  }

  .timeline-item {
    position: relative;
    margin-bottom: 24px;
  }

  .timeline-item:last-child {
    margin-bottom: 0;
  }

  .timeline-dot {
    position: absolute;
    left: -27px;
    top: 7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid var(--text-primary);
  }

  .timeline-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 999px;
    color: var(--text-primary);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .timeline-time.is-empty {
    background: transparent;
    border: none;
    padding: 0;
    min-width: 0;
  }

  .timeline-card {
    margin-top: 4px;
    padding: 8px 16px;
  }

  .timeline-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px;
  }

  .timeline-sub {
    font-size: 12px;
    color: var(--text-sub);
    margin: 0 0 8px;
  }

  .timeline-text {
    font-size: 16px;
    margin: 0 0 12px;
  }

  .timeline-list {
    margin: 4px 0 0 1.1em;
    padding: 0;
    font-size: 15px;
  }

  .timeline-list li {
    margin-bottom: 4px;
  }

  .timeline-meta {
    font-size: 12px;
    color: var(--text-sub);
    margin-top: 6px;
  }

  .timeline-list-wrap {
    display: flex;
    gap: 60px;
  }

  .timeline-img {
    margin-top: 12px;
    width: 100%;
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  #oneday {
    .oneday__title {
      padding: 120px 0 0 0;
    }
    .page {
      margin-top: 24px;
    }

    .profile {
      flex-direction: column;
      align-items: flex-start;
    }

    .profile-photo {
      width: 100%;
      max-width: 260px;
    }

    .timeline-wrap {
      grid-template-columns: minmax(0, 1fr);
    }

    .timeline-head {
      position: static;
    }
  }
}
