#main.projectstory {
    background-color: transparent;
}
#main.projectstory .pHero {
    padding-top: 70px;
}
#main.projectstory .pHero__inner {
    max-width: 1280px;
    width: 90%;
    margin-inline: auto;
}
#main.projectstory .pHero__title {
    position: relative;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    z-index: 1;
    background-color: transparent;
}
#main.projectstory .pHero__title::before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 52px;
    height: 58px;
    background-image: url(../../images/rn02/projectstory_icon-union.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
#main.projectstory .pHero__catchcopy {
    margin-top: 48px;
    width: 498px;
}
#main.projectstory .pHero__catchcopy img {
    object-fit: contain;
    aspect-ratio: 498/154;
}
#main.projectstory .pHero__lead {
    font-size: 150%;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    margin-top: 48px;
    font-feature-settings: 'palt' on;
}
#main.projectstory .pContents {
    padding-top: 96px;
}
#main.projectstory .pContents__card {
    height: 640px;
    position: relative;
}
#main.projectstory .pContents__link {
    display: block;
    height: 100%;
}
#main.projectstory .pContents__link::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
#main.projectstory .pContents__body {
    position: absolute;
    left: 5.5%;
    bottom: 0;
    padding: 32px 0 48px;
    display: flex;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 89%;
    z-index: 1;
}
#main.projectstory .pContents__head {
    flex: 0 1 290px;
    background-color: transparent;
}
#main.projectstory .pContents__number {
    display: block;
    font-size: 64%;
    font-weight: 900;
    color: #FA0046;
    font-family: 'Inter Tight', sans-serif;
    line-height: 150%;
}
#main.projectstory .pContents__title {
    display: block;
    margin-top: 4px;
    font-size: 107%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    font-weight: 700;
    color: #fff;
    line-height: 140%;
    font-feature-settings: 'palt' on;
}
#main.projectstory .pContents__copy {
    font-size: 228%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    font-weight: 700;
    line-height: 135%;
    color: #fff;
    flex: 1;
    font-feature-settings: 'palt' on;
}
#main.projectstory .pContents__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main.projectstory .pContents__img img {
    object-fit: cover;
    aspect-ratio: 1440/640;
    height: 100%;
    object-position: 50% 50%;
}
#main.projectstory .pContents__arrow {
    width: 120px;
}
#main.projectstory .pVoices {
    padding-top: 144px;
    padding-bottom: 114px;
}
#main.projectstory .pVoices__inner {
    max-width: 1280px;
    width: 90%;
    margin-inline: auto;
}
#main.projectstory .pVoices__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
}
#main.projectstory .pVoices__label {
    display: block;
    font-size: 150%;
    font-weight: 900;
    color: #FA0046;
    font-family: 'Inter Tight', sans-serif;
}
#main.projectstory .pVoices__title {
    width: 538px;
    margin-top: 48px;
}
#main.projectstory .pVoices__title img {
    aspect-ratio: 538/67;
    object-fit: contain;
}
#main.projectstory .pVoices__lead {
    font-size: 133%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    font-weight: 700;
    line-height: 180%;
    text-align: center;
    margin-top: 32px;
    font-feature-settings: 'palt' on;
}
#main.projectstory .pVoices__wrapper {
    margin-top: 48px;
    position: relative;
    height: 480px;
    height: calc(480/1440*100vw);
    max-height: 480px;
}
#main.projectstory .pVoices__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 100%;
}
#main.projectstory .pVoices__item {
    height: 100%;
    position: relative;
}
/* #main.projectstory .pVoices__item::before {
    position: absolute;
    content:"";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
} */
#main.projectstory .pVoices__item01 {
    grid-area: 1 / 1 / 2 / 2;
}
#main.projectstory .pVoices__item02 {
    grid-area: 1 / 2 / 2 / 3;
}
#main.projectstory .pVoices__item03 {
    grid-area: 1 / 3 / 2 / 4;
}
#main.projectstory .pVoices__item04 {
    grid-area: 1 / 4 / 2 / 5;
}
#main.projectstory .pVoices__item img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 320/480;
}
#main.projectstory .pVoices__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
#main.projectstory .pVoices__text {
    font-size: 200%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    font-weight: 700;
    line-height: 135%;
    color: #fff;
    text-align: center;
    font-feature-settings: 'palt' on;
}
#main.projectstory .pVoices__link {
    margin-top: 23px;
    max-width: 320px;
    width: 100%;
}
#main.projectstory .pVoices__link .cLinkBtn_text{
    font-size: 18px;
}
#main.projectstory .pVoices__link .cLinkBtn_text span{
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 400;
}
/*
#main.projectstory .pVoices__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 32px;
    background-color: #000;
    transition: padding .3s ease-out;
    margin-top: 23px;
    max-width: 320px;
    width: 100%;
}
#main.projectstory .pVoices__link span {
    font-size: 150%;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 135%;
    color: #fff;
    flex: 1;
}
#main.projectstory .pVoices__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 32px;
    background-color: #000;
    transition: padding .3s ease-out;
    margin-top: 23px;
    max-width: 320px;
    width: 100%;
}
#main.projectstory .pVoices__link-text-wrap {
    flex: 1;
}
#main.projectstory .pVoices__link-text {
    font-size: 150%;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 135%;
    color: #fff;
    font-feature-settings: 'palt' on;
}
#main.projectstory .pVoices__link-caption {
    display: block;
    font-size: 92%;
    letter-spacing: 0.03em;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    margin-top: 4px;
    font-feature-settings: 'palt' on;
}
#main.projectstory .pVoices__link-icon {
    display: block;
    width: 10px;
    height: 10px;
    stroke: #fff;
    margin-left: 10px;
    flex: 0 1 10px;
    margin-top: 5px;
}
#main.projectstory .pVoices__link:hover {
    padding: 28px 22px 28px 32px;
}
*/
/* ============================================
projectstory-detail
============================================ */
#main.projectstory-detail {
    background-color: transparent;
    overflow: unset;
}
#main.projectstory-detail .pMv {
    padding-top: 70px;
}
#main.projectstory-detail .pMv__inner {
    max-width: 1280px;
    width: 90%;
    margin-inline: auto;
}
#main.projectstory-detail .pMv__label {
    display: block;
    font-size: 100%;
    font-weight: 900;
    color: #FA0046;
    font-family: 'Inter Tight', sans-serif;
}
#main.projectstory-detail .pMv__category {
    display: block;
    margin-top: 4px;
    font-size: 167%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    font-weight: 700;
}
#main.projectstory-detail .pMv__title {
    font-size: 400%;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    margin-top: 40px;
    line-height: 130%;
}
#main.projectstory-detail .pMv__img {
    margin-top: 96px;
    height: 640px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    display: block;
}
#main.projectstory-detail .pMv__img img {
    object-fit: cover;
    aspect-ratio: 1440/640;
    height: 100%;
    object-position: 50% 50%;
}
#main.projectstory-detail .pMv__outline {
    margin-top: 64px;
    display: flex;
    align-items: start;
    column-gap: 40px;
}
#main.projectstory-detail .pMv__outline-label {
    display: block;
    font-size: 100%;
    font-weight: 900;
    color: #FA0046;
    font-family: 'Inter Tight', sans-serif;
    flex: 0 1 290px;
}
#main.projectstory-detail .pMv__outline-text {
    font-size: 150%;
    line-height: 180%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    font-weight: 500;
    flex: 1;
    font-feature-settings: 'palt' on;
}
#main.projectstory-detail .pProfile__inner {
    max-width: 1280px;
    margin-inline: auto;
    width: 90%;
    margin-top: 64px;
    padding-top: 64px;
    border-top: 1px solid rgba( 0, 0, 0, .1);
}
#main.projectstory-detail .pProfile__wrapper {
    display: flex;
    align-items: start;
    column-gap: 3%;
}
#main.projectstory-detail .pProfile__label {
    font-family: 'Inter Tight';
    font-weight: 900;
    font-size: 100%;
    line-height: 150%;
    color: #FA0046;
    flex: 0 1 23%;
}
#main.projectstory-detail .pProfile__list {
    flex: 0 1 74%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
}
#main.projectstory-detail .pProfile__img img {
    aspect-ratio: 290/194;
    object-fit: cover;
    border-radius: 4px;
}
#main.projectstory-detail .pProfile__body {
    flex: 0 1 74%;
}
#main.projectstory-detail .pProfile__name {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}
#main.projectstory-detail .pProfile__name .ja {
    font-weight: 700;
    font-size: 122%;
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #231815;
}
#main.projectstory-detail .pProfile__name .en {
    font-family: 'Inter Tight';
    font-weight: 900;
    font-size: 74%;
    line-height: 150%;
    color: #80878C;
    margin-left: 8px;
}
#main.projectstory-detail .pProfile__job {
    font-weight: 500;
    font-size: 100%;
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    margin-top: 16px;
}
/* pEpisode */
#main.projectstory-detail .pEpisode {
    padding: 128px 0 144px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 64px;
}
#main.projectstory-detail .pEpisode__inner {
    max-width: 1280px;
    width: 90%;
    margin-inline: auto;
}
#main.projectstory-detail .pEpisode__wrap {
    display: flex;
    gap: 11.7%;
}
#main.projectstory-detail .pEpisode__main {
    flex: 1;
}
#main.projectstory-detail .pEpisode__item {
    padding-bottom: 80px;
}
#main.projectstory-detail .pEpisode__item + #main.projectstory-detail .pEpisode__item {
    margin-top: 96px;
}
#main.projectstory-detail .pEpisode__label {
    font-size: 200%;
    font-weight: 900;
    color: #FA0046;
    font-family: 'Inter Tight', sans-serif;
    line-height: 150%;
    font-feature-settings: 'palt' on;
}
#main.projectstory-detail .pEpisode__title {
    font-size: 267%;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.03em;
    margin-top: 20px;
    background-color: transparent;
    font-feature-settings: 'palt' on;
}
#main.projectstory-detail .pEpisode__caption {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    margin-top: 12px;
}
#main.projectstory-detail .pEpisode__caption.pEpisode__caption--left {
    text-align: left;
    font-size: 12px;
}
#main.projectstory-detail .pEpisode__img {
    margin-top: 48px;
}
#main.projectstory-detail .pEpisode__img img {
    object-fit: cover;
}
#main.projectstory-detail .pEpisode__img.pEpisode__img-01 img {
    aspect-ratio: 841/477;
}
#main.projectstory-detail .pEpisode__img.pEpisode__img-02 img {
    aspect-ratio: 842/517;
}
#main.projectstory-detail .pEpisode__img.pEpisode__img-03 img {
    aspect-ratio: 842/480;
}
#main.projectstory-detail .pEpisode__img.pEpisode__img-04 img {
    aspect-ratio: 840/561;
}
#main.projectstory-detail .pEpisode__list {
    margin-top: 48px;
}
#main.projectstory-detail .pEpisode__text {
    font-size: 133%;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 180%;
    font-feature-settings: 'palt' on;
    color: #222222;
    text-align: justify;
}
#main.projectstory-detail .pEpisode__text + .pEpisode__text {
    margin-top: 32px;
}
#main.projectstory-detail .pEpisode__full-img {
    margin-top: 48px;
}
#main.projectstory-detail .pEpisode__full-img img {
    aspect-ratio: 842/517;
    object-fit: contain;
}
#main.projectstory-detail .pEpisode__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    margin-top: 48px;
}
#main.projectstory-detail .pEpisode__images.pEpisode__images--column-reverse > .pEpisode__text {
    order: 2;
}
#main.projectstory-detail .pEpisode__images.pEpisode__images--column-reverse > .pEpisode__image {
    order: 1;
}
#main.projectstory-detail .pEpisode__image img {
    aspect-ratio: 400/267;
    object-fit: cover;
}
#main.projectstory-detail .pEpisode__history {
    margin-top: 96px;
}
#main.projectstory-detail .pEpisode__history-heading {
    background-color: transparent;
    font-feature-settings: 'palt' on;
    color: #111111;
    font-weight: 700;
    font-size: clamp(22px, 21.296px + 0.188vw, 24px);
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: "palt" on;
    padding: 10px 0 10px 48px;
    background: url(/recruit/common/images/rn02/icon_arrow-right.svg) left center / auto 100% no-repeat;
}
#main.projectstory-detail .pEpisode__history-lists {
    margin-top: 48px;
}
#main.projectstory-detail .pEpisode__history-row + .pEpisode__history-row {
    margin-top: 48px;
}
#main.projectstory-detail .pEpisode__history-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #1C1C1C;
}
#main.projectstory-detail .pEpisode__history-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #222222;
    margin-top: 8px;
}
#main.projectstory-detail .pEpisode__history-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 4.76%;
    grid-row-gap: 4.76%;
    margin-top: 96px;
}
#main.projectstory-detail .pEpisode__history-grid img {
    aspect-ratio: 253/169;
    object-fit: cover;
}
#main.projectstory-detail .pEpisode__side {
    width: 290px;
    flex: 0 1 290px;
    align-self: flex-start;
    position: sticky;
    top: 100px;
    margin-top: 61px;
}
#main.projectstory-detail .pEpisode__nav-title {
    display: block;
    font-size: 100%;
    font-weight: 900;
    color: #FA0046;
    font-family: 'Inter Tight', sans-serif;
    line-height: 150%;
}
#main.projectstory-detail .pEpisode__nav-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 44px;
}
#main.projectstory-detail .pEpisode__nav-link {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    transition: border-bottom .3s ease-out;
}
#main.projectstory-detail .pEpisode__nav-body {
    flex: 1;
}
#main.projectstory-detail .pEpisode__nav-label {
    display: block;
    font-size: 70%;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Inter Tight', sans-serif;
    text-transform: uppercase;
    transition: color 0.3s ease-out;
    line-height: 100%;
}
#main.projectstory-detail .pEpisode__nav-text {
    font-size: 93%;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #111111;
}
#main.projectstory-detail .pEpisode__nav-icon {
    display: inline-block;
    width: 18px;
    background-color: #000;
    transition: background-color .3s ease-out, transform .3s ease-out;
    border-radius: 50%;
    height: 18px;
    background-image: url(/recruit/common/images/rn02/icon_arrow.svg);
    background-size: 10px 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
