.l-mv__lead-section .image {
  display: flex;
  justify-content: center;
  margin: 20px 0 -5px;
}
@media (min-width: 768px) {
  .l-mv__lead-section .image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .l-mv__lead-section .image img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) {
  .l-mv__lead-section .texts {
    padding-bottom: 60px;
  }
}

.timeline-container {
  display: grid;
  gap: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .timeline-container {
    margin-bottom: 150px;
    gap: 0;
  }
}

.timeline-item__header {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .timeline-item__header {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
.timeline-item__header .time {
  width: fit-content;
  margin: 0 auto 11px;
}
@media (min-width: 768px) {
  .timeline-item__header .time {
    margin: 0 65px 0 0;
  }
  .timeline-item__header .time img {
    width: 131px;
    height: auto;
  }
}
.timeline-item__heading {
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline-item__heading {
    font-size: 36px;
  }
}
.timeline-item:not(:last-child) .timeline-item__content {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .timeline-item:not(:last-child) .timeline-item__content {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .timeline-item:last-child .timeline-item__content::before {
    content: none;
  }
}
.timeline-item__content {
  display: grid;
  position: relative;
  z-index: 0;
  padding-top: 46px;
  gap: 20px;
}
@media (min-width: 768px) {
  .timeline-item__content {
    padding: 55px 0 0 140px;
    gap: 70px;
  }
}
.timeline-item__content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 5px;
  margin: 0 auto;
  background: #faf0c7;
}
@media (min-width: 768px) {
  .timeline-item__content::before {
    right: auto;
    left: 64px;
  }
}
.timeline-item__content .box {
  padding: 40px 20px;
  border-radius: 20px;
  background: var(--color-white);
}
@media (min-width: 768px) {
  .timeline-item__content .box {
    padding: 85px 60px 100px;
    border-radius: 60px;
  }
}
.timeline-item__content .box-section {
  position: relative;
}
@media (min-width: 768px) {
  .timeline-item__content .box-section__content {
    width: 435px;
    font-size: 18px;
  }
}
.timeline-item__content .box-section__image {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline-item__content .box-section__image {
    position: absolute;
    top: -120px;
    right: -90px;
    left: calc(50% + 40px);
    margin: 0;
  }
  .timeline-item__content .box-section__image img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .timeline-item__content .box-section:nth-child(even) .box-section__content {
    margin-left: auto;
  }
  .timeline-item__content .box-section:nth-child(even) .box-section__image {
    right: calc(50% + 36px);
    left: 0;
  }
}
.timeline-item__content .table th {
  line-height: 1;
}
.timeline-item__content .table tr td {
  border-width: 0;
}
.timeline-item--1 .box--1 {
  position: relative;
}
.timeline-item--1 .box--1::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  right: 20px;
  width: 113px;
  height: 58px;
  background: url("/assets/images/pages/day/timeline1_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .timeline-item--1 .box--1::before {
    top: -25px;
    right: auto;
    left: 288px;
    width: 226px;
    height: 116px;
  }
}
@media (min-width: 768px) {
  .timeline-item--1 .box-section--2 {
    margin-top: 160px;
  }
}
.timeline-item--2 .timeline-item__header {
  position: relative;
}
.timeline-item--2 .timeline-item__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: calc(50% + 60px);
  width: 108px;
  height: 80px;
  background: url("/assets/images/pages/day/timeline2_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .timeline-item--2 .timeline-item__header::before {
    top: -37px;
    left: 390px;
    width: 280px;
    height: 206px;
  }
}
@media (min-width: 768px) {
  .timeline-item--2 .timeline-item__content {
    padding-top: 114px;
  }
}
@media (min-width: 768px) {
  .timeline-item--2 .box-section--2 .box-section__image {
    top: -20px;
    right: 50px;
    left: 35px;
  }
}
.timeline-item--3 .table-wrap {
  position: relative;
}
.timeline-item--3 .table-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -36px;
  right: 1px;
  width: 66px;
  height: 41px;
  background: url("/assets/images/pages/day/timeline3_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .timeline-item--3 .table-wrap::before {
    top: -65px;
    right: 20px;
    width: 136px;
    height: 82px;
  }
}
.timeline-item--3 .table-wrap .table {
  margin: 0;
}
@media (min-width: 768px) {
  .timeline-item--3 .table-wrap th {
    padding: 23px;
    font-size: 20px;
    font-weight: 500;
  }
  .timeline-item--3 .table-wrap th .small {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .timeline-item--3 .table-wrap td {
    padding: 40px 20px;
    text-align: center;
  }
}