@charset "utf-8";
#fv{
    width: 100%;
    height: 1366px;
    position: relative;
    overflow: hidden;
    .mainvisual{
        position: relative;
        /* h1 */
        .fv-title{
            width: fit-content;
            display: flex;
            justify-content: left;
            align-items: last baseline;
            flex-direction: column;
            position: absolute;
            top: min(6.9dvw, 151.68px);
            left: 8.5%;
            z-index: 30;

            .visually-hidden{
                position: absolute;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border: 0;
            }
            .main-copy{
                font-size: clamp(30px,8.32dvw,5.5rem); /* 88px */
                margin-bottom: 1.5rem;
                .sp-br{display: none;}
            }
            .sub-copy{
                font-size: clamp(20px,5.55dvw,4.375rem); /* 70px */
                white-space: nowrap;
            }
            .ja-copy{         
                font-size: clamp(18px,4.54dvw,3.125rem); /* 50px */
                margin: 3rem 0 0.25em;       
            }
            .ja-copy02{         
                font-size: clamp(18px,4.54dvw,3.125rem); /* 50px */     
            }

        }
        h2{
            font-size: 1.5rem;
            line-height: 2;
            color: var(--orange);
            border-top: 1px solid var(--orange);
            padding: 0 0.4em;
            transform: rotate(90deg);
            position: absolute;
            top: 12.3dvw;
            left: -32px;
        }
        .fv-img{
            width: 72%;
            height: 894px; /* 見えてる高さは94px */
            display: block;
            position: absolute;
            top: 0;
            left: 28%;
            z-index: 20;
            border-radius: 3% 0 0 3%;
            overflow: hidden;
            img{
                object-position: left;
            }
        }
    }
    #news{
        width: 81.25%;
        height: 500px;
        background: var(--white);
        display: flex;
        box-shadow: -4px 12px 22px rgba(0, 0, 0, 0.10);
        position: absolute;
        top: 55%;
        left: 18.75%;
        z-index: 40;

        .news-inner{
            width: max(280px, 23.46%);
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;

            .news-heading{
                width: fit-content;
                display: flex;
                flex-direction: column;
                align-items: flex-start;

                h2{
                    width: fit-content;
                    height: clamp(96px,15.5dvw,140px);
                    line-height: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    border-left: 3px solid var(--orange);
                    padding: 1.5rem 0;
                    margin: 0 0 2rem;
                    white-space: nowrap;

                    .main-copy{
                        display: block;
                        font-size: clamp(2rem,5.53dvw,3.125rem);
                        padding-left: 2rem;
                    }

                    .ja-copy{
                        display: block;
                        font-size: clamp(1rem,2.43dvw,1.375rem);
                        font-weight: 500;
                        padding-left: 2rem;
                    }
                }

                .read-more{
                    width: fit-content;
                    height: auto;
                    padding: 0.5em 2em;
                    background: var(--orange);
                    color: var(--white);
                    font-weight: 600;
                    white-space: nowrap;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    img{
                        display: block;
                        width: 10px;
                        height: auto;
                        aspect-ratio: 23/40;
                    }
                }
            }
        }

        ul{
            min-width: 0;
            list-style: none;
            margin: 0;
            padding: 0;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            li{
                min-width: 0;
                line-height: 2.6;
                border-bottom: 1px solid var(--black);
                display: flex;
                align-items: center;
                padding-left: 1.5em;
                gap: 3%;
                time{
                    width: fit-content;
                    font-size: clamp(1.5rem, 3.32dvw, 1.875rem); /* 30px */
                    font-weight: 600;
                    flex-shrink: 0;
                }
                a{
                    min-width: 0;
                    flex: 1;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    padding-right: 4%;
                }
            }
        }
    }
    .fv-bg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        .top-deco{
            width: 985px;
            aspect-ratio: 985/636;
            position: absolute;
            top: 37.25%;
            left: 0;
            z-index: 10;
        }
        .news-bg{
            width: 100%;
            height: 720px;
            background: var(--gray);
            position: absolute;
            top: 47.25%;
            z-index: 0;
        }
    }
}

