@charset "utf-8";

.site-header {
    top: -110px;
    transition: top 0.8s ease-out;
    &.start {
        top: 0;
    }
}
.mcontact {
    top: -110px;
    transition: top 0.8s ease-out;
    &.start {
        top: 0;
    }
}
#toggle {
    top: -110px;
    transition: top 0.8s ease-out;
    &.start {
        top: 0;
    }
}


#topimage {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    margin-bottom: 56px;
    @media (width <= 800px) {
        margin-bottom: 35px;
    }
    .splide-topimage {
        height: calc(100dvh - 180px);
        padding: 128px 100px 0;
        z-index: 0;
        opacity: 0;
        transition: opacity 0.8s ease-out;
        @media (width <= 800px) {
            height: calc(100dvh - 232px);
            padding: 67px 0 0;
        }
        &.start {
            opacity: 1;
        }
        .splide__track {
            .splide__list {
                .splide__slide {
                    img {
                        width: 100%;
                        height: calc(100dvh - 180px);
                        object-fit: cover;
                        @media (width <= 800px) {
                            height: calc(100dvh - 232px);
                        }
                    }
                }
            }
        }
    }
    .read-fv {
        position: absolute;
        top: 128px;
        left: 0;
        width: 100%;
        height: calc(100dvh - 180px);
        padding: 0 100px;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: clip-path 0.8s ease-out;
        @media (width <= 800px) {
            top: 100px;
            padding: 0;
        }
        &.start {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);            
        }
        .l-readfv,
        .r-readfv {
            position: absolute;
            top: 0;
            width: 340px;
            height: 100%;
            z-index: 1;
            @media (width <= 800px) {
                width: 100%;
            }
        }
        .l-readfv {
            left: 100px;
            @media (width <= 800px) {
                display: none;
            }
        }
        .r-readfv {
            right: 100px;
            @media (width <= 800px) {
                right: 0;
            }
            .fv-text {
                position: absolute;
                left: 50%;
                top: 50%;
                translate: -50% -70%;
                z-index: 3;
                @media (width <= 800px) {
                    left: auto;
                    right: 30px;
                    top: auto;
                    translate: 0 0;
                    width: 25.3%;
                    img {
                        width: 100%;
                    }
                 }
            }
        }
        .blur {
            backdrop-filter: blur(10px) brightness(124%);
            @media (width <= 800px) {
                display: none;
            }
        }
        .bg-blur {
            background-color: rgba(255,255,255, 0.4);
            @media (width <= 800px) {
                display: none;
            }
       }
    }
    .fv-img {
        position: absolute;
        z-index: 3;
        &.fv-img01 {
            top: 50%;
            left: -430px;
            opacity: 0;
            translate: 0 -22%;
            width: 32.3%;
            transition: all 0.8s ease-out;
            @media (width <= 800px) {
                left: 16px;
                translate: -100% 30%;
                width: 71.7%;
            }
            &.start {
                left: 40px;
                opacity: 1;
                @media (width <= 800px) {
                    left: 16px;
                    translate: 0 30%;
                }                
            }
        }
        &.fv-img02 {
            right: -143px;
            opacity: 0;
            bottom: 24px;
            width: 19.2%;
            transition: all 0.8s ease-out;
            @media (width <= 800px) {
                display: none;
            }
            &.start {
                right: 120px;
                opacity: 1;                
            }
            &.loop {
                animation: updown 3s ease-in-out infinite;
            }
        }
    }
    .fv-fukidashi {
        position: absolute;
        top: 50%;
        left: 104px;
        translate: 0 0;
        opacity: 0;
        width: 16.7%;
        transition: all 0.8s ease-out;
        z-index: 2;
        @media (width <= 800px) {
            left: 50%;
            translate: -35% 50%;
            width: 38.9%;
        }
        &.start {
            translate: 0 -131%;
            opacity: 1;
            @media (width <= 800px) {
                translate: 16% 14%;
            }            
        }
        &.loop {
            animation: bound 2s ease-in-out infinite;            
        }
    }
    .btn-strengths {
        position: absolute;
        left: -496px;
        opacity: 0;
        bottom: 24px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        width: 513px;
        height: 120px;
        text-decoration: none;
        background-color: var(--yellowgreen01);
        border-radius: 0 77px 77px 0;
        padding-left: 77px;
        z-index: 1;
        transition: color 0.3s ease-out,left 0.8s ease-out,opacity 0.8s ease-out;
        overflow: hidden;
        @media (width >= 800px) {
            &:hover {
                color: var(--white);
                &::before {
                    left: 0;
                    opacity: 1;
                }
            }
        }
        @media (width <= 800px) {
            left: -284px;
            bottom: 16px;
            width: 324px;
            height: 81px;
            color: var(--white);
            background-color: #0064DD;
            padding-left: 40px;
        }
        &.start {
            left: 0;
            opacity: 1;
        }
        &::before {
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #0064DD;
            border-radius: 0 77px 77px 0;
            pointer-events: none;
            opacity: 0;
            transition: all 0.3s ease-out;
            z-index: -1;
            @media (width <= 800px) {
                display: none;
            }
        }
        .s-text {
            display: block;
            width: 100%;
            font-size: 20px;
            font-weight: 900;
            letter-spacing: -0.02em;
            margin-bottom: 16px;
            @media (width <= 800px) {
                font-size: 14px;
                margin-bottom: 10px;
            }
        }
        .l-text{
            display: block;
            font-size: 28px;
            font-weight: 700;
            @media (width <= 800px) {
                font-size: 24px;
            }
        }
        .btn-arrow {
            top: 50%;
            right: 26px;
            translate: 0 -50%;
            width: 51px;
            height: 51px;
            @media (width <= 800px) {
                right: 22px;
                width: 44px;
                height: 44px;
                &::before {
                    background-color: var(--blue);
                }
            }
        }
    }
}

