h1.landing-h1 {
  width: 84.6%;
  font-size: clamp(3.6rem, 5vw, 5.4rem);
}
@media screen and (min-width: 801px) {
  h1.landing-h1 {
    width: 69.4%;
  }
}

article.story-card {
  width: 84.6%;
  margin: 0 auto;
  padding-bottom: clamp(60px, 10vw, 130px);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
article.story-card img {
  width: 100%;
  margin-bottom: 20px;
}
article.story-card img.pc-img {
  display: none;
}
article.story-card .text-container {
  width: 100%;
}
article.story-card .text-container h3 {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  width: fit-content;
  line-height: 100%;
  margin-bottom: 48px;
  font-size: clamp(1.4rem, 2.5vw, 2.8rem);
  padding-bottom: 12px;
}
article.story-card .text-container h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 22px;
  height: 1px;
  background-color: #ffffff;
}
article.story-card .text-container h4.mid-title {
  font-family: Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 2em;
  letter-spacing: 0.08em;
  line-height: 170%;
}
article.story-card .text-container p.text-body {
  line-height: 165%;
  letter-spacing: 0.06em;
  font-size: clamp(1.2rem, 2vw, 2rem);
}
article.story-card .text-container .arrow-link {
  width: fit-content;
  display: flex;
  margin-top: 3.3em;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 2vw, 2rem);
  padding-bottom: 0.2em;
}
article.story-card .text-container .arrow-link img {
  height: 1.1em;
  width: auto;
  margin: 0.2em 0 0 0.2em;
}
article.story-card.sc-reverse {
  padding: clamp(170px, 20vw, 280px) 0 0 0;
  margin-bottom: 170px;
}
@media screen and (min-width: 801px) {
  article.story-card {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 0 auto;
  }
  article.story-card img {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
  article.story-card img.sp-img {
    display: none;
  }
  article.story-card img.pc-img {
    display: unset;
  }
  article.story-card .text-container {
    width: calc(50% + 20px);
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  article.story-card .text-container h3 {
    margin-bottom: 58px;
    padding-bottom: 0.4em;
  }
  article.story-card .text-container h3:after {
    bottom: 0;
    width: 0.9em;
  }
  article.story-card .text-container p.text-body {
    letter-spacing: 0;
    line-height: 200%;
    font-weight: 500;
  }
  article.story-card.sc-reverse {
    flex-direction: row;
    margin: 0 auto 170px 0;
  }
  article.story-card.sc-reverse img {
    width: 50.5%;
  }
  article.story-card.sc-reverse .text-container {
    width: calc(33% + clamp(20px, 4vw, 46px));
    padding: 0 0 0 clamp(20px, 4vw, 46px);
    margin-right: auto;
  }
}

.deco-container {
  width: 70%;
  margin-left: 7.7%;
}
.deco-container img {
  width: 100%;
}
.deco-container img.pc-img {
  display: none;
}
@media screen and (min-width: 801px) {
  .deco-container {
    width: 49.8%;
    margin: -30px auto 0 0;
  }
  .deco-container img.pc-img {
    display: unset;
  }
  .deco-container img.sp-img {
    display: none;
  }
}

article.story-1 {
  background: url(../img/story/story-1-bg.webp) bottom right no-repeat;
  background-size: calc(50% - 20px);
  width: 92.3%;
  margin: 0 0 0 auto;
  padding-bottom: clamp(80px, 10vw, 100px);
}
article.story-1 .text-container {
  width: 84.6vw;
  margin: 0 auto 60px 0;
}
article.story-1 .text-container p.text-body {
  letter-spacing: 0.06em;
  line-height: 280%;
}
article.story-1 img.sp-img {
  width: 50vw;
  align-self: flex-end;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 801px) {
  article.story-1 {
    width: 84.7%;
    flex-direction: row-reverse;
    background: url(../img/story/story-1-bg.webp) bottom right no-repeat;
    background-size: 30%;
  }
  article.story-1 .text-container p.text-body {
    line-height: 270%;
    letter-spacing: 0.08em;
  }
}

article.story-2 {
  width: 100%;
  background: url(../img/story/story-bg-sp.webp) bottom 30% right no-repeat;
  background-size: 46%;
}
article.story-2 .text-container {
  width: 84.6%;
}
article.story-2 img.sp-img {
  width: 92.3%;
  margin: 40px auto 0 0;
}
@media screen and (min-width: 801px) {
  article.story-2 {
    background: url(../img/story/story-bg.webp) center top no-repeat;
    background-size: 50%;
  }
  article.story-2 .text-container p.text-body {
    font-size: 16px;
  }
}

article.story-3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
article.story-3 .img-title {
  width: 47%;
  margin: 0 0 clamp(40px, 5vw, 60px);
}
article.story-3 .text-container .al-pc {
  display: none;
}
article.story-3 img.sp-img {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 801px) {
  article.story-3 {
    margin-bottom: clamp(140px, 20vw, 280px);
    padding-bottom: clamp(60px, 10vw, 130px);
  }
  article.story-3 img.pc-img {
    width: 55.7%;
  }
  article.story-3 .text-container {
    width: 44.3%;
    padding-right: 20px;
  }
  article.story-3 .text-container .al-pc {
    display: block;
    margin-top: 3.5em;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
  article.story-3 .text-container p.text-body {
    font-size: 16px;
    width: 90%;
    max-width: 450px;
  }
}

.al-sp {
  display: block;
  width: fit-content;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  margin: 60px 7.7% 160px;
  letter-spacing: 0.02em;
  line-height: 200%;
  font-weight: 300;
}
.al-sp img {
  height: 0.9em;
  width: auto;
  margin-left: 0.4em;
}
@media screen and (min-width: 801px) {
  .al-sp {
    display: none;
  }
}

/*# sourceMappingURL=about.css.map */
