.about-page .hero-section {
  position: relative;
}
.about-page .hero-section .hero__background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--safari-vh, 100vh) * var(--viewport-scale, 1));
  object-fit: cover;
  z-index: -2;
}
.about-page .hero-section .hero__background-image img {
  width: 100%;
  max-height: unset;
  height: calc(var(--safari-vh, 100vh) * var(--viewport-scale, 1));
  object-fit: cover;
  aspect-ratio: auto;
}
.about-page .hero-section .hero__container {
  padding-left: 56px;
  padding-right: 40px;
  padding-bottom: 24px;
  min-height: calc(379px * var(--viewport-scale, 1));
  height: calc(49.3vh * var(--viewport-scale, 1));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #f4f4f4;
}
.about-page .hero-section .hero__heading {
  display: flex;
  align-items: end;
  flex: 1; /* 残りのスペースを使用 */
}
.about-page .hero-section .hero__title {
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  z-index: 2;
}
.about-page .hero-section .hero__breadcrumbs {
  margin-top: 64px;
  font-weight: 400;
}
.about-page .hero-section .hero__breadcrumbs .breadcrumb-wrapper {
  display: flex;
  justify-content: end;
}
.about-page .hero-section .hero__breadcrumbs .aioseo-breadcrumb a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.about-page .hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper {
  height: 1.2em;
  max-width: 200px;
  overflow: hidden;
}
.about-page .hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper .text-rotate-inner {
  will-change: transform;
}
.about-page .hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper .text-rotate-text {
  height: 1.2em;
  line-height: 1.2;
  white-space: nowrap;
}
.about-page .hero-section .hero__breadcrumbs .aioseo-breadcrumb a:hover .text-rotate-wrapper .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.about-page .hero-section .hero__heading-bg {
  position: absolute;
  bottom: -19px;
  left: -6px;
  font-size: 200px;
  letter-spacing: 4px;
  font-weight: 100;
  line-height: 100%;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}
.about-page .hero-section .hero__heading-bg .hero__bg-char {
  opacity: 0;
  display: inline-block;
  transform: translateY(50px);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}