@keyframes bound {
    0% {
        transform: translateY(0);
    }
    15% {
        transform: translateY(-30px);
    }
    30% {
        transform: translateY(0);
    }
    45% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes updown {
    0% {
        translate: 0 0;
    }
    50% {
        translate: 0 -20px;
    }
    100% {
        translate: 0 0;
    }
}


/* news-top */
.news-top {
    margin-bottom: 100px;
    @media (width <= 800px) {
        margin-bottom: 40px;
    }
    .news-top-content {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: var(--lightgray);
        border-radius: 9999px;
        padding: 24px 70px;
        @media (width <= 800px) {
            padding: 12px 15px;
        }
        h2 {
            width: 123px;
            border-right: 1px solid var(--green02);
            margin: 0;
            @media (width <= 800px) {
                width: 50px;
                line-height: 1;
                padding-bottom: 3px;
            }
            .en {
                color: #198833;
                font-size: 32px;
                font-weight: 600;
                line-height: 1;
                @media (width <= 800px) {
                    font-size: 15px;
                }
            }
        }
        ul {
            width: calc(100% - 123px);
            margin: 0;
            padding: 0 0 0 45px;
            @media (width <= 800px) {
                width: calc(100% - 50px);
                padding-left: 12px;
            }
            li {
                margin: 0;
                padding: 0;
                a {
                    position: relative;
                    display: flex;
                    align-items: center;
                    text-decoration: none;
                    font-size: 20px;
                    @media (width <= 800px) {
                        font-size: 14px;
                        padding-right: 35px;
                    }
                }
                .btn-arrow {
                    top: 50%;
                    right: -48px;
                    translate: 0 -50%;
                    @media (width <= 800px) {
                        right: 0;
                    }
                }
            }
        }
    }
}

.entrydate {
    display: inline-block;
    padding-right: 20px;
    @media (width <= 800px) {
        padding-right: 15px;
    }
}
.entrytitle {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}


/* hometop */
.hometop {
    background-color: var(--lightgray);
    border-radius: 80px 80px 0 0;
    padding: 126px 0 400px;
    @media (width <= 800px) {
        border-radius: 30px 30px 0 0;
        padding: 75px 0 195px;
    }
}
.hometop-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 96px 0;
    padding: 0 100px;
    z-index: 1;
    @media (width <= 800px) {
        gap: 75px 0;
        padding: 0;
    }
    a {
        position: relative;
        width: 31.5%;
        text-decoration: none;
        background-color: var(--white);
        border-radius: 30px;
        padding: 0 0 56px;
        @media (width >= 800px) {
            &:hover {
                &::before {
                    opacity: 1;
                    border: 5px solid var(--green02);
                }
                &::after {
                    background-color: var(--green02);
                }
                .btn-link {
                    &::after {
                        opacity: 1;
                    }
                }
            }
        }
        @media (width <= 800px) {
            width: 100%;
            padding-bottom: 30px;
        }
        &::before,
        &::after {
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            pointer-events: none;
            transition: all 0.3s ease-out;
        }
        &::before {
            top: 0;
            border: 0px solid var(--white);
            border-radius: 28px;
            opacity: 0;
            z-index: 0;
        }
        &::after {
            top: 10px;
            background-color: var(--yellowgreen01);
            border-radius: 30px;
            z-index: -1;
        }
        &.wide {
            width: 47.8%;
            @media (width <= 800px) {
                width: 100%;
            }
            .hometop-img {
                height: 130px;
                @media (width <= 800px) {
                    height: auto;
                }
            }
            h2 {
                margin-bottom: 5px;
                @media (width <= 800px) {
                    margin-bottom: 10px;
                }
            }
        }
        .hometop-img {
            position: relative;
            height: auto;
            text-align: center;
            &.hi01 {
                width: 150px;
                margin: -45px auto 5px;
                @media (width <= 800px) {
                    width: 79px;
                    margin: -24px auto 5px;
                }
            }
            &.hi02 {
                width: 151px;
                margin: -40px auto -3px;
                @media (width <= 800px) {
                    width: 80px;
                    margin: -25px auto 15px;
                }
            }
            &.hi03 {
                width: 128px;
                margin: -50px auto 20px;
                @media (width <= 800px) {
                    width: 80px;
                    margin: -35px auto 10px;
                }
            }
            &.hi04 {
                width: 128px;
                margin: -40px auto 20px;
                @media (width <= 800px) {
                    width: 78px;
                    margin: -25px auto 10px;
                }
            }
            &.hi05 {
                width: 155px;
                margin: -54px auto 16px;
                @media (width <= 800px) {
                    width: 93px;
                    margin: -30px auto 10px;
                }
            }
        }
        h2 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 84px;
            color: var(--green01);
            font-size: 28px;
            line-height: 1.5;
            text-align: center;
            margin-bottom: 20px;
            @media (width <= 800px) {
                min-height: inherit;
                font-size: 20px;
                margin-bottom: 10px;
            }
            .s-text {
                display: block;
                font-size: 24px;
                @media (width <= 800px) {
                    font-size: 16px;
                }
            }
        }
        p {
            padding: 0 16%;
            margin-bottom: 0;
            @media (width <= 800px) {
                font-size: 14px;
                padding: 0 30px;
            }
        }
        .btn-arrow {
            right: 20px;
            bottom: 20px;
            @media (width <= 800px) {
                right: 9px;
                bottom: 10px;    
            }
        }
        .btn-link {
            position: absolute;
            right: 24px;
            bottom: 30px;
            width: 27px;
            height: 27px;
            z-index: 0;
            @media (width <= 800px) {
                right: 13px;
                bottom: 13px;
                width: 19px;
                height: 19px;
            }
            &::before,
            &::after {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
                background-repeat: no-repeat;
                background-position: left top;
                background-size: cover;
                content: "";
                transition: all 0.3s ease-out;
            }
            &::before {
                background-image: url(../img/icon_link_green.svg);
            }
            &::after {
                opacity: 0;
                background-image: url(../img/icon_link_green_on.svg);
            }
        }
    }
}


