@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.story-item {
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .story-item {
    margin-bottom: 50px;
  }
}
.story-item:last-child {
  margin-bottom: 0;
}
.story-item .story-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #F3F7F8;
  height: 100%;
}
.story-item .story-item__link.--std {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.story-item .story-item__link.--std .story-item__content {
  padding: 0 20% 0 5%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-item .story-item__link.--std .story-item__content {
    padding: 4% 0 4% 4%;
  }
}
@media screen and (max-width: 768px) {
  .story-item .story-item__link {
    display: block;
    padding-bottom: 25px;
  }
}
.story-item .story-item__link img {
  width: 50%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-item .story-item__link img {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  .story-item .story-item__link img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.story-item .story-item__link .story-item__content {
  width: 50%;
  padding: 0 5% 0 20%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-item .story-item__link .story-item__content {
    width: 40%;
    padding: 4% 0 4% 4%;
  }
}
@media screen and (max-width: 768px) {
  .story-item .story-item__link .story-item__content {
    width: 100%;
    padding: 5px 25px 0;
  }
}
.story-item .story-item__link .story-item__content .story-item__top {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1374CA;
  font-size: 20px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-item .story-item__link .story-item__content .story-item__top {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .story-item .story-item__link .story-item__content .story-item__top {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.story-item .story-item__link .story-item__content .story-item__text {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 32px;
  font-size: 1.65vw;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.001em;
  margin-bottom: 60px;
}
.story-item .story-item__link .story-item__content .story-item__text.--double {
  padding-bottom: 50px;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .story-item .story-item__link .story-item__content .story-item__text {
    margin-bottom: 40px;
  }
  .story-item .story-item__link .story-item__content .story-item__text.--double {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-item .story-item__link .story-item__content .story-item__text {
    margin-bottom: 30px;
  }
  .story-item .story-item__link .story-item__content .story-item__text.--double {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .story-item .story-item__link .story-item__content .story-item__text {
    font-size: 3.6vw;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .story-item .story-item__link .story-item__content .story-item__text.--double {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .story-item .story-item__link .story-item__content .story-item__text {
    font-size: 16px;
    line-height: 2;
  }
}