.p-op {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 50;
}
.p-op__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
}
.is-load .p-op__cover {
  height: 0;
  transition: height 1.5s var(--ease_inout);
}
.p-op__overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  z-index: 5;
}
.is-load .p-op__overlay {
  height: 0;
  transition: height 1.5s var(--ease_inout);
}
.is-load .p-op__overlay:nth-child(2) {
  z-index: 4;
  transition-delay: 0.2s;
}
.is-load .p-op__overlay:nth-child(3) {
  z-index: 3;
  transition-delay: 0.3s;
}
.is-load .p-op__overlay:nth-child(4) {
  z-index: 2;
  transition-delay: 0.4s;
}
.is-load .p-op__overlay:nth-child(5) {
  z-index: 1;
  transition-delay: 0.5s;
}
.p-op__overlay:nth-child(2) {
  background: var(--graident-op);
  opacity: 0.3;
}
.p-op__overlay:nth-child(3) {
  background: var(--graident-op);
  opacity: 0.3;
}
.p-op__overlay:nth-child(4) {
  background: var(--graident-op);
  opacity: 0.3;
}
.p-op__overlay:nth-child(5) {
  background: var(--graident-op);
  opacity: 0.3;
}

.p-top {
  display: block;
  position: relative;
  padding-bottom: 10.6rem;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-bottom: 8.6rem;
  }
}
.is-load .p-top {
  opacity: 1;
  transition: opacity 1s var(--ease_out);
}

.p-top\:hero {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top\:hero__content {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8rem 0;
  margin: 0 auto;
}
.p-top\:hero__brand {
  width: 70rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(20rem);
}
@media screen and (max-width: 960px) {
  .p-top\:hero__brand {
    width: 29.8rem;
  }
}
.is-load .p-top\:hero__brand {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) calc(var(--op_delay) + 0.4s), transform 1s var(--ease_inout2) calc(var(--op_delay) + 0.1s);
}
.is-op.is-load .p-top\:hero__brand {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) var(--op_delay), transform 1.4s var(--ease_inout2) calc(var(--op_delay) - 0.5s);
}
.p-top\:hero__scroll {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1.7rem;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-top\:hero__scroll {
    bottom: 2rem;
    right: 2rem;
    gap: 0.8rem;
  }
}
.is-load .p-top\:hero__scroll {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) calc(var(--op_delay) + 0.5s), transform 1s var(--ease_inout2) calc(var(--op_delay) + 0.2s);
}
.is-op.is-load .p-top\:hero__scroll {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) calc(var(--op_delay) + 0.1s), transform 1s var(--ease_inout2) calc(var(--op_delay) - 0.2s);
}
.p-top\:hero__scroll-text {
  display: block;
  position: relative;
  top: 0.15em;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .p-top\:hero__scroll-text {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
}
.p-top\:hero__scroll-bar {
  width: 2px;
  height: 6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:hero__scroll-bar {
    height: 5rem;
  }
}
.p-top\:hero__scroll-bar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(255, 239, 61) 0%, rgba(0, 195, 255, 0.99608) 20%, rgb(190, 75, 255) 40%, rgb(255, 105, 0) 60%, rgb(255, 239, 61) 80%, rgb(255, 239, 61) 100%) repeat-y 0 0/auto 200%;
  animation: scroll_bar 3s linear infinite;
}
@keyframes scroll_bar {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -200%;
  }
}