/* property */
.property {
    top: -110px;
    background-color: var(--white);
    border-radius: 100px 0 0 0;
    padding: 148px 0 100px;
    @media (width <= 800px) {
        top: -30px;
        border-radius: 30px 0 0 0;
        padding: 45px 0;
    }
    h2 {
        margin-bottom: 88px;
        @media (width <= 800px) {
            margin-bottom: 30px;
        }
    }
}
.sticky-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-left: -100px;
    @media (width <= 800px) {
        display: block;
        margin-left: 0;
    }
    &.reverse {
        flex-direction: row-reverse;
        margin-left: 100px;
        @media (width <= 800px) {
            margin-left: 0;
        }
        .l-sticky {
            @media (width <= 800px) {
                left: auto;
                right: -10px;
                border-radius: 15px 0 0 15px;
            }
            .sticky-photo {
                img {
                    border-radius: 30px 0 0 30px;
                    @media (width <= 800px) {
                        border-radius: 15px 0 0 15px;
                    }
                }
            }
        }
    }
    .l-sticky {
        position: sticky;
        top: 200px;
        left: 0;
        width: 53.1%;
        max-width: 690px;
        height: 100%;
        @media (width <= 800px) {
            position: relative;
            top: auto;
            left: -20px;
            width: calc(100% + 10px);
            margin-bottom: 48px;
        }
        .sticky-photo {
            position: relative;
            width: 100%;
            z-index: 0;
            img {
                border-radius: 0 30px 30px 0;
                @media (width <= 800px) {
                    border-radius: 0 15px 15px 0;
                }
            }
        }
        .sticky-img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 1;
            opacity: 0;
            transition: opacity 0.3s ease-out;
            @media (width <= 800px) {
                opacity: 1;
            }
            &.current {
                opacity: 1;
            }
            &:first-of-type {
                opacity: 1;
            }
            &.pi01 {
                top: -45px;
                @media (width <= 800px) {
                    top: -20px;
                }
            }
            &.pi02 {
                top: -40px;
                @media (width <= 800px) {
                    display: none;
                }
            }
            &.pi03 {
                top: -70px;
                @media (width <= 800px) {
                    display: none;
                }
            }
            &.pi04 {
                top: -70px;
                @media (width <= 800px) {
                    display: none;
                }
            }
            &.pi05 {
                top: -43px;
                @media (width <= 800px) {
                    display: none;
                }
            }
            &.pi06 {
                top: -60px;
                @media (width <= 800px) {
                    display: none;
                }
            }
            &.si01 {
                top: -60px;
                @media (width <= 800px) {
                    top: -23px;
                    left: -16px;
                }
            }
            &.si02 {
                top: -68px;
                @media (width <= 800px) {
                    display: none;
                }
            }
        }
    }
    .r-sticky {
        width: 36.6%;
        @media (width <= 800px) {
            width: 100%;
        }
        .detail {
            margin-bottom: 100px;
            @media (width <= 800px) {
                margin-bottom: 60px;
                padding: 0 10px 0 20px;
            }
            &:last-child {
                margin-bottom: 0;
            }
            h3 {
                width: calc(100% + 30px);
                margin-bottom: 20px;
                @media (width <= 800px) {
                    width: 100%;
                    margin-bottom: 15px;
                }
                .detail-cat {
                    display: inline-flex;
                    color: var(--white);
                    font-size: 16px;
                    font-weight: 700;
                    background-color: var(--green01);
                    border-radius: 9999px;
                    padding: 2px 10px;
                    margin-bottom: 12px;
                    @media (width <= 800px) {
                        font-size: 12px;
                        padding: 2px 8px;
                        margin-bottom: 10px;
                    }
                }
                .detail-title {
                    display: block;
                    color: var(--green01);
                    font-size: 28px;
                    @media (width <= 800px) {
                        font-size: 18px;
                    }
                }
            }
            p {
                max-width: 460px;
                margin-bottom: 32px;
                @media (width <= 800px) {
                    max-width: inherit;
                    font-size: 14px;
                    margin-bottom: 20px;
                }
            }
        }
    }
}


