@charset "UTF-8";
@media screen and (max-width: 767px) {
  .p-top-fv-wrapper {
    height: 100lvh;
  }
}

.p-top-fv {
  position: relative;
  z-index: 0;
  color: #ffffff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    height: 100svh;
  }
}
.p-top-fv.is-active .p-top-fv__img {
  animation: fadeIn 1.2s 0.2s linear forwards;
}
.p-top-fv.is-active .p-top-fv__large-text--p {
  animation: slideInRight 0.6s 1s ease-in-out forwards;
}
.p-top-fv.is-active .p-top-fv__large-text--r {
  animation: slideInLeft 0.6s 1s ease-in-out forwards;
}
.p-top-fv.is-active .p-top-fv__text p span {
  animation: slideInUp 0.6s 1.2s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    scale: 1.15;
    filter: blur(10px);
  }
  100% {
    scale: 1;
    filter: blur(0px);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
.p-top-fv__img {
  width: 100%;
  height: 100vh;
  filter: blur(10px);
  scale: 1.15;
}
@media screen and (max-width: 767px) {
  .p-top-fv__img {
    aspect-ratio: 375/667;
    max-height: 950px;
    height: 100svh;
  }
}
.p-top-fv__img .p-top-fv__img-wrap {
  width: 100%;
  height: 100%;
}
.p-top-fv__img .p-top-fv__img-wrap picture {
  width: 100%;
  height: 100%;
  display: block;
}
.p-top-fv__img .p-top-fv__img-wrap {
  position: relative;
}
.p-top-fv__img .p-top-fv__img-wrap .p-top-fv__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.22) 100%);
}
.p-top-fv__img .p-top-fv__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(1.1) contrast(1.4) saturate(0) sepia(0.2); /* 温度：20%（温かみの代用） */
}

.p-top-fv__large-text {
  position: absolute;
  z-index: 1;
  font-family: instrument-sans-variable, sans-serif;
  top: 50%;
  font-size: 25.4943055556vw;
  font-variation-settings: "wdth" 100, "wght" 700;
  line-height: 100%;
  letter-spacing: 0.5098611111vw;
  opacity: 0;
}
.p-top-fv__large-text--p {
  translate: 1.25vw -50%;
}
.p-top-fv__large-text--r {
  translate: -2.0833333333vw -50%;
}
@media screen and (max-width: 767px) {
  .p-top-fv__large-text {
    font-size: 27.2vw;
  }
}

.p-top-fv__text-wrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  translate: 0 -130%;
  left: 26.0416666667vw;
  width: max(217px, 15.0694444444vw);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-fv__text-wrapper {
    top: 50%;
    translate: 0 calc(-50% + 32vw);
    left: 4.8vw;
    width: fit-content;
  }
}

.p-top-fv__text {
  z-index: 1;
}
.p-top-fv__text p {
  overflow: hidden;
}
.p-top-fv__text span {
  translate: 0 100%;
  font-family: ibm-plex-mono, sans-serif;
  font-size: max(12px, 1.1111111111vw);
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-top-fv__text span {
    font-size: min(16px, 3.2vw);
    letter-spacing: 0.24px;
  }
}

.p-top-fv__text + .p-top-fv__text {
  margin-block-start: 16px;
}

.p-top-fv__scroll-text {
  position: absolute;
  z-index: 1;
  bottom: 2.0833333333vw;
  left: 50%;
  translate: -50% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: ibm-plex-mono, sans-serif;
  font-size: max(16px, 1.1111111111vw);
  font-variation-settings: "wdth" 100, "wght" 400;
  letter-spacing: 0.32px;
  color: #ffffff;
}
.p-top-fv__scroll-text span:last-child {
  animation: arrowDown 1.5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-top-fv__scroll-text {
    font-size: 14px;
    bottom: 8vw;
  }
}

@keyframes arrowDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.p-top-policy {
  padding-inline: 1.375rem;
  padding-block: 13rem 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-policy {
    padding-inline: 4.8vw;
    padding-block: 6.5rem 2.5rem;
  }
}

.p-top-policy__inner {
  width: 100%;
  height: auto;
}

.p-top-policy__text {
  margin-block-start: 3.3333333333vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-policy__text {
    margin-block-start: 12.8vw;
  }
}

