@charset "utf-8";

/******************
お客様の声 voice
*/



/*お客様の声 header nav*/
.voice-header{
    position: relative;
    padding: 0 10px;
    max-width: 1420px;
    margin: 0 auto 50px;
    .text{
        font-size: clamp(20px, 2.375vw, 30px);
        font-weight: 400;
    }
    .voice-nav{
        .voice-nav-list{
            display: flex;
            justify-content: space-between;
        }
        li{
            width: 350px;
            max-width: 49%;
            min-height: 160px;
            position: relative;
            a{
                display: block;
                background-color: #fff;
                border-radius: 10px;
                padding: 20px 30px;
                width: 100%;
                height: 100%;
                border: 1px solid #fff;
                &:hover{
                    border: 1px solid #000;
                }
            }
            &.active{
                &::after{
                    content: "";
                    clip-path: polygon(0 0, 100% 0%, 50% 100%);
                    background-color: #000;
                    width: 19px;
                    height: 12px;
                    position: absolute;
                    display: block;
                    font-size: 30px;
                    bottom: -12px;
                    left: 0;
                    right: 0;
                    margin: auto;
                }
                a{
                    border: 1px solid #000;
                }
            }
            h3{
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 10px;
                span{
                    font-size: 10px;
                }
            }
            p{
                font-size: 11px;
                line-height: 1.7;
            }
        }
    }
}
@media screen and (max-width: 799px) {
    .voice-header{
        padding-top: 50px;
        h2{
            margin-bottom: 10px;
        }
        .text{
            margin-bottom: 20px;
        }
        .voice-nav{
            li{
                a{
                    padding: 5px 5px;
                }
            }
        }
    }
}
@media screen and (min-width: 800px) {
    .voice-header{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media screen and (min-width: 1600px) {
    .voice-header{
        position: relative;
        margin-bottom: 90px;
        display: grid;
        grid-template-columns: 1fr 710px;
        h2{
            padding-top: 80px;
            img{
                display: inline;
            }
        }
        .voice-nav{
            padding-top: 150px;
        }
    }
}

/*お客様の声 メイン画像*/
.voice-01{
    position: relative;
    padding: 0 10px;
    max-width: 1420px;
    margin: 0 auto 50px;
}
.voice-01-img-wrap{
    margin-bottom: 50px;
    .img{
        img{
            border-radius: 10px;
        }
    }
    .text{
        h3{
            font-size: 24px;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 20px;
            span{
                font-size: 13px;
            }
        }
        p{
            font-size: 11px;
            line-height: 1.7;
        }
    }
}
@media screen and (max-width: 799px) {
    .voice-01-img-wrap{
        .text{
            h3{
                font-size: 20px;
                line-height: 1.7;
                margin-bottom: 0;
            }
        }
    }
}
@media screen and (min-width: 1600px) {
    .voice-01-img-wrap{
        position: relative;
        margin-bottom: 120px;
        .text{
            position: absolute;
            width: 630px;
            height: 140px;
            bottom: 0;
            left: 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
        }
    }
}

/*白背景*/
.voice-white-block{
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 100px 50px;
    margin-bottom: 50px;
    h4{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 65px;
        margin-bottom: 35px;
        span{
            font-size: 22px;
            font-weight: 400;
            position: relative;
            padding: 0 70px;
            &::before,
            &::after{
                position: absolute;
                content: "";
                width: 26px;
                height: 45px;
                display: block;
            }
            &::before{
                border-left: 1px solid #000;
                border-top: 1px solid #000;
                left: 0;
                top: 0;
            }
            &::after{
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
                right: 0;
                bottom: 0;
            }
        }
       
    }
    p{
        font-size: 18px;
        &.text-2{
            font-size: 16px;
            margin-bottom: 1em;
        }
    }
    .img{
        text-align: center;
        margin-bottom: 50px;
        img{
            display: inline;
        }
    }
}
@media screen and (max-width: 799px) {
    .voice-white-block{
        padding: 50px 30px;
        h4{
            span{
                padding: 0 30px;
                &::before,
                &::after{
                    width: 18px;
                    height: 32px;       
                }
            }

        }
    }
}
@media screen and (min-width: 1600px) {
    .voice-white-block{
        padding: 75px 200px 85px;
        margin-bottom: 120px;
    }
}


/*お客様の声　content*/
.voice-content-wrap{
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    .mb50{
        margin-bottom: 50px;
    }
    .voice-content{
        margin-bottom: 50px;
        font-size: 16px;
        p{
            margin-bottom: 50px;
        }
        .text-s{
            font-size: 12px;
        }
    }
    .voice-content-title-01{
        font-size: 24px;
        font-weight: 400;
        border-bottom: 1px solid #000;
        min-height: 2.5em;
        display: flex;
        align-items: center;
        margin-bottom: 1em;
    }
    .voice-content-title-02{
        font-size: 20px;
        font-weight: 400;
        color: #ff7900;
        padding-left: 60px;
        background-image: url(img/point.png);
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom: 1em;
    }
    .voice-content-img-wrap{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        figcaption{
            font-size: 12px;
            line-height: 1;
            text-align: right;
        }
    }
}
@media screen and (max-width: 799px) {
.voice-content-wrap{
    .voice-content-title-01{
        font-size: 20px;
    }
}
}
@media screen and (min-width: 1600px) {
.voice-content-wrap{
    .voice-content{
        margin-bottom: 100px;
    }
}
}







@media screen and (max-width: 799px) {

}
@media screen and (min-width: 800px) {

}
@media (min-width: 800px) and (max-width: 1599px) {
 
}
@media screen and (min-width: 1600px) {

}
@media (min-width: 1600px) and (max-width: 1919px) {
 
}
@media screen and (min-width: 1920px) {

}