/* #main.projectstory-detail .pEpisode__nav-link:hover .pEpisode__nav-label {
    color: #FA0046;
}
#main.projectstory-detail .pEpisode__nav-link:hover .pEpisode__nav-icon {
    background-color: #FA0046;
    transform: rotate(180deg);
} */
#main.projectstory-detail .pEpisode__nav-item.is-active .pEpisode__nav-link {
    border-bottom: 1px solid #000;
}
#main.projectstory-detail .pEpisode__nav-item.is-active .pEpisode__nav-icon {
    background-color: #FA0046;
    transform: rotate(180deg);
}
#main.projectstory-detail .pEpisode__nav-item.is-active .pEpisode__nav-label {
    color: #FA0046;
}
/* pContents */
#main.projectstory-detail .pContents {
    padding-top: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#main.projectstory-detail .pContents__link-title {
    font-size: 267%;
    font-weight: 700;
    letter-spacing: 0.03em;
    width: 90%;
    margin-inline: auto;
    line-height: 135%;
    font-feature-settings: 'palt' on;
    color: #111111;
}
#main.projectstory-detail .pContents__cards {
    margin-top: 48px;
}
#main.projectstory-detail .pContents__card {
    height: 640px;
    position: relative;
}
#main.projectstory-detail .pContents__link {
    display: block;
    height: 100%;
}
#main.projectstory-detail .pContents__link::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
#main.projectstory-detail .pContents__body {
    position: absolute;
    left: 5.5%;
    bottom: 0;
    padding: 32px 0 48px;
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 89%;
    z-index: 1;
}
#main.projectstory-detail .pContents__head {
    flex: 0 1 290px;
    background: unset;
}
#main.projectstory-detail .pContents__number {
    display: block;
    font-size: 64%;
    font-weight: 900;
    color: #FA0046;
    font-family: 'Inter Tight', sans-serif;
    line-height: 150%;
}
#main.projectstory-detail .pContents__title {
    display: block;
    margin-top: 4px;
    font-size: 107%;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #fff;
    line-height: 140%;
    font-feature-settings: 'palt' on;
}
#main.projectstory-detail .pContents__copy {
    font-size: 228%;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 135%;
    color: #fff;
    flex: 1;
    font-feature-settings: 'palt' on;
}
#main.projectstory-detail .pContents__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main.projectstory-detail .pContents__img img {
    object-fit: cover;
    aspect-ratio: 1440/640;
    height: 100%;
    object-position: 50% 50%;
}
#main.projectstory-detail .pContents__arrow {
    width: 120px;
}




/* pModal */
.pModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pModal.is-open {
    opacity: 1;
    visibility: visible;
}
.pModal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
.pModal__img {
    position: relative;
    z-index: 1;
    max-width: 50vw;
    width: 100%;
    max-height: 90vh;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}
.pModal.is-open .pModal__img {
    transform: scale(1);
}
.pModal__close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.pModal__close::before,
.pModal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 2px;
    background-color: #fff;
}
.pModal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.pModal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
    #main.projectstory-detail .pEpisode__history-grid {
        cursor: pointer;
    }
}
.pEpisode__history-content3 {
    margin-top: 86px;
    padding-bottom: 96px;
    border-bottom: 1px solid rgba( 0, 0, 0, .1);
}
.pEpisode__history-content3-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #222222;
    margin-top: 36px;
}