.top--tomorrow-hope {
  background-color: #F0FAE5;
  margin: 0 auto 50px;
}
.top__h1 {
  height: 74px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  text-align: center;
}
.top__h1 img {
  max-width: 218px;
}
.top__heading {
  padding: 50px 30px 45px;
}
.top__title {
  margin-bottom: 20px;
  color: #73793B;
  font-weight: 600;
  font-size: 20px;
}
.top__text {
  color: #73793B;
}

.content__inner::before {
  top: -40px;
  height: 200px;
}
.content__inner .anchor-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  padding: 30px 0;
  background-color: #F6F6F6;
}
.content__inner .anchor-link .button-link {
  margin-top: 0;
}
.content__inner .list__title {
  margin-bottom: 24px;
  padding: 10px 15px;
  background-color: #EFEFEF;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.content__inner .list-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin-bottom: 16px;
}
.content__inner .list-items__item {
  padding: 0 0 11px 26px;
  border-bottom: 1px dashed #E6E6E6;
  text-indent: -26px;
}
.content__inner .list-items__text {
  color: #2C2C2C;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Source Sans Pro", sans-serif;
}
.content__inner .list-items__title {
  margin: 0 8px;
  font-family: "Source Sans Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  text-decoration: underline;
}
.content__title {
  font-size: 20px;
}
.content__block {
  margin-bottom: 60px;
}
.content__block .content__title {
  margin-top: 30px;
  padding-inline: 30px;
  text-align: left;
}
.content__block .content__title span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.content__block .content__text {
  margin-top: 23px;
}
.content__list {
  margin-bottom: 40px;
  padding: 0 30px;
}
.content .timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .timeline__date {
  position: relative;
  width: 130px;
  color: #888888;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Source Sans Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
.content .timeline__date::after {
  position: absolute;
  top: 5px;
  right: -5.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #38539A;
  content: "";
}
.content .timeline__date--jp {
  font-size: 12px;
}
.content .timeline__text {
  width: calc(100% - 130px);
  padding: 0 0 28px 15px;
  background-image: linear-gradient(to top, #D3D8E7, #D3D8E7 3px, transparent 3px, transparent 9px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position-y: bottom;
  color: #2C2C2C;
  font-size: 14px;
  line-height: 1.6;
}
.content .block-head__text > .content__title, .content .block-head__text .content__text {
  text-align: left;
}
.content--tomorrow-hope {
  margin: 115px auto 80px;
}
.content--tomorrow-hope > .content__title {
  margin-bottom: 32px;
  color: #73793B;
  font-size: 24px;
}
.content--head {
  margin-bottom: 50px;
}
.content .modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.content .modal.active {
  z-index: 10;
}
.content .modal-wrapper {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 0;
  right: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #565656;
  transition: all 0.5s;
}
.content .modal-wrapper.active {
  pointer-events: auto;
  opacity: 1;
}
.content .modal__inner {
  max-width: 345px;
  margin: 15px auto 0;
  background: #FAFAFA;
}
.content .modal__inner img {
  width: 100%;
}
.content .modal__head {
  padding: 30px;
}
.content .modal__title {
  margin-bottom: 19px;
  color: #2C2C2C;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.content .modal__text {
  color: #2C2C2C;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.content .modal--close {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 25px 33px auto auto;
}
.content .modal--close::before {
  display: block;
  position: absolute;
  top: calc(15% - 1px);
  left: 15%;
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  content: "";
}
.content .modal--close::after {
  display: block;
  position: absolute;
  top: calc(15% - 1px);
  left: auto;
  right: 15%;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  content: "";
}
.content .modal--close.active {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (min-width: 1100px) {
  .top__img {
    min-width: 570px;
  }
  .top__heading {
    padding: 30px 40px;
  }
  .top__title {
    font-size: 24px;
  }
  .content .timeline__date {
    width: 192px;
  }
  .content .timeline__date::after {
    right: 91px;
  }
  .content .timeline__date:first-of-type::before {
    width: 96px;
  }
  .content .timeline__date:last-of-type::before {
    width: 96px;
  }
  .content .timeline__text {
    width: 192px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top__img {
    min-width: 51.8181818182%;
  }
  .top__heading {
    padding: 2.73vw 3.64vw;
  }
  .top__title {
    font-size: min(2.18vw, 24px);
    margin-bottom: 1.82vw;
  }
  .content {
    font-size: 1.455vw;
    font-weight: 400;
  }
  .content__img {
    width: 46.3636363636%;
  }
  .content .block-head {
    display: flex;
    align-items: center;
    max-width: 1100px;
  }
  .content .block-head__text {
    width: 53.6363636364%;
    padding-left: 50px;
  }
  .content .block-head__text .content__tilte {
    font-size: min(2.91vw, 32px);
  }
  .content .block-head__text .content__text {
    font-size: min(1.45vw, 16px);
  }
  .content .timeline__date {
    width: 155px;
  }
  .content .timeline__date::after {
    right: 77px;
  }
  .content .timeline__date:first-of-type::before {
    width: 80px;
  }
  .content .timeline__date:last-of-type::before {
    width: 80px;
  }
  .content .timeline__text {
    width: 155px;
  }
  .content .timeline__text:last-of-type {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .top--tomorrow-hope {
    margin-bottom: 80px;
  }
  .top__h1 {
    height: 148px;
  }
  .top__h1 img {
    max-width: 322px;
    margin-top: 40px;
  }
  .content__inner::before {
    top: -70px;
    height: 183px;
  }
  .content__inner .anchor-link {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    width: 100vw;
    margin: 80px calc(50% - 50vw) 0;
    padding: 50px 0;
  }
  .content__inner .list__title {
    margin-bottom: 29px;
    font-size: 18px;
  }
  .content__inner .list-items {
    flex-direction: row;
    gap: 29px 40px;
    margin-bottom: 31px;
  }
  .content__inner .list-items__item {
    width: 310px;
  }
  .content__inner .list-items__text {
    font-size: 16px;
  }
  .content__title {
    font-size: 24px;
  }
  .content__img {
    max-width: 510px;
  }
  .content__block {
    margin-bottom: 120px;
  }
  .content__block .content__title {
    margin: 0 0 32px;
    padding-left: 0;
    text-align: center;
  }
  .content__block .content__title span {
    display: block;
    font-size: 22px;
    font-weight: normal;
  }
  .content__block > .content__text {
    margin-bottom: 45px;
  }
  .content__list {
    margin-bottom: 60px;
    padding: 0;
  }
  .content--news {
    margin-bottom: 190px;
  }
  .content .timeline {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    max-width: 960px;
    height: 137px;
    margin: 0 auto;
  }
  .content .timeline__date {
    position: relative;
    padding: 0 10px 30px;
    font-size: 16px;
    text-align: center;
  }
  .content .timeline__date::after {
    position: absolute;
    top: 53px;
  }
  .content .timeline__date--jp {
    font-size: 14px;
  }
  .content .timeline__date:first-of-type::before {
    display: block;
    position: absolute;
    height: 8px;
    top: 52px;
    left: -3px;
    background-color: #FFFFFF;
    content: "";
  }
  .content .timeline__date:last-of-type::before {
    display: block;
    position: absolute;
    height: 8px;
    top: 52px;
    right: -5px;
    background-color: #FFFFFF;
    content: "";
  }
  .content .timeline__text {
    height: 81px;
    padding: 30px 10px 0;
    background-image: linear-gradient(to left, #D3D8E7, #D3D8E7 3px, transparent 3px, transparent 9px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position-y: top;
    font-size: 16px;
    text-align: center;
  }
  .content .block-head__text > .content__title, .content .block-head__text .content__text {
    text-align: left;
  }
  .content .block-head {
    display: flex;
    align-items: center;
    max-width: 1100px;
  }
  .content .block-head__text {
    max-width: 590px;
    padding-left: 50px;
  }
  .content .block-head__text .content__text {
    margin: 0;
    text-align: left;
  }
  .content--tomorrow-hope {
    margin-bottom: 120px;
  }
  .content--tomorrow-hope > .content__title {
    margin-bottom: 111px;
    font-size: 28px;
  }
  .content--head {
    margin-bottom: 80px;
  }
  .content .modal__inner {
    display: flex;
    max-width: 860px;
    height: 367px;
    padding: 50px 40px;
  }
  .content .modal__img img {
    width: 400px;
  }
  .content .modal__head {
    margin-top: 30px;
    padding: 0 30px;
  }
  .content .modal__title {
    margin-bottom: 19px;
    font-size: 20px;
  }
  .content .modal__text {
    font-size: 16px;
  }
  .content .modal--close {
    margin-top: 117px;
  }
}
@media not screen and (min-width: 769px) {
  .content .timeline__date:first-of-type::before {
    display: block;
    position: absolute;
    top: 0px;
    right: -6px;
    width: 8px;
    height: 5px;
    background-color: #FFFFFF;
    content: "";
  }
  .content .timeline__text:last-child {
    background: none;
  }
}/*# sourceMappingURL=style_tomorrowhope.css.map */