.about-page .hero-section .hero__heading-bg:not(.hero__heading-bg--animated) .hero__bg-char {
  opacity: 0;
  transform: translateY(50px);
}
.about-page .hero-section .hero__heading-bg.hero__heading-bg--animated .hero__bg-char {
  opacity: 1;
  transform: translateY(0);
}
.about-page .hero-section .hero__contents-pc {
  position: relative;
  min-height: 20vh;
  z-index: 1;
}
.about-page .hero-section .hero__contents-pc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  pointer-events: none;
}
.about-page .hero-section .hero__contents-pc .hero__contents-item {
  margin: 0 auto;
  padding: 120px 64px 190px 64px;
  position: relative;
  width: 100%;
  max-width: 1366px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  color: #fff;
  letter-spacing: normal;
}
.about-page .hero-section .hero__contents-pc .hero__contents-item .hero__sticky-left {
  position: sticky;
  top: 160px;
  align-self: flex-start;
  flex: 0 0 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  z-index: 3;
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-title {
  max-width: 300px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.8;
  position: relative;
  z-index: 3;
  top: 150px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-title.fade-in-from-bottom {
  opacity: 1;
  transform: translateY(0);
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-text {
  height: 152vh;
  max-width: 720px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  padding: 90vh 16px 0;
  flex: 1 1 auto;
  z-index: 3;
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie {
  position: relative;
  margin-top: 40px;
  height: auto;
  z-index: 2;
  width: 100%;
  min-height: 400px;
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-1,
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-2,
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-3 {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in, transform 0.8s ease-in;
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-1.show,
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-2.show,
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-3.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-1.hide,
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-2.hide,
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-3.hide {
  opacity: 0;
  transform: translateY(-15px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-1 video,
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-2 video,
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-1 {
  top: var(--movie-1-top, 20px);
  left: var(--movie-1-left, 978px);
  width: var(--movie-1-width, 277px);
  height: var(--movie-1-height, 172px);
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-2 {
  top: var(--movie-2-top, -200px);
  top: var(--movie-2-top, -200px);
  left: var(--movie-2-left, -104px);
  width: var(--movie-2-width, 321px);
  height: var(--movie-2-height, 200.625px);
}
.about-page .hero-section .hero__contents-pc .hero__contents-item-movie .movie-3 {
  top: var(--movie-3-top, 213px);
  left: var(--movie-3-left, 161px);
  width: var(--movie-3-width, 320px);
  height: var(--movie-3-height, 200px);
}
.about-page .hero-section .hero__contents-pc .scroll-animation-item {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0%, -30%);
}
.about-page .hero-section .hero__contents-pc .scroll-animation p {
  margin-bottom: 35.2px;
  line-height: 1.8;
}
.about-page .hero-section .hero__contents-pc .scroll-animation p:last-child {
  margin-bottom: 0;
}
.about-page .hero-section .hero__contents-sp {
  display: none;
}

@media (max-width: 767px) {
  .about-page .hero-section .hero__background-image {
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .about-page .hero-section .hero__background-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 104vh;
    min-height: 100vh;
  }
  .about-page .hero-section .hero__container {
    padding: 0 16px 16px;
    min-height: fit-content;
    height: 32vh;
    background-color: #f4f4f4;
  }
  .about-page .hero-section .hero__title {
    font-size: 28px;
  }
  .about-page .hero-section .hero__breadcrumbs {
    margin-top: 20px;
  }
  .about-page .hero-section .hero__heading-bg {
    font-size: 72px;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: 1.44px;
    bottom: -6px;
  }
  .about-page .hero-section .hero__contents-pc {
    display: none;
  }
  .about-page .hero-section .hero__contents-sp {
    display: block;
    position: relative;
    min-height: 20vh;
    z-index: 1;
  }
  .about-page .hero-section .hero__contents-sp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    pointer-events: none;
  }
  .about-page .hero-section .hero__contents-sp .hero__contents-item {
    margin: 0 auto;
    padding: 120px 32px 1px 32px;
    position: relative;
    width: 100%;
    max-width: 375px;
    z-index: 3;
    color: #fff;
    letter-spacing: normal;
    text-align: justify;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
  }
  .about-page .hero-section .hero__contents-sp .hero__contents-item.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .about-page .hero-section .hero__contents-sp .hero__contents-item-title {
    max-width: 100%;
    font-size: 30px;
    font-weight: 300;
    line-height: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
  }
  .about-page .hero-section .hero__contents-sp .hero__contents-item-text {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    z-index: 3;
    letter-spacing: normal;
    margin-bottom: 30px;
  }
  .about-page .hero-section .hero__contents-sp .hero__contents-item-text .movie-1,
  .about-page .hero-section .hero__contents-sp .hero__contents-item-text .movie-2,
  .about-page .hero-section .hero__contents-sp .hero__contents-item-text .movie-3 {
    position: relative;
    width: 100%;
  }
  .about-page .hero-section .hero__contents-sp .hero__contents-item-text video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-page .hero-section .hero__contents-sp .hero__contents-item-text .movie-1 {
    top: var(--movie-1-top, -70px);
    right: var(--movie-1-right, -82px);
    width: var(--movie-1-width, 258.785px);
    height: var(--movie-1-height, 161.741px);
  }
  .about-page .hero-section .hero__contents-sp .hero__contents-item-text .movie-2 {
    top: var(--movie-2-top, 20px);
    left: var(--movie-2-left, 0px);
    width: var(--movie-2-width, 179.646px);
    height: var(--movie-2-height, 111.549px);
  }
  .about-page .hero-section .hero__contents-sp .hero__contents-item-text .movie-3 {
    top: var(--movie-3-top, 50px);
    left: var(--movie-3-left, 136px);
    width: var(--movie-3-width, 179.646px);
    height: var(--movie-3-height, 111.549px);
  }
  .about-page .hero-section .hero__contents-sp .scroll-animation-item {
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    transform: translate(0%, -30%);
  }
  .about-page .hero-section .hero__contents-sp .scroll-animation p {
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .about-page .hero-section .hero__contents-sp .scroll-animation p:last-child {
    margin-bottom: 0;
  }
}
