.under-kv--project-story-detail {
    min-height: 612px;
    overflow: visible;
    clip-path: none;
    background: #fff;
    padding-bottom: 0;
    isolation: isolate;

    display: flex;
    align-items: center;
    padding-left: max(calc((100% - var(--container)) / 2), var(--layout-gutter));
    gap: min(5vw, 80px);
    width: 100%;
    justify-content: space-between;
}

.under-kv--project-story-detail::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image-gradation);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    z-index: 0;
}

.under-kv--project-story-detail .under-kv__inner {
    min-height: 612px;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
    position: relative;
    z-index: 2;

    width: 500px;
    margin: 0;
}

.under-kv--project-story-detail .under-kv__title {
    max-width: 700px;
    font-size: 40px;
    line-height: 1.3;
}

.under-kv--project-story-detail .under-kv__media {
    margin: 0;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    z-index: 1;
    flex: 1;
    height: auto;
    width: auto;
    max-width: 720px;
}

.under-kv--project-story-detail .under-kv__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 720/450;
    object-fit: cover;
}

.project-story-detail {
    margin-top: 0;
}

.project-story-detail__profile {
    margin-top: 80px;
    min-height: 207px;
    background: #edf2f2;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    align-items: center;
    gap: 40px;
}

.project-story-detail__profile-image {
    width: 270px;
    height: 207px;
    object-fit: cover;
    display: block;
}

.project-story-detail__profile-copy {
    max-width: 536px;
    color: #000;
}

.project-story-detail__profile-name {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.project-story-detail__profile-bio {
    margin: 15px 0 0;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.02em;
}

.project-story-detail__body {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.project-story-detail-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 40px;
}

.project-story-detail-block--reverse .project-story-detail-block__copy {
    order: 2;
}

.project-story-detail-block--reverse .project-story-detail-block__media {
    order: 1;
}

.project-story-detail-block__copy {
    width: 580px;
    max-width: 100%;
}

.project-story-detail-block__eyebrow {
    margin: 0;
    color: #00a082;
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.project-story-detail-block__title {
    margin: 16px 0 0;
    width: fit-content;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-bottom: 6px;
    background-image: linear-gradient(#00a082, #00a082);
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-position: left bottom;
}

.project-story-detail-block__text {
    margin: 32px 0 0;
    color: #000;
}

.project-story-detail-block__media {
    border-radius: 20px;
    overflow: hidden;
}

.project-story-detail-block__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 580/600;
    object-fit: cover;
}

.project-story-detail__evaluation {
    margin-top: 100px;
    border: 1px solid #00a082;
    border-radius: 20px;
    padding: 35px 40px;
    position: relative;
    background: #fff;
}

.project-story-detail__evaluation-title {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    background: #fff;
    color: #00a082;
    font-size: 24px;
    line-height: 1.5;
    z-index: 2;
    white-space: nowrap;
}

.project-story-detail__evaluation-text {
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

.project-story-detail__evaluation-text strong {
    font-weight: 700;
    text-decoration: underline #ffed62 4px;
}

.project-story-detail__message {
    width: 100vw;
    margin: 100px calc(50% - 50vw) 0;
    min-height: 705px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 120px max(16px, (100vw - 1200px) / 2) 0;
    isolation: isolate;
    overflow: hidden;
    align-items: baseline;
}

.project-story-detail__message-bg {
    position: absolute;
    inset: 0;
    background: #edf2f2;
    background-image: var(--message-bg-image);
    background-size: cover;
    background-position: center;
    z-index: -3;
}

.project-story-detail__message-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.52) 45%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0.9) 100%);
}

.project-story-detail__message-card {
    width: min(580px, 100% - 40px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.1);
    padding: 50px;
    position: relative;
}

.project-story-detail__message-label {
    margin: 0;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 124.6px;
}

.project-story-detail__message-label img {
    display: block;
    width: 100%;
    height: auto;
}

