@charset "UTF-8";
.p-top {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    position: relative;
    height: 100vh;
  }
  .p-top-mv__slider {
    position: relative;
    height: 100%;
    z-index: 1;
  }
  .p-top-mv__slider::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .p-top-mv__slide {
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .p-top-mv__slide-image {
    width: 100%;
    height: 100%;
  }
  .p-top-mv__slide-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-mv__slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-mv__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    z-index: 2;
    color: #fff;
  }
  .p-top-mv__title {
    font-family: dnp-shuei-anti-std, serif;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    width: 93.75%;
    margin: 0 auto;
  }
  .p-top-mv__marquee {
    margin-top: 29px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .p-top-mv__marquee span {
    display: inline-block;
    -webkit-animation: marquee 30s linear infinite;
            animation: marquee 30s linear infinite;
    font-size: 9.6875vw;
    line-height: 1;
    letter-spacing: 0;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
  }
  .p-top-mv__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 93.75%;
    margin: 20px auto 0;
  }
  .p-top-mv__nav-item {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0;
    font-family: "helvetica-neue-lt-pro", sans-serif;
  }
  .p-top-mv__nav-item a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-top-mv__nav-item a:hover {
    opacity: 0.4;
  }
  .p-top-container {
    position: relative;
    height: 350vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-top-container__inner {
    position: sticky;
    bottom: 0;
  }
  .p-top-container__anchors {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -100;
  }
  .p-top-who {
    padding: 240px 0 0;
    min-height: 100vh;
  }
  .p-top-who__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10.61%;
    width: 87.34%;
  }
  .p-top-who__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .p-top-who__title {
    font-size: min(4.2vw, 42px);
    font-family: dnp-shuei-anti-std, serif;
    line-height: 1.4;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-who__text {
    margin-top: 33px;
    font-size: 20px;
    line-height: 1.8;
  }
  .p-top-who__text p + p {
    margin-top: 1.2em;
  }
  .p-top-who__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 29px;
    margin-top: 56px;
  }
  .p-top-who__image {
    width: 40.53%;
  }
  .p-top-who__image picture {
    position: relative;
    z-index: 1;
    -webkit-transform: translate(0px, -77px) scale(1.05);
        -ms-transform: translate(0px, -77px) scale(1.05);
            transform: translate(0px, -77px) scale(1.05);
  }
  .p-top-who__image-inner {
    overflow: hidden;
  }
  .p-top-who__bg-video {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
    -webkit-transform: translate(0px, -77px) scale(1.05);
        -ms-transform: translate(0px, -77px) scale(1.05);
            transform: translate(0px, -77px) scale(1.05);
  }
  .p-top-who__bg-video.is-playing {
    opacity: 1;
  }
  .p-top-who__bg-player {
    width: 36.3vw;
    height: 64.2vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-top-what {
    padding: 142px 0 120px;
    background: #fff;
    min-height: 100vh;
  }
  .p-top-what__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5.9%;
    width: 87.34%;
    align-items: flex-start;
  }
  .p-top-what__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .p-top-what__title {
    font-size: min(4.2vw, 42px);
    font-family: dnp-shuei-anti-std, serif;
    line-height: 1.4;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-what__text {
    margin-top: 43px;
    font-size: 20px;
    line-height: 1.8;
    width: 94.5%;
  }
  .p-top-what__text p + p {
    margin-top: 1.2em;
  }
  .p-top-what__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .p-top-what__image {
    width: 41.32%;
  }
  .p-top-what__image picture {
    -webkit-transform: translate(0px, -27px) scale(1.05);
        -ms-transform: translate(0px, -27px) scale(1.05);
            transform: translate(0px, -27px) scale(1.05);
  }
  .p-top-what__image-inner {
    overflow: hidden;
  }
  .p-top-project {
    position: relative;
    z-index: 2;
    margin-top: -100vh;
  }
  .p-top-project::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -250px;
    width: 100%;
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(95.74%, rgba(0, 0, 0, 0.1)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 95.74%);
    z-index: 0;
  }
  .p-top-project__inner {
    position: relative;
    z-index: 2;
  }
  .p-top-project__container {
    overflow: hidden;
    padding: 100px 0 240px;
    position: relative;
    background: #fff;
    border-radius: 60px 60px 0 0;
    z-index: 2;
  }
  .p-top-project__subtitle {
    font-size: 16px;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    line-height: 1;
    margin-left: 10px;
  }
  .p-top-project__title {
    font-size: min(4.2vw, 42px);
    font-family: dnp-shuei-anti-std, serif;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 41px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-project__text {
    margin-top: 35px;
    font-size: 20px;
    line-height: 2;
    width: 90%;
  }
  .p-top-project__text p + p {
    margin-top: 1.2em;
  }
  .p-top-project__slider {
    overflow: visible;
    margin-top: 40px;
  }
  .p-top-project__slider .swiper-wrapper {
    --swiper-wrapper-transition-timing-function: linear;
    overflow: visible;
  }
  .p-top-map {
    position: relative;
    height: 200vh;
  }
  .p-top-map__container {
    position: sticky;
    top: -60px;
    width: 100%;
    height: calc(100vh + 60px);
    overflow: hidden;
    border-radius: 60px 60px 0 0;
    padding-top: 60px;
    background: #E9E4DE;
  }
  .p-top-map__container::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #F8F8F8;
    z-index: 1;
  }
  .p-top-map__bg {
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    background: #E9E4DE;
    overflow: hidden;
    --font-size-base: 1.25vh;
  }
  .p-top-map__bg::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #fff;
    z-index: 1;
  }
  .p-top-map__bg-inner {
    position: absolute;
    left: 50%;
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 100vh;
    z-index: 2;
    aspect-ratio: 1924/800;
  }
  .p-top-map__bg-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 1;
    border-top: 2px solid #E9E4DE;
    border-bottom: 2px solid #fff;
    pointer-events: none;
  }
  .p-top-map__bg-inner picture {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .p-top-map__bg-inner picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 1280/800) {
  .p-top-map__bg-inner {
    --font-size-base: 0.78vw;
    width: 150.3125vw;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1924/800) {
  .p-top-map__bg-inner {
    --font-size-base: max(1.25vh, 0.51vw);
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-map__markers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .p-top-map__marker {
    position: absolute;
    width: 5%;
    color: var(--marker-color);
  }
  .p-top-map__marker:not(:has(.p-top-map__marker-comingsoon)) {
    cursor: pointer;
  }
  .p-top-map__marker-number {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: calc(var(--font-size-base) * 1.5);
    line-height: 1.1;
    text-align: center;
  }
  .p-top-map__marker-circle {
    margin-top: 4%;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    line-height: 1;
    font-size: 0;
  }
  .p-top-map__marker-circle svg {
    width: 100%;
    height: 100%;
  }
  .p-top-map__marker-circle svg circle {
    stroke: var(--marker-color);
  }
  .p-top-map__marker-border {
    position: absolute;
    pointer-events: none;
    line-height: 1;
    font-size: 0;
  }
  .p-top-map__marker-border svg {
    width: 100%;
  }
  .p-top-map__marker-border svg path, .p-top-map__marker-border svg line {
    stroke: var(--marker-color);
  }
  .p-top-map__marker-border svg circle {
    fill: var(--marker-color);
  }
  .p-top-map__marker-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 91.58%;
    aspect-ratio: 1;
    overflow: hidden;
    z-index: 1;
  }
  .p-top-map__marker-image img {
    width: 100%;
    height: auto;
  }
  .p-top-map__marker-comingsoon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    font-size: calc(var(--font-size-base) * 1.1);
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #fff;
    z-index: 2;
  }
  .p-top-map__marker[data-marker-id="0"] {
    left: 42%;
    top: 56.7%;
  }
  .p-top-map__marker[data-marker-id="0"] .p-top-map__marker-border {
    left: 51%;
    top: 99%;
    width: 69.79%;
  }
  .p-top-map__marker[data-marker-id="1"] {
    left: 47.5%;
    top: 56.7%;
  }
  .p-top-map__marker[data-marker-id="1"] .p-top-map__marker-border {
    left: 16%;
    top: 99%;
    width: 38.54%;
  }
  .p-top-map__marker[data-marker-id="2"] {
    left: 53.05%;
    top: 56.7%;
  }
  .p-top-map__marker[data-marker-id="2"] .p-top-map__marker-border {
    left: -109%;
    top: 98%;
    width: 160.416%;
  }
  .p-top-map__marker[data-marker-id="3"] {
    left: 69.8%;
    top: 56.7%;
  }
  .p-top-map__marker[data-marker-id="3"] .p-top-map__marker-border {
    left: 42%;
    top: 100%;
    width: 15.625%;
  }
  .p-top-map__marker[data-marker-id="4"] {
    left: 36.5%;
    top: 57%;
  }
  .p-top-map__marker[data-marker-id="4"] .p-top-map__marker-border {
    left: 50%;
    top: 100%;
    width: 164.58%;
  }
  .p-top-team {
    padding: 95px 0 0;
    overflow: hidden;
  }
  .p-top-team__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 13.04%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-team__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .p-top-team__title {
    font-size: min(3.6vw, 42px);
    font-family: dnp-shuei-anti-std, serif;
    line-height: 1.4;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: 105%;
  }
  .p-top-team__text {
    margin-top: 43px;
    font-size: 20px;
    line-height: 1.8;
  }
  .p-top-team__text p + p {
    margin-top: 2em;
  }
  .p-top-team__image {
    width: 41.25%;
  }
  .p-top-team__image picture {
    -webkit-transform: translate(0px, -27px) scale(1.05);
        -ms-transform: translate(0px, -27px) scale(1.05);
            transform: translate(0px, -27px) scale(1.05);
  }
  .p-top-team__image-inner {
    overflow: hidden;
  }
  .p-top-team__slider {
    margin-top: 160px;
    overflow: visible;
  }
  .p-top-team__slider .swiper-wrapper {
    --swiper-wrapper-transition-timing-function: linear;
    overflow: visible;
  }
  .p-top-recruit {
    padding: 90px 0 150px;
  }
  .p-top-recruit__inner {
    width: 90.63%;
  }
  .p-top-recruit__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5%;
    width: 96.47%;
    margin: 0 auto;
  }
  .p-top-recruit__subtitle {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: min(6.1vw, 72px);
    line-height: 1.1;
    letter-spacing: 0;
    width: 42%;
    font-weight: 400;
  }
  .p-top-recruit__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .p-top-recruit__title {
    font-family: dnp-shuei-anti-std, serif;
    font-size: min(3.6vw, 42px);
    line-height: 1.4;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-recruit__text {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.8;
  }
  .p-top-recruit__text p + p {
    margin-top: 1.2em;
  }
  .p-top-recruit__list {
    margin-top: 80px;
    background: #355F41;
    border-radius: 20px;
    color: #fff;
    padding: 80px min(147px, 12.68%) 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-top-recruit__list {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-recruit__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 140px;
    margin: 52px 0 0;
  }
  .p-top-recruit__list-heading {
    font-family: dnp-shuei-anti-std, serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.8;
    text-align: center;
    color: #FFFFFF;
  }
  .p-top-recruit__item {
    position: relative;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .p-top-recruit__item:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    border-left: 1px dashed;
    height: 100%;
    position: absolute;
    left: -70px;
  }
  .p-top-recruit__item-title {
    font-size: 20px;
    line-height: 1;
    font-family: noto-sans-cjk-jp, sans-serif;
  }
  .p-top-recruit__item-button {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*
    .c-button:hover{
      background: rgba(255, 255, 255, 0.60);
      color: $color-green;
    }
    .c-button-border--external--icon::before {
      background: url(../images/common/ico_external_green_01.svg) no-repeat center center / contain;
    }
    */
  }
  .p-top-recruit__item-button .c-button {
    min-width: 155px;
    padding: 0;
    max-width: 364px;
    width: 100%;
  }
  .p-top-contact {
    padding: 142px 0 120px;
    background: #EBEBEB;
  }
  .p-top-project-modal__overlay {
    background: #9E9E9E;
    opacity: 0.6;
  }
  .p-top-project-modal__scroll {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-project-modal__inner {
    width: 100%;
    min-height: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    margin: auto;
  }
  .p-top-project-modal__close {
    top: 0;
    width: 95px;
    height: 95px;
  }
  .p-top-project-modal__close .c-modal__close-icon::before, .p-top-project-modal__close .c-modal__close-icon::after {
    background: #fff;
  }
  .p-top-project-modal__slider {
    margin: auto;
    padding: 30px 0 80px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 50.390625%;
    max-width: 645px;
    overflow: visible;
  }
  .p-top-project-modal__slider .swiper-wrapper {
    height: 100%;
    overflow: visible;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-top-project-modal__arrows {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
  .p-top-project-modal__arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    pointer-events: all;
    cursor: pointer;
    -webkit-transition: property opacity 0.3s ease-out;
    transition: property opacity 0.3s ease-out;
  }
  .p-top-project-modal__arrow:hover {
    opacity: 0.5;
  }
  .p-top-project-modal__arrow--prev {
    left: -80px;
    --arrow-rotate: 225deg;
    --arrow-translate-x: -30%;
  }
  .p-top-project-modal__arrow--next {
    right: -80px;
    --arrow-rotate: 45deg;
    --arrow-translate-x: -80%;
  }
  .p-top-project-modal__arrow::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #355F41;
    border-right: 2px solid #355F41;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(var(--arrow-translate-x), -50%) rotate(var(--arrow-rotate));
        -ms-transform: translate(var(--arrow-translate-x), -50%) rotate(var(--arrow-rotate));
            transform: translate(var(--arrow-translate-x), -50%) rotate(var(--arrow-rotate));
  }
  .p-top-project-modal__pagination {
    --swiper-pagination-bottom: 30px;
    --swiper-pagination-top: auto;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-project-modal__pagination-item {
    background: #FF4800;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: "helvetica-neue-lt-pro", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-top-project-modal__pagination-item:hover {
    opacity: 1;
  }
  .p-top-project-modal__slide {
    background: #355F41;
    color: #fff;
    padding: 50px 80px 38px;
    height: auto;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.3;
    border-radius: 10px;
  }
  .p-top-project-modal__slide.is-active {
    opacity: 1;
  }
  .p-top-project-modal__label {
    line-height: 1;
  }
  .p-top-project-modal__label span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 1px 10px 2px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  .p-top-project-modal__image {
    margin-top: 22px;
  }
  .p-top-project-modal__content {
    margin-top: 22px;
  }
  .p-top-project-modal__subtitle {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .p-top-project-modal__title {
    margin-top: 6px;
    font-family: dnp-shuei-anti-std, serif;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-top-project-modal__text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-top-project-modal__slider {
    width: 60%;
  }
  .p-top-project-modal__slide {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) and (min-width: 1101px) {
  .p-top-project-modal__slide[data-slide-index="3"] .p-top-project-modal__title br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  .p-top-project-modal__slide[data-slide-index="3"] .p-top-project-modal__title br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    position: relative;
    height: calc(100 * var(--svh));
  }
  .p-top-mv__slider {
    position: relative;
    height: 100%;
    z-index: 1;
  }
  .p-top-mv__slider::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .p-top-mv__slide {
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .p-top-mv__slide-image {
    width: 100%;
    height: 100%;
  }
  .p-top-mv__slide-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-mv__slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-mv__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 2;
    color: #fff;
  }
  .p-top-mv__title {
    font-family: dnp-shuei-anti-std, serif;
    font-size: min(10.25vw, 40px);
    line-height: 1.2;
    letter-spacing: 0;
    width: 89.74%;
    margin: 0 auto;
  }
  .p-top-mv__marquee {
    margin-top: 28px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .p-top-mv__marquee span {
    display: inline-block;
    -webkit-animation: marquee 30s linear infinite;
            animation: marquee 30s linear infinite;
    font-size: 23.0769vw; /* 390px幅の画面で90px相当 */
    line-height: 1;
    letter-spacing: 0;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
  }
  .p-top-container {
    position: relative;
    height: calc(480 * var(--lvh));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-top-container__inner {
    position: sticky;
    bottom: 0;
  }
  .p-top-container__anchors {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -100;
  }
  .p-top-who {
    padding: 140px 0 80px;
    min-height: calc(100 * var(--lvh));
  }
  .p-top-who__subtitle {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }
  .p-top-who__title {
    font-size: min(9.23vw, 36px);
    font-family: dnp-shuei-anti-std, serif;
    line-height: 1.4;
    margin-top: 43px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-who__text {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
  }
  .p-top-who__text p + p {
    margin-top: 1.5em;
  }
  .p-top-who__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    margin-top: 39px;
  }
  .p-top-who__image {
    margin: 48px 0 0;
  }
  .p-top-who__image picture {
    position: relative;
    z-index: 1;
    -webkit-transform: translate(0px, -40px) scale(1.05);
        -ms-transform: translate(0px, -40px) scale(1.05);
            transform: translate(0px, -40px) scale(1.05);
  }
  .p-top-who__image-inner {
    overflow: hidden;
  }
  .p-top-who__bg-video {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
    -webkit-transform: translate(0px, -40px) scale(1.05);
        -ms-transform: translate(0px, -40px) scale(1.05);
            transform: translate(0px, -40px) scale(1.05);
  }
  .p-top-who__bg-video.is-playing {
    opacity: 1;
  }
  .p-top-who__bg-player {
    width: 90vw;
    height: 160vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-top-what {
    padding: 80px 0 150px;
    min-height: calc(100 * var(--lvh));
  }
  .p-top-what__subtitle {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }
  .p-top-what__title {
    font-size: min(9.23vw, 36px);
    font-family: dnp-shuei-anti-std, serif;
    line-height: 1.4;
    margin-top: 43px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-what__text {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
  }
  .p-top-what__text p + p {
    margin-top: 1.5em;
  }
  .p-top-what__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    margin-top: 39px;
  }
  .p-top-what__image {
    margin: 48px 0 0;
  }
  .p-top-what__image picture {
    -webkit-transform: translate(0px, -27px) scale(1.05);
        -ms-transform: translate(0px, -27px) scale(1.05);
            transform: translate(0px, -27px) scale(1.05);
  }
  .p-top-what__image-inner {
    overflow: hidden;
  }
  .p-top-project {
    position: relative;
    z-index: 2;
    margin-top: calc(-100 * var(--lvh));
  }
  .p-top-project::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -420px;
    width: 100%;
    height: 467px;
    background: linear-gradient(174deg, rgba(0, 0, 0, 0) 5.08%, rgba(0, 0, 0, 0.18) 95.74%);
    z-index: 0;
  }
  .p-top-project__inner {
    position: relative;
    z-index: 2;
  }
  .p-top-project__container {
    overflow: hidden;
    padding: 150px 0 100px;
    position: relative;
    background: #fff;
    border-radius: 40px 40px 0 0;
    z-index: 2;
  }
  .p-top-project__subtitle {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-left: 10px;
  }
  .p-top-project__title {
    font-size: min(9.23vw, 36px);
    font-family: dnp-shuei-anti-std, serif;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 38px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-project__text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.8;
  }
  .p-top-project__text p + p {
    margin-top: 1.5em;
  }
  .p-top-project__text br {
    display: none !important;
  }
  .p-top-project__slider {
    overflow: visible;
    margin-top: 20px;
  }
  .p-top-project__slider .swiper-wrapper {
    --swiper-wrapper-transition-timing-function: linear;
    overflow: visible;
  }
  .p-top-map {
    position: relative;
    height: calc(200 * var(--lvh));
  }
  .p-top-map__container {
    position: sticky;
    top: -40px;
    width: 100%;
    height: calc(100vh + 40px);
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    padding-top: 40px;
    background: #E9E4DE;
  }
  .p-top-map__container::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #F8F8F8;
    z-index: 1;
  }
  .p-top-map__bg {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    background: #E9E4DE;
    overflow: hidden;
    --font-size-base: 2.56vw;
  }
  .p-top-map__bg::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #F8F8F8;
    z-index: 1;
  }
  .p-top-map__bg-inner {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 2;
    aspect-ratio: 390/1000;
    overflow: hidden;
  }
  .p-top-map__bg-inner picture {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .p-top-map__bg-inner picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .p-top-map__markers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .p-top-map__marker {
    position: absolute;
    width: 16.7%;
    color: var(--marker-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-top-map__marker:not(:has(.p-top-map__marker-comingsoon)) {
    cursor: pointer;
  }
  .p-top-map__marker-number {
    margin-top: 4%;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: calc(var(--font-size-base) * 1.2);
    line-height: 1.1;
    text-align: center;
  }
  .p-top-map__marker-circle {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    line-height: 1;
    font-size: 0;
  }
  .p-top-map__marker-circle svg {
    width: 100%;
    height: 100%;
  }
  .p-top-map__marker-circle svg circle {
    stroke: var(--marker-color);
  }
  .p-top-map__marker-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 93.65%;
    aspect-ratio: 1;
    overflow: hidden;
    z-index: 1;
  }
  .p-top-map__marker-image img {
    width: 100%;
    height: auto;
  }
  .p-top-map__marker-comingsoon {
    position: absolute;
    left: 50%;
    top: 53%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    font-size: calc(var(--font-size-base) * 0.8);
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #fff;
    z-index: 2;
  }
  .p-top-map__marker-border {
    position: absolute;
    pointer-events: none;
    line-height: 1;
    font-size: 0;
  }
  .p-top-map__marker-border svg {
    width: 100%;
  }
  .p-top-map__marker-border svg path, .p-top-map__marker-border svg line {
    stroke: var(--marker-color);
  }
  .p-top-map__marker-border svg circle {
    fill: var(--marker-color);
  }
  .p-top-map__marker[data-marker-id="0"] {
    left: 24.3%;
    top: 71.7%;
  }
  .p-top-map__marker[data-marker-id="0"] .p-top-map__marker-border {
    left: 48%;
    bottom: 99%;
    width: 29.1%;
  }
  .p-top-map__marker[data-marker-id="1"] {
    left: 42.1%;
    top: 71.7%;
  }
  .p-top-map__marker[data-marker-id="1"] .p-top-map__marker-border {
    left: -25%;
    bottom: 99%;
    width: 78.3%;
  }
  .p-top-map__marker[data-marker-id="2"] {
    left: 59.8%;
    top: 71.7%;
  }
  .p-top-map__marker[data-marker-id="2"] .p-top-map__marker-border {
    left: -139.5%;
    bottom: 100%;
    width: 190.38%;
  }
  .p-top-map__marker[data-marker-id="3"] {
    left: 77.6%;
    top: 71.7%;
  }
  .p-top-map__marker[data-marker-id="3"] .p-top-map__marker-border {
    left: 44%;
    bottom: 99%;
    width: 9.21%;
  }
  .p-top-map__marker[data-marker-id="4"] {
    left: 6.5%;
    top: 71.7%;
  }
  .p-top-map__marker[data-marker-id="4"] .p-top-map__marker-border {
    left: 49%;
    bottom: 99%;
    width: 124.366%;
  }
  .p-top-team {
    padding: 150px 0 0;
    background: #F8F8F8;
  }
  .p-top-team__subtitle {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }
  .p-top-team__title {
    font-size: min(9.23vw, 36px);
    font-family: dnp-shuei-anti-std, serif;
    line-height: 1.4;
    margin: 43px 0 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-team__text {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
  }
  .p-top-team__text p + p {
    margin-top: 2em;
  }
  .p-top-team__image {
    margin: 49px 0 0;
  }
  .p-top-team__image picture {
    -webkit-transform: translate(0px, -27px) scale(1.05);
        -ms-transform: translate(0px, -27px) scale(1.05);
            transform: translate(0px, -27px) scale(1.05);
  }
  .p-top-team__image-inner {
    overflow: hidden;
  }
  .p-top-team__slider {
    margin-top: 75px;
    overflow: hidden;
  }
  .p-top-team__slider .swiper-wrapper {
    --swiper-wrapper-transition-timing-function: linear;
    overflow: visible;
  }
  .p-top-recruit {
    padding: 72px 0 80px;
  }
  .p-top-recruit__inner {
    width: 89.74%;
  }
  .p-top-recruit__subtitle {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }
  .p-top-recruit__title {
    font-family: dnp-shuei-anti-std, serif;
    font-size: min(9.23vw, 36px);
    line-height: 1.4;
    margin: 33px 0 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-recruit__text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.8;
  }
  .p-top-recruit__text p + p {
    margin-top: 1.8em;
  }
  .p-top-recruit__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 102px;
    margin: 61px 0 0;
  }
  .p-top-recruit__list {
    margin-top: 80px;
    background: #355F41;
    border-radius: 16px;
    color: #fff;
    padding: 60px 25px;
  }
  .p-top-recruit__list-heading {
    font-family: dnp-shuei-anti-std, serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
  }
  .p-top-recruit__item {
    position: relative;
    text-align: center;
  }
  .p-top-recruit__item:not(:first-child)::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px dashed;
    height: 1px;
    position: absolute;
    top: -50px;
  }
  .p-top-recruit__item-title {
    font-size: 20px;
    line-height: 1;
    font-family: noto-sans-cjk-jp, sans-serif;
  }
  .p-top-recruit__item-button {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
  }
  .p-top-recruit__item-button .c-button {
    width: 100%;
  }
  .p-top-contact {
    padding: 77px 0 80px;
    background: #EBEBEB;
  }
  .p-top-project-modal__overlay {
    background: #9E9E9E;
    opacity: 0.6;
  }
  .p-top-project-modal__scroll {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-project-modal__inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 0;
    width: 100%;
    position: relative;
    margin: auto;
  }
  .p-top-project-modal__close {
    top: 0;
  }
  .p-top-project-modal__close .c-modal__close-icon::before, .p-top-project-modal__close .c-modal__close-icon::after {
    background: #fff;
  }
  .p-top-project-modal__slider {
    padding: 58px 0 97px;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 84.615%;
    overflow: visible;
  }
  .p-top-project-modal__slider .swiper-wrapper {
    height: 100%;
    overflow: visible;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-top-project-modal__arrows {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
  .p-top-project-modal__arrow {
    position: absolute;
    width: 7.69vw;
    height: 7.69vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    pointer-events: all;
    cursor: pointer;
    -webkit-transition: property opacity 0.3s ease-out;
    transition: property opacity 0.3s ease-out;
  }
  .p-top-project-modal__arrow:hover {
    opacity: 0.5;
  }
  .p-top-project-modal__arrow--prev {
    left: -7.69vw;
    --arrow-rotate: 225deg;
    --arrow-translate-x: -30%;
  }
  .p-top-project-modal__arrow--next {
    right: -7.69vw;
    --arrow-rotate: 45deg;
    --arrow-translate-x: -80%;
  }
  .p-top-project-modal__arrow::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #355F41;
    border-right: 2px solid #355F41;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(var(--arrow-translate-x), -50%) rotate(var(--arrow-rotate));
        -ms-transform: translate(var(--arrow-translate-x), -50%) rotate(var(--arrow-rotate));
            transform: translate(var(--arrow-translate-x), -50%) rotate(var(--arrow-rotate));
  }
  .p-top-project-modal__pagination {
    --swiper-pagination-bottom: 30px;
    --swiper-pagination-top: auto;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-project-modal__pagination-item {
    background: #FF4800;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: "helvetica-neue-lt-pro", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-top-project-modal__pagination-item:hover {
    opacity: 1;
  }
  .p-top-project-modal__slide {
    background: #355F41;
    color: #fff;
    padding: 64px 20px 60px;
    height: auto;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.3;
    border-radius: 10px;
  }
  .p-top-project-modal__slide.is-active {
    opacity: 1;
  }
  .p-top-project-modal__label {
    line-height: 1;
  }
  .p-top-project-modal__label span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 1px 10px 2px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  .p-top-project-modal__image {
    margin-top: 16px;
  }
  .p-top-project-modal__content {
    margin-top: 14px;
  }
  .p-top-project-modal__subtitle {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .p-top-project-modal__title {
    margin-top: 8px;
    font-family: dnp-shuei-anti-std, serif;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-top-project-modal__text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.p-top-map__marker {
  --marker-animation: none;
  --marker-color: #708384;
  --marker-circumference: 301.44;
}
.p-top-map__marker:has(.p-top-map__marker-comingsoon) {
  --marker-color: #E0E0E0;
}
.p-top-map__marker-number {
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.p-top-map__marker-circle svg circle {
  -webkit-transition: stroke 0.5s ease-out;
  transition: stroke 0.5s ease-out;
  stroke-dasharray: var(--marker-circumference);
  stroke-dashoffset: 0;
  -webkit-animation: var(--marker-animation);
          animation: var(--marker-animation);
}
.p-top-map__marker-border svg path, .p-top-map__marker-border svg line {
  -webkit-transition: stroke 0.5s ease-out;
  transition: stroke 0.5s ease-out;
}
.p-top-map__marker-border svg circle {
  -webkit-transition: fill 0.5s ease-out;
  transition: fill 0.5s ease-out;
}
.p-top-map__marker-point {
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.p-top-map__marker.is-active {
  --marker-color: #FF4800;
  --marker-animation: marker-circle var(--marker-animation-duration, 6s) linear;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes marker-circle {
  0% {
    stroke-dashoffset: var(--marker-circumference);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes marker-circle {
  0% {
    stroke-dashoffset: var(--marker-circumference);
  }
  100% {
    stroke-dashoffset: 0;
  }
}