.p-top-policy__line {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: min(80px, 4.1666666667vw);
  font-variation-settings: "wdth" 100, "wght" 300;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: justify-content 0.1s ease-out;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-policy__line {
    font-size: 27px;
  }
}
.p-top-policy__line:nth-child(even) {
  margin-inline-start: auto;
}
.p-top-policy__line.is-scrolled {
  justify-content: space-between;
}
.p-top-policy__line:last-child {
  margin-bottom: 0;
}
.p-top-policy__line strong {
  font-weight: 700;
  font-variation-settings: "wdth" 100, "wght" 700;
  -webkit-text-stroke: 0.5px currentColor;
  paint-order: stroke fill;
}
.p-top-policy__line .p-top-policy__span-outer {
  display: block;
  overflow: hidden;
  will-change: transform, opacity;
  white-space: nowrap;
}
.p-top-policy__line + .p-top-policy__line {
  margin-block-start: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-policy__line + .p-top-policy__line {
    margin-block-start: 7px;
  }
}

.p-top-works {
  background: #F2F2F2;
  padding-block-end: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-works {
    padding-block-end: 7.5rem;
  }
}

.p-top-works__wrap {
  width: 100%;
  height: 450vh;
  position: relative;
  overflow: clip;
}
.p-top-works__content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  background: #F2F2F2;
}
.p-top-works__content-inner {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-works__content-inner {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.p-top-works__path {
  width: 100vmax;
  height: 100%;
  max-height: 45vh;
}
@media screen and (max-width: 767px) {
  .p-top-works__path {
    max-height: 70vh;
  }
}

.p-top-works__svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-top-works__items-wrap {
  z-index: 1;
  position: absolute;
}
.p-top-works__title-wrap {
  z-index: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  mix-blend-mode: difference;
  color: #ffffff;
}
.p-top-works__title-inner {
  display: flex;
  align-items: center;
  animation: slideInfinite 20s linear infinite;
}
@keyframes slideInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-top-works__title {
  z-index: 0;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: min(260px, 18.0555555556vw);
  font-weight: 700;
  line-height: 105%;
  letter-spacing: max(-1.2638888889vw, -18.2px);
  padding-right: 0em;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-works__title {
    font-size: min(140px, 37.3333333333vw);
    letter-spacing: max(-2.6133333333vw, -9.8px);
  }
}

.p-top-works__button-wrap {
  text-align: center;
  margin-block-start: 0.3125rem;
}
.p-top-works__card {
  width: 434px;
  height: auto;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
  border: 0.5px solid rgba(218, 218, 218, 0.5);
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-works__card {
    padding: 0.75rem;
    width: min(339px, 90.4vw);
    height: auto;
  }
}

.p-top-works__card-text {
  display: grid;
  column-gap: 20px;
  align-items: flex-start;
  grid-template-columns: 157px 1fr 40px;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.048px;
  padding-block-start: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-works__card-text {
    grid-template-columns: 121px 1fr 34px;
  }
}

.p-top-works__card-label {
  word-break: break-all;
}

.p-top-works__card-title {
  font-family: instrument-sans-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%; /* 22px */
  letter-spacing: -0.8px;
}

.p-top-works__card-date {
  text-align: right;
  word-break: break-all;
}

.p-top-works__bg-img {
  position: absolute;
  height: auto;
  display: block;
  filter: blur(20px);
  opacity: 0;
  transition: filter 0.5s, opacity 0.5s;
}
.p-top-works__bg-img.is-show {
  filter: blur(0);
  opacity: 1;
}

.p-top-works__bg-img1 {
  top: min(10.7638888889vw, 155px);
  left: min(22.0138888889vw, 317px);
  width: min(15vw, 216px);
}
@media screen and (max-width: 767px) {
  .p-top-works__bg-img1 {
    top: min(43.7333333333vw, 164px);
    left: min(4.8vw, 18px);
    width: min(21.3333333333vw, 80px);
  }
}

.p-top-works__bg-img2 {
  right: min(17.8472222222vw, 257px);
  bottom: min(12.5vw, 180px);
  width: min(23.2638888889vw, 335px);
}
@media screen and (max-width: 767px) {
  .p-top-works__bg-img2 {
    right: min(4.8vw, 18px);
    bottom: min(37.3333333333vw, 140px);
    width: min(42.6666666667vw, 160px);
  }
}

.p-top-service {
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: 1.25rem;
  position: relative;
  padding-block-end: 27.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-inline: 1.125rem;
    padding-block-end: 0;
  }
}

.p-top-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 27.7777777778vw);
  display: flex;
  align-items: center;
  padding-inline: 1.25rem;
  background: url(../img/serviceBg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-service__bg {
    padding-inline: 1.125rem;
    background: url(../img/serviceBgSp.png) no-repeat center center/cover;
  }
}