/* sales */
.sales {
    background-color: var(--yellowgreen02);
    border-radius: 0 100px 0 0;
    padding: 148px 0 267px;
    @media (width <= 800px) {
        border-radius: 0 30px 0 0;
        padding: 48px 0;   
    }
    h2 {
        margin-bottom: 105px;
        @media (width <= 800px) {
            margin-bottom: 35px;
        }
    }
}


/* rental */
.rental {
    top: -100px;
    background-color: var(--white);
    border-radius: 100px 100px 0 0;
    padding: 140px 0 120px;
    @media (width <= 800px) {
        top: auto;
        border-radius: 0;
        padding: 70px 0 125px;
    }
    h2 {
        margin-bottom: 105px;
        @media (width <= 800px) {
            margin-bottom: 36px;
        }
    }
}
.rental-content {
    position: relative;
    display: flex;
    gap: 0 50px;
    z-index: 1;
    @media (width <= 800px) {
        flex-wrap: wrap;
        gap: 38px 0;
    }
    a {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        width: 100%;
        height: 276px;
        border-radius: 30px;
        text-decoration: none;
        transition: background-color 0.3s ease-out;
        padding: 0 0 0 100px;
        @media (width >= 800px) {
            &:hover {
                &::before {
                    opacity: 1;
                }
            }
        }
        @media (width <= 800px) {
            height: 191px;
            border-radius: 20px;
            padding-left: 50px;
        }
        &::before,
        &::after {
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            border-radius: 30px;
            @media (width <= 800px) {
                border-radius: 20px;
            }
        }
        &::before {
            opacity: 0;
            mix-blend-mode: multiply;
            transition: all 0.2s ease-in;
            pointer-events: none;
            z-index: 0;
            @media (width <= 800px) {
                display: none;
            }
        }
        &::after {
            top: 10px;
            z-index: -1;
        }
        &.r01 {
            background-color: var(--blue);
            &::before {
                background: linear-gradient(135deg, rgba(0,99,221,0) 0%,rgba(0,115,255,1) 100%);
            }
            &::after {
                background-color: #80B8FF;
            }
            h3 {
                &::before {
                    position: absolute;
                    left: -56px;
                    top: 14px;
                    width: 24px;
                    height: 24px;
                    background-color: var(--white);
                    mask-image: url(../img/icon_link.svg);
                    mask-position: left top;
                    mask-repeat: no-repeat;
                    mask-size: cover;
                    content: "";
                    @media (width <= 800px) {
                        top: 4px;
                        left: -30px;
                        width: 17px;
                        height: 17px;
                    }
                }
            }
            .homerental-img {
                top: -30px;
                right: -10px;
                width: 210px;
                @media (width <= 800px) {
                    top: 50%;
                    right: 0;
                    translate: 0 -50%;
                    width: 97px;
                }
            }
        }
        &.r02 {
            background-color: var(--green01);
            @media (width >= 800px) {
                &:hover {
                    .btn-arrow {
                        &::after {
                            background-color: var(--green01);
                        }
                    }
                }
            }
            &::before {
                background: linear-gradient(135deg, rgba(20,125,44,0) 0%,rgba(32,178,67,1) 100%);
            }        
            &::after {
                background-color: var(--yellowgreen01);
            }
            h3 {
                .btn-arrow {
                    left: -64px;
                    top: 10px;
                    @media (width <= 800px) {
                        top: 3px;
                        left: -30px;
                        width: 21px;
                        height: 21px;
                    }
                    &::before {
                        background-color: var(--white);
                        @media (width <= 800px) {
                            width: 6px;
                            height: 9px;
                        }
                    }
                    &::after {
                        border: 1px solid var(--white);
                    }
                }
            }
            .homerental-img {
                top: -48px;
                right: 0px;
                width: 200px;
                @media (width <= 800px) {
                    top: 50%;
                    right: 0px;
                    translate: 0 -50%;
                    width: 95px;
                }
            }
        }
        h3 {
            color: var(--white);
            font-size: 36px;
            line-height: 1.5;
            margin-bottom: 20px;
            z-index: 1;
            @media (width <= 800px) {
                width: 100%;
                font-size: 20px;
                line-height: 1.3;
                margin-bottom: 15px;
            }
        }
        p {
            max-width: 310px;
            color: var(--white);
            font-weight: 700;
            margin-bottom: 0;
            z-index: 1;
            @media (width <= 800px) {
                max-width: 164px;
                font-size: 14px;
                line-height: 1.43;
            }
        }
        .homerental-img {
            position: absolute;
            height: auto;
            z-index: 1;
        }
    }
}


