.top--remember-hope {
  background-color: #E5FDFF;
  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;
}

.top__title {
  margin-bottom: 20px;
  color: #396E75;
  font-weight: 600;
  font-size: 20px;
}

.top__text {
  color: #396E75;
}

.content__inner::before {
  top: -40px;
  height: 200px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      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: calc(-18px + -8px);
}

.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 {
  margin-top: 30px;
  padding-left: 30px;
  font-size: 20px;
  text-align: left;
}

.content__block {
  margin-bottom: 60px;
}

.content__block .content__text {
  margin-top: 23px;
}

.content__list {
  margin-bottom: 40px;
  padding: 0 30px;
}

.content--news {
  margin-bottom: 78px;
}

.content .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #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--amway-house {
  margin-bottom: 80px;
}

.content--amway-house > .content__text {
  margin-top: 0;
}

.content--head {
  margin-bottom: 50px;
}

@media screen and (min-width: 1100px) {
  .top__img {
    min-width: 570px;
  }
  .top__heading {
    padding: 30px 40px 25px;
  }
  .top__title {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top__img {
    min-width: calc((570 / 1100) * 100%);
  }
  .top__heading {
    padding: 2.73vw 3.64vw 2.27vw;
  }
  .top__title {
    font-size: min(2.18vw, 24px);
    margin-bottom: 1.82vw;
  }
  .content {
    font-size: 1.455vw;
    font-weight: 400;
  }
  .content__img {
    width: calc((510 / 1100) * 100%);
  }
  .content .block-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1100px;
  }
  .content .block-head__text {
    width: calc((590 / 1100) * 100%);
    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);
  }
}

@media screen and (min-width: 769px) {
  .top--remember-hope {
    margin-bottom: 80px;
  }
  .top__h1 {
    height: 148px;
  }
  .top__h1 img {
    max-width: 322px;
    margin-top: 61px;
  }
  .content__inner::before {
    top: -70px;
    height: 183px;
  }
  .content__inner .list__title {
    margin-bottom: 29px;
    font-size: 18px;
  }
  .content__inner .list-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 29px 40px;
    margin-bottom: 31px;
  }
  .content__inner .list-items__item {
    width: 340px;
  }
  .content__inner .list-items__text {
    font-size: 16px;
  }
  .content__title {
    font-size: 24px;
    text-align: center;
  }
  .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__text {
    margin-bottom: 45px;
  }
  .content__list {
    margin-bottom: 60px;
    padding: 0;
  }
  .content--news {
    margin-bottom: 118px;
  }
  .content .timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 960px;
    height: 137px;
    margin: 0 auto;
  }
  .content .timeline__date {
    position: relative;
    width: 192px;
    padding: 0 10px 30px;
    font-size: 16px;
    text-align: center;
  }
  .content .timeline__date::after {
    position: absolute;
    top: 53px;
    right: 91px;
  }
  .content .timeline__date--jp {
    font-size: 14px;
  }
  .content .timeline__text {
    width: 192px;
    height: calc(1.6em * 2 + 30px);
    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 .timeline__text:first-of-type {
    background-position-x: 0;
  }
  .content .block-head__text > .content__title, .content .block-head__text .content__text {
    text-align: left;
  }
  .content .block-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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--amway-house {
    margin-bottom: 120px;
  }
  .content--amway-house > .content__text {
    margin-bottom: 45px;
  }
  .content--head {
    margin-bottom: 80px;
  }
}

@media not screen and (min-width: 769px) {
  .content .timeline__text:last-child {
    background: none;
  }
}
/*# sourceMappingURL=style_rememberhope.css.map */