@charset "UTF-8";
/* ===== planetとは_PC (Figma 378:43) ===== */
.page--planet {
  overflow-x: hidden;
}

/* ── Animations (from home.css) ── */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.2s;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.9s ease;
}

.fade-in.is-visible {
  opacity: 1;
}

@keyframes moving1 {
  0%, 100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
@keyframes moving2 {
  0%, 100% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(6px);
  }
}
@keyframes moving3 {
  0%, 100% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.06);
  }
  65% {
    transform: scale(0.97);
  }
}
@keyframes moving4 {
  0% {
    transform: translate(4px, 0);
  }
  12.5% {
    transform: translate(2.8px, 2.8px);
  }
  25% {
    transform: translate(0, 4px);
  }
  37.5% {
    transform: translate(-2.8px, 2.8px);
  }
  50% {
    transform: translate(-4px, 0);
  }
  62.5% {
    transform: translate(-2.8px, -2.8px);
  }
  75% {
    transform: translate(0, -4px);
  }
  87.5% {
    transform: translate(2.8px, -2.8px);
  }
  100% {
    transform: translate(4px, 0);
  }
}
.moving-1 {
  animation: moving1 4s ease-in-out infinite;
  transform-origin: center center;
}

.moving-2 {
  animation: moving2 3.5s ease-in-out infinite;
}

.moving-3 {
  animation: moving3 2.5s ease-in-out infinite;
  transform-origin: center center;
}

.moving-4 {
  animation: moving4 6s linear infinite;
}

/* ── Ashirai (Decorative Elements) ── */
.ashirai-layer {
  position: absolute;
  width: var(--container-max);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: var(--z-deco-back);
}

.ashirai {
  position: absolute;
  pointer-events: none;
  max-width: none;
  width: 100%;
}

@media screen and ( max-width: 767px ) {
  .ashirai-layer {
    width: 100vw;
  }
}
/* Ashirai positions (adjusted for aboutus page if needed, currently copying from home sec-planet) */
.ashirai-01 {
  left: 174px;
  top: -60px;
  width: 70px;
}

.ashirai-02 {
  right: -23px;
  top: -271px;
  width: 425px;
}

.ashirai-03 {
  left: -104px;
  top: 109px;
  width: 332px;
}

.ashirai-04 {
  right: 24px;
  top: 126px;
  width: 140px;
}

.ashirai-05 {
  right: -57px;
  top: 311px;
  width: 57px;
}

.ashirai-06 {
  right: 229px;
  top: 563px;
  width: 279px;
}

.ashirai-07 {
  right: 16px;
  top: 602px;
  width: 64px;
}

@media screen and ( max-width: 767px ) {
  .ashirai-sp-01 {
    left: 0;
    top: 1.1vw;
    width: 19.5vw;
  }
  .ashirai-sp-02 {
    right: 0;
    top: -6.9vw;
    width: 33.3vw;
  }
  .ashirai-sp-03 {
    left: 0;
    bottom: 7.5vw;
    width: 17.9vw;
  }
  .ashirai-sp-04 {
    right: 0;
    bottom: -8.5vw;
    width: 22.4vw;
  }
}
.ashirai-08 {
  left: 46px;
  top: -64px;
  width: 106px;
}

.ashirai-09 {
  right: 0;
  top: -52px;
  width: 88px;
}

.ashirai-10 {
  left: -56px;
  top: 274px;
  width: 167px;
}

.ashirai-11 {
  left: 82px;
  top: 281px;
  width: 142px;
}

.ashirai-12 {
  right: -40px;
  top: 443px;
  width: 407px;
}

.ashirai-13 {
  right: -38px;
  top: 513px;
  width: 81px;
}

.ashirai-14 {
  left: 24px;
  top: 921px;
  width: 88px;
}

.ashirai-15 {
  left: 29px;
  top: 914px;
  width: 425px;
}

.ashirai-16 {
  right: 42px;
  top: 1196px;
  width: 140px;
}

.ashirai-17 {
  right: 45px;
  top: 1407px;
  width: 97px;
}

.ashirai-18 {
  left: 133px;
  top: 1657px;
  width: 131px;
}

