.p-breadcrumb {
  display: none;
}
.p-breadcrumb .l-section__wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .p-breadcrumb .l-section__wrap {
    padding-bottom: 16px;
  }
}

.visual .l-section__wrap {
  padding: 0 0;
}
@media screen and (min-width: 1818px) {
  .visual .l-section__inner {
    width: 80.0856531049%;
  }
}
.visual .visual__image {
  position: relative;
}
.visual .visual__name {
  position: absolute;
  left: 9.9571734475%;
  bottom: 5%;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #FCFDFD;
}
@media screen and (max-width: 767.9px) {
  .visual .visual__name {
    left: 5.3333333333%;
  }
}
.visual .visual__name .m {
  position: relative;
  overflow: hidden;
  display: block;
}
.visual .visual__name .m span {
  display: block;
  transform: translateY(100%);
}
.visual .visual__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #1A1C1F;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .visual .visual__body {
    position: relative;
    height: auto;
    padding: 32px 0;
    color: #1A1C1F;
  }
}
.visual .visual__title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.3;
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .visual .visual__title {
    font-size: 2.4rem;
    width: 100%;
  }
}
.visual .visual__text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 24px;
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .visual .visual__text {
    margin-top: 16px;
    width: 100%;
    color: #6E7077;
  }
}
.visual .visual__text > p + p {
  margin-top: 0.4em;
}

.article {
  counter-increment: number;
}
.article .article__title {
  position: relative;
  color: #6167F0;
}
.article .article__title .l-section__inner {
  display: flex;
  align-items: center;
  height: 208px;
}
@media screen and (max-width: 767.9px) {
  .article .article__title .l-section__inner {
    height: 128px;
  }
}
.article .article__title .title {
  letter-spacing: 0.25em;
}
.article .article__title .chapter-number::after {
  content: counter(number, decimal-leading-zero);
  display: block;
}
.article .article__image .l-section__inner {
  width: 100%;
}
.article .article__image .l-section__inner .image {
  position: relative;
  overflow: hidden;
}
.article .article__image .l-section__inner .image span {
  position: relative;
  display: block;
}
@media screen and (min-width: 1818px) {
  .article .article__image .l-section__inner .image {
    height: 845px;
  }
  .article .article__image .l-section__inner .image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 25%;
       object-position: center 25%;
    width: 100%;
    height: 100%;
  }
}
.article .article__body {
  padding-top: 104px;
}
@media screen and (max-width: 767.9px) {
  .article .article__body {
    padding-top: 64px;
  }
}

.others .l-section__wrap {
  overflow: hidden;
}
.others .c-background-line--d {
  height: 360px;
}
@media screen and (max-width: 767.9px) {
  .others .c-background-line--d {
    height: 480px;
  }
}
.others h2,
.others .others-slider__pager {
  color: #FCFDFD;
}
.others .others-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .others .others-cols {
    display: block;
    margin-bottom: 24px;
  }
}
.others .others__title {
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .others .others__title {
    margin-bottom: 32px;
  }
  .others .others__title .main {
    font-size: 4rem;
  }
}
.others .others__title .sub {
  font-size: 1.4rem;
}
.others .others__slider {
  position: relative;
  z-index: 1;
}
.others .others-slider__pager {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}
.others .others-slider__pager span {
  position: relative;
  display: inline-block;
}
.others .others-slider__pager span:nth-of-type(1) {
  padding-right: 52px;
}
.others .others-slider__pager span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 36px;
  height: 1px;
  background-color: #FFFFFF;
}
.others .others-slider__list {
  position: relative;
  margin: 0 -20px;
}
@media screen and (max-width: 767.9px) {
  .others .others-slider__list {
    margin: 0 0;
  }
}
.others .others-slider__list .item {
  padding: 0 20px;
  opacity: 0.6;
}
@media screen and (max-width: 767.9px) {
  .others .others-slider__list .item {
    padding: 0 5.3333333333vw;
  }
}
.others .others-slider__list .item.is-active {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.others .slick-list {
  overflow: visible;
}
.others .slick-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  width: 12px;
  height: 36px;
  top: calc(var(--sih) * 0.5 - 18px);
}
@media screen and (max-width: 767.9px) {
  .others .slick-arrow {
    width: 8px;
    height: 24px;
    top: calc(var(--sih) * 0.5 - 12px);
  }
}
.others .slick-arrow.slick-prev {
  left: -6px;
  background-image: url("../img/icon_arrow_03.svg");
}
@media screen and (max-width: 767.9px) {
  .others .slick-arrow.slick-prev {
    left: -4px;
  }
}
.others .slick-arrow.slick-next {
  right: -6px;
  background-image: url("../img/icon_arrow_04.svg");
}
@media screen and (max-width: 767.9px) {
  .others .slick-arrow.slick-next {
    right: -4px;
  }
}/*# sourceMappingURL=interviews_article.css.map */