#aboutUs{
    width: 100%;
    height: auto;
    min-height: 1060px;
    position: relative;
    overflow: hidden;
    .about-inner{
        width: 100%;
        height: 100%;
        padding: 160px 0 0 var(--inner-space);
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 10;
        .about-text{
            width: 48%;
            max-width: 620px;
            height: 100%;
            h2{
                height: clamp(96px,15.5dvw,140px);
                line-height: 1;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                border-left: 3px solid var(--orange);
                padding: 1.5rem 0;
                margin-bottom: 2rem;
                .main-copy{
                    font-size: clamp(2rem,5.53dvw,3.125rem);
                    padding-left: 2rem;
                }
                .ja-copy{
                        font-size: clamp(1rem,2.43dvw,1.375rem);
                    font-weight: 500;
                    padding-left: 2rem;
                }
            }
            h3{
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                margin-bottom: 2rem;
                .pc-copy{
                    font-size: clamp(1.65rem, 4.42dvw, 2.5rem); /* 26.4px - 40px */
                    line-height: 1.5;
                }
                .sp-copy{
                    display: none;
                }
            }
            p{
                margin-bottom: 3rem;
            }
            .read-more{
                display: block;
                width: fit-content;
                height: auto;
                padding: 0.5em 2em;
                background: var(--orange);
                color: var(--white);
                font-weight: 600;
                display: flex;
                justify-content: center;
                align-items: center;
                img{
                    display: block;
                    width: 10px;
                    height: auto;
                    aspect-ratio: 23/40;
                }
            }
        }
        .about-img{
            width: 50%;
            height: 80%;
        }
    }
    .about-deco{
        width: 40dvw;
        max-width: 700px;
        aspect-ratio: 735/769;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
}

#business{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    .biz-inner{
        width: var(--inner-width);
        margin: 0 auto 10%;
        background: var(--white);
        padding: 0 2rem 1px;
        box-shadow: -4px 12px 22px rgba(0, 0, 0, 0.10);
        position: relative;
        z-index: 10;

        .biz-text{
            width: 100%;
            padding: 3rem 1rem 0 0;
            h2{
                height: 140px;
                line-height: 1;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                border-left: 3px solid var(--orange);
                padding: 1.5rem 0;
                margin-bottom: 1.5rem;
                .main-copy{
                    font-size: clamp(2rem,5.53dvw,3.125rem);
                    padding-left: 2rem;
                }
                .ja-copy{
                    font-size: clamp(1rem,2.43dvw,1.375rem);
                    font-weight: 500;
                    padding-left: 2rem;
                }
            }
            p{
                width: 101%; /* 折り返しをカンプ通りにするため */
                margin-bottom: 2.5rem;
            }
        }
        .f-layout{
            width: 100%;
            height: 200px;
            margin-bottom: 2rem;
            display: flex;
            justify-content: space-between;
            border-radius: 20px;
            overflow: hidden;

            .f-left{
                display: flex;
                justify-content: space-between;
                align-items: center;
                h3{
                    width: 264px;
                    white-space: nowrap;
                    text-align: center;
                    font-weight: 500;
                    margin: 0 1dvw 0 0;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    .main-copy{
                        font-weight:600;
                        line-height: 1.3;
                    }
                    .sub-copy{
                        font-size: clamp(1rem,1.99dvw,1.125rem); /* 18px */
                    }
                }
                .icon-arrow-circle{
                    display: block;
                    width: 32px;
                    height: auto;
                    aspect-ratio: 1;
                }
            }
            .border{
                width: 1px;
                min-width: 1px;
                height: 100%;
                margin-left: 1em;
                background: var(--navy);
            }
            .f-right{
                width: 750px;
                height: auto;
                aspect-ratio: 751/201;
                background: center / cover no-repeat;
                p{
                    width: 100%;
                    height: 100%;
                    padding-left: 1em;
                    line-height: 1.6;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-around;
                    text-shadow: 0 0 4px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1), 0 0 14px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 0.8);
                }
            }
            &:nth-of-type(2) .f-right{
                background-image: url("../img/top/business01.webp");
            }
            &:nth-of-type(3) .f-right{
                background-image: url("../img/top/business02.webp");
            }
            &:nth-of-type(4) .f-right{
                background-image: url("../img/top/business03.webp");
            }
        }
        .read-more{
            display: block;
            width: fit-content;
            height: auto;
            padding: 0.5em 2em;
            background: var(--orange);
            color: var(--white);
            font-weight: 600;
            margin: 3.5rem auto;
            display: flex;
            justify-content: center;
            align-items: center;
            img{
                display: block;
                width: 10px;
                height: auto;
                aspect-ratio: 23/40;
            }
        }
        .inner-deco{
            width: 55.7%;
            aspect-ratio: 557/665;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
        }
    }
    .biz-text,
    .f-layout,
    .biz-inner > .read-more{
        position: relative;
        z-index: 4;
    }
    .biz-bg{
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        img{
            display: block;
            width: 100%;
            height: auto;
        }
    }
}

