/*-------------------- pc --------------------*/
/*---------- base > width:1440px ----------*/
.breadcrumb_list{
    position:relative;
    z-index:2;
}
.first_area{
    position:relative;
    padding-bottom:32px;

    &:before{
        content:'';
        position:absolute;
        top:-150px;
        left:0;
        bottom:0;
        width:100%;
        background:url('../images/sumstock/first_back.webp') center / cover no-repeat;
        z-index:1;
    }
}
.first_back{
    overflow:hidden;
}
.first_wrap{
    position:relative;
    max-width:1120px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:content-box;
    z-index:2;

    .img{
        max-width:370px;
        margin:0 auto 72px;

        img{
            width:100%;
        }
    }
    .first_slider{
        margin-bottom:72px;

        .slick-list{
            overflow:visible;
        }
        .box{
            &:nth-child(odd){
                margin-bottom:18px;
            }
            &:nth-child(even){
                margin-top:18px;
            }
        }
    }
    .text{
        display:flex;
        flex-direction:column;
        align-items:center;
        max-width:800px;
        margin:0 auto;

        h2{
            position:relative;
            margin-bottom:60px;
            padding:0 9px 0 28px;
            font-family: "Shippori Mincho B1", serif;
            font-size:32px;
            line-height:48px;
            letter-spacing:-0.64px;
            
            &:before{
                content:'';
                position:absolute;
                top:0;
                left:0;
                width:20px;
                height:20px;
                background:url('../images/common/brackets_left.png') center / 20px no-repeat;
            }
            &:after{
                content:'';
                position:absolute;
                bottom:0;
                right:0;
                width:20px;
                height:20px;
                background:url('../images/common/brackets_right.png') center / 20px no-repeat;
            }
        }
        p{
            margin:0;
            font-family: "Shippori Mincho B1", serif;
            font-size:16px;
            line-height:36px;
            text-align:center;

            span{
                font-size:20px;
                color:#c50018;
            }
            &.sm{
                margin-top:24px;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:500;
                font-size:12px;
                color:#6b6f75;
            }
            /* CB 2026-08-25: 連続する注釈の間が1行分空いて見える -> 詰める */
            &.sm + &.sm{
                margin-top:0;
            }
        }
    }
}

.sec01_area{
    padding-top:124px;
}
.sec01_wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:content-box;

    .container{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        align-items:center;
        margin-top:48px;

        .img{
            img{
                width:100%;
            }
        }
        .text{
            padding:0 80px;

            p{
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:500;
                font-size:16px;
                line-height:28px;
            }
        }
    }
    .group{
        margin-top:48px;
        padding:45px 40px 48px;
        background-color:#e2e4e7;

        p{
            margin-bottom:27px;
            font-family:"IBM Plex Sans JP", sans-serif;
            font-weight:600;
            font-size:16px;
            line-height:23px;
            text-align:center;
        }
        ul{
            display:grid;
            grid-template-columns:repeat(5, 1fr);
            gap:16px;

            li{
                img{
                    width:100%;
                }
            }
        }
    }
}

.sec02_area{
    padding-top:124px;
}
.sec02_wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:content-box;

    .title_container{
        margin-top:45px;
        font-family:"IBM Plex Sans JP", sans-serif;
        font-weight:500;
        
        span{
            display:block;
            font-size:16px;
            line-height:24px;
            text-align:center;
        }
        h3{
            margin-top:11px;
            font-size:22px;
            line-height:33px;
            text-align:center;
            color:#c50018;
            font-family: 'IBM Plex Sans JP';
        }
        p{
            max-width:800px;
            margin:41px auto 0;
            font-family:"IBM Plex Sans JP", sans-serif;
            font-weight:500;
            font-size:16px;
            line-height:28px;
        }
    }
    .img_container{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:20px;
        margin:40px 0 93px;

        .box{
            padding:37px 40px 40px;
            background-color:#ffffff;
            border:1px solid #cccfd1;
            border-radius:4px;

            p{
                position:relative;
                margin:0 0 24px;
                padding-left:20px;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:700;
                font-size:16px;
                line-height:24px;

                &:before{
                    content:'';
                    position:absolute;
                    top:50%;
                    left:0;
                    transform:translateY(-50%);
                    width:8px;
                    height:8px;
                    background-color:#c50018;
                    border-radius:50%;
                }
            }
            h4{
                margin-bottom:26px;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:600;
                font-size:18px;
                line-height:28px;
                text-align:center;

                span{
                    color:#c50018;
                }
            }
            img{
                width:100%;
            }
        }
    }
    .box_container{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        align-items:center;
        gap:40px;
        margin-top:41px;
        padding:64px 80px;
        background-color:#ffffff;
        border:1px solid #cccfd1;
        border-radius:4px;

        .text{
            h4{
                margin-bottom:25px;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:600;
                font-size:20px;
                line-height:31px;
                text-align:center;

                span{
                    color:#c50018;
                }
            }
            p{
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:500;
                font-size:16px;
                line-height:28px;
            }
        }
        .img{
            img{
                width:100%;
            }
        }
    }
    .text_container{
        margin-top:32px;
        padding:61px 159px 64px;
        background-color:#ffffff;
        border:1px solid #cccfd1;
        border-radius:4px;

        h4{
            margin-bottom:25px;
            font-family:"IBM Plex Sans JP", sans-serif;
            font-weight:600;
            font-size:20px;
            line-height:31px;
            text-align:center;

            span{
                color:#c50018;
            }
        }
        p{
            margin-bottom:40px;
            font-family:"IBM Plex Sans JP", sans-serif;
            font-weight:500;
            font-size:16px;
            line-height:28px;
        }
    }
}

.sec03_area{
    padding-top:124px;
}
.sec03_wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:content-box;
    
    .container{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        align-items:center;
        gap:10px;
        margin-top:48px;

        .img{
            img{
                width:100%;
            }
        }
        .text{
            padding:0 80px;

            p{
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:500;
                font-size:16px;
                line-height:28px;
            }
        }
    }
}

.sec04_area{
    padding-top:124px;
}
.sec04_wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:content-box;

    .text{
        max-width:800px;
        margin:48px auto 0;

        p{
            font-family:"IBM Plex Sans JP", sans-serif;
            font-weight:500;
            font-size:16px;
            line-height:28px;
        }
    }
    .img{
        margin-top:40px;

        img{
            width:100%;
        }
    }
}

.sec05_area{
    padding-top:124px;
}
.sec05_wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:content-box;

    .title{
        max-width:800px;
        margin:45px auto 0;

        h3{
            position:relative;
            font-family:"IBM Plex Sans JP", sans-serif;
            font-weight:600;
            font-size:20px;
            line-height:30px;
            text-align:center;

            &:before{
                content:'';
                position:absolute;
                top:50%;
                left:0;
                transform:translateY(-50%);
                width:100%;
                height:1px;
                background-color:#cccfd1;
                z-index:1;
            }
            span{
                position:relative;
                padding:0 60px;
                background-color:#f0f1f4;
                z-index:2;
            }
        }
    }
    .container{
        display:flex;
        justify-content:center;
        gap:20px;
        margin-top:25px;

        &.col3{
            margin-bottom:69px;
        }
        .box{
            max-width:360px;
            padding:29px 39px 21px;
            background-color:#ffffff;
            border:1px solid #cccfd1;
            border-radius:4px;
            transition:0.3s;

            &:hover{
                border-color:#c50018;
            }
            &.red{
                background-color:#fbf1f2;
            }
            h4{
                margin-bottom:18px;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:600;
                font-size:18px;
                line-height:26px;
                text-align:center;
                white-space:nowrap;
                color:#c50018;
            }
            .img{
                margin-bottom:19px;

                img{
                    width:100%;
                }
            }
            p{
                max-width:104px;
                margin:0 auto;
                padding-right:24px;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:600;
                font-size:16px;
                line-height:24px;
                color:#32373e;
                background:url(../images/common/red_circle_white_arrow.png) center right 0 / 20px no-repeat;
            }
        }
    }
}