/* company */
.company {
    background-image: url(../img/bg_homecompany01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 180px 0 0 0;
    margin-bottom: 32px;
    @media (width <= 800px) {
        background-image: url(../img/bg_homecompany01_sp.jpg);
        padding: 112px 0 0;
        margin-bottom: 0;
    }
    .company-bird {
        position: absolute;
        &.cb01 {
            top: 25px;
            left: 54.4%;
            @media (width <= 800px) {
                left: 90px;
                top: -110px;
            }
        }
        &.cb02 {
            top: -52px;
            right: 12px;
            @media (width <= 800px) {
                top: -27px;
                right: 20px;
                width: 46px;
            }
        }
        &.cb03 {
            display: none;
            @media (width <= 800px) {
                display: block;
                left: 48px;
                bottom: -3px;
            }
        }
    }
    h2 {
        color: var(--green01);
        font-size: 36px;
        line-height: 1.78;
        margin-bottom: 60px;
        @media (width <= 800px) {
            font-size: 20px;
            margin-bottom: 30px;
        }
    }
}
.company-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 72px;
    @media (width <= 800px) {
        flex-wrap: wrap;
        margin-bottom: 168px;
    }
    .l-company {
        position: relative;
        width: 50%;
        @media (width <= 800px) {
            width: 100%;
            order: 2;
            padding: 0 0 0 20px;
        }
        p {
            font-weight: 700;
            line-height: 2.75;
            margin-bottom: 56px;
            @media (width <= 800px) {
                font-size: 14px;
                line-height: 2;
                margin-bottom: 32px;
            }
        }
    }
    .r-company {
        position: relative;
        width: 59.1%;
        @media (width <= 800px) {
            width: 100%;
            order: 1;
            margin-bottom: 40px;
        }
    }
    .company-cloud {
        position: absolute;
        &.cc01 {
            left: -90px;
            bottom: -28px;
            @media (width <= 800px) {
                left: -45px;
                bottom: -8px;
                width: 137px;
            }
        }
        &.cc02 {
            right: -154px;
            bottom: -67px;
            @media (width <= 800px) {
                right: -66px;
                bottom: -56px;
                width: 131px;
            }
        }
        &.cc03 {
            display: none;
            @media (width <= 800px) {
                display: block;
                right: -66px;
                bottom: -133px;
            }
        }
    }
}
.bg-company02 {
    position: relative;
    width: calc(100% + 100px);
    margin-left: -100px;
    @media (width <= 800px) {
        width: 100%;
        margin-left: 0;
    }
    img {
        width: 100%;
    }
}