#group{
    width: 100%;
    height: auto;
    position: relative;
    padding: 8% 0 0;
    overflow: hidden;

    .group-inner{
        width: var(--inner-width);
        margin: 0 auto 10%;
        background: rgba(0,0,0,0);
        padding: 0 2rem;
        box-shadow: -4px 12px 22px rgba(0, 0, 0, 0.10);
        position: relative;
        z-index: 10;

        .group-text{
            width: 100%;
            padding: 3rem 1rem 0 0;
            h2{
                height: 140px;
                line-height: 1;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                border-left: 3px solid var(--orange);
                padding: 1.5rem 0;
                margin-bottom: 3rem;
                color: var(--white);
                .br-none{display: none;}
                .main-copy{
                    font-size: clamp(2rem,5.53dvw,3.125rem);
                    padding-left: 2rem;
                }
                .ja-copy{
                    font-size: clamp(1rem,2.43dvw,1.375rem);
                    font-weight: 500;
                    padding-left: 2rem;
                }
            }
        }

        .group-item01{
            h3{
                font-size: clamp(1.65rem, 4.42dvw, 2.5rem); /* 26.4px - 40px */
                color: var(--white);
                background: var(--orange);
                display: flex;
                align-items: center;
                padding-left: 0.5em;
                margin-bottom: 1.5rem;
                span{
                    font-size: clamp(14px, 2.43dvw, 1.375rem); /* 14px ~ 22px */
                }
                img{
                    width: 59px;
                    aspect-ratio: 59/53;
                }
            }
            .item-inner{
                background: var(--white);
                border-radius: 20px;
                display: flex;
                justify-content: center;
                padding: 3.33%;
                gap: 3.33%;
                margin-bottom: 4rem;
                .item{
                    width: 46.66%;
                    .item-img{
                        display: block;
                        width: 100%;
                        aspect-ratio: 555/326;
                    }
                    .biz-text{
                        width: 100%;
                        padding: 3rem 1rem 0 0;
                        h2{
                            height: clamp(1.65rem, 4.42dvw, 2.5rem); /* 26.4px - 40px */
                            line-height: 1.2;
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            border-left: 3px solid var(--orange);
                            padding: 1.5rem 0;
                            margin-bottom: 1rem;
                            .main-copy{
                                font-size: clamp(1.5rem, 3.32dvw, 1.875rem); /* 30px */
                                padding-left: 1rem;
                            }
                        }
                        p{
                            margin-bottom: 1.5rem;
                        }
                        .read-more-white{
                            display: block;
                            width: fit-content;
                            height: auto;
                            padding: 0.5em 1.5em;
                            background: var(--white);
                            color: var(--orange);
                            font-weight: 600;
                            box-sizing: border-box;
                            border: 2px solid var(--orange);
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            img{
                                display: block;
                                width: 10px;
                                height: auto;
                                aspect-ratio: 23/40;
                            }
                        }
                    }
                }
            }
        }

        .group-item02{
            h3{
                font-size: clamp(1.5rem, 4.42dvw, 2.5rem); /* 26.4px - 40px */
                color: var(--white);
                background: var(--orange);
                white-space: nowrap;
                display: flex;
                align-items: center;
                padding-left: 0.5em;
                margin-bottom: 1.5rem;
                span{
                    font-size: clamp(14px, 2.43dvw, 1.375rem); /* 14px ~ 22px */
                }
                img{
                    width: 59px;
                    aspect-ratio: 59/53;
                }
            }
            .item-inner{
                background: var(--white);
                border-radius: 20px;
                padding: 3.33%;
                margin-bottom: 4rem;
                .item{
                    width: 100%;
                    display: flex;
                    flex-direction: row-reverse;
                    gap: 3.33%;
                    .item-img{
                        display: block;
                        width: 46.6%;
                        aspect-ratio: 555/320 ;
                        border-radius: 20px;
                        overflow: hidden;
                    }
                    .biz-text{
                        width: 46.6%;
                        h2{
                            height: clamp(1.65rem, 4.42dvw, 2.5rem); /* 26.4px - 40px */
                            line-height: 1.2;
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            border-left: 3px solid var(--orange);
                            padding: 1.5rem 0;
                            margin-bottom: 1rem;
                            .main-copy{
                                font-size: clamp(1.5rem, 3.32dvw, 1.875rem); /* 30px */
                                padding-left: 1rem;
                            }
                            .br-none{display: none;}
                        }
                        p{
                            margin-bottom: 1.5rem;
                        }
                        .read-more-white{
                            display: block;
                            width: fit-content;
                            height: auto;
                            padding: 0.5em 1.5em;
                            background: var(--white);
                            color: var(--orange);
                            font-weight: 600;
                            box-sizing: border-box;
                            border: 2px solid var(--orange);
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            img{
                                display: block;
                                width: 10px;
                                height: auto;
                                aspect-ratio: 23/40;
                            }
                        }
                    }
                }
            }
        }

        .read-more{
            display: block;
            width: fit-content;
            height: auto;
            padding: 0.5em 2em;
            background: var(--orange);
            color: var(--white);
            font-weight: 600;
            margin: 3.5rem auto;
            display: flex;
            justify-content: center;
            align-items: center;
            img{
                display: block;
                width: 10px;
                height: auto;
                aspect-ratio: 23/40;
            }
        }
    }
    .group-text,
    .f-layout,
    .group-inner > .read-more{
        position: relative;
        z-index: 4;
    }
    .group-bg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        img{
            display: block;
            width: 100%;
        }
    }
}

