.oneday-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .oneday-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.oneday-list {
  margin-top: 104px;
}
@media (max-width: 428px) {
  .oneday-list {
    margin-top: 78px;
  }
}
.oneday-list--item {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 428px) {
  .oneday-list--item {
    margin-top: 78px;
  }
}
.oneday-list--item.is_show:before {
  opacity: 1;
  transform: none;
}
.oneday-list--item.is_show .oneday-list--wrap {
  opacity: 1;
  transform: none;
}
.oneday-list--item:before {
  content: "";
  display: block;
  width: 480px;
  height: 288px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  z-index: 100;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .oneday-list--item:before {
    width: 355px;
    height: 213px;
    top: -30px;
  }
}
.oneday-list--item:first-of-type {
  margin-top: 0;
}
.oneday-list--item:first-of-type:before {
  background-image: url(../../img/oneday-list-item-01.png);
}
.oneday-list--item:nth-of-type(2):before {
  background-image: url(../../img/oneday-list-item-02.png);
}
.oneday-list--item:nth-of-type(3):before {
  background-image: url(../../img/oneday-list-item-03.png);
}
.oneday-list--item:nth-of-type(4):before {
  background-image: url(../../img/oneday-list-item-04.png);
}
.oneday-list--item:nth-of-type(5):before {
  background-image: url(../../img/oneday-list-item-05.png);
}
.oneday-list--item:last-of-type:before {
  background-image: url(../../img/oneday-list-item-06.png);
}
.oneday-list--item:nth-of-type(odd):before {
  left: 0;
}
.oneday-list--item:nth-of-type(odd) .oneday-list--wrap {
  margin-left: auto;
  margin-right: 80px;
  padding: 35px 40px 40px 222px;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 428px) {
  .oneday-list--item:nth-of-type(odd) .oneday-list--wrap {
    margin-right: auto;
    padding: 213px 24px 30px;
    clip-path: none;
  }
}
.oneday-list--item:nth-of-type(odd) .oneday-list_ttl {
  margin-left: -53px;
}
@media (max-width: 428px) {
  .oneday-list--item:nth-of-type(odd) .oneday-list_ttl {
    margin-left: 0;
  }
}
.oneday-list--item:nth-of-type(odd) .oneday-list_ttl--num {
  padding-left: 53px;
}
@media (max-width: 428px) {
  .oneday-list--item:nth-of-type(odd) .oneday-list_ttl--num {
    padding-left: 30px;
    margin-left: -24px;
  }
}
.oneday-list--item:nth-of-type(even):before {
  right: 0;
}
.oneday-list--item:nth-of-type(even) .oneday-list--wrap {
  margin-right: auto;
  margin-left: 80px;
  padding: 35px 206px 40px 40px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 428px) {
  .oneday-list--item:nth-of-type(even) .oneday-list--wrap {
    margin-left: auto;
    padding: 213px 24px 30px;
    clip-path: none;
  }
}
.oneday-list--item:nth-of-type(even) .oneday-list--desc {
  margin-right: 16px;
}
@media (max-width: 428px) {
  .oneday-list--item:nth-of-type(even) .oneday-list--desc {
    margin-right: 0;
  }
}
.oneday-list--item:nth-of-type(even) .oneday-list_ttl {
  margin-left: -40px;
}
@media (max-width: 428px) {
  .oneday-list--item:nth-of-type(even) .oneday-list_ttl {
    margin-left: 0;
  }
}
.oneday-list--item:nth-of-type(even) .oneday-list_ttl--num {
  padding-left: 42px;
}
@media (max-width: 428px) {
  .oneday-list--item:nth-of-type(even) .oneday-list_ttl--num {
    padding-left: 30px;
    margin-left: -24px;
  }
}
.oneday-list--wrap {
  background-color: #fff;
  width: 868px;
  min-height: 288px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.3s;
  transition-delay: 0.2s;
}
@media (max-width: 428px) {
  .oneday-list--wrap {
    width: calc(100% - 80px);
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.oneday-list--desc {
  font-size: 15px;
  line-height: 1.87;
  margin-top: 32px;
}
@media (max-width: 428px) {
  .oneday-list--desc {
    font-size: 14px;
    line-height: 1.86;
    margin-top: 24px;
  }
}

.oneday-list_ttl {
  display: flex;
  align-items: center;
}
@media (max-width: 428px) {
  .oneday-list_ttl {
    display: block;
  }
}
.oneday-list_ttl--num {
  background-color: #002174;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  color: #fff;
  width: 200px;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  letter-spacing: 0.12em;
  font-size: 20px;
  margin-right: 16px;
}
@media (max-width: 428px) {
  .oneday-list_ttl--num {
    width: 150px;
    height: 36px;
    font-size: 18px;
    margin-right: 0;
  }
}
.oneday-list_ttl--txt {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .oneday-list_ttl--txt {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.45;
  }
}

/*# sourceMappingURL=oneday.css.map */