.p-top\:about {
  display: block;
  position: relative;
  padding: 11rem 0 11.4rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top\:about {
    padding: 7.5rem 0 7.5rem;
  }
}
.p-top\:about::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg_about_pc.jpg") no-repeat center/100% 100%;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top\:about::before {
    background: url("../img/bg_about_sp.jpg") no-repeat center/100% 100%;
  }
}
.p-top\:about.is-active::before {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

.p-top\:about__content {
  width: 95%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top\:about__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(4rem);
}
.is-active .p-top\:about__catch {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) 0.3s, transform 1s var(--ease_inout2);
}
.p-top\:about__catch-bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-weight: 900;
  color: transparent;
  background: var(--graident-main);
  -webkit-background-clip: text;
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
  clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
}
.is-active .p-top\:about__catch-bg {
  transition: opacity 0.4s var(--ease_inout) 0.1s, -webkit-clip-path 1s var(--ease_inout2);
  transition: opacity 0.4s var(--ease_inout) 0.1s, clip-path 1s var(--ease_inout2);
  transition: opacity 0.4s var(--ease_inout) 0.1s, clip-path 1s var(--ease_inout2), -webkit-clip-path 1s var(--ease_inout2);
  opacity: 1;
  -webkit-clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
  clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
}
.is-active-end .p-top\:about__catch-bg {
  -webkit-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 960px) {
  .p-top\:about__catch-bg {
    font-size: 4.2rem;
    letter-spacing: -0.03rem;
    line-height: 0.96;
  }
}
.p-top\:about__catch-text {
  display: block;
  position: relative;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-weight: 900;
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
  clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
}
@media screen and (max-width: 960px) {
  .p-top\:about__catch-text {
    font-size: 4.2rem;
    letter-spacing: -0.03rem;
    line-height: 0.96;
  }
}
.is-active .p-top\:about__catch-text {
  opacity: 1;
  transition: opacity 0.4s var(--ease_inout) 0.3s, -webkit-clip-path 1s var(--ease_inout2) 0.2s;
  transition: opacity 0.4s var(--ease_inout) 0.3s, clip-path 1s var(--ease_inout2) 0.2s;
  transition: opacity 0.4s var(--ease_inout) 0.3s, clip-path 1s var(--ease_inout2) 0.2s, -webkit-clip-path 1s var(--ease_inout2) 0.2s;
  -webkit-clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
  clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
}
.is-active-end .p-top\:about__catch-text {
  -webkit-clip-path: none;
  clip-path: none;
}
.p-top\:about__text {
  display: block;
  position: relative;
  margin-top: 3.3rem;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 2.1;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-top\:about__text {
    margin-top: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.18;
    letter-spacing: 0.1rem;
  }
}
.p-top\:about__text strong {
  font-size: 1.15em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-top\:about__text strong {
    font-size: 1.2em;
  }
}
.is-active .p-top\:about__text {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) 0.4s, transform 1s var(--ease_inout2) 0.1s;
}
.p-top\:about__note {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  font-size: 1.1rem;
  line-height: 2.2;
  letter-spacing: 0.1rem;
  text-align: center;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-top\:about__note {
    margin-top: 1.6rem;
    font-size: 1rem;
    line-height: 2.2;
  }
}
.is-active .p-top\:about__note {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) 0.5s, transform 1s var(--ease_inout2) 0.2s;
}

