.story {
  overflow: hidden;
  min-width: 840px;
}
@media screen and (max-width: 767px) {
  .story {
    min-width: auto;
    height: auto !important;
  }
}
.story:nth-of-type(2n-1) {
  background-color: #00338e;
}
.story:nth-of-type(2n-1) .txt h3 {
  color: #fff;
}
.story:nth-of-type(2n-1) .txt h3 span {
  background: none;
  background-color: #fff;
  color: #00338e;
  font-weight: 800;
}
.story:nth-of-type(2n-1) .txt p {
  color: #fff;
  font-weight: 400;
}
.story#s00 {
  height: 540px;
}
.story#s00 .txt {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .story#s00 .txt {
    padding: 40px 0 180px;
  }
}
.story#s00 .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  width: 212px;
  height: 100%;
  background-image: url(../img/story00_line.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .story#s00 .txt::before {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
  }
}
.story#s00 .txt h3 em {
  position: relative;
  display: block;
  width: 300px;
  padding-bottom: 20px;
  font-style: normal;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .story#s00 .txt h3 em {
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.story#s00 .txt h3 em::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.story#s00 .txt h3 span {
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.story#s00 .txt p {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .story#s00 .txt p {
    font-size: 14px;
  }
}
.story#s00 .txt p span {
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-left: 4px;
  background-color: #fff;
  vertical-align: middle;
  margin-bottom: 3px;
}
.story#s01 {
  height: 550px;
}
@media screen and (max-width: 767px) {
  .story#s01 .txt {
    padding-bottom: 260px;
  }
}
.story#s02 {
  height: 500px;
}
.story#s02 .txt {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .story#s02 .txt {
    padding-bottom: 270px;
  }
}
.story#s03 {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .story#s03 .txt {
    padding-bottom: 290px;
  }
}
.story#s03 .txt p {
  width: 330px;
}
.story#s04 {
  height: 520px;
}
.story#s04 .txt {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .story#s04 .txt {
    padding-bottom: 290px;
  }
}
.story .wrap {
  height: 100%;
}
.story .txt {
  position: relative;
  padding-top: 10px;
  z-index: 2;
}
.story .txt h3 {
  font-size: 120px;
  font-weight: 900;
  color: #dde2e6;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .story .txt h3 {
    font-size: 80px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.story .txt h3:is(.feature:nth-of-type(2n-1) h3) {
  color: #fff;
}
.story .txt h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  padding: 5px 10px 7px;
  background: rgb(0, 0, 69);
  background: linear-gradient(90deg, rgb(0, 0, 69) 0%, rgb(0, 59, 144) 100%);
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .story .txt h3 span {
    margin-top: 8px;
    font-size: 26px;
  }
}
.story .txt h3 span:nth-of-type(2) {
  margin-top: 10px;
}
.story .txt p {
  width: 350px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .story .txt p {
    width: 100% !important;
    margin-top: 10px;
    line-height: 1.6;
  }
}
.story .txt p:is(#f01 .txt p) {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .story .txt p:is(#f01 .txt p) {
    width: 100%;
  }
}
.story picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .story picture {
    display: grid;
    align-items: end;
    /*top: auto;
    bottom: 0;*/
    width: 440px;
    margin-inline: calc(50% - 220px);
  }
}
.story picture img {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .story picture img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.designer .wrap {
  margin-top: 60px;
  padding: 30px 80px 40px;
  background-color: #edf5fa;
}
@media screen and (max-width: 767px) {
  .designer .wrap {
    margin-top: 30px;
    padding: 25px 20px 30px;
  }
}
.designer .wrap h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .designer .wrap h2 img {
    width: 270px;
  }
}
.designer .wrap > div {
  display: grid;
  grid-template-columns: auto 240px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .designer .wrap > div {
    grid-template-columns: auto;
    margin-top: 20px;
  }
}
.designer .wrap > div > div h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .designer .wrap > div > div h3 {
    text-align: center;
  }
}
.designer .wrap > div > div h3 span:nth-of-type(1) {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .designer .wrap > div > div h3 span:nth-of-type(1) {
    font-size: 14px;
  }
}
.designer .wrap > div > div h3 span:nth-of-type(2) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  padding: 0 6px 2px calc(6px + 0.2em);
  background: rgb(0, 0, 69);
  background: linear-gradient(90deg, rgb(0, 0, 69) 0%, rgb(0, 59, 144) 100%);
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .designer .wrap > div > div h3 span:nth-of-type(2) {
    margin-top: 8px;
    margin-inline: auto;
    font-size: 26px;
  }
}
.designer .wrap > div > div h3 span:nth-of-type(3) {
  display: block;
  margin-top: 2px;
  font-size: 20px;
  font-weight: 300;
  color: #00338e;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .designer .wrap > div > div h3 span:nth-of-type(3) {
    margin-top: 5px;
    font-size: 16px;
  }
}
.designer .wrap > div > div h3 + p {
  margin: 20px 0 15px;
}
@media screen and (max-width: 767px) {
  .designer .wrap > div > div h3 + p {
    margin: 15px 0 10px;
  }
}
.designer .wrap > div > div p {
  padding-right: 50px;
  font-size: 13px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .designer .wrap > div > div p {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .designer .wrap > div picture {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .designer .wrap > div picture img {
    width: 150px;
  }
}/*# sourceMappingURL=style.css.map */