.p-top-service__bg-inner {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
  translate: 0 -13.8888888889vw;
}

.p-top-service__heading-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-service__heading-wrap {
    width: 21.25rem;
    margin-inline: auto;
    max-width: 100%;
  }
}

.p-top-service__heading {
  font-family: imbue-variable, sans-serif;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -0.0175rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__heading {
    font-size: 1.4375rem;
    letter-spacing: -0.014375rem;
  }
}

.p-top-service__bg-text {
  padding-inline-end: min(7.5rem, 8.3333333333vw);
  opacity: 0.4;
  width: 100%;
  font-family: instrument-sans-variable, sans-serif;
  color: #ffffff;
  font-size: min(3.75rem, 4.1666666667vw);
  font-weight: 500;
  font-variation-settings: "wdth" 100, "wght" 500;
  line-height: 100%;
  letter-spacing: -0.05625rem;
  text-align-last: justify;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-service__bg-text {
    padding-inline-end: 0rem;
    font-size: min(2.0625rem, 8.8vw);
    line-height: 1;
    width: 21.25rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
.p-top-service__bg-text--first {
  width: min(53.75rem, 59.7222222222vw);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-service__bg-text--first {
    width: fit-content;
  }
}

[data-highlight-text] .p-top-service__bg-text-inner {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease;
}

[data-highlight-text].isActive .p-top-service__bg-text-inner {
  opacity: 1;
  transform: translateY(0);
}

.p-top-service__inner {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.p-top-service__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  margin-block-start: 80vh;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-top-service__cards {
    margin-block-start: 100vh;
  }
}
.p-top-service__card-wrap {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40.7142857143%;
  max-width: 37.5rem;
  height: 100vh;
  pointer-events: none;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-wrap {
    width: 100%;
    max-width: 25rem;
  }
}
.p-top-service__card-wrap:nth-of-type(2) {
  padding-block-start: 6.25rem;
  transition: all 0.5s ease;
}
.p-top-service__card-wrap:nth-of-type(3) {
  padding-block-start: 12.5rem;
  transition: all 0.5s ease;
}
.p-top-service__card-wrap.isActive:nth-of-type(2) {
  padding-block-start: 0;
}
.p-top-service__card-wrap.isActive:nth-of-type(3) {
  padding-block-start: 0;
}

.p-top-service__card {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 1.25rem;
  color: #1B1B1C;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(8px);
  pointer-events: all;
  transition: background-color 0.3s ease;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top-service__card {
    aspect-ratio: 340/450;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__card {
    padding: 0.75rem;
    aspect-ratio: 340/390;
  }
}
@media (any-hover: hover) {
  .p-top-service__card:hover {
    cursor: pointer;
  }
}

.p-top-service__card-num {
  position: relative;
  z-index: 2;
  font-family: instrument-sans-variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.06rem;
  text-align: right;
}

.p-top-service__card-title {
  position: relative;
  z-index: 2;
  font-family: "Antonio", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.2083333333vw;
  margin-block-start: min(5.625rem, 6.25vw);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top-service__card-title {
    margin-block-start: min(2.5rem, 2.7777777778vw);
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__card-title {
    margin-block-start: min(4rem, 17.0666666667vw);
  }
}

.p-top-service__card-title-sub {
  position: relative;
  z-index: 2;
  margin-block-start: 1rem;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.p-top-service__card-tags {
  position: absolute;
  z-index: 2;
  bottom: 1.25rem;
  left: 1.25rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-top-service__card-tag {
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 100%;
  background: #ffffff;
  border-radius: 0.125rem;
}

.p-top-news {
  position: relative;
  z-index: 2;
  padding-block: 8.3333333333vw 9.0277777778vw;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-block: 27.7333333333vw 27.7333333333vw;
  }
}

.p-top-news__inner {
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    padding-inline: 1.125rem;
  }
}

.p-top-news__items {
  margin-block-start: 5.5555555556vw;
  position: relative;
  padding-block-start: 0.0625rem;
  overflow: hidden;
}
.p-top-news__items::before {
  position: absolute;
  content: "";
  top: 0rem;
  left: 1.25rem;
  width: calc(100% - 40px);
  height: 0.0625rem;
  background: #DADADA;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-news__items::before {
    left: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__items {
    margin-block-start: 12.8vw;
  }
}

.p-top-news__item {
  display: grid;
  grid-template-columns: 9.8125rem 1fr;
  column-gap: 5rem;
  padding-block: 1rem 5rem;
  padding-inline: 1.25rem;
  position: relative;
  background: #ffffff;
  transition: background-color 0.3s ease;
  overflow: hidden;
  min-height: 7.3125rem;
}
@media (max-width: 1200px) {
  .p-top-news__item {
    column-gap: 1.25rem;
    min-height: 11rem;
  }
}
.p-top-news__item::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: -100%;
  left: 1.25rem;
  width: calc(100% - 40px);
  height: 100%;
  background: #DE5126;
  transition: top 0s ease;
}
@media screen and (max-width: 767px) {
  .p-top-news__item::before {
    left: 1.125rem;
    width: calc(100% - 36px);
  }
}
.p-top-news__item:nth-of-type(2)::before, .p-top-news__item:nth-of-type(3)::before {
  left: 4.375rem;
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .p-top-news__item:nth-of-type(2)::before, .p-top-news__item:nth-of-type(3)::before {
    left: 4.25rem;
    width: calc(100% - 138px);
  }
}
.p-top-news__item:nth-of-type(1)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 1.25rem;
  width: calc(100% - 40px);
  height: 0.0625rem;
  background: #DADADA;
}
@media screen and (max-width: 767px) {
  .p-top-news__item:nth-of-type(1)::after {
    left: 1.125rem;
    width: calc(100% - 36px);
  }
}
.p-top-news__item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 4.375rem;
  width: calc(100% - 140px);
  height: 0.0625rem;
  background: #DADADA;
}
@media screen and (max-width: 767px) {
  .p-top-news__item:nth-of-type(2)::after {
    left: 4.25rem;
    width: calc(100% - 136px);
  }
}
.p-top-news__item:nth-of-type(1) {
  z-index: 3;
}
.p-top-news__item:nth-of-type(2) {
  width: calc(100% + 100px);
  margin-inline-start: -3.125rem;
  padding-inline: 4.375rem;
  z-index: 2;
  transform-origin: 100% 0;
}
.p-top-news__item:nth-of-type(3) {
  z-index: 1;
  width: calc(100% + 100px);
  margin-inline-start: -3.125rem;
  padding-inline: 4.375rem;
  transform-origin: 100% 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    grid-template-columns: 1fr;
    grid-template-areas: "date" "title" "category";
    padding-block: 0.75rem 1rem;
  }
  .p-top-news__item:nth-of-type(2), .p-top-news__item:nth-of-type(3) {
    width: calc(100% + 100px);
    margin-inline-start: -50px;
    padding-inline: 70px;
  }
  .p-top-news__item:nth-of-type(3) {
    transform-origin: 100% 0;
  }
}