/* news */
.news {
    padding: 0 0 278px;
    @media (width <= 800px) {
        padding-bottom: 74px;
    }
    h2 {
        width: 100%;
        margin-bottom: 40px;
        @media (width <= 800px) {
            margin-bottom: 10px;
        }
        .en {
            display: block;
            color: var(--green02);
            font-size: 60px;
            font-weight: 600;
            line-height: 1;
            @media (width <= 800px) {
                font-size: 33px;
            }
        }
    }
}
.news-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5.2%;
    @media (width <= 800px) {
        display: block;
    }
    .l-news {
        width: 59.7%;
        @media (width <= 800px) {
            width: 100%;
            margin-bottom: 56px;
        }
        ul {
            margin: 0;
            padding: 0;
            li {
                margin: 0;
                padding: 0;
                a {
                    position: relative;
                    display: flex;
                    align-items: center;
                    text-decoration: none;
                    border-bottom: 1px solid #C9C9C9;
                    padding: 32px 0 32px;
                    @media (width >= 800px) {
                        &:hover {
                            &::before {
                                right: 0;
                                background-color: var(--green02);
                            }
                            &::after {
                                width: 100%;
                            }
                        }
                    }
                    @media (width <= 800px) {
                        flex-wrap: wrap;
                        align-items: flex-start;
                        padding: 50px 0 10px;
                    }
                    &::after {
                        position: absolute;
                        left: 0;
                        bottom: -1px;
                        width: 0;
                        height: 1px;
                        content: "";
                        pointer-events: none;
                        background-color: var(--green02);
                        transition: width 0.3s ease-out;
                        @media (width <= 800px) {
                            display: none;
                        }
                    }
                    .news-cat {
                        display: inline-block;
                        width: 105px;
                        @media (width <= 800px) {
                            position: absolute;
                            left: 0;
                            top: 18px;
                        }
                        .cat-name {
                            display: inline-flex;
                            color: var(--white);
                            font-size: 12px;
                            font-weight: 700;
                            background-color: var(--darkgray);
                            border-radius: 9999px;
                            padding: 2px 14px;
                            transition: background-color 0.3s ease-out;
                        }
                    }
                    .entrydate {
                        @media (width <= 800px) {
                            width: 80px;
                        }
                    }
                    .entrytitle {
                        position: relative;
                        width: calc(100% - 196px);
                        padding-right: 40px;
                        @media (width <= 800px) {
                            width: calc(100% - 80px);
                        }
                        &::before {
                            position: absolute;
                            content: "";
                            pointer-events: none;
                            top: 3px;
                            right: 18px;
                            width: 12px;
                            height: 18px;
                            background-color: var(--darkgray);
                            mask-image: url(../img/arrow_r.svg);
                            mask-position: left top;
                            mask-repeat: no-repeat;
                            mask-size: cover;
                            transition: right 0.3s ease-out;
                            @media (width <= 800px) {
                                top: 2px;
                                right: 0;
                            }
                        }
                    }
                }
            }
        }
    }
    .r-news {
        width: 33.6%;
        @media (width <= 800px) {
            width: 100%;
        }
    }
}