.ashirai-19 {
  left: -22px;
  top: 1728px;
  width: 285px;
}

.ashirai-20 {
  right: 101px;
  top: 1923px;
  width: 61px;
}

.ashirai-21 {
  right: -14px;
  top: 2143px;
  width: 89px;
}

.ashirai-22 {
  left: 46px;
  top: 2271px;
  width: 106px;
}

.ashirai-23 {
  right: 54px;
  top: 2509px;
  width: 140px;
}

.ashirai-24 {
  left: 150px;
  top: 2501px;
  width: 77px;
}

.ashirai-25 {
  right: 257px;
  top: 853px;
  width: 429px;
}

.ashirai-26 {
  right: 208px;
  top: 1835px;
  width: 392px;
}

@media screen and ( max-width: 767px ) {
  .ashirai-sp-05 {
    left: 0;
    top: 82.9vw;
    width: 20.5vw;
  }
  .ashirai-sp-06 {
    right: 0;
    top: 101.8vw;
    width: 13.1vw;
  }
  .ashirai-sp-07 {
    right: 0;
    top: 247.4vw;
    width: 93.6vw;
  }
  .ashirai-sp-08 {
    right: 0;
    top: 287.1vw;
    width: 3.5vw;
  }
  .ashirai-sp-09 {
    left: 0;
    top: 350.7vw;
    width: 32.3vw;
  }
  .ashirai-sp-10 {
    right: 0;
    top: 410.4vw;
    width: 32vw;
  }
  .ashirai-sp-11 {
    right: 0;
    top: 513.5vw;
    width: 13.3vw;
  }
  .ashirai-sp-12 {
    left: 0;
    top: 591.7vw;
    width: 23.7vw;
  }
  .ashirai-sp-13 {
    left: 0;
    top: 668.6vw;
    width: 33.2vw;
  }
  .ashirai-sp-14 {
    right: 1.6vw;
    top: 783.7vw;
    width: 9.9vw;
  }
  .ashirai-sp-15 {
    left: 0;
    bottom: 123.9vw;
    width: 16vw;
  }
  .ashirai-sp-16 {
    left: 0;
    bottom: 52.3vw;
    width: 11.5vw;
  }
  .ashirai-sp-17 {
    right: 0;
    bottom: 5.3vw;
    width: 18.7vw;
  }
  .ashirai-sp-18 {
    left: 3.7vw;
    bottom: -8vw;
    width: 37.3vw;
  }
  .ashirai-sp-19 {
    right: 0;
    bottom: 115.9vw;
    width: 42.7vw;
  }
}
/* ── Hide on PC ── */
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
/* ── Hide on mobile ── */
@media screen and ( max-width: 767px ) {
  .sp-none {
    display: none;
  }
}
/* ── Page Hero (ph) ── */
.ph {
  background-image: url("../images/aboutus/hero-bg.png"), url("/planet/images/common/hero-bg-circle.png");
  z-index: 11;
}

@media screen and ( max-width: 767px ) {
  .ph {
    background-image: url("../images/aboutus/hero-bg-sp.png");
  }
  .ph__title {
    text-align: center;
  }
}
/* ── Keyword section (pk) ── */
.pk {
  position: relative;
  padding: 80px 0 65px;
  overflow: visible;
}

.pk__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 1024px;
  margin: 0 auto;
  z-index: var(--z-content);
}

.pk__media {
  flex: 0 0 auto;
  margin-right: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 446px));
  bottom: -280px;
  z-index: 2;
}

.pk__circle {
  width: 929px;
  overflow: hidden;
}

.pk__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pk__content {
  z-index: 10;
  margin-right: 68px;
}

.pk__kw-label {
  font-family: var(--ff-number);
  font-size: 28px;
  font-weight: 500;
  color: var(--c-title);
  font-family: var(--ff-body);
  margin: 0 0 10px;
}

.pk__kw-quote {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--c-text);
  margin: 0 0 40px;
  font-family: var(--ff-body);
}

.pk__kw-body {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: var(--c-text);
  margin: 0;
}

