@charset "utf-8";

/* ==================================================================

    reason.css

=================================================================== */

.contents main > section .more {
    margin-top: 40px;
    margin-bottom: 0;

    @media only screen and
    (max-width : 767px) {
        margin-top: 6vw;
    }
}

.contents main > section .nStyle.more a {
    width: 358px;
    max-width: 100%;

    @media only screen and
    (max-width : 767px) {
        width: 100%;
    }
}

* + .buttonStyle.single {
    margin-top: 80px;

    @media only screen and
    (max-width : 767px) {
        margin-top: 11vw;
    }
}


/* --------------------------------
.voiceWrapBox
-------------------------------- */ 
.voiceWrapBox{

    .title.n_lv1{

        & + .remarks{
            margin-top:6px ;
            margin-bottom: 24px;
            font-size: 1.2rem;
        }
    }


    .voiceWrap{
        align-items: stretch;
        justify-content: space-between;
        gap:40px 0;

        > *{
            width: calc(33% - 10px);

            &.wide{
                width: 100%;
            }
        }

        .voiceBox{
            position: relative;
            border-radius: 20px;
            background: #F0F0F0;
            padding: 20px 30px 20px;
            box-sizing: border-box;

            &.wide{
                padding: 20px 30px 20px;
            }


            .number{
                font-size: 1.8rem;
                color: #110284;
                font-weight: 600;
                margin-bottom: 14px;
                line-height: 1.1;
            }

            dl.purpose{
                display: flex;
                width: fit-content;
                margin-bottom: 16px;
                border-radius: 40px;
                border: 1px solid #707070;
                font-size: 1.2rem;
                line-height: 1.1;
                background: #fff;

                >dt{
                    position: relative;
                    padding: 6px 9px;
                    flex-shrink: 0;

                    &::before{
                        content: "";
                        position: absolute;
                        top: 6px;
                        right: 0;
                        background: #707070;
                        width: 1px;
                        height: calc(100% - 12px);
                    }
                }
                >dd{  
                    padding: 6px 9px; 
                }
            }

            .title{
                font-size: 1.9rem;
                line-height: 1.75;
                color: #0E213E;
                margin-bottom: 9px;
            }

            .spec{
                font-size: 1.2rem;
                line-height: 1.1;
            }

            .image{
                margin-top: 15px;
                margin-bottom: 0;

                img{
                    border-radius: 16px;
                }
            }

            .text{
                margin-top: 27px;
                margin-bottom: 0;
            }

            .more{
                margin-top: 24px;
                a{
                    width: 294px;
                    padding: 9px;
                    font-size: 1.5rem;
                }
            }

            &.wide{
                display: flex;
                flex-direction: row-reverse;
                justify-content: space-between;

                &._movie{
                    @media (max-width : 767px) {
                        padding-top: 45px;
                        margin-top: calc(100vw * .5625) !important;
                    }
                }

                @media (max-width : 767px) {
                    flex-direction: column;
                }

                .content{
                    width: calc(33% - 20px);
                    @media (max-width : 767px) {
                        width: revert;
                    }
                }
                .movie{
                    position: relative;
                    @media (max-width : 767px) {
                        top: calc(-100vw * .5625);
                        left: calc( (1px + 8vw) * -1);
                    }
                    iframe{
                        @media (max-width : 767px) {
                            width: calc(100% + 16vw);
                            height: auto;
                            position: absolute;
                            z-index: 1;
                        }
                        aspect-ratio: 16 / 9;
                    }
                }
            }
        }
        
    }
}