.sec06_area{
    padding-top:124px;
}
.sec06_wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:content-box;

    .container{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:20px;
        margin-top:48px;

        .box{
            padding:29px 40px 21px;
            background-color:#ffffff;
            border:1px solid #cccfd1;
            border-radius:4px;

            h3{
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:600;
                font-size:20px;
                line-height:28px;
                text-align:center;
                color:#c50018;
            }
            .img{
                margin-top:25px;

                img{
                    width:100%;
                }
            }
            p{
                margin:24px 0 0;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:500;
                font-size:16px;
                line-height:24px;
            }
            .more{
                display:flex;
                justify-content:flex-end;
                margin-top:23px;
                padding-right:24px;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:500;
                font-size:16px;
                line-height:24px;
                background:url(../images/common/red_circle_white_arrow.png) center right 0 / 20px no-repeat;
            }
        }
    }

    .more_link{
        margin-top:40px;
    }
}

.sec07_area{
    padding-top:106px;
}
.sec07_wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:content-box;

    .common_toggle_tab{
        margin-top:45px;
    }
}

.sec08_area{
    padding-top:106px;
}
.sec08_wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:content-box;

    .container{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:20px;
        margin-top:48px;

        .box{
			position:relative;
			transition:0.3s;

			&:hover{
				opacity:0.7;
			}
			.img{
				position:relative;
				border-radius:4px;
				overflow:hidden;

				&:before{
					content:'';
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					background:linear-gradient(transparent, #32373e);
					opacity:0.5;
					z-index:1;
				}
				img{
					width:100%;
				}
			}
			h3{
				position:absolute;
				bottom:8px;
				right:16px;
				left:16px;
				font-family:"IBM Plex Sans JP", sans-serif;
				font-weight:600;
				font-size:20px;
				line-height:30px;
				color:#ffffff;
				background:url('../images/common/white_circle_red_arrow.png') center right / 24px no-repeat;
				z-index:2;
			}
		}
    }
}