@media screen and ( max-width: 767px ) {
  .pk {
    padding: 10.7vw 0;
  }
  .pk__inner {
    padding: 0 6.4vw;
  }
  .pk__media {
    display: none;
  }
  .pk__content {
    margin-right: 0;
  }
  .pk__kw-label {
    font-size: 6.4vw;
    margin: 0 0 2.7vw;
  }
  .pk__kw-quote {
    font-size: 6.4vw;
    margin: 0 0 8vw;
  }
  .pk__kw-body {
    font-size: 4.3vw;
  }
}
/* ── Intro text (pi) ── */
.pi {
  padding: 80px 0 130px;
  background: var(--c-bg);
}

.pi__inner {
  max-width: var(--container-max);
  margin: 0 auto;
}

.pi__text {
  max-width: 670px;
  margin: 0 auto;
  color: var(--c-text);
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and ( max-width: 767px ) {
  .pi {
    padding: 10.7vw 0 13.3vw;
  }
  .pi__inner {
    padding: 0 6.4vw;
  }
  .pi__text {
    max-width: none;
    margin: 0;
    font-size: 4.3vw;
    line-height: 1.8;
  }
}
/* ── About section bar ── */
.pa__bar,
.pp__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1024px;
  margin: 0 auto 60px;
  padding: 20px 0;
  position: relative;
  border-bottom: 2px solid var(--c-title);
}

.pa__bar-line,
.pp__bar-line {
  display: block;
  width: 66px;
  height: auto;
  position: absolute;
  bottom: 0px;
  transform: translateX(calc(-50% + 420px));
}

.pa__bar-text,
.pp__bar-text {
  font-family: var(--ff-body);
  font-size: 29px;
  font-weight: 500;
  color: var(--c-title);
  white-space: nowrap;
}

@media screen and ( max-width: 767px ) {
  .pa__bar,
  .pp__bar {
    gap: 0;
    margin: 0 6.4vw 8vw;
    padding: 5.3vw 0;
  }
  .pa__bar-line,
  .pp__bar-line {
    display: none;
  }
  .pa__bar-text,
  .pp__bar-text {
    font-size: 6.4vw;
    text-align: center;
  }
}
/* ── About 2-col (pa) ── */
.pa {
  padding: 0 0 80px;
  background: var(--c-bg);
}

.pa__content {
  max-width: var(--container-max);
  margin: 0 auto;
  position: relative;
}

.pa__inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.pa__cards {
  position: relative;
  z-index: 3;
}

.pa__card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  padding: 50px;
  margin-top: 120px;
  box-shadow: 3px 3px 10px rgba(48, 48, 48, 0.3);
}

.pa__card-img {
  display: none;
}

/* PC: Increase spacing between cards to prevent overlap */
@media (min-width: 768px) {
  .pa__cards {
    flex: 0 0 613px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pa__card {
    margin: 0;
  }
  .pa__card + .pa__card {
    margin-top: 80vh; /* Space between cards */
  }
  .pa__photos {
    /* Remove full height constraint, let it size to image */
    width: 1000px !important;
    height: 805px !important;
    max-width: inherit !important;
    min-height: 805px; /* Ensure enough height for image */
    margin-top: 120px; /* Align with first card */
    display: block; /* Remove flex centering */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 498px;
  }
  .pa__photo-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px !important;
    height: 805px !important;
    max-height: 80vh !important;
    width: auto;
    max-width: 100%;
    aspect-ratio: 1000/805;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    /* Remove transform centering */
    transform: none;
  }
  .pa__photo-item.is-active {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .pa__inner {
    max-width: 1024px;
    width: 80%;
  }
  .pa__card {
    border-radius: 0.9vw;
    padding: 3.9vw;
    margin-top: 9.4vw;
  }
  .pa__cards {
    flex: 0 0 47.9vw;
    padding-top: 9.4vw;
    padding-bottom: 9.4vw;
  }
  .pa__photos {
    /* Remove full height constraint, let it size to image */
    width: 78.1vw !important;
    height: 62.9vw !important;
    min-height: 62.9vw; /* Ensure enough height for image */
    margin-top: 9.4vw; /* Align with first card */
    margin-left: 38.9vw;
  }
  .pa__photo-item {
    width: 78.1vw !important;
    height: 62.9vw !important;
  }
  .pa__photo-item.is-active {
    opacity: 1;
  }
}
@media screen and ( max-width: 767px ) {
  .pa {
    padding: 0 0 5.3vw;
  }
  .pa__content {
    padding: 0;
  }
  .pa__inner {
    flex-direction: column-reverse;
  }
  .pa__card {
    border-radius: 4vw;
    padding: 8vw 5.3vw;
    margin-top: 16vw;
    background: #FFF;
  }
  .pa__card-img {
    display: block;
  }
}
.pa__card-title {
  font-family: var(--ff-body);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--c-title);
  margin: 0 0 40px;
}

