.story-lp {
  font-weight: 500;
  text-align: center;
}
.story-lp__head {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#DBF1FD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #DBF1FD 100%) 0% 0% no-repeat padding-box;
  padding: 30px 0 78px;
}
.story-lp__head-tt {
  font-size: 46px;
  line-height: 1.4347826087;
  font-weight: 500;
}
.story-lp__head-tt span {
  display: inline-block;
}
.story-lp__head-tt strong {
  color: #003788;
  font-weight: bold;
}
.story-lp__head-tt strong span {
  background: transparent -webkit-gradient(linear, left bottom, left top, color-stop(4%, rgba(255, 225, 59, 0)), color-stop(4%, #FFE13B), color-stop(40%, #FFE13B), color-stop(0%, rgba(255, 225, 59, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(255, 225, 59, 0) 4%, #FFE13B 4%, #FFE13B 40%, rgba(255, 225, 59, 0) 0%) 0% 0% no-repeat padding-box;
}
.story-lp__head-text {
  margin-top: 34px;
  font-size: 20px;
  line-height: 40px;
}
.story-lp__head-text b {
  font-size: 24px;
  color: #FF732B;
  font-weight: 800;
}
.story-lp__main {
  max-width: 960px;
  margin: -48px auto 0;
}
.story-lp__main-tt {
  width: 165px;
  height: 48px;
  margin: 0 auto -20px;
  background: #0188CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  border-radius: 48px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.story-lp__main-tt::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #0188CE;
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.story-lp__main p picture img {
  width: 100%;
  display: block;
}
.story-lp__foot {
  padding: 52px 0 50px;
  background: #DFEEF8 0% 0% no-repeat padding-box;
}
.story-lp__foot-tt {
  font-size: 48px;
  line-height: 1.4583333333;
  color: #003788;
}
.story-lp__foot-tt span {
  display: inline-block;
}
.story-lp__foot-text {
  margin-top: 32px;
  font-size: 22px;
  line-height: 1.7818181818;
}
.story-lp__foot-link {
  margin-top: 50px;
}
.story-lp__foot-link .story-entry__btn {
  width: 588px;
  height: 108px;
  margin: 0 auto;
  background: #FF732B;
  color: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 108px;
}
.story-lp__foot-link .story-entry__btn span {
  font-size: 22px;
  font-weight: bold;
}
.story-lp__foot-link .story-entry__btn::after {
  content: "";
  width: 12px;
  height: 22px;
  margin-left: 26px;
  background: url("../img/i_arw02.webp") right center no-repeat;
  background-size: contain;
}
.story-lp__foot-link small {
  margin-top: 22px;
  font-size: 16px;
  display: block;
}

.footer-story {
  min-height: 70px;
  color: #FFFFFF;
  background: #003788 0% 0% no-repeat padding-box;
}
.footer-story a {
  color: #FFFFFF;
}
@media (min-width: 900.1px) {
  .footer-story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-story__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5;
  }
  .footer-story__nav-link li + li {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #FFFFFF;
  }
}

@media (max-width: 1000px) {
  .story-lp__head-tt {
    font-size: 40px;
  }
  .story-lp__foot-tt {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .story-lp__head {
    padding: 35px 0 212px;
  }
  .story-lp__head-tt {
    font-size: 20px;
    line-height: 1.45;
  }
  .story-lp__head-text {
    margin-top: 22px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
  .story-lp__head-text b {
    font-size: 14px;
    color: #FF732B;
  }
  .story-lp__main {
    margin: -190px auto 0;
    padding-inline: 8px;
  }
  .story-lp__main-tt {
    width: 144px;
    height: 40px;
    margin: 0 auto 12px;
    font-size: 12px;
  }
  .story-lp__main-tt::after {
    width: 12px;
    height: 12px;
    margin-top: -7px;
  }
  .story-lp__foot {
    padding: 30px 0 32px;
  }
  .story-lp__foot-tt {
    font-size: 19px;
    line-height: 1.6;
  }
  .story-lp__foot-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    padding-inline: 8px;
    font-weight: 600;
  }
  .story-lp__foot-text br {
    display: none;
  }
  .story-lp__foot-link {
    margin-top: 56px;
  }
  .story-lp__foot-link .story-entry__btn {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
    height: 68px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .story-lp__foot-link .story-entry__btn span {
    font-size: 14px;
  }
  .story-lp__foot-link .story-entry__btn::after {
    width: 9px;
    height: 17px;
    margin-left: 1px;
  }
  .story-lp__foot-link small {
    margin-top: 25px;
    font-size: 14px;
    display: block;
  }
}
@media (max-width: 900px) {
  .footer-story {
    min-height: 190px;
    padding-top: 20px;
    display: block;
    text-align: center;
  }
  .footer-story__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-story__nav-link li {
    line-height: 1.5;
  }
  .footer-story__nav-link li:first-child {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 374.9px) {
  .story-lp__head {
    padding: 35px 0 212px;
  }
  .story-lp__head-text {
    font-size: 13px;
    letter-spacing: -0.05em;
  }
  .story-lp__head-text b {
    font-size: 13px;
  }
  .story-lp__foot {
    padding: 30px 0 32px;
  }
  .story-lp__foot-tt {
    font-size: 18px;
    line-height: 1.6;
  }
  .story-lp__foot-text {
    margin-top: 15px;
    font-size: 15px;
  }
  .story-lp__foot-link {
    margin-top: 32px;
  }
  .story-lp__foot-link .story-entry__btn {
    max-width: 308px;
    height: 56px;
  }
  .story-lp__foot-link .story-entry__btn span {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .story-lp__foot-link .story-entry__btn::after {
    width: 7px;
    height: 15px;
    margin-left: 0;
  }
  .story-lp__foot-link small {
    margin-top: 20px;
    font-size: 13px;
  }
}