@charset "UTF-8";

/* stories */
.stories {
  padding: 0 0 150px 0;
}
.stories-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.wrap {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
  will-change: opacity;
}
.block {
  min-height: 100vh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.stories-title {
  font-size: 3em;
  font-weight: 500;
  line-height: 48px;
  margin: 5px 0 0 0;
}
.stories-title-sub {
  font-size: 1.5em;
  line-height: 27px;
  font-weight: 500;
  color: #8eaab4;
  margin: 0;
}
.stories-txt-wrap {
  margin: 10px 0 0 0;
}
.stories-txt {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 27px;
  text-shadow: 0 1px 2px rgba(244, 244, 244, 0.8);
  margin: 15px 0 0 0;
}
.stories-txt-en {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 27px;
  text-shadow: 0 1px 2px rgba(244, 244, 244, 0.8);
  margin: 20px 0 5px 0;
}
.stories-txt-en span {
  background: linear-gradient(transparent 65%, #f1eedc 65%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.stories-txt-sub {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 27px;
  text-shadow: 0 1px 2px rgba(244, 244, 244, 0.8);
  margin: 0;
}
.stories-table {
  margin: 0;
}
.stories-table td {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 27px;
  text-shadow: 0 1px 2px rgba(244, 244, 244, 0.8);
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.split-1 {
  opacity: 1;
  overflow: hidden;
}
.split-2 {
  opacity: 1;
  overflow: hidden;
}
.line {
  display: block;
  overflow: hidden;
}
.line > * {
  display: inline-block;
}

@media screen and (max-width:767px) {
  /* stories */
  .stories {
    padding: 0 0 100px 0;
  }
  .stories-title {
    font-size: 1.8em;
    line-height: 28px;
  }
  .stories-title-sub {
    font-size: 1.3em;
  }
  .stories-txt {
    font-size: 1.2em;
    line-height: 22px;
  }
  .stories-txt-sub {
    font-size: 1.2em;
    line-height: 22px;
  }
  .stories-txt-en {
    font-size: 1.4em;
    line-height: 24px;
  }
  .stories-table td {
    font-size: 1.2em;
    line-height: 22px;
  }
}