.pa__card-body {
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c-text);
  margin: 0;
}

.pa__photos {
  height: 805px; /* Adjust based on image height */
}

.pa__photo-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 805px;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.pa__photo-item.is-active {
  opacity: 1;
}

.pa__photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* PC: Pinning layout */
@media (min-width: 768px) {
  .pa__photos {
    /* Set height to match image visual height (dynamic based on viewport but capped) */
    height: 80vh;
    max-height: 805px;
    display: flex; /* Allow centering of absolute item if needed, but we use explicit dimensions */
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: absolute;
  }
  .pa__photo-item {
    position: absolute; /* Revert */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 1000/805;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }
  .pa__photo-item img {
    width: auto;
    height: 100%;
  }
  /* Use wrappers for alignment */
  .pa__cards {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pa__card-wrapper {
    /* Match photos container height exactly */
    height: 805px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pa__card {
    margin: 0;
  }
  .pa__card + .pa__card {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .pa__card-title {
    font-size: 2.3vw;
    margin: 0 0 3.1vw;
  }
  .pa__card-body {
    font-size: 1.4vw;
  }
  .pa__photos {
    height: 62.9vw; /* Adjust based on image height */
  }
  .pa__photo-item {
    width: 78.1vw;
    height: 62.9vw;
    border-radius: 0.9vw;
  }
  .pa__card-wrapper {
    height: 80vh;
    max-height: 62.9vw;
  }
}
@media screen and ( max-width: 767px ) {
  .pa__card-wrapper + .pa__card-wrapper {
    margin: 16vw 0 0;
  }
  .pa__card {
    margin: -16vw 6.4vw 0;
    position: relative;
  }
  .pa__card-title {
    font-size: 5.6vw;
    margin: 0 0 8vw;
  }
  .pa__card-body {
    font-size: 4.3vw;
    line-height: 1.8;
  }
  .pa__photos {
    display: none;
  }
}
/* ── Persona cards (pp) ── */
.pp {
  padding: 0;
}

.pp__inner {
  margin: 0 0 102px;
  padding: 80px 0 52px;
  background: var(--c-bg);
  position: relative;
}
.pp__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 102px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjIxMCIgdmlld0JveD0iMCAwIDE0NDAgMjEwIiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTEuODM1ODhlLTA1IDUuNzIxNjdlLTA1TDE0NDAgMC4wMDAxODMxMDVMMTQ0MCAxMzEuOTgzQzEyNTAuNjggMTczLjQ5MyAxMDA4LjY3IDIwOS40MDMgNzI3IDIwOS45OTNDNDM5LjA1IDIxMC41OTMgMTkyLjA5IDE3NC4xMDMgNi44MTk2MWUtMDYgMTMxLjk5M0wxLjgzNTg4ZS0wNSA1LjcyMTY3ZS0wNVoiIGZpbGw9IiNGRkZGRUYiLz48L3N2Zz4=) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: -102px;
  left: 0;
  right: 0;
}

.pp__cards {
  display: flex;
  justify-content: center;
  gap: 67px;
  max-width: 1024px;
  margin: 0 auto 60px;
}

.pp__card {
  flex: 0 0 268px;
}

.pp__card-img {
  width: 268px;
  height: 240px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp__card-title {
  font-family: var(--ff-heading);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  color: #65BF6E;
  margin: 0 0 25px;
  min-height: 72px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.pp__card-body {
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--c-text);
  margin: 0;
}

.pp__arrow {
  display: flex;
  justify-content: center;
  width: 32px;
  height: 20px;
  margin: 50px auto;
}
.pp__arrow svg {
  width: 100%;
  height: auto;
}

.pp__bottom-text {
  font-family: var(--ff-heading);
  font-size: 33px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--c-text);
  text-align: center;
  margin: 0;
}

@media screen and ( max-width: 767px ) {
  .pp {
    margin: 0;
    padding: 0 0 0;
  }
  .pp__inner {
    margin: 0 0 15.7vw;
    padding: 10.7vw 0 0;
  }
  .pp__inner::after {
    height: 15.7vw;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNzUiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCAzNzUgNTkiIGZpbGw9Im5vbmUiPiA8cGF0aCBkPSJNLTExMiAwSDQ4OEM0MDguMzA0IDMxLjY3ODEgMzA4LjIyMSA1OC4zMDE1IDE5Mi41ODMgNTguOTg2M0M3Mi44ODc1IDU5LjcwMTIgLTMwLjQyMDggMzIuNDIzMyAtMTEyIDBaIiBmaWxsPSIjRkZGRkVGIi8+PC9zdmc+");
    bottom: -15.7vw;
  }
  .pp__cards {
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    padding: 0 14.4vw;
  }
  .pp__card {
    flex: inherit;
  }
  .pp__card:nth-child(n+2) {
    margin-top: 16vw;
  }
  .pp__card-img {
    width: 71.2vw;
    height: 63.7vw;
    margin: 0 auto 8vw;
  }
  .pp__card-title {
    font-size: 5.9vw;
    margin: 0 0 5.3vw;
    min-height: inherit;
  }
  .pp__card-body {
    padding: 0 6.4vw;
    font-size: 3.7vw;
    line-height: 1.7;
    text-align: left;
  }
  .pp__arrow {
    width: 8.5vw;
    height: 5.3vw;
    margin: 8vw auto;
  }
  .pp__bottom-text {
    font-size: 7.2vw;
  }
}
/* ── Schedule (ps) ── */
.ps {
  padding: 80px 0 100px;
  overflow: visible;
  z-index: 9;
}

.ps__head {
  text-align: center;
  max-width: 790px;
  margin: 0 auto 50px;
}

.ps__head-deco {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  line-height: 1;
}

.ps__head-line {
  flex: 1;
  height: 2px;
  background: var(--c-text);
  position: relative;
}

.ps__head-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: var(--c-text);
  border-radius: 50%;
}

