.p_mv {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    z-index: 1;
}

.p_mv_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.p_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1;
}

.p_slide_picture,
.p_slide_picture img {
    display: block;
    width: 100%;
    height: 100%;
}

.p_slide_picture img {
    object-fit: cover;
}

.p_slide.is-active {
    opacity: 1;
    z-index: 2;
}

.p_shutter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.p_shutter_part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transform: scale(1.02);
}

.p_shutter_part--tl {
    clip-path: polygon(0 0, 70% 0, 30% 100%, 0 100%);
    transform: translateX(-100%) scale(1.02);
}

.p_shutter_part--br {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 30% 100%);
    transform: translateX(100%) scale(1.02);
}

.p_mv_slider.is-initial .p_shutter_part--tl {
    transform: translateX(0) scale(1.02);
}

.p_mv_slider.is-initial .p_shutter_part--br {
    transform: translateX(0) scale(1.02);
}

.p_mv_slider.is-initial.is-opening .p_shutter_part--tl {
    animation: mvInitialShutterTl 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.p_mv_slider.is-initial.is-opening .p_shutter_part--br {
    animation: mvInitialShutterBr 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.p_mv_slider.is-animating .p_shutter_part--tl,
.p_mv_slider.is-animating .p_shutter_part--br {
    transform: translateX(0) scale(1.02);
}

@keyframes mvInitialShutterTl {
    0% {
        transform: translateX(0) scale(1.02);
    }

    100% {
        transform: translateX(-100%) scale(1.02);
    }
}

@keyframes mvInitialShutterBr {
    0% {
        transform: translateX(0) scale(1.02);
    }

    100% {
        transform: translateX(100%) scale(1.02);
    }
}

.p_mv_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: none;
    color: #fff;
}

.p_mv_overlay>* {
    position: absolute;
    pointer-events: auto;
}

.p_mv_catchphrase {
    top: 42%;
    left: 6.5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p_mv_logo {
    width: 20rem;

}

.p_mv_text {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 3.2rem;
}

.p_mv_scroll {
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-end;
}

.p_mv_scrollText {
    font-size: 1.2rem;
    writing-mode: sideways-lr;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-family: 'Exo', sans-serif;
}

.p_mv_scrollTrack {
    position: relative;
    width: 1px;
    height: 8rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.p_mv_scrollDot {
    position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    animation: scrollIndicator 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes scrollIndicator {
    0% {
        transform: translate(-50%, 0) scale(0);
        opacity: 0;
    }

    15% {
        transform: translate(-50%, 0) scale(1);
        opacity: 1;
    }

    85% {
        transform: translate(-50%, 7.5rem) scale(1);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 7.5rem) scale(0);
        opacity: 0;
    }
}

.p_mv_bottomArea {
    bottom: 8px;
    left: 5%;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.p_mv_sorega {
    white-space: nowrap;
    margin-right: 4rem;
    font-weight: 900;
    line-height: 1;
    font-size: clamp(2.4rem, 3.17vw, 6.1rem);
    position: relative;
    top: 2rem;
}

.p_mv_lineWrap {
    flex-grow: 1;
    position: relative;
    margin-right: 2rem;
    top: 2rem;
}

.p_mv_roman {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Exo', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    white-space: nowrap;
    line-height: 1;
}

.p_mv_line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.p_mv_mainTitle {
    margin: 0;
    flex-shrink: 0;
    width: 40%;
    max-width: 675px;
}

.p_mv_mainTitle img {
    width: 100%;
    height: auto;
    display: block;
}

.l_main_content {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding-top: 10rem;
}


/* INFORMATION */

.p_information {
    background-color: #FFFFFF;
    color: #000A02;
    width: 100%;
    padding: 0 10rem;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.p_information_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.p_information_ttl {
    padding: 3.6rem 0;
    border-right: 1px solid #DDDDDD;
}

.p_info_card {
    display: flex;
    flex-direction: column;
    padding: 4rem;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid #DDDDDD;
}


.p_info_card_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.p_info_card_img picture,
.p_info_card_img img {
    width: 100%;
    display: block;
}

.p_info_card_img img {
    height: auto;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.p_info_card_grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.p_info_card_body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 1.2rem;
}

.p_info_card_title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.p_info_card_desc {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
    line-height: 1.6;
}

.p_info_card .c_btn {
    margin-top: auto;
}

.u-icon-external-svg {
    margin-left: 0.8rem;
    vertical-align: middle;
    transform: translateY(-2px);
}

.p_info_card:hover .p_info_card_img img {
    transform: scale(1.1);
}

.p_info_card:hover .p_info_card_grad {
    opacity: 1;
}

.p_info_card:hover .c_btn_text {
    transform: translateX(0.4rem);
}

.p_info_card:hover .c_btn_icon svg:first-child {
    transform: translateX(3.0rem);
}

.p_info_card:hover .c_btn_icon svg:last-child {
    transform: translateX(0);
}



/* =========================================
   COMPANY
========================================= */
.p_company {
    position: relative;
    width: 100%;
}

.p_company_inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1430px;
    padding: 10rem 0;
    gap: 4rem;
}

.p_company_sidebar {
    position: absolute;
    left: calc(50% - 50vw + 5.208vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.p_company_sidebar::before {
    content: "";
    width: 1px;
    height: 8rem;
    background-color: #DDD;
    margin-bottom: 2rem;
}

.p_company_vertical {
    writing-mode: vertical-rl;
    font-family: 'Exo', sans-serif;
}

.p_company_left {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .c_btn {
        width: 27rem;
    }
}

.p_company_logo {
    width: 20rem;
    margin-bottom: 4rem;
}

.p_company_text {
    text-align: center;
    margin-bottom: 5.9rem;
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
}

.p_company_right {
    width: 56%;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    min-width: 56rem;
}

.p_company_card_wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.p_company_card_prefix {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    flex-shrink: 0;
}

.p_company_card_line {
    display: block;
    width: 2.083vw;
    height: 1px;
    background-color: #DDDDDD;
}

.p_company_card_num {
    writing-mode: vertical-rl;
    font-family: 'Exo', sans-serif;
    font-size: 1.6rem;
    color: #000A02;
    letter-spacing: 0.05em;
}

.p_company_card {
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    flex-grow: 1;
    padding: 1.2rem 4rem 1.2rem 1.2rem;
    border-radius: 4px;
}

.p_company_card_img {
    width: 46.5%;
    flex-shrink: 0;
}

.p_company_card_img img {
    display: block;
    width: 100%;
    height: auto;
}

.p_company_card_body {
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p_company_card_title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

.p_company_card_desc {
    line-height: 2;
}

/* =========================================
   NEWS
========================================= */
.p_news {
    width: 100%;
    border-top: 1px solid #DDDDDD;
    padding-bottom: 10rem;
}

.p_news_header {
    text-align: center;
    padding: 2.2rem 0 2.6rem;
    border-bottom: 1px solid #DDDDDD;
}

.p_news_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #DDDDDD;
    padding: 0 5.208vw;
}

.p_news_item {
    display: flex;
    flex-direction: column;
    padding: 4rem;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid #DDDDDD;
}

.p_news_item:first-child {
    border-left: 1px solid #DDDDDD;
}

.p_news_item:last-child {
    /* border-right: none; */
}


.p_news_item_img {
    position: relative;
    width: 100%;
    margin-bottom: 1.6rem;
    overflow: hidden;
    background-color: #FAFAFA;
    aspect-ratio: 16 / 9;
    border-radius: 4px;

}

.p_news_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.p_news_item:hover .p_news_item_img img {
    transform: scale(1.1);
}

.p_news_arrow {
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
    width: 6rem;
    height: 4rem;
    background-color: #FFFFFF;
    color: #000A02;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

.p_news_arrow svg {
    width: 1.4rem;
    height: auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    flex-shrink: 0;
}

.p_news_arrow svg:last-child {
    position: absolute;
    transform: translateX(-4.0rem);
}

.p_news_item:hover .p_news_arrow svg:first-child {
    transform: translateX(4.0rem);
}

.p_news_item:hover .p_news_arrow svg:last-child {
    transform: translateX(0);
}

.p_news_item_meta {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
    justify-content: space-between;
}

.p_news_item_cat {
    background-color: #000A02;
    color: #FFFFFF;
    padding: 0.4rem 1.2rem;
    font-size: 1.4rem;
    font-family: 'Exo', sans-serif;
    border-radius: 4px;
}

.p_news_item_date {
    font-family: 'Exo', sans-serif;
    font-size: 1.6rem;
    color: #000A02;
}

.p_news_item_title {
    font-size: 1.6rem;
    line-height: 1.6;
}

.p_news_btn_wrap {
    display: flex;
    justify-content: flex-end;
    padding-right: 10rem;
    margin-top: 2rem;

    .c_btn {
        width: 27rem;
    }
}



















@media (max-width: 1024px) {
    .l_main_content {
        padding-top: 6rem;
    }
    /* === FV / MV === */
    .p_mv {
        height: 100dvh;
    }

    .p_mv_catchphrase {
        display: contents;
    }
    
    .p_mv_logo {
        top: 12rem;
        right: 4vw;
        position: absolute;
        width: 37.33vw;
        max-width: 16rem;
    }
    
    .p_mv_text {
        position: absolute;
        top: 64%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        font-size: 4vw;
        line-height: 1.5;
    }

    .p_mv_scroll {
        display: none;
    }

    .p_mv_bottomArea {
        flex-wrap: wrap;
        align-items: flex-end;
        bottom: 1rem;
        left: 0;
        right: 0;
    }

    .p_mv_sorega {
        top: 0;
        margin-right: 0;
        left: 2rem;
        font-size: 8.533vw;
        padding-bottom: 0.4rem;
    }

    .p_mv_lineWrap {
        top: 0;
        margin-right: 0;
        margin-bottom: 0;
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .p_mv_roman {
        position: static;
        transform: none;
        padding-bottom: 2rem;
        padding-right: 2.5rem;
        font-size: 3.2vw;
    }

    .p_mv_line {
        display: none;
    }

    .p_mv_mainTitle {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        padding-top: 0.8rem;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    /* === INFORMATION === */
    .p_information {
        padding: 0 ;
    }

    .p_information_inner {
        display: flex;
        flex-direction: column;
    }

    .p_information_ttl {
        padding: 2rem 0;
        border-right: none;
        border-bottom: 1px solid #DDDDDD;
        text-align: center;
    }

    .p_info_card {
        flex-direction: row;
        align-items: center;
        gap: 4vw;
        padding: 4rem 4vw;
        border-right: none;
        border-bottom: 1px solid #DDDDDD;
    }

    .p_info_card:last-child {
        border-bottom: none;
    }

    .p_info_card_img {
        width: 45%;
        margin-bottom: 0;
    }

    .p_info_card_body {
        width: 55%;
        margin-top: 0;
        padding-right: 2rem;
    }

    /* === COMPANY === */
    .p_company_inner {
        flex-direction: column;
        width: 100%;
        padding: 6rem 0;
        gap: 4rem;
    }

    .p_company_sidebar {
        position: relative;
        left: 0;
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0rem;
        padding: 0 4vw;
    }

    .p_company_sidebar::before {
        width: 4rem;
        height: 1px;
        margin-bottom: 0;
        margin-right: 1.6rem;
        margin-left: -4vw;
    }

    .p_company_vertical {
        writing-mode: horizontal-tb;
    }

    .p_company_left {
        width: 100%;
        padding: 0 4vw;
    }

    .p_company_right {
        width: 100%;
        min-width: unset;
        padding: 0 4vw;
        gap: 2.4rem;
        margin-top: 4rem;
    }

    .p_company_card {
        padding: 1.6rem 2rem 1.6rem 1.6rem;
    }

    .p_company_card_body {
        padding-left: 2.4rem;
    }

    .p_company_card_title {
        font-size: 1.6rem;
    }
    .p_company_card_prefix {
        gap: 1rem;
    }

    /* === NEWS === */
    .p_news{
        padding-bottom: 6rem;
    }
    .p_news_list {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 4vw;
        border-bottom: none;
    }

    .p_news_item {
        padding: 4rem 3vw;
        border-bottom: 1px solid #DDDDDD;
    }

    .p_news_item:nth-child(odd) {
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
    }

    .p_news_item:nth-child(even) {
        border-left: none;
        border-right: 1px solid #DDDDDD;
    }

    .p_news_item:last-child:nth-child(odd) {
        border-right: 1px solid #DDDDDD;
        border-bottom: none;
    }

    .p_news_btn_wrap {
        padding-right: 4vw;
        border-top: 1px solid #DDDDDD;
        margin-top: 0;
        padding-top: 2rem;
    }
}

@media (max-width: 700px) {
    .l_main_content {
        padding-top: 4rem;
    }
    /* === FV / MV === */
    .p_mv {
        height: 100dvh;
    }

    .p_mv_catchphrase {
        display: contents;
    }
    
    .p_mv_logo {
        top: 12rem;
        right: 4vw;
        position: absolute;
        width: 37.33vw;
        max-width: 16rem;
    }
    
    .p_mv_text {
        position: absolute;
        top: 64%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        font-size: 4vw;
        line-height: 1.5;
    }

    .p_mv_scroll {
        display: none;
    }

    .p_mv_bottomArea {
        flex-wrap: wrap;
        align-items: flex-end;
        bottom: 1rem;
        left: 0;
        right: 0;
    }

    .p_mv_sorega {
        top: 0;
        margin-right: 0;
        left: 2rem;
        font-size: 8.533vw;
        padding-bottom: 0.4rem;
    }

    .p_mv_lineWrap {
        top: 0;
        margin-right: 0;
        margin-bottom: 0;
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .p_mv_roman {
        position: static;
        transform: none;
        padding-bottom: 2rem;
        padding-right: 2.5rem;
        font-size: 3.2vw;
    }

    .p_mv_line {
        display: none;
    }

    .p_mv_mainTitle {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        padding-top: 0.8rem;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    /* === INFORMATION === */
    .p_information {
        padding: 0;
    }
    .p_information_ttl {
        padding: 1.2rem 0;
    }
    .p_info_card {
        flex-direction: column;
        padding: 4rem 3rem;
        gap: 0;
    }

    .p_info_card_img {
        width: 100%;
        margin-bottom: 2rem;
    }

    .p_info_card_body {
        width: 100%;
        padding-right: 0;
    }

    .p_info_card_title {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }

    .p_info_card_desc {
        margin-bottom: 3.2rem;
        font-size: 1.5rem;
    }

    /* === COMPANY === */
    .p_company_inner {
        padding: 6rem 0;
        gap: 0;
        .c_btn {
            width: 100%;
        }
    }

    .p_company_left {
        padding: 0 3rem;
    }
    .p_company_sidebar {
        padding: 0;
        margin-bottom: 5.3rem;
    }
    .p_company_sidebar::before {
        width: 2rem;
        margin-left: 0;
        margin-right: 1rem;
    }
    
    .p_company_logo {
        width: 20rem;
        margin-bottom: 4rem;
    }

    .p_company_text {
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }

    .p_company_right {
        gap: 4rem;
        margin-top: 8.7rem;
        padding: 0 ;
    }

    .p_company_card_wrap {
        flex-direction: column;
        gap: 0.9rem;
        align-items: stretch;
    }

    .p_company_card_prefix {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }

    .p_company_card_line {
        width: 2rem;
    }

    .p_company_card_prefix::after {
        content: "";
        display: block;
        width: 2rem;
        height: 1px;
        background-color: #DDDDDD;
    }

    .p_company_card_num {
        writing-mode: horizontal-tb;
    }

    .p_company_card {
        flex-direction: column;
        padding: 3rem;
        align-items: flex-start;
    }

    .p_company_card_img {
        width: 100%;
    }

    .p_company_card_body {
        padding:2rem 0 0;
    }
    .p_company_card_desc {
        font-size: 1.5rem;
    }

    .p_company_card_title {
        font-size: 1.6rem;
    }

    /* === NEWS === */
    .p_news_header {
        padding: 1.2rem 0;
    }
    .p_news_list {
        grid-template-columns: 1fr;
        padding: 0;
        border-bottom: none;
    }

    .p_news_item {
        padding: 4rem 3rem;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #DDDDDD;
    }

    .p_news_arrow{
        width: 4rem;
        height: 2.6rem;
        right: 1.2rem;
        bottom: 1.2rem;
    }
    .p_news_arrow svg {
        width: 1rem;
    }
    .p_news_item_img {
        margin-bottom: 2rem;
        aspect-ratio: 315 / 153;
    }

    .p_news_btn_wrap {
        padding: 4rem 3rem 0;
        justify-content: center;
        margin-top: 0;
        .c_btn {
            width: 100%;
        }
    }
    .p_news_item_date {
        font-size: 1.5rem;
    }
    .p_news_item_meta {
        margin-bottom: 1.2rem;
        font-size: 1.5rem;
    }
}