.p-top-news__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__info {
    display: contents;
  }
}

.p-top-news__category {
  position: relative;
  z-index: 2;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem;
  letter-spacing: -0.015rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__category {
    grid-area: category;
  }
}

.p-top-news__date {
  position: relative;
  z-index: 2;
  font-family: imbue-variable, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.025rem;
  letter-spacing: -0.045rem;
  font-variation-settings: "wdth" 100, "wght" 300;
}
@media screen and (max-width: 767px) {
  .p-top-news__date {
    grid-area: date;
    font-size: 2rem;
    letter-spacing: -0.045rem;
  }
}

.p-top-news__title {
  position: relative;
  z-index: 2;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 999px) {
  .p-top-news__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    grid-area: title;
    margin-block-start: 0.375rem;
    font-size: 1.375rem;
    line-height: 120%;
    margin-block-end: 1.5rem;
  }
}
.p-top-news__title a {
  text-decoration: underline;
}

.p-top-news__item svg {
  position: relative;
  z-index: 2;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__item svg {
    grid-area: icon;
    width: 1.5rem;
  }
}

.p-top-news__item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  pointer-events: none;
}

.p-top-news__load-more-wrap {
  text-align: center;
  margin-block-start: 3.75rem;
  padding-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__load-more-wrap {
    margin-block-start: 2.5rem;
    padding-block-start: 2rem;
  }
}

