.holiday_ttl {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 1rem;
  display: grid;
  row-gap: 0.4rem;
  justify-items: center;
  @media (min-width: 768px) {
    margin-bottom: 2.22rem;
  }
  .ico {
    width: 2rem;
    height: 2rem;
    @media (min-width: 768px) {
      width: 3.22rem;
      height: 3.22rem;
    }
    img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
  .txt {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000000;
    @media (min-width: 768px) {
      font-size: 2.11rem;
    }
  }
}
.holiday_main {
  margin-bottom: 4rem;
  {#display: grid; #}
  display: flex;
  justify-content: center;
  row-gap: 1rem;
  @media (min-width: 768px) {
    margin-bottom: 5.72rem;
    grid-template-columns: 3fr 5fr;
    column-gap: 2.22rem;
    row-gap: unset;
    align-items: center;
  }
}
.holiday_main_img {
  margin: unset;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.holiday_main_lead {
  margin: unset;
  font-weight: 500;
  font-size: 0.89rem;
  color: #000000;
  width: 80%;
  @media (max-width: 768px) {
  width: 100%;
}
}
.holiday_episode {
  margin-bottom: 4rem;
  display: grid;
  row-gap: 1rem;
  @media (min-width: 768px) {
    margin-bottom: 3.56rem;
    grid-template-columns: 5fr 3fr;
    column-gap: 2.22rem;
    row-gap: unset;
  }
}
.holiday_episode_ttl {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  @media (min-width: 768px) {
    margin-bottom: 3.17rem;
    font-size: 2.11rem;
  }
  &::after {
    content: "";
    position: absolute;
    margin: auto;
    inset: 0;
    width: 3rem;
    height: 3rem;
    background: url("https://46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/episode_ico.svg") no-repeat center / contain;
    z-index: -1;
    @media (min-width: 768px) {
      width: 5.44rem;
      height: 5.44rem;
    }
  }
}
.holiday_episode_lead {
  margin: unset;
  font-weight: 500;
  font-size: 0.89rem;
  color: #000000;
}
.message_ttl {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  justify-content: center;
  column-gap: 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  @media (min-width: 768px) {
    margin-bottom: 1.78rem;
    column-gap: 1rem;
    font-size: 1.33rem;
  }
  &::before,
  &::after {
    display: block;
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #005bac;
    opacity: 0.2;
    @media (min-width: 768px) {
      width: 7.33rem;
      height: 6px;
    }
  }
}
.message_lead {
  margin: unset;
  font-weight: 500;
  font-size: 0.89rem;
  color: #000000;
  text-align: center;
}
.message_main {
  display: flex;
  justify-content: center;
}

.holiday_episode_img {
@media (max-width: 768px) {
  text-align : center;
  }
}

.holiday_episode_img img{
@media (max-width: 768px) {
  width: 70%;
  }
}

/* .oneday {
  margin-bottom: 2rem;
  padding-block: 1rem;
  background-color: #ebf2f9;
  @media (min-width: 768px) {
    margin-bottom: 5.72rem;
    padding-block: 4.44rem;
  }
}
.oneday_inner {
  @media (min-width: 768px) {
    max-width: 920px;
    margin-inline: auto;
  }
}
.oneday_ttl {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 1rem;
  display: grid;
  row-gap: 0.4rem;
  justify-items: center;
  @media (min-width: 768px) {
    margin-bottom: 2.22rem;
  }
  .ico {
    width: 2rem;
    height: 2rem;
    @media (min-width: 768px) {
      width: 3.22rem;
      height: 3.22rem;
    }
    img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
  .txt {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000000;
    @media (min-width: 768px) {
      font-size: 2.11rem;
    }
  }
}
.oneday_list_wrap {
  position: relative;
}
.oneday_list_wrap_line {
  position: absolute;
  top: 0;
  left: calc(2.22rem / 2);
  width: 1px;
  height: 100%;
  display: grid;
  grid-auto-rows: 1fr;
  row-gap: 0.4rem;
  @media (min-width: 768px) {
    left: 50%;
    transform: translateX(-50%);
  }
  span {
    position: relative;
    display: block;
    width: 1px;
    height: calc(100% + 0.4rem);
    &:first-of-type {
      top: 0.4rem;
      height: calc(100% + 0.4rem - 0.4rem);
    }
    &:not(:last-of-type) {
      background-color: #000000;
    }
    @media (max-width: 767px) {
      &:nth-last-of-type(2) {
        height: calc(100% + 0.4rem - 0.4rem + 1.4rem);
      }
    }
  }
}
.oneday_list {
  display: grid;
  grid-auto-rows: 1fr;
  @media (max-width: 767px) {
    row-gap: 1rem;
  }
}
.oneday_item {
  display: grid;
  position: relative;
  width: calc(100% - 2.22rem);
  margin-left: auto;
  // display: flex;
  // flex-direction: column;
  row-gap: 0.4rem;
  @media (min-width: 768px) {
    padding-left: 2.22rem;
    width: 50%;
    &:nth-of-type(even) {
      margin-left: unset;
      margin-right: auto;
      padding-left: unset;
      padding-right: 2.22rem;
      .oneday_item_ttl {
        padding-left: unset;
        padding-right: 0.4rem;
        justify-content: flex-end;
        &::before {
          right: unset;
          left: 100%;
        }
        &::after {
          right: unset;
          left: calc(100% + 2.22rem - (0.89rem / 2));
        }
        .txt {
          order: 1;
        }
        .time {
          order: 2;
        }
      }
      .oneday_item_lead {
        padding-left: unset;
        padding-right: 0.4rem;
      }
    }
  }
}
.oneday_item_ttl {
  padding-left: 0.4rem;
  padding-right: 1rem;
  position: relative;
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 0.4rem;
  @media (min-width: 768px) {
    padding-right: unset;
  }
  &::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    height: 0;
    width: calc(2.22rem - 0.89rem);
    content: "";
    border-bottom: 1px dashed #000000;
    @media (min-width: 768px) {
      right: 100%;
      width: 2.22rem;
    }
  }
  &::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + ((2.22rem - 0.89rem) / 2));
    height: 0.89rem;
    width: 0.89rem;
    border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 50vw;
    content: "";
    @media (min-width: 768px) {
      right: calc(100% + 2.22rem - (0.89rem / 2));
    }
  }
  .txt {
    order: 2;
  }
  .time {
    order: 1;
  }
}
.oneday_item_lead {
  padding-left: 0.4rem;
  padding-right: 1rem;
  font-size: 0.89rem;
  font-weight: 500;
  color: #000000;
  @media (min-width: 768px) {
    padding-right: unset;
  }
} */
.interview_back_btn {
  margin-top: 4rem;
  position: relative;
  border: 1px solid #005BAC;
  padding: 0.44rem 1rem 0.44rem 2.33rem;
  width: 10.56rem;
  @media (min-width: 768px) {
    margin-top: 4.44rem;
  }
  .txt {
    display: grid;
    place-content: center;
    color: #005BAC;
    font-weight: 500;
    font-size: 0.89rem;
  }
  &::before {
    position: absolute;
    top: 50%;
    left: 0.78rem;
    transform: translateY(-50%) scale(-1);
    display: block;
    content: "";
    background: url("https://46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/arrow_blue_04.svg") no-repeat center / contain;
    width: 0.44rem;
    height: 0.78rem;
  }
}