.sub-tl-box {
  gap: 1rem;
  margin-top: 11px;
  flex-direction: column;
}
.sub-tl-lead {
  display: inline-block;
  margin-top: auto;
  flex-basis: 63%;
  max-width: 638px;
}
.sub-tl {
  font-size: 2.375rem;;
}
@media screen and (max-width: 767px) {
  .tl-box h2 {
    font-size: 25px !important;
  }
  .sub-tl-box {
    gap: 10px;
    margin-top: 10px;
  }
  .sub-tl {
    font-size: clamp(1.5rem, 0.426rem + 5.37vw, 3rem);
  }
}
.u-hidden {
  overflow: hidden;
}
section#stickyContents {
  max-width: 1275px;
  margin-inline: auto;
}
section#documentary {
  margin-bottom: 100px !important;
}
section#intro {
  padding-top: 252px;
  position: relative;
  z-index: 0;
  margin-bottom: 80px !important;
}
section#intro .bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  max-width: 1400px;
}
section#documentary .bg figure {
  position: absolute;
  width: min(60%, 850px);
  transform: translate(0, 100px);
  margin-left: calc(50% - 50vw);
}
section#documentary .bg figure img {
  max-width: 100%;
  height: auto;
}
section#intro .bg figure figcaption {
  font-size: .75rem;
  line-height: 140%;
}
#intro > .wrapper {
  background-color: #F4F5F9;
  width: min(853px, 45%);
  margin: 0 calc(50% - 50vw) 0 auto;
  padding: 49px 5vw 55px 3.75rem;
}
#intro h3 {
  color: #000;
  font-size: clamp(1.2rem, 0.429rem + 1.61vw, 1.875rem);
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 15px !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: max-content;
  max-width: 100%;
}
.flex.--intro {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 23px !important;
}
.flex.--intro > img {
  max-width: 100px !important;
}
.flex.--intro p.--name {
  font-size: 1.6875rem;
  line-height: 130%;
  font-weight: 500;
}
.flex.--intro p.--position {
  font-size: 1.125rem;
  margin-top: .8em !important;
}
p.--lead {
  line-height: 200%;
  max-width: 630px;
}

section#stickyContents .wrapper {
  display: flex;
  gap: clamp(1rem, -1.071rem + 4.32vw, 2.813rem);
  justify-content: space-between;
  position: relative;
}
section#stickyContents .wrapper.--reverse {
  flex-direction: row-reverse;
  margin-top: 80px !important;
}
section#stickyContents .text_box {
  flex-basis: 58%;
}
section#stickyContents .text_box div {
  padding-top: 30vh;
}
section#stickyContents .text_box div:nth-of-type(1) {
  padding-top: 0;
}
section#stickyContents .text_box div:last-child {
  padding-bottom: 0;
}

section#stickyContents .text_box h3 {
  font-size: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
  font-weight: 500;
  margin-bottom: 25px !important;
  color: #000;
}
section#stickyContents .text_box div p {
  line-height: 200%;
}
.text_box p:not(:nth-last-of-type(1)) {
  margin-bottom: 1rem !important;
}
section#stickyContents .image_box {
  height: 80vh;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 15%;
  width: min(485px, 40%);
}
section#stickyContents .image_box figure {
  margin: auto;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: .8s !important;
  opacity: 0;
}
section#stickyContents .image_box figcaption {
  font-size: .75rem;
  line-height: 130%;
  margin-top: 10px !important;
  visibility: hidden;
  background: #fff;
}
section#stickyContents .image_box figure:first-child,
section#stickyContents .image_box figure.active,
section#stickyContents .image_box figure:first-child figcaption,
section#stickyContents .image_box figure.active figcaption {
  visibility: visible;
  opacity: 1;
}

section#intro.--en .flex.--intro p.--position {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  :root {
    font-size: 14px;
  }
  #intro > .wrapper {
    padding: 1rem;
    margin: 0 auto;
    width: 95%;
  }
  #intro h3 {
    display: block;
  }
  section[id^="contents"] .flex.--contents {
    flex-direction: column !important;
    gap: 2rem;
  }
  .flex.--intro {
    flex-direction: column;
    gap: 10px;
  }
  .flex.--intro p.--position {
    font-size: 1.125rem;
    margin-top: 0 !important;
}
section#intro::before {
  width: 100vw;
  transform: translate(0%, 20px);
  background-position: right top 20%;
  background-position: right 30% center;
}
section#intro::after {
  bottom: unset;
  top: 2%;
}
section#stickyContents .text_box div {
  padding-top: 40px;
}
section#stickyContents .text_box h3 {
  font-size: 1.5rem;
}
section#stickyContents .wrapper,
section#stickyContents .wrapper.--reverse {
  max-width: 90vw;
  flex-direction: column;
  margin-inline: auto;
  
}
section#stickyContents .wrapper.--reverse {
  margin-top: 40px !important;
}
section#documentary .bg figure {
  width: 100%;
  transform: translate(0, 0);
  display: flex;
  flex-direction: column-reverse;
}
    section#stickyContents .text_box div {
        padding-top: 40px;
    }
}

