#msaSection02{
    width: 100%;
    height: 583px;
    background-color: #F0F0F0;
}

#msaSection02 .msa-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
    position: relative;
}

#msaSection02 .msa-container h4{
    font-size: 46px;
    font-weight: 700;
    color: #0354A1;
    margin-bottom: 24px;
}

#msaSection02 .msa-container h4 p{
    position: relative;    
    padding-right: 170px;
    height: 128px;
    margin-bottom: 0;
    line-height: 128px;
    padding-left: 145px;
}

#msaSection02 .msa-container h4 p::after{
    content: "";
    position: absolute;
    width: 170px;
    height: 128px;
    background: url("../images/msaSection01_24.png") no-repeat;
    background-size: contain;
    right: 0;
}

#msaSection02 .msa-container .msas02-content{
    height: 333px;
    margin-bottom: 21px;
    width: 100%;
    background: url("../images/msaSection01_25.png") no-repeat;
    background-size: 219px 333px;
    background-position: bottom center;
    display: flex;
    flex-direction: row;
    gap: 219px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column{
    width: 552px;
    height: 333px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ni{
    padding-left: 58px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column .msas02c-row{
    height: 85px;
    width: 552px;
    position: relative;
}

#msaSection02 .msa-container .msas02-content .msas02c-column .msas02c-row p{
    background-color: #fff;
    border-radius: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    position: relative;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ichi .msas02c-row.ichi p{
    width: 470px;
    height: 85px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ichi .msas02c-row.ni p{
    width: 470px;
    height: 85px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ni .msas02c-row.ichi p{
    width: 352px;
    height: 85px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ni .msas02c-row.ni p{
    width: 407px;
    height: 85px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column .msas02c-row p::before{
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background: url("../images/msaSection01_27.png") no-repeat;
    background-size: contain;
}

#msaSection02 .msa-container .msas02-content .msas02c-column .msas02c-row p::after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("../images/msaSection01_27.png") no-repeat;
    background-size: contain;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ichi .msas02c-row.ichi p::before{
    right: -28px;
    bottom: 13px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ichi .msas02c-row.ichi p::after{
    right: -48px;
    bottom: 3px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ichi .msas02c-row.ni p::before{
    right: -28px;
    top: 13px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ichi .msas02c-row.ni p::after{
    right: -48px;
    top: 3px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ni .msas02c-row.ichi p::before{
    left: -28px;
    bottom: 13px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ni .msas02c-row.ichi p::after{
    left: -48px;
    bottom: 3px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ni .msas02c-row.ni p::before{
    left: -28px;
    top: 13px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column.ni .msas02c-row.ni p::after{
    left: -48px;
    top: 3px;
}

#msaSection02 .msa-container .msas02-content .msas02c-column .msas02c-row p span{
    padding-left: 32px;
    position: relative;
}

#msaSection02 .msa-container .msas02-content .msas02c-column .msas02c-row p span::before{
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url("../images/msaSection01_04.png") no-repeat;
    background-size: contain;
    left: 0;
    top: 7px;
}

#msaSection02 .msa-container .triangle{
    position: absolute;
    left: 50%;
    margin-left: -432px;
    bottom: -107px;
    width: 0; 
    height: 0;
    border-style: solid;
    border-width: 179px 432px 0px 432px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(0deg);
    filter: drop-shadow(0px 3px 6px #00000029);
}

#msaSection02 .msa-container .triangle p{
    position: absolute;
    font-size: 34px;
    font-weight: 700;
    color: #333333;
    width: 408px;
    bottom: 92px;
    height: 49px;
    margin-left: -204px;
}

#msaSection02Mobile{
    display: none;
}

@media (max-width: 1400px){
    #msaSection02 .msa-container{
        width: 900px;
    }

    #msaSection02 .msa-container .msas02-content{
        background-size: 152px 231px;
        gap: 152px;
    }

    #msaSection02 .msa-container .msas02-content .msas02c-column .msas02c-row{
        width: 374px;
    }

    #msaSection02 .msa-container .msas02-content .msas02c-column{
        height: 231px;
        width: 374px;
    }

    #msaSection02 .msa-container .msas02-content .msas02c-column.ichi .msas02c-row.ichi p{
        width: 325px;
        height: 59px;
    }

    #msaSection02 .msa-container .msas02-content .msas02c-column.ichi .msas02c-row.ni p{
        width: 325px;
        height: 59px;
    }

    #msaSection02 .msa-container .msas02-content .msas02c-column.ni .msas02c-row.ichi p{
        width: 244px;
        height: 59px;
    }

    #msaSection02 .msa-container .msas02-content .msas02c-column.ni .msas02c-row.ni p{
        width: 282px;
        height: 59px;
    }

    #msaSection02 .msa-container .msas02-content .msas02c-column .msas02c-row p{
        font-size: 19px;
    }

    #msaSection02 .msa-container .msas02-content .msas02c-column .msas02c-row p span::before{
        width: 19px;
        height: 19px;
    }

    #msaSection02 .msa-container h4 p{
        padding-left: 111px;
    }

    #msaSection02 .msa-container .msas02-content{
        height: 231px;
    }

    #msaSection02 .msa-container .msas02-content .msas02c-column{
        gap: 40px;
    }

    #msaSection02{
        height: 483px;
    }
}

@media (max-width: 968px){
    #msaSection02{
        display: none;
    }

    #msaSection02Mobile{
        display: block;
        width: 100%;
        height: 401px;
        background-color: #fff;
    }

    #msaSection02Mobile .msa-container{
        width: 375px;
        padding-top: 17px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
        background-color: #F0F0F0;
    }

    #msaSection02Mobile .msa-container h4{
        font-size: 24px;
        font-weight: 700;
        color: #0354A1;
        margin-bottom: 21px;
    }

    #msaSection02Mobile .msa-container .msas02m-content{
        width: 345px;
        height: 284px;
        border-radius: 12px;
        background: url("../images/msaSection01_25.png") no-repeat, url("../images/msaSection01_24.png") no-repeat;
        background-size: 117px 178px, 93px 70px;
        background-position: bottom right 8px, top 30px right;
        background-color: #fff;
        padding-top: 28px;
        padding-left: 18px;
        display: flex;
        flex-direction: column;
        gap: 27px;
    }

    #msaSection02Mobile .msa-container .msas02m-content p{
        margin-bottom: 0;
        padding-left: 33px;
        font-size: 16px;
        font-weight: 700;
        color: #333333;
        position: relative;
    }

    #msaSection02Mobile .msa-container .msas02m-content p::before{
        content: "";
        position: absolute;
        width: 22px;
        height: 21px;
        background: url("../images/msaSection01_04.png") no-repeat;
        background-size: contain;
        left: 0;
        top: 2px;
    }

    #msaSection02Mobile .msa-container .triangle{
        position: absolute;
        left: 50%;
        margin-left: -153.5px;
        bottom: -52px;
        width: 0; 
        height: 0;
        border-style: solid;
        border-width: 86px 153.5px 0px 153.5px;
        border-color: #fff transparent transparent transparent;
        transform: rotate(0deg);
        filter: drop-shadow(0px 3px 6px #00000029);
    }

    #msaSection02Mobile .msa-container .triangle p{
        position: absolute;
        font-size: 16px;
        font-weight: 700;
        color: #333333;
        width: 112px;
        bottom: 11px;
        height: 49px;
        margin-left: -54px;
        text-align: center;
    }
}