.st_story_article {
  padding: var(--article-padding-top, 10rem) 0rem var(--article-padding-bottom, 10rem);
}
@media (max-width:640px) {
  .st_story_article {
    padding-top: 2.5rem;
  }
}
.st_story_header {
  position: relative;
  overflow: hidden;
}
.st_story_header .st_breadcrumbs {
  position: relative;
  z-index: 2;
  --main-color:white;
  --text-color:white;
}
.st_story_header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  height: 33.75rem;
  background-image: -webkit-linear-gradient(left, #0060AB, #1B97DF);
  background-image: -moz-linear-gradient(left, #0060AB, #1B97DF);
  background-image: -ms-linear-gradient(left, #0060AB, #1B97DF);
  background-image: -o-linear-gradient(left, #0060AB, #1B97DF);
  background-image: linear-gradient(90deg, #0060AB, #1B97DF);
}
.st_story_header > .body {
  position: relative;
  width: var(--content-width, auto);
  margin: 10rem auto 0rem;
  padding: 2.5rem;
  z-index: 2;
  background-color: var(--background-color, #fff);
  border-radius: 0.5rem;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(37.5rem, 100%), 1fr));
  grid-gap: 2.5rem;
}
@media (max-width:640px) {
  .st_story_header > .body {
    margin-top: 2.8125rem;
    padding: 1.5rem 1rem;
  }
}
.st_story_header > .body > .image > .img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.st_story_header > .body > .image > .caption {
  display: block;
  margin-top: 0.25em;
  text-align: right;
  font-size: var(--font-size-sm, 0.875rem);
}
.st_story_header > .body > .texts > .title {
  margin-bottom: 2rem;
  font-size: 2.375rem;
  line-height: 1.5em;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  word-break: keep-all;
  font-feature-settings: "palt";
}
@media (max-width:640px) {
  .st_story_header > .body > .texts > .title {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }
}
.st_story_header > .body > .texts > .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}
.st_story_header > .body > .texts > .tags > li {
  padding: 0.5em 1.5em;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: var(--main-color, #0060ab);
  border-radius: 1em;
  text-align: center;
  font-size: var(--font-size-p, 1rem);
  line-height: 1em;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 4;
  color: var(--main-color, #0060ab);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.st_story_header > .body > .texts > .tags > li.is-active {
  background-color: var(--main-color, #0060ab);
  color: var(--inverse-text-color, #fff);
}
.st_story_header > .body > .texts > .date {
  display: block;
  margin-top: 1rem;
  font-size: var(--font-size-p, 1rem);
}
.st_story_banner {
  display: block;
  max-width: 30rem;
  width: 100%;
  margin: 2.5rem auto;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: var(--gray-color, #999);
  border-radius: 0.5rem;
}
.st_story_index {
  max-width: 57.5rem;
  width: 100%;
  padding: 4rem 5rem;
  margin: 2.5rem auto;
  background: linear-gradient(90deg, #EBF8FF 0%, #D6EDFB 45%, #C2E6FD 100%);
  border-radius: 0.5rem;
}
@media (max-width:640px) {
  .st_story_index {
    padding: 2.5rem 1rem;
  }
}
.st_story_index__title {
  margin-bottom: 1.5rem;
  font-size: var(--font-size-h2, 2.375rem);
  color: var(--text-color, #333);
  font-weight: 700;
  font-family: "BIZ UDPGothic", sans-serif;
}
@media (max-width:640px) {
  .st_story_index__title {
    font-size: var(--font-size-h3, 2rem);
  }
}
.st_story_index__list > li {
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: var(--gray-color, #999);
}
.st_story_index__list > li > a {
  display: block;
  position: relative;
  padding: 0.5rem 0rem;
  padding-right: 1.5em;
  font-size: var(--font-size-p, 1rem);
  color: var(--text-color, #333);
  font-family: "BIZ UDPGothic", sans-serif;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.st_story_index__list > li > a:hover {
  color: var(--main-color, #0060ab);
}
.st_story_index__list > li > a::after {
  content: "keyboard_arrow_down";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: auto;
  margin-right: 0rem;
  width: 1em;
  height: 1em;
  color: var(--main-color, #0060ab);
  font-family: "Material Symbols Outlined";
}
.st_story_solution > ul {
  width: auto;
  margin-inline: auto;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 5rem;
}
.st_story_solution > ul > li {
  position: relative;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 21.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.5rem;
}
.st_story_solution > ul > li > h3 {
  padding: 0.5rem;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  background-color: var(--gray-color, #999);
  text-align: center;
  font-size: var(--font-size-h3, 2rem);
  line-height: 1.5em;
  color: var(--inverse-text-color, #fff);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
}
.st_story_solution > ul > li > .text {
  padding: 1.125rem;
  font-size: var(--font-size-p, 1rem);
  line-height: 2em;
  font-family: "BIZ UDPGothic", sans-serif;
}
@media (min-width:640px) {
  .st_story_solution > ul > li > .text {
    padding: 2rem 1rem;
  }
}
.st_story_solution > ul > li.is-item-problem::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: auto;
  background-color: var(--main-color, #0060ab);
}
.st_story_solution > ul > li.is-item-problem::after {
  margin-bottom: -3.25rem;
  width: 2.5rem;
  height: 1.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100%), 50% 100%, 0% calc(100% - 100%));
}
.st_story_solution > ul > li.is-item-solution {
  border-color: var(--main-color, #0060ab);
}
.st_story_solution > ul > li.is-item-solution > h3 {
  background-color: var(--main-color, #0060ab);
}
.st_story_interview_casts {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(18.75rem, 100%), 1fr));
  grid-gap: 2.5rem;
}
@media (max-width:640px) {
  .st_story_interview_casts {
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem;
  }
}
.st_story_interview_casts > li {
  padding: 1rem 1rem;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9.375rem 1fr;
  grid-template-columns: 9.375rem 1fr;
  grid-gap: 1rem;
  background: linear-gradient(90deg, #EBF8FF 0%, #D6EDFB 45%, #C2E6FD 100%);
  border-radius: 0.5rem;
}
@media (max-width:640px) {
  .st_story_interview_casts > li {
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    align-content: start;
  }
}
.st_story_interview_casts > li > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.st_story_interview_casts > li > .texts {
  font-family: "BIZ UDPGothic", sans-serif;
}
.st_story_interview_casts > li > .texts > .role {
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.5em;
}
.st_story_interview_casts > li > .texts > .name {
  display: block;
  margin-top: 0.5rem;
}
.st_story_interview_casts > li > .texts > .name > .body {
  font-size: var(--font-size-p, 1rem);
  font-weight: 700;
}
.st_story_interview_casts > li > .texts > .name > .suffix {
  display: inline-block;
  font-size: var(--font-size-sm, 0.875rem);
}
.st_story_interview_contents {
  counter-reset: q;
  margin: 3.375rem auto;
}
.st_story_interview_contents > .item {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background-color: var(--background-color, #fff);
  font-family: "BIZ UDPGothic", sans-serif;
}
.st_story_interview_contents > .item > .header {
  margin-bottom: 1.5rem;
  -webkit-filter: drop-shadow(0px 2px 0px var(--main-color, #0060ab));
  filter: drop-shadow(0px 2px 0px var(--main-color, #0060ab));
  clip-path: inset(-0.125rem 0.0625rem);
}
.st_story_interview_contents > .item > .header > .title {
  padding-bottom: 1.5rem;
  background-color: var(--background-color, #fff);
  font-size: var(--font-size-h4, 1.5rem);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 1rem), 13.5% calc(100% - 1rem), 12% 100%, 10.5% calc(100% - 1rem), 0% calc(100% - 1rem));
}
.st_story_interview_contents > .item > .header > .title::before {
  counter-increment: q;
  content: "Q" counter(q) ". ";
}
@media (max-width:640px) {
  .st_story_interview_contents > .item > .header > .title {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 1rem), 16% calc(100% - 1rem), 12% 100%, 8% calc(100% - 1rem), 0% calc(100% - 1rem));
  }
}
.st_story_interview_contents > .item > .texts::after {
  content: "";
  display: block;
  width: 100%;
  height: 0rem;
  clear: both;
}
.st_story_interview_contents > .item > .texts > .image {
  margin-bottom: 1.875rem;
}
@media (min-width:640px) {
  .st_story_interview_contents > .item > .texts > .image {
    max-width: 30rem;
    width: auto;
    clear: both;
    float: right;
    margin-left: 1.875rem;
  }
}
.st_story_interview_contents > .item > .texts > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.st_story_interview_contents > .item > .texts > .image > figcaption {
  font-size: var(--font-size-sm, 0.875rem);
}
.st_story_interview_contents > .item > .texts > .image > figcaption > .post {
  display: inline-block;
  margin-left: 0.5em;
}
.st_story_interview_contents > .item > .texts > .text {
  margin-bottom: 2.5rem;
  text-align: justify;
  font-size: var(--font-size-p, 1rem);
  line-height: 2em;
  letter-spacing: 0.05em;
  font-family: "BIZ UDPGothic", sans-serif;
}
.st_story_interview_contents > .item > .texts > .text > .cast {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 700;
  color: var(--main-color, #0060ab);
}
/*# sourceMappingURL=./common.css.map */