.p-top\:purpose {
  display: block;
  position: relative;
  padding: 4.5rem 0 5rem;
  margin-top: 5.4rem;
}
@media screen and (max-width: 960px) {
  .p-top\:purpose {
    padding: 3rem 0;
    margin-top: 4.2rem;
  }
}
.p-top\:purpose__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top\:purpose__header {
  display: block;
  position: relative;
  padding-bottom: 2.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-top\:purpose__header {
    margin-bottom: 3.2rem;
    padding-bottom: 2rem;
  }
}
.p-top\:purpose__header::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--graident-main);
}
.is-active .p-top\:purpose__header::before {
  width: 3rem;
  opacity: 1;
  transition: width 1s var(--ease_inout2) 0.3s, opacity 0.6s var(--ease_inout) 0.3s;
}
@media screen and (max-width: 960px) {
  .is-active .p-top\:purpose__header::before {
    width: 2.5rem;
  }
}
.p-top\:purpose__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(4rem);
}
.is-active .p-top\:purpose__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_inout), transform 1s var(--ease_inout2);
}
.p-top\:purpose__title-bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  font-family: var(--font-en);
  font-weight: 900;
  color: transparent;
  background: var(--graident-main);
  -webkit-background-clip: text;
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
  clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
}
.is-active .p-top\:purpose__title-bg {
  transition: opacity 0.4s var(--ease_inout) 0.1s, -webkit-clip-path 1s var(--ease_inout2);
  transition: opacity 0.4s var(--ease_inout) 0.1s, clip-path 1s var(--ease_inout2);
  transition: opacity 0.4s var(--ease_inout) 0.1s, clip-path 1s var(--ease_inout2), -webkit-clip-path 1s var(--ease_inout2);
  opacity: 1;
  -webkit-clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
  clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
}
.is-active-end .p-top\:purpose__title-bg {
  -webkit-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 960px) {
  .p-top\:purpose__title-bg {
    font-size: 6rem;
    letter-spacing: 0.2rem;
  }
}
.p-top\:purpose__title-text {
  display: block;
  position: relative;
  font-size: 11rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  font-family: var(--font-en);
  font-weight: 900;
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
  clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
}
@media screen and (max-width: 960px) {
  .p-top\:purpose__title-text {
    font-size: 6rem;
    letter-spacing: 0.2rem;
  }
}
.is-active .p-top\:purpose__title-text {
  opacity: 1;
  transition: opacity 0.4s var(--ease_inout) 0.3s, -webkit-clip-path 1s var(--ease_inout2) 0.2s;
  transition: opacity 0.4s var(--ease_inout) 0.3s, clip-path 1s var(--ease_inout2) 0.2s;
  transition: opacity 0.4s var(--ease_inout) 0.3s, clip-path 1s var(--ease_inout2) 0.2s, -webkit-clip-path 1s var(--ease_inout2) 0.2s;
  -webkit-clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
  clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
}
.is-active-end .p-top\:purpose__title-text {
  -webkit-clip-path: none;
  clip-path: none;
}
.p-top\:purpose__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-active .p-top\:purpose__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) 0.4s, transform 1s var(--ease_inout2) 0.1s;
}
.p-top\:purpose__text {
  display: block;
  position: relative;
}
.p-top\:purpose__text-par {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top\:purpose__text-par {
    font-size: 1.3rem;
    line-height: 1.85;
    text-align: left;
  }
}
.p-top\:purpose__text-par + .p-top\:purpose__text-par {
  margin-top: 2.5rem;
}

