﻿
.home-container-pc > .area8 {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.home-container-pc > .area8 > .box {
    flex-shrink: 0;
    width: 100%;
    height: calc(100% / 3);
    position: relative;
}

.home-container-pc > .area8 > .box::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(31,31,31,0) 66%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.home-container-pc > .area8 > .box:nth-child(2)::after {
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(31,31,31,0) 66%, rgba(255,255,255,0) 100%);
}

.home-container-pc > .area8 > .box > img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-container-pc > .area8 > .box > .word {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.home-container-pc > .area8 > .box > .word > h3 {
    color: #ffffff;
    font-size: 6.077cqw;
    line-height: 8.705cqh;
    text-shadow: 2px 0px 4px #000000;
}

.home-container-pc > .area8 > .box > .word > :where(h3, .info) {
    position: absolute;
    bottom: 20px;
}

.home-container-pc > .area8 > .box > .word > .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.home-container-pc > .area8 > .box > .word > .info > p {
    max-width: 35.112cqw;
    color: #c2c2c2;
}

.home-container-pc > .area8 > .box > .word > .info > p:nth-of-type(1) {
    font-size: 1.621cqw;
    line-height: 2.612cqh;
}

.home-container-pc > .area8 > .box > .word > .info > p:nth-of-type(2) {
    font-size: 1.216cqw;
    line-height: 2.612cqh;
}

.home-container-pc > .area8 > .box:nth-child(1) > .word > h3 {
    left: 30px;
}

.home-container-pc > .area8 > .box:nth-child(1) > .word > .info {
    right: 30px;
}

.home-container-pc > .area8 > .box:nth-child(2) > .word > h3 {
    right: 30px;
}

.home-container-pc > .area8 > .box:nth-child(2) > .word > .info {
    left: 30px;
}

.home-container-pc > .area8 > .box:nth-child(3) > .word > h3 {
    left: 30px;
}

.home-container-pc > .area8 > .box:nth-child(3) > .word > .info {
    right: 30px;
}