/*-------------------- pc-spの間 --------------------*/
/*---------- base > width:1440px ----------*/
@media(max-width:1439px) and (min-width:769px){
    .breadcrumb_list{
        position:relative;
        z-index:2;
    }
    .first_area{
        position:relative;
        padding-bottom:2.222vw;
    
        &:before{
            content:'';
            position:absolute;
            top:-10.417vw;
            left:0;
            bottom:0;
            width:100%;
            background:url('../images/sumstock/first_back.webp') center / cover no-repeat;
            z-index:1;
        }
    }
    .first_back{
        overflow:hidden;
    }
    .first_wrap{
        position:relative;
        /* max-width:77.778vw; */
        margin:0 auto;
        padding:0 1.389vw;
        box-sizing:content-box;
        z-index:2;
    
        .img{
            /* max-width:25.694vw; */
            margin:0 auto 5vw;
    
            img{
                width:100%;
            }
        }
        .first_slider{
            margin-bottom:5vw;
    
            .slick-list{
                overflow:visible;
            }
            .box{
                &:nth-child(odd){
                    margin-bottom:1.25vw;
                }
                &:nth-child(even){
                    margin-top:1.25vw;
                }
            }
        }
        .text{
            display:flex;
            flex-direction:column;
            align-items:center;
            /* max-width:55.556vw; */
            margin:0 auto;
    
            h2{
                position:relative;
                margin-bottom:4.167vw;
                padding:0 0.625vw 0 1.944vw;
                font-family: "Shippori Mincho B1", serif;
                font-size:2.222vw;
                line-height:3.333vw;
                letter-spacing:-0.044vw;
                
                &:before{
                    content:'';
                    position:absolute;
                    top:0;
                    left:0;
                    width:1.389vw;
                    height:1.389vw;
                    background:url('../images/common/brackets_left.png') center / 1.389vw no-repeat;
                }
                &:after{
                    content:'';
                    position:absolute;
                    bottom:0;
                    right:0;
                    width:1.389vw;
                    height:1.389vw;
                    background:url('../images/common/brackets_right.png') center / 1.389vw no-repeat;
                }
            }
            p{
                margin:0;
                font-family: "Shippori Mincho B1", serif;
                font-size:1.111vw;
                line-height:2.5vw;
                text-align:center;
    
                span{
                    font-size:1.389vw;
                    color:#c50018;
                }
                &.sm{
                    margin-top:1.667vw;
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:500;
                    font-size:0.833vw;
                    color:#6b6f75;
                }
            }
        }
    }
    
    .sec01_area{
        padding-top:8.611vw;
    }
    .sec01_wrap{
        /* max-width:77.778vw; */
        margin:0 auto;
        padding:0 1.389vw;
        box-sizing:content-box;
    
        .container{
            display:grid;
            grid-template-columns:repeat(2, 1fr);
            align-items:center;
            margin-top:3.333vw;
    
            .img{
                img{
                    width:100%;
                }
            }
            .text{
                padding:0 5.556vw;
    
                p{
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:500;
                    font-size:1.111vw;
                    line-height:1.944vw;
                }
            }
        }
        .group{
            margin-top:3.333vw;
            padding:3.125vw 2.778vw 3.333vw;
            background-color:#e2e4e7;
    
            p{
                margin-bottom:1.875vw;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:600;
                font-size:1.111vw;
                line-height:1.597vw;
                text-align:center;
            }
            ul{
                display:grid;
                grid-template-columns:repeat(5, 1fr);
                gap:1.111vw;
    
                li{
                    img{
                        width:100%;
                    }
                }
            }
        }
    }
    
    .sec02_area{
        padding-top:8.611vw;
    }
    .sec02_wrap{
        /* max-width:77.778vw; */
        margin:0 auto;
        padding:0 1.389vw;
        box-sizing:content-box;
    
        .title_container{
            margin-top:3.125vw;
            font-family:"IBM Plex Sans JP", sans-serif;
            font-weight:500;
            
            span{
                display:block;
                font-size:1.111vw;
                line-height:1.667vw;
                text-align:center;
            }
            h3{
                margin-top:0.764vw;
                font-size:1.528vw;
                line-height:2.292vw;
                text-align:center;
                color:#c50018;
                font-family: 'IBM Plex Sans JP';
            }
            p{
                /* max-width:55.556vw; */
                margin:2.847vw auto 0;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:500;
                font-size:1.111vw;
                line-height:1.944vw;
            }
        }
        .img_container{
            display:grid;
            grid-template-columns:repeat(2, 1fr);
            gap:1.389vw;
            margin:2.778vw 0 6.458vw;
    
            .box{
                padding:2.569vw 2.778vw 2.778vw;
                background-color:#ffffff;
                border:0.069vw solid #cccfd1;
                border-radius:0.278vw;
    
                p{
                    position:relative;
                    margin:0 0 1.667vw;
                    padding-left:1.389vw;
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:700;
                    font-size:1.111vw;
                    line-height:1.667vw;
    
                    &:before{
                        content:'';
                        position:absolute;
                        top:50%;
                        left:0;
                        transform:translateY(-50%);
                        width:0.556vw;
                        height:0.556vw;
                        background-color:#c50018;
                        border-radius:50%;
                    }
                }
                h4{
                    margin-bottom:1.806vw;
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:600;
                    font-size:1.25vw;
                    line-height:1.944vw;
                    text-align:center;
    
                    span{
                        color:#c50018;
                    }
                }
                img{
                    width:100%;
                }
            }
        }
        .box_container{
            display:grid;
            grid-template-columns:repeat(2, 1fr);
            align-items:center;
            gap:2.778vw;
            margin-top:2.847vw;
            padding:4.444vw 5.556vw;
            background-color:#ffffff;
            border:0.069vw solid #cccfd1;
            border-radius:0.278vw;
    
            .text{
                h4{
                    margin-bottom:1.736vw;
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:600;
                    font-size:1.389vw;
                    line-height:2.153vw;
                    text-align:center;
    
                    span{
                        color:#c50018;
                    }
                }
                p{
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:500;
                    font-size:1.111vw;
                    line-height:1.944vw;
                }
            }
            .img{
                img{
                    width:100%;
                }
            }
        }
        .text_container{
            margin-top:2.222vw;
            padding:4.236vw 11.042vw 4.444vw;
            background-color:#ffffff;
            border:0.069vw solid #cccfd1;
            border-radius:0.278vw;
    
            h4{
                margin-bottom:1.736vw;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:600;
                font-size:1.389vw;
                line-height:2.153vw;
                text-align:center;
    
                span{
                    color:#c50018;
                }
            }
            p{
                margin-bottom:2.778vw;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:500;
                font-size:1.111vw;
                line-height:1.944vw;
            }
        }
    }
    
    .sec03_area{
        padding-top:8.611vw;
    }
    .sec03_wrap{
        /* max-width:77.778vw; */
        margin:0 auto;
        padding:0 1.389vw;
        box-sizing:content-box;
        
        .container{
            display:grid;
            grid-template-columns:repeat(2, 1fr);
            align-items:center;
            gap:0.694vw;
            margin-top:3.333vw;
    
            .img{
                img{
                    width:100%;
                }
            }
            .text{
                padding:0 5.556vw;
    
                p{
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:500;
                    font-size:1.111vw;
                    line-height:1.944vw;
                }
            }
        }
    }
    
    .sec04_area{
        padding-top:8.611vw;
    }
    .sec04_wrap{
        /* max-width:77.778vw; */
        margin:0 auto;
        padding:0 1.389vw;
        box-sizing:content-box;
    
        .text{
            /* max-width:55.556vw; */
            margin:3.333vw auto 0;
    
            p{
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:500;
                font-size:1.111vw;
                line-height:1.944vw;
            }
        }
        .img{
            margin-top:2.778vw;
    
            img{
                width:100%;
            }
        }
    }
    
    .sec05_area{
        padding-top:8.611vw;
    }
    .sec05_wrap{
        /* max-width:77.778vw; */
        margin:0 auto;
        padding:0 1.389vw;
        box-sizing:content-box;
    
        .title{
            /* max-width:55.556vw; */
            margin:3.125vw auto 0;
    
            h3{
                position:relative;
                font-family:"IBM Plex Sans JP", sans-serif;
                font-weight:600;
                font-size:1.389vw;
                line-height:2.083vw;
                text-align:center;
    
                &:before{
                    content:'';
                    position:absolute;
                    top:50%;
                    left:0;
                    transform:translateY(-50%);
                    width:100%;
                    height:0.069vw;
                    background-color:#cccfd1;
                    z-index:1;
                }
                span{
                    position:relative;
                    padding:0 4.167vw;
                    background-color:#f0f1f4;
                    z-index:2;
                }
            }
        }
        .container{
            display:flex;
            justify-content:center;
            gap:1.389vw;
            margin-top:1.736vw;
    
            &.col3{
                margin-bottom:4.792vw;
            }
            .box{
                /* max-width:25vw; */
                padding:2.014vw 2.708vw 1.458vw;
                background-color:#ffffff;
                border:0.069vw solid #cccfd1;
                border-radius:0.278vw;
                transition:0.3s;
    
                &:hover{
                    border-color:#c50018;
                }
                &.red{
                    background-color:#fbf1f2;
                }
                h4{
                    margin-bottom:1.25vw;
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:600;
                    font-size:1.25vw;
                    line-height:1.806vw;
                    text-align:center;
                    white-space:nowrap;
                    color:#c50018;
                }
                .img{
                    margin-bottom:1.319vw;
    
                    img{
                        width:100%;
                    }
                }
                p{
                    /* max-width:7.222vw; */
                    margin:0 auto;
                    padding-right:1.667vw;
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:600;
                    font-size:1.111vw;
                    line-height:1.667vw;
                    color:#32373e;
                    background:url(../images/common/red_circle_white_arrow.png) center right 0 / 1.389vw no-repeat;
                }
            }
        }
    }
    
    .sec06_area{
        padding-top:8.611vw;
    }
    .sec06_wrap{
        /* max-width:77.778vw; */
        margin:0 auto;
        padding:0 1.389vw;
        box-sizing:content-box;
    
        .container{
            display:grid;
            grid-template-columns:repeat(2, 1fr);
            gap:1.389vw;
            margin-top:3.333vw;
    
            .box{
                padding:2.014vw 2.778vw 1.458vw;
                background-color:#ffffff;
                border:0.069vw solid #cccfd1;
                border-radius:0.278vw;
    
                h3{
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:600;
                    font-size:1.389vw;
                    line-height:1.944vw;
                    text-align:center;
                    color:#c50018;
                }
                .img{
                    margin-top:1.736vw;
    
                    img{
                        width:100%;
                    }
                }
                p{
                    margin:1.667vw 0 0;
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:500;
                    font-size:1.111vw;
                    line-height:1.667vw;
                }
                .more{
                    display:flex;
                    justify-content:flex-end;
                    margin-top:1.597vw;
                    padding-right:1.667vw;
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:500;
                    font-size:1.111vw;
                    line-height:1.667vw;
                    background:url(../images/common/red_circle_white_arrow.png) center right 0 / 1.389vw no-repeat;
                }
            }
        }

        .more_link{
            margin-top:2.778vw;
        }
    }
    
    .sec07_area{
        padding-top:7.361vw;
    }
    .sec07_wrap{
        /* max-width:77.778vw; */
        margin:0 auto;
        padding:0 1.389vw;
        box-sizing:content-box;
    
        .common_toggle_tab{
            margin-top:3.125vw;
        }
    }
    
    .sec08_area{
        padding-top:7.361vw;
    }
    .sec08_wrap{
        /* max-width:77.778vw; */
        margin:0 auto;
        padding:0 1.389vw;
        box-sizing:content-box;
    
        .container{
            display:grid;
            grid-template-columns:repeat(2, 1fr);
            gap:1.389vw;
            margin-top:3.333vw;
    
            .box{
                position:relative;
                transition:0.3s;
    
                &:hover{
                    opacity:0.7;
                }
                .img{
                    position:relative;
                    border-radius:0.278vw;
                    overflow:hidden;
    
                    &:before{
                        content:'';
                        position:absolute;
                        top:0;
                        left:0;
                        width:100%;
                        height:100%;
                        background:linear-gradient(transparent, #32373e);
                        opacity:0.5;
                        z-index:1;
                    }
                    img{
                        width:100%;
                    }
                }
                h3{
                    position:absolute;
                    bottom:0.556vw;
                    right:1.111vw;
                    left:1.111vw;
                    font-family:"IBM Plex Sans JP", sans-serif;
                    font-weight:600;
                    font-size:1.389vw;
                    line-height:2.083vw;
                    color:#ffffff;
                    background:url('../images/common/white_circle_red_arrow.png') center right / 1.667vw no-repeat;
                    z-index:2;
                }
            }
        }
    }
}





/*-------------------- sp --------------------*/
/*---------- デザインベースはwidth:375px ----------*/
@media(max-width:768px){
    .first_area{
        padding-bottom:6.4vw;
    
        &:before{
            top:-17.867vw;
        }
    }
    .first_wrap{
        padding:0 4.267vw;
        
        .img{
            max-width:61.6vw;
            margin:0 auto 14.933vw;
        }
        .first_slider{
            margin:0;
    
            .box{
                &:nth-child(odd){
                    margin-bottom:2.667vw;
                }
                &:nth-child(even){
                    margin-top:2.667vw;
                }
            }
        }
        .text{
            position:relative;
            padding-top:17.067vw;
    
            &:before{
                content:'';
                position:absolute;
                top:0;
                left:-4.267vw;
                right:-4.267vw;
                height:48.533vw;
                background:url('../images/sumstock/first_text_back.webp') center / cover no-repeat;
            }
            h2{
                margin:0 4.267vw 10.667vw;
                padding:0 0 0 5.867vw;
                font-size:6.4vw;
                line-height:9.6vw;
                letter-spacing:-0.128vw;
                text-align:center;
                
                &:before{
                    width:4.267vw;
                    height:4.267vw;
                    background:url('../images/common/brackets_left.png') center / 4.267vw no-repeat;
                }
                &:after{
                    width:4.267vw;
                    height:4.267vw;
                    background:url('../images/common/brackets_right.png') center / 4.267vw no-repeat;
                }
            }
            p{
                font-size:3.733vw;
                line-height:8.533vw;
                
                span{
                    font-size:4.8vw;
                    line-height:8.533vw;
                }
                &.sm{
                    margin-top:4.267vw;
                    font-size:3.2vw;
                    line-height:4.8vw;
                    text-align:left;
                }
                /* CB 2026-08-25: 行間が狭いSPは0にすると1段落に見えるので半分に詰める */
                &.sm + &.sm{
                    margin-top:2.133vw;
                }
            }
        }
    }
    
    .sec01_area{
        padding-top:17.067vw;
    }
    .sec01_wrap{
        padding:0 4.267vw;
        
        .container{
            grid-template-columns:1fr;
            gap:6.4vw;
            margin-top:8.533vw;
    
            .text{
                padding:0;
    
                p{
                    font-size:3.733vw;
                    line-height:6.4vw;
                }
            }
        }
        .group{
            margin-top:6.667vw;
            padding:8.533vw 4.267vw;
            
            p{
                margin-bottom:4.533vw;
                font-size:3.733vw;
                line-height:5.333vw;
    
                span {
                    display: inline-block;
                }
            }
            ul{
                grid-template-columns:repeat(2, 1fr);
                gap:4.267vw 2.933vw;
            }
        }
    }
    
    .sec02_area{
        padding-top:17.067vw;
    }
    .sec02_wrap{
        padding:0 4.267vw;
        
        .title_container{
            margin-top:7.733vw;
            
            span{
                font-size:3.733vw;
                line-height:8.533vw;
            }
            h3{
                margin-top:1.333vw;
                font-size:5.333vw;
                line-height:8.533vw;
            }
            p{
                margin:6.667vw auto 0;
                font-size:3.733vw;
                line-height:6.4vw;
            }
        }
        .img_container{
            grid-template-columns:1fr;
            gap:6.4vw;
            margin:6.667vw 0 18.4vw;
    
            .box{
                padding:7.733vw 4.267vw 8.533vw;
                
                p{
                    margin:0 0 4.533vw;
                    padding-left:4.267vw;
                    font-size:3.733vw;
                    line-height:5.333vw;
    
                    &:before{
                        width:2.133vw;
                        height:2.133vw;
                    }
                }
                h4{
                    margin-bottom:5.067vw;
                    font-size:4.267vw;
                    line-height:6.4vw;
                }
            }
        }
        .box_container{
            grid-template-columns:1fr;
            gap:6.4vw;
            margin-top:6.667vw;
            padding:7.733vw 4.267vw 10.4vw;
            
            .text{
                h4{
                    margin-bottom:5.067vw;
                    font-size:4.267vw;
                    line-height:6.4vw;
                }
                p{
                    font-size:3.733vw;
                    line-height:6.4vw;
                }
            }
        }
        .text_container{
            margin-top:6.4vw;
            padding:7.733vw 4.267vw 8.533vw;
            
            h4{
                margin-bottom:5.067vw;
                font-size:4.267vw;
                line-height:6.4vw;
            }
            p{
                margin-bottom:6.667vw;
                font-size:3.733vw;
                line-height:6.4vw;
            }
        }
    }
    
    .sec03_area{
        padding-top:17.067vw;
    }
    .sec03_wrap{
        padding:0 4.267vw;
        
        .container{
            grid-template-columns:1fr;
            gap:6.667vw;
            margin-top:8.533vw;
    
            .img{
                order:2;
            }
            .text{
                padding:0;
                order:1;
                
                p{
                    font-size:4.267vw;
                    line-height:7.467vw;
                }
            }
        }
    }
    
    .sec04_area{
        padding-top:17.067vw;
    }
    .sec04_wrap{
        padding:0 4.267vw;
        
        .text{
            margin:8.533vw auto 0;
    
            p{
                font-size:3.733vw;
                line-height:6.4vw;
            }
        }
        .img{
            margin-top:6.667vw;
    
            img{
                width:100%;
            }
        }
    }
    
    .sec05_area{
        padding-top:17.067vw;
    }
    .sec05_wrap{
        padding:0 4.267vw;
        
        .title{
            margin:7.733vw auto 0;
    
            h3{
                font-size:4.8vw;
                line-height:7.467vw;
                
                span{
                    padding:0 5.067vw;
                }
            }
        }
        .container{
            display:grid;
            grid-template-columns:repeat(2, 1fr);
            justify-content:unset;
            gap:4vw;
            margin-top:6.933vw;
    
            &.col3{
                margin-bottom:12vw;
            }
            .box{
                max-width:none;
                padding:5.333vw 4.267vw 4.8vw;
                
                h4{
                    margin-bottom:1.6vw;
                    font-size:3.2vw;
                    line-height:4vw;
                    white-space:wrap;
                }
                .img{
                    margin-bottom:3.2vw;
                }
                p{
                    max-width:21.333vw;
                    padding-right:5.333vw;
                    font-size:3.2vw;
                    line-height:4.8vw;
                    background:url(../images/common/red_circle_white_arrow.png) center right 0 / 4.267vw no-repeat;
                }
            }
        }
    }
    
    .sec06_area{
        padding-top:17.067vw;
    }
    .sec06_wrap{
        padding:0 4.267vw;
        
        .container{
            grid-template-columns:1fr;
            gap:6.4vw;
            margin-top:8.533vw;
    
            .box{
                padding:6.4vw 8.533vw 4vw;
                
                h3{
                    font-size:4.267vw;
                    line-height:5.333vw;
                }
                .img{
                    margin-top:4.267vw;
                }
                p{
                    margin:4.267vw 0 0;
                    font-size:3.733vw;
                    line-height:5.333vw;
                }
                .more{
                    margin-top:2.4vw;
                    padding-right:6.4vw;
                    font-size:3.733vw;
                    line-height:5.333vw;
                    background:url(../images/common/red_circle_white_arrow.png) center right 0 / 5.333vw no-repeat;
                }
            }
        }

        .more_link{
            margin-top:8.533vw;
        }
    }
    
    .sec07_area{
        padding-top:17.067vw;
    }
    .sec07_wrap{
        padding:0 4.267vw;
        
        .common_toggle_tab{
            margin-top:7.733vw;
        }
    }
    
    .sec08_area{
        padding-top:17.067vw;
    }
    .sec08_wrap{
        padding:0 4.267vw;
        
        .container{
            grid-template-columns:1fr;
            gap:6.4vw;
            margin-top:8.533vw;
    
            .box{
                h3{
                    bottom:1.6vw;
                    right:4.267vw;
                    left:4.267vw;
                    font-size:4.267vw;
                    line-height:6.4vw;
                    background:url('../images/common/white_circle_red_arrow.png') center right / 5.333vw no-repeat;
                }
            }
        }
    }
}

/* 2026/07/21 修正 */
:root{
    --consociation_font_base:"IBM Plex Sans JP", sans-serif;
    --consociation_font_en:"Jost", sans-serif;
    --consociation_font_mincho:"Shippori Mincho B1", serif;
    --consociation_color_text:#32373E;
    --consociation_color_text_light:#6B6F75;
    --consociation_color_text_dark:#20242a;
    --consociation_color_red:#C50018;
    --consociation_color_white:#ffffff;
    --consociation_color_black:#000000;
    --consociation_color_bg:#F0F1F4;
    --consociation_color_block_bg:#E2E4E7;
    --consociation_color_bg_light:#f7f7f7;
    --consociation_color_line:#CCCFD1;
    --consociation_color_border:#c5cbd1;
    --consociation_color_maker_border:#d9dde1;
    --consociation_color_link:#006ad4;
    --consociation_color_overlay_start:rgba(0, 0, 0, 0.04);
    --consociation_color_overlay_end:rgba(0, 0, 0, 0.48);
}

.sec02_area_260721{
    margin-top: 124px;
    padding: 72px 0;
    border-top: 1px solid #C50018;
    border-bottom: 1px solid #C50018;
    background: #FBF1F2;

    .common_partition{
        + .sec02_merit_num{
            margin-top: 72px;
        }
    }
    .sec02_merit_num{
        margin: 72px 0 0;
        font-family: "IBM Plex Sans JP", sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 48px;
        color: #c50018;
        text-align: center;

        + .title_container{
            margin-top: 21px;
        }
    }
    .title_container{
        span{
            font-weight: 600;
        }
    }
    .img_container{
        margin-bottom: 72px;
    }
    .box_container{
        margin-top: 40px;
        margin-bottom: 72px;

        .img{
            img{
                display: block;
                max-width: 430px;
                margin: 0 auto;
            }
        }
    }
    .title_container_merit03{
        margin-top: 16px;
    }
    .merit03_container{
        display: grid;
        grid-template-columns: minmax(0, 550px) 1fr;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 48px;
        justify-items: center;

        .simulation_box{
            padding: 37px 40px 40px;
            background-color: #ffffff;
            border: 1px solid #cccfd1;
            border-radius: 4px;

            p{
                position: relative;
                margin: 0 0 27px;
                padding-left: 20px;
                font-family: "IBM Plex Sans JP", sans-serif;
                font-weight: 700;
                font-size: 16px;
                line-height: 24px;

                &:before{
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                    width: 8px;
                    height: 8px;
                    background-color: #c50018;
                    border-radius: 50%;
                }
            }
            img{
                display: block;
                width: 100%;
            }
        }
        .text{
            max-width: 400px;
            p{
                font-family: "IBM Plex Sans JP", sans-serif;
                font-weight: 500;
                font-size: 16px;
                line-height: 28px;
            }
        }
    }
    .text_container{
        margin-top: 0;
    }
}

.l_need_voice_area{
    padding: 0;
    margin-top: 121px;
    font-family: var(--consociation_font_base);
    overflow: hidden;

    .l_need_voice_wrap{
        max-width: 1120px;
        margin: 0px auto;
    }

    .p_need_voice_lead{
        max-width: 800px;
        margin: 48px auto 0px;
        color: var(--consociation_color_text);
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
    }

    .p_need_voice_slider,
    .p_need_voice_slider_none{
        margin-top: 40px;

        .slick-list{
            overflow: visible;
        }

        &.slick-dotted.slick-slider{
            margin-bottom: 0px;
        }

        .slide_arrow{
            position: absolute;
            top: 195px;
            width: 80px;
            height: 64px;
            background-color: #32373e;
            cursor: pointer;
            z-index: 100;
        }

        .prev_arrow{
            left: 91px;
            background: url('/assets/images/common/slider_prev.png') center / cover no-repeat;
        }

        .next_arrow{
            right: 129px;
            background: url('/assets/images/common/slider_prev.png') center / cover no-repeat;
            transform: rotate(180deg);
        }

        .slick-dots{
            display: flex;
            justify-content: center;
            gap: 20px;
            position: static;
            margin-top: 32px;

            li{
                width: auto;
                height: auto;
                margin: 0px;

                button{
                    width: 8px;
                    height: 8px;
                    padding: 0px;
                    border-radius: 50%;
                    background: var(--consociation_color_text);
                    opacity: 0.35;

                    &:before{
                        content: none;
                    }
                }

                &.slick-active{
                    button{
                        opacity: 1;
                    }
                }
            }
        }
    }

    .p_need_voice_card{
        width: 360px;
        min-height: 0px;
        margin: 0px 10px;
        padding: 24px 20px 18px;
        border: 1px solid var(--consociation_color_border);
        border-radius: 4px;
        background: var(--consociation_color_white);
        color: var(--consociation_color_text);
        transition: 0.3s ease;

        h3{
            margin: 24px 0px 20px;
            color: var(--consociation_color_text);
            font-family: var(--consociation_font_base);
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
        }

        &:hover{
            opacity:0.7;
            border-color:#C50018;

            .p_need_voice_image {
                img {
                    transform: scale(1.1);
                }
            }
        }
    }

    .p_need_voice_image{
        border-radius: 4px;
        overflow: hidden;

        img{
            display: block;
            width: 100%;
            aspect-ratio: 320 / 213;
            object-fit: cover;
            transition: 0.3s ease;
        }
    }

    .p_need_voice_license{
        margin: 0px 0px 9px;
        color: var(--consociation_color_red);
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .p_need_voice_name{
        margin: 0px 0px 11px;
        color: var(--consociation_color_text);
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
    }

    .p_need_voice_company{
        margin: 0px;
        color: var(--consociation_color_text_light);
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }
}

@media (max-width: 1439px) and (min-width: 769px) {
    .sec02_area_260721{
        --basic_pc: 1440px;
        margin-top: calc(124px / var(--basic_pc) * 100vw);
        padding: calc(72px / var(--basic_pc) * 100vw) 0;
        border-top: calc(1px / var(--basic_pc) * 100vw) solid #C50018;
        border-bottom: calc(1px / var(--basic_pc) * 100vw) solid #C50018;
        background: #FBF1F2;

        .common_partition{
            + .sec02_merit_num{
                margin-top: calc(72px / var(--basic_pc) * 100vw);
            }
        }
        .sec02_merit_num{
            margin: calc(72px / var(--basic_pc) * 100vw) 0 0;
            font-family: "IBM Plex Sans JP", sans-serif;
            font-weight: 700;
            font-size: calc(32px / var(--basic_pc) * 100vw);
            line-height: calc(48px / var(--basic_pc) * 100vw);
            color: #c50018;
            text-align: center;

            + .title_container{
                margin-top: calc(21px / var(--basic_pc) * 100vw);
            }
        }
        .title_container{
            span{
                font-weight: 600;
            }
        }
        .img_container{
            margin-bottom: calc(72px / var(--basic_pc) * 100vw);
        }
        .box_container{
            margin-top: calc(40px / var(--basic_pc) * 100vw);
            margin-bottom: calc(72px / var(--basic_pc) * 100vw);

            .img{
                img{
                    display: block;
                    max-width: calc(430px / var(--basic_pc) * 100vw);
                    margin: 0 auto;
                }
            }
        }
        .title_container_merit03{
            margin-top: calc(16px / var(--basic_pc) * 100vw);
        }
        .merit03_container{
            display: grid;
            grid-template-columns: minmax(0, calc(550px / var(--basic_pc) * 100vw)) 1fr;
            align-items: center;
            margin-top: calc(40px / var(--basic_pc) * 100vw);
            margin-bottom: calc(48px / var(--basic_pc) * 100vw);
            justify-items: center;

            .simulation_box{
                padding: calc(37px / var(--basic_pc) * 100vw) calc(40px / var(--basic_pc) * 100vw) calc(40px / var(--basic_pc) * 100vw);
                background-color: #ffffff;
                border: calc(1px / var(--basic_pc) * 100vw) solid #cccfd1;
                border-radius: calc(4px / var(--basic_pc) * 100vw);

                p{
                    position: relative;
                    margin: 0 0 calc(27px / var(--basic_pc) * 100vw);
                    padding-left: calc(20px / var(--basic_pc) * 100vw);
                    font-family: "IBM Plex Sans JP", sans-serif;
                    font-weight: 700;
                    font-size: calc(16px / var(--basic_pc) * 100vw);
                    line-height: calc(24px / var(--basic_pc) * 100vw);

                    &:before{
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 0;
                        transform: translateY(-50%);
                        width: calc(8px / var(--basic_pc) * 100vw);
                        height: calc(8px / var(--basic_pc) * 100vw);
                        background-color: #c50018;
                        border-radius: 50%;
                    }
                }
                img{
                    display: block;
                    width: 100%;
                }
            }
            .text{
                max-width: calc(400px / var(--basic_pc) * 100vw);
                p{
                    font-family: "IBM Plex Sans JP", sans-serif;
                    font-weight: 500;
                    font-size: calc(16px / var(--basic_pc) * 100vw);
                    line-height: calc(28px / var(--basic_pc) * 100vw);
                }
            }
        }
        .text_container{
            margin-top: 0;
        }
    }

    .l_need_voice_area{
        padding: 0;
        margin-top: 8.403vw;
        font-family: var(--consociation_font_base);
        overflow: hidden;

        .l_need_voice_wrap{
            /* max-width: 77.778vw; */
            margin: 0 auto;
            padding: 0 1.389vw;
        }

        .p_need_voice_lead{
            /* max-width: 55.556vw; */
            margin: 3.333vw auto 0;
            color: var(--consociation_color_text);
            font-size: 1.111vw;
            font-weight: 500;
            line-height: 1.944vw;
        }

        .p_need_voice_slider,
        .p_need_voice_slider_none{
            margin-top: 2.778vw;

            .slick-list{
                overflow: visible;
            }

            &.slick-dotted.slick-slider{
                margin-bottom: 0;
            }

            .slide_arrow{
                position: absolute;
                top: 13.542vw;
                width: 5.556vw;
                height: 4.444vw;
                background-color: #32373e;
                cursor: pointer;
                z-index: 100;
            }

            .prev_arrow{
                left: 6.319vw;
                background: url('/assets/images/common/slider_prev.png') center / cover no-repeat;
            }

            .next_arrow{
                right: 8.958vw;
                background: url('/assets/images/common/slider_prev.png') center / cover no-repeat;
                transform: rotate(180deg);
            }

            .slick-dots{
                display: flex;
                justify-content: center;
                gap: 1.389vw;
                position: static;
                margin-top: 2.222vw;

                li{
                    width: auto;
                    height: auto;
                    margin: 0;

                    button{
                        width: 0.556vw;
                        height: 0.556vw;
                        padding: 0;
                        border-radius: 50%;
                        background: var(--consociation_color_text);
                        opacity: 0.35;

                        &:before{
                            content: none;
                        }
                    }

                    &.slick-active{
                        button{
                            opacity: 1;
                        }
                    }
                }
            }
        }

        .p_need_voice_card{
            width: 25vw;
            min-height: 0;
            margin: 0 0.694vw;
            padding: 1.667vw 1.389vw 1.25vw;
            border: 0.069vw solid var(--consociation_color_border);
            border-radius: 0.278vw;
            background: var(--consociation_color_white);
            color: var(--consociation_color_text);
            transition: 0.3s ease;

            h3{
                margin: 1.667vw 0 1.389vw;
                color: var(--consociation_color_text);
                font-family: var(--consociation_font_base);
                font-size: 1.25vw;
                font-weight: 600;
                line-height: 1.806vw;
            }

            &:hover{
                opacity:0.7;
                border-color:#C50018;

                .p_need_voice_image {
                    img {
                        transform: scale(1.1);
                    }
                }
            }
        }

        .p_need_voice_image{
            border-radius: 0.278vw;
            overflow: hidden;

            img{
                display: block;
                width: 100%;
                aspect-ratio: 320 / 213;
                object-fit: cover;
                transition: 0.3s ease;
            }
        }

        .p_need_voice_license{
            margin: 0 0 0.625vw;
            color: var(--consociation_color_red);
            font-size: 0.972vw;
            font-weight: 500;
            line-height: 1.389vw;
        }

        .p_need_voice_name{
            margin: 0 0 0.764vw;
            color: var(--consociation_color_text);
            font-size: 1.111vw;
            font-weight: 600;
            line-height: 1.944vw;
        }

        .p_need_voice_company{
            margin: 0;
            color: var(--consociation_color_text_light);
            font-size: 0.833vw;
            font-weight: 500;
            line-height: 1.25vw;
        }
    }
}
@media(max-width:768px){
    .sec02_area_260721{
        --basic_sp: 375px;
        margin-top: calc(72px / var(--basic_sp) * 100vw);
        padding: calc(48px / var(--basic_sp) * 100vw) 0;

        .common_partition{
            + .sec02_merit_num{
                margin-top: calc(28px / var(--basic_sp) * 100vw);
            }
        }
        .sec02_merit_num{
            margin-top: calc(44px / var(--basic_sp) * 100vw);
            font-size: calc(24px / var(--basic_sp) * 100vw);
            line-height: calc(36px / var(--basic_sp) * 100vw);

            + .title_container{
                margin-top: calc(12px / var(--basic_sp) * 100vw);
            }
        }
        .img_container,
        .box_container,
        .merit03_container{
            margin-top: calc(25px / var(--basic_sp) * 100vw);
            margin-bottom: calc(44px / var(--basic_sp) * 100vw);
        }
        .box_container{
            .img{
                img{
                    max-width: 100%;
                }
            }
        }
        .merit03_container{
            grid-template-columns: 1fr;
            gap: calc(25px / var(--basic_sp) * 100vw);
            margin-top: calc(25px / var(--basic_sp) * 100vw);
            margin-bottom: calc(24px / var(--basic_sp) * 100vw);

            .simulation_box{
                padding: calc(29px / var(--basic_sp) * 100vw) calc(16px / var(--basic_sp) * 100vw) calc(32px / var(--basic_sp) * 100vw);
                grid-row: 2;

                p{
                    margin-bottom: calc(18px / var(--basic_sp) * 100vw);
                    padding-left: calc(16px / var(--basic_sp) * 100vw);
                    font-size: calc(14px / var(--basic_sp) * 100vw);
                    line-height: calc(22px / var(--basic_sp) * 100vw);

                    &:before{
                        width: calc(8px / var(--basic_sp) * 100vw);
                        height: calc(8px / var(--basic_sp) * 100vw);
                    }
                }
            }
            .text{
                max-width: 100%;
                p{
                    font-size: calc(14px / var(--basic_sp) * 100vw);
                    line-height: calc(24px / var(--basic_sp) * 100vw);
                }
            }
        }
    }

    .l_need_voice_area{
        margin-top: 15.467vw;

        .l_need_voice_wrap {
            padding: 0 4.267vw;
        }

        .p_need_voice_lead{
            margin-top: 8.533vw;
            font-size: 3.733vw;
            line-height: 6.4vw;
        }

        .p_need_voice_slider,
        .p_need_voice_slider_none{
            margin-top: 6.667vw;
            padding: 0 4.267vw;

            .slide_arrow{
                width: 13.333vw;
                height: 10.667vw;
                top: 46.933vw;
            }

            .prev_arrow{
                left: 2.133vw;
            }

            .next_arrow{
                right: 2.133vw;
            }

            .slick-dots{
                gap: 3.2vw;
                margin-top: 6.4vw;
            }
        }

        .p_need_voice_card{
            width: 82.933vw;
            margin: 0 1.867vw;
            padding: 6.4vw 6.4vw 4.8vw;

            h3{
                margin: 6.4vw 0 3.733vw;
                font-size: 4.267vw;
                line-height: 6.4vw;
            }
        }

        .p_need_voice_license{
            font-size: 3.2vw;
            line-height: 4.8vw;
            margin: 0 0 1.333vw;
        }
        .p_need_voice_name{
            font-size: 3.733vw;
            line-height: 5.333vw;
            margin: 0 0 2.133vw;
        }

        .p_need_voice_company{
            font-size: 3.2vw;
            line-height: 4.8vw;
        }
    }
}

.l_need_voice_area {
    .p_need_voice_slider_none {
        display: flex;
        justify-content: center;
    }
    /* cb260825 A-6: 「SumStock by AERA」 banner, in place of the 安心R住宅 band.
       Links to /news/area/ (task187). Widths follow the band it replaces so the
       block stays aligned with the 販売士 cards above it. */
    .p_need_voice_aera {
        position: relative;
        display: flex;
        align-items: center;
        gap: 40px;
        max-width: 800px;
        margin: 48px auto 0;
        padding: 32px 40px;
        background: #ffffff;
        border: 2px solid #c50018;
        font-size: 16px;
        transition: box-shadow 0.3s ease;

        &:hover {
            box-shadow: 0 8px 24px rgba(197, 0, 24, 0.16);

            .p_need_voice_aera_arrow {
                background: #a00014;
            }
        }
        .p_need_voice_aera_cover {
            flex: 0 0 136px;

            img {
                display: block;
                width: 100%;
                height: auto;
                box-shadow: 0 6px 18px rgba(50, 55, 62, 0.18);
            }
        }
        .p_need_voice_aera_body {
            display: block;
            padding-right: 88px;
        }
        .p_need_voice_aera_label {
            display: block;
            margin-bottom: 8px;
            font-family: "Jost", sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.08em;
            /* the drop sets this label ~#c4c4c4 (1.75:1 on white). --premium-gray keeps the
               muted read at 5.05:1, and it is the grey every other note on the site uses. */
            color: #6b6f75;
        }
        .p_need_voice_aera_title {
            display: block;
            margin-bottom: 16px;
            font-family: "IBM Plex Sans JP", sans-serif;
            font-weight: 600;
            font-size: 32px;
            line-height: 44px;
            color: #32373e;

            > span:not(.unit) {
                color: #c50018;
            }
            .unit {
                font-size: 0.625em;
            }
        }
        .p_need_voice_aera_text {
            display: block;
            font-family: "IBM Plex Sans JP", sans-serif;
            font-weight: 500;
            font-size: 16px;
            line-height: 30px;
            color: #32373e;
        }
        .p_need_voice_aera_arrow {
            position: absolute;
            top: 50%;
            right: 32px;
            width: 56px;
            height: 56px;
            margin-top: -28px;
            border-radius: 50%;
            background: #c50018;
            transition: background 0.3s ease;

            &:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 12px;
                height: 12px;
                margin: -6px 0 0 -9px;
                border-top: 3px solid #ffffff;
                border-right: 3px solid #ffffff;
                transform: rotate(45deg);
            }
        }
    }
}

@media (max-width: 1439px) and (min-width: 769px) {
    .l_need_voice_area {
        --basic_pc: 1440px;

        .p_need_voice_aera {
            gap: calc(40px / var(--basic_pc) * 100vw);
            max-width: calc(800px / var(--basic_pc) * 100vw);
            margin: calc(48px / var(--basic_pc) * 100vw) auto 0;
            padding: calc(32px / var(--basic_pc) * 100vw) calc(40px / var(--basic_pc) * 100vw);
            border-width: calc(2px / var(--basic_pc) * 100vw);

            .p_need_voice_aera_cover {
                flex: 0 0 calc(136px / var(--basic_pc) * 100vw);
            }
            .p_need_voice_aera_body {
                padding-right: calc(88px / var(--basic_pc) * 100vw);
            }
            .p_need_voice_aera_label {
                margin-bottom: calc(8px / var(--basic_pc) * 100vw);
                font-size: calc(16px / var(--basic_pc) * 100vw);
                line-height: calc(24px / var(--basic_pc) * 100vw);
            }
            .p_need_voice_aera_title {
                margin-bottom: calc(16px / var(--basic_pc) * 100vw);
                font-size: calc(32px / var(--basic_pc) * 100vw);
                line-height: calc(44px / var(--basic_pc) * 100vw);
            }
            .p_need_voice_aera_text {
                font-size: calc(16px / var(--basic_pc) * 100vw);
                line-height: calc(30px / var(--basic_pc) * 100vw);
            }
            .p_need_voice_aera_arrow {
                right: calc(32px / var(--basic_pc) * 100vw);
                width: calc(56px / var(--basic_pc) * 100vw);
                height: calc(56px / var(--basic_pc) * 100vw);
                margin-top: calc(-28px / var(--basic_pc) * 100vw);
            }
        }
    }
}

@media (max-width: 768px) {
    .l_need_voice_area {
        --basic_sp: 375px;

        .p_need_voice_slider_none {
            flex-direction: column;
            gap: 5.333vw;
            align-items: center;
        }
        .p_need_voice_card {
            width: 100%;
            margin: 0;
            padding: 4.267vw;

            h3 {
                margin: 6.4vw 0 3.733vw;
                font-size: 4.8vw;
                line-height: 7.467vw;
            }

            .p_need_voice_license {
                margin: 0 0 1.333vw;
                font-size: 3.733vw;
                line-height: 5.333vw;
            }
            .p_need_voice_name {
                font-size: 4.267vw;
                line-height: 6.4vw;
                margin: 0 0 2.133vw;
            }
            .p_need_voice_company {
                font-size: 3.733vw;
                line-height: 5.333vw;
            }
        }
        .p_need_voice_aera {
            gap: calc(12px / var(--basic_sp) * 100vw);
            max-width: calc(343px / var(--basic_sp) * 100vw);
            margin-top: calc(32px / var(--basic_sp) * 100vw);
            padding: calc(20px / var(--basic_sp) * 100vw) calc(12px / var(--basic_sp) * 100vw);
            border-width: calc(2px / var(--basic_sp) * 100vw);

            .p_need_voice_aera_cover {
                flex: 0 0 calc(84px / var(--basic_sp) * 100vw);
            }
            .p_need_voice_aera_body {
                padding-right: calc(36px / var(--basic_sp) * 100vw);
            }
            .p_need_voice_aera_label {
                margin-bottom: calc(4px / var(--basic_sp) * 100vw);
                font-size: calc(12px / var(--basic_sp) * 100vw);
                line-height: calc(18px / var(--basic_sp) * 100vw);
            }
            .p_need_voice_aera_title {
                margin-bottom: calc(8px / var(--basic_sp) * 100vw);
                font-size: calc(18px / var(--basic_sp) * 100vw);
                line-height: calc(26px / var(--basic_sp) * 100vw);
            }
            .p_need_voice_aera_text {
                font-size: calc(13px / var(--basic_sp) * 100vw);
                line-height: calc(22px / var(--basic_sp) * 100vw);
            }
            .p_need_voice_aera_arrow {
                right: calc(12px / var(--basic_sp) * 100vw);
                width: calc(32px / var(--basic_sp) * 100vw);
                height: calc(32px / var(--basic_sp) * 100vw);
                margin-top: calc(-16px / var(--basic_sp) * 100vw);

                &:after {
                    width: calc(8px / var(--basic_sp) * 100vw);
                    height: calc(8px / var(--basic_sp) * 100vw);
                    margin: calc(-4px / var(--basic_sp) * 100vw) 0 0 calc(-6px / var(--basic_sp) * 100vw);
                    border-top-width: calc(2px / var(--basic_sp) * 100vw);
                    border-right-width: calc(2px / var(--basic_sp) * 100vw);
                }
            }
        }
    }
}

/* ===== task79 p2: 購入者アンケート charts (were sec2_img1/2.webp) =====
   Rebuilt as markup so a label or a percentage is a text edit, not new artwork.
   --max is the axis ceiling, --v the value; bars derive their width from both. */
.p_sumstock_survey_chart{
    --survey-label-width: 215px;
    font-family: "IBM Plex Sans JP", sans-serif;
    color: #33363a;
}
.p_sumstock_survey_axis{
    position: relative;
    height: 22px;
    margin-left: var(--survey-label-width);
    padding-right: 46px;
}
.p_sumstock_survey_axis span{
    position: absolute;
    left: calc(var(--v) / var(--max) * 100%);
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600;
}
.p_sumstock_survey_rows{
    position: relative;
    margin: 0 0 0 var(--survey-label-width);
    padding: 8px 46px 8px 0;
    list-style: none;
    border-left: 2px solid #33363a;
    background-image: repeating-linear-gradient(to right,
        #e4e6e8 0, #e4e6e8 1px,
        transparent 1px, transparent calc((100% - 46px) / var(--ticks)));
}
.p_sumstock_survey_rows li{
    display: flex;
    align-items: center;
    min-height: 46px;
}
.p_sumstock_survey_label{
    flex: 0 0 auto;
    width: var(--survey-label-width);
    margin-left: calc(-1 * var(--survey-label-width) - 2px);
    padding-right: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
.is_primary .p_sumstock_survey_label{
    font-weight: 700;
    color: #c50018;
}
.p_sumstock_survey_bar{
    flex: 0 0 auto;
    width: calc(var(--v) / var(--max) * 100%);
    height: 20px;
    background-color: #6b6f75;
}
.is_primary .p_sumstock_survey_bar{
    background-color: #c50018;
}
.p_sumstock_survey_value{
    flex: 0 0 auto;
    margin-left: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #6b6f75;
    white-space: nowrap;
}
.is_primary .p_sumstock_survey_value{
    color: #c50018;
}
.img_container .box p.p_sumstock_survey_note{
    margin: 20px 0 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #6b6f75;
}
.img_container .box p.p_sumstock_survey_note:before{
    content: none;
}

@media(max-width:768px){
    .p_sumstock_survey_chart{
        --survey-label-width: 34vw;
    }
    .p_sumstock_survey_axis{
        height: 5.333vw;
        padding-right: 10.667vw;
    }
    .p_sumstock_survey_axis span{
        font-size: 3.2vw;
    }
    .p_sumstock_survey_rows{
        padding: 1.6vw 10.667vw 1.6vw 0;
        background-image: repeating-linear-gradient(to right,
            #e4e6e8 0, #e4e6e8 1px,
            transparent 1px, transparent calc((100% - 10.667vw) / var(--ticks)));
    }
    .p_sumstock_survey_rows li{
        min-height: 9.6vw;
    }
    .p_sumstock_survey_label{
        margin-left: calc(-1 * var(--survey-label-width) - 2px);
        padding-right: 2.133vw;
        font-size: 3.2vw;
        line-height: 4.533vw;
    }
    .p_sumstock_survey_bar{
        height: 4.267vw;
    }
    .p_sumstock_survey_value{
        margin-left: 1.6vw;
        font-size: 3.467vw;
    }
    .img_container .box p.p_sumstock_survey_note{
        margin-top: 4.267vw;
        padding-left: 0;
        font-size: 3.2vw;
        line-height: 4.8vw;
    }
}