.p-top\:company {
  display: block;
  position: relative;
  padding: 4.5rem 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-top\:company {
    padding: 3rem 0;
    margin-top: 0.7rem;
  }
}
.p-top\:company__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top\:company__header {
  display: block;
  position: relative;
  padding-bottom: 2.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-top\:company__header {
    padding-bottom: 2rem;
    margin-bottom: 3.8rem;
  }
}
.p-top\:company__header::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--graident-main);
}
.is-active .p-top\:company__header::before {
  width: 3rem;
  opacity: 1;
  transition: width 1s var(--ease_inout2) 0.3s, opacity 0.6s var(--ease_inout) 0.3s;
}
@media screen and (max-width: 960px) {
  .is-active .p-top\:company__header::before {
    width: 2.5rem;
  }
}
.p-top\:company__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(4rem);
}
.is-active .p-top\:company__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_inout), transform 1s var(--ease_inout2);
}
.p-top\:company__title-bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  font-family: var(--font-en);
  font-weight: 900;
  color: transparent;
  background: var(--graident-main);
  -webkit-background-clip: text;
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
  clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
}
.is-active .p-top\:company__title-bg {
  transition: opacity 0.4s var(--ease_inout) 0.1s, -webkit-clip-path 1s var(--ease_inout2);
  transition: opacity 0.4s var(--ease_inout) 0.1s, clip-path 1s var(--ease_inout2);
  transition: opacity 0.4s var(--ease_inout) 0.1s, clip-path 1s var(--ease_inout2), -webkit-clip-path 1s var(--ease_inout2);
  opacity: 1;
  -webkit-clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
  clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
}
.is-active-end .p-top\:company__title-bg {
  -webkit-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 960px) {
  .p-top\:company__title-bg {
    font-size: 6rem;
    letter-spacing: 0.2rem;
  }
}
.p-top\:company__title-text {
  display: block;
  position: relative;
  font-size: 11rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  font-family: var(--font-en);
  font-weight: 900;
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
  clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
}
@media screen and (max-width: 960px) {
  .p-top\:company__title-text {
    font-size: 6rem;
    letter-spacing: 0.2rem;
  }
}
.is-active .p-top\:company__title-text {
  opacity: 1;
  transition: opacity 0.4s var(--ease_inout) 0.3s, -webkit-clip-path 1s var(--ease_inout2) 0.2s;
  transition: opacity 0.4s var(--ease_inout) 0.3s, clip-path 1s var(--ease_inout2) 0.2s;
  transition: opacity 0.4s var(--ease_inout) 0.3s, clip-path 1s var(--ease_inout2) 0.2s, -webkit-clip-path 1s var(--ease_inout2) 0.2s;
  -webkit-clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
  clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
}
.is-active-end .p-top\:company__title-text {
  -webkit-clip-path: none;
  clip-path: none;
}
.p-top\:company__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-active .p-top\:company__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) 0.4s, transform 1s var(--ease_inout2) 0.1s;
}
.p-top\:company__data {
  width: 98%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-top\:company_data {
  display: grid;
  grid-template-columns: 14rem 1fr;
  position: relative;
  padding: 2.1rem 0;
}
@media screen and (max-width: 960px) {
  .p-top\:company_data {
    padding: 1.9rem 0;
    grid-template-columns: 9.2rem 1fr;
  }
}
.p-top\:company_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black-line);
}
.p-top\:company_data:last-child::before {
  border-bottom: 1px solid var(--color-black-line);
}