.btn-menu-icon{
    width: 32px;
    height: 18px;
    margin: 0 0.5dvw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.btn-menu-icon span{
    display: block;
    width: 100%;
    height: 1px;
    background: var(--orange);
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

@media (max-width: 1260px){
    #fv{
        .mainvisual{
            .fv-title{
                .main-copy{
                    .sp-br{
                        display: block;
                        line-height: 0;
                    }
                }
            }
        }
        .fv-bg{
            .news-bg{
                height: 100%;
                top: clamp(660px, calc(14.65dvw + 527.45px), 712px);
            }
        }
    }
    #aboutUs{
        height: auto;
        min-height: auto;
        position: relative;
        overflow: hidden;

        .about-inner{
            width: 100%;
            height: auto;
            padding: 96px 0 0 5%;
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            position: relative;
            z-index: 10;

            .about-text{
                max-width: none;
                height: auto;
                padding: 0;
                h2{
                    height: clamp(96px,15.5dvw,140px);
                    .main-copy{
                        padding-left: 1rem;
                        margin-bottom: 0.33rem;
                    }
                    .ja-copy{
                        padding-left: 1rem;
                    }
                }
                h3{
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    margin-bottom: 1.5rem;
                    .pc-copy{
                        display: none;
                    }
                    .sp-copy{
                        display: block;
                    }
                }
                p{
                    margin-bottom: 2.5rem;
                }
            }

            .about-img{
                height: auto;
            }

            .about-img img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .about-deco{
            width: 64dvw;
        }
    }

    #business{
        height: auto;
        min-height: auto;
        padding: 8rem 0 0;

        .biz-inner{
            position: relative;
            left: auto;
            transform: none;
            padding: 0 0 1px;
            .biz-text{
                padding: 3rem 1rem 0 1rem;
                h2{
                    height: clamp(96px,15.5dvw,140px);
                    padding: 1.5rem 0;
                    margin-bottom: 2rem;
                    .main-copy{
                        padding-left: 1rem;
                        margin-bottom: 0.33rem;
                    }
                    .ja-copy{
                        padding-left: 1rem;
                    }
                }
                p{
                    width: 100%;
                    margin-bottom: 3rem;
                }
            }
            .f-layout{
                margin-bottom: 10dvw;
                height: auto;
                flex-direction: column;
                justify-content: center;
                .f-left{
                    width: fit-content;
                    margin: 0 auto;
                    position: relative;
                    h3{
                        width: fit-content;
                        margin: 0 auto 1.5rem;
                        justify-content: center;
                        .br-none{display: none;}
                    }
                    .icon-arrow-circle{
                        width: 3dvw;
                        max-width: 32px;
                        min-width: 20px;
                        position: absolute;
                        top: 20px;
                        right: -40px;
                        transform: rotate(90deg);
                    }
                }
                .border{
                    display: none;
                }
                .f-right{
                    width: 96%;
                    max-width: 750px;
                    aspect-ratio: 612/220;
                    margin: 0 auto;
                    p{ 
                        padding-left: 0.5rem;   
                        text-shadow:
                            0 0 4px rgba(255, 255, 255, 1),
                            0 0 8px rgba(255, 255, 255, 1),
                            0 0 14px rgba(255, 255, 255, 1),
                            0 0 20px rgba(255, 255, 255, 0.8);
                    }
                }
                &:nth-of-type(2) .f-right{
                    background-image: url("../img/top/business01-sp.webp");
                }
                &:nth-of-type(3) .f-right{
                    background-image: url("../img/top/business02-sp.webp");
                }
                &:nth-of-type(4) .f-right{
                    background-image: url("../img/top/business03-sp.webp");
                }
            }
            .inner-deco{
                width: 55.7%;
                aspect-ratio: 557/665;
                position: absolute;
                top: 0;
                right: 0;
                z-index: 2;
            }
        }
        .biz-text,
        .f-layout,
        .biz-inner > .read-more{
            position: relative;
            z-index: 4;
        }
        .biz-bg{
            height: 100%;
            overflow: hidden;

            img{
                height: 100%;
                object-fit: cover;
                object-position: top center;
            }
        }
    }

    #group{
        .group-inner{
            position: relative;
            left: auto;
            transform: none;
            padding: 0;
            .group-text{
                padding: 0;
                h2{
                    height: clamp(96px,15.5dvw,140px);
                    margin-bottom: 2rem;
                    .main-copy{
                        padding-left: 1rem;
                        margin-bottom: 0.33rem;
                    }
                    .ja-copy{
                        padding-left: 1rem;
                    }
                }
            }
        }
    }
}