.project-story-detail__message-title {
    margin: 0;
    color: #00a082;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.project-story-detail__message-text {
    margin: 0;
    color: #000;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    max-width: 100%;
}

.project-story-detail__other-projects.our-business {
    position: relative;
    padding-top: 12vw;
    padding-bottom: 75px;
    isolation: isolate;
    margin-top: -10vw;
}

.project-story-detail__other-projects.our-business::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(0 10vw, 100% 0vw, 100% 100%, 0 100%);
    background-color: var(--bg-lightgreen);
    background-size: cover;
}

.project-story-detail__other-projects .our-business__slider {
    width: 100vw;
    margin: 48px calc(50% - 50vw) 0;
}

.project-story-detail__other-projects .our-business__viewport {
    width: 100%;
    overflow: hidden;
    padding-inline: clamp(16px, 4vw, 64px);
}

.project-story-detail__other-projects .our-business__track {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 32px;
    transition: transform 0.45s ease;
    padding-bottom: 15px;
}

.project-story-detail__other-projects .our-business__slide {
    flex: 0 0 min(830px, 100vw - clamp(32px, 8vw, 140px));
}

.project-story-detail__other-projects .our-business__slider--controller {
    width: min(var(--container), 100% - 80px);
    margin: 20px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.project-story-detail__other-projects .our-business__progress {
    flex: 1 1 auto;
    height: 3px;
    background: rgba(159, 177, 174, 0.5);
    position: relative;
    overflow: hidden;
}

.project-story-detail__other-projects .our-business__progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #00a082;
    transition: width 0.45s ease;
}

.project-story-detail__other-projects .our-business__arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.project-story-detail__other-projects .our-business__nav {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #00a082;
    border-radius: 50%;
    background: transparent;
    color: #00a082;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.project-story-detail__other-projects .our-business__nav::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-left: -2px;
}

.project-story-detail__other-projects .our-business__nav--prev::before {
    transform: rotate(-135deg);
    margin-left: 2px;
}

.project-story-detail__other-projects .our-business__nav[disabled] {
    opacity: 0.35;
    cursor: default;
}

.project-story-detail__other-projects .project-story-card {
    position: relative;
    display: block;
    width: 100%;
    border: 3px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    transition: border 0.45s ease;
}
@media (any-hover: hover) {
    .project-story-detail__other-projects .project-story-card:hover .project-story-card__media .project-story-card__image {
        transform: scale(1.03);
    }
    .project-story-detail__other-projects .project-story-card:hover {
        border: 3px solid #00a082;
    }
}

.project-story-detail__other-projects .project-story-card__media {
    position: relative;
    height: 350px;
}
.project-story-detail__other-projects .project-story-card__media .project-story-card__image {
    transition: transform 0.45s ease;
}

.project-story-detail__other-projects .project-story-card__image,
.project-story-detail__other-projects .project-story-card__overlay-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-story-detail__other-projects .project-story-card__content {
    position: relative;
    background: #ffffff;
    padding: 40px;
}