.p-top\:company_data__header {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:company_data__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:company_data__header {
    padding-top: 0.2rem;
  }
}
.p-top\:company_data__title {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  color: var(--color-black-light);
}
@media screen and (max-width: 960px) {
  .p-top\:company_data__title {
    font-size: 1.1rem;
  }
}
.p-top\:company_data__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-top\:company_data__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (max-width: 960px) {
  .p-top\:company_data__text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.p-top\:company_data__text small {
  font-size: 0.8em;
  letter-spacing: 0;
}
.p-top\:company_data__text dl {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .p-top\:company_data__text dl {
    grid-template-columns: 10rem 1fr;
  }
}

.p-top\:news {
  display: block;
  position: relative;
  padding: 4.5rem 0 5rem;
  margin-top: 1.1rem;
}
@media screen and (max-width: 960px) {
  .p-top\:news {
    padding: 3rem 0;
  }
}
.p-top\:news__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:news__container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.p-top\:news__header {
  display: block;
  position: relative;
  padding-bottom: 1.7rem;
}
@media screen and (min-width: 961px) {
  .p-top\:news__header {
    min-width: 40rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:news__header {
    margin-bottom: 4rem;
  }
}
.p-top\:news__header::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--graident-main);
}
@media screen and (max-width: 960px) {
  .p-top\:news__header::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-active .p-top\:news__header::before {
  width: 3rem;
  opacity: 1;
  transition: width 1s var(--ease_inout2) 0.3s, opacity 0.6s var(--ease_inout) 0.3s;
}
@media screen and (max-width: 960px) {
  .is-active .p-top\:news__header::before {
    width: 2.5rem;
  }
}
.p-top\:news__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (min-width: 961px) {
  .p-top\:news__title {
    left: -0.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:news__title {
    margin: 0 auto;
  }
}
.is-active .p-top\:news__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_inout), transform 1s var(--ease_inout2);
}
.p-top\:news__title-bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  font-family: var(--font-en);
  font-weight: 900;
  color: transparent;
  background: var(--graident-main);
  -webkit-background-clip: text;
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
  clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
}
.is-active .p-top\:news__title-bg {
  transition: opacity 0.4s var(--ease_inout) 0.1s, -webkit-clip-path 1s var(--ease_inout2);
  transition: opacity 0.4s var(--ease_inout) 0.1s, clip-path 1s var(--ease_inout2);
  transition: opacity 0.4s var(--ease_inout) 0.1s, clip-path 1s var(--ease_inout2), -webkit-clip-path 1s var(--ease_inout2);
  opacity: 1;
  -webkit-clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
  clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
}
.is-active-end .p-top\:news__title-bg {
  -webkit-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 960px) {
  .p-top\:news__title-bg {
    font-size: 6rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }
}
.p-top\:news__title-text {
  display: block;
  position: relative;
  font-size: 11rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  font-family: var(--font-en);
  font-weight: 900;
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
  clip-path: polygon(50% 50%, 100% 25%, 100% 75%, 50% 50%, 0 75%, 0 25%);
}
@media screen and (max-width: 960px) {
  .p-top\:news__title-text {
    font-size: 6rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }
}
.is-active .p-top\:news__title-text {
  opacity: 1;
  transition: opacity 0.4s var(--ease_inout) 0.3s, -webkit-clip-path 1s var(--ease_inout2) 0.2s;
  transition: opacity 0.4s var(--ease_inout) 0.3s, clip-path 1s var(--ease_inout2) 0.2s;
  transition: opacity 0.4s var(--ease_inout) 0.3s, clip-path 1s var(--ease_inout2) 0.2s, -webkit-clip-path 1s var(--ease_inout2) 0.2s;
  -webkit-clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
  clip-path: polygon(50% 0, 100% -50%, 100% 150%, 50% 100%, 0 150%, 0 -50%);
}
.is-active-end .p-top\:news__title-text {
  -webkit-clip-path: none;
  clip-path: none;
}
.p-top\:news__cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-top\:news__cap {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    text-align: center;
  }
}
.is-active .p-top\:news__cap {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) 0.4s, transform 1s var(--ease_inout2) 0.1s;
}
.p-top\:news__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (min-width: 961px) {
  .p-top\:news__inner {
    flex: 1 1 0;
    min-width: 0;
    padding-top: 1.2rem;
  }
}
.is-active .p-top\:news__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_inout) 0.5s, transform 1s var(--ease_inout2) 0.2s;
}
.p-top\:news__list {
  display: block;
  position: relative;
}
.p-top\:news__list-item {
  display: block;
  position: relative;
}
.p-top\:news__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black-line);
}
.p-top\:news__list-item:last-child::before {
  border-bottom: 1px solid var(--color-black-line);
}

.p-top\:news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-top: 3.4rem;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-top\:news__more {
    margin-top: 3.6rem;
  }
}

.p-top\:news_article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 3rem 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-top\:news_article {
    padding: 2.2rem 0.1rem;
  }
}
.p-top\:news_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--graident-main) no-repeat 100% 0/100% auto;
  -webkit-mask: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  mask: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:news_article::before {
    transition: opacity 1s var(--ease_out);
  }
  .p-top\:news_article:hover::before {
    opacity: 1;
  }
}
.p-top\:news_article__date {
  min-width: 10rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:news_article__date {
    min-width: 6.5rem;
  }
}
.p-top\:news_article__date-year {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .p-top\:news_article__date-year {
    margin-bottom: 0.1rem;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.p-top\:news_article__date-day {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .p-top\:news_article__date-day {
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
  }
}
.p-top\:news_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  top: -0.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top\:news_article__title {
    font-size: 1.15rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    -webkit-line-clamp: 4;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:news_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-top\:news_article:hover .p-top\:news_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:news_article:hover .p-top\:news_article__title {
      text-decoration: underline;
    }
  }
}