@media (max-width: 1170px){
    #group .group-inner .group-item01 .item-inner .item .biz-text h2,
    #group .group-inner .group-item02 .item-inner .item .biz-text h2{
        .br-none{
            display: block;
            line-height: 0;
        }
    }
}

@media (max-width: 1150px){
    #fv{
        height: 1700px;
        #news{
            width: 96.68%;
            height: auto;
            max-height: 1108px;
            flex-direction: column;
            position: absolute;
            top: 55%;
            left: 3.32%;

            .news-inner{
                width: 100%;
                height: auto;
                padding: 2rem 0 0 3%;

                .news-heading{
                    width: 100%;
                    flex-direction: row;
                    align-items: center;
                    justify-content: space-between;
                    h2{
                        height: clamp(96px,15.5dvw,140px);
                        margin-right: 2rem;
                        .main-copy{
                            padding-left: 1rem;
                            margin-bottom: 0.33rem;
                        }
                        .ja-copy{
                            padding-left: 1rem;
                        }
                    }
    
                    .read-more{
                        width: fit-content;
                        height: auto;
                        padding: 0.5em 2em;
                        background: var(--orange);
                        color: var(--white);
                        font-weight: 600;
                        white-space: nowrap;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-right: 16%;
    
                        img{
                            display: block;
                            width: 10px;
                            height: auto;
                            aspect-ratio: 23/40;
                        }
                    }
                }
            }
    
            ul{
                min-width: 0;
                list-style: none;
                margin: 0;
                padding: 0 0 2.5rem 3%;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
                li{
                    min-width: 0;
                    line-height: 2.6;
                    border-bottom: 1px solid var(--black);
                    display: flex;
                    align-items: center;
                    padding-left: 1.5em;
                    time{
                        width: fit-content;
                        font-size: clamp(1.25rem, 3.32dvw, 1.875rem); /* 30px */
                        font-weight: 600;
                        flex-shrink: 0;
                    }
                    a{
                        min-width: 0;
                        flex: 1;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        padding-right: 10%;
                    }
                }
            }
        }
    }
}

