/* Sass Document */
div[id],
section[id] {
  scroll-margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  div[id],
section[id] {
    scroll-margin-top: 0;
  }
}

.l-kv.l-size--small,
.l-kv.l-size--small .l-kv__bg {
  max-height: 51rem;
}
@media screen and (max-width: 767.98px) {
  .l-kv.l-size--small,
.l-kv.l-size--small .l-kv__bg {
    max-height: inherit;
  }
}

.l-kv.l-size--small .l-kv__content {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .l-kv.l-size--small .l-kv__content {
    padding-bottom: 3.6rem;
  }
}

.p-people {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
  .p-people {
    padding-bottom: 8rem;
  }
}

.p-content__heading {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-content__heading {
    padding-top: 6rem;
    padding-inline: 3rem;
  }
}
.p-content__heading .c-txt {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-content__heading .c-txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.p-anchor__list {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: center;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__list {
    display: block;
    margin-top: 3.6rem;
  }
}

.p-anchor__item {
  width: 38rem;
  border-bottom: 1px solid rgb(199, 199, 199);
}
@media screen and (max-width: 767.98px) {
  .p-anchor__item {
    width: auto;
  }
  .p-anchor__item + .p-anchor__item {
    margin-top: 5rem;
  }
}
.p-anchor__item a {
  text-decoration: none;
  color: currentColor;
}
@media (any-hover: hover) {
  .p-anchor__item a:hover .c-front {
    opacity: 0;
  }
  .p-anchor__item a:hover .p-anchor__body {
    background-color: #e7ebef;
  }
}

.p-anchor__inner .p-img-wrapper {
  position: relative;
}
.p-anchor__inner .p-img-wrapper img {
  width: 100%;
}
.p-anchor__inner .p-img-wrapper p {
  position: absolute;
}
.p-anchor__inner .p-img-wrapper .c-num {
  position: absolute;
  z-index: 2;
  font-size: 5rem;
  font-weight: 600;
  top: 3rem;
  right: 3rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__inner .p-img-wrapper .c-num {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.p-anchor__inner .p-img-wrapper .c-num::after {
  content: "";
  position: absolute;
  width: 1.1em;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #fff;
  top: calc(100% + 1rem);
}
.p-anchor__inner .p-img-wrapper .c-catch {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  bottom: 3rem;
  left: 0.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__inner .p-img-wrapper .c-catch {
    font-size: 1.5rem;
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
.p-anchor__inner .p-img-wrapper .c-catch span {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background: linear-gradient(90deg, rgb(66, 168, 244) 0%, rgb(9, 95, 200) 100%);
}
.p-anchor__inner .p-img-wrapper .c-catch span + span {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__inner .p-img-wrapper .c-catch span + span {
    margin-top: 0.4rem;
  }
}
.p-anchor__inner .p-pc-img-wrapper {
  display: grid;
  aspect-ratio: 380/480;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__inner .p-pc-img-wrapper {
    display: none;
  }
}
.p-anchor__inner .p-pc-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-anchor__inner .p-pc-img-wrapper .c-img {
  position: relative;
  grid-row: 1;
  grid-column: 1;
}
.p-anchor__inner .p-pc-img-wrapper .c-front {
  z-index: 2;
  transition: 0.3s opacity;
}
.p-anchor__inner .p-pc-img-wrapper .c-back {
  z-index: 1;
}
.p-anchor__inner .p-sp-img-wrapper {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__inner .p-sp-img-wrapper {
    display: block;
  }
}

.p-anchor__body {
  padding: 3rem 1rem 2rem;
  position: relative;
  background-color: #fff;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__body {
    padding: 2rem 0.5rem 1.5rem;
  }
}
.p-anchor__body .c-position {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__body .c-position {
    font-size: 1.3rem;
  }
}
.p-anchor__body .c-position::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  top: 0.2rem;
  background: url(../img/common/icn_people.svg) no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__body .c-position::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-anchor__body .c-name {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 1rem;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__body .c-name {
    font-size: 1.6rem;
    margin-top: 0.4rem;
  }
}
.p-anchor__body .c-more {
  position: absolute;
  font-size: 1.2rem;
  font-family: "Jost", sans-serif;
  color: #fff;
  font-weight: 600;
  background-color: rgb(53, 63, 170);
  border-radius: 100px;
  display: inline-block;
  padding: 0.1rem 1rem 0.3rem 1.8rem;
  right: 1rem;
  bottom: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-anchor__body .c-more {
    bottom: 1.5rem;
    right: 0.5rem;
  }
}
.p-anchor__body .c-more::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  background-color: #fff;
  width: 0.5rem;
  height: 0.4rem;
  top: 55%;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#matsumura {
  margin-top: 13.6rem;
}
@media screen and (max-width: 767.98px) {
  #matsumura {
    margin-top: 8.6rem;
  }
}
#matsumura .p-first__bg {
  background: url(../img/people/img_matsumura.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767.98px) {
  #matsumura .p-first__bg {
    background-image: url(../img/people/img_matsumura_sp.jpg);
  }
}

#yamasaki {
  margin-top: 8.6rem;
}
@media screen and (max-width: 767.98px) {
  #yamasaki {
    margin-top: 0;
  }
}
#yamasaki .p-first__bg {
  background: url(../img/people/img_yamasaki.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767.98px) {
  #yamasaki .p-first__bg {
    background-image: url(../img/people/img_yamasaki_sp.jpg);
  }
}
#yamasaki .p-first__inner .p-txt-wrapper {
  padding-top: 19.8rem;
}
@media screen and (max-width: 767.98px) {
  #yamasaki .p-first__inner .p-txt-wrapper {
    padding-top: 40rem;
  }
}