.p-top-news__load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1B1B1C;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease;
}
.p-top-news__load-more-btn::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1B1B1C;
}
.p-top-news__load-more-btn:hover {
  opacity: 0.7;
}
.p-top-news__load-more-btn:disabled, .p-top-news__load-more-btn.is-loading {
  opacity: 0.5;
  cursor: not-allowed;
}

.p-top-news__load-more-text {
  display: inline-block;
  font-family: instrument-sans-variable, sans-serif;
}

.p-top-news__load-more-icon {
  display: inline-block;
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.p-top-news__load-more-btn.is-loading .p-top-news__load-more-icon {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-top-news__more-items .p-top-news__more-item:nth-of-type(3n + 1) {
  border-block-start: 1px solid #DADADA;
}

.p-top-journal {
  padding-block: 14.4444444444vw 16.6666666667vw;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-top-journal {
    padding-block: 21.3333333333vw 27.7333333333vw;
  }
}

.p-top-journal__inner {
  padding-inline: 1.25rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-journal__inner {
    padding-inline: 1.125rem;
    flex-direction: column;
    row-gap: 12.8vw;
  }
}

.p-top-journal__container {
  width: 80%;
  display: flex;
  flex-direction: column;
  row-gap: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-journal__container {
    row-gap: 12.8vw;
    width: 100%;
  }
}

.p-top-journal__head {
  position: sticky;
  top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-journal__head {
    position: relative;
    top: unset;
  }
}

.p-top-journal__items {
  display: grid;
  grid-template-columns: 690fr 453fr;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-journal__items {
    grid-template-columns: 1fr;
    row-gap: 10.6666666667vw;
  }
}

.p-top-journal__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-journal__item {
    row-gap: 0.5rem;
  }
}

.p-top-journal__img-wrap {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
.p-top-journal__img-wrap--large {
  aspect-ratio: 690/460;
}
@media screen and (max-width: 767px) {
  .p-top-journal__img-wrap--large {
    aspect-ratio: 340/225;
  }
}
.p-top-journal__img-wrap--middle {
  aspect-ratio: 453/300;
}
@media screen and (max-width: 767px) {
  .p-top-journal__img-wrap--middle {
    aspect-ratio: 340/225;
  }
}
.p-top-journal__img-wrap--small {
  aspect-ratio: 275/183;
}
.p-top-journal__img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.5);
  transition: filter 0.3s ease, scale 0.3s ease;
}

.p-top-journal__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-top-journal__date {
  font-family: imbue-variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.125rem;
  letter-spacing: -0.045rem;
}
@media (max-width: 999px) {
  .p-top-journal__date {
    font-size: 1rem;
  }
}

.p-top-journal__category {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 0.75rem;
  letter-spacing: -0.015rem;
}
@media (max-width: 999px) {
  .p-top-journal__category {
    font-size: 0.625rem;
  }
}

.p-top-journal__title {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 120%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 999px) {
  .p-top-journal__title {
    font-size: 1rem;
  }
}

.p-top-journal__pickup-head {
  font-family: instrument-sans-variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  font-variation-settings: "wdth" 100, "wght" 500;
  letter-spacing: -0.015rem;
  padding-block-end: 0.75rem;
  border-block-end: 0.0625rem solid #DADADA;
  margin-block-end: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-journal__pickup-head {
    font-size: 1.25rem;
    letter-spacing: -0.0125rem;
  }
}

.p-top-journal__pickup-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-journal__pickup-items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10.6666666667vw;
  }
}

.p-top-journal__pickup-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem;
}

.p-top-journal__button-wrap {
  margin-block-start: 8.3333333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-journal__button-wrap {
    margin-block-start: 12.8vw;
  }
}

@media (any-hover: hover) {
  .p-top-journal__item:hover .p-top-journal__img,
  .p-top-journal__pickup-item:hover .p-top-journal__img {
    scale: 1.1;
    filter: saturate(1);
  }
}
.jsJournalItem {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.4s ease, filter 0.8s ease;
}
.jsJournalItem.isActive {
  opacity: 1;
  filter: blur(0px);
}

.p-web-fv {
  position: relative;
  width: 100%;
  padding-block: 0rem 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-web-fv {
    min-height: 100lvh;
    padding-block: 0rem 4.375rem;
  }
}

.p-web-fv__inner {
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-web-fv__inner {
    padding-inline: 1.125rem;
  }
}