/* ▼ ここからテキストが縮みだす */
@media (max-width: 904px){
    #fv{
        width: 100%;
        height: 193dvw;
        position: relative;
        overflow: hidden;
        .mainvisual{
            position: relative;
            /* h1 */
            .fv-title{
                width: fit-content;
                display: flex;
                justify-content: left;
                align-items: last baseline;
                flex-direction: column;
                position: absolute;
                top: min(8dvw, 151.68px);
                left: 3%;
                z-index: 30;
                .main-copy {
                    margin-bottom: 1.25rem;
                }
                .ja-copy{         
                    margin: 1rem 0 0.25em;       
                }
            }
            .accent{
                font-size: clamp(14px, calc(1.84dvw + 7.38px), 1.5rem);
                top: clamp(298.8px, calc(92.21dvw - 29.57px), 795px);
                left: clamp(-32px, calc(-1.47dvw - 18.71px), -24px);
                z-index: 20;
            }
            .fv-img{
                width: 70.69%;
                height: auto;
                aspect-ratio: 639/892;
                left: 29.31%;
                border-radius: 3% 0 0 3%;
            }
        }
        #news{
            top: clamp(394px, calc(104.78dvw + 16.79px), 964px);
            }
            .fv-bg{
                .top-deco{
                    width: 99.12%;
                    aspect-ratio: 896/748;
                    top: 53dvw;
                }
                .news-bg{
                    top: clamp(258px, calc(83.46dvw - 42.44px), 712px);
                }
            }
        }
        #group{
            .group-inner{
                .group-item01{
                    h3 img{
                        width: 7dvw;
                    }
                    .item-inner{
                        flex-direction: column;
                        padding: 5% 4%;
                        .item{
                            margin-bottom: 8dvw;
                            width: 100%;
                            .item-img{
                                aspect-ratio: 610 / 250;
                            }
                            .biz-text{
                                padding: 1.5rem 0 0;
                                h2{
                                    margin-bottom: 1rem;
                                }
                                p{
                                    margin-bottom: 1.5rem;
                                }
                                .read-more-white{
                                    padding: 0.25em 1em;
                                }
                            }
                        }
                        .item:last-child{
                            margin-bottom: 0;
                        }
                    }
                }
                .group-item02{
                    h3 img{
                        width: 7dvw;
                    }
                    .item-inner{
                        padding: 5% 4%;
                        .item{
                            flex-direction: column;
                            width: 100%;
                            .item-img{
                                width: 100%;
                                aspect-ratio: 610 / 250;
                            }
                            .biz-text{
                                width: 100%;
                                padding: 1.5rem 0 0;
                                h2{
                                    margin-bottom: 1rem;
                                    .br-none{display: none;}
                                }
                                p{
                                    margin-bottom: 1.5rem;
                                }
                                .read-more-white{
                                    padding: 0.25em 1em;
                                }
                            }
                        }
                    }
                }
            }
        }

    #aboutUs{
        .about-inner{
            padding: 96px 5% 0;
            .about-text {
                width: 100%;
                max-width: none;
            }
            .about-img{
                display: none;
            }
        }
        .about-deco{
            width: 64dvw;
        }
    }

    #business{
        padding: 6rem 0 0;
    }
}

@media (max-width: 720px){
    #fv{
        height: clamp(900px, calc(570px + 108.33vw), 1350px);
        #news{
            ul{
                li{
                    padding-left: 1em;
                }
            }
        }
    }
}

@media (max-width: 577px){
    #fv{
        height: clamp(960px, calc(570px + 108.33vw), 1350px);
        #news{
            ul{
                li{
                    padding-left: 0.5em;
                }
            }
        }
    }
    #aboutUs{
        .about-inner{
            padding: 64px 4% 0 5%;
        }
    }
}

@media (max-width: 450px){
    #business .biz-inner .f-layout .f-left h3 .br-none,
    #group .group-inner .group-item02 .item-inner .item .biz-text h2 .br-none{
        display: block;
        line-height: 0;
    }
    #business .biz-inner .f-layout .f-left .icon-arrow-circle{
        top: 20px;
        right: -23px;
    }
}

@media (max-width: 421px){
    #group .group-inner .group-text h2{
        .br-none{
            display: block;
            line-height: 0;
        }
    }
    #group .group-inner .group-item02 + .group-text h2{
        padding: 0;
    }
}