.project-story-detail__other-projects .project-story-card__category {
    margin: 0;
    color: #00a082;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.project-story-detail__other-projects .project-story-card__body {
    margin-top: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.project-story-detail__other-projects .project-story-card__title {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.project-story-detail__other-projects .project-story-card__title span {
    display: block;
}

.project-story-detail__other-projects .project-story-card__arrow {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00a082;
    position: relative;
}

.project-story-detail__other-projects .project-story-card__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(-60%, -50%) rotate(45deg);
}

.project-story-detail__other-projects .project-story-card__step {
    position: absolute;
    left: 40px;
    top: -15px;
    margin: 0;
    padding: 8px 20px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00a082;
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.05em;
}

.project-story-detail__other-projects .project-story-card__step::before,
.project-story-detail__other-projects .project-story-card__step::after {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    height: 31px;
    background: #00a082;
}

.project-story-detail__other-projects .project-story-card__step::before {
    left: -14px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.project-story-detail__other-projects .project-story-card__step::after {
    right: -14px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.project-story-detail__other-title {
    margin: 0;
}

@media only screen and (min-width: 1440px) {
    .under-kv--project-story-detail {
        padding-right: max(calc((100% - var(--container)) / 2), var(--layout-gutter));
    }
    .under-kv--project-story-detail .under-kv__media {
        border-radius: 20px;
    }
}

@media (max-width: 1200px) {
    .under-kv--project-story-detail {
        min-height: 540px;
    }
    .under-kv--project-story-detail .under-kv__inner {
        min-height: 540px;
    }
    .under-kv--project-story-detail .under-kv__media {
        width: 50vw;
    }
    .project-story-detail__profile {
        grid-template-columns: 220px 1fr;
        gap: 24px;
    }
    .project-story-detail__profile-image {
        width: 220px;
        height: 207px;
    }
    .project-story-detail__profile-bio {
        margin-top: 10px;
        font-size: 15px;
    }
    .project-story-detail__body {
        margin-top: 70px;
        gap: 70px;
    }
    .project-story-detail-block__eyebrow {
        font-size: 20px;
    }
    .project-story-detail-block__title {
        font-size: 22px;
    }
    .project-story-detail-block__text {
        margin-top: 20px;
    }
    .project-story-detail__evaluation {
        margin-top: 70px;
        padding-inline: 24px;
    }
    .project-story-detail__evaluation::before {
        left: 24px;
    }
    .project-story-detail__evaluation::after {
        left: 150px;
    }
    .project-story-detail__message {
        min-height: 580px;
        padding: 140px max(16px, (100vw - 1040px) / 2) 0;
    }
    .project-story-detail__message-card {
        width: min(520px, 100% - 40px);
        padding: 40px 36px;
        gap: 14px;
    }
    .project-story-detail__message-label {
        top: -28px;
        left: -24px;
        width: 118px;
    }
    .project-story-detail__message-title {
        font-size: 24px;
        line-height: 1.5;
    }
    .project-story-detail__message-text {
        font-size: 16px;
        line-height: 1.7;
    }
}
@media (max-width: 1080px) {
    .under-kv--project-story-detail .under-kv__inner {
        width: 400px;
    }
    .under-kv--project-story-detail .under-kv__title {
        font-size: 32px;
    }
    .project-story-detail__other-projects .our-business__slider {
        width: 100vw;
    }
    .project-story-detail__other-projects .our-business__slider--controller {
        width: calc(100% - 48px);
    }
    .project-story-detail__other-projects .project-story-card__media {
        height: clamp(240px, 42vw, 350px);
    }
    .project-story-detail__other-projects .project-story-card__content {
        padding: 28px;
    }
    .project-story-detail__other-projects .project-story-card__category {
        font-size: 18px;
    }
    .project-story-detail__other-projects .project-story-card__title {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .under-kv--project-story-detail {
        display: block;
        min-height: 360px;
        padding: 0;
    }
    .under-kv--project-story-detail::before {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), 0 100%);
    }
    .under-kv--project-story-detail .under-kv__inner {
        min-height: 0;
        padding-top: calc(10vw + 10px);
        padding-bottom: 52px;
        justify-content: flex-end;
        width: 100%;
    }
    .under-kv--project-story-detail .under-kv__title {
        max-width: 100%;
        font-size: 27px;
        line-height: 1.3;
    }
    .under-kv--project-story-detail .under-kv__media {
        position: relative;
        top: auto;
        left: 0px;
        right: 0px;
        width: 100%;
        max-width: initial;
        margin-left: auto;
        border-radius: 0px;
        transform: none;
    }
    .project-story-detail {
        margin-top: 20px;
    }
    .project-story-detail__profile {
        margin-top: 16px;
        min-height: auto;
        border-radius: 10px;
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 12px;
    }
    .project-story-detail__profile-image {
        width: 100%;
        height: auto;
    }
    .project-story-detail__profile-copy {
        padding: 10px 0;
    }
    .project-story-detail__profile-name {
        font-size: 18px;
    }
    .project-story-detail__profile-bio {
        margin-top: 4px;
        font-size: 11px;
        line-height: 1.6;
    }
    .project-story-detail__body {
        margin-top: 44px;
        gap: 44px;
    }
    .project-story-detail-block,
    .project-story-detail-block--reverse {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .project-story-detail-block--reverse .project-story-detail-block__copy {
        order: 1;
    }
    .project-story-detail-block--reverse .project-story-detail-block__media {
        order: 2;
    }
    .project-story-detail-block__copy {
        width: 100%;
    }
    .project-story-detail-block__eyebrow {
        font-size: 16px;
    }
    .project-story-detail-block__title {
        margin-top: 8px;
        font-size: 20px;
        padding-bottom: 4px;
    }
    .project-story-detail-block__text {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.8;
    }
    .project-story-detail-block__media img {
        aspect-ratio: 16/10;
    }
    .project-story-detail__evaluation {
        margin-top: 34px;
        min-height: 0;
        border-radius: 12px;
        padding: 22px 16px 18px;
    }
    .project-story-detail__evaluation::before,
    .project-story-detail__evaluation::after {
        display: none;
    }
    .project-story-detail__evaluation-title {
        font-size: 18px;
    }
    .project-story-detail__evaluation-text {
        font-size: 13px;
        line-height: 1.8;
        text-align: left;
    }
    .project-story-detail__message {
        margin-top: 56px;
        min-height: 420px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 24px 16px;
        padding-bottom: 90px;
    }
    .project-story-detail__message-bg {
        inset: 0;
        height: 111vw;
    }
    .project-story-detail__message-bg::after {
        display: none;
    }
    .project-story-detail__message-card {
        width: 100%;
        margin-top: 80vw;
        padding: 24px;
        border-radius: 12px;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
        gap: 10px;
        min-height: 0;
    }
    .project-story-detail__message-label {
        top: -16px;
        left: -9px;
        width: 108px;
    }
    .project-story-detail__message-title {
        font-size: 24px;
        line-height: 1.5;
    }
    .project-story-detail__message-text {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.8;
    }
    .project-story-detail__other-title {
        font-size: 24px;
    }
    .project-story-detail__other-projects .our-business__slider {
        width: 100vw;
    }
    .project-story-detail__other-projects .our-business__viewport {
        overflow: visible;
        padding-bottom: 0;
        padding-inline: 16px;
    }
    .project-story-detail__other-projects .our-business__track {
        display: flex;
        flex-direction: column;
        transition: none;
        gap: 20px;
        padding-bottom: 0;
        transform: none !important;
    }
    .project-story-detail__other-projects .our-business__slide {
        flex: 0 0 auto;
        width: 100%;
    }
    .project-story-detail__other-projects .our-business__slide[data-clone="true"] {
        display: none;
    }
    .project-story-detail__other-projects .our-business__slider--controller {
        width: calc(100% - 32px);
        display: none;
    }
    .project-story-detail__other-projects .project-story-card__content {
        padding: 30px 20px 20px 20px;
    }
    .project-story-detail__other-projects .project-story-card__body {
        gap: 8px;
        margin-top: 8px;
    }
    .project-story-detail__other-projects .project-story-card__category {
        font-size: 16px;
    }
    .project-story-detail__other-projects .project-story-card__title {
        font-size: 18px;
        line-height: 1.6;
    }
    .project-story-detail__other-projects .project-story-card__arrow {
        width: 34px;
        height: 34px;
    }
    .project-story-detail__other-projects .project-story-card__step {
        left: 20px;
        font-size: 14px;
        padding: 8px 14px;
        height: 28px;
    }
    .project-story-detail__other-projects .project-story-card__step::before,
    .project-story-detail__other-projects .project-story-card__step::after {
        height: 28px;
    }
    .project-story-detail__other-projects.our-business {
        padding: calc(10vw + 30px) 0;
    }
}
/*# sourceMappingURL=project-story-detail.css.map */