.p-web-fv__hgroup {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-web-fv__hgroup {
    row-gap: 1.25rem;
  }
}

.p-web-fv__text {
  font-family: "Antonio", sans-serif;
  font-size: 9.25rem;
  font-weight: 600;
  line-height: 90%; /* 133.2px */
  letter-spacing: -0.4625rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-web-fv__text {
    font-size: 5rem;
    letter-spacing: -0.25rem;
  }
}

.p-web-fv__title {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 100%;
  color: #1B1B1C;
}
@media screen and (max-width: 767px) {
  .p-web-fv__title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-web-fv__content {
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-web-fv__visual-wrap {
  width: 72.5rem;
  max-width: 100%;
  margin-inline: auto;
  background: #f2f2f2;
  position: relative;
  padding-block: 3.125rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-web-fv__visual-wrap {
    width: calc(100% - 1.875rem);
    padding-block: 2.5rem 3.75rem;
    margin-block-end: 11.25rem;
  }
}

.p-web-fv__device {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .p-web-fv__device--laptop {
    bottom: 0.9375rem;
    left: 17.375rem;
    width: 35rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-web-fv__device--laptop {
    width: 17.5rem;
    left: 0.75rem;
    top: unset;
    bottom: -10.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-web-fv__device--phone {
    top: 15.875rem;
    right: 19rem;
    width: 10rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-web-fv__device--phone {
    top: unset;
    bottom: -1.5625rem;
    width: 5rem;
    right: 0.5rem;
  }
}

.p-web-fv__slogan {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-web-fv__slogan {
    row-gap: 0.75rem;
  }
}

.p-web-fv__slogan-text {
  font-family: "Antonio", sans-serif;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.875rem;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-inline-end: 0.03em;
}
.p-web-fv__slogan-text:not(:first-child) {
  margin-block-start: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-web-fv__slogan-text {
    font-size: 5.375rem;
    letter-spacing: -0.375rem;
  }
  .p-web-fv__slogan-text:not(:first-child) {
    margin-block-start: -1.25rem;
  }
}

.p-web-fv__slogan-text:nth-child(1) {
  justify-content: center;
}

.p-web-fv__slogan-text:nth-child(2) {
  width: calc(100% + 7.5rem);
  margin-inline: -3.75rem;
}
@media (max-width: 1320px) {
  .p-web-fv__slogan-text:nth-child(2) {
    width: calc(100% + 1.875rem);
    margin-inline: -0.9375rem;
  }
}

.p-web-fv__slogan-text:nth-child(3) {
  width: 65.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-web-fv__slogan-text:nth-child(3) {
    width: calc(100% - 1.375rem);
    justify-content: center;
  }
}

.p-web-fv__description {
  margin-block-start: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-web-fv__description {
    margin-block-start: 1.875rem;
  }
}

.p-web-fv__description-title {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-web-fv__description-title {
    font-size: 1.625rem;
  }
}

.p-web-fv__description-text {
  margin-block-start: 1.875rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-web-fv__description-text p + p {
    margin-block-start: 1rem;
  }
}

.p-web-service {
  padding-block: 6.25rem 0;
  border-block-start: 1px solid #DADADA;
}
@media screen and (max-width: 767px) {
  .p-web-service {
    padding-block: 3.125rem 0;
  }
}

.p-web-service__title-wrap {
  padding-inline: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-web-service__title-wrap {
    padding-inline: 1.125rem;
    padding-block-end: 0.75rem;
  }
}

.p-web-service__card-wrap {
  position: relative;
}

.p-web-service__card {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100lvh;
  background: #1B1B1C;
  padding: 3.75rem 1.375rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-web-service__card {
    height: 100lvh;
  }
}
.p-web-service__card .p-web-service__card-text-wrap {
  position: relative;
}
.p-web-service__card .p-web-service__num-wrap {
  position: relative;
}
.p-web-service__card .p-web-service__timeline-wrap {
  position: relative;
}
.p-web-service__card [data-service-card-title],
.p-web-service__card [data-service-card-text] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-web-service__card [data-service-card-timeline] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
}
.p-web-service__card [data-service-card-num] {
  opacity: 0.2;
  transition: opacity 0.4s ease;
}
.p-web-service__card [data-service-card-video] {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.4s ease 0.4s;
}
.p-web-service__card [data-service-card-video].is-active,
.p-web-service__card [data-service-card-title].is-active,
.p-web-service__card [data-service-card-text].is-active,
.p-web-service__card [data-service-card-num].is-active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-web-service__card [data-service-card-timeline].is-active {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.4s ease;
  }
}
.p-web-service__card [data-service-card-title].is-active,
.p-web-service__card [data-service-card-text].is-active,
.p-web-service__card [data-service-card-video].is-active {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.4s ease 0s;
}
.p-web-service__card [data-service-card-video] {
  width: 100%;
  height: 100%;
}
.p-web-service__card [data-service-card-title] {
  width: 100%;
}
.p-web-service__card [data-service-card-text] {
  width: 17.1875rem;
}
.p-web-service__card [data-service-card-timeline] {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-web-service__card {
    padding: 5rem 1.125rem 5rem;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto 1fr;
    row-gap: 1.25rem;
    align-items: flex-start;
    justify-content: start;
    grid-template-areas: "title num" "img img" "text text" "timeline timeline";
  }
  .p-web-service__card [data-service-card-text] {
    width: 100%;
  }
  .p-web-service__card [data-service-card-timeline].is-active {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    top: unset;
    width: 100%;
    height: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .p-web-service__card-img-wrap {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: auto;
    max-width: 70vw;
    height: calc(100% - 12.5rem);
    aspect-ratio: 452/583;
  }
}
.p-web-service__card-img-wrap::after {
  content: "";
  top: -2px;
  left: -2px;
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(27, 27, 28, 0.3);
}
@media screen and (max-width: 767px) {
  .p-web-service__card-img-wrap::after {
    background: linear-gradient(180deg, rgba(27, 27, 28, 0.2) 0%, #1B1B1C 100%);
  }
}
.p-web-service__card-img-wrap .p-web-service__card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-web-service__card-img-wrap {
    position: relative;
    grid-area: img;
    width: 12.25rem;
    height: auto;
    aspect-ratio: 196/252;
    max-width: 100%;
  }
}

.p-web-service__card--left {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-web-service__card--left {
    display: contents;
  }
}

.p-web-service__card-text-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-web-service__card-text-wrap {
    display: contents;
  }
}

.p-web-service__card-title {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-web-service__card-title {
    grid-area: title;
    row-gap: 1rem;
  }
}

.p-web-service__card-title--en {
  font-family: instrument-sans-variable, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-web-service__card-title--en {
    font-size: 2rem;
  }
}

.p-web-service__card-title--ja {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-web-service__card-title--ja {
    font-size: 1rem;
  }
}

.p-web-service__card-text {
  width: 25rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-web-service__card-text {
    grid-area: text;
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-block-start: -5rem;
  }
}

.p-web-service__card--right {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2.5rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-web-service__card--right {
    display: contents;
  }
}

.p-web-service__num-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-web-service__num-wrap {
    grid-area: num;
  }
}

.p-web-service__num {
  font-family: instrument-sans-variable, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-web-service__num {
    font-size: 1.0625rem;
  }
}
.p-web-service__num.is-active {
  opacity: 1;
  font-size: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-web-service__num.is-active {
    font-size: 1.875rem;
  }
}

.p-web-service__product-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-web-service__product-wrap {
    margin-block-start: 0rem;
    row-gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-web-service__timeline-wrap {
    position: relative;
    grid-area: timeline;
  }
}

.p-web-service__timeline-title {
  font-family: instrument-sans-variable, sans-serif;
  text-align: right;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0275rem;
  margin-block-end: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-web-service__timeline-title {
    margin-block-start: -0.5rem;
    grid-area: timeline;
    font-size: 1.25rem;
    margin-block-end: 0;
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 10;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}
.p-web-service__timeline-title svg {
  translate: 0 0.125rem;
}

.p-web-service__timeline-container {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.p-web-service__timeline-container.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .p-web-service__timeline-text-wrap {
    position: absolute;
    bottom: calc(100% + 1.25rem);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    padding: 1rem;
    border-radius: 0.25rem;
    margin-block-end: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.625rem);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 10;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    width: 16rem;
  }
  .p-web-service__timeline-text-wrap.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-web-service__timeline-text-wrap .p-web-service__timeline {
    color: #1B1B1C;
  }
}

.p-web-service__timeline {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-web-service__timeline {
    text-align: left;
  }
}
.p-web-service__timeline {
  display: grid;
  grid-template-columns: auto 6.25rem;
  column-gap: 0.5em;
}