#msaSection01{
    width: 100%;
    height: 517px;    
    margin-top: 112.5px;
    background: url("../images/msaSection01_01.png") #fff no-repeat;
    background-size: 1032px auto;
    background-position: top right;
}

#msaSection01 .msa-container{
    display: flex;
    flex-direction: row;
}

#msaSection01 .msa-container .msas01-column{
    width: 650px;
    height: 100%;    
}

#msaSection01 .msa-container .msas01-column.ichi{
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    align-items: center;
}

#msaSection01 .msa-container .msas01-column.ichi p.pre-h1{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 9.55px;
    background-color: #1A7BA5;
    width: 636px;
    height: 93px;
    border-radius: 58px;
    line-height: 93px;
    text-align: center;
    margin-bottom: 0;
}

#msaSection01 .msa-container .msas01-column.ichi h1{
    font-size: 66px;
    font-weight: 700;
    color: #0C516F;
    letter-spacing: 5.5px;
    width: 646px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    margin-bottom: 0;
}

#msaSection01 .msa-container .msas01-column.ichi p.sub-h1{
    font-size: 50px;
    font-weight: 700;
    color: #0C516F;
    letter-spacing: 5px;
    width: 496px;
    height: 92px;
    text-align: center;
    line-height: 92px;
    margin-bottom: 23px;
}

#msaSection01 .msa-container .msas01-column.ichi p.sub-h1 span{
    font-weight: 700;
    font-size: 42px;
}

#msaSection01 .msa-container .msas01-column.ichi .desc-h1{
    width: 650px;
    height: 64px;
    display: flex;
    flex-direction: row;
    gap: 22px;    
    justify-content: flex-start;
}

#msaSection01 .msa-container .msas01-column.ichi .desc-h1 p{
    width: 196px;
    height: 64px;
    border: 2px solid #0D6083;
    background-color: #E8F8FF;
    border-radius: 10px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    padding-top: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #333333;    
}

#msaSection01 .msa-container .msas01-column.ichi .desc-h1 p span{
    position: relative;
    z-index: 1;
}

#msaSection01 .msa-container .msas01-column.ichi .desc-h1 p span::after{
    content: "";
    position: absolute;
    bottom: 15px;
    width: 159px;
    height: 11px;
    background-color: #E2EC56;
    border-radius: 5px;
    left: 50%;
    margin-left: -80px;
    z-index: -1;
}

#msaSection01 .msa-container .msas01-column.ichi .desc-h1 p.ni span::after{
    width: 165px;
    margin-left: -82.5px;
}

#msaSection01 .msa-container .msas01-column.ichi .desc-h1 p.san span::after{
    width: 169px;
    margin-left: -84.5px;
}

#msaSection01 .msa-container .msas01-column.ni{
    position: relative;
}

#msaSection01 .msa-container .msas01-column.ni div.ichi{
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 210px;
    height: 210px;
    background: url("../images/msaSection01_03.png") no-repeat, url("../images/msaSection01_02.png") no-repeat;
    background-size: 163px 1px, contain;
    background-position: center bottom 96px, center;    
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

#msaSection01 .msa-container .msas01-column.ni div.ichi p.ichi{
    font-size: 26px;
    font-weight: 700;
    color: #fff;    
    margin-bottom: 7px;
}

#msaSection01 .msa-container .msas01-column.ni div.ichi p.ni{
    font-size: 26px;
    font-weight: 700;
    color: #DECE86; 
    margin-bottom: 0;   
}

#msaSection01Mobile{
    display: none;
}

@media (max-width: 1440px){
    #msaSection01{
        margin-top: 104.5px;
    }
}

@media (max-width: 1400px){
    #msaSection01{
        background-size: 900px auto;
    }

    #msaSection01 .msa-container{
        width: 900px;
    }
}

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

    #msaSection01Mobile{
        display: block;
        width: 100%;
        height: 494px;
        background-color: #FFFFFF;
        margin-top: 86px;
    }

    #msaSection01Mobile .msa-container{
        width: 375px;
        padding-top: 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    #msaSection01Mobile .msa-container .pre-h1{
        width: 344px;
        height: 51px;
        border-radius: 58px;
        background-color: #1A7BA5;
        font-size: 24px;
        font-weight: 700;
        color: #FFFFFF;
        line-height: 51px;
        text-align: center;
        letter-spacing: 4.78px;
        margin-bottom: 6px;
    }

    #msaSection01Mobile .msa-container h1{
        font-size: 34px;
        font-weight: 700;
        color: #0C516F;
        letter-spacing: 3.4px;
        margin-bottom: 0;
    }

    #msaSection01Mobile .msa-container p.sub-h1{
        font-size: 27px;
        font-weight: 700;
        color: #0C516F;
        letter-spacing: 2.7px;
        margin-bottom: 5px;
    }

    #msaSection01Mobile .msa-container p.sub-h1 span{
        font-weight: 700;
        font-size: 23px;
    }

    #msaSection01Mobile .msa-container .desc-h1{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    #msaSection01Mobile .msa-container .desc-h1 p{
        width: 165px;
        height: 42px;
        margin-bottom: 0;
        background-color: #E8F8FF;
        border: 2px solid #0D6083;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        color: #333333;
    }

    #msaSection01Mobile .msa-container .desc-h1 p span{
        position: relative;
        z-index: 1;
    }

    #msaSection01Mobile .msa-container .desc-h1 p span::after{
        content: "";
        position: absolute;
        bottom: 2px;
        width: 126px;
        height: 7px;
        background-color: #E2EC56;
        border-radius: 5px;
        left: 50%;
        margin-left: -63px;
        z-index: -1;
    }

    #msaSection01Mobile .msa-container .desc-h1 p.ni span::after{
        width: 144px;
        margin-left: -72px;
    }

    #msaSection01Mobile .msa-container .desc-h1 p.san span::after{
        width: 144px;
        margin-left: -72px;
    }

    #msaSection01Mobile .msa-container .msas01m-layout{
        position: absolute;
        width: 375px;
        height: 221px;
        bottom: 0;
        background: url("../images/msaSection01_01_m.png") no-repeat;
        background-size: contain;
    }

    #msaSection01Mobile .msa-container .msas01m-layout .msas01ml-item{
        position: absolute;
        width: 136.42px;
        height: 136.42px;
        background: url("../images/msaSection01_03.png") no-repeat, url("../images/msaSection01_02.png") no-repeat;
        background-size: 106px 1px, contain;
        background-position: center bottom 62px, center;    
        left: 24px;
        top: 43.58px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 21px;
    }

    #msaSection01Mobile .msa-container .msas01m-layout .msas01ml-item p.ichi{
        font-size: 16px;
        font-weight: 700;
        color: #FFFFFF;
        margin-bottom: 9px;
    }

    #msaSection01Mobile .msa-container .msas01m-layout .msas01ml-item p.ni{
        font-size: 16px;
        font-weight: 700;
        color: #DECE86;
        margin-bottom: 0;
    }
}

@media (max-width: 768px){
    #msaSection01Mobile{
        margin-top: 50px;
    }
}