.section__title
{
    font-size: min(2.7777777778vw, 40px);
    font-weight: 700;
    line-height: 1.8;

    text-align: center;

    color: #093277;
}
.section__title__en
{
    font-family: 'Montserrat', sans-serif;
    font-size: min(8.6111111111vw, 124px);
    font-weight: 700;
    line-height: 1;

    margin-bottom: max(-2.9861111111vw, -43px);

    letter-spacing: .04em;

    color: rgba(9, 50, 119, .1);
}
.section__title__ja
{
    display: block;

    margin-top: max(-2.9861111111vw, -43px);
}

@media (max-width: 768px)
{
    .section__title__en
    {
        font-size: 16.5333333333vw;
    }
    .section__title__ja
    {
        font-size: 6.4vw;

        margin-top: -7.4666666667vw;
    }
}
.pc_only_inline
{
    display: inline;
}

.sp_only_inline
{
    display: none;
}

@media (max-width: 768px)
{
    .pc_only_inline
    {
        display: none;
    }
    .sp_only_inline
    {
        display: inline;
    }
}