.ps__head-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: var(--c-text);
  border-radius: 50%;
}

.ps__head-title {
  font-family: var(--ff-number);
  font-size: 45px;
  font-weight: 500;
  color: var(--c-text);
  font-family: var(--ff-body);
  letter-spacing: 0.1em;
}

.ps__head-sub {
  font-family: var(--ff-body);
  font-size: 20px;
  color: var(--c-title);
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1;
}

.ps__head-lead {
  font-family: var(--ff-body);
  font-size: 18px;
  line-height: 2.2;
  color: var(--c-text);
  font-weight: 400;
  margin: 0;
}

/* Timeline */
.ps__timeline {
  max-width: 790px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 50px 78px 88px;
  position: relative;
  border: 2px solid #BDE3C1;
}

/* vertical line */
.ps__timeline::before {
  content: "";
  position: absolute;
  left: 78px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 2px dashed #BDE3C1;
}

.ps__period {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.ps__period:nth-child(n+2) {
  margin-top: 90px;
}

.ps__period-badge {
  display: block;
  margin-left: 0;
  width: 121px;
  height: auto;
}

.ps__item {
  display: flex;
  margin-bottom: 48px;
  position: relative;
}
.ps__item:last-child {
  margin-bottom: 0;
}

/* GSAP enhanced timeline (PC only) */
.ps__period-sticky {
  display: none;
}

.ps__timeline.is-scroll-enhanced .ps__period-sticky {
  display: block;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.ps__timeline.is-scroll-enhanced .ps__period {
  display: none;
}

.ps__timeline.is-scroll-enhanced .ps__item {
  display: none;
  margin-bottom: 0;
}

.ps__timeline.is-scroll-enhanced .ps__item.is-active {
  display: flex;
}

.ps__dot {
  position: absolute;
  left: -7px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #65BF6E;
  z-index: 2;
}

.ps__item-inner {
  margin-left: 58px;
  flex: 1;
}

.ps__item-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.ps__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 18px 0 18px 0;
  background: var(--c-title);
  color: var(--c-white);
  font-family: var(--ff-number);
  font-size: 24px;
  font-weight: 500;
}

.ps__label {
  font-family: var(--ff-body);
  font-size: 27px;
  font-weight: 400;
  color: var(--c-text);
}

.ps__item-body {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ps__item-img {
  flex: 0 0 192px;
  border-radius: 8px;
  overflow: hidden;
}

.ps__item-img img {
  width: 192px;
  height: 136px;
  object-fit: cover;
  display: block;
}

.ps__item-text {
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: var(--c-text);
  margin: 0;
  flex: 1;
  overflow: hidden;
}

.ps__item-text-deco {
  display: block;
  margin-top: -2px;
  line-height: 2em;
  background-image: radial-gradient(circle, rgba(48, 48, 48, 0.5) 1px, transparent 1px);
  background-size: 8px 2em;
  background-position: 0 calc(100% - 15px);
}

@media screen and ( max-width: 767px ) {
  .ps {
    padding: 16vw 6.4vw 26.7vw;
    overflow: hidden;
  }
  .ps__head {
    margin: 0 auto 10.7vw;
  }
  .ps__head-deco {
    gap: 2.7vw;
    margin-bottom: 8vw;
  }
  .ps__head-line::before {
    width: 2.7vw;
    height: 2.7vw;
  }
  .ps__head-line::after {
    width: 2.7vw;
    height: 2.7vw;
  }
  .ps__head-title {
    font-size: 6.4vw;
  }
  .ps__head-sub {
    font-size: 4.8vw;
    margin: 0 0 6.9vw;
  }
  .ps__head-lead {
    font-size: 4.3vw;
    line-height: 2;
  }
  /* Timeline */
  .ps__timeline {
    border-radius: 4vw;
    padding: 6.9vw 6.7vw 8vw 7.2vw;
  }
  /* vertical line */
  .ps__timeline::before {
    left: 9.1vw;
  }
  .ps__period {
    margin-bottom: 5.3vw;
  }
  .ps__period:nth-child(n+2) {
    margin-top: 10.7vw;
  }
  .ps__period-badge {
    margin-left: 1.9vw;
    width: 24vw;
  }
  .ps__item {
    flex-direction: column;
    gap: 3.2vw;
    margin-bottom: 8vw;
  }
  .ps__dot {
    left: 0;
    top: 2.7vw;
    width: 4.3vw;
    height: 4.3vw;
  }
  .ps__item-inner {
    margin-left: 6.9vw;
    flex: inherit;
  }
  .ps__item-head {
    flex-direction: column;
    align-items: start;
    gap: 1.3vw;
    margin-bottom: 3.2vw;
  }
  .ps__time {
    width: 21.3vw;
    height: 7.2vw;
    border-radius: 3.2vw 0 3.2vw 0;
    font-size: 4.3vw;
  }
  .ps__label {
    font-size: 4.8vw;
  }
  .ps__item-body {
    flex-direction: column;
    gap: 3.2vw;
  }
  .ps__item-img {
    flex: inherit;
    border-radius: 2.7vw;
  }
  .ps__item-img img {
    width: 100%;
    height: auto;
  }
  .ps__item-text {
    font-size: 4.3vw;
    flex: inherit;
    padding-top: 0;
  }
  .ps__item-text-deco {
    margin-top: -1vw;
    background-position: 0 calc(100% - 4vw);
  }

  .ps__timeline.is-scroll-enhanced .ps__period-sticky {
    display: none;
  }

  .ps__timeline.is-scroll-enhanced .ps__period {
    display: block;
  }

  .ps__timeline.is-scroll-enhanced .ps__item {
    display: flex;
    margin-bottom: 8vw;
  }
}

@media screen and ( min-width: 768px ) {
main>.pin-spacer:last-child {
  overflow: hidden !important;
}
}