#osuga {
  margin-top: 8.6rem;
}
@media screen and (max-width: 767.98px) {
  #osuga {
    margin-top: 0;
  }
}
#osuga .p-first__bg {
  background: url(../img/people/img_osuga.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767.98px) {
  #osuga .p-first__bg {
    background-image: url(../img/people/img_osuga_sp.jpg);
  }
}

.p-first__content-inner {
  display: grid;
  height: 300vh;
  margin-bottom: -100vh;
}
@media screen and (max-width: 767.98px) {
  .p-first__content-inner {
    min-height: 2001px;
  }
}

.p-first__inner {
  position: relative;
  z-index: 2;
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 200vh;
}
@media screen and (max-width: 767.98px) {
  .p-first__inner {
    min-height: 1334px;
  }
}
.p-first__inner .p-txt-wrapper {
  padding-top: 16.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: calc(50% + 18rem);
}
.p-first__inner .p-txt-wrapper .c-cover {
  position: relative;
  z-index: 2;
}
.p-first__inner .p-txt-wrapper .c-cover::before {
  content: "";
  position: absolute;
  background-color: #353faa;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  z-index: 2;
}
.p-first__inner .p-txt-wrapper .c-txt {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.p-first__inner .p-txt-wrapper.is-txtshow .c-cover::before {
  -webkit-animation: belt 1s forwards;
          animation: belt 1s forwards;
}
.p-first__inner .p-txt-wrapper.is-txtshow .c-txt {
  -webkit-animation: textShow 1s forwards;
          animation: textShow 1s forwards;
}
@media screen and (max-width: 767.98px) {
  .p-first__inner .p-txt-wrapper {
    padding-top: 36rem;
    margin-left: 0;
    width: auto;
  }
}
.p-first__inner .p-txt-wrapper > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-first__inner .p-txt-wrapper > div {
    width: auto;
    margin-left: 2rem;
  }
}
.p-first__inner .c-catch {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .p-first__inner .c-catch {
    font-size: 2rem;
  }
}
.p-first__inner .c-position {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-first__inner .c-position {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

@-webkit-keyframes belt {
  0% {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  30% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  60% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes belt {
  0% {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  30% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  60% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-webkit-keyframes textShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-first__bg {
  height: 100vh;
  width: 100%;
  grid-row: 1;
  grid-column: 1;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-first__bg {
    min-height: 667px;
  }
}
.p-first__bg .c-name {
  margin-top: 2rem;
  font-size: 20rem;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  background: linear-gradient(90deg, rgb(66, 168, 244) 0%, rgb(9, 95, 200) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: -3.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-first__bg .c-name {
    font-size: 8rem;
    line-height: 0.7;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    bottom: -0.2rem;
  }
}

.p-people__container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-people__container {
    display: block;
  }
}

.p-sticky-img {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-sticky-img {
    display: block;
    min-height: 667px;
  }
}
.p-sticky-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-side-img__content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 50%;
  flex-shrink: 0;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-side-img__content {
    display: none;
  }
}

.p-side-img__wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-side-img__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s opacity;
  opacity: 0;
}
.p-side-img__wrapper img.is-show {
  opacity: 1;
}
.p-people__main-content {
  position: relative;
  z-index: 5;
}

.p-people__block {
  position: relative;
  z-index: 1;
}

.p-first__content {
  position: relative;
}
.p-first__content .p-inner__contents {
  padding-top: 14rem;
  background: url(../img/people/bg_img.png) #fff no-repeat top right/100% auto;
}
@media screen and (max-width: 767.98px) {
  .p-first__content .p-inner__contents {
    padding-top: 10rem;
  }
}
.p-first__content .p-inner__contents .p-img-wrapper {
  top: 0;
  margin-bottom: 0;
}

.p-inner__contents {
  padding: 6rem 6rem 16rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.p-inner__contents .p-img-wrapper {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-inner__contents .p-img-wrapper {
    top: -5rem;
    margin-bottom: -5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-inner__contents {
    padding: 0 3rem 10rem;
  }
}

.p-prof {
  padding-inline: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-prof {
    padding-inline: 0;
  }
}

.p-prof__ttl .u-en {
  color: rgb(53, 63, 170);
  font-weight: 600;
  font-size: 4.6rem;
}
.p-prof__ttl .u-jp {
  color: #000;
  font-size: 2rem;
  display: inline-block;
  margin-left: 1.5rem;
}

.p-prof__info {
  margin-top: 6rem;
}
.p-prof__info > div {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-prof__info > div {
    align-items: center;
  }
}
.p-prof__info > div + div {
  margin-top: 1.5rem;
}
.p-prof__info dt {
  font-weight: 700;
  color: rgb(53, 63, 170);
  flex-shrink: 0;
  position: relative;
  line-height: 1.5;
  margin-right: 0.7em;
  font-size: 1.6rem;
  width: 9em;
}
@media screen and (max-width: 767.98px) {
  .p-prof__info dt {
    margin-right: 0.75em;
  }
}
.p-prof__info dt::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: rgb(199, 199, 199);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-prof__info dt {
    font-size: 1.4rem;
    width: 7.1em;
  }
}
.p-prof__info dd {
  max-width: 32.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-prof__info dd {
    max-width: inherit;
  }
}
.p-prof__info dd p {
  line-height: 1.5;
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-prof__info dd p {
    font-size: 1.4rem;
  }
}

.p-episode .p-txt-wrapper {
  max-width: 48rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-episode .p-txt-wrapper {
    margin-top: 5rem;
  }
}
.p-episode .c-catch {
  font-weight: 700;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-episode .c-catch {
    margin-top: 5rem;
    font-size: 2rem;
  }
}
.p-episode .c-catch span {
  display: inline-block;
  padding: 0.8rem 0.5rem;
  background: linear-gradient(90deg, rgb(66, 168, 244) 0%, rgb(9, 95, 200) 100%);
}
.p-episode .c-catch span + span {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-episode .c-catch span + span {
    margin-top: 0.4rem;
  }
}
.p-episode .c-catch + .c-txt {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-episode .c-catch + .c-txt {
    margin-top: 2.4rem;
  }
}
.p-episode .c-txt {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-episode .c-txt {
    line-height: 1.75;
    font-size: 1.4rem;
  }
}

.-episode01 .p-img-wrapper {
  margin-top: 9.2rem;
}
@media screen and (max-width: 767.98px) {
  .-episode01 .p-img-wrapper {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .-episode01 {
    margin-top: 6rem;
  }
}

.c-ttl__episode {
  text-align: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .c-ttl__episode {
    margin-top: 6rem;
  }
}
.c-ttl__episode .u-en {
  font-size: 8.6rem;
  display: inline-block;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, rgb(66, 168, 244) 0%, rgb(9, 95, 200) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .c-ttl__episode .u-en {
    font-size: 6rem;
  }
}
.c-ttl__episode .u-jp {
  font-size: 2rem;
  display: flex;
  font-weight: 700;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .c-ttl__episode .u-jp {
    font-size: 1.8rem;
  }
}
.c-ttl__episode .u-jp::before, .c-ttl__episode .u-jp::after {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: rgb(199, 199, 199);
  content: "";
}
.c-ttl__episode .u-jp::before {
  margin-right: 1rem;
}
.c-ttl__episode .u-jp::after {
  margin-left: 1rem;
}

.-hartfull {
  padding-top: 12rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .-hartfull {
    padding-top: 2rem;
  }
}
.-hartfull .c-ttl__episode {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .-hartfull .c-ttl__episode .u-jp {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.l-link-list__content {
  margin-top: 9rem;
}
@media screen and (max-width: 767.98px) {
  .l-link-list__content {
    margin-top: 0;
  }
}
/*# sourceMappingURL=people.css.map */