/* related */
.related {
    top: -100px;
    background-color: var(--lightgray);
    border-radius: 100px 100px 0 0;
    padding: 135px 0 395px;
    margin-bottom: -100px;
    @media (width <= 800px) {
        top: auto;
        border-radius: 0;
        padding: 48px 0 150px;
        margin-bottom: 0;
    }
    h2 {
        margin-bottom: 65px;
        @media (width <= 800px) {
            margin-bottom: 30px;
        }
    }
}
.related-content {
    position: relative;
    display: flex;
    @media (width <= 800px) {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    .related-img {
        width: 16.6%;
        @media (width <= 800px) {
            position: absolute;
            top: -133px;
            right: 0;
            width: 104px;
        }
    }
    .related-detail {
        width: 16.4%;
        margin-left: 3.6%;
        @media (width <= 800px) {
            width: 100%;
            margin: 0;
        }
        &:first-child {
            margin-left: 5.5%;
            @media (width <= 800px) {
                margin-left: 0;
            }
        }
        &.rroom {
            @media (width <= 800px) {
                width: 44.9%;
            }
            ul {
                li {
                    @media (width <= 800px) {
                        width: 100%;
                    }
                }
            }
        }
        &.rstore {
            @media (width <= 800px) {
                width: 48.5%;
            }
            ul {
                li {
                    @media (width <= 800px) {
                        width: 100%;
                    }
                }
            }
        }
        .space {
            margin-bottom: 56px;
        }
        h3 {
            font-size: 16px;
            border-left: 7px solid var(--green02);
            white-space: nowrap;
            padding-left: 10px;
            margin-bottom: 20px;
            @media (width <= 800px) {
                margin-bottom: 10px;
            }
        }
        ul {
            margin: 0 0 56px;
            padding: 0;
            @media (width <= 800px) {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                margin: 0;
            }
            &:last-child {
                margin: 0;
            }
            li {
                margin: 0 0 20px;
                padding: 0;
                @media (width <= 800px) {
                    width: 48.5%;
                    margin: 0;
                }
                &:last-child {
                    margin: 0;
                }
            }
        }
    }
}


/* blog */
.blog {
    padding-bottom: 180px;
	@media (width <= 800px) {
		padding-bottom: 150px;
	}
}

/* footer-contact */
.footer-contact {
	margin: -330px 0 85px;
	@media (width <= 800px) {
		margin: -25px 0